/*footer*/
.footer{
    background: #302D28;
    padding-top: 0.47rem;
}
.footer .main{
    display: flex;
    justify-content: space-between;
}
.footer .foot_fl .foot_logo{
    font-family: CN-Heavy;
    font-weight: 800;
    font-size: 0.4rem;
    color: #FFFFFF;
    margin-bottom: 0.66rem;
    line-height: 1;
}
.footer .foot_phone{
    display: flex;
    align-items: center;
}
.footer .phone_icon{
    width: 0.42rem;
    height: 0.42rem;
    margin-right: 0.11rem;
}
.footer .phone_txt .phone_title{
    font-family: SC-Heavy;
    font-weight: bold;
    font-size: 0.16rem;
    color: #E28000;
    line-height: 1;
}
.footer .phone_txt .phone_cont{
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.33rem;
}
.footer .foot_cn{
    display: flex;
    column-gap: 0.4rem;
    height: fit-content;
    padding-top: 0.22rem;
}
.footer .foot_cn a{
    width: auto;
    height: max-content;
    font-family: CN-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
}
.footer .foot_fr .foot_code{
    width: 1.22rem;
    height: 1.22rem;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
    border-radius: 0.1rem;
    overflow: hidden;
}
.footer .foot_fr span{
    width: 100%;
    display: block;
    text-align: center;
    font-family: CN-Regular;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
}




.footer .foot_bottom{
    width: 100%;
    margin-top: 0.39rem;
    background: #483823;
    font-family: CN-Regular;
    font-weight: 400;
    font-size: 0.12rem;
    color: #FFFFFF;
    padding: 0.18rem 0;
    box-sizing: border-box;
    line-height: 1;
    text-align: center;
}









