.account-manage.new-account {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  font-family: PingFangSC-Light, sans-serif, Source Han sans, Microsoft YaHei, STHeiti, Simhei;
  font-style: normal;
  font-weight: 400;
}

.account-manage.new-account * {
  box-sizing: border-box;
}

/* logo */
.account-manage .logo {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  margin-top: 68px;
  margin-left: 76px;
  width: 100%;
  height: 38px;
}

.account-manage .logo h1 {
  margin-left: 30px;
  color: #333;
  font-size: 20px;
  font-weight: 500;
}

/* 中间登录外框 */
.account-manage .login-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1260px;
  height: 520px;
}

/* 前景图 */
.login-wrapper .front-box {
  width: 800px;
  height: 520px;
  overflow: hidden;
}

/* 登录模块 */
.login-wrapper .account-box {
  margin: 0;
  padding: 37px 42px;
  width: 400px;
  height: 100%;
  min-height: 520px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 2px 6px 20px 0 rgba(223, 223, 223, 0.50);
}

/* 第一步 输入手机号 */
.phone-content .account-login {
  color: #000;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
}

.phone-content .account-login .login {
  background: var(--2, linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  font-weight: 500;
}

.phone-content .welcome-text {
  margin-top: 58px;
  text-align: left;
}

.phone-content .welcome-text h1 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.phone-content .welcome-text p {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.phone-content .account-ul {
  margin-top: 50px;
}

.phone-content .account-ul li {
  position: relative;
  margin-top: 22px;
  height: 40px;
}

.phone-content .account-ul .phone-li .icon {
  position: absolute;
  left: 15px;
  top: 8px;
}

.phone-content .account-ul .phone-li .icon-phone2 {
  background: url('../img/new_login_plg/phone.svg') no-repeat !important;
  width: 20px;
  height: 20px;
}

.new-account .phone-content .area-code {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  position: absolute;
  left: 36px;
  top: 9px;
}

.new-account .phone-content .divider {
  height: 20px;
  background: #D9D9D9;
  width: 1px;
  display: inline-block;
  position: absolute;
  left: 65px;
  top: 9px;
}

.phone-content .account-ul .phone-li .account-input {
  padding-left: 77px;
  width: 100%;
  height: 38px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #F8F8F8;
  color: #333;
  border: 1px solid transparent;
}

.phone-content .account-input::-webkit-input-placeholder {
  color: #C3C3C3;
}

.phone-content .account-input::-ms-input-placeholder {
  color: #C3C3C3;
}

.phone-content .account-input::-moz-placeholder {
  color: #C3C3C3;
}


.phone-content .account-input:hover {
  border-color: #27B8D0 !important;
}

.phone-content .account-ul .tips {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 12px;
  line-height: 26px;
}

.phone-content .account-ul .error-tips {
  color: #ec435d;
}

.phone-content .account-ul .free-registration {
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--2, linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%));
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.phone-content .account-ul .free-registration.forbidden {
  background: #D9D9D9 !important;
  cursor: not-allowed;
}

.phone-content .account-terms {
  display: flex;
  justify-content: center;
  margin-top: 147px;
  width: 100%;
  color: #000;
  font-size: 12px;
  text-align: center;
  font-family: PingFangSC-Light, sans-serif, Source Han sans, Microsoft YaHei, STHeiti, Simhei;
}

.phone-content .account-terms .el-checkbox__inner {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  border-radius: 50% !important;
  background: var(--2, linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%));
  border: 1px solid transparent !important;
}

.phone-content .account-terms .isCheck-err .el-checkbox__inner {
  background: #fff !important;
  border: 1px solid #F7494E !important;
}

.phone-content .account-terms .to-terms {
  margin-left: 3px;
  color: #000;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
}

.phone-content .account-terms .to-terms .link-btn {
  background: var(--2, linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

.phone-content-popover-tips {
  color: #666 !important;
  font-size: 12px !important;
  padding: 12px !important;
}

/* 第二步 输入验证码 */
.g-remove-check-code {
  padding-top: 75px;
  z-index: 9;
  transition: all 3s;
  text-align: left;
}

.g-remove-check-code .top-title1 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.g-remove-check-code .top-title2 {
  color: #999;
  font-size: 12px;
  font-weight: 400;
}

.g-remove-check-code .g-remove-check-code_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 48px;
}

.g-remove-check-code .g-remove-check-code_content input {
  width: 68px;
  height: 90px;
  font-size: 30px;
  text-align: center;
  outline: none;
  -moz-appearance: textfield;
  border-radius: 6px;
  border: none;
  background: #F8F8F8;
}

.g-remove-check-code .g-remove-check-code_content input:focus {
  border: 1px solid #C3C3C3;
}

.g-remove-check-code .g-remove-check-code_content input::-webkit-outer-spin-button,
.g-remove-check-code .g-remove-check-code_content input::-webkit-inner-spin-button {
  /* 隐藏输入框的上下箭头 */
  appearance: none;
  margin: 0;
}

.g-remove-check-code .g-remove-check-code_content input.g-code-input_color {
  border: 1px solid transparent;
  background:
    linear-gradient(#F8F8F8, #F8F8F8) padding-box,
    linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%);
}


.g-remove-check-code .code-error-tips {
  width: 100%;
  text-align: left;
  color: #F7494E;
  font-size: 12px;
  height: 16px;
}

.g-remove-check-code .g-remove-check-code_tip {
  text-align: right;
}

.g-remove-check-code .g-remove-check-code_tip span {
  font-size: 12px;
  font-weight: 500;
  background: var(--2, linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

.g-remove-check-code .disable-title {
  color: #999;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
}

.g-remove-check-code .bring {
  width: 100%;
  height: 38px;
  margin-top: 48px;
  border-radius: 10px;
  border: none;
  background: var(--2, linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%));
  color: #FFF !important;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.g-remove-check-code .bring:hover,
.g-remove-check-code .bring:active {
  color: #FFF;
}


.g-remove-check-code .bom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
}

.g-remove-check-code .bom .bom-btn {
  color: #C3C3C3 !important;
  font-weight: 500;
  font-size: 12px !important;
}

.g-remove-check-code .bom .bom-btn:hover {
  color: #27B8D0 !important;
}

.g-remove-check-code .bom .bom-btn:focus {
  color: #1890AB !important;
}

.g-remove-check-code .bom .border-center {
  width: 2px;
  height: 14px;
  background-color: #D9D9D9;
  margin: 0 12px;
}

/* 第三步 注册成功 */
.card-warp {
  padding-top: 33px;
  width: 100%;
}

.card-warp .card-title {
  text-align: right;
  font-size: 12px;
}

.card-warp .card-title span {
  background: var(--2, linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-warp .card-top {
  margin-top: 17px;
  text-align: left;
}

.card-warp .card-top p {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.card-warp .card-top span {
  color: #999;
  font-size: 12px;
}

.card-warp .img-warp {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.card-warp .img-warp img {
  width: 212px;
}

.card-warp .bom-carp {
  margin-top: 20px;
  color: #333333;
  font-size: 12px;
}

.card-warp .bom-carp .p2 {
  margin-top: 2px;
}

.card-warp .bom-carp span {
  background: var(--2, linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}


@media screen and (max-width: 1600px) and (min-width: 1451px) {
  body {
    zoom: 100%;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1451px) {
  body {
    zoom: 100%;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1361px) {
  body {
    zoom: 100%;
  }
}

@media screen and (max-width: 1360px) {
  body {
    zoom: 100%;
  }
}