<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@media screen and (max-width: 1470px){
    footer.part{
        padding-top: 120px;
    }
    footer &gt; div{
        width: 95%;
    }
    footer .add .address {
        width: 1100px;
    }
}

@media screen and (max-width: 1366px){
    footer .top ul{
        width: 1000px;
    }
}


@media screen and (max-width: 1200px){
    footer .top ul {
        width: 950px;
    }
    footer .add .address {
        width: 830px;
        padding: 15px 0;
    }
    footer .add .address &gt; div:after{
        right: 25px;
    }
    footer .add .share {
        margin-top: 60px;
    }
    footer .top {
        padding-bottom: 10px;
    }
    footer.part {
        padding-top: 108px;
    }
}

@media screen and (max-width: 1024px){
    footer.part {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    footer .top ul {
        width: 790px;
    }
    footer .add .address {
        width: 750px;
    }
    footer .add .address &gt; div:after{
        display: none;
    }
    footer .add .share div + div {
        margin-left: 10px;
    }
}

@media screen and (max-width: 768px){
    footer .top ul{
        float: none;
        width: 100%;
    }
    footer .wx{
        float: none;
        width: 20%;
        margin:20px auto 0;
    }
    footer .add .address {
        float: none;
        width: 100%;
    }
    footer .add .share {
        float: none;
        margin: 20px 0;
        text-align: center;
    }

}

@media screen and (max-width: 425px){
    footer .top ul li{
        width: 33.3%;
        margin-bottom: 15px;
    }
    footer .wx {
        width: 40%;
    }
    footer .add .address &gt; div{
        width: 100%;
        margin-bottom: 20px;
    }
    footer .add .share{
        margin: 10px 0;
    }
    #btn{
        margin-top: 25px;
    }
    #btn div{
        font-size: 14px;
    }
}

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