footer{
    background:#304788 ;
}
.footer{
    width: 14rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0.46rem 0;

}

.footer_left{
    display: flex;
    flex-direction: column;
    flex: 1;
    
}
.footer_tit{
    color: #fff;
    font-size: 0.18rem;
    margin-bottom: 0.3rem;
}
.footer_content{
    display: flex;
    justify-content: space-between;
}
.footer_items{
    display: flex;
    width: 33.3%;
}
.footer_imgbox{
    width: 0.53rem;
    height: 0.53rem;
}
.footer_imgbox img{
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}
.footer_text{
    display: flex;
    flex-direction: column;
    margin-left: 0.21rem;
    color: #fff;
    justify-content: center;
}
.footer_s1{
    font-size: 0.15rem;
}
.footer_right_tit{
    font-size: 0.18rem;
    color: #fff;

}
.footer_right_imgbox{
    display: flex;
    margin-top: 0.2rem;
}
.footer_right_imgbox div{
    width: 0.8rem;
    height: 0.8rem;
    background: #fff;
    padding:0.08rem;
    border-radius: 0.06rem;
}
.footer_right_imgbox div img{
    width:100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.footer_right_img2{
    margin-left: 0.2rem;
}
.footer_bottom{
    text-align: center;
    background: #afafaf;
    padding: 0.1rem 0;
    font-size: 0.13rem;
}