@charset "UTF-8";
body {
	font-family: "Microsoft Yahei"; 
	background-color: #290d6f;
	/*height: 100%;*/
	-webkit-overflow-scrolling:touch;
	padding: 0;
}
.clearfix:after {
    content: ".";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
/* 导航 */
/*.swiper-container{
	position: fixed;
	background: url(../images/nav_bg.png) no-repeat center;
	text-align: center;
	z-index: 999;
	height: .7rem;
	padding: 0 .2rem;
	width: 100%;
}
.swiper-wrapper{
	width: 100%;
	height: .7rem;
	line-height: .7rem;	
    display: flex;
}
.swiper-slide{
 	height: 100%;
	width: 1.8rem;
}
.width-slide{
	width: 1rem !important;
}
.swiper-slide a{
	width: 1.61rem;
	height: .7rem;
	font-size: .28rem;
	display: inline-block;
	color: #fff;
}
.swiper-slide:nth-child(6) a{
	color: #3c28d4;
	background: url(../images/nav_font_bg.png) no-repeat center;
	background-size: 100%;
	width: 1.61rem;
    height: .7rem;
} */
.swiper-container { position: fixed; background: url(../images/nav_bg.png) no-repeat center; text-align: center; z-index: 998; height: .7rem; width: 100%; }
.swiper-wrapper{ width: 6rem; margin: 0 auto; }
.swiper-slide{ height: 100%; width: 1.5rem !important; }
.swiper-slide.on{ background: url(../images/nav_font_bg.png) no-repeat center; background-size: 100% 100%; }
.swiper-slide a{ font-size: .25rem; line-height: .7rem; display: inline-block; width: 1.5rem; height: .7rem; color: #fff; }
.swiper-slide.on a{ color: #3c28d4 }
 /*  hot图标  */
.cs-hot-box{
	position: relative;
}
.cs-hot{
	display: block;
	width: .36rem;
	height: .26rem;
	background: url(../images/cs_hot.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	right: .14rem;
    top: .12rem;
	z-index: 999;
}
/* 主体内容 */
.content-box{
	/*margin-top: .7rem;*/
	padding: 0.08rem .3rem .46rem;
}
.title-h{
	height: .9rem;
	line-height: .9rem;
	margin-top: .7rem;
}
.title-h img{
	width: 1.97rem;
	height: .37rem;
}
.title-h2 img{
	width: 2rem;
	height: .36rem;
}
.list{
	font-size: .22rem;
}
.list li{
	box-sizing: border-box;
	height: 1.8rem;
	border-top: 1px solid #3f0c97;
	display: flex;
}
.left{
	margin-right: .24rem;
	background: url(../images/cirlBj.png) no-repeat center center;
	background-size: 100%;
	width: 1.2rem;
	height: 1.2rem;
	padding: .02rem;
    box-sizing: border-box;
}
.left img{
	width: 1.16rem;
	height: 1.16rem;
	border-radius: 50%;
}
.right{
	width: 4.4rem;
}
.right h2{
	font-size: .26rem;
	color: #ffee61;
	margin-bottom: .1rem;
}
.right p{
	color: #e2dcfe;
	font-size: .22rem;
	line-height: .3rem;
}
.flex-align-center { 
	-webkit-box-align: center; 
	-webkit-align-items: center; 
	-ms-flex-align: center; 
	align-items: center; 
}

