@charset "UTF-8";

/**
** 代码制作人: 罗程凡
** 制作时间：2019-07-26
** 文件内容描述：PC端登录页
** 修改日期：无
** 修改内容：无
**********************************************/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
html {
  height: 100%;
  position: relative;
}
body {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
ul {
  list-style: none;
}
/* ==================== 背景图片 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;

  -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;
}
.lui_login_input_title {
  display: none;
}
.lui_login_button_div_c {
  font-size: 16px;
}
/* ==================== 背景图片 ends ==================== */

/* ==================== 登录框布局 starts ==================== */
.login-background-wrap {
  width: 100%;
  height: 100%;
}
.login-background-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.login_iframe {
  width: 460px;
  height: 100%;
}
.login_iframe_wrap {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.login_iframe_content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 80px;
}
/* 为取消操作按钮与登录按钮的留白，给最外层父容器设置固定高，这样提示信息出现的时候不会让整个登录框位置发生偏移 */
.lui_login_form_list_center {
  height: 146px;
}
@media screen and (max-width: 1400px) {
  .login_iframe {
    width: 360px;
  }
  .login_iframe_content {
    padding: 0 30px;
    /* padding: 0; */
  }
  .third_login_list > li{
    margin: 0 10px;
  }
}
/* ==================== 登录框布局 ends ==================== */

/* ==================== 登录框内容 starts ==================== */
/* 多语言切换 starts */
.lui_login_lang {
  position: absolute;
  top: 20px;
  left: 20px;
}
.header_lan {
  padding-bottom: 10px;
  display: none;
}
.lui_login_lang:hover .header_lan {
  display: block;
}
.current_language_text {
  padding: 0 10px 10px;
  font-size: 12px;
  position: relative;
  display: inline-block;
}
.current_language_text:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: -10px;
  top: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.lui_login_lang:hover .current_language_text:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.header_lan li {
  padding: 10px 10px 0;
}
.header_lan li a {
  font-size: 12px;
}
.login_radio_wrap {
  display: none;
}
/* 多语言切换 ends */

/* logo starts */
.lui_logo_img {
  text-align: center;
  margin-bottom: 30px;
  height: 48px;
  line-height: 48px;
}
.lui_logo_img img {
  max-height: 100%;
  vertical-align: bottom;
}
/* logo ends */

/* 输入框 starts */
.lui_login_form_list_top > div {
  margin-bottom: 10px;
}
.lui_login_input_div {
  border-bottom: 1px solid transparent;
  position: relative;
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
.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: 264px;
  font-size: 14px;
  outline: none;
  background-color: transparent;
  height: 38px;
  line-height: 38px;
  padding-left: 36px;
  border: 0;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 验证码 */
.lui_login_form_vcode .lui_login_input_div:after {
  content: "";
  display: block;
  clear: both;
}
.lui_login_form_vcode img {
  float: right;
}
.lui_login_input_div input.lui_login_input_vcode {
  vertical-align: top;
  width: 115px;
  display: inline-block;
}
.lui_login_input_div img {
  border: 1px solid #d6d6d6;
  width: 99px;
  height: 36px;
}
/* 通过transition属性设置很长的过渡时间以覆盖掉chrome表单回填背景色的问题 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  /* transition: background-color 5000000s ease-in-out 0s; */
  /* -webkit-transition: background-color 5000000s ease-in-out 0s; */
}
/* 输入框图标 */
.lui_login_input_div .icon_user,
.lui_login_input_div .icon_pwd,
.lui_login_input_div .icon_vcode {
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  width: 21px;
  height: 36px;
}
.lui_login_input_div .icon_del {
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 13px;
  cursor: pointer;
}
/* 输入框 ends */

/* 忘记密码，kk登录 */
.lui_login_form_opt {
  padding: 10px 0 10px;
  overflow: hidden;
}
.lui_login_form_opt .kkDownloadLink {
  float: left;
  font-size: 12px;
  transition: color 0.3s;
  -webkit-transition: 0.3s;
}
.lui_login_form_opt .forgetPswLink {
  float: right;
  font-size: 12px;
  transition: color 0.3s;
  -webkit-transition: 0.3s;
}

/* 提示信息 */
.lui_login_message_div.tip_message {
  background-color: transparent;
  font-size: 12px;
  color: #ee5555;
  line-height: 18px;
  padding-top: 6px;
  word-break: break-all;
}

/* 登录按钮 */
.lui_login_button_td {
  padding-top: 10px;
}
.lui_login_button_td .lui_login_button_div_l {
  cursor: pointer;
  color: #fff;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 2px;
  font-size: 18px;
  letter-spacing: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.muilti_eng .lui_login_button_td .lui_login_button_div_l {
  letter-spacing: 0px;
  word-spacing: 4px;
  font-family: "arial";
}

/* 第三方登录 */
.form_bottom {
  margin-top: 20px;
}
.third_login_form {
  padding: 10px 0;
}
.third_login_list:after {
  content: "";
  display: table;
  visibility: hidden;
  clear: both;
}
.third_login_list {
  text-align: center;
}
.third_login_list > li {
  display: inline-block;
  margin: 0 20px;
}
.third_login_header {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  display: none;
}
.third_login_item_desc {
  display: none;
}
.third_login_item_icon {
  width: 48px;
  height: 48px;
  border: 1px solid transparent;
  font-size: 25px;
  line-height: 48px;
  border-radius: 50%;
  transition: all 0.3s;
  -webkit-transition: 0.3s;
}

/* 页脚 */
.login_footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  padding-bottom: 15px;
  text-align: center;
}
/* ==================== 登录框内容 ends ==================== */

/* ==================== 登录框后台配置样式 starts ==================== */
/* 登录框位置 starts */
.loginFormOnLeft {
  float: left;
}
.loginFormOnRight {
  float: right;
}
/* 登录框位置 ends */

/* 登录框背景为深透明色，登录框内文字信息为浅色 starts */
.blackBackground {
  background: url(../images/bgFull_repeat_black.png) repeat center;
  background: rgba(0, 0, 0, 0.8);
}
.blackBackground .lui_login_input_div.input_focus {
  border-color: #fff;
}

/* 语言切换 */
.blackBackground .current_language_text {
  color: #fff;
}
.blackBackground .current_language_text:before {
  background: url(../images/black_icon_arr.png) no-repeat center;
}
.blackBackground .header_lan {
  background: url(../images/bgFull_repeat_black.png) repeat center;
  background-color: rgba(0, 0, 0, 0.8);
}
.blackBackground .header_lan_selected {
  color: #fff;
}
.blackBackground .header_lan a {
  color: #9c9c9c;
}
.blackBackground .header_lan a:hover {
  color: #fff;
}

/* input框 */
.blackBackground .lui_login_input_div {
  border-color: #999;
  color: #fff;
}

/* input框的图标 */
/* 常态 */
.blackBackground .icon_user {
  background: url(../images/black_icon_user.png) no-repeat center;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.blackBackground .icon_pwd {
  background: url(../images/black_icon_pwd.png) no-repeat center;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.blackBackground .icon_vcode {
  background: url(../images/black_icon_code.png) no-repeat center;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.blackBackground .icon_del {
  background: url(../images/black_icon_del.png) no-repeat center;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* 激活态 */
.blackBackground .input_focus .icon_user {
  background: url(../images/black_icon_user_hover.png) no-repeat left center;
}
.blackBackground .input_focus .icon_pwd {
  background: url(../images/black_icon_pwd_hover.png) no-repeat left center;
}
.blackBackground .input_focus .icon_vcode {
  background: url(../images/black_icon_code_hover.png) no-repeat left center;
}
.blackBackground .icon_del:hover {
  background: url(../images/black_icon_del_hover.png) no-repeat center;
}
/* 在谷歌浏览器下，回填样式会与placeholder的样式冲突，解决方法先设置回填样式，
然后在placeholder的样式里也添加回填样式的语句，并把颜色设置为placeholder的颜色 */

/* input框被浏览器自动回填后的样式 */
.blackBackground .lui_login_input_div input {
  -webkit-text-fill-color: #fff;
  box-shadow: 0 0  0 100px  #01050f inset !important;
  -webkit-box-shadow: 0 0 0px 100px #01050f inset !important;
}
/* WebKit browsers */
.blackBackground .lui_login_input_div input::-webkit-input-placeholder {
  color: #999 !important;
  -webkit-text-fill-color: #999;
} 
/* Mozilla Firefox 19+ */
::-moz-placeholder {
  color: #999 !important;
  -webkit-text-fill-color: #999;
} 
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
  color: #999 !important;
  -webkit-text-fill-color: #999;
} 
/* Internet Explorer 10+ */
:-ms-input-placeholder {
  color: #999 !important;
  -webkit-text-fill-color: #999;
} 
/* input框的激活态 */
.blackBackground .lui_login_input_div input:focus {
  color: #fff;
}

/* 忘记密码，kk登录 */
.blackBackground .lui_login_form_opt a {
  color: #999;
}
/* 忘记密码，kk登录激活态 */
.blackBackground .lui_login_form_opt a:hover {
  color: #fff;
}

/* 登录按钮 */
.blackBackground .lui_login_button_td .lui_login_button_div_l {
  border: 1px solid #999;
  color: #999;
}
.blackBackground .lui_login_button_td .lui_login_button_div_l:hover {
  border-color: #fff;
  color: #fff;
}

/* 第三方登录 */
.blackBackground .third_login_item_icon {
  color: #999;
  border-color: #999;
}
.blackBackground .third_login_item_icon:hover {
  border-color: #fff;
  color: #fff;
}
/* 页脚 */
.blackBackground .login_footer {
  color: #999;
}

/* 2K屏幕样式 */
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .blackBackground .current_language_text:before {
    background: url(../images/black_icon_arr@2x.png) no-repeat center;
    background-size: 12px;
  }
  /* input框的图标 */
  /* 常态 */
  .blackBackground .icon_user {
    background: url(../images/black_icon_user@2x.png) no-repeat center;
    background-size: 16px;
  }
  .blackBackground .icon_pwd {
    background: url(../images/black_icon_pwd@2x.png) no-repeat center;
    background-size: 16px;
  }
  .blackBackground .icon_vcode {
    background: url(../images/black_icon_code@2x.png) no-repeat center;
    background-size: 16px;
  }
  .blackBackground .icon_del {
    background: url(../images/black_icon_del@2x.png) no-repeat center;
    background-size: 14px;
  }
  /* 激活态 */
  .blackBackground .input_focus .icon_user {
    background: url(../images/black_icon_user_hover@2x.png) no-repeat left
      center;
    background-size: 16px;
  }
  .blackBackground .input_focus .icon_pwd {
    background: url(../images/black_icon_pwd_hover@2x.png) no-repeat left center;
    background-size: 16px;
  }
  .blackBackground .input_focus .icon_vcode {
    background: url(../images/black_icon_code_hover@2x.png) no-repeat left
      center;
    background-size: 16px;
  }
  .blackBackground .icon_del:hover {
    background: url(../images/black_icon_del_hover@2x.png) no-repeat center;
    background-size: 14px;
  }
}
/* 登录框背景为深透明色，登录框内文字信息为浅色 ends */

/* 登录框背景为浅透明色，登录框内文字信息为深色 starts */
.whiteBackground {
  background: url(../images/bgFull_repeat_white.png) repeat center;
  background: rgba(255, 255, 255, 0.8);
}
.whiteBackground .lui_login_input_div.input_focus {
  border-color: #333;
}

/* 语言切换 */
.whiteBackground .current_language_text {
  color: #333;
}
.whiteBackground .current_language_text:before {
  background: url(../images/white_icon_arr.png) no-repeat center;
}
.whiteBackground .header_lan {
  background: url(../images/bgFull_repeat_white.png) repeat center;
  background-color: rgba(255, 255, 255, 0.5);
}
.whiteBackground .header_lan_selected {
  color: #333;
}
.whiteBackground .header_lan a {
  color: #999;
}
.whiteBackground .header_lan a:hover {
  color: #333;
}

/* input框 */
.whiteBackground .lui_login_input_div {
  border-color: #999;
  color: #333;
  border-bottom: none;
}

/* input框的图标 */
/* 常态 */
.whiteBackground .icon_user {
  background: url(../images/white_icon_user.png) no-repeat 5px center;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.whiteBackground .icon_pwd {
  background: url(../images/white_icon_pwd.png) no-repeat 5px center;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.whiteBackground .icon_vcode {
  background: url(../images/white_icon_code.png) no-repeat 5px center;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.whiteBackground .icon_del {
  background: url(../images/white_icon_del.png) no-repeat center;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* 激活态 */
.whiteBackground .input_focus .icon_user {
  background-image: url(../images/white_icon_user_hover.png);
}
.whiteBackground .input_focus .icon_pwd {
  background-image: url(../images/white_icon_pwd_hover.png);
}
.whiteBackground .input_focus .icon_vcode {
  background-image: url(../images/white_icon_code_hover.png);
}
.whiteBackground .icon_del:hover {
  background: url(../images/white_icon_del_hover.png) no-repeat center;
}
/* 在谷歌浏览器下，回填样式会与placeholder的样式冲突，解决方法先设置回填样式，
然后在placeholder的样式里也添加回填样式的语句，并把颜色设置为placeholder的颜色 */

/* input框被浏览器自动回填后的样式 */
.whiteBackground .lui_login_input_div input {
  -webkit-text-fill-color: #333;
  box-shadow: 0 0  0 100px  #fff inset !important;
  -webkit-box-shadow: 0 0 0px 100px #fff inset !important;
  border-radius:5px;
/*   opacity:.6; */
}
/* WebKit browsers */
.whiteBackground .lui_login_input_div input::-webkit-input-placeholder {
  color: #999 !important;
  -webkit-text-fill-color: #999;
} 
/* Mozilla Firefox 19+ */
::-moz-placeholder {
  color: #999 !important;
  -webkit-text-fill-color: #999;
} 
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
  color: #999 !important;
  -webkit-text-fill-color: #999;
} 
/* Internet Explorer 10+ */
:-ms-input-placeholder {
  color: #999 !important;
  -webkit-text-fill-color: #999;
} 
/* input框的激活态 */
.whiteBackground .lui_login_input_div input:focus {
  color: #333;
}

/* 忘记密码，kk登录 */
.whiteBackground .lui_login_form_opt a {
  color: #999;
}
/* 忘记密码，kk登录激活态 */
.whiteBackground .lui_login_form_opt a:hover {
  color: #333;
}

/* 登录按钮 */
.whiteBackground .lui_login_button_td .lui_login_button_div_l {
  border: 1px solid #999;
  color: #999;
}
.whiteBackground .lui_login_button_td .lui_login_button_div_l:hover {
  border-color: #333;
  color: #333;
}

/* 第三方登录 */
.whiteBackground .third_login_item_icon {
  color: #999;
  border-color: #999;
}
.whiteBackground .third_login_item_icon:hover {
  border-color: #333;
  color: #333;
}
/* 页脚 */
.whiteBackground .login_footer {
  color: #999;
}

/* 2K屏幕样式 */
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .whiteBackground .current_language_text:before {
    background-image: url(../images/white_icon_arr@2x.png);
    background-size: 12px;
  }
  /* input框的图标 */
  /* 常态 */
  .whiteBackground .icon_user {
    background-image: url(../images/white_icon_user@2x.png);
    background-size: 16px;
  }
  .whiteBackground .icon_pwd {
    background-image: url(../images/white_icon_pwd@2x.png);
    background-size: 16px;
  }
  .whiteBackground .icon_vcode {
    background-image: url(../images/white_icon_code@2x.png);
    background-size: 16px;
  }
  .whiteBackground .icon_del {
    background-image: url(../images/white_icon_del@2x.png);
    background-size: 14px;
  }
  /* 激活态 */
  .whiteBackground .input_focus .icon_user {
    background-image: url(../images/white_icon_user_hover@2x.png);
    background-size: 16px;
  }
  .whiteBackground .input_focus .icon_pwd {
    background-image: url(../images/white_icon_pwd_hover@2x.png);
    background-size: 16px;
  }
  .whiteBackground .input_focus .icon_vcode {
    background-image: url(../images/white_icon_code_hover@2x.png);
    background-size: 16px;
  }
  .whiteBackground .icon_del:hover {
    background-image: url(../images/white_icon_del_hover@2x.png);
    background-size: 14px;
  }
}
/* 登录框背景为浅透明色，登录框内文字信息为深色 ends */

/* 82838 新增Logo不显示功能 @author 吴进 by 20191016 */
.logoPositionOnLogoShow .lui_logo_img{
  display: block;
}
.logoPositionOnLogoHide .lui_logo_img{
  display: none;
}
/* 82838 新增Logo不显示功能 @author 吴进 by 20191016 End */

/* ==================== 登录框后台配置样式 ends ==================== */
