.modal{
    top: 100px !important;
}
#custom-header{
    height: 70px;
    position: relative;z-index: 9999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

#custom-header a{
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #102048;
    padding: 24px 12px;
    text-decoration: none;
}
#custom-header a.active,#custom-header a:hover{
    color: #0056ff;
}
#custom-header a.logo{
    padding: 15px 15px;
    margin: 0 15px;
    margin-right: 48px;
    padding-left: 8px;
}
#custom-header .navbar-form{
    margin-top: 19px;
    /* margin-top: 25px; */
}

#custom-header .form-control:focus{
    border-color: #ccc;
}

#custom-header a.logo img{height: 40px;}
#custom-header .form-control{border-right: 0;box-shadow: none !important;background-color: #fff;}
#custom-header .btn-default{border-left: 0;background-color: #fff !important;}
#custom-header .nav>li>a:focus,#custom-header  .nav>li>a:hover{
    background-color: transparent !important;
    color: #0056ff;
}
#custom-header .pull-right {position: absolute;z-index: 10;right: 0;background-color: #fff;}
#custom-header .pull-right .text-muted{color: #ddd;}
#custom-header .pull-right .form-group{margin-right: 10px;}
#custom-header .pull-right .loginout{padding: 5px;}


.footer-readpage{
    height: 324px;
    background: #252A36;
    padding: 45px 0;
    box-sizing: border-box;
    width: 100%;
    color: #FFFFFF;
    position: relative;
    z-index: 999;
    margin-top: 30px;
}
.footer-readpage .container-fluid{
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.footer-readpage .footer-text{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    opacity: 0.6;
}

.footer-readpage .footer-description{
    margin-top: 12px;
    margin-bottom: 25px;
}

.footer-contact ul,.footer-contact li{
    list-style: none;
}

.footer-license,.footer-license a{
    color: #FFFFFF66;
    margin-top: 35px;
    font-size: 12px;
}
.footer-readpage .qrcode{
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}
.footer-readpage .qrcode small{
    font-size: 12px;
}
.footer-readpage .qrcode img{
    width: 104px;height: 104px;
    margin: 20px 0 10px;
}
.footer-readpage .footer-logo img{
    filter: brightness(0) invert(1);
}

.footer-contact ul,.footer-contact li{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

@media screen and (max-width: 768px) {
    #custom-header{
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3003;
        right: 0;
        background-color: #fff;
        border-bottom: 1px solid #E8E8F0;
        box-shadow: none;
    }
    #custom-header a.logo{
        padding: 10px 15px;
        margin-top: -8px;
    }

    .footer-readpage{
        height: auto;
        background: #F6F7FA;
        color: #79809A !important;
        text-align: center;
        padding: 30px 0;
    }
    .footer-readpage .pull-right{
        font-family: 'PingFang SC';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #79809A;
        width: 100%;
    }
    .footer-license{margin-top: 0;}
    .footer-license .beian-biz{
        display: block;
        text-align: center;
        font-family: 'PingFang SC';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        color: #79809A;
        margin-bottom: 12px;
    }
    .footer-license,.footer-license a{
        margin-top: 0;
    }
    .footer-license .beian-biz img{display: inline-block !important;margin-right: 5px;}
}

body.searchbox-show{
    overflow: hidden !important;
    height: 100vh;
}