.login .content {
  overflow: hidden;
  text-align: left;
  margin: 9rem 0 18.5rem;
}

.login .content .left {
  margin-right: 17%;
  width: 50%;
}

.login .content .left .title {
  font-size: 3.2rem;
  line-height: 4.2rem;
  color: #333;
}

.login .content .left .sub {
  line-height: 1.8rem;
  color: #666;
  font-size: 1.4rem;
  margin: 1.4rem 0 3.5rem;
}

.login .content .left input {
  width: 100%;
  height: 4.8rem;
  border: 0.1rem solid #e8e8e8;
  background: #fafafa;
  text-align: left;
  color: #444;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 3rem;
  padding: 0 1.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.login .content .left .submit {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.login .content .left .submit .tips {
  color: #666;
  font-size: 1.6rem;
  line-height: 1.5;
}

.login .content .left .submit .tips span {
  cursor: pointer;
  color: var(--color);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.login .content .left .submit button {
  line-height: 4.8rem;
  background: var(--color);
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  border: none;
  padding: 0 6.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.login .content .right .box {
  margin-top: 5rem;
}

.login .content .right .box:first-child {
  margin-top: 0;
}

.login .content .right .box .title {
  line-height: 3.2rem;
  color: #333;
  font-size: 2.4rem;
}

.login .content .right .box .sub {
  color: #666;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 1rem 0 2.2rem;
}

.login .content .right .box button {
  line-height: 4.4rem;
  border: 0.1rem solid var(--color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--color);
  font-size: 1.5rem;
  background: #fff;
  width: 15rem !important;
}

.login.en .content .left .sub,
.login.en .content .right .box .sub {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .login .content {
    margin: 1.5rem 0;
  }

  .login .content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .login .content .row .left {
    width: 100%;
    margin: 0;
  }

  .login .content .row .left .title {
    font-size: 2rem;
    line-height: 2;
  }

  .login .content .row .left .sub {
    margin: 0;
    line-height: 1.5;
  }

  .login .content .row .left input {
    height: auto;
    line-height: 2.5;
    font-size: 1.6rem;
    margin: 0;
    margin-top: 1.5rem;
  }

  .login .content .row .left .submit .tips {
    line-height: 3;
  }

  .login .content .row .left .submit button {
    line-height: 2.5;
  }

  .login .content .row .right,
  .login .content .row .right .box {
    margin-top: 1.5rem;
  }

  .login .content .row .right .box .title {
    font-size: 2rem;
    line-height: 2;
  }

  .login .content .row .right .box .sub {
    line-height: 1.5;
    margin: 0;
    margin-bottom: 1.5rem;
  }
}
