.fromBox{
	margin:0.5em;
	padding:0.8em;
	background:#bfe7da;
	border-radius: 8px;
}

.breadcrumb li.active{
	color:#205521;
	font-weight: bold;
	font-size: 12px;
}

.modal{
	top:20%;
}

#InputFace{
	width:50%;
	/*background: #278b0b;*/
	margin:0 auto;
	margin-top:13vh;
	margin-bottom: 13vh;
	border-radius: 50%;
	/*position: relative;*/
}
.renzhengInfo{
	background:#f1cac8;
	padding:1em 1em;
	margin-bottom: 1em;
}
.zudui{
	background:#f1cac8;
	padding:1em 1em;
	margin-bottom: 1em;
}
.personalInfo{
	background:#a4c5de;
	padding:0.5em 1em;
	margin-bottom: 1em;
}

.personalInfo>h3{
	margin:0 auto;
	padding:10px 0;
	font-size:16px;
	font-weight: bold;
}
.aboutDanwwei{
	background:#a4c5de;
	padding:0.5em 1em;
	margin-top: 2em;
	margin-bottom: 1em;
}
.aboutDanwwei>h3{
	margin:0 auto;
	padding:10px 0;
	font-size:16px;
	font-weight: bold;
}

#imgbox{
	display: none;
	text-align: center;
	background: #fff;
	padding:10px 0;
	clear: both;
	margin-top: 10px;
}

#imgbox>img{
	display: inline;
	border:1px solid #666;
	max-width: 100%;

}
#upJQuery{
	width: 65%;
	float: left;
}
#tipstr{
	width: 35%;
	float: left;
}

#tipstr{
	margin:0;
	height: 25px;
	line-height: 25px;
	text-indent: 3em;
	color:#a90e0e;
	font-weight: bold;
	display: none;
}
#uploadImgBtn{
	overflow: hidden;
}

label{
	font-weight: normal;
}

@media screen and (max-width: 375px) and (max-height:667px){
   	#InputFace{
   		margin-top:16vh;
   		margin-bottom: 17vh;
   	}
}

@media screen and (max-width: 414px) and (max-height:736px){
   	#InputFace{
   		margin-top:17vh;
   		margin-bottom:17vh;
   	}
}