@CHARSET "gbk";
body{
	width:100%;
	min-height: calc(100vh);
	display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: column;
	flex-wrap: nowrap;
    justify-content:space-between;	
	align-items:stretch;
}
input{
	padding:1px 2px;
}
.flexNone{
	width:100%;
	display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: column;
	flex-wrap: nowrap;
    justify-content:center;	
	align-items:stretch;
	flex-grow:1;
}
.justDiv{
   display: -webkit-flex; /* Safari */
   display: flex;
   flex-direction:column;
   justify-content:center;
   align-items:center;
}
.masksheet{
	width:100%;
	height:100%;
	background-color:rgba(204,204,204,0.8);
	position:fixed;
	z-index:1;
	left:0;
	top:0;
}
.midDiv{
	width:360px;
	height:250px;
	border:2px solid #0000a0;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-180px;
	margin-top:-125px;
	background:#CCCCCC;
	border-radius:4px;
	font-size:16px;
}
.close{
	width:100%;
	text-align:right;
	height:30px;
	background:#004080;
	vertical-align:middle;   
	font-size:20px;
	color:#ffffff;
	margin-bottom:50px;
}

.close a:hover{
	cursor:pointer;

}
.juzhong{
	margin:0 auto;
	text-align:center;
	flex-grow:3;
	height:100%;
}
.tdtextR{
	text-align:right;
	font-weight:bold;
	width:30%;
	
}
.tdInputL{
	text-align:left;
	width:70%;
	height:1.1em;
}
.findContentDIV{
	display:flex;
	flex-direction:row;
	justify-content:center;
	
}
.findContentTable{
	width:auto;
}