/* 底部 */
.bottom {
    background: #333333;
    color: white;
    padding: 40px 0 20px;
}
.footer_top ul{
    padding-left: 0;
}
.bottom-title {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 33px;
    margin: 15px 0 18px;
}
.fooot_nav{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_top{
    display: flex;
    justify-content: left;
}
.footer_top > div{
    margin: 0 48px;
}
.hot{
    margin-left: 50px;
}
.bottom-text {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF !important;
    line-height: 28px;
    margin-bottom: 18px;
    opacity: 0.6;
}
.bottom-text a{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    text-decoration: none;
}

.bottom-img {
    margin-right: 10px;
}
.xhx{
    height: 1px;
    border: 1px solid #FFFFFF;
    margin: 30px 0;
}
.footer_top ul li{
    margin: auto 40px ;
}
.footer_top ul{
    margin-bottom: 0;
}
.form-1 {
    /* color: white !important; */
    background: rgba(106, 106, 106, 0.82);
    border-radius: 2px;
    border: 1px solid rgba(106, 106, 106, 0.82);
    margin-bottom: 15px;
}
.form-1:focus{
    color: black !important;
}
.footer_bottom_img{
    margin-top: 40px;
}
.button-1 {
    border: 0 solid;
    /* background: #DD3333; */
    border-radius: 2px;
}

.button-1:hover,.button-1:focus,.button-1:active:focus {
    /* background: #C60F13; */
    box-shadow: 0 0 4px 0 rgba(89, 41, 9, 0.25);
}

.footer-button{
    padding: 10px 0;
    width: 40%;
}

hr:not([size]) {
    height: 2px;
}

.bottom-col a{
    font-size: 13px;
    font-family: ArialMT;
    color: #999999;
    line-height: 15px;
}
.bottom-0{
    display: none;
    background: #333333;
}
@media(max-width:1400px){
    .footer_top > div{
        margin: 0 40px;
    }
    
}
@media(max-width:1200px){
    .footer_top > div{
        margin: 0 25px;
    }
    .bottom-text{
        font-size: 15px;
    }
    .bottom-text a{
        font-size: 15px;
    }
    .bottom-title{
        font-size: 20px;
    }
    .footer-button{
        font-size: 15px;
    }
    .form-1::placeholder{
        font-size: 12px;
    }
}
@media (max-width: 992px) {
    .center-col {
        text-align: center;
    }
    .bottom-0{
        display: block;
    }
    .bottom{
        display: none;
    }
    .bank_space > div:nth-child(odd){
        padding-right: 6px;
    }
    .bank_space > div:nth-child(even){
        padding-left: 6px;
    }
    .bottom-logo{
        padding: 47px 0 66px;
    }
    .beian{
        flex-direction: column;
    }
    .beian hr{
        width: 100%;
        height: 2px;
        opacity: 0.3;
        border: 1px solid #FFFFFF;
        margin: 0;
    }
    .beian_title{
        font-size: 9px;
        font-family: SourceHanSansCN-Light, SourceHanSansCN;
        font-weight: 300;
        color: #FFFFFF;
        line-height: 14px;
        opacity: 0.65;
        padding: 9px 0 15px;
    }
    .caret{
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 6px solid;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        margin-left: 6px;
        transform: rotate(-90deg);
        transition: all 0.5s;
    }
    
    .collapsed:target .caret{
        transform: rotate(0deg);
        
    }
    .collapsed:focus .caret{
        transform: rotate(0deg);
        transition: all 0.5s;
    }
    .link{
        font-size: 16px;
        font-family: SourceHanSansCN-Medium, SourceHanSansCN;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 24px;
    }
    .link:hover{
        color: #FFFFFF;
    }
    .bottom_links > div > ul {
        display: block;
    }
    .bottom_links > div > ul > li{
        margin-bottom: 15px;
    }
    .bottom_links > div > ul > li >a{
        font-size: 14px;
        font-family: SourceHanSansCN-Light, SourceHanSansCN;
        font-weight: 300;
        color: #FFFFFF;
        line-height: 21px;
    }
    .fgx{
        height: 1px;
        opacity: 0.3;
        border: 1px solid #FFFFFF;
        margin: 15px 0;
    }
    .bottom_msg ul{
        margin-top: 30px;
    }
    .bottom_msg ul li{
        font-size: 14px;
        font-family: SourceHanSansCN-Light, SourceHanSansCN;
        font-weight: 300;
        color: #FFFFFF;
        line-height: 22px;
        margin-bottom: 0;
    }
    .footer_img{
        margin: 25px 0 40px;
    }
}

