* {
	margin: 0;
	padding: 0;
}

a,
area {
	outline: none;
	blr: expression(this.onFocus=this.blur())
}

a {
	text-decoration: none;
	cursor: pointer
}

a:hover {
	text-decoration: underline;
	outline: none
}

a.ie6:hover {
	zoom: 1
}

a:focus {
	outline: none
}

a:hover,
a:active {
	outline: none
}

:focus {
	outline: none
}

input {
	outline: none;
}

body {
	overflow-y: scroll;
}

ul,
ol,
dl {
	list-style-type: none
}

.fl {
	float: left;
}

.fr {
	float: right;
}

#banner {
	position: relative;
}

.gray .nav-search .my {
	background-image: url(../images/user-gray.png);
}

.white .nav-search .my {
	background-image: url(../images/user-white.png);
}

.gray .nav-search .cart {
	background-image: url(../images/shopping-cart-gray.png);
}

.white .nav-search .cart {
	background-image: url(../images/shopping-cart-white.png);
}

.swiper-container {
	z-index: 1;
}

.swiper-slide {
	background-position: 50% 0;
}

.swiper-slide a {
	display: block;
	height: 600px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 24px;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-width: 2px;
	border-style: solid;
	opacity: 1;
}

.gray .swiper-pagination-bullet {
	border-color: #666;
	background-color: #666;
}

.gray .swiper-pagination-bullet-active {
	background-color: transparent;
}

.white .swiper-pagination-bullet {
	border-color: #fff;
	background-color: #fff;
}

.white .swiper-pagination-bullet-active {
	background-color: transparent;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

/* topNav */
.topNav {
	width: 100%;
	height: 40px;
	background-color: #282828;
}

.topNav-main {
	width: 1260px;
	height: 40px;
	line-height: 40px;
	color: #b0b0b0;
	font-size: 12px;
	margin: 0 auto;
}

.topNav-main-1,
.topNav-main-2 {
	display: block;
	float: left;
	padding-left: 22px;
	margin-left: 20px;
}

.topNav-main-1 {
	background: url(../images/topNav-1.png) left center no-repeat;
}

.topNav-main-2 {
	background: url(../images/topNav-2.png) left center no-repeat;
}

.topNav-main a {
	color: #b0b0b0;
}

/* nav */
.nav {
	width: 100%;
	height: 90px;
	border-bottom: 4px solid #ededed;
}

.nav-main {
	width: 1260px;
	height: 90px;
	line-height: 90px;
	margin: 0 auto;
}

.nav-main-logo {
	width: 200px;
	height: 90px;
	float: left;
}

.nav-main-list {
	height: 90px;
	float: right;
	position: relative;
}

.nav-main-list li {
	width: 160px;
	float: left;
	margin-top: 32px;
	font-size: 16px;
}

.nav-main-list a {
	text-align: center;
	display: block;
	color: #3c3c3c;
	width: 100px;
	height: 34px;
	line-height: 34px;
	font-weight: 400;
}

.nav-main-list a:hover {
	color: #0097e7;
	text-decoration: none;
}

.nav-main-list li .on {
	text-align: center;
	border-radius: 25px;
	-moz-border-radius: 25px;
	/* 老的 Firefox */
	width: 100px;
	height: 34px;
	line-height: 34px;
	background-color: #0097e7;
	color: #ffffff;
}

.nav-main-list li .on:hover {
	color: #ffffff;
}

.service-kefu {
	display: none;
	position: absolute;
	top: 90px;
	right: 60px;
	width: 400px;
	height: 418px;
	box-shadow: 0 0 10px #b5b5b5;
	border: 1px solid #f2f2f2;
	background: url(../images/kefu.png) no-repeat;
	z-index: 99;
}
/* content */
.content{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0;
	clear: both;
}
/* topGame */
.topGame-box {
	float: left;
	width: 388px;
	height: 380px;
	margin-bottom: 14px;
	background-color: #f4f5f4;
	transition: box-shadow 0.4s;
}

.topGame-box-space {
	margin-left: 6px;
	margin-right: 6px;
}

.topGame-box-img {
	width: 388px;
	height: 260px;
	overflow: hidden;
}

.topGame-box-img img {
	cursor: pointer;
	transition: all 0.4s;
}

.topGame-box-img img:hover {
	transform: scale(1.2);
}

.topGame-box-text {
	font-size: 16px;
	color: #3c3c3c;
}

.topGame-box-text ul {
	padding: 14px 20px;
}


.topGame-box-btn {
	margin: 0 auto;
	width: 94%;
	height: 40px;
}

.topGame-box-btn .game-mo,
.topGame-box-btn .game-pc {
	display: block;
	transition: background 0.4s;
	width: 110px;
	height: 40px;
	line-height: 40px;
	padding-left: 66px;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	/* 老的 Firefox */
}

.topGame-box-btn .game-mo {
	float: left;
	background: #3eacf8 url(../images/game-mo.png) 26px center no-repeat;
}

.topGame-box-btn .game-pc {
	float: right;
	background: #1dd27d url(../images/game-pc.png) 26px center no-repeat;
}

.topGame-box-btn .game-mo:hover {
	background: #5a5a5a url(../images/game-mo.png) 26px center no-repeat;
	text-decoration: none;
}

.topGame-box-btn .game-pc:hover {
	background: #5a5a5a url(../images/game-pc.png) 26px center no-repeat;
	text-decoration: none;
}
/* footer */
.footer {
	width: 100%;
	height: auto;
	clear: both;
	background-color: #282928;
	color: #999999;
	font-size: 12px;
}
.footer a{
	color: #8CA0AE;
}
.footer-main {
	width: 1260px;
	height: 80px;
	padding: 50px 0;
	margin: 0 auto;
}

.footer-logo {
	float: left;
	width: 202px;
	height: 80px;
}

.footer-info {
	float: left;
	padding: 0 20px;
	text-align: left;
	line-height: 20px;
	margin-top: 12px;
}

.footer-ico {
	float: left;
	width: 210px;
	height: 80px;
}


.service{
	width:100%;
	height: 1200px;
	padding: 80px 0;
	background: url(../images/service-bg.png) top center no-repeat;
}
.service-box{
	width: 800px;
	height: 1200px;
	clear: both;
	background-color: #FFFFFF;
	margin: 0 auto;
}
.service-code{
	width: 400px;
	height: 418px;
	margin: 0 auto;
	padding: 90px 0 60px 0;
}
.service-kefu{
	display: none;
	position: absolute;
	top:90px;
	right: 60px;
	width: 400px;
	height: 418px;
	box-shadow: 0 0 10px #b5b5b5;
	border: 1px solid #f2f2f2;
	background: url(../images/kefu.png) no-repeat;
	z-index: 99;
}
.service-title{
	width: 600px;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	background-color: #f3f3f3;
	margin: 0 auto;
	clear: both;
}
.service-title h2{
	font-size: 24px;
	font-weight: 400;
}
.service-title h2::before{
	content: '';
	font-size: 18px;
	padding: 0 0 0 14px;
	border-left: 3px solid #0097E7;
}
.service-title span{
	font-size: 16px;
}
.service-text{
	width: 620px;
	margin: 0 auto;
	clear: both;
	font-size: 14px;
	padding: 20px 6px;
}
/* 游戏下载页面 */
.page{
	width: 100%;
	height: auto;
	padding: 50px 0;
	background-color: #f0f0f0;
}
.gameInfoLeft{
	width: 926px;
	height: auto;
	margin: 0 auto;
}
.gameInfoHead{
	width: 866px;
	height: 160px;
	padding: 30px;
	background-color: #FFFFFF;
}
.gameInfoHead-icon{
	width: 160px;
	height: 160px;
}
.gameInfoHead-icon img{
	width: 100%;
	height: 100%;
}
.gameInfoHead-text{
	padding-left: 24px;
}
.gameInfoHead-text h2{
	padding-top: 8px;
	font-size: 26px;
}
.gameInfoHead-text p{
	padding-top: 8px;
	font-size: 16px;
	color: #aaaaaa;
}
.gameInfoHead-down{
	width: 360px;
	height: 122px;
	margin-top: 20px;
}
.gameInfoHead-down .code-bg{
	width: 154px;
	height: 122px;
	position: relative;
	background: url(../images/code-bg.png) no-repeat;
}
.gameInfoHead-down .code-img{
	width: 108px;
	height: 108px;
	position: absolute;
	top: 7px;
	right: 7px;
}
.gameInfoHead-down .code-img img{
	width: 100%;
	height: 100%;
}
.gameInfoHead-down .link-pc,.gameInfoHead-down .link-phone{
	display: block;
	text-align: center;
	font-size: 18px;
	margin-left: 30px;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	/* 老的 Firefox */
	color: #FFFFFF;
	clear: both;
}
.gameInfoHead-down .link-pc{
	background-color: #f88954;
	margin-top: 16px;
}
.gameInfoHead-down .link-phone{
	background-color: #0097e7;
}
.gameInfoHead-down .link-pc:hover,.gameInfoHead-down .link-phone:hover{
	text-decoration: none;
}
.gameInfoAll{
	width: 866px;
	height: auto;
	padding: 30px;
	margin-top: 20px;
	font-size: 18px;
	line-height: 30px;
	background-color: #FFFFFF;
}
.gameInfoAll h2{
	font-size: 22px;
	padding-bottom: 20px;
}
.gameInfoAll img{
	margin: 14px 0;
}