﻿.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-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-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

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

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

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

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

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

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

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

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

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

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

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

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

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

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

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

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

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

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

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    -webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    -webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    -webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

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

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

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

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25)
}

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

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

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25)
}

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

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 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, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

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

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: 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%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    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%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

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

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

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

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

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-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;
    -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-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

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

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

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

.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-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.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-flip {
    overflow: visible
}

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

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

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

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

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

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

ul {
    list-style: none
}

button, input, select, textarea {
    margin: 0
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

img, embed, iframe, object, audio, video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

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

td, th {
    padding: 0;
    text-align: left
}

.flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
    margin: 0px;
    padding: 0px
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    margin: 0px;
    padding: 0px
}

a {
    blr: expression(this.onFocus=this.close())
}

a {
    blr: expression(this.onFocus=this.blur())
}

a:focus {
    outline: 0
}

input, button, select, textarea {
    outline: none
}

textarea {
    font-size: 13px;
    resize: none
}

img {
    border: none
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    font-weight: normal
}

li {
    list-style: none
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s
}

.left {
    float: left
}

.right {
    float: right
}

body {
    margin: 0;
    padding: 0;
    color: #5d626f;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: 14px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, PingFangSC-Regular, 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-weight: 400
}

@font-face {
    font-family: 'icomoon';
    src: url("../font/icomoon14.eot");
    src: url("../font/icomoon14.eot") format("embedded-opentype"), url("../font/icomoon14.ttf") format("truetype"), url("../font/icomoon14.woff") format("woff"), url("../font/icomoon14.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: inherit;
    margin-right: inherit;
    float: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-people:before {
    content: "\ee2c"
}

.icon-QQ:before {
    content: "\e78c"
}

.icon-notifications_px:before {
    content: "\f071"
}

.icon-arrow_drop_down_px:before {
    content: "\f08a"
}

.icon-apps_px:before {
    content: "\f08d"
}

.icon-edit_px:before {
    content: "\f1a2"
}

.icon-pie_chart_px:before {
    content: "\f223"
}

.icon-send_px:before {
    content: "\f2a0"
}

.icon-unarchive_px:before {
    content: "\f29b"
}

.icon-screen_share_px:before {
    content: "\f2d8"
}

.icon-equalizer_px:before {
    content: "\f355"
}

.icon-error_px:before {
    content: "\f365"
}

.icon-home_px:before {
    content: "\f400"
}

.icon-help_px:before {
    content: "\f404"
}

.icon-dashboard_px:before {
    content: "\f429"
}

.icon-compare_arrows_px:before {
    content: "\f42d"
}

.icon-join:before {
    content: "\f2f1"
}

.icon-mianfei:before {
    content: "\f30e"
}

.icon-baisetoumingdu:before {
    content: "\f31f"
}

.icon-eshop:before {
    content: "\f33c"
}

.icon-car:before {
    content: "\f33d"
}

.icon-store:before {
    content: "\f33e"
}

.icon-game:before {
    content: "\f33f"
}

.icon-financial:before {
    content: "\f340"
}

.icon-Qrcode:before {
    content: "\f33a"
}

.icon-contact:before {
    content: "\f33b"
}

.icon-settings_px:before {
    content: "\f3b9"
}

.icon-exit_to_app:before {
    content: "\f417"
}

.icon-phone_in_talk_px:before {
    content: "\f0a4"
}

.icon-email_px:before {
    content: "\f2f0"
}

.icon-check_circle_px:before {
    content: "\f435"
}

.icon-donut_small_px:before {
    content: "\f420"
}

.icon-cloud_queue_px:before {
    content: "\f20f"
}

.icon-verified_user_px:before {
    content: "\f378"
}

.icon-label_outline_px:before {
    content: "\f3ef"
}

.icon-language_px:before {
    content: "\f3f0"
}

.icon-arrow:before {
    content: "\f339"
}

.icon-close:before {
    content: "\ee1e"
}

.icon-close-circle:before {
    content: "\ee23"
}

.icon-uninstall:before {
    content: "\ee37"
}

.icon-arrow_forward_px:before {
    content: "\f0df"
}

.icon-arrow-up:before {
    content: "\ee20"
}

.icon-keyboard_arrow_right:before {
    content: "\f1f3"
}

.icon-keyboard_arrow_left:before {
    content: "\f1f6"
}

.icon-arrow-down:before {
    content: "\ee19"
}

.icon-arrow_back_px:before {
    content: "\f0e5"
}

.icon-info_px:before {
    content: "\f3f6"
}

.icon-audit:before {
    content: "\f320"
}

.icon-setting:before {
    content: "\f321"
}

.icon-Facebook:before {
    content: "\f330"
}

.icon-in:before {
    content: "\f331"
}

.icon-weixin:before {
    content: "\f332"
}

.icon-weibo:before {
    content: "\f333"
}

.icon-ADT:before {
    content: "\f326"
}

.icon-AA:before {
    content: "\f327"
}

.icon-Catalog:before {
    content: "\f328"
}

.icon-DSS:before {
    content: "\f329"
}

.icon-SDMK:before {
    content: "\f32a"
}

.icon-Insight:before {
    content: "\f32b"
}

.icon-GA:before {
    content: "\f32c"
}

.icon-AE:before {
    content: "\f32d"
}

.icon-SMS:before {
    content: "\f32e"
}

.icon-XCX:before {
    content: "\f32f"
}

.icon-BG:before {
    content: "\f334"
}

.icon-EAUTH:before {
    content: "\f335"
}

.icon-SMC:before {
    content: "\f336"
}

.icon-SMH:before {
    content: "\f337"
}

.icon-LBS:before {
    content: "\f338"
}

@font-face {
    font-family: "iconfont";
    src: url("../font/iconfont.woff2") format("woff2"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype")
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-ico_gongzhonghao:before {
    content: "\e63c"
}

.icon-qudingbu1_to-top-one:before {
    content: "\e63d"
}

.icon-ico_kefu:before {
    content: "\e63e"
}

.icon-notifications_px:before {
    content: "\f071"
}

.icon-arrow_drop_down_px:before {
    content: "\f08a"
}

.icon-arrow_back_px:before {
    content: "\f08c"
}

.icon-apps_px:before {
    content: "\f08d"
}

.icon-edit_px:before {
    content: "\f1a2"
}

.icon-error_px:before {
    content: "\f365"
}

.icon-settings_px_2022:before {
    content: "\f1d0"
}

.icon-home_px:before {
    content: "\f400"
}

.icon-help_px:before {
    content: "\f404"
}

.icon-Export1:before {
    content: "\f2d9"
}

.icon-mianfei:before {
    content: "\f30e"
}

.icon-zhanghushouquan:before {
    content: "\f30f"
}

.icon-zhanghuguanli:before {
    content: "\f310"
}

.icon-baisetoumingdu:before {
    content: "\f31f"
}

.icon-phone_in_talk_px:before {
    content: "\f0a4"
}

.icon-keyboard_arrow_right:before {
    content: "\f1f3"
}

.icon-keyboard_arrow_left_:before {
    content: "\f1f6"
}

.icon-cloud_queue_px:before {
    content: "\f20f"
}

.icon-pie_chart_px:before {
    content: "\f223"
}

.icon-send_px:before {
    content: "\f2a0"
}

.icon-screen_share_px:before {
    content: "\f2d8"
}

.icon-email_px:before {
    content: "\f2f0"
}

.icon-equalizer_px:before {
    content: "\f355"
}

.icon-verified_user_px:before {
    content: "\f378"
}

.icon-label_outline_px:before {
    content: "\f3ef"
}

.icon-language_px:before {
    content: "\f3f0"
}

.icon-exit_to_app_px:before {
    content: "\f417"
}

.icon-donut_small_px:before {
    content: "\f420"
}

.icon-dashboard_px:before {
    content: "\f429"
}

.icon-compare_arrows_px:before {
    content: "\f42d"
}

.icon-check_circle_px:before {
    content: "\f435"
}

.icon-join:before {
    content: "\f2f1"
}

.icon-Facebook:before {
    content: "\f330"
}

.icon-in:before {
    content: "\f331"
}

.icon-weixin:before {
    content: "\f332"
}

.icon-weibo:before {
    content: "\f333"
}

.icon-ADT:before {
    content: "\f326"
}

.icon-AA:before {
    content: "\f327"
}

.icon-Catalog:before {
    content: "\f328"
}

.icon-DSS:before {
    content: "\f329"
}

.icon-SDMK:before {
    content: "\f32a"
}

.icon-Insight:before {
    content: "\f32b"
}

.icon-GA:before {
    content: "\f32c"
}

.icon-AE:before {
    content: "\f32d"
}

.icon-SMS:before {
    content: "\f32e"
}

.icon-XCX:before {
    content: "\f32f"
}

.icon-BG:before {
    content: "\f334"
}

.icon-EAUTH:before {
    content: "\f335"
}

.icon-SMC:before {
    content: "\f336"
}

.icon-SMH:before {
    content: "\f337"
}

.icon-LBS:before {
    content: "\f338"
}

.icon-arrow:before {
    content: "\f339"
}

.icon-Qrcode:before {
    content: "\f33a"
}

.icon-contact:before {
    content: "\f33b"
}

.icon-E-commerce:before {
    content: "\f33c"
}

.icon-car:before {
    content: "\f33d"
}

.icon-store:before {
    content: "\f33e"
}

.icon-game:before {
    content: "\f33f"
}

.icon-financial:before {
    content: "\f340"
}

.icon-unarchive_px:before {
    content: "\f29a"
}

.icon-QQ:before {
    content: "\e78c"
}

.icon-search_px:before {
    content: "\f3b8"
}

.icon-archive_px:before {
    content: "\f2c5"
}

@-webkit-keyframes floating {
    from {
        -webkit-transform: translateY(16px) rotate3d(0, 0, 1, 3deg);
        transform: translateY(16px) rotate3d(0, 0, 1, 3deg)
    }
    to {
        -webkit-transform: translateY(-16px) rotate3d(0, 0, 1, 0deg);
        transform: translateY(-16px) rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes floating {
    from {
        -webkit-transform: translateY(16px) rotate3d(0, 0, 1, 3deg);
        transform: translateY(16px) rotate3d(0, 0, 1, 3deg)
    }
    to {
        -webkit-transform: translateY(-16px) rotate3d(0, 0, 1, 0deg);
        transform: translateY(-16px) rotate3d(0, 0, 1, 0deg)
    }
}

@-webkit-keyframes floating-2 {
    from {
        -webkit-transform: translateY(16px) rotate3d(0, 0, 1, 3deg);
        transform: translateY(16px) rotate3d(0, 0, 1, 3deg)
    }
    to {
        -webkit-transform: translateY(-16px) rotate3d(0, 0, 1, 0deg);
        transform: translateY(-16px) rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes floating-2 {
    from {
        -webkit-transform: translateY(16px) rotate3d(0, 0, 1, 3deg);
        transform: translateY(16px) rotate3d(0, 0, 1, 3deg)
    }
    to {
        -webkit-transform: translateY(-16px) rotate3d(0, 0, 1, 0deg);
        transform: translateY(-16px) rotate3d(0, 0, 1, 0deg)
    }
}

.apply-container {
    padding: 100px 0 116px;
    background: url("../image/bg-apply.jpg") no-repeat top center;
    background-size: 100% 100%
}

.apply-container h4 {
    font-size: 32px;
    text-align: center;
    color: #fff;
    position: relative
}

.apply-container h4:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 40px;
    left: -webkit-calc(50% - 20px);
    left: calc(50% - 20px);
    top: 56px;
    background: rgba(255, 255, 255, 0.35)
}

.apply-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 72px;
    font-size: 14px;
    color: rgba(23, 35, 61, 0.75);
    width: 1140px;
    margin: 0 auto;
    margin-top: 68px
}

.apply-contents .user-message {
    background: #fff;
    padding: 70px 46px;
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
    -webkit-box-shadow: 0 8px 10px 1px rgba(23, 35, 61, 0.18);
    box-shadow: 0 8px 10px 1px rgba(23, 35, 61, 0.18)
}

.apply-contents .user-message p {
    font-size: 14px;
    color: rgba(23, 35, 61, 0.75);
    padding-bottom: 30px
}

.apply-contents .user-message p a {
    color: #2185F0;
    padding: 0 4px
}

.apply-contents .user-message button {
    background: #2185F0;
    border-radius: 4px;
    color: #fff;
    width: 104px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.apply-contents .user-message button:hover {
    background: #147dee
}

.apply-contents .input-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 24px
}

.apply-contents .input-container span {
    width: 48%;
    height: 48px;
    border: 1px solid #DCDEE2;
    border-radius: 4px;
    position: relative
}

.apply-contents .input-container span em {
    position: absolute;
    font-style: normal;
    font-size: 12px;
    color: #f00;
    width: auto;
    text-align: right;
    line-height: 48px;
    right: 10px
}

.apply-contents .input-container span i {
    position: absolute;
    font-size: 14px;
    color: #2185F0;
    font-style: normal;
    right: 10px;
    line-height: 48px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.apply-contents .input-container span i:hover {
    color: #147dee;
    font-weight: bold
}

.apply-contents .input-container span input {
    border: none;
    width: 98%;
    line-height: 46px;
    padding-left: 20px;
    font-size: 14px;
    color: rgba(23, 35, 61, 0.75);
    border-radius: 6px
}

.apply-contents .input-container:nth-child(2) span {
    width: 100%
}

.apply-contents .input-container:nth-child(3) span:nth-child(2) em {
    right: 130px;
    width: auto
}

.apply-contents .contact-message {
    padding: 36px 46px;
    background: rgba(33, 133, 240, 0.35);
    position: relative;
    color: #fff
}

.apply-contents .contact-message:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 40px;
    left: 46px;
    bottom: 47px;
    background: rgba(255, 255, 255, 0.35)
}

.apply-contents .contact-message dt {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.apply-contents .contact-message dt i {
    margin-right: 8px;
    font-size: 18px
}

.apply-contents .contact-message dd {
    font-size: 20px;
    padding: 10px 0 30px
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .apply-contents .input-container:nth-child(3) span:nth-child(2) em {
        right: 12px;
        bottom: -18px
    }

    .apply-contents {
        width: 976px
    }
}

@media screen and (max-width: 1023px) {
    .apply-container {
        padding: 46px 0 20px
    }

    .apply-container h4 {
        font-size: 16px
    }

    .apply-container h4:after {
        top: 30px;
        height: 2px;
        width: 20px;
        left: -webkit-calc(50% - 10px);
        left: calc(50% - 10px)
    }

    .apply-container .contact-message {
        padding: 20px
    }

    .apply-contents {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 38px;
        width: -webkit-calc(100% - 48px);
        width: calc(100% - 48px)
    }

    .apply-contents > div {
        width: 100% !important
    }

    .apply-contents .user-message {
        margin-bottom: 30px;
        padding: 20px
    }

    .apply-contents .user-message p {
        font-size: 12px
    }

    .apply-contents .user-message button {
        left: 32px;
        line-height: 32px;
        font-size: 12px;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-weight: 500
    }

    .apply-contents .input-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0
    }

    .apply-contents .input-container span {
        width: 100%;
        margin-bottom: 20px;
        height: 40px
    }

    .apply-contents .input-container span input {
        height: 37px;
        left: 28px;
        font-size: 12px;
        padding-left: 10px
    }

    .apply-contents .input-container span em, .apply-contents .input-container span i {
        line-height: 37px;
        font-size: 12px
    }

    .apply-contents .contact-message dt {
        font-size: 12px
    }

    .apply-contents .contact-message dt i {
        font-size: 12px;
        margin-right: 5.5px
    }

    .apply-contents .contact-message dd {
        font-size: 14px;
        padding: 10px 0 20px
    }

    .apply-contents .contact-message:after {
        left: 20px;
        bottom: 20px;
        background: #fff;
        width: 32px;
        height: 2px
    }

    .apply-contents .input-container:nth-child(3) span:nth-child(2) em {
        right: 100px
    }
}

.branding-top {
    height: 515px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    margin-top: 136px
}

.branding-top .branding-top-wrap {
    width: 1140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}

.branding-top .branding-top-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.branding-top .branding-top-right {
    width: 524px
}

.branding-top .branding-top-right img {
    width: 524px;
    height: 486px
}

.branding-top .branding-title {
    font-family: PingFangSC-Regular;
    font-size: 32px;
    margin-top: 129px;
    color: #17233D;
    letter-spacing: 1px
}

.branding-top .branding-content {
    font-family: PingFangSC-Regular;
    color: rgba(23, 35, 61, 0.75);
    line-height: 24px;
    width: 480px;
    margin-top: 16px
}

.branding-top .branding-btn {
    margin-top: 48px
}

.branding-top .branding-btn span {
    background: #2E6BE6;
    border-radius: 4px;
    padding: 0 15px;
    height: 40px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    display: inline-block;
    font-weight: 500
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .branding-top .branding-top-wrap {
        width: 976px !important
    }

    .branding-top .branding-top-wrap .branding-content {
        width: auto;
        margin-right: 22px
    }
}

@media screen and (max-width: 1023px) {
    .branding-top {
        height: auto;
        margin-top: 48px
    }

    .branding-top .branding-top-wrap {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 0 12px 32px 18px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .branding-top .branding-top-wrap .branding-top-right {
        text-align: center;
        width: 100%
    }

    .branding-top .branding-top-wrap .branding-top-right img {
        width: 262px;
        height: 243px
    }

    .branding-top .branding-top-wrap .branding-top-left {
        width: 100%
    }

    .branding-top .branding-top-wrap .branding-top-left .branding-content {
        width: auto;
        font-size: 12px
    }

    .branding-top .branding-top-wrap .branding-top-left .branding-title {
        margin-top: 30px;
        font-size: 20px;
        letter-spacing: 0.62px
    }

    .branding-top .branding-top-wrap .branding-top-left .branding-btn {
        margin-top: 32px;
        font-size: 12px
    }

    .branding-top .branding-top-wrap .branding-top-left .branding-btn span {
        height: 30px;
        line-height: 30px;
        border-radius: 2px
    }
}

.layout {
    width: 1380px;
    margin: auto
}

@media screen and (min-width: 1920px) {
    .layout {
        width: 1380px
    }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
    .layout {
        width: 1140px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .layout {
        width: 976px
    }
}

@media screen and (max-width: 1023px) {
    .layout {
        padding-left: 12px;
        padding-right: 12px
    }

    .layout {
        width: 100%
    }
}

.clear {
    clear: both;
    zoom: 1;
    overflow: hidden
}

body {
    background-color: #fff;
    --baseBlue: #2185F0
}

.nav {
    display: block;
    padding: 0;
    zoom: 1;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    height: 64px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-bottom: 1px solid #e7e9eb
}

.nav.shadow {
    -webkit-box-shadow: 0px 8px 16px 0px rgba(31, 49, 89, 0.08);
    box-shadow: 0px 8px 16px 0px rgba(31, 49, 89, 0.08);
    border-bottom: none
}

.nav .mobile-menu-container {
    background-color: white;
    color: rgba(23, 35, 61, 0.75);
    -webkit-transition: ease-out 0.1s;
    -o-transition: ease-out 0.1s;
    transition: ease-out 0.1s
}

.nav .menu-btn {
    display: none;
    float: right;
    margin: 20px 28px 0 10px
}

.nav .menu-btn span {
    background-color: #2185F0;
    width: 36px;
    height: 4px;
    margin-bottom: 5px;
    display: block
}

.nav .mobile-menu-container.filterBlur {
    background: transparent;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    position: absolute;
    width: 100%;
    height: 100%;
    color: #ffffff;
    -webkit-transition: ease-out 0.1s;
    -o-transition: ease-out 0.1s;
    transition: ease-out 0.1s
}

.nav > span {
    display: block;
    float: left
}

.nav > span.logo {
    position: absolute;
    z-index: 1;
    width: 128px;
    margin-left: 24px;
    margin-top: 16px
}

.nav > span.logo img {
    width: 100%;
    display: none
}

.nav > span.logo .logo-active {
    display: block
}

.nav ul.menu {
    float: left;
    margin: 0 0 0 200px;
    padding: 0;
    zoom: 1
}

.nav ul.menu > li {
    float: left;
    padding: 15px 0;
    position: relative
}

.nav ul.menu > li:hover {
    color: var(--baseBlue)
}

.nav ul.menu > li:hover h3 {
    font-weight: 600
}

.nav ul.menu > li h3 {
    font-size: 17px;
    text-align: center;
    line-height: 32px;
    margin-right: 32px;
    list-style: none;
    float: left;
    position: relative;
    z-index: 30;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer;
    padding-bottom: 2px
}

.nav ul.menu > li h3 a {
    color: inherit;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.nav ul.menu > li h3::after {
    --scale: 0;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 2px;
    background: #2185F0;
    -webkit-transform: scaleX(var(--scale));
    -ms-transform: scaleX(var(--scale));
    transform: scaleX(var(--scale));
    -webkit-transform-origin: var(--x) 50%;
    -ms-transform-origin: var(--x) 50%;
    transform-origin: var(--x) 50%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
    -o-transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1)
}

.nav ul.menu > li h3 i {
    line-height: 32px;
    float: none;
    margin-right: 0;
    margin-left: 4px
}

.nav ul.menu > li .h3-active {
    /* color: #17233D;
    font-weight: bolder */
}

.nav .product {
    position: relative;
    cursor: pointer;
    width: 308px;
    height: 82px;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.nav .product.no-use {
    cursor: auto
}

.nav .product .logo {
    width: 32px;
    height: 32px;
    margin-right: 24px
}

.nav .product .logo img {
    width: 32px;
    height: 32px
}

.nav .product .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 252px
}

.nav .product .content h5 {
    font-size: 14px;
    color: #17233D;
    line-height: 24px;
    font-weight: 500
}

.nav .product .content h5 span {
    font-size: 12px;
    color: #147dee;
    float: right
}

.nav .product .content p {
    font-size: 12px;
    color: rgba(23, 35, 61, 0.55);
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.nav .product:hover .content h5 {
    color: var(--baseBlue);
    font-weight: 600
}

.nav .explain-list {
    width: 100%;
    height: 100%;
    float: left
}

.nav .explain-list .col {
    width: 308px;
    height: 100%;
    padding: 24px 15px 0px 0px;
    float: left
}

.nav .explain-list .col:first-child {
    margin-left: 32px
}

.nav .explain-list h4 {
    font-size: 14px;
    color: rgba(23, 35, 61, 0.55);
    letter-spacing: 0.44px;
    line-height: 22px;
    height: 22px
}

.nav .list-background-img {
    background-image: url("../image/headBackground.png");
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.nav .market-platform-nav {
    position: absolute;
    z-index: 999;
    top: 64px;
    left: -36px;
    overflow: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    height: 0;
    width: 1000px;
    background: #FFFFFF
}

.nav .market-platform-nav.active {
    height: 386px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(31, 49, 89, 0.08);
    box-shadow: 0px 8px 16px 0px rgba(31, 49, 89, 0.08)
}

.nav .data-platform-nav {
    position: absolute;
    overflow: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    top: 64px;
    left: -32px;
    z-index: 11;
    height: 0px;
    width: 736px;
    background: #FFFFFF
}

.nav .data-platform-nav.active {
    height: 340px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(31, 49, 89, 0.08);
    box-shadow: 0px 8px 16px 0px rgba(31, 49, 89, 0.08)
}

.nav .data-platform-nav .explain-list .col {
    margin-left: 32px
}

.nav .data-platform-nav .explain-list .col .product {
    padding: 30px 0px;
    margin-top: 3px
}

.nav .data-platform-nav .explain-list .col h4 {
    margin-bottom: 8px
}

.nav .data-platform-nav .explain-list .col .tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.nav .data-platform-nav .explain-list .col .tag li {
    margin-bottom: 8px
}

.nav .data-platform-nav .explain-list .col .tag li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    position: relative;
    padding-left: 16px;
    border-radius: 4px
}

.nav .data-platform-nav .explain-list .col .tag li a p {
    font-size: 14px;
    color: #17233D;
    margin-bottom: 8px
}

.nav .data-platform-nav .explain-list .col .tag li a span {
    font-size: 12px;
    color: rgba(23, 35, 61, 0.55)
}

.nav .data-platform-nav .explain-list .col .tag li:nth-child(1) a {
    -webkit-animation: tagHover 0.5s infinite;
    animation: tagHover 0.5s infinite;
    background-image: url("../image/effect_static.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.nav .data-platform-nav .explain-list .col .tag li:nth-child(1) a:hover {
    background-image: url("../image/effect.gif")
}

.nav .data-platform-nav .explain-list .col .tag li:nth-child(2) a {
    background-image: url("../image/brand_static.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.nav .data-platform-nav .explain-list .col .tag li:nth-child(2) a:hover {
    background-image: url("../image/brand.gif")
}

.nav .data-platform-nav .explain-list .col .tag li:nth-child(3) a {
    background-image: url("../image/finance_static.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.nav .data-platform-nav .explain-list .col .tag li:nth-child(3) a:hover {
    background-image: url("../image/finance.gif")
}

.nav .common-nav {
    position: absolute;
    background: #FFFFFF;
    display: block;
    width: 126px;
    padding: 0;
    zoom: 1;
    top: 64px;
    left: -32px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.nav .common-nav.active {
    height: 120px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(31, 49, 89, 0.08);
    box-shadow: 0px 8px 16px 0px rgba(31, 49, 89, 0.08)
}

.nav .common-nav.service-center-nav .menu {
    padding-left: 520px
}

.nav .common-nav.become-partner-nav .menu {
    padding-left: 428px
}

.nav .common-nav .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    zoom: 1
}

.nav .common-nav .menu a {
    width: 100%;
    font-size: 14px;
    text-align: center;
    list-style: none;
    float: left;
    position: relative;
    z-index: 30;
    text-decoration: none;
    color: rgba(23, 35, 61, 0.75);
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer;
    margin-top: 18px
}

.nav .common-nav .menu a::after {
    content: '';
    display: block;
    height: 3px;
    margin-top: 19px
}

.nav .common-nav .menu a:hover {
    color: var(--baseBlue)
}

.nav .common-nav .menu a:hover::after {
    --scale: 1
}

.nav .user-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    height: 100%;
    color: inherit
}

.nav .user-message ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: inherit
}

.nav .user-message ul li {
    float: left;
    height: 100%;
    padding: 0px 13px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav .user-message ul li a {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    list-style: none;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: inherit
}

.nav .user-message ul li a:hover {
    color: #147dee
}

.nav .user-message ul li a.service {
    font-weight: 600;
    background: rgba(33, 133, 240, 0.08);
    border-radius: 2px;
    padding: 8px 16px
}

.nav .user-message ul li a.regist {
    background: #2185F0;
    border-radius: 4px;
    color: #FFFFFF;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 8px 33px;
    font-weight: 600px
}

.nav .user-message ul li a.regist:hover {
    background: #147dee;
    color: #fff
}

.nav .user-message ul li .account-logo {
    font-style: initial;
    display: inline-block;
    width: 32px;
    cursor: pointer;
    height: 32px;
    border-radius: 50%;
    background: #2185F0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0;
    text-align: center;
    line-height: 31px;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    float: inherit;
    margin-top: -4px
}

.nav .user-message ul li .account-logo:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.nav .user-message ul li .user-body {
    display: none;
    position: absolute;
    width: 264px;
    top: 60px;
    right: 14px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 4px 24px -1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 24px -1px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    z-index: 99
}

.nav .user-message ul li .user-body .icon {
    font-size: 20px;
    line-height: 1.1;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    padding: 0
}

.nav .user-message ul li .user-body .icon:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.nav .user-message ul li .user-body .user-body-list-first {
    cursor: pointer;
    height: 64px;
    line-height: 64px;
    border-bottom: solid 1px rgba(23, 35, 61, 0.1)
}

.nav .user-message ul li .user-body .user-body-list-first:hover {
    background: none
}

.nav .user-message ul li .user-body .user-body-list-first-end {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    color: rgba(23, 35, 61, 0.75);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.nav .user-message ul li .user-body .user-body-list-first-end > a {
    color: #2185F0
}

.nav .user-message ul li .user-body .user-body-list-first-end > a:hover {
    color: #57a3f3
}

.nav .user-message ul li .user-body-list {
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 48px;
    cursor: pointer
}

.nav .user-message ul li .user-body-list-start {
    width: 68px;
    text-align: center;
    display: list-item
}

.nav .user-message ul li .user-body-list-start .icon-theme-white::before {
    color: rgba(23, 35, 61, 0.65)
}

.nav .user-message ul li .user-body-list-start-logo {
    position: relative;
    width: 36px;
    height: 36px;
    line-height: 36px;
    top: -1px
}

.nav .user-message ul li .user-body-list-start-no-login {
    vertical-align: middle;
    background-color: #2185F0;
    top: -3px
}

.nav .user-message ul li .user-body-list-end {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    color: rgba(23, 35, 61, 0.75)
}

.nav .user-message ul li .user-body-list:hover {
    background: rgba(23, 35, 61, 0.03)
}

.sub-nav {
    background: #FFFFFF;
    display: block;
    width: 100%;
    border-bottom: 1px solid #E7E9EB;
    padding: 0;
    zoom: 1;
    z-index: 998;
    position: fixed;
    top: 64px;
    height: 64px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2)
}

.sub-nav.fixed {
    position: fixed
}

.sub-nav .title {
    display: block;
    float: left;
    margin-left: 24px;
    margin-top: 18px;
    font-size: 20px;
    color: #17233D;
    line-height: 28px
}

.sub-nav .menu {
    float: left;
    margin: 18px 0 0 62px;
    padding: 0;
    zoom: 1
}

.sub-nav .menu a {
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    margin-right: 32px;
    list-style: none;
    float: left;
    position: relative;
    z-index: 30;
    text-decoration: none;
    color: rgba(23, 35, 61, 0.75);
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer
}

.sub-nav .menu a::after {
    --scale: 0;
    content: '';
    display: block;
    height: 3px;
    margin-top: 19px;
    height: 3px;
    background: #2185F0;
    -webkit-transform: scaleX(var(--scale));
    -ms-transform: scaleX(var(--scale));
    transform: scaleX(var(--scale));
    -webkit-transform-origin: var(--x) 50%;
    -ms-transform-origin: var(--x) 50%;
    transform-origin: var(--x) 50%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
    -o-transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1)
}

.sub-nav .menu a.active, .sub-nav .menu a:hover {
    color: #17233D;
    font-weight: 600
}

.sub-nav .menu a.active::after, .sub-nav .menu a:hover::after {
    --scale: 1
}

.sub-nav .toUse {
    width: 104px;
    height: 40px;
    font-weight: 600;
    font-size: 14px;
    color: #2185F0;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: inline-block;
    border: 1px solid #2185F0;
    border-radius: 4px;
    color: #2E6BE6;
    background: #fff;
    position: absolute;
    right: 16px;
    top: 16px
}

.hidden {
    display: none
}

@media screen and (min-width: 1024px) {
    .mobile-menu-container {
        height: 100%
    }
}

@media screen and (min-width: 1440px) and (max-width: 1739px) {
    .market-platform-nav {
        left: -120px !important
    }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
    .nav .explain {
        width: 271px
    }

    .nav .explain p {
        margin: 50px 0 0 24px
    }

    .nav .explain-list {
        width: -webkit-calc(100%);
        width: calc(100%)
    }

    .nav .market-platform-nav {
        width: 1020px
    }

    .nav .market-platform-nav .explain-list .col:last-child {
        float: none;
        display: inline-block;
        padding-top: 0;
        position: relative;
        left: 308px
    }

    .nav .market-platform-nav .explain-list .col:last-child h4 {
        display: none
    }

    .nav .market-platform-nav.active {
        height: auto
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .nav .explain {
        display: none
    }

    .nav .explain-list {
        width: 100% !important
    }

    .nav .market-platform-nav {
        width: 1020px;
        left: -120px
    }

    .nav .market-platform-nav .explain-list .col:last-child {
        float: none;
        display: inline-block;
        padding-top: 0;
        position: relative;
        left: 308px
    }

    .nav .market-platform-nav .explain-list .col:last-child h4 {
        display: none
    }

    .nav .market-platform-nav.active {
        height: auto
    }
}

@media screen and (max-width: 1023px) {
    .nav {
        height: 48px;
        width: 100%;
        color: #ffffff;
        background-color: #FFFFFF;
        -webkit-transition: ease-out 0.1s;
        -o-transition: ease-out 0.1s;
        transition: ease-out 0.1s
    }

    .nav span.logo {
        width: 88px;
        margin-top: 14px !important
    }

    .nav .mobile-menu-container {
        display: none;
        height: 100%;
        position: fixed
    }

    .nav .mobile-menu-container.filterBlur {
        background-color: #FFFFFF
    }

    .nav .show {
        display: block
    }

    .nav .menu-btn {
        display: block;
        margin-right: 24px
    }

    .nav .menu-btn span {
        width: 22px;
        height: 3px;
        margin-bottom: 3px
    }

    .nav .menu li {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }

    .nav .menu li div {
        display: none;
        height: 0
    }

    .nav .menu li.active div {
        display: block;
        height: inherit
    }

    .nav .hidden {
        display: none
    }

    .nav .explain {
        display: none
    }

    .nav .explain-list {
        width: 100% !important
    }

    .nav .explain-list .col {
        width: 100%;
        padding-bottom: 0;
        padding-top: 16px;
        padding-right: 0
    }

    .nav .explain-list .col h4 {
        padding-left: 12px
    }

    .nav .explain-list .col .product {
        padding: 12px 12px !important;
        margin-top: 0px !important;
        border-bottom: 1px solid #ffffff;
        width: 100%
    }

    .nav .explain-list .col .tag {
        display: block;
        zoom: 1;
        overflow: hidden
    }

    .nav .explain-list .col .tag li {
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 0px;
        width: 100%
    }

    .nav .explain-list .col .tag li a {
        height: 62px !important
    }

    .nav .data-platform-nav .explain-list .col {
        padding-top: 0px !important;
        margin-left: 0 !important
    }

    .nav .data-platform-nav .explain-list .col .tag li a {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative
    }

    .nav .data-platform-nav .explain-list .col .tag li a::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 49px;
        height: 49px;
        background-repeat: no-repeat;
        background-size: 49px 49px;
        z-index: 2
    }

    .nav .data-platform-nav .explain-list .col .tag li:nth-child(1) a {
        background-image: url("../image/effect_m.png");
        z-index: 1
    }

    .nav .data-platform-nav .explain-list .col .tag li:nth-child(1) a::after {
        background-image: url("../image/effect_m_icon.png")
    }

    .nav .data-platform-nav .explain-list .col .tag li:nth-child(1) a:hover {
        background-image: url("../image/effect_m.png")
    }

    .nav .data-platform-nav .explain-list .col .tag li:nth-child(2) a {
        background-image: url("../image/brand_m.png");
        z-index: 1
    }

    .nav .data-platform-nav .explain-list .col .tag li:nth-child(2) a::after {
        background-image: url("../image/brand_m_icon.png")
    }

    .nav .data-platform-nav .explain-list .col .tag li:nth-child(2) a:hover {
        background-image: url("../image/brand_m.png")
    }

    .nav .data-platform-nav .explain-list .col .tag li:nth-child(3) a {
        background-image: url("../image/finance_m.png");
        z-index: 1
    }

    .nav .data-platform-nav .explain-list .col .tag li:nth-child(3) a::after {
        background-image: url("../image/finance_m_icon.png")
    }

    .nav .data-platform-nav .explain-list .col .tag li:nth-child(3) a:hover {
        background-image: url("../image/finance_m.png")
    }

    .nav .data-platform-nav .col:nth-child(1), .nav .data-platform-nav .col:nth-child(2) {
        margin-top: 16px
    }

    .nav .data-platform-nav .col:nth-child(3) h4 {
        display: none
    }

    .nav .mobile-menu-container {
        width: 100%;
        background: #fff;
        top: 48px;
        bottom: 0;
        overflow-y: auto
    }

    .nav ul.menu {
        margin: 0 !important
    }

    .nav ul.menu a {
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        zoom: 1;
        overflow: hidden
    }

    .nav ul.menu > li {
        padding: 0 !important;
        width: 100% !important
    }

    .nav ul.menu > li h3 {
        height: 56px;
        border-bottom: 1px solid #E7E9EB;
        width: 100%;
        padding: 0 0 0 12px;
        line-height: 56px;
        font-size: 18px;
        text-align: left;
        color: #17233D
    }

    .nav ul.menu > li h3::after {
        background: none
    }

    .nav .user-message {
        float: left;
        width: 100%;
        height: auto;
        margin: 0
    }

    .nav .user-message ul {
        float: left;
        width: 100%;
        height: auto;
        margin: 0
    }

    .nav .user-message ul li:not(.no-border) {
        width: 100%;
        border-bottom: 1px solid #E7E9EB;
        height: 56px
    }

    .nav .user-message ul li:not(.no-border) a {
        display: block;
        height: inherit
    }

    .nav .user-message ul li:not(.no-border) a.login {
        width: 100%;
        color: rgba(23, 35, 61, 0.75);
        height: 56px;
        line-height: 56px;
        text-align: left;
        font-size: 18px;
        padding: 0 24px
    }

    .nav .user-message ul li:not(.no-border) a.regist {
        width: 100%;
        margin: 24px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        text-align: center;
        font-size: 18px
    }

    .nav .user-message ul li:not(.no-border) a.service {
        width: 100%;
        height: 56px;
        line-height: 56px;
        text-align: left;
        font-size: 18px;
        padding: 0px
    }

    .nav .user-message ul li:not(.no-border) .account-logo {
        display: none
    }

    .nav .user-message ul li:not(.no-border) .user-body {
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        top: 0
    }

    .nav .user-message ul li:not(.no-border) .user-body .user-body-list-first {
        border: 0;
        float: left
    }

    .nav .user-message ul li:not(.no-border) .user-body .user-account-setting {
        display: none
    }

    .nav .user-message ul li:not(.no-border) .user-body .user-exit-container {
        float: right
    }

    .nav .user-message ul li:not(.no-border) .user-body .user-exit-container .user-body-list-start {
        display: block;
        width: 46px
    }

    .nav .user-message ul li:not(.no-border) .user-body .user-exit-container .user-body-list-start .icon {
        font-size: 24px;
        margin-top: 12px
    }

    .nav .user-message ul li:not(.no-border) .user-body .user-body-list-start, .nav .user-message ul li:not(.no-border) .user-body .user-body-list-end {
        display: none
    }

    .nav .user-message ul li:not(.no-border) .user-body .user-body-list-first-end {
        padding-left: 24px;
        color: #17233D;
        font-size: 18px
    }

    .nav .user-message ul li.no-border {
        width: 100%;
        margin-top: 24px
    }

    .nav .user-message ul li.no-border a {
        height: 56px;
        width: 100%;
        border-radius: 7px;
        background-color: var(--baseBlue);
        color: white;
        text-align: center;
        line-height: 56px;
        padding: 0
    }

    .nav .common-nav, .nav .market-platform-nav, .nav .data-platform-nav {
        width: 100%;
        position: relative;
        height: inherit;
        top: 0;
        background: #f5f6f9;
        left: 0px
    }

    .nav .common-nav:hover, .nav .common-nav.active, .nav .market-platform-nav:hover, .nav .market-platform-nav.active, .nav .data-platform-nav:hover, .nav .data-platform-nav.active {
        height: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .nav .common-nav .menu, .nav .market-platform-nav .menu, .nav .data-platform-nav .menu {
        margin: 0;
        width: 100%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 12px
    }

    .nav .common-nav .menu a, .nav .market-platform-nav .menu a, .nav .data-platform-nav .menu a {
        text-align: left
    }

    .nav .product .content {
        display: block
    }

    .nav .product .content h5 {
        font-size: 14px
    }

    .nav .product .content p {
        font-size: 12px
    }

    .sub-nav {
        display: none
    }

    .nav .market-platform-nav, .nav .data-platform-nav, .nav .common-nav {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px)
    }

    .nav .common-nav a {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .nav .explain-list .col:first-child {
        margin-left: 0
    }
}

.web_en .nav .data-platform-nav {
    width: 712px !important
}

.web_en .nav .market-platform-nav {
    width: 1054px !important
}

.web_en .nav .market-platform-nav .explain-list .col:not(.col:first-child) {
    margin-left: 32px
}

.web_en .nav .product {
    width: 100%
}

.web_en .nav .product .content p {
    text-align: inherit
}

.web_en .nav .explain {
    width: 336px
}

.web_en .nav .explain-list {
    width: 100%
}

.web_en .nav .explain-list .col {
    padding: 24px 0px 24px 0px
}

.web_en .nav .explain-list .col .tag {
    width: 100%
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
    .web_en .nav .explain {
        width: 260px
    }

    .web_en .nav .explain p {
        margin: 50px 0 0 24px
    }

    .web_en .nav .product .content p {
        width: 256px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .web_en .nav .explain {
        display: none
    }

    .web_en .nav .product .content p {
        width: 246px
    }
}

.box_area {
    position: relative;
    width: 1380px;
    height: 188px;
    top: -94px;
    z-index: 9;
    margin: 0 auto
}

.box_area .box {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
    border-radius: 16px
}

.box_area .box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.box_area .box .swiper-slide .add-cover {
    width: 170px;
    height: 120px;
    text-align: center;
    float: left;
    margin: 4px 0 0 60px
}

.box_area .box .swiper-slide .add-cover img {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    height: 120px
}

.box_area .box .swiper-slide .add-cover img.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none
}

.box_area .box .swiper-slide .add-content {
    width: -webkit-calc(100% - 330px);
    width: calc(100% - 330px);
    height: 120px;
    text-align: center;
    float: left;
    margin: 10px 0 0 24px
}

.box_area .box .swiper-slide .add-content dt {
    font-family: Roboto;
    font-size: 20px;
    color: #17233D;
    line-height: 28px;
    float: left
}

.box_area .box .swiper-slide .add-content dd {
    font-family: Roboto;
    font-size: 14px;
    color: rgba(23, 35, 61, 0.55);
    letter-spacing: 0;
    text-align: right;
    line-height: 22px
}

.box_area .box .swiper-slide .add-content p {
    font-family: PingFang;
    font-size: 16px;
    margin-top: 18px;
    color: rgba(23, 35, 61, 0.55);
    letter-spacing: 0;
    text-align: justify;
    line-height: 30px
}

.box_area .swiper-pagination {
    bottom: 16px
}

.box_area .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #ffffff;
    background: rgba(23, 35, 61, 0.5)
}

.box_area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(23, 35, 61, 0.6)
}

.box_area .swiper-button-prev, .box_area .swiper-button-next {
    background-image: none;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
    width: 56px;
    height: 56px;
    color: rgba(23, 35, 61, 0.55);
    position: absolute;
    z-index: 10;
    font-size: 30px;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
    opacity: 1
}

.box_area .swiper-button-prev:focus, .box_area .swiper-button-next:focus {
    outline: 0;
    color: #2185F0
}

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

.box_area .swiper-button-prev {
    left: -28px
}

.box_area .swiper-button-next {
    right: -28px
}

@media screen and (max-width: 1023px) {
    .box_area {
        height: 288px;
        top: -26px;
        width: 94%;
        padding: 0px 24px
    }

    .box_area .box {
        height: 100%
    }

    .box_area .box .swiper-slide {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .box_area .box .swiper-slide .add-cover {
        margin: 30px 0 0 0;
        width: inherit;
        height: 94px
    }

    .box_area .box .swiper-slide .add-cover img {
        height: 100%
    }

    .box_area .box .swiper-slide .add-content {
        width: 84% !important;
        margin: 18px 0 0 0 !important
    }

    .box_area .box .swiper-slide .add-content dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .box_area .box .swiper-slide .add-content dl dt, .box_area .box .swiper-slide .add-content dl dd {
        width: 100%;
        text-align: center !important;
        font-size: 12px !important
    }

    .box_area .box .swiper-slide .add-content dl dt {
        font-size: 16px !important
    }

    .box_area .box .swiper-slide .add-content p {
        font-size: 12px !important;
        line-height: 22px !important;
        margin-top: 8px !important
    }

    .box_area .swiper-button-prev, .box_area .swiper-button-next {
        width: 36px;
        height: 36px;
        line-height: 36px;
        border-radius: 50%;
        background: #fff;
        -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
        font-size: 24px;
        text-align: center;
        opacity: 1 !important
    }

    .box_area .swiper-button-prev {
        left: 5px !important
    }

    .box_area .swiper-button-next {
        right: 5px !important
    }

    .box_area .swiper-pagination.swiper-pagination-bullets {
        display: none
    }
}

.rework-layer {
    position: fixed;
    right: 40px;
    top: 250px;
    z-index: 100;
    width: 48px;
    height: 48px;
    background: #003FB1;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    padding: 3px 8px;
    cursor: pointer
}

.layers {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.notice-layer-container {
    background: #fff;
    border-radius: 4px;
    max-width: 760px;
    width: 660px;
    overflow: hidden
}

.layer-title {
    padding: 32px 45px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.layer-title label {
    font-size: 24px;
    color: #003FB1;
    text-align: center;
    line-height: 32px
}

.layer-title i.icon-close {
    color: rgba(23, 35, 61, 0.55);
    right: 16px;
    top: 8px;
    font-size: 24px;
    cursor: pointer
}

.layer-title i.icon-close:hover {
    opacity: .5
}

.annunciate-contents {
    padding: 0 45px;
    line-height: 21px;
    font-size: 13px;
    min-height: 312px;
    overflow: auto
}

.annunciate-contents h3, .annunciate-contents h4, .annunciate-contents p {
    margin-bottom: 24px
}

.annunciate-contents h3 {
    font-size: 16px;
    color: rgba(23, 35, 61, 0.85);
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.annunciate-contents h4 {
    font-size: 14px;
    color: rgba(23, 35, 61, 0.85);
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.annunciate-contents h3 label {
    font-size: 14px;
    color: rgba(20, 35, 63, 0.7);
    padding-left: 10px;
    font-weight: 500
}

.annunciate-contents p {
    font-size: 14px;
    color: #0B1100;
    text-align: justify;
    line-height: 22px
}

.annunciate-footer {
    background: #2268E3;
    padding: 16px 45px;
    position: relative
}

.annunciate-footer ul li {
    padding: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #2DF4BD;
    text-align: justify;
    line-height: 22px
}

.annunciate-footer ul li b {
    color: #FFFFFF
}

.annunciate-footer img {
    position: absolute;
    right: 24px;
    top: 72px
}

.layout {
    width: 1380px;
    margin: auto
}

@media screen and (min-width: 1920px) {
    .layout {
        width: 1380px
    }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
    .layout {
        width: 1140px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .layout {
        width: 976px
    }
}

@media screen and (max-width: 1023px) {
    .layout {
        padding-left: 12px;
        padding-right: 12px
    }

    .layout {
        width: 100%
    }
}

.fixed-btn-wrap {
    width: 44px;
    height: 44px;
    bottom: 105px;
    z-index: 101;
    position: fixed;
    right: 40px;
    border-radius: 4px 4px
}

.footer {
    overflow: hidden;
    display: block;
    color: #FFFFFF;
    background: #1F3159 url(../image/pic-2.png) no-repeat right 140px;
    background-size: 600px 230px;
    background-position: right
}

.footer .layout {
    margin: 40px auto 10px
}

.footer .layout .footer-top {
    width: 100%;
    border-bottom: 1px rgba(255, 255, 255, 0.15) solid;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .layout .footer-top .logo {
    font-size: 0
}

.footer .layout .footer-top .logo img {
    height: 22px;
    position: relative;
    top: 5px
}

.footer .layout .footer-top span {
    margin-left: 80px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    line-height: 22px
}

.footer .layout .footer-top span a {
    text-decoration: none;
    color: #FFFFFF;
    margin-left: 16px
}

.footer .layout .footer-top span a:hover {
    color: #147dee
}

.footer .layout .footer-top span a i {
    margin-right: 8px
}

.footer .layout .footer-top .footer-right a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding-left: 8px;
    margin-left: 8px
}

.footer .layout .footer-top .footer-right a:not(a:first-child) {
    border-left: 1px solid #ffffff
}

.footer .layout .footer-content {
    padding: 24px 0
}

.footer .layout .footer-content ul {
    width: 16.5%;
    zoom: 1
}

.footer .layout .footer-content ul h4 {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 13px
}

.footer .layout .footer-content ul h4 a {
    color: #fff;
    text-decoration: none
}

.footer .layout .footer-content ul li {
    list-style: none;
    display: block;
    clear: both;
    font-size: 12px;
    letter-spacing: 0;
    text-align: left;
    line-height: 22px;
    margin-bottom: 10px
}

.footer .layout .footer-content ul li a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none
}

.footer .layout .footer-content ul li a:hover {
    color: #147dee
}

.footer .layout .about-us {
    padding-top: 18px
}

.footer .layout .about-us h4 {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    margin-right: 13px;
    float: left
}

.footer .layout .about-us h4 a {
    color: #fff;
    text-decoration: none
}

.footer .layout .about-us > a {
    font-size: 14px;
    padding: 8px;
    width: 32px;
    display: block;
    height: 32px;
    margin-left: 24px;
    background: #fff;
    border-radius: 50%;
    text-decoration: none;
    color: #000;
    float: left
}

.footer .layout .about-us > a:hover {
    background: rgba(20, 125, 238, 0.8);
    color: #fff
}

.footer .layout .copyright-bottom {
    margin-top: 24px;
    padding: 21px 0 21px 0;
    border-top: 1px rgba(255, 255, 255, 0.15) solid
}

.footer .layout .copyright-bottom label:first-child {
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
    display: block;
    line-height: 22px
}

.footer .layout .copyright-bottom label:first-child > a {
    color: #2185F0;
    text-decoration: none;
    border-right: 1px #2185F0 solid;
    padding: 0 10px
}

.footer .layout .copyright-bottom label:first-child > a:last-child {
    border-right: none
}

.footer .layout .copyright-bottom label:first-child > a:first-child {
    padding-left: 0
}

.footer .layout .copyright-bottom label:first-child > a:hover {
    color: #fff
}

.footer .layout .copyright-bottom label:first-child .lang-dropdown {
    display: block;
    float: right;
    position: relative
}

.footer .layout .copyright-bottom label:first-child .lang-dropdown .lang-dropdown-rel {
    position: relative
}

.footer .layout .copyright-bottom label:first-child .lang-dropdown .lang-dropdown-rel a {
    color: #FFFFFF
}

.footer .layout .copyright-bottom label:first-child .lang-dropdown .lang-select {
    overflow: visible;
    width: inherit;
    height: 0;
    overflow: hidden;
    position: absolute;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 900
}

.footer .layout .copyright-bottom label:first-child .lang-dropdown .lang-select .lang-menu {
    min-width: 100px
}

.footer .layout .copyright-bottom label:first-child .lang-dropdown .lang-select .lang-menu .lang-item {
    margin: 0;
    line-height: normal;
    padding: 3px 18px;
    clear: both;
    color: #ffffff;
    font-size: 12px !important;
    white-space: nowrap;
    list-style: none;
    cursor: pointer
}

.footer .layout .copyright-bottom label:first-child .lang-dropdown .lang-select .lang-menu .lang-item:hover {
    color: rgba(255, 255, 255, 0.75)
}

.footer .layout .copyright-bottom label:first-child .lang-dropdown .lang-select .lang-menu .lang-item-selected {
    color: rgba(45, 140, 240, 0.9)
}

.footer .layout .copyright-bottom label:first-child .lang-dropdown .lang-select .lang-menu .lang-item-selected:hover {
    color: rgba(45, 140, 240, 0.9)
}

.footer .layout .copyright-bottom label:last-child {
    font-size: 14px;
    display: block;
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.75);
    text-align: left;
    line-height: 22px
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .footer .content {
        width: 94%
    }
}

@media screen and (max-width: 1023px) {
    .footer {
        background-image: none
    }

    .footer .layout {
        padding: 0 12px;
        margin: 30px auto 10px;
        width: 94%
    }

    .footer .layout .footer-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 18px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer .layout .footer-top .footer-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer .layout .footer-top .footer-left span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        font-size: 12px;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .footer .layout .footer-top .footer-left span a {
        margin-left: 0
    }

    .footer .layout .footer-top .footer-right a {
        padding-left: 0px;
        margin-left: 0px;
        padding-right: 8px;
        margin-right: 8px;
        border-left: none !important;
        border-right: 1px solid #ffffff
    }

    .footer .layout .about-us {
        padding: 0
    }

    .footer .layout .about-us h4 {
        font-size: 12px
    }

    .footer .layout .about-us > a {
        width: 24px;
        height: 24px;
        font-size: 12px;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer .layout .copyright-bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 10px
    }

    .footer .layout .copyright-bottom label {
        font-size: 12px !important;
        text-align: left !important;
        padding: 0 !important
    }

    .footer .layout .copyright-bottom label:last-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0 !important
    }

    .footer-content h4, .footer-content li {
        font-size: 12px !important
    }

    .footer-content ul {
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
        width: 100% !important;
        margin-bottom: 24px;
        padding-bottom: 10px
    }

    .footer-content ul:last-child {
        border-bottom: none;
        margin-bottom: 10px
    }

    .footer-content li {
        margin-bottom: 6px !important
    }

    .footer .content {
        width: 94%
    }
}

.capacity {
    width: 100%;
    height: 100%;
    padding-bottom: 200px;
    padding-top: 60px;
    position: relative
}

.capacity h2 {
    text-align: center;
    font-size: 40px;
    color: #17233D;
    font-weight: 500;
    padding-bottom: 80px
}

.capacity .capacity-content {
    width: 1380px;
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 188px;
    -moz-column-gap: 188px;
    column-gap: 188px
}

.capacity .capacity-content li {
    width: 187px;
    padding-bottom: 25px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.capacity .capacity-content li i {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: 0px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 16px
}

.capacity .capacity-content li.capacity-icon-in:nth-child(1) i {
    -webkit-animation: monitorMove 0.5s steps(5) 1;
    animation: monitorMove 0.5s steps(5) 1;
    background-position: 0 -103px
}

.capacity .capacity-content li.capacity-icon-in:nth-child(2) i {
    -webkit-animation: addMove 0.5s steps(8) 1;
    animation: addMove 0.5s steps(8) 1;
    background-position: 0 -182px
}

.capacity .capacity-content li.capacity-icon-in:nth-child(3) i {
    -webkit-animation: dataMove 0.5s steps(8) 1;
    animation: dataMove 0.5s steps(8) 1;
    background-position: 0 -182px
}

.capacity .capacity-content li.capacity-icon-out:nth-child(1) i {
    -webkit-animation: monitorMoveOut 0.5s steps(5) 1;
    animation: monitorMoveOut 0.5s steps(5) 1;
    background-position: 0 -0px
}

.capacity .capacity-content li.capacity-icon-out:nth-child(2) i {
    -webkit-animation: addMoveOut 0.5s steps(8) 1;
    animation: addMoveOut 0.5s steps(8) 1;
    background-position: 0 -0px
}

.capacity .capacity-content li.capacity-icon-out:nth-child(3) i {
    -webkit-animation: dataMoveOut 0.5s steps(8) 1;
    animation: dataMoveOut 0.5s steps(8) 1;
    background-position: 0 -0px
}

.capacity .capacity-content li:nth-child(1) i {
    background-image: url("../image/monitor-start-icon.png")
}

.capacity .capacity-content li:nth-child(2) i {
    background-image: url("../image/add-start-icon.png")
}

.capacity .capacity-content li:nth-child(3) i {
    background-image: url("../image/data-start-icon.png")
}

@-webkit-keyframes monitorMove {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 0 -129px
    }
}

@keyframes monitorMove {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 0 -129px
    }
}

@-webkit-keyframes monitorMoveOut {
    0% {
        background-position: 0 -103px
    }
    100% {
        background-position: 0 26px
    }
}

@keyframes monitorMoveOut {
    0% {
        background-position: 0 -103px
    }
    100% {
        background-position: 0 26px
    }
}

@-webkit-keyframes addMove {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 0 -208px
    }
}

@keyframes addMove {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 0 -208px
    }
}

@-webkit-keyframes addMoveOut {
    0% {
        background-position: 0 -182px
    }
    100% {
        background-position: 0 26px
    }
}

@keyframes addMoveOut {
    0% {
        background-position: 0 -182px
    }
    100% {
        background-position: 0 26px
    }
}

@-webkit-keyframes dataMove {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 0 -208px
    }
}

@keyframes dataMove {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 0 -208px
    }
}

@-webkit-keyframes dataMoveOut {
    0% {
        background-position: 0 -182px
    }
    100% {
        background-position: 0 26px
    }
}

@keyframes dataMoveOut {
    0% {
        background-position: 0 -182px
    }
    100% {
        background-position: 0 26px
    }
}

.capacity .capacity-content li::after {
    content: '';
    height: 4px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.capacity .capacity-content li h3 {
    font-size: 24px;
    font-weight: 600;
    width: 145px;
    cursor: pointer
}

.capacity .capacity-content li:nth-child(2) dt {
    top: 35px
}

.capacity .capacity-content li:nth-child(2) dt:hover {
    top: 30px
}

.capacity .capacity-content li div {
    margin-top: 30px;
    font-size: 24px;
    color: #1654C3;
    line-height: 64px
}

.capacity .capacity-content li div span {
    font-family: Roboto;
    font-size: 56px;
    color: #1654C3;
    letter-spacing: 0;
    line-height: 64px
}

.capacity .capacity-content li p {
    font-size: 20px;
    color: rgba(23, 35, 61, 0.75);
    letter-spacing: 0.44px;
    line-height: 32px
}

.capacity .capacity-content .li-active h3 {
    color: #2185F0
}

.capacity .capacity-content .li-active::after {
    content: '';
    height: 4px;
    width: 100%;
    background-color: #2185F0;
    -webkit-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    transition: linear 0.3s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.capacity .capacity-card-wrap {
    position: relative;
    height: 100%;
    -webkit-transition: height ease-out 0.4s;
    -o-transition: height ease-out 0.4s;
    transition: height ease-out 0.4s
}

.capacity .capacity-card-wrap::after {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 111px;
    height: 111px;
    background-color: #FF9900;
    border-radius: 0px 24px 24px 0px;
    z-index: -1
}

.capacity .capacity-card-wrap::before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: -80px;
    width: 298px;
    height: 298px;
    background-color: #1654C3;
    border-radius: 60px 0px 60px 0px;
    z-index: -1
}

.capacity .capacity-height-change {
    height: 100%;
    -webkit-transition: height ease-out 0.4s;
    -o-transition: height ease-out 0.4s;
    transition: height ease-out 0.4s
}

.capacity .capacity-card-list {
    display: none;
    opacity: 0;
    margin-top: 55px
}

.capacity .capacity-card-list .capacity-card {
    position: relative;
    padding: 40px;
    vertical-align: top;
    margin-bottom: 24px;
    display: inline-block;
    height: 298px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(31, 49, 89, 0.08);
    box-shadow: 0px 8px 16px 0px rgba(31, 49, 89, 0.08);
    border-radius: 16px
}

.capacity .capacity-card-list .capacity-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 4px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s
}

.capacity .capacity-card-list .capacity-card:hover::after {
    content: '';
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: auto;
    -webkit-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s
}

.capacity .capacity-card-list .capacity-card:hover .capacity-card-backImg {
    opacity: 1;
    -webkit-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s
}

.capacity .capacity-card-list .capacity-card .icon {
    margin-bottom: 16px
}

.capacity .capacity-card-list .capacity-card .icon img {
    width: 48px;
    height: 48px
}

.capacity .capacity-card-list .capacity-card .title {
    font-size: 18px;
    color: #17233D;
    font-weight: 500;
    margin-bottom: 16px
}

.capacity .capacity-card-list .capacity-card .main {
    font-size: 14px;
    color: rgba(23, 35, 61, 0.55);
    line-height: 22px
}

.capacity .capacity-card-list .capacity-card .btn {
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    left: 40px;
    bottom: 40px;
    color: var(--baseBlue);
    cursor: pointer
}

.capacity .capacity-card-list .capacity-card .capacity-card-backImg {
    position: absolute;
    width: 140px;
    height: 140px;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s
}

.capacity .capacity-card-list .middle-card {
    width: 444px
}

.capacity .capacity-card-list .large-card {
    width: 678px
}

.capacity .capacity-card-list#monitor .capacity-card:nth-child(1), .capacity .capacity-card-list#monitor .capacity-card:nth-child(3) {
    margin-right: 19px
}

.capacity .capacity-card-list#monitor .capacity-card:nth-child(1):hover::after {
    background-color: #0D806C
}

.capacity .capacity-card-list#monitor .capacity-card:nth-child(2):hover::after {
    background-color: #D96D21
}

.capacity .capacity-card-list#monitor .capacity-card:nth-child(3):hover::after {
    background-color: #4957F2
}

.capacity .capacity-card-list#monitor .capacity-card:nth-child(4):hover::after {
    background-color: #4957F2
}

.capacity .capacity-card-list#add .capacity-card:nth-child(1) {
    margin-right: 19px
}

.capacity .capacity-card-list#add .capacity-card:nth-child(1):hover::after {
    background-color: #8C21D9
}

.capacity .capacity-card-list#add .capacity-card:nth-child(2):hover::after {
    background-color: #0E6AEC
}

.capacity .capacity-card-list#add .capacity-card:nth-child(3):hover::after {
    background-color: #2E6BE6
}

.capacity .capacity-card-list#data .capacity-card:nth-child(1), .capacity .capacity-card-list#data .capacity-card:nth-child(2), .capacity .capacity-card-list#data .capacity-card:nth-child(4), .capacity .capacity-card-list#data .capacity-card:nth-child(5) {
    margin-right: 19px
}

.capacity .capacity-card-list#data .capacity-card:hover::after {
    background-color: var(--baseBlue)
}

.capacity .capacity-card-list#data .capacity-card:nth-child(6):hover::after {
    background-color: #8C21D9
}

.capacity .capacity-show {
    display: block;
    opacity: 1;
    -webkit-transition: linear .5s;
    -o-transition: linear .5s;
    transition: linear .5s
}

.capacity .capacity-animate-in {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition: linear .5s;
    -o-transition: linear .5s;
    transition: linear .5s
}

.capacity .capacity-animate-out {
    -webkit-transition: linear .5s;
    -o-transition: linear .5s;
    transition: linear .5s;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.web_en .capacity .capacity-content li h3 {
    width: 138px !important
}

.web_en .capacity .capacity-content i {
    margin-right: 2px !important;
    margin-top: 12px !important
}

.web_en .capacity .capacity-card-list .large-card, .web_en .capacity .capacity-card-list .middle-card {
    height: 350px
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
    .capacity .capacity-card-list .middle-card {
        width: 364px
    }

    .capacity .capacity-card-list .large-card {
        width: 558px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .capacity .capacity-card-list .middle-card {
        width: 476px
    }

    .capacity .capacity-card-list .large-card {
        width: 476px
    }

    .capacity .capacity-card-list#add .capacity-card:nth-child(2) {
        margin-right: 0px
    }

    .capacity .capacity-card-list#data .capacity-card:nth-child(2), .capacity .capacity-card-list#data .capacity-card:nth-child(4) {
        margin-right: 0px
    }

    .capacity .capacity-card-list#data .capacity-card:nth-child(3) {
        margin-right: 19px
    }
}

@media screen and (max-width: 1023px) {
    .web_en .capacity .capacity-content li {
        width: 31% !important
    }

    .web_en .capacity .capacity-card-list .large-card, .web_en .capacity .capacity-card-list .middle-card {
        height: 350px
    }

    .capacity {
        padding-top: 30px;
        padding-bottom: 100px
    }

    .capacity h2 {
        font-size: 24px;
        padding-bottom: 38px
    }

    .capacity .capacity-content {
        -webkit-column-gap: 0px !important;
        -moz-column-gap: 0px !important;
        column-gap: 0px !important;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .capacity .capacity-content li {
        width: auto
    }

    .capacity .capacity-content li h3 {
        font-size: 14px
    }

    .capacity .capacity-content li i {
        display: none
    }

    .capacity .capacity-content li h3 {
        font-size: 18px
    }

    .capacity .capacity-card-list .capacity-card .main, .capacity .capacity-card-list .capacity-card .btn {
        font-size: 12px
    }

    .capacity .capacity-card-list .large-card, .capacity .capacity-card-list .middle-card {
        width: 100% !important
    }

    .capacity .capacity-card-wrap::after {
        right: -15px
    }
}

.platform-sign {
    width: 752px;
    height: 752px;
    position: absolute;
    background: url("../image/Clip2.svg") no-repeat
}

.platform-sign p {
    margin: 64px 0 0 87px;
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 64px
}

.platform-sign span {
    display: inline-block;
    font-size: 18px;
    color: #2DE2C5;
    letter-spacing: 0;
    padding: 14px 0 0 88px;
    line-height: 28px
}

.platform-content {
    width: 1140px;
    margin: 0 auto;
    position: relative
}

.platform-content .product {
    display: block;
    padding-left: 48px;
    position: relative;
    cursor: pointer
}

.platform-content .product.no-use {
    cursor: auto
}

.platform-content .product .logo img {
    width: 40px;
    height: 40px
}

.platform-content .product h5 {
    font-size: 16px;
    color: #17233D;
    line-height: 24px;
    font-weight: 500;
    margin: 28px 0 12px 0
}

.platform-content .product p {
    font-size: 14px;
    color: rgba(23, 35, 61, 0.55);
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px
}

.platform-content .product span {
    font-size: 14px;
    color: #2185F0;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 52px;
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: absolute;
    bottom: 10px
}

.platform-content .product span:hover {
    margin-top: 48px
}

.platform-content .product span i {
    width: 11px;
    height: 11px
}

.market-area {
    width: 100%;
    background: #2185F0
}

.market-area .platform-content .platform-logo {
    position: absolute;
    background-image: url("../image/pic.png");
    background-size: 100%;
    width: 121px;
    height: 89px;
    right: 0px;
    top: -37px
}

.market-area .platform-content .platform-sign {
    top: -160px;
    left: -87px
}

.market-area .platform-content .all-analysis {
    position: relative;
    top: 114px;
    width: 100%;
    height: 420px;
    z-index: 1
}

.market-area .platform-content .all-analysis .explain {
    width: 364px;
    height: 420px;
    background: #FBA900;
    border-radius: 1px;
    float: left
}

.market-area .platform-content .all-analysis .explain p {
    margin: 50px 48px 0;
    text-align: right
}

.market-area .platform-content .all-analysis .explain p i {
    opacity: 0.4;
    color: #ffffff;
    font-size: 79px;
    margin-right: 28px
}

.market-area .platform-content .all-analysis .explain p span {
    font-size: 28px;
    color: #462F00;
    letter-spacing: 0;
    text-align: right;
    line-height: 79px;
    vertical-align: text-bottom
}

.market-area .platform-content .all-analysis .explain p:first-child {
    line-height: 79px
}

.market-area .platform-content .all-analysis .explain p:nth-child(2) {
    font-size: 20px;
    color: #462F00;
    letter-spacing: 0;
    line-height: 34px
}

.market-area .platform-content .all-analysis .explain p:nth-child(2) label {
    display: block
}

.market-area .platform-content .all-analysis .explain p:nth-child(2) label em {
    display: none
}

.market-area .platform-content .all-analysis .explain-list {
    width: 776px;
    height: 420px;
    background: #FFFFFF;
    float: left
}

.market-area .platform-content .all-analysis .explain-list .line {
    height: 210px;
    width: 752px;
    margin: 0 auto
}

.market-area .platform-content .all-analysis .explain-list .line:first-child {
    border-bottom: 1px rgba(23, 35, 61, 0.1) solid
}

.market-area .platform-content .all-analysis .explain-list .line .product {
    float: left;
    width: 375px;
    height: 192px;
    padding-top: 22px;
    margin-top: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.market-area .platform-content .all-analysis .explain-list .line .product:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px
}

.market-area .platform-content .all-analysis .explain-list .line .product:first-child {
    border-right: 1px rgba(23, 35, 61, 0.1) solid
}

.market-area .platform-content .all-analysis .explain-list .line .product p {
    width: 90%
}

.market-area .platform-content .other-market {
    width: 100%;
    position: relative;
    z-index: 1;
    top: 114px
}

.market-area .platform-content .other-market .product {
    float: left;
    background: #FFFFFF;
    width: 363px;
    height: 316px;
    margin-top: 32px;
    border-bottom: 4px solid transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.market-area .platform-content .other-market .product:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 0 10px
}

.market-area .platform-content .other-market .product:first-child:hover {
    border-bottom-color: #8C21D9
}

.market-area .platform-content .other-market .product:nth-child(2):hover {
    border-bottom-color: #d96d21
}

.market-area .platform-content .other-market .product:nth-child(3):hover {
    border-bottom-color: #097663
}

.market-area .platform-content .other-market .product:nth-child(4):hover {
    border-bottom-color: #2f6be6
}

.market-area .platform-content .other-market .product:nth-child(5):hover {
    border-bottom-color: #8d20d9
}

.market-area .platform-content .other-market .product:nth-child(6):hover {
    border-bottom-color: #d96d22
}

.market-area .platform-content .other-market .product .logo {
    margin-top: 40px
}

.market-area .platform-content .other-market .product p {
    width: 90%
}

.data-area {
    width: 100%
}

.data-area .platform-content {
    height: 1400px;
    padding-top: 264px
}

.data-area .platform-content .platform-logo {
    position: absolute;
    background-image: url("../image/pic-1.png");
    background-size: 100%;
    width: 121px;
    height: 89px;
    right: 0px;
    top: 364px
}

.data-area .platform-content .platform-sign {
    left: -87px
}

.data-area .platform-content .products {
    width: 100%;
    position: relative;
    z-index: 1;
    top: 272px
}

.data-area .platform-content .products .data-market {
    display: inline-block;
    float: left;
    margin-right: 25px;
    margin-top: 32px;
    border-bottom: 4px solid transparent
}

.data-area .platform-content .products .data-market:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.55) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.55) 0 0 10px
}

.data-area .platform-content .products .data-market .product {
    margin-top: 0
}

.data-area .platform-content .products .data-market .product:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.data-area .platform-content .products .data-market .product:first-child {
    width: 388px
}

.data-area .platform-content .products .data-market .product:nth-child(2) {
    background: #FBA900;
    border-radius: 1px
}

.data-area .platform-content .products .data-market .product:nth-child(2) span {
    color: #543800
}

.data-area .platform-content .products .data-market .product:nth-child(2) .cloud {
    position: absolute;
    width: 140px;
    height: 130px;
    overflow: hidden;
    top: 220px;
    right: 387px
}

.data-area .platform-content .products .data-market .product:nth-child(2) .cloud i {
    font-size: 200px;
    color: #FFFFFF;
    opacity: 0.15;
    position: relative
}

.data-area .platform-content .products .data-market .product:nth-child(2) ul {
    margin-top: 60px
}

.data-area .platform-content .products .data-market .product:nth-child(2) ul li {
    font-size: 16px;
    color: #543800;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    margin-bottom: 28px
}

.data-area .platform-content .products .data-market .product:nth-child(2) ul li i {
    width: 24px;
    height: 24px;
    margin-right: 24px
}

.data-area .platform-content .products .product {
    display: inline-block;
    float: left;
    background: #FFFFFF;
    width: 363px;
    height: 363px;
    margin-top: 32px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-bottom: 4px solid transparent
}

.data-area .platform-content .products .product:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 0 10px
}

.data-area .platform-content .products .product .logo {
    margin-top: 40px
}

.data-area .platform-content .products .product p {
    width: 90%
}

.data-area .platform-content .products .product ul {
    width: 280px;
    overflow: hidden
}

.data-area .platform-content .products .product ul li {
    float: left;
    background: #FFFFFF;
    border: 1px solid #DCDEE2;
    border-radius: 2px;
    margin-top: 8px;
    color: rgba(23, 35, 61, 0.75);
    padding: 2px 10px
}

.data-area .platform-content .products .product ul li:nth-child(odd) {
    margin-right: 8px
}

.data-area .platform-content .products > a:first-child:hover {
    border-bottom-color: #3164e6
}

.data-area .platform-content .products > a:nth-child(2):hover {
    border-bottom-color: #551ee5
}

.data-area .platform-content .products > a:nth-child(3):hover {
    border-bottom-color: #4949f1
}

.data-area .platform-content .products > a:nth-child(4):hover {
    border-bottom-color: #17826c
}

.data-area .platform-content .products > a:nth-child(5):hover {
    border-bottom-color: #4949f2
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .platform-content, .partener-area .box {
        width: 980px;
        height: 1482px !important
    }

    .partener-area .box.inc-parterner {
        height: 480px !important
    }

    .data-area .platform-content {
        padding-top: 188px !important;
        height: 1650px !important
    }

    .explain {
        width: 296px !important
    }

    .explain p {
        margin: 50px 24px 0 !important
    }

    .explain-list {
        width: 684px !important
    }

    .explain-list .product {
        width: 304px !important
    }

    .explain-list .line {
        width: 610px !important
    }

    .explain-list .line .product {
        padding-left: 32px !important
    }

    .explain-list .line .product:first-child {
        padding-left: 0 !important
    }

    .other-market .product {
        width: 480px !important;
        margin-top: 15px !important
    }

    .data-market {
        margin-right: 0 !important
    }

    .data-market .product:first-child {
        width: 480px !important
    }

    .data-market .product:nth-child(2) {
        width: 496px !important
    }

    .products .product {
        width: 480px !important
    }
}

@media screen and (max-width: 1023px) {
    .market-area {
        margin-bottom: 140px
    }

    .market-area .platform-content, .data-area .platform-content {
        width: 100%
    }

    .market-area .platform-content .platform-logo, .data-area .platform-content .platform-logo {
        background: url("../image/pic.png") no-repeat;
        background-size: 100%;
        width: 60px;
        top: -74px
    }

    .market-area .platform-content .platform-sign, .data-area .platform-content .platform-sign {
        top: -140px;
        left: 0;
        width: 76%;
        border-radius: 0 60px 0 0;
        padding-left: 12px;
        height: 360px
    }

    .market-area .platform-content .platform-sign p, .data-area .platform-content .platform-sign p {
        margin: 40px 0 0 0;
        font-size: 24px;
        line-height: 34px;
        padding-right: 34px
    }

    .market-area .platform-content .platform-sign span, .data-area .platform-content .platform-sign span {
        font-size: 13px;
        padding: 14px 0 0 0
    }

    .market-area .platform-content .explain-list, .data-area .platform-content .explain-list {
        width: 100% !important;
        padding: 20px 24px;
        height: inherit !important
    }

    .market-area .platform-content .explain-list .line, .data-area .platform-content .explain-list .line {
        width: 100% !important;
        height: auto !important;
        border: 0 !important;
        display: block;
        zoom: 1;
        overflow: hidden;
        padding: 12px 0
    }

    .market-area .platform-content .explain-list .line .product, .data-area .platform-content .explain-list .line .product {
        width: 50% !important;
        height: inherit !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important
    }

    .market-area .platform-content .explain-list .line .product p, .data-area .platform-content .explain-list .line .product p {
        display: none
    }

    .market-area .platform-content .explain-list .line .product .logo img, .data-area .platform-content .explain-list .line .product .logo img {
        width: 28px;
        height: 28px
    }

    .market-area .platform-content .explain-list .line .product h5, .data-area .platform-content .explain-list .line .product h5 {
        font-size: 13px;
        margin: 0 0 0 16px !important
    }

    .market-area .platform-content .all-analysis, .data-area .platform-content .all-analysis {
        top: 80px;
        height: inherit;
        padding-bottom: 20px;
        width: 94%;
        margin: 0 auto
    }

    .market-area .platform-content .all-analysis .explain, .data-area .platform-content .all-analysis .explain {
        width: 100%;
        height: inherit;
        padding-bottom: 20px
    }

    .market-area .platform-content .all-analysis .explain p, .data-area .platform-content .all-analysis .explain p {
        text-align: left;
        margin: 0;
        padding-left: 24px
    }

    .market-area .platform-content .all-analysis .explain p:first-child, .data-area .platform-content .all-analysis .explain p:first-child {
        line-height: inherit;
        height: 64px
    }

    .market-area .platform-content .all-analysis .explain p:first-child i, .data-area .platform-content .all-analysis .explain p:first-child i {
        display: none
    }

    .market-area .platform-content .all-analysis .explain p:first-child span, .data-area .platform-content .all-analysis .explain p:first-child span {
        font-size: 18px
    }

    .market-area .platform-content .all-analysis .explain p:nth-child(2), .data-area .platform-content .all-analysis .explain p:nth-child(2) {
        font-size: 12px;
        line-height: 24px
    }

    .market-area .platform-content .all-analysis .explain p:nth-child(2) label, .data-area .platform-content .all-analysis .explain p:nth-child(2) label {
        display: inline-block;
        float: left
    }

    .market-area .platform-content .all-analysis .explain p:nth-child(2) label em, .data-area .platform-content .all-analysis .explain p:nth-child(2) label em {
        display: inline-block;
        padding-right: 4px
    }

    .market-area .platform-content .other-market, .data-area .platform-content .other-market {
        width: 94%;
        margin: 0 auto;
        top: 82px
    }

    .market-area .platform-content .other-market .product, .data-area .platform-content .other-market .product {
        height: inherit;
        padding-left: 24px;
        margin-top: 10px;
        width: 100%
    }

    .market-area .platform-content .other-market .product .logo, .data-area .platform-content .other-market .product .logo {
        margin-top: 24px
    }

    .market-area .platform-content .other-market .product .logo img, .data-area .platform-content .other-market .product .logo img {
        width: 34px;
        height: inherit
    }

    .market-area .platform-content .other-market .product h5, .data-area .platform-content .other-market .product h5 {
        margin: 20px 0 12px
    }

    .market-area .platform-content .other-market .product span, .data-area .platform-content .other-market .product span {
        margin: 30px 0 24px
    }

    .market-area .platform-content .product p, .data-area .platform-content .product p {
        font-size: 12px
    }

    .data-area .platform-content {
        position: relative;
        padding-top: 0;
        height: auto;
        padding-bottom: 240px
    }

    .data-area .platform-content .platform-sign {
        top: 0
    }

    .data-area .platform-content .platform-logo {
        background: url(../image/pic-1.png) no-repeat;
        background-position: 15px 0;
        background-size: 100%;
        width: 60px;
        top: 0;
        margin-top: 100px
    }

    .data-area .platform-content .products {
        top: 210px
    }

    .data-area .platform-content .products .data-market {
        padding-bottom: 0
    }

    .data-area .platform-content .products a {
        width: 94% !important;
        margin: 0 auto 10px !important;
        padding-bottom: 30px;
        height: auto !important
    }

    .data-area .platform-content .products a.product {
        padding-left: 24px
    }

    .data-area .platform-content .products a span {
        margin-top: 20px;
        font-size: 12px
    }

    .data-area .platform-content .products a .product {
        width: 100% !important;
        height: auto !important;
        padding-bottom: 30px
    }

    .data-area .platform-content .products a .product:first-child {
        padding-left: 24px
    }

    .data-area .platform-content .products a .product:first-child p {
        width: 94%
    }

    .data-area .platform-content .products a .product:nth-child(2) {
        padding: 0
    }

    .data-area .platform-content .products a .product:nth-child(2) ul {
        margin: 14px 0 16px 24px !important;
        display: block;
        zoom: 1;
        overflow: hidden
    }

    .data-area .platform-content .products a .product:nth-child(2) ul li {
        width: 50%;
        float: left;
        font-size: 12px !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0 !important;
        padding: 8px 0
    }

    .data-area .platform-content .products a .product:nth-child(2) ul li i {
        margin-right: 4px !important;
        line-height: 24px;
        font-size: 18px
    }

    .data-area .platform-content .products a .logo {
        margin-top: 30px !important
    }

    .data-area .platform-content .products a h5 {
        margin: 20px 0 12px !important
    }
}

.web_en .platform-content .all-analysis .explain p:nth-child(2) {
    font-size: 14px
}

.web_en .platform-content .all-analysis .explain p i {
    font-size: 56px
}

.web_en .platform-content .all-analysis .explain p span {
    font-size: 16px;
    line-height: 36px
}

.web_en .platform-content .product p {
    font-size: 12px;
    height: 80px;
    text-align: left;
    line-height: 22px
}

.web_en .platform-content .product span {
    font-size: 12px;
    line-height: 22px
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .web_en .web_en .platform-content .all-analysis .explain p i {
        font-size: 36px
    }

    .web_en .web_en .platform-content .all-analysis .explain p:nth-child(2) {
        line-height: 32px
    }
}

.banner {
    position: relative;
    width: 100%;
    margin: 0 auto 0
}

.banner ul {
    width: 100%;
    height: 584px;
    overflow: hidden;
    position: relative;
    background-image: -webkit-linear-gradient(227deg, #007FF0 0%, #006EDF 28%, #0044BC 76%, #003DAC 100%);
    background-image: -o-linear-gradient(227deg, #007FF0 0%, #006EDF 28%, #0044BC 76%, #003DAC 100%);
    background-image: linear-gradient(223deg, #007FF0 0%, #006EDF 28%, #0044BC 76%, #003DAC 100%);
    background-size: 100%
}

.banner ul li {
    position: absolute;
    display: block
}

.banner ul li.move {
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.banner ul li.g {
    top: -190px;
    left: -80px;
    width: 358px;
    height: 216px
}

.banner ul li.o1 {
    top: 70px;
    left: 280px;
    width: 80px;
    height: 80px
}

.banner ul li.oo {
    top: 260px;
    left: 50px;
    width: 40px;
    height: 40px
}

.banner ul li.l {
    top: 260px;
    left: 100px;
    width: 307px;
    height: 325px
}

.banner ul li.a {
    top: 270px;
    right: 100px;
    width: 381px;
    height: 270px
}

.banner ul li.o2 {
    top: 70px;
    right: 300px;
    width: 127px;
    height: 127px
}

.banner ul li.o3 {
    top: 300px;
    right: 60px;
    width: 60px;
    height: 60px
}

.banner ul li.t {
    top: -185px;
    right: -50px;
    width: 415px;
    height: 280px
}

.banner ul li.b {
    width: 100%;
    height: 100%;
    z-index: 7;
    top: 0
}

.banner ul li.b img {
    width: 100%;
    height: 100%
}

.banner ul li.text {
    z-index: 8;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%)
}

.banner ul li.text h1 {
    font-size: 56px;
    color: #fff;
    letter-spacing: 0;
    line-height: 72px;
    text-shadow: 0 2px 4px rgba(0, 85, 174, 0.48)
}

.banner ul li.text h1::after {
    --scale: 1;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 65%;
    height: 4px;
    width: 97px;
    background: #58D9FB
}

.banner ul li.text h3 {
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 40px;
    text-shadow: 0 2px 4px rgba(0, 85, 174, 0.4)
}

@media screen and (min-width: 1280px) {
    .g {
        top: -190px;
        left: -120px
    }

    .o1 {
        top: 70px;
        left: 200px
    }

    .oo {
        top: 260px;
        left: 0px
    }

    .l {
        top: 260px;
        left: 50px
    }

    .a {
        top: 270px;
        right: 20px
    }

    .o2 {
        top: 70px;
        right: 150px
    }

    .o3 {
        top: 300px;
        right: 30px
    }

    .t {
        top: -185px;
        right: -120px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .g {
        top: -220px;
        left: -180px
    }

    .o1 {
        top: 70px;
        left: 120px
    }

    .oo {
        top: 260px;
        left: -80px
    }

    .l {
        top: 260px;
        left: 0px
    }

    .a {
        top: 270px;
        right: 0px
    }

    .o2 {
        top: 70px;
        right: 120px
    }

    .o3 {
        top: 300px;
        right: -20px
    }

    .t {
        top: -200px;
        right: -160px
    }
}

@media screen and (max-width: 1023px) {
    .banner {
        margin: 0px auto 0
    }

    .banner ul {
        height: 375px
    }

    .banner ul li.text {
        top: 26% !important;
        width: 100%;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .banner ul li.text h1 {
        font-size: 30px;
        line-height: inherit
    }

    .banner ul li.text h1::after {
        top: 110px;
        height: 2px;
        width: 56px;
        background: #58D9FB
    }

    .banner ul li.text h1 label {
        display: block;
        padding: 3px 0
    }

    .banner ul li.text h3 {
        font-size: 14px
    }

    .banner ul li.g {
        top: -92px;
        left: -100px;
        width: 180px
    }

    .banner ul li.o1 {
        top: 50px;
        left: 70px;
        width: 30px
    }

    .banner ul li.oo {
        top: 260px;
        left: -80px
    }

    .banner ul li.l {
        top: 220px;
        left: -50px;
        width: 150px
    }

    .banner ul li.a {
        bottom: -30px;
        right: -30px;
        width: 190px
    }

    .banner ul li.o2 {
        top: 20px;
        right: 50px;
        width: 50px
    }

    .banner ul li.o3 {
        top: 260px;
        right: -80px
    }

    .banner ul li.t {
        top: -92px;
        right: -100px;
        width: 180px;
        height: auto
    }

    .banner ul li.text {
        z-index: 8;
        top: 20%;
        left: 27%
    }
}

.web_en .banner ul li.text h1::after {
    width: 185px
}

@media screen and (min-width: 1024px) and (max-width: 1325px) {
    .web_en .banner ul li.text h1::after {
        width: 185px;
        top: 45%
    }
}

@media screen and (max-width: 1023px) {
    .web_en .banner ul li.text h1::after {
        top: 65px;
        width: 100px
    }
}

.partener-area {
    width: 100%;
    padding: 80px 0px 180px 0px;
    background: #F1F7FF
}

.partener-area h3 {
    font-size: 40px;
    color: #17233D;
    text-align: center;
    position: relative;
    font-weight: 500;
    padding: 90px 0 60px
}

.partener-area .slide-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.partener-area .slide-wrap::after {
    content: "";
    position: absolute;
    bottom: -28px;
    right: -40px;
    width: 111px;
    height: 111px;
    background-color: #FF9900;
    border-radius: 0px 40px 0px 40px;
    z-index: 0
}

.partener-area .slide-wrap .slide-wrap-left {
    position: relative;
    width: 326px;
    height: 555px;
    background-color: #1654c3;
    border-radius: 48px 48px 48px 0;
    z-index: 2
}

.partener-area .slide-wrap .slide-wrap-left::after {
    display: block;
    content: '';
    width: 212px;
    height: 215px;
    background-image: url("../image/programme.svg");
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.partener-area .slide-wrap .slide-wrap-left .left-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    text-align: center;
    text-align: left;
    padding-top: 39px
}

.partener-area .slide-wrap .slide-wrap-left .left-title .slide-dev {
    margin-top: 32px;
    margin-right: 20px;
    text-align: left;
    font-size: 18px;
    color: #FFFFFF;
    opacity: 0.6;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.partener-area .slide-wrap .slide-wrap-left .left-title .slide-dev:hover {
    opacity: 1;
    -webkit-transition: linear .4s;
    -o-transition: linear .4s;
    transition: linear .4s
}

.partener-area .slide-wrap .slide-wrap-left .left-title .slide-dev.slide-p-active {
    opacity: 1;
    -webkit-transition: linear .4s;
    -o-transition: linear .4s;
    transition: linear .4s
}

.partener-area .slide-wrap .slide-wrap-left .left-title p {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 600;
    position: relative;
    width: 172px;
    opacity: 0.6;
    padding-right: 15px;
    margin-bottom: 16px;
    margin-top: 32px;
    cursor: pointer;
    -webkit-transition: linear .4s;
    -o-transition: linear .4s;
    transition: linear .4s
}

.partener-area .slide-wrap .slide-wrap-left .left-title p::after {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    left: -18px;
    top: 0;
    bottom: 0;
    -webkit-transition: linear .4s;
    -o-transition: linear .4s;
    transition: linear .4s;
    background-color: white
}

.partener-area .slide-wrap .slide-wrap-right {
    position: absolute;
    width: -webkit-calc(100% - 285px);
    width: calc(100% - 285px);
    left: 300px;
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    padding: 56px 58px 40px 80px;
    margin-left: -20px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(31, 49, 89, 0.08);
    box-shadow: 0px 8px 16px 0px rgba(31, 49, 89, 0.08);
    border-radius: 16px;
    background-image: url("../image/headBackground.png");
    z-index: 1
}

.partener-area .slide-wrap .slide-wrap-right h4 {
    font-size: 28px;
    color: #17233D;
    font-weight: 500;
    margin-bottom: 24px
}

.partener-area .slide-wrap .slide-wrap-right p:not(.btn-group) {
    font-size: 16px;
    color: rgba(23, 35, 61, 0.75);
    line-height: 24px;
    margin-bottom: 24px
}

.partener-area .slide-wrap .slide-wrap-right dl {
    padding: 22px 0;
    border-top: 1px solid rgba(23, 35, 61, 0.1);
    border-bottom: 1px solid rgba(23, 35, 61, 0.1)
}

.partener-area .slide-wrap .slide-wrap-right dd {
    font-size: 16px;
    color: #17233D;
    padding: 8px 0px 4px 0px;
    line-height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.partener-area .slide-wrap .slide-wrap-right dd:nth-child(1) {
    padding-top: 2px
}

.partener-area .slide-wrap .slide-wrap-right dd i {
    color: var(--baseBlue);
    margin-right: 12px;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px
}

.partener-area .slide-wrap .slide-wrap-right .slide-right-main, .partener-area .slide-wrap .slide-wrap-right .slide-right-item, .partener-area .slide-wrap .slide-wrap-right .slide-item-child {
    width: 100%;
    height: 100%
}

.partener-area .slide-wrap .slide-wrap-right .slide-bottom {
    width: -webkit-calc(300px);
    width: calc(300px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 10px
}

.partener-area .slide-wrap .slide-wrap-right .slide-bottom .btn {
    color: var(--baseBlue);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0
}

.partener-area .slide-wrap .slide-wrap-right .slide-bottom #slide-bottom-left {
    height: 70px;
    line-height: 70px
}

.partener-area .slide-wrap .slide-wrap-right .slide-bottom #slide-bottom-left-back {
    display: none;
    height: 88px;
    margin-top: -18px
}

.partener-area .slide-wrap .slide-wrap-right .slide-bottom #slide-bottom-left-back p {
    background: #F0F1F3;
    height: 40px;
    margin-bottom: 8px
}

.partener-area .slide-wrap .slide-wrap-right .slide-bottom #slide-bottom-left-back .middle-back {
    width: 72px
}

.partener-area .slide-wrap .slide-wrap-right .slide-bottom #slide-bottom-left-back .large-back {
    width: 151px
}

.partener-area .slide-wrap .slide-wrap-right .slide-bottom #slide-bottom-left-back .back-top, .partener-area .slide-wrap .slide-wrap-right .slide-bottom #slide-bottom-left-back .back-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 4px
}

.partener-area .slide-wrap .slide-wrap-right .slide-bottom .show-left-back {
    display: block !important
}

.partener-area .slide-wrap .slide-wrap-right .slide-bottom .bottom-right span {
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    line-height: 62px;
    background-color: #ffffff;
    text-align: center;
    -webkit-box-shadow: 2px 2px 16px #ccc;
    box-shadow: 2px 2px 16px #ccc;
    cursor: pointer;
    margin-left: 18px
}

.partener-area .slide-wrap .slide-wrap-right .slide-bottom .bottom-right span i {
    color: #17233D;
    font-size: 26px;
    font-weight: bolder
}

.partener-area .slide-wrap .slide-wrap-right .slide-right-btn {
    position: absolute;
    bottom: 50px;
    right: 50px
}

.partener-area .slide-wrap .slide-wrap-right .slide-right-item {
    display: none;
    position: relative
}

.partener-area .slide-wrap .slide-wrap-right .slide-item-child {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    width: 98%
}

.partener-area .slide-wrap .slide-wrap-right .show-item {
    display: block;
    -webkit-transition: ease-out 1s;
    -o-transition: ease-out 1s;
    transition: ease-out 1s
}

.partener-area .slide-wrap .slide-wrap-right .hide-item {
    display: none;
    opacity: 0;
    -webkit-transition: ease-out 1s;
    -o-transition: ease-out 1s;
    transition: ease-out 1s
}

.partener-area .slide-wrap .slide-wrap-right .slide-animate-in {
    opacity: 1;
    -webkit-transition: ease-out 1s;
    -o-transition: ease-out 1s;
    transition: ease-out 1s;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.partener-area .slide-wrap .slide-wrap-right .slide-animate-out {
    opacity: 0;
    -webkit-transition: ease-out 1s;
    -o-transition: ease-out 1s;
    transition: ease-out 1s;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px)
}

.partener-area .slide-title {
    display: none
}

.partener-area .swiper-pagination {
    display: none
}

.partener-area .pc-swiper-pagination {
    display: inline-block
}

.partener-area .pc-swiper-pagination i {
    display: inline-block;
    margin-right: 16px;
    width: 30px;
    height: 4px;
    background: rgba(23, 35, 61, 0.1);
    border-radius: 2px;
    cursor: pointer
}

.partener-area .pc-swiper-pagination i.active {
    background-color: var(--baseBlue)
}

.web_en .partener-area .slide-wrap-left .left-title p {
    width: 100% !important
}

.web_en .partener-area .slide-wrap .slide-wrap-left {
    height: 760px
}

.web_en .partener-area .slide-wrap .slide-wrap-left .left-title {
    padding-top: 45px
}

.web_en .partener-area .slide-wrap .slide-wrap-left #slide-left-btn-1 {
    padding-left: 24px !important
}

.web_en .partener-area .partener-area .slide-wrap .slide-wrap-right {
    padding-top: 40px !important
}

.web_en .partener-area .partener-area .slide-wrap .slide-wrap-right .slide-right-btn {
    bottom: 35px !important
}

.web_en .partener-area .partener-area .slide-wrap .slide-wrap-right .slide-bottom {
    bottom: -10px !important
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .partener-area .slide-wrap .slide-wrap-left {
        height: 615px
    }

    #slide-bottom-left-back {
        width: 70%;
        margin-top: -140px
    }

    .partener-area .slide-wrap .slide-wrap-right .slide-right-btn {
        bottom: 48px
    }

    .partener-area .slide-wrap .slide-wrap-right .slide-bottom:not(.slide-right-btn) {
        bottom: 8px
    }
}

@media screen and (max-width: 1023px) {
    .web_en .partener-area .slide-wrap {
        min-height: 815px
    }

    .partener-area {
        padding: 0px;
        min-height: 680px;
        padding-bottom: 100px
    }

    .partener-area h3 {
        font-size: 20px;
        padding-top: 45px;
        padding-bottom: 34px
    }

    .partener-area .slide-title {
        display: block;
        text-align: center;
        margin-bottom: 20px
    }

    .partener-area .slide-title .title-wrap {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .partener-area .slide-title span {
        font-size: 14px;
        color: #17233D;
        position: relative;
        display: inline-block;
        padding-bottom: 20px
    }

    .partener-area .slide-title span::after {
        content: '';
        height: 4px;
        width: 0%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0
    }

    .partener-area .slide-title span.active {
        color: var(--baseBlue)
    }

    .partener-area .slide-title span.active::after {
        width: 100%;
        background-color: var(--baseBlue);
        -webkit-transition: width linear 0.3s;
        -o-transition: width linear 0.3s;
        transition: width linear 0.3s;
        margin: auto
    }

    .partener-area .slide-wrap {
        min-height: 480px
    }

    .partener-area .slide-wrap .slide-wrap-left {
        display: none
    }

    .partener-area .slide-wrap .slide-wrap-right {
        width: 100%;
        height: 100%;
        left: 0;
        padding: 0;
        top: 0px;
        margin-left: 0
    }

    .partener-area .slide-wrap .slide-wrap-right h4 {
        font-size: 20px;
        margin-bottom: 16px
    }

    .partener-area .slide-wrap .slide-wrap-right p {
        font-size: 12px !important;
        margin-bottom: 12px !important
    }

    .partener-area .slide-wrap .slide-wrap-right dl {
        padding: 10px 0
    }

    .partener-area .slide-wrap .slide-wrap-right dl dd {
        font-size: 12px;
        padding: 2px 0
    }

    .partener-area .slide-wrap .slide-wrap-right .slide-right-item {
        min-height: 460px;
        padding-top: 35px
    }

    .partener-area .slide-wrap .slide-wrap-right .slide-item-child {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        height: -webkit-calc(100% - 37px);
        height: calc(100% - 37px)
    }

    .partener-area .slide-wrap .slide-bottom {
        margin-top: 0px;
        bottom: 20px !important;
        margin-top: 12px !important;
        padding-left: 0px !important
    }

    .partener-area .slide-wrap .slide-bottom .bottom-left a {
        font-size: 12px !important
    }

    .partener-area .slide-wrap .slide-bottom #slide-bottom-left-back {
        display: none
    }

    .partener-area .slide-wrap .slide-bottom .bottom-right {
        display: none
    }

    .partener-area .slide-wrap::after {
        display: none
    }

    .pc-swiper-pagination {
        display: none !important
    }

    .partener-area .swiper-pagination {
        display: block;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        text-align: center;
        margin-top: 32px
    }

    .partener-area .swiper-pagination i {
        display: inline-block;
        margin-right: 24px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid var(--baseBlue)
    }

    .partener-area .swiper-pagination i.active {
        background-color: var(--baseBlue)
    }
}

@media screen and (max-width: 352px) {
    .slide-wrap {
        min-height: 520px !important
    }

    .slide-right-item {
        min-height: 520px !important;
        padding-top: 25px !important
    }

    .slide-bottom {
        margin-top: 0px;
        bottom: 20px !important;
        margin-top: 12px !important
    }
}

.article-area {
    width: 100%;
    height: 690px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.article-area .box {
    position: relative;
    width: 100%;
    padding: 0 20px;
    background-image: url("../image/supplier-back.png");
    background-repeat: no-repeat;
    background-size: 1140px 690px;
    background-position: 30px 0px
}

.article-area .box::after {
    content: '';
    width: 24%;
    height: 100%;
    background-image: url("../image/supplier-back2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.article-area .box, .article-area .layout, .article-area .area-warp {
    height: 100%
}

.article-area h3 {
    font-size: 40px;
    color: #17233D;
    font-weight: 500;
    padding-top: 170px
}

.article-area .area-title {
    text-align: center
}

.article-area .area-title p {
    font-size: 24px;
    color: rgba(23, 35, 61, 0.55);
    margin-top: 21px
}

.article-area .area-main {
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.article-area .area-main .num-item {
    width: 20%;
    text-align: center
}

.article-area .area-main .item-title {
    color: #1654C3
}

.article-area .area-main .item-title span:not(.item-title-animate-num) {
    font-size: 24px;
    margin-left: 2px
}

.article-area .area-main .item-title .item-title-animate-num {
    font-size: 60px;
    font-weight: 500
}

.article-area .area-main .item-desc {
    margin-top: 20px;
    font-size: 24px;
    color: rgba(23, 35, 61, 0.75)
}

.web_en .article-area .item-title {
    color: #1654C3
}

.web_en .article-area .item-title span:not(.item-title-animate-num) {
    font-size: 18px
}

.web_en .article-area .item-title .item-title-animate-num {
    font-size: 55px;
    font-weight: 500
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .article-area {
        height: 690px
    }

    .article-area .box {
        width: 100%;
        background-size: 1140px 690px
    }

    .article-area h3 {
        padding-top: 175px !important
    }
}

@media screen and (max-width: 1023px) {
    .article-area {
        height: auto
    }

    .article-area .box {
        width: 100%;
        top: 0;
        padding: 30px 0;
        background-image: none
    }

    .article-area .box .area-title h3 {
        padding-top: 15px;
        font-size: 20px
    }

    .article-area .box .area-title p {
        font-size: 12px;
        margin-top: 10px
    }

    .article-area .box .area-main {
        margin-top: 40px
    }

    .article-area .box .area-main .num-item {
        width: 33%;
        margin-bottom: 24px;
        white-space: nowrap
    }

    .article-area .box .area-main .num-item .item-title-animate-num {
        font-size: 28px
    }

    .article-area .box .area-main .num-item .item-desc {
        font-size: 14px
    }

    .web_en .article-area .area-main .num-item {
        width: 100% !important
    }
}

a.toTop {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background: #fff;
    color: rgba(23, 35, 61, 0.35);
    text-decoration: none;
    font-size: 32px;
    text-align: center;
    line-height: 44px;
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
    transition: .5s ease 0s;
    -webkit-transition: .5s ease 0s;
    -moz-transition: .5s ease 0s;
    -ms-transition: .5s ease 0s;
    -o-transition: .5s ease 0s;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(23, 35, 61, 0.16);
    box-shadow: 0px 4px 16px 0px rgba(23, 35, 61, 0.16)
}

a.toTop:hover {
    color: #2185F0;
    background-size: 100% auto
}

.returnTop {
    z-index: 100;
    position: fixed;
    right: 40px;
    bottom: 210px;
    display: none
}

.xiao-neng-kf {
    cursor: pointer;
    display: none
}

.xiao-neng-kf a {
    width: 44px;
    height: 44px;
    font-size: 32px;
    padding: 6px;
    border-radius: 4px 4px 0 0;
    display: block;
    color: rgba(23, 35, 61, 0.35);
    background: #fff;
    overflow: hidden
}

.xiao-neng-kf a i {
    width: 100%
}

.xiao-neng-kf a label {
    display: none;
    width: 44px;
    height: 44px
}

.xiao-neng-kf:hover a {
    color: #2185F0
}

.xiao-neng-kf:hover a > i {
    display: none
}

.xiao-neng-kf:hover a label {
    display: block
}

.xiao-neng-kf .xiao-neng-btn .service-panel {
    position: absolute;
    right: 49px;
    bottom: 0px;
    width: 320px;
    height: 448px;
    padding: 24px 16px 32px 24px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 8px 0 rgba(23, 35, 61, 0.35);
    box-shadow: 0 2px 8px 0 rgba(23, 35, 61, 0.35);
    display: none;
    z-index: 999999
}

.xiao-neng-kf .xiao-neng-btn .service-panel h3 {
    font-family: PingFangSC-Light;
    font-size: 24px;
    color: rgba(23, 35, 61, 0.55)
}

.xiao-neng-kf .xiao-neng-btn .service-panel .items {
    width: 100%;
    margin-top: 16px
}

.xiao-neng-kf .xiao-neng-btn .service-panel .item {
    font-family: PingFangSC-Medium;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: rgba(23, 35, 61, 0.8)
}

.xiao-neng-kf .xiao-neng-btn .service-panel .close-talking {
    width: 16px;
    height: 16px;
    display: block;
    font-size: 16px;
    position: absolute;
    color: rgba(23, 35, 61, 0.8);
    right: 20px;
    top: 12px;
    opacity: 0.8;
    background-position: -493px -532px;
    cursor: pointer
}

.ntalk-window-containter input {
    -webkit-appearance: normal
}

@media screen and (max-width: 1023px) {
    .xiao-neng-btn .service-panel {
        width: 250px !important
    }
}

.QR-code-container {
    cursor: pointer
}

.QR-code-container a {
    width: 44px;
    height: 44px;
    font-size: 32px;
    padding: 6px;
    border-radius: 4px;
    display: block;
    color: rgba(23, 35, 61, 0.35);
    background: #fff;
    overflow: hidden
}

.QR-code-container a i {
    width: 100%
}

.QR-code-container a label {
    display: none;
    width: 44px;
    height: 44px
}

.QR-code-container:hover a {
    color: #2185F0
}

.QR-code-container:hover a > i {
    display: none
}

.QR-code-container:hover a label {
    display: block
}

.QR-code-container:hover .QR-code-contents {
    display: block
}

.QR-code-container .QR-code-contents {
    position: absolute;
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 4px;
    right: 60px;
    top: -100px;
    padding: 14px 24px;
    display: none;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(23, 35, 61, 0.16);
    box-shadow: 0px 4px 16px 0px rgba(23, 35, 61, 0.16)
}

.QR-code-container .QR-code-contents:after {
    content: '';
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    top: 112px;
    position: absolute;
    border-left: 7px solid rgba(0, 0, 0, 0.1);
    right: -7px
}

.QR-code-container .QR-code-contents:before {
    content: '';
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    top: 112px;
    position: absolute;
    border-left: 6px solid #fff;
    right: -6px;
    z-index: 20
}

.QR-code-container .QR-code-contents p {
    width: 100%
}

.QR-code-container .QR-code-contents p img {
    width: 100%
}

.QR-code-container .QR-code-contents label {
    width: 100%;
    text-align: center;
    color: #8a8a8a;
    font-size: 12px;
    display: block;
    line-height: 12px
}

.QR-code-container .QR-code-contents:hover .QR-code-contents {
    display: block
}

.register {
    width: 100%;
    height: 360px;
    background-color: var(--baseBlue);
    text-align: center;
    padding-top: 115px;
    overflow: hidden;
    position: relative
}

.register .register-moveIn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    opacity: 1
}

.register h3 {
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 40px;
    -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transform: translateY(300px);
    opacity: 0
}

.register a {
    display: inline-block;
    width: 152px;
    height: 48px;
    line-height: 48px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transform: translateY(300px);
    opacity: 0
}

.reg-back-l {
    width: 360px;
    height: 180px;
    position: absolute;
    left: -400px;
    top: 0;
    opacity: 0
}

.reg-back-l.reg-back-l-moveIn {
    left: 40px;
    -webkit-transition: left 0.8s ease-in-out;
    -o-transition: left 0.8s ease-in-out;
    transition: left 0.8s ease-in-out;
    opacity: 1
}

.reg-back-r {
    width: 420px;
    height: 240px;
    position: absolute;
    right: -460px;
    bottom: 0;
    opacity: 0
}

.reg-back-r.reg-back-r-moveIn {
    right: 40px;
    -webkit-transition: right 0.8s ease-in-out;
    -o-transition: right 0.8s ease-in-out;
    transition: right 0.8s ease-in-out;
    opacity: 1
}

.layout {
    width: 1380px;
    margin: auto
}

.to-T11-2019 {
    position: fixed;
    right: 20px;
    top: 250px;
    z-index: 100;
    width: 80px;
    height: 80px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.12)
}

@media screen and (min-width: 1920px) {
    .layout, .capacity .capacity-content, .box_area {
        width: 1380px
    }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
    .layout, .capacity .capacity-content, .box_area {
        width: 1140px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .layout, .capacity .capacity-content, .box_area {
        width: 976px
    }
}

@media screen and (max-width: 1023px) {
    .layout {
        padding-left: 24px;
        padding-right: 24px
    }

    .layout, .capacity .capacity-content, .box_area {
        width: 100%
    }

    .register {
        display: none
    }
}

/*# sourceMappingURL=index.css.map */
