img{
	display: block;
	width: 100%;
}
body{
	background-color: #fafafa;
	min-height: 100vh;
	padding-bottom: 2.17rem;
	padding-top: 0.4rem;
}


.headTitle{
	font-size: 0.42rem;
	color: #1a1a1a;
	text-align: center;
	font-weight: bold;
	line-height: 0.42rem;
	padding: 0.33rem 0px 0.39rem;
}
.indexBodyTop{
	background-image: linear-gradient(93deg, 
		rgba(244, 244, 244, 0.92) 0%, 
		rgba(245, 229, 184, 0.92) 50%, 
		rgba(246, 213, 125, 0.92) 100%), 
	linear-gradient(
		#f5f5f5, 
		#f5f5f5);
	width: 4.14rem;
	height: 0.66rem;
	line-height: 0.66rem;
	border-bottom-right-radius: 0.12rem;
	border-top-right-radius: 0.12rem;
	overflow: hidden;
	font-size: 0.3rem;
	color: #1a1a1a;
}
.indexBodyTop li{
	float: left;
	width: 2rem;
	text-align: center;
	
}
.indexBodyTop li.active{
	background-color: #e0c16d;
	width: 2.12rem;
	border-radius: 0.1rem;
}
.indexBodyTop.active{
	background-image: linear-gradient(264deg, 
		rgba(244, 244, 244, 0.92) 0%, 
		rgba(221, 221, 221, 0.92) 100%), 
	linear-gradient(
		#f5f5f5, 
		#f5f5f5);
}
.indexBodyTop.active li.active{
	background-color: #b7b7b7;
}

/**/
.indexBodyBot{
	margin-top: 0.38rem;
}
.indexBodyBot li.eachTab{
	display: none;
}
.indexBodyBot li.eachTab.active{
	display: block;
}
.memberPic{
	width: 6.32rem;
	margin: 0rem auto;
	position: relative;
}
.memberNum{
	position: absolute;
	top: 1.95rem;
	left: 0.38rem;
	font-size: 0.3rem;
	color: #ffffff;
	display: none;
}
.eachTit{
	padding: 0px 0.32rem;
	font-size: 0.3rem;
	color: #1a1a1a;
	line-height: 0.3rem;
}
.eachConBody{
	padding: 0px 0.58rem;
}
.buyBtn{
	background-image: linear-gradient(89deg, 
		rgba(252, 171, 100, 0.81) 0%, 
		rgba(253, 146, 78, 0.81) 57%, 
		rgba(254, 121, 56, 0.81) 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	text-align: center;
	font-size: 0.3rem;
	height: 0.7rem;
	line-height: 0.7rem;
	border-radius: 0.12rem;
	margin-top: 0.31rem;
}
.buyBtn a{
	color: #753613;
	display: block;
	width: 100%;
	height: 100%;
}
.welfareList{
	margin: 0.2rem 0rem 0.4rem;
	height: 2.24rem;
	overflow: hidden;
}
.welfareList.active{
	height: auto;
}
.welfareList li{
	width: 1.79rem;
	height: 2.24rem;
	float: left;
	margin-right: 0.485rem;
	margin-bottom: 0.34rem;
}
.welfareList li:nth-child(3n){
	margin-right: 0px;
}
.welfarePic{
	width: 100%;
	height: 100%;
}
.welfarePic img{
	height: 100%;
}
.welfareList li a.exchangeBtn{
	width: 100%;
	height: 100%;
	display: block;
}
.readMore{
	text-align: center;
	font-size: 0.24rem;
	line-height: 0.24rem;
	color: #1a1a1a;
	margin-top: 0.2rem;
}
.readMore span{
	padding-right: 0.3rem;
	background-image: url(../images/ico1.png);
	background-repeat: no-repeat;
	background-size: 0.16rem 0.11rem;
	background-position: 100% 0.12rem;
}
.readMore.active span{
	background-image: url(../images/ico1_.png);
}


/*广告运营位*/
.Advertisement{
	
}
.Advertisement a{
	display: block;
	margin-bottom: 0.2rem;
	border-radius: 0.2rem;
	overflow: hidden;
}


























