html {
  font-family: sans-serif; 
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
}



body {
  margin: 0;
}





article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}



audio,
canvas,
progress,
video {
  display: inline-block; 
  vertical-align: baseline; 
}



audio:not([controls]) {
  display: none;
  height: 0;
}



[hidden],
template {
  display: none;
}





a {
  background-color: transparent;
}



a:active,
a:hover {
  outline: 0;
}





abbr[title] {
  border-bottom: 1px dotted;
}



b,
strong {
  font-weight: bold;
}



dfn {
  font-style: italic;
}



h1 {
  font-size: 2em;
  margin: 0.67em 0;
}



mark {
  background: #ff0;
  color: #000;
}



small {
  font-size: 80%;
}



sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}





img {
  border: 0;
}



svg:not(:root) {
  overflow: hidden;
}





figure {
  margin: 1em 40px;
}



hr {
  box-sizing: content-box;
  height: 0;
}



pre {
  overflow: auto;
}



code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}







button,
input,
optgroup,
select,
textarea {
  color: inherit; 
  font: inherit; 
  margin: 0; 
}



button {
  overflow: visible;
}



button,
select {
  text-transform: none;
}



button,
html input[type="button"], 
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[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;
}



fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}



legend {
  border: 0; 
  padding: 0; 
}



textarea {
  overflow: auto;
}



optgroup {
  font-weight: bold;
}





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;
}

.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;
}



.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;
    
  }
  .third_login_list > li{
    margin: 0 10px;
  }
}




.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;
}



.lui_logo_img {
  text-align: center;
  margin-bottom: 30px;
  height: 48px;
  line-height: 48px;
}
.lui_logo_img img {
  max-height: 100%;
  vertical-align: bottom;
}



.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;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  
  
}

.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;
}



.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;
}




.loginFormOnLeft {
  float: left;
}
.loginFormOnRight {
  float: right;
}



.blackBackground {
  background: url(../image/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(../image/black_icon_arr.png) no-repeat center;
}
.blackBackground .header_lan {
  background: url(../image/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;
}


.blackBackground .lui_login_input_div {
  border-color: #999;
  color: #fff;
}



.blackBackground .icon_user {
  background: url(../image/black_icon_user.png) no-repeat center;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.blackBackground .icon_pwd {
  background: url(../image/black_icon_pwd.png) no-repeat center;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.blackBackground .icon_vcode {
  background: url(../image/black_icon_code.png) no-repeat center;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.blackBackground .icon_del {
  background: url(../image/black_icon_del.png) no-repeat center;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

.blackBackground .input_focus .icon_user {
  background: url(../image/black_icon_user_hover.png) no-repeat left center;
}
.blackBackground .input_focus .icon_pwd {
  background: url(../image/black_icon_pwd_hover.png) no-repeat left center;
}
.blackBackground .input_focus .icon_vcode {
  background: url(../image/black_icon_code_hover.png) no-repeat left center;
}
.blackBackground .icon_del:hover {
  background: url(../image/black_icon_del_hover.png) no-repeat center;
}



.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;
}

.blackBackground .lui_login_input_div input::-webkit-input-placeholder {
  color: #999 !important;
  -webkit-text-fill-color: #999;
} 

::-moz-placeholder {
  color: #999 !important;
  -webkit-text-fill-color: #999;
} 

:-moz-placeholder {
  color: #999 !important;
  -webkit-text-fill-color: #999;
} 

:-ms-input-placeholder {
  color: #999 !important;
  -webkit-text-fill-color: #999;
} 

.blackBackground .lui_login_input_div input:focus {
  color: #fff;
}


.blackBackground .lui_login_form_opt a {
  color: #999;
}

.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;
}


@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .blackBackground .current_language_text:before {
    background: url(../image/black_icon_arr@2x.png) no-repeat center;
    background-size: 12px;
  }
  
  
  .blackBackground .icon_user {
    background: url(../image/black_icon_user@2x.png) no-repeat center;
    background-size: 16px;
  }
  .blackBackground .icon_pwd {
    background: url(../image/black_icon_pwd@2x.png) no-repeat center;
    background-size: 16px;
  }
  .blackBackground .icon_vcode {
    background: url(../image/black_icon_code@2x.png) no-repeat center;
    background-size: 16px;
  }
  .blackBackground .icon_del {
    background: url(../image/black_icon_del@2x.png) no-repeat center;
    background-size: 14px;
  }
  
  .blackBackground .input_focus .icon_user {
    background: url(../image/black_icon_user_hover@2x.png) no-repeat left
      center;
    background-size: 16px;
  }
  .blackBackground .input_focus .icon_pwd {
    background: url(../image/black_icon_pwd_hover@2x.png) no-repeat left center;
    background-size: 16px;
  }
  .blackBackground .input_focus .icon_vcode {
    background: url(../image/black_icon_code_hover@2x.png) no-repeat left
      center;
    background-size: 16px;
  }
  .blackBackground .icon_del:hover {
    background: url(../image/black_icon_del_hover@2x.png) no-repeat center;
    background-size: 14px;
  }
}



.whiteBackground {
  background: url(../image/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(../image/white_icon_arr.png) no-repeat center;
}
.whiteBackground .header_lan {
  background: url(../image/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;
}


.whiteBackground .lui_login_input_div {
  border-color: #999;
  color: #333;
  border-bottom: none;
}



.whiteBackground .icon_user {
  background: url(../image/white_icon_user.png) no-repeat 5px center;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.whiteBackground .icon_pwd {
  background: url(../image/white_icon_pwd.png) no-repeat 5px center;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.whiteBackground .icon_vcode {
  background: url(../image/white_icon_code.png) no-repeat 5px center;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.whiteBackground .icon_del {
  background: url(../image/white_icon_del.png) no-repeat center;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

.whiteBackground .input_focus .icon_user {
  background-image: url(../image/white_icon_user_hover.png);
}
.whiteBackground .input_focus .icon_pwd {
  background-image: url(../image/white_icon_pwd_hover.png);
}
.whiteBackground .input_focus .icon_vcode {
  background-image: url(../image/white_icon_code_hover.png);
}
.whiteBackground .icon_del:hover {
  background: url(../image/white_icon_del_hover.png) no-repeat center;
}



.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;

}

.whiteBackground .lui_login_input_div input::-webkit-input-placeholder {
  color: #999 !important;
  -webkit-text-fill-color: #999;
} 

::-moz-placeholder {
  color: #999 !important;
  -webkit-text-fill-color: #999;
} 

:-moz-placeholder {
  color: #999 !important;
  -webkit-text-fill-color: #999;
} 

:-ms-input-placeholder {
  color: #999 !important;
  -webkit-text-fill-color: #999;
} 

.whiteBackground .lui_login_input_div input:focus {
  color: #333;
}


.whiteBackground .lui_login_form_opt a {
  color: #999;
}

.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;
}


@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .whiteBackground .current_language_text:before {
    background-image: url(../image/white_icon_arr@2x.png);
    background-size: 12px;
  }
  
  
  .whiteBackground .icon_user {
    background-image: url(../image/white_icon_user@2x.png);
    background-size: 16px;
  }
  .whiteBackground .icon_pwd {
    background-image: url(../image/white_icon_pwd@2x.png);
    background-size: 16px;
  }
  .whiteBackground .icon_vcode {
    background-image: url(../image/white_icon_code@2x.png);
    background-size: 16px;
  }
  .whiteBackground .icon_del {
    background-image: url(../image/white_icon_del@2x.png);
    background-size: 14px;
  }
  
  .whiteBackground .input_focus .icon_user {
    background-image: url(../image/white_icon_user_hover@2x.png);
    background-size: 16px;
  }
  .whiteBackground .input_focus .icon_pwd {
    background-image: url(../image/white_icon_pwd_hover@2x.png);
    background-size: 16px;
  }
  .whiteBackground .input_focus .icon_vcode {
    background-image: url(../image/white_icon_code_hover@2x.png);
    background-size: 16px;
  }
  .whiteBackground .icon_del:hover {
    background-image: url(../image/white_icon_del_hover@2x.png);
    background-size: 14px;
  }
}



.logoPositionOnLogoShow .lui_logo_img{
  display: block;
}
.logoPositionOnLogoHide .lui_logo_img{
  display: none;
}