<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
    width: 100%;
    min-width: 1200px;
    padding: 72px 0 30px;
    background-color: #272727;
}
.footer-box {
    width: 1200px;
    margin: 0 auto;
}
.footer-content {
    display: flex;
}
.footer-content-l {
    flex: 1;
    display: flex;
}
.footer-list {
    width: 240px;
    min-width: 120px;
    padding-right: 16px;
    margin-bottom: 16px;
}
.footer-list div {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.footer-list p {
    margin-bottom: 8px;
}
.footer-list a {
    font-size: 12px;
    color: #9fa3a6;
    transition: all .3s ease;
    line-height: 24px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.footer-list a:hover {
    color: #f2f2f2;
    text-decoration: unset;
}
.footer-contact {
    width: 240px;
}
.footer-contact-contact {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}
.footer-contact-phone {
    display: none;
}
.footer-contact-phone p {
    height: 29px;
    color: #fff;
    font-size: 20px;
    font-family: "ui-rounded";
    white-space: nowrap;
    margin-bottom: 8px;
}
.footer-contact-more {
    color: #a0a0a0;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    margin-bottom: 8px;
    display: none;
}
.footer-contact-email {
    height: 18px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 30px;
}
.footer-contact-follow {
    color: #fff;
    font-size: 12px;
    margin-bottom: 4px;
}
.footer-contact-box {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.footer-contact-icon {
    width: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.footer-contact-icon img {
    height: 16px;
}
.footer-contact-icon:hover {
    background: rgba(255, 255, 255, .09);
}
.footer-contact-icon:hover .footer-contact-code {
    display: block !important;
}
.footer-contact-code {
    width: 144px;
    height: 144px;
    border-radius: 6px;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 44px;
    right: -1px;
    z-index: 10;
}
.footer-contact-code div {
    width: 12px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    top: -6px;
    right: 12px;
    transform: rotate(45deg);
}
.footer-contact-code img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    position: relative;
    z-index: 10;
}
.footer-contact-feedback {
    min-height: 72px;
}
.footer-contact-complain {
    font-size: 12px;
    color: #9fa3a6;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-copyright {
    padding: 16px 0;
    display: flex;
    align-items: center;
}
.footer-copyright div {
    color: #6c7073;
    font-size: 12px;
    margin-right: 20px;
    position: relative;
}
.footer-copyright div span {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #6c7073;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer-copyright a {
    color: #6c7073;
    font-size: 12px;
    cursor: pointer;
    margin-right: 20px;
    position: relative;
}
.footer-copyright a:hover {
    color: #919699;
    text-decoration: none;
}
.footer-copyright a span {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #6c7073;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer-copyright a:nth-last-child(1) span {
    display: none;
}
.footer-language {
    width: 82px;
    min-width: 82px;
    height: 24px;
    cursor: pointer;
    padding: 0 8px;
    border-radius: 4px;
    display: none;
    align-items: center;
    position: relative;
}
.footer-language:hover {
    background: rgba(255,255,255,.09);
}
.footer-language-icon {
    width: 12px;
    height: 12px;
    margin-right: 6px;
}
.footer-language-name {
    color: #9fa3a6;
    font-size: 12px;
    line-height: 24px;
}
.footer-language:focus .footer-language-box {
    display: block;
    position: absolute;
    bottom: 36px;
    left: 0;
    z-index: 10;
}
.footer-language-box {
    padding: 4px 0;
    border-radius: 5px;
    background-color: #fff;
    display: none;
}
.footer-language-item {
    height: 40px;
    text-align: left;
    line-height: 30px;
    padding: 5px 12px;
}
.footer-language-item:hover {
    background-color: #f5f5f5;
}
.footer-language-item span {
    color: #333;
    font-size: 14px;
}
.contact-phone-mask {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 910;
}
.contact-phone-mask-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.contact-phone-main {
    width: 980px;
    background-color: #fff;
    position: relative;
    z-index: 99;
}
.contact-phone-head {
    height: 92px;
    padding:  40px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.contact-phone-head span {
    color: #333;
    font-size: 34px;
    font-weight: bold;
}
.contact-phone-head img {
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0, -50%);
}
.contact-phone-box {
    width: 524px;
    margin: 30px auto 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.contact-phone-box-item {
    width: 50%;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
}
.contact-phone-box-item img {
    width: 22px;
    height: 22px;
    margin: 0 4px 0 64px;
}
.contact-phone-box-item div {
    flex: 1;
}
.contact-phone-box-item div span {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
    display: inline-block;
}
.contact-phone-box-item div p {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
</pre></body></html>