/*footer*/
.footer{
    background-image: url(../img/footer_bg.jpg);
    background-position: 100% 0;
    background-size: cover;
    width: 100%;
    height: auto;
}
.footer_box{
    align-items: center;
    background-position: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.37rem 0.2rem 0;
}
.footer_box .foot_logo{
    height: 0.81rem;
    margin-bottom: 0.19rem;
    width: 1.38rem;
    object-fit: contain;
}
.footer_box .foot_logo img{
    object-fit: contain;
}
.footer_box .slogan{
    align-items: center;
    display: flex;
    margin-bottom: 0.32rem;
    justify-content: center;
}
.footer_box .slogan img{
    height: 0.22rem;
    width: 3.585rem;
    object-fit: initial;
}
.footer_box .slogan div{
    display: flex;
    align-items: center;
    margin: 0 0.32rem;
    gap: 0.32rem;
}
.footer_box .slogan div span{
    color: #fff;
    font-size: 0.28rem;
    letter-spacing: -0.02em;
    line-height: 0.34rem;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    min-width: 0.68rem;
}
.footer_box .foot_phone{
    color: #fdf2d6;
    font-size: 0.24rem;
    line-height: 0.25rem;
    margin-bottom: 0.19rem;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
.footer_box .foot_address{
    color: #fff;
    font-family: Microsoft YaHei;
    font-size: 0.15rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.25rem;
    margin-bottom: 0.2rem;
}
.footer_box .moble_show p{
    text-align: center;
    color: #fff;
    font-family: Microsoft YaHei;
    font-size: 0.15rem;
}



.footer_box .foot_code{
    display: flex;
    align-items: center;
    gap: 0.15rem;
    margin-bottom: 0.2rem;
}
.footer_box .foot_code .code_list{
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}
.footer_box .foot_code .code_list .code_title{
    align-items: center;
    border: 0.01rem solid hsla(0,0%,100%,.8);
    border-radius: 0.14rem;
    color: #fff;
    display: flex;
    font-size: 0.14rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.17rem;
    padding: 0.055rem 0.1rem;
}
.footer_box .foot_code .code_list .code_title img{
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.05rem;
}
.footer_box .foot_code .code_list .code_img{
    background: #fff;
    border-radius: 0.08rem;
    display: none;
    min-height: 1.2rem;
    position: absolute;
    top: -1.75rem;
    width: 1.4rem;
}
.footer_box .foot_code .code_list:hover .code_img{
    display: block;
}
.footer_box .foot_code .code_list .code_img::before{
    background: url(../img/foot_san.png) no-repeat;
    background-size: 100% 100%;
    bottom: -0.1rem;
    content: "";
    height: 0.2rem;
    position: absolute;
    width: 0.1rem;
}
.footer_box .foot_code .code_list .code_body{
    width: 100%;
    padding: 0.1rem;
    box-sizing: border-box;
}
.footer_box .foot_code .code_list .code_body img{
    width: 1.2rem;
    height: 1.2rem;
    object-fit: contain;
}
.footer_box .foot_code .code_list .code_body p{
    font-size: 0.14rem;
    color: #212529;
    text-align: center;
}

.footer_box .foot_blog{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #0000001a;
    gap: 0.06rem;
    padding: 0.18rem 0.2rem;
    font-size: 0.13rem;
    font-weight: 400;
    color: #fffc;
}
.footer_box .foot_blog p,
.footer_box .foot_blog a{
    width: auto;
    height: auto;
    font-size: 0.13rem;
    font-weight: 400;
    color: #fffc;
}
.footer_box .foot_blog img{
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
}



@media (max-width: 1340px){
    .footer_box .foot_address{
        display: none;
    }
    .footer_box .moble_show{
        display: block;
    }
}
@media (max-width: 1200px){
    .footer_box .slogan img{
        height: 0.22rem;
        width: 30%!important;
    }
}
@media (max-width: 777px) {
    .footer_box .foot_blog{
        flex-wrap: wrap;
    }
    .footer_box .foot_blog>p{
        white-space: nowrap;
    }
}
 @media (max-width: 540px) {
     .footer_box{
        padding: 0.37rem 0 0;
    }
    .footer_box .slogan{
        display: none;
    }
    .footer_box .foot_blog{
        flex-wrap: wrap;
    }
    .footer_box .foot_blog p, 
    .footer_box .foot_blog a{
        font-size: 0.12rem;
    }
 }