@charset "utf-8";
body{
	background: #fff;
	min-width: 1200px;
}
.w1200{
	width: 1300px;
	margin: 0 auto;
}
.nav{
	height: 102px;
	background: -webkit-linear-gradient(left, #c89cff, #9cdfff);
    background: -o-linear-gradient(right, #c89cff, #9cdfff);
    background: -moz-linear-gradient(right, #c89cff, #9cdfff);
    background: linear-gradient(to right, #c89cff, #9cdfff);
}
.nav a{
	height: 38px;
	margin-right: 70px;
	padding: 0 20px;
	display: block;
	line-height: 38px;
	margin-top: 32px;
	border: solid 1px rgba(255,255,255,0);
	float: left;
	border-radius: 8px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
}
.nav a:hover,.nav a.active{
	border: solid 1px #fff;	
}
.footer{
	padding: 24px;
	background: #000;
}
.footer a{
	color: #fff !important;
}
.footer p.txt{
	font-size: 18px;
	color: #fff;
	padding: 20px 0 0;
	text-align: center;
}
.logo-txt {
	width: 816px;
	line-height: 87px;
	margin: 15px auto 0;
	font-size: 18px;
	color: #fff;
}
.logo-txt img{
	float: left;
	margin-right: 20px;
	
}
/**/
.title{
	padding: 30px 0;
}
.title span{
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 24px;
	background: #fff;
	display: inline-block;
	font-size: 18px;
	border-radius: 40px;
	border:solid 1px #ab55f9;
	color: #ab55f9;
}
.list{
	overflow: hidden;
}
.list ul{
	width: 1330px;
}
.list ul li{
	width: 300px;
	margin-right: 30px;
	float: left;
}
.list-b{
	padding: 20px 0;
}
.game-img {
	width: 300px;
	height: 300px;
	display: block;
	overflow: hidden;
}
.game-img img{
	width: 100%;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	-ms-transition: all 0.35s;
	transition: all 0.35s;
}
.game-img img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.game-name{
	height: 24px;
	line-height: 24px;
	color: #333333;
	font-weight: bold;
	float: left;
	font-size: 18px;
}
.list-b a {
	padding: 0 24px;
	height: 32px;
	line-height: 32px;
	border-radius: 40px;
	float: right;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	background: #0064ff;
}
.list-b a:hover{
	opacity: 0.8;
	color: #fff;
}
.list-b a.game-download{
	margin-right: 24px;
	background: #d84016;
}
/*detail*/
.detail-banner{	
	overflow: hidden;
}
.detail-banner img{
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.detail-w1-l{
	width: 860px;
	float: left;
	margin-right: 30px;
}
.detail-w1-r{
	width: 310px;
	float: right;
}
.detail-w1-r a.game-download{
	width: 310px;
	height: 78px;
	background: #376c98;
	display: block;
	font-size: 24px;
	color: #FFF;
	line-height: 78px;
	text-align: center;
	margin-top: 48px;
	text-decoration: none;
}
.detail-title{
	height: 78px;
	line-height: 78px;
	font-size: 24px;
	color: #fff;
	background: #87a7c1;
	padding: 0 20px;
	margin-top: 20px;
}
.detail-desc{
	min-height: 340px;
	padding: 20px;
	background: #376c98;
	box-sizing: border-box;
	font-size: 24px;
	color: #ffffff;
	line-height: 40px;
}
.detail-w2{
	overflow: hidden;
	padding:40px 0;
}
.detail-w2 ul{
	width: 1230px;
}
.detail-w2 ul li{
	float: left;
	margin-right: 30px;
}
/*about*/
.about-left{
	width: 284px;
	margin-right: 30px;
	float: left;
}
.about-left ul li{
	width: 284px;
	height: 87px;
	line-height: 87px;
	font-size: 18px;
	color: #666666;
	text-align: center;
	margin-bottom: 50px;
	cursor: pointer;
}
.about-left ul li:last-child{
	margin-bottom: 0;
}
.about-left ul li.active{
	background: #f5f5f5;
	color: #333;
}
.about-right{
	min-height: 810px;
	overflow: hidden;
	background: #f5f5f5;
	padding: 30px;
	box-sizing: border-box;
	display: none;
}
.about-right h3{
	text-align: center;
	font-size: 18px;
	color: #666666;
	padding: 30px 0;
}
.about-right p{
	font-size: 18px;
	color: #666666;
	line-height: 36px;
}
.about-right p.pdt40{
	padding-top: 40px;
}
.care-title{
	font-size: 35px;
	color: #647384;
	font-weight: bold;
	text-align: center;
}
.care-txt1{
	height: 40px;
	line-height: 40px;
	font-size: 23px;
	color: #647384;
	padding-left: 30px;
	position: relative;
	margin: 10px 0;
}
.care-txt1:after{
	width: 18px;
	height: 18px;
	background: #647384;
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 12px;
}
.care-txt2{
	font-size: 18px;
	color: #647384;
	margin-bottom: 20px;
}
.care-txt3{
	font-size: 23px;
	color: #FF2970;
	font-weight: bold;
	margin-bottom: 20px;
}
.pay-left{
	width: 284px;
	height: 810px;
	margin-right: 30px;
	float: left;
	background: #a1d8ff;
	padding-top: 80px;
	box-sizing: border-box;
}
.pay-left ul li{
	width: 284px;
	height: 87px;
	line-height: 87px;
	background:#f5f5f5;
	font-size: 18px;
	color: #e25252;
	text-align: center;
	cursor: pointer;
}

.pay-right{
	overflow: hidden;
	padding: 30px;
	box-sizing: border-box;
}
.pay-title{
	padding: 20px 0;
	border-bottom: dashed 1px #c9c9c9;
}
.pay-title p{
	color: #d90000;
	font-size: 18px;
	float: left;
}
.pay-title span{
	float:right;
	color: #333;
	font-size: 18px;
}
.pay-title span a{
	color: #2d99e5;
	text-decoration: none;
}
.pay-select{
	font-size: 18px;
	color: #333;
	padding: 30px 0 50px;
}
.pay-select select{
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: #2d99e5;
	color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	margin-right: 60px;
}
.pay-list{
	font-size: 18px;
	color: #333;
}
.pay-list span{	
	float: left;
}
.pay-list ul{
	width: 540px;
	overflow: hidden;
	border-top: solid 1px #333333;
	border-left: solid 1px #333333;
}
.pay-list ul li{
	width: 108px;
	height: 70px;
	line-height: 70px;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	box-sizing: border-box;
	float: left;
	font-size: 18px;
	text-align: center;
}
.pay-list ul li.active{
	background: url(images/list_icon.png) no-repeat;
	border-color: #2d99e5;
}
.pay-desc{
	font-size: 18px;
	color: #333;
	padding: 30px 90px;
}
.pay-desc i{
	color: #d90000;
	font-style: normal;
}
.pay-desc span{
	color: #2d99e5;
	margin-left: 50px;
}
.pay-desc a{
	color: #2d99e5;
	text-decoration: none;
	margin-left: 10px;
}
.pay-btn{
	width:275px;
	height: 73px;
	line-height: 73px;
	margin-left: 90px;
	background: #ff9102;
	display: block;
	text-decoration: none;
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}
.pay-info{
	padding: 60px 0;
	font-size: 18px;
	color: #666666;	
	border-top: dashed 1px #c9c9c9;
}
.mask{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.6;
	z-index: 2;
	display: none;
}
.login,.register{
	width: 460px;
	height: 565px;
	background: #fff;
	border-radius: 16px;
	padding: 40px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -322px 0 0 -270px;
	z-index: 3;
	display: none;
}
.register{
	width: 480px;
	height: 615px;
	padding: 30px 30px 0;
}
.close-btn{
	width: 44px;
	height: 44px;
	display: block;
	background: url(images/close_icon.png) no-repeat;
	position: absolute;
	top: -22px;
	right: -64px;
}
.popup-title{
	font-size: 24px;
	margin-bottom: 20px;
}
.popup-input{
	width: 100%;
	height: 80px;
	line-height: 80px;
	margin-bottom: 30px;
}
.register .popup-input{
	height: 60px;
	line-height: 60px;
	margin-bottom: 20px;
}
.popup-input input{
	width: 100%;
	height: 100%;
	font-size: 24px;
	padding: 0 20px;
	box-sizing: border-box;
}
.register .popup-input input{
	font-size: 20px;
}
.popup-btns{
	font-size: 16px;
}
.popup-btns input{
	vertical-align: middle;
	margin-right: 4px;
}
.popup-btns a{
	color: #0da1f6;
}
.forget-btn{
	float: right;
	color: #333;
	text-decoration: none;
}
.login-data{
	width: 100%;
	height: 66px;
	display: block;
	background: -webkit-linear-gradient(left, #f0bc24, #f55126);
    background: -o-linear-gradient(right, #f0bc24, #f55126);
    background: -moz-linear-gradient(right, #f0bc24, #f55126);
    background: linear-gradient(to right, #f0bc24, #f55126);
    margin: 50px 0;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 66px;
}
.register .login-data{
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin: 20px auto;
}
.register .pay-desc{
	padding: 0;
}
