@charset "utf-8";

* {
	font-size: 0.24rem;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,

th,
td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

button,
input,
select,
textarea,
img {
	vertical-align: middle;
	outline: none;
	border: 0;
}

body {
	font-family: Microsoft YaHei;
	overflow-x: hidden;
	line-height: 1.5;
	color: #333;
}

html,
body {
	min-height: 100%;
}

a {
	text-decoration: none;
	color: #333;
}

em,
i {
	font-style: normal;
	font-weight: normal;
}

ul,
ol,
li {
	list-style: none;
}

img {
	font-size: 0;
	line-height: 0;
	border: 0;
	vertical-align: middle;
}

* {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

body {
	background: #F7F7F7;
}

.top {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #FFFFFF;
}

.top-nav {
	width: 1200px;
	margin: 0 auto;
}

.top-nav .left-nav {
	float: left;
	width: 80px;
	height: 60px;
	overflow: hidden;
	padding-top: 17px;
	text-align: center;
	cursor: pointer;
}

.top-nav .left-nav li {
	height: 25px;
	line-height: 25px;
}

.top-nav .left-nav li:nth-child(1) {
	font-size: 22px;
	font-weight: bold;
	color: #FEA71E;
}

.top-nav .left-nav li:nth-child(2) {
	font-size: 14px;
	font-weight: 400;
	color: #FEA71E;
}

.top-nav .right-nav {
	float: right;
}

.right-nav li {
	float: left;
	width: 135px;
	margin-left: 20px;
	text-align: center;
}

.right-nav li div {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	width: 65px;
	height: 60px;
	margin-left: 20px;
	text-align: center;
}

.on {
	color: #4082E4 !important;
	border-bottom: 1px solid #4082E4;
}

.banner {
	width: 100%;
	padding-top: 11.45833%;
	background: url(../image/banner2.png) no-repeat;
	background-size: 100%;
	background-position: 0px -80px;
}


.footer {
	width: 100%;
	text-align: center;
	height: 100px;
	background: #FFFFFF;
}

.footer div {
	height: 13px;
	font-size: 12px;
	font-weight: 400;
	color: #9A9A9A;
}

.footer div a {
	font-size: 12px;
	font-weight: 400;
	color: #9A9A9A;
}

.footer div:nth-child(1) {
	padding-top: 30px;
	padding-bottom: 10px;
}

.footer div:nth-child(2) {
	padding-bottom: 10px;
}

/* 首页 */
.banner-index {
	width: 100%;
	padding-top: 32.291666%;
	background: url(../image/banner1.png) no-repeat;
	background-size: 100%;
	background-position: 0px -80px;
	position: relative;
}

.banner-index .form-box {
	width: 422px;
	height: 370px;
	background: #FFFFFF;
	position: absolute;
	right: 18.75%;
	top: 15.97%;
}

.form-box .title {
	font-size: 20px;
	font-weight: bold;
	color: #FEA71E;
	margin-left: 34px;
	margin-top: 28px;
	margin-bottom: 43px;
	cursor: pointer;
}

.form-box .username,
.form-box .pwd,
.form-box .btn {
	width: 345px;
	margin: 0 auto;
}

.form-box .username input,
.form-box .pwd input {
	width: 345px;
	height: 60px;
	border: 1px solid #FEA71E;
	margin-bottom: 30px;
	padding-left: 18px;
}

.form-box .btn div {
	width: 162px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.form-box .btn .register-btn {
	float: left;
	background: #FE6868;
	cursor: pointer;
}


.form-box .btn .login-btn {
	float: right;
	background: #FEA71E;
	cursor: pointer;
}

.form-box input::-webkit-input-placeholder {
	font-size: 16px;
	color: #FEA71E;
}

.form-box input::-moz-placeholder {
	font-size: 16px;
	color: #FEA71E;
}

.form-box input::-moz-placeholder {
	font-size: 16px;
	color: #FEA71E;
}

.form-box input:-ms-input-placeholder {
	font-size: 16px;
	color: #FEA71E;
}

.index-box {
	width: 1200px;
	height: 560px;
	margin: 0 auto;
	background: #F7F7F7;
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	text-align: center;
	padding-top: 18px;
}

.index-box .img-box .title {
	font-size: 18px;
	font-weight: bold;
	color: #3D3D3D;
	margin-top: 5px;
}

/* 详情 */
.detail {
	width: 100%;
	height: 1960px;
	background: #F7F7F7;
}

.detail .detail-box {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.detail-box .title {
	font-size: 26px;
	font-weight: bold;
	color: #3D3D3D;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 57px;
	cursor: pointer;
}

.detail-box .vip-btn {
	width: 200px;
	height: 50px;
	background: #FEA71E;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 57px;
	cursor: pointer;
}


/* 注册 */
.register {
	width: 1200px;
	height: 801px;
	background: #FFFFFF;
	margin: 0 auto;
	position: relative;
}

.register .register-box {
	width: 680px;
	height: 670px;
	background: #FFFFFF;
	border-radius: 20px;
	margin: 0 auto;
	padding-top: 55px;
}

.register-box .title {
	width: 100%;
	text-align: center;
	height: 84px;
	line-height: 84px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.register-box form {
	text-align: center;
}


.register-box .input-num,
.register-box .input-pwd,
.register-box .input-name,
.register-box .input-idcard,
.register-box .input-email {
	height: 66px;
	margin-bottom: 20px;
	width: 560px;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-radius: 12px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	padding-left: 30px;
}


.register-box .btn {
	width: 274px;
	height: 60px;
	line-height: 60px;
	background: #4082E4;
	border-radius: 12px;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0 auto;
	margin-top: 24px;
	cursor: pointer;
}

.register-box .xy {
	width: 542px;
	height: 71px;
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	overflow-y: scroll;
	margin: 0 auto;
}

.radio-xy {
	width: 542px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	height: 20px;
	line-height: 40px;
}

.radio-xy a {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	cursor: pointer;
}

.radio-xy input {
	margin-right: 10px;
}

/* 关于我们 */
.about {
	width: 1200px;
	height: 655px;
	background: #FFFFFF;
	margin: 0 auto;
	position: relative;
}

.about .about-box {
	width: 917px;
	height: 334px;
	margin: 0 auto;
	padding-top: 110px;
}

.about-box .title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.about-box .content {
	padding-left: 30px;
}

.content p {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 23px;
	margin-top: 27px;
}

/* 联系我们 */
.contact {
	width: 1200px;
	height: 655px;
	background: #FFFFFF;
	margin: 0 auto;
	position: relative;
}

.contact-box {
	width: 100%;
	height: 396px;
	position: relative;
	padding-top: 242px;
}


.contact-left,
.contact-right {
	width: 598px;
	text-align: center;
	height: auto;
	float: left;
}

.contact-left .tit-div,
.contact-right .tit-div {
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.contact-left .con-div,
.contact-right .con-div {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}


/* 充值 */
.recharge {
	width: 1200px;
	height: 884px;
	background: #FFFFFF;
	margin: 0 auto;
	position: relative;
}

.recharge .recharge-box {
	width: 710px;
	height: auto;
	position: relative;
	padding-top: 100px;
	margin: 0 auto;
}

.recharge-box .top {
	margin-bottom: 34px;
}

.recharge-box .top ul li {
	float: left;
	width: 142px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.recharge-box .top ul .type-col {
	color: #FEA71E !important;
}

.recharge-box .form-box {
	width: 580px;
	margin: 0 auto;
	height: 390px;
}

.form-box .left-title {
	float: left;
	margin-right: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	height: 44px;
	line-height: 37px;
}

.form-box .right-form {
	float: left;

}

.right-form .input-div label,
.money label,
.bank label {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}

.right-form .input-div input {
	width: 364px;
	height: 44px;
	border: 1px solid #BCBCBC;
	padding-left: 15px;
}

.right-form .money {
	margin-top: 36px;
}

.right-form .money label,
.right-form .bank label {
	float: left;
	height: 44px;
	line-height: 44px;
}

.right-form .money ul,
.right-form .bank ul {
	width: 364px;
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	float: left;
}

.right-form .money ul li {
	width: 108px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #BCBCBC;
	margin-bottom: 16px;
	text-align: center;
	cursor: pointer;
}

.right-form .money .zdy {
	line-height: 40px;
}

.right-form .lion {
	background: #f1f1f1;
}

.right-form .money .zdy input {
	width: 62px;
	height: 25px;
	background: #F7F7F7;
	border: 1px solid #BCBCBC;
	margin-right: 10px;
}

.bank li img {
	width: 100%;
	height: 100%;
}

.right-form .bank ul,
.right-form .bank label {
	margin-top: 15px;
}

.right-form .bank ul li {
	width: 162px;
	height: 44px;
	margin-bottom: 17px;
	cursor: pointer;
}

.recharge-box .tjbtn {
	width: 200px;
	height: 50px;
	background: #FEA71E;
	text-align: center;
	margin: 0 auto;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 70px;
	cursor: pointer;
}

.recharge-box .sm {
	width: 735px;
	height: 71px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 19px;
}

/* 兼容 */
input {
	font-size: 14px;
}

.form-box .left-title {
	line-height: 35px;
}

.right-form .money ul li {
	font-size: 14px;
}

.form-box .right-form {
	width: 435px;
}