footer{
    position: relative;
    width: 100%;
    height: 4.06rem;
    background: #505357;
    padding-top: 0.85rem;
    box-sizing: border-box;
}
.center,
.f_right_box,
.f_right_box div,
.code{
    position: relative;
    display: flex;
    justify-content: space-between
}
.center_footer{
    height: 2.5rem;
}
.p_tit{
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0.3rem;
}
.p_txt{
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #BFBFBF;
    margin-bottom: 0.25rem;
}
.f_right_box{
    width: 6.58rem;
    position: relative;
}
.f_right_box div{
    justify-content: normal;
    flex-direction: column;
}
.f_right_box div p{
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.3rem;
    position: relative;
}
.f_right_box div p::after{
    content: '';
    width: 0.17rem;
    height: 0rem;
    border-bottom: 0.01rem solid #C9C9C9;
    position: absolute;
    left: 0;
    bottom: -0.13rem;
}
.f_right_box div a{
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #BFBFBF;
    margin-bottom: 0.08rem;
}
.f_right_box div a:hover{
    color: #fff;
}
.code{
    position: absolute;
    width: 3.23rem;
    right: 0rem;
    bottom: 0rem;
}
.code img{
    width: 0.85rem;
    height: 0.85rem;
    margin: 0 auto 0.09rem;
}
.code p{
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #BFBFBF;
    text-align: center;
}
.buttom_box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.5rem;
    background: #3E3E3E;
}
.f_bleft_box,
.f_bright_box{
    line-height: .5rem;
    color: #999999;
    font-size: .14rem;
}
.f_bright_box a{
    color: #999999;
    font-size: .14rem;
}




@media only screen and (max-width:1024px){
    footer{
        height: auto;
        padding: 0;
    }
    .center_footer{
        padding: 15px!important;
        width: 100%;
        flex-direction: column;
        height: auto;
        box-sizing: border-box;
        align-items: center;
    }
    .f_right_box{
        display: none;
    }
    .code{
        position: static;
        width: auto;
    }
    .code div{
        margin: 0 10px;
    }
    .code img{
        width: 70px;
        height: auto;
    }
    .buttom_box{
        position: static;
        height: auto;
    }
    .buttom_box .center{
        box-sizing: border-box;
        padding: 15px!important;
        width: 100%;
        flex-direction: column;
    }
    .f_bleft_box, .f_bright_box{
        line-height: 1.5;
        font-size: 12px;
        text-align: center;
    }
    .p_tit{
        font-size: 14px;
    }
    .p_txt,
    .code p{
        font-size: 12px;
    }
    .f_bright_box a{
        font-size: 12px;
    }
    .center_tab {
        padding: 0;
    }
}