<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * //www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * //www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */

 .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical&gt;.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow&gt;.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode&gt;.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical&gt;.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal&gt;.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical&gt;.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="//www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur stdDeviation="50" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container&gt;canvas,
.swiper-zoom-container&gt;img,
.swiper-zoom-container&gt;svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal&gt;.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical&gt;.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@charset "UTF-8";

/*reset*/

* {
    font-family: Microsoft Yahei;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

body,
input,
div {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
    vertical-align: middle;
}

input {
    font-size: 100%;
    font-family: inherit;
    box-shadow: none;
    background: none;
    outline: none;
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

input[type=button],
input[type=submit],
input[type=reset],
input[type=text],
button,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body,
html {
    scroll-behavior: smooth;
}

.fx-row {
    display: flex;
}

.fx-col {
    display: flex;
    flex-direction: column;
}

.fx-wrap {
    flex-wrap: wrap;
}

.fx-nowrap {
    flex-wrap: nowrap;
}

.fx-m-center {
    justify-content: center;
}

.fx-m-between {
    justify-content: space-between;
}

.fx-c-center {
    align-items: center;
}

.fx-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fx-1 {
    flex: 1;
}

.fx-2 {
    flex: 2;
}

.fx-3 {
    flex: 3;
}

.fx-5 {
    flex: 5;
}

.fx-6 {
    flex: 6;
}


/* 鏂囨 */

.a-text-white {
    color: #fff;
}

.a-text-center {
    text-align: center;
}

.a-text-right {
    text-align: right;
}

.a-text-semibold {
    font-weight: 800;
}

.a-text-regular {
    font-weight: 400;
}

.a-text-ellipisis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 鑳屾櫙 */

.img-background {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


/* 琛ㄥ崟鎻愪氦 寮圭獥 */

.showMessage {
    padding: 0.125rem 0.25rem;
    border-radius: 0.125rem;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    padding: 0.125rem 0.25rem;
    z-index: 9999;
}

.showMessageError {
    background-color: #fde2e2;
    color: #f56c6c;
}

.showMessageSuccess {
    background-color: rgba(12, 74, 140);
    color: #fff;
}


/* 涓嶈鍒欑洅妯″瀷瀹氫綅灞呬腑 */

.absolute-vertical {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.absolute-col {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* 鍏朵粬 */

.p-relative {
    position: relative;
}

.cursor-pointer {
    cursor: pointer;
}

.section-background {
    width: 100vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section-contain {
    position: relative;
    z-index: 2;
}

.background {
    background-size: 100% auto;
    background-repeat: no-repeat;
}


/* 瓒呭嚭楂樺害鏄剧ず婊氬姩鏉� */

div.c-sroll {
    overflow-y: auto;
}

div.c-sroll::-webkit-scrollbar {
    width: 0.15rem;
    border-radius: 0.15rem;
    box-sizing: border-box;
}

div.c-sroll::-webkit-scrollbar-thumb {
    border-radius: 0.15rem;
    -webkit-box-shadow: inset 0 0 0.125rem rgba(0, 0, 0, 0.2);
    background: #ccc;
}

div.c-sroll::-webkit-scrollbar-track {
    border-radius: 0.15rem;
    background: #dfcdaf;
}

@media screen and (min-width: 980px) {
    .common-bottom-tips {
        padding: 1rem 0.5rem 1rem;
    }
    .container {
        width: 25rem;
        margin: 0 auto;
    }
}

@media screen and (max-width: 979px) {
    .common-bottom-tips {
        padding: 1rem 0.5rem 1rem;
    }
    .table-wrap&gt;div {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}


/* 琛ㄥ崟 */

#form-data {
    width: 17.125rem;
    margin: 0 auto;
    color: #8c8b8b;
    font-size: 0.4rem;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 25rem #fff inset;
}

#form-data .form-bottom {
    margin-bottom: 0.25rem;
    position: relative;
}

#form-data .input-box {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 0.1rem;
    padding-left: 1.3rem;
    font-size: 0.5rem;
    background-color: #ffffff;
    border-radius: 0.1rem;
    border: solid 1px #c9c9c9;
}

#form-data .form-bottom img {
    width: 0.575rem;
    height: 0.6rem;
    position: absolute;
    left: 0.45rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

#form-data .select-box {
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('./images/se-arrow.png') no-repeat right 0.4rem center #fff;
}

#form-data .se-intro {
    margin-top: 0.875rem;
    white-space: nowrap;
}

#form-data .se-intro img {
    width: 0.55rem;
    height: 0.55rem;
    margin-right: 0.2rem;
    cursor: pointer;
}

#form-data .btn-shadow {
    width: 13.65rem;
    height: 2.925rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

#form-data .submit-btn {
    width: 17.075rem;
    height: 1.5rem;
    margin: 1.35rem auto 0;
    line-height: 1.5rem;
    background-image: linear-gradient(-90deg, #ff0000 0%, #f55600 37%, #ffe265 100%);
    border-radius: 0.725rem;
    font-size: 0.5rem;
    cursor: pointer;
}


/* @import url("./css.css"); */

.background {
    width: 100%;
    padding-top: 205.2px;
    padding-top: 12.825rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    background-image: url("./images/bg.png");
    background-color: #6550ce;
}

.background .bg-absolute {
    position: absolute;
}

.background #tab-box {
    display: none;
    height: 28px;
    height: 1.75rem;
}

.background #tab::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 480px;
    width: 30rem;
    height: 28px;
    height: 1.75rem;
    background-image: -webkit-gradient(linear, right top, left top, from(#9f56cb), to(#f988e7));
    background-image: linear-gradient(-90deg, #9f56cb 0%, #f988e7 100%);
    -webkit-box-shadow: 0px 0.625rem 0.675rem 0px #462fba;
    box-shadow: 0px 0.625rem 0.675rem 0px #462fba;
    border-radius: 0.875rem;
}

.background #tab .p-relative {
    z-index: 1;
}

.background .tab {
    width: 480px;
    width: 30rem;
    padding: 0 22.8px;
    padding: 0 1.425rem;
}

.background .tab.tab-fixed {
    position: fixed;
    top: 0;
    z-index: 999;
}

.background .tab-list {
    cursor: pointer;
    font-size: 7.2px;
    font-size: 0.45rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
    height: 1.75rem;
}

.background .container {
    width: 480px;
    width: 30rem;
}

.background .se-title {
    font-size: 24px;
    font-size: 1.5rem;
    text-shadow: 0 2px 2px rgba(91, 91, 91, .75);
    text-shadow: 0 0.125rem 0.125rem rgba(91, 91, 91, .75);
}

.background .se-title img {
    width: 62.4px;
    width: 3.9rem;
    height: 21.2px;
    height: 1.325rem;
    margin-top: 3.2px;
    margin-top: 0.2rem;
}

.background .se-title img.se-img1-55 {
    margin-right: 22px;
    margin-right: 1.375rem;
}

.background .se-title img.se-img2-55 {
    margin-left: 22px;
    margin-left: 1.375rem;
}

.background .se-title img.se-img1-50 {
    margin-right: 20px;
    margin-right: 1.25rem;
}

.background .se-title img.se-img2-50 {
    margin-left: 20px;
    margin-left: 1.25rem;
}

.background .title-tips {
    font-size: 9.6px;
    font-size: 0.6rem;
    margin: 13.2px 0 24px;
	margin: 0.5rem 0 0.8rem;
}

.background .btn {
    width: 168px;
    width: 10.5rem;
    height: 24px;
    height: 1.5rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c287ff), to(#684aff));
    background-image: linear-gradient(180deg, #c287ff 0%, #684aff 100%);
    -webkit-box-shadow: 0px 0.625rem 0.675rem 0px #462fba;
    box-shadow: 0px 0.625rem 0.675rem 0px #462fba;
    border-radius: 0.75rem;
    font-size: 8px;
    font-size: 0.5rem;
    color: #fff;
}

.background .btn:hover {
    will-change: transform;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-transform: translateY(-0.25rem);
    transform: translateY(-0.25rem);
}

.background .btn2 {
    margin-left: 16px;
    margin-left: 1rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0dccff), to(#4760ff));
    background-image: linear-gradient(180deg, #0dccff 0%, #4760ff 100%);
}

.background .swiper-container {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
}

.background .swiper-container .swiper-pagination {
    bottom: 0;
}

.background .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 4.8px;
    width: 0.3rem;
    height: 4.8px;
    height: 0.3rem;
    background-color: #eeeeee;
    opacity: 1;
}

.background .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 6.8px;
    width: 0.425rem;
    height: 6.8px;
    height: 0.425rem;
    border: solid 1.6px #05eefe;
    border: solid 0.1rem #05eefe;
    background: none;
}

.background .section-background {
    background-color: #4f39bb;
}

.background .section1 {
    padding: 26px 0 24px;
	padding: 0.5rem 0 1rem;
}

.background .section1 .o-content {
    margin-top: 20px;
    margin-top: 1.25rem;
}

.background .section1 .o-content .o-list {
    width: 108.4px;
    width: 6.775rem;
    height: 75.6px;
    height: 4.725rem;
    border-radius: 0.75rem;
    border: solid 1px #c086ff;
    font-size: 10px;
    font-size: 0.625rem;
}

.background .section1 .o-content .o-list-1 img {
    width: 26.4px;
    width: 1.65rem;
    height: 25.6px;
    height: 1.6rem;
    margin-bottom: 7.6px;
    margin-bottom: 0.475rem;
}

.background .section1 .o-content .o-list-2 img {
    width: 22px;
    width: 1.375rem;
    height: 26.4px;
    height: 1.65rem;
    margin-bottom: 7.2px;
    margin-bottom: 0.45rem;
}

.background .section1 .o-content .o-list-3 img {
    width: 26.4px;
    width: 1.65rem;
    height: 26.4px;
    height: 1.65rem;
    margin-bottom: 7.2px;
    margin-bottom: 0.45rem;
}

.background .section1 .o-content .o-list-4 img {
    width: 26.4px;
    width: 1.65rem;
    height: 24px;
    height: 1.5rem;
    margin-bottom: 8.4px;
    margin-bottom: 0.525rem;
}

.background .section1 .o-btn {
    margin-top: 15.2px;
    margin-top: 0.95rem;
}

.background .section2 {
    padding: 33.6px 0 32px;
	padding: 0.7rem 0 1rem;
}

.background .section2 .t-content {
    margin: 24px 0;
    margin: 1rem 0;
}

.background .section2 .t-content .t-list {
    width: 128px;
    width: 8rem;
    height: 60px;
    height: 3.75rem;
    border-right: 1px dashed #fff;
    font-size: 8px;
    font-size: 0.5rem;
}

.background .section2 .t-content .t-list:last-child {
    border: none;
}

.background .section2 .t-content .t-list1 img {
    width: 37.6px;
    width: 2.35rem;
    height: 34.8px;
    height: 2.175rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

.background .section2 .t-content .t-list2 img {
    width: 36.8px;
    width: 2.3rem;
    height: 34.8px;
    height: 2.175rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

.background .section2 .t-content .t-list3 img {
    width: 35.6px;
    width: 2.225rem;
    height: 36.8px;
    height: 2.3rem;
    margin-bottom: 11.2px;
    margin-bottom: 0.7rem;
}

.background .section3 {
    padding: 28.4px 0 26.8px;
	padding: 0.5rem 0 1rem;
}

.background .section3 .th-content {
    margin: 26.8px 0 20px;
	margin: 1rem 0 1rem;
}

.background .section3 .th-content .th-list {
    width: 148px;
    width: 9.25rem;
    height: 113.6px;
    height: 7.1rem;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#8b74ff), to(#ece8ff));
    background-image: linear-gradient(0deg, #8b74ff 0%, #ece8ff 100%);
    border-radius: 0 0 0 1.5rem;
    color: #6e0ea5;
}

.background .section3 .th-content .th-list .th-list-bg {
    width: 148px;
    width: 9.25rem;
    height: 113.6px;
    height: 7.1rem;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#8b74ff), to(#ece8ff));
    background-image: linear-gradient(0deg, #8b74ff 0%, #ece8ff 100%);
    border-radius: 0 0 0 1.5rem;
    opacity: 0.2;
    position: absolute;
    left: -3.2px;
    left: -0.2rem;
    top: 3.2px;
    top: 0.2rem;
}

.background .section3 .th-content .th-list.th-list2 .th-list-top {
    background-color: #8e0101;
}

.background .section3 .th-content .th-list.th-list2 .th-list-top div:last-child {
    color: #8e0101;
}

.background .section3 .th-content .th-list.th-list3 .th-list-top {
    background-color: #7c4102;
}

.background .section3 .th-content .th-list.th-list3 .th-list-top div:last-child {
    color: #7c4102;
}

.background .section3 .th-content .th-list.th-list4 .th-list-top {
    background-color: #e16a46;
}

.background .section3 .th-content .th-list.th-list4 .th-list-top div:last-child {
    color: #e16a46;
}

.background .section3 .th-content .th-list.th-list5 .th-list-top {
    background-color: #a81332;
}

.background .section3 .th-content .th-list.th-list5 .th-list-top div:last-child {
    color: #a81332;
}

.background .section3 .th-content .th-list-top {
    width: 80.4px;
    width: 5.025rem;
    height: 16px;
    height: 1rem;
    background-color: #a82b12;
    border-radius: 0 0 0.75rem 0;
    font-size: 10px;
    font-size: 0.625rem;
}

.background .section3 .th-content .th-list-top div:last-child {
    width: 10.4px;
    width: 0.65rem;
    height: 10.4px;
    height: 0.65rem;
    background-color: #ffffff;
    margin-left: 4px;
    margin-left: 0.25rem;
    color: #a82b12;
    border-radius: 50%;
    font-size: 8px;
    font-size: 0.5rem;
}

.background .section3 .th-content .th-list-b {
    margin-top: 12px;
    margin-top: 0.75rem;
    padding-left: 14px;
    padding-left: 0.875rem;
    font-size: 6.4px;
    font-size: 0.4rem;
    line-height: 11.2px;
    line-height: 0.7rem;
}

.background .section3 .th-content .th-list-b div {
    font-weight: normal;
}

.background .section3 .th-content .th-list-b div.p-relative {
    font-weight: 800;
}

.background .section3 .th-content .th-list-b div.p-relative::before {
    content: "";
    width: 1.6px;
    width: 0.1rem;
    height: 1.6px;
    height: 0.1rem;
    border: solid 1.2px #691997;
    border: solid 0.075rem #691997;
    border-radius: 50%;
    position: absolute;
    left: -6.8px;
    left: -0.425rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.background .section4 {
    padding: 26px 0 20px;
    padding: 0.5rem 0 1rem;
}

.background .section4 .f-content {
    margin-top: 20px;
    margin-top: 1rem;
}

.background .section4 .f-content-tabs {
    padding: 0 20px;
    padding: 0 1.25rem;
    font-size: 8px;
    font-size: 0.5rem;
}

.background .section4 .f-content-tabs .f-tab {
    cursor: pointer;
    width: 76.4px;
    width: 4.775rem;
    height: 25.6px;
    height: 1.6rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c086ff), to(#6d4dff));
    background-image: linear-gradient(180deg, #c086ff 0%, #6d4dff 100%);
}

.background .section4 .f-content-tabs .f-tab-active {
    position: relative;
    height: 32px;
    height: 2rem;
    top: -3.2px;
    top: -0.2rem;
}

.background .section4 .f-content-detail {
    margin-top: -3.2px;
    margin-top: -0.2rem;
    margin-bottom: 17.2px;
    margin-bottom: 1.075rem;
    background-image: url("./images/f-bg.png");
    width: 30rem;
    height: 5.7rem;
}

.background .section4 .f-content-detail .f-detail {
    display: none;
    width: 30rem;
    height: 5.125rem;
    font-size: 0.4rem;
}

.background .section4 .f-content-detail .f-detail&gt;div {
    width: 13.75rem;
    padding-left: 1.25rem;
}

.background .section4 .f-content-detail .f-detail .p-relative-circle::before {
    content: "";
    display: block;
    width: 2px;
    width: 0.125rem;
    height: 2px;
    height: 0.125rem;
    border: 1.2px solid #fea4a4;
    border: 0.075rem solid #fea4a4;
    border-radius: 50%;
    border-image-slice: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -8px;
    left: -0.5rem;
}

.background .section4 .f-content-detail .f-detail-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.background .section4 .f-content-detail .f-detail-tg div {
    width: 100%;
    padding-left: 2rem;
    padding-right: 1rem;
}

.background .section4 .f-content-detail .f-detail-tg .p-relative-circle::before {
    left: 24px;
    left: 1.5rem;
}

.background .section5 {
    padding: 33.2px 0 40px;
	padding: 1rem 0 0rem;
}

.background .section5 .fi-content {
    margin-top: 29.2px;
    margin-top: 1rem;
}

 .fi-content-tabs {
    font-size: 8px;
    font-size: 0.5rem;
}

.background .section5 .fi-content-tabs .fi-tab {
    width: 88px;
    width: 5.5rem;
    height: 25.6px;
    height: 1.6rem;
    background-color: #ffffff;
    border-radius: 0.75rem 0.75rem 0px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.background .section5 .fi-content-tabs .fi-tab1 {
    color: #a82b12;
}

.background .section5 .fi-content-tabs .fi-tab2 {
    color: #8e0101;
}

.background .section5 .fi-content-tabs .fi-tab3 {
    color: #a94d31;
}

.background .section5 .fi-content-tabs .fi-tab4 {
    color: #e16a46;
}

.background .section5 .fi-content-tabs .fi-tab5 {
    color: #a81332;
}

.background .section5 .fi-content-tabs .fi-tab-active {
    position: relative;
    height: 29.6px;
    height: 1.85rem;
    top: -3.2px;
    top: -0.2rem;
}

.background .section5 .fi-content-tabs .fi-tab img {
    width: 21.6px;
    width: 1.35rem;
    height: 14.4px;
    height: 0.9rem;
    margin-right: 4px;
    margin-right: 0.25rem;
}

.background .section5 .fi-content-detail .th-table {
    display: none;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 8px;
    font-size: 0.5rem;
}

.background .section5 .fi-content-detail .th-table-active {
    display: block;
}

.background .section5 .fi-content-detail .th-table .th-table-content {
    border: 1px solid #ccc;
}

.background .section5 .fi-content-detail .th-table .th-table-title {
    background: #c70000;
    height: 18.8px;
    height: 1.175rem;
}

.background .section5 .fi-content-detail .th-table .th-line {
    border-right: 0.4px solid #ccc;
    border-right: 0.025rem solid #ccc;
    border-bottom: 0.4px solid #ccc;
    border-bottom: 0.025rem solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 20.8px;
    height: 1.3rem;
}

.background .section5 .fi-content-detail .th-table .th-border-right {
    border-right: 0.4px solid #ccc;
    border-right: 0.025rem solid #ccc;
    height: 20.8px;
    height: 1.3rem;
}

.background .section5 .fi-content-detail .th-table .th-line2 {
    height: 41.6px;
    height: 2.6rem;
}

.background .section5 .fi-content-detail .th-table .fi-th-line3 {
    border-bottom: 0.4px solid #ccc;
    border-bottom: 0.025rem solid #ccc;
    border-right: 0.4px solid #ccc;
    border-right: 0.025rem solid #ccc;
}

.background .section5 .fi-content-detail .th-table .th-table-desciption {
    height: 20.8px;
    height: 1.3rem;
    text-align: left;
    padding-left: 20.8px;
    padding-left: 1.3rem;
}

.background .section5 .fi-content-detail .th-table .th-border-bottom {
    border-right: none;
    height: 20.8px;
    height: 1.3rem;
}

.background .section5 .fi-content-detail .th-table .th-border-bottom-r {
    height: 41.6px;
    height: 2.6rem;
}

.background .section5 .fi-content-detail .th-table .th-line-fi div {
    width: 100%;
    height: 20.8px;
    height: 1.3rem;
}

.background .section5 .fi-content-detail .th-table .th-line-fi div:first-child {
    border-bottom: 0.4px solid #ccc;
    border-bottom: 0.025rem solid #ccc;
}

.background .section5 .fi-content-detail .th-table.th-table2 .th-line2 {
    height: 3.9rem;
}

.background .section5 .fi-content-detail .th-table.th-table2 .th-border-bottom-r {
    height: 62.4px;
    height: 3.9rem;
}

.background .section5 .fi-content-detail .th-table.th-table2 .th-line.fx-3 {
    height: 3.9rem;
}

.background .section5 .fi-content-detail .th-table.th-table2 .th-line-fi2 {
    border-right: 0.4px solid #ccc;
    border-right: 0.025rem solid #ccc;
    border-bottom: 0.4px solid #ccc;
    border-bottom: 0.025rem solid #ccc;
}

.background .section5 .fi-content-detail .th-table.th-table2 .th-line-fi3 {
    border-bottom: 0.4px solid #ccc;
    border-bottom: 0.025rem solid #ccc;
}

.background .section5 .fi-content-detail .th-table .fi-br-none {
    border-right: none;
}

.background .section5 .fi-content-detail .th-table .fi-bt-none {
    border-bottom: none;
}

.background .section6 {
    padding: 24px 0;
    padding: 1rem 0;
}

.background .section6 .s-content {
    font-size: 6.4px;
    font-size: 0.4rem;
}

.background .section6 .s-content img {
    height: 53.2px;
    height: 3.325rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

.background .section6 .s-content-title {
    font-size: 14.4px;
    font-size: 0.9rem;
}

.background .section6 .s-content-1-contents {
    height: 88px;
    height: 5.5rem;
}

.background .section6 .s-content .s-contain-wraps {
    width: 322.4px;
    width: 20.15rem;
}

.background .section6 .s-content .s-btn {
    margin-top: 21.2px;
    margin-top: 1.325rem;
}

.background .section9 {
    padding: 28px 0;
    padding: 1.75rem 0;
}

.background .section9 .n-content {
    margin: 19.2px 0 17.2px;
    margin: 1.2rem 0 1.075rem;
}

.background .section9 .n-content .n-list {
    width: 117.6px;
    width: 7.35rem;
    height: 74.8px;
    height: 4.675rem;
    border: solid 0.4px #05eefe;
    border: solid 0.025rem #05eefe;
    line-height: 14.4px;
    line-height: 0.9rem;
    font-size: 6.4px;
    font-size: 0.4rem;
    overflow: hidden;
}

.background .section9 .n-content .n-list-img {
    width: 117.6px;
    width: 7.35rem;
    height: 60.4px;
    height: 3.775rem;
}

.background .section10 {
    padding: 16px 0;
    padding: 1rem 0;
}

.background .section10 .section-background {
    background-image: url("./images/n-bg.png");
    background-color: none;
    background-repeat: no-repeat;
}

.background .section10 .se-c {
    margin-top: 18px;
    margin-top: 1.125rem;
}

.background .kstd {
    position: fixed;
    right: 4px;
    right: 0.25rem;
    z-index: 999;
}

.background .kstd-pc {
    width: 36px;
    width: 2.25rem;
    height: 144px;
    height: 9rem;
    background-image: url("./images/kstd.png");
    line-height: 12.8px;
    line-height: 0.8rem;
    padding-top: 0.6rem;
}

.kstd-pc .kstd-pc-top {
    font-size: 0.4rem;
    line-height: 1.2;
    margin-bottom: 0.35rem;
}

.background .kstd-pc a {
    display: block;
    width: 100%;
    height: 100%;
}

.back-top {
    font-size: 0.4rem;
    line-height: 1.2;
    margin-top: 0.1rem;
}

.background .kstd-pc-list div {
    width: 20px;
    width: 1.25rem;
    border-bottom: 1px dashed #fb3a18;
    color: #fb3a18;
    font-size: 4.8px;
    font-size: 0.3rem;
    white-space: nowrap;
}

.background .kstd-pc-list div:last-child {
    border-bottom: none;
}

.background .kstd-pc .back-top {
    width: 18.8px;
    width: 1.175rem;
    height: 20.8px;
    height: 1.3rem;
    cursor: pointer;
}

.background .kstd-m {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    font-size: 6.4px;
    font-size: 0.4rem;
}

@media screen and (min-width: 980px) {
    .background .section2 .t-list:nth-child(n+5) {
        margin-top: 0.55rem;
    }
    .background .section3 {
        padding-top: 1rem;
    }
    .background .section3 .th-content .th-list:nth-child(n+4) {
        margin-top: 1rem;
    }
    .background .section3 .th-content .th-list.th-list4 {
        width: 14.25rem;
        height: 5.6rem;
    }
    .background .section3 .th-content .th-list.th-list4 .th-list-b {
        max-height: 3.5rem;
    }
    .background .section3 .th-content .th-list.th-list4 .th-list-bg {
        width: 14.25rem;
        height: 5.6rem;
    }
    .background .section3 .th-content .th-list.th-list5 {
        width: 14.25rem;
        height: 5.6rem;
    }
    .background .section3 .th-content .th-list.th-list5 .th-list-b {
        max-height: 3.5rem;
    }
    .background .section3 .th-content .th-list.th-list5 .th-list-bg {
        width: 14.25rem;
        height: 5.6rem;
    }
    .background .section3 .th-content .th-list-b {
        max-height: 4.875rem;
    }
    .background .section6 .s-bg1 {
        background-image: -webkit-gradient(linear, left bottom, left top, from(#9f56cb), to(#f988e7));
        background-image: linear-gradient(0deg, #9f56cb 0%, #f988e7 100%);
        width: 17.4rem;
        left: -10.425rem;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .background .section6 .s-bg2 {
        width: 25.6rem;
        background-color: #5b48b9;
        opacity: 0.2;
    }
    .background .section6 .s-bg3 {
        background-color: #615bd3;
        opacity: 0.4;
        left: -10.425rem;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .background .section6 .s-bg4 {
        width: 17.4rem;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#3fbbfe), to(#a541ff));
        background-image: linear-gradient(0deg, #3fbbfe 0%, #a541ff 100%);
        right: -10.425rem;
        top: 0;
        bottom: 0;
    }
    .background .section7 .se-content {
        border-right: none;
    }
    .background .section7 .se-content .se-tabs .se-tab.se-active::before {
        left: 0;
        top: 50%;
        -webkit-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
    }
    .background .section7 .se-content .se-tabs .se-tab.se-tab1.se-active::before {
        border-right-color: #00f1fe;
    }
    .background .section7 .se-content .se-tabs .se-tab.se-tab2.se-active::before {
        border-right-color: #fb7098;
    }
    .background .section7 .se-content .se-tabs .se-tab.se-tab3.se-active::before {
        border-right-color: #e353e0;
    }
    .background .section7 .se-content .se-tabs .se-tab.se-tab4.se-active::before {
        border-right-color: #0ee3ab;
    }
    .kstd {
        top: 5.575rem;
    }
}

@media screen and (max-width: 979px) {
    .background .section5 .fi-content-detail .th-table.th-table2 .th-line2 {
        height: 7.5rem;
    }
    .background .section5 .fi-content-detail .th-table.th-table2 .th-line.fx-3 {
        height: 7.5rem;
    }
    .background {
        background-image: url("./images/bg-m.png");
        padding-top: 14.95rem;
    }
    .background .kstd {
        bottom: 2.5rem;
    }
    .background .container {
        width: 18.75rem;
    }
    .background .btn {
        width: 8.25rem;
    }
    .background #tab::after {
        width: 18.75rem;
    }
    .background .tab {
        width: 18.75rem;
        padding: 0 0.5rem;
    }
    .background .se-title {
        font-size: 1rem;
    }
    .background .se-title img {
        width: 2.525rem;
        height: 0.875rem;
        margin-top: 0.1rem;
    }
    .background .se-title img.se-img1-55 {
        margin-right: 0.625rem;
    }
    .background .se-title img.se-img2-55 {
        margin-left: 0.625rem;
    }
    .background .se-title img.se-img1-50 {
        margin-right: 0.5rem;
    }
    .background .se-title img.se-img2-50 {
        margin-left: 0.5rem;
    }
    .background .section1 .o-content {
        margin: 1rem 0.5rem 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .background .section1 .o-content .o-list {
        width: 8.775rem;
        height: 5.025rem;
    }
    .background .section1 .o-content .o-list:nth-child(n+3) {
        margin-top: 0.3rem;
    }
    .background .section2 .t-content {
        margin: 1.575rem 0.25rem 1.625rem;
    }
    .background .section2 .t-content .t-list {
        width: 8.925rem;
        height: 5.55rem;
    }
    .background .section2 .t-content .t-list:nth-child(n+3) {
        margin-top: 0.6rem;
    }
    .background .section3 .se-title img {
        margin: 0.2rem 0.125rem 0;
    }
    .background .section3 .th-content {
        margin: 0.75rem 0.25rem 1.25rem;
    }
    .background .section3 .th-content .th-list {
        width: 8.625rem;
        height: 8.9rem;
    }
    .background .section3 .th-content .th-list-b {
        margin-top: 0.25rem;
        height: 6.8rem;
    }
    .background .section3 .th-content .th-list .th-list-bg {
        width: 8.625rem;
        height: 8.1rem;
    }
    .background .section3 .th-content .th-list.th-list5 {
        width: 17.9rem;
        height: 3.7rem;
    }
    .background .section3 .th-content .th-list.th-list5 .th-list-bg {
        width: 17.9rem;
        height: 3.7rem;
    }
    .background .section3 .th-content .th-list.th-list5 .th-list-b {
        height: 2rem;
    }
    .background .section3 .th-content .th-list.th-list5 .th-list-b&gt;div:first-child {
        width: 5.5rem;
        margin-right: 0.25rem;
    }
    .background .section3 .th-content .th-list.th-list5 .section-contain {
        width: 17.9rem;
    }
    .background .section3 .th-content .th-list:nth-child(n+3) {
        margin-top: 0.425rem;
    }
    .background .section4 .se-title .se-img1-50 {
        margin-right: 0.125rem;
    }
    .background .section4 .se-title .se-img2-50 {
        margin-left: 0.125rem;
    }
    .background .section4 .f-content {
        margin: 1.25rem 0.25rem 1.075rem;
    }
    .background .section4 .f-content-tabs {
        padding: 0 0.25rem;
    }
    .background .section4 .f-content-tabs .f-tab {
        width: 3.275rem;
    }
    .background .section4 .f-content-tabs .f-tab div {
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        white-space: nowrap;
    }
    .background .section4 .f-content-detail {
        width: 18.15rem;
        height: 9.225rem;
        background-image: url("./images/f-bg-m.png");
    }
    .background .section4 .f-content-detail .f-detail {
        width: 18.2rem;
        height: 8.6rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
    }
    .background .section4 .f-content-detail .f-detail&gt;div {
        width: 17.5rem;
        margin-left: 0.125rem;
    }
    .background .section4 .f-content-detail .f-detail-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .background .section4 .f-content-detail .f-detail-tg div {
        width: 100%;
        padding-left: 2rem;
    }
    .background .section4 .f-content-detail .f-detail-tg .p-relative-circle::before {
        left: 1.5rem;
    }
    .background .section5 .fi-content {
        margin: 1.825rem 0.25rem;
    }
    .background .section5 .fi-content-tabs .fi-tab {
        width: 3.5rem;
    }
    .background .section5 .fi-content-tabs .fi-tab div {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        width: 3.5rem;
        height: 1.6rem;
        line-height: 1.6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        white-space: nowrap;
    }
    .background .section5 .fi-content-tabs .fi-tab img {
        position: absolute;
        top: -0.25rem;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }
    .background .section5 .fi-content-tabs .fi-tab-active {
        top: -0.1rem;
    }
    .background .section5 .fi-content-detail .th-table {
        font-size: 0.5rem;
    }
    .background .section5 .fi-content-detail .th-table.th-table4 .th-line2-fi4 {
        height: 6rem;
    }
    .background .section5 .fi-content-detail .th-table.th-table4 .th-line-fi4 {
        height: 3rem;
    }
    .background .section5 .fi-content-detail .th-table .th-line {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 2.5rem;
    }
    .background .section5 .fi-content-detail .th-table .th-line-fi .th-line {
        height: 2.5rem;
    }
    .background .section5 .fi-content-detail .th-table .th-line-wrap {
        width: 100%;
    }
    .background .section5 .fi-content-detail .th-table .th-border-right {
        border-right: 0.05rem solid #ccc;
    }
    .background .section5 .fi-content-detail .th-table .th-line2 {
        height: 5rem;
    }
    .background .section5 .fi-content .th-table-desciption {
        text-align: left;
        padding-left: 1.088rem;
    }
    .background .section5 .fi-content .th-border-bottom {
        border-right: none;
    }
    .background .section6 .s-content-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .background .section6 .s-content-1-contents {
        width: 18.75rem;
        height: 1.75rem;
    }
    .background .section6 .s-content-title {
        font-size: 0.75rem;
    }
    .background .section6 .s-content .s-contain-wraps {
        width: 18rem;
        height: 5.65rem;
        text-align: center;
        margin: 0 0.25rem;
    }
    .background .section6 .s-content .s-content-title-m1 {
        background-image: -webkit-gradient(linear, left bottom, left top, from(#9f56cb), to(#f988e7));
        background-image: linear-gradient(0deg, #9f56cb 0%, #f988e7 100%);
    }
    .background .section6 .s-content .s-content-title-m2 {
        font-size: 0.75rem;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#3fbbfe), to(#a541ff));
        background-image: linear-gradient(0deg, #3fbbfe 0%, #a541ff 100%);
    }
    .background .section9 .n-content {
        margin: 1.2rem 0.3rem 1.075rem;
    }
    .background .section9 .n-content .n-list {
        width: 8.95rem;
        height: 5.7rem;
        line-height: 1.05rem;
        font-size: 0.475rem;
    }
    .background .section9 .n-content .n-list-img {
        width: 8.95rem;
        height: 4.625rem;
    }
    .background .section10 .section-background {
        background-image: url("./images/n-bg-m.png");
    }
}</pre></body></html>