html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
}

body {
	position: relative;
	margin: 0;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	font-family: Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC, Microsoft YaHei, Hiragino Sans GB, Heiti SC, SimHei, SimSun, sans-serif
}

main {
	display: block
}

ul,
li {
	list-style-type: none;
}

.relative {
	position: relative
}

a {
	background-color: transparent
}

img {
	border-style: none;
	display: inline-block
}

ul,
p {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
	color: #000
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	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
}

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 {
	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"] {
	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
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
	margin: 0
}

.slick-dots button {
	outline: none
}

[class*=' icon-'],
[class^=icon-] {
	font-family: "iconfont";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-transform: none
}

.wow {
	visibility: hidden
}

.text-right {
	text-align: right
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.d-inline-block {
	display: inline-block
}

.d-none {
	display: none
}

.d-block {
	display: block
}

.list {
	position: relative;
	font-size: 0;
	margin-right: -16px;
	margin-left: -16px
}

.list>li {
	display: inline-block;
	vertical-align: top
}

.list .item-column {
	display: block;
	margin-right: 16px;
	margin-left: 16px
}

.list a {
	display: block;
	margin-right: 16px;
	margin-left: 16px
}

.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.mt-30 {
	margin-top: 30px
}

.mt-40 {
	margin-top: 40px
}

.mt-50 {
	margin-top: 50px
}

.mt-60 {
	margin-top: 60px
}

.mt-120 {
	margin-top: 120px
}

.mt-150 {
	margin-top: 150px
}

.pt-30 {
	padding-top: 30px
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 5%, 0);
		transform: translate3d(0, 5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 5%, 0);
		transform: translate3d(0, 5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -5%, 0);
		transform: translate3d(0, -5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -5%, 0);
		transform: translate3d(0, -5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms
}

.animated.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important
	}
}


/*右下角雪王邀请加盟*/

.floating-infor {
	position: fixed;
	right: 63px;
	bottom: 94px;
	z-index: 700;
	cursor: pointer;
	font-size: 20px;
}

.floating-infor .fi-item1 {
	width: 105px;
	height: 129px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 2.5em;
	color: #E60012;
	z-index: 700;
}

.floating-infor .fi-item1 img {
	width: 100%;
	object-fit: cover;
}

.floating-infor .icons-text {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/*font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 22px;*/
	z-index: 60;
}

.floating-infor .icons-text img {
	width: 206px;
	height: 206px;
	/*transform: rotate(-30deg);*/
	position: absolute;
	left: -160px;
	bottom: -20px;
}

.floating-infor.active .fi-item1 {
	color: #E60012
}

/*.floating-infor.active .icons-text .icons-txt {
	color: #333333;
}*/
.floating-infor .icons-text .icons-txt {
	position: absolute;
	top: -115px;
    left: -100px;
    transform: rotate(-20deg);
	width: 90px;
	height: 67px;
	font-size: 16px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 22px;
}

@-webkit-keyframes flicker {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@keyframes flicker {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}


/*悬停后显示*/
/*.ms-bg {*/
/*	-webkit-transition: transform .5s ease-out;*/
/*	transition: transform .5s ease-out;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*	background: url(../img/fbg.svg) no-repeat center center;*/
/*	background-size: contain;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	-webkit-transform: scale(0);*/
/*	transform: scale(0);*/
/*	-webkit-transform-origin: 80% 90%;*/
/*	transform-origin: 80% 90%*/
/*}*/

/*.modal-service__wrap {*/
/*	width: 520px;*/
/*	height: 380px;*/
/*	position: fixed;*/
/*	right: 0;*/
/*	bottom: 60px;*/
/*	z-index: 600;*/
/*	text-align: center;*/
/*	pointer-events: none;*/
/*	font-size: 20px;*/
/*	border-radius: 100%;*/
/*}*/

/*.modal-service__wrap.active {*/
/*	pointer-events: auto*/
/*}*/

/*.modal-service__wrap.active .ms-inner {*/
/*	-webkit-transition: all .4s ease-out;*/
/*	transition: all .4s ease-out;*/
/*	opacity: 1;*/
/*	visibility: visible;*/
/*	-webkit-transition-delay: .5s;*/
/*	transition-delay: .5s;*/
/*	-webkit-transform: translateY(0);*/
/*	transform: translateY(0)*/
/*}*/

/*.modal-service__wrap.active .ms-bg {*/
/*	-webkit-transform: scale(0.9);*/
/*	transform: scale(0.9)*/
/*}*/

/*.modal-service__wrap .ms-cont {*/
/*	position: absolute;*/
/*	left: 55%;*/
/*	top: 50%;*/
/*	-webkit-transform: translate(-50%, -50%);*/
/*	transform: translate(-50%, -50%);*/
/*}*/

/*.modal-service__wrap .ms-inner {*/
/*	opacity: 0;*/
/*	visibility: hidden;*/
/*	-webkit-transform: translateY(20px);*/
/*	transform: translateY(20px);*/
/*}*/

/*.modal-service__wrap .title {*/
/*	max-width: 210px;*/
/*	margin: 0 auto;*/
/*}*/

/*.modal-service__wrap .title span {*/
/*	letter-spacing: 1px;*/
/*	font-size: 24px;*/
/*	font-weight: 600;*/
/*	color: #E60012;*/
/*	line-height: 33px;*/
/*}*/

/*.modal-service__wrap .ms-tel {*/
/*	margin-top: .125em;*/
/*	font-size: 24px;*/
/*	font-weight: 600;*/
/*	color: #E60012;*/
/*	line-height: 33px;*/
/*}*/

/*.modal-service__wrap .ms-code {*/
/*	margin-top: 7px;*/
/*}*/

/*.modal-service__wrap .item-box {*/
/*	display: inline-block;*/
/*	vertical-align: top;*/
/*	text-align: center;*/
/*	width: 80px;*/
/*	height: 86px;*/
/*	margin: 0 15px*/
/*}*/

/*.modal-service__wrap .item-box img {*/
/*	max-width: 100%*/
/*}*/

/*.modal-service__wrap .item-box i {*/
/*	position: relative;*/
/*	top: -6px;*/
/*	color: #E60012;*/
/*	display: inline-block;*/
/*	font-size: 14px;*/
/*	width: 20px;*/
/*	height: 20px;*/
/*}*/

/*.modal-service__wrap .ms-btn {*/
/*	line-height: 48px;*/
/*	margin: 0 auto;*/
/*	margin-top: 43px;*/
/*	width: 97px;*/
/*	height: 33px;*/
/*	background: #E60012;*/
/*	border-radius: 4px;*/
/*	text-align: center;*/
	/*box-shadow: 3px 3px 3px 3px black;*/
/*}*/

/*.modal-service__wrap .ms-btn .blackSpan {*/
/*	width: 97px;*/
/*	height: 33px;*/
/*	border: 1px solid black;*/
/*	background-color: black;*/
/*	border-radius: 4px;*/
/*}*/

/*.modal-service__wrap .ms-btn a {*/
/*	display: block;*/
/*	width: 97px;*/
/*	height: 33px;*/
/*	border-radius: 4px;*/
/*	color: #FFFFFF;*/
/*	font-size: 14px;*/
/*	font-weight: 700;*/
/*	line-height: 32px;*/
/*	margin-top: -37px;*/
/*	margin-left: -4px;*/
/*	background-color: #E60012;*/
/*}*/

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-arrow {
	outline: none
}

.relative {
	position: relative
}

.lazy {
	background: url(../img/load.gif) no-repeat center center;
	background-size: 24px
}

.w1600 {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}

.wrap {
	padding-top: 110px
}

@media(max-width:1460px) {
	.wrap {
		padding-top: 100px;
	}
}

@media(max-width:1320px) {
	.wrap {
		padding-top: 80px;
	}
}

.fs160 {
	font-size: 160px
}

.fs60 {
	font-size: 50px
}

.fs30 {
	font-size: 32px
}

.fs24 {
	font-size: 24px;
	font-weight: 700
}

.fs22 {
	font-size: 22px
}

.fs20 {
	font-size: 22px
}

.fs16 {
	font-size: 16px
}

.paragraph {
	font-size: 18px;
	color: #555;
	line-height: 1.875;
	/*letter-spacing: 1px*/
}

.paragraph img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	margin-top: 10px
}

.paragraph h3 {
	color: #E60012;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.66667;
	margin-bottom: .27778em
}

.list-txt {
	font-size: 16px;
	line-height: 1.71429;
	color: #555;
	letter-spacing: 1px
}

@-webkit-keyframes move_wave {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes move_wave {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}


/*.load-wave {
	position: relative;
	display: inline-block;
	width: 2.7em;
	height: 3em
}

.load-wave .load-cont {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden
}

.load-wave .load-cont::before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
	border-radius: 50%;
	z-index: -1
}

.load-wave .load-fill {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../assets/images/bg.png) no-repeat 0 60px;
	mask-image: url(../assets/images/load.svg);
	-webkit-mask-image: url(../assets/images/load.svg);
	-webkit-animation: fillLoad 2s infinite;
	animation: fillLoad 2s infinite
}

@-webkit-keyframes fillLoad {
	0% {
		background-position: 0 60px
	}
	100% {
		background-position: 0 0
	}
}

@keyframes fillLoad {
	0% {
		background-position: 0 60px
	}
	100% {
		background-position: 0 0
	}
}*/

.ani-btn {
	position: relative
}


/*.ani-btn::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1)
}*/

.page-column {
	text-align: center;
	font-size: 20px
}

.pg-hint {
	font-family: "NothingYouCouldDo-Regular";
	color: #FFF5F5;
	font-weight: 700
}

.pg-dec__suspend .pg-dec {
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.pg-dec__suspend .pg-title {
	margin-top: -.5em
}

.pg-dec {
	display: inline-block;
	position: relative;
	padding: 0 2em
}

.pg-geo,
.pg-img {
	display: inline-block;
	vertical-align: bottom
}

.pg-geo {
	width: 1.2em;
	height: .2em;
	position: absolute;
	bottom: 30%
}

.pg-dec__left {
	background: url(../img/icon-9.svg) no-repeat center center;
	left: 0
}

.pg-dec__right {
	background: url(../img/icon-10.svg) no-repeat center center;
	right: 0
}

.pg-img {
	position: relative
}

.pg-img img {
	max-width: 100%
}

.pg-title {
	color: #E60012;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: .33333em
}

.pg-title img {
	max-width: 100%
}

.bg-gery {
	background-color: #fafafa
}

.list-filtrate {
	text-align: center
}

.list-filtrate ul {
	font-size: 0
}

.list-filtrate li {
	display: inline-block;
	vertical-align: middle;
	width: 13.75%
}

.list-filtrate li:first-child a {
	border-top-left-radius: 1.5625em;
	border-bottom-left-radius: 1.5625em
}

.list-filtrate li:last-child a {
	border-top-right-radius: 1.5625em;
	border-bottom-right-radius: 1.5625em
}

.list-filtrate li:last-child a:before {
	opacity: 0
}

.list-filtrate li.on a span {
	color: #fff
}

.list-filtrate li.on a span:first-child {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.list-filtrate li.on a span:last-child {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.list-filtrate li.on a:after {
	opacity: 1
}

.list-filtrate a {
	font-size: 16px;
	display: block;
	height: 50px;
	line-height: 50px;
	letter-spacing: 1px;
	background-color: #f8f8f8;
	position: relative;
	overflow: hidden
}

.list-filtrate a::after {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #E60012;
	border-radius: 1.5625em;
	opacity: 0
}

.list-filtrate a span {
	-webkit-transition: color .3s, transform .6s;
	transition: color .3s, transform .6s;
	z-index: 20;
	color: #555;
	position: relative
}

.column-bgPic {
	position: relative;
	overflow: hidden
}

.column-bgPic .pic {
	padding-top: 500px
}

.column-bgPic .larze-pic {
	padding-top: 800px
}

.column-bgPic .m-pic {
	display: none
}

.column-bgPic .txt-bg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	padding: 0 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.column-bgPic .txt-bg span {
	font-family: "NothingYouCouldDo-Regular";
	color: #FB8F8D;
	line-height: 1;
	font-weight: 700
}

.column-bgPic .intro {
	position: relative;
	top: -.75em;
	font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
	line-height: 1.4
}

.column-bgPic .txt {
	color: #fff
}

.column-bgPic .bg-dec {
	font-size: 20px;
	position: absolute;
	right: 5em;
	bottom: -1.55em;
	width: 15.46875vw
}

.column-bgPic .bg-dec img {
	max-width: 100%
}

/*@media(max-width:1850px){
	.column-bgPic .pic{
		padding-top: 720px;
	}
}
@media(max-width:1400px){
	.column-bgPic .pic{
		padding-top: 640px;
	}
}*/
@media(max-width:1024px){
	.column-bgPic .pic{
		padding-top: 400px;
	}
}
/*@media(max-width:560px){
	.column-bgPic .pic{
		padding-top: 560px;
	}
}*/

.slick-dot__line .slick-dots {
	width: calc(100% - 174px);
	height: 4px;
	background-color: #f8f8f8;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	margin-left: 16px
}

.slick-dot__line li {
	flex: 1
}

.slick-dot__line li,
.slick-dot__line button {
	height: 100%
}

.slick-dot__line button {
	width: 100%;
	border: none;
	cursor: pointer;
	padding: 0;
	outline: none;
	position: relative;
	border-radius: 30px
}

.slick-dot__line button:after {
	-webkit-transition: width .8s ease-out;
	transition: width .8s ease-out;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #E60012;
	border-radius: 30px
}

.slick-dot__line .slick-active button:after {
	width: 100%
}

.slick-dot__white li,
.slick-dot__white button,
.slick-dot__round li,
.slick-dot__round button {
	display: inline-block;
	vertical-align: middle
}

.slick-dot__white li,
.slick-dot__round li {
	font-size: 20px;
	margin: 0 .65em
}

.slick-dot__white button,
.slick-dot__round button {
	backface-visibility: hidden;
	border: none;
	background-color: transparent;
	padding: 0;
	cursor: pointer;
	width: 1.2em;
	height: 1.2em;
	position: relative;
	text-indent: -999999999px
}

.slick-dot__white button:before,
.slick-dot__white button:after,
.slick-dot__round button:before,
.slick-dot__round button:after {
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	content: "";
	display: block
}

.slick-dot__white button:before,
.slick-dot__round button:before {
	position: absolute;
	left: 50%;
	top: -.3em;
	width: .65em;
	height: .7em;
	background: url(../img/icon-wg.svg) no-repeat center center;
	background-size: contain;
	margin-left: -.35em;
	opacity: 0
}

.slick-dot__white button:after,
.slick-dot__round button:after {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1em;
	height: .9em;
	border-radius: 50%;
	background-color: #fff
}

.slick-dot__white .slick-active button::before,
.slick-dot__round .slick-active button::before {
	opacity: 1
}

.slick-dot__round button:before {
	top: -.4em;
	background: url(../img/icon-hg.svg) no-repeat center center
}

.slick-dot__round button:after {
	border: 2px solid #E60012
}

.slick-dot__round .slick-active button::after {
	background-color: #E60012
}

.slider-arrow {
	font-size: 20px
}

.slider-arrow .sa-btn {
	display: inline-block !important;
	vertical-align: middle;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	position: relative;
	-webkit-transition: background .4s ease-out;
	transition: background .4s ease-out
}

.slider-arrow .sa-prev {
	background-color: #E60012;
	margin-right: .6em
}

.slider-arrow .sa-prev i {
	-webkit-transition: color .4s ease-out;
	transition: color .4s ease-out;
	color: #fff
}

.slider-arrow .sa-next {
	background-color: #E60012;
	margin-left: .6em
}

.slider-arrow .sa-next i {
	color: #fff;
	margin-left: 1px;
	margin-top: 1px
}

.slider-arrow i {
	font-size: .8em;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.btn2 {
	-webkit-transition: background .4s ease-out;
	transition: background .4s ease-out;
	display: inline-block;
	width: 14.28571em;
	height: 3.57143em;
	line-height: 3.57143em;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	background-color: #E60012;
	border-radius: 1.78571em
}

@media (min-width:1025px) {
	.pro-theme__full .slider-arrow {
		display: none;
	}
	.slider-arrow .sa-prev:hover {
		background-color: #E60012
	}
	.slider-arrow .sa-prev:hover i {
		color: #fff
	}
	.slider-arrow .sa-next:hover {
		background-color: #f8f8f8
	}
	.slider-arrow .sa-next:hover i {
		color: #E60012
	}
	.list-filtrate a:hover span {
		color: #E60012
	}
	/*.ani-btn:hover {
		-webkit-animation: anim-moema-1 0.4s forwards;
		animation: anim-moema-1 0.4s forwards
	}
	.ani-btn:hover::before {
		-webkit-animation: anim-moema-2 0.4s 0.4s forwards;
		animation: anim-moema-2 0.4s 0.4s forwards
	}*/
	@-webkit-keyframes anim-moema-1 {
		60% {
			-webkit-transform: scale3d(0.8, 0.8, 1);
			transform: scale3d(0.8, 0.8, 1)
		}
		85% {
			-webkit-transform: scale3d(1.1, 1.1, 1);
			transform: scale3d(1.1, 1.1, 1)
		}
		100% {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1)
		}
	}
	@keyframes anim-moema-1 {
		60% {
			-webkit-transform: scale3d(0.8, 0.8, 1);
			transform: scale3d(0.8, 0.8, 1)
		}
		85% {
			-webkit-transform: scale3d(1.1, 1.1, 1);
			transform: scale3d(1.1, 1.1, 1)
		}
		100% {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1)
		}
	}
	@-webkit-keyframes anim-moema-2 {
		to {
			opacity: 0;
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1)
		}
	}
	@keyframes anim-moema-2 {
		to {
			opacity: 0;
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1)
		}
	}
}

@media (min-width:1025px) {
	.pro-theme__full li {
		width: 33.33%
	}
	.pro-theme__full .slider-arrow {
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
		z-index: 60
	}
}

.in-product__full {
	position: relative;
	font-size: 20px;
	overflow: hidden;
	z-index: 200
}

.in-product__full .in-box {
	padding-top: 4em;
	padding-bottom: 3.5em
}

.inp-item {
	padding-bottom: 40px;
	position: relative
}

.inp-item__img {
	position: absolute;
	width: 40.625%;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0) scale(1);
	transform: translate3d(-50%, 0, 0) scale(1);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	cursor: pointer;
	-webkit-transition: transform .4s linear;
	transition: transform .4s linear
}

.inp-item__img::before {
	content: "";
	display: block;
	padding-top: 105.76923%
}

.inp-item__img::after {
	-webkit-transition: transform .8s ease-out;
	transition: transform .8s ease-out;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	background-size: contain;
	padding-top: 63.16%;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.inp-item__img>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.inp-item__img .leaf {
	opacity: 0;
	-webkit-transition: opacity .4s linear;
	transition: opacity .4s linear
}

.inp-item__blank {
	width: 81.25%;
	position: relative
}

.inp-item__blank::before {
	content: "";
	display: block;
	padding-top: 105.76923%
}

.inp-item__ico {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	position: absolute;
	top: 0;
	right: 0;
	width: 80px
}

.inp-item__ico>img {
	display: block;
	width: 100%
}

.in-product__slick {
	text-align: center;
	position: relative;
	top: 14%;
	z-index: 200
}

.in-product__slick .slick-ani .inp-item__img {
	-webkit-transform: translate3d(-50%, 40px, 0) scale(2);
	transform: translate3d(-50%, 40px, 0) scale(2)
}

.in-product__slick .slick-ani .inp-item__img:after {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.in-product__slick .slick-ani .inp-item__img .leaf {
	opacity: 1
}

.in-product__slick .slick-ani .inp-item__ico {
	visibility: hidden;
	opacity: 0
}

.in-product__slick .slick-ani .inp-title {
	opacity: 0;
	visibility: hidden
}

.in-product__intro {
	text-align: center;
	width: 100%;
	font-size: 20px;
	position: relative;
	z-index: 200
}

.in-product__intro .item-box {
	padding-top: 40px;
	padding-bottom: .5em
}

.in-product__intro .title {
	position: relative;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
	padding-right: 70px
}

.in-product__intro .dec {
	position: absolute;
	right: 0;
	top: -.7em;
	max-width: 100%
}

.in-product__intro .inner {
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 2.5
}

.statement-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 20px
}

.statement-wrap {
	z-index: 1000
}

.statement-wrap::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10
}

.statement-wrap .title {
	color: #E60012;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.3em
}

.statement-wrap .st-btn {
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #E60012;
	border-radius: 26px
}

.statement-box {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	max-width: 870px;
	border-radius: 10px;
	padding: 2.6em 3.3em;
	z-index: 60
}

.statement-box .txt {
	display: inline-block
}

body.no-scroll,
html.no-scroll {
	overflow-y: hidden
}

.animated {
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes textInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes textInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.textInUp {
	-webkit-animation-name: textInUp;
	animation-name: textInUp
}

.guide-wave {
	position: relative;
	height: 100vh
}

.guide-wave svg {
	position: absolute;
	bottom: -5%
}

.guide-wave svg use {
	-webkit-animation: move-forever 3s linear infinite;
	animation: move-forever 3s linear infinite
}

.guide-wave .gt-svg {
	left: 0;
	z-index: 20
}

.guide-wave .gt-svg use {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.guide-wave .gb-svg {
	left: 0;
	z-index: 60
}

.guide-wave .gb-svg use {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.wave-divider .parallax>use {
	-webkit-animation: move-forever 12s linear infinite;
	animation: move-forever 12s linear infinite
}

.wave-divider .parallax>use:nth-child(1) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s
}

.wave-divider .parallax>use:nth-child(2) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s
}

.wave-divider .parallax>use:nth-child(3) {
	-webkit-animation-delay: -4s;
	animation-delay: -4s;
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@-webkit-keyframes move-forever {
	0% {
		-webkit-transform: translate(-90px, 0%);
		transform: translate(-90px, 0%)
	}
	100% {
		-webkit-transform: translate(85px, 0%);
		transform: translate(85px, 0%)
	}
}

@keyframes move-forever {
	0% {
		-webkit-transform: translate(-90px, 0%);
		transform: translate(-90px, 0%)
	}
	100% {
		-webkit-transform: translate(85px, 0%);
		transform: translate(85px, 0%)
	}
}

.nd-caption {
	max-width: 922px
}

.nd-caption h1 {
	color: #E60012
}

.nd-time {
	font-size: 16px;
	color: #555;
	margin-top: .9375em
}

.nd-time time {
	font-family: "QuicksandMedium";
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding-right: .75em;
	margin-right: .25em
}

.nd-time time:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: .28571em;
	width: .125em;
	height: 12px;
	background-color: #D9D9D9
}

.nd-time span {
	font-size: 14px;
	letter-spacing: 1px
}

.pro-flow__full .pf-pic {
	position: relative;

}

.pro-flow__full .pf-pic:before {
	content: "";
	display: block;
	padding-top: 37.35632%
}

.pro-flow__full .pf-pic img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%
}

.pro-flow__full .pf-pic .img-2 {
	visibility: hidden;
	display: none
}

.pro-theme__full {
	overflow: hidden
}

.pro-theme__full a {
	cursor: default
}

.pro-theme__full .pic {
	position: relative
}

.pro-theme__full .pic:before {
	content: "";
	display: block;
	padding-top: 145.16129%
}

.pro-theme__full .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.list-product ul {
	font-size: 0
}

.list-product li {
	display: inline-block;
	vertical-align: middle
}

.list-product li:nth-child(3n+2) a {
	background-color: #FFFAF5
}

.list-product li:nth-child(3n+3) a {
	background-color: #F5FBFF
}

.list-product li:nth-child(3n+4) a {
	background-color: #FFF5F5
}

.list-product a {
	font-size: 20px;
	display: block;
	position: relative;
	overflow: hidden;
	cursor: default
}

.list-product .active .lp-txt,
.list-product .active .lp-dec {
	opacity: 1
}

.list-product .active .lp-inner::before {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.list-product .active .lp-txt {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.list-product .active .lp-dec {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.list-product .row-3 {
	width: 25%
}

.list-product .row-3 figure:after {
	padding-top: 115%
}

.list-product .row-3 article {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 20px
}

.list-product .row-3 h1 {
	color: #E60012;
	font-weight: 700;
	letter-spacing: 1px;
	display: inline-block;
	position: relative
}

.list-product .row-6 {
	width: 50%;
	overflow: hidden
}

.list-product .row-6 figure:after {
	padding-top: 57.5%
}

.list-product .row-6 article {
	position: absolute;
	right: 12.5%;
	top: 34.78261%;
	max-width: 300px;
	text-align: center
}

.list-product .row-6 .decs {
	position: absolute;
	right: 4em;
	bottom: -2.5em;
	max-width: 100%
}

.list-product .row-6 h1 {
	color: #E60012;
	letter-spacing: 1px;
	font-weight: 700;
	margin-bottom: .13333em
}

.list-product figure {
	position: relative
}

.list-product figure:after {
	content: "";
	display: block
}

.list-product figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.list-product .lp-inner {
	-webkit-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	color: #fff;
	padding-top: 62.5%;
	z-index: 100
}

.list-product .lp-inner svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	left: 0;
	bottom: 0;
	display: none
}

.list-product .lp-txt,
.list-product .lp-dec {
	position: absolute;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	opacity: 0;
	z-index: 20
}

.list-product .lp-txt {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	font-size: 20px;
	left: 0;
	top: 28%;
	width: 100%;
	padding: 0 2em
}

.list-product .lp-txt span {
	letter-spacing: 1px;
	display: block;
	margin-bottom: .66667em
}

.list-product .lp-txt p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.625;
	max-width: 240px
}

.list-product .lp-dec {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	right: 2em;
	bottom: 1.2em;
	max-width: 4em
}

.pro-exper__full .more-full {
	text-align: center
}

.pro-member__full {
	font-size: 0
}


/*.pro-present__box,
.pro-wx__code {
	display: inline-block;
	vertical-align: middle;
	width: 50%
}*/

.pro-wx__code {
	max-width: 1440px;
	height: 600px;
	position: relative;
	margin: 0 auto;
}


/*.pro-wx__code img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}*/

.pro-wx__code .pic {
	/*padding-top: 72.91667%;*/
	background-size: contain;
}

/*手机二维码三步*/

.pro-wx__code {
	display: flex;
	vertical-align: middle;
}

.pro-wx__code .gift-ewm {
	width: 25%;
	height: 100%;
	background-image: url(../image/product/phone/gift-ewm3-txt.png)
}

/*图片中间的连接线*/

.pro-wx__code .serial {
	width: 12.5%;
	height: 0;
	border: 1px dashed #707070;
	position: relative;
	top: 40.5%;
}

.pro-wx__code .scan {
	width: 25%;
	height: 100%;
	background-image: url(../image/product/phone/scan3-txt.png)
}

.pro-wx__code .download-client {
	width: 25%;
	height: 100%;
	background-image: url(../image/product/phone/download-client3-txt.png)
}


/*会员部分*/
.pro-present__box .item-box {
	max-width: 1200px;
	height: 440px;
	background: #FAFAFA;
	border-radius: 34px 34px 34px 34px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.list-arrows .slider-arrow {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 60
}

.list-arrows .sa-btn {
	position: absolute;
	top: 0
}

.list-arrows .sa-prev {
	left: 20px
}

.list-arrows .sa-next {
	right: 20px
}

.pro-present__box {
	position: relative
}

.pro-present__box .slider-arrow {
	display: none
}

.pro-present__slick .slick-slide {
	outline: none
}

.pro-present__slick .item-box {
	position: relative;
}

.pro-present__slick .item-box:before {
	content: "";
	display: block;
	/*padding-top: 72.91667%*/
}

.pro-present__slick .cont {
	/*position: absolute;
	left: 0;
	top: 0;*/
/*	padding: 0 20px;*/
	width: 50%;
	text-align: center;
	font-size: 20px;
	display: flex;
	
}


/*右侧手机*/
.phone-right{
	max-width: 1200px;
	height: 492px;
	margin: 0 auto;
	margin-top: -552px;
	margin-bottom: 120px;
	position: relative;
	z-index: 200;

}
.phone-right img{
	width: 313px;
	height: 492px;
	/*margin-left: 760px;*/
	margin-left: calc(100% - 313px - 120px);
	/*height: 100%;*/
	background:url(../image/product/%c3%a6%c2%89%c2%8b%c3%a6%c2%9c%c2%ba.html) no-repeat;
	background-size: contain;
}

/*放二维码*/
.pro-present__slick .pic1 {
	width: 120px;
	height: 120px;
	opacity: 1;
	margin-top: 140px;
	margin-left: 160px;
	background-color: #FFFFFF;
	border-radius: 14px;
	text-align: center;
	align-items: center;
}

.pro-present__slick .pic1 img {
	width: 106px;
	height: 106px;
	margin: 7px auto;
}
.pro-present__slick .inner1 {
	margin-top: 145px;
	text-align: left;
	margin-left: 32px;
}

.pro-present__slick .inner1 span {
	/*width: 205px;
	height: 16px;*/
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #E60012;
	display: block;
}
.pro-present__slick .inner1 .paragraph1 {
	/*width: 263px;
	height: 68px;*/
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	color: #E60012;
	margin-top: 10px;
}

/*原页面中的两个*/
.pro-present__slick .inner .paragraph{
	width: 200px;
	margin-top: 8px;
	line-height: 1.4;
}
.pro-present__slick .pic {
	width: 121px;
	height: 135px;
	background: #FFFFFF;
	opacity: 1;
	margin-top: 120px;
	margin-left: 160px;
	background: url(../image/product/xw-white.svg) no-repeat center center;
	background-size: 121px 135px;
}

.pro-present__slick .pic img {
	/*position: absolute;
	top: 95px;
	left: 55px;*/
	max-width: 100%;
	margin-left: 35px;
	margin-top: 60px;
}

.pro-present__slick .inner {
	margin-top: 180px;
	text-align: left;
	margin-left: 32px;

}

.pro-present__slick .inner span {
	color: #E60012;
	display: block;
	/*margin-bottom: .41667em*/
}

.pro-present__slick .slick-dots {
	position: absolute;
	left: -270px;
	top: 351px;
	width: 100%;
	text-align: center;
	z-index: 201;
}

.pro-list__full .list-filtrate li {
	/*width: 16.56%*/
}

.list-product .row-3 a:hover .lp-txt,
.list-product .row-3 a:hover .lp-dec {
	opacity: 1;
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.list-product .row-3 a:hover .lp-inner::before {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.list-product .row-3 a:hover .lp-txt {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.list-product .row-3 a:hover .lp-dec {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.slick-dot__line {
	font-size: 20px
}

@media (max-width: 1540px) {
	.list-product a {
		font-size: 18px
	}
	.list-product .lp-txt {
		font-size: 18px
	}
	.list-product .row-6 .decs {
		max-width: 220px
	}
}

@media (max-width: 1366px) {
	.list-product a {
		font-size: 16px
	}
	.list-product .row-6 .decs {
		max-width: 180px
	}
	.list-product .lp-txt {
		font-size: 16px
	}
}
@media (max-width:1150px){
	.pro-present__slick .pic1{
		margin-left: 95px;
	}
	.pro-present__slick .pic{
		margin-left: 95px;
	}
}

@media (max-width: 1024px) {
	/*底部类似tabbar部分*/
	.header-nav-m-item.active-m div{
		background-image: url(../image/product-active.svg);
		background-repeat:no-repeat;
		background-size: 100% 100%;
	}
	
	.pro-theme__full li {
		width: 33.33%
	}
	.pro-theme__full .slider-arrow {
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
		z-index: 60
	}
	.pro-theme__full .sa-btn {
		position: absolute;
		top: 0;
		cursor: pointer
	}
	.pro-theme__full .sa-prev {
		left: 20px
	}
	.pro-theme__full .sa-next {
		right: 20px
	}
	.list-product .row-6 {
		width: 100%
	}
	.list-product .row-3 {
		width: 33.33%
	}
	.list-product .lp-inner::before {
		-webkit-transition: transform .4s ease-out;
		transition: transform .4s ease-out;
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: url(../img/product-bg.png) no-repeat center center;
		background-size: cover;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	.pro-present__slick .cont {
		font-size: 12px
	}
	.pro-present__slick .cont {
		top: 5%
	}
	
	/*蜜雪会员部分*/
	/*手机模型*/
	.phone-right{
		display: none;
	}
	.pro-present__box .item-box{
		
	}
	/*原页面的两个*/
	.pro-present__slick .pic{
		margin-left: 50px;
	}
	/*二维码*/
	.pro-present__slick .cont{
		width: 60%;
		margin: 0 auto;
		padding-left: 20px;
	}
	.pro-present__slick .pic1{
		margin: 0 auto;
		margin-top: 140px;
	}
	.pro-present__slick .inner1{
		/*margin: 0 auto;*/
	}
	/*分页器*/
	.pro-present__slick .slick-dots{
		left: 0;
	}
	
}

@media (max-width: 768px) {
	.list-product .row-3 {
		width: 50%
	}
	.pro-present__box,
	.pro-wx__code {
		width: 100%
	}
	.pro-present__box .slider-arrow {
		display: block
	}
	.pro-wx__code .pic {
		padding-top: 73%
	}
	.pro-present__slick {
		padding: 50px 0
	}
	/*.pro-present__slick .slick-dots,
	.pro-present__slick .cont {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto
	}*/
	/*.pro-present__slick .slick-dots {
		margin-top: 50px
	}*/
	.pro-present__slick .item-box::before {
		display: none
	}
	/*蜜雪会员部分*/
	.pro-present__slick .cont{
		padding-left: 0;
		flex-direction: column;
	}
	.pro-present__slick .inner1{
		margin: 0 auto;
		margin-top: 20px;
		text-align: center;
	}
	.pro-present__slick .inner{
		margin: 0 auto;
		margin-top: 20px;
		text-align: center;
	}
	.pro-present__slick .pic1{
		margin-top: 80px;
	}
	.pro-present__slick .pic{
		margin: 0 auto;
		margin-top: 70px;
	}
	.pro-present__slick .slick-dots{
		top: 430px;
	}
	.list-arrows .slider-arrow{
		top: 42%;
	}
	.paragraph{
		margin-top: 12px;
		line-height: 1.6;
	}
	.pro-present__slick .inner1 .paragraph1{
		font-size: 24px;
		margin-top: 12px;
		line-height: 1.6;
	}
	.pro-present__slick .inner1 span{
		font-size: 16px;
	}
}

@media (max-width: 750px) {
	.pro-flow__full .pf-pic::before {
		padding-top: 120%
	}
	.pro-flow__full .pf-pic .img-1 {
		visibility: hidden;
		display: none
	}
	.pro-flow__full .pf-pic .img-2 {
		display: block;
		visibility: visible;
	}
	.pro-theme__slick{
		margin-top: 75px;
	}
}

@media (max-width: 650px) {
	.list-product .row-3 article {
		padding: 0 10px
	}
	.list-product .row-3 h1 {
		font-size: 15px
	}
	.list-product .row-6 .decs {
		max-width: 120px;
		right: 20px
	}
	.list-product .row-6 h1 {
		max-width: 150px;
		margin: auto
	}
	.list-product .row-6 .paragraph {
		max-width: 180px;
		margin-top: 5px
	}
	.list-product .row-6 article {
		right: 24px;
		top: 20%
	}
	.list-product .lp-dec {
		right: 15px;
		max-width: 40px
	}
	.list-product .lp-inner {
		padding-top: 80%
	}
	.list-product .lp-inner svg {
		height: 80%
	}
	.list-product .lp-txt {
		padding: 0 12px
	}
	.list-product .lp-txt p {
		font-size: 12px
	}
	.pro-theme__full li {
		width: 100%;
		margin-bottom: 25px
	}
	.pro-theme__full li:last-child {
		margin-bottom: 0
	}
	.pro-present__slick .cont {
		width: 100%;
		font-size: 10px;
		padding: 0 45px
	}
	.pro-present__slick .pic img {
		/*max-width: 30px*/
	}
	.pro-present__slick .inner1 span{
		font-size: 16px;
	}
	.pro-present__slick .inner1 .paragraph1{
		font-size: 18px;
	}
	
}

@media (max-width: 500px) {
	.list-product .row-6 .decs {
		max-width: 120px
	}
	.list-product .lp-inner {
		padding-top: 115%
	}
	.list-product .lp-inner svg {
		height: 100%
	}
	.list-product .lp-txt span {
		line-height: 1.4
	}
	.list-product .lp-txt p {
		font-size: 10px
	}
	.pro-bgPic .bg-dec {
		bottom: -10px
	}
	.pro-theme__slick{
		margin-top: 20px;
	}
}
@media (max-width: 1700px) {
	.w1600,
	.nd-share {
		max-width: 1460px
	}
}

@media (max-width: 1550px) {
	.w1600,
	.nd-share {
		max-width: 95%
	}
}
@media (max-width: 1540px) {
	.mt-40 {
		margin-top: 30px
	}
	.mt-60 {
		margin-top: 45px
	}
	.mt-80 {
		margin-top: 60px
	}
	.mt-100 {
		margin-top: 75px
	}
	.mt-140 {
		margin-top: 105px
	}
	.mt-120 {
		margin-top: 90px
	}
	.mt-150 {
		margin-top: 112px
	}
	.pt-100 {
		padding-top: 75px
	}
	.pt-120 {
		padding-top: 90px
	}
	.pt-150 {
		padding-top: 112px
	}
	.mt-160 {
		margin-top: 120px
	}
	.pt-160 {
		padding-top: 120px
	}
	.mt-180 {
		margin-top: 135px
	}
	.pt-200 {
		padding-top: 150px
	}
}

@media (max-width: 1440px) {
	.list {
		margin-left: -12px;
		margin-right: -12px
	}
	.list a,
	.list .item-column {
		margin-left: 12px;
		margin-right: 12px
	}
}

@media (max-width: 1366px) {
	.mt-100 {
		margin-top: 68px
	}
	.mt-120 {
		margin-top: 80px
	}
	.mt-140 {
		margin-top: 95px
	}
	.mt-150 {
		margin-top: 100px
	}
	.pt-100 {
		padding-top: 68px
	}
	.pt-120 {
		padding-top: 80px
	}
	.pt-150 {
		padding-top: 100px
	}
	.mt-180 {
		margin-top: 128px
	}
	.pt-200 {
		padding-top: 142px
	}
}
@media (max-width: 1200px) {
	.list-4>li {
		width: 33.33%
	}
}

@media (max-width: 1024px) {
	.list-3>li {
		width: 50%
	}
	.list-6>li {
		width: 25%
	}
}

@media (max-width: 1024px) {
	.list {
		margin-left: -10px;
		margin-right: -10px
	}
	.list a,
	.list .item-column {
		margin-left: 10px;
		margin-right: 10px
	}
	.mt-60 {
		margin-top: 30px
	}
	.mt-80 {
		margin-top: 40px
	}
	.mt-100 {
		margin-top: 50px
	}
	.mt-120 {
		margin-top: 60px
	}
	.mt-140 {
		margin-top: 70px
	}
	.pt-30 {
		padding-top: 15px
	}
	.pt-100 {
		padding-top: 50px
	}
	.pt-120 {
		padding-top: 60px
	}
	.pt-150 {
		padding-top: 75px
	}
	.pt-200 {
		padding-top: 100px
	}
	.mt-150 {
		margin-top: 75px
	}
	.mt-160 {
		margin-top: 80px
	}
	.pt-160 {
		padding-top: 80px
	}
	.mt-180 {
		margin-top: 90px
	}
}

@media (max-width: 800px) {
	.list-6>li {
		width: 33.33%
	}
	.list-4>li {
		width: 50%
	}
}

@media (max-width: 650px) {
	.list-3>li {
		width: 100%
	}
	.list {
		margin-left: -8px;
		margin-right: -8px
	}
	.list a,
	.list .item-column {
		margin-left: 8px;
		margin-right: 8px
	}
}
@media (max-width: 600px) {
	.mt-120{
		margin-top: 30px;
	}
}
@media (max-width: 500px) {
	.list-6>li {
		width: 50%
	}
	.list-4>li {
		width: 100%
	}
	.list {
		margin-left: -5px;
		margin-right: -5px
	}
	.list a,
	.list .item-column {
		margin-left: 5px;
		margin-right: 5px
	}
}
@media (max-width: 1024px) {
	body,
	html {
		overflow-x: hidden
	}
	.list-filtrate ul {
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden
	}
	.list-filtrate ul::-webkit-scrollbar {
		display: none
	}
	.list-filtrate li {
		width: 200px
	}
	.fs160 {
		font-size: 126px
	}
	.fs54,
	.fs60 {
		font-size: 40px
	}
	.fs44 {
		font-size: 32px
	}
	.fs40 {
		font-size: 30px
	}
	.fs30 {
		font-size: 24px
	}
	.fs28 {
		font-size: 22px
	}
	.fs24 {
		font-size: 20px
	}
	.fs22 {
		font-size: 18px
	}
	.fs20 {
		font-size: 15px
	}
	.btn {
		height: 42px;
		line-height: 42px
	}
	.w1600,
	.w1000 {
		width: auto;
		margin-right: 30px;
		margin-left: 30px
	}
	.w1000,
	.nd-share {
		max-width: 100%
	}
	/*.wrap {
		padding-top: 72px
	}*/
	.nd-share {
		text-align: left;
		margin-top: 40px
	}
	.nd-share span {
		margin-bottom: 0;
		margin-right: 30px
	}
	.nd-share__btn a,
	.nd-share span {
		display: inline-block;
		vertical-align: middle
	}
	.nd-share__btn {
		max-width: 100%
	}
	.nd-share__btn a {
		margin-bottom: 0;
		margin-right: 40px
	}
	.slick-dot__line .slick-dots {
		display: none
	}
	.column-list li {
		margin-bottom: 30px
	}
	.column-list .item-column,
	.column-list a {
		font-size: 14px
	}
	.column-list .dec img {
		max-width: 45px
	}
	.column-bgPic .pic {
		padding-top: 400px
	}
	.column-bgPic .larze-pic {
		padding-top: 560px
	}
	.column-bgPic .bg-dec {
		width: 150px
	}
	.slider-arrow .sa-prev {
		background-color: #E60012
	}
	.slider-arrow .sa-prev i {
		color: #fff
	}
	.slick-dot__white li,
	.slick-dot__round li {
		font-size: 16px;
		margin: 0 15px
	}
	.modal-video__wrap .m-mv__close {
		display: block
	}
	.modal-video__wrap .mv-cont .mv-close {
		display: none
	}
}
@media(max-width:750px){
	.column-bgPic .m-pic{
		display: block;
	}
	.column-bgPic .p-pic{
		display: none;
	}
}
@media (max-width: 650px) {
	.w1600,
	.w1000 {
		margin-right: 20px;
		margin-left: 20px
	}
	.load-list span {
		font-size: 12px
	}
	.fs160 {
		font-size: 100px
	}
	.fs54,
	.fs60 {
		font-size: 28px
	}
	.fs40 {
		font-size: 22px
	}
	.fs30 {
		font-size: 20px
	}
	.fs28 {
		font-size: 18px
	}
	.fs24 {
		font-size: 18px
	}
	.fs22 {
		font-size: 19px
	}
	.list-filtrate li {
		width: 40%
	}
	.list-filtrate a {
		font-size: 14px;
		height: 44px;
		line-height: 44px
	}
	.page-column {
		font-size: 18px
	}
	.pg-img {
		max-width: 65px
	}
	.pg-title {
		line-height: 1.4
	}
	.list-toggle a {
		font-size: 16px
	}
	.list-toggle .dots i {
		width: 4px;
		height: 4px
	}
	.nd-share__btn {
		font-size: 16px
	}
	.column-bgPic .pic {
		padding-top: 300px
	}
	.column-bgPic .larze-pic {
		padding-top: 450px
	}
	.column-bgPic .bg-dec {
		font-size: 14px;
		width: 120px
	}
	.column-list li:last-child {
		margin-bottom: 0
	}
	.column-list .item-column,
	.column-list a {
		font-size: 12px
	}
	.column-list .dec img {
		max-width: 35px
	}
	.column-list .title {
		margin-bottom: 10px
	}
	.btn2 {
		font-size: 16px;
		height: 44px;
		line-height: 44px
	}
	.slider-arrow {
		font-size: 16px
	}
	.paragraph {
		font-size: 16px;
		line-height: 1.6
	}
	.slick-dot__white button,
	.slick-dot__round button {
		width: 20px;
		height: 20px
	}
	.slick-dot__white button::before,
	.slick-dot__round button::before {
		margin-left: -5px
	}
	.slick-dot__white button::after,
	.slick-dot__round button::after {
		width: 16px;
		height: 14px
	}
}
@media(max-width:500px){
	.column-bgPic .pic{
		padding-top: 200px;
	}
}
@media(max-width:400px){

	.paragraph{
		letter-spacing: 0;
	}
}
