@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;
}
#lftcont {
	display: block;
	float: left;
	height: auto;
	width: 240px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top:10px;
}

.inptbox {
	font-size: 16px;
	font-weight: bolder;
	color: #3f5f85;
	background-color: #eeeeee;
	height: auto;
	text-align: center;
	margin:auto;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top:10px;
}


.submit {
	background-image: url(../images/cpic_13.jpg);
	background-repeat: repeat-x;
	margin: 10px;
	height: 20px;
	width: 60px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #00F;
}

.inputvd {
	height: 20px;
	width: 62px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.b {
	font-size: 16px;
	background-color: #e1edf7;
	text-indent: 2em;
	display: inline-block;
	height: 30px;
	width: 100%;
	margin-right: 20px;	
}

.txt {
	display: block;
	width: auto;
	font-size: 16px;
	text-indent: 2em;
	line-height: 2.5em;
	list-style-type:none;
}
.txt2 {
	display: block;
	width: auto;
	font-size: 16px;
	text-indent: 2em;
	line-height: 2.5em;
	background-color: #e1edf7;
	list-style-type:none;
}

.duan{
	width:60px;
}
.tuchu{
	font-size:14px;
	color:red;
	font-weight:bold;
	font-style:italic;
}
.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;

}
.tdalignR{
	font-size:16px;
	font-weight:bold;
	text-align:right;
	width:70px;
	font-color:#000000;
}
.alignL{
	text-align:left;
}
.findContentDIV{
	display:flex;
	flex-direction:row;
	justify-content:center;
}
.findContentTable{
	width:auto;
}
.flexNone{
	width:100%;
	display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: column;
	flex-wrap: nowrap;
    justify-content:center;	
	align-items:stretch;
	flex-grow:1;
}
@media screen and (max-width: 600px) {
	.isPC{
		display:none;
	}
	.mobileTitle{
		display:block;
	}
}
@media screen and (min-width:601px) and (max-width:768px) {
	.isPC{
		display:none;
	}
	.mobileTitle{
		display:block;
	}
}
@media screen and (min-width:769px) {
	.mobileTitle{
		display:none;
	}
	.flexNone{
		display:none;
	}
}
.isCellPhone{
	display: -webkit-flex; /* Safari */
   display: flex;
   flex-direction:column;
   justify-content:center;
   align-items:center;
	flex-grow:1;
}
.justDiv{
   display: -webkit-flex; /* Safari */
   display: flex;
   flex-direction:column;
   justify-content:center;
   align-items:center;
   flex-grow:1;
}
.mobileTitle{
		width:100%;
		background:#DDD;
		text-align:center;
		color:#666;
		font-size:1.2em;
}
.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;
}
.stateTable{
	width:100%;
	border:solid 1px #DDD;
	border-collapse:collapse;
	text-align:center;
}
.stateTable td{
	text-align:center;
	border:solid 1px #DDD;
}
.PcJustDiv{
   display: -webkit-flex; /* Safari */
   display: flex;
   flex-direction:column;
   justify-content:center;
   align-items:center;
}

.PofLogDiv{
   display: -webkit-flex; /* Safari */
   display: flex;
   flex-direction:row;
   flex-wrap:nowrap;
   justify-content:center;
   align-items:center;
   flex-grow: 1;
}
.logDiv{
   display: -webkit-flex; /* Safari */
   display: flex;
   flex-direction:column;
   justify-content:stretch;
   align-items:flex-start;
}
.findbackDiv{
   display: -webkit-flex; /* Safari */
   display: flex;
   flex-direction:row;
   flex-wrap:nowrap;
   justify-content:space-around;
}
.wxmanage_topDiv{
	position:fixed;
	width:100%;
	height:auto;
	display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    justify-content:flex-start;	
	
}
.wxmanage_topDiv span{
	width:50%;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	background:#66CCFF;	
}
.hide{
	display:none;
}