body {
	font-family: 'STHeiti', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
	margin: 0 auto;
	background-color: #4d0a05;
}

#container {
	margin: 0 auto;
	max-width: 750px;
	min-height: 100vh;
	background: url("../images/bg01.jpg?v=1") no-repeat center -0.7rem;
	background-size: 100% 110%;
}

img {
	vertical-align: top;
	width: 100%;
}

.header {
	background: #1E8362;
}

.header .hInner {
	padding: 0.15rem 0 0.14rem 0.4rem;
}

.header .hInner .logo {
	width: 2.11rem;
	float: left;
}

.header .hInner .logo img {
	display: block;
}

.header .hInner ul {
	padding: 0.1rem 0.2rem 0 0;
	float: right;
}

.header .hInner li {
	float: left;
}

.header .hInner li a {
	width: 1.04rem;
	display: block;
	color: #fff;
	font-size: 0.18rem;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/line.png) no-repeat left top;
	background-size: 1px 0.6rem;
	box-sizing: border-box;
}

.header .hInner li:first-child a {
	background: none;
}

.header .hInner li a img {
	margin: 0 auto;
	width: auto;
	height: 0.35rem;
	display: block;
}

.main {
	margin: 0 auto;
	padding: 3rem 0 0.5rem;
	width: 6.81rem;
	min-height: 12.2rem;
	box-sizing: border-box;
}

.main .txtBox {
	margin-bottom: 0.46rem;
	padding: 0.35rem 0 0.16rem 0.3rem;
	position: relative;
	border: 1px solid #1E8362;
	border-radius: 0.1rem;
}

.main .txtBox .ttl {
	width: 100%;
	position: absolute;
	left: 0;
	top: -0.22rem;
	text-align: center;
}

.main .txtBox .ttl span {
	margin: 0 auto;
	width: 1.67rem;
	height: 0.43rem;
	display: block;
	color: #1e8362;
	font-size: 0.32rem;
	font-weight: bold;
	line-height: 0.41rem;
	background: url(../images/bg02.png) no-repeat;
	background-size: 100% auto;
}

.main .txtBox p {
	margin-left: 0.33rem;
	color: #fff;
	font-size: 0.22rem;
	line-height: 1.95;
	text-indent: -0.33rem;
}

.main .txtBox p a {
	width: 1.69rem;
	height: 0.29rem;
	display: inline-block;
	color: #1e8362;
	font-weight: bold;
	line-height: 0.27rem;
	text-align: center;
	text-indent: 0;
	background: url(../images/bg03.png) no-repeat;
	background-size: 100% auto;
	transition: all 0.2s;
	vertical-align: middle;
}
.main .txtBox p a.topzc {
	margin-top: -5px;
}
.main .txtBox p span {
	color: #fede3a;
}

.main form dl {
	margin: 0 auto 0.15rem;
}

.main form dt {
	clear: both;
	float: left;
	color: #fede3a;
	font-size: 0.27rem;
	line-height: 0.5rem;
}

.main form dd {
	padding-bottom: 0.22rem;
	width: 5.46rem;
	float: right;
	overflow: hidden;
	zoom: 1;
}

.main form dd input {
	margin: 0;
	padding: 0 0.1rem;
	width: 100%;
	height: 0.7rem;
	display: block;
	color: #fff;
	font-size: 0.22rem;
	line-height: 0.45rem;
	box-sizing: border-box;
	border: 1px solid #092E21;
	background: #1E8362;
	border-radius: 0.05rem;
}

.main form dd .code {
	width: 3.86rem;
	float: left;
}

.main form dd img {
	width: 1.53rem;
	display: block;
	float: right;
	font-size: 0.16rem;
}

.main form dd input::-webkit-input-placeholder {
	color: #62A891;
}

.main form dd input::-moz-placeholder {
	color: #62A891;
	opacity: 1;
}

.main form dd input:-moz-placeholder {
	color: #62A891;
	opacity: 1;
}

.main form .btn {
	margin: 0 auto;
	width: 3rem;
	text-align: center;
}

.main form .btn a,
.main form .btn a img {
	display: block;
}

.layui-layer-content {
	color: #000;
}

dd a {
	font-size: 0.22rem;
}


.layui-layer-content {
	color: #000;
}
.main form dd {
	position: relative;
}

.main form dd .yzm {
	position: absolute;
	top: 0;
	right: 0;
	color: #1e8362;
	line-height: 0.68rem;
	background-color: #FEED90;
	border-radius: 3px;
	text-align: center;
	width: 2rem;
	font-size: 0.22rem;
}
.cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.popBox {
	/*width: 280px;*/
	width: 5.5rem;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transform: -webkit-translate(-50%,-50%);
	background: url(../images/tcbg.png) no-repeat center top;
	background-size: 100% auto;
	box-sizing: border-box;
	padding: 1rem 0.3rem 0;
}
.popBox p {
	text-align: center;
	color: #000;
	font-size: 0.35rem;
	line-height: 2; 
}
.popBox p span {
	color: #1e8362;
}
.popBox .zc {
	width: 3rem;
	margin: 0.2rem auto 1rem;
}
.popBox .zc a {
	line-height: 2.2; 
	border-radius: 3px;
	display: block;
	text-align: center;
	font-size: 0.3rem;
	color: #fff;
	background-color: #165B46;
}
.popBox .closezc {
	width: 0.9rem;
	margin: 0 auto;
}
.popBox .closezc img {
	width: 100%;
}

.layui-layer-btn{
    font-size: 0.1rem;
}
iframe.check{position: fixed;top: 0;bottom: 0;height: 100%;width: 100%;padding: 0;margin: 0;border: 0;z-index: 99999999;}
.invisible{visibility:hidden;}


/* 1222 */
body{ background:#410a06; }
.popBox p span {
    color: #f62214;
}
.header .hInner .logo {     width: 2.6rem;
    margin-top: 0.1rem;
    float: inherit;
    display: inline-block;
}
.header .hInner{ padding-left:0.14rem; text-align: center; position:relative; }
.header .hInner ul {
    padding: 0.1rem 0.2rem 0 0;
    float: right;
    position: absolute;
    right: 0.1rem;
    top: 0.17rem;
}
.popBox .zc a{ ackground-image: -webkit-linear-gradient(,#d95d57,#ab3a32);
    background-image: linear-gradient(180deg,#d95d57,#ab3a32);
    webkit-box-shadow: rgb(10 10 10 / 16%) 0px 0px 10px 0;
    -moz-box-shadow: rgba(10,10,10,.16) 0px 0px 10px 0;
    box-shadow: rgb(10 10 10 / 16%) 0px 0px 10px 0; }
.header{ background:#4d0a05; box-shadow: 0px 4px 4px -4px rgb(0 0 0 / 12%);}
.header .hInner li a img{ height:0.46rem; }
.header .hInner li a { width: 1.9rem; line-height: 0.34rem; font-size: 0.24rem; color:#fff; background:0 none;}
#container{ background: url("../images/bg01.jpg?v=1") no-repeat center 0.3rem #4d0a05;
    background-size: 100% auto;}
.main .txtBox .ttl{ position: relative;
    height: 0.65rem;
    text-align: center;
    top: 0;
    overflow: hidden;
    background: url(../images/title-bg.jpg) no-repeat center top;
    background-size: auto 100%; margin-bottom: 0.1rem;}
.main .txtBox .ttl span {
    margin: 0;
    width: auto;
    height: auto;
    display: inline-block;
    padding-left: 0.7rem;
    background: url(../images/title-bg.jpg) no-repeat left top;
    color: #d1ae52;
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 0.6rem;
    background-size: auto 100%; text-indent:100rem; display:none;
}
.main .txtBox { border:0 none; background:#871910; border-radius: 0.22rem; border:1px solid #a82419; padding: 0.15rem 0.3rem 0.36rem 0.3rem;
	webkit-box-shadow: rgb(10 10 10 / 19%) 0px 0px 10px 0;
    -moz-box-shadow: rgba(10,10,10,.19) 0px 0px 10px 0;
    box-shadow: rgb(10 10 10 / 19%) 0px 0px 10px 0; overflow:hidden; margin-top: 0.2rem;
    margin-bottom: 0.32rem;}
.main{ padding: 3.5rem 0 0.5rem;}
.main .txtBox p a{ padding:0 0.2rem; background-size:100% 100%; line-height:0.4rem; height:0.4rem; color:#242424; }
.main .txtBox p {
    color: #f1f1f1;
    line-height: 0.46rem;
    overflow: hidden;
    height: auto; font-size: 0.26rem;
    text-indent: 0;
    margin-left: 0; margin-bottom: 0.09rem;
}
.main form dt{ width: 2.8rem; color:#f1f1f1; line-height: 0.7rem; text-align:right; box-sizing: border-box;}
.main form dd input{ background:#2f0704; border-color:#63120c; color:#f1f1f1; font-size: 0.26rem;}
.main form dd input::-webkit-input-placeholder {
	color: #b58c89;
}

.main form dd input::-moz-placeholder {
	color: #b58c89;
	opacity: 1;
}

.main form dd input:-moz-placeholder {
	color: #b58c89;
	opacity: 1;
}

.main .txtBox p span{ color:#d1ae52;}
.pf {
    position: fixed;
    bottom: 0;
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
}
.pf a {
    display: block;
}
.pf a img {
    display: block;
}
.cover{ z-index:9; display:none!important;}
.popBox{ z-index:99; display:none!important;}
.main form .btn{ width:3.4rem; }
.main form dd.checking input{ width:2.3rem; }
.checking-img{ display: inline-block;
    width: 1.6rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 0.7rem;
    border: 1px solid #987f6d;
    box-sizing: border-box;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.7rem;
    color: #987f6d;}
.main form dd .checking-img img{ width:100%; height:100%; }
.main{ padding-bottom: 2rem;}
.main form dd{ width:3.96rem; }
.checking-num{     border: 0 none;
    background: #d93422;
    border-radius: 0.1rem;
    color: #fff;}
.main form .btn{width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.main form .btn a{ width: 47%; }

.info > h5{ color:#b58b3b; font-size:0.36rem; text-align:center; font-weight:bold; line-height:1.4;}

.main form dd > select{ margin: 0;
    padding: 0 0.1rem;
    width: 100%;
    height: 0.7rem;
    display: block;
    font-size: 0.22rem;
    line-height: 0.45rem;
    box-sizing: border-box;
    border: 1px solid #092E21;
    border-radius: 0.05rem; 
    background: #242424;
    border-color: #404040;
    color: #999;
    font-size: 0.26rem;}
.main form dd > select option{ color:#999; }
.region-num{ position: relative; }
.region-num > span{ background:url(../images/region-num.png) no-repeat left center;;
background-size:100% auto;
  position: absolute;
  left: 0;
  height: 0.7rem;
  top: 0px;
  width: 1.2rem;
  z-index: 1;}
.main form .region-num > input{ padding-left:1.2rem;}
.main form dd input{ box-sizing: border-box; }

.conBox .ttl {
    position: relative;
    height: 0.65rem;
    text-align: center;
    top: 0;
    overflow: hidden;
    background: url(../images/title-bg-2.png) no-repeat center top;
    background-size: auto 100%;
    margin-bottom: 0.1rem;
}
.conBox{ padding:0.2rem 0 0 0; margin-top:0.2rem;}
.conBox > p { color: #f1f1f1;
    line-height: 0.46rem;
    overflow: hidden;
    height: auto;
    font-size: 0.26rem;
    text-indent: 0;
    margin-left: 0;
    margin-bottom: 0.09rem;}

table, th, td {
    line-height: 1.4;
    border-collapse: collapse;
}
.conBox table {
    margin: 10px 0;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%!important;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    text-align: center;
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.conBox table tr{ border-width: 1px;
    border-color: #fff; color:#f1f1f1; }
.conBox table td {
    padding: 4px 5px;line-height: 1.4;
    border-collapse: collapse; font-size:0.26rem;
}






