html, *{
	padding: 0 ;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html{
	width: 100%;
	height: 100%;
	font-family: 'Microsoft Yahei';
}
body{
	min-width: 320px;
	max-width: 540px;
	height: 100%;
	margin: 0 auto;
	background: #F2F2F2;
}

.title-bg{
	width: 100%;
	height: 123px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	*line-height: 123px;
	background: url('../images/banner.png') no-repeat;
	background-size: 100% 123px;
	font-weight:600;
	padding-top:35px;
}
.list-ctn{
	margin-top: 10px;
	padding: 0 10px;	
}
.list-ctn>section{
	width: 100%;
	border: 1px solid #dddddd;
	border-radius: 5px 5px 0 0;
	background: #fff;
	margin-bottom: 5px;
	overflow: hidden;
}
.list-ctn>section .title{
	height: 30px;
	line-height: 29px;
	border-bottom: 1px solid #dddddd;
	padding: 0 10px;
}
.title *{
	display: inline-block;
}
.title img{
	width: 18px;
	height: 18px;
	vertical-align: sub;
}
.title span{
	font-size: 15px;
	font-weight: 600;
	color: #666;
}
.list-ctn section .content{
	width: 100%;
	padding: 0 10px;
	font-size: 14px;
}
.content .s-code{
	width: 100%;
	height: 35px;
	border: 1px solid #0F81EF;
	outline: none;
	border-radius: 5px;
	padding: 0 10px;
	margin: 10px 0;
	font-size: 16px;
	background: #fff;
}
.btn-area{
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin-bottom: 10px;
}
.btn-area button{
	color: #fff;
	padding: 0 20px;
	height: 40px;
	font-size: 14px;
	border-radius: 5px;
	outline-style: none;
	border-style :none;
}
.btn-area .query{
	background: #0F81EF;
}
.btn-area .reset{
	background: #FF6D37;
}
.mg-r-15{
	margin-right: 25px;
}
.content .result{
	padding: 15px 15px;
	color: #666;
}
.content .ctn-box{
	padding: 20px 15px;
}
.content .notice{
	color: #666;
}

.content .cert-info{
	height: 38rem;
	background: url('../images/bg.png') no-repeat;
	background-size: 100% 38rem;
	overflow: hidden;
}
 .content .cert-info .head{
	margin-top: 3rem;
	margin-bottom: 1.2rem;
}
 .content .cert-info .head p{
	text-align: center;
}
 .content .cert-info .head .pname{
	color: #b7986c;
	font-size: 1.2rem;
	font-weight: 600;
}
 .content .cert-info .head .cname{
	color: #424c58;
	font-size: 1.2rem;
}
 .content .cert-info .head .code{
	color: #424c58;
	font-size: .96rem;
}

.content .info-table{
	margin-top: 20px;
	margin: 0 auto;
	padding: 0.6rem 1.7rem;
}
 .content .info-table td{
	color: #424c58;
	font-size: .86rem bold;
}
 .content .info-table .opt{
	width: 32%;
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
}
 .content .info-table .val{
	width: 100%;
	text-align: left;
	padding-left: 5px;
	padding-right: 20px;
}
 .content .remark{
	margin-top: 1rem;
}
 .content .remark p{
	padding:0.6rem 1.7rem;
	color: #424c58;
	font-size: .86rem;
	text-align: left;
}
 .content .relate{
	margin-top: 0.1rem;
}
 .content .relate p{
	line-height: 0.75rem;
	padding:0.2rem 1.7rem;
	color: #424c58;
	font-size: 0.85rem;
	text-align: left;
}

.hidden{
	display: none;
}
.errMsg{
	padding: 15px 15px;
	padding-bottom: 25px;
	color: red;
}
.explain{
	color: #666666;
	font-size: .35rem;
	padding: 20px 10px;
}
.bottom-pin{
	position: absolute;
	bottom: 0px;
}
.title-bg{

}
.logo-explain{
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.logo-explain .explain{
	font-size: 14px;
	text-align: left;
	color: #0068B7;
	padding: 0 15px;
}
.logo-explain img{
	width: 70%;
}
.bottom-pin{
	position: absolute;
	bottom: 0px;
}
.line{
	border-bottom: 1px solid #0068B7;
	margin: 10px 15px;
}