/**
 *  登录页面全页面样式
*/
.ky-login-body {
  position: fixed;
  width: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ky-login-body {
  background: url(../images/login-bg.jpg) no-repeat, #030420;
  /*background: url(../images/login-bg.jpg) no-repeat, -moz-linear-gradient(top, #0d1836, #030420);*/
  /*background: url(../images/login-bg.jpg) no-repeat, -o-linear-gradient(top, #0d1836, #030420);*/
  /*background: url(../images/login-bg.jpg) no-repeat, -webkit-gradient(linear, 0 0, 0 bottom, from(#0d1836), to(#030420));*/
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.ky-login-header {
  width: 1200px;
  margin: 0 auto;
}

.ky-login-nav {
  padding-top: 30px;
  color: #ffffff;
  line-height: 24px;
  font-size: 24px;
}

.ky-login-nav .ky-login-xinmin-logo {
  width: 137px;
  height: 24px;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  background: url(../images/svg/logo.svg) no-repeat;
  background-size: auto 24px;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}

.ky-login-logo {
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 20px 0 30px;
}

.ky-xinmin-logo img {
  margin-bottom: 10px;
  display: inline-block;
}

.ky-login-box {
  width: 400px;
  height: 400px;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
}

.ky-login-wrap {
  width: 336px;
  min-height: 440px;
  background: #ffffff;
  position: relative;
  margin: 0 auto;
  padding: 30px 32px;
  -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.2);
}

.pass-header-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.login-passcard-nav {
  padding-top: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.passcard-nav, .login-passcard-nav {
  padding-top: 40px;
  line-height: 24px;
  font-size: 24px;
}

.login-passcard-nav .login-xmsj-logo {
  width: 102px;
  height: 24px;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: auto 24px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
}

.login-passcard-nav .login-xmsj-logo::after {
  content: "";
  width: 1px;
  height: 24px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}

/**注册模块*/
.ky-from-box {
  display: block;
}

.ky-form-tab-covers {
  font-size: 16px;
  border-bottom: 1px solid #eeeeee;
  text-align: left;
}

.ky-form-tab-covers .ky-form-tab-list {
  color: #999999;
  display: inline-block;
  margin-right: 30px;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
  margin-bottom: -1px;
  cursor: pointer;
}

.ky-form-tab-covers .ky-form-tab-list:hover, .ky-form-tab-covers .ky-form-tab-list.current {
  color: #282828;
  border-bottom: 2px solid #282828;
  font-weight: 500;
}

.ky-form-module-covers {
  background: #ffffff;
  position: relative;
  z-index: 2;
  margin-top: 45px;
  padding-bottom: 8px;
}

.ky-form-login-covers {
  position: relative;
}

.error-tips {
  position: absolute;
  top: -40px;
}

.error-tips .ipt-default-current {
  height: 35px;
}

.ipt-tips-default {
  display: flex;
  width: 336px;
  padding: 0 20px 0 45px;
  border: 1px solid #d46f16;
  border-radius: 4px;
  background: #ffe6e5 url(../images/error-tips.png) no-repeat 20px 9px;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ipt-tips-default, .ky-form-email, .ky-form-password {
  margin-bottom: 20px;
}

.ky-icon {
  display: inline-block;
  width: 34px;
  height: 42px;
  line-height: 42px;
  color: #666666;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  cursor: pointer;
  text-align: center;
}

.text-style {
  height: 42px;
  padding-left: 20px;
  padding-right: 20px;
  color: #666666;
  font-size: 14px;
  border: 1px solid #dddddd;
  background: #f4f4f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.ipt-default-current {
  width: 336px;
}

.ky-login {
  margin-bottom: 20px;
}

.btn-default-main {
  color: #fff;
  background: #a81d1d;
  border: 1px solid #a81d1d;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

.loadding-btn {
  cursor: default;
}

.ky-choose-login {
  overflow: hidden;
  margin: 20px auto;
}

.ky-auto-login, .ky-choose-login {
  line-height: 16px;
}

.ky-auto-login .ky-auto-login-cd, .ky-choose-login .ky-choose-login-cd {
  margin-left: 10px;
  margin-right: 10px;
  background: url(../images/model/red/imgs/checkbox.png) no-repeat 0 3px;
  color: #a81d1d;
}

.kyauto-login .ky-auto-login-c, .ky-choose-login .ky-choose-login-c {
  margin-left: 10px;
  margin-right: 10px;
  background: url(../images/c.png) no-repeat 0 3px;
}

.ky-auto-login input, .ky-choose-login input {
  vertical-align: middle;
  opacity: 0;
  margin-right: 8px;
}

.ky-login-links {
  float: right;
  color: #999;
}

.ky-login-links a {
  color: #999;
}

.ky-login-links a:hover {
  color: #000;
}

.ky-auto-login:after {
  clear: both;
}

.ky-auto-login:after {
  content: "";
  display: table;
}

.ky-phone-div {
  margin-bottom: 20px;
  position: relative;
}

.ky-sms-code {
  text-align: left;
  margin-bottom: 20px;
}

.ipt-short-current {
  width: 116px;
}

.n-receive-cd {
  color: #282828;
  float: right;
  line-height: 42px;
  cursor: pointer;
  font-size: 12px;
  display: none;
}

.sms-cd-btn {
  height: 42px;
  width: 100px;
  margin-left: 5px;
}

.ky-country-phone-covers {
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.phone-area-code-ipt {
  width: 70px;
  height: 42px;
  line-height: 42px;
  padding-left: 8px;
  border-radius: 4px 0 0 4px;
  color: #666666;
  font-size: 14px;
  background: #f4f4f4 url(../images/svg/shixinjiantou.svg) no-repeat 50px center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  cursor: pointer;
  border-right: 1px solid #ddd;
  text-align: left;
}

.ipt-area-current {
  width: 264px;
  border-radius: 0 4px 4px 0;
  float: left;
  border: 0;
}

.ky-country-phone-covers:after {
  clear: both;
}

.ky-country-phone-covers:after {
  content: "";
  display: table;
}

/**第三方登录*/
.third-login-box {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -87px;
}

.third-account {
  text-align: center;
  margin-bottom: 15px;
  color: #999999;
}

.account-login {
  text-align: center;
}

.account-login a {
  display: inline-block;
}

.account-login .weibo-login, .account-login .wechat-login, .account-login .qq-login {
  width: 42px;
  height: 42px;
  background-color: #dddddd;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  cursor: pointer;
}

.account-login .wechat-login {
  background-image: url(../images/wechat.png);
}

.account-login .weibo-login {
  background-image: url(../images/weibo.png);
  margin: 0 20px;
}

.account-login .qq-login {
  background-image: url(../images/qq.png);
}

.account-login .wechat-login:hover {
  background-color: #58bc46;
}

.account-login .weibo-login:hover {
  background-color: #e90e24;
}

.account-login .qq-login:hover {
  background-color: #3caae3;
}

/**底部*/
.ky-login-imgsource {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin-top: 20px;
}

.ky-login-footer {
  margin-top: 32px;
}

.ky-login-footer p:first-child {
  margin-bottom: 8px;
}

.ky-login-footer p {
  color: #ffffff;
  margin-bottom: 0;
}

.ky-footer p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 1600px) {
  .ky-login-body {
    height: 900px;
  }
}

@media screen and (max-width: 900px) {
  .ky-login-header {
    width: 900px;
    margin: 0 auto;
  }
}