<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-container {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    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 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
    z-index: 1;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

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

.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 {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 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 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 27px 44px;
    cursor: pointer;
    height: 44px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 10;
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='//www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%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 xmlns='//www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%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 xmlns='//www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='//www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: auto;
    right: 10px;
}

.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 xmlns='//www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%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 xmlns='//www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    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 {
    background: #000;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    opacity: 0.2;
    width: 8px;
}

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

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

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

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

.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 {
    display: block;
    margin: 5px 0;
}

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

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

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

.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 {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%;
}

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

.swiper-pagination-progress.swiper-pagination-white {
    background: hsla(0, 0%, 100%, 0.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 {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

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

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

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

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

.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 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    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 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
}

.swiper-container-cube .swiper-slide {
    height: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    visibility: hidden;
    width: 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 {
    background: #000;
    bottom: 0;
    -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);
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;
}

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

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

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

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

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

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

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

.swiper-lazy-preloader:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='//www.w3.org/2000/svg' xmlns:xlink='//www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='//www.w3.org/2000/svg' xmlns:xlink='//www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

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

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

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

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

a {
    color: inherit;
}

a,
a:hover {
    text-decoration: none;
}

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

body,
html {
    scroll-behavior: smooth;
}

.fx-col,
.fx-row {
    display: flex;
}

.fx-col {
    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,
.fx-center {
    align-items: center;
}

.fx-center {
    display: flex;
    justify-content: 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;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

.showMessageSuccess {
    background-color: #0c4a8c;
    color: #fff;
}

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

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

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

.p-relative {
    position: relative;
}

.cursor-pointer {
    cursor: pointer;
}

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

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

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

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

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

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

.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: 31.2px;
    padding-top: 1.95rem;
}

.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, .2);
    border-radius: 50%;
    font-size: 6.4px;
    font-size: 0.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.background {
    background-color: rgb(222, 105, 23);
    background-image: url(./images/bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    padding-top: 12.825rem;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.background #tab:after {
    background-image: -webkit-gradient( linear, right top, left top, from(#ffe259), to(#ffa751));
    background-image: linear-gradient(-90deg, #ffe259, #ffa751);
    border-radius: 0.875rem;
    bottom: 0;
    -webkit-box-shadow: 0 0.325rem 0.325rem 0 rgba(165, 50, 14, 0.52);
    box-shadow: 0 0.325rem 0.325rem 0 rgba(165, 50, 14, 0.52);
    content: '';
    height: 28px;
    height: 1.75rem;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 480px;
    width: 30rem;
}

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

.background .tab {
    padding: 0 1.425rem;
    width: 480px;
    width: 30rem;
    color: #bb4200;
}

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

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

.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, 0.75);
    text-shadow: 0 0.125rem 0.125rem rgba(91, 91, 91, 0.75);
}

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

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

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

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

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

.background .title-tips {
    font-size: 9.6px;
    font-size: 0.6rem;
    margin: 0.825rem 0 1.5rem;
}

.background .btn {
    background-image: -webkit-gradient( linear, left top, left bottom, from(#ff9500), to(#ff6b00));
    background-image: linear-gradient(180deg, #ff9500, #ff6b00);
    border-radius: 0.75rem;
    -webkit-box-shadow: 0 0.625rem 0.675rem 0 165, 50, 14, 0.52;
    box-shadow: 0 0.625rem 0.675rem 0 165, 50, 14, 0.52;
    color: #fff;
    font-size: 8px;
    font-size: 0.5rem;
    height: 24px;
    height: 1.5rem;
    width: 168px;
    width: 10.5rem;
}

.background .btn2 {
    background-image: -webkit-gradient( linear, left top, left bottom, from(#46aef7), to(#1dd5e6));
    background-image: linear-gradient(180deg, #46aef7, #1dd5e6);
    margin-left: 1rem;
}

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

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

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

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

.background .section-background {
    background-color: #c0560b;
}

.background .section1 {
    padding-top: 0.5rem;
}

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

.background .section1 .o-content .o-list {
    border: 0.025rem solid #ffd800;
    border-radius: 0.75rem;
    font-size: 6.4px;
    font-size: 0.4rem;
    height: 75.6px;
    height: 4.725rem;
    padding-top: 0.8rem;
    width: 108.4px;
    width: 6.775rem;
}

.background .section1 .o-content .o-list .o-list-img {
    line-height: 0.7rem;
    font-size: 0.6rem;
    height: 1.5rem;
    margin-bottom: 0.15rem;
}

.background .section1 .o-content .o-list .c-sroll {
    max-height: 36px;
    max-height: 2.25rem;
    padding: 0 0.75rem;
    text-align: left;
}

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

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

.background .section2 .t-content {
    margin-bottom: 1.625rem;
    margin-top: 1.575rem;
}

.background .section2 .t-content .t-list {
    border-right: 0.025rem dashed;
    font-size: 8px;
    font-size: 0.5rem;
    height: 3.8rem;
    width: 122.4px;
    width: 7.65rem;
}

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

.background .section2 .t-content .t-list1 img {
    width: 1.775rem;
    height: 1.675rem;
}

.background .section2 .t-content .t-list2 img {
    width: 1.7rem;
    height: 1.7rem;
}

.background .section2 .t-content .t-list3 img {
    width: 1.275rem;
    height: 1.225rem;
}

.background .section2 .t-content .t-list4 img {
    width: 1.6rem;
    height: 1.6rem;
}

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

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

.background .section3 .th-content .th-list {
    color: #ae5600;
}

.background .section3 .th-content .th-list,
.background .section3 .th-content .th-list .th-list-bg {
    background-image: -webkit-gradient( linear, left top, left bottom, from(#fff), to(#edd362));
    background-image: linear-gradient(180deg, #fff, #edd362);
    border-radius: 0 0 0 1.5rem;
    height: 7.8rem;
    width: 7.075rem;
}

.background .section3 .th-content .th-list .th-list-bg {
    left: -3.2px;
    left: -0.2rem;
    opacity: 0.2;
    position: absolute;
    top: 3.2px;
    top: 0.2rem;
}

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

.background .section3 .th-content .th-list.th-list2,
.background .section3 .th-content .th-list.th-list2 .th-list-bg {
    color: #b4481d;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#fff), to(#fd915c));
    background-image: linear-gradient(180deg, #fff, #fd915c);
}

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

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

.background .section3 .th-content .th-list.th-list2 .th-list-b div.p-relative:before {
    border-color: #b4481d;
}

.background .section3 .th-content .th-list.th-list3 {
    color: #713f9c;
}

.background .section3 .th-content .th-list.th-list3,
.background .section3 .th-content .th-list.th-list3 .th-list-bg {
    background-image: -webkit-gradient( linear, left top, left bottom, from(#fff), to(#b888e1));
    background-image: linear-gradient(180deg, #fff, #b888e1);
}

.background .section3 .th-content .th-list.th-list3 .th-list-top {
    background-color: #8e60b6;
}

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

.background .section3 .th-content .th-list.th-list3 .th-list-b div.p-relative:before {
    border-color: #841aad;
}

.background .section3 .th-content .th-list.th-list4 {
    color: #993a66;
}

.background .section3 .th-content .th-list.th-list4,
.background .section3 .th-content .th-list.th-list4 .th-list-bg {
    background-image: -webkit-gradient( linear, left top, left bottom, from(#fff), to(#f56fae));
    background-image: linear-gradient(180deg, #fff, #f56fae);
}

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

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

.background .section3 .th-content .th-list.th-list4 .th-list-b div.p-relative:before {
    border-color: #c66391;
}

.background .section3 .th-content .th-list-top {
    background-color: #fcbf00;
    border-radius: 0 0 0.75rem 0;
    font-size: 13.2px;
    font-size: 0.825rem;
    height: 16px;
    height: 1rem;
    width: 40.4px;
    width: 2.525rem;
}

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

.background .section3 .th-content .th-list-c {
    font-size: 8px;
    font-size: 0.5rem;
    margin: 0.575rem 0 0.25rem;
    padding-left: 0.35rem;
}

.background .section3 .th-content .th-list-b {
    font-size: 6.4px;
    font-size: 0.4rem;
    line-height: 11.2px;
    line-height: 0.7rem;
    max-height: 5rem;
    padding-left: 0.875rem;
}

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

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

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

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

.background .section4 .f-content {
    margin: 1rem 0 1.075rem;
}

.background .section4 .f-content .f-list-top {
    background-color: #fff;
    border-radius: 0.625rem;
    color: #4088ed;
    font-size: 9.6px;
    font-size: 0.6rem;
    height: 20px;
    height: 1.25rem;
    width: 112px;
    width: 7rem;
}

.background .section4 .f-content .f-list-top img {
    height: 22.4px;
    height: 1.4rem;
    margin-left: 0.45rem;
    margin-top: -0.3rem;
    width: 25.2px;
    width: 1.575rem;
}

.background .section4 .f-content .f-list-b {
    background-image: -webkit-gradient( linear, left bottom, left top, from(#0bbafb), to(#4285ec));
    background-image: linear-gradient(0deg, #0bbafb, #4285ec);
    border-radius: 0.25rem;
    font-size: 6.4px;
    font-size: 0.4rem;
    height: 48px;
    height: 3rem;
    margin-top: -0.625rem;
    padding: 0 0.875rem;
    width: 202px;
    width: 12.625rem;
}

.background .section4 .f-content .f-list .circle {
    background-color: #4088ed;
    border-radius: 50%;
    height: 3.2px;
    height: 0.2rem;
    width: 3.2px;
    width: 0.2rem;
}

.background .section4 .f-content .f-list.f-list1 .f-list-b {
    margin-right: 0.5rem;
}

.background .section4 .f-content .f-list.f-list1 .circle {
    margin-right: 0.125rem;
}

.background .section4 .f-content .f-list.f-list2 {
    margin-top: 2.675rem;
}

.background .section4 .f-content .f-list.f-list2 .f-list-top {
    color: #24e29f;
}

.background .section4 .f-content .f-list.f-list2 .f-list-top img {
    height: 22px;
    height: 1.375rem;
    width: 20px;
    width: 1.25rem;
}

.background .section4 .f-content .f-list.f-list2 .f-list-b {
    background-image: -webkit-gradient( linear, left top, left bottom, from(#98e05f), to(#0de3ac));
    background-image: linear-gradient(180deg, #98e05f, #0de3ac);
    height: 56px;
    height: 3.5rem;
    margin-left: 0.5rem;
}

.background .section4 .f-content .f-list.f-list2 .circle {
    background: #98e05f;
    margin-left: 0.125rem;
}

.background .section4 .f-content .f-list.f-list3 {
    margin-top: -1.25rem;
}

.background .section4 .f-content .f-list.f-list3 .f-list-top {
    color: #ed7900;
}

.background .section4 .f-content .f-list.f-list3 .f-list-top img {
    height: 19.2px;
    height: 1.2rem;
    width: 22.8px;
    width: 1.425rem;
}

.background .section4 .f-content .f-list.f-list3 .f-list-b {
    background-image: -webkit-gradient( linear, left top, left bottom, from(#ea6d00), to(#fdc500));
    background-image: linear-gradient(180deg, #ea6d00, #fdc500);
    height: 72px;
    height: 4.5rem;
    margin-right: 0.5rem;
}

.background .section4 .f-content .f-list.f-list3 .circle {
    background-color: #f7ac00;
    margin-right: 0.125rem;
}

.background .section4 .f-content .f-list.f-list4 {
    margin-top: 1.45rem;
}

.background .section4 .f-content .f-list.f-list4 .f-list-top {
    color: #fd5490;
}

.background .section4 .f-content .f-list.f-list4 .f-list-top img {
    height: 20.8px;
    height: 1.3rem;
    width: 20.8px;
    width: 1.3rem;
}

.background .section4 .f-content .f-list.f-list4 .f-list-b {
    background-image: -webkit-gradient( linear, left bottom, left top, from(rgba(253, 83, 146, 1)), to(#f86f64));
    background-image: linear-gradient(0deg, rgba(253, 83, 146, 1), #f86f64);
    height: 65.6px;
    height: 4.1rem;
    margin-left: 0.5rem;
}

.background .section4 .f-content .f-list.f-list4 .circle {
    background-color: #f86f64;
    margin-left: 0.125rem;
}

.background .section4 .f-content-absolute {
    background-color: #b5520c;
    border-radius: 0.125rem;
    height: 175.2px;
    height: 10.95rem;
    top: 0;
    width: 4px;
    width: 0.25rem;
}

.background .section4 .f-content-absolute div {
    background-color: #4088ed;
    border-radius: 50%;
    height: 13.6px;
    height: 0.85rem;
    margin-bottom: 1.875rem;
    width: 13.6px;
    width: 0.85rem;
}

.background .section4 .f-content-absolute div:nth-child(2) {
    background-color: #31e298;
}

.background .section4 .f-content-absolute div:nth-child(3) {
    background-color: #f7ac00;
}

.background .section4 .f-content-absolute div:nth-child(4) {
    background-color: #fc5988;
    margin-bottom: 0;
}

.background .section5 {
	padding: 1rem 0 1.5rem;
}

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

.background .section5 .fi-content .fi-list {
    background-image: url(./images/f1.png);
    color: #096573;
    font-size: 0.4rem;
    height: 10rem;
    line-height: 10.8px;
    line-height: 0.675rem;
    padding: 1rem 0.75rem 2rem;
    width: 12.85rem;
}

.background .section5 .fi-content .fi-list-t {
    font-size: 20.8px;
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 0.55rem;
    padding-left: 1.05rem;
}

.background .section5 .fi-content .fi-list-n {
    max-height: 92px;
    max-height: 5.75rem;
    padding: 0 0.5rem 0 1.075rem;
}

.background .section5 .fi-content .fi-list-n .fx-row {
    margin-bottom: 0.125rem;
}

.background .section5 .fi-content .fi-list-n .fx-row:before {
    border: 0.075rem solid #0d7181;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 1.6px;
    height: 0.1rem;
    margin-right: 0.125rem;
    width: 1.6px;
    width: 0.1rem;
}

.background .section5 .fi-content .fi-list:last-child .fi-list-n .fx-row:before {
    border: 0.075rem solid #8c3709;
}

.background .section5 .fi-content .fi-list:first-child {
    margin-right: 3rem;
}

.background .section5 .fi-content .fi-list .fi-list1-fy {
    background-image: url(./images/f-arrow_03.png);
    height: 13.6px;
    height: 0.85rem;
    line-height: 13.6px;
    line-height: 0.85rem;
    margin: 0.5rem 0 0.25rem;
    padding-left: 1.075rem;
    width: 56px;
    width: 3.5rem;
}

.background .section5 .fi-content .fi-list .fi-btn {
    background-image: -webkit-gradient( linear, left top, left bottom, from(#ff9500), to(#ff6b00));
    background-image: linear-gradient(180deg, #ff9500, #ff6b00);
    bottom: -5.6px;
    bottom: -0.35rem;
    -webkit-box-shadow: 0 0.625rem 0.675rem 0 rgba(165, 50, 14, 0.52);
    box-shadow: 0 0.625rem 0.675rem 0 rgba(165, 50, 14, 0.52);
    color: #fff;
    font-size: 8px;
    font-size: 0.5rem;
    height: 32px;
    height: 2rem;
    left: -20px;
    left: -1.25rem;
    position: absolute;
    width: 120px;
    width: 7.5rem;
}

.background .section5 .fi-content .fi-list.fi-list2 {
    background-image: url(./images/f2.png);
    color: #8c3709;
}

.background .section5 .fi-content .fi-list.fi-list2 .fi-list-n {
    max-height: 140px;
    max-height: 8.75rem;
}

.background .section5 .fi-content .fi-list.fi-list2 .fi-btn {
    background-image: -webkit-gradient( linear, left top, left bottom, from(#a1c4fd), to(#c2e9fb));
    background-image: linear-gradient(180deg, #a1c4fd, #c2e9fb);
}

.background .section6 {
    padding-top: 1rem;
}

.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: 0.5rem;
	display: inline-block;
}

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

.background .section6 .s-content .mcsd img {
    width: 3.825rem;
    height: 1.925rem;
}

.background .section6 .s-content .s-contain-wraps&gt;div {
    flex: 1;
    border-right: 1px dashed #fff;
    height: 4.075rem;
}

.background .section6 .s-content .s-contain-wraps2&gt;div {
    border-right: none;
    border-left: 1px dashed #fff;
}

.background .section6 .s-content-title {
    font-size: 0.9rem;
    background-image: linear-gradient(0deg, rgba(255, 156, 160, 1) 0%, #fecfee 100%);
    color: #c75e14;
}

.background .section6 .s-content-title.s-content-title1 {
    background-image: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
}

.background .section6 .s-content-1-contents {
    width: 8.425rem;
    height: 5.5rem;
}

.background .section6 .s-content .s-contain-wraps {
    width: 21.575rem;
}

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

.background .section7 {
	padding: 1rem 0 1rem;
}

.background .section7 .se-content {
    border: 0.05rem solid #8af3ff;
    border-radius: 0.75rem;
    height: 5.4rem;
    margin: 1.3rem 0;
    width: 100%;
}

.background .section7 .se-content .se-tab-content {
    padding: 1rem 2.25rem 0.85rem 1.2rem;
}

.background .section7 .se-content .se-tab-content .se-list {
    display: none;
    font-size: 6px;
    font-size: 0.375rem;
    max-height: 86.4px;
    max-height: 5.4rem;
}

.background .section7 .se-content .se-tab-content .se-list.se-list-active {
    display: block;
}

.background .section7 .se-content .se-tab-content .se-list-title {
    color: #05eefe;
    margin-top: 0.25rem;
}

.background .section7 .se-content .se-tab-content .se-list-title:before {
    border: 0.075rem solid #05eefe;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 1.6px;
    height: 0.1rem;
    margin-right: 0.125rem;
    width: 1.6px;
    width: 0.1rem;
}

.background .section7 .se-content .se-tabs .se-tab {
    cursor: pointer;
    font-size: 9.6px;
    font-size: 0.6rem;
    height: 28.8px;
    height: 1.8rem;
    width: 92.8px;
    width: 5.8rem;
}

.background .section7 .se-content .se-tabs .se-tab.se-active:before {
    border: 0.25rem solid rgb(222, 105, 23);
    content: '';
    display: inline-block;
    height: 0;
    position: absolute;
    width: 0;
}

.background .section7 .se-content .se-tabs .se-tab.se-tab1 {
    background-image: -webkit-gradient( linear, right top, left top, from(#4facfe), to(#00f2fe));
    background-image: linear-gradient(-90deg, #4facfe, #00f2fe);
}

.background .section7 .se-content .se-tabs .se-tab.se-tab2 {
    background-image: -webkit-gradient( linear, right top, left top, from(rgba(253, 83, 146, 1)), to(#0de3ac));
    background-image: linear-gradient(-90deg, #98e05f, #0de3ac);
}

.background .section7 .se-content .se-tabs .se-tab.se-tab3 {
    background-image: -webkit-gradient( linear, right top, left top, from(rgba(159, 86, 203, 1)), to(#f988e7));
    background-image: linear-gradient(-90deg, rgba(159, 86, 203, 1), #f988e7);
}

.background .section8 {
    padding: 1.875rem 0 0;
}

.background .section8 .e-content .swiper-container .swiper-slide {
    padding-left: 1.05rem;
}

.background .section8 .e-content .swiper-container .swiper-slide:first-child .e-s-info img {
    height: 28.4px;
    height: 1.775rem;
    width: 54.4px;
    width: 3.4rem;
}

.background .section8 .e-content .swiper-container .swiper-slide:nth-child(2) .e-s-info img {
    height: 40.8px;
    height: 2.55rem;
    width: 38.8px;
    width: 2.425rem;
}

.background .section8 .e-content .e-swiper,
.background .section8 .e-content .e-swiper .e-s-detail {
    height: 88px;
    height: 5.5rem;
    width: 188.4px;
    width: 11.775rem;
}

.background .section8 .e-content .e-swiper .e-s-detail {
    background-color: #fff;
    -webkit-box-shadow: 0 0.375rem 0.25rem 0 rgba(4, 0, 0, 0.09);
    box-shadow: 0 0.375rem 0.25rem 0 rgba(4, 0, 0, 0.09);
    font-size: 6.4px;
    font-size: 0.4rem;
    padding: 0.7rem 0.875rem;
}

.background .section8 .e-content .e-swiper .se-bg {
    height: 80px;
    height: 5rem;
    left: -16px;
    left: -1rem;
    top: -9.6px;
    top: -0.6rem;
    width: 96.4px;
    width: 6.025rem;
}

.background .section8 .e-content .e-swiper .e-s-title {
    color: #434343;
    font-size: 7.2px;
    font-size: 0.45rem;
    margin-bottom: 0.75rem;
}

.background .section8 .e-content .e-swiper .e-btn {
    background-image: -webkit-gradient( linear, left top, left bottom, from(#ffd88b), to(#ee8251));
    background-image: linear-gradient(180deg, #ffd88b, #ee8251);
    bottom: -9.6px;
    bottom: -0.6rem;
    color: #184371;
    font-size: 8px;
    font-size: 0.5rem;
    height: 20px;
    height: 1.25rem;
    right: -16px;
    right: -1rem;
    width: 64.4px;
    width: 4.025rem;
    z-index: 3;
}

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

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

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

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

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

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

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

@media screen and (min-width: 980px) {
    .o-list-img {
        margin-bottom: 0.3rem;
    }
    .background .section6 .s-bg2 {
        background-color: #c45d14;
        opacity: 0.89;
        width: 30.6rem;
        transform: translateX(0);
        left: 0;
    }
    .background .section6 .s-bg3 {
        width: 30.6rem;
        background-color: #e97421;
        right: 0;
        position: absolute;
        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: rgb(244, 249, 127);
    }
    .background .section7 .se-content .se-tabs .se-tab.se-tab3.se-active:before {
        border-right-color: rgb(249, 136, 231);
    }
    .background .kstd {
        top: 5.575rem;
    }
    .background .section7 .se-content .se-tab-content {
        flex: 1;
        justify-content: space-between;
    }
}

@media screen and (max-width: 979px) {
    .background .kstd {
        bottom: 2.5rem;
    }
    .background {
        background-image: url(./images/bg-m.png);
        padding-top: 14.95rem;
    }
    .background .container {
        width: 18.75rem;
    }
    .background .kstd {
        bottom: 2.5rem;
    }
    .background .btn {
        width: 8.25rem;
    }
    .background #tab:after {
        width: 18.75rem;
    }
    .background .tab {
        padding: 0 0.5rem;
        width: 18.75rem;
    }
    .background .se-title {
        font-size: 1rem;
    }
    .background .se-title img {
        height: 0.875rem;
        margin-top: 0.1rem;
        width: 2.525rem;
    }
    .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 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 1rem 0.5rem 0;
    }
    .background .section1 .o-content .o-list {
        font-size: 0.5rem;
        height: 4.9rem;
        padding-top: 0.5rem;
        width: 8.55rem;
        font-size: 0.55rem;
        /*鍔犲ぇ*/
    }
    .background .section1 .o-content .o-list:nth-child(n+3) {
        margin-top: 0.55rem;
    }
    .background .section1 .o-content .o-list img {
        margin-bottom: 0.25rem;
    }
    .background .section1 .o-content .o-list div {
        max-height: 1.9rem;
        max-height: 3.2rem;
        padding: 0 0.25rem;
    }
    .background .section2 .t-content .t-list {
        height: 4.875rem;
        font-size: 0.55rem;
        /*鍔犲ぇ*/
    }
    .background .section3 .th-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 1.5rem 0.3rem 1.25rem;
    }
    .background .section3 .th-content .th-list {
        height: 8.7rem;
        width: 8.875rem;
    }
    .background .section3 .th-content .th-list:nth-child(n+3) {
        margin-top: 0.55rem;
    }
    .background .section3 .th-content .th-list .th-list-bg {
        height: 8.7rem;
        width: 8.875rem;
    }
    .background .section3 .th-content .th-list-b.c-sroll {
        max-height: 5.75rem;
        overflow-y: hidden;
    }
    .background .section4 .f-content {
        margin: 2.5rem 0.25rem 1.075rem;
    }
    .background .section4 .f-content .f-list-top {
        width: 5rem;
    }
    .background .section4 .f-content .f-list-b {
        height: 3.975rem;
        padding: 0.5rem 0.25rem 0;
        width: 7.5rem;
    }
    .background .section4 .f-content .f-list.f-list1 .f-list-b {
        margin-right: 0.25rem;
    }
    .background .section4 .f-content .f-list.f-list2 {
        margin-top: 2.375rem;
    }
    .background .section4 .f-content .f-list.f-list2 .f-list-b {
        height: 5rem;
        margin-left: 0.25rem;
    }
    .background .section4 .f-content .f-list.f-list3 {
        margin-top: -3.25rem;
    }
    .background .section4 .f-content .f-list.f-list3 .f-list-b {
        height: 8rem;
        margin-right: 0.25rem;
    }
    .background .section4 .f-content .f-list.f-list4 {
        margin-top: 0.75rem;
    }
    .background .section4 .f-content .f-list.f-list4 .f-list-b {
        height: 6.5rem;
        margin-left: 0.25rem;
    }
    .background .section4 .f-content-absolute {
        height: 11.25rem;
    }
    .background .section4 .f-content-absolute div {
        margin-bottom: 1.625rem;
    }
    .background .section4 .f-content-absolute div:nth-child(3) {
        margin-bottom: 3rem;
    }
    .background .section5 .fi-content.swiper-container {
        padding-bottom: 2rem;
    }
    .background .section5 .fi-content .fi-list {
        height: 11.65rem;
        margin-left: 1.625rem;
        width: 16.45rem;
    }
    .background .section5 .fi-content .fi-list-n {
        max-height: 8.25rem;
        padding: 0 0.25rem 0 0.5rem;
    }
    .background .section5 .fi-content .fi-list-n.c-sroll {
        overflow-y: hidden;
    }
    .background .section5 .fi-content .fi-list-n .fx-row {
        margin: 0.25rem 0;
    }
    .background .section5 .fi-content .fi-list:first-child {
        margin-right: 0;
    }
    .background .section5 .fi-content .fi-list.fi-list2 .fi-list-n {
        max-height: 11.25rem;
    }
    .background .section5 .fi-content .fi-list .fi-list1-fy {
        margin-left: 0.2rem;
        padding-left: 0.5rem;
    }
    .background .section6 .s-content-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .background .section6 .s-content-1-contents {
        height: 1.75rem;
        width: 18.75rem;
    }
    .background .section6 .s-content-title {
        background-image: -webkit-gradient( linear, left bottom, left top, from(#4facfe), to(#00f2fe));
        background-image: linear-gradient(0deg, #4facfe, #00f2fe);
        font-size: 0.75rem;
    }
    .background .section6 .s-content .s-contain-wraps {
        height: 5.65rem;
        margin: 0 0.25rem;
        text-align: center;
        width: 18rem;
    }
    .background .section7 .se-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        margin: 1.3rem auto;
        overflow: hidden;
        width: 18.125rem;
    }
    .background .section7 .se-content .se-tab-content {
        padding: 0.625rem 0.5rem 0.7rem;
    }
    .background .section7 .se-content .se-tab-content .se-list {
        max-height: 12.5rem;
    }
    .background .section7 .se-content .se-tab-content .se-list.c-sroll {
        overflow: hidden;
    }
    .background .section7 .se-content .se-tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .background .section7 .se-content .se-tabs .se-tab {
        font-size: 0.5rem;
        width: 4.575rem;
    }
    .background .section7 .se-content .se-tabs .se-tab.se-active:before {
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
    }
    .background .section7 .se-content .se-tabs .se-tab.se-tab1.se-active:before {
        border-top-color: #00f1fe;
    }
    .background .section7 .se-content .se-tabs .se-tab.se-tab2.se-active:before {
        border-top-color: rgb(244, 249, 127);
    }
    .background .section7 .se-content .se-tabs .se-tab.se-tab3.se-active:before {
        border-top-color: rgb(249, 136, 231);
    }
    .background .section8 .swiper-slide {
        margin: 0 5%;
        width: 90% !important;
    }
    .background .section8 .swiper-slide-next {
        left: -20%;
    }
    .background .section8 .e-content .e-swiper {
        width: 12.5rem;
    }
    .background .section8 .e-content .e-swiper .e-s-detail {
        padding: 0.5rem 0.25rem;
        width: 12.5rem;
    }
    .background .section8 .e-content .e-swiper .e-s-detail .e-s-title {
        margin-bottom: 0.25rem;
    }
    .background .section8 .e-content .e-swiper .e-s-title {
        margin-bottom: 0.7rem;
    }
    .background .section9 .n-content {
        margin: 1.2rem 0.3rem 1.075rem;
    }
    .background .section9 .n-content .n-list {
        font-size: 0.475rem;
        height: 5.7rem;
        line-height: 1.05rem;
        width: 8.95rem;
    }
    .background .section9 .n-content .n-list-img {
        height: 4.625rem;
        width: 8.95rem;
    }
    .background .section10 .section-background {
        background-image: url(./images/n-bg-m.png);
    }
}</pre></body></html>