<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* foots */
.foots {
    background: #444;
    /*height:235px;*/
    padding-top: 40px;
    margin-top:60px;
}

.foots .footLeft {
    width: 895px;
    float: left;
}

.foots .footLeft .logoMax {
    width: 132px;
    height: 130px;
    float: left;
}

.foots .footLeft .logoMax img {
    display: inline-block;
}

.foots .footLeft .contact, .foots .footLeft .contact p a {
    font-size: 14px;
    color: #fff;
}

/*.foots .footLeft .contact p.rest a, .foots .footLeft .copyright {*/
    /*font-size: 18px;*/
    /*color: #fff;*/
/*}*/

.foots .footLeft .contact p.rest a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.foots .footLeft .contact {
    float: left;
    /*padding-left:40px;*/
}

/*.foots .footLeft .copyright {*/
    /*float: left;*/
    /*width: 834px;*/
    /*!*margin-top:15px;*!*/
/*}*/

.foots .footLeft .contact p.rest a:first-child {
    padding-left: 0;
}

.foots .footLeft .contact p.contact_way {
    margin-bottom:20px;
}

.foots .footLeft .contact p span.call {
    display: inline-block;
    margin-right: 20px;
}

.foots .QRCode {
    float: right;
    width: 304px;
}

.foots .QRCode .code {
    width: 130px;
    height: 180px;
    float: left;
    text-align: center;
    margin-left: 22px;
}

.foots .QRCode .code img {
    width: 130px;
    height: 130px;
    display: inline-block;
}

.foots .QRCode .code span {
    display: inline-block;
    margin-top: 6px;
    color: #fff;
    font-size: 14px;
}

.foots .contact dl {
    display: block;
    margin-bottom: 10px;
}

.foots .contact dl dt,.foots .contact dl dd {
    font-weight: normal;
    display: inline-block;
}
.foots .contact dl dd {
    cursor: pointer;
}
.foots .contact dl dd:hover{
    text-decoration: underline;
}

.foots .copyright{
    text-align: center;
    color: #ffffff;
    font-size:16px;
    margin-bottom:30px;
}
.foots .copyright&gt;a{
    color: #ffffff;
}</pre></body></html>