
.content{
	width: 100%;
	margin-bottom:0.8rem;
}
.content-main{
	width: 9.333333rem;	
    margin: 0.2rem auto ;
	/*background:yellow;*/
}


.content-main>.act-sel{
	margin: 0.266666rem 0;
}
.content-main>.act-sel .swiper-slide>a{
	/*width: 1.173333rem;*/
	padding: 0 0.266666rem;
	height: 0.586666rem;
	line-height: 0.586666rem;
	display: inline-block;
	text-align: center;
	font-size: 0.32rem;	
	text-decoration: none;
}
.content-main>.act-sel .swiper-slide>a.active{
	background: #b01fff;
	color: #FFF;
	border-radius: 0.4rem;
}
#swiper2{
	height: 5.333333rem;
}
#swiper2 .swiper-wrapper{
	width: 9.36rem;
	height: 4.72rem;
	border-radius: 0.066666rem;
}
#swiper2 .swiper-slide>img{
	width: 100%;
	height: 100%;
}
#swiper2 .swiper-pagination
,#swiper3 .swiper-pagination2{
	bottom: 0.213333rem;
	text-align: center;
}
#swiper2 .swiper-pagination .swiper-pagination-bullet
,#swiper3 .swiper-pagination2 .swiper-pagination-bullet{
  	background-color: rgb(220, 220, 220);
  	width: 0.266666rem;
  	height: 0.08rem;
  	display: inline-block;
  	border-radius: 0.066666rem;
}
#swiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
,#swiper3 .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #9702e7;
}

/*热门推荐*/
.block-hot{
    width: 9.333333rem;
    margin: 0.2rem auto;
}
.block-hot h3{
	font-size: 0.4rem;
	font-weight: bold;
	margin: 0.133333rem 0 0.266666rem;
}
#swiper3 ul li.bt-item{
	width: 4.4rem;
	height: 5.573333rem;
	margin: 0.08rem;
	float: left;
  	box-shadow: 0px 3px 15.36px 0.64px rgba(0, 0, 0, 0.1);
	border-radius: 0.133333rem;
	position: relative;
}

#swiper3 ul li.bt-item:nth-child(even){
	margin-left: 0.266666rem;
}
#swiper3 ul li.bt-item img{
	width: 100%;
	height: 3.2rem;
	border-top-left-radius: 0.133333rem;
	border-top-right-radius: 0.133333rem;
}
#swiper3 ul li.bt-item h2{
	font-size: 0.373333rem;
	margin: 0 0.066666rem;
	color: #333;
}
#swiper3 ul li.bt-item p{
	color: #9b9b9b;
	font-size: 0.293333rem;
}
#swiper3 ul li.bt-item p.p-date{
	position: absolute;
	bottom: 0.266666rem;
	left: 0.133333rem;
}
#swiper3 ul li.bt-item p.p-address{
	position: absolute;
	bottom: 0.266666rem;
	right: 0.133333rem;
	max-width: 1.866666rem;
}

.block-more{
	width: 100%;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	font-size: 0.32rem;
	color: #a415f9;
	background: #fafafa;
}
