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;
}

/*banner*/
.banner{
	padding: 0px 0.35rem;
	border-radius: 0.12rem;
	overflow: hidden;
}
.banner .swiper-slide{
	background-color: #dfdddd;
	height: 3rem;
	border-radius: 0.12rem;
	overflow: hidden;
}
.banner .swiper-slide img{
	display: block;
	height: 100%;
}
.banner .swiper-container{
	/* padding-bottom: 0.3rem; */
}
.banner .swiper-pagination-bullet{
	width: 0.14rem;
	height: 0.14rem;
	background-color: #dddddd;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	width: 0.16rem;
	height: 0.16rem;
	background-color: #333333;
}
.banner .swiper-pagination{
	bottom: 0.1rem;
}

/*vip会员福利*/
.welfareSwiper{
	padding: 0px 0.3rem;
}
.welfareList .swiper-slide{
	width: 1.79rem;
	height: 2.24rem;
	float: left;
	margin-right: 0.36rem;
	position: relative;
}
.welfareList .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}
.welfarePic{
	width: 100%;
	height: 100%;
}

.eachHead{
	padding: 0px 0.32rem 0px 0.36rem;
	margin-bottom: 0.17rem;
}
.eachHead span.fl{
	line-height: 0.44rem;
	font-size: 0.32rem;
	color: #1a1a1a;
	position: relative;
	font-weight: bold;
	/* padding-left: 0.18rem; */
}
/* .eachHead span.fl:before{
	content: "";
	width: 0.06rem;
	border-radius: 100px;
	height: calc(100% - 0.05rem);
	background-color: #e8c05d;
	position: absolute;
	left: 0;
	top: 0.05rem;
	
} */
	
.eachHead a.fr{
	font-size: 0.2rem;
	border-radius: 100px;
	padding: 0.08rem 0.18rem;
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	color: #515151;
}

/*热门影视原著小说*/
.bookList{
	padding: 0.2rem 0.33rem 0px 0.44rem;
}
.bookList li{
	float: left;
	width: 3.19rem;
	height: 2.08rem;
	margin-right: 0.34rem;
	margin-bottom: 0.34rem;
}
.bookList li:nth-child(2n){
	margin-right: 0;
}
.bookList li .bookPic{
	width: 1.64rem;
	height: 2.04rem;
	border: 1px solid #e0e0e0;
	border-radius: 0.12rem;
}
.bookList li .bookName{
	margin-top: 0.2rem;
	height: 0.52rem;
	font-size: 0.26rem;
	color: #333333;
	text-align: center;
}

/*权益商城*/
.equityList{
	padding: 0px 0.35rem;
	height: 8.7rem;
	overflow: hidden;
}
.equityList.active{
	height: auto;
}
.equityList li{
	float: left;
	width: 3.33rem;
	margin-bottom: 0.3rem;
	border: 1px solid #dcdcdc;
	border-radius: 0.06rem;
	overflow: hidden;
	padding-bottom: 0.18rem;
}
.equityList li:nth-child(2n){
	float: right;
}
.equityPic{
	width: 100%;
	height: 2.96rem;
	position: relative;
}
.equityPic img{
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: auto;
	transform: translateX(-50%);
}
.equityTit{
	font-size: 0.25rem;
	color: #151515;
	padding: 0px 0.1rem;
	margin-top: 0.24rem;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.equityPrice{
	padding: 0px 0.14rem;
	margin-top: 0.14rem;
	line-height: 0.34rem;
}
.oldPrice{
	font-size: 0.24rem;
	color: #999999;
	font-weight: normal;
	text-decoration: line-through;
}
.newPrice{
	font-size: 0.28rem;
	color: #ec552d;
	line-height: 0.32rem;
}
.newPrice i{
	font-size: 0.22rem;
}
.newPrice span{
	font-size: 0.2rem;
	color: #eeeded;
	background-color: #ff4715;
	border-radius: 100px;
	padding: 0.02rem 0.1rem;
	position: relative;
	top: -0.04rem;
	margin-left: 0.06rem;
}

.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;
}


/* 2020-08-04 */
.woHead span.fl{
	position: relative;
	padding-bottom: 0.4rem;
}
.woHead span.fl i{
	position: absolute;
	font-size: 0.22rem;
	color: #737373;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	font-weight: normal;
}

.equityTime{
	color: #151515;
	font-size: 0.22rem;
}

.popun{
	width: 6.76rem;
	height: 2.9rem;
	background-image: url('../images/pop.png');
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}




