.box input {
	outline: none;
}

.black_overlay {
	display: none;
	/* 此元素不会被显示*/
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	 background: rgba(0, 0, 0, 0.2);
	z-index: 1001;
	/* z-index 属性设置元素的堆叠顺序。*/
	/* opacity 属性设置元素的不透明级别。*/
}

.white_content {
	display: none;
	position: fixed;
	top: 20%;
	border: .1rem solid #bbbbbb;
	border-radius: 1.0rem;
	background-color: white;
	z-index: 1002;
	/*层级要比
        高，这样才能显示在它前面*/
	overflow: auto;
}

.box {
	width: 52.8rem;
	height: auto;
	/* 如果想去掉滚轴请用min-height */
	/* min-height: 350rem;  */
	position: absolute;
	left: 50%;
	margin-left: -26.4rem;
	text-align: center;box-shadow: 1.0rem 1.0rem .33rem 0rem rgba(0,0,0,0.2);
-webkit-box-shadow: 1.0rem 1.0rem 3.3rem 0rem rgba(0,0,0,0.2);
-moz-box-shadow: 1.0rem 1.0rem 3.3rem 0rem rgba(0,0,0,0.2);
}

.box div {
	text-align: center;
	/* margin-left: 40rem; */
	line-height: 3.5rem;
}

.box div font {
	display: inline-block;
	/* min-width: 100rem;
	max-width: 160rem; */
	width: 9.0rem;
}

.box div .textInsert {
	display: inline-block;
    position:relative;
	
border: .1rem solid #E6EAEF;
	/* margin-left: 4rem;
	margin-bottom: 4rem; */
}
.box div span input{
	height: 4.6rem;
	width: 30.0rem;
}
.box .font_title {
	font-weight: bold;
	margin-bottom: 2.0rem;
	font-size: 2.4rem;
}

.box .btn {
	width: 30.0rem;
	height: 4.6rem;
	background: #2082ED;
	color: #FFFFFF;
	font-size: 1.6rem;
}

.box .bottom_btn {
	margin-bottom: 9.8rem;
}

.box .form_submit{
	margin-top: 4.0rem;
	margin-bottom: 3.0rem;
}
.box .form_submit div{
	margin-top: 3.0rem;
	
}
.box .imgUrlBox{
	padding: 3.6rem 0;
	margin: 0;
	text-align: center;
}
.imgUrlBox img{
	
}
.textInsert{
	position: relative;
	
}
.textInsert input{
	margin-left: 5.7rem;
	border: none;
}
.icon{
	top: 1.3rem;
	left: 2.0rem;
	width: 2.0rem;
	height: 2.0rem;
	position: absolute;
	background-image: url(/images/zhanghao.png);
    background-size: 2rem;
}
.iconPsd{
	top: 1.3rem;
	left: 2.0rem;
	width: 2.0rem;
	height: 2.0rem;
	position: absolute;
	background-image: url(/images/mima.png);
    background-size: 2rem;
}
.passPsdBoxCss{
	text-align: right;
	display: inline-block;
	width: 36rem;
}
.passIcon{
	top: 1.2rem;
	/* left: 20rem; */
	position: absolute;
	width: 1.6rem;
	height: 1.6rem;
	border: .1rem solid #B2C0CA;
	border-radius: 50%;
	opacity: 1;
}
.forgetPsd{
	
color: #B8BEC8;
	margin-left: 2.2rem;
}
.xuanzhong{
	top: 1.2rem;
	/* left: 20rem; */
	position: absolute;
	width: 1.6rem;
	height: 1.6rem;
	background: url(../../../static/xuanze.png) no-repeat;
}
.box .passPsdBox .textInsert{
	border: none;
}
input::-webkit-input-placeholder { 
/* WebKit browsers */ 
color: #ccc; 
} 
input:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #ccc; 
} 
input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #ccc; 
} 
input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #ccc; 
}
/**
 * 脱离文档流
 * 依照bottom定位
 * 给点padding
 */

.zhanghaoTi{
    position:absolute;
    color:red;
    top:1.2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 2.4rem;
    color: #FC4448;
    opacity: 1;
    left:0;
    text-align:left
}