

.login_table {
  position:relative;
  left:802px;
  top:40px;
  width:337px;
  height:342px;
  background-color: white;
}

.login_table_title {
	background-image: url('../img/login_table_top.png');
	width: 337px;
	height: 55px;
	text-align: center;
	vertical-align: middle;
}

.login_table_content{
	background-color: white;
	width: 337px;
	text-align: center;
	height:290px; 
	vertical-align: middle;
}

.login_table_submit{
	background-image: url('../img/login_table_btn.png');
	width: 290px;
	height: 42px;
	margin-top: 20px;
	font-family: '΢���ź�';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;	
    color: white;
}

.login_logo_title{
	font-size: 22px;
    font-family: '΢���ź� Bold', '΢���ź� Regular', '΢���ź�';
    font-weight: 700;
    font-style: normal;
    font-size: 22px;	
}

.login_content_background{
	background: url('../img/login-bg.jpg') left top no-repeat;
	background-size: cover;
	width: 1280px;
	height: 480px;
	margin:0 auto;
}

.login_footer_link{
	font-family: '΢���ź� Regular', '΢���ź�';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: center;
}

.login_footer_content{
    font-family: '΢���ź� Regular', '΢���ź�';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #666666;
    text-align: center;
    line-height: 24px;
    margin:0 auto;
}

.login_header_content{
	width: 1280px;
	height: 68px;
	padding-left: 100px;
	padding-top: 15px;
	margin:0 auto;
}

.login_link_content{
	cursor: pointer;
}

.login_header_title_content{
	height: 30px;
	float: left;
	line-height: 41px;
	vertical-align: middle;
	padding-left: 20px;
}

.login_float{
	float: left;
}

.login_footer_title{
	border-top: 1px solid #eeeeee;
	padding-top:50px;
	width: 1280px;
	margin:0 auto;
}

.login_content_font_middle{
	vertical-align: middle;line-height: 55px;
}

.login_content_font_size{
	font-size: 22px;
}

.login_common_middle{
	margin:0 auto;
}

.login_content_width{
	width:290px;
}

.login_content_input{
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

.login_content_password_link{
	text-align: right;
	color: #CF3333;
	font-size: 12px;
	margin-top: 10px;
}

.login_content_button_font{
	vertical-align: middle;line-height: 42px;
}

.login_content_button_font>span{
	user-select: none;
}

.login_common_text_middle{
	text-align: center;
}

.login_Result_Tip{
	color: #CF3333;
	text-align: left;
	padding-left: 28px;
	height: 30px;
	line-height: 40px;
}

.text-align{
	text-align: left;
}

.label-remAccount{
	box-sizing: border-box;
	font-weight: 100;
	cursor: pointer;
	padding-left: 2px;
	/**����ѡ��*/
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.placeholder-label{
	color:#999;
	font-weight:normal;
	position: absolute;
	cursor:text;
	line-height: 30px !important;
}

.login-code-row{
	padding: 10px 0;
}

.login-code-input{
	width: 100px;
	height: 40px;
	float:left;
}

.login-validate-code {
	background-color: #eee;
	font-size: 16px;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	color: #CF3333;
	cursor: pointer;
	float: left;
	margin-top: 1px;
	margin-left: 10px;
	user-select: none;
}

.forget-pwd{
	float: right;
	font-size: 12px;
	color: #CF3333;
	margin-top: 5px;
}

/*ȥ��IE10��input�Ĳ��������������۾�ͼ��*/
::-ms-clear ,::-ms-reveal{
	display: none;
}
/*修改登录为单一入口：重写样式==ETP-CR0197-END*/
.active{
	color: #fff;
	background-color: #0066cd;
	width: 337px !important;
}
.data-v-jfg{
	position: relative;
	min-height: 420px;
	width: 380px;
	background-color: #fff;
	border-radius: 4px;
	float: left;
	margin-left: 64%;
	top: 110px;
	text-align: center;
}
.login_table > div.login_table_content > div.login_content_input.login_common_middle.login_content_width.text-align > span[data-v-jfg]{
	border-bottom: 1px dashed #999;
	cursor: pointer;
}
/*.popup{*/
/*	display: none;*/
/*	position: fixed;*/
/*	top: 0;*/
/*	left: 0;*/
/*	height: 100%;*/
/*	background-color: rgba(0,0,0,0.6);*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*	z-index: 9999;*/
/*}*/
/*.popup-content{*/
/*	background-color: #fff;*/
/*	padding: 20px;*/
/*	border-radius: 8px;*/
/*	max-width: 600px;*/
/*	text-align: center;*/
/*}*/
.close-btn{
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 24px;
	cursor: pointer;
}