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

/* CSS Document */
.footer {
    width: 100%;
    height: 130px;
    padding: 20px 0;
    background: #262628;
    color: #b3b3b4;
    width: expression(document.body.clientWidth &lt;=1400? "1400px": "auto");
    min-width: 1400px;
}

.footer-wrap {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
}

    {
    width: 80%;
    padding: 10px;
    border: 2px solid #9299a1;
    margin: 20px auto;
}

.foot-link a {
    color: #c5c8cc;
    padding: 0 20px;
    font-size: 14px;
}

.foot-link a:hover {
    color: #49B53E;
}

.footer-link {
    background: none;
    padding-top: 50px;
}

.footer-link a {
    font-size: 12px;
}

.foot-cont {
    line-height: 23px;
    margin-top: 20px;
}

.foot-cont a {
    color: #b3b3b4;
}

.foot-cont a:hover {
    color: #fff;
}

/*客服按钮*/
#service {
    margin-top: 100px;
    position: fixed;
    _position: absolute;
    right: 0;
    top: 50%;
    width: 56px;
    height: 400px;
    z-index: 90;
}

#service a {
    display: block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
}

#service a:hover {
    background-color: #49B53E;
}

#service a .iconfont {
    font-size: 30px;
    color: #fff;
}

#service a:hover .iconfont {
    color: #fff;
}

.po-show {
    width: 220px;
    height: 300px;
    border-radius: 10px;
    position: absolute;
    right: 56px;
    top: -80px;
    overflow: hidden;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
}
</pre></body></html>