@charset "utf-8";
/*公共样式*/
*,::before,::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-color: #f0f2f5;
    color: rgba(0, 0, 0, 0.65);
}
a{
    background: transparent;
    text-decoration: none;
    outline: none;
    color: rgba(0, 0, 0, 0.65);
}
ul,ol {list-style: none}
.fl {float: left}
.fr {float: right}
.clearFix::before,
.clearFix::after {
    content: '';
    display: block;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearFix {zoom: 1}
.wBg{
    background-color: white;
}
.wColor {
    color: white!important;
}
#nprogress .bar {
    background: #F56C6C !important; //自定义颜色
}
#nprogress .spinner-icon {
    border-top-color: #F56C6C !important;
    border-left-color: #F56C6C !important;
}
.jl-btn {
    margin: 30px 0 30px 0;
    box-shadow: 0 8px 16px #0a52ab;
    background: linear-gradient(to right, #379af0, #2c6ceb);
    border: none;
    transition: background 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 132px;
    line-height: 42px;
    height: 42px;
    border-radius: 42px;
    z-index: 1;
    color: #FFFFFF;
    outline:none;
    cursor: pointer;
}

