footer{
    background: #262626;
}
.footer_center{
    width: 14rem;
    margin: 0 auto;
}
.footer_topNavbox{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3rem 1.4rem;
    border-bottom: 0.01rem solid #9C9B9B;
}
.footer_top_a{
    color: #C4BFBF;
    font-size: .2rem;
    flex: 1;
}
.footer_bottomBox{
    display: flex;
    padding: 0.5rem 0;
}
.footer_logo{
    width: 3.55rem;
    height: 0.61rem;
    margin-bottom: 0.15rem;
}
.footer_logo img{
    width: 100%;
    height: 100%;
}
.footer_msgbox{
    display: flex;
    align-items: center;
}
.footer_messImg{
    width: 1.55rem;
    height: 1.55rem;
    margin-right: 0.25rem;
}
.footer_messImg img{
    width: 100%;
    height: 100%;
}
.footer_messbox{

}
.footer_mess_items{
    display: flex;
    align-items: center;
    margin: 0.2rem 0 ;
}
.footer_mess_ico{
    width: 0.3rem;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.15rem;
}
.footer_mess_ico img{
    max-width: 100%;
    max-height: 100%;
}
.footer_rightbox{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.footer_mess_text{
    color: #767676;
    font-size: 0.2rem;
}
.footer_footer_txt1{
    color: #C4BFBF;
    font-size: 0.2rem;
    margin-top: 0.15rem;
}




@media only screen and (max-width:1024px){
    .footer_topNavbox{
        display: none;
    }
    .footer_center{
        width: 100%;
    }
    .footer_bottomBox {
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }
    .footer_messImg{
        flex-shrink: 0;
    }
    .footer_rightbox{
        align-items: center;
    }
    .footer_mess_text,
    .footer_footer_txt1{
        font-size: 12px;
    }
}