@import "common.css";
body{
	/* background-color: #dbdbdb; */
}
.html{
	width: 1200px;
	margin: 0 auto;
}
.cert-top{
	padding:20px 0;
}
.zs-wmain{
	padding: 160px 0 70px;
	background-image: url(img/wwgczs_pc.jpg);
	background-position: center top;
	background-size:cover;
	box-sizing:border-box;
}
.zs-menu{
	margin-right:50px;
}
.zs-menu ul li{
	background-color: #e7c279;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 8px 20px;
	cursor: pointer;
	width:230px;
	box-sizing:border-box;
	font-size:16px;
	box-shadow: 0 0 15px 1px #666;
}
.zs-menu ul li:last-child{
	margin-bottom: 0px;
}
.zs-menu ul li a{
	color: #fff;
}
.zs-menu ul li.selected{
	background-color: #a32016;
	color: #fff;
}
.zs-menu ul li:before{
	display:inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	border-radius:50%;
	background-color:#fff;
	margin-right:10px;
	color:#000;
	font-size:12px;
}
.zs-menu ul li:nth-child(1):before{
	content:'1';
}
.zs-menu ul li:nth-child(2):before{
	content:'2';
}
.zs-menu ul li:nth-child(3):before{
	content:'3';
}
.zs-menu ul li:nth-child(4):before{
	content:'4';
}
.zs-menu ul li:nth-child(5):before{
	content:'5';
}
.zs-menu ul li:nth-child(6):before{
	content:'6';
}
.zs-menu ul li:nth-child(7):before{
	content:'7';
}
.zs-menu ul li:nth-child(8):before{
	content:'8';
}
.zs-menu ul li:nth-child(9):before{
	content:'9';
}
.zs-menu ul li:nth-child(10):before{
	content:'10';
}
.zs-menu ul li:nth-child(11):before{
	content:'11';
}
.zs-menu ul li:nth-child(12):before{
	content:'12';
}
.zs-menu ul li:nth-child(13):before{
	content:'13';
}
.zs-main.zhengshu{
	background-color: #fff;
	border-radius: 10px;
	/* width: 760px;
	margin: 0 auto; */
	padding: 30px;
	flex:1 1 auto;
	box-shadow: 0 0 35px 1px #333;
}
.zs-main.zhengshu table tr td{
	padding: 10px;
	white-space:nowrap;
}
.zs-main.zhengshu .zhengshu-form-add .head .h1{
	font-size: 28px;
}
.zs-main.zhengshu .zhengshu-form-add .head .txt{
	font-size: 15px;
	color:#999;
	padding:20px 0;
	border-bottom:1px solid #f0f0f0;
}
.zs-main.zhengshu .zhengshu-form-add .bottom{
	font-size: 15px;
	color:#999;
	padding:20px 0;
	border-top:1px solid #f0f0f0;
	color:#a42016;
}
.zs-main.zhengshu .zhengshu-form-add .row-box{
	padding:50px 0;
}
.zs-main.zhengshu .zhengshu-form-add .form{
	width:500px;
}
.zs-main.zhengshu .zhengshu-form-add .form dl{
	padding-left: 105px;
	margin-top: 10px;
}
.zs-main.zhengshu .zhengshu-form-add .form dl dt{
	float:left;
	margin-left: -105px;
	line-height: 50px;
	font-size: 20px;
	color:#666;
}
.zs-main.zhengshu .zhengshu-form-add .form dl dd .input{
	width: 100%;
	height: 50px;
	border: 1px solid #e6e6e6;
	outline: 0px;
	box-sizing: border-box;
	padding: 0 10px;
}
.zs-main.zhengshu .zhengshu-form-add .form dl dd .input::placeholder{
	color:#ccc;
	font-size:18px;
}
.zs-main.zhengshu .zhengshu-form-add .form dl.btn{
	text-align: center;
}
.zs-main.zhengshu .zhengshu-form-add .form dl.btn dd{
	margin-top: 35px;
}
.zs-main.zhengshu .zhengshu-form-add .form dl.btn dd .zhengshu-btn{
	background-color: #a42016;
	border: 0px;
	width: 200px;
	height: 50px;
	color: #fff;
	outline: 0px;
	cursor: pointer;
	font-size: 20px;
	padding: 0 10px;
	border-radius:30px;
}
.zs-main.zhengshu .zhengshu-form-add .pic{
	width:0;
	background-image: url(img/cert-pic.png);
	background-repeat: no-repeat;
	background-position: right center;
	flex:1 1 auto;
}


.zs-main.zhengshu .zhengshu-result table tr td{
	padding: 10px;
	white-space:nowrap;
}
.zhengshu-result2, .zhengshu-norecord{
    border: 1px solid #f0f0f0;
    background-color: #fff;
    border-radius: 5px;
    width: 1200px;
    margin: 0 auto;
    padding: 15px;
	box-sizing: border-box;
}
.zhengshu-result2 .head{
	height: 44px;
	border-bottom: 1px solid #e7e7e7;
}
.zhengshu-result2 .head .column{
	float:left;
	line-height: 44px;
	font-size: 18px;
}
.zhengshu-result2 .head .query{
	float:right;
	padding-left: 20px;
	background-image: url(zhengshu/img/zhengshu-result-query.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 10px;
}
.zhengshu-result2 .head .backhome{
	float:right;
	padding-left: 20px;
	background-image: url(zhengshu/img/zhengshu-result-backhome.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	margin-top: 10px;
}


.zhengshu-result2 .head3{
	padding: 20px 0;
	padding-left: 220px;
	border-bottom: 5px solid #ddd;
}
.zhengshu-result2 .head3 .pic{
	float: left;
	margin-left: -220px;
	width: 200px;
}
.zhengshu-result2 .head3 .pic img{
	width: 100%;
	height: 220px;
}
.zhengshu-result2 .head3 .title{
	font-size: 25px;
	margin-bottom: 20px;
}
.zhengshu-result2 .head3 .title2{
	margin-bottom: 10px;
}
.zhengshu-result2 .head2{
	padding: 20px 0;
	text-align: center;
}
.zhengshu-result2 .head2 ul li{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	width: 180px;
	background-color: #2070af;
	margin: 10px;
	cursor: pointer;
	border-radius: 3px;
}
.zhengshu-result2 .head2 ul li.selected{
	background-color: #e64b47;
}
.zhengshu-result2 .list2{
	display: none;
}
.zhengshu-result2 .list2.show{
	display: block;
}


.zhengshu-result2 .table-head{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	padding-left: 10px;
	background-color: #2070af;
	border-radius: 5px 5px 0 0;
	margin-top: 20px;
}
.zhengshu-result2 .table-head .baseinfo{
	float:left;
	margin-right: 10px;
}
.zhengshu-result2 .table-data{
	border-spacing: 1px;
	border-collapse:separate;
	background-color: #c2e4ff;
	width: 100%;
}
.zhengshu-result2 .table-data td{
	background-color: #fff;
	padding: 10px;
	white-space:nowrap;
}
.zhengshu-result2 .table-data tr td:nth-child(1),.zhengshu-result2 .table-data tr td:nth-child(3){
	text-align: right;
	width: 15%;
	font-weight: bold;
	font-size: 16px;
}
.zhengshu-result2 .table-data tr td:nth-child(2),.zhengshu-result2 .table-data tr td:nth-child(4){
	width: 35%;
	font-size: 14px;
	color: #666;
}
.zhengshu-result2 .table-data tr td .star:before,.zhengshu-result2 .table-data tr td .star:after{
	content: '***';
	color: red;
}
.zhengshu-result2 .table-data2{
	border-spacing: 1px;
	border-collapse:separate;
	background-color: #c2e4ff;
	width: 100%;
}
.zhengshu-result2 .table-data2 td{
	background-color: #fff;
	padding: 10px;
	white-space:nowrap;
}
.zhengshu-result2 .table-data2 tr td:nth-child(1){
	text-align: right;
	width: 15%;
	font-weight: bold;
	font-size: 16px;
}
.zhengshu-result2 .table-data2 tr td:nth-child(2){
	width: 35%;
	font-size: 14px;
	color: #666;
}
.zhengshu-result2 .table-data2 tr td  dl.zhengshu-qr dt{
	float: left;
}
.zhengshu-result2 .table-data2 tr td  dl.zhengshu-qr dd{
	padding-top: 50px;
}
.zhengshu-result2 .table-data2 tr td  dl.zhengshu-qr dd .c{
	font-weight: bold;
}
.zhengshu-norecord{
	width: 700px;
	padding: 50px;
}
.zhengshu-norecord ul li{
	line-height: 30px;
}
.zhengshu-norecord ul li.c{
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.zhengshu-norecord ul li a{
	color: red;
}



.zhengshu-result2 .table-data3{
	border-spacing: 1px;
	border-collapse:separate;
	background-color: #c2e4ff;
	width: 100%;
}
.zhengshu-result2 .table-data3 td{
	background-color: #fff;
	padding: 10px;
}
.zhengshu-result2 .table-data3 td.b{
	font-weight: bold;
}

.zhengshu-result2 .table-data3 tr td .star:before,.zhengshu-result2 .table-data3 tr td .star:after{
	content: '***';
	color: red;
}
.wtable{
	width:100%;
	overflow:auto;
}

.zhengshu-result2 .table-list{
	border-spacing: 1px;
	border-collapse:separate;
	background-color: #c2e4ff;
	width: 100%;
}
.zhengshu-result2 .table-list td{
	background-color: #fff;
	padding: 10px;
}
.zhengshu-result2 .table-list tr:not(:nth-child(1)) td{
	font-size: 14px;
    color: #999;
}


@media (max-width:640px) {
	body{
		padding: 0 5px;
	}
	.html{
		width: 100% !important;
	}
.cert-top img{
	width:100%;
}
	.zs-wmain{
		padding: 10px 0;
	}
.zs-main.zhengshu {
    padding: 10px;
	margin:10px;
}
.zhengshu-result2 .table-data tr td:nth-child(1),.zhengshu-result2 .table-data tr td:nth-child(3){
	font-weight:normal;
	font-size: 12px;
}
.zhengshu-result2 .table-data2 tr td:nth-child(1) {
    font-weight: normal;
    font-size: 12px;
}
.flex{
	display:block;
}
.zs-menu {
    margin-right: 0px;
}
.zs-menu ul{
	display:flex;
	flex-wrap:wrap;
}
.zs-menu ul li {
    width: auto;
    font-size: 14px;
	padding: 3px;
	width:48%;
	margin:0.5%;
	/* text-align:center; */
}
/* .zs-menu ul li[data-type="cooper"], 
.zs-menu ul li[data-type="assessor"],
.zs-menu ul li[data-type="job"],
.zs-menu ul li[data-type="pro"]
{
	width:49%;
} */
.zs-menu ul li:before {
    /* display: none; */
}	
/* .zs-menu ul li:last-child {
    width:97%;
	text-align:center;
} */


.zs-main.zhengshu .zhengshu-form-add .head .h1 {
    font-size: 16px;
	text-align:center;
}
.zs-main.zhengshu .zhengshu-form-add .head .txt {
    font-size: 12px;
    padding: 10px 0;
}
.zs-main.zhengshu .zhengshu-form-add .row-box {
    padding: 10px 0;
}
.zs-main.zhengshu .zhengshu-form-add .form {
    width: 100%;
}
.zs-main.zhengshu .zhengshu-form-add .form .inputs-group{
    height:auto !important;
}
.zs-main.zhengshu .zhengshu-form-add .form dl {
    padding-left: 85px;
    margin-top: 10px;
}
.zs-main.zhengshu .zhengshu-form-add .form dl.btn:last-child {
    padding-left: 0px;
}
.zs-main.zhengshu .zhengshu-form-add .form dl dt {
    margin-left: -85px;
    font-size: 14px;
    line-height: 35px;
}
.zs-main.zhengshu .zhengshu-form-add .form dl dd .input {
    width: 170px;
    height: 35px;
    border: 1px solid #e6e6e6;
    outline: 0px;
    box-sizing: border-box;
    padding: 0 10px;
}
.zs-main.zhengshu .zhengshu-form-add .form dl dd .input::placeholder{
	font-size:13px;
}
.zs-main.zhengshu .zhengshu-form-add .form dl.btn dd .zhengshu-btn {
    width: 100%;
	box-sizing:border-box;
}
.zs-main.zhengshu .zhengshu-form-add .bottom {
    font-size: 12px;
    padding: 10px 0;
}
.wfoot{
	display:none;
}
}
