*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.menu-pos{
    height: 70px;
    background-color: #fff;
    width: 100%;
}
.menu{
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0px;
    z-index:9998;
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.06);
}
.menu-content{
    width:1328px;
    margin:auto;
}
.menu-fsc{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.menu-sbc{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.menu-sbt{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: top;
}
.menu-mr-28{
    margin-right:28px;
}
.menu-logo{
    width: 314px;
    height: 70px;
    background: url(../images/logotop.svg) no-repeat center;
    cursor: pointer;
}
.menu-new-logo{
    width: 314px;
    height: 70px;
    background: url(../images/logo/ico_top_logo.png) no-repeat center;
    cursor: pointer;
}

.menu-ico-xz{
    width:18px;
    height:18px;
    background: url(../images/icon_phone.png) no-repeat center center;
    background-size: contain;
}
.menu-oper-name{
    height: 14px;
    font-size: 14px !important;
    color: rgba(0,0,0,0.45);
    line-height: 14px;
}
.menu-ico-dl{
    width:18px;
    height:18px;
    background: url(../images/ico_dl.png) no-repeat center center;
}
.menu-oper-item{
    cursor: pointer;
}
.menu-item{
    height:70px;
    width:120px;
    line-height: 70px;
    font-size:16px !important;
    color: rgba(0,0,0,0.85) !important;
    cursor: pointer;
    text-align: center;
}
.menu-item:hover{
    border-bottom: 2px solid #0652BC;
}
.menu-2nd{
    display: none;
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.06);
}
.menu-2nd-item{
    height:42px;
    line-height: 42px;
}
.menu-item a{
    color:#000;
    text-decoration-line: none;
    display: block;
}
.menu-2nd-item:hover{
    background-color: gainsboro;
}
.menu-oper-name{
    position: relative;
    width: 80px;
    line-height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menu-oper-name:hover .menu-oper-qr{
    display: flex;
}
.menu-oper-name a{
    text-decoration: none;
    color:rgba(0,0,0,0.45);
}
.menu-oper-qr{
    position:absolute;
    top:30px;
    left:-100px;
    width:300px;
    display:none;
}
.footer{
    height: 450px;
    background: rgba(0,0,0,0.85);
}
.footer-logo{
    width: 380px;
    height: 70px;
    background-image:url(../images/logotop.png);
    background-repeat: no-repeat;
    background-position:center left;
    background-size: contain;
}
.footer-new-logo{
    width: 380px;
    height: 70px;
    background-image:url(../images/logo/ico_bottom_logo.png);
    background-repeat: no-repeat;
    background-position:center left;
    background-size: contain;
}

.footer-content{
    width: 1328px;
    margin: auto;
    padding-top:35px;
}
.footer-qr-code{
    width:240px;
    color:#fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.qr-apk{
    width:140px;
    height:140px;
    background-size: 140px 140px;
    background-image: url(../images/apkCode.jpg);
    background-repeat: no-repeat;
    background-position:center center;
}
.qr-wx{
    width:140px;
    height:140px;
    background-size: 140px 140px;
    background-image: url(../images/wxcode.png);
    background-repeat: no-repeat;
    background-position:center center;
}
.qr-code-apk{
    width:108px;
    height:140px;
    background-size: 108px 108px;
    background-image: url(../images/QR_code_03.jpg);
    background-repeat: no-repeat;
    background-position:bottom center;
    margin-top: 10px;
}
.qr-code-wx{
    width:108px;
    height:140px;
    background-size: 108px 108px;
    background-image: url(../images/wxcode.png);
    background-repeat: no-repeat;
    background-position:bottom center;
}
.footer table{
    width:700px;
    text-align: left;
}
.footer table th{
    color:#fff;
    line-height: 60px;
}
.footer table td{
    font-size: 16px;
    color: rgba(255,255,255,0.65);
    line-height: 40px;
    cursor: pointer;
}
.footer table a{
    cursor: pointer;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
}
.bn{
    padding-top:50px;
    font-size: 16px;
    color: rgba(255,255,255,0.45);
    line-height: 21px;
    width:500px;
    text-align: left;
    margin: auto;

}
.bn1{
    width:780px;
}
.bn2{
    width:340px;
}
.exitBtn{
    background-color: #fff;
    width: 90px;
    height:42px;
    line-height: 42px;
    text-align: center;
    display: none;
}
.exitBtn:hover{
    background-color: gainsboro;
}

.hyBtn{
    background-color: #fff;
    width: 90px;
    height:42px;
    line-height: 42px;
    text-align: center;
    display: none;
}
.hyBtn:hover{
    background-color: gainsboro;
}
.menu-ui{
    height:70px;
}
.menu-user-info{
    min-width:60px;
    height:70px;
}

.footer-menu-item{
    width:146px;
}
.footer-menu-item a{
    line-height: 40px;
    text-decoration: none;
    color: hsla(0,0%,100%,.65);
}

.footer-menu-item-title a{
    font-size:16px;
    line-height: 60px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
