/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/main.css ***!
  \**************************************************************************************************************/
@charset "UTF-8";

/*---banner---*/

main {
	padding-top: 70px;
}

@media (max-width:768px) {
	main {
		padding-top: 56px;
	}
}


/*---banner---*/

.banner-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 85vh;
	max-height: 800px;
}

.banner-wrapper ul>li {
	width: 100%;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.banner-wrapper ul li img {
	width: 100%;
}

.swiper-banner {
	height: 100%;
}

.swiper-slide {
	float: left;
}

.banner-wrapper:hover .arrow-left,
.banner-wrapper:hover .arrow-right,
.floor-wrapper:hover .arrow-left,
.floor-wrapper:hover .arrow-right {
	display: block
}

.arrow-left,
.arrow-right {
	opacity: 0.5;
	position: absolute;
	z-index: 99;
	font-size: 2em;
	padding: 14px 10px;
	top: 50%;
	margin-top: -24px;
	color: #fff;
	background: #000;
}

.arrow-left,
.arrow-right {
	display: none;
	cursor: pointer;
	color: #999;
	width: 48px;
	height: 48px;
	padding: 0;
	margin: 0;
	text-align: center;
	border: 0;
	border-radius: 24px;
	background-color: rgba(102, 102, 102, 0.5);
	position: absolute;
	z-index: 20;
	top: 50%;
	margin-top: -24px;
}

.banner-wrapper:hover .arrow-left,
.banner-wrapper:hover .arrow-right {
	display: block
}

.arrow-left {
	left: 30px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg)
}

.arrow-right {
	right: 30px
}

.arrow-left:before,
.arrow-left:after,
.arrow-right:before,
.arrow-right:after {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	left: 15px;
	top: 50%;
	margin-top: -6px;
}

.arrow-left:after,
.arrow-right:after {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	margin-top: 6px
}

[class^="pagination"] {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 10px;
	width: 100%;
	z-index: 99
}

.inner-pagebox {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 60px auto 0;
}

.contact-tips {
	margin-top: 32px!important;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid #e6e6e6;
	margin: 0 7px;
	box-sizing: border-box;
	background-clip: content-box;
	transition: all .36s ease;
}

.swiper-active-switch {
	background-color: #fff;
	border: 4px solid rgba(0, 0, 0, .3);
}
.floor-wrapper .swiper-pagination-bullet{
	opacity: 0.4;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.floor-wrapper .swiper-pagination-bullet-active{
	opacity: 1;
	background: #fff;
	width: 25px;
	
	border-radius: 5px;
}
.floor-wrapper .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 20px;
	bottom: 3vw;
}

.floor-wrapper .swiper-pagination-bullet {
	/*width: 10px;
	height: 10px;*/
}

.floor-wrapper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

@media (max-width:1400px) {
	.banner-wrapper ul>li {
		background-size: 110%;
	}
}

@media (max-width:1200px) {
	.banner-wrapper ul>li {
		background-size: 130%;
	}
}

@media (max-width:1024px) {
	.floor-wrapper:hover .arrow-left,
	.floor-wrapper:hover .arrow-right {
		display: none;
	}
	.banner-wrapper {
		height: 70vh;
		max-height: 500px;
	}
	.offsetimg {
		background-position: top right !important;
	}
}

@media (max-width:767px) {
	.banner-wrapper ul>li {
		background-size: 240%;
	}
}

@media (max-width:420px) {
	.arrow-left,
	.arrow-right {
		display: none !important;
	}
}


/*---Home---*/

.floor-wrapper {
	overflow: hidden;
}

.banner-swiper-container li {
	/*height: calc(100vh - 56px);*/
	position: relative;
	cursor: pointer;
}
.banner-swiper-container li a img{
	display: block;
	width: 100%;
	border-radius: 3vw;
}
.banner-swiper-container li a{
	box-sizing: border-box;
	padding:1.75vw 1.5vw;
	background: #fff!important;
}
.banner-swiper-container li a .pc{}
.banner-swiper-container li a .mobile{display: none;}
.banner-swiper-container li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: top center !important;
	background-repeat: no-repeat;
	cursor: pointer;
	background-size: cover;
}

.floor-wrapper .swiper-button-next,
.floor-wrapper .swiper-button-prev {
	z-index: 120;
}

.home-floor {
	width: 100%;
}

.homepage .videofloor video {
	top: 30%
}

.homepage .videofloor {
	background: #000;
}

.brand-floor {
	background: #000;
	color: #fff;
}

.community-floor {
	background: #111;
	color: #fff;
}

.verify-product-container {
	background: #000;
	padding: 124px 0 120px;
}

.verify-product-container .wrapper {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 24px;
}

.brand-story-container {
	/*position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-60%);
	background: #000;*/
}

.coverfloor .wrapper {
	max-width: 1308px;
	margin: 0 auto;
	padding: 0 24px;
}

.products-floor .wrapper {
	max-width: 1672px;
	box-sizing: content-box;
}

.coverfloor h2,
.verify-product-container h2 {
	padding-bottom: 24px;
	text-align: center;
	font-size: 42px;
	line-height: 1;
	font-weight: 600;
	color: #d8d8d8;
}

.community-floor {
	height: 110vh!important;
}

.community-floor h2 {
	padding-bottom: 16px!important;
}

.community-floor p.des {
	padding-bottom: 36px!important;
}

.coverfloor p.des,
.verify-product-container p.des {
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	padding-bottom: 72px;
	color: #fff;
}

.verify-product-container p.des {
	padding-bottom: 68px;
}

.verify-product-container .input-group {
	max-width: 532px;
	margin: 0 auto;
	display: flex;
	position: relative;
}

.verify-product-container .input-group button {
	background: #CF3339;
	border-radius: 2px;
	height: 48px;
	min-width: 120px;
}

.verify-product-container .input-group input {
	margin-right: 12px;
	background: #fff;
	border-radius: 2px;
	height: 48px;
}

.verify-product-container label.error-tips {
	position: absolute;
	top: 48px;
	left: 0;
}


/* .verify-product-container .error-tips {
  position: absolute;
  top: 48px;
  left: 0;
} */

.story-lists {
	overflow: hidden;
}

.story-lists ul {
	margin-right: -24px;
}

.pic_view {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

.pic_view img {
	vertical-align: middle;
	display: inline-block!important;
	width: 100%;
}

.story-item {
	background: #000;
	position: relative;
	/* height: 404px; */
}

.story-lists li {
	width: calc(100% / 3);
	max-width: 428px;
	float: left;
	padding-right: 24px;
}

.pic_view:after {
	content: "";
	width: 0;
	display: inline-block;
	padding-top: 100%;
	vertical-align: middle;
}

.story-item p {
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 48px;
	text-align: center;
	white-space: initial;
	line-height: 1;
}

.story-cons {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.learn-more {
	display: block;
	width: 126px;
	height: 44px;
	line-height: 44px;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	margin: 0 auto;
}

.learn-more:hover {
	color: #fff;
	text-decoration: underline;
}

.videofloor {
	height: calc(100vh - 56px);
	overflow: hidden;
	position: relative;
}

.btn-voice,.btn-voice2 {
	position: absolute;
	z-index: 2;
	top: 32px;
	right: 32px;
	width: 48px;
	height: 48px;
	cursor: pointer;
}

.btn-voice-close {
	background: url("/source/c2336afed2196438049bf7a9d19d1188/voice-close_b96a48.svg") no-repeat;
	background-size: 100%;
}

.btn-voice-open {
	background: url("/source/272b795e256db942149bb6279634a423/voice-open_168b37.svg") no-repeat;
	background-size: 100%;
}

.videofloor video {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	height: 100%;
	object-fit: cover;
}

.community-floor-container {
/*	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-52%);*/
}

.tab-box>ul {
	font-size: 0;
	white-space: nowrap;
	margin-bottom: -1px;
}

.tab-box>ul li {
	display: inline-block;
	height: 42px;
	border-radius: 8px 8px 0px 0px;
	border: 2px solid #999;
	font-size: 20px;
	line-height: 22px;
	color: #999;
	min-width: 112px;
	text-align: center;
	margin-right: 8px;
	padding: 9px;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.tab-box>ul li:hover {
	color: #fff;
	border: 2px solid #fff;
}

.tab-box>ul li.active {
	background: #fff;
	border: 2px solid #fff;
	color: #333;
	font-weight: bold;
}

.video-lists {
	overflow-x: auto;
}

.tab-content {
	position: relative;
	z-index: 1;
}

@media (max-width: 1440px) {
	.coverfloor p.des,
	.verify-product-container p.des {
		padding-bottom: 52px;
	}
}

@media (max-width:1024px) {
	.brand-floor,
	.community-floor,
	.products-floor {
		height: auto!important;
		padding: 48px 0 36px;
	}
	
	.brand-story-container {
		position: initial;
		transform: none;
	}
	.videofloor,
	.videofloor video {
		max-height: 600px;
	}
}

@media (max-width: 768px) {
	.story-lists ul {
		font-size: 0;
		white-space: nowrap;
		padding-left: 24px;
	}
	.story-lists li {
		font-size: 16px;
		display: inline-block;
		width: calc(100% / 2.2);
		max-width: 300px;
		float: initial;
	}
	.story-item p {
		font-size: 18px;
		margin-bottom: 38px;
	}
	.learn-more {
		font-size: 13px;
		width: 100px;
		height: 32px;
		line-height: 32px;
	}
	.tab-content {
		margin: 0 -24px;
	}
	.tab-box>ul li {
		font-size: 20px;
		min-width: 100px;
		line-height: 25px;
	}
}
#coverFloor2-1 #homevideo4{display: none;}
@media (max-width: 767px) {
	.story-item p {
		margin-bottom: 20px;
		min-height: 36px;
	}
	.coverfloor .wrapper {
		padding: 0 16px;
	}
	.story-lists ul {
		margin-right: -6px;
	}
	.story-lists ul {
		padding-left: 16px;
	}
	.story-lists li {
		font-size: 16px;
		display: inline-block;
		width: calc(100% / 2.5);
		max-width: 300px;
		float: initial;
		padding-right: 6px;
	}
	.homepage .videofloor video {
		position: initial;
		transform: none;
	}
	.homepage .videofloor,
	.homepage .videofloor video {
		max-height: initial!important;
		height: initial!important;
	}
	.videofloor,
	.videofloor video {
		max-height: 420px;
	}
	.tab-content {
		margin: 0 -16px;
	}
	#coverFloor2-1 #homevideo3{display: none;}
	#coverFloor2-1 #homevideo4{display: block;}
	.btn-voice,.btn-voice2 {
		top: 20px;
		right: 8px;
	}
	.btn-voice-close {
		background: url("/source/c2336afed2196438049bf7a9d19d1188/voice-close_b96a48.svg") no-repeat center center;
		background-size: 60%;
	}
	.btn-voice-open {
		background: url("/source/272b795e256db942149bb6279634a423/voice-open_168b37.svg") no-repeat center center;
		background-size: 60%;
	}
}

@media (max-width:375px) {
	.videofloor,
	.videofloor video {
		max-height: 270px;
	}
}

@media (max-width:320px) {
	.videofloor,
	.videofloor video {
		max-height: 230px;
	}
}

.coverfloor {
	height: 120vh;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
	background-position: top center;
}

.coverfloor-1 {
	/*height: calc(100vh - 56px)*/
	position: relative;
}

.coverfloor-1:before {
	z-index: 0!important;
}

.coverfloor-8 {
	height: 100vh;
}

.coverfloor:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0);
	transition: background .5s ease;
	z-index: 0;
}

.coverfloor.masker:before {
	background: rgba(0, 0, 0, .6);
	z-index: 99;
}

.floor-title {
	color: #fff;
	font-size: 60px;
	line-height: 1;
}

.floor-des,
.floor-des-2 {
	color: #fff;
	font-size: 26px;
	line-height: 1;
}

.center-box {
	width: 1010px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	display: table;
	z-index: 2;
}

html{
 font-size: calc(16/1920*100vw);
}

.products-floor {
	background: #fff;


    padding: 8rem 6% 6rem;
}
.products-floor h2 {
	width: 100%;
    text-align: center;
    font-weight: bold;
    font-size:5rem;
    line-height: 1;
    position: relative;
}

.products-floor .wrapper {
	margin-left: auto;
	margin-right: auto;
}

.products-floor ul {
	margin-right: -24px;
}

.products-floor:before {
	content: none;
}



.products-floor li {
	width: 49.5%;
	margin-right: 1%;
	float: left;
}
.products-floor li div.img{
	position: relative;
	overflow:hidden;
	border-radius: 2rem;
	    transition: all .3s;
	    -webkit-transition: all .3s;
}

.products-floor li div.img .img2{
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	object-fit: cover;
	 transition: all .3s;
	    -webkit-transition: all .3s;
	opacity: 0;
}
.products-floor li a:hover div.img{
	    border-radius: 6rem;
}
.products-floor li a:hover .img2{
	opacity: 1;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.products-floor li  .label{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 5px;
   
}
.products-floor li  .label span{
	border: 1px solid black;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 2rem; margin-top: 1rem;
    border-radius: 2rem;
    margin-right: 1.5rem;
    text-align: center;
    cursor: pointer;
    color: #000;
}




.arrow-left2,
.arrow-right2 {
	display: none;
	cursor: pointer;
	color: #999;
	width: 48px;
	height: 48px;
	padding: 0;
	margin: 0;
	text-align: center;
	border: 0;
	border-radius: 24px;
	background-color: rgba(102, 102, 102, 0.5);
	position: absolute;
	z-index: 20;
	top: 50%;
	top: 35%;
	margin-top: -24px;
}

.products-floor:hover .arrow-left2,
.products-floor:hover .arrow-right2 {
	display: block
}
.products-floor-content{
	position: relative;
	margin-top: 4rem;
}
.arrow-left2 {
	left: -65px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg)
}

.arrow-right2 {
	right: -65px
}

.arrow-left2:before,
.arrow-left2:after,
.arrow-right2:before,
.arrow-right2:after {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	left: 15px;
	top: 50%;
	margin-top: -6px;
}

.arrow-left2:after,
.arrow-right2:after {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	margin-top: 6px
}





.arrow-left3,
.arrow-right3 {
	display: none;
	cursor: pointer;
	color: #999;
	width: 48px;
	height: 48px;
	padding: 0;
	margin: 0;
	text-align: center;
	border: 0;
	border-radius: 24px;
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	margin-top: -74px;
}

.videos-floor-content:hover .arrow-left3,
.videos-floor-content:hover .arrow-right3 {
	display: block
}
.arrow-left3{
	margin-left: -30vw;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg)
}

.arrow-right3 {
	margin-left: 27vw;
}

.arrow-left3:before,
.arrow-left3:after,
.arrow-right3:before,
.arrow-right3:after {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	left: 15px;
	top: 50%;
	margin-top: -6px;
}

.arrow-left3:after,
.arrow-right3:after {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	margin-top: 6px
}




.products-swiper-container{
	overflow: hidden;
}

.pagination2{
	bottom: -3rem;
}
.pagination2 span{
	margin: 0 6px;
	opacity: 0.2;
	transition: all .3s;
	-webkit-transition: all .3s;
		background: #000;
}
.pagination2 span.swiper-pagination-bullet-active{
		opacity: .6;

	width: 25px;
	border-radius: 5px;
}
.products-floor li div {
	width: 100%;
	
	overflow: hidden;
}

.products-floor li div img {
	max-width: 100%;
}

.products-floor li:last-child {
	margin: 0;
}

.transition-sp1 {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.products-floor li p {
	margin-bottom: 5px;
	text-align: left;
	margin-top: 20px;
	font-size: 24px;
	    font-size: 2rem;
	    font-weight: bold;
}

.products-floor li p span {
	display: block;
	font-size: 16px;
}

.products-floor .zoomimg:hover img {
	transform: scale(1.1, 1.1);
}
.videos-floor h2{
	width: 100%;
    text-align: center;
    font-weight: bold;
    font-size:5rem;
    line-height: 1;
    position: relative;
    margin-bottom: 4rem;
    margin-top: 5rem;
}
.videos-floor{
	overflow: hidden;
	position: relative;
	background: #fff;
}
.videos-swiper-container .swiper-slide{
	width: 49.5%;
	margin-right: .5%;
}
.box4_item {
    width: 98%;
    margin: 0 auto;
    border-radius: 2rem;
    overflow: hidden;
    position: relative;
}
.box4_item video {
    width: 100%;
}
.box4_mask {
    position: absolute;
    top: 0;
    left: 0;
    background: #000000b3;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.box4_text {
    position: absolute;
    bottom: 2rem;
    width: 90%;
    left: 5%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #fff;
}
.box4_info {
    font-family: H-Medium;
    font-size: 1.5rem;
    transition: all 1s;
    transform: translateY(2rem);
    opacity: 0;
}

.box4_text div:nth-child(2) {
    font-family: H-Regular;
    font-size: 1rem;
    border: 1px solid white;
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.5rem;
    width: 10rem;
    padding: 0 1rem;
    cursor: pointer;
    transition: all .5s;
    white-space: nowrap;
}

.box4_text div:nth-child(2) img {
    width: 1rem;
    margin-left: 5px;
}
.videos-swiper-container .swiper-slide-active .box4_info {
	transform: translateY(0);
    opacity: 1;
}

.box4_text div:nth-child(2):hover {
    border-radius: 3rem;
}
.box4_info span {
    font-family: H-Bold;
    font-size: 2rem;
    display: block;
}
.videos-floor-content{
	padding-bottom: 6rem;
	position: relative;
	background: #fff;
}
.videos-floor-content .pagination2{
	bottom: 2rem;
}

.home-about-container {
    height: 400vh;
    position: relative;
}

.home-about-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-about-container .logo-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 9;
}

.home-about-container .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 53.958vw;
    font-size: 4.375vw;
    font-size:2.75vw;
    line-height: 1.1;
    color: #fff;
    z-index: 99;
}

.home-about-container .content p {
    font-weight: 800;
    opacity: 0.5;
}
.sticky {
    position: sticky;
    top: 70px;
    height: calc(100vh - 70px);
    top: 57px;
    height: calc(100vh - 57px);
    background-color: #fff;
    overflow: hidden;
}
.home-about-container .content .inner {
    transform: translateY(100%);
    opacity: 0;
}

.home-about-container .content .view-more {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    margin-top: 24px;
    font-size: 24px;
}

.home-about-container .content .view-more:hover {
    color: #000;
}


.social-media-container {
  background-color: #000;
}
.social-media-container .image-list {
  overflow: hidden;
}
.social-media-container .image-list ul {
  white-space: nowrap;
  font-size: 0;
  transform: translateX(0);
}
.social-media-container .image-list li {
  display: inline-block;
  width: 300px;
  position: relative;
}
.social-media-container .image-list a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.social-media-container .image-list li img {
  width: 100%;
}

.slogan-box.scroll-wrapper {
  padding: 60px 0;
  font-size: 24px;
  color: #fff;
  overflow: hidden;
}
.slogan-box.scroll-wrapper ul {
  white-space: nowrap;
  transform: translateX(0);
}
.slogan-box.scroll-wrapper li {
  display: inline-block;
  margin-right: 30px;
  font-weight: 700;
}
.slogan-box.scroll-wrapper .line {
  width: 72px;
  height: 2px;
  background-color: #fff;
  margin-right: 30px;
  display: inline-block;
}
@media (max-width: 768px) {
	
	.products-floor li .label span{
		font-size: 13px;
		padding: 0 10px;
		height: 24px;
		border-radius: 24px;
		line-height: 24px;
	}
	#coverFloor2{display: none;}
	.products-floor h2 {
		padding-top: 0;
		padding-bottom: 8rem;
	}
	.products-floor .products-floor-content {
		margin: 0 -24px;
		padding-left: 24px;
	}
	.products-floor ul {
		white-space: nowrap;
		margin-right: -12px;
		font-size: 0;
	}
	.products-floor li {
		width:100%;
		max-width: 300px;
		padding-right: 12px;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.products-floor li p {
		font-size: 16px;
		white-space: normal;
	}
	.products-floor li p span {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.box4_mask{
		display: none;
	}
	.social-media-container .image-list li {
  width: 50vw;
}
	.slogan-box.scroll-wrapper{
		padding: 7rem 0;
		font-size: 6rem;
		padding: 5.5vw 0;
		font-size: 5vw;
	}
	.home-about-container .content .view-more{
		font-size: 5rem
	}
	.home-about-container .content{
		max-width:90vw;
		font-size: 6vw
	}
	.home-about-container .content p{
		padding-bottom:3vw;
	}
	.videos-floor-content{
		padding-bottom: 9rem;
	}
	.videos-floor-content .pagination2{
		bottom: -1rem;
	}
	.box4_text div:nth-child(2){
		display: none;
	}
	.box4_text{
		bottom: 3rem;
	}
	.box4_info span{
		font-size: 6rem;
		line-height: 1.2;
	}
	.videos-floor h2{
		font-size: 8rem;
		margin-bottom: 8rem;
	}
	.videos-swiper-container .swiper-slide{
		width: 90vw;
	}
	.pagination2{
		bottom: -7vw;
	}
	.products-floor li {
		padding-right: 8px;
	}
	.products-floor .products-floor-content {
		margin: 0 -16px;
		padding-left: 8px;
		padding: 0;
		margin: 0;
	}
	.products-floor{
		padding-left: 3%;
		padding-right: 3%;
	}
	.products-floor ul {
		margin-right: -8px;
		margin: 0;
	}
}


/* .coverfloor-bgbox{
  position: absolute;
  z-index: 1;
  top:0;
  left:0;
  right: 0;
  height:100vh;
  background-position: center center;
} */


/* .coverfloor-bg-1{
  background:url("../../images/products/geekbar/cover-bg-1.jpg") no-repeat center center;
}
.coverfloor-1-logo{
  display: block;
  margin:40vh auto 0 auto;
  max-width: 100%;
}
.coverfloor-1 .floor-title {
  float: left;
  font-size: 30px;
  font-weight: 900;
  margin-top: 32px;
  margin-left:45px;
  text-transform:uppercase;
}
.coverfloor-1 .floor-des {
  float: right;
  margin-top: 32px;
  margin-right:45px;
} */

.coverfloor-4:before {
	z-index: 0;
}

@media (max-width:1024px) {
	#homevideo2{
		height: auto!important;
		
	}
	.coverfloor {
		position: relative;
	}
	.videofloor {
		height: 80vh;
	}
	.brand-floor,
	.community-floor {
		height: auto;
		padding: 48px 0 36px;
	}
	.brand-story-container,
	.community-floor-container {
		position: initial;
		transform: none;
	}
	.coverfloor-1,
	.floor-wrapper {
		max-height: none;
	}
	.coverfloor-1 {
		height: auto;
	}
	.floor-wrapper,
	.banner-swiper-container,
	.banner-swiper-container li {
		/*height: 600px;
		max-height: 600px;*/
	}
	.banner-swiper-container li a .pc{display: none;}
.banner-swiper-container li a .mobile{display: block;}
}

@media (max-width: 768px) {
	.story-lists {
		overflow-x: auto;
		margin: 0 -24px;
	}
	.community-floor {
		height: auto!important;
	}
	.floor-wrapper,
	.banner-swiper-container,
	.banner-swiper-container li {
		height: 480px;
		max-height: 480px;
	}
}

@media (max-width: 767px) {
	.floor-wrapper,
	.banner-swiper-container,
	.banner-swiper-container li {
		height: 450px;
		max-height: 450px;
	}
	.story-lists {
		margin: 0 -16px;
	}
}


/* @media screen and (max-height:700px) {
  .coverfloor-bg-4 {
    background-size: 1400px;
  }
  .coverfloor-4 .floor-title {
    margin-top: 12vh;
    margin-left:210px;
  }

  .coverfloor-4 .floor-des {
    margin-top: 16px;
    margin-left:210px;
  }
} */

@media (max-width: 320px) {
	.floor-wrapper,
	.banner-swiper-container,
	.banner-swiper-container li {
		height: 380px;
		max-height: 380px;
	}
}


/* .icon-shield{
  width: 64px;
  height:90px;
  background:url("../../images/products/geekbar/icon-shield.svg") no-repeat top center;
  background-size: 100%;
  margin:0 auto 24px auto;
} */


/* .coverfloor-7 .floor-title{
  font-weight: 900;
  margin-left:84px;
}
.floor-7-box{
  width: 840px;
  height:400px;
  display: table;
  line-height: 1;
  margin:32px auto;
  text-align: center;
}
.floor-7-box [class^='card-']{
  width: 33.3333%;
  display: table-cell;
  color: #fff;
  vertical-align: top;
  padding:72px 40px;
} */

@media screen and (max-height:700px) {
	/* .coverfloor-bg-7 {
    background-size: 1500px;
  }
  .coverfloor-7 .floor-title {
    margin-top: 16vh;
    margin-left:180px;
  }
  .floor-7-box{
    transform: scale(0.8);
  } */
}


/* .wave{
  font-size: 72px;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px;
}
.describe{
  font-size: 22px;
  margin-bottom: 16px;
}
.card-2 .describe {
  margin-bottom: 42px;
}
.describe-sm{
  font-size: 16px;
  margin-bottom: 16px;
}
.describe-xs{
  color:#7D7D7D;
  font-size: 12px;
} */


/* .progressbar{
  text-align: left;
  font-size: 12px;
  margin-bottom: 12px;
}
.progressbar div{
  margin-left: 16px;
  display: inline-block;
  vertical-align: middle;
  width:120px;
  height:18px;
  background: #fff;
  position: relative;
}
.progressbar div.other{
  width:60px;
}
.progressbar div em{
  display: block;
  position: absolute;
  right: 0;
  top:0;
  bottom:0;
  background: #fd7b25;
}

.circular{
  width: 108px;
  height:108px;
  border-radius: 100%;
  background: #fff;
  margin: 0 auto 24px auto
} */

@media screen and (max-width:1024px) {
	.center-box {
		width: 100%;
		padding: 0 64px
	}
	/* .coverfloor-1-logo{
    width: 100%;
    max-width: 700px;
  }
  .coverfloor-1 .floor-title{
    float:none;
    margin-left:0;
    text-align: center;
  }
  .coverfloor-1 .floor-des{
    float:none;
    text-align: center;
    margin-right:0;
    margin-top:16px;
  }
  .coverfloor-4 .floor-title{
    margin-top: 12vh;
  }
  .coverfloor-4 .floor-title,.coverfloor-4 .floor-des {
    margin-left:44px;
  }

  .coverfloor-7{
    background-position: center -32%;
    overflow: hidden;
  }
  .coverfloor-7 .floor-title{
    margin-top: 20vh;
    margin-left:28px;
  } */
}

@media screen and (max-height:1366px) {
	/*.coverfloor{*/
	/*background-size: 120% 50% !important;*/
	/*background-position: top center !important;*/
	/*}*/
	/*.coverfloor-8 {*/
	/*background-size: 120% 100% !important;*/
	/*}*/
	/*.coverfloor-4-p {*/
	/*max-width: 800px;*/
	/*}*/
}

@media screen and (max-width:768px) {
	/* .coverfloor-3 .floor-title{
    margin-left:300px;
  }
  .coverfloor-3 .floor-des{
    margin-left:300px;
  }
  .numbertitle{
    font-size: 60px;
  }
  .numbertitle span{
    display: block;
    font-size: 12px;
    text-align: right;
  }
  .wave{
    font-size: 24px;
  }
  .describe{
    font-size: 14px;
  }
  .card-1 > div{
    display: inline-block;
    vertical-align: middle;
  }
  .card-2 .numbertitle{
    display: inline-block;
  }
  .card-2 .describe{
    max-width: calc(100% - 130px);
    display: inline-block;
    margin-bottom: 16px;
    font-size: 16px;
  }
  .card-3 {
    text-align: left;
  }
  .card-3 .describe{
    margin-top: 1.2vh;
    font-size: 16px;
  }
  .card-3 .describe-sm{
  }
  .progressbar div{
    width: 40%;
    height: 14px;
  }

  .icon-shield{
    float: left;
    margin-right: 32px;
  } */
}

@media screen and (max-width:420px) {
	.center-box {
		width: 100%;
		padding: 0 45px
	}
	/* .iconfloor{
    padding: 16px 0;
    font-size: 10px;
  }
  .iconfloor ul{
    width: 100%;
  }
  .iconfloor ul li{
    padding: 0;
    text-align: center;
  }
  .iconfloor ul li span{
    font-size: 12px;
  }
  .coverfloor-bgbox{
    background-size: 130% !important;
  } */
	/* .coverfloor-bg-1{
    background:url("../../images/products/geekbar/mobile-cover-bg-1.jpg");
    text-align: center;
  }
  .coverfloor-1 .floor-title{
    font-size: 18px;
  }
  .coverfloor-1 .floor-des{
    font-size: 14px;
    max-width: 160px;
    margin: 16px auto;
  }
  .coverfloor-bg-2{
    background:url("../../images/products/geekbar/mobile-cover-bg-2.jpg") top center;
  }
  .coverfloor-2 .floor-title{
    font-size: 32px;
    margin-top:16vh;
  }
  .coverfloor-2 .floor-des{
    font-size: 16px;
    margin-top:16px;
  }
  .coverfloor-bg-3{
    background:url("../../images/products/geekbar/mobile-cover-bg-3.jpg");
  }
  .coverfloor-3 .floor-title{
    font-size: 32px;
    margin-top:16vh;
    margin-left:0;
  }
  .coverfloor-3 .floor-des{
    font-size: 16px;
    margin-left:0;
  }
  .coverfloor-4{
    background-image: linear-gradient(180deg, #292929 30%, #121212 30%);
  }

  .coverfloor-bg-4{
    background-size: 100% !important;
  }
  .coverfloor-4 .floor-title{
    font-size: 32px;
    margin-top: 13vh !important;
    margin-left: -14px !important;
  }
  .coverfloor-4 .floor-des{
    font-size: 16px;
    margin-top:16px;
    margin-left: -14px !important;
  }

 .coverfloor-bg-5{
    background:url("../../images/products/geekbar/mobile-cover-bg-5.jpg") no-repeat top center;
  }
  .coverfloor-5 .floor-title{
    font-size: 32px;
    margin-top:40vh;
  }
  .coverfloor-5 .floor-des{
    font-size: 16px;
    max-width: 160px;
    margin:16px auto 0 auto;
  }
  .coverfloor-bg-6{
    background:url("../../images/products/geekbar/mobile-cover-bg-6.jpg") no-repeat top center;
  }
  .coverfloor-6 .floor-title{
    font-size: 32px;
    margin-top:75vh;
  }
  .coverfloor-6 .floor-des{
    font-size: 16px;
    margin-left:0;
  }

  .coverfloor-7 .floor-title{
    font-size: 32px;
    margin-top:12vh !important;
    margin-left:0 !important;
  }
  .coverfloor-bg-7{
    background: none;
  }
  .floor-7-box{
    transform: scale(1);
    margin:24px auto;
  }
  .floor-7-box [class^='card-']{
    width: 100%;
    padding:0 24px;
    height:22vh;
    display: block;
    max-height: 156px;
  }
  .progressbar div{
    width: 60%;
  }
  .progressbar div.other{
    width: 30%;
  }
  .describe-xs{
    text-align: left;
  }
  .icon-shield{
    float: left;
    margin-right: 24px;
  }
  .coverfloor-bg-8{
    background:url("../../images/products/geekbar/mobile-cover-bg-8.jpg") no-repeat top center;
    background-size: 100% 100% !important;
  }
  .coverfloor-8 .floor-title{
    font-size: 32px;
    margin-top:16vh;
    margin-left:0;
  }
  .coverfloor-8 .floor-des{
    font-size: 16px;
    margin-left:0;
  }
  .coverfloor-8 .floor-des-2{
    font-size: 16px;
    margin-top:40vh;
    float: none;
  }  */
}

@media screen and (max-width:375px) {
	.floor-7-box .card-1 {
		padding-right: 24px !important;
	}
	.floor-7-box .card-2 {
		padding-top: 3vh !important;
	}
	.floor-7-box .card-3 {
		text-align: left;
	}
	.card-2 .describe {
		font-size: 14px;
		max-width: calc(100% - 110px);
	}
	.floor-7-box [class^='card-'] {
		padding: 0 18px 0 24px
	}
	.numbertitle {
		font-size: 48px;
		margin-bottom: 10px;
	}
	.describe {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.describe-sm {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.icon-shield {
		width: 48px;
		margin-right: 16px;
	}
}

@media screen and (max-width:320px) {
	.center-box {
		width: 100%;
		padding: 0 20px
	}
	/* .coverfloor-4 .floor-title{
    margin-top: 11vh;
    margin-left:4px;
  }
  .coverfloor-4 .floor-des{
    margin-left: 4px;
  }
  .floor-7-box .card-2{
    padding-top: 2vh !important;
  } */
}

@media screen and (max-height:1500px) {
	/* .coverfloor-bgbox{
    background-size:100% 100%;
  } */
	/* .coverfloor-4 .floor-title{
    margin-left: -32px;
    margin-top: 24vh;
  }
  .coverfloor-4 .floor-des{
    margin-left: -32px;
  }
  .coverfloor-7 .floor-title{
    margin-top: 28vh;
    margin-left:-44px;
    margin-bottom: 6.5vh;
  }
  .floor-7-box{
    transform: scale(1.3);
  } */
}

@media screen and (max-height:1080px) {
	/* .coverfloor-bgbox{
    background-size:1920px;
  } */
	/* .coverfloor-4 .floor-title{
    margin-top: 14vh;
    margin-left:100px;
    margin-bottom:0;
  }
  .coverfloor-4 .floor-des {
    margin-left:100px;
  }
  .coverfloor-7 .floor-title{
    margin-top:22vh;
    margin-left:90px;
    margin-bottom:0;
  }
  .floor-7-box{
    transform: scale(1);
  } */
}

@media screen and (max-height:800px) {
	/* .coverfloor-4 .floor-title{
    margin-top: 10vh;
    margin-left:100px;
    margin-bottom:0;
  }
  .coverfloor-7 .floor-title{
    margin-top:14vh;
    margin-left:90px;
    margin-bottom:0;
  } */
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	/* .coverfloor-4 .floor-title{
    margin-top: 10vh;
    margin-left:48px;
    margin-bottom:0;
  }
  .coverfloor-4 .floor-des {
    margin-left:48px;
  }
  .coverfloor-7 .floor-title{
    margin-top:16vh;
    margin-left:32px;
    margin-bottom:0;
  } */
}

@media only screen and (min-height: 1200px) and (max-height: 1500px) {
	/* .coverfloor-bgbox{
    background-size: 220%;
  } */
	/* .coverfloor-4 .floor-title{
    margin-top: 24vh;
    margin-left:0;
  }
  .coverfloor-4 .floor-des {
    margin-left:0;
  }
  .coverfloor-7 .floor-title{
    margin-top:30vh;
    margin-left:0;
    margin-bottom:0;
  }
  .floor-7-box{
    transform: scale(1.2);
  } */
}


/*---productfloor---*/

.home-productbox>div:nth-child(odd) {
	background: #f8f8f8;
}

.product-floor {
	max-width: 1440px;
	margin: 0 auto;
	padding: 80px 0;
}

.home-productbox>div:nth-child(odd) .rows {
	float: right;
}

.home-productbox>div:nth-child(odd) .rows img {
	margin: 0 auto;
}

.product-floor .rows {
	width: 50%;
	float: left;
	padding: 0 20px;
}

.product-floor .title {
	margin-bottom: 24px;
}

.product-floor .des {
	line-height: 24px;
}

.product-floor .img {
	width: 100%;
	mix-blend-mode: multiply;
	max-width: 560px;
}

.product-floor .btn {
	margin-top: 40px;
	width: 180px;
}

@media (max-width:1023px) {
	.home-productbox .frame-adaption {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.product-floor {
		padding: 40px 0 80px 0;
	}
	.product-floor .rows {
		width: 100%;
		padding: 0;
		float: none !important;
	}
	.product-floor .autopadding {
		padding: 0 20px;
	}
	.product-floor .img {
		margin: 0 auto 40px auto !important;
	}
	.autopadding {
		max-width: 600px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width:768px) {
	.product-floor {
		padding: 30px 0 60px 0;
	}
	.product-floor .title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.product-floor .rows {
		width: 100%;
	}
	.product-floor .img {
		margin: 0 auto 30px auto;
	}
	.product-floor .btn {
		margin-top: 30px;
	}
}


/*---videofloor---*/

.home-videobox {
	padding: 80px 0 96px 0;
	background: #F7F7F7;
	text-align: center;
}

.home-videobox .title {
	margin-bottom: 58px;
	text-transform: Uppercase;
}

.video-box {
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
}

.video-floor {
	max-width: 1200px;
	margin: 0 auto;
}

.video-content {
	-webkit-flex: 1;
	/* Chrome */
	-ms-flex: 1;
	/* IE 10 */
	flex: 1;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-flex: 1;
	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;
	/* OLD - Firefox 19- */
}

.video-show {
	display: none;
	position: relative;
}

.video-show.active {
	display: block;
}

.video-show .video-img {
	display: block;
	width: 100%;
	height: 568px;
	border: 1px solid #fff;
	background-size: cover;
	border-radius: 0px 3px 3px 3px;
	position: relative;
}

.video-show .video-img:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: inherit;
	background: rgba(0, 0, 0, .2);
	z-index: 2;
}

.video-show .title {
	position: absolute;
	bottom: 0;
	bottom: 3px;
	left: 3px;
	width: calc(100% - 6px);
	height: 72px;
	background: rgba(0, 0, 0, .7);
	padding: 10px 16px;
	text-align: right;
	line-height: 30px;
	font-size: 24px;
	font-weight: 600;
}

.video-show .title-author {
	display: block;
	font-size: 16px;
	line-height: 20px;
}

.video-items {
	padding-left: 20px;
	width: 260px;
	overflow-y: hidden;
}

.video-items li {
	margin-bottom: 12px;
}

.video-items li:last-child {
	margin-bottom: 0;
}

.video-items .video-pic {
	display: block;
	width: 100%;
	height: 104px;
	border: 1px solid #333;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 3px;
	position: relative;
	transition: border .1s ease;
}

.video-items .video-pic:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 2;
}

.video-items .active .video-pic {
	border: 1px solid #fff;
}

.video-floor li {
	width: 33.33333%;
	padding: 0 20px;
	float: left;
	position: relative;
}

.video-floor li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.video-floor li a:before {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, .3);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.video-floor .title {
	position: absolute;
	/* height: 76px; */
	padding: 10px 0;
	font-size: 26px;
	line-height: 32px;
}

.video-floor .title-author {
	font-weight: bold;
	color: #D8D8D8;
	line-height: 20px;
	font-size: 16px;
}

.video-floor li:last-child {
	margin: 0;
}

.video-floor li img {
	width: 100%;
	transform: scale(1, 1)
}

.video-floor li a:hover img {
	transform: scale(1.1, 1.1)
}

.video-floor li p {
	margin-top: 20px;
}

.play {
	position: absolute;
	font-size: 14px;
	z-index: 2;
	background-size: 100%;
	border: 6px solid rgba(255, 255, 255, .6);
	width: 76px;
	height: 76px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.play .icon-triangle {
	color: rgba(255, 255, 255, .8);
	display: block;
	margin-top: 22px;
	text-align: center;
	font-size: 32px;
}

.home-videobox .btn-row {
	text-align: center;
	margin-top: 64px;
}

.home-videobox .btn-row .btn {
	margin: 0 auto;
}

@media (max-width: 1440px) {
	.coverfloor h2,
	.verify-product-container h2 {
		font-size: 36px;
	}
}

@media (max-width:1023px) {
	.video-floor {
		margin-left: -10px;
		margin-right: -10px;
	}
	.video-floor li {
		padding: 0 10px;
	}
	.video-show .title {
		font-size: 20px;
	}
}

@media (max-width:768px) {
	.coverfloor:before {
		display: none;
	}
	.home-videobox {
		padding: 60px 0;
	}
	.home-videobox .title {
		margin-bottom: 30px;
	}
	.video-floor li {
		width: 100%;
		margin-bottom: 40px;
	}
	.home-videobox .btn-row {
		margin-top: 40px;
	}
	.video-box {
		display: block;
	}
	.video-items {
		padding-left: 0;
		white-space: nowrap;
		margin-top: 12px;
		width: 100%;
		font-size: 0;
	}
	.video-items li {
		font-size: 16px;
		display: inline-block;
		margin-bottom: 12px;
		margin-right: 4px;
		vertical-align: top;
		width: calc(100% / 3.5);
	}
	.video-show .video-img {
		height: 437px;
		border-radius: initial;
	}
	.video-items .video-pic {
		height: 104px;
	}
	.video-items .video-pic {
		border-radius: initial;
	}
	.tab-box>ul li {
		font-size: 14px;
		height: 36px;
		line-height: 18px;
		min-width: 88px;
	}
}

@media (max-width: 767px) {
	.icon-plays {
		transform: translate(-50%, -50%) scale(0.75);
	}
	.video-items li {
		width: calc(100% / 2.5);
		margin-bottom: 0;
	}
	.video-items .video-pic {
		height: 66px;
	}
	.video-show .title {
		font-size: 16px;
		line-height: 1.2;
		height: 52px;
	}
	.title-cons {
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.video-show .title-author {
		font-size: 13px;
	}
	.video-show .video-img {
		height: 213px;
	}
	.tab-box>ul li {
		height: 32px;
		line-height: 14px;
		min-width: 76px;
		margin-right: 4px;
	}
	.video-items {
		margin-top: 4px;
	}
	.coverfloor h2,
	.verify-product-container h2 {
		font-size: 24px;
	}
	.coverfloor p.des,
	.verify-product-container p.des {
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 0!important;
		margin-bottom: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	.verify-product-container p.des {
		padding-bottom: 32px;
	}
	.brand-floor,
	.community-floor,
	.verify-product-container,
	.products-floor {
		padding-top: 36px;
		padding-bottom: 48px;
	}
	.play {
		transform: translate(-50%, -50%) scale(0.6);
	}
	.verify-product-container .input-group {
		display: block;
	}
	.verify-product-container .input-group button {
		float: none;
		margin: 0 auto;
		padding: 0 26px;
		display: block;
		margin-top: 16px;
		height: 42px;
	}
	.verify-product-container .input-group input {
		float: initial;
		width: 100%;
		height: 42px;
	}
}


/*---indfloor---*/

.home-indbox {
	width: 100%;
	height: 720px;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.home-indbox:before {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, .45);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.ind-floor {
	position: relative;
	top: calc(50% - 120px);
	text-align: center;
	width: 720px;
	margin: 0 auto;
	color: #fff;
}

.home-indbox .title {
	margin-bottom: 20px;
	text-transform: Uppercase;
}

.home-indbox .des p {
	margin-bottom: 20px;
}

@media (max-width:1199px) {
	.home-indbox {
		height: 600px;
	}
}

@media (max-width:768px) {
	.home-indbox {
		height: 440px;
	}
	.home-indbox .title {
		font-size: 20px;
	}
	.ind-floor {
		width: 100%;
	}
}


/*---signup---*/

.home-signup {
	text-align: center;
	padding: 80px 0;
}

.home-signup .title {
	margin-bottom: 16px;
	text-transform: Uppercase;
}

.home-signup {
	margin-bottom: 20px;
}

.input-email {
	width: 480px;
	margin: 32px auto 0 auto;
	position: relative;
}

.input-email .icon-close {
	position: absolute;
	right: 0;
	top: 10px;
	color: #ccc;
	font-size: 20px;
	cursor: pointer;
	display: none;
}

.input-email input {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #d7d7d7;
	line-height: 40px;
	padding-right: 20px;
}

.home-signup .btn {
	margin: 20px auto 0 auto;
	width: 180px;
}

@media (max-width:768px) {
	.home-signup {
		padding: 60px 0;
		margin-bottom: 0;
	}
	.home-signup .title {
		font-size: 20px;
	}
	.input-email {
		width: 100%;
	}
}


/*---products-box---*/

.products {
	border-bottom: 1px solid #E6E6E6
}

.products-box {
	background: #f9f9f9;
}

.product-notall .pro-classify {
	display: none;
}

.product-notall .pro-card .pro-name {
	padding-top: 24px;
}

.product-notall .pro-btn {
	bottom: 10px;
}

.products-box {
	max-width: 1672px;
	margin: 0 auto;
	margin-bottom: 96px;
	overflow: hidden;
}

.product-box {
	margin: 0 auto 48px auto;
	margin-right: -24px;
	font-size: 0;
}

.product-box .pro-btn {
	bottom: 10px;
}

@media (max-width:767px) {
	.products-box {
		margin-bottom: 60px;
	}
}


/*---nav---*/

.nav {
	margin-bottom: 20px;
	padding-top: 20px;
	line-height: 48px;
	text-align: center;
}

.nav li {
	margin-right: 160px;
	display: inline;
}

.nav li:last-child {
	margin: 0;
}

.nav li .focus {
	color: #333
}

.nav li em {
	padding: 0 32px;
	font-size: 12px;
}

.nav li a {
	color: #858585;
	position: relative;
}

.nav li a:hover {
	color: #121212;
}

.nav li a:after {
	position: absolute;
	content: '';
	bottom: -12px;
	left: -12px;
	right: -12px;
	opacity: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	border-bottom: 3px solid #000;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.nav li a:hover:after,
.nav li a.focus:after {
	font-weight: 500;
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.products {
	background: #fafafa;
}

.cardbox {
	padding-right: 24px;
	margin-bottom: 24px;
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.cardbox:hover .pro-card {
	box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 3%), 0px 24px 30px 0px rgb(0 0 0 / 4%);
}

.product-box .pro-card {
	float: left;
	text-align: center;
	width: 100%;
}

.pd-card {
	background: #fff;
	padding: 12px 12px 20px 12px;
}

.pro-card .pro-name {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro-card .pro-des {
	font-size: 14px;
	min-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-box .pro-card .pro-img img {
	max-width: 418px;
	max-height: 418px;
	margin: 0 auto;
	mix-blend-mode: multiply;
}

.pro-card .pagination {
	position: static;
	padding: 20px 0 16px;
}

.swiper-card {
	overflow: hidden;
}

.pro-card .swiper-pagination-switch {
	width: 16px;
	height: 3px;
	background: #eaeaea;
	border-radius: 0;
	border: 0;
	margin: 0 4px;
}

.pro-card .swiper-visible-switch {
	background: #333;
}

.pro-card li,
.pro-card ul {
	height: auto!important;
	;
}

@media (max-width:1919px) {
	.products-box .pro-card .pro-img img {
		width: 100%;
	}
	.products-nav li {
		margin-right: 80px;
	}
}

@media (max-width:1023px) {
	.products-box {
		margin-left: 0;
		margin-right: 0;
	}
	.cardbox {
		padding-right: 10px;
		margin-bottom: 10px;
	}
	.product-box {
		margin-right: -10px;
	}
	.products-nav li {
		margin-right: 40px;
	}
	.pro-card .pro-name {
		font-size: 16px;
	}
}

@media (max-width:768px) {
	.products-box.frame-adaption {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.products-nav li {
		margin-right: 20px;
	}
}

@media (max-width: 420px) {
	.cardbox {
		width: 50%;
	}
	.pro-card .pro-name {
		font-size: 14px;
	}
	.pro-card .pro-des {
		font-size: 12px;
	}
	.pd-card {
		padding: 4px;
	}
}


/*---news---*/

.news-box {
	max-width: 1240px;
	margin: 0 auto;
	padding-bottom: 48px;
}

.news-title {
	font-size: 28px;
	color: #121212;
	text-align: center;
	margin: 40px 0;
}

.news-list {
	margin-left: -20px;
	margin-right: -20px;
}

.news-list .news-card {
	float: left;
	width: 33.33333333%;
	padding: 0 20px;
	margin-bottom: 48px;
}

.news-list .news-card img {
	width: 100%;
	margin-bottom: 20px;
}

.news-card .s-title {
	font-size: 16px;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 48px;
}

.news-card .des {
	font-size: 13px;
	color: #777;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 57px;
}

.news-card .btn {
	width: 120px;
}

@media (max-width:1023px) {
	.news-list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.news-list .news-card {
		padding: 0 10px;
	}
}

@media (max-width:768px) {
	.news-box {
		padding-bottom: 20px;
	}
	.news-list {
		margin-left: 0;
		margin-right: 0;
	}
	.news-list .news-card {
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
	}
	.news-list .news-card img {
		margin-bottom: 16px;
	}
	.news-title {
		font-size: 20px;
		margin: 30px 0;
	}
}


/*---newsdetail---*/

.newsbanner {
	width: 100%;
	position: relative;
	height: 360px;
	background-position: center 40% !important;
}

.newsbanner:before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .4);
}

.newsdetail-title {
	position: absolute;
	left: 50%;
	margin-left: -552px;
	bottom: 48px;
	width: 1104px;
	font-size: 36px;
	font-weight: 300;
	color: #fff;
}

.newsdetail-box {
	max-width: 1104px;
	margin: 0 auto;
}

.newsdetail-date {
	margin: 32px 0;
	color: #888888;
}

.newsdetail-des {
	margin-bottom: 96px;
}

.newsdetail-des p {
	margin-bottom: 24px;
	line-height: 26px;
}

.newsdetail-des img {
	margin: 40px 0;
	max-width: 100%;
}

.newsdetail-des li {
	list-style-type: disc;
	margin-left: 20px;
	line-height: 26px;
}

@media (max-width:1024px) {
	.newsbanner {
		height: 280px;
	}
	.newsdetail-title {
		left: 0;
		right: 0;
		margin: 0;
		width: auto;
	}
}

@media (max-width:767px) {
	.newsbanner {
		height: 200px;
		background-size: 110% !important;
	}
	.newsdetail-title {
		font-size: 24px;
		left: 0;
		right: 0;
		margin: 0;
		width: auto;
		font-weight: 400;
		bottom: 30px;
	}
	.newsdetail-date {
		margin: 20px 0;
		color: #888888;
	}
	.newsdetail-des p {
		margin-bottom: 20px;
	}
	.newsdetail-des img {
		margin: 30px 0;
	}
	.newsdetail-des {
		margin-bottom: 60px;
	}
}


/*---reseller---*/

.reseller {
	background: #fafafa;
	padding-bottom: 42px;
}

.reseller-nav li {
	margin-right: 160px;
}

.sliding-floor {
	display: none;
}

.sliding-floor.activefloor {
	display: block;
}

.sliding-floor-header {
	width: 100%;
	text-align: center;
	margin: 30px auto;
}

.sliding-floor-header li {
	padding: 6px 20px;
	display: block;
	border-radius: 20px;
	display: inline-block;
	border: 1px solid #e5e5e5;
	margin: 0 8px;
	cursor: pointer;
}

.sliding-floor-header.fixed {
	top: 70px;
	left: 0;
	right: 0;
	background: #fff;
	margin: 0;
	padding: 8px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.10);
}

.sliding-floor-header.fixed li {
	margin-bottom: 0;
}

.sliding-floor-body {
	max-width: 1160px;
	margin: 0 auto;
}

.sliding-floor-body ul {
	margin-left: -20px;
	margin-right: -20px;
	font-size: 0;
}

.sliding-floor-body li {
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
	width: 33.333333%;
}

.sliding-floor-body li a {
	display: block;
}

.countryfloor-title {
	font-size: 16px;
	margin-bottom: 20px;
}

.countryfloor-title i {
	margin-right: 8px;
}

.country-card {
	max-width: 360px;
	margin-bottom: 48px;
	font-size: 13px;
}

.country-card .des {
	color: #666;
	word-break: break-all;
}

.country-card .img {
	width: 100%;
	height: 100px;
	border: 1px solid #ebebeb;
	background: #fff;
	margin-bottom: 16px;
}

.country-card .img img {
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
}

.country-card .name {
	margin-bottom: 10px;
	color: #121212;
	font-size: 14px;
}

@media (max-width:1023px) {
	.sliding-floor-body ul {
		margin-left: -10px;
		margin-right: -10px;
	}
	.sliding-floor-body li {
		padding: 0 10px;
	}
}

@media (max-width:767px) {
	.reseller {
		padding-bottom: 40px;
	}
	.reseller-nav {
		padding-top: 0;
		margin-bottom: 0;
	}
	.reseller-nav li {
		margin-right: 40px;
	}
	.sliding-floor-header {
		white-space: nowrap;
		text-align: left;
		margin: 0;
		padding: 20px 0;
		overflow-x: auto;
		width: calc(100% + 20px);
	}
	.sliding-floor-header ul li {
		margin: 0 4px;
	}
	.sliding-floor-header ul li:first-child {
		margin-left: 0;
	}
	.sliding-floor-body li {
		width: 100%;
	}
	.country-card {
		max-width: 100%;
		height: auto;
		border: 1px solid #ebebeb;
		background: #fff;
		margin-bottom: 20px;
		padding: 0 20px 20px 20px;
	}
	.country-card .img {
		border: none;
		height: auto;
	}
	.country-card img {
		width: auto;
		margin: 0 auto;
	}
	.sliding-floor-header.fixed {
		left: 0;
		top: 56px;
		padding: 8px 0 8px 20px;
		width: 100%;
	}
}


/*---contact---*/

.innerresize-box {
	max-width: 1024px;
	margin: 0 auto;
}

.innerresize-box .s-title {
	font-size: 16px;
	margin-bottom: 8px;
}

.innerresize-des {
	max-width: 800px;
	text-align: center;
	font-size: 16px;
	margin: 0 auto 48px auto;
}

.innerresize-body {
	display: table;
	margin: 0 auto;
	width: 100%;
}

.innerresize-body p {
	margin-bottom: 20px;
}

.innerresize-body .green:hover {
	color: #008866;
	text-decoration: underline;
}

.innerresize-body>div {
	display: table;
	margin: 0 auto;
	width: 480px;
	vertical-align: top;
}

.innerresize-l ul {
	width: 100%;
}

.innerresize-l ul li {
	margin-bottom: 16px;
	position: relative;
}

.innerresize-l ul li:last-child {
	margin: 0
}

.inputgroup {
	position: relative;
}

.inputgroup:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 48px;
	background: #fff;
	z-index: 0;
}

.clear-security {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
	display: none;
	cursor: pointer;
	padding: 10px;
}

.innerresize-l ul input {
	position: relative;
	background: transparent;
	z-index: 2;
	width: 100%;
	height: 48px;
	border-radius: 2px;
	padding-left: 16px;
}

.innerresize-l ul select {
	-webkit-appearance: none;
	padding-left: 20px;
	border: 1px solid #e5e5e5;
	position: relative;
	background: transparent;
	z-index: 2;
	width: 100%;
	height: 48px;
	border-radius: 2px;
}

input.error-tips,
select.error-tips,
textarea.error-tips {
	border: 1px solid #c92828 !important;
	margin-top: 0;
}


/*input.error-tips ~ .s-tips {*/


/*top:2px !important;*/


/*font-size: 12px;*/


/*}*/

.innerresize-l ul textarea {
	border: 1px solid #e5e5e5;
	width: 100%;
	height: 96px;
	line-height: 24px;
	border-radius: 2px;
	padding-left: 20px;
	resize: vertical;
}

.innerresize-l .searchable-select-holder {
	border: 1px solid #e5e5e5;
	width: 100%;
	height: 48px;
	line-height: 48px;
	border-radius: 2px;
	color: #757575;
	padding: 0 0 0 16px;
	box-shadow: none;
}

.innerresize-l .searchable-select-dropdown {
	top: 47px;
	padding: 8px;
	border: 1px solid #e5e5e5;
}

.searchable-select .icon-arrow-down {
	position: absolute;
	right: 18px;
	top: 18px;
	color: #757575;
}

.innerresize-l .searchable-select-input {
	height: 36px;
	line-height: 36px;
}

.innerresize-l .searchable-select-item {
	padding: 8px;
	transition: none;
}

.innerresize-l .btn {
	width: 120px;
	height: 48px;
	line-height: 48px;
	border-radius: 2px;
	display: block;
	overflow: hidden;
	margin: 24px auto 0 auto;
}

.innerresize-l .inline-btngroup .inputgroup {
	width: calc(100% - 120px);
	float: left;
}

.innerresize-l .inline-btngroup input {
	width: 100%;
	border-right: 0;
}

.innerresize-l .inline-btngroup .btn,
.security-btns {
	float: left;
	margin-top: 0;
	border-radius: 0 2px 2px 0;
	overflow: hidden;
	z-index: 2;
	position: relative;
}

.tips-form li {
	position: relative;
}

.tips-form li .s-tips {
	top: 14px;
	position: absolute;
	z-index: 3;
	color: #999;
	left: 16px;
	pointer-events: none;
}

.tips-form li.focus .s-tips {
	top: 2px;
	z-index: 3;
	font-size: 12px;
}

.tips-form .icon-arrow-down {
	position: absolute;
	right: 12px;
	top: 16px;
	color: #ccc;
	z-index: 2;
}

.tips-form li input,
.tips-form li select,
.tips-form li textarea {
	position: relative;
	z-index: 2;
	padding-top: 12px;
	border: 1px solid #ccc;
	font-size: 14px;
	font-family: 'Muli', sans-serif;
}

.innerresize-r {
	padding-left: 30px;
}

.innerresize-r ul {
	float: right;
	max-width: 400px;
	display: table;
}

.innerresize-r ul li {
	margin-bottom: 48px;
}

.innerresize-r ul li:last-child {
	margin-bottom: 0;
}

.innerresize-r .s-title {
	margin-bottom: 16px;
}

.inner-title {
	font-size: 32px;
	text-align: center;
	margin-bottom: 56px;
}

.inner-title-2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 24px;
}

@media (max-width:1023px) {
	.innerresize-r {
		max-width: calc(100% - 400px);
	}
	.innerresize-r ul {
		max-width: 100%;
	}
}

@media (max-width:767px) {
	.inner-pagebox {
		margin-top: 40px;
	}
	.inner-title {
		font-size: 28px;
		margin-bottom: 32px;
		line-height: 32px;
	}
	.innerresize-body>div {
		display: block;
		padding: 0
	}
	.innerresize-l {
		border-right: 0;
	}
	.innerresize-l ul {
		width: 100%;
	}
	.innerresize-l .inline-btngroup .inputgroup {
		float: none;
	}
	/* .innerresize-l .inline-btngroup .btn{
    float: none;
    margin-top: 24px;
  } */
	.innerresize-r {
		padding-top: 48px !important;
	}
	.innerresize-des {
		margin-bottom: 32px;
	}
	.innerresize-r ul {
		float: none;
		max-width: 100%;
		margin-bottom: -20px;
	}
	.innerresize-l .inline-btngroup .inputgroup {
		width: 100%;
	}
}

@media (max-width:420px) {
	.innerresize-body>div {
		width: 100%;
	}
	.innerresize-l .inline-btngroup .inputgroup {
		width: 100%;
	}
	.innerresize-l .inline-btngroup input {
		border: 1px solid #ccc;
	}
	/* .innerresize-l .inline-btngroup .btn{
    margin:24px auto 0 auto
  } */
}


/*---Privacy---*/

.privacy {
	margin: 32px auto 96px auto;
	max-width: 1024px;
}

.privacy .title {
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 16px;
}

.privacy-body {
	margin-top: 32px;
	padding: 40px;
	background: #fafafa;
}

.privacy-body h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.privacy-body p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 24px;
}

@media (max-width:768px) {
	.privacy-body {
		padding: 20px;
		margin-top: 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.privacy-body h1 {
		font-size: 16px;
	}
}


/*---unsubscribe---*/

.unsubscribe {
	text-align: center;
	display: table;
	margin: 40px auto 96px auto;
}

.unsubscribe .title {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 32px;
}

.unsubscribe .des {
	font-size: 14px;
	margin-bottom: 48px;
}

.unsubscribe-iconbox {
	display: table;
	width: 100%;
}

.unsubscribe-iconbox li {
	display: table-cell;
	width: 33.33333%;
	text-align: center;
}

.unsubscribe-iconbox i {
	font-size: 48px;
	color: #121212;
}

.unsubscribe-iconbox p {
	margin-top: 20px;
}

.unsubscribe-select {
	font-size: 18px;
	margin-top: 48px;
}

.unsubscribe-btngroup {
	display: table;
	margin: 0 auto;
}

.unsubscribe-btngroup [class^='btn'] {
	display: block;
	width: 160px;
	margin-top: 32px;
	float: left;
}

.unsubscribe-btngroup a:first-child {
	margin-right: 20px;
}

@media (max-width:768px) {
	.unsubscribe .title {
		font-size: 24px;
		font-weight: 400;
	}
}

@media (max-width:380px) {
	.unsubscribe-btngroup {
		display: block;
	}
	.unsubscribe-btngroup [class^='btn'] {
		width: calc(50% - 10px);
	}
}


/*---404page---*/

.nofind {
	display: table;
	margin: 120px auto 140px auto;
	text-align: center;
}

.nofind img {
	margin: 0 auto 40px auto;
}

.nofind p {
	margin-bottom: 16px;
}

.nofind .btn {
	width: 160px;
	margin-top: 24px;
}


/*--- verify Product ---*/

.tips-box {
	font-size: 14px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.02);
	color: #333;
	margin: 0 auto;
	margin-top: 40px!important;
	max-width: 480px;
}

.tips-box [class^=icon-] {
	display: block;
	margin: 0 auto;
	margin-bottom: 8px;
	text-align: center;
	font-size: 24px;
	border-radius: 50%;
}

.tips-box .msg {
	display: block;
	line-height: 1.7;
	text-align: center;
}

.tips-box .icon-error {
	color: #ea4949;
}

.tips-box .icon-check {
	color: #4e9a1e;
}

.security-btns {
	margin-left: -2px;
	position: relative;
}

@media (max-width: 767px) {
	.security-btns {
		width: 120px;
		float: none;
		margin: 24px auto 0 auto;
	}
}


/* download */

.downloads-wrapper {
	max-width: 1672px;
	margin: 0 auto;
}

.downloads-wrapper .products-list {
	margin-right: -24px;
}

.downloads-wrapper .products-item {
	float: left;
	width: 25%;
	padding-right: 24px;
	margin-bottom: 24px;
}

.downloads-wrapper .products-item:hover .content {
	box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 3%), 0px 24px 30px 0px rgb(0 0 0 / 4%);
}

.downloads-wrapper .products-item-name {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin: 12px 0 7px;
	padding: 0 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.downloads-wrapper .content {
	background: #fff;
	padding: 12px 12px 8px 12px;
}

.downloads-wrapper img {
	max-width: 418px;
	max-height: 418px;
	width: 100%;
	margin: 0 auto;
	mix-blend-mode: multiply;
}

.downloads-wrapper .downloads-item {
	padding: 0 12px;
}

.downloads-wrapper .downloads-item li {
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	line-height: 48px;
	padding: 0 4px;
}

.downloads-wrapper .downloads-item li:last-child {
	box-shadow: none;
}

.downloads-wrapper .downloads-item a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 16px;
}

.downloads-wrapper .downloads-item a:not(.disabled):hover {
	color: #0084D4;
}

.downloads-wrapper .downloads-item a.disabled {
	color: #D8D8D8;
	cursor: default;
}

.downloads-wrapper .downloads-item i {
	float: right;
	line-height: 48px;
}

.downloads-wrapper .downloads-item i.icon-down-right {
	font-size: 20px;
}

@media (max-width: 1023px) {
	.downloads-wrapper .products-item {
		padding-right: 10px;
		margin-bottom: 10px;
	}
	.downloads-wrapper .products-list {
		margin-right: -10px;
	}
	.downloads-wrapper .products-item-name {
		font-size: 18px;
	}
	.downloads-wrapper .downloads-item a {
		font-size: 14px;
	}
	.downloads-wrapper .downloads-item,
	.downloads-wrapper .products-item-name {
		padding: 0 4px;
	}
}

@media (max-width: 767px) {
	.downloads-wrapper .products-item {
		width: 50%;
	}
	.downloads-wrapper .content {
		padding: 4px;
	}
	.downloads-wrapper .products-item-name {
		font-size: 15px;
	}
}


/* 万圣 */
/*
.header-warning {
	position: relative;
}

.header-warning:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 24vw;
	height: 100%;
	background-image: url("/source/2206c5b631693f49d0ca1a2d3f29d95b/header-left.png");
	background-size: auto 100%;
	background-position: top left;
	background-repeat: no-repeat;
}

.header-warning:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 15vw;
	height: 100%;
	background-image: url("/source/ee93ee9d6f632ee44e0fbd5b3ad35178/header-right.png");
	background-size: auto 100%;
	background-position: top right;
	background-repeat: no-repeat;
}

header:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 2.2vw;
	background-image: url("/source/b939433b0ac7ebd1d4be79ab76ee704c/header-line.png");
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

header .logo {
	position: relative;
}

header .logo:before {
	content: "";
	position: absolute;
	right: -35px;
	top: 6px;
	width: 47px;
	height: 25px;
	background-image: url("/source/fce73c8250d0e7cbf6c1ab2f26cf3d2f/logo-icon.png");
	background-size: 100% 100%;
}
footer{
	position: relative;
}
footer:before {
	content: "";
	position: absolute;
	left: 0;
	top: -15.2vw;
	width: 100%;
	height: 15.2vw;
	background-image: url("/source/d18163805ec11d465087eba06f13946a/footer-line.png");
	background-size: 100% auto;
	background-position: center bottom;
}

.flow-sns {
	padding: 40px 10px 0;
	background-image: linear-gradient(#fcc030, #fe8c2c);
	border-radius: 100px;
}

.flow-sns:before {
	content: "";
	position: absolute;
	left: -10px;
	top: -35px;
	width: 82px;
	height: 69px;
	background-image: url("/source/8143f60f0a70dd0602502ed37f262f72/flow-icon.png");
	background-size: 100% 100%;
}

.flow-sns .to-top {
	display: none !important;
}


#coverFloor5 .wrapper {
	overflow: hidden;
	position: relative;
	padding-bottom: 120px;
}

.products-floor h2 {
	opacity: 0;
}
#coverFloor5 .products-floor-content{
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
}
#coverFloor5 .wrapper:before {
	content: "";
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 42px;
	width: 100%;
	bottom: 0;
	height: 100%;
	background-image: url("/source/75ad82bdcf1d93f5856159883873e074/products-frame.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.float-investigation-lists{
	width: 108px;
	height: 280px;
	background-image: url("/source/d99edde622faf70c40d5c0e207a39b86/flow-icon1.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-top: 70px;
}
.float-investigation-lists .float-investigation{
	margin-top: 0;
	margin-bottom: 7px;
}
.float-investigation-lists .float-investigation a{
	width: 62px;
	height: 62px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #000;
}
.float-investigation-lists .float-investigation span{
	display: none;
}
@media only screen and (max-width:640px) {
	
	footer:before {
		top: -11.9vw;

	}
	.warning:before {
		width: 50vw;
	}
	.warning:after {
		width: 50vw;
	}
	.index-products .slide-pro {
		padding: 30vw 0 14.3vw;
	}
	.index-products .slide-pro:before {
		left: 50%;
		width: 100vw;
		height: 25.6vw;
		margin-left: -50vw;
		background-image: url("/source/81b5f73614d446378210895be4ba5b1c/pro-line-top.png");
	}
	.index-products .slide-pro:after {
		content: "";
		position: absolute;
		left: 50%;
		width: 100vw;
		height: 14.3vw;
		margin-left: -50vw;
		background-image: url("/source/7e04e274476e841d7619e824111cedd4/pro-line-bottom.png");
		background-size: contain;
		background-repeat: no-repeat;
	}
	.index-products .main-width {
		position: relative;
	}
	.index-products .main-width:before {
		content: "";
		position: absolute;
		left: 50%;
		top: 12.8vw;
		width: 100vw;
		height: calc(100% - 19vw);
		margin-left: -50vw;
		background-image: url("/source/fd26be4641c689b4bdebaead1f9f0311/pro-line-center.png");
		background-size: 100% auto;
	}
	
	#coverFloor5 .wrapper:before {
	top: 0;
	background-image: url("/source/b7edb0ad7e6bf353fe089feb7f77f0f8/products-frame2.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#coverFloor5 .products-floor-content{
	margin-top: 100px;
}
.float-investigation-lists .float-investigation{
	right: auto;bottom: auto;
}
div.float-investigation-lists{
	right: 0;
}
}*/






/* 圣诞 */
/*body:after{content:"";position:fixed;left:1vw;bottom:0;width:8vw;height:11.6vw;background-image:url("/images/sdj/tree.gif");background-size:100% auto;z-index:9999;}
header:before{content:"";position:absolute;left:0;bottom:-2vw;width:100%;height:3.59vw;background-image:url("/images/sdj/light.gif");background-size:100% auto;pointer-events: none;}
.index-main .slidebox:after{content:"";position:absolute;right:10vw;top:0;width:8vw;height:13.68vw;background-image:url("/images/sdj/qiqiu.png");background-size:100% 100%;}
.index-products{position:relative;}
.index-products .main-width{position:relative;}
.index-products .main-width:before{content:"";position:absolute;left:-1.5vw;top:0;width:1.5vw;height:100%;background-image:url("/images/sdj/border-row.gif");background-size:100% auto;background-position:center;}
.index-products .main-width:after{content:"";position:absolute;right:-1.5vw;top:0;width:1.5vw;height:100%;background-image:url("/images/sdj/border-row.gif");background-size:100% auto;background-position:center;}
.index-products .slide-pro:before{content:"";position:absolute;left:-1.5vw;top:-1.5vw;width:calc(100% + 3vw);height:1.5vw;background-image:url("/images/sdj/border.gif");background-size:auto  100%;background-position:center;}
.index-products .slide-pro:after{content:"";position:absolute;left:-1.5vw;bottom:-1.5vw;width:calc(100% + 3vw);height:1.5vw;background-image:url("/images/sdj/border.gif");background-size:auto  100%;background-position:center;}
.index-products:before{content:"";position:absolute;left:0;top:0;width:100%;height:8px;background-image:url("/images/sdj/banner-line.png");background-size:auto 100%;}
.flow-sns:before{content:"";position:absolute;right:0;top:-90px;width:80px;height:80px;background-image:url("/images/sdj/gif.png");background-size:100% auto;background-position:center;background-repeat:no-repeat;}
#chatBtn:after{content:"";position:absolute;left:0;top:-74px;width:140px;height:78px;background-image:url("/images/sdj/xr.png");background-size:100% 100%;}
@media only screen and (max-width:640px){
body:after{width:16vw;height:23.2vw;}
header:before{height:8vw;background-size:auto 100%;bottom:-5vw;}
#chatBtn:after{left:6px;width:46px;height:26px;top:-15px;}
.index-main .slidemob:after{content:"";position:absolute;right:5vw;top:0;width:15vw;height:25.65vw;background-image:url("/images/sdj/qiqiu.png");background-size:100% 100%;}
}*/

/* 圣诞2.0 */
/*
.footer{
	position: relative;
}
.header-warning{position:relative;}
.header-warning:before{content:"";position:absolute;left:0;top:0;width:24vw;height:100%;background-image:url("/source/99a476f3fa8f084b87017db9e320519e/header-left.png");background-size:auto 100%;background-position:top left;background-repeat:no-repeat;}
.header-warning:after{content:"";position:absolute;right:0;top:0;width: 22.14vw;height:100%;background-image:url("/source/380e9b97eee5e58a96837fbb02e64722/header-right.png");background-size:auto 100%;background-position:top right;background-repeat:no-repeat;}
header:before{content:"";position:absolute;left:0;top:100%;width:100%;height: 3.8vw;background-image:url("/source/eed4be556300c6e9719aee4bdef38e9f/header-line.png");background-size:100% auto;background-position:top center;background-repeat:no-repeat;}
header .logo{position:relative;}
header .logo:before{content:"";position:absolute;left: -6px;top: 0px;width: 50px;height: 37px;background-image:url("/source/e900aed41ac5363317a019eec5a49ab3/logo-icon.png");background-size:100% 100%;}
footer:before{content:"";position:absolute;left:0;top: -10.5vw;width:100%;height: 15.47vw;background-image:url("/source/34751a26845c5a7b95b99669d40c46c4/footer-line.png");background-size:100% 100%;}
.flow-sns{padding: 60px 10px 35px;background-image: linear-gradient(#126e00,#126e00);border-radius: 100px 100px 0 0;}
.flow-sns:before{content:"";position:absolute;left: -30px;top:-35px;width: 115px;height: 83px;background-image:url("/source/ba3d2bd9f00509c7299f3cd7973fd255/flow-icon.png");background-size:100% 100%;}
.flow-sns:after{content:"";position:absolute;left: 0;bottom: -25px;width: 70px;height: 42px;background-image:url("/source/bc6818e44575c200c861504b8e74d1a9/flow-bottom.png");background-size:100% 100%;}
.flow-sns .to-top{display:none !important;}
.index-products .slide-pro{padding: 6.77vw 0 0.77vw;}
.index-products .slide-pro:before{content:"";position:absolute;left:-4.2%;top: 1.5vw;width: 110%;height: 32.5vw;
background-image:url("/source/dd6e20547861af2b675c57fec1549fda/products-frame.png");background-size:contain;background-repeat:no-repeat;}




#coverFloor5 .wrapper {
	overflow: hidden;
	position: relative;
	padding-bottom: 120px;
}

.products-floor h2 {
	opacity: 0;
}
#coverFloor5 .products-floor-content{
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
}
#coverFloor5 .wrapper:before {
	content: "";
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 42px;
	width: 100%;
	bottom: 0;
	height: 100%;
	background-image: url("/source/dd6e20547861af2b675c57fec1549fda/products-frame.png");
	background-size: 100% 90%;
	background-repeat: no-repeat;
}



.float-investigation-lists{padding: 60px 10px 35px;background-image: linear-gradient(#126e00,#126e00);border-radius: 100px 100px 0 0;}
.float-investigation-lists:before{content:"";position:absolute;left: -30px;top:-35px;width: 115px;height: 83px;background-image:url("/source/ba3d2bd9f00509c7299f3cd7973fd255/flow-icon.png");background-size:100% 100%;}
.float-investigation-lists:after{content:"";position:absolute;left: 0;bottom: -25px;width: 70px;height: 42px;background-image:url("/source/bc6818e44575c200c861504b8e74d1a9/flow-bottom.png");background-size:100% 100%;}





.float-investigation-lists .float-investigation{
	margin-top: 0;
	margin-bottom: 7px;
}
.float-investigation-lists .float-investigation a{

	width: 45px;height: 45px;


	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #000;
}
.float-investigation-lists .float-investigation span{
	display: none;
}
*/



@media only screen and (max-width:640px){
	
/*	.float-investigation-lists .float-investigation{
	right: auto;bottom: auto;
}
div.float-investigation-lists{
	right: 0;
}


	header .logo:before{
		    left: -13px;
    top: -8px;
	}
	
	
		#coverFloor5 .wrapper:before {
	top: 0;
	background-image: url("/source/dd6e20547861af2b675c57fec1549fda/products-frame.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
} 
#coverFloor5 .products-floor-content{
	margin-top: 100px;
}


footer:before{top:-11.9vw;}
.header-warning:before{width:50vw;}
.header-warning:after{width:50vw;}*/
/* .index-products .slide-pro{padding:30vw 0 14.3vw;}
.index-products .slide-pro:before{left:50%;width:100vw;height:25.6vw;margin-left:-50vw;background-image:url("/static/images/web/snow/pro-line-top.png");}
.index-products .slide-pro:after{content:"";position:absolute;left:50%;width:100vw;height:14.3vw;margin-left:-50vw;background-image:url("/static/images/web/snow/pro-line-bottom.png");background-size:contain;background-repeat:no-repeat;}
.index-products .main-width{position:relative;}
.index-products .main-width:before{content:"";position:absolute;left:50%;top:12.8vw;width:100vw;height:calc(100% - 19vw);margin-left:-50vw;background-image:url("/static/images/web/snow/pro-line-center.png");background-size:100% auto;} */
}



.newS_content {
	position: absolute;
	top:7VW;
	left: 10vw;
	width: auto
}
.newS_title {
	
	font-size: 4rem;
	line-height: 1;
	color: #000;
	font-weight: bold;
	position: relative
}
.newS_move {

	font-size: 3rem;
	color: #f8751d;
	margin: 1rem 0 1.5rem;
	line-height: 1;
	overflow: hidden;
	height: 3.5rem;
	cursor: pointer
}
.moveSwiper {
	height: 100%
}
.newS_more {
	font-family: S-Regular;
	font-size: 1rem;
	color: #000;
	cursor: pointer;
	transition: all .2s;
	width: fit-content
}
.color_white {
	color: #fff
}
.newS_more:hover{
		font-size: 1.1rem;
	color: red
}

@media (max-width:1024px) {
.newS_content {
		top: 16%;
		left: 0%;
		width: 100%;
		text-align: center
	}
	.newS_title {
		font-size: 7rem
	}
	.newS_title div {
		font-size: 1rem;
		line-height: 2
	}
	.newS_move {
		height: 5.5rem;
		font-size: 5.5rem;
		margin: .5rem auto 0
	}
	.newS_more {
		font-size: 14px;
		width: 100%;
		position: absolute;
		bottom: -9rem;
		text-align: center
	}
	.newS_more:hover {
		font-size: 14px
	}
	.products-floor h2{
		font-size: 8rem
	}
	.products-floor li{
		max-width: none;
	}
	}
