<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

/*瀵艰埅start*/
.logo {
    max-width: 260px;
    display: grid;
}
.logo .logo-img{
    min-height: 40px;
    max-height: 60px;
    min-width: 40px;
    max-width: 205px;
    object-fit: cover;
}

.pcNav .superClass {
    line-height: 2;
}
.nav {
    z-index: 99;
    position: relative;
    background: #fff;
}
.nav.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    box-shadow: 0 4px 10px var(--border);
}

.nav-bars {
    width: 64px;
    height: 64px;
    color: #fff;
    font-size: 24px;
    background-color: var(--type-primary);
    border-radius: 8px;
    right: 15px;
    top: 15px;
    display: none;
}

.nav .superClass.active&gt;a {
    color: var(--type-primary);
}

.subclass a:hover {
    background: var(--type-primary-light);
    color: var(--type-primary);
}

@media (max-width: 1200px) {
    .marketing {
        display: none;
    }

    .footerNav {
        display: none;
    }
}

.footerNav .row&gt; .col{
    padding:6px 12px;
}

/*瀵艰埅end*/
/*澶村浘start*/
.swiper-button-white::after {
    color: #fff;
    font-size: 32px;
}

.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border-radius: 50px;
}

.swiper-pagination-light .swiper-pagination-bullet-active {
    width: 24px;
    background-color: var(--type-primary-light);
}

.banner .swiper .info {
    line-height: 3;
    width: fit-content;
    margin: 0 auto;
    border-color: #fff !important;
}

@media (min-width:577px) {
    .banner .swiperTitle {
        margin: 32px 0;
    }
}

@media (min-width:769px) {
    .banner .swiperTitle {
        margin: 40px 0;
    }
}

@media (max-width:567px) {
    .banner .swiperTitle {
        margin: 10px;
    }
}

/*澶村浘end*/
/*block1 start*/
@media (max-width:567px) {

    .block1,
    .block1&gt;div {
        padding: 0 10px !important;
        margin: 30px 0 !important;
    }
}

.swiper-block1-prev,
.swiper-block2-prev {
    border: 1px solid var(--border);
    width: var(--swiper-navigation-size);
    border-radius: 100px;
    left: 0;
}

.swiper-block1-next,
.swiper-block2-next {
    border: 1px solid var(--border);
    width: var(--swiper-navigation-size);
    border-radius: 100px;
    right: 0;
}

.swiper-block1-prev::after,
.swiper-block2-prev::after {
    content: "\f104";
    font-size: calc(var(--swiper-navigation-size)/1.4);
    font-family: FontAwesome !important;
    color: var(--secondary-text);
    margin-bottom: 2px;
    margin-right: 2px;
}

.swiper-block1-next::after,
.swiper-block2-next::after {
    content: "\f105";
    font-size: calc(var(--swiper-navigation-size)/1.4);
    font-family: FontAwesome !important;
    color: var(--secondary-text);
    margin-bottom: 2px;
    margin-left: 2px;
}

.swiper-block1-prev:hover,
.swiper-block1-next:hover,
.swiper-block2-prev:hover,
.swiper-block2-next:hover {
    border-color: var(--type-primary);
    background: var(--type-primary);
}

.swiper-block1-prev:hover::after,
.swiper-block1-next:hover::after,
.swiper-block2-prev:hover::after,
.swiper-block2-next:hover::after {
    color: var(--gray-1);
}

/*block1 end*/
/*block2 start*/
.block2 {
    background: url(../images/bgBlock2.png);
    background-size: cover;
    background-attachment: fixed;
}

.block2 .wy-wd-280 {
    width: 280px;
}

.block2 .superClass.active {
    color: var(--type-primary);
}

.superClass:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background-color: var(--type-primary);
    bottom: -0;
    transform: scale(0);
    transition: 0.3s;
}

.superClass:hover:after,
.superClass.active:after {
    transform: scale(1);
}

.block2 .superClass.active img {
    filter: none;
}

.block2 .subContent.active {
    display: flex !important;
}

/*block2 end*/
/*block3 start*/
.block3 {
    background-color: #F6f6f6;
}

.block3 img.img-fluid.wy-wd-100 {
    border-radius: 36px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
    transition: all .5s;
}

.block3 .wy-flex-col:hover img.img-fluid.wy-wd-100 {
    transform: rotateY(180deg);
}

/*block3 end*/
/*block4 start*/
.block4 .inClass .col&gt;.superClass {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.block4 .inClass .col&gt;.superClass.active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
    box-shadow: 0 30px 28px 0 rgb(17 36 73 / 14%);
}

/*block4 end*/
/*block5 start*/
.block5 {
    background: url(../images/bgBlock5.png);
    background-size: cover;
    background-attachment: fixed;
}

/*block5 end*/
/*block7 start*/
.block7 .col:not(:last-child)&gt;div {
    border-right: 1px solid #fff;
}

/*block7 end*/
/*block8 start*/
.block8 {
    background: url(../images/bgBlock8.png);
    background-size: cover;
    background-attachment: fixed;
}

/*block8 end*/

/*鍥炲埌椤堕儴start*/
.floatRight {
    position: fixed;
    right: 32px;
    z-index: 9;
}

.floatBox {
    height: 64px;
    width: 70px;
    border-radius: 10%;
    margin-top: 8px;
    text-align: center;
    position: relative;
    transition: .3s;
}

.floatBox.trial {
    background-color: var(--type-warning-light);
    border: 1px solid var(--type-warning-dark);
}

.floatBox.trial a {
    color: var(--type-warning-dark);
}

.floatBox.trial:hover {
    background-color: var(--type-warning);
    border: 1px solid var(--type-warning);
}

.floatBox.trial:hover a {
    color: #fff;
}

.floatBox.wechat {
    background-color: var(--type-success-light);
    border: 1px solid var(--type-success-dark);
}

.floatBox.wechat a {
    color: var(--type-success-dark);
}

.floatBox.wechat .show {
    display: none;
}

.floatBox.wechat:hover {
    background-color: var(--type-success);
    border: 1px solid var(--type-success);
}

.floatBox.wechat:hover a {
    color: #fff;
}

.floatBox.wechat:hover .show {
    display: block;
}

.floatBox.tel {
    background-color: #fff;
    border: 1px solid var(--type-danger);
}

.floatBox.tel a {
    color: var(--type-danger);
}

.floatBox.tel:hover {
    background-color: var(--type-danger);
    border: 1px solid var(--type-danger);
}

.floatBox.tel:hover a {
    color: #fff;
}

.goBack {
    cursor: pointer;
    padding-top: 25px;
    background-color: var(--gray-1);
    border: 1px solid var(--type-primary);
    overflow: hidden;
}

.goBack:hover:before {
    top: 50%;
    transition: all .5s;
}

.goBack:hover .box-in {
    visibility: hidden;
}

.goBack:before {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '鍥炲埌椤堕儴';
    width: 40px;
    color: var(--type-primary);
    font-weight: bold;
    line-height: 20px;

}

.box-in {
    visibility: visible;
    display: inline-block;
    height: 24px;
    width: 24px;
    border: 3px solid black;
    border-color: var(--type-primary) transparent transparent var(--type-primary);
    transform: rotate(45deg);
}

/*鍥炲埌椤堕儴end*/

/*subMenu鍐呴〉鐩綍*/
.subMenu {
    background: linear-gradient(0, var(--gray-5), transparent);
}

.tabClickClass&gt;div:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background-color: var(--type-primary);
    bottom: -0;
    transform: scale(0);
    transition: 0.3s;
}

.tabClickClass&gt;div:hover:after,
.tabClickClass&gt;div.active:after {
    transform: scale(1);
}

.column::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15%;
    bottom: 15%;
    width: 4px;
    background-color: var(--type-primary);
}

.bgWrap {
    background: url(../images/bgLogin.png) top left no-repeat;
    background-size: cover;
    min-height: 680px;
    overflow-y: auto;
}

.regForm {
    min-width: 375px;
}

.regForm select:focus,
.regForm input:focus {
    outline: none;
}

.eleRound {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

.eleRound&gt;div {
    transform: translateY(-50%);
}

.eleRound:before {
    position: absolute;
    content: "";
    top: 60%;
    left: -250%;
    z-index: 9;
    width: 600%;
    height: 0;
    padding-bottom: 100%;
    background: var(--type-primary-light);
    border-radius: 100%;
    border: 3px solid var(--type-primary);
}

.eleRound:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    width: 1440px;
    height: 1024px;
    background: url(../images/radiate.png);
}
@media (max-width:800px) {
    .wy-wd-100{
        width:128px!important;
    }
    .wy-wd-300{
        width:288px!important;
    }
    .eleRound&gt;div {
        transform: translateY(-60%);
    }
}

/*鍚堜綔浼欎即*/
.partners {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 120px;
    width: 220px;
}

/*浠樻鏂瑰紡*/
.payMod{
    height:12vh;
    min-height:60px;
}
.payWechat{
    background: linear-gradient(232.54deg, #07C160 4.37%, #1BDE78 85.49%);
}
.payZhifubao{
    background: linear-gradient(232.54deg, #16ABFF 4.37%, #21A4DA 85.49%);
}
.payOther{
    background: linear-gradient(232.54deg, #E90216 4.37%, #F5837D 85.49%);
}
.payAccount {
    min-height: 200px;
    text-align:left;
}

/*钀ラ攢浜у搧璇︽儏椤�*/
.comboTitle {
    border-left: 2px solid var(--type-primary);
    padding: 0 16px;
}

/*join鎷涘晢鍔犵洘*/
.focusBanner {
    background: url(../images/bg-login-terrace.jpg);
    overflow: hidden;
}

.featureBg {
    background: rgba(255, 255, 255, 0.8);
}

.feature .subtitle {
    height: 50px;
}

.contrast {
    background: white;
}

.contrastTitle::before {
    content: "";
    width: 140px;
    height: 8px;
    background: url(../images/orna.png);
}
.contrastTitle::after {
    content: "";
    width: 140px;
    height: 8px;
    background: url(../images/orna.png);
    transform: rotate(180deg);
}
ul.privilege{
    padding:0;
    background-color: var(--gray-1);
    text-align: center;
}
ul.privilege:nth-child(3n-1){
    background-color: #fffaef;
    box-shadow: 0px 0px 10px rgba(193, 193, 193, 0.5);
    z-index: 1;
}
ul.privilege:nth-child(3n){
    background-color: #fff5ef;
    box-shadow: 0px 0px 10px rgba(193, 193, 193, 0.5);
    z-index: 1;
}
ul.privilege&gt;li{
    padding:20px;
    height: 64px;
}
ul.privilege&gt;li:first-child{
    height: 96px;
    position: relative;
    overflow: hidden;
}
ul.privilege&gt;li:nth-child(2n){
    background-color:var(--background);
}
.packageTag {
    background-color: var(--background);
    font-size: 16px;
    position: absolute;
    left: -24px;
    top: 8px;
    padding: 2px 30px;
    transform: rotate(-45deg);
}
ul.privilege:nth-child(3n-1) .packageTag{
    background-color: #ffd987;
}
ul.privilege:nth-child(3n) .packageTag{
    background-color: #ffe0ce;
}

.lightWhite{
    background-color: rgba(255, 255, 255, 0.85);
}
/*妯悜婊氬姩鏉�*/
.crossSlip{
    display: flex;
    overflow-x: auto;

}
.crossList{
    flex-basis: 75px;
    flex-shrink: 0;
    white-space: nowrap;
    padding: 5px;
}
/* 鏁翠釜婊氬姩鏉� */
.crossSlip::-webkit-scrollbar {
    /* 瀵瑰簲绾靛悜婊氬姩鏉＄殑瀹藉害 */
    width: 10px;
    /* 瀵瑰簲妯悜婊氬姩鏉＄殑瀹藉害 */
    height: 10px;
}

/* 婊氬姩鏉′笂鐨勬粴鍔ㄦ粦鍧� */
.crossSlip::-webkit-scrollbar-thumb {
    background: linear-gradient( var(--type-primary),var(--type-primary-disabled));
    border-radius: 32px;
}

/* 婊氬姩鏉¤建閬� */
.crossSlip::-webkit-scrollbar-track {
    background-color: var(--gray-2);
    border-radius: 32px;
}

/*澶氱骇绛涢€�*/
.multistage .filter-list-line {
    display: -webkit-flex;
    display: flex;
    position: relative;
    padding-bottom: 9px;
}

.multistage .l-filter-name {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 28px;
}

.multistage .linelist-child-box {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 136px;
}

.multistage .all-type {
    display: inline-block;
    position: absolute;
    left: 85px;
    top: 0;
    color: rgba(0, 0, 0, 0.65);
    margin-right: 26px;
}
.multistage .all-type a {
    padding: 0px 6px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    border-radius: 4px;
    color: #666;
    color: rgba(0, 0, 0, 0.65);
}
.multistage .all-type.active a {
    color: #fff;
    background-color: var(--type-primary);
}

.multistage .linelist-ul-box.on {
    max-height: 120px;
}
.multistage .linelist-ul-box.on a:hover,.multistage .total_scene.active a{
    color:  #fff!important;
    background-color: var(--type-primary);
}

.multistage .linelist-child-box .linelist-ul-box {
    -ms-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
}

.multistage .linelist-child-box .linelist-ul {
    width: 100%;
}

.multistage .linelist-child-box .linelist-ul li {
    margin-right: 18px;
    margin-bottom: 8px;
    position: relative;
}

.multistage .linelist-child-box .linelist-ul li a {
    display: block;
    padding: 0px 6px;
    font-size: 14px;
    line-height: 24px;
    color: #7c7c7c;
    color: rgba(0, 0, 0, 0.65);
    color: rgba(0, 0, 0, 0.85);
    border-radius: 4px;
    position: relative;
}

@media (min-width: 800px) {
    .synopsis{
        width:450px;
    }
}
@media (max-width: 799px) {
    .synopsis{
        width:100%;
    }
}

/*!  MZAN68fbIUhExeXMuRFlnZxqr3eABjsNb7i8PtHcTJaoyisDKNXcEHfOy8HulR4fSIFSMYn/M9wlvw6o/6HkCVr+G4DHiXEOrztRnGrkmj43cVvbb+zOVg==  */</pre></body></html>