/**
 *lOGIN STYLE 2017-04-11
 */


.logintitle {
	text-align: center;
	width:420px;
	height:50px;
	font-size: 18px;
	font-weight: bold;
	font-family: "微软雅黑";
	padding-top: 30px;
	padding-bottom: 20px;
	position: relative ;
	clear: both;
}
.input_txt_d{
	background-color: #fff;
	position:relative;
	margin:0;padding:0;
}

.phone_msg{
	height:32px;
	line-height:32px;
	padding-left:10px;
}

.msg_count_down{
	font-size:12px;
	height:32px;
	line-height:32px;
}
 
#selectProjectLayer {
	position: absolute;
	top: 25%;
	left: 35%;
	display: none;
	z-index: 200001;
}

#ebankTips {
	position: absolute;
	top: 25%;
	left: 35%;
	display: none;
	z-index: 200001;
}


.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 9999;
	opacity: 0.3;
	display: none;
}

.col-10 {
	width: 93.33333333%;
	font-size: 16px;
}

.main-footer {
	//position: fixed;
	bottom: 0;
	width: 100%;
	margin-top: 30px;
	background: #f5f5f5 !important;
	padding: 15px;
	color: #626262;
	margin-left: 0;
	border-top: 0;
	z-index:9;
}

.checktext {
	color: red;
}

.btn_login {
	border: 1px solid #dddddd;
	border-bottom: 1px solid #b8b8b8;
	background: #00acec;
	color: #fff;
}
.btn_login:hover{background-color: #00873b;color: #fff;}

.prompt_div{
	background:#fff;
	width:100%;
	margin:10px auto ;
	clear:both;
	padding:5px 5px;
	float: left;
}
.prompt_div> span{
	display:block;
	float:left;
	margin-bottom:10px;
}
.prompt_div> span >select {
	float:left;
	border:1px solid #dddddd;
	height:33px;
	line-height:33px;
	width:180px;
	padding-left:5px;
	margin:0 20px 0 5px;
}

.logininside{
	font-size:14px;
}

/**错误提示***/
.error_hint{
	width:100%;
	display:none;
	border:none;
	margin-bottom:0px;
	height:auto;
	font-family:"microsoft yahei","微软雅黑","黑体";
}

/****************补充登录信息弹窗样式begin****************/

.prompt_box{display:none;position:absolute;top:50%;left:50%;width:660px;z-index:20003;background-color:#fff;padding-top:15px;margin-left: -320px;  margin-top: -270px;}
.prompt_top{width: 100%;  height: 40px;  background-color: #248b51;font-family:"microsoft yahei","微软雅黑","黑体"; font-size:18px; color:#fff; line-height:40px; padding:0 20px;box-sizing:border-box;}
.icon_close{width:15px;height:16px;float:right;margin-top:10px;cursor:pointer;background:url(<%=resourcePath%>images/icon_close20.png) no-repeat center center;}
.icon_close2{width:15px;height:16px;float:right;margin-top:10px;cursor:pointer;background:url(../images/icon_close20.png) no-repeat center center;}
.prompt_cont{padding:10px 10px 10px 10px;box-sizing:border-box;font-family:"microsoft yahei","微软雅黑","黑体"; font-size:15px;color:#333; }
.prompt_btm{height:44px;background-color:#eee;/*text-align:right*/;padding:11px 20px;box-sizing:border-box;}
.btn_primary{
	display:inline-block; min-width:80px; height:28px; margin-left:20px; color:#fff;border-radius:4px;padding:0 12px;background-color:#248b51;
	font-family:"microsoft yahei","微软雅黑","黑体"; font-size:16px;text-align:center;line-height:25px;box-sizng:border-box;cursor:pointer;
}
.btn_primary:hover{background-color: #00873b;color: #fff;}
.btn_primary:active{background-color:#00873b;}

.prompt_cont dl{
	width:100%;
	height:30px;
	padding:0 5px;
	display:inline-block;
	box-sizing:border-box;
	margin-bottom:5px;
}
.prompt_cont dl dt{
	width:120px;
	line-height:25px;
}
.prompt_cont dl dd{
	font-weight: normal;
}
.prompt_cont dl dt,.prompt_cont dl dd{
	font-weight: normal;
	float:left;
}

.prompt_cont input{
	font-size:14px;
	width:201px;
	height:25px;
	padding:0px 5px;
	line-height:25px;
	border:1px solid #dddddd;
	box-sizing:border-box;
}
.pwd_level{
	
}
.pwd_level span{
	width:65px;
	height:16px;
	display:inline-block;
	font-size:12px;
	background-color:#ccc;
	color:white;
	text-align:center;
	margin-top:4px;
}
.form_tip{
	font-size: 14px;
	font-family: microsoft yahei;
	display: inline-block;
	color: #666666;
	float: left;
	width: 255px;
	margin-left:10px;
}
.prompt_tips{
	font-size:14px;
	font-family: microsoft yahei;
	display: inline-block;
	color:red;
	width:255px;
	margin-left: 10px;
}
#vCodeImg1{
	width:50px;
	padding-left:0px;
	padding-right:0px;
	margin-left:10px;
	margin-right:10px;
}
#vCodeImg2{
	width:50px;
	padding-left:0px;
	padding-right:0px;
	margin-left:10px;
	margin-right:10px;
}


/****************补充登录信息弹窗样式end****************/ 

.last_confirm_btn{
	background-color: #fff; 
	margin-top: 10px;
	float: left; 
	width: 100%;
	margin-bottom: 33px;
}