﻿body,ul,h1,h2,h3,h4,h5,h6,form,input,p{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
body{
	/* 页面最大宽度 */
	max-width: 640px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	/* 总体背景色 */
	background-color: #ffffff;
	margin: 0 auto;
	font-size: 14px;
}
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;
}
.body{
	width: 100%;
    height: auto;
    background: #ffffff url(../imgs/bg.jpg) no-repeat;
    padding-top: 86%;
    background-size: 100%;
    padding-bottom: 80px;
}
.header{
	position: relative;
	width: 100%;
	
}
.header .header-bg{
	width: 100%;
}
.header-info-wrap{
	width: 100%;
}
.header-info-wrap img{
	float: left;
	width: 84px;
	height: 84px;
	margin-bottom: 13px;
}
.header-info-wrap .header-info{
	float: left;
	color: #000000;
	padding-top: 15px;
	padding-left: 16px;
}
.header-info-wrap .header-info h1{
	font-size: 18px;
	line-height: 28px;
}
.header-info-wrap .header-info p{
	font-size: 14px;
	line-height: 26px;
}
.header-info-wrap .header-info p span{
	color: #b70615;
}
.game-info,.fuli,.video-wrap,.img-wrap,.dev-wrap{
	position: relative;
	/* 文本区域背景色 */
	background:#e6ecf8;
	margin: 0px 10px;
	/* 文本区域字体色 */
	color: #604409;
	padding-top: 10px;
	margin-top: 40px;
}
.game-info h3{
	background-color: #295290;
	line-height: 26px;
	padding: 0px 10px;
	color: #ffffff;
	position: absolute;
	top:105px;
	left:-2px;
}
.fuli>h3,.video-wrap>h3,.img-wrap>h3,.dev-wrap>h3{
	position: absolute;
	top: 0px;
    left: -3px;
	height: 26px;
	/* 标题字体色 */
	color: #ffffff;
	/* 标题背景色 */
	background-color: #295290;
	line-height: 26px;
	padding: 0px 10px;
}
.game-info{
	margin-top: 0px;
	padding-top:8px;
	background: none;
}
.game-info .game{
	width: 100%;
	background: #e6ecf8;
	padding: 30px 12px 22px;
	box-sizing:border-box;
}
.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(../imgs/arrow.png) 4px 4px no-repeat;
	-webkit-background-size: 16px 13px;
	background-size: 16px 13px;
	display: none;
	
}
.game-info .arrow.active{
	background-image: url(../imgs/arrow-fan.png);
}
.fuli{
	margin: 12px 10px 0;
	padding: 30px 12px 10px;
    box-sizing: border-box;
}
.fuli p{
	line-height: 24px;
}
.fuli .gift4{
	width:37%;
	margin:0 auto;
}
.fuli .gift4 img{ 
	width:100%;
}
.fuli .fuli-img{
	width: 100%;
	margin:0 auto;
}
.fuli .fuli-img li{
	float: left;
	width: 4rem;
	margin:0 5%;
}
.fuli .fuli-img li:first-child{
	/*margin-left: 0px;*/
}
.fuli .fuli-img li img{
	width: 100%;
}
.fuli .fuli-img li span{
	display: block;
	line-height: 16px;
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
}
.video-info,.img-info{
	margin: 12px 12px 0px;
    display: -webkit-box;
}
.video-wrap,.img-wrap{
	-webkit-box-flex: 1;
	margin: 0px;
    padding:33px 8px 12px 8px;
    background: #e6ecf8;
}
.video-wrap{
	/*margin-right: 5px;*/
}
.img-wrap{
	/*margin-left: 5px;*/
}
.video-wrap .video{
	position: relative;
	display: block;
	color: #f1e1ce;
	padding-top: 5px;
}
.video-wrap .video img{
	width: 100%;
}
.video-wrap .video p{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #ffffff;
	background-color: rgba(0,0,0,0.8);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.img-wrap .img{
	position: relative;
	display: block;
	color: #f1e1ce;
	padding-top: 5px;
	border-radius:5px;
}
.img-wrap .img img{
	/*width: 100%;*/
}
.img-container{
    width:100%;
    overflow:auto;
}
/*.img-content{
    width:164vw;
}*/
.img-content img{
    width:40vw;
}
.img-wrap .img p{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #ffffff;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dev-wrap{
	padding: 30px 12px 0;
    box-sizing: border-box;
	margin: 12px 12px 0;
}
.dev-wrap .dev-list{
	
}
.dev-wrap .dev-list li{
	display: -webkit-box;
	padding: 15px 0;
	border-top: 1px solid #664a10;
}
.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: 4px;
}
.dev-wrap .dev-list li .dev-info a{
	display: block;
	height: auto;
	line-height: 20px;
    color: #664a10;
}	
.dev-wrap .dev-list li .dev-info p{
	line-height: 24px;
}
.dev-wrap .dev-list li .dev-info p:nth-of-type(1){

}
.dev-wrap .dev-list li .dev-info p:nth-last-of-type(1){
	color: #27497e;
}	
.dev-wrap .dev-list li .dev-info p span{
	color: #27497e;
}

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























































