@charset "UTF-8"; /**
** 代码制作人: 
** 制作时间：2020-03-13
** 文件内容描述：登录测试
** 修改日期：无
** 修改内容：无
**********************************************/
/* 主色 226CF1 浅色 41bfc6 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

a:hover {
  color: #e11f23;
}

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[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;
}

html {
  min-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;
  position: absolute;
  min-height: 100%;
  width: 100%;
}

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;
}

.clr {
  clear: both;
  line-height: 0px;
}

.clrfix {
  zoom: 1;
}

.clrfix:after {
  content: "";
  display: table;
  line-height: 0px;
  visibility: hidden;
}

/* 样式重置 Ends  */
/* CSS图片预加载 Starts */
/* hover状态的图片需要预加载提升体验 */
body:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/btn_hover.png) no-repeat 0 0;
  height: 0;
}

/* CSS图片预加载 Starts */
.lay_background_img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* ---------- 头部 Starts ---------- */
.login_header {
  height: 70px;
  background: #fff;
}
.login_header .main_content {
  position: relative;
}
.login_header .logo {
  display: inline-block;
  background: url(../images/logo.png) no-repeat;
  width: 320px;
  height: 50px;
  margin: -3px 0 0 0;
}

.login_header .main_content:after {
  display: table;
  clear: both;
}
.login_header ul {
  float: right;
  list-style: none;
  position: absolute;
  right: 18%;
  top: 10px;
  width: 100px;
  margin-right: -23px;
  text-align: right;
  z-index: 999;
}
.login_top_bar {
  height: 2px;
  /*background:#000; 
filter:alpha(opacity=30);   
      -moz-opacity:0.3;   
      -khtml-opacity: 0.3;   
      opacity: 0.3; */
}
.login_header ul {
  float: right;
}
.login_header ul li {
  display: inline-block;
  padding: 7px 0;
}
.login_header ul li a {
  display: inline-block;
  font-size: 12px;
  color: #333;
  border-left: 1px solid #fff;
  height: 18px;
  line-height: 18px;
  padding: 0 23px;
}
.login_header ul li:first-child a {
  border-left: none;
}
.login_header ul li:hover a {
  color: #38adff;
}
.login_iframe {
  position: absolute;
  top: 50%;
  right: 11%;
  margin: -140px 0 0;
  padding: 8px 0 0;
  width: 282px;
  height: 280px;
  background: url(../images/bg_1.png) no-repeat left top;
  /*z-index: 100;*/
}
.login_iframe_r {
  width: 282px;
  padding: 0 0 8px;
  background: url(../images/bg_3.png) no-repeat left bottom;
}
.login_iframe_c {
  width: 282px;
  background: url(../images/bg_2.png) repeat-y left top;
}

@media screen and (max-width: 959px) {
  .login_iframe,
  .login_header ul {
    right: 52px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  .login_iframe,
  .login_header ul {
    right: 12%;
  }
}

.login_iframe .header {
  font-size: 18px;
  text-align: center;
  color: #434343;
  height: 38px;
  line-height: 38px;
  padding: 0px 12px 0px;
}
.muilti_eng .login_iframe .header {
  font-size: 14px;
  color: #555;
}
.login_iframe .header em {
  font-size: 18px;
  color: #b2b2b2;
  margin-left: 15px;
}
.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: 5px;
}
.login_iframe .login_item input:focus {
  border-color: #84cc2d;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 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: 5px;
  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;
}

.main_content {
  width: 1000px;
  min-height: 1px;
  margin: 0 auto;
  padding: 10px 0 0;
  /*position: relative;*/
}
.login_footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 42px;
  padding: 8px 0 0;
  line-height: 1.6em;
  font-size: 12px;
  color: #a0a0a0;
  background: #fff;
  text-align: center;
}
.login_footer p {
  margin: 0;
}
.bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
.bgimg img {
  position: absolute;
  width: 100%;
}
/*背景图片*/
.login-background-img {
  width: 100%;
  height: 100%;
  /*background-image:url(../images/login_bg01.jpg);
	 -webkit-animation: fadeIn .8s ease-in-out 0s 1;
       -moz-animation: fadeIn .8s ease-in-out 0s 1;
         -o-animation: fadeIn .8s ease-in-out 0s 1;
        -ms-animation: fadeIn .8s ease-in-out 0s 1;
            animation: fadeIn .8s ease-in-out 0s 1;
    animation-fill-mode: both;*/
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.login-background-img > img {
  width: 100%;
  height: 100%;
}
#login-bgImg {
  position: absolute;
  z-index: -1;
}

/*下拉弹出窗*/
.login-dropbox {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 99;
}
.login-dropbox-toggle {
  width: 46px;
  height: 46px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 100% 50%;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1001;
}
.login-dropbox-toggle .iconbox {
  width: 92px;
  height: 46px;
  position: absolute;
  left: 0;
  top: 0;
}
.login-dropbox-toggle .iconbox .icon-PC,
.login-dropbox-toggle .iconbox .icon-QRcode {
  width: 46px;
  height: 46px;
  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: 284px;
  border-radius: 8px;
  border: 0;
  /*background: url(../images/login_dropdown_bg.png) repeat 50%;*/
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 8px;
  z-index: 1000;
}
.login_iframe .login-dropbox-menu .header {
  margin: 10px 0 0;
  padding-top: 10px;
  padding: 2px 15px;
  text-align: center;
  background: none;
  font-size: 18px;
  font-weight: bold;
  color: #434343;
}

.login-dropbox-QRcode-list {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.login-dropbox-QRcode-list li {
  width: 100% !important;
  height: 180px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: left !important;
  text-align: center !important;
}
.login-QRcode-box {
  width: 235px;
  height: 180px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.login-QRcode-box h4 {
  width: 235px;
  height: 30px;
  line-height: 30px;
  color: #7a7a7a;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  background: url(../images/code_bg.png) no-repeat;
}
.login-QRcode-box h4 span {
  color: #4cad27;
  font-size: 14px;
}
.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: 235px;
  height: 120px;
  overflow: hidden;
}
.login-QRcode-box .QRcode > img {
  width: 118px;
  height: 118px;
}
.login-QRcode-box .depict {
  margin-top: 15px;
  font-size: 13px;
  font-weight: normal;
}


.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;
}
.lui_login_message_td {
  text-align: left;
  width: 100%;
  padding: 10px 35px 12px;
  height: 30px;
  line-height: 30px;
  color: #ff7753;
}

.lui_login_input_title {
  display: none;
}
.lui_login_input_td {
  padding: 0 0 0 20px;
}
.lui_login_input_div {
  /* height:44px;*/
  min-height: 20px;
}
/*项目定制:修改登录页下拉显示*/
.lui_login_input_div select {
  /*opacity:0;*/
  filter: alpha(opacity=0);
}
/*.lui_login_input_div input.lui_login_input_username,
.lui_login_input_div input.lui_login_input_password,
.lui_login_input_div input.lui_login_input_vcode*/
.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: #cccbcb; 修改登录输入字体颜色 */
  color: #000000;
  margin: 0;
  font-size: 14px;
  outline: none;
  background-color: #fff;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  border: 0;
  border: none;
  width: 214px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /*border: 1px solid #d6d6d6;margin-bottom:16px;*/
}
.lui_login_input_div .lui_login_input_username {
  background: #fff url(../images/icon_user.png) no-repeat 9px center !important;
  width: 194px;
  padding-left: 32px;
}

.lui_login_input_div .lui_login_input_password {
  background: #fff url(../images/icon_pwd.png) no-repeat 9px center !important;
  width: 194px;
  padding-left: 32px;
}
.lui_login_input_div .lui_login_input_username:focus {
  background-image: url(../images/icon_user_cur.png) !important;
}
.lui_login_input_div .lui_login_input_password:focus {
  background-image: url(../images/icon_pwd_cur.png) !important;
}

 /* ie8兼容 */
.ltie8 .lui_login_input_div input.lui_login_input_username {
  background: #fff url(../images/icon_user.png) no-repeat 9px center !important;
  padding-left: 32px !important;
}

.ltie8 .lui_login_input_div .lui_login_input_password {
  background: #fff url(../images/icon_pwd.png) no-repeat 9px center !important;
  padding-left: 32px !important;
}
.ltie8 .lui_login_input_div .lui_login_input_username:focus {
  background: #fff url(../images/icon_user_cur.png) no-repeat 9px center !important;
  padding-left: 32px !important;
}
.ltie8 .lui_login_input_div .lui_login_input_password:focus {
  background: #fff url(../images/icon_pwd_cur.png) no-repeat 9px center !important;
  padding-left: 32px !important;
}
.lui_login_input_div input:focus {
  border-color: #6dca49;
  outline: 0;
}

/* 单选 */
.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;
}

.lui_login_button_td {
  padding: 0px 20px;
}
.lui_login_button_td a {
  display: block;
  height: 36px;
  padding: 24px 0 0;
}
.lui_login_button_td .lui_login_button_div_l {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  height: 36px;
  line-height: 36px;
  width: 100%;
  text-align: center;
  background-color: #5a3c23;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: 4px;
  /*text-shadow: 1px 1px 0 rgba(0,0,0,.35);*/
  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";
}

.lui_login_button_div_c {
  font-size: 18px;
}
.lui_login_button_td .lui_login_button_div_l:hover {
  background-color: #5eba3a;
}
/* 下拉框 */
.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: #38adff;
  cursor: pointer;
  text-decoration: none;
  background: #f7f7f7;
}
/*.dropdown .icon,.dropdown-options .icon{ display: inline-block; margin-right:7px; width:16px; height:11px;}*/
.dropdown-options {
  padding: 0px;
  list-style: none;
  background: #fff;
  border: 1px solid #d6d6d6;
}
.dropdown .icon_ch,
.dropdown-options .icon_ch {
  background: url(../images/lan_ch.png) no-repeat left top;
}
.dropdown .icon_en,
.dropdown-options .icon_en {
  background: url(../images/lan_en.png) no-repeat left top;
}
.dropdown .icon_hk,
.dropdown-options .icon_hk {
  background: url(../images/lan_hk.png) no-repeat left top;
}
/* 验证码 */
.lui_login_input_div input.lui_login_input_vcode {
  vertical-align: top;
  width: 123px;
  margin-right: 10px;
  display: inline-block;
}
.lui_login_input_div img {
  border: 1px solid #d6d6d6;
  width: 99px;
  height: 36px;
}

/*项目定制:修改登录页下拉显示*/
/*.lui_login_input_div select{ position: absolute; left:9999px;}*/


.lui_login_message_td {
  padding: 10px 20px 12px;
  height: auto;
}
.lui_login_message_div {
  background: #f6f6f6 url(../images/icon_tips.png) no-repeat 9px 8px;
  padding-left: 30px;
  padding-right: 20px;
}
.form_content {
  padding-top: 25px;
}
.lui_login_message_div.tip_message {
  border: 1px solid #f6c8b5;
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 183px;
  font-size: 12px;
}
.lui_login_input_div .icon_del {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icon_del.png) no-repeat left top;
  position: absolute;
  right: 10px;
  top: 11px;
  cursor: pointer;
}
.lui_login_input_div .icon_del:hover {
  background: url(../images/icon_del_cur.png) no-repeat left top;
}
.lui_login_input_div {
  width: 236px;
  height: 32px;
  line-height: 32px;
  margin: 0 0 16px;
  border: 1px #d3d3d3 solid;
  background: #fff;
  position: relative;
}

.lui_login_com {
  height: 30px;
  padding: 0 0 0 20px;
  vertical-align: middle;
}
.lui_login_com label {
  display: inline-block;
  margin: 4px 0 0;
  line-height: 1.6em;
  color: #7b7b7b;
  font-size: 14px;
}
.c_s {
  width: 170px;
  padding: 0 0 0 4px;
  height: 28px;
  line-height: 20px;
  color: #212121;
  border: 1px #d3d3d3 solid;
  vertical-align: top;
}
.c_s option {
  height: 28px;
  line-height: 28px;
}
.lui_login_lang {
  height: 1px;
}
.lui_login_lang .lui_login_input_div {
  height: 16px;
  line-height: 10px;
  border: 0;
  background: none;
}

/* 验证码 */
.lui_login_input_div input.lui_login_input_vcode {
  vertical-align: top;
  width: 240px;
  margin-right: 0;
  padding-right: 100px;
  display: inline-block;
  padding-left: 10px;
}

.lui_login_input_div img {
  position: absolute;
  right: 0;
  bottom: 1px;
  border: 0;
  width: 99px;
  height: 36px;
}

.login_radio_wrap {
  background: transparent !important;
  border: none !important;
  margin-bottom: 0 !important;
    display: inline-block;
    width: 170px !important;
}

.lui_login_message_td {
  padding: 0 0 0 20px;
  height: auto;
}


.lui_login_input_div .icon_del {
  display: none;
  width: 18px;
  height: 18px;
  background: url(../images/icon_del.png) no-repeat left top;
  position: absolute;
  right: 10px;
  top: 11px;
  cursor: pointer;
}

.lui_login_input_div {
  position: relative;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  margin-bottom: 15px;
  margin-top: 6px;
}

.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;
}

/*扫码登陆*/
.third_login_form {
  padding: 10px 0;
}

.third_login_item_desc {
  display: none;
}

.third_login_item_icon {
  width: 48px;
  height: 48px;
  border: 1px solid #6dca49;
  font-size: 27px;
  line-height: 48px;
  border-radius: 50%;
  transition: all 0.3s;
  -webkit-transition: 0.3s;
  color: #6dca49;
}

.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: #e11f23;
}

.third_login_list:after {
  content: "";
  display: table;
  visibility: hidden;
  clear: both;
}

.third_login_list {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  text-align: center;
}

.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%;
}

@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 {
  width: 48px;
  height: 48px;
  font-size: 27px;
  line-height: 48px;
  border-radius: 50%;
  transition: all 0.3s;
  -webkit-transition: 0.3s;
  color: #e11f23;
}
