/* 头部css */
.header-top {
    border-bottom:  0.5px solid #DEDEDE;
    padding-top: 13.8px;
    padding-bottom: 13.8px;
    background-color: #fff;
}
.header-top .header {
    max-width: 1370px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-left: 19.4px;
    padding-right: 19.4px;
}
.header-top nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex: 1; */
}
.header-top ul {
    height: 100%;
    display: flex;
    align-items: center;
    list-style: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.header-top ul li {
    margin-left: 36px;
    margin-right: 36px;
}
.header-top ul a {
    color: #000000;
    text-decoration: none;
}
.header-top .active a {
    color: #FACB0C;
}
.header-top .login-btn {
    width: 70px;
    height: 41.24px;
    border-radius: 4px;
    line-height: 41.24px;
    text-align: center;
    font-size: 16px;
    margin-right: 0;
    cursor: pointer;
}
.header-top .user {
    font-size: 16px;
    color: #000000;
    display: flex;
    align-items: center;
}
.header-top .logout {
    margin-left: 13.11px;
    font-size: 16px;
    color: #000;
}
.btn-bg {
    background-color: #FACB0C;
    transition: background .5s;
}
.btn-bg:hover {
    background-color: #FFD630;
}

.footer {
    background-color: #141d26;
    text-align: center;
    padding: 12px 0 12px 0;
    color: #828282;
}
.footer p:nth-child(2) {
    color: #BDBDBD;
}

/* fn-footer */
.fn-footer {
    background-color: #2b343d;
    padding: 12px 0;
}
.fn-footer .header {
    border-left: 4px solid #0084ff;
    padding-left: 10px;
    color: #fff;
    font-weight: 600;
}
.fn-footer .content {
    padding-top: 12px;
}
.fn-footer .foot-block-weixin .content,.fn-footer .foot-block-downloade .content{
    display: flex;
    text-align: center;
}
.qrcode-wrap:nth-child(2){
    margin-left: 20px;
}

.fn-footer .qrcode {
    width: 120px;
    height: 120px;
}
.fn-footer .qrcode-bottom-info {
    padding: 5px 0;
}
.fn-footer .content a {
    color: #9B9B9B;
    padding: 3px 5px;
}.fn-footer .content a:hover {
    color: #fff !important;
}
.fn-footer .col-md-4 {
    text-align: center;
}
.fn-footer .col-md-4 a {
    display: block;
    color: #9B9B9B;
}
.fn-footer .col-md-4 a:hover {
    color: #fff !important;
}
.login-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}
.login-box {
    width: 394px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 58.68px;
    padding-bottom: 58.68px;
    box-sizing: border-box;
    background-color:#fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

}
.login-box .top {
    text-align: center;
}
.login-box .top img {
    width: 111px;
   height: 94.36px;
}
.login-box .top p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #4F4F4F;
    margin-bottom: 0;
}
.login-box .form-box .phone {
    display: block;
    height: 48px;
    border: 0.5px solid #BDBDBD;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 15.8px;
    outline: none;
}
.login-box .form-box .phone {
    margin-top: 41.96px;
}
.login-box .input-group {
    height: 48px;
    border: 0.5px solid #BDBDBD;
    box-sizing: border-box;
    padding: 12px 15.8px;
    outline: none;
    display: block;
    position: relative;
    margin-top: 13.8px;
}
.login-box .input-group input {
    display: block;
    width: 100%;
    outline: none;
    border: none;
}
.login-box .input-group span {
    position: absolute;
    right: 12.8px;
    top: 12px;
    cursor: pointer;
    color: #EB8D3C;
    padding: 1.98px 10px;
    background: #FBF5EE;
    border-radius: 2px;
}
.login-box .login-btn {
    display: block;
    width: 100%;
    height: 48px;
    outline: none;
    border: none;
    margin-top: 50.34px;
    font-size: 16px;
   line-height: 24px;
   color: #333333;
}
.login-box .validate{
    color: #cd5a41;
    font-size: 14px;
    text-align: right;
    margin-bottom: 0;
    display: none;
}
.login-box .form-box .active {
    border-color: #FACB0C;
}
@media (max-width: 768px) {
    .footer {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .foot-block-property {
        margin-top: 10px;
    }
}
@media (max-width: 1000px) {
    .login-box {
        width: 340px;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .container {
        padding-left: 20px ;
        padding-right: 20px ;
    }
}
@media (max-width: 767px) {
    .header-top {
        padding-top: 18.3px;
        padding-bottom: 12.3px;
    }
    .header-top .header ul {
        padding: 0;
        font-size: 14px;
        
    }
    .header-top .logout {
        font-size: 14px;
    }
    .header-top ul li {
        margin-left: 0;
        margin-right: 23.3px;
    }
    .header-top .header {
        padding-left: 19.45px;
        padding-right: 19.45px;
    }
    .header-top .login-btn {
        width: auto;
        height: auto;
        border-radius:0;
        margin-left: 38px;
        background-color: transparent;
        line-height: inherit;
        text-align: center;
        font-size: 14px;
        color: #000000;
        margin-right: 0;
        cursor: pointer;
    }
    img.logo {
        width: 133.73px;
        height: 55.34px;
        margin-top: 10vh;
    }
    .header-top nav  {
        flex: 1;
    }
    .header-top ul {
        font-size: 14px;
    }
    .header-top .user .phone {
        display: none;
    }
}
@media (max-width: 320px) {
    .header-top ul li {
        margin-left: 0;
        margin-right: 11px;
    }
}
@media (max-width: 1000px) {
    .header-top ul li {
        margin-left: 0;
        margin-right: 20px;
    }
} 