.announcement{
	height: 30px;
	width: 100%;
}
.notice-icon{
	background-image: url(../img/icon-notice.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size:20px;
	display: inline-block;
	width: 9%;
	height: 30px;
}
.notice-txt{
	display: inline-block;
	width: 89%;
}
.notice{
	font-size: 1.6rem;
	color: #fff;
	line-height: 30px;
}
#game{
	width: 100%;
}
.pjly{
	width: 100%;
}
.pjly-box{
	width: 98%;
	margin: 10px auto;
	text-align: center;
	display: block;
	padding: 6px;
	box-sizing: border-box;
	border-radius: 4px;
}
.pjly-box img{
	max-width: 100%;
	vertical-align: bottom;
}
.pjly-icon{
	display: inline-block;
	height: 80px;
	margin-right: 10px;
	vertical-align: bottom;
}
.pjly-icon img{
	height: 100%;
}
.pjly-name{
	display: inline-block;
	line-height: 80px;
	font-size: 2rem;
}
.game-box li{
	width: 33.33%;
	float: left;
}
.game{
	width: 94%;
	margin: 0 auto;
	display: block;
	padding:6px;
	border-radius: 4px;
	box-sizing: border-box;
}
.game-icon{
	width: 100%;
	text-align: center;
	margin-bottom:10px;
}
.game-icon span{
	display: inline-block;
	height: 80px;
}
.game-icon span img{
	height: 100%;
}
.game-name{
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
.other{
	width: 100%;
	padding-bottom: 66px;
}
.other li{
	width: 100%;
	margin-bottom: 10px;
}
.other-box{
	width: 98%;
	margin: 0 auto;
	display: block;
	height: 40px;
	border-radius: 4px;
	background-image: url(../img/Right.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px; 
}
.other-box span{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-position:center;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
.other-box p{
	display: inline-block;
	font-size: 1.6rem;
	color: white;
	line-height: 40px;
}
/*个人中心*/

#user{
	width: 100%;
	padding: 10px 0;
}
.head-photo{
	width: 80px;
	height: 80px;
	margin: 6px auto;
	border: 2px solid white;
	border-radius: 50%;
	overflow: hidden;
}
.head-photo img{
	width: 100%;
}
.phone{
	width: 100%;
	font-size: 1.6rem;
	color: white;
	text-align: center;
}
.belance{
	width: 100%;
	font-size: 1.6rem;
	color: white;
	text-align: center;
	margin-bottom: 10px;
}
.belance i{
	color: yellow;
	font-weight: bold;
	margin: 0 2px;
}
.common{
	width: 98%;
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 4px;
}
.common li{
	width: 50%;
	float: left;
}
.common li:first-of-type{
	border-right: 1px solid #999;
	box-sizing: border-box;
}
.common li a{
	display: block;
	margin:0 auto;
}
.common-icon{
	height: 60px;
	text-align: center;
}
.common-icon img{
	height: 100%;
}
.common p{
	font-size: 1.4rem;
	color: white;
	line-height: 30px;
	text-align: center;
}
.common i{
	color: yellow;
	font-weight: bold;
	margin: 0 2px;
}
/*客服中心*/
.contact{
	width: 100%;
	margin-top: 20px;
	padding: 10px 0;
	border-radius: 4px;
}
.code{
	width: 100%;
}
.code-img{
	width: 50%;
	margin: 0 auto;
}
.code-img img{
	width: 100%;
}
.code p{
	font-size: 1.4rem;
	color: white;
	line-height: 30px;
	text-align: center;
}
.survice-phone{
	font-size: 1.6rem;
	color: white;
	line-height: 40px;
	text-align: center;
	margin-top: 10px;
	border-radius: 4px;
}
.survice-phone a{
	display: block;
	color: white;
	line-height: 40px;
	height: 40px;
}
