.modbl {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.5);
}

.modbl .modbl_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6.12rem;
    height: 3.87rem;
    background: #FFFFFF;
    border-radius: 0.02rem;
    padding: 0.27rem 0.4rem 0;
    box-sizing: border-box;
}

.modbl .modbl_box .modbl_box_title {
    margin-bottom: 0.56rem;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 0.2rem;
    color: #C4011A;
    line-height: 0.29rem;
    text-align: center;
}

.modbl .modbl_box .modbl_box_small {
    margin-bottom: 0.07rem;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 0.14rem;
    color: #3D3D3D;
    line-height: 0.2rem;
}

.modbl .modbl_box input {
    display: block;
    width: 100%;
    height: 0.42rem;
    background: #FFFFFF;
    border: 0.01rem solid rgba(0, 0, 0, 0.18);
    margin-bottom: 0.16rem;
    padding: 0 0.12rem;
    box-sizing: border-box;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 0.16rem;
    color: #3D3D3D;
}

.modbl .modbl_box .modbl_close {
    position: absolute;
    right: 0.22rem;
    top: 0.22rem;
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    cursor: pointer;
}


.footer_con {
    background: #222831;
}

.footer {
    display: flex;
    width: 14rem;
    height: 4rem;
    margin: 0 auto;
    padding-top: 0.56rem;
    box-sizing: border-box;
}

.footer .footer_title {
    margin-bottom: 0.3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.12rem;
}

.footer_cn>p{
    margin-bottom: 0.08rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #8C9194;
    line-height: 0.26rem;
}

.footer_cn>p:first-child{
    margin-top: -0.1rem;
}

.footer_cn+.footer_cn{
    margin-top: 0.3rem;
}

.footer .footer_nav {
    width: 8rem;
    justify-content: space-between;
    display: flex;
}

.footer .footer_nav .nav_item {
    /*margin-right: 0.4rem;*/
}
.footer_contact{
    margin-left: 0.4rem;
}

.nav_item a {
    display: block;
    margin-bottom: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #8C9194;
    line-height: 0.12rem;
}

.footer .footer_contact .footer_phone {
    margin-bottom: 0.23rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.26rem;
    color: #FFFFFF;
    line-height: 0.26rem;
}

.footer .footer_contact .footer_add {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.18rem;
}

.footer_add .add_item {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.18rem;
}

.footer .footer_code {
    margin-left: auto;
}

.footer .footer_code img {
    display: block;
    width: 0.68rem;
    height: 0.68rem;
    margin-bottom: 0.2rem;
}

.footer .footer_code .code_text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #878B8E;
    line-height: 0.12rem;
    text-align: center;
}

.copy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0.7rem;
    background: #1B1D1F;
}

.copy a {
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
}

@media only screen and (max-width: 1024px) {
    .footer{
        width: 100%;
        height: auto;
        display: block;
    }
    .footer .footer_nav{
        width: 92%;
        margin: 0 auto;
        height: auto;
  overflow: hidden;
  display: block;
    }
    .footer .footer_nav .nav_item {
  width: 33.3%;
  float: left;
}
.footer .footer_title{
    font-size: 0.24rem;
    line-height: 0.4rem;
}
.nav_item a{
    font-size: 0.24rem;
    line-height: 0.2rem;
}
.footer_cn > p{
    font-size: 0.24rem;
}
.footer_contact{
    width: 92%;
    margin: 0 auto;
}
.footer .footer_code{
    width: 92%;
    margin: 0 auto;
}
.footer .footer_code img{
    width: 20%;
    height: auto;
}
.copy{
    display: block;
    width: 100%;
    padding: .3rem 0;
    
}
.copy a{
    font-size: 0.24rem;
    padding: 0 .3rem;
}
.footer .footer_code .code_text{
    font-size: 0.24rem;
    line-height: 0.25rem;
}
}