@charset "UTF-8";

/**
** 代码制作人: 马泽棉
** 制作时间：2015-09-14
** 文件内容描述：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 rendsering 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 recommendsed 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.
 */

legends {
  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;
}
input::-ms-clear,input::-ms-reveal{display:none;}
.clr {
    clear: both;
    line-height: 0px;
}
.clrfix {
    zoom: 1;
}
.clrfix:after {
    content: "";
    display: table;
    line-height: 0px;
    visibility: hidden;
}

/*背景图片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 .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;
}
.login-background-img > img{
    width: 100%;
    height: 100%;
}
#login-bgImg{
  position: absolute;
  z-index: -1;
}
/*背景图片ends*/

/*头部starts*/
.login_header {
    height: 70px;
}

.logo {
    display: inline-block;
    width:100%;
    padding:0 0 20px;
    max-height:70px;
    text-align:center;
}
.logo img{
  height:50px;
}
@media screen and (max-width:1370px){
  .logo img{
    height:46px;
  }
}
.login_header .main_content:after{ 
  display: table; 
  content:""; 
  clear:both;
}
.login_header ul{ 
  list-style:none;
}
.login_header ul{
 float:right;
}
.login_header ul li{ 
  float: left; 
  padding:7px 0;
}
.login_header ul li a{ 
  font-size:12px;
  color:#333;
  border-left:1px solid #fff;
  height:18px;
  line-height: 18px;
  padding:0 23px;
  display: inline-block;
}
.login_header ul li:first-child a{ 
  border-left:none;
}
.login_header ul li:hover a{ 
  color:#2695f1;
}
/*头部ends*/


/*多语言starts*/
.login_top_bar{
  display:none;
  background:transparent;
  height:32px;
  position: absolute;
  right:10px;
  top:0;
  z-index:999;
}
.ltie8 .login_top_bar{
background:transparent url(../images/login_bar_bg.png) repeat left top;
}
/*多语言ends*/


/*登录框starts*/
.maincon{
  height: 100%;
  vertical-align: middle;
  position: absolute;
  right: 5%;
  top: 0;
}
@media screen and (max-width:1370px){
  .maincon{
    right: 1%;
  }
}
.login_iframe_box{
  height: 100%;
  vertical-align: middle;
}
.login_iframe_box tr td{
  vertical-align: middle;
}
.login_iframe{ 
  border: 0;
  position: relative;
}

.login_content{
  width:320px;
  margin: 0 40px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  -webkit-box-shadow:0px -1px 0px #c9e8fa;
  -moz-box-shadow:0px -1px 0px #c9e8fa;
  -o-box-shadow:0px -1px 0px #c9e8fa;
  -ms-box-shadow:0px -1px 0px #c9e8fa;
  box-shadow:0px -1px 0px #c9e8fa;
}
@media screen and (max-width:1370px){
  .login_content{
    width:280px;
  }
}
.login_iframe .header {
  font-size: 18px;
  text-align: left;
  color: #333;
  height:50px;
  line-height:50px;
  border-top-left-radius: 8px;
  border-top-right-radius:8px;
  background-color:transparent;
  text-align: center;
}
.muilti_eng .login_iframe .header{
  font-size:14px; color:#555;
}
.login_iframe .header em {
    font-size: 18px;
    color: #b2b2b2;
    margin-left: 15px;
}

/*登录框选项卡切换starts*/
.login_iframe .header .header_tab{
  width: 50%;
  float: left;
  font-size:16px;
  text-align:center;
  border-bottom: 2px solid transparent;
}
.login_iframe .header .header_tab:hover{
  color: #2695f1;
  cursor: pointer;
}
.login_iframe .header .header_tab.selected{
  color: #2695f1;
  border-color: #2695f1;
}
.login_iframe .header .header_tab:first-child{
  border-top-left-radius: 8px;
}
.login_iframe .header .header_tab:nth-child(2){
  border-top-right-radius: 8px;
}
/*登录框选项卡切换ends*/

/*登录框输入提示信息 starts*/
.lui_login_message_td{ 
  text-align: left; 
  width:100%;   
  padding:0 0 0 35px;
  height:auto;
  line-height: 30px;
  color: #ff7753;
}
.lui_login_message_div{
  line-height:18px;
  margin:10px 0;
  padding:0 0 0 20px;
  background:transparent url(../images/icon_tips.png) no-repeat 0 3px;
  word-break: break-all;
}

/*登录框输入提示信息 ends*/


/*用户名 密码starts*/
.lui_login_input_title{ 
  display:none;
}
.lui_login_input_td{
  padding: 0px 35px 0px;
}
.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: #333333;
  margin-bottom:20px;
  font-size: 16px;
  padding:6px 10px;
  padding-right:26px;
  height:26px;
  line-height: 26px;
  border: none;
  width:180px;
  box-sizing:content-box;
  -webkit-box-sizing:content-box;
  border-radius: 30px;
  border:1px #c8dde3 solid;
  background: transparent;
}
@media screen and (max-width:1370px){
  .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:140px;
    font-size: 14px;
  }
}
.lui_login_input_div input:focus {
  color: #333333;
  border-color: #818485;
    outline: 0; 
}
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{
  position:absolute;
  left:20px;
  top:1px;
  display:inline-block;
  width:16px;
  height:40px;
}
.lui_login_input_div .icon_user{ background: url(../images/icon_user.png) no-repeat left center;}
.lui_login_input_div .icon_pwd{ background: url(../images/icon_pwd.png) no-repeat left center;}
.lui_login_input_div.input_focus .icon_user{ background: url(../images/icon_user_cur.png) no-repeat left center;}
.lui_login_input_div.input_focus .icon_pwd{ background: url(../images/icon_pwd_cur.png) no-repeat left center;}

.lui_login_input_div .lui_login_input_username,
.lui_login_input_div .lui_login_input_password{
   padding-left:42px;
}

/*用户名 密码ends*/

/*删除输入小图标 starts*/
.lui_login_input_div .icon_del{ display:none; width:16px; height:16px; background:url(../images/icon_del.png) no-repeat left top;position:absolute;right:16px;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{ position:relative;}
.lui_login_input_div.show .icon_del{ display: inline-block;}
/*删除输入小图标 ends*/

/* 验证码starts */
.lui_login_input_div input.lui_login_input_vcode{ vertical-align: top; width:106px; margin-right:4px; display: inline-block;}
.lui_login_input_div img{ border:1px solid #d6d6d6; width:106px; height:42px;}
/* 验证码ends */

/*登录按钮starts*/
.lui_login_button_td{ padding:0px 35px; padding-top:18px;}
.lui_login_button_td .lui_login_button_div_l{
    cursor: pointer;
    display: inline-block;
    color: #fff;
    height: 44px;
    line-height: 44px;
    width: 100%;
    text-align: center;
    border:0;
    background-color: #319dee;
    background-image: -webkit-linear-gradient(top, #319dee 0%, #50ccfd 100%);
    background-image: -moz-linear-gradient(top, #319dee 0%, #50ccfd 100%);
    background-image: -ms-linear-gradient(top, #319dee 0%, #50ccfd 100%);
    background-image: -o-linear-gradient(top, #319dee 0%, #50ccfd 100%);
    background-image: linear-gradient(top, #319dee 0%, #50ccfd 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#319dee', EndColorStr='#50ccfd');
    border-radius: 30px;    
    letter-spacing:4px;
    transition:all .3s ease-in-out;
    cursor: pointer;
}
.lui_login_button_td .lui_login_button_div_l:hover{
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #3cadf3;
  background-image: -webkit-linear-gradient(top, #3cadf3 0%, #97defb 100%);
  background-image: -moz-linear-gradient(top, #3cadf3 0%, #97defb 100%);
  background-image: -ms-linear-gradient(top, #3cadf3 0%, #97defb 100%);
  background-image: -o-linear-gradient(top, #3cadf3 0%, #97defb 100%);
  background-image: linear-gradient(top, #3cadf3 0%, #97defb 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#3cadf3', EndColorStr='#97defb');
}

.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: 16px;
  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;
}

.lui_login_input_div select,.login_radio_wrap{ position: absolute; left:0px; z-index: -1;}
.login_radio_wrap{ display: none;}


/*扫码登录 starts*/
.third_login_form {
  padding: 10px 25px;
}

.third_login_header {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  display: none;
}
.third_login_header:after,
.third_login_header:before{
  content: '';
  display: block;
  width: 55px;
  border-top: 1px solid #999;
  position: absolute;
  top: 0;
}
.third_login_header:before{
  left: 0;
}
.third_login_header:after{
  right: 0;
}

.third_login_header span {
  font-size: 12px;
  color: #333;
  padding: 0 5px;
  width: 94px;
  display: inline-block;
  margin-top: -10px;
  margin-left: -52px;
  position: absolute;
  left: 50%;
}

.third_login_item_desc{
  display:none;
}

.third_login_item_icon{
  width:40px;
  height:40px;
  font-size:25px;
  line-height:40px;
  color:#fff;
  background-color:#d7d8da;
  border-radius:50%;
}

.third_login_list:after {
  content: '';
  display: table;
  visibility: hidden;
  clear: both;
}

.third_login_list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.third_login_list > li {
  display: inline-block;
}

.third_login_list > li > a {
  margin: 0 10px;
  width: 46px;
  height: 46px;
  display: block;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  transition-duration: .3s;
}

.third_login_list > li > a img {
  max-width: 100%;
}
.header_title{
  height:60px;
  line-height:70px;
  color:#333;
  font-size:16px;
  font-weight:normal;  
  padding:0 40px;
  background:transparent;
  border-radius: 12px 12px 0 0;
  position:relative;
  text-align:center;
}
.title_right{
  display:inline-block;
  height:68px;
  line-height:76px;
  padding:0 0 0 10px;
}
.form_content{

}
.form_pcscan{
  display:none;
  padding: 15px 35px;
}
.form_pcscan_iframe{
  border: 0;
  width: 100%;
  height: 170px;
}
.form_pcscan_tip{
  color: #999;
  text-align: center;
}
/*扫码登录 ends*/

/*kk下载 忘记密码starts*/
.lui_login_form_opt{
  padding: 12px 35px 0;
  /* 清除浮动 */
  overflow:hidden;
}
.lui_login_form_opt a:hover{
  text-decoration: underline;
  color: #2695f1;
}
.lui_login_form_opt .kkDownloadLink{
  color: #999899;
  font-size: 12px;
}
.lui_login_form_opt .forgetPswLink{
  float: right;
  color: #999899;
  font-size: 12px;
}

/*kk下载 忘记密码ends*/

/*添加提示 starts*/
.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;}
/*添加提示 ends*/

/*版权信息starts*/
.login_footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 76%;
    font-size: 12px;
    color: #666;
    line-height: 24px;
    padding-bottom: 10px;
    text-align: center;
}
.login_footer p{
    margin: 0;
}
/*版权信息ends*/

/*placeholder starts*/
.login_iframe input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #dododo;
  font-size: 16px;
}

.login_iframe input:-moz-placeholder, textarea:-moz-placeholder {
  color: #dododo;
  font-size: 16px;
}

.login_iframe input::-moz-placeholder, textarea::-moz-placeholder {
  color: #dododo;
  font-size: 16px;
}

.login_iframe input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #dododo;
  font-size: 16px;
}
/*placeholder end*/

@media screen and (max-width:1370px){
  
/*placeholder starts*/
.login_iframe input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 14px;
}

.login_iframe input:-moz-placeholder, textarea:-moz-placeholder {
  font-size: 14px;
}

.login_iframe input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 14px;
}

.login_iframe input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 14px;
}
/*placeholder end*/
}




