@charset "utf-8";
@font-face {
    font-family: Source Han Sans CN-Bold;
    src: url('font/SourceHanSansCN-Bold.otf');
}
@font-face {
    font-family: Montserrat-Bold;
    src: url('font/Montserrat-Bold.otf');
}

 html,body {
	/* width: 100%; */
    font-family: Microsoft YaHei,verdana;
	min-width: 1200px;
} 
a{
    text-decoration: none;
}
img{
    border:0; 
    margin:0; 
    padding:0
}

.clear{
    clear:both;
    }


.header-top{
	margin-top: 50px;
	margin-bottom: 80px;
	margin-left: 16.666667%;
	display: flex;
}
.header-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 34px;
	flex-shrink: 0;
	margin: 0 30px;
}
.header-line{
	width: 100%;
	height: 27px;
	background: #1C1CC6;
}
.search-content{
	margin: 0 auto;
	border: 1px solid #D2D2D2;
	border-radius: 5px;
	padding: 40px;
	display: flex;
	justify-content: center;
	align-content: center;
	width: 800px;
}
.content-left{
	width: 60%;
	padding-right: 40px;
	border-right: 1px solid #BFBFBF;
}
.content-right{
	width: 40%;
	margin-left: 40px;
	font-size: 16px;
}
.content-left input{
	height: 35px;
	background: #FFFFFF;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	width: 68%;
	padding: 0 10px;
}
.content-left p{
	margin-bottom: 2rem;
}
.content-right p{
	margin-top: 0;
}
.input-label{
	display: inline-block;
	width: 100px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}
.sub-btn{
	padding: 10px 30px;
	background: #1C1CC6;
	border-radius: 5px;
	border: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400px;
	margin-left: 100px;
}
.sub-btn:focus{
	outline: none;
}


/* 查询证书结果页面 */
.result{
	margin: 0 16.666667%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	justify-content: center;
}
.result-img{
	position: relative;
	width: 570px;
	margin-bottom: 20px;
}
.result-img img{
	width: 100%;
}
.name{
	position: absolute;
	top: 200px;
	left: 100px;
}
.number{
	position: absolute;
	top: 304px;
	left: 146px;
	font-size: 12px;
}
.no-id{
	position: absolute;
	top: 328px;
	left: 125px;
	font-size: 14px;
	color: red;
}