footer{
    width: 100%;
    height: 4.2rem;
    background: #2B2B2B;
    overflow: hidden;
    position: relative;
}
.footer_center{
    width: 16.8rem;
    margin: 0.78rem auto 0;
    display: flex;
    justify-content: space-between;
}
.logo_box_f{
    width: 1.79rem;
    height: 0.6rem;
    margin-bottom: 0.42rem;
}
.logo_box_f img{
    width: 100%;
    height: 100%;
    float: left;
}
.bottom_box{
    width: 3.87rem;
    height: 1.29rem;
    display: flex;
    justify-content: space-between;
}
.code_box{
    width: 1rem;
}
.code_box img{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 0.1rem;
}
.code_box p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.24rem;
    text-align: center;
}
.right_box_f{
    width: 2.57rem;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
.right_box_f p{
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    /* line-height: 0.4rem; */
    margin-bottom: 0.2rem;
}
.right_box_footer{
    width: 10.12rem;
    height: 2.3rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.line_footer{
    width: 10.12rem;
    height: 0.01rem;
    background: #ACACAC;
    position: absolute;
    top: 0.44rem;
    left: 0;
}
.tit_footer{
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.41rem;
}
.buttom_footer{
    display: flex;
    flex-direction: column;
}
.buttom_footer a{
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #D8D8D8;
    line-height: 0.36rem;
}

.beian{
    width: 100%;
    height: 0.6rem;
    background: #3E3E3E;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.beian a{
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    line-height: 0.6rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #E2E2E2;;
}

@media only screen and (max-width:1024px){
    footer{
        height: 5.2rem;
    }
    .footer_center{
        margin-top: .7rem;
        width: 100%;
        justify-content: center;
    }
    .right_box_footer{
        display: none;
    }
    .bottom_box{
        width: 100%;
        height: auto;
    }
    .right_box_f{
        width: auto;
        margin-left: 15px;
    }
    .code_box p,
    .right_box_f p{
        font-size: 12px;
    }
    .beian{
        height: auto;
    }
    .beian a{
        font-size: 12px;
        padding: 0 15px;
        line-height: 2;
        box-sizing: border-box;
    }
}
