/*头部开始*/
#html .header{
	width:100%;
	background:#FFFFFF;
	border-bottom:1px solid #F2F2F2;
	position: fixed;
	top:0;
	left:0;
	z-index:999;
}
#html .header .toplogo{
	margin-left:3%;
	padding:15px 0;
	height:34px;
}
#html .logo{
	width:auto;
}
#html .header .toplogo em{
	margin-left: 8px;
	margin-top:4px;
	color:#1EADC2;
	cursor:default;
	font-size: 16px;
}
#html .header .toplink{
	height:100%;
	width:45%;
	text-align: center;
	vertical-align:middle;
	padding-left:10%;
}
#html .header .toplink li{
	width:20%;
	height:100%;
	margin-left:3%;
	line-height: 65px;
}
#html .header .toplink li a{
	color:#808080;
	/*font-size:1rem;*/
}
#html .header ul.toplink li a,.header .toplogin a{
	font-size:14px;
}
#html .header .toplogin{
	padding-right:3%;
}
#html .header .toplogin a{
														/*ml值使用百分比无效*/
	margin-left:30px;
	color:#808080;
	line-height: 64px;
}
/*头部结束*/
/*底部开始*/
#html .footer{
	width:100%;
	background:#303030;
	padding:10px 0;
}
#html .footer .state{
	width:80%;
	overflow:hidden;
	margin:0 auto 0;
	padding-top:2%;
	padding-left:2%;
}
#html .footer .state div.statebox{
	float:left;
	width:30%;
	margin-right:3%;
}
#html .footer .state div p,.footer .state div ul li{
	text-align: center;
}
#html .footer .state div p{
	font-size:16px;
	color:#A9A9A9;
	cursor:default;
}
#html .footer .state div ul{
	padding-top:30px;
}
#html .footer .state div ul li{
	padding-bottom:20px;
}
#html .footer .state div ul li a{
	display:inline-block;
	height:100%;
	margin:0 auto;
	color:#F2F2F2;
	font-size:14px;
}
#html .footer .state div ul .weibo span div.linkimg,.footer .state div ul .weixin span div.linkimg{
	display:inline-block;
	height:13px;
	width:16px;
}
#html .footer .state div ul .weibo span div img,.footer .state div ul .weixin span div img{
	height:100%;
	width:100%;
}
#html .footer .state div ul .weibo span a,.footer .state div ul .weixin span a{
	cursor: pointer;
}
#html .footer .copyright{
	font-size:14px;
	text-align: center;
	color:#A9A9A9;
	line-height:20px;
	margin:1% auto 2%;
	cursor:default;
	padding:0 3%;
}
/*底部结束*/
#html .toTop{
	height:50px;
	width:50px;
	position: fixed;
	bottom:5%;
	right:3%;
	cursor: pointer;
	z-index:999;
	display: none;
}
#html .code{
	display:none;
}
#html .header .toplink li a,.header .toplogin a,/*.footer .state div ul li a,*/.header .mobiletop .dropbox li a,.mainer .leaguesbox .navwrap div ul li a{
	transition:all 0.5s ease-in-out 0s;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	-ms-transition:all 0.5s ease-in-out 0s;
}
#html .header .toplink li a:hover,.header .toplogin a:hover,/*.footer .state div ul li a:hover,*/.header .mobiletop .dropbox li a:hover,.mainer .leaguesbox .navwrap div ul li a:hover{
	color:#4169E1;
	transition:color 1s linear 0;
	-webkit-transition:color 1s linear 0;
	-moz-transition:color 1s linear 0;
	-ms-transition:color 1s linear 0;
}
#html .header .toplink li a.current{
	color:#4169E1;
}
#html .header .mobiletop{
	position:absolute;
	top:0;
	right:0;
	width:15%;
	display:none;
}
#html .header .mobiletop .dropdown{
	padding-top: 20px;
}
#html .header .mobiletop .dropdown img{
	height:20px;
	width:auto;
	display: block;
	margin:auto;
	cursor: pointer;
}
#html .header .mobiletop .dropbox{
	border-left:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#ffffff;
	display:none;
	position:absolute;
	right:0;
	top:64px;
	width:180%;
}
#html .header .mobiletop .dropbox li{
	height:40px;
	line-height: 40px;
	border-top:1px solid #eeeeee;
	padding:0 15%;
	text-align: center;
}
#html .header .mobiletop .dropbox li a{
	color:#808080;
}
.footer .copyright>a {
    color: #a9a9a9;
}
@media screen and (max-width:768px){
	#html .header{
		position:relative;
	}
	#html .header .toplink,.header .toplogin{
		display: none;
	}
	#html .header .mobiletop{
		display: block;
	}
	#html .header .toplogo{
		margin-left:3%;
	}
	#html .footer .state div ul .weibo span img,.footer .state div ul .weixin span img{
		height:auto;
		width:1.3rem;
	}
	#html .weixincode{
		width:60%;
		height:auto;
	}
}
@media screen and (max-width:640px){
	#html .weixincode{
		padding-top:10%;
	}
}
@media screen and (max-width:550px){
	#html .header .mobiletop .dropbox{
		width:240%;
	}
}
@media screen and (max-width:420px){
	#html .weixincode{
		padding-top:30%;
	}
}

/*兼容原网页*/
#html .header{
	padding:0;
	height:auto;
}
#html .kPad{
	padding:0;
}
#html .footer{
	max-width:100%;
}