
.footer {
    width: 100%;
    background: #181818;
}
.footer_center{
    width: 14rem;
    margin: 0 auto;
    padding: 0.76rem 0 0.71rem;
    display: flex;
    justify-content: space-between;
}
/* 左侧基本信息 */
.footer_left {
    width: fit-content;
}
.footer_left .dianhua {
    display: flex;
    align-items: center;
}
.footer_left .dianhua img {
    height: 0.46rem;
    margin-right: 0.2rem;
    object-fit: contain;
}
.footer_left .dianhua .p1 {
    font-size: 0.14rem;
    color: #DCDCDC;
}
.footer_left .dianhua .p2 {
    font-size: 0.24rem;
    color: #DCDCDC;
}
.footer_left .info_box {
    width: 3.1rem;
    margin-top: 0.36rem;
}
.footer_left .info_box .item {
    display: flex;
    margin-top: 0.3rem;
}
.footer_left .info_box .item:first-child {
    margin-top: 0;
}
.footer_left .info_box .item img {
    width: 0.2rem;
    margin-right: 0.14rem;
    object-fit: contain;
}
.footer_left .info_box .txt {
    font-size: 0.14rem;
    color: #DCDCDC;
    line-height: 0.24rem;
}


/* 导航 */
.footer_navs {
    display: flex;
    margin-right: 0.99rem;
}
.footer_navs .item {
    width: fit-content;
    margin-right: 1.58rem;
}
.footer_navs .item:last-child {
    margin-right: 0;
}
.footer_navs .title {
    margin-bottom: 0.31rem;
    font-size: 0.16rem;
    font-weight: bold;
    color: #FFFFFF;
    white-space: nowrap;
}
.footer_navs .li {
    display: block;
    font-size: 0.14rem;
    color: #DCDCDC;
    line-height: 0.36rem;
    white-space: nowrap;
}
/* 二维码 */
.qrcode {
    overflow: hidden;
}
.qrcode img {
    width: 1.35rem;
    height: 1.35rem;
    object-fit: contain;
}
.qrcode .tip {
    margin-top: 0.18rem;
    font-size: 0.14rem;
    color: #FFFFFF;
    text-align: center;
}




/* 底部版权 */
.footer_footer {
    position: relative;
    width: 100%;
    height: 0.98rem;
    text-align: center;
    line-height: 0.98rem;
    background: #000000;
    font-size: 0.14rem;
    color: #FFFFFF;
}
.footer_footer a {
    font-size: 0.14rem;
    color: #FFFFFF;
}
.footer_footer .totop {
    position: absolute;
    right: 2.7rem;
    bottom: 0.28rem;
    width: 0.44rem;
    height: 0.44rem;
    object-fit: contain;
}

@media only screen and (max-width:1024px){
    .footer_center{
        width: 100%;
        padding: 15px;
        align-items: center;
    }
    .footer_navs{
        display: none;
    }
    .footer_left .dianhua .p1,
    .footer_left .info_box .txt,
    .qrcode .tip{
        font-size: 12px;
    }
    .footer_left .info_box{
        width: 100%;
    }
    .qrcode img{
        width: 1.2rem;
        height: 1.2rem;
    }
    .footer_footer{
        height: auto;
        padding: 0 15px;
        font-size: 12px;
        line-height: 2;
    }
    .footer_footer a{
        font-size: 12px!important;
    }
    .footer_footer .totop{
        right: .7rem;
        bottom: .1rem;
    }
}
