/*body.index{background: url(themes/images/bg.jpg) center top repeat;}
.pageContent{background: url(themes/images/home.jpg) center -120px no-repeat;max-width: none;min-height:100%;}
.pageContent .body{width:100%;max-width:1004px;margin: 0px auto;padding:10px 0px;}
.pageContent .body .image{float: left;width: 48%;text-align: center;}
.pageContent .body .content{float: right;width: 48%;color:#FFF;}
@media(max-width: 980px){
	body.index .pageContent{background-size:120%;background-position:left top;}
	.pageContent .body  .image img{width:50%;}
	.pageContent .body  .content img{max-width:90%;}
}
@media(max-width: 780px){
	body.index .pageContent{background-size:180%;}
	.pageContent .body .image{float:none; width:98%;}
	.pageContent .body .content{float:none; width:auto; padding:20px;}
}*/

html { font-size: 62.5%; }
@media(min-width:2100px){
	html { font-size: 80%; }
}

@media(max-width: 1600px){
	html { font-size: 50%; }
}
@media(max-width: 1280px){
	html { font-size: 45%; }
}
@media(max-width: 1024px){
	html { font-size: 35%; }
}
@media(max-width: 768px){
	html { font-size: 25%; }
}
.index .headerContent{
	max-width: 1500px;
}

.pageContent{
	/*background:rgb(0,0,0,4%);*/
	background-color: #101521;
	max-width: unset;
}

.home-cat-block.home-content-box{
	/*margin-left: 40px;
	margin-right: 40px;*/
	/*margin-top: -100px;*/
	/*margin-top:30px;*/
	z-index: 99;
	position: relative;
	overflow: hidden;
	max-width: unset;
	padding-top: 3rem;
	/*background-image: linear-gradient(to top, #27273c 20%, black 80%);*/
	background-color: #111521;
	padding-left: 3rem;
	padding-right:3rem;
	padding-bottom:3rem;
}
@media(max-width:767px){
	.home-cat-block{
		margin-top: 0px;
	}
}
/* content-box begin */
.home-content-box{
	/*margin-left: 40px;
	margin-right: 40px;
	margin-top: 30px;
	margin-bottom: 30px;*/
	/*padding: 40px 30px 0px 30px;*/
	margin-left: auto;
	margin-right: auto;
}
@media (min-width:1200px){
	.home-content-box{
		/*max-width: 1200px;*/
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.home-content-box{
		/*width: 970px;*/
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.home-content-box{
		/*width: 750px;*/
	}
}

.home-content-box img{
	width:100%;
	display: block;
}
.home-content-box-title{
	font-weight: 700;
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: #4a4a4a;
	text-align: center;
	height: 1.5em;
	opacity: 1;
	font-size: 35px;
}
.home-content-box-title:before {
	content: '';
	background: #9b9b9b;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}
.home-content-box-title:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: #9b9b9b;
	padding: 0 1em;
	line-height: 1.5em;
	color: #4a4a4a;
	background-color: #f5f5f5;
}
/* content-box end */

/* cat-block 首页分类块 begin */
.home-cat-block-content{
	display: flex;
	justify-content: center;
	/*flex-wrap:wrap;*/
}
@media(max-width: 767px){
	.home-cat-block-content{
		flex-wrap:wrap;
	}
}

.home-cat-block-content li{
	/*width: calc((100% - 292px) / 4);*/
	/*padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;*/
	min-height: 50px;
	box-sizing: border-box;
	width: calc(50% - 15px);
	/*margin-bottom: 30px;*/
	overflow: hidden;
	position: relative;
	/*margin: 0 30px 30px 30px;*/
	/*transform: skew(-15deg);*/
	border-radius: 15px;
}
@media(max-width:767px){
	.home-cat-block-content li{
		width:50%;
		margin-bottom:10px;
	}
}
.home-cat-block-content li div{
	position:absolute;
	color:white;
	z-index:9;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 3.5rem;
}

.home-cat-block-content li div.cat-mask{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8;
	background: -moz-linear-gradient(135deg, #e47bc7, #ffafa6);
	background: -webkit-gradient(linear,0 0,100% 100%,from(#e47bc7),to(#ffafa6));
	background: -webkit-linear-gradient(135deg, #e47bc7, #ffafa6);
	background: -o-linear-gradient(135deg, #e47bc7, #ffafa6);
	opacity: 0.7;
}
/*
.home-cat-block-content li:hover img{
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3)
}*/
.home-cat-block-content li img{
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	width: 100%;
	height: auto;
	position: relative;
}

.fir{
	animation: fadeInRight 1s;
}
.fil{
	animation: fadeInLeft 1s;
}
.fid{
	animation: fadeInDown 1s;
}
.zid{
	animation: zoomInDown 1s;
}

.home-cat-block-content li p{
	color: rgba(255, 255, 255, 1);
	font-weight: 700;
	font-family: Arimo;
	font-size: 28px;
	text-align: left;
}
.home-cat-block-content li a{
	/*color: rgba(255, 255, 255, 1);
	font-size: 18px;
	font-weight: 700;
	font-family: Arimo;
	display: block;
	margin-right: 35%;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	border-radius: 5px;
	text-align: center;
	background-color: rgba(138, 43, 226, 1);
	text-decoration: none;*/
	display: block;
	width: 100%;
	font-weight: 900;
	letter-spacing: 3px;;
}
@media (min-width:1200px){
	.home-cat-block-content li a{
		/*height:300px;*/
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.home-cat-block-content li a{
		/*height:241px;*/
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.home-cat-block-content li a{
		/*height:185px;*/
	}
}
@media (max-width:767px){
	.home-cat-block-content li a{
		/*height:auto;*/
	}
}

/* cat-block 首页分类块 end */

/* cat-block content-box 响应式 begin */

/* cat-block content-box 响应式 end */

/* home-banner3 begin */
.home-banner-block3 ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap:wrap;
	/* over-flow scroll */
	/*-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0 0.1rem;
	margin-bottom: -.2rem;
	overflow: -moz-scrollbars-none;
	overflow: -moz-scrollbars-none;*/
}
/*
.home-banner-block3.home-content-box{
	max-width: unset;
	background-image: url('./themes/images/brand-site-front-banner.jpg');
	background-position: 50% 100%;
	background-attachment: fixed;
	background-color: #141516!important;
	background-repeat: no-repeat !important;
	background-size: cover!important;
}*/
.home-banner-block3.home-content-box{
	max-width: unset;
	background-color: #111521;
	padding-top: 10rem;
	padding-bottom:10rem;
}
@media screen and (max-width: 700px) {
	/* fix for rubbish qq browser */
	.home-banner-block3.home-content-box{
		padding-top: 40px;
		padding-bottom:40px;
	}
}
.home-banner-block3.home-content-box ul{
	max-width:1600px;
	margin:auto;
}

@media (min-width:1200px) and (max-width: 1600px) {
	.home-banner-block3.home-content-box ul{
		max-width: unset;
	}
}
@media (min-width: 992px) and (max-width: 1199px){

}
@media (min-width: 768px) and (max-width: 991px){

}
@media (max-width:767px){

}

.home-banner-block3 ul::-webkit-scrollbar{
	/*display: none;*/
}
.home-content-box.home-banner-block3 h2 {
	position: relative;
	color: white;
	margin:0;
	padding-bottom: 2.4rem;
	font-size: 5rem;
	text-align: center;
	margin-bottom:7.6rem;
}
@media screen and (max-width: 700px) {
	/* fix for rubbish qq browser */
	.home-content-box.home-banner-block3 h2 {
		padding-bottom: 9.6px;
		margin-bottom:30.4px;
	}
}
.home-content-box.home-banner-block3 h2:after{
	content:'';
	z-index: 2;
	position:absolute;
	top:100%;
	left:50%;
	margin-left: -8rem;
	width: 16rem;
	height: 0.5rem;
	background: -moz-linear-gradient(0deg, #b85d62, #7f1e6b);
	background: -webkit-gradient(linear,0 0,100% 100%,from(#b85d62),to(#7f1e6b));
	background: -webkit-linear-gradient(0deg, #b85d62, #7f1e6b);
	background: -o-linear-gradient(0deg, #b85d62, #7f1e6b);
}
@media screen and (max-width: 700px) {
	/* fix for rubbish qq browser */
	.home-content-box.home-banner-block3 h2:after{
		width: 64px;
		height: 2px;
		margin-left: -32px;
	}
}
.home-banner-block3 ul li{
	box-sizing: border-box;
	text-align: center;
	/*-webkit-box-shadow: 0px 1px 10px 0px rgb(145 0 0 / 10%);*/
	/*box-shadow: 0px 1px 10px 0px rgb(145 0 0 / 10%);*/
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	/*-ms-flex-direction: row;
	flex-direction: row;*/
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 25%;
	padding: 1.8rem 1.8rem;
	box-sizing: border-box;
	/*min-width: 230px;*/
	/*height: 235px;*/
	/*background: white;*/
	justify-content: flex-start;
	align-items: center;
	/*border-radius: 10px;*/
}
@media (min-width:1200px){
	.home-banner-block3 ul li{
		margin-top:3rem;
		margin-bottom:3rem;
	}
}
@media (min-width: 992px) and (max-width: 1199px){

}
@media (min-width: 768px) and (max-width: 991px){

}
@media (max-width:767px){
	/* fix for rubbish qq browser */
	.home-banner-block3 ul li{
		padding: 7.2px 7.2px;
		width:50%;
	}
}
.home-banner-block3-icon{
	border-radius: 100%;
	width: 9.5rem;
	height: 9.5rem;
	/*background: #fff;*/
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s ease-in;
	background: -moz-linear-gradient(45deg, #FF736D, #FF217A);
	background: -webkit-gradient(linear,0 100%,100% 0,from(#FF736D),to(#FF217A));
	background: -webkit-linear-gradient(45deg, #FF736D, #FF217A);
	background: -o-linear-gradient(45deg, #FF736D, #FF217A);
	box-shadow: 1.1rem 1.8rem 3rem 0px rgb(239 63 127 / 40%);
}
@media (max-width:767px) {
	/* fix for rubbish qq browser */
	.home-banner-block3-icon{
		width: 38px;
		height: 38px;
		box-shadow: 4.4px 7.2px 12px 0px rgb(239 63 127 / 40%);
	}
}
.home-banner-block3-icon>div{
	background-repeat: no-repeat;
	background-size: 100%;
	width: 6rem;
	height:6rem;
}
@media (max-width:767px) {
	/* fix for rubbish qq browser */
	.home-banner-block3-icon>div{
		width: 24px;
		height:24px;
	}
}

.home-banner-block3 li:hover .home-banner-block3-icon{
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.home-banner-block3-text{
	text-align: center;
	width: 80%;
}

.home-banner-block3 ul li i{
	font-size: 60px;
	background-color: white;
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.home-banner-block3 ul li p.title{
	/*height: 24px;*/
	line-height: 3rem;
	font-family: Arial;
	color: #EF3F7F;
	letter-spacing: 0px;
	margin-bottom: 0;
	font-size: 2.6rem;
	font-weight: 700;
}
@media (max-width:767px) {
	/* fix for rubbish qq browser */
	.home-banner-block3 ul li p.title{
		line-height: 12px;
	}
}
.home-banner-block3 ul li p.content{
	line-height: 3rem;
	font-size: 1.6rem;
	color: #80739D;
	padding-top: 1rem;
}
@media(max-width: 767px){
	.home-banner-block3 ul li p.content{
		display: none;
	}
}
/* home-banner3 end */

/* home-banner4 begin */
.home-banner-block4.home-content-box{
	max-width:unset;
	width:100%;
	height: calc( 100vw / 1920 * 1425 );
	background-size: 100%;
	background-color: #101521;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:-25rem;
	overflow: hidden;
}
@media(max-width: 767px){
	.home-banner-block4.home-content-box{
		display:none;
	}
}
.home-banner-block4.home-content-box .home-banner-block4-wrapper{
	display: flex;
	justify-content: space-between;
	width: 128rem;
	height:50rem;
}
.home-banner-block4-wrapper .logo{
	width: 35.9rem;
	height: 32.6rem;
	background-size: 100%;
}
.home-banner-block4-wrapper .content{
	width:75.5rem;
}
.home-banner-block4-wrapper .content .text{
	font-size: 1.8rem;
	color:#80739D;
	line-height: 3rem;
}
.home-banner-block4.home-content-box .home-banner-block4-wrapper .content h2{
	position: relative;
	color: #EF3F7F;
	margin:0;
	padding-bottom: 2.4rem;
	font-size: 5rem;
	line-height: 8rem;
	font-weight: bold;
	text-align: left;
	/*margin-bottom:7.6rem;*/
	margin-bottom:4.6rem;
}
.home-banner-block4.home-content-box .home-banner-block4-wrapper .content h2::after{
	content:'';
	z-index: 2;
	position:absolute;
	top:100%;
	left:0;
	margin-left:0;
	width: 17.5rem;
	height: 0.5rem;
	background: -moz-linear-gradient(-90deg, #CF21A7 0%, #FE217B 52%, #FF786C 100%);
	background: -webkit-gradient(linear,0 0,0 100%,from(#CF21A7),to(#FF786C));
	background: -webkit-linear-gradient(-90deg, #CF21A7 0%, #FE217B 52%, #FF786C 100%);
	background: -o-linear-gradient(-90deg, #CF21A7 0%, #FE217B 52%, #FF786C 100%);
	background: linear-gradient(-90deg, #CF21A7 0%, #FE217B 52%, #FF786C 100%);
	opacity:0.7;
}
/* home-banner4 end */

/* review 首页评价 begin */
.review-content{
	display:flex;
}
.review-content .left-angle,.review-content .right-angle{
	width: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
}
.review-content ul{
	flex: 1;
	display: flex;
	justify-content: space-between;
	padding: 40px;
	background: #f0f0f0;
}
.review-content ul li{
	flex: 0 0 calc(33% - 40px);
	background: rgba(255, 255, 255, 1);
	display: none;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding:10px;
}
.review-content ul li:nth-child(1),.review-content ul li:nth-child(2),.review-content ul li:nth-child(3){
	display: flex;
}
@media(max-width:1024px){
	.review-content ul li{
		flex: 0 0 calc(50% - 40px);
	}
	.review-content ul li:nth-child(3){
		display: none;
	}
}
@media(max-width:768px){
	.review-content ul li{
		flex: 0 0 calc(100% - 40px);
	}
	.review-content ul li:nth-child(2){
		display: none;
	}
}
@media(max-width:414px){
	.home-banner-review{
		/*display: none;*/
	}
	.home-banner-review ul{
		padding:5px;
	}
	.review-content ul li{
		flex: 0 0 calc(100% - 20px);
	}
	.home-content-box-title{
		font-size:20px;
	}
	.home-content-box{
		padding:30px 10px 0 10px;
	}
}

.home-content-box:last-child{
	padding-bottom:40px;
}
.home-content-box.home-banner-block1 a,.home-content-box.home-banner-block2 a{
	display: block;
	overflow: hidden;
	width: 100%;
}

.review-content .review-img{
	width:30%;
}
.review-content .review-img img{
	border-radius: 100%;
}
.review-content .review-rate{
	padding:10px;
	color:#8a2be2;
}
.review-content .review-title{
	color: rgba(155, 155, 155, 1);
	font-weight: 700;
	font-family: Arimo;
	font-size: 18px;
	text-align: center;
}
.review-content .review-text{
	overflow-wrap: break-word;
	text-align: center;
	padding: 0px 30px 0px 30px;
	color: rgba(155, 155, 155, 1);
}
.review-content .review-text p{
	text-align:justify;
}
.review-content .review-date{
	color: rgba(155, 155, 155, 1);
}
.review-content .r-visible{
	-webkit-animation: overlay-on 1s forwards;
	animation: overlay-on 1s forwards;
	transition: all .3s;
}

/* review 首页评价 end */

/* hotsale 热卖商品 begin */
.home-banner-hotsale.home-content-box{
	position:relative;
	max-width: unset;
	padding:6rem 0;
	/*background-image: linear-gradient(to top, #86377b 20%, #27273c 80%);*/
	background-color: #111521;
	overflow: hidden;
}
@media screen and (max-width: 700px) {
	/* fix for rubbish qq browser */
	.home-banner-hotsale.home-content-box {
		padding: 24px 0;
	}
}
.home-banner-hotsale.home-content-box h3{
	font-size: 18rem;
	color: #1e293b;
	text-align: center;
	margin: 0;
	/*transform: translate3d(0px, 90px, 0px);*/
	margin-bottom: -9rem;
}
@media(max-width:767px){
	.home-banner-hotsale.home-content-box h3{
		font-size:9rem;
		color:#3E5679;
		margin-bottom:0;
	}
}
.home-banner-hotsale.home-content-box img{
	width:50%;
	margin:auto;
}
.hotsale-block-list li .item{
	text-align: center;
}
.hotsale-block-list li .item .item-info{
	height: 80px;
	display: flex;
	justify-content: space-between;
}
@media(max-width:767px){
    .hotsale-block-list li .item .item-info{
        height:45px;
    }
}
.hotsale-block-list li .item .item-info .name{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.hotsale-block-list li .item .item-info .description{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.hotsale-block-list li .item .item-info .learn-more{
	padding:20px 50px;
	border-radius: 15px;
	background-color: #ef3f7f;
	color:white;
	letter-spacing: 2px;
	font-size: 36px;
}
.hotsale-block-learnmore{
	position: absolute;
	bottom: 2.5rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 5rem 7rem;
	box-sizing: border-box;
	align-items: center;
}
@media screen and (max-width: 700px) {
	/* fix for rubbish qq browser */
	.hotsale-block-learnmore{
		padding: 20px 28px;
	}
}
.hotsale-block-learnmore .wrapper p:nth-child(1){
	font-size: 2.4rem;
	margin: 0;
	font-weight: 900;
	letter-spacing: 2px;
	color: #ee407f;
}
.hotsale-block-learnmore .wrapper p:nth-child(2){
	font-size: 2.4rem;
	margin: 0;
	font-weight: 400;
	color: #5B4F78;
}
.hotsale-block-learnmore .button{
	padding: 2rem 6rem;
	font-size: 2rem;
	border-radius: 1.5rem;
	background-color: #ef3f7f;
	color: white;
	letter-spacing: 2px;
	cursor: pointer;
}
@media screen and (max-width: 700px) {
	/* fix for rubbish qq browser */
	.hotsale-block-learnmore .button {
		padding: 8px 24px;
	}
}

.hotsale-block-wrapper{
	overflow: hidden;
	position:relative;
}
.hotsale-block{
	display: flex;
	margin:6rem;
	position:relative;
	z-index: 50;
	margin-top:0;
}
@media screen and (max-width: 700px) {
	/* fix for rubbish qq browser */
	.hotsale-block{
		margin:24px;
	}
}
/*
.hotsale-block-bg{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 90%;
	background: -moz-linear-gradient(135deg, #e47bc7, #ffafa6);
	background: -webkit-gradient(linear,0 0,100% 100%,from(#e47bc7),to(#ffafa6));
	background: -webkit-linear-gradient(135deg, #e47bc7, #ffafa6);
	background: -o-linear-gradient(135deg, #e47bc7, #ffafa6);
	z-index: -1;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}*/
.hotsale-block-bg{
	display: none;
}
/*
.hotsale-block-list{
	overflow: hidden;
	margin: 40px 0px 40px 200px;
	border-radius: 20px;
	border: 20px solid white;
}*/
.hotsale-block-list{
	overflow: hidden;
	border-radius: 20px;
	margin: 4rem 4rem;
	border: 2rem solid white;
	background-color: white;
}
@media screen and (max-width: 700px) {
	/* fix for rubbish qq browser */
	.hotsale-block-list{
		margin: 16px 16px;
	}
}
.hotsale-block-list ul{
	display: flex;
	flex-wrap:wrap;
	background-color: white;
}
.hotsale-block-list ul li{
	width:100%;
}
.hotsale-block-text{
	flex: 0 0 40%;
	padding:0 8rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top:5.5rem;
}
@media(max-width: 767px){
	.hotsale-block-text{
		display: none;
	}
}

.hotsale-block-text p{
	padding: 2.5rem;
	margin-left: 3rem;
	background-color: white;
	border-radius: 1.5rem;
	text-align: center;
	/*box-shadow: 2px 2px 15px #e8e8e8;*/
	width:30rem;
	color:#5B4F78;
	font-size:1.8rem;
}
.hotsale-block-text p:hover{
	color:#f33b79;
}
.hotsale-block-text p:nth-child(odd){
	transform: translateX(-45px);
	/*transform: skew(5deg, -5deg);*/
}
.hotsale-block-text p:nth-child(even){
	transform: translateX(45px);
	/*transform: skew(-5deg, 5deg);*/
}
.hotsale-bg-static-wave{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	background-position: left bottom;
	background-size: 100%;
	background-repeat:no-repeat;
	height:60rem;
	z-index:40;
}
.hotsale-bg-wave{
	position: absolute;
	bottom:0;
	left:0;
	/*background-repeat: repeat-x;*/
	background-position: left bottom;
	width: 200%;
	background-size: 50%;
	background-repeat: repeat-x;
	height:46rem;
	transform-origin: bottom
}
.top-wave{
	z-index:40;
	opacity: 1;
	/*background-image: url('http://front-end-noobs.com/jecko/img/wave-top.png');*/
	background-image:url('./themes/images/wave1.png');
	animation: move_wave 5s linear infinite;
}
.middle-wave{
	z-index:30;
	opacity:1;
	/*opacity: 0.75;*/
	/*background-image: url('http://front-end-noobs.com/jecko/img/wave-mid.png');*/
	background-image:url('./themes/images/wave2.png');
	animation: move_wave 10s linear infinite;
}
.bottom-wave{
	z-index:20;
	opacity: 1;
	/*opacity: 0.5;*/
	/*background-image: url('http://front-end-noobs.com/jecko/img/wave-bot.png');*/
	background-image:url('./themes/images/wave3.png');
	animation: move_wave 15s linear infinite;
}
.final-wave{
	z-index:10;
	opacity: 1;
	/*opacity: 0.5;*/
	/*background-image: url('http://front-end-noobs.com/jecko/img/wave-bot.png');*/
	background-image:url('./themes/images/wave4.png');
	animation: move_wave 18s linear infinite;
}
@keyframes move_wave {
	0% {
		transform: translateX(0) translateZ(0) scaleY(1)
	}
	50% {
		transform: translateX(-25%) translateZ(0) scaleY(0.75)
	}
	100% {
		transform: translateX(-50%) translateZ(0) scaleY(1)
	}
}
.hotsale-slide-button{
	display: flex;
	/*position: absolute;*/
	top: 100%;
	left: 0;
	width: 100%;
	justify-content: center;
}

.hotsale-slide-button button{
	width:10rem;
	height:1rem;
	cursor: pointer;
	background-color: #fff;
	opacity: 0.2;
	border:0;
}
@media screen and (max-width: 700px) {
	/* fix for rubbish qq browser */
	.hotsale-slide-button button{
		width:40px;
		height:4px;
	}
}

.hotsale-slide-button button.active{
	background-color: white;
	opacity: 1;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.hotsale-slide-button button:first-child{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.hotsale-slide-button button:last-child{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
/* hotsale 热卖商品 end */

/* product review begin */
.home-banner-review.home-content-box{
	margin:15px auto;
	text-align: center;
	max-width: 160rem;
	margin-bottom:0px;
	margin-top:-20rem;
}
.home-banner-review.home-content-box h2{
	position: relative;
	color: white;
	margin: 0;
	padding-bottom: 2.4rem;
	font-size: 5rem;
	text-align: center;
	margin-bottom: 7.6rem;
}
@media(max-width:767px){
	.home-banner-review.home-content-box{
		margin-top:0;
	}
	.home-banner-review.home-content-box h2{
		padding-bottom: 9.6px;
		margin-bottom: 30.4px;
	}
}
.home-banner-review.home-content-box h2::after{
	content: '';
	z-index: 2;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8rem;
	width: 16rem;
	height: 0.5rem;
	background: -moz-linear-gradient(0deg, #b85d62, #7f1e6b);
	background: -webkit-gradient(linear,0 0,100% 100%,from(#b85d62),to(#7f1e6b));
	background: -webkit-linear-gradient(0deg, #b85d62, #7f1e6b);
	background: -o-linear-gradient(0deg, #b85d62, #7f1e6b);
}
@media(max-width:767px){
	.home-banner-review.home-content-box h2::after{
		width: 64px;
		height: 2px;
		margin-left: -32px;
	}
}
.product-bottom{
	margin:15px 0 15px 0;
	text-align: center;
}

.product-review-content{
	display: flex;
	/*background-color: #f0f0f0;*/
	background-color: transparent;
	align-items: center;
	position:relative;
}
.product-review-content .left-angle,.product-review-content .right-angle{
	width: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
}
.product-review-list-wrapper{
	margin:4rem 3rem;
	position:relative;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}
@media screen and (max-width: 700px) {
	/* fix for rubbish qq browser */
	.product-review-list-wrapper{
		margin:16px 12px;
	}
}
.product-review-list-wrapper ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/*max-height:650px;*/
}
.product-review-list-wrapper ul li{
	float: left;
	/*width:33.33%;*/
	width: calc(33.33% - 30px);
	margin:0 15px;
	/*background-color: white;*/
}
@media(max-width:1024px){
	.product-review-list-wrapper ul li{
		width: calc(50% - 30px);
		margin:0 15px;
	}
}
@media(max-width:768px){
	.product-review-list-wrapper ul li{
		width: calc(100% - 30px);
		margin:0 15px;
	}
}
@media(max-width:414px){
	.product-review-list-wrapper ul li{
		width: calc(100% - 20px);
		margin:0 10px;
	}
}

.product-review-content .product-review-img{
	width:20%;
	margin:15px auto;
	margin-top:40px;
}
.product-review-content .product-review-img img{
	border-radius: 100%;
	width: 100%;
}
.product-review-content .product-review-rate{
	padding:10px;
	color:#EF3F7F;
}
.product-review-content li.active .product-review-rate{
	color:white;
}
.product-review-content .product-review-rate>span{
	padding: 0 3px;
}
.product-review-content .product-review-title{
	color: white;
	font-weight: 700;
	font-family: Arial;
	font-size: 28px;
	line-height: 8rem;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}
@media(max-width:767px){
	.product-review-content .product-review-title{
		font-size: 22px;
		line-height: 32px;
	}
}
.product-review-content li.active .product-review-title{
	color: white;
}
.product-review-content .product-review-name p{
	color:white;
	font-size:24px;
	line-height: 40px;
	margin:0px;
}
.product-review-content .product-review-text{
	overflow-wrap: break-word;
	text-align: center;
	padding: 0px 30px 0px 30px;
	color: #80739D;
}
.product-review-content li.active .product-review-text{
	color: white;
}
.product-review-content .product-review-text p{
	text-align:justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
}
@media(max-width: 767px){
	.product-review-content .product-review-text p{
		font-size: 14px;
		line-height: 24px;
	}
}
.product-review-content .product-review-date p{
	color: #80739D;
	font-size: 18px;
	line-height: 40px;
	margin:0;
	opacity: 0.5;
}

.product-review-content .r-visible{
	-webkit-animation: l-overlay-on 1s forwards;
	animation: l-overlay-on 1s forwards;
	transition: all 10ms;
}
@-webkit-keyframes l-overlay-on{
	0%{opacity:0;visibility: hidden}
	100%{opacity:1;visibility: visible}
}

.product-review-content .dialog-wrapper{
	padding: 2rem;
	background-color: #151d2a;
	border-radius: 15px;
	/*box-shadow: 0px 15px 15px #ccc;*/
	/*min-height: 439px;*/
	position:relative;
}
@media screen and (max-width: 700px) {
	/* fix for rubbish qq browser */
	.product-review-content .dialog-wrapper{
		padding: 8px;
	}
}

.product-review-content li.active .dialog-wrapper{
	background: -moz-linear-gradient(135deg, #FF736D, #FF217A, #D321A3);
	background: -webkit-gradient(linear,0 0,100% 100%,from(#FF736D),to(#D321A3));
	background: -webkit-linear-gradient(135deg, #FF736D, #FF217A, #D321A3);
	background: -o-linear-gradient(135deg, #FF736D, #FF217A, #D321A3);
	background: linear-gradient(135deg, #FF736D, #FF217A, #D321A3);
}
.product-review-content .dialog-wrapper:after{
	content: '';
	z-index: 2;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 16px solid #151d2a;
}
.product-review-content li.active .dialog-wrapper:after{
	content: '';
	z-index: 2;
	position: absolute;
	top: 99%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	/*border-top: 16px solid #f9a4ad;*/
	border-top:16px solid #e8218c;
}
.product-review h2{
	position: relative;
	color:#6f0592;
	padding-bottom: 15px;
	font-size: 40px;
}

.product-review h2:after{
	content:'';
	z-index: 2;
	position:absolute;
	top:100%;
	left:50%;
	margin-left: -80px;
	width: 160px;
	height: 3px;
	background: -moz-linear-gradient(0deg, #ffafa6, #e47bc7);
	background: -webkit-gradient(linear,0 0,100% 100%,from(#ffafa6),to(#e47bc7));
	background: -webkit-linear-gradient(0deg, #ffafa6, #e47bc7);
	background: -o-linear-gradient(0deg, #ffafa6, #e47bc7);
}

.product-review .product-review-switch{
	display: none;
}
@media(max-width: 767px){
	.product-review .product-review-switch{
		display: flex;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		justify-content: center;
	}
}

.product-review .product-review-switch div{
	width:100px;
	height:10px;
	cursor: pointer;
	background-color: #ef3f7f;
	opacity:0.15;
}
.product-review .product-review-switch div.active{
	background-color: #ef3f7f;
	opacity:1;
}
.product-review .product-review-switch div:first-child{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.product-review .product-review-switch div:last-child{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.product-review .product-review-button-left{
	position: absolute;
	color: white;
	font-size: 5rem;
	opacity: 0.5;
	left: 0;
	cursor: pointer;
}

.product-review .product-review-button-right{
	position: absolute;
	color: white;
	font-size: 5rem;
	opacity: 0.5;
	right: 0;
	cursor: pointer;
}
@media(max-width: 767px){
	.product-review .product-review-button-left,.product-review .product-review-button-right{
		display: none;
	}
}

/* product review end */

/* newsletter begin */
.home-banner-newsletter.home-content-box{
	max-width: unset;
	background-color: #111521;
	padding-top: 10rem;
	padding-bottom:10rem;
}
@media screen and (max-width: 700px) {
	/* fix for rubbish qq browser */
	.home-banner-newsletter.home-content-box{
		padding-top: 40px;
		padding-bottom:40px;
	}
}
.home-banner-newsletter .newsletter-block{
	max-width:1520px;
	border-radius: 8rem;
	background-color: #161d2d;
	margin:auto;
}
@media screen and (max-width: 700px) {
	/* fix for rubbish qq browser */
	.home-banner-newsletter .newsletter-block{
		border-radius: 32px;
	}
}
@media (min-width:1200px) and (max-width: 1600px) {
	.home-banner-newsletter .newsletter-block{
		max-width: unset;
	}
}
.home-banner-newsletter .newsletter-block h2 {
	position: relative;
	color: white;
	margin:0;
	padding-bottom: 2.4rem;
	font-size: 5rem;
	text-align: center;
	margin-bottom:7.6rem;
	padding-top:7.1rem;
}
.home-banner-newsletter .newsletter-block h2:after{
	content:'';
	z-index: 2;
	position:absolute;
	top:100%;
	left:50%;
	margin-left: -8rem;
	width: 16rem;
	height: 0.5rem;
	background: -moz-linear-gradient(0deg, #b85d62, #7f1e6b);
	background: -webkit-gradient(linear,0 0,100% 100%,from(#b85d62),to(#7f1e6b));
	background: -webkit-linear-gradient(0deg, #b85d62, #7f1e6b);
	background: -o-linear-gradient(0deg, #b85d62, #7f1e6b);
}

.home-banner-newsletter .newsletter-wrapper{
	display: flex;
	padding-left:10rem;
	padding-right:10rem;
	margin: auto;
	justify-content: space-between
}
.newsletter-text{
	padding-right:10px;
	width:72%;
}
.newsletter-text p{
	font-size: 4rem;
	color: #EF3F7F;
	margin-top:0;
	margin-bottom: 4.9rem;
}

#newsletter{
	position:relative;
	/*width: fit-content;*/
	width: 100%;
}

#newsletter input{
	width: 100%;
	height: 7rem;
	/*background: #3E5679;*/
	background: #6e9ada;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
	opacity: 0.15;
	border-radius: 2rem;
	margin-bottom: 6.8rem;
	outline: none;
	border: none;
	font-size: 3rem;
	text-indent: 2rem;
	color: white;
}
#newsletter .newsletter-submit{
	width: 16rem;
	height: 5rem;
	background: #EF3F7F;
	border-radius: 1.2rem;
	font-size: 2.6rem;
	color: white;
	position: absolute;
	right: 1rem;
	top: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
@media screen and (max-width: 700px) {
	/* fix for rubbish qq browser */
	.home-banner-newsletter .newsletter-block h2 {
		padding-bottom: 9.6px;
		margin-bottom:30.4px;
		padding-top:28.4px;
	}
	.home-banner-newsletter .newsletter-block h2:after{
		margin-left: -32px;
		width: 64px;
		height: 2px;
	}
	.home-banner-newsletter .newsletter-wrapper{
		padding-left:40px;
		padding-right:40px;
	}
	.newsletter-text p{
		margin-bottom: 19.6px;
	}
	#newsletter input{
		height: 28px;
		border-radius: 8px;
		margin-bottom: 19.2px;
		text-indent: 8px;
	}
	#newsletter .newsletter-submit{
		width: 64px;
		height: 20px;
		background: #EF3F7F;
		border-radius: 4.8px;
		right: 4px;
		top: 4px;
	}
}
.newsletter-img{
	width:20%
}
.newsletter-img img{
	width: 100%;
}

/* newsletter end */

/* test slider effect begin */
.effect-wrapper{
	position:absolute;
	/* rubbish browser cannot understand inset */
	/*inset:0;*/
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-repeat:no-repeat;
	display: flex;
	z-index:50;
}
.effect-wrapper>div{
	flex: 1;
	height:100%;
	background-repeat:no-repeat;
	transition: transform 0.5s;
	z-index:51
}

.effect-wrapper>div.slide-effect-1{
	transform: translate3d(0px, 100%, 0px);
	-ms-transform:translate3d(0px, 100%, 0px);; 	/* IE 9 */
	-moz-transform:translate3d(0px, 100%, 0px);; 	/* Firefox */
	-webkit-transform:translate3d(0px, 100%, 0px);; /* Safari 和 Chrome */
	-o-transform:translate3d(0px, 100%, 0px);; 	/* Opera */
}
.effect-wrapper>div.slide-effect-2{
	transform: translate3d(0px, -100%, 0px);
	-ms-transform:translate3d(0px, -100%, 0px); 	/* IE 9 */
	-moz-transform:translate3d(0px, -100%, 0px);	/* Firefox */
	-webkit-transform:translate3d(0px, -100%, 0px); /* Safari 和 Chrome */
	-o-transform:translate3d(0px, -100%, 0px); 	/* Opera */
}
.effect-wrapper.slide-effect-3,.effect-wrapper.slide-effect-6{
	flex-wrap: wrap;
}
.effect-wrapper.slide-effect-3>div,.effect-wrapper.slide-effect-6>div{
	flex: 0 0 33.33%;
	height:33.33%;
}
.effect-wrapper.slide-effect-3>div.slide-effect-3{
	transform: scale3d(1,0,1);
	transform-origin: bottom;
}
.effect-wrapper.slide-effect-4{
	flex-wrap: wrap;
}
.effect-wrapper.slide-effect-4>div{
	flex: 0 0 100%;
	height:11.11%;
}
.effect-wrapper.slide-effect-4>div.slide-effect-4{
	transform: translate3d(-100%,0px, 0px);
	-ms-transform: translate3d(-100%,0px, 0px);
	-moz-transform: translate3d(-100%,0px, 0px);
	-webkit-transform: translate3d(-100%,0px, 0px);
	-o-transform: translate3d(-100%,0px, 0px);
}
.effect-wrapper.slide-effect-5{
	flex-wrap: wrap;
}
.effect-wrapper.slide-effect-5>div{
	flex: 0 0 100%;
	height:11.11%;
}
.effect-wrapper.slide-effect-5>div.slide-effect-5{
	transform: translate3d(100%,0px, 0px);
	-ms-transform: translate3d(100%,0px, 0px);
	-moz-transform: translate3d(100%,0px, 0px);
	-webkit-transform: translate3d(100%,0px, 0px);
	-o-transform: translate3d(100%,0px, 0px);
}
/*
.effect-wrapper.slide-effect-6{
	flex-wrap: wrap;
}
.effect-wrapper.slide-effect-6>div{
	flex: 0 0 33.33%;
	height:33.33%;
}*/
.effect-wrapper.slide-effect-6>div.slide-effect-6{
	transform: scale3d(1,0,1);
	transform-origin: top;
}

.effect-wrapper.slide-effect-7,.effect-wrapper.slide-effect-8{
	flex-wrap: wrap;
}
.effect-wrapper.slide-effect-7>div,.effect-wrapper.slide-effect-8>div{
	flex: 0 0 25%;
	height:25%;
}
.effect-wrapper.slide-effect-7>div.slide-effect-7{
	transform: scale3d(1,0,1);
	transform-origin: bottom;
}
.effect-wrapper.slide-effect-8>div.slide-effect-8{
	transform: scale3d(1,0,1);
	transform-origin: top;
}

.banner-buttons{
	z-index: 60;
}
/* test slider effect end */

/* atv img js begin */
.home-avtcat-block{
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.cover {
	display: inline-block;
	height: 20rem;
	width: 40rem;
	margin: 1.5rem;
	border-radius: 8px;
	cursor: pointer;
}

@media screen and (max-width: 700px) {
	/* fix for rubbish qq browser */
	.home-avtcat-block{
		flex-wrap:wrap;
	}
	.cover {
		display: block;
		/*height: 20rem;*/
		/*width: 32rem;*/
		/*margin: 1.5rem auto;*/
		height: 100px;
		width: 50%;
		margin:6px auto;
	}
}

.atvImg {
	border-radius: 8px;
	transform-style: preserve-3d;
	-webkit-tap-highlight-color: rgba(#000,0);
}

.atvImg img {
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(14,21,47,0.25);
}

.atvImg-container {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	transition: all 0.2s ease-out;
}

.atvImg-container.over .atvImg-shadow {
	box-shadow: 0 45px 100px rgba(14,21,47,0.4), 0 16px 40px rgba(14,21,47,0.4);
}

.atvImg-layers {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	transform-style: preserve-3d;
}

.atvImg-rendered-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	/*background-size: cover;*/
	background-size:100%;
	transition: all 0.1s ease-out;
	overflow: hidden;
	border-radius: 8px;
}

.atvImg-shadow {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	transition: all 0.2s ease-out;
	box-shadow: 0 8px 30px rgba(14,21,47,0.6);
}

.atvImg-shine {
	/*display: none;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 60%);
}
/* atv img js end */

/* global begin */

.home-content-box h2{
	position: relative;
	color:#6f0592;
	padding-bottom: 15px;
	font-size: 40px;
	text-align: center;
}

.home-content-box h2:after{
	content:'';
	z-index: 2;
	position:absolute;
	top:100%;
	left:50%;
	margin-left: -80px;
	width: 160px;
	height: 3px;
	background: -moz-linear-gradient(0deg, #ffafa6, #e47bc7);
	background: -webkit-gradient(linear,0 0,100% 100%,from(#ffafa6),to(#e47bc7));
	background: -webkit-linear-gradient(0deg, #ffafa6, #e47bc7);
	background: -o-linear-gradient(0deg, #ffafa6, #e47bc7);
}

.r-visible{
	-webkit-animation: l-overlay-on 1s forwards;
	animation: l-overlay-on 1s forwards;
	transition: all .3s;
}

.bgg{
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: background-gradient 15s ease infinite;
}

@keyframes background-gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/* global end  */
