/*首页banner*/
.banner {
	width: 100%;
	min-width: 1280px;
	overflow: hidden;
	position: relative;
}
.banner ul {
	width: 300%;
}
.banner ul li {
	float: left;
	width: 33.3333%;
	height: 500px;
}
.li-label {
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 100%;
	text-align: center;
}
.li-label a {
	display: inline-block;
	width: 40px;
	height: 10px;
	border-radius: 5px;
	background: rgba(255,255,255,.5);
	margin-right: 20px;
}
.li-label a.current {
	background: #ff9b37;
}
/*banner上的登录框*/
.login-box {
	width: 1280px;
	position: relative;
	margin: 0 auto;
}
.login-in {
	position: absolute;
	left: 0;
	top: 93px;
	width: 308px;
	height: 356px;
	background: rgba(255,255,255,.9);
}
.login-in h1 {
	width: 224px;
	padding: 20px 0 10px 20px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 2px solid #ff9b37;
}
.login-formitem {
	width: 242px;
	height: 40px;
	margin: 0 auto;
	border: 1px solid #ddd;
	background: #fff;
	margin-top: 20px;
}
.login-formitem label {
	display: inline-block;
	width: 39px;
	height: 39.5px;
	text-align: center;
	background: #f3f3f3;
	border-right: 1px solid #ddd;
	vertical-align: top;
}
.login-formitem input {
	width: 198px;
	height: 40px;
	border: none;
	color: #666;
	padding: 0 5px;
	font-size: 14px;
	box-sizing: border-box;
	background: transparent;
}
.login-password {
	width: 240px;
	margin: 20px auto;
	font-size: 12px;
	color: #a3a3a3;
}
.login-password input {
	margin-right: 5px;
	vertical-align: middle;
}
.login-btn {
	display: block;
	width: 240px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	border-radius: 10px;
}
.login-else-way {
	width: 240px;
	margin: 20px auto 0;
	font-size: 12px;
	color: #666;
}
.login-else-way a {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}
a.register-btn {
	margin-left: 21px;
}
/*已登录*/
.logined-main {
	width: 240px;
	margin: 0 auto;
	padding: 15px 0 0;
	font-size: 14px;
	color: #666;
}
.logined-main h2 {
	padding: 20px 0;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	color: #ff9b37;
}
.login-money {
	text-align: center;
	padding-bottom: 60px;
}
.login-money span {
	margin: 0 10px 0 5px;
}

/*首页内容*/
.index-main-con {
	background: #fff;
	margin-top: 16px;
	overflow: hidden;
}
.index-main-l {
	width: 307px;
	border-right: 1px solid #f2f2f2;
	padding-top: 16px;
	padding-bottom: 50px;
}
.index-l-tab li {
	float: left;
	width: 50%;
	line-height: 22px;
	text-align: center;
	font-size: 18px;
	color: #666;
	cursor: pointer;
	padding-left: 25px;
	box-sizing: border-box;
}
.index-l-tab li:nth-of-type(1) {
	background: url("../images/index_icon_1.png")/*tpa=http://kapukongkj.com/images/index_icon_1.png*/ no-repeat center left 25px;
}
.index-l-tab li:nth-of-type(2) {
	background: url("../images/index_icon_2.png")/*tpa=http://kapukongkj.com/images/index_icon_2.png*/ no-repeat center left 25px;
}
.index-l-tab li:nth-of-type(1):hover,.index-l-tab li:nth-of-type(1).current {
	color: #ff9b37;
	background: url("../images/index_icon_1_checked.png")/*tpa=http://kapukongkj.com/images/index_icon_1_checked.png*/ no-repeat center left 25px;
}
.index-l-tab li:nth-of-type(2):hover,.index-l-tab li:nth-of-type(2).current {
	color: #ff9b37;
	background: url("../images/index_icon_2_checked.png")/*tpa=http://kapukongkj.com/images/index_icon_2_checked.png*/ no-repeat center left 25px;
}
.cut-off-line {
	display: inline-block;
	width: 234px;
	height: 4px;
	border-radius: 0 2px 2px 0;
	background: #ff9b37;
}
.index-l-map {
	position: absolute;
	left: 25px;
	top: 115px;
	height: 360px;
	width: 2px;
	background: #ddd;
}
.index-l-map span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #ddd;
	margin-left: -7px;
	margin-bottom: 102px;
}
.index-l-tabCon {
	position: relative;
	padding-left: 30px;
}
.index-l-tabCon li {
	width: 100%;
	padding: 20px;
	overflow: hidden;
	box-sizing: border-box;
	/*cursor: pointer;*/
}
.index-l-tabCon-img {
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 14px;
}
.index-l-tabCon-infor {
	float: right;
	width: 150px;
	height: 70px;
	padding-top: 10px;
	position: relative;
	overflow: hidden;
}
.index-l-tabCon-infor p {
	width: 156px;
	font-size: 18px;
	color: #666;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
a.enter-game {
	position: absolute;
	top: 80px;
	left: 6px;
	width: 112px;
	height: 40px;
	border-radius: 10px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	background: blue;
	/*background: #ff9b37;*/
	cursor: default;
}
.index-main-r {
	width: 1000px;
    margin: 0 auto;
}
.index-main-r-head {
	overflow: hidden;
}
.index-main-r-head span {
	display: inline-block;
	font-size: 18px;
	color: #666;
	padding: 16px 0 12px 10px;
}
.index-main-r-head span img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.index-main-r-head a {
	font-size: 14px;
	color: #999;
	padding: 16px 40px 0 25px;
	border-bottom: 4px solid #ff9b37;
}
.index-main-r-con {
	overflow: hidden;
	padding: 0 10px 0 20px; 
}
.index-main-r-con li {
	float: left;
	width: 32.1%;
	margin-right: 1%;
	margin-bottom: 20px;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
	height: 390px;
}
.index-main-r-con li img {
	width: 100%;
	height: 182px;
}
.index-main-r-con-footer {
	padding: 10px;
	position: relative;
}
.index-main-r-con-footer p {
	width: 65%;
	font-size: 18px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-main-r-con-footer p span {
	font-size: 14px;
	color: #999;
	display: block;
	line-height: 14px;
}
.index-main-r-con-footer a {
	position: absolute;
	top: 20px;
	right: 10px;
}
.index-main-r-con-footer a, a.btn-common {
	display: inline-block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	background: #ff9b37;
}
.index-main-r-con-footer a {
	background: blue;
	cursor: default;
}

/*游戏中心*/
.game-main {
	width: 1280px;
}
.game-main .index-main-r-con li {
	width: 23.82%;
}
.game-main .index-main-r-con-footer a {
	height: 24px;
	line-height: 24px;
	background: blue;
	box-sizing: border-box;
}
.game-main .index-main-r-con-footer a.start-game {
	top: 2px;
	/*color: #ff9b37;
	border: 1px solid #ff9b37;*/
	color: #ffff;
	border: 1px solid #ccc;
}
/*.game-main .index-main-r-con-footer a.start-game:hover {
	top: 2px;
	color: #fff;
	background: #ff9b37;
}*/
.game-main .index-main-r-con-footer a.get-packs {
	top: 32px;
	/*color: #36c5e4;
	border: 1px solid #36c5e4;*/
	color: #ccc;
	border: 1px solid #ccc;
}
/*.game-main .index-main-r-con-footer a.get-packs:hover {
	top: 32px;
	color: #fff;
	background: #36c5e4;
}*/

/*充值中心*/
.recharge-main {
	width: 1280px;
	margin: 10px auto 0;
	background: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.recharge-l {
	float: left;
	width: 200px;
	margin-right: 30px;
	text-align: center;
	color: #666;
}
.recharge-l dl dt {
	background: #f4f4f4;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}
.recharge-l dl dd {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	cursor: pointer;
	border: 1px solid #f2f2f2;
	margin-top: -1px;
	box-sizing: border-box;
}
.recharge-l dl dd:hover,.recharge-l dl dd.current {
	color: #fff;
	background-color: #ff9b37;
}
.recharge-l dl dd.wx {
	background: #fff url("../images/recharge_icon_1.png")/*tpa=http://kapukongkj.com/images/recharge_icon_1.png*/ no-repeat center left 40px;
}
.recharge-l dl dd.zfb {
	background: #fff url("../images/recharge_icon_2.png")/*tpa=http://kapukongkj.com/images/recharge_icon_2.png*/ no-repeat center left 40px;
}
.recharge-l dl dd.quick {
	background: #fff url("../images/recharge_icon_3.png")/*tpa=http://kapukongkj.com/images/recharge_icon_3.png*/ no-repeat center left 40px;
}
.recharge-l dl dd.wx:hover,.recharge-l dl dd.wx.current {
	color: #fff;
	background: #ff9b37 url("../images/recharge_icon_1_checked.png")/*tpa=http://kapukongkj.com/images/recharge_icon_1_checked.png*/ no-repeat center left 40px;
}
.recharge-l dl dd.zfb:hover,.recharge-l dl dd.zfb.current {
	color: #fff;
	background: #ff9b37 url("../images/recharge_icon_2_checked.png")/*tpa=http://kapukongkj.com/images/recharge_icon_2_checked.png*/ no-repeat center left 40px;
}
.recharge-l dl dd.quick:hover,.recharge-l dl dd.quick.current {
	color: #fff;
	background: #ff9b37 url("../images/recharge_icon_3_checked.png")/*tpa=http://kapukongkj.com/images/recharge_icon_3_checked.png*/ no-repeat center left 40px;
}
.recharge-r {
	float: right;
	width: 1010px;
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
	padding: 40px 105px;
}
.recharge-item {
	margin-bottom: 30px;
	font-size: 16px;
	color: #666;
}
.recharge-item span {
	display: inline-block;
	width: 96px;
	text-align: right;
}
.recharge-item select,.recharge-item input {
	display: inline-block;
	width: 200px;
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	color: #666;
}
.recharge-item input {
	box-sizing: border-box;
	padding: 0 10px;
}
.recharge-momey {
	width: 400px;
	overflow: hidden;
	margin: 25px 0;
}
.recharge-momey li {
	float: left;
	width: 80px;
	margin-left: 20px;
	margin-bottom: 18px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}
.recharge-momey li.current {
	background: #ff9b37;
	color: #fff;
	border: 1px solid #ff9b37;
}
.recharge-item .submitBtn {
	display: block;
	width: 200px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	background: #ff9b37;
	border-radius: 4px;
	margin-left: 96px;
}
.recharge-bank {
	width: 516px;
	overflow: hidden;
	margin: 25px 0;
}
.recharge-bank li {
	float: left;
	width: 150px;
	text-align: center;
	padding: 5px 0;
	margin-left: 20px;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 4px;
	cursor: pointer;
}
.recharge-bank li img {
	display: inline-block;
	width: 20px;
	max-height: 20px;
	vertical-align: middle;
}
.recharge-bank li.current {
	border-color: #ff9b37;
	background: url("../images/bank_checked.png")/*tpa=http://kapukongkj.com/images/bank_checked.png*/ no-repeat right bottom;
}

/*家长监护*/
.custody-main {
	font-size: 16px;
	color: #666;
}
.sys-img {
	float: left;
	width: 20%;
	margin-right: 5%;
}
.sys-word {
	width: 75%;
}
.sys-word p {
	text-indent: 2em;
}
.custody-main h1 {
	font-size: 20px;
	line-height: 40px;
	padding-top: 20px;
}
.custody-li {
	padding: 10px 45px;
}
.custody-li li {
	list-style: square;
	color: #999;
}

/*帮助中心*/
.help-p p {
	text-indent: 2em;
}

/*个人中心*/
.member-con p {
	font-size: 18px;
	color: #999;
	line-height: 36px;
}
.member-con p img {
	vertical-align: middle;
	margin-right: 10px;
}
/*注册*/
.main-title {
	border-bottom: 1px solid #ececec;
	padding: 5px 0 10px;
	overflow: hidden;
}
.main-title h1 {
	font-size: 18px;
	color: #ff9b37;
}
.main-title span {
	font-size: 12px;
	margin-top: -18px;
	margin-right: 20px;
	color: #999;
}
.register-form {
	padding: 20px;
}
.register-form-item {
	padding-bottom: 15px;
	font-size: 14px;
	color: #666;
}
.register-form-item label {
	display: inline-block;
	width: 90px;
}
.register-form-item input {
	width: 260px;
	height: 30px;
	border: 1px solid #ddd;
	padding: 0 5px;
}
.register-form-item input[type="checkBox"] {
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.register-form-item .error-message {
	font-size: 12px;
	margin-left: 10px;
}
.register-form-item .error-message img {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.register-auth {
	border-top: 1px solid #ddd;
	margin-top: 30px;
}
.register-auth .auth-title {
	text-align: center;
	margin-top: -12px;
}
.auth-title span {
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	font-size: 14px;
	color: #666;
}
.register-auth p {
	font-size: 12px;
	color: #999;
	text-indent: 2em;
	padding: 10px 0;
}
