body,ul,h1,h2,h3,h4,h5,h6,form,input,p{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
body{
	/* 页面最大宽度 */
	max-width: 640px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	/* 总体背景色 */
	background-color: #040813;
	margin: 0 auto;
	font-size: 14px;
	/* 底部留空 */
	padding-bottom: 80px;
}
a{
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	   -moz-tap-highlight-color: rgba(0,0,0,0);  
			tap-highlight-color: rgba(0,0,0,0);  
	-webkit-focus-ring-color: rgba(0,0,0,0);  
	   -moz-focus-ring-color: rgba(0,0,0,0); 
	    		focus-ring-color: rgba(0,0,0,0);   
}
*{
	-webkit-tap-highlight-color: transparent;
}

li{
	list-style: none;
}
img{
	vertical-align: middle;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear:after{
	content: "";
	display: block;
	clear: both;
}
.clear{
	zoom: 1;
}
.header{
	position: relative;
	width: 100%;
	
}
.header .header-bg{
	width: 100%;
}
.header .header-info-wrap{
	position: absolute;
	bottom: 14px;
	left: 0px;
	width: 100%;
}
.header .header-info-wrap img{
	float: left;
	width: 84px;
	height: 84px;
	margin-left: 10px;
}
.header .header-info-wrap .header-info{
	float: left;
	color: #fff;
	padding-top: 15px;
	padding-left: 16px;
}
.header .header-info-wrap .header-info h1{
	font-size: 18px;
	line-height: 28px;
}
.header .header-info-wrap .header-info p{
	font-size: 14px;
	line-height: 26px;
}
.header .header-info-wrap .header-info p span{
	color: #f18818;
}
.game-info,.fuli,.video-wrap,.img-wrap,.dev-wrap{
	position: relative;
	/* 文本区域背景色 */
	background-color: #2d315a;
	margin: 0px 10px;
	/* 文本区域字体色 */
	color: #f1e1ce;
	padding: 0px 12px;
	padding-top: 30px;
	margin-top: 12px;
}
.game-info>h3,.fuli>h3,.video-wrap>h3,.img-wrap>h3,.dev-wrap>h3{
	position: absolute;
	top: 0px;
	left: -2px;
	height: 26px;
	/* 标题字体色 */
	color: #fff;
	/* 标题背景色 */
	background-color: #6c6fc8;
	line-height: 26px;
	line-height: 26px;
	padding: 0px 10px;
}
.game-info{
	padding-bottom: 22px;
	margin-top: 0px;
}
.game-info h4{
	line-height: 24px;
}
.game-info p{
	/*height: 48px;*/
	line-height: 24px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
	
}
.game-info .arrow{
	position: absolute;
	right: 12px;
	bottom: 4px;
	width: 24px;
	height: 20px;
	background: url(../img/arrow.png) 4px 4px no-repeat;
	-webkit-background-size: 16px 13px;
	background-size: 16px 13px;
	display: none;
	
}
.game-info .arrow.active{
	background-image: url(../img/arrow-fan.png);
}
.fuli{
	padding-bottom: 12px;
}
.fuli p{
	line-height: 24px;
}
.fuli .fuli-img{
	
}
.fuli .fuli-img li{
	float: left;
	width: 16.25%;
	margin-left: 4.68%;
}
.fuli .fuli-img li:first-child{
	margin-left: 0px;
}
.fuli .fuli-img li img{
	width: 100%;
	border: 1px solid #6c6fc8;
}
.fuli .fuli-img li span{
	display: block;
	line-height: 16px;
	text-align: center;
	margin-top: 5px;
}
.video-info,.img-info{
	padding: 0px 12px;
	margin-top: 12px;
	display: -webkit-box;
}
.video-wrap,.img-wrap{
	-webkit-box-flex: 1;
	margin: 0px;
	padding-bottom: 8px;
}
.video-wrap{
	/*margin-right:8px;*/
	
}
.video-wrap .video{
	position: relative;
	display: block;
	color: #f1e1ce;
	padding-top: 5px;
}
.video-wrap .video img{
	width: 100%;
}
.video-wrap .video .play-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 24px;
	margin-top: -22px;
	margin-left: -20px;
	background-color: rgba(0,0,0,0.5);
	border: 1px solid #f1e1ce;
}
.video-wrap .video .play-icon span{
	display: block;
	width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 14px solid #f1e1ce;
    border-bottom: 7px solid transparent;
    margin-top: 5px;
    margin-left: 13px;
}
.video-wrap .video p{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.img-wrap{
	/*margin-left: 8px;*/
}
.img-container{
    width:100%;
    overflow:auto;
}
/*.img-content{
    width:164vw;
}*/
.img-content img{
    width:40vw;
}
.img-wrap .img{
	position: relative;
	display: block;
	color: #f1e1ce;
	padding-top: 5px;
}
/*.img-wrap .img img{
	width: 100%;
}*/
.img-wrap .img p{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dev-wrap{
	
}
.dev-wrap .dev-list{
	
}
.dev-wrap .dev-list li{
	display: -webkit-box;
	padding: 15px 0px;
	border-top: 1px solid #464a75;
}
.dev-wrap .dev-list li:first-child{
	border-top: 0;	
}	
.dev-wrap .dev-list li img{
	height: 70px;
}
.dev-wrap .dev-list li .dev-info{
	-webkit-box-flex: 1;
	padding-left: 12px;
	padding-top: 14px;
}
.dev-wrap .dev-list li .dev-info a{
	display: block;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    color: #f1e1ce;
}	
.dev-wrap .dev-list li .dev-info p{
	line-height: 24px;
}
.dev-wrap .dev-list li .dev-info p:nth-of-type(1){
	margin-top: 8px;
}
.dev-wrap .dev-list li .dev-info p:nth-last-of-type(1){
	color: #da7f25;
}	
.dev-wrap .dev-list li .dev-info p span{
	color: #da7f25;
}

.swiper{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	display: none;
}
.swiper-container{
	position: absolute;
	top: 45%;
	left: 50%;
	width: 80vw;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background-color: #fff;
	background-color: transparent;
}
.swiper-container .swiper-slide{
	box-sizing: border-box;
	width: 100%!important;
	padding: 0px 2%;
	background-color: transparent;
}
.swiper-container img{
	width: 100%;
}	
.swiper-pagination-bullet{
	background-color: #fff;
}
.swiper-pagination-bullet-active{
	
}























































