.footer{
    background: #F3F3F8;
    
}
.footer_center{
    width: 14rem;
    margin: 0 auto;
    display: flex;
    padding: 0.5rem 0;
}
.footer_leftbox{
    display: flex;
}
.footer_left_box1{
    margin-right: 1.2rem;
}
.footer_left_box1:last-child{
    margin-right: 0;
}
.footer_weight{
    display: block;
    font-size: 0.2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.footer_box2_list{
    width: 5rem;
    display: flex;
    flex-wrap: wrap;
}

.footer_box2_list a{
    width:33.3%;
    color: #666;
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
    display: block;
}
.footer_box2_list a:hover{
    color: #000;
}
.footer_rightbox{
    flex: 1;
    margin-left: 0.25rem;
}
.footer_right_content{
    display: flex;
    justify-content: space-between;
}
.footer_right_items1{
    width: 1.06rem;
    height: 1.06rem;
}
.footer_right_items1 img{
    width: 100%;
    height: 100%;
}
.footer_right_1{
    margin-bottom: 0.1rem;
}
.footer_footer{
    text-align: center;
    padding: 0.15rem 0;
    border-top: 0.01rem solid #8F8F8F;
    color:#999 ;
    font-size: 0.12rem;
}
@media only screen and (max-width: 1024px) { 
    .footer{
        padding: 0 15px;
    }
    .footer_leftbox{
        display: none;
    }
    .footer_rightbox{
        margin: 0;
        padding: 0;
    }
    .footer_right_content{
        justify-content: space-evenly;
    }
    .footer_center{
        width: 100%;
    }
    .footer_right_aox{
        text-align: center;
    }
    .footer_right_items1{
        display: none;
    }
    .footer_weight{
        font-size: 14px;
    }
    .footer_right_1{
        font-size: 12px;
    }
}