.login-conetnt {
  font-size: .2rem;
}

.login-conetnt .login-bg {
  background: url('../img/loginbg1.jpg') no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 2.5rem;
}

.loginRegBox {
  width: 460px;
  margin: 0 auto;
  /* height: 55vh; */
  background: #fff;
  border-radius: 20px;
  padding: 20px 50px 50px 50px;
}

.loginRegBox .login-tab {
  display: flex;
  font-size: .22rem;
  color: #333;
  width: 100%;
  justify-content: center;
  width: 100%;
  justify-content: space-around;
  height: .5rem;
  line-height: .5rem;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
  padding: 0 15%;
}



.login-tab .curr {
  color: #2ABAAA;
  border-bottom: 3px solid #2ABAAA;
  font-weight: 600;
}

.login-info {
  padding: 40px 0 0 0;
}

/* .login-info .box1{
  display: none;
}
.login-info .boxShow{
  display: block;
} */

.login-info .box1 .box1Btn {
  margin-top: .4rem;
  width: 100%;
  height: .55rem;
  line-height: .55rem;
  background: #2ABAAA;
  color: #fff;
  border-radius: .3rem;
  font-size: .2rem;
  text-align: center;
  cursor: pointer;
}

.box1 .username,
.box1 .code,
.box1 .password {
  width: 100%;
  height: .55rem;
  line-height: .55rem;
  margin-bottom: .25rem;
  position: relative;
}

.username input,
.code input,
.password input {
  width: 100%;
  height: 100%;
  background: #eee;
  border-radius: .1rem;
  padding: .08rem .6rem;
  font-size: .18rem;
  color: #333;

}

.code input {
  width: 65%;
}

.code .getCode {
  height: .55rem;
  line-height: .55rem;
  width: 33%;
  background: #2ABAAA;
  color: #fff;
  font-size: .18rem;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  border-radius: .1rem;
  padding: 0;
  cursor: pointer;
}

.username .leftImg,
.code .leftImg,
.password .leftImg {
  width: .22rem;
  /* height: .28rem; */
  position: absolute;
  left: 15px;
  top: .2rem;
}

.username .rightImg,
.code .rightImg,
.password .rightImg {
  width: .2rem;
  /* height: .23rem; */
  position: absolute;
  right: 10px;
  top: .21rem;
  cursor: pointer;
}

.password .rightImg {
  top: .23rem;
}

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

#hint,
#hint1 {
  color: red;
  font-size: .18rem;
}

#hint1 {
  height: 10px;
  line-height: 10px;
  /* position: absolute;
  bottom: -25px; */
}

#form2 {
  position: relative;
}

.forgetPsd {
  text-align: right;
  font-size: .18rem;
  color: #333;
  cursor: pointer;
}

.forgetPsd:hover,
.forgetPsd:active {
  color: #2ABAAA;
}
#succeedText{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 5px;
}
.box1 .title{
  font-weight: 600;
  font-size: .26rem;
  margin-bottom: 30px;
  margin-top: -20px;
  text-align: center;
}
input {
  border: none;
  outline: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .loginRegBox {
    width: 320px !important;
    border-radius: 10px;
    padding: 20px 30px 30px 30px;
  }

  .login-bg {
    padding-top: 4rem !important;
  }

  .loginRegBox .login-tab {
    font-size: .5rem;
    height: .95rem;
    line-height: .95rem;
  }

  .login-info {
    padding: 20px 0 0 0;
  }

  .box1 .username,
  .box1 .code,
  .box1 .password {
    height: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: .7rem;
  }

  .login-info .box1 .box1Btn {
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: .75rem;
    font-size: .5rem;
  }

  .username input,
  .code input,
  .password input {

    border-radius: .1rem;
    padding: .08rem 1.3rem;
    font-size: .45rem;
    color: #333;
  }

  .username .leftImg,
  .code .leftImg,
  .password .leftImg {
    width: .6rem;
    position: absolute;
    left: 10px;
    top: .38rem;
  }

  .username .rightImg,
  .code .rightImg,
  .password .rightImg {
    width: .5rem;
    /* height: .23rem; */
    position: absolute;
    right: 8px;
    top: .4rem;
  }

  .code .getCode {
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: .4rem;
    border-radius: .1rem;
  }
}