html,body{
	height: initial;
	overflow: initial;
}
ul,li{
	list-style: none;
	margin: 0
}
.w-megagame-cont{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.w-megagame-header{
	overflow: hidden;
}
.w-megagame-header .w-header-logo img{
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-top: 7px
}
.w-megagame-header .w-megagame-list{
	float: right;
	text-align: right;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
}
.w-megagame-header .w-megagame-list li{
	display: inline-block;
	margin: 0 10px
}
.w-megagame-header .w-megagame-list li:last-child{
	margin-right: 0
}
.w-megagame-header .w-megagame-list li a{
	font-size: 18px;
	color: #333;
	display: block;
	width: 100%;
	height: 100%;
}
.w-megagame-header .w-megagame-banner{
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: rgba(0,0,0,0.3);
}
.w-megagame-header .w-megagame-banner img{
	display: inline-block;
	width: 100%;
}
.w-megagame-item{
	padding: 20px 0px
}
.w-megagame-item .w-megagame-title{
    font-size: 26px;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    text-align: center;
    padding: 30px 0 10px 0;
    background: url(/images/uccnIcon.png) no-repeat center;
    background-position-y: 6px;
}
.w-megagame-neir p{
	margin-bottom: 0
}
.w-megagame-item .w-megagame-title:before{
	content: '';
	position: absolute;
	width: 3px;
	height: 24px;
	border-radius: 2px;
	left: 0;
	top: 52%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.w-megagame-item .w-megagame-neir{
	font-size: 16px;
	color: #000
}
.w-megagame-item .w-megagame-neir img{
	max-width: 100%;
}
.w-footer{
    text-align: center;
    background: #333;
    color: #FFF;
    padding: 20px 0;
    font-family: '微软雅黑';
}
.w-footer #footlogo{
	width: 22px;
	height: 22px;
	border-radius: 50%;
	margin-right: 7px;
}
.w-footer .w-czhd-logo{
    margin-right: 4px;
    width: 30px;
    position: relative;
    top: -1px;
}

@media screen and (max-width: 641px) {
	.w-megagame-cont {
		width: 100%
	}
	.w-megagame-cont .w-megagame-list li{
		display: none
	}
	.w-megagame-cont .w-megagame-list li.w-active{
		display: inline-block;
		margin-right: 10px
	}
	.w-megagame-cont .w-megagame-list li.w-active a{
		font-size: 16px
	}
	.w-megagame-header .w-megagame-banner img{
		min-height: initial;
	}
	.w-megagame-header .w-amxiala-phone .am-menu-toggle{
		color: #928d8d;
	    top: 8px;
	    border-radius: 4px;
	    box-shadow: 0 0 1px #a2a0a0;
	}
}