.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: -webkit-transform;
	-moz-transition-property: transform, -moz-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform, -moz-transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-moz-transition-property: transform, height, -moz-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform, -moz-transform
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12) infinite;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn)
	}
}

@-moz-keyframes swiper-preloader-spin {
	to {
		-moz-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		-moz-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

body {
	margin: 0
}

body,
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

ul {
	list-style-type: none
}

.landing-wsc-container {
	padding-bottom: 100px;
	color: #323233
}

.landing-wsc-container em {
	font-style: normal
}

.landing-wsc-container a.clue-button {
	display: inline-block;
	background: #155bd4;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	border-radius: 2px;
	text-align: center;
	padding: 14px 36px;
	text-decoration: none
}

.landing-wsc-container .pad-only,
.landing-wsc-container .wap-only {
	display: none
}

.landing-wsc-container .page-header {
	position: relative;
	height: 540px;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, .07)), to(rgba(255, 0, 0, .035)));
	background: -webkit-linear-gradient(left, rgba(255, 0, 0, .07), rgba(255, 0, 0, .035));
	background: -moz-linear-gradient(left, rgba(255, 0, 0, .07), rgba(255, 0, 0, .035));
	background: linear-gradient(90deg, rgba(255, 0, 0, .07), rgba(255, 0, 0, .035));
	margin: 0 auto 147px;
	line-height: 0
}

.landing-wsc-container .page-header .container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	background-color: transparent
}

.landing-wsc-container .page-header .container h1 {
	padding-top: 40px;
}

.landing-wsc-container .page-header .container .container-image {
	float: right;
	height: 430px;
	display: block;
	margin: 80px 20px 0 0
}
.landing-wsc-container .page-header .container::after {
	position: absolute;
	z-index: 10;
	content: "";
	right: 240px;
	top: 135px;
	width: 90px;
	height: 18px;
	background-color: #fa9192;
	overflow: hidden;
}

.landing-wsc-container .page-header .container .logo {
	width: 84px;
	margin: 74px 0 6px
}

.landing-wsc-container .page-header .container .listing-code {
	font-size: 12px;
	line-height: 28px;
	color: #251917;
	margin-bottom: 24px
}

.landing-wsc-container .page-header .container h1 {
	font-size: 44px;
	line-height: 59px;
	margin-bottom: 10px
}

.landing-wsc-container .page-header .container h1 span {
	font-weight: 500
}

.landing-wsc-container .page-header .container .desc {
	font-size: 24px;
	line-height: 28px;
	color: #646566;
	margin-bottom: 18px
}

.landing-wsc-container .page-header .container .detail-list {
	font-size: 15px;
	line-height: 42px;
	color: #ff5252;
	margin-bottom: 39px;
	padding-left: 0;
}

.landing-wsc-container .page-header .container .detail-list li {
	display: inline-block;
	white-space: nowrap
}

.landing-wsc-container .page-header .container .detail-list li:before {
	content: "";
	position: relative;
	top: 4px;
	display: inline-block;
	margin-right: 7px
}

.landing-wsc-container .page-header .container .detail-list li.icon-shop:before {
	width: 18px;
	height: 16px;
	background: url("https://img01.yzcdn.cn/upload_files/2021/09/14/FjDmpRf65umDFaqFF3xuMKWjtA6W.png") 50%/100% 100% no-repeat
}

.landing-wsc-container .page-header .container .detail-list li.icon-decoration:before {
	width: 16px;
	height: 18px;
	background: url("https://img01.yzcdn.cn/upload_files/2021/09/14/FoxBOusD-GnHA2uXVTyOnsca4_St.png") 50%/100% 100% no-repeat
}

.landing-wsc-container .page-header .container .detail-list li.icon-guest:before {
	width: 18px;
	height: 18px;
	background: url("https://img01.yzcdn.cn/upload_files/2021/09/14/Fh1jtqTZ-4gZ4xm6en080kiZvmtf.png") 50%/100% 100% no-repeat
}

.landing-wsc-container .page-header .container .detail-list li.icon-promotion:before {
	width: 19px;
	height: 18px;
	background: url("https://img01.yzcdn.cn/upload_files/2021/09/14/Fs4A6G1AFzRXeC2_6RhaPhtv5Ixt.png") 50%/100% 100% no-repeat
}

.landing-wsc-container .page-header .container .detail-list li.icon-private:before {
	width: 17px;
	height: 19px;
	background: url("https://img01.yzcdn.cn/upload_files/2021/09/14/FgJHu7bQfy6g3C1S7E6dumgARhaP.png") 50%/100% 100% no-repeat
}

.landing-wsc-container .page-header .container .detail-list li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	margin: 0 8px;
	background-color: #fa807d
}

.landing-wsc-container .page-header .container .detail-list li:last-of-type:after {
	display: none
}

.landing-wsc-container .page-header .container .clue-button {
	width: 204px
}

.landing-wsc-container .section {
	width: 1200px;
	margin: 0 auto;
	text-align: center
}

.landing-wsc-container .section h2 {
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 16px;
	font-weight: 500
}

.landing-wsc-container .section h2 span {
	font-weight: 500
}

.landing-wsc-container .section .desc {
	font-size: 20px;
	line-height: 28px;
	color: #969799;
	margin-bottom: 64px
}

.landing-wsc-container .section-1 {
	margin-bottom: 104px
}

.landing-wsc-container .section-1 .advantage-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 48px
}

.landing-wsc-container .section-1 .advantage-list .advantage-item {
	position: relative;
	width: 368px;
	border: 1px solid #ff5252;
	border-radius: 4px;
	padding: 23px 27px;
	margin-bottom: 40px;
	background-size: 64px 64px;
	background-position: 263px 43px;
	background-repeat: no-repeat
}

.landing-wsc-container .section-1 .advantage-list .advantage-item:nth-of-type(n+4) {
	margin-bottom: 0
}

.landing-wsc-container .section-1 .advantage-list .advantage-item dt {
	font-size: 20px;
	line-height: 24px;
	color: #040505;
	margin-bottom: 8px
}

.landing-wsc-container .section-1 .advantage-list .advantage-item dd {
	max-width: 201px;
	font-size: 16px;
	line-height: 24px;
	color: #969799
}

.landing-wsc-container .section-1 .advantage-list .advantage-item.icon-shop {
	background-image: url("https://img01.yzcdn.cn/upload_files/2021/09/17/FlZVmbV70_1soIUlGqj6kNoWaue7.png")
}

.landing-wsc-container .section-1 .advantage-list .advantage-item.icon-guest {
	background-image: url("https://img01.yzcdn.cn/upload_files/2021/09/17/FsAz0Ei-X1jsqO3VUByLiIFklvOY.png")
}

.landing-wsc-container .section-1 .advantage-list .advantage-item.icon-spread {
	background-image: url("https://img01.yzcdn.cn/upload_files/2021/09/17/FjkGyFt20G2cR7Cvo2c4uYSTAopZ.png")
}

.landing-wsc-container .section-1 .advantage-list .advantage-item.icon-member {
	background-image: url("https://img01.yzcdn.cn/upload_files/2021/09/17/FhrjisCR1tefvwGu84Q6VP9oXUI_.png")
}

.landing-wsc-container .section-1 .advantage-list .advantage-item.icon-wechat {
	background-image: url("https://img01.yzcdn.cn/upload_files/2021/09/17/FpfkdkAzqdli_CA4J7bkLbCcXvBR.png")
}

.landing-wsc-container .section-1 .advantage-list .advantage-item.icon-smart {
	background-image: url("https://img01.yzcdn.cn/upload_files/2021/09/17/Fh397NSALZC_4C4LQf5wp_-Yz0kN.png")
}

.landing-wsc-container .section-2 {
	margin-bottom: 107px;
	overflow-x: hidden
}

.landing-wsc-container .section-2 .case {
	margin-bottom: 48px
}

.landing-wsc-container .section-2 .case-triggers {
	margin-bottom: 33px
}

.landing-wsc-container .section-2 .case-triggers .swiper-trigger {
	display: inline-block;
	width: 140px;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
	cursor: pointer
}

.landing-wsc-container .section-2 .case-triggers .swiper-trigger.active {
	color: #155bd4;
	border-bottom: 2px solid #155bd4
}

.landing-wsc-container .section-2 .swiper-container {
	width: 832px;
	margin: 0 auto
}

.landing-wsc-container .section-2 .swiper-slide {
	height: 466px;
	-webkit-box-shadow: 0 8px 30px rgba(61, 67, 77, .08);
	box-shadow: 0 8px 30px rgba(61, 67, 77, .08);
	border-radius: 4px;
	line-height: 0;
	padding: 21px 0
}

.landing-wsc-container .section-2 .swiper-slide .case-detail {
	display: inline-block;
	width: 580px
}

.landing-wsc-container .section-2 .swiper-slide .case-detail .info {
	width: 288px;
	margin: 72px 30px 0 37px;
	float: left;
	text-align: left
}

.landing-wsc-container .section-2 .swiper-slide .case-detail .info .title {
	width: 288px;
	height: 40px;
	margin: 0 0 28px;
	position: relative;
	overflow: hidden
}

.landing-wsc-container .section-2 .swiper-slide .case-detail .info .title .shop-icon {
	width: 40px;
	height: 40px;
	float: left
}

.landing-wsc-container .section-2 .swiper-slide .case-detail .info .title .shop-name {
	max-width: 159px;
	font-size: 24px;
	color: #323233;
	line-height: 30px;
	font-weight: 500;
	margin: 5px 11px 5px 8px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.landing-wsc-container .section-2 .swiper-slide .case-detail .info .title .shop-category {
	float: left;
	font-size: 16px;
	line-height: 16px;
	color: #969799;
	padding-left: .5em;
	margin-top: 16px;
	border-left: 1px solid #969799
}

.landing-wsc-container .section-2 .swiper-slide .case-detail .info .num {
	width: 360px;
	height: 54px;
	margin: 0 0 26px
}

.landing-wsc-container .section-2 .swiper-slide .case-detail .info .num .num-left {
	float: left;
	width: 175px;
	height: 54px;
	margin: 0 -15px 0 0;
	position: relative
}

.landing-wsc-container .section-2 .swiper-slide .case-detail .info .num .num-right {
	float: left;
	width: 180px;
	height: 54px;
	position: relative
}

.landing-wsc-container .section-2 .swiper-slide .case-detail .info .num .shop-value {
	display: block;
	height: 28px;
	font-size: 28px;
	color: #323233;
	line-height: 28px;
	float: left;
	margin-right: 2px;
	font-weight: 600;
	font-family: Avenir
}

.landing-wsc-container .section-2 .swiper-slide .case-detail .info .num .shop-unit {
	width: 30px;
	height: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #323233;
	line-height: 24px;
	float: left;
	margin-top: 5px
}

.landing-wsc-container .section-2 .swiper-slide .case-detail .info .num .num-desc {
	position: absolute;
	width: 147px;
	height: 24px;
	font-size: 16px;
	color: #969799;
	line-height: 24px;
	font-weight: 400;
	top: 30px;
	right: 18px;
	left: 0
}

.landing-wsc-container .section-2 .swiper-slide .case-detail .info .description {
	width: 288px;
	height: 81px
}

.landing-wsc-container .section-2 .swiper-slide .case-detail .info .description .description-title {
	width: 280px;
	height: 28px;
	margin-bottom: 5px;
	font-size: 18px;
	color: #323233;
	line-height: 28px;
	font-weight: 500
}

.landing-wsc-container .section-2 .swiper-slide .case-detail .info .description .description-desc {
	max-width: 288px;
	height: 72px;
	font-size: 16px;
	color: #646566;
	line-height: 24px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.landing-wsc-container .section-2 .swiper-slide .case-detail .code-img {
	float: left;
	width: 203px;
	margin: 34px 22px 30px 0
}

.landing-wsc-container .section-3 {
	width: 100%;
	margin-bottom: 85px
}

.landing-wsc-container .section-3 .desc {
	margin-bottom: 76px
}

.landing-wsc-container .section-3 .advantage-list .advantage-item {
	padding: 0 -webkit-calc((100% - 1440px)/2);
	padding: 0 -moz-calc((100% - 1440px)/2);
	padding: 0 calc((100% - 1440px) / 2);
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.landing-wsc-container .section-3 .advantage-list .advantage-item:nth-of-type(2n) {
	background-color: #f9f9f9;
	padding-top: 48px;
	padding-bottom: 48px
}

.landing-wsc-container .section-3 .advantage-list .advantage-item .content {
	text-align: left;
	width: 640px;
	height: 440px;
	margin: 0 34.5px 0 80px;
	padding: 74px 48px 0 124px
}

.landing-wsc-container .section-3 .advantage-list .advantage-item .content h3 {
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 20px;
	font-weight: 500
}

.landing-wsc-container .section-3 .advantage-list .advantage-item .content p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 32px
}

.landing-wsc-container .section-3 .advantage-list .advantage-item.shop img {
	width: 551px;
	max-height: 320px;
	margin: 56px 0 64px
}

.landing-wsc-container .section-3 .advantage-list .advantage-item.marketing .content {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin: 0;
	padding: 100px 124px 0 48px
}

.landing-wsc-container .section-3 .advantage-list .advantage-item.marketing img {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 355px;
	max-height: 301px;
	margin: 68px 131px 71px 284px
}

.landing-wsc-container .section-3 .advantage-list .advantage-item.social {
	padding-top: 32px;
	padding-bottom: 32px
}

.landing-wsc-container .section-3 .advantage-list .advantage-item.social .content {
	margin-right: 0
}

.landing-wsc-container .section-3 .advantage-list .advantage-item.social img {
	width: 381px;
	max-height: 396px;
	margin: 56px 198px 14px 140px
}

.landing-wsc-container .section-3 .advantage-list .advantage-item.members h3 {
	margin-bottom: 18px
}

.landing-wsc-container .section-3 .advantage-list .advantage-item.members .content {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-left: 0;
	padding-left: 178px
}

.landing-wsc-container .section-3 .advantage-list .advantage-item.members .content .tab-list {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 35px
}

.landing-wsc-container .section-3 .advantage-list .advantage-item.members .content .tab-list .tab-item {
	width: 416px;
	height: 60px;
	font-size: 18px;
	line-height: 26px;
	padding: 18px 0 18px 40px;
	margin-bottom: 11px;
	background-color: hsla(0, 0%, 100%, .64);
	color: #949494;
	cursor: pointer
}

.landing-wsc-container .section-3 .advantage-list .advantage-item.members .content .tab-list .tab-item.active {
	color: #323233;
	background-color: #fff
}

.landing-wsc-container .section-3 .advantage-list .advantage-item.members .content .tab-list .tab-item:last-of-type {
	margin-bottom: 0
}

.landing-wsc-container .section-3 .advantage-list .advantage-item.members .desc-img {
	display: none;
	height: 324px;
	margin: 64px 0 72px 204px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 456px;
	-moz-box-flex: 0;
	-ms-flex: 0 0 456px;
	flex: 0 0 456px
}

.landing-wsc-container .section-3 .advantage-list .advantage-item.members .desc-img:first-of-type {
	position: relative;
	left: -26px
}

.landing-wsc-container .section-3 .advantage-list .advantage-item.members .desc-img.active {
	display: block
}

.landing-wsc-container .section-3 .advantage-list .advantage-item.private {
	padding-top: 32px
}

.landing-wsc-container .section-3 .advantage-list .advantage-item.private .content {
	margin-right: 0
}

.landing-wsc-container .section-3 .advantage-list .advantage-item.private img {
	width: 494px;
	max-height: 324px;
	margin: 53px 166px 64px 60px
}

.landing-wsc-container .section-4 {
	margin-bottom: 100px
}

.landing-wsc-container .section-4 .desc {
	margin-bottom: 70px
}

.landing-wsc-container .section-4 .solution-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 64px
}

.landing-wsc-container .section-4 .solution-list div {
	width: 276px;
	height: 413px;
	-webkit-box-shadow: 0 8px 30px rgba(61, 67, 77, .08);
	box-shadow: 0 8px 30px rgba(61, 67, 77, .08);
	text-align: center;
	padding: 204px 46px 0;
	border-radius: 2px;
	background-size: auto 140px;
	background-position: center 45px;
	background-repeat: no-repeat
}

.landing-wsc-container .section-4 .solution-list div.icon-strategy {
	background-image: url("https://img01.yzcdn.cn/upload_files/2021/09/08/FntR6mZmkOAZA7ZVokK41pgFrTfo.png")
}

.landing-wsc-container .section-4 .solution-list div.icon-tool {
	background-image: url("https://img01.yzcdn.cn/upload_files/2021/09/08/FheILdfFxe-qio6e3o8Rm9MbeNo7.png")
}

.landing-wsc-container .section-4 .solution-list div.icon-group {
	background-image: url("https://img01.yzcdn.cn/upload_files/2021/09/08/FlSia1KQVL5vkmKhrzljsxHsCi8S.png")
}

.landing-wsc-container .section-4 .solution-list div.icon-resource {
	background-image: url("https://img01.yzcdn.cn/upload_files/2021/09/08/FmSvB1McW4S9O_EHJ6ZFTX7pIIqV.png")
}

.landing-wsc-container .section-4 .solution-list div dt {
	font-size: 22px;
	line-height: 30px;
	color: #323233;
	margin-bottom: 16px
}

.landing-wsc-container .section-4 .solution-list div dd {
	font-size: 16px;
	line-height: 24px;
	color: #969799;
	text-align: left
}

.landing-wsc-container .section-4 .clue-button {
	width: 229px
}

.landing-wsc-container .section-5 {
	margin-bottom: 75px
}

.landing-wsc-container .section-5 .list-desc {
	font-size: 20px;
	line-height: 28px;
	color: #969799;
	margin-bottom: 63px;
	text-align: center
}

.landing-wsc-container .section-5 .list-desc li {
	display: inline-block
}

.landing-wsc-container .section-5 .list-desc li:last-of-type:after {
	display: none
}

.landing-wsc-container .section-5 .list-desc li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	background-color: #dcdee0;
	margin: 0 16px
}

.landing-wsc-container .section-5 .list-desc em {
	font-style: normal;
	color: #f42f20;
	margin-right: 5px
}

.landing-wsc-container .section-5 .customer-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.landing-wsc-container .section-5 .customer-list li {
	width: 111px;
	height: 111px;
	border-radius: 50%;
	margin-bottom: 48px;
	margin-right: -webkit-calc((100% - 777px)/6);
	margin-right: -moz-calc((100% - 777px)/6);
	margin-right: calc((100% - 777px) / 6)
}

.landing-wsc-container .section-5 .customer-list li:nth-of-type(7n) {
	margin-right: 0
}

.landing-wsc-container .section-5 .customer-list li:nth-last-child(-n+7) {
	margin-bottom: 0
}

.landing-wsc-container .section-5 .customer-list li img {
	width: 100%
}

.landing-wsc-container .section-6 {
	margin-bottom: 98px
}

.landing-wsc-container .section-6 h2 {
	margin-bottom: 66px
}

.landing-wsc-container .section-6 h2 em {
	font-style: normal;
	color: #f42f20
}

.landing-wsc-container .section-6 img {
	width: 815px
}

.landing-wsc-container .section-7 {
	margin-bottom: 86px
}

.landing-wsc-container .section-7 .desc {
	margin-bottom: 48px
}

.landing-wsc-container .section-7 .clue-button {
	width: 213px
}

.landing-wsc-container .footer-block {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	padding: 30px 0;
	background: #fa5145
}

.landing-wsc-container .footer-block .footer-inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.landing-wsc-container .footer-block .footer-inner h2 {
	font-size: 18px
}

.landing-wsc-container .footer-block .footer-inner .footer-btn {
	width: 214px;
	display: block;
	background: #fff;
	color: #f01c0c
}

.landing-wsc-container .footer-block .footer-inner p {
	line-height: 30px
}

.clue-button-extra {
	margin-top: 8px;
	color: #9c9c9c;
	font-size: 16px;
	display: block;
	text-align: center;
	text-decoration: none
}

.page-header .clue-button-wrapper {
	display: inline-block
}

.landing-wsc-container .page-header .container .clue-button {
	margin-bottom: 8px
}

.advantage-list .clue-button-wrapper {
	display: inline-block
}

.footer-block .clue-button-wrapper {
	position: absolute;
	display: inline-block;
	right: 20px;
	top: -10px
}

@media only screen and (max-width:1200px) {
	.landing-wsc-container .pad-only {
		display: block
	}

	.landing-wsc-container a.clue-button {
		width: auto;
		font-size: 16px;
		padding: 8px 15px
	}

	.landing-wsc-container .page-header {
		padding: 0 -webkit-calc((100% - 768px)/2);
		padding: 0 -moz-calc((100% - 768px)/2);
		padding: 0 calc((100% - 768px) / 2);
		height: 350px;
		margin-bottom: 44px
	}

	.landing-wsc-container .page-header .container {
		width: 724px
	}

	.landing-wsc-container .page-header .container .container-image {
		height: 260px;
		top: 61px;
		right: 47px;
		margin: 61px 16px 0 0
	}
	.landing-wsc-container .page-header .container::after {
		right: 150px;
		top: 94px;
		width: 50px;
		height: 12px;
	}

	.landing-wsc-container .page-header .container a.clue-button {
		width: 184px
	}

	.landing-wsc-container .page-header .container .logo {
		width: 63px;
		margin: 36px 0 4px
	}

	.landing-wsc-container .page-header .container .listing-code {
		font-size: 10px;
		line-height: 21px;
		margin-bottom: 16px
	}

	.landing-wsc-container .page-header .container h1 {
		font-size: 30px;
		line-height: 37px;
		font-weight: 500;
		margin-bottom: 2px
	}

	.landing-wsc-container .page-header .container .desc {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 8px
	}

	.landing-wsc-container .page-header .container .detail-list {
		font-size: 10px;
		line-height: 30px;
		margin-bottom: 16px
	}

	.landing-wsc-container .page-header .container .detail-list li:before {
		top: 2px;
		margin-right: 6px
	}

	.landing-wsc-container .page-header .container .detail-list li:after {
		position: relative;
		top: 2px;
		margin: 0 6px
	}

	.landing-wsc-container .page-header .container .detail-list li:last-child {
		display: none
	}

	.landing-wsc-container .page-header .container .detail-list li.icon-shop:before {
		width: 14px;
		height: 12px
	}

	.landing-wsc-container .page-header .container .detail-list li.icon-decoration:before {
		width: 11px;
		height: 13px
	}

	.landing-wsc-container .page-header .container .detail-list li.icon-guest:before {
		width: 12px;
		height: 12px
	}

	.landing-wsc-container .page-header .container .detail-list li.icon-promotion:before {
		width: 13px;
		height: 13px
	}

	.landing-wsc-container .page-header .container .detail-list li.icon-promotion:after {
		display: none
	}

	.landing-wsc-container .section {
		width: 726px
	}

	.landing-wsc-container .section h2 {
		font-size: 24px;
		line-height: 33px;
		margin-bottom: 8px
	}

	.landing-wsc-container .section .desc {
		font-size: 18px;
		line-height: 25px
	}

	.landing-wsc-container .section .pad-only {
		display: block
	}

	.landing-wsc-container .section-1 {
		margin-bottom: 88px
	}

	.landing-wsc-container .section-1 .desc {
		margin-bottom: 50px
	}

	.landing-wsc-container .section-1 .advantage-list {
		margin-bottom: 26px
	}

	.landing-wsc-container .section-1 .advantage-list .advantage-item {
		width: 228px;
		padding: 8px 16px;
		margin-bottom: 17px;
		background-size: 40px 40px;
		background-position: 172px 26px
	}

	.landing-wsc-container .section-1 .advantage-list .advantage-item dt {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 8px
	}

	.landing-wsc-container .section-1 .advantage-list .advantage-item dd {
		font-size: 12px;
		line-height: 18px;
		max-width: 138px
	}

	.landing-wsc-container .section-2 {
		margin-bottom: 90px
	}

	.landing-wsc-container .section-2 .desc {
		margin-bottom: 32px
	}

	.landing-wsc-container .section-2 .case {
		margin-bottom: 40px
	}

	.landing-wsc-container .section-2 .case-triggers {
		margin-bottom: 39px
	}

	.landing-wsc-container .section-2 .case-triggers .swiper-trigger {
		width: 80px
	}

	.landing-wsc-container .section-2 .swiper-container {
		width: 647px
	}

	.landing-wsc-container .section-2 .swiper-slide {
		padding: 0;
		height: 398px
	}

	.landing-wsc-container .section-2 .swiper-slide .case-detail .info {
		margin-top: 59px
	}

	.landing-wsc-container .section-2 .swiper-slide .case-detail .code-img {
		margin-top: 21px
	}

	.landing-wsc-container .section-3 {
		width: 100%;
		margin-bottom: 77px
	}

	.landing-wsc-container .section-3 .desc {
		margin-bottom: 14px
	}

	.landing-wsc-container .section-3 .advantage-list {
		min-width: 100%
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item {
		padding: 0 -webkit-calc((100% - 768px)/2);
		padding: 0 -moz-calc((100% - 768px)/2);
		padding: 0 calc((100% - 768px) / 2)
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item:nth-of-type(2n) {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item .content {
		width: 292px;
		height: auto;
		padding: 0;
		margin: 46px 0 0 60px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item .content h3 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 12px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item .content p {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 20px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item .content a.clue-button {
		font-size: 12px;
		line-height: 15px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.shop img {
		width: 348px;
		max-height: 202px;
		margin: 22px 0 64px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.marketing .content {
		padding: 62px 0 52px;
		margin-right: 30px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.marketing img {
		width: 224px;
		height: 188px;
		margin: 42px 82px 0 114px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.social {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.social img {
		width: 241px;
		max-height: 250px;
		margin: 26px 0 0 90px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.members .content {
		padding-left: 0;
		margin-right: 60px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.members .content h3 {
		margin-bottom: 10px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.members .content .tab-list {
		margin-bottom: 22px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.members .content .tab-list .tab-item {
		width: 262px;
		height: auto;
		font-size: 12px;
		line-height: 16px;
		padding: 11px 0 11px 16px;
		margin-bottom: 6px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.members .desc-img {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 288px;
		-moz-box-flex: 0;
		-ms-flex: 0 0 288px;
		flex: 0 0 288px;
		height: 204px;
		margin: 40px 110px 46px 60px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.members .desc-img:first-of-type {
		left: -16px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.private img {
		width: 310px;
		max-height: 203px;
		margin: 37px 0 36px 44px
	}

	.landing-wsc-container .section-4 {
		margin-bottom: 88px
	}

	.landing-wsc-container .section-4 .desc {
		margin-bottom: 44px
	}

	.landing-wsc-container .section-4 .solution-list {
		margin-bottom: 24px
	}

	.landing-wsc-container .section-4 .solution-list div {
		width: 166px;
		height: 248px;
		background-size: auto 80px;
		background-position: center 28px;
		padding: 118px 18px 28px
	}

	.landing-wsc-container .section-4 .solution-list div dt {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 8px
	}

	.landing-wsc-container .section-4 .solution-list div dd {
		font-size: 12px;
		line-height: 20px
	}

	.landing-wsc-container .section-5 {
		margin-bottom: 92px
	}

	.landing-wsc-container .section-5 .list-desc {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 44px
	}

	.landing-wsc-container .section-5 .customer-list li {
		width: 67px;
		height: 67px;
		margin-bottom: 29px;
		margin-right: -webkit-calc((100% - 469px)/6);
		margin-right: -moz-calc((100% - 469px)/6);
		margin-right: calc((100% - 469px) / 6)
	}

	.landing-wsc-container .section-6 {
		margin-bottom: 80px
	}

	.landing-wsc-container .section-6 h2 {
		margin-bottom: 33px
	}

	.landing-wsc-container .section-6 img {
		width: 558px
	}

	.landing-wsc-container .section-7 {
		margin-bottom: 67px
	}

	.landing-wsc-container .section-7 .desc {
		margin-bottom: 43px
	}

	.landing-wsc-container .section-7 .clue-button {
		width: 184px
	}

	.landing-wsc-container .footer-block {
		padding: 15px 0
	}

	.landing-wsc-container .footer-block .footer-inner {
		width: auto;
		text-align: center
	}

	.landing-wsc-container .footer-block .footer-inner .footer-btn {
		position: static;
		margin: 10px auto 0
	}

	.landing-wsc-container .footer-block .footer-inner h2 {
		font-size: 16px;
		margin-bottom: 5px
	}

	.landing-wsc-container .footer-block .footer-inner p {
		font-size: 12px;
		margin-bottom: 5px;
		line-height: 20px
	}
}

@media only screen and (min-width:768px) {
	.swiper-container {
		overflow: unset
	}

	.swiper-container .swiper-slide {
		visibility: hidden
	}

	.swiper-container .swiper-slide.swiper-slide-active {
		visibility: visible
	}
}

@media only screen and (max-width:700px) {
	.landing-wsc-container {
		padding-bottom: 10px
	}

	.landing-wsc-container .wap-only {
		display: block
	}

	.landing-wsc-container a.clue-button {
		width: 204px
	}

	.landing-wsc-container .page-header {
		position: relative;
		height: 465px;
		background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, .07)), to(rgba(255, 0, 0, .035)));
		background: -webkit-linear-gradient(left, rgba(255, 0, 0, .07), rgba(255, 0, 0, .035));
		background: -moz-linear-gradient(left, rgba(255, 0, 0, .07), rgba(255, 0, 0, .035));
		background: linear-gradient(90deg, rgba(255, 0, 0, .07), rgba(255, 0, 0, .035));
		overflow: hidden;
		margin-bottom: 60px
	}

	.landing-wsc-container .page-header .container {
		position: static;
		width: 100%;
		padding-left: 0;
		text-align: center;
		margin-top: 370px;
		background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(30%, #fef1f1), color-stop(30%, #fef0f0));
		background: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), #fef1f1 30%, #fef0f0);
		background: -moz-linear-gradient(hsla(0, 0%, 100%, 0), #fef1f1 30%, #fef0f0);
		background: linear-gradient(hsla(0, 0%, 100%, 0), #fef1f1 30%, #fef0f0)
	}

	.landing-wsc-container .page-header .container .container-image {
		position: absolute;
		top: 156px;
		right: 50%;
		width: 312px;
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		margin: 0;
		z-index: -1
	}
	.landing-wsc-container .page-header .container::after {
		right: 270px;
		top: 190px;
		width: 50px;
		height: 10px;
	}

	.landing-wsc-container .page-header .container .logo {
		position: absolute;
		width: 49px;
		top: 30px;
		left: 22px;
		margin: 0
	}

	.landing-wsc-container .page-header .container .listing-code {
		position: absolute;
		top: 47px;
		left: 22px;
		margin: 0
	}

	.landing-wsc-container .page-header .container h1 {
		position: absolute;
		left: 0;
		right: 0;
		top: 50px;
		margin: 0;
		padding-top: 0;
	}

	.landing-wsc-container .page-header .container h1 .wap-only {
		margin: 0;
		font-size: 24px;
		line-height: 33px
	}

	.landing-wsc-container .page-header .container h1 .wap-only+span {
		display: none
	}

	.landing-wsc-container .page-header .container .desc {
		position: absolute;
		left: 0;
		right: 0;
		top: 80px;
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px
	}

	.landing-wsc-container .page-header .container .detail-list,
	.landing-wsc-container .page-header .container .wap-only+.desc,
	.landing-wsc-container .page-header .container .wap-only+h1 {
		display: none
	}

	.landing-wsc-container .page-header .container a.clue-button {
		width: 184px;
		margin-bottom: 15px
	}

	.landing-wsc-container .page-header .container .apply-tip {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 19px
	}

	.landing-wsc-container .page-header .container .apply-tip em {
		color: #f42f20
	}

	.landing-wsc-container .section {
		width: auto
	}

	.landing-wsc-container .section h2 {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 12px
	}

	.landing-wsc-container .section .desc {
		font-size: 14px;
		line-height: 20px;
		color: #646566;
		margin-bottom: 32px
	}

	.landing-wsc-container .section .swiper-pagination-bullet {
		background: rgba(251, 58, 94, .29)
	}

	.landing-wsc-container .section .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #fb3a5e
	}

	.landing-wsc-container .section-1 {
		width: 343px;
		margin-bottom: 56px
	}

	.landing-wsc-container .section-1 .wap-only+span {
		display: none
	}

	.landing-wsc-container .section-1 .advantage-list {
		margin-bottom: 28px
	}

	.landing-wsc-container .section-1 .advantage-list .advantage-item {
		width: 163px;
		padding: 16px;
		margin-bottom: 16px;
		background-color: #fff
	}

	.landing-wsc-container .section-1 .advantage-list .advantage-item:nth-of-type(n+4) {
		margin-bottom: 16px
	}

	.landing-wsc-container .section-1 .advantage-list .advantage-item:nth-last-child(-n+2) {
		margin-bottom: 0
	}

	.landing-wsc-container .section-1 .advantage-list .advantage-item dt {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 8px
	}

	.landing-wsc-container .section-1 .advantage-list .advantage-item dd {
		max-width: unset;
		font-size: 13px;
		line-height: 19px;
		color: #646566
	}

	.landing-wsc-container .section-1 .advantage-list .advantage-item span {
		display: none
	}

	.landing-wsc-container .section-2 {
		margin-bottom: 56px
	}

	.landing-wsc-container .section-2 .case {
		margin-bottom: 10px
	}

	.landing-wsc-container .section-2 .case-triggers {
		display: none
	}

	.landing-wsc-container .section-2 .swiper-slide {
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.landing-wsc-container .section-2 .swiper-container {
		width: 343px;
		padding-bottom: 50px
	}

	.landing-wsc-container .section-2 .swiper-container .swiper-slide {
		background-color: #fff;
		border-radius: 2px;
		height: auto
	}

	.landing-wsc-container .section-2 .swiper-container .swiper-slide .case-detail {
		width: 100%;
		height: 245px
	}

	.landing-wsc-container .section-2 .swiper-container .swiper-slide .case-detail .info {
		width: 172px;
		margin: 42px 10px 0 20px
	}

	.landing-wsc-container .section-2 .swiper-container .swiper-slide .case-detail .info .title {
		width: 100%;
		height: auto;
		margin-bottom: 15px
	}

	.landing-wsc-container .section-2 .swiper-container .swiper-slide .case-detail .info .title .shop-icon {
		width: 24px;
		height: 24px
	}

	.landing-wsc-container .section-2 .swiper-container .swiper-slide .case-detail .info .title .shop-name {
		margin: 3px;
		font-size: 14px;
		line-height: 17px
	}

	.landing-wsc-container .section-2 .swiper-container .swiper-slide .case-detail .info .title .shop-category {
		font-size: 10px;
		line-height: 12px;
		margin-top: 8px
	}

	.landing-wsc-container .section-2 .swiper-container .swiper-slide .case-detail .info .num {
		width: 100%;
		height: 60px;
		margin-bottom: 10px;
		overflow: hidden
	}

	.landing-wsc-container .section-2 .swiper-container .swiper-slide .case-detail .info .num-left {
		width: 90px
	}

	.landing-wsc-container .section-2 .swiper-container .swiper-slide .case-detail .info .num-right {
		width: auto
	}

	.landing-wsc-container .section-2 .swiper-container .swiper-slide .case-detail .info .num .shop-value {
		font-size: 18px;
		line-height: 24px
	}

	.landing-wsc-container .section-2 .swiper-container .swiper-slide .case-detail .info .num .num-desc,
	.landing-wsc-container .section-2 .swiper-container .swiper-slide .case-detail .info .num .shop-unit {
		font-size: 10px;
		line-height: 16px
	}

	.landing-wsc-container .section-2 .swiper-container .swiper-slide .case-detail .info .description {
		clear: both;
		width: 172px
	}

	.landing-wsc-container .section-2 .swiper-container .swiper-slide .case-detail .info .description-title {
		width: 100%;
		height: auto;
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 10px
	}

	.landing-wsc-container .section-2 .swiper-container .swiper-slide .case-detail .info .description-desc {
		height: auto;
		font-size: 10px;
		line-height: 14px
	}

	.landing-wsc-container .section-2 .swiper-container .swiper-slide .case-detail .code-img {
		width: 118px;
		height: 208px;
		margin: 20px 22px 16px 0
	}

	.landing-wsc-container .section-3 {
		margin-bottom: 57px
	}

	.landing-wsc-container .section-3 .desc,
	.landing-wsc-container .section-3 h2 {
		display: none
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item {
		display: block
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item:nth-of-type(2n) {
		background-color: transparent;
		padding: 0
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item .content {
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item .content h3 {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 11px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item .content p {
		font-size: 14px;
		line-height: 20px;
		color: #686868;
		margin: 0 auto 44px;
		max-width: 310px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item .content a.clue-button {
		position: absolute;
		left: 50%;
		font-size: 16px;
		line-height: 24px;
		width: auto;
		white-space: nowrap;
		padding: 8px 23px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item img {
		float: unset
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.shop img {
		width: 342px;
		margin: 0 0 126px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.shop a.clue-button {
		bottom: -322px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.marketing .content {
		padding: 0;
		margin: 0
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.marketing p {
		margin-bottom: 36px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.marketing img {
		width: 224px;
		margin: 0 0 134px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.marketing a.clue-button {
		bottom: -316px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.social {
		padding: 0
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.social p {
		margin-bottom: 26px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.social img {
		width: 242px;
		margin: 0 0 130px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.social a.clue-button {
		bottom: -360px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.members .content {
		margin: 0
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.members .content .clue-button {
		bottom: -358px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.members .desc-img,
	.landing-wsc-container .section-3 .advantage-list .advantage-item.members .desc-img.active,
	.landing-wsc-container .section-3 .advantage-list .advantage-item.members .tab-list {
		display: none
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.members .swiper-container {
		width: 294px;
		text-align: center;
		padding-bottom: 40px;
		margin-bottom: 92px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.members .swiper-container .swiper-slide p {
		font-size: 14px;
		line-height: 20px;
		color: #686868;
		margin-bottom: 30px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.members .swiper-container .swiper-slide img {
		width: 100%
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.private {
		padding: 0
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.private .content p {
		margin-bottom: 24px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.private .content .clue-button {
		bottom: -296px
	}

	.landing-wsc-container .section-3 .advantage-list .advantage-item.private img {
		margin: 0 0 66px
	}

	.landing-wsc-container .section-4 {
		margin-bottom: 60px
	}

	.landing-wsc-container .section-4 .desc {
		margin-bottom: 40px
	}

	.landing-wsc-container .section-4 .solution-list {
		width: 342px;
		margin: 0 auto 24px
	}

	.landing-wsc-container .section-4 .solution-list div {
		width: 163px;
		height: 235px;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 102px 12px 24px;
		margin-bottom: 16px;
		background-color: #fff;
		background-position: center 24px;
		background-size: auto 66px
	}

	.landing-wsc-container .section-4 .solution-list div:nth-last-child(2) {
		margin-bottom: 0
	}

	.landing-wsc-container .section-4 .solution-list div dt {
		font-size: 16px;
		line-height: 22px
	}

	.landing-wsc-container .section-4 .solution-list div dd {
		font-size: 13px;
		line-height: 19px;
		color: #646566
	}

	.landing-wsc-container .section-5 {
		margin-bottom: 54px
	}

	.landing-wsc-container .section-5 h2 {
		margin-bottom: 8px
	}

	.landing-wsc-container .section-5 .list-desc {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 28px
	}

	.landing-wsc-container .section-5 .list-desc li {
		position: relative;
		font-size: 13px;
		line-height: 19px;
		padding: 0 30px
	}

	.landing-wsc-container .section-5 .list-desc li:last-of-type,
	.landing-wsc-container .section-5 .list-desc li:nth-last-child(2):after {
		display: none
	}

	.landing-wsc-container .section-5 .list-desc li:after {
		position: absolute;
		top: 10px;
		right: -15px;
		height: 24px
	}

	.landing-wsc-container .section-5 .list-desc li em {
		font-size: 16px;
		line-height: 24px;
		white-space: nowrap
	}

	.landing-wsc-container .section-5 .list-desc+.list-desc {
		display: none
	}

	.landing-wsc-container .section-5 .customer-list {
		display: block;
		white-space: nowrap;
		overflow-x: auto;
		font-size: 0;
		width: 356px;
		margin: 0 auto
	}

	.landing-wsc-container .section-5 .customer-list li {
		display: inline-block;
		width: 69px;
		height: 69px;
		margin: 0 27px 27px 0
	}

	.landing-wsc-container .section-5 .customer-list li:nth-of-type(7n) {
		margin-right: 27px
	}

	.landing-wsc-container .section-5 .customer-list li:nth-of-type(10n) {
		margin-right: 0
	}

	.landing-wsc-container .section-6 {
		margin-bottom: 57px
	}

	.landing-wsc-container .section-6 h2 {
		margin-bottom: 20px
	}

	.landing-wsc-container .section-6 img {
		width: 325px
	}

	.landing-wsc-container .section-7 {
		margin-bottom: 40px
	}

	.landing-wsc-container .section-7 .desc {
		margin-bottom: 24px
	}

	.landing-wsc-container .footer-block {
		display: none
	}
}
