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

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

.swiper-container-vertical>.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;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: 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);
    -o-transform: translate(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;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    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;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.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;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    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;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-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;
    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);
    -o-transform: translateY(-50%);
    -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);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-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;
    -o-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;
    -ms-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: -o-linear-gradient(right, rgba(0, 0, 0, .5), 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: -o-linear-gradient(left, rgba(0, 0, 0, .5), 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: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), 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: -o-linear-gradient(top, rgba(0, 0, 0, .5), 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;
    -ms-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;
    -ms-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;
    -ms-transition-timing-function: ease-out;
    -o-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;
    -o-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%;
    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%;
    -webkit-background-size: 100%;
    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)
    }
}

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

.main .main-advantage .advantage-user .swiper-container .swiper-wrapper .user-content .user-msg:after,
.main .main-advantage .advantage-user .swiper-container .swiper-wrapper .user-content .user-msg:before,
.main .main-model .model-rule .rule-content .rule-content-wrap .content-detail:after,
.main .main-model .model-rule .rule-content .rule-content-wrap .content-detail:before {
    content: "";
    display: table
}

.main .main-advantage .advantage-user .swiper-container .swiper-wrapper .user-content .user-msg:after,
.main .main-model .model-rule .rule-content .rule-content-wrap .content-detail:after {
    clear: both
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: middle
}

*,
a:active,
a:focus,
div:active,
div:focus,
input:active,
input:focus {
    -webkit-tap-highlight-color: transparent
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    color: #333;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

* {
    max-height: 999999px
}

#debuggapRoot .dg-out {
    width: 5rem!important;
    height: 5rem!important;
    border-radius: 50%!important
}

#debuggapRoot .dg-inner {
    width: 4rem!important;
    height: 4rem!important;
    border-radius: 50%!important;
    margin: .5rem!important
}

body {
    font-size: 12px;
    line-height: 1.5;
    font-family: -apple-system, Heiti SC, Helvetica, Helvetica Neue, Droid Sans Fallback, Droid Sans;
    height: auto;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-user-select: none
}

body.not-flex {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

a:focus {
    outline: none
}

a,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

body {
    -webkit-text-size-adjust: none
}

a,
img {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

input:focus {
    outline: none
}

.scrolling {
    -webkit-overflow-scrolling: touch
}

.flex-column,
.flex-row,
.m-stretch-swiper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-column,
.m-stretch-swiper {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-item,
.m-stretch-swiper>.swiper-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-vertical-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.m-stretch-swiper>.swiper-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.m-stretch-swiper>.swiper-wrapper>.swiper-slide {
    height: auto
}

.single-line-clamp {
    white-space: nowrap;
    word-break: break-all
}

.ellipsis,
.single-line-clamp {
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.border-box {
    box-sizing: border-box
}

.vertical-container {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.main .main-model .model-more .more-ico {
    position: relative
}

.main .main-model .model-more .more-ico .ico-main {
    display: block;
    width: 0;
    height: 0;
    border: .4rem solid #bcbcbc;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0
}

.main .main-model .model-more .more-ico .ico-assist {
    position: absolute;
    right: .2rem;
    top: -.05rem;
    width: 0;
    height: 0;
    border: .2rem solid #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent
}

.banner {
    width: 100%;
    height: 13.5rem;
    overflow: hidden;
    position: relative
}

.banner .swiper-wrapper .swiper-slide {
    display: block
}

.banner .swiper-wrapper .swiper-slide>img {
    width: 32rem;
    height: 13.5rem
}

.banner .swiper-pagination {
    top: 12.25rem
}

.banner .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin: 0 .25rem!important;
    width: .5rem!important;
    height: .5rem!important
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1rem!important;
    border-radius: .4rem!important
}

.main {
    background-color: #f5f5f5;
    color: #333;
    margin-bottom: 9.25rem
}

.main .main-advantage h2 i,
.main .main-model h1 i,
.main .main-partner h2 i,
.main .main-process h2 i {
    display: inline-block;
    width: .35rem;
    height: 1.25rem;
    margin-right: .5rem;
    background-color: #f9be00
}

.main .main-process {
    background-color: #fff;
    padding: 1rem
}

.main .main-process h2 {
    font-size: 1.2rem
}

.main .main-process .process-ico {
    margin-top: .75rem;
    font-size: 1.1rem!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.main .main-process .process-ico .wrap {
    text-align: center;
    width: 4.8rem;
    height: 5rem;
    position: relative
}

.main .main-process .process-ico .wrap h3 {
    position: absolute;
    bottom: 0;
    margin-left: .18rem
}

.main .main-process .process-ico .ico-yuandian i {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    margin: .9rem .4rem 0 0;
    background-color: #ccc;
    border-radius: 50%
}

.main .main-process .process-ico .ico-gujia i {
    background-position: 0 -19.8rem;
    width: 2.7rem;
    height: 2.7rem;
    margin-left: .75rem
}

.main .main-process .process-ico .ico-gujia i,
.main .main-process .process-ico .ico-jiaoyi i {
    display: inline-block;
    background-image: url(../images/sprites-jingjia.png);
    background-size: 9.2rem 69.1rem
}

.main .main-process .process-ico .ico-jiaoyi i {
    background-position: 0 -5.3rem;
    width: 2.6rem;
    height: 2.6rem
}

.main .main-process .process-ico .ico-yanzheng i {
    background-position: 0 -1.9rem;
    width: 2.85rem;
    height: 2.4rem
}

.main .main-process .process-ico .ico-fankuan i,
.main .main-process .process-ico .ico-yanzheng i {
    display: inline-block;
    background-image: url(../images/sprites-jingjia.png);
    background-size: 9.2rem 69.1rem
}

.main .main-process .process-ico .ico-fankuan i {
    background-position: 0 -12.5rem;
    width: 2.65rem;
    height: 2.6rem
}

.main .main-model {
    margin: 1rem 0;
    padding: 1rem;
    background-color: #fff
}

.main .main-model h1 {
    font-size: 1.2rem;
    margin-bottom: 1.25rem
}

.main .main-model .model-container {
    height: 16.25rem;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.main .main-model .model-container .model-detail {
    display: inline-block;
    width: 9.5rem;
    height: 14.75rem;
    margin-top: 1.5rem;
    text-align: center;
    color: #333
}

.main .main-model .model-container .model-detail .image {
    display: inline-block;
    margin-bottom: .5rem;
    position: relative
}

.main .main-model .model-container .model-detail .image>img {
    width: 3.85rem;
    height: 7.6rem;
    max-width: 100%
}

.main .main-model .model-container .model-detail .image .flag {
    position: absolute;
    display: table;
    background-color: #ff5f43;
    width: 2.75rem;
    height: 2.75rem;
    right: -2.25rem;
    top: -1.25rem;
    color: #fff!important;
    font-size: .7rem;
    text-align: center;
    border-radius: 50%
}

.main .main-model .model-container .model-detail .image .flag>p {
    display: table-cell;
    vertical-align: middle
}

.main .main-model .model-container .model-detail .article>span {
    display: block;
    font-size: 1.2rem
}

.main .main-model .model-container .model-detail .article>span.money-shichang {
    font-size: .8rem!important;
    color: #999
}

.main .main-model .model-container .model-detail .article>span.money-huishoubao {
    color: #ff5f43
}

.main .main-model .model-more {
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.main .main-model .model-more .more-ico {
    margin-right: .25rem
}

.main .main-model .model-line {
    height: 1px;
    background-color: #ccc;
    margin: 1rem 0;
    margin-left: -1rem;
    width: 32rem
}

.main .main-model .model-table>p {
    font-size: 1.2rem;
    padding-left: 1.3rem;
    text-align: justify
}

.main .main-model .model-table table {
    margin: 0 auto
}

.main .main-model .model-table table tr td,
.main .main-model .model-table table tr th {
    width: 9rem;
    height: 2rem;
    line-height: 1.75rem;
    text-align: center;
    border: 1px solid #666;
    font-size: .9rem
}

.main .main-model .model-table table tr td:nth-child(2) {
    color: red
}

.main .main-model .model-btn {
    height: 4rem;
    line-height: 4rem;
    background-color: #f9be00;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    margin-top: 1.5rem;
    border-radius: 4rem
}

.main .main-model .model-rule {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, .7)
}

.main .main-model .model-rule .rule-content {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: .5rem;
    width: 27.5rem;
    overflow: scroll;
    padding: 1.75rem;
    padding-bottom: 2.25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 1rem;
    color: #adadad;
    text-align: justify;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main .main-model .model-rule .rule-content::-webkit-scrollbar {
    display: none
}

.main .main-model .model-rule .rule-content>h1 {
    text-align: center;
    font-size: 1.2rem;
    color: #333
}

.main .main-model .model-rule .rule-content .content-explain {
    margin-bottom: 1.75rem
}

.main .main-model .model-rule .rule-content .content-flag {
    color: #f9be00
}

.main .main-model .model-rule .rule-content .rule-content-wrap {
    overflow: scroll;
    max-height: 27rem
}

.main .main-model .model-rule .rule-content .rule-content-wrap::-webkit-scrollbar {
    display: none
}

.main .main-model .model-rule .rule-content .rule-content-wrap .content-detail>li {
    overflow: hidden;
    margin-bottom: 1rem
}

.main .main-model .model-rule .rule-content .rule-content-wrap .content-detail>li>span {
    float: left;
    display: inline-block
}

.main .main-model .model-rule .rule-content .rule-content-wrap .content-detail>li .detail-number {
    width: .95rem;
    height: .95rem;
    line-height: .95rem;
    border-radius: 50%;
    background-color: #3b3d40;
    text-align: center;
    color: #fff;
    margin: .35rem .25rem 0 0
}

.main .main-model .model-rule .rule-content .rule-content-wrap .content-detail>li .detail-content {
    width: 22.5rem;
    line-height: 1.75rem
}

.main .main-model .model-rule .rule-content .rule-ico-quxiao {
    display: inline-block;
    background-image: url(../images/sprites-jingjia.png);
    background-position: 0 0;
    width: .85rem;
    height: .9rem;
    background-size: 9.2rem 69.1rem;
    position: absolute;
    right: 1rem;
    top: .75rem
}

.main .main-advantage {
    padding: 1rem;
    background-color: #fff
}

.main .main-advantage h2 {
    font-size: 1.2rem;
    margin-bottom: 1.25rem
}

.main .main-advantage .advantage-explain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.main .main-advantage .advantage-explain>div {
    text-align: center;
    font-size: 1.2rem;
    color: #333
}

.main .main-advantage .advantage-explain>div>p {
    margin: 1rem 0
}

.main .main-advantage .advantage-explain>div.explain-shangmen .ico-shangmen {
    display: inline-block;
    background-image: url(../images/sprites-jingjia.png);
    background-position: 0 -54.5rem;
    width: 9.2rem;
    height: 6.8rem;
    background-size: 9.2rem 69.1rem
}

.main .main-advantage .advantage-explain>div.explain-yinsi .ico-yinsi {
    display: inline-block;
    background-image: url(../images/sprites-jingjia.png);
    background-position: 0 -39rem;
    width: 9rem;
    height: 6.75rem;
    background-size: 9.2rem 69.1rem
}

.main .main-advantage .advantage-explain>div.explain-jiance .ico-jiance {
    display: inline-block;
    background-image: url(../images/sprites-jingjia.png);
    background-position: 0 -31.25rem;
    width: 9rem;
    height: 6.75rem;
    background-size: 9.2rem 69.1rem
}

.main .main-advantage .advantage-explain>div.explain-duanxin .ico-duanxin {
    display: inline-block;
    background-image: url(../images/sprites-jingjia.png);
    background-position: 0 -46.75rem;
    width: 9.1rem;
    height: 6.75rem;
    background-size: 9.2rem 69.1rem
}

.main .main-advantage .advantage-explain>div.explain-baohu .ico-baohu {
    display: inline-block;
    background-image: url(../images/sprites-jingjia.png);
    background-position: 0 -62.3rem;
    width: 9.1rem;
    height: 6.8rem;
    background-size: 9.2rem 69.1rem
}

.main .main-advantage .advantage-explain>div.explain-dakuan .ico-dakuan {
    display: inline-block;
    background-image: url(../images/sprites-jingjia.png);
    background-position: 0 -23.5rem;
    width: 9.1rem;
    height: 6.75rem;
    background-size: 9.2rem 69.1rem
}

.main .main-advantage .advantage-user {
    height: 5rem;
    background-color: #fafafa;
    box-sizing: border-box;
    padding: 1rem 1.25rem;
    overflow: hidden
}

.main .main-advantage .advantage-user .swiper-container {
    overflow: hidden;
    height: 100%
}

.main .main-advantage .advantage-user .swiper-container .swiper-wrapper {
    height: 100%
}

.main .main-advantage .advantage-user .swiper-container .swiper-wrapper .user-content {
    height: 100%;
    overflow: scroll;
    font-size: .85rem
}

.main .main-advantage .advantage-user .swiper-container .swiper-wrapper .user-content::-webkit-scrollbar {
    display: none
}

.main .main-advantage .advantage-user .swiper-container .swiper-wrapper .user-content .user-msg {
    overflow: hidden;
    color: #b9b9b9
}

.main .main-advantage .advantage-user .swiper-container .swiper-wrapper .user-content .user-msg .name {
    float: left
}

.main .main-advantage .advantage-user .swiper-container .swiper-wrapper .user-content .user-msg .date {
    float: right
}

.main .main-advantage .advantage-user .swiper-container .swiper-wrapper .user-content .user-comment {
    font-size: 1.1rem
}

.main .main-partner {
    padding: 1rem;
    margin-top: 1rem;
    background-color: #fff
}

.main .main-partner h2 {
    font-size: 1.2rem;
    margin-bottom: 1.25rem
}

.main .main-partner .partner-content>a {
    display: inline-block
}

.main .main-partner .partner-content>a>img {
    width: 7.1rem;
    height: 3.5rem
}

.main .main-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    padding: 1.25rem 0;
    background: #fff;
    box-sizing: border-box;
    border-top: 1px solid #f5f5f5
}

.main .main-footer .footer-user {
    height: 2.25rem;
    overflow: hidden;
    width: 100%
}

.main .main-footer .footer-user .swiper-container2 {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.main .main-footer .footer-user .swiper-container2 .swiper-wrapper {
    width: 100%
}

.main .main-footer .footer-user .swiper-container2 .swiper-wrapper .swiper-slide {
    height: 2.25rem;
    width: 100%;
    line-height: 2.25rem;
    text-align: center;
    overflow: scroll;
    font-size: 1.1rem
}

.main .main-footer .footer-user .swiper-container2 .swiper-wrapper .swiper-slide::-webkit-scrollbar {
    display: none
}

.main .main-footer .footer-user .swiper-container2 .swiper-wrapper .swiper-slide .user-msg .msg-color {
    color: #ff3737
}

.main .main-footer .footer-btn {
    display: block;
    height: 4rem;
    width: 90%;
    margin: 0 auto;
    line-height: 4rem;
    background-color: #f9be00;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    margin-top: .5rem;
    border-radius: 4rem
}