.lui_login_form_table {
	width: 100%;
}

.lui_login_message_div {
	color: #ff7753;
	font-size: 12px;
	line-height: 30px;
}
.lui_login_input_td {
	height: 40px;
	width: 150px;
}
.lui_login_input_td input {
	width: 93%;
	height: 26px;
	line-height: 26px;
	padding: 0 3%;
	color: #666;
	border: 1px solid #e5e5e5;
	border-top-color: #c3c3c3;
	background-color:transparent;
	border-radius:0;
	background-color:transparent;	
}
.lui_login_input_td input:focus{
	border-color:#2a88f6;
}
.lui_login_input_td input{
	box-shadow:0 0  0 100px  #fff inset ;
    -webkit-box-shadow: 0 0 0px 100px #fff inset;
}
.lui_login_input_td input[type="radio"] {
	margin:0 4px 0 10px;
	vertical-align:middle;
	width: auto;
	height: auto;
	padding: 0;
	border:0;
	box-shadow: none;
	position: relative;
	top: -2px;
}
.lui_login_input_div{
	color: #fff;
}
.lui_login_input_td select {
	width: 100%;
	height: 26px;
	line-height: 26px;
	color: #898a8e;
	border: 1px solid #e5e5e5;
	border-top-color: #c3c3c3;
	background-color: #f2f2f2;
	border-radius: 3px;
	box-shadow: inset 0 2px 5px -2px rgba(0,0,0,0.45);
	display: block;
	overflow: hidden;
	position: relative;
}
.lui_login_button_td {
	height: 50px;
}
.lui_login_input_vcode {
	width: 80px !important;
}
.lui_login_button_div_l {
	margin-top: 15px;
	margin-bottom: 10px;
	}
.lui_login_button_div_r {

}
.lui_login_button_div_c {
	height: 37px;
	line-height: 37px;
	padding: 0 10px;
	background-color: #4285F4;
	text-align:center;
	font-size:14px;
	border-radius:3px;
	letter-spacing: 5px;
	transition-duration: .3s;
	color: #fff;
}
.lui_login_button_div_c:hover{
	opacity: .8;
	filter: alpha(opacity=80);
}

.form_bottom {
    color: #999;
    text-align: center;
}
.form_bottom a {
	text-decoration: none;
	color: #999;
  cursor: pointer;
}
.form_bottom a:hover{
    text-decoration: underline;
}
.form_bottom em {
    margin: 0px 8px;
    font-style: italic;
}

/* 82838 新增Logo不显示功能 @author 吴进 by 20191016 */
.logoPositionOnLogoShow .v11_login_header .logoBox{
  display: block;
}
.logoPositionOnLogoHide .v11_login_header .logoBox{
  display: none;
}
/* 82838 新增Logo不显示功能 @author 吴进 by 20191016 End */

/*扫码登陆*/
.third_login_form{/* margin-top: 15px; *//* padding: 10px 25px; */}
.third_login_header{
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.third_login_header:after,
.third_login_header:before{
	content: '';
	display: block;
	width: 42px;
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255, 255, 255, .5);
	position: absolute;
	top: 0;
}
.third_login_header:before{
	left: 0;
}
.third_login_header:after{
	right: 0;
}
.third_login_header span{
	color:#fff;
	padding: 0 5px;
	width: 104px;
	background-color: transparent;
	display: inline-block;
	margin-top: -10px;
	margin-left: -57px;
	position: absolute;
	left: 50%;
}
.third_login_list:after {
	content: '';
	display: table;
	visibility: hidden;
	clear: both;
}
.third_login_list { margin: 0;padding: 0;list-style: none;text-align: center;}
.third_login_list > li {  display: inline-block;}
.third_login_list > li > a {margin: 0 15px;width: 46px;height: 46px; display: block; border-radius: 50%;background-color: transparent;background-repeat: no-repeat;background-position: 50%;transition-duration: .3s;}
.third_login_list > li img{ max-width:100%;}
/* single登陆界面暂时不考虑显示KK扫码 */
.form_pcscan{
	display: none;
}
.form_pcscan_iframe{
	border: 0;
	width: 100%;
	height: 180px;
}
.form_pcscan_tip{
	text-align: center;
}
/* 第三方登录 */
.third_login_form{
    position: relative;
    top: -10px;
}
.third_login_header{
	display:none;
}
.third_login_item_desc{
	display:none;
}
body .third_login_item_icon{
	display:inline-block;
	width: 40px;
	height: 40px;
	border:1px solid;
	color:#828384;
	border-radius:50%;
	line-height:42px;
	font-size:25px;
}
body .third_login_item_icon:hover{
	color: #4285f4;
}

/* 介绍图标 */
body .v11_proInfo li a span{
	display:block;
	float: none;
	margin: 0 auto;
	line-height: 41px;
}
body .v11_proInfo li a{
	line-height:40px;
}
body .v11_proInfo{
	padding-top:25px
}
body .v11_loginBox{
	height:450px;
}

/* 登录框标题栏隐藏样式 */
.loginTitleHide {
  visibility: hidden;
  height: 0px!important;
}
