body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,th,td,iframe{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}


ul{
	list-style:none;
}
a{
	text-decoration:none;
}

.top{
	width:100%;
	height:347px;
	background: #e93040;
	padding:0px 0px 0px 0px;
}
.top-logo{
	padding: 45px 0 0 80px;
}
.top-banner{
	text-align: center;
	margin-top: 45px;
}
.top-back{
	text-align: center;
	margin-top: 50px;
}
/*游戏列表*/
.main{
	margin-top: 85px;
	width: 100%;
}
.main-list{
	margin: 0 auto;
	width: 1140px;
}
#game-list{
	border-style:solid;
	border-width: 10px;
	border-color:#f4f4f4;
	margin-top: 30px;
	height: 275px;
	width: 100%;
	overflow: hidden;
}
.game{
	width: 640px;
	height: 100%;
	float: left;
}
.game-icon-down{
	width: 100%;
	height: 180px;
}
.game-icon{
	width: 220px;
	height: 100%;
	float: left;
}
.game-icon img{
	margin-top: 30px;
	margin-left: 45px;
}
.game-down{
	width: 420px;
	height: 100%;
	float: right;
	overflow: hidden;
}
.game-name-down{
	height: 85px;
	width: 100%;
}
.game-name-down h1{
	display: block;
	width: auto;
	font-weight:normal;
	font-family:"微软雅黑";
    font-size:34px;
    float: left;
    margin:40px 10px 0px 0px; 
}
.game-name-down h2{
	display: block;
	width: auto;
	font-weight:normal;
	font-family:"微软雅黑";
    font-size:14px;
    color: #e93040;
    float: left;
    margin:60px 0px 0px 0px;
}
.game-link{
	float: right;
	margin-right: 44px;
}
.game-down a{
	display: block;
    float: right;
    margin-bottom: 0px;
    margin:50px 0px 0px 10px;
}
.g-link{
	margin-right: 44px;
}

.game-type{
	margin-top: 20px;
	width: 100%;
	height: 60px;
}
.game-type em{
	font-style: normal;
	font-family:"微软雅黑";
    font-size:16px;
    color: #666666;
}
.label{
	margin-top: 10px;
}

.label span{
	font-family:"微软雅黑";
	border-style:solid;
	border-width:1px;
	font-size:14px;
	padding:3px 12px;
	color: #e93040
}
.game-introduce{
	height: 95px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 10px;
}
.game-introduce em{
	font-style: normal;
	font-family:"微软雅黑";
    font-size:14px;
    line-height: 150%;
    color: #666666;
}


.game-img{
	border-left-style:solid;
	border-width: 10px;
	border-color:#f4f4f4;
	float: right;
	width: 490px;
	height: 100%;
}



/*页脚*/
.footer{
    width: 100%;
    height:100px;
    text-align: center;
    padding-top: 50px;
}
.footer p{
    font-family:"微软雅黑";
    font-size:14px;
    color: #838383;
    line-height: 1.5;
}
.footer p a{
    font-family:"微软雅黑";
    font-size:14px;
    color: #838383;
    line-height: 3;
}
.back_to_top{  
    position: fixed;
    bottom:60px;
    right: 50px;
    cursor:pointer;
    z-index: 999
}


@media only screen and (max-width:1200px) {
	.top{
    	width:1140px;
    	background: #e93040;
    	padding:0px 0px 0px 0px;
    	display:table;
	}
	.footer {
		width: 1140px;
	}
	.main-list{
	margin: 0 auto;
	width: 1140px;
	}
}


