.footer_box{
    width: 100%;
    height: 2.344rem;
    background: #303030;
    box-sizing: border-box;
}
.footer_top{
    width: 10.938rem;
    margin: 0 auto;
    height: 1.773rem;
    border-bottom: 1px solid #D0D0D0;
    padding-top: 0.305rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.footer_top_box1{
    width: 1.7rem;
}
.footer_logo{
    width: 1.477rem;
    height: 0.469rem;
}
.footer_logo img{
    width: 100%;
    height: 100%;
    display: block;
}
.footer_top_box1_text{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 0.125rem;
    color: #A2A1A1;
    padding-top: 0.172rem;
}
.footer_top_box2_text span:last-of-type{
    margin-left: 0.391rem;
}
.footer_title{
    height: 0.391rem;
    font-weight: 400;
    font-size: 0.156rem;
    color: #FFFFFF;
    margin-top: 0.078rem;
}
.footer_top_box2{
    width: 3.6rem;
}
.footer_top_box2_text{
    font-weight: 400;
    font-size: 0.125rem;
    color: #B3B3B3;
}
.footer_top_box3{
    width: 3.195rem;
}
.footer_top_box3_bottom{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.078rem;
    row-gap: 0.078rem;
}
.footer_top_box3_bottom_item{
    width: 0.6rem;
    font-weight: 400;
    font-size: 0.125rem;
    color: #B3B3B3;
}
.code{
    width: 0.828rem;
    height: 0.828rem;
}
.code img{
    width: 100%;
    height: 100%;
}
.footer_bottom{
    width: 10.938rem;
    margin: 0 auto;
    height: 0.570rem;
    font-weight: 400;
    font-size: 0.109rem;
    color: #736F6F;
    text-align: center;
    line-height: 0.570rem;
}
.footer_bottom span{
    margin-left: 0.313rem;
    cursor: pointer;
}
