@charset "utf-8";

html {
	font-size: 10px !important;
}

@media screen and (min-width:321px) and (max-width:375px) {
	html {
		font-size: 11px !important;
	}
}

@media screen and (min-width:376px) and (max-width:414px) {
	html {
		font-size: 12px !important;
	}
}

@media screen and (min-width:415px) and (max-width:639px) {
	html {
		font-size: 15px !important;
	}
}

@media screen and (min-width:640px) and (max-width:719px) {
	html {
		font-size: 20px !important;
	}
}

@media screen and (min-width:720px) and (max-width:749px) {
	html {
		font-size: 22.5px !important;
	}
}

@media screen and (min-width:750px) and (max-width:799px) {
	html {
		font-size: 23.5px !important;
	}
}

@media screen and (min-width:800px) {
	html {
		font-size: 25px !important
	}
}

/* ======================== 全局初始化 ===================== */
body,
html {
	background-color: #ffd48d;
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
}

:focus {
	outline: none;
}

body,
html,
p,
span,
h2,
h3,
h4,
button,
ul,
li {
	padding: 0;
	margin: 0;
	color: #333;
	font-family: '微软雅黑' !important;
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

img {
	width: 100%;
	vertical-align: middle;
	margin-top: -1px;
}

i {
	font-style: initial;
}

.load_icon {
	display: none;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999;
	text-align: center;
}

.load_icon img {
	width: 300px;
	height: 216.6px;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-top: -108.3epx;
	margin-left: -150px;
}

.fl {
	float: left;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.ccc {
	display: inline-block;
	width: 750px;
	margin: 0 auto;
}

/* ======================== 版心 ===================== */


.fxBox {
	display: none;
	position: fixed;
	bottom: -350px;
	width: 100%;
	height: 350px;
	background-color: #f2f5fa;
	z-index: 99999;
	text-align: center;
}

.fxBox img {
	width: 96px;
	height: 141px;
	margin-top: 60px;
}

.fxBox button {
	width: 100%;
	height: 100px;
	line-height: 100px;
	background-color: #ffffff;
	position: absolute;
	bottom: 0px;
	left: 0;
	border: none;
	font-size: 25px;
	color: #383838;
}

.banner {
	position: relative;
}

.banner .fx {
	display: none;
	position: absolute;
	top: 46px;
	right: 200px;
	height: 37px;
	img{
		height: 100%;
	}
}

.btn1 {
	position: absolute;
	top: 46px;
	right: 40px;
	/* width: 155px; */
	height: 37px;
	img{
		height: 100%;
	}
	
}

/* 所有默认未登录显示，登录通过js控制 */
.login_y,
.yq_y {
	display: none;
}

.appNav {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100px;
	background-color: #fff;
	z-index: 9;
}

.appNav a {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 100px;
	float: left;
	margin-left: 25px;
	color: #333;
}
.appNav p {
	width: 500px;
	height: 100px;
	line-height: 100px;
	font-size: 34px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 50px;
}

.banner .c {
	width: 100%;
	height: 110px;
	/* background: url(image/lb_bg.png?v=6) no-repeat center; */
	position: absolute;
	bottom: 0px;
	left: 0;
	margin-left: 0px;
}

.banner .c .timeBox p {
	font-size: 30px;
	color: #f74f41;
	font-weight: 700;
}

.banner .c .timeBox i {
	font-style: initial;
	display: inline-block;
	/* width: 36px; */
	padding: 0 5px;
	height: 43px;
	line-height: 43px;
	background: url(image/numBg.png?v=6) no-repeat center;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}

.banner .c .box {
	/* padding: 0 7px; */
	width: 100%;
	height: 40px;
	line-height: 52px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}

.banner .c .box:before,
.banner .c .box:after {
	display: none;
	content: '';
	width: 60px;
	height: 44px;
	position: absolute;
	top: 2px;
}

.banner .c .box:before {
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	left: -8px;
}

.banner .c .box:after {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	right: -8px;
}

.banner .c .box .moveBox {
	/*width: 1600px;*/
	height: 40px;
	line-height: 40px;

}

.banner .c .box .moveBox .cont {
	float: left;
}

.banner .c .moveBox p {
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #fff;
	float: left;
	margin-right: 40px;
	border-radius: 8px;
	background-color: rgb(255, 186, 107);
	border: 1px solid #fff;
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 15px;
	position: relative;
}

.banner .c .moveBox p::before {
	content: '';
	width: 26px;
	height: 21px;
	background: url(image/sy.png?v=6) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 8px;
	left: 10px;
}


.cont1 {
	position: relative;
}

.cont1 button {
	position: absolute;
	width: 170px;
	height: 40px;
	top: 288px;
	left: 140px;
	background: none;
	border: none;
}

/*rem 23.5*/
.content1 {
	width: 100%;
	position: relative;
	background-color: #ffd48d;
	margin-top: -2px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 20px;
}

.content1::before {
	content: '';
	width: 343px;
	height: 78px;
	background: url(image/cont2_t.png?v=6) no-repeat center;
	position: absolute;
	top: 13px;
	left: 50%;
	margin-left: -172px;
}

.content1 .ccc {
	width: 565px;
	padding: 20px 40px;
	background-color: rgb(255, 253, 245);
	box-shadow: 1.089px 1.677px 5px 0px rgba(255, 212, 141, 0.004);
	border-radius: 30px;
}

.content1 .ccc .nav {
	width: 100%;
	margin-top: 92px;
}

.content1 .ccc .nav a {
	display: inline-block;
	width: 50%;
	height: 74px;
	line-height: 74px;
	background-color: #f5efe6;
	float: left;
	text-align: center;
	color: #631508;
	font-size: 32px;
	font-weight: 700;
}

.content1 .ccc .nav a.ac {
	color: #ec3222;
	background-color: #ebe6df;
	position: relative;
}

.content1 .ccc .nav a.ac::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -14px;
	width: 30px;
	height: 11px;
	background: url(image/cont2_jt.png?v=6) no-repeat center;
}

.content1 .c1_cont {
	display: none;
}

.content1 .c1_cont .c1Cont2 {
	width: 100%;
	height: 368px;
	overflow: hidden;
	text-align: center;
	margin-top: 40px;
}

.content1 .c1_cont .c1Cont2 p.p1 i {
	font-size: 22px;
	color: #616161;
}

.content1 .c1_cont .c1Cont2 p:nth-of-type(odd) {
	background-color: #f5efe6;
}

.content1 .c1_cont .c1Cont2 p {
	width: 100%;
	margin: 10px 0;
	height: 50px;
	line-height: 50px;
}

.content1 .c1_cont .c1Cont2 p i {
	display: inline-block;
	color: #9e9e9e;
	font-size: 25px;
	float: left;
	height: 50px;
	line-height: 50px;
	position: relative;
}

.content1 .c1_cont .c1Cont2 p i span {
	color: #9e9e9e;
	font-size: 25px;
}

.content1 .c1_cont .c1Cont2 p i:nth-of-type(1) {
	width: 15%;
}

.content1 .c1_cont .c1Cont2 p i:nth-of-type(2) {
	width: 25%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}

.content1 .c1_cont .c1Cont2 p i:nth-of-type(3) {
	width: 30%;
}

.content1 .c1_cont .c1Cont2 p i:nth-of-type(4) {
	width: 30%;
}

.content1 .c1_cont .c1Cont2 p i:nth-of-type(1)::before {
	content: '';
	width: 37px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 24px;
}

.content1 .c1_cont .c1Cont2 p:nth-of-type(2) i:nth-of-type(1)::before {
	background: url(image/medal1.png?v=6) no-repeat center;
}

.content1 .c1_cont .c1Cont2 p:nth-of-type(3) i:nth-of-type(1)::before {
	background: url(image/medal2.png?v=6) no-repeat center;
}

.content1 .c1_cont .c1Cont2 p:nth-of-type(4) i:nth-of-type(1)::before {
	background: url(image/medal3.png?v=6) no-repeat center;
}

.content1 .c1 {
	padding-top: 30px;
	height: 106px;
}

.content1 .codeBox,
.content1 .numBox,
.content1 .moneyBox {
	width: 33.33%;
	height: 106px;
	/* line-height: 70px; */
	font-size: 20px;
	color: #666666;
	position: relative;
}

.content1 .codeBox span.txt,
.content1 .numBox span.txt,
.content1 .moneyBox span.txt {
	position: absolute;
	font-size: 24px;
	color: #9e9e9e;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
}

.content1 .codeBox {
	/* width: 140px; */
	/* margin-left: 103px; */
}

.content1 .numBox {
	/* width: 76px; */
	/* margin-left: 105px; */
	border-left: 2px solid #fbada2;
	border-right: 2px solid #fbada2;
	box-sizing: border-box;
}


.content1 .codeBox .login_y {
	width: 100%;
	position: relative;
}


.content1 .codeBox .login_x a {
	display: inline-block;
	font-size: 24px;
	color: #fff;
	border-radius: 14px;
	background-color: rgb(254, 95, 89);
	width: 126px;
	height: 41px;
	line-height: 41px;
	margin-top: 6px;
}

.content1 .c1 span,
.content1 .c1 a {
	display: inline-block;
	font-size: 38px;
	color: #fd635e;
}

.content1 .c1 input.code {
	position: absolute;
	top: 0;
	left: -9999999px;
}

.content1 .c1 span.code {
	/* font-size: 30px; */
	color: #fd635e;
	width: 100%;
	/* height: 44px; */
	border: none;
	/* padding: 0; */
	background: none;
	text-align: center;
}

.content1 .c2 .c2nav {
	width: 100%;
}

.content1 .c2 .c2nav a {
	float: left;
	width: 33.33%;
	height: 46px;
	line-height: 46px;
	border: 2px solid #f74f41;
	box-sizing: border-box;
	color: #f74f41;
	font-size: 25px;
}

.content1 .c2 .c2nav a:nth-of-type(1) {
	border-top-left-radius: 46px;
	border-bottom-left-radius: 46px;
}

.content1 .c2 .c2nav a:nth-of-type(3) {
	border-top-right-radius: 46px;
	border-bottom-right-radius: 46px;
}

.content1 .c2 .c2nav a:nth-of-type(2) {
	border-left: none;
	border-right: none;
}

.content1 .c2 .c2nav a.ac {
	color: #fff;
	background-color: #f74f41;
}

.content1 .c2 {
	margin-top: 52px;
	text-align: center;
	position: relative;
}

.content1 .c2 .login_y.yq_x {
	position: absolute;
	top: 0;
	left: 3%;
	z-index: 3;
	width: 94%;
	height: initial;
}

.content1 .c2 .login_y.yq_x img {
	width: 80%;
	margin-top: 30px;
}

.content1 .c2 .login_y.yq_x a {
	display: inline-block;
	font-size: 28px;
	color: #f74f41;
	margin-top: 30px;
	font-weight: 700;
}

.content1 .c2 .wdbBox,
.content1 .c2 .ydbBox,
.content1 .c2 .cccBox {
	position: relative;
	display: inline-block;
	width: 100%;
	/* height: 458px; */
	text-align: center;
	margin-top: 40px;
	margin-left: -6px;
}

.content1 .c2 .login_x,
.content1 .c2 .login_y {
	width: 100%;
	/* height: 328px; */
	margin-top: 0px;
	text-align: center;
	padding-bottom: 20px;
}

.content1 .c2 .login_y {
	margin-top: 0;
}

.content1 .c2 .login_x img {
	width: 40%;
}

.content1 .c2 .login_x a {
	width: 60%;
	display: inline-block;
	margin-top: 40px;
}

.content1 .c2 .login_x a img {
	width: 100%;
}

.content1 .c2 .wdbBox img,
.content1 .c2 .ydbBox img {
	width: initial;
}

.content1 .c2 .list {
	display: inline-block;
	width: 90%;
	height: 295px;
	position: relative;
	z-index: 1;
}

.content1 .c2 .hold4 {
	position: relative;
	text-align: center;
}

.content1 .c2 .hold4 .list {
	height: 295px;
	overflow: hidden;
}

.content1 a.showAll {
	display: none;
}

.content1 .hold4 a.showAll {
	display: block;
	font-size: 28px;
	color: #f74f41;
	padding-bottom: 35px;
	position: relative;
}

/* .content1 .hold4 a.showAll::before {
	content: '';
	position: absolute;
	width: 27px;
	height: 21px;
	background: url(image/cont2_jt2.png?v=6) no-repeat center;
	bottom: 0;
	left: 50%;
	margin-left: -14px;
} */

.content1 .c2 .cccBox {
	display: none;
}

.content1 .c2 .list::-webkit-scrollbar-track-piece {
	background-color: #ffe4e4;
	border-left: 1px solid rgba(0, 0, 0, 0);
}

.content1 .c2 .list::-webkit-scrollbar {
	width: 15px;
	height: 13px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.content1 .c2 .list::-webkit-scrollbar-thumb {
	background-color: rgba(254, 114, 108, 0.9);
	background-clip: padding-box;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	min-height: 28px;
}

.content1 .c2 .list::-webkit-scrollbar-thumb:hover {
	background-color: rgba(254, 114, 108, 0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.content1 .c2 .list p {
	width: 100%;
	height: 75px;
	line-height: 52px;
	font-size: 25px;
	color: #343131;
	overflow: hidden;
	text-align: center;
}

.content1 .c2 .list p span {
	width: 190px;
	display: inline-block;
	float: left;
	text-align: left;
	color: #9e9e9e;
	font-size: 26px;
}

.content1 .c2 .list p span.state {
	float: right;
	text-align: right;
	padding-right: 50px;
    color: green;
    font-weight: 700;
	font-size: 34px;
}

.content1 .c2 .list p a {
	width: initial;
	display: inline-block;
	float: right;
	text-align: right;
	padding: 3px 20px;
	border-radius: 10px;
	background-color: #ffb059;
	color: #fff;
	font-size: 24px;
}


.content1 .c2 .toKQ {
	display: none;
	color: #fd635e;
	opacity: 0.8;
	font-size: 25px;
	text-decoration: underline;
	margin-top: 0px;
	position: relative;
	z-index: 2;
}


.content2 {
	width: 100%;
	position: relative;
	margin-top: -2px;
}

.content2 .c {
	width: 70%;
	position: absolute;
	top: 115px;
	left: 50%;
	margin-left: -30%;
}

.content2 a {
	width: 100%;
	height: 80px;
	display: block;
	margin-bottom: 15px;
}



.fxBtnBox {
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 88px;
	z-index: 3;
}

.fxBtnBox a {
	display: inline-block;
	width: 371px;
	height: 88px;
	
}
.fxBtnBox a.btn2{
	background-size: 100% !important;
}
.fxBtnBox a.fxbtn1 {
	background: url(image/fxhb.png?v=6) no-repeat center;
}

.fxBtnBox a.fxbtn2 {
	background: url(image/fxlj.png?v=6) no-repeat center;
}

.fxBtnBox a.fxbtn3 {
	background: url(image/fzlj.png?v=6) no-repeat center;
}

.fxBtnBox a img {
	width: 358px;
	height: 88px;
}

.fxBtnBox #fx_url {
	position: absolute;
	bottom: -9999px;
	right: 0;
}


.maskBox {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 9;
}

.maskBox .homeBox,.maskBox .exitBox {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	position: relative;
}
.maskBox .exitBox {
	display: none;
}

.maskBox .homeBox .c,.maskBox .exitBox .c {
	/* margin: 0 auto; */
	width: 480px;
	/* margin-top: 20%; */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -451px;
	margin-left: -240px;
}

.maskBox .homeBox img,.maskBox .exitBox img {
	width: 100%;
}

.maskBox .homeBox .c a {
	position: absolute;
	width: 100%;
	height: 80px;
	bottom: 185px;
	left: 0;
}
.maskBox .exitBox .c a {
	position: absolute;
	width: 165px;
	height: 65px;
	bottom: 185px;
	left: 72px;
}
.maskBox .exitBox .c a.qyq {
	left: 254px;
}

.maskBox .howBox {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.maskBox .howBox .contPic {
	width: 95%;
	margin-top: 10%;
}

/* 分享海报  原图/2.2 */
.maskBox .shareBox {
	display: block;
	width: 100%;
	height: 100%;
}

.maskBox #shareContBox {
	display: block;
	/* width: 565px;
	height: 1004px;
	margin-left: -282.5px;
	margin-top: -555px; */
	background: url(image/share_box.png) no-repeat center;
	background-size: 100% 100%;
	border-radius: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 750px;
	height: 1333px;
	margin-left: -375px;
	margin-top: -666.5px;
	z-index: 4;
}

#imgBox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 1066.2px;
	margin-left: -300px;
	margin-top: -560px;
}

#imgBox img {
	width: 100%;
	height: 100%;
	border-radius: 0px;
}

.maskBox .shareBox img {
	width: initial;
}

/* 保存海报按钮,原图/1.5 */
.maskBox .shareBox .bcBtn {
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 331px;
	height: 84px;
	line-height: 84px;
	margin-left: -165px;
	background: url(image/bc_shareBox.png?v=6) no-repeat center;
	background-size: 100% 100%;
	color: #fff;
	font-size: 34px;
	text-align: center;
	z-index: 3;
}

.maskBox .shareBox .bcBtn img {
	width: 100%;
}

.maskBox .shareBox .userInfo {
	position: absolute;
	bottom: 46px;
	left: 16px;
	width: 160px;
	height: 182.8px;
}

.maskBox .shareBox .userInfo .iconBox {
	display: inline-block;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: url(image/hicon_bg.png?v=6) no-repeat center;
	box-sizing: content-box;
	text-align: center;
	overflow: hidden;
	border: none;
	position: relative;
	z-index: 1;
}

.maskBox .shareBox .userInfo .iconBox img {
	width: 120px;
	height: 120px;
	margin-top: 21px;
	margin-left: 0px;
}

.maskBox .shareBox .userInfo .iconBox i {
	content: '';
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 160px;
	height: 175.8px;
	z-index: 9;
	background: url(image/hicon_bg.png?v=6) no-repeat center;
	background-size: 100% 100%;
}

.maskBox .shareBox .textBox {
	position: absolute;
	bottom: 36px;
	left: 200px;
	width: 290px;
	text-align: left;
	font-size: 26px;
}

.maskBox .shareBox .userInfo img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.maskBox .shareBox .userInfo span {
	position: absolute;
	left: 0;
	bottom: 12px;
	z-index: 10;
	font-size: 20px;
	color: #fff;
	width: 130px;
	height: 48px;
	line-height: 46px;
	padding: 0 15px;
	overflow: hidden;
	text-align: center;
}

.maskBox .shareBox .qrcode {
	position: absolute;
	bottom: 20px;
	right: 26px;
	width: 210px;
	height: 210px;
}

.maskBox .shareBox .qrcode img,
.maskBox .shareBox .qrcode canvas {
	width: 100%;
}




.infoBox {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 672px;
	height: 475px;
	background-color: #fff;
	border-radius: 42px;
	margin-top: 24px;
	margin-left: -336px;
	margin-top: -260px;
}

.close_btn {
	display: inline-block;
	margin-top: 60px;
	width: 80px;
}

.close_btn img {
	width: 100%;
}

.infoBox .input-filed,
.infoBox .input-filed2 {
	display: inline-block;
	width: 624px;
	height: 84px;
	line-height: 80px;
	text-align: center;
	margin-top: 32px;
	position: relative;
}

.infoBox .input-filed {
	margin-top: 38px;
	border-radius: 40px;
	overflow: hidden;
}

.infoBox .input-filed::after {
	content: '';
	width: 20px;
	height: 18px;
	background: url(image/slide.png?v=6) no-repeat center;
	position: absolute;
	top: 33px;
	left: 113px;
}

.input-px {
	font-size: 24px;
}

.infoBox .areacode,
.infoBox .phone-px {
	height: 84px;
	border: 1px solid #ff9a4a;
	background: none;
	box-sizing: border-box;
}

.infoBox .areacode {
	/* width: 174px; */
	width: auto;
	font-size: 24px;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示下拉箭头图片*/
	background: #f7806d;
	padding: 0 8%;
	margin: 0;
	/* float: left; */
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: none;
	border-left: none;
	border-bottom: none;
	color: #fff;
}

.infoBox .areacode option {
	text-align: center;
}

.infoBox .phone-px {
	width: 624px;
	border-radius: 40px;
	padding-left: 30px;
	/* float: right; */
}

.infoBox .input-filed .phone-px {
	padding-left: 195px;
}

.infoBox .phone-px::-webkit-input-placeholder {
	color: #666666;
}

.infoBox .phone-px:-moz-placeholder {
	/* FF 4-18 */
	color: #666666;
}

.infoBox .phone-px::-moz-placeholder {
	/* FF 19+ */
	color: #666666;
}

.infoBox .phone-px:-ms-input-placeholder {
	/* IE 10+ */
	color: #666666;
}

.infoBox .input-filed .error-tip-px {
	display: none;
	position: absolute;
	bottom: -35px;
	right: 200px;
	color: red;
	width: initial;
	height: initial;
	line-height: initial;
}

.infoBox .input-filed2 .phone-px {
	width: 350px;
	border-radius: 40px;
	float: left;
}

.infoBox .input-filed2 .code_btn {
	/* float: right; */
	width: 240px;
	height: 83px;
	border-radius: 40px;
	background: #f7806d;
	background-size: 100% 100%;
	border: none;
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.infoBox .input-filed2 .code_btn.disUse {
	background: #ccc;
	border-top-right-radius: 42px;
	border-bottom-right-radius: 42px;
}

.infoBox .input-filed2 .error-tip-px {
	display: none;
	position: absolute;
	bottom: -35px;
	left: 32px;
	color: red;
	width: initial;
	height: initial;
	line-height: initial;
}

/* 弹窗加同意条款 */
.infoBox .mzsm {
	margin-top: 30px;
	margin-bottom: 20px;
}

.infoBox .mzsm .check {
	width: 29px;
	height: 29px;
	border: solid 1px #ffffff;
	display: inline-block;
	background: url(image/box.png?v=6) no-repeat center;
	border-radius: 50%;
	margin-right: 0.3rem;
	vertical-align: middle;
	-webkit-appearance: none;
	margin-left: 50px;
}

.infoBox .mzsm .check:checked {
	background: url(image/box_a.png?v=6) no-repeat center;
}

.infoBox .mzsm p {
	font-size: 22px;
	color: #333;
	margin-top: 3px;
	margin-left: 10px;
}

.infoBox .mzsm a {
	text-decoration: underline;
	color: #fc5a54;
	font-size: 22px;
}

.infoBox .register_btn {
	position: absolute;
	bottom: 0;
	/* display: inline-block; */
	/* width: 624px; */
	/* height: 84px; */
	/* line-height: 84px; */
	/* background: url(image/infoBoxBtn.png?v=6) no-repeat center; */
	/* background-size: 100% 100%; */
	/* color: #fff; */
	/* font-weight: 700; */
	/* font-size: 35px; */
	/* letter-spacing: 4px; */
}


body {
	position: relative;
}

.rule_mask {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

.rule_box {
	padding: 1%;
	position: absolute;
	width: 50%;
	height: 600px;
	border-radius: 20px;
	top: 50%;
	left: 50%;
	margin-top: -330px;
	margin-left: -25%;
	/* background: url(/common/images/pc_rule_bg.png?v=6); */
	background: #fff7e9;
	background-size: 100% 100%;
}

.rule_box .close {
	position: absolute;
	top: -60px;
	right: -30px;
	width: 50px;
	cursor: pointer;
}

.rule_box .close img {
	width: 100%;
}

.rule_box .cont {
	/* padding: 2%; */
	width: 102%;
	height: 100%;
	overflow-y: auto;
}

.rule_box .cont .c {
	padding: 0 2%;
}

.rule_box .cont h4 {
	text-align: center;
	color: #9a6f4a;
	font-size: 24px;
	font-weight: 500;
}

.rule_box .cont p {
	font-size: 12px;
	margin: 0;
	color: #9a6f4a;
	text-align: left !important;
}

.rule_box .cont p.p1 {
	font-size: 14px;
	font-weight: 500;
	margin: 12px 0;
}

.rule_box .cont p.tips {
	color: #717171;
}

.rule_box .table_img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.rule_box .cont::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.rule_box .cont::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ffdea5;
}

.rule_box .cont::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background: #fff7e9;
}
.rule_box .tableBox {
	width: 100%;
	margin: 10px auto;
	text-align: center;
	border-radius: 50px;
	overflow: hidden;
	background-color: #fefcef;
	
}
.rule_box table {
	width: 100%;
}
.rule_box table th {
	width: 33.33%;
}
.rule_box table tr:nth-child(odd) {
	background-color: #f6ecdc;
}
.rule_box table th, .rule_box table td {
	font-size: 24px;
	height: 70px;
	color: #9a6f4a;
	font-weight: 500;
}
.rule_box table td {
	opacity: 0.6;
}
.rule_box table th {
	background-color: #ffd48d;
}
.rule_box .tableBox p {
	width: 92%;
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 20px;
}


/* wap */
@media screen and (max-width:1024px) {
	.rule_box {
		width: 88%;
		margin-left: -45%;
		padding-top: 5%;
		padding-bottom: 3%;
	}

	.rule_box .cont {
		width: 100%;
	}

	.rule_box .cont h4 {
		font-size: 34px;
		text-align: center;
		margin-bottom: 20px;
	}

	.rule_box .cont h4 img {
		height: 100%;
	}

	.rule_box .cont p {
		font-size: 24px;
		line-height: 36px;
	}

	.rule_box .cont p.p1 {
		font-size: 26px;
		text-align: center !important;
	}
}
