@charset "UTF-8";
/**
 * 代码制作人: *
 * 制作时间：2022-01-26
 * 文件内容描述：*
 * 修改日期：无
 * 修改内容：无
 */

/** 样式重置 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

[hidden], template {
  display: none;
}

a, a:active, a:hover, a:visited {
  color: inherit;
  outline: 0;
  background-color: transparent;
}

img {
  border: 0;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"],
/* 1 */
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input::-ms-clear,
input::-ms-reveal,
input::-webkit-search-cancel-button,
input[type=search]::-ms-clear,
::-ms-clear,
::-ms-reveal {
  display: none;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

ul, ol {
  list-style: none;
}

html, body {
  display: block;
  position: relative;
  height: 100%;
}

body {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 650px;
  min-width: 850px;
  overflow: hidden;
}

.clr {
  clear: both;
  line-height: 0px;
}

.clrfix {
  zoom: 1;
}

.clrfix:after {
  content: "";
  display: table;
  line-height: 0px;
  visibility: hidden;
}

/* CSS图片预加载 */
body:after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
}

.lay_background_img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* ===== Header ===== */
.login_header {
  height: 35px;
}

.login_header .main_content {
  position: relative;
}

.login_header .logo {
  display: inline-block;
}

.login_header .main_content {}

.login_header .main_content:after {
  content: "";
  clear: both;
}

.login_top_bar {
  height: 35px;
  float: right;
  margin-right: 22px;
  background: rgba(0, 0, 0, 0.3);
}

.login_header ul li {
  float: left;
  /* controls of multi-lang direction */
  padding: 7px 0;
  position: relative
}

.login_header ul li::after {
  content: '';
  display: block;
  height: 60%;
  border-right: 1px solid #fff;
  position: absolute;
  top: 20%;
  right: 0;
}

.login_header ul li:last-child::after {
  display: none;
}

.login_header ul li a {
  font-size: 12px;
  color: #fff;
  height: 18px;
  line-height: 18px;
  padding: 0 23px;
}

.login_header ul li a:hover {
  text-decoration: underline;
}

/* ===== 登录主体 ===== */
.login_iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 430px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  background: rgba(26, 29, 33, 0.4);
  box-shadow: 0 0 12px #3a3939;
  transition: all .3s;
}

.login_iframe_box {
  position: relative;
  box-sizing: border-box;
}

.login_iframe_wrap {}

.login_iframe_form {
  margin: 0;
}

.login_iframe_form .header {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.login_iframe_form .header.header-tabs {
  position: absolute;
  top: -30px;
  left: 100%;
  margin: 0;
  background-color: #4e5957;
  background: rgba(26, 29, 33, 0.4);
  -webkit-box-shadow: 0 0 12px #3a3939;
  -moz-box-shadow: 0 0 12px #3a3939;
  -ms-box-shadow: 0 0 12px #3a3939;
  -o-box-shadow: 0 0 12px #3a3939;
  box-shadow: 0 0 12px #3a3939;
  text-align: center;
  color: #999;
  padding: 0;
}

.login_iframe_form .header.header-tabs .header_tab {
  margin: 10px 0 20px;
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  display: flex;
  flex-direction:column;
  overflow: hidden;
  align-items:center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.login_iframe_form .header.header-tabs .header_tab .header_tab_text {
  padding: 20px 20px;
}

.login_iframe_form .header.header-tabs .header_tab .header_tab_icon {
      width: 51px;
    height: 51px;
      margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  background: url(../images/login-ding-icon.png) no-repeat;
}

.login_iframe_form .form_content {
  padding: 60px 60px 20px
}

.login_iframe_form .form_content .form_content_item.form_account {
  background: #fff;
  position: relative;
  padding: 30px 0 20px;
  width: 310px;
  border-radius: 4px;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 16px #6d6868;
  -moz-box-shadow: 0 0 16px #6d6868;
  -ms-box-shadow: 0 0 16px #6d6868;
  -o-box-shadow: 0 0 16px #6d6868;
  box-shadow: 0 0 16px #6d6868;
}

.login_iframe_form .form_content .form_content_item.form_account::before {
  content: '';
  display: block;
  width: 248px;
  height: 80px;
  position: absolute;
  margin-left: -124px;
  top: -40px;
  left: 50%;
  background: #fff;
  border-radius: 10px;
  background: #f8f8f8;
  -webkit-box-shadow: 0 0 12px #8a94ca;
  -moz-box-shadow: 0 0 12px #8a94ca;
  -ms-box-shadow: 0 0 12px #8a94ca;
  -o-box-shadow: 0 0 12px #8a94ca;
  box-shadow: 0 0 12px #8a94ca;
  z-index: 2
}

.login_iframe_form .form_content .form_content_item.form_account::after {
  content: '';
  display: block;
  position: absolute;
  top: -17px;
  width: 100%;
  height: 35px;
  vertical-align: middle;
  background: url(../logo/logo.png) no-repeat center center/contain;
  z-index: 9;
}

/* original */
.login_iframe .login_item {
  padding: 0px 25px;
  margin-bottom: 12px;
  text-align: center;
}

.login_iframe .login_item input {
  color: #222;
  font-size: 16px;
  outline: none;
  background-color: #fff;
  padding: 10px 4%;
  width: 92%;
  line-height: 20px;
  border: 1px solid #d6d6d6;
  border-radius: 0;
}

.login_iframe .login_item input:focus {
  border-color: #84cc2d;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.097), 0 0 8px rgba(102, 197, 233, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.097), 0 0 8px rgba(102, 197, 233, 0.6);
}

.login_iframe .login_btn {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: 100%;
  text-align: center;
  border: 1px solid #6ec477;
  background-color: #54b65f;
  border-radius: 0;
  font-size: 18px;
  word-spacing: 4px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease-in-out;
}

/* 验证码 */
.input_verity {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.verity_pic {
  display: inline-block;
  vertical-align: top;
}

.login_iframe .login_btn:hover {
  border-color: #47b552;
  background-color: #27b037;
}

.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 {
  position: absolute;
  top: -30px;
  left: 100%;
  margin: 0;
  background-color: #4e5957;
  background: rgba(26, 29, 33, 0.4);
  -webkit-box-shadow: 0 0 12px #3a3939;
  -moz-box-shadow: 0 0 12px #3a3939;
  -ms-box-shadow: 0 0 12px #3a3939;
  -o-box-shadow: 0 0 12px #3a3939;
  box-shadow: 0 0 12px #3a3939;
  text-align: center;
  color: #999;
  padding: 24px 13px 15px;
}

.login_iframe .form_bottom .third_login_list a {
  margin: 0;
  /* margin-bottom: 36px; */
  color: #999;
}

.login_iframe .form_bottom a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.login_iframe .form_bottom a:hover .third_login_item_icon {
  color: #fff;
}

.login_iframe .form_bottom em {
  margin: 0px 8px;
}

.login_iframe .form_bottom .kk_logo {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/kk_logo.png) no-repeat left top;
}

.main_content {
  min-height: 1px;
  margin: 0px auto;
  padding: 0 30px;
}

/**========页脚starts========**/
.login_footer {
  width: 100%;
  padding-bottom: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.login_footer p {
  margin: 0;
  text-align: center;
}

/**========页脚ends========**/

/*背景图片*/
.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;
  -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-background-img > img {
  width: 100%;
  height: 100%;
}

#login-bgImg {
  position: absolute;
  z-index: -1;
}

/*下拉弹出窗*/
.login-dropbox {
  position: absolute;
  right: -1px;
  top: -1px;
}

.login-dropbox-toggle {
  width: 45px;
  height: 38px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 100% 50%;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1001;
}

.login-dropbox-toggle .iconbox {
  width: 90px;
  height: 38px;
  position: absolute;
  left: 0;
  top: 0;
}

.login-dropbox-toggle .iconbox .icon-PC, .login-dropbox-toggle .iconbox .icon-QRcode {
  width: 45px;
  height: 38px;
  border-top-right-radius: 8px;
  background-repeat: no-repeat;
  background-position: 50%;
  display: block;
  float: left;
}

.login-dropbox-toggle .iconbox .icon-PC {
  background-image: url(../images/login_icon_PC.png);
}

.login-dropbox-toggle .iconbox .icon-QRcode {
  background-image: url(../images/login_icon_QR.png);
}

.login-dropbox-menu {
  display: none;
  padding: 0px 10px;
  width: 510px;
  min-height: 225px;
  border-radius: 0;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}

.login_iframe .login-dropbox-menu .header {
  padding-top: 10px;
  padding: 2px 15px;
  text-align: left;
  background: none;
}

.login-dropbox-QRcode-list {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.login-dropbox-QRcode-list:before, .login-dropbox-QRcode-list:after {
  display: table;
  content: " ";
}

.login-dropbox-QRcode-list:after {
  clear: both;
}

.login-dropbox-QRcode-list > li {
  width: 33.33%;
  min-height: 1px;
  float: left;
}

.login-QRcode-box {
  margin: 0 8px;
  text-align: center;
}

.login-QRcode-box .title {
  margin: 5px 0 12px;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.login-QRcode-box .QRcode {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

.login-QRcode-box .QRcode > img {
  width: 100%;
}

.login-QRcode-box .depict {
  margin-top: 15px;
  font-size: 13px;
  font-weight: normal;
}

.login_content {}

.login-warningbar {
  margin-top: -5px;
  margin-bottom: 12px;
  padding: 0 10px;
  height: 20px;
  text-align: center;
  color: #ff7973;
}

.lui_login_form_table {
  width: 100%;
  padding-top: 20px;
}

.lui_login_message_td {
  text-align: left;
  width: 50%;
  line-height: 30px;
  color: #0f73ff;
}

.lui_login_input_title {
  display: none;
  position: absolute;
  top: 0px;
  left: 1px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  padding: 10px 0;
  border-right: 1px #eff0f1 solid;
  color: #999;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  z-index: 7;
}


.lui_login_input_div input:focus:-webkit-autofill {
  color: #0f73ff;
  -webkit-text-fill-color: #0f73ff;
  border-color: #0f73ff;
}

/*去掉苹果电脑钥匙starts*/
.lui_login_input_div input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

/*去掉苹果电脑钥匙ends*/
.lui_login_input_div input::-webkit-input-placeholder {
  color: #999 !important;
  text-fill-color: #999 !important;
  -webkit-text-fill-color: #999 !important;
  font-size: 14px !important;
}

.lui_login_input_div input:-moz-placeholder {
  color: #999 !important;
  text-fill-color: #999 !important;
  -webkit-text-fill-color: #999 !important;
  font-size: 14px !important;
}

.lui_login_input_div input::-moz-placeholder {
  color: #999 !important;
  text-fill-color: #999 !important;
  -webkit-text-fill-color: #999 !important;
  font-size: 14px !important;
}

.lui_login_input_div input:-ms-input-placeholder {
  color: #999 !important;
  text-fill-color: #999 !important;
  -webkit-text-fill-color: #999 !important;
  font-size: 14px !important;
}

/*登录按钮 starts*/
.lui_login_button_td {
  padding: 0px 35px;
  padding-top: 12px;
  text-align: center;
}

.lui_login_button_td .lui_login_button_div_l {
  cursor: pointer;
  display: inline-block;
  color: #254284;
  height: 48px;
  line-height: 48px;
  width: 100%;
  text-align: center;
  background: #fff;
  border: 1px #254284 solid;
  font-size: 18px;
  /* text-shadow: 1px 1px 0 rgba(0,0,0,.35); */
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s ease-in-out;
}

.lui_login_button_td .lui_login_button_div_l:hover {
  color: #fff;
  background: #254284;
  opacity: 1;
  filter: alpha(opacity=100);
}

.lui_login_button_div_r {
  margin: 0;
  padding: 0;
}

.lui_login_button_div_c {
  font-size: 18px;
}

.lui_login_button_td a {
  display: block;
  cursor: pointer;
}

/*登录按钮 ends*/

/* 单选 */
.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;
  margin-right: 0;
  display: inline-block;
}

.lui_login_input_div img {
  position: absolute;
  right: 7px;
  bottom: 4px;
  border: 0;
  width: 99px;
  height: 46px;
  border: 0;
}

.login_radio_wrap {
  display: none;
}

.lui_login_message_td {
  padding: 20px 40px 0px;
  height: auto;
}

.lui_login_message_div {
  display: inline-block;
  background: url(../images/icon_tips.png) no-repeat left 6px;
  padding-left: 19px;

}


.lui_login_message_div.tip_message {
  border: 1px solid transparent;
  background-color: transparent;
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  word-break: normal;
  color: #EA4335;
}

.lui_login_input_div .icon_del {
  display: none;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_del@2x.png);
  background-image: url(../images/icon_del.png)\9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  position: absolute;
  right: 2px;
  top: 12px;
  cursor: pointer;
}

.lui_login_input_div.show .icon_del {
  display: inline-block;
}


.lui_login_input_div.lui_login_password .icon_del {}

.lui_login_input_div .icon_del:hover {
  background-image: url(../images/icon_del_cur@2x.png);
  background-image: url(../images/icon_del_cur.png)\9;
}

.lui_login_input_div {
  position: relative;
  background-color: #fff;
  border: 0;
}

.lui_login_input_div.input_focus,
.lui_login_input_div:focus {
  border-bottom-color: #000;
}

.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: #ff7973;
  margin-left: 20px;
  background: #ffffff;
  z-index: 11;
}

.tipsClass:before {
  position: absolute;
  left: 15px;
  top: -16px;
  content: "";
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-bottom-color: #4285f4;
}

.tipsClass:after {
  position: absolute;
  left: 15px;
  top: -15px;
  content: "";
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}

/*扫码登陆*/
.third_login_form {
  /* margin-top: 10px; */
  /* padding: 10px 0 0; */
}

.third_login_item_desc {
  display: none;
  line-height: 36px;
  padding-top: 10px;
  color: #fff
}

.third_login_item_icon {
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  font-size: 27px;
  line-height: 48px;
  border-radius: 50%;
  transition: all 0.3s;
  -webkit-transition: 0.3s;
  color: #fff;
}

.third_login_header {
  display: block;
  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: #fff;
}

.third_login_list:after {
  content: "";
  display: table;
  visibility: hidden;
  clear: both;
}

.third_login_list {
  margin: 0;
  /* padding: 3px 0 0; */
  list-style: none;
  text-align: center;
  position: relative;
  /* top: -3px; */
}

.third_login_list > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}

.third_login_list > li > a {
  margin: 0 12px 0 0;
  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%;
}


/* 布局 */
.login-dropbox-toggle {
  display: none;
}

.logo_header {
  position: relative;
  z-index: 11;
}

.logo_header .logo {
  padding-left: 45px;
  padding-top: 45px;
}

.form_logo {
  padding: 6% 0 0 6%;
  display: inline-block;
}

.form_logo img {
  max-width: 230px;
  max-height: 40px;
  margin-left: 0px;
}

.form_content {}

.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;
}

/* 输入框 */
.lui_login_input_td {
  padding: 10px 35px;
  text-align: left;
}

.lui_login_formopt_td {
  padding: 10px 35px;
}

.lui_login_input_div .icon_user,
.lui_login_input_div .icon_pwd,
.lui_login_input_div .icon_vcode {
  display: none;
  width: 80px;
  height: 100%;
  position: absolute;
  top: 1px;
  left: 1px;
  border-right: 1px #eff0f1 solid;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: transparent;
  z-index: 6;
}

/*用户名*/
/*密码*/

.lui_login_input_div .icon_user {
  background-image: url(../images/icon-user-normal@2x.png);
  background-image: url(../images/icon-user-normal.png) \9;
}

.lui_login_input_div .icon_pwd {
  background-image: url(../images/icon-eyeon-normal@2x.png);
  background-image: url(../images/icon-eyeon-normal.png)\9;
}

.lui_login_input_div .icon_vcode {
  background-image: url(../images/icon-captcha-normal@2x.png);
  background-image: url(../images/icon-captcha-normal.png)\9;
}

.lui_login_input_div .icon_vcode {
  background-image: url(../images/icon-captcha-normal@2x.png);
  background-image: url(../images/icon-captcha-normal.png)\9;
}

/* 焦点进入状态 */
.lui_login_input_div.input_focus .icon_user {
  background-image: url(../images/icon-user-active@2x.png);
  background-image: url(../images/icon-user-active.png) \9;
}

.lui_login_input_div.input_focus .icon_pwd {
  background-image: url(../images/icon-eyeon-active@2x.png);
  background-image: url(../images/icon-eyeon-active.png)\9;
}

.lui_login_input_div.input_focus .icon_vcode {
  background-image: url(../images/icon-captcha-active@2x.png);
  background-image: url(../images/icon-captcha-active.png) \9;
}


.lui_login_input_div .lui_login_input_username,
.lui_login_input_div .lui_login_input_password,
.lui_login_input_div .lui_login_input_vcode {
  color: #333;
  margin-bottom: 6px;
  font-size: 14px;
  outline: none;
  background-color: #fff;
  padding: 8px 26px 8px 10px;
  height: 22px;
  line-height: 22px;
  border: 0;
  border-bottom: 1px solid #cfcece;
  width: calc(100% - 36px);
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.lui_login_input_div .lui_login_input_vcode {
  width: 46%;
}

/*.lui_login_input_div.input_focus .lui_login_input_username:focus, 
.lui_login_input_div.input_focus .lui_login_input_password:focus, 
.lui_login_input_div.input_focus .lui_login_input_vcode:focus{
    border-bottom-color:#0f73ff;
}*/

/* 通过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:focus,
.input_focus input:focus {
  text-fill-color: #000;
  -webkit-text-fill-color: #000;
  color: #000;
  border-color: #3e67dd;
}

/* 用户配置扫码登陆，切换异常 */
/* 登录 */


/* 忘记密码 */
.lui_login_form_opt {
  display: inline-block;
  float: right;
  width: 46%;
  margin: 0px;
  padding: 0;
  text-align: right;
}

.lui_login_form_opt .forgetPswLink {
  float: right;
  padding: 0 0 0 10px;
}

.lui_login_form_opt .forgetPswLink,
.lui_login_form_opt .kkDownloadLink {
  color: #666666;
  font-size: 14px;
  display: block;
}

.lui_login_form_opt a:hover {
  text-decoration: none;
  color: #0f73ff;
}

/* 三方登录 */
.third_login_list li:first-child a img, .third_login_list li:nth-child(2) a img {
  display: none;
  border: 0;
}

.third_login_header:after, .third_login_header:before {
  display: none;
}

.third_login_header {
  position: relative;
  margin-bottom: 12px;
  display: block;
}

.third_login_header:before, .third_login_header:after {
  content: "";
  display: none;
  width: 110px;
  height: 1px;
  background: #0f73ff;
  position: absolute;
  top: 10px;
}

.third_login_header:before {
  left: 0;
}

.third_login_header:after {
  right: 0;
}

.form_bottom {
  margin: 2px 0;
}

/* 二维码 */
.login-icon {
  position: fixed;
  left: 105px;
  bottom: 64px;
  z-index: 2;
}

.login-icon img {
  width: 60%;
  border-radius: 4px;
}

/* MAC高清大屏适配 start*/
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .lui_login_input_div .icon_del, .lui_login_input_div .icon_del:hover {
    background-image: url(../images/icon_del_cur@2x.png);
    background-size: 16px;

  }

  .lui_login_message_div {
    background-image: url(../images/icon_tips@2x.png);
    background-size: 16px;
  }
}

/* MAC高清大屏适配end */

/*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:326px;
    padding-right:10px;
}*/
.ltie8 .lui_login_input_div .icon_del,
html.lui-ie9-html .lui_login_input_div .icon_del,
.ltie8 .lui_login_input_div .icon_del:hover,
html.lui-ie9-html .lui_login_input_div .icon_del:hover {
  width: 20px;
  height: 24px;
  right: 1px;
  background: transparent;
}

.ltie8 .lui_login_input_div .lui_login_input_vcode,
html.lui-ie9-html .lui_login_input_div .lui_login_input_vcode {
  width: 216px;
  padding-right: 120px;
}

/*ie8 ie9用系统自带的× ends*/

/* KK扫码登录 */
.form_content_item.form_pcscan {
  display: block;
}

.form_content_item.form_pcscan iframe {
  border: none;
  margin: 20px 20px 10px;
  height: 197px;
}

.form_pcscan_tip {
  text-align: center;
  color: #0f73ff;
}

/* 第三方登录信息 -- V14版本 */
.third_login_item_icon {
  /* display: none; */
}

@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- */
}

.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;
}

/* .third_login_list li a:before {
  content: "\e7d2";
} */

/* 钉钉 */
.third_login_list li a[href^="https://oapi.dingtalk.com"]:before {
  content: "\e69a";
}

/* 微信 */
.third_login_list li a[href^="https://open.work.weixin.qq.com"]:before {
  content: "\e600";
}

/* 企业微信 */
.third_login_list li a[href^="https://qy.weixin.qq.com/"]:before {
  content: "\e7d2";
}

.third_login_list li a[href^="https://oapi.dingtalk.com"] img, .third_login_list li a[href^="https://open.work.weixin.qq.com"] img, .third_login_list li a[href^="https://qy.weixin.qq.com/"] img {
  display: none;
}

.third_login_list li a {
  width: 48px;
  height: 48px;
  border: 0;
  font-size: 27px;
  line-height: 48px;
  border-radius: 50%;
  transition: all 0.3s;
  -webkit-transition: 0.3s;
  color: #999;
  background: transparent;
  /* border: 2px solid #999 */
}

.third_login_list li a:hover {
  background: transparent;
}
.third_login_list li a:hover .third_login_item_icon{
  border: 1px solid #fff;
}

/* 第三方登录信息 -- V14版本 */
/* 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;
}

.form_qrcode_content_back {
    color: #fff
}