.activity-wrap {
	width: 100%;
	min-height: 700px;
	background: url("../image/game-bg.png") no-repeat center top #eeecec;
	background-size: 100% auto;
	padding-top: 80px;
	background-attachment: fixed;
	display: block;
}
.crumb-nav {
	width: 62.5%;
	max-width: 1200px;
	height: 86px;
	line-height: 86px;
	font-size: 14px;
	margin: 0 auto;
}

.ac-h {
	color: #000;
}

.activity-content {
	width: 63.5%;
	max-width: 1220px;
	min-height: 500px;
	margin: 0 auto;
	overflow: hidden;
}

.activity-list {
	width: 33.3%;
	height:350px;
	float: left;
	padding-left: 0.82%;
	padding-right: 0.82%;
	margin-bottom: 40px;
	cursor: pointer;
}

.activity-forward {
	width: 33.3%;
	height: 13.5vw;
	line-height:13.5vw;
	max-height: 260px;
	text-align: center;
	float: left;
	background-color: #D0CFCF;
}

.forward-txt {
	font-size: 14px;
	color: #666;
}

.list-item {
	width: 100%;
	/*height: 260px;*/
	overflow: hidden;
}

.item-img {
	width: 100%;
	height: 13.5vw;
	max-height: 260px;
	overflow: hidden;
}

.item-img> img {
	width: 100%;
	height: 100%;
	transition: all 1s;
	-moz-transition: all 1s;
　　-webkit-transition: all 1s;
　　-o-transition: all 1s;
}
.item-img > img:hover{
	transform: scale(1.2);
}


.item-txt> span {
	display: block;
}

.itemtxt1 {
	font-size: 18px;
	color: #222;
	margin-top: 15px;
}

.itemtxt2 {
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}
.activity-load {
	width: 100%;
	text-align: center;
	margin-top: 100px;
}

/*无活动时候页面*/

.activity-none {
	width: 100%;
	min-height: 700px;
	background: url("../image/game-bg.png") no-repeat center top #eeecec;
	background-size: 100% auto;
	padding-top: 80px;
	background-attachment: fixed;
	display: none;
}

.actinone-wrap {
	width: 62.5%;
	margin: 30px auto 0;
	text-align: center;
}

.wrap-txt {
	width: 100%;
	font-size: 16px;
	color: #666;
	text-align: center;
	margin-top: 25px;
	margin-left: 12px;
}

.page-content {
	text-align: center;
	/*margin-bottom: 35px;*/
	margin-top: 35px;
	padding-bottom: 50px;
}

.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: 20px;
	height: 20px;
	padding: 0 !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;
}

.activity-list a {
	text-decoration: none;
}

.activity-list> a:link {
	text-decoration: none;
}

.activity-listt> a:visited {
	text-decoration: none;
}

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

.activity-list> a:active {
	text-decoration: none;
}
.footerapp-content {
		display: none;
}
.wrap-headerapp {
	display: none;
}
/*移动端适配手机端*/

@media (max-width: 768px) {
	.activity-wrap {
		padding-top: 60px;
	}
	.crumb-nav {
		width: 80%;
	}
	.activity-content {
		width: 81%;
	}
	.activity-list {
		width: 50%;
		height:140px;
	}
	.item-img {
		height: 90px;
		overflow: hidden;
	}
	.itemtxt1 {
		font-size: 14px;
		margin-top: 8px;
		white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
	}
	.itemtxt2 {
		font-size: 12px;
	}
	.activity-forward {
		width: 50%;
		height: 90px;
		line-height: 90px;
		
	}
	.forward-txt {
		font-size: 12px;
	}
	.footerapp-content {
		display: block;
	}
	.footer-content {
		display: none;
	}
	.wrap-header {
		display: none;
	}
	.wrap-headerapp {
		display: block;
	}
}