/**组件样式**/
@media screen and (max-width: 400px) {
 .rwm>img {width:56px !important;}
}

@media screen and (max-width: 900px) {
 .foot-r{
    flex-wrap: wrap;
    justify-content: center;
    font-size: 10px;}
 .rwm>img {margin-top: 20px;}
}
