*{
	padding:0;
	margin:0;
	border:0;
}
html,body{
	min-height:100%;
}
body{
	width: 100%;
	height:100%;
	font-size:0.625em;
   font-family: "Microsoft Yahei","Hiragino Sans GB",sans-self;
    -webkit-font-smoothing: antialiased;
    /*-webkit-user-select: none;*/
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
    background:url(../images/background.jpg)repeat;
    background-color:#e9e9e9;

}
.clear{
	clear:both;
}
li{
	list-style:none;
}
a{
	text-decoration: none;
	color:#666;
}
#msg{
	padding:0 20px;
}
#top{
	width:100%;
	background:url(../images/top-back.png)repeat-x;
	padding:5px 15px;
	box-sizing:border-box;
	background-size:cover;
}
#top img{
	width:10%;
	/*float:right;*/
	/*margin-right:20px;*/
	display: inline-block;
    vertical-align: middle;
}
#top h1{
	font-size:1.8em;
	color:#5f9943;
}
#top h1>span{
	vertical-align: middle;
	width:80%;
	display:inline-block;
	padding-left:5%;
}

#content{
	width:90%;
	margin:30px auto;
	max-width:520px;
	
	}

#content .QueryButton li{
	width:49%;
	float:left;
	background:#c4c4c4;
	text-align:center;
	padding:10px 0;
	border-radius:10px 10px 0 0;
	font-family: "黑体";
	cursor:pointer;
}
#content .QueryButton li.active{
	background:#5f9943;
}
#content .QueryButton li:last-child{
	float:right;
}
.QueryButton li>img{
	vertical-align:middle;
	width:22%;
	margin-right:10px;
}

.QueryButton li>span{
	vertical-align: middle;
    display: inline-block;
    color:#fff;
    font-size:1.8em;
}
.Query-box{
	width:100%;
	background:#fff;
	padding:30px;
	margin-top:5px;
	box-sizing:border-box;
}
.Query-box .results h2,.Query-box .neibu-results h2,.Query-box .results1 h2{
	font-size:1.9em;
	color:#555;
	margin-bottom:5px;
	font-weight: normal;
}
.Query-box .results p,.Query-box .neibu-results p,
.Query-box .results1 p{
	font-size:1.7em;
	color:#666;
	
}
.Query-box .results1 .Continue-btn1,
.Query-box .results .Continue-btn,
.Query-box .neibu-results .Continue-btn1{
	width:50%;
	padding:10px 0;
	margin-top:20px;
	color:#fff;
	text-align:center;
	background:#e85021;
	border-radius:5px;
	font-size:1.8em;
	margin-left:25%;
}
.Query-box .QueryCon input{
	width:100%;
	padding:15px;
	border:1px solid #d4d4d4;
	font-size:1.8em;
	color:#ccc;
	font-family:"Microsoft Yahei";
	box-sizing:border-box;
}

.Query-box .results.logistics {
	margin: 0 -30px;
}
.Query-box .results.logistics p {
	padding: 0 25px;
}
.Query-box .results.logistics table {
	border-top: 1px solid #e7e7e7;
}
.Query-box .results.logistics th {
	padding: 15px 25px;
	font-size: 17px;
	color: #5f9943;
	vertical-align: top;
	border-bottom: 1px solid #e7e7e7;
}
.Query-box .results.logistics td {
	font-size: 17px;
	color: #666;
	padding: 15px 25px;
	border-bottom: 1px solid #e7e7e7;
}


#slider0,#slider1,#slider2{
 margin-top:25px;
  width: 100%;
  min-height:50px;
 position: relative;
  border-radius: 2px;
  background-color: #eeeeee;
  overflow: hidden;
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.slider_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #5f9943;
  z-index: 1;
}

.label {
  width: 20%;
  position: absolute;
  left: 0;
  top: 0;
 min-height:50px;
  padding:10px 0;
 /* border: 1px solid #cccccc;*/
  background-color: #5f9943;
  z-index: 3;
  cursor: move;
  color: #ccc;
  font-size: 1.8em;
  font-weight: 900;
	background:url(../images/slider.png)no-repeat;
	background-size:100% 50px;
}

.labelTip {
  position: absolute;
  left: 20%;
  width: 80%;
  height: 100%;
  font-size: 1.5em;
 color: #ccc;
  line-height: 50px;
  text-align: center;
  z-index: 2;
  box-sizing: content-box;
}

.help{
	width:100%;
	margin-top:25px;
	text-align:center;
	display:block;
	cursor:pointer;
}
.help span{
	display:inline-block;
	font-size:1.7em;
	color:#999;
	vertical-align: middle
}
.help img{
	vertical-align: middle;
	margin-left:8px;
	width:6%;

}
.button {
	cursor: pointer;
	width:100%;
	text-align: center;
	padding:12px 0;
	font-size:1.8em;
	color:#fff;
	background-color:#e85021;
	border-radius:8px;
	margin-top:15px;
}
.button:hover {
	background: #de623c;
}

.transfer{
	width:100%;
	text-align:center;
	margin-top:15px;
}
.transfer>a{
	font-size:1.6em;
}
.transfer>a>span{
	vertical-align: middle;
	display:inline-block;
}
.transfer>a>img{
	vertical-align: middle;
	width:10px;
	margin-left:8px;
}
.transfer>span{
	margin:0 15px;
	color:#666;
}

#footer{
	max-width:520px;
	width:90%;
	margin:80px auto 16px;
}
#footer p{
	font-size:1.5em;
	color:#9d9d9d;
	line-height:22px;
	margin-top:10px;
}
#footer .line-p{
	border-bottom:1px solid #b1b1b1;
	color:#999;
	padding:8px 0;
}

/*弹出层样式*/
.mask,.PopUp,.failure{
	display:none;
}
.mask{
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	position:absolute;
	z-index:10;
}
.PopUp,.failure{
	width:360px;
	left:50%;
	margin-left:-180px;
	top:50%;
	margin-top:-115px;
	position:absolute;
	z-index:11;
	padding:20px 0;
	background:#fff;
	text-align:center;
}
.failure{
	margin-top:-70px;
}
.PopUp>img{
	width:25%;
}
.PopUp>p,.failure>p{
	color:#666;
	font-size:2em;
	margin-top:10px;
}
.PopUp .popup-btn,.failure .failure-btn{
	width:52%;
	padding:12px 0;
	background:#e85021;
	color:#fff;
	font-size:1.6em;
	text-align:center;
	margin-left:24%;
	margin-top:20px;
	border-radius:5px;

}
/*大袋*/
.QueryCon .radio{
	font-size:1.7em;
	color:#999;
	margin-bottom:20px;
}
.QueryCon .radio span{
	background:url(../images/radio.jpg)no-repeat;
	padding-left:26px;
	background-size:20px;
	background-position:0 2px;
	margin-right:15px;
	height:24px;
	display:inline-block;
}
.QueryCon .radio span.active{
	background-position:0 -30px;
}


.QueryCon .big{
	text-align:center;
	color:#666;
	font-size:2em;

}
.QueryCon .num,.QueryCon .true-false{
	text-align:center;
	color:#5f9943;
	font-size:2.5em;
}
#textarea{
	width:100%;
	border:1px solid #ccc;
	text-align:left;
	padding:10px;
	box-sizing:border-box;
	font-size:1.6em;
	font-family: "arial"
}
/*获取防伪码的弹层*/
.security-code,.Identification-code,.Small-bag{
	width:90%;
	padding:30px 0px;
	background:#fff;
	position:absolute;
	z-index:200;
	left:5%;
	top:50%;
	display:none;
	box-shadow: 1px 1px 10px .7 #000;

}
.security-code>img,.Identification-code>img,.Small-bag>img{
	width:84%;
	margin-left:8%;
}
.security-code>p,.Identification-code>p,.Small-bag>p{
	font-size:2em;
	color:#666;
	text-align:center;
	margin:25px 0 20px;
	padding:0 20px;
}
.security-code>.button,.Identification-code>.button,.Small-bag>.button{
	width:45%;
	margin:0 auto;
}
.results1-con{
	padding:15px 10px 0px;
}
@media screen and (max-width:668px){
    #top img{
		width:30%;
		margin-right:0px;
	}
	#top h1>span{
		width:70%;
		padding-left:0;
	}
	.QueryButton li>img.wordsMore{
		margin-right:2px;
	}
	.QueryButton li>span{
		font-size:1.6em;
	}

	.PopUp,.failure{
		width:80%;
		left:10%;
		top:50%;
		margin-top:-115px;
		margin-left:0;
		position:absolute;
		z-index:11;
		padding:20px 0;
		background:#fff;
		text-align:center;
	}
	.failure{
		margin-top:-70px;
	}
	#four-num{
		display:block;
	}
	#textarea{
		display:none;
	}
	#textarea+p{
		display: none;
	}

}

@media screen and (min-width:668px){
	.security-code,.Identification-code,.Small-bag{
		max-width:420px;
		left:50%;
		margin-left:-210px;
		top:50%;
	}
}