.hot-gamewrap {
	width: 100%;
	min-width: 1200px;
	background: url("../../images/games/game-bg.png") no-repeat center top #eeecec;
	background-size: 100% auto;
	background-attachment:fixed;
	padding-bottom: 40px;
	min-height: 800px;
}
.hot-banner {
	width: 62.5%;
	max-width: 1200px;
	height: 20.2vw;
	max-height: 387px;
	margin: 0 auto;
	border: 1px solid red;
}
.hot-banner > img {
	width: 100%;
	height: 100%;
}
.hotgame-list {
	width: 1220px;
	min-height: 300px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
}
.hotgame-list > div{
	width: 20%;
	height: 387px;
	float: left;
	padding-left: 0.82%;
	padding-right: 0.12%;
	margin-bottom: 20px;
	position: relative;
}
.swiper-slide > a >img{
	width: 100%;
	height: 100%;
}

.list-img {
	width: 100%;
	height: 16.72vw;
	max-height: 319px;
}
.list-img > img {
	width: 100%;
	height: 100%;
}
.list-txt {
	width: 100%;
	height: 3.55vw;
	max-height: 68px;
	/*background-color: #fff;*/
}
/*.list-txt > p {
	padding-left: 10px;
	line-height: 20px;
	margin: 0 0 0 0 !important;
}*/
.list-img {
	width: 100%;
/*	height: 16.72vw;*/
	height: 319px;
	overflow: hidden;
	position: relative;
	
}
.list-img > img {
	transition: all 1s;
	-moz-transition: all 1s;
　　-webkit-transition: all 1s;
　　-o-transition: all 1s;
}
.list-img > img:hover{
	transform: scale(1.2);
}

.list-txt {
	width: 100%;
	height: 68px;
}
.txt-span1 {
	display: inline-block;
	font-size: 14px;
    color: #999;
    margin-top: 2px;
}
.txt-span2 {
	font-size: 16px;
	color: #333;
	/*font-weight: bold;*/
	margin: 15px 0 0 0px !important;
}
.txt-time {
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(236,66,33,0.5);
   /* opacity: 0.5;*/
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.list-content > a{
	text-decoration:none; !important;
}
.list-content a:link{text-decoration:none; }

.list-content a:visited{text-decoration:none; }

.list-content a:hover{text-decoration:none;}

.list-content a:active{text-decoration:none;}

.glistwrap {
	width: 100%;
}
/*.glistwrap:hover{
	-webkit-box-shadow: 3px 3px 25px 0px #666;
    -moz-box-shadow: 3px 3px 25px 0px #666;
    box-shadow: 3px 3px 25px 0px #666;
	transition: all 0.5s;
}*/
/*.txt-span1 {
	font-size: 16px;
	color: #333;
	padding-top: 12px;
}
.txt-span2 {
	font-size: 14px;
	color: #666;
	padding-top: 2px;
}*/
.page-content {
	text-align: center;
	margin-bottom: 35px;
	margin-top: 35px;
}
.layui-laypage a, .layui-laypage span {
	font-size: 14px !important;
	color: #999 !important;
}
.layui-laypage-prev,.layui-laypage-next {
	border: none !important;
	width: auto !important;
}
.layui-laypage a, .layui-laypage span {
	width: auto;
	height: 20px;
	padding: 0 5px!important;
	line-height: 20px;
	border: 1px solid #999;
	margin-left: 10px;
	border-radius: 3px;
	background-color: transparent;
}
.layui-laypage button, .layui-laypage input {
	background-color: transparent;
}
.layui-laypage-skip {
	width: auto !important;
}
.layui-laypage input {
	width: 35px;
	height: 25px;
	padding: 0;
	border-radius: 3px;
	margin-top: 2px;
}
.layui-laypage-btn {
	border: none !important;
	font-size: 14px !important;
	color: #999 !important;
	padding: 0 !important;
}