html {
  min-height: 100%;
}

body, body.user-body {
  background: #2c2c2c url(./img/bg.jpg) center center no-repeat !important;
  background-size: cover !important;
}

.header-main:hover .header, .header {
  background-color: #000;
}

.header-nav, .header-right-content {
  display: none;
}

.header-fast-enter {
  display: block;
}
.header-fast-enter .header-fast-login {
  margin-right: 15px;
}
.header-fast-enter a {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: solid 1px #fff;
  color: #fff;
}
.header-fast-enter a:hover {
  opacity: 0.9;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

.main-form-title {
  font-size: 32px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 69px;
  z-index: 50;
}

.checkbox-icon {
  top: 2px;
}

.idsave-check {
  color: #333;
  font-size: 14px;
}

.login-options a {
  color: #0055ff;
  font-size: 14px;
}

.footer-enter-link {
  text-align: center;
  border-bottom: 1px solid #303746;
  padding-bottom: 38px;
}
.footer-enter-link a {
  position: relative;
  color: #707175;
  padding: 0 35px;
  font-size: 16px;
}
.footer-enter-link a:hover {
  color: #fff;
}
.footer-enter-link a:not(:last-child)::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 1px;
  height: 24px;
  background-color: #fff;
  opacity: 0.1;
}

div.foot-copyright {
  background: transparent;
  text-align: center;
}

.sign-box {
  background-color: transparent;
  border-bottom: none;
}

.register-space {
  display: none;
}

.register-title {
  font-size: 32px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 144px;
  z-index: 50;
}
.register-title .icon-reg-mode, .register-title .go-login {
  display: none;
}
.register-title h2, .register-title .reg-mode-wrapper {
  color: #fff;
}
.register-title h2 {
  float: none;
}
.register-title .reg-mode-wrapper {
  margin-left: 10px;
}

.sign-box {
  margin-top: 165px;
}

.register-box {
  width: 520px;
  padding: 50px;
}

.register-main {
  width: 100%;
  margin: 0;
}

.register-item {
  border: none;
  padding-left: 0;
  height: 50px;
  line-height: 50px;
}
.register-item label {
  color: #333;
}
.register-item label span {
  display: none;
}
.register-item input {
  border: 1px solid #ddd !important;
  width: 344px;
  height: 50px;
  line-height: 50px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.register-item input.send-captcha {
  width: 120px;
  height: 50px;
  border: solid 1px #0055ff !important;
  background-color: #fff;
  border-radius: 0;
  color: #0055ff;
  margin-top: -2px;
}
.register-item input.send-captcha:hover {
  opacity: 0.9;
}
.register-item input:focus {
  border: 1px solid #0055ff !important;
}

input[name=mobilecode] {
  width: 204px;
  right: 140px;
}

.onError, .onFocus, .onShow, .onCorrect {
  margin-left: 36px !important;
  margin-top: 5px !important;
}

.reg-submit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #0055ff;
  font-size: 14px;
}
.reg-submit:hover {
  background-color: #2681ff;
}

.register-success {
  width: auto;
  margin: 0 auto 15px;
  height: initial;
  line-height: initial;
  text-align: center;
  font-size: 16px;
}
.register-success i {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: url(img/reg-success.png);
  display: block;
}

.user-info th, .user-info td {
  border-color: #ddd;
}

.verify-remind.step-3 {
  margin-top: 20px;
}

.go-verify a {
  width: 190px;
  height: 50px;
  line-height: 50px;
  background-color: #0055ff;
  margin: 20px auto 0;
}
.go-verify a:hover {
  background-color: #2681ff;
}

.go-around a {
  color: #0055ff;
}