html,body{
    text-align: center;
    width:100%;
    height: 100%;
    min-width: 1000px;
}
.pageContent{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}



.left1{
	width:910px;
	float: left;
	position: relative;
	left: 70px;
	top: 15px;
}



.leftone{
	padding-bottom: 15px;
}



.pass{
	color: red;
}

.pageinfo {
	margin-top: 8px;
}
.illu{
	font-size: 14px;
	color: #666;
	text-align: right;
	margin-top: 10px;
}
.contentInfo{
	margin-top: 20px;
	font-size: 18px;
	color: #444;
}
.contentInfo label{
	color: #2277eb;
}
.contentInfo span{
	margin-right: 30px;
}



.searchInfo select{
	width: 200px;
	height: 30px;
}



.js-btn{
	color: #2889E1;
    cursor: pointer;
    font-size: 12px;
}

#check{
	position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    z-index:99; 
    opacity: 0.5; 
    background-color: #999;
    display: none;
}

#check1{
	display: none;
	width: 1000px;
	height: 600px;
	background-color: #fff;
	z-index:100; 
	position: absolute;
	top:5%;
	left: 13%;
	
}

.checkDetail{
	
}

.checkTitles{
    text-align: left;
    font-size: 23px;
    margin: 15px 30px;	
}

.checkDetail table{
	border: 1px solid #999;
    margin: 0px 20px;
}

.checkDetail table tr{
	
}

.checkDetail table td{
	color: #666;
}

.checkDetail table td:first-child{
	color: #000;
	width: 100px;
    padding: 15px 10px;
}

.checkDetail table td>div{
    border: 1px solid #999;
    padding: 5px 15px;
    margin: 0px 10px;	
    cursor: pointer;
}

.checkDetail table td>input{
	float: none;
	width: 200px;
	height: 30px;
}

.checkDetail table td>textarea{
    width: 550px;
    height: 200px;
}

.btn1 span{
	width: 100px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #2889E1;
    display: inline-block;
    margin: 20px 20px;
    cursor: pointer;
}

.revealBtn{
	width: 100px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #2889E1;
	display: inline-block;
	cursor: pointer;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 16px;
}