/*footer*/
.footer{
    width: 100%;
    height: auto;
    background: #4E3100 url(../img/foot_bg.png) center no-repeat;
    background-size: 3.46rem 3.5rem;
    padding-top: 0.76rem;
}
.footer .main{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 0.51rem;
}
.footer .main .foot_logo{
    width: auto;
    height: 1rem;
    position: absolute;
    top: 0.24rem;
    left: 50%;
    transform: translateX(-50%);
}
.footer .main .foot_logo img{
    width: auto;
    height: 100%;
    object-fit: contain;
}
.footer .main .foot_name{
    font-family: Arial-Regular;
    font-weight: bold;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-bottom: 0.2rem;
}
.footer .main .foot_phone{
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFF3E2;
    display: flex;
    align-items: center;
    column-gap: 0.14rem;
}
.footer .main .foot_phone img{
    width: 0.4rem;
    height: 0.4rem;
    object-fit: contain;
}
.footer .main .foot_cont{
    font-family: Arial-Regular;
    display: flex;
    max-width: 3.5rem;
    column-gap: 0.12rem;
    margin-top: 0.15rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFF3E2;
    line-height: 1.5;
}
.footer .main .foot_cont img{
    width: 0.24rem;
    height: 0.24rem;
    object-fit: contain;
}
.footer .main .foot_code{
    display: flex;
    column-gap: 0.4rem;
}
.footer .main .foot_code .code_item{
    width: 1.08rem;
    height: auto;
}
.footer .main .foot_code .code_item .code_img{
    width: 1.08rem;
    height: 1.08rem;
    margin-bottom: 0.06rem;
}
.footer .main .foot_code .code_item span{
    font-family: PingFang;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}


.footer .foot_txt{
    width: 100%;
    border-top: 0.01rem solid rgba(255,255,255,0.13);
    padding: 0.21rem 0 0.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.2rem;
}
.footer .foot_txt span,
.footer .foot_txt a{
    width: auto;
    height: auto;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFF3E2;
    font-family: Arial-Regular;
}







@media screen and (max-width: 1043px){
    .footer .main .foot_logo{
        display: none;
    }
}

@media screen and (max-width: 769px){
    .footer .main .foot_name{
        font-size: 0.28rem;
    }
    .footer .main .foot_cont,
    .footer .foot_txt span, 
    .footer .foot_txt a{
        font-size: 0.2rem;
    }
    .footer .main .foot_code .code_item{
        width: 1.2rem;
    }
    .footer .main .foot_code .code_item .code_img{
        width: 1.2rem;
        height: auto;
    }
}












