.login_main{
	width:100%;
	height:100%;
	margin:0 auto;
	background:url(../images/bg.png) no-repeat top center;
	background-size:1620px auto;
	text-align:center;
}
.login_bg{
	position:relative;
	width:330px;
	height:auto;
	min-height:318px;
	margin:0 auto;
	background: rgba(255, 255, 255, 1);
	border-radius:5px;
	text-align:left;
	box-sizing:border-box;
	padding-bottom:40px;
	margin-bottom:40px;
}
.login_tit{
	width:280px;
	height:60px;
	margin:0 auto;
	font-size:20px;
	color:#3A3A3A;
	text-indent:20px;
	line-height:60px;
	border-bottom:1px solid #E8E8E8;
}
.tell_top{
	width:240px;
	height:28px;
	line-height:38px;
	color:#FF4040;
	text-indent:20px;
	font-size:12px;
	margin:5px auto;
}
.input_bg{
	position:relative;
	width:242px;
	height:55px;
	margin:0 auto;
}
.login_txt{
	width: 240px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    text-indent: 10px;
}

.verify_code_box {
	height: 40px;
}

.verify_code_txt {
	height: 40px;
	line-height: 40px;
	border: 1px solid #D9D9D9;
    border-radius: 3px;
	text-indent: 46px;
    width:330px;
}
.verify_code_box img {
	position: absolute;
	top: 50% !important;
	left: 16px;
	display: block;
	transform: translateY(-50%);
}
#code_btn {
	box-sizing: border-box;
	position: absolute;
	top: 5px;
	right: 32px;
	height:32px;
	padding: 5px 10px;
	display:inline-block;
	background:#18ABFB;
	text-align: center;
	color:#FFF;
	font-size:14px;
	font-weight: 400;
	border:0;
	border-radius: 4px;
	cursor:pointer;
}

.txt_sel{
	position: absolute;
	width:15px;
	height:15px;
	top:14px;
	right:12px;
	background:url(../images/clear.png) no-repeat top left;
	background-size:100% 100%;
	cursor:pointer;
}
.forget_pass,
.reset_pass {
	font-size:14px;
	color:#2277DA;
	float:right;
}
.forget_pass:hover,
.reset_pass:hover {
	text-decoration: underline;
}
.login_btn{
	width:240px;
	height:40px;
	display:inline-block;
	background:#18ABFB;
	text-align: center;
	line-height:40px;
	color:#FFF;
	font-size:16px;
	border:0;
	border-radius: 4px;
	margin-left:45px;
	cursor:pointer;
}
.go_regist{
	color:#fff;
	font-size:14px;
}
.go_regist a{
	color:#fff;

}
.go_regist a:hover{
	text-decoration: underline;
	color:#F10F24;
}
.yanz_bg{
	position:relative;
	width:200px;
	height:45px;
	border:1px solid #D9D9D9;
	border-radius:3px;

}
.yanz_ma{
	position: absolute;
	width:90px;
	height:45px;
	background:#ccc;
	top:0;
	right:0;
}
.yanz_ma img{
	width:100%;
	height:100%;
}
.shua{
	width:40px;
	height:45px;
	position:absolute;
	top:0;
	right:0;
	text-align:center;
}
.shua img{
	margin-top:12px;
	cursor:pointer;
}
.verifyCodeBox{
    display: none;
}






