@charset "UTF-8"; /**
** 代码制作人: UED
** 制作时间：2022-02-24
** 文件内容描述：22登录
** 修改日期：无
** 修改内容：无
**********************************************/
/* 主色 e0bf74 浅色 b3995d */
/* ===== 样式重置 Starts =====  */
html {
  min-height: 100%;
  position: relative;
}

body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  overflow: hidden;
  position: absolute;
  min-height: 100%;
  width: 100%;
}

a:hover {
  color: #3D6F7E;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input::-webkit-search-cancel-button {
  display: none;
}

input[type="search"]::-ms-clear {
  display: none;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

/* ===== 样式重置 Ends ===== */
/* == 体验提升-CSS图片预加载 Starts == */
/* hover状态的图片需要预加载提升体验 */
body:after {
  /* content: '';
	display: block;
	position: absolute;
	background: url(../images/btn_hover.png) no-repeat 0 0;
	height: 0; */
}

/* == 体验提升-CSS图片预加载 Ends == */
.lay_background_img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* ===== 头部 Starts ===== */
.login_header {
  height: 35px;
}

.login_header .main_content {
  position: relative;
}

.login_header .main_content {
}

.login_header .main_content:after {
  display: table;
  content: "";
  clear: both;
}

/* = 多语言 starts = */
.login_header ul {
  list-style: none;
  float: right;
}

.login_header ul li {
  float: left;
  padding: 7px 0;
}

.login_header ul li a {
  font-size: 12px;
  color: #666;
  border-left: 0;
  height: 18px;
  line-height: 18px;
  padding: 0 23px;
  display: inline-block;
}
.login_header ul li a:hover {
  text-decoration: underline;
  color: #3d6f7e;
}
.login_header ul li:first-child a {
  border-left: none;
}

.login_top_bar {
  display: none;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

/* = IE8兼容 = */
.ltie8 .login_top_bar {
  background: transparent url(../images/login_bar_bg.png) repeat left top;
}
/* = 多语言 ends = */

/* = 标题区域-登录系统 = */
.login_iframe .header {
  clear: both;
  font-size: 24px;
  color: #b9788d ;
  line-height: 30px;
  position: relative;
  font-weight: 700;
  text-align: left;
  margin: 0px 0 40px;
}

.login_iframe .header em {
  font-size: 18px;
  color: #fff;
  margin-left: 15px;
}

.logo_header {
  position: relative;
  z-index: 11;
}

.form-link a,
.login_iframe .header .form-link {
  float: right;
  color: #fff;
  font-size: 12px;
}

.form-link a:hover,
.login_iframe .header .form-link:hover {
  color: #fff;
}

/* = 选项卡-账号密码登录/扫码登录 starts = */
.login_iframe .header .header_tab {
  width: 50%;
  float: left;
  font-size: 16px;
  text-align: center;
  position: relative;
  padding:0 0 40px;
}

.login_iframe .header .header_tab:after{
  content:"";
  display:block;
  height:2px;
  width:0;
  background:#666;
  position:absolute;
  left:50%;
  margin-left:-20px;
  transition:width .3s ease;
}

.login_iframe .header .header_tab:hover {
/*   color: #3D6F7E; */
  cursor: pointer;
}

.login_iframe .header .header_tab.selected {
/*   color: #666; */
  border-color: #666;
}
.login_iframe .header .header_tab.selected:after{
  width:40px;
} 

.login_iframe .header .header_tab:first-child {
  border-top-left-radius: 8px;
}

.login_iframe .header .header_tab:nth-child(2) {
  border-top-right-radius: 8px;
}

/* = 选项卡-账号密码登录/扫码登录 ends = */
/* 验证码 */
.input_verity {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.verity_pic {
  display: inline-block;
  vertical-align: top;
}

.login_iframe .bottom {
  text-align: center;
  color: #999;
  padding: 0 25px 15px;
}

.login_iframe .bottom a {
  text-decoration: none;
  color: #999;
  cursor: pointer;
}

.login_iframe .bottom a:hover {
  text-decoration: underline;
}

.login_iframe .bottom em {
  margin: 0px 8px;
}


/*kk下载*/
.login_iframe .form_bottom {
  text-align: center;
  color: #999;
}

.login_iframe .form_bottom a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.login_iframe .form_bottom a:hover {
}

.login_iframe .form_bottom a:hover .third_login_item_icon {
  color: #fff;
}

.login_iframe .form_bottom em {
  margin: 0px 8px;
}

.main_content {
}

.login_iframe_box {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

/* == 页脚 starts == */
.login_footer {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  font-size: 12px;
  color: #666;
  line-height: 24px;
  padding-bottom: 10px;
  text-align: center;
}

.login_footer p {
  margin: 0;
}

.login_footer {
  z-index: 9;
}

/* == 页脚 ends == */
/* == 背景图片 Starts ==*/
.login-background-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  /* background: url(../login_bg/thumb.jpg) no-repeat center;
  background-position: left center; */
  background-size: cover;
  -webkit-animation: fadeIn 0.8s ease-in-out 0s 1;
  -moz-animation: fadeIn 0.8s ease-in-out 0s 1;
  -o-animation: fadeIn 0.8s ease-in-out 0s 1;
  -ms-animation: fadeIn 0.8s ease-in-out 0s 1;
  animation: fadeIn 0.8s ease-in-out 0s 1;
  animation-fill-mode: both;
}

#login-lamp-1 {
  /*   animation: sparkle 2s ease-in-out 0s infinite; */
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-name: sparkle;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
}

#login-lamp-2 {
  /*   animation: sparkle 2s ease-in-out 0s infinite; */
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-name: sparkle;
  -webkit-animation-duration: 2700ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-delay: 0.5s;
}

.login-background-img > img {
	/* width: 100%; */
	height: 100%;
}

#login-bgImg {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
}

/* #login-bgImg[data-src] {
  filter: blur(0.2em);
}

#login-bgImg {
  filter: blur(0em);
  transition: filter 0.5s;
} */

/* == 背景图片 Ends ==*/
.login_content {
}

.login-warningbar {
  margin-top: -5px;
  margin-bottom: 12px;
  padding: 0 10px;
  height: 20px;
  text-align: center;
  color: #ff7753;
}

.lui_login_form_table {
  width: 100%;
  padding-top: 20px;
  /* min-height: 260px; */
}



.lui_login_input_title {
  display: none;
}


/*去掉苹果电脑钥匙starts*/
.lui_login_input_div input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
/*去掉苹果电脑钥匙ends*/

/*ie8 ie9用系统自带的× starts*/
.ltie8 .lui_login_input_div .lui_login_input_username,
.ltie8 .lui_login_input_div .lui_login_input_password,
html.lui-ie9-html .lui_login_input_div .lui_login_input_username,
html.lui-ie9-html .lui_login_input_div .lui_login_input_password{
  width:82%;
}
.ltie8 .lui_login_input_div .icon_del,
.ltie8 .lui_login_input_div .icon_del:hover,
html.lui-ie9-html .lui_login_input_div .icon_del,
html.lui-ie9-html .lui_login_input_div .icon_del:hover{
    right:1px;
    background: transparent;
}
/*ie8 ie9用系统自带的× ends*/

.lui_login_input_div input::-webkit-input-placeholder {
  color: #b9788d  !important;
  text-fill-color: #b9788d  !important;
  -webkit-text-fill-color: #b9788d  !important;
  font-size: 14px !important;
}

.lui_login_input_div input:-moz-placeholder {
  color: #666 !important;
  text-fill-color: #666 !important;
  -webkit-text-fill-color: #666 !important;
  font-size: 14px !important;
}

.lui_login_input_div input::-moz-placeholder {
  color: #b9788d  !important;
  text-fill-color: #b9788d  !important;
  -webkit-text-fill-color: #b9788d  !important;
  font-size: 14px !important;
}

.lui_login_input_div input:-ms-input-placeholder {
  color: #b9788d  !important;
  text-fill-color: #b9788d  !important;
  -webkit-text-fill-color: #b9788d  !important;
  font-size: 14px !important;
}
/*获取焦点start*/
.lui_login_input_div.input_focus input::-webkit-input-placeholder{
  color: #b9788d  !important;
  text-fill-color: #b9788d  !important;
  -webkit-text-fill-color: #b9788d  !important;
}
.lui_login_input_div.input_focus input:-moz-placeholder{
  color: #b9788d  !important;
  text-fill-color: #b9788d  !important;
  -webkit-text-fill-color: #b9788d  !important;
}
.lui_login_input_div.input_focus input::-moz-placeholder{
  color: #b9788d  !important;
  text-fill-color: #b9788d  !important;
  -webkit-text-fill-color: #b9788d  !important;
}
.lui_login_input_div.input_focus input:-ms-input-placeholder{
  color: #b9788d  !important;
  text-fill-color: #b9788d  !important;
  -webkit-text-fill-color: #b9788d  !important;
}
/*获取焦点end*/

/* 单选 */
.lui_login_input_div input[type="radio"] {
  margin: 0px 5px;
  margin-left: 15px;
}

.lui_login_input_div input[type="radio"]:first-child {
  margin-left: 0px;
}

/* 下拉框 */
.dropdown {
  text-align: left;
  color: #333;
  font-size: 12px;
  outline: none;
  background-color: #fff;
  padding: 0px 0px;
  padding-right: 10px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  border: 1px solid #fff;
  border-bottom: none;
  position: absolute;
  right: 36px;
  bottom: 0px;
  z-index: 102;
}

.dropdown.current {
  border-color: #d6d6d6;
}

.dropdown .dropdown-icon {
  text-align: center;
}

.dropdown .dropdown-icon i {
  display: inline-block;
  width: 0px;
  height: 0px;
  border: 3px solid transparent;
  border-top-color: #333;
}

.dropdown .dropdown-input {
  display: inline-block;
  padding-left: 10px;
}

.dropdown-options {
  z-index: 101;
}

.dropdown-options li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 2px;
}

.dropdown-options li a {
  color: #333;
  cursor: default;
  font-size: 12px;
  padding: 0px 10px;
  display: block;
  width: 65px;
  height: 26px;
  line-height: 26px;
  white-space: nowrap;
}

.dropdown-options li a:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #f7f7f7;
}

.dropdown-options {
  padding: 0px;
  list-style: none;
  background: #fff;
  border: 1px solid #d6d6d6;
}

/* 验证码 */
.lui_login_input_div input.lui_login_input_vcode {
  vertical-align: top;
  width: 48%;
  margin-right: 0;
  padding-right: 100px;
  display: inline-block;
}

.lui_login_input_div img {
  position: absolute;
  right: 0;
  top: 1px;
  border: 0;
  width: 99px;
  height: 38px;
  border-radius: 4px;
}

.login_radio_wrap {
  display: none;
}
.lui_login_message_td {
  text-align: left;
  width: 100%;
  height: auto;
  line-height: 30px;
  color: #666;
}

.lui_login_message_div {
  background: url(../images/icon_tips.png) no-repeat left 6px;
  padding-left: 19px;
  padding-right: 10px;
}

.lui_login_message_div {
  padding-right: 20px;
}

.lui_login_message_div.tip_message {
  border: 0;
  background-color: transparent;
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin:0 0 5px;
  word-break: break-all;
  color: #FF943E;
}

.lui_login_input_div .icon_del {
  display: none;
  width: 18px;
  height: 18px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icon_del@2x.png);
  position: absolute;
  right: 12px;
  top: 11px;
  cursor: pointer;
}

.lui_login_input_div .icon_del:hover {
}
/*--- ie8 兼容 starts---*/
@media \0screen {
  .lui_login_input_div .icon_del{
    background-image: url(../images/icon_del.png);
  }
}

/*--- ie8 兼容 ends---*/


.lui_login_input_div.show .icon_del {
  display: inline-block;
}

.tipsClass {
  display: none;
  position: absolute;
  border: 1px solid #f6c8b5;
  font-size: 12px;
  padding: 8px 10px;
  color: #ff7753;
  margin-left: 20px;
  background: #fff;
}

.tipsClass:before {
  position: absolute;
  left: 15px;
  top: -16px;
  content: "";
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-bottom-color: #f6c8b5;
}

.tipsClass:after {
  position: absolute;
  left: 15px;
  top: -15px;
  content: "";
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}

/* ===== 第三方登录 Sarts ===== */
.third_login_form {

}

.third_login_item_desc {
  display: none;
}

.third_login_item_icon {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #b9788d ;
  font-size: 27px;
  border-radius: 50%;
  transition: all 0.3s;
  -webkit-transition: 0.3s;
  color: #b9788d ;
  /*   background: #ffccee; */
}

.login_iframe .form_bottom a:hover .third_login_item_icon {
  color: #b9788d ;
  border: 1px solid #b9788d ;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

.third_login_header {
  position: relative;
  text-align: center;
  position: relative;
}

.third_login_header:before {
  left: 0;
}

.third_login_header:after {
  right: 0;
  left: auto;
}

.third_login_header span {
  font-size: 14px;
  color: #606d7f;
}

.third_login_list {
  margin: 7px 0 0;
  padding:0;
  list-style: none;
  text-align: center;
}
.third_login_list:after {
  content: "";
  display: table;
  visibility: hidden;
  clear: both;
}

.third_login_list > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

.third_login_list > li > a {
  margin: 0 6px;
  width: 47px;
  height: 46px;
  display: block;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  transition-duration: 0.3s;
  font-size: 0;
}

.third_login_list > li > a img {
  max-width: 100%;
}

.third_login_icon_ding:hover:before,
.third_login_icon_weixin:hover::before,
.third_login_icon_wxwork:hover::before {
  color: #975f71;
}

/* == 体验提升-弱网络环境下第三方登录会先出来 == */
body .form_qrcode_content_back{
  color:#666!important;
}
.login_content_V16 .third_login_form {
  display: none;
}

.login_content_V16 .form_content_item .third_login_form {
  display: block;
}

/* == 体验优化 -  == */
body .login_content_V16 .form_qrcode_content {
  display: block;
  height: 320px;
}

.login_iframe {
  position: absolute;
  top: 0;
  right: 0%;
  bottom: 0;
  /* 标准的语法*/
  width: 290px;
  height: 100%;
  padding: 0 45px;
  background-image: linear-gradient(180deg, 
    rgba(248, 254, 255, 0.6) 15%, 
    rgba(248, 254, 255, 0.95) 28%, 
    rgba(248, 254, 255, 0.95) 75%, 
    rgba(248, 254, 255, 0.6) 100%);
  z-index: 10;
}

/*v12-v13.5无钉钉扫码高度减小starts*/
.login_content_v12 .login_iframe,
.login_content_v13 .login_iframe{
}
/*v12-v13.5无钉钉扫码高度减小ends*/

.login_iframe_box_inner {
  display: table;
  width: 290px;
  margin: 0 auto;
  height: 100%;
}

.login_iframe_wrap {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  position: relative;
  z-index: 4;
}

/* logo在登录框内 */
/*.logo {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin:20% 0 30px;
  z-index: 2;
  text-align: left;
  overflow: hidden;
}*/

/* logo在登录外 */
.logo {
    max-width: 180px;
    display: inline-block;
    text-align: left;
    position: fixed;
    left: 3%;
    top: 3%;
    height: 50px;
    line-height: 50px;
}
.logo img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

/* 输入框 */
/* 用户配置扫码登陆，切换异常 */
/* 忘记密码 */
.lui_login_formopt_td{
  
}
.lui_login_form_opt {
  margin-top: -12px;
  text-align: right;
  padding:0;
}

.lui_login_form_opt .forgetPswLink,
.lui_login_form_opt .kkDownloadLink {
  color: #b9788d ;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.lui_login_form_opt .kkDownloadLink{
  padding:0 6px 0 0;
}
.lui_login_form_opt a:hover {
  text-decoration: none;
  color: #975f71;
}

/* ===== 三方登录 Starts =====*/
.third_login_list li:first-child a img,
.third_login_list li:nth-child(2) a img {
  display: none;
  border: 0;
}



.third_login_header {
  position: relative;
  margin-bottom: 12px;
  /* display: inline-block; */
  display:none;
}

.third_login_header:before,
.third_login_header:after {
  content: "";
  display: inline-block;
  width: 90px;
  height: 1px;
  background: #606d7f;
  position: absolute;
  top: 10px;
  /* left: 0; */
}

.third_login_header:before {
  left: 0;
}

.third_login_header:after {
  right: 0;
}
.third_login_header:after,
.third_login_header:before {
  display: none;
}
.form_bottom {
  /* margin: 15px 0; */
}

.third_login_item_icon:before {
  text-decoration: none;
}

/* MAC高清大屏适配 start*/
@media screen and (-webkit-min-device-pixel-ratio: 2) {

  .lui_login_message_div {
    background-image: url(../images/icon_tips@2x.png);
    background-size: 16px;
  }
}

/* MAC高清大屏适配end */
/* KK扫码登录 */
.form_content_item.form_pcscan {
  display: none;
  width: 280px;
  text-align: center;
}

.form_content_item.form_pcscan iframe {
  border: none;
  margin: 20px 0px 10px;
  height: 175px;
  position: relative;
  left: -15px;
}

.form_pcscan_tip {
  text-align: center;
  color: #666;
}

@font-face {
  font-family: "third_login_item_icon";
  src: url(./../font/iconfont.eot);
  /* IE9*/
  src: url(./../font/iconfont.eot#iefix) format("embedded-opentype"),
    /* IE6-IE8 */ url(./../font/iconfont.woff) format("woff"),
    /* chrome, firefox */ url(./../font/iconfont.ttf) format("truetype"),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
      url(./../font/iconfont.svg#fontmui) format("svg");
  /* iOS 4.1- */
}

/* ===== 登录框 Starts ===== */

/* = 输入框 = */
.lui_login_input_td {
}
.lui_login_input_div {
  position: relative;
  text-align: left;
  background:transparent;
  border:0;
  border-bottom: 1px #b9788d  solid;
  border-radius: 0px;
  margin-bottom: 25px;
}

.lui_login_input_div.show,
.lui_login_input_div.input_focus,
.lui_login_input_div:focus{
    -webkit-box-sizing: content-box;
    border-bottom-color: #975f71;
}

.lui_login_input_div .icon_user,
.lui_login_input_div.input_focus .icon_user  {
  background-image: url(../images/icon_user@2x.png);
}

.lui_login_input_div .icon_pwd,
.lui_login_input_div.input_focus .icon_pwd {
  background-image: url(../images/icon_pwd@2x.png);
}
.lui_login_input_div .icon_vcode,
.lui_login_input_div.input_focus .icon_vcode {
  background-image: url(../images/icon_code@2x.png);
}

/*--- ie8 兼容 starts---*/
@media \0screen {
  .lui_login_input_div .icon_user,
  .lui_login_input_div.input_focus .icon_user  {
    background-image: url(../images/icon_user.png);
  }

  .lui_login_input_div .icon_pwd,
  .lui_login_input_div.input_focus .icon_pwd {
    background-image: url(../images/icon_pwd.png);
  }
  .lui_login_input_div .icon_vcode,
  .lui_login_input_div.input_focus .icon_vcode {
    background-image: url(../images/icon_code.png);
  }
}

/*--- ie8 兼容 ends---*/
.lui_login_input_div .icon_user,
.lui_login_input_div .icon_pwd,
.lui_login_input_div .icon_vcode{
  display:none;
  position: absolute;
  left: 12px;
  top: 8px;
  /*有图标display: inline-block;*/
  width: 22px;
  height: 22px;
  color: #666;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size:18px auto; 
}

.lui_login_input_div .lui_login_input_username,
.lui_login_input_div .lui_login_input_password,
.lui_login_input_div .lui_login_input_vcode {
  width: 80%;
  border: 0;
  font-size: 14px;
  outline: none;
  margin:10px 0px;
  padding:0;
  height: 24px;
  line-height: 24px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  color: #333;
  -webkit-text-fill-color: #333;
  background-color: transparent!important;
  border-radius: 0px;
  transition-delay: 5000s;
  -webkit-transition-delay: 5000s;
  transition: all 0.3s;
  text-align: left;
  /*有图标
  width: 74%;
  margin:8px 0px 8px 40px;
  */
}


.lui_login_input_div .lui_login_input_username:hover,
.lui_login_input_div .lui_login_input_password:hover,
.lui_login_input_div .lui_login_input_vcode:hover {
  
}

/* 通过transition属性设置很长的过渡时间以覆盖掉chrome表单回填背景色的问题 */
.lui_login_input_div input:-webkit-autofill,
.lui_login_input_div input:-webkit-autofill:hover,
.lui_login_input_div input:-webkit-autofill:focus,
.lui_login_input_div input:-webkit-autofill:active {
  transition-delay: 5000000s;
  -webkit-transition-delay: 5000000s;
}

.lui_login_input_div input[type="text"],
.lui_login_input_div input[type="password"] {

}

.lui_login_input_div input:focus,
.input_focus input:focus{
 
}


/* = 登录按钮 = */
/* 登录 */
.lui_login_button_td {
  padding-top: 24px;
}

.lui_login_button_td a {
  display: block;
}

.lui_login_button_td .lui_login_button_div_l {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  width: 100%;
  height: 54px;
  line-height: 54px;
  border: 0;
  font-size: 24px;
  border-radius: 4px;
  background: #b9788d ;
  border-radius: 28px;
  text-align: center;
  letter-spacing: 4px;
  transition: all 0.3s ease-in-out;
}
.lui_login_button_div_c {
  font-size: 18px;
  line-height: 54px;
}
.lui_login_button_td .lui_login_button_div_l:hover {
  background: #975f71;
}


/* ===== 登录框 Ends ===== */
/* ===== !!! 低版本缺陷修复 Starts ===== */
/* 单选 */
.lui_login_input_div input[type="radio"] {
  margin: 0px 5px;
  margin-left: 15px;
  opacity: 0;
  filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}

.lui_login_input_div input[type="radio"]:first-child {
  margin-left: 0px;
  opacity: 0;
  filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}

.lui_login_input_div input[type="radio"] + label {
  color: transparent;
}

/* ===== !!! 低版本缺陷修复 Ends ===== */
/* ===== 低版本特殊处理 Starts ===== */
/* 第三方登录信息 -- V14版本 */
.login_content_v14 .third_login_item_icon {
  display: none;
}

.login_content_v14 .third_login_list li a {
  font-family: "third_login_item_icon" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.login_content_v14 .third_login_list li a:before {
  content: "\e7d2";
}

/* 钉钉 */
.login_content_v14 .third_login_list li a[href^="https://oapi.dingtalk.com"]:before
{
  content: "\e69a";
}

/* 微信 */
.login_content_v14 .third_login_list li a[href^="https://open.work.weixin.qq.com"]:before
{
  content: "\e600";
}

/* 企业微信 */
.login_content_v14 .third_login_list li a[href^="https://qy.weixin.qq.com/"]:before
{
  content: "\e7d2";
}

.login_content_v14 .third_login_list li a[href^="https://oapi.dingtalk.com"] img, .login_content_v14 .third_login_list li a[href^="https://open.work.weixin.qq.com"] img, .login_content_v14 .third_login_list li a[href^="https://qy.weixin.qq.com/"] img
{
  display: none;
}

.login_content_v14 .third_login_list li a {
  width: 48px;
  height: 48px;
  border: 1px solid #666;
  font-size: 27px;
  line-height: 48px;
  border-radius: 50%;
  transition: all 0.3s;
  -webkit-transition: 0.3s;
  color: #666;
}

.login_content_v14 .third_login_list li a:hover {
  color: #b9788d ;
  border: 1px solid #b9788d ;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/* V13版本隐藏多语言切换 */
.lui_login_input_div select {
  display: none;
}

/* 低版本隐藏页脚信息 */
.login_content_v11 .login_footer,
.login_content_v12 .login_footer,
.login_content_v13 .login_footer {
  display: none;
}

/* ===== 低版本特殊处理 Ends ===== */

/*====登录框 适配starts====*/

@media only screen and (min-width: 1500px){
  .login_iframe{
    width: 340px;
  }

   .login_iframe .header {
     
   }
  .lui_login_button_td {
    padding-top: 30px;
  } 
  .lui_login_form_opt {
    
  }
  .lui_login_input_div {
    
  }
}

/*====登录框 适配ends====*/

/* 隐藏多余的div */
.hide_useless_div {
  position: absolute;
}
