@charset "utf-8";
body{
	min-width: 1200px;
	margin: 0 auto;
}
.w1150{
	width: 1150px;
	margin: 0 auto;
}
.nav{
	width: 1200px;
	height: 58px;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}
.nav a{
	float: left;
	margin-right: 100px;
}
.nav ul{
	float: left;
}
.nav ul li{
	width: 156px;
	height: 58px;
	font: bold 20px/58px "微软雅黑";
	color: #fff;
	text-align: center;
	float: left;
	cursor: pointer;
}
.nav ul li a{
	width: 156px;
	height: 58px;
	display: block;
	color: #fff;	
	text-decoration: none;
	font-weight: bold;
}
.nav ul li.active,.nav ul li:hover{ 
	background: rgba(139,135,130,0.6);
}
.nav ul li.active, .nav ul li.active a,.nav ul li:hover,.nav ul li a:hover{ 
	color: #333333;
}
.header{
	width: 100%;
	height: auto;
	background: url(images/banner.jpg) no-repeat bottom center;
	position: relative;
}

.header-next{
	width: 60px;
	height:34px;
	margin: 0 auto;
	position: absolute;
	bottom: 55px;
	left: 0;
	right: 0;
}
.floor1{
	height: 702px;
	padding-top: 140px;
	box-sizing: border-box;
	background: url(images/game_bg.png) no-repeat;
}
.title{
	height: 36px;
	line-height: 36px;
	font-size: 35px;
	color: #494848;
	background: url(images/title_bg.png) no-repeat center center;
	text-align: center;
	margin-bottom: 76px;
}
.floor1-c{
	width: 1100px;
	margin: 36px auto 0;
	padding: 36px 26px;
	border-radius: 4px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 1px 5px #b3b1b1;
}
.fc-left{
	width: 200px;
	float: left;
	text-align: center;
}
.fc-left img{
	display: block;
	margin: 0 auto;
}
.fc-left .download-btn{
	width: 146px;
	height: 46px;
	line-height: 46px;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	display: block;
	font-size: 18px;
	color: #fff;
	background: #003062;
	border-radius: 4px;
	margin-top: 15px;
}
.fc-right{
	width: 514px;
	float: right;
	overflow: hidden;
}
.fc-right-w{
	width: 534px;
}
.fc-right p{
	width: 160px;
	float: left;
	margin-right:18px;
}
.fc-center{
	overflow: hidden;
	padding: 0 24px;
}
.fc-f1{
	font-size: 20px;
	font-weight: bold;
	color: #59687b;
	text-align: left;
}
.fc-f1 a{
	text-decoration: none;
	color: #59687b;
}
.fc-f2{
	font-size: 16px;
	color: #59687b;
	text-align: left;
	margin-top: 10px;
}
.fc-f3{
	font-size: 14px;
	color: #59687b;
	text-align: left;
	margin-top: 15px;
}
.fc-f3 a{
	text-decoration: none;
	color: #59687b;
}
.floor2{
	height: 647px;
	padding-top: 140px;
	box-sizing: border-box;
	background: url(images/about_bg.png) no-repeat;	
}
.floor2-f1{
	font-size: 35px;
	color: #494848;
	position: relative;
	text-align: center;
}
.floor2-f1 span{
	font-size: 35px;
	color: #59687b;
}
.floor2-cont{
	width: 1200px;
	margin: 40px auto 0;
	font-size: 22px;
	color: #000000;
	line-height: 50px;
}
.floor3{
	height: 467px;
	padding-top: 140px;
	box-sizing: border-box;
	background: url(images/contact_bg.png) no-repeat;	
}
.floor3-cont{
	width: 1200px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 22px;
	color: #647384;
	line-height: 36px;
	text-align: center;
	margin:40px auto 0;
}
.floor3-cont-w{
	display: inline-block;
}
.floor3-cont p span.qq{
	width: 27px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/x-icon.png) no-repeat 0 0;
	margin: 0 10px;
}
.floor3-cont p span.email{
	width: 26px;
	height: 27px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/phone_icon.png) no-repeat;
	margin: 0 10px 0 80px;
}
.floor3-cont p span.wz{
	width: 27px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/x-icon.png) no-repeat;
	background-position: 0 -42px;
	margin: 0 10px;
}
/*footer*/
.footer{
	width: 100%;
	padding: 14px 0;
	background:#7b7e7f;
}
.footer p{
	line-height: 28px;
	color: #fff;
	font-size: 18px;
	text-align: center;	
}
/**/

.floor-pay{
	height: 900px;
	background: url(images/pay_bg.jpg) no-repeat top center;
	padding-top: 180px;
}
.pay-title{
	position: relative;
}
.pay-cont{
	height: 512px;
	background: #f4f5f5;
	margin-top: 40px;
	border: solid 1px #b9b8b8;
	border-radius: 4px;
	padding: 15px;
}
.pay-cont-t{
	display: inline-block;
	font-size: 24px;
	color: #545353;
	line-height: 30px;
	padding: 0 30px 0 15px;
	background: url(images/pay_icon.png) no-repeat right center;
	cursor: pointer;
}
.pay-wrap{
	height: 405px;
	border: solid 1px #dcdcdc;
	border-radius: 4px;
	margin-top: 15px;
	background: #ffffff;
	padding: 30px 60px;
}
.pay-wrap-t{
	font-size: 20px;
	color: #403f3f;
	font-weight: bold;
	margin-bottom: 38px;
}
.pay-text{
	margin-bottom: 18px;
}
.pay-text-l{
	width: 140px;
	height: 32px;
	line-height: 32px;
	float: left;
	font-size: 16px;
	color: #373636;
	text-align: right;
}
.pay-method .pay-text-l{
	height: 40px;
	line-height: 40px;
}
.pay-text-c{
	float: left;
	width: 246px;
	height: 32px;
}
.pay-method .pay-text-c{
	width: 400px;
}
.pay-text-c input{
	border: solid 1px #D3D2D2;
	width: 234px;
	height: 30px;
	padding: 0 5px;
}
.pay-text-c select{
	
	border: solid 1px #D3D2D2;
	width: 246px;
	height: 32px;
}
.pay-text-c a{
	width: 146px;
	height: 40px;
	border: solid 1px #d2d2d2;
	float: left;
	margin-right: 20px;
	display: block;
	text-align: center;
	background: url(images/y_start.jpg) no-repeat right bottom;
}
.pay-text-c a img{
	margin-top: 6px;
}
.pay-text-c a.on{
	border-color: #fdad01;
	background: url(images/y_end.jpg) no-repeat right bottom;
}
.pay-submit,.register-submit{
	width: 160px;
	height: 48px;
	background: #18d2ff;
	display: block;
	border-radius: 4px;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	margin: 50px auto 0;
	color: #FFF;
	text-decoration: none;
}

.pay-tips{
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	float: left;
	padding: 0 10px;
	color: #ff0903;
}
.floor-register{
	width: 100%;
	height: 900px;
	padding-top: 180px;
	background: url(images/register_bg.jpg) no-repeat;
}
.register-cont{
	width: 520px;
	margin: 20px auto;
}
.register-text{
	font-weight: bold;
	font-size: 20px;
	color: #5e5e5e;
	margin-bottom: 30px;
}
.register-text span,.register-p-l span{
	color: #fa2003;
}
.register-p{
	margin-bottom: 18px;
}
.register-p-l{
	width: 160px;
	text-align: right;
	color: #2a2d2e;
	font-size: 16px;
	line-height: 34px;	
	float: left;
}
.register-p-r{
	width: 246px;
	float: left;
}

.register-tips{
	width: 110px;
	float: right;
	text-align: left;
	color: #000;
	font-size: 14px;
	line-height: 34px;
	
}
.register-p-r input{
	width: 234px;
	height: 32px;
	border:solid 1px #747474;
	box-sizing: border-box;
	background: none;
	padding: 0 5px;
} 

.register-p-r input::-webkit-input-placeholder{
    color:#6f6f6f;
}
.register-p-r input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#6f6f6f;
}
.register-p-r input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#6f6f6f;
}
.register-p-r input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#6f6f6f;
}
.register-service{
	font-weight: bold;
	font-size: 20px;
	color: #000;
	text-align: center;
}
.register-service input{
	margin-right: 10px;
}

.pay-popup{
	width: 780px;
	background: #fff;
	padding: 20px;
	z-index: 99;
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -410px;
	border: solid 1px #c2c0c0;
	display: none;
}
.pay-popup-title,.register-popup-title{
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	color: #343434;
	text-align: center;
	border-bottom: solid 1px #dcdcdc;
}
.pay-popup-cont{
	padding: 40px;
}
.pay-popup-cont p{
	font-size: 16px;
	color: #5e5e5e;
	line-height: 30px;
}
.pay-popup-ok,.register-popup-ok{
	width: 116px;
	height: 35px;
	line-height: 35px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	background: #d51603;
	font-size: 16px;
	display: block;
	margin: 30px auto 0;
	text-decoration: none;
}
.register-popup-ok{
	width: 145px;
}
.pay-popup-close,.register-popup-close{
	width: 29px;
	height: 28px;
	display: block;
	position: absolute;
	top: 26px;
	right: 26px;
}
.register-popup{
	width: 776px;
	height: 676px;
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -408px;
	background: #FFF;
	z-index: 99;
	border: solid 1px #c2c0c0;
	padding: 20px;
	display: none;
}
.register-popup-cont{
	padding: 0 30px;
	height: 488px;
	overflow-x: hidden;
	margin: 30px 0;
}
.register-popup-cont p{
	font-size: 16px;
	color: #5e5e5e;
	line-height: 30px;
}
.mask{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	display: none;
}
#popupCont .popup-close{
	position: absolute;
	top: -18px;
	right: 8px;
	cursor: pointer;
}
.page5-popup{
	width: 812px;
	padding: 40px 0;
	border-radius: 8px;
	background: #fff;
	position: fixed;
	bottom: -100%;
	left: 50%;
	margin-left: -406px;
	z-index: 4;
	text-align: center;
}
.popup-icon{
	display: inline-block;
	margin-bottom: 20px;
}
.popup-text{
	font: 22px/30px "微软雅黑";
	color: #666666;
	margin-bottom: 5px;
}
.go-back{
	position: absolute;
	top: 70px;
	left: 20%;
}
.title1{
	font-size: 35px;
	color: #494848;
	position: relative;
	text-align: center;
}
/*监护*/
.tutelage-w{
	background: #fff;
	padding: 100px 0;
}
.goback2{
	width: 108px;
	height: 52px;
}
.tutelage-cont{
	margin-top: 30px;
}
.tutelage-cont h3.title{
	font-size: 35px;
	font-weight: bold;
	color: #647384;
	text-align: center;
}
.tutelage-cont p.txt1{
	font-size: 23px;
	color: #647384;
	font-weight: bold;
	padding: 30px 0 10px;
}
.tutelage-cont p.txt2{
	font-size: 23px;
	color: #ff2970;
	font-weight: bold;
	padding: 20px 0 10px;
}
.tutelage-cont p.font{
	font-size: 18px;
	color: #647384;
	padding: 10px 0;
}

/**/
.detail-container{
	width: 1200px;
	padding: 180px 60px;
    margin: 0 auto;
    box-sizing: border-box;
}
.detail-title {
    height: 70px;
    font: 22px/70px "微软雅黑";
    text-align: center;
    color: #ac4da4;
}
.detail-cont p{
    font: 18px/40px simhei;
    color: #454242;
    text-indent: 2em;
    margin: 20px 0;
}
.detail-cont p img{
	max-width: 100%;
	margin: 0 auto;
}
.detail-cont h2{
	font: 24px/40px simhei;
	padding: 10px 0;
	font-weight: bold;
}
.detail-cont h3{
	font: 20px/40px simhei;
	padding: 10px 0;
	text-indent: 2em;
}

.errorTip {
	width: 460px;
    height: 565px;
    background: transparent;
    border-radius: 16px;
    padding: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -322px 0 0 -270px;
    z-index: 9;
	display: none;
}

.errorC {
	width: 200px;
    height: 90px;
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -105px 0 0 -145px;
    z-index: 9;
	font-size: 14px;
	box-shadow: 0 1px 5px #b3b1b1;
}

.errorBtn {
	margin: 20px 0;
    font-size: 18px;
    color: #2196f3;
	text-align: center;
	cursor: pointer;
}

.loginC {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    z-index: 9;
    display: none;
}

.login, .register, .agreement {
    width: 460px;
    height: 565px;
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -322px 0 0 -270px;
    z-index: 9;
    display: none;
}

.close-btn {
    width: 50px;
    height: 50px;
    display: block;
    background: url(images/close_p.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;
}

.popup-input input {
    width: 100%;
    height: 100%;
    font-size: 24px;
    padding: 0 20px;
    box-sizing: border-box;
}

.forget-btn {
    float: right;
    color: #d8393a;
    text-decoration: none;
}

.popup-btns {
    font-size: 16px;
}

.popup-btns input {
    vertical-align: middle;
    margin-right: 4px;
}

.login-data {
    width: 100%;
    height: 66px;
    display: block;
    background: #d8393a;
    margin: 50px 0;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 66px;
}

.pay-desc {
    font-size: 18px;
    color: #333;
    padding: 30px 90px;
}

.pay-desc a {
    color: #d8393a;
    text-decoration: none;
    margin-left: 10px;
}


.game2-list ul {
    width: 1336px;
	margin-top: 30px;
}
.game2-list ul li.hot {
    background: #fff url(images/hot.png) no-repeat 94% 16px;
}

.game2-list ul li {
    width: 403px;
    background: #FFF;
    border-radius: 8px;
    margin: 0 136px 40px 0;
    float: left;
    padding: 36px;
}

.game2-list ul li {
    width: 403px;
    background: #FFF;
    border-radius: 8px;
    margin: 0 136px 40px 0;
    float: left;
    padding: 36px;
}

.game-logo {
    width: 128px;
    height: 128px;
    overflow: hidden;
    float: left;
}

.game-logo img {
    width: 100%;
    display: block;
}

.game-desc {
    overflow: hidden;
    padding: 10px 0 10px 10px;
}

.game2-list .game-desc {
    padding: 5px 0 0 20px;
}

.game2-list .game-name {
    float: none;
    margin-bottom: 10px;
}

.game-name {
    height: 24px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
}

.game-name {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game-txt {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game-desc .game-txt {
    font-size: 16px;
    margin-top: 10px;
}

.game2-list .game-txt {
    line-height: 24px;
    margin-top: 0;
}

.game2-list .game-btn a {
    width: 65px;
    height: 24px;
    line-height: 24px;
    border-radius: 16px;
    font-size: 14px;
    color: #3fd778;
    border: solid 1px #3fd778;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}