<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">﻿a{}
.color1 {color: #ff6920 !important;}
.color2 {color: #2484c0 !important;}
.color3 {color: #ff4911 !important;}
.color4 {color: #dd3635 !important;}
/* *{box-sizing: border-box;} */
.footer div,.footer img,.footer p{box-sizing: border-box;}
.footer {margin-top: 40px;font: 14px/1.6 "PingFang SC",Arial,"Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;}
.footer-main {background-color: #272727;color: rgba(255, 255, 255, 0.5);padding: 50px 0 35px;}
.footer-flex {display: flex;justify-content: space-between;align-items: flex-start;}
.w1200 {margin-left: auto;margin-right: auto;width: 1200px;}
.footer-logo {margin-top: 20px; opacity: .5;}
.footer-logo img {height: 48px;}
.footer-nav {width: 140px; display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 10px;}
.footer-nav, .footer-connect, .footer-code {position: relative;}
.footer-nav a {line-height: 32px;color: rgba(255, 255, 255, 0.5);}
.footer-nav::before, .footer-connect::before, .footer-code::before {content: '';width: 1px;height: 100px; background-color: #D8D8D8;opacity: .1;position: absolute;top: 10px;left: -55px;}
.footer-connect {white-space: nowrap;padding-top: 10px;}
.footer-connect-tel {font-size: 24px;color: #fff;margin-bottom: 5px;font-weight: bold;}
.footer-connect-cont {line-height: 2;}
.footer-code {display: flex;margin-right: -20px;}
.footer-code-list {width: 100px;margin-right: 20px;text-align: center;}
.footer-code-list img {width: 100px;height: 100px;padding: 6px;background-color: #fff;border-radius: 4px;}
.footer-code-list p {margin-top: 5px;}
.footer-copyright {background-color: #000;color: rgba(255, 255, 255, 0.5);text-align: center; font-size: 12px;padding: 15px 0;}
.footer-copyright a {color: rgba(255, 255, 255, 0.5);}

.right-kefu { position: fixed; right: 10px; top: 20%; font-size: 14px; z-index: 999;}
.right-kefu li { position: relative; }
.right-kefu li:hover .kefu-con { display: block; }
.right-kefu li:hover .kefu-item::after { display: block; }

.kefu-item { width: 56px; height: 56px; background: #fff; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); border-radius: 4px; color: #fff; margin-top: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; line-height: 1; }
.kefu-item:hover { color: #fff; opacity: .9; }
.kefu-item::after { position: absolute; left: -13px; transform: rotate(90deg); border-top-color: #fff; top: 26px; display: none; }
.kefu-item.zx { background-color: #3D47FF; }
.kefu-item.zx::after { display: none !important; }
.kefu-item.wx { background-color: #69B917; }
.kefu-item.wx::after { border-top-color: #69B917; }
.kefu-item.dh { background-color: #FF6600; }
.kefu-item.dh::after { border-top-color: #FF6600; }
.kefu-item.db { background-color: #333; }
.kefu-item.db::after { border-top-color: #333; }
.kefu-item img { width: 20px; height: 20px; margin-bottom: 4px; }
.kefu-item:last-child::after { display: none !important; }
.kefu-con { position: absolute; top: 0; right: 55px; padding-right: 13px; display: none; width: auto;}
.kefu-imgs { display: flex; flex-wrap: wrap; width: 256px; background: #FFFFFF; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05); border-radius: 4px; padding: 8px; box-sizing: border-box; }
.kefu-imgs.img2 { width: 152px; }
.kefu-imgs.img2 .wxImg img { width: 120px; height: 120px; }
.kefu-imgs p { margin-top: 5px; }
.kefu-tel { display: flex; align-items: center; width: 250px; padding: 14px; }
.kefu-tel-img { width: 60px; height: 60px; margin-right: 12px; }
.kefu-tel-tit { color: #999; }
.kefu-tel-tel { font-size: 20px; line-height: 1; color: #000; font-weight: bold; margin-top: 5px; }
.kefu-tel-sub { color: #999; font-size: 12px; margin-top: 5px; }
.kefu-gotop { display: none; }
.kefu-gotop.show { display: flex !important; }

.wxImg { text-align: center; }
.wxImg img { width: 120px; height: 120px; }
.show{display: block !important}
.hide{display: none !important}

.headerr {
    background: #fff; position: relative; z-index: 7;
}

.headerr.borbtm {
    border-bottom: solid 1px #f1f1f1;
}

.headerr-main {
    height: 80px;display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerr-con {
    display: flex;
    align-items: center;
}

.headerr-logo img {
    height: 48px;
}

.headerr-avatar {
    margin-left: 24px !important;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    color: #999;
}

.headerr-avatar-img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border-radius: 50%;
}

.headerr-avatar-img.big {
    width: 32px;
    height: 32px;
    margin-right: 24px;
}

.headerr-avatar p {
    height: 18px;
    line-height: 18px;
    max-width: 50px;
    overflow: hidden;
    max-width: 87px;
}

.headerr-region {
    position: relative;
    margin-left: 20px;
}

.headerr-region:hover .headerr-region-t::after {
    transform: rotate(180deg);
    vertical-align: 3px;
}

.headerr-region:hover .headerr-region-c {
    display: block;
}

.headerr-region-t {
    font-size: 16px;
    color: #8D94A3;
}

.headerr-region-t::after {
    transition: transform .3s;
}

.headerr-region-c {
    position: absolute;
    top: 30px;
    left: 0;
    width: 400px;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
    padding: 5px 0 10px 10px;
    display: none;
}

.headerr-region-c::before {
    content: '';
    height: 10px;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0;
}

.headerr-region-c ul {
    display: flex;
    flex-wrap: wrap;
}

.headerr-region-c li {
    width: 78px;
    font-size: 14px;
    margin-top: 5px;
}

.headerr-region-c a {
    line-height: 26px;
    padding: 0 10px;
    display: inline-block;
    color: #333;
    border-radius: 2px;
}

.headerr-region-c a:hover {
    background-color: rgba(var(--typeca), 0.2);
}

.headerr-nav {
    display: flex;
    align-items: center;
}

.headerr-nav &gt; a {
    font-size: 16px;
    margin-left: 30px;
    position: relative;
    color: #111334;
}

.headerr-nav &gt; a:first-child {
    margin-left: 0;
}

.headerr-nav &gt; a.active::after {
    content: '';
    width: 32px;
    height: 4px;
    background-color: var(--typec);
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: -6px;
}

.headerr-nav .icons {
    position: absolute;
    top: -12px;
    right: -16px;
}

.headerr-nav-more {
    position: relative;
    margin-left: 30px;
}

.headerr-nav-more:hover .headerr-nav-t::after {
    transform: rotate(180deg);
    vertical-align: 3px;
}

.headerr-nav-more:hover .headerr-nav-c {
    display: block;
}

.headerr-nav-t {
    font-size: 16px; color: #333;
}

.headerr-nav-t::after {
    transition: transform .3s;
    color: #D8D8D8;
}

.headerr-nav-c {
    position: absolute;
    left: 50%;
    top: 25px;
    background-color: #fff;
    border: 1px solid #ddd;
    white-space: nowrap;
    z-index: 2;
    line-height: 30px;
    text-align: center;
    transform: translateX(-50%);
    font-size: 14px;
    padding: 10px 0;
    display: none;
}

.headerr-nav-c a {
    display: block;
    padding: 0 10px; color: #111334;
}

.headerr-nav-c a:hover {
    background-color: #f9f9f9;
}

.headerr-login {
    margin-left: 25px;
}
.headerr-login-b {
    color: #FF6600;
    border: 1px solid currentColor;
    font-size: 16px;
    line-height: 30px;
    width: 80px;
    text-align: center;
    display: inline-block;
    transition: all .3s;
    &amp;:hover{
        background-color: #FF6600; color: #fff;
    }
}
.headerr-region-t::after, .headerr-nav-t::after{
    content: '';
    border-top: 6px solid currentColor;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.bannerr{
    height: 370px;
}
.wraprline + .guide{
    margin-top: 0 !important;
}
.wrapr-tab{height: 48px; margin-top: 20px;margin-bottom: 20px; background-color: #fff;box-shadow: 0px 0px 30px 0px rgba(132, 119, 235, 0.1); }
.wrapr-tab a{ margin-left: 40px; color: #333; line-height: 48px; display: inline-block; }
.wrapr-tab a.active{font-size: 18px; font-weight: bold; position: relative}
.wrapr-tab a.active::after{
    content: "";position: absolute;left: 50%; margin-left: -18px; height: 4px; background-color:#3D47FF; bottom: 0; width: 36px;
}
.wrapr-tab.fixed{
    position: fixed; top: 0; left: auto; right: auto; z-index: 8; margin-top: 0; margin-bottom: 0; width: 1200px;
}
.headerr-avatar {
    margin-left: 24px !important;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    color: #999;
}
.headerr-avatar-img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border-radius: 50%;
}
.headerr-avatar-img.big {
    width: 32px;
    height: 32px;
    margin-right: 24px;
}

.headerr-top { background-color: #F7F8F9; color: #999; font-size: 14px; }
.headerr-top a { color: #999; }
.headerr-top a:hover { color: var(--ahc); }
.headerr-top .color { color: var(--fc1); }
.headerr-flex { height: 36px; line-height: 1; display: flex; justify-content: space-between; align-items: center; }
.headerr-left, .headerr-right { display: flex; }
.headerr-right .iconfont { margin-right: 4px; vertical-align: -1px; }
.headerr-link { border-left: 1px solid #D8D8D8; margin-left: 15px; padding-left: 15px; }
.headerr-link.nobd { border: none; margin-left: 0; padding-left: 0; }
.headerr .ml10 {margin-left: 10px;}
.headerr .mr10 {margin-right: 10px;}

@media screen and (max-width: 1900px) {
    .right-kefu {
        display: none;
    }
}

.leftkf { width: 70px; background: #FFF9F6; border-radius: 35px; border: 1px solid #F9E5DB; position: fixed; right: 10px; top: 20%; padding: 16px 0 22px 0; z-index: 999;font-size: 14px; }
.leftkf li { text-align: center; margin-top: 26px; position: relative; }
.leftkf li a{color: #333}
.leftkf li:hover .leftkf-con { display: block; }
.leftkf li:first-child { margin-top: 0; }
.leftkf li p { line-height: 1; }
.leftkf-img { width: 48px; height: 48px; margin-bottom: 8px; }
.leftkf-con { position: absolute; top: 0; right: 64px; display: none; padding-right: 14px; }
.leftkf-con.leftkf-con-wx { bottom: 0; top: auto; }
.leftkf-wx { display: flex; flex-wrap: wrap; width: 282px; background: #FFF9F6; border-radius: 4px; padding: 16px 0px 16px 6px; border: 1px solid #F9E5DB; }
.leftkf-wx.leftkf-app { width: 154px; }
.leftkf-wx-list { text-align: center; margin-left: 10px; }
.leftkf-wx-list img { width: 120px; height: 120px; }
.leftkf-wx-list p { margin-top: 5px; }
.leftkf-tel { width: 260px; background: #FFF9F6; border-radius: 4px; border: 1px solid #F9E5DB; display: flex; padding: 10px; }
.leftkf-tel-img { width: 56px; height: 56px; }
.leftkf-tel-info { text-align: left; margin-left: 10px; padding: 6px 0 0 0; }
.leftkf-tel-tit { font-size: 20px; font-weight: bold; line-height: 1; }
.leftkf-tel-sub { color: #999999; font-size: 12px; margin-top: 8px; }
.leftkf-contact { position: fixed; right: 10px; bottom: 10px; background-color: #3D47FF; height: 48px; display: flex; align-items: center; padding: 0 24px; color: #fff !important; border-radius: 24px; font-size: 16px; z-index: 999;box-sizing: border-box; }
.leftkf-contact-img { width: 16px; height: 16px; margin-right: 6px; }

@media screen and (max-width: 1400px) {
  .leftkf { width: 56px; padding: 10px 0 16px 0;}
  .leftkf li { margin-top: 16px; }
  .leftkf li &gt; a { display: block; margin: 0 auto; }
  .leftkf-img { width: 40px; height: 40px; }
  .leftkf-hide { display: none; }
  .leftkf-con { padding-right: 10px; right: 52px; }
  .leftkf-wx { padding: 10px 0 10px 0; width: 230px; }
  .leftkf-wx.leftkf-app { width: 120px; }
  .leftkf-wx-list img { width: 100px; height: 100px; }
  .leftkf-tel-img { width: 48px; height: 48px; }
  .leftkf-tel-info { padding: 4px 0 0 0; }
  .leftkf-tel-sub { margin-top: 6px; }
  .leftkf-contact { width: 48px; height: auto; padding: 16px; display: block; text-align: center; line-height: 1.2; }
  .leftkf-contact-img { margin-bottom: 5px; }
}</pre></body></html>