<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.modal-open {
    overflow-y: auto !important;        
    padding-right: 0 !important;
}
body { 
    padding-right: 0 !important; 
} 
.footer{
    width: 100%;
    /* height: 450px; */
    color: #fff;
    background-color: #262a33;
    margin:0 auto;
    font-size: 14px;
}
.footer .row{
    margin-right: 0;
    margin-left: 0;
}
.footer_T{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
    border-bottom: 1px solid #444444;
}
.footer a {
    color:#e5e5e5;
    text-decoration:none;
}
.footer a:hover {
    color:#e5e5e5;
    text-decoration:none;
}
.footer_info{
    width:100%;
    display: flex;
    justify-content: space-between;
    /* padding-left:20px; */
    
}
.footer_info a {
    display: block;
}
.footer_lianxi{
    width:100%;
    display: flex;
    padding: 10px 20px 10px 10px;
    justify-content: center;
} 
.footer_tbox{
    line-height: 35px;
    color: #e5e5e5;
}
.footer_tle{
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}
.footer_B{
    max-width: 1400px;
    margin: 0 auto;
    color: #e5e5e5;
    padding: 25px 0;
    line-height: 33px;
}

@media (max-width: 1200px){ 
    .footer_lianxi&gt;div img{
        width: 100px;
    }
    .footer_lianxi&gt;div p:nth-child(1){
        font-size: 16px !important;
    }
    .footer_lianxi&gt;div p:nth-child(2){
        font-size: 18px !important;
    }
    .footer_lianxi div:nth-child(2){
        line-height: 20px !important;
    }
}
@media (max-width: 768px){ 
    .footer{
        font-size: 12px;
    }
    .footer_tle{
        font-size: 16px;
    }
}
</pre></body></html>