<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logo{    position: absolute;
    left: 11%;
    top: 2%;
    z-index: 999;}
    .logo img{    width: 100%;    height: auto;}
    
    
 @media screen and (max-width: 1024px) {
    .logo {
    position: absolute;
    left: 2%;
    top: 0;
    z-index: 999;}.logo img {
    width: 150px !important;
    height: auto;}
}
/**缁勪欢鏍峰紡**/
@media(max-width:1024px){
.banner p{display:none;}
}
.rwm span{float:left;margin:0 10px;}
.rwm span img{max-width:80px;}
.rwm span p{text-align: center;}
.footer{display: flow-root;padding-bottom: 20px;}

@media(max-width:650px){
.rwm{width:100%;margin-top:20px;    display: flex;justify-content: center;}

}
</pre></body></html>