﻿html,body{
	margin:0;
	padding:0;
}
html{
	height:100%;
	/*filter: grayscale(100%);*/
	/*-webkit-filter: grayscale(100%);*/
	/*-moz-filter: grayscale(100%);*/
	/*-ms-filter: grayscale(100%);*/
	/*-o-filter: grayscale(100%);*/
	/*-webkit-filter: grayscale(1);*/

}
body{
	display:flex;
	flex-direction:column;
	min-height:100%;
	background-color:#fff;
}
ul,li{ padding:0;margin:0;list-style:none}
a{
	color:#000;
	text-decoration: none;
}
.bgwhite{
	background-color:#FFFFFF;
}
.headfloat{
	position: absolute;
	width:100%;
	background: rgba(0,0,0,0);
	z-index:22;
}
.headfloatbg{
	background: url(../images/index_topbg.png) no-repeat center/100% 100%;
}
.head{
	height:3.3rem;
	display:flex;
	align-items:center;
	justify-content:space-between;
	font-size: 1rem;
	color:#fff;
	margin-left: 0.5rem;
}
.head_left{
	display:flex;
	justify-content: center;
	align-items:center;
}
.head_middle{
	background: url(../images/index_search_bg.png) no-repeat center/ 100% auto;
	display:flex;
	flex:3;
	align-items:center;
	height:3rem;
	justify-content: center;
}
.search_icon{
	width:1.2rem;
}
.close{
	display:none;
	width:2.8vh;
}
.head_middle span{
	display:flex;
	height:3vh;
	align-items:center;
}
.head_middle span input{
	background-color:transparent;
	border:0;
	height:2rem;
	text-align: center
}

.head_right{
	display:flex;
	justify-content: center;
	align-items:center;
	margin-right: 0.5rem;
}
.head_right img{
	width:2.5rem;
}
.focus {
	width: 100%;
	height: 30vh;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.focus .hd {
	width: 100%;
	height: 5.5vh;
	position: absolute;
	z-index: 1;
	bottom: 5px;
	text-align: center;
}
.focus .hd{text-align:center;width:100%;display:block;text-align:center;position:absolute;z-index:2;}
.focus .hd ul li{background:#FFFFFF;opacity:0.6;display:inline-block;width:0.6rem;background-size:100% auto;height:0.6rem;margin-right:0.2rem;border-radius:50%;text-indent:-2000px;}
.focus .hd ul li:last-child{margin-right:0}
.focus .hd ul li.on {background: url(../images/bling.png) no-repeat center center / 100% 100%;opacity: 1;border:none;}
.focus .bd{ position:relative; z-index:0; }
.focus .bd li img{width:100%;height:6.475rem;}
.focus .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);  width: 100%;display: block;}

/*.focus::after {
	content: '';
	width: 140%;
	height: 20vh;
	position: absolute;
	left: -11.3vh;
	top: 26vh;
	border-radius: 50% 50% 0 0 ;
	background: #f8f8f8;
}*/

.focus .bd li img {
	width: 100%;
	height: 30vh;
}
.focus .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
}
/* category start */
.category{
	display:flex;
}
.category ul{
	margin: 0;
	padding: 0;
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.category ul li{
	width: 20%;
	text-align: center;
	margin: 0.7vh 0 0;
	height: 10.5vh;
	overflow: hidden;
	list-style: none;
	display:flex;
	flex-direction:column;
	font-size: 2vh;
	padding-bottom: 0.5rem;
}
.category ul li div:first-child{
	padding-bottom:0.3rem;
}
.category ul li img{
	width: 56%;
	margin: 0 auto;
	display:inline-block;
	border-radius: 25%;
}
/* category end */
/* advert start*/
.advert{
	display:flex;
	padding:0.5rem 0 0.5rem 0;
}
.advert ul{
	margin: 0;
	padding: 0;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.advert ul li{
	width: 32%;
	text-align: center;
	height: 23vh;
	overflow: hidden;
	list-style: none;
	display:flex;
	flex-direction:column;
	border-right: 1.5px solid #fff;
	border-left: 1.5px solid #fff;
	border-bottom: 3px solid #fff;
}
.advert ul li img{
	width:100%;
	height:22vh;
	display:inline-block;
}
/* advert end*/
.list_row{
	display:flex;
	align-items:center;
	justify-content:center;
	color:#aaaaaa;
}
/* list start*/
.list{
	display:flex;
	flex-wrap: wrap;
	padding: 0 0.5rem 0.5rem 0.5rem;
	margin-bottom:3rem;
}
.detail{
	display:flex;
	margin-top:0.5rem;
	padding:0.5rem;
	-webkit-box-shadow: 0px 0px 0.2rem #e2e2e2;
	box-shadow: 0px 0px 0.2rem #e2e2e2;
	border-radius:0.3rem;
	width:100%;
	flex-direction:column;
	font-size:1rem;
}
.detail_title{
	display:flex;
	align-items:center;
	justify-content: space-between;
	padding:0.3rem;
	color: #000;
	font-weight: bold;
	font-size:1.1rem;
}
.detail_title span{
	display:flex;
	align-items:center;
}
.detail_title img{
	width:4vh;
	height:2vh;
}
.detail_info{
	display:flex;
	justify-content: space-between;
	padding:0.3rem;
}
.detail_img{
	display:flex;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.detail_img span{
	display: flex;
	flex: 1;
	height: 7rem;
}
.detail_img span img{
	width: 98%;
	height: 100%;
	border-radius: 0.2rem;
}
.coupon{
	display:flex;
	padding:0.1rem;
}
.coupon img{
	width:3vh;
	align-items:center;
	justify-content:center;
}
.coupon span:last-child{
	padding-left:0.2rem;
	color: #ea6868;
}
.sales{
	color:red;
}
/* list end */
/* sus start */
.sus{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	overflow: auto;
	height: 100%;
	width: 100%;
	background: #f1f1f1;
}
.recommend{
	display:flex;
	flex-direction:column;
	margin:4rem 0.5rem 0.5rem 0.5rem;
	padding: 0.5rem;
	background-color:#fff;
	border-radius:0.3rem;
}
.recommend_detail{
	display: flex;
	flex-wrap: wrap;
	padding-top:0.5rem;
}
.recommend_detail a{
	border-radius: 50px;
	padding: .25rem .5rem;
	font-size: .75rem;
	margin: .25rem .5rem .25rem 0;
	border: 1px solid #e85a4c;
	color: #e85a4c;
}
.sus_category{
	display:flex;
	flex-direction:column;
	margin: 0.5rem 0.5rem 3.5rem 0.5rem;
	padding: 0.5rem;
	background-color:#fff;
	border-radius:0.3rem;
}

.sus_category_title{
	display:flex;
	align-items:center;
	font-size:1rem;
	line-height: 0.7rem;
	padding-left: 2%;
	margin-top:0.5rem;
}
.sus_category_detail{
	display:flex;
	flex-wrap:wrap;
	padding-top:0.3rem;
}
.sus_category_detail a{
	display:flex;
	justify-content:center;
	width:24%;
	font-size: .9rem;
	border-right: 1px solid #e6e6e6;
	margin-top:0.5rem;
	margin-bottom:0.5rem;
}
.sus_category_detail a:nth-child(4n) {
	border-right: none;
}
.type0{border-left: 5px solid #ffa800;color: #ffa800;}
.type1{border-left: 5px solid #a671ff;color: #a671ff;}
.type2{border-left: 5px solid #4286ff;color: #4286ff;}
.type3{border-left: 5px solid #04c8ab;color: #04c8ab;}
.type4{border-left: 5px solid #ff4a63;color: #ff4a63;}
.type5{border-left: 5px solid #3C80A9;color: #3C80A9;}
.type6{border-left: 5px solid #522390;color: #522390;}
.type7{border-left: 5px solid #B74FA5;color: #B74FA5;}
.type8{border-left: 5px solid #B94173;color: #B94173;}
.type9{border-left: 5px solid #AA4FEC;color: #AA4FEC;}
.type10{border-left: 5px solid #AA4FEC;color: #AA4FEC;}
/* sus end */
::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff;
}
::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff;
}
::-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff;
}

.area{
	padding: 0 0.5rem 3.5rem 0.5rem;
}

.areaimg{
	width:100%;
	border-radius:5px;
	margin-bottom: 0.5rem;
	border: 2px solid #ffffff;
	box-shadow: 2px 2px 5px #aeacac;
}

.residueNum{width:3rem;height:3rem;background:#f16e5d;opacity:0.95;text-align:center;border-radius:50%;position:fixed;right:3.5%;top:75%;margin-top:-1.5rem;}
.residueNum a{
	color: #fff;
	display: inline-block;
	font-size: 0.65rem;
	vertical-align: middle;
	line-height: 1rem;
	margin-top: 0.5rem;
	width:100%;
	height:100%;
}
.star0 {padding-left: 5.2rem;background:url(../images/start0.png) no-repeat center left / 75% 100%;}
.star1 {padding-left: 5.2rem;background:url(../images/start1.png) no-repeat center left / 75% 100%;}
.star2 {padding-left: 5.2rem;background:url(../images/start2.png) no-repeat center left / 75% 100%;}
.star3 {padding-left: 5.2rem;background:url(../images/start3.png) no-repeat center left / 75% 100%;}
.star4 {padding-left: 5.2rem;background:url(../images/start4.png) no-repeat center left / 75% 100%;}
.star5 {padding-left: 5.2rem;background:url(../images/start5.png) no-repeat center left / 75% 100%;}
