@charset "utf-8";
* {
  padding: 0;
  margin: 0;
}

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

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

html,
body {
  height: 100%;
}

a {
  color: #5f2e20;
  text-decoration: none;
}

.hide {
  display: none;
}

#wrapper {
  padding: 30px 0;
  color: #5f2e20;
  height: 100%;
  max-width: 750px;
  margin: 0 auto;
  background: url(../images/bg.jpg) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  overflow: auto;
  position: relative;
}

#wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

#login {
  position: relative;
  z-index: 1;
  margin: 5rem 1rem 0;
  padding: 40px 30px 40px;
  background: url(../images/login-bg.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 0;
  box-shadow: none;
}

.login-title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 20px;
}

.login-title p {
  display: none;
}

.login-title .text-en {
  display: none;
}

.login-img {
  display: none;
}

.login-title::before {
  content: "登录账户";
  font-family: "alimama";
  font-size: 17px;
  color: #fef9b0;
  text-shadow:
    -1px -1px 0 #764510,
    1px -1px 0 #764510,
    -1px 1px 0 #764510,
    1px 1px 0 #764510;
}

.form-container {
  padding: 1rem 0.5rem 0;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.login-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 17px;
  background: #e8dcc8;
  border-radius: 1.5rem;
  background: #d0b38e;
  border-radius: 17px 17px 17px 17px;
  border: 1px solid #f9f2c6;
}

.login-tabs .tab-item {
  flex: 1;
  text-align: center;
  padding: 10px 15px;
  font-size: 14px;
  color: #a37c58;
  border-radius: 1.5rem;
  transition: all 0.3s;
}

.login-tabs .tab-item.active {
  background: url(../images/confirm-btn-bg.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  text-shadow:
    -0.7px -0.7px 0 #8a4f09,
    0.7px -0.7px 0 #8a4f09,
    -0.7px 0.7px 0 #8a4f09,
    0.7px 0.7px 0 #8a4f09;
}

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

.form-input {
  border: 1px solid #c9b89a;
  height: 40px;
  background: #d9c9b3;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 15px;
}

.form-input input {
  color: #5f2e20;
  font-size: 14px;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  background: transparent;
  font-family: "alimama";
}

.form-input input::-webkit-input-placeholder {
  font-size: 14px;
  color: #a37c58;
  font-family: "alimama";
}

.form-icon {
  display: none;
}

.clear-input {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.6875rem;
  width: 0.875rem;
  height: 0.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: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
}

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

.form-button {
  height: 3.2rem;
  text-align: center;
  margin-top: 1.5rem;
}

.agreement-row {
  display: flex;
  align-items: flex-start;
  margin-top: 0.5rem;
}

.agreement-checkbox {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

.agreement-checkbox .check-icon {
  width: 100%;
  height: 100%;
  display: block;
}

.agreement-checkbox.checked .check-icon {
  content: url(../images/selected.png);
}

.agreement-checkbox:not(.checked) .check-icon {
  content: url(../images/noselect.png);
}

.agreement-text {
  font-family: PingFang-SC, PingFang-SC;
  font-weight: 500;
  font-size: 12px;
  color: #4a4950;
}

.agreement-text a {
  color: #ffb100;
}

.form-button button {
  height: 100%;
  width: 70%;
  border-radius: 0;
  background: url(../images/btn-bg2.png) no-repeat center;
  background-size: 100% 100%;
  padding-bottom: 4px;
  font-size: 16px;
  outline: none;
  border: none;
  box-shadow: none;
  font-family: "alimama";
  background-color: transparent;
}

.form-button button span {
  background: linear-gradient(180deg, #b96e1d 0%, #6c421d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.form-button button::after {
  display: none;
}

.form-button button:active {
  opacity: 0.9;
  transform: scale(0.98);
  background: url(../images/btn-bg2.png) no-repeat center;
  background-size: 100% 100%;
}

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

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

.get-pass {
  font-family: PingFang-SC, PingFang-SC;
  font-weight: 500;
  font-size: 12px;
  color: #4a4950;
  text-align: center;
  margin: 1.2rem 0 0.5rem;
  line-height: 1;
}

.get-pass a {
  color: #FFB100;
  -webkit-tap-highlight-color: transparent;
}

.get-pass a:active {
  opacity: 1;
}

.form-opentime {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 1.375rem;
  margin-top: 1.5rem;
  font-size: 0.625rem;
  color: #fff;
}
