.head-wrap {
  background: #fff;
}
.login-head {
  position: relative;
  height: 128px;
  width: 1200px;
  padding: 36px 0;
}
.login-head .item-logo {
  float: left;
  height: 56px;
  line-height: 56px;
}
.login-head .item-logo .logo {
  display: inline-block;
  margin: 0 auto;
  width: 178px;
  padding-top: 56px;
  background: url(/static/img/index/logo@2x.png) no-repeat top;
  background-size: 178px 56px;
  color: #fff;
  text-align: center;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
}
.login-head .item-logo .sp {
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: 18px;
  margin: 0 30px;
  height: 28px;
  width: 2px;
  background: #999;
}
.login-head .item-logo .txt {
  vertical-align: middle;
  font-size: 24px;
  color: #999;
}
.login-head .nav-r {
  float: right;
  *zoom: 1;
  margin-top: 20px;
}
.login-head .nav-r:before,
.login-head .nav-r:after {
  content: "";
  display: table;
}
.login-head .nav-r:after {
  clear: both;
}
.login-head .nav-r p {
  float: left;
  color: #666;
}
.login-head .nav-r p a {
  color: #5fb55b;
}
.login-head .nav-r p a:hover {
  opacity: .8;
}
.login-head .nav-r .to_sign_up {
  color: #F6B016;
}
.login-head .nav-r .shortcut-login {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #DCDCDC;
}
.main {
  *zoom: 1;
  margin-bottom: 70px;
  height: 540px;
  background: url('/static/img/login-bg2.png') no-repeat;
  background-size: 1920px 540px;
  background-position: center;
}
.main:before,
.main:after {
  content: "";
  display: table;
}
.main:after {
  clear: both;
}
.main .login-wrap {
  position: relative;
  height: 100%;
}
.main .adv-btn {
  position: absolute;
  display: block;
  width: 172px;
  height: 54px;
  top: 322px;
  left: 210px;
}
.login-box,
.sign-up-box {
  position: absolute;
  width: 480px;
  min-height: 360px;
  padding: 20px 35px 30px;
  margin-right: 20px;
  background: #fff;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  /*********  注册框细微不同部分start  *********/
  /*************  注册框细微不同部分end  *******/
}
.login-box.ifr-box,
.sign-up-box.ifr-box {
  position: relative;
  top: 0;
  right: 0;
  transform: translateY(0);
  box-shadow: none;
}
.login-box input[type="text"],
.sign-up-box input[type="text"],
.login-box input[type="password"],
.sign-up-box input[type="password"] {
  border: 1px solid #ccc;
  height: 40px;
  padding: 6px 10px;
  width: 100%;
}
.login-box input[type="text"]::-webkit-input-placeholder,
.sign-up-box input[type="text"]::-webkit-input-placeholder,
.login-box input[type="password"]::-webkit-input-placeholder,
.sign-up-box input[type="password"]::-webkit-input-placeholder {
  color: #ccc;
}
.login-box input[type="text"]::-moz-placeholder,
.sign-up-box input[type="text"]::-moz-placeholder,
.login-box input[type="password"]::-moz-placeholder,
.sign-up-box input[type="password"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
.login-box input[type="text"]:-moz-placeholder,
.sign-up-box input[type="text"]:-moz-placeholder,
.login-box input[type="password"]:-moz-placeholder,
.sign-up-box input[type="password"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
.login-box input[type="text"]:-ms-input-placeholder,
.sign-up-box input[type="text"]:-ms-input-placeholder,
.login-box input[type="password"]:-ms-input-placeholder,
.sign-up-box input[type="password"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}
.login-box input:-webkit-autofill,
.sign-up-box input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px white inset;
}
.login-box .login-type,
.sign-up-box .login-type {
  border-bottom: 2px solid #eee;
  text-align: left;
  margin-bottom: 30px;
}
.login-box .login-type .tip,
.sign-up-box .login-type .tip {
  padding-top: 3px;
  display: inline-block;
  color: #F6B016;
  line-height: 20px;
}
.login-box .login-type.code-page .active,
.sign-up-box .login-type.code-page .active {
  color: #333;
  border: none;
}
.login-box .login-type.mb20,
.sign-up-box .login-type.mb20 {
  margin-bottom: 20px;
}
.login-box .login-type > div,
.sign-up-box .login-type > div {
  font-size: 16px;
  position: relative;
  display: inline-block;
  top: 2px;
  margin-right: 60px;
  line-height: 20px;
  padding-bottom: 8px;
  cursor: pointer;
}
.login-box .login-type > div.active,
.sign-up-box .login-type > div.active {
  color: #5fb55b;
  border-bottom: 2px solid #5fb55b;
}
.login-box .item,
.sign-up-box .item {
  position: relative;
  height: 40px;
  margin-bottom: 30px;
}
.login-box .item label,
.sign-up-box .item label,
.login-box .item .help-btn,
.sign-up-box .item .help-btn {
  display: block;
  position: absolute;
  padding: 0 6px;
  height: 40px;
  top: 0;
  line-height: 40px;
}
.login-box .item label,
.sign-up-box .item label {
  color: #666;
  left: 0;
}
.login-box .item .help-btn,
.sign-up-box .item .help-btn {
  right: 0;
  color: #5fb55b;
  cursor: pointer;
}
.login-box .item-tel input,
.sign-up-box .item-tel input {
  padding-left: 95px;
}
.login-box .item-pwd input,
.sign-up-box .item-pwd input,
.login-box .item-phone input,
.sign-up-box .item-phone input {
  padding-left: 60px;
  padding-right: 100px;
}
.login-box .code-btn,
.sign-up-box .code-btn {
  float: right;
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #5fb55b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}
.login-box .code-btn.disabled,
.sign-up-box .code-btn.disabled {
  background: #ccc;
}
.login-box .code-btn.disabled,
.sign-up-box .code-btn.disabled {
  background-color: #E8E8E8;
  cursor: default;
}
.login-box .item-code input,
.sign-up-box .item-code input {
  width: 300px;
}
.login-box .item-unify,
.sign-up-box .item-unify {
  margin-bottom: 26px;
}
.login-box .item-unify input,
.sign-up-box .item-unify input {
  padding-left: 76px;
}
.login-box .item-reg-code .code-btn,
.sign-up-box .item-reg-code .code-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.login-box .foot-protocol,
.sign-up-box .foot-protocol {
  position: relative;
  display: block;
  margin-top: 20px;
  color: #888;
}
.login-box .foot-protocol input,
.sign-up-box .foot-protocol input {
  vertical-align: -2px;
}
.login-box .submit-btn,
.sign-up-box .submit-btn {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #5fb55b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  border: none;
  font-size: 16px;
}
.login-box .submit-btn.disabled,
.sign-up-box .submit-btn.disabled {
  background: #ccc;
}
.login-box .submit-btn.disabled,
.sign-up-box .submit-btn.disabled {
  background: #E8E8E8;
  cursor: default;
}
.login-box .submit-btn.no-click,
.sign-up-box .submit-btn.no-click {
  cursor: default;
  opacity: .8;
}
.login-box .err-msg,
.sign-up-box .err-msg {
  position: absolute;
  bottom: -20px;
  left: 0;
  color: red;
  font-size: 12px;
}
.login-box .err-msg i,
.sign-up-box .err-msg i {
  font-size: 16px;
  font-weight: bold;
  margin-right: 3px;
}
.login-box .login-error,
.sign-up-box .login-error {
  height: 34px;
  border: 1px solid #ffb4a8;
  padding: 5px 15px;
  line-height: 24px;
  background-color: #fef2f2;
  margin-top: -15px;
  margin-bottom: 15px;
}
.login-box .login-error i,
.sign-up-box .login-error i {
  margin-right: 5px;
  color: #ff934c;
}
.ui-slider-text:not(.finish) {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(0.4, #4d4d4d), color-stop(0.5, #ffffff), color-stop(0.6, #4d4d4d), color-stop(1, #4d4d4d));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: slidetounlock 3s infinite;
  -webkit-text-size-adjust: none;
}
@-webkit-keyframes slidetounlock {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 200px 0;
  }
}
@keyframes slidetounlock {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 200px 0;
  }
}
.footer {
  text-align: center;
  font-size: 12px;
  color: #999;
  line-height: 24px;
}
.slider .success {
  background-size: 50% !important;
}
/*# sourceMappingURL=index.css.map */