body {
	background: #181818;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #fff;
}
img {
	width: 100%;
}
.header {
	color: #fff;
	width: 100%;
	height: 1.48rem;
	text-align: center;
	padding: 0.4rem 0.39rem 0.2rem 0.52rem;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #D5B770;
	background: url(../images/h_bg.jpg) no-repeat center top;
	background-size: cover;
}
.header .logo {
	width: 4.95rem;
	float: left;
}
.header .hImg {
	float: right;
	width: 2.55rem;
}
#main {
	padding: 0.1rem 0.12rem;
}
.tabUl {
	margin-bottom: 0.15rem;
}
.tabUl li {
	width: 2.35rem;
	float: left;
	margin-right: 0.12rem;
}
.tabUl li:last-child {
	margin-right: 0;
}
.tabUl li a {
	display: block;
	text-align: center;
	background-color: #252525;
	border-radius: 3px;
	padding: 0.32rem 0.2rem 0.2rem;
	position: relative;
}
.tabUl li a:hover:before,
.tabUl li.on a:before {
	content:"";
	position: absolute;
	bottom: -0.19rem;
	left: 1.1rem;
	width: 0.2rem;
	height: 0.2rem;
	background: url(../images/icon01.png) no-repeat center top;
	background-size: 0.2rem auto;
}
.tabUl li span {
	display: block;
	font-size: 0.4rem;
	padding-top: 0.65rem;
}
.tabUl li.on a{
	background-color: #D5B770;
	color: #37321c;
}
.tabUl .li01 a span {
	background: url(../images/img01.png) no-repeat center top;
	background-size: auto 0.56rem;
}
.tabUl .li01.on a span {
	background: url(../images/img01_over.png) no-repeat center top;
	background-size: auto 0.56rem;
}
.tabUl .li02 a span {
	background: url(../images/img02.png) no-repeat center top;
	background-size: auto 0.56rem;
}
.tabUl .li02.on a span{
	background: url(../images/img02_over.png) no-repeat center top;
	background-size: auto 0.56rem;
}
.tabUl .li03 a span {
	background: url(../images/img03.png) no-repeat center top;
	background-size: auto 0.56rem;
}
.tabUl .li03.on a span {
	background: url(../images/img03_over.png) no-repeat center top;
	background-size: auto 0.56rem;
}
.tabUl .li04 a span {
	background: url(../images/img04.png) no-repeat center top;
	background-size: auto 0.56rem;
}
.tabUl .li04.on a span {
	background: url(../images/img04_over.png) no-repeat center top;
	background-size: auto 0.56rem;
}
.mb0 {
	margin-bottom: 0 !important;
}
.speedlist {
	margin-bottom: 0.45rem;
}
.speedlist li {
	 *zoom:1;
	 margin-bottom:.23rem;
	overflow: hidden;
	zoom: 1;
}
.speedlist li .icon01 {
	margin: 0.25rem 0.3rem 0 0;
	width: 0.33rem;
	float: left;
}
.speedlist li .icon02 {
	margin: 0.2rem 0.2rem 0 0;
	width: 0.7rem;
	float: left;
}
.speedlist .ms {
	float: left;
	font-size:.37rem;
	height:.84rem;
	line-height:.84rem;
	width: 1.35rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius:.11rem;
	background: #171717;
	margin-right:.28rem;
	color: #00fe36;
}
.speedlist .url {
	margin-right: 0.25rem;
	width:3.95rem;
	float: left;
	display: block;
	font-size:.40rem;
	height:.84rem;
	line-height:.84rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius:.11rem;
	background: #171717;
	color: #999;
	text-align: left;
	padding-left: .3rem
}
.speedlist .btn-open {
	width: 2.45rem;
	float: left;
	font-size:.35rem;
	height:.84rem;
	line-height:.84rem;
	display: block;
	text-align: center;
}
.speedlist .btn-open a {
	background: url(../images/btn.png) no-repeat center top;
	background-size: 2.45rem auto;
	display: block;
	color: #181818;
}
.speedlist .btn-open a:hover {
	background: url(../images/btn_over.png) no-repeat center top;
	background-size: 2.45rem auto;
	color: #fff;
}
.tabBox {
	padding: 0.35rem 0.25rem 0.15rem;
	background: #252525;
	border-radius: 3px;
}
.tabBox .ttl {
	margin-bottom: 0.16rem;
	width: 3.35rem;
}
.ulLink {
	margin-top: 0.15rem;
}
.ulLink li {
	width: 2.34rem;
	margin-right:0.12rem;
	float: left;
}
.ulLink li:last-child {
	margin-right: 0;
}
.ulLink li a {
	display: block;
	background-color: #282828;
	border-radius: 3px;
	padding: 0.2rem 0.1rem;
	text-align: center;
}
.ulLink li:last-child {
	margin-right: 0;
}
.ulLink li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.06rem;
	width: 0.4rem;
}
.ulLink li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.35rem;
}
.ulLink li a:hover {
	background-color: #ffd053;
}
.gameUl {
	border: 1px solid #373737;
	border-bottom: none;
	border-radius: 5px;
	overflow: hidden;
}
.gameUl li {
	width: 32%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #373737;
	border-bottom: 1px solid #373737;
}
.gameUl li:nth-child(3n+2) {
	width: 36%;
}
.gameUl li a {
	padding: 0.45rem 0 0.3rem;
	display: block;
	background: #252525;
}
.gameUl li.more a span {
	color: #666 !important;
}
.gameUl li:nth-child(3n) {
	border-right: none;
}
.gameUl li a img {
	width: 1.75rem;
	height: auto;
}
.gameUl li span {
	margin-top: 0.06rem;
	color: #ccc;
	display: block;
}
.gameUl li a:hover span {
	color: #fdf353;
}
.tabBox03 .gameUl li a {
	padding-bottom: 0.4rem;
}
.tabBox03 .gameUl li img {
	width: 1.07rem;
}
.tabBox02,
.tabBox03 {
	padding: 0;
}
.tabBox04 {
	padding: 0.7rem 0.75rem 0.55rem;
}
.tabBox04 .title {
	margin: 0 auto 0.54rem;
	width: 5.32rem;
}
.tabBox04 .item {
	width: 3.72rem;
	float: left;
	position: relative;
}
.tabBox04 .item:last-child {
	float: right;
}
.tabBox04 .item ul {
	width: 2.96rem;
	position: absolute;
	left: 0.39rem;
	top: 0.8rem;
}
.tabBox04 .item li {
	margin-bottom: 0.2rem;
}
.tabBox04 .item li span {
	margin-top: 0.12rem;
	display: block;
	text-align: center;
	color: #c0c0c0;
	font-size: 0.35rem;
}
.tabBox04 .item li span img {
	margin: -0.1rem 0.1rem 0 0;
	width: 0.36rem;
	display: inline-block;
	vertical-align: middle;
}

#footer {
	padding: 0.3rem 0 0.3rem;
}
#footer p {
	text-align: center;
	color: #666666;
	font-size: 0.35rem;
}
