* {
  padding: 0;
  margin: 0;
}

@charset "utf-8";

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #072b56;
  font-family: Arial, Tahoma, "Helvetica Neue", "Hiragino Sans GB", sans-self;
}

html,
body {
  height: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}

.hide {
  display: none;
}

#wrapper {
  padding: 30px 0;
  color: #fff;
  height: 100%;
  max-width: 750px;
  margin: 0 auto;
  background: #111111 url(../images/bg.png) no-repeat;
  background-size: 100% 460px;
  box-sizing: border-box;
  overflow: auto;
}

#login {
  margin: 7.1875rem 1.375rem 0;
  /* background: rgba(255, 255, 255, 0.6);
  border-radius: .5625rem;
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15), 0 25px 90px rgba(255, 255, 255, 0.39) inset;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15), 0 25px 90px rgba(255, 255, 255, 0.39) inset;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15), 0 25px 90px rgba(255, 255, 255, 0.39) inset; */
}

.login-title {
  text-align: center;
  font-size: 1.5rem;
  color: #666666;
  font-weight: normal;
}

.login-title .text-en {
  font-size: .6875rem;
  margin-top: .125rem;
}

.login-title .tip-title {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 18px;
  color: #FFD842;
  margin-top: 1.2rem;
}

.login-img {
  width: 7.75rem;
  font-size: 0;
  margin: 0 auto;
}

.login-img img {
  margin-top: -50%;
}

.form-container {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
}

.form-label {
  display: block;
  margin-bottom: .75rem;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.form-input {
  height: 3.125rem;
  position: relative;
  overflow: hidden;
}

.form-input input {
  background: #242424;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: .625rem 1.5rem .625rem 2.9375rem;
  box-sizing: border-box;
}

.form-input input::-webkit-input-placeholder {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}

.form-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: .8125rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.clear-input {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: .6875rem;
  width: .875rem;
  height: .875rem;
  background: url(../images/close.png) no-repeat center;
  background-size: cover;
}

.form-verify {
  padding-right: 150px;
  position: relative;
}

.verify-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 8.75rem;
  height: 3.125rem;
  border-radius: .625rem;
  overflow: hidden;
}

.verify-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.nav-box {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.nav-box a {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 13px;
  color: #F8C849;
}

.form-button {
  height: 2.75rem;
  text-align: center;
  margin-top: 1.9375rem;
}

.form-button button {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #FFC836, #FFE64D);
  border-radius: 4px;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 17px;
  color: #2A2B13;
  outline: none;
  border: none;
  cursor: pointer;
  letter-spacing: 10px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* .form-button button::after {
  content: '';
  width: 90%;
  height: 2.5rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.35rem;
  margin: auto;
  z-index: -1;
  opacity: 0.5;
  filter: alpha(opacity=5);
  background: inherit;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -ms-filter: blur(15px);
  -o-filter: blur(15px);
  filter: blur(15px);
  border-radius: 30%;
} */

.form-button button:active {
  background: linear-gradient(90deg, #FFC836, #FFE64D);
}

.form-button .reclink {
  height: 44px;
  width: 100%;
  border-radius: 22px;
  background: #ff0000;
  font-size: 20px;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  line-height: 44px;
  display: inline-block;
}

.form-button .reclink:active {
  background: #AE0000;
}

.get-pass {
  font-size: .8125rem;
  text-align: center;
  margin: 1.875rem 0 1.6875rem;
  color: #666;
  line-height: 1;
}

.get-pass a {
  margin: 0 .9375rem;
  color: #666;
}

.form-opentime {
  text-align: center;
  padding: 0 1.375rem;
  margin-top: 1.5rem;
  font-size: .625rem;
}
