/*header*/
.web-header-container{
    width: 100%;
    height: 60px;
    position: absolute;
    right: 0;
    left: 0;
    /*top: 60px;*/
    z-index: 110;
    background-color: rgba(3, 79, 238, 0.9);
}
.header-fixed{
    position: fixed;
    top: 0;
}
.fixed-0{
    top: 0;
}
.fixed-60{
    top: 60px;
}
.page-header {
    display: block;
    width: 1200px;
    height: 60px;
    box-sizing: border-box;
    margin: 0 auto;
}
.logo {
    width: 130px;
    height: 36px;
    margin-top: 12px;
    /*margin-right: 155px;*/
    margin-right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    float: left;
    box-sizing: border-box;
}
.nav-container {
    display: inline-block;
    float: left;
    box-sizing: border-box;
    font-size: 0;
}
.nav {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    width: 86px;
    height: 60px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    position: relative;
}

.nav-active::after{
    content: '';
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    margin-left: -12px;
    width: 24px;
    height: 3px;
    background: #FF9045;
    border-radius: 2px;
}
.nav-login {
    height: 60px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
}
.user-login-icon{
    width: 26px;
    height: 26px;
}
.login-text{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 11px;
    text-decoration: none;
}

/*footer*/
/*底部*/
.page-section{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.page-footer {

}
.footer-top{
    width: 100%;
    height: 200px;
    background-color: rgba(3, 79, 238, 1);
}
.foot-tools{
    display: inline-block;
    width: 250px;
    height: 200px;
    vertical-align: top;
}
.foot-tools-title{
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    position: relative;
    padding-bottom: 8px;
    margin-top: 22px;
    margin-bottom: 22px;
}
.foot-tools-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #FF8D57;
    border-radius: 0px 100px 0px 100px;
}
.tools-link{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #C4CCD9;
    line-height: 17px;
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
}
.foot-tools-qr-wrap{
    display: inline-block;
    float: right;
    height: 200px;
    text-align: center;
}
.contact-us-qr{
    width: 128px;
    height: 128px;
    border: 0px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    background-color: #FFFFFF;
    margin-top: 22px;
}
.contact-us-desc{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #C4CCD9;
    line-height: 17px;
    margin-top: 10px;
}
.footer-bottom {
    height: 68px;
    width: 100%;
    background: #024FD3;
    line-height: 68px;
}

.website-info{
    display: inline-block;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #C4CCD9;
    line-height: 17px;
    cursor: pointer;
}
.share-container{
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.share-txt{
    display: inline-block;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #BBBCBE;
    line-height: 17px;
}
.share-icon{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-left: 16px;
    cursor: pointer;
}
/*登录*/
.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 200;
    opacity: .3;
    display: none;
}
.wx-login-pannel {
    left: 50%;
    top: 50%;
    margin-left: -167px;
    margin-top: -227px;
    position: fixed;
    width: 335px;
    height: 454px;
    padding: 48px 60px 32px 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 38px 0px rgb(35 11 158 / 54%);
    border-radius: 14px;
    text-align: center;
    z-index: 300;
    display: none;
}
.mask-login {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 10;
    display: none;
    top: 0;
}
.overdue {
    font-size: 14px;
    padding-top: 30px;
    display: none;
    z-index: 20;
    position: absolute;
    left: 50%;
    margin-left: -49px;
    color: #fff;
    top: 0;
}
.overdueText {
    margin-top: 14px;
    margin-bottom: 12px;
}
.refresh {
    color: #0259f0;
    cursor: pointer;
}
.closeWx {
    position: absolute;
    right: 18px;
    top: 16px;
    cursor: pointer;
}
.login-pannel-title{
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0259F0;
}
.login-pannel-desc {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4B4B4B;
    margin-top: 10px;
    margin-bottom: 45px;
}
.login-qr-wrap{
    width: 215px;
    height: 215px;
    background: rgba(216, 216, 216, 0.2);
    border-radius: 14px;
    border: 1px solid #FFFFFF;
}
.login-qr-wrap-inner {
    width: 182px;
    height: 182px;
    background: #FFFFFF;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 17px;
    position: relative;
}
.qr-image{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-top: 66px;
}
.login-pannel-bottom-desc{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-top: 35px;
}