@import "common.css";
body{
	background-color: #f4f4f4;
}
.html{
	width: 1200px;
	margin: 0 auto;
}
.zs-wtop {
	background-color: #319dd6;
}
.zs-top {
	height: 120px;
	background-image: url(zhengshu/img/top.jpg);
	background-repeat: no-repeat;
}
.zs-menu{
	background-color: #fff;
	height: 46px;
}
.zs-menu ul li{
	float: left;
	width: 135px;
	line-height: 46px;
	border-top: 1px solid #fff;
	text-align: center;
}
.zs-menu ul li.selected{
	background-color: #319dd6;
	color: #fff;
}
.zs-menu ul li.selected a{
	color: #fff;
}
.zs-menu ul .home{
	float: right;
	line-height: 46px;
	color: #319dd6;
	padding-left: 30px;
	background-image: url(zhengshu/img/zhengshu-home.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.zs-wmain{
	margin-top: 10px;
	padding: 100px 0;
}
.zs-main.zhengshu{
	border: 1px solid #f0f0f0;
	background-color: #fff;
	width: 760px;
	margin: 0 auto;
	border-radius: 20px;
}
.zs-main.zhengshu table tr td{
	padding: 10px;
}
.zs-main.zhengshu .zhengshu-form-add .head{
	text-align: center;
	height: 46px;
	line-height: 46px;
	color: #fff;
	border-radius: 20px 20px 0 0;
	background-color: #319dd6;
	position: relative;
}
.zs-main.zhengshu .zhengshu-form-add .head .hlj{
	position: absolute;
	top: 45px;
	left: 20px;
	width: 29px;
	height: 56px;
	background-image: url(zhengshu/img/zs-red.jpg);
}

.zs-main.zhengshu .zhengshu-form-add .qr{
	float: left;
	margin-left: -320px;
	width: 300px;
	text-align: center;
	border-right: 1px solid #f0f0f0;
}
.zs-main.zhengshu .zhengshu-form-add .qr .dl dt img{
	width: 240px;
	height: 240px;
}
.zs-main.zhengshu .zhengshu-form-add .list{
	padding: 50px 0 50px 320px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl{
	padding-left: 75px;
	padding-right: 20px;
	margin-top: 10px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl.tixing{
	color: #ccc;
	font-size: 13px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl dt{
	float:left;
	margin-left: -75px;
	line-height: 30px;
	font-size: 14px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl dd .input{
	width: 100%;
	height: 40px;
	border: 1px solid #e6e6e6;
	outline: 0px;
	box-sizing: border-box;
	padding: 0 10px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl.btn{
	text-align: center;
}
.zs-main.zhengshu .zhengshu-form-add .list dl.btn dd{
	margin-top: 35px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl.btn dd .zhengshu-btn{
	background-color: #ea3430;
	border: 0px;
	width: 150px;
	height: 40px;
	color: #fff;
	outline: 0px;
	cursor: pointer;
	font-size: 20px;
	background-image: url(zhengshu/img/zhengshu-button.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	text-align: right;
	padding: 0 10px;
}

.zs-main.zhengshu .zhengshu-result table tr td{
	padding: 10px;
}

.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;
}
.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: #999;
}
.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;
}
.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: #999;
}
.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;
}


@media (max-width:640px) {
	body{
		padding: 0 5px;
	}
	.html{
		width: 100% !important;
	}
	.zs-wmain{
		padding: 10px 0;
	}
.zs-main.zhengshu {
    border: 1px solid #f0f0f0;
    background-color: #fff;
    width: auto;
    margin: 0 auto;
    border-radius: 20px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl dt {
	width: 75px;
	text-align: center;
}
.zs-main.zhengshu .zhengshu-form-add .qr {
    float: none;
    margin-left: 0px;
    width: auto;
    text-align: center;
    border-right: 0;
}
.zs-main.zhengshu .zhengshu-form-add .list {
    padding: 0;
}
.zs-main.zhengshu .zhengshu-form-add .qr .dl dt img {
    width: 100px;
    height: 100px;
}
	
}
