/*凭证查询*/
body{
	overflow-y: hidden;
}
#main2{
	background: url('../images/query01.jpg') no-repeat center;
	width: 100%;
	min-width:1200px;
	min-width: 1200px;
	/*overflow-y: scroll;*/
	overflow-x: hidden;
	background-size: 100% 100%;
	clear: left;
}
ul.query-nav{
	width: 700px;
	margin: 0 auto 45px;
	padding-top: 155px;
	overflow: hidden;
}
ul.query-nav li{
	float: left;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 0 70px;
	cursor: pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
}
ul.query-nav li.active{
	opacity:1;
	filter:alpha(opacity=100);
}
#queryList{
	padding-bottom: 300px;
	overflow: hidden;
	clear: left;
}
.queryList1{
	overflow: hidden;
}
.listIpt1{
	width: 608px;
	height: 68px;
	border-radius: 4px;
	background: url("../images/query06.png") no-repeat center;
	margin: auto;
}
input.ipt1{
	width: 490px;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #ebebeb;
	color: #999;
	margin: 8px 0 0 8px;
}
.listIpt2{
	width: 490px;
	height: 25px;
	border-radius: 4px;
	margin: auto;
	color: #fff;
}
.listIpt2 label{
	margin-right: 50px;
}
.listIpt2 input[type="radio"]{
	position: relative;
	vertical-align: middle;
}
.listIpt3{
	width: 545px;
	height: 73px;
	border-radius: 4px;
	margin: auto;
}
.listIpt3 input.ipt2{
	width: 509px;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	border-radius: 4px;
	background-color: #ebebeb;
	color: #999;
	margin: 8px 0 0 8px;
}
a.searchBtn{
	display: block;
	width: 90px;
	height: 50px;
	background-color: #bb000f;
	font-size: 16px;
	color: #fff;
	margin: 8px 0 0;
	text-align: center;
	line-height: 50px;
}
button.searchBtn{
	display: block;
	width: 90px;
	height: 50px;
/* 	background-color: #bb000f; */
	background-color: #ef8200;
	font-size: 16px;
	color: #fff;
	margin: 8px 0 0;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
i.searchImg{
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	background: url('../images/query05.png') no-repeat center;
	font-size: 16px;
	color: #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin: 16px 0 0 15px;
}
/*保全号不存在*/
.queryList1 p.Nothing{
	font-size: 14px;
	color: #ff0000;
	margin: 10px 0 0 300px;
}
.queryList1 p.Nothing img.no{
	display: inline-block;
	float: left;
	padding: 5px;
}

/*身份信息核对*/
#user{
	width: 608px;
	clear: left;
    margin-left: 300px;
    margin-top: 10px;
	overflow: hidden;
}
#user p.IDmessage{
	font-size: 16px;
	padding: 10px 0;
	color: #fff;
}
#user p.userIpt{
	overflow: hidden;
}
#user p.userIpt input.userID{
	width: 310px;
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
	background: url('../images/query15.png') center;
	border: 1px solid #73767a;
	color: #999;
	border-radius: 4px;
	margin-right: 10px;
}

#user p.userIpt input.determine{
	width: 92px;
	height: 45px;
	line-height: 45px;
	text-align: center;
/* 	background-color: #bb000f; */
	background-color: #ef8200;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	cursor: pointer;
}

.footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 114px;
	background-color: #2c2b2b;
	overflow: hidden;
}
.footer p.copyright{
	font-size: 14px;
	color: #a2a2a2;
	text-align: center;
	line-height: 24px;
	margin-top: 20px;
}
/*身份信息核对 弹窗*/
.popWindow{
	width: 820px;
	height: 80%;
	position: fixed;
	top: 2%;
	left: 50%;
	margin-left: -410px;
	background-color: #fff;
	z-index: 1001;
	padding-bottom: 60px;
}
.queryDetails{
    overflow-y: scroll;
    height: 100%;
    position:relative;
}
.queryDetails img{
	display: block;
}
.detailsIpt{
	width: 475px;
	margin: auto;
	padding: 15px 0;
   	text-align: center;	
}
.detailsIpt input {
    margin: 0 15px;
    width: 125px;
    height: 40px
}
.detailsIpt .ac-btn-blue-list {
    color: #bb000f;
    background-color: transparent;
    border: 1px solid #bb000f;
}
.popFixed{
	width: 100%;
	height: 60px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.in {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
}
.out {
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}
.close{
	position: fixed;
	top: 10%;
	right: 5%;
	cursor: pointer;
}
/*保全数据校验*/
.fileWidth{
	width: 520px;
	height: 50px;
	background: #bb000f;
	background-size: 100% 100%;
	color: #fff;
	z-index: 2;

}
.fileWidth img{
	display: inline-block;	
	/*margin: 8px 10px 0 0px;*/
}

.fileWidth span{
	/*line-height: 35px;*/
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 375px;
}
a.startCheckout{
	display: block;
	width: 520px;
	height: 50px;
	background-color: #64696d;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	border-radius: 4px;
	margin: 15px 0 40px;
	cursor: pointer;
}
.listMain2{
	width: 530px;
	margin: auto;
}
.checkoutData{
	width: 520px;
	overflow: hidden;
}
.checkoutHeader{
	width: 100%;
	height: 50px;
	background: url('../images/query12.png');
	background-size: 100% 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
/*上传文件路径*/
.listMain2 p.path{
	font-size: 14px;
	color: #ccc;
	padding: 10px 0;
}
span.header1{
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
	margin: 15px 0px 0 15px;
}
span.header2{
	display: block;
	float: right;
	font-size: 14px;
	color: #fff;
	margin: 15px 10px 0 0px;
}
table.queryTable1{
	width: 520px;
	border: 1px solid #5c5f63;
	border-radius: 4px;
	font-size: 14px;
	color: #ccc;
}
table.queryTable1 td{
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #5c5f63;
	text-align: center;
	background-color: #fff;
	color: #ccc;
	background: url('../images/query13.png') center;
	background-size: 100% 100%;
	
}
td.md5Border{
	border-right: 1px solid #5c5f63;
}
table.queryTable1 td.tableInformation{
/* 	line-height: 24px; */
	text-align: left;
	padding-left: 20px;
}
div.iptBox{
	position: relative;
}
img.nowCheckout{
	position: absolute;
	left: 0;
	top: 15px;
}
p.checkoutPP{
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 27px;
	left: 153px;
}

.divText{
	height: 35px;
	line-height: 35px;
	margin: auto;
	max-width: 300px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}