﻿@charset "utf-8";
/* CSS Document */
header{
	width: 100%;
	height: 1.42rem;
	background: #f7da8f;
}

.header_search{
	height: 100%;
	position: relative;
}


.write_in{
	width: 8.9rem;
	height: 0.86rem;
	background: #fff;
	border-radius: 0.43rem;
	position: absolute;
	left: 0.5rem;
	top:0.28rem;
	border: none;
	outline: none;
	font-size: 0.38rem;
	padding-left: 1.2rem;
	box-sizing: border-box;
}

/*关于placeholder的样式修改*/
.write_in ::-webkit-input-placeholder { /* WebKit browsers */ 
color: #000; 
} 
.write_in :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #000; 
} 
.write_in ::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #000; 
} 
.write_in :-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #000; 
} 

.to_search{
	width: 0.42rem;
	height: 0.43rem;
	position: absolute;
	top:0.5rem;
	right:1.85rem;
	
}

.more{
	width: 0.59rem;
	height: 0.6rem;
	position: absolute;
	right: 0.5rem;
	top: 0.41rem;
}
header .morebox{
	width: 2rem;
	height: 1.2rem;
	background: rgba(0,0,0,0.3);
	position: absolute;
	right: 0;
	z-index: 99;
	top:1.3rem;
	border-radius: 0 0 0 0.08rem;
	
}
header .morebox a{
	display: block;
	font-size: 0.26rem;
	color: #fff;
	width: 100%;
	height: 0.6rem;
	border-bottom: 0.01rem solid #fff;
	line-height: 0.6rem;
	text-align: center;
}
header .morebox a:nth-child(2){
	border-bottom: none;
}
.boxhide{
	display: none;
}

.Banner_1{
	width: 100%;
	height: 4.68rem;
	z-index: 1;
	margin-top: 0.1rem
}
.Banner_1 .swiper-wrapper{
	height: 100%;
	position: relative;
	z-index: 1;

}
.Banner_1 .swiper-wrapper a{
/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;	
	display: -webkit-flex;
	display: flex;
	width: 100%;
	
}

.Banner_1 img{
	display: block;
	width: 100%;
	
}





.function{
	width: 100%;
	height: 2.2rem;
	background: #fff;
	overflow: hidden;
	margin-top: 0.1rem;
	
	
}

.function .iconbox1{
	width:6.65rem;
	margin: auto;
	list-style: none;
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}


.function .iconbox1 li{
	overflow: hidden;
}
.function .iconbox1 li span{
	display: block;
	margin-top: 0.05rem;
}
.function .iconbox1 li img{
	display: block;
	width:1.16rem;
	height: 1.16rem;
	margin-top: 0.3rem;
	margin-left: 0.1rem;
	margin-bottom: 0.1rem;
	
}
.function .iconbox1 li a{
	font-size: 0.30rem;
	color: #666;
	display: block;
}


.hot{
	width: 100%;
	height: 4.65rem;
	background: #fff;
	overflow: hidden;
	margin-top: 0.1rem;
}
.hot_title{
	font-size: 0.4rem;
	font-weight: bold;
	background: url(../images/adorn.png)no-repeat left center;
	background-size: 0.38rem 0.33rem;
	padding-left: 0.6rem;
	margin: 0.5rem 0 0 0.5rem;
}
.hot .product_box{
	width:9.24rem;
	margin: auto;
	list-style: none;
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-top: 0.4rem;
}
.hot .product1 {
	background: url(../images/vitamins.png)no-repeat;
	background-size: 100%;
	width: 4.36rem;
	height: 2.67rem;
	border-radius: 0.1rem;
	position: relative;
	overflow: hidden;
}
.hot section{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0.52rem;
	background-color: rgba(0,0,0,0.1);
	font-size: 0.36rem;
	text-align: center;
	line-height: 0.52rem;
	color: #fff;
}

.hot .product2 {
	background: url(../images/beauty.png)no-repeat;
	background-size: 100%;
	width: 4.36rem;
	height: 2.67rem;
	border-radius: 0.1rem;
	position: relative;
	overflow: hidden;
}

.tech{
	width: 100%;
	/*height: 6.15rem;*/
	background: #fff;
	overflow: hidden;
	margin-top: 0.1rem;
	margin-bottom: 0.1rem;
}
.headbox{
	overflow: hidden;
	margin-bottom: 0.4rem;
}
.tech .seemore{
	float: right;
	font-size: 0.3rem;
	margin-top: 0.6rem;
	color: #999;
	margin-right: 0.5rem;
	
}

.tech_title{
	font-size: 0.4rem;
	font-weight: bold;
	background: url(../images/adorn.png)no-repeat left center;
	background-size: 0.38rem 0.33rem;
	padding-left: 0.6rem;
	margin: 0.5rem 0 0 0.5rem;
	float: left;
}

.tech_cont{
	width: 9.55rem;
	height: 4.02rem;
	/*border: 0.01rem inset #feaf9e;*/
	border-left: none;
	margin-left: 0.78rem;
	overflow: hidden;
}
.tech_cont img{
	width: 2.95rem;
	float: left;
}

.tech_cont  .text{
	float: right;
	width: 5.7rem;
	margin-right: 0.38rem;
}
.text p{
	width: 100%;
	
	font-size: 0.3rem;
	margin-top: 0.18rem;
	overflow:hidden;
	text-overflow:ellipsis;  
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.advantages{
	width: 100%;
}
.advantages section:nth-child(2n){
	float: right;
}

.advantages section:nth-child(2n+1){
	float: left;
}

.advantages section{
	width: 2.4rem;
	height: 0.4rem;
	background: #ebebeb;
	text-align: center;
	line-height: 0.4rem;
	font-size: 0.28rem;
	color: #666;
	margin-top: 0.36rem;
}

.readmore{
	font-size: 0.3rem;
	float: right;
	margin-top: 0.36rem;
	color: #ff6b4b;
}




.Bottom{
	width: 100%;
	height: 1.46rem;
	background: #fff;
	overflow: hidden;
	position: fixed;
	z-index: 999;
	bottom: 0;
}

.Bottom .iconbox{
	width:6.8rem;
	margin: auto;
	list-style: none;
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}


.Bottom .iconbox li{
	overflow: hidden;
}
.Bottom .iconbox li span{
	display: block;
	margin-top: 0.05rem;
}
.Bottom .iconbox li img{
	display: block;
	width:0.7rem;
	height: 0.7rem;
	margin-top: 0.16rem;
	margin-bottom: 0.04
	
}
.Bottom .iconbox li a{
	font-size: 0.30rem;
	color: #666;
	display: block;
}

.Bottom .iconbox .onpage a{
	color: #f9bd3a;
}

.placeholder{
	width: 100%;
	height: 1.46rem;
}
.end{
	width: 100%;
	height: 3rem;
	background: #f7f7f7;
	text-align: center;
}
.end a{
	font-size: 0.26rem;
	color: #333;
	text-decoration: underline;
}























