* {
  margin: 0;
  padding: 0;
}
#regist {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-form {
  margin-top: 0.3rem;
}
.custom-form .el-form-item__label {
  line-height: 1;
}
.custom-form .el-select {
  width: 100%;
}
.login-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

/* 背景板 开始 */
.container-back {
    width: 40%;
    height: 100%;
    background: linear-gradient(163.85deg,#3860f4 0%,#00308f 100%);
    position: relative;
}

.back-text {
    position: absolute;
    font-size: .35rem;
    color: #ffffff;
    font-weight: 400;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-welcome {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
}

.text-title {
  margin-top: .3rem;
}

.text-level {
    font-size: .22rem;
    margin-top: .3rem;
}
/* 背景板结束 */

/* 前景 登录框 开始 */
.container-before {
    width: 60%;
    height: 100%;
    background: #ffffff;
    position: relative;
    right: 0;
    z-index: 10;
}

.login {
    font-size: .22rem;
    font-weight: 400;
    line-height: .22rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lang-option {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.lang-option .lang-img {
  width: 30px;
  height: 20px;
  display: inline-block;
  vertical-align: middle
}

.login-text {
  display: flex;
  flex-direction: column;
}

.login-text-title {
  font-size: .32rem;
  color: #1e2736;
  line-height: .32rem;
}

.login-text-regist {
  font-weight: Regular;
  margin-top: .08rem;
  color: #1e2736;
}

.login-text-regist a {
  color: #0058ff;
  cursor: pointer;
}

.login-form {
  margin-top: .68rem;
}

.login-top {
  display: flex;
  flex-direction: row;
}

.login-email,
.login-phone {
  height: .34rem;
  color: #666b80;
  cursor: pointer;
}

.active {
  color: #0058ff;
  border-bottom: 2px solid #0058ff;
}
.login-email {
  margin-right: 0.4rem;
}
.form-main {
  margin-top: 0.3rem;
}
.form-item {
  margin-top: 0.3rem;
}
.input-with-select .el-input-group__prepend {
  background: #FFFFFF;
  width: 64px;
}
.code-item {
  display: flex;
  flex-direction: row;
}
.code-btn {
  margin-left: 0.1rem;
  background: #0058FF;
  color: #FFFFFF;
}
.rember-item {
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
}
.rember-item a {
  color: #0058FF;
  cursor: pointer;
}
.login-btn {
  width: 100%;
  height: 46px;
  background: #0058FF;
}
.read-text {
  flex: 1;
  font-size: 14px;
  line-height: 19px;
  padding: 0 10px;
  color: #606266;
  font-weight: 500;
}
.read-item {
  margin-top: 0.2rem;
}
.read-item a {
  color: #0058FF;
  cursor: pointer;
}
.line-item {
  margin-top: 0.4rem;
}
.line-item text {
  font-size: 16px;
  color: #1E2736;
}
.type-btn {
  width: 100%;
  height: 0.46rem;
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .login-btn {
    font-size: 0.34rem;
    height: 0.8rem;
  }
  .type-btn {
    border: none;
    color: #0058FF;
    font-size: 0.34rem;
  }
  .code-btn {
    font-size: 0.32rem;
    height: 0.8rem;
  }
  .login-container {
    height: calc(100vh - 1.2rem);
    width: 100vw;
    background: #F2F2FE;
    padding: 0.6rem 0;
  }
  .container-back {
    display: none;
  }
  .container-before {
    width: 100%;
    height: 100%;
    margin: 0rem 0.3rem;
    position: unset;
    z-index: 0;
  }
  .login {
    padding-top: 1.17rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    font-size: 0.26rem;
    line-height: 0.3rem;
  }
  .login-text-title {
    font-size: 0.4rem;
  }
  .login-text-regist {
    margin-top: 0.1rem;
    font-size: 0.28rem;
  }
  .login-form {
    margin-top: 1.21rem;
  }
  .form-main {
    margin-top: 0.6rem;
  }
  .login-email,
  .login-phone {
    height: 0.34rem;
    width: 100%;
    text-align: center;
    color: #666B80;
    cursor: pointer;
    padding-bottom: 0.13rem;
  }
  .el-checkbox__label {
    font-size: 0.26rem;
  }
  .read-item {
    line-height: 0.3rem;
  }
  .read-item .check-div {
    display: flex;
    white-space: inherit;
  }
}
