[zb-3990df5f] .el-tabs__nav-scroll{display:flex;justify-content:center}@media screen and (max-width:768px){.login-dialog{width:70%!important}}.header-avatar[zb-b3]{display:flex}.header-avatar .avatar-btn[zb-b3]{cursor:pointer}.login[zb-b3],.login-pre[zb-b3]{display:flex;flex-direction:column}.login-pre span[zb-b3]{text-align:center}.login-pre[zb-b3] .el-button{margin-left:0;margin-top:10px}@media screen and (min-width:768px){.item[zb-9f]{padding:0 70px}.active[zb-9f]{background:-webkit-linear-gradient(left top,#d9fff2,#ddfaff)}}@media screen and (max-width:768px){.text[zb-9f]{display:none}}.header[zb-9f]{font-size:var(--default-fontsize)}.header .header-top[zb-9f]{background:var(--default-varcolor)}.header .header-top .header-top-container[zb-9f]{align-items:center;display:flex;height:60px;justify-content:space-between;margin:0 auto;max-width:1200px}.header .header-top .header-top-container .header-top-left[zb-9f]{align-items:center;color:#fff;display:flex;height:100%}.header .header-top .header-top-container .header-top-left .logo[zb-9f]{height:100%;margin-right:40px}.header .header-top .header-top-container .header-top-left .logo img[zb-9f]{height:100%}.header .header-top .header-top-container .header-top-right .el-input[zb-9f]{overflow:hidden}.header .header-top .header-top-container .header-top-right .el-input[zb-9f] .el-input__wrapper{border-radius:25px}.header .header-top .header-top-container .header-top-right .el-input[zb-9f] .el-icon{color:#666;cursor:pointer}.header .header-top .header-top-container .header-top-right .el-input[zb-9f] .el-icon:hover{border-color:rgba(0,0,0,.09);box-shadow:0 2px 8px rgba(0,0,0,.09)}.header .header-bottom[zb-9f]{background-color:#fff}.header .header-bottom .header-bottom-container[zb-9f]{align-items:center;display:flex;    justify-content: space-around;margin:0 auto;max-width:1200px}.header .header-bottom .header-bottom-container .item[zb-9f]{cursor:pointer;height:30px;    list-style: none;line-height:30px;margin:5px;    color: var(--default-fontcolor);}.header .header-bottom .header-bottom-container .active[zb-9f]{border-radius:30px;color:var(--default-color);color:#12cfdf;transition:.5s}.footer[zb-0a5]{background-color:#fff;color:var(--default-fontcolor);font-size:var(--default-fontsize);overflow:hidden}.footer .footer-container[zb-0a5]{margin:0 auto;max-width:1200px}.footer .footer-container .footer-top[zb-0a5]{display:flex;justify-content:space-around;margin:20px 0}.footer .footer-container .footer-top .footer-item[zb-0a5]{cursor:pointer}.footer .footer-container .footer-bottom[zb-0a5]{margin:20px 0;text-align:center}
.header .header-bottom .header-bottom-container .active a{color:var(--default-color);color:#12cfdf;transition:.5s}
a{
    color: var(--default-fontcolor);
}


.call {
    display: none;
}
@media screen and (max-width: 768px){

.call {
       display: block;
    border-top: solid 0.5px #ddd;
    text-align: center;
    position: fixed;
    z-index: 299;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 50px;
    background: #fff;
    width: 100%;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    overflow: hidden;
}

 .call i {
    Position: static;
    display: inline-block;
    width: 36px;
    height: 50px;
    background: #fff url(../images/kefu-2-m.svg) no-repeat center center;
    background-size: 20px;
}
 .call b {
    vertical-align: top;
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    margin-left: 0;
    color: #ff5500;
}
}