@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

input::-webkit-input-placeholder {font-family:"宋体";}
input:-moz-placeholder {font-family:"宋体";}
input::-moz-placeholder{font-family:"宋体";}
input:-ms-input-placeholder {font-family:"宋体";}

/* 去除浏览器中默认的input样式  清除苹果浏览器的圆角表单*/
input[type="submit"],
input[type="reset"],
input[type="button"],
input{/*-webkit-appearance:none;*/ resize: none;outline: none;border:1px solid #000;}
/* 图片自适应 */
img {
max-width: 100%;
height: auto;
width:auto\9; /* ie8 */
border: none;
-ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/
}
/* 初始化 */
*{margin:0; padding:0; border:none;box-sizing:border-box;}
body{background-color:#f5f5f5;color:#333;font-family:"宋体";}
em,i{font-style: normal;}
a{text-decoration:none; color:#333;}
a:hover{ text-decoration:none;}
ul,ol{list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%;font-weight: normal;}
.fl{float:left;}
.fr{float:right;}

.top_SS {
	background: #009900;
	padding:.38rem .2rem;
	font-size: .36rem;
	text-align: center;
	letter-spacing:.02rem;
	box-shadow: 0 .02rem .03rem rgba(0,0,0,.3);
}
.top_SS span{
	color: #fff;
	text-shadow:.01rem .02rem .01rem rgba(0,0,0,.5);
	position: relative;
	padding-left:.8rem;
	font-weight:bold;
}
.top_SS span:after {
	content: " ";
	background: url('logo.gif');
	-webkit-background-size: contain;
	background-size: contain;
	width: .65rem;
	height: .65rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.conten_box{
	background: #fff;
	padding:.4rem;
	font-size: .22rem;
	width: 1000px;
	margin:.3rem auto;
	box-shadow:0 0 .05rem rgba(0,0,0,.3);
	position:relative;
}
.copy{font-size: .14rem;color:#666;text-align: center;margin:.3rem 0 .14rem;}

.formBox .form-item {
	width: 60%;
	margin-bottom: .25rem;
	margin-left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-37%);
}
.formBox .form-item .last{display:inline-block;}
.formBox .form-item label{
	font-size: .17rem;
	width: 1.3rem;
	display: inline-block;
	text-align:right;
	font-weight:bold;
}
.formBox .form-item input{
	width: 2.4rem;
	height: .42rem;
	font-size: .16rem;
	border:1px solid #ddd;
	background: #f9f9f9;
	border-radius:.05rem;
	padding:0 .1rem;
}
.formBox .short input{width: 1.4rem;}
.formBox .short img{height: .42rem;width: 1rem;vertical-align: middle;}
.txt_tip{color:#000;padding:.03rem;border-radius:.04rem;border:.03rem solid #00923f;}
.txt_tip dl{background:#fff;border-radius:.04rem;line-height:.26rem;border:.01rem solid #00913e;font-size: .16rem;padding-bottom:.1rem;}
.txt_tip dt{margin:.01rem 0 .05rem .015rem;background:linear-gradient(#299447,#2eb163,#309f4b);display: inline-block;padding:.01rem .2rem;border-bottom-left-radius:.15rem;border-top-right-radius:.2rem;color:#fff;}
.txt_tip dd{padding:0 .2rem;}

.btn-submit {
	text-align: center;
}
.btn-submit input{
	width: 2rem;
	height: .45rem;
    font-size: .2rem;
    color: #fff;
    background: #0a840a;
    border-radius: .06rem;
    border: none;
    cursor: pointer;
	letter-spacing:.01rem;
	box-shadow:0 .02rem .02rem rgba(0,0,0,.5);
	font-family:"宋体";
	font-weight:bold;
}
.chaX_name{text-align:center;width:calc(100% - 140px);}
.chaX_name p{width:49%;display:inline-block;font-weight:bold;vertical-align:top;}
.chaX_name p span{position: relative;}

.chaX_name_mb100{margin-bottom:.4rem;}

.erweimaRight {
	position: absolute;
	right: .4rem;
	top: .4rem;
}
.erweimaRight img{width:1.1rem;}

/*20250613二维码*/
.ewm0613{display:flex;justify-content:space-between;}


.chaXunbox h3 {
	text-align: center;
	margin-bottom: .2rem;
	font-weight: bold;
}
.chaXunbox h3 b{border-left:6px solid #32b92b;border-right:6px solid #32b92b;padding:0 .15rem;}
.explain{font-size: .16rem;width:100%;margin:.2rem 0;font-weight:bold;overflow:hidden;}
.explain dl{float:left;}
.explain dd{margin-top: .05rem;} /*margin-left:.5rem;*/
.explain em{float:left;}



	.jym {
		font-size: 0.16rem;
		color: red;
		text-align: center;
		word-break: break-all;
		margin-bottom: 0.2rem;
		font-weight: bold;
	}

.jym_m50{margin:.5rem 0;}

.chaXunbox table {
	width: 100%;
	margin: 0 auto .2rem;
	text-align: center;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	font-size:.2rem;
}
.chaXunbox table td{
	padding:.14rem .05rem;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	font-weight:bold;
}

.chaXunbox_p18 table td{padding:.18rem .05rem;}

.chaXunbox table .tHead {
	background: #f0f0f0;
	font-weight:bold;
}
.waitingBox{text-align:center;padding:2rem 0;}
.Listening{width:2rem;}


@media screen and (max-width: 768px) {
	.top_SS{font-size:.34rem;letter-spacing:0.01rem;}
	.conten_box{width: 100%;padding:.4rem .18rem;}

	.formBox{padding:0 .4rem;}
	.formBox .form-item{width: 100%;margin-left:37%;}
	.formBox .form-item label{display: none;}
	.formBox .form-item .last{display:block;width:100%;}
	.formBox .form-item input{width: 100%;font-size: .28rem;height: .68rem;margin-left: 0;}
	.formBox .short{display:flex;justify-content:space-between;}
	.formBox .short input{width:63%;}
	.formBox .short img{height:.68rem;width:35%;margin-top:-.03rem;}
	.btn-submit input{width: 88%;font-size: .36rem;height: .8rem;}
	
	.chaX_name{display: block;text-align:left;	height:1.5rem;width:100%;}

	.chaX_name p{font-size: .32rem;margin-bottom:.2rem;display:block;width:100%;}
	.chaXunbox table{font-size:.28rem;width:100%;}
	.chaXunbox h3 b{font-size: .3rem;}
	.explain{font-size: .25rem;width:100%;}
	.explain dd{}/*margin-left:.75rem;*/
	.explain dl{width:91%;} /*margin-left:.5rem;*/
	.explain em{width:9%;}


	.copy{font-size:.24rem;}
	.txt_tip dl{line-height:.38rem;font-size: .25rem;}
	.SJmm{font-size:.26rem;}
	.Listening{width:1.6rem;}
	.formBox .form-item .last span{font-size:.24rem !important;}
	.erweimaRight img{width:1.5rem;}

	.erweimaRight{position:absolute;right:.18rem;top:.18rem;}
	.jym{font-size:.24rem;}

	.chaX_name_mb100{margin-bottom:.2rem;margin-top:0;}
}



