@charset "utf-8";
/* CSS Document */
ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, input, textarea, select{margin:0;padding:0}
h1,h2,h3,h4,h5,h6 {font-size:0%; font-weight:normal;line-height:0%}
img{border:0;vertical-align:middle}
em{font-style:normal}
li{list-style:none}
em,i{font-style:normal}
textarea,input{background: none; border:none;}
a{color:#666;text-decoration:none;}
*{padding:0;margin:0;list-style: none;text-decoration: none;font-weight:normal;color:#333; }
html{width:100%;height:100%;font:16px/16px 'Microsoft Yahei';}
body{font:16px/16px 'Microsoft Yahei';/*position:relative;*/}
a,button,input,optgroup,select,textarea {
    -webkit-tap-highlight-color:rgba(0,0,0,0);outline: none; /*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/border:0}
input[type=”button”], input[type=”submit”], input[type=”reset”] {
-webkit-appearance: none;/*去掉苹果默认样式*/
}
select{
    -webkit-appearance: none;/*兼容苹果手机*/
    border:none;
    background-color: transparent;
    color: #666666;
}
input::-webkit-input-placeholder{
    font-size:0.3rem;
}
body{background: #fff;}
.clearfix:after{visibility:hidden;clear:both;display:block;content:".";height:0}
/*引导页*/
.wstGuideWrapper{
	max-width:750px;
	min-width:320px;
	margin:0 auto;
	overflow:hidden;
	background:#ffffff;
	min-height: 100VH;
	padding-top:1px;
	box-sizing: border-box;
	padding-bottom: 1px;
	background: #e6daca url(./../images/bg1.png) no-repeat center top;
	background-size:cover;
}
.bannerWrap{
	width:7.5rem;
	height:3.87rem;
	display: block;
	margin:0 auto;
}
.bannerWrap .logoPic{
	width:5rem;
	height: 0.48rem;
	display: block;
	margin:0 auto;
	padding-top:1.68rem;
}
.bannerWrap .logoPic.logoPic1{
	width:3.23rem;
	height: 0.31rem;
	display: block;
	margin:0 auto;
	padding-top:0.99rem;
}
.bannerIcon{
	display: flex;
	justify-content: center;
	padding-top: 0.98rem;
}
.bannerIcon img.icon1{
    width: 0.31rem;
    height: 0.06rem;
	margin-right: 0.1rem;
}
.bannerIcon img.icon2{
	width: 0.15rem;
	height: 0.06rem;
}
.codeWrap{
	margin:0 auto;
}
.code-title{
	width: 100%;
	font-size: 0.36rem;
	color: #333333;
	text-align: center;
	line-height: 0.36rem;
	padding-bottom: 0.28rem;
	padding-top:0.8rem;
	font-weight: bold;
}
.code-desc{
	width: 100%;
	font-size: 0.26rem;
	color: #666666;
	text-align: center;
	line-height: 0.26rem;
	padding-bottom: 0.8rem;
}
.code-desc span{
	color: #195cbf;
}
.code-con{
	width:3.62rem;
	height:3.62rem;
	margin:0 auto;
}
.code-con img{
	width:3.62rem;
	height:3.62rem;
}
.code-tip{
	font-size: 0.28rem;
	padding-top: 0.42rem;
	text-align: center;
	line-height: 0.28rem;
	color: #222222;
	font-weight: bold;
}
.code-tip.code-tip1{
	padding-top: 0.27rem;
}
/*查询页*/
.wstSearchWrapper{
	max-width:750px;
	min-width:320px;
	margin:0 auto;
	overflow:hidden;
	min-height: 100VH;
}
.resultBanner{
	width: 100%;
	height: 2.9rem;
}
.logoPicResult{
	width: 2.97rem;
	height: 0.29rem;
	position: absolute;
	top: 0.44rem;
	right: 0.26rem;
}
.searchWrap{
	width:6.26rem;
	height:9.28rem;
	background:#fff;
	margin:0 auto;
	border-radius: 0.2rem;
	box-shadow:0 0 0.1rem rgba(255,255,255,0.4);
}
.searchTitle{
	width: 100%;
	font-size: 0.5rem;
	color: #222222;
	text-align: center;
	line-height: 0.5rem;
	padding:0.86rem 0 0.44rem;
	font-weight: bold;
}
.searchIcon{
	display: flex;
	justify-content: center;
	padding-top: 0.44rem;
}
.searchIcon img.icon1{
	width: 0.31rem;
	height: 0.06rem;
	margin-right: 0.1rem;
}
.searchIcon img.icon2{
	width: 0.15rem;
	height: 0.06rem;
}
.stepWrap{
	padding-top: 0.68rem;
}
.stepPic{
    width: 6.22rem;
	height: 3.22rem;
	display: block;
	marghin:0 auto;
}
.searchCode{
	width:4rem;
	position: relative;
	margin-left: 0.9rem;
	display: flex;
	justify-content:space-between;
	padding-top:0.2rem;
}
.picWrap{
	width:1.22rem;
}
.picWrap img{
	width:1.22rem;
	height: 1.84rem;
}
.picWrap p{
	text-align: center;
	color: #333333;
	font-size: 0.18rem;
	padding-top:0.1rem;
	line-height: 0.18rem;
}
.iconWrap{
	height: 1.84rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.iconWrap img{
	width:0.18rem;
	height: 0.12rem;
	display: block;
	margin:0 auto;
}
.searchBtn1{
	width:6.28rem;
	height: 0.88rem;
	background: #42B0C9;
	border-radius: 0.1rem;
	color: #fff;
	text-align: center;
	margin:0.95rem auto 0;
	line-height: 0.88rem;
	font-size: 0.32rem;
	letter-spacing: 0.04rem;
}
.searchBtn1.searchBtnx{
	margin-top: 3.9rem;
}
.searchBtn1 img{
	width:0.3rem;
	height: 0.3rem;
	margin-right: 0.2rem;
	vertical-align: middle;
	position: relative;
	top: -0.02rem;
}
.search_tips{
	padding-top: 0.57rem;
	color: #222222;
	line-height: 0.2rem;
	font-size: 0.2rem;
	text-align: center;
}
.inputWrap{
	width:6.28rem;
	height: 0.7rem;
	border:2px solid #42B0C9;
	border-radius: 0.1rem;
	display: flex;
	justify-content: space-between;
	margin:0.56rem auto 0;
}
.inputWrap .inputLeft{
	width: 4.5rem;
	height: 0.7rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.inputWrap .inputLeft input{
	width: 4.3rem;
	height: 0.7rem;
	padding-left:0.2rem;
	text-align: left;
	background: #ffffff;
	border-radius: 0.1rem;
	line-height: 0.6rem;
	color:#666666;
	font-size: 0.26rem;
}
.inputWrap .inputLeft input::placeholder{
	color:#c0c0c0;
	font-size: 0.26rem;
}
.searchBtn2{
	width:1.7rem;
	height: 0.7rem;
	background: #42B0C9;
	border-radius: 0.08rem;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
}
.searchBtn2 img{
	width:0.22rem;
	height:0.22rem;
	padding: 0.24rem;
}
.searchBtn2 p{
	color: #fff;
	font-size: 0.24rem;
	line-height: 0.24rem;
	line-height: 0.7rem;
}
/*查询结果*/
.wstResultWrapper{
	max-width:750px;
	min-width:320px;
	margin:0 auto;
	overflow:hidden;
	background:#ffffff;
	min-height: 100VH;
	padding-top:1px;
	box-sizing: border-box;
	padding-bottom: 1px;
	background: #e6daca url(./../images/result-bg.png) no-repeat center top;
	background-size:cover;
}
.bannerText{
	width: 100%;
	font-size: 0.6rem;
	color: #222222;
	text-align: center;
	line-height: 0.6rem;
	padding:0.8rem 0 0.46rem;
	font-weight: bold;
	letter-spacing: 0.08rem;
}
.bannerIcon.bannerIcon1{
	padding-top: 0;
}
.bannerWrap.bannerWrap1{
	height: auto;
}
.resultIcon{
	width:3.32rem;
	height: 2.73rem;
	display: block;
	margin:0.46rem auto 0;
}
.resultText{
	width: 100%;
	font-size: 0.34rem;
	color: #333333;
	text-align: center;
	line-height: 0.34rem;
	padding-top: 0.68rem;
	font-weight: bold;
}
.resultDesc{
	width: 100%;
	font-size: 0.24rem;
	color: #333333;
	text-align: center;
	line-height: 0.24rem;
	padding-bottom: 0.45rem;
	padding-top: 0.4rem;
	font-weight: bold;
	letter-spacing: 0.02rem;
}
.resultDesc span{
	margin-left: 0.05rem;
	color: #005788;
	font-size: 0.24rem;
}
.resultTimes{
	margin:0 auto;
	font-size: 0.24rem;
	color: #ffffff;
	text-align: center;
	line-height: 0.42rem;
	padding-top:0.3rem;
	padding-bottom: 0.4rem;
	font-weight: bold;
	padding-bottom: 0.3rem;
	letter-spacing: 0.02rem;
}
.result-code{
	width:7.5rem;
	height:0.49rem;
	line-height: 0.49rem;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background: url(./../images/code-bg.png) no-repeat center center;
	background-size: 7.5rem 0.49rem;
	margin:0 auto;
	font-size: 0.32rem;
	letter-spacing: 0.04rem;
	border-radius: 0.1rem;
}
.result-pic{
	width:2.88rem;
	height:2.91rem;
	margin:0.63rem auto 0;
}
.result-pic img{
	width:2.88rem;
	height:2.91rem;
}
.tips{
	font-size: 0.26rem;
	padding-top: 0.18rem;
	text-align: center;
	line-height: 0.38rem;
	color: #705d48;
}
.continueBtn{
	width:5.26rem;
	height:0.7rem;
	display: block;
	margin:0.72rem auto 0.95rem;
}

