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

.links {
    font-size: 10px;
    text-align: center;
    color: #999;
}

.links a {
    font-size: 10px;
    color: #999;
    text-decoration: none;
}

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

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

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

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

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

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-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;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    -moz-transition-property: transform,height,-moz-transform;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform,-moz-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: 50%;
    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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 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='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 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='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 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='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 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='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 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-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

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

.swiper-container-horizontal>.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>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

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

.swiper-container-horizontal>.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);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

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

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

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

.swiper-pagination-progress.swiper-pagination-white {
    background: hsla(0,0%,100%,.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;
    -moz-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;
    -moz-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,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
    background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),transparent);
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

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

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

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
    background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),transparent);
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(180deg,rgba(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 {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-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;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-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;
    -moz-transform-origin: 100% 0;
    -ms-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: blur(50px);
    z-index: 0
}

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

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-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: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

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

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

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

.swiper-container-vertical>.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%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://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-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://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)
    }
}

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

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

body,html {
    width: 100%;
    min-width: unset;
    font-family: -apple-system,PingFangSC-Regular,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,STHeiti,SimSun,sans-serif
}

body {
    margin: 0;
    background: #fff
}

.zui-modal-content .zui-select-list,h1,h2,h3,h4,p {
    margin: 0;
    padding: 0;
}

.zui-modal-content h2,.zui-modal-content h3 {
    margin: 0
}

.zui-modal-content a {
    text-decoration: none
}

.zui-modal-content .zui-clue-form_success-ad {
    display: none
}

.zui-modal-content a.clue-button {
    display: block;
    margin: 0 auto;
    background: #3370ff;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    border-radius: 26px;
    width: 312px;
    text-align: center;
    padding: 14px 0;
    text-decoration: none
}

.zui-modal-content .landing-success {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.zui-modal-content .landing-success .clue-button {
    display: inline-block;
    margin-bottom: 20px
}

.zui-modal-content .landing-success p {
    text-align: center;
    color: #969799;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    margin-bottom: 10px
}

a {
    text-decoration: none
}

ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dd {
    -webkit-margin-start: 0;
    -moz-margin-start: 0;
    margin-inline-start:0}

.wap-only {
    display: none!important
}

.web-only {
    display: block
}

span.web-only {
    display: inline
}

.button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 232px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    color: #fff;
    background: #3370ff;
    border-radius: 26px;
    text-decoration: none;
    cursor: pointer
}

.button,.button-group {
    display: block;
    margin: 0 auto;
    text-align: center
}

.button-group {
    font-size: 0;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 48px
}

.button-group span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    text-decoration: none;
    padding: 14px 0
}

.button-group .clue-button-shadow {
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
    border: 1px solid #3370ff;
    color: #323233;
    width: 338px;
    font-weight: 500
}

.button-group .clue-button-primary {
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    margin-left: -2px;
    background: #3370ff;
    border: 1px solid #3370ff;
    color: #fff;
    width: 144px
}

.header {
    height: 540px;
    background: -webkit-gradient(linear,left bottom,left top,from(#ff815c),color-stop(#ff4c17),to(#ff3b01));
    background: -webkit-linear-gradient(bottom,#ff815c,#ff4c17,#ff3b01);
    background: -moz-linear-gradient(bottom,#ff815c,#ff4c17,#ff3b01);
    background: linear-gradient(0deg, #7089de, #3056d3, #3c5ecd);
    position: relative;
    overflow: hidden
}

.header-content {
    position: relative;
    z-index: 2;
    width: 1200px;
    margin: 106px auto 0;
    padding-bottom: 40px;
    background-image: url("../images/01.jpg");
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 622px auto
}

.header-content .logo {
    margin-top: 36px;
    width: 324px;
}

.header-content h1 {
    margin-top: 32px;
    font-size: 40px;
    line-height: 56px;
    font-weight: 400;
    color: #fff
}

.header-content .btn-wrap {
    margin-top: 32px
}

.header-content .btn-wrap .button {
    display: inline-block;
    width: 192px
}

.header-content .btn-wrap .button:first-child {
    background-color: #fff;
    color: #040505;
    margin-right: 20px;
    font-weight: 500
}

.header-content .btn-wrap .button:last-child {
    background-color: transparent;
    border: 1px solid #fff
}

.section {
    margin-top: 100px
}

.section .container {
    width: 1200px;
    margin: 0 auto
}

.section h3 {
    text-align: center;
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    color: #323233
}

.section h3+p {
    margin-top: 16px;
    color: #818999
}

.section-desc,.section h3+p {
    text-align: center;
    font-size: 20px;
    line-height: 28px
}

.section-desc {
    color: #646566;
    margin-top: 8px
}

.section .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.section .btn-wrap .button {
    margin: 48px 0 0
}

.section .btn-wrap .button:nth-child(2) {
    border: 1px solid #3370ff;
    color: #3370ff;
    background: #fff;
    margin-left: 32px
}

.section-1 {
    margin: -40px auto 0;
    position: relative
}

.section-1 .container {
    background: transparent
}

.section-1 .introduce-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-1 .introduce-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 12px;
    color: #040505
}

@media only screen and (max-width: 1200px) {
    .section-1 .introduce-title {
        margin-left:0
    }
}

.section-1 .introduce-item {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 32px 40px 134px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0,0,0,.08) 0 6px 13px 0;
    box-shadow: 0 6px 13px 0 rgba(0,0,0,.08);
    background-repeat: no-repeat;
    background-size: 72px 72px;
    background-position: 35px;
    cursor: pointer;
    margin-right: 34px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.section-1 .introduce-item:last-child {
    margin-right: 0
}

.section-1 .introduce-item .button {
    display: inline;
    font-size: 18px;
    line-height: 28px;
    background-color: transparent;
    color: #3370ff;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .section-1 .introduce-item .button {
        margin-left:0
    }
}

.section-1 .introduce-item .button:after {
    content: "";
    background-image: url("../images/fj7vcs6zrwgb11j6nn3y4qubfzxf.png");
    width: 12px;
    height: 9px;
    background-size: 12px 9px;
    background-repeat: no-repeat;
    position: absolute;
    right: -18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (any-hover: hover) {
    .section-1 .introduce-item:hover {
        -webkit-transform:translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    .section-1 .introduce-item:hover .introduce-title {
        color: #3370ff
    }
}

.section-1 .introduce-description {
    font-size: 18px;
    line-height: 28px;
    color: #5e6063;
    margin-bottom: 10px
}

.section-2 .content {
    background-image: url("../images/zifei.jpg");
    background-repeat: no-repeat;
    background-size: auto 340px;
    background-position: 50%;
    width: 100%;
    height: 486px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-2 .content,.section-2 .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.section-2 .content-wrap {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.section-2 .content-wrap:nth-child(2n) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.section-2 .content .card {
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    padding: 22px 28px;
    width: 405px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: rgba(146,161,174,.17) 0 17px 24px 0;
    box-shadow: 0 17px 24px 0 rgba(146,161,174,.17);
    position: relative;
    cursor: pointer
}

.section-2 .content .card-title {
    display: inline-block;
    color: #fff;
    background: #ff5422;
    font-size: 20px;
    line-height: 28px;
    padding: 2px 20px;
    border-radius: 16px;
    margin-bottom: 6px
}

.section-2 .content .card-description {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
    white-space: break-spaces
}

.section-2 .content .card .free-try {
    font-size: 16px;
    line-height: 28px;
    color: #3370ff;
    position: relative;
    width: 64px;
    white-space: nowrap;
    cursor: pointer
}

.section-2 .content .card .free-try:after {
    content: "";
    background-image: url("../images/fj7vcs6zrwgb11j6nn3y4qubfzxf.png");
    width: 12px;
    height: 9px;
    background-size: 12px 9px;
    background-repeat: no-repeat;
    position: absolute;
    right: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section-3 p {
    margin-top: 16px;
    color: #818999;
    text-align: center
}

.section-3 .function-swiper-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 81px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.section-3 .function-swiper-item .function-swiper {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 44%;
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
    width: 44%;
    margin: 0
}

.section-3 .function-swiper-item .swiper-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.section-3 .function-swiper-item img {
    width: 100%;
    object-fit: contain
}

.section-3 .function-swiper-item .desc {
    padding: 24px 26px
}

.section-3 .function-swiper-item .button {
    margin: 8px 0 0
}

.section-3 .function-swiper-item .swiper-content {
    margin-left: 82px
}

.section-3 .function-swiper-item .swiper-content h4 {
    font-size: 20px;
    line-height: 28px;
    color: #646566;
    font-weight: 400
}

.section-3 .function-swiper-item .swiper-content p {
    font-size: 16px;
    line-height: 24px;
    color: #040505;
    text-align: left
}

.section-3 .function-swiper-item .swiper-content ul {
    margin-top: 12px;
    margin-left: 16px;
    display: none
}

.section-3 .function-swiper-item .swiper-content ul li {
    list-style: disc;
    font-size: 16px;
    line-height: 26px;
    color: #646566
}

.section-3 .function-swiper-item .swiper-content .desc.active {
    background-color: #fff1ec;
    font-size: 24px;
    line-height: 24px;
    border-radius: 8px;
    overflow: hidden
}

.section-3 .function-swiper-item .swiper-content .desc.active h4 {
    color: #ff3b01
}

.section-3 .function-swiper-item .swiper-content .desc.active ul {
    display: block
}

.section-4 .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 64px
}

.section-4 .content li {
    list-style: none
}

.section-4 .content-item {
    margin-left: 24px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(61,67,77,.08) 0 8px 30px;
    box-shadow: 0 8px 30px rgba(61,67,77,.08)
}

.section-4 .content-item:first-child {
    margin-left: 0
}

.section-4 .content-item img {
    width: 100%;
    object-fit: contain
}

.section-4 .content-item-block {
    background: #fff;
    text-align: center;
    padding: 20px 50px 40px
}

.section-4 .content-item-block .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #323233;
    margin-bottom: 16px
}

.section-4 .content-item-block .description {
    font-size: 16px;
    line-height: 24px;
    color: #969799
}

.section-6 .container {
    paddingt-top: 50px;
    position: relative
}

.section-6 .container .next,.section-6 .container .prev {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    bottom: 200px;
    background-color: rgba(50,50,51,.08);
    background-size: 100%;
    background-image: url("../images/fhq3q_x3doh3a6m5xfo9keqnbf_e.png");
    cursor: pointer
}

.section-6 .container .prev {
    left: 0
}

.section-6 .container .next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section-6 .growth-nav-list {
    margin: 64px 0 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-6 .growth-nav-item {
    padding: 0 24px 10px;
    font-size: 16px;
    line-height: 24px;
    color: #323233;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    margin-right: 40px
}

.section-6 .growth-nav-item:last-child {
    margin-right: 0
}

.section-6 .growth-nav-item.active {
    color: #3370ff;
    border-bottom-color: #3370ff
}

.section-6 .growth-swiper {
    width: 1040px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.section-6 .growth-swiper-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: rgba(60,67,78,.12) 0 6px 20px;
    box-shadow: 0 6px 20px rgba(60,67,78,.12);
    margin-right: 40px
}

.section-6 .growth-swiper-item .img {
    width: 436px
}

.section-6 .growth-swiper-item .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 48px
}

.section-6 .growth-swiper-item .content .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: #323233
}

.section-6 .growth-swiper-item .content .brand .catagory {
    display: inline-block;
    width: 44px;
    height: 22px;
    margin-left: 12px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    background-color: #3370ff;
    border-radius: 2px
}

.section-6 .growth-swiper-item .content .data-list {
    margin: 26px 0 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.section-6 .growth-swiper-item .content .data-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.section-6 .growth-swiper-item .content .data-item .number {
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    color: #323233;
    margin-bottom: 2px
}

.section-6 .growth-swiper-item .content .data-item .number .suffix {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500
}

.section-6 .growth-swiper-item .content .data-item .text {
    font-size: 16px;
    line-height: 24px;
    color: #646566
}

.section-6 .growth-swiper-item .content .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #323233;
    margin-bottom: 6px
}

.section-6 .growth-swiper-item .content .desc {
    font-size: 16px;
    line-height: 24px;
    color: #646566;
    margin-bottom: 16px
}

.section-6 .growth-swiper-item .content .link {
    font-size: 16px;
    line-height: 24px;
    color: #3370ff;
    padding-right: 18px;
    background-image: url("../images/fj7vcs6zrwgb11j6nn3y4qubfzxf.png");
    background-repeat: no-repeat;
    background-size: 14px 9px;
    background-position: right 2px center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

.section-6 .growth-swiper-item .content .link:hover {
    background-position: 100%
}

.section-7 {
    margin-bottom: 76px
}

.section-7 .section-block {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-7 .section-block-item {
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: -webkit-calc(50% - 12px);
    -ms-flex-preferred-size: calc(50% - 12px);
    flex-basis: -moz-calc(50% - 12px);
    flex-basis: calc(50% - 12px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    margin-bottom: 20px;
    background: #fff1ec;
    color: #ff3b01;
    border-radius: 8px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    background-image: url("../images/fkk8mstljsjlwjagsl7ol6ihdbsy.png");
    background-size: 22px 22px;
    background-position: right 18px center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative
}

.section-7 .section-block-item span {
    margin-right: 8px;
    display: inline-block
}

.section-7 .section-block-item:hover {
    background-color: #ff3b01;
    color: #fff;
    background-image: url("../images/ftw1z_tms2beu_uc1ry3ampiafgo.png")
}

.section-7 .section-block-item:hover:after {
    border-radius: 2px;
    background: rgba(50,50,51,.8);
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    padding: 0 16px;
    color: #fff;
    position: absolute;
    right: -67px;
    bottom: -34px;
    z-index: 2
}

.section-7 .button {
    margin-top: 48px
}

.footer {
    margin-top: 70px;
    width: 100%;
    height: 186px;
    background-image: url("../images/fnpysgnfcirg3e-braso5hz9a9st.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden
}

.footer h4 {
    margin: 42px 0 24px;
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    font-weight: 400
}

.footer .controller {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer .button {
    background-color: #fff;
    color: #323233;
    margin: 0 0 0 20px;
    font-weight: 600
}

.footer .button:first-child {
    margin-left: 0
}

.footer .button:nth-child(2n+2) {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

@media only screen and (max-width: 1200px) {
    .header-content {
        width:1000px;
        background-size: 480px auto;
        padding-bottom: 20px
    }

    .section .container {
        width: 1000px
    }

    .section-2 .container .content {
        height: auto;
        background-position: right 40px center;
        background-size: auto 500px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 24px
    }

    .section-2 .container .content-wrap {
        margin-bottom: 12px
    }

    .section-2 .container .content-wrap:last-child {
        margin-bottom: 0
    }

    .section-4.conversion .content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .section-4.conversion .content-item {
        -webkit-flex-basis: -webkit-calc(50% - 12px);
        -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: -moz-calc(50% - 12px);
        flex-basis: calc(50% - 12px);
        margin: 0 0 12px
    }

    .section-6 .container .next,.section-6 .container .prev {
        display: none
    }

    .section-6 .growth-swiper {
        width: 1000px;
        padding: 20px
    }

    .section-7 .section-block-item {
        width: -webkit-calc(50% - 12px);
        width: -moz-calc(50% - 12px);
        width: calc(50% - 12px);
        -webkit-flex-basis: -webkit-calc(50% - 12px);
        -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: -moz-calc(50% - 12px);
        flex-basis: calc(50% - 12px)
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .button {
        width:153px;
        height: 34px;
        line-height: 34px;
        font-size: 16px;
        border-radius: 17px
    }

    .header {
        height: 360px
    }

    .header-content {
        z-index: 2;
        width: -webkit-calc(100% - 24px);
        width: -moz-calc(100% - 24px);
        width: calc(100% - 24px);
        margin-top: 70px;
        padding-bottom: 40px;
        background-size: 320px auto
    }

    .header-content .logo {
        margin-top: 24px;
        width: 82px
    }

    .header-content h1 {
        margin-top: 20px;
        font-size: 26px;
        line-height: 36px
    }

    .header-content .btn-wrap {
        margin-top: 20px
    }

    .section {
        margin: 40px auto
    }

    .section .container {
        width: -webkit-calc(100% - 24px);
        width: -moz-calc(100% - 24px);
        width: calc(100% - 24px);
        padding: 0
    }

    .section .container h3 {
        font-size: 24px;
        line-height: 32px
    }

    .section .container h3+p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px
    }

    .section-1 .introduce-title {
        font-size: 14px;
        line-height: 18px
    }

    .section-1 .introduce-item {
        width: 240px;
        margin-right: 12px
    }

    .section-1 .introduce-item:last-child {
        margin-right: 0
    }

    .section-1 .introduce-item .button {
        font-size: 12px
    }

    .section-2 .container .content {
        background-size: auto 380px
    }

    .section-2 .container .content-wrap {
        margin-bottom: 12px
    }

    .section-2 .container .content-wrap:last-child {
        margin-bottom: 0
    }

    .section-2 .container .content .card {
        width: 305px;
        padding: 12px 16px
    }

    .section-2 .container .content .card-title {
        font-size: 16px
    }

    .section-2 .container .content .card-description {
        font-size: 12px
    }

    .section-4 .content-item {
        margin-left: 12px
    }

    .section-4 .content-item-block {
        padding: 10px 24px 20px
    }

    .section-4 .content-item:last-child {
        margin-left: 0
    }

    .section-4 .content .title {
        font-size: 16px;
        line-height: 20px
    }

    .section-4 .content .description {
        font-size: 12px
    }

    .section-3 .swiper-pagination {
        display: none
    }

    .section-3 .function-list {
        margin-top: 42px;
        margin-bottom: 32px
    }

    .section-3 .function-item {
        padding: 50px 10px 10px;
        background-position: top
    }

    .section-3 .function-item dt {
        font-size: 16px;
        margin-bottom: 10px
    }

    .section-3 .function-item dd {
        font-size: 14px;
        line-height: 20px
    }

    .section-3 .function-swiper-list {
        margin-top: 42px;
        margin-bottom: -68px
    }

    .section-3 .function-swiper-item {
        margin: 32px 0
    }

    .section-3 .function-swiper-item .function-swiper,.section-3 .function-swiper-item .swiper-content {
        margin: 0
    }

    .section-3 .function-swiper-item .function-swiper h4,.section-3 .function-swiper-item .swiper-content h4 {
        font-size: 16px;
        line-height: 24px
    }

    .section-3 .function-swiper-item .function-swiper p,.section-3 .function-swiper-item .swiper-content p {
        font-size: 12px;
        line-height: 16px
    }

    .section-3 .function-swiper-item .function-swiper .desc,.section-3 .function-swiper-item .swiper-content .desc {
        padding: 12px 18px
    }

    .section-3 .function-swiper-item .function-swiper {
        width: 54%
    }

    .section-3 .function-swiper-item .swiper-content {
        width: 36%
    }

    .section-3 .function-swiper-item .button {
        margin: 8px 0 0
    }

    .section-3 .controller {
        margin-top: 0
    }

    .section-6 .growth-nav-list {
        margin: 42px 0 12px
    }

    .section-6 .growth-swiper {
        width: 750px
    }

    .section-6 .growth-swiper-item {
        border-radius: 4px
    }

    .section-6 .growth-swiper-item .img {
        width: 40%;
        object-fit: cover
    }

    .section-6 .growth-swiper-item .content {
        padding: 24px
    }

    .section-6 .growth-swiper-item .content .brand {
        font-size: 18px;
        line-height: 24px
    }

    .section-6 .growth-swiper-item .content .data-list {
        margin: 12px 0
    }

    .section-6 .growth-swiper-item .content .data-item .number {
        font-size: 28px
    }

    .section-6 .growth-swiper-item .content .data-item .number .suffix {
        font-size: 14px;
        line-height: 20px
    }

    .section-6 .growth-swiper-item .content .data-item .text {
        font-size: 16px;
        line-height: 24px;
        color: #646566
    }

    .section-6 .growth-swiper-item .content .title {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        margin-bottom: 2px
    }

    .section-6 .growth-swiper-item .content .desc {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px
    }

    .section-6 .growth-swiper-item .content .link {
        font-size: 14px;
        line-height: 20px
    }

    .section-7 .button {
        margin-top: 32px
    }
}

@media only screen and (max-width: 767px) {
    body,html {
        width:100vw;
        overflow-x: hidden
    }

    .wap-only {
        display: inline-block!important
    }

    .web-only {
        display: none!important
    }

    .header {
        height: 640px;
    }

    .header-content {
        width: 100%;
        margin-top: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
        background-position: center top 150px;
        background-size: 300px auto
    }

    .header-content .logo {
        margin-top: 0;
        width: 178px;
    }

    .header-content h1 {
        margin-top: 16px;
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        margin-bottom: 270px
    }

    .header-content .btn-wrap {
        text-align: center
    }

    .header-content .btn-wrap .button {
        display: inline-block
    }

    .header-content .btn-wrap .button:first-child {
        margin-right: 0
    }

    .section {
        width: -webkit-calc(100% - 24px);
        width: -moz-calc(100% - 24px);
        width: calc(100% - 24px);
        border-radius: 4px;
        margin: 12px 10px;
        padding: 12px 0;
        background: #fff
    }

    .section .container {
        width: 100%;
        background: #fff
    }

    .section h3 {
        font-size: 20px;
        line-height: 28px
    }

    .section-desc {
        font-size: 16px;
        line-height: 22px;
        margin-top: 6px
    }

    .section-1 .introduce-list {
        padding: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-1 .introduce-item {
        width: 100%;
        padding: 30px 10px 30px 100px;
        background-size: 70px 70px;
        background-position: 18px;
        margin-right: 0
    }

    .section-1 .introduce-item:not(:last-child) {
        margin-bottom: 12px
    }

    .section-1 .introduce-item .button,.section-1 .introduce-title {
        font-size: 14px;
        line-height: 20px
    }

    .section-1 .introduce-title {
        margin-bottom: 6px
    }

    .button-group {
        margin: 0 auto;
        display: block;
        font-size: 0;
        text-align: center;
        border-radius: 2px;
        overflow: hidden;
        margin-top: 48px;
        width: -webkit-calc(100% - 24px);
        width: -moz-calc(100% - 24px);
        width: calc(100% - 24px)
    }

    .button-group span {
        display: inline-block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        cursor: pointer;
        text-decoration: none;
        padding: 10px 0
    }

    .button-group .clue-button-shadow {
        border-top-left-radius: 21px;
        border-bottom-left-radius: 21px;
        border: 1px solid #3370ff;
        color: #323233;
        width: 70%;
        font-weight: 600
    }

    .button-group .clue-button-primary {
        border-top-right-radius: 21px;
        border-bottom-right-radius: 21px;
        margin-left: -2px;
        background: #3370ff;
        border: 1px solid #3370ff;
        color: #fff;
        width: 30%
    }

    .section-2 .container .content {
        margin-top: 36px;
        padding: 0;
        height: auto;
        background-image: none
    }

    .section-2 .container .content-wrap {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .section-3 h4 {
        margin: 32px 0;
        font-size: 32px;
        line-height: 48px;
        text-align: center;
        font-weight: 600
    }

    .section-3 .growth-nav-item {
        padding: 0;
        margin: 0;
        margin-top: 16px
    }

    .section-3 .growth-swiper-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }

    .section-3 .growth-swiper-item-block {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0;
        margin-top: 20px
    }

    .section-4 .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff
    }

    .section-4 .content-item {
        margin-bottom: 12px;
        margin-left: 0
    }

    .section-5 .container {
        padding-top: 100px
    }

    .section-5 .container .swiper-pagination {
        display: block
    }

    .section-5 .function-item {
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .section-5 .function-item dt {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .section-5 .function-item dd {
        font-size: 12px;
        line-height: 20px
    }

    .section-5 .function-swiper-list {
        margin-top: 24px;
        margin-bottom: -24px
    }

    .section-5 .function-swiper-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 24px
    }

    .section-5 .function-swiper-item,.section-5 .function-swiper-item.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-5 .function-swiper-item .function-swiper {
        width: 100%;
        margin: 0
    }

    .section-5 .function-swiper-item .title {
        padding: 10px 0 10px 50px;
        font-size: 24px;
        line-height: 36px;
        background-size: 34px 36px;
        background-position: left bottom 18px;
        margin-bottom: 12px
    }

    .section-5 .function-swiper-item .desc {
        padding: 15px;
        font-size: 16px;
        line-height: 24px;
        color: #818999;
        text-align: center;
        margin-bottom: 12px
    }

    .section-5 .function-swiper-item .swiper-pagination {
        bottom: 0
    }

    .section-6 .growth .swiper-pagination {
        margin-top: 30px
    }

    .section-6 .growth-swiper {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .section-6 .growth-swiper-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 40px;
        margin-bottom: 12px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        border-radius: 16px
    }

    .section-6 .growth-swiper-item .img {
        width: 100%;
        height: 200px;
        object-fit: cover
    }

    .section-6 .growth-swiper-item .content {
        padding: 16px 24px
    }

    .section-6 .growth-swiper-item .content .data-item .number {
        font-size: 26px
    }

    .section-7 .section-block-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        font-size: 14px;
        line-height: 32px;
        height: 32px;
        padding: 0 8px;
        border: 0;
        border-radius: 4px;
        margin-bottom: 8px;
        background-size: 12px 12px;
        background-position: right 12px center;
        padding-right: 28px
    }

    .section-7 .section-block-item:hover {
        color: #4c2df6;
        background-color: #f1eeff
    }

    .section-7 .section-block-item:after {
        display: none
    }
}
