.login-conetnt .login-bg {
  background: url(../img/bg2.jpg) no-repeat;
  min-height: 100vh;
  height: 100%;
  padding-bottom: 20px;
}

.loginRegBox {
  width: 650px;
}

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

.renzhengBox {
  padding: 0;
}

.login-conetnt .login-bg {
  padding-top: 1.5rem;
}

.el-form-item__label {
  color: #333;
}

.el-input__inner {
  color: #333;
}

.txInput {
  width: 400px !important;
}

.failBtn {
  margin: .4rem 0;
  width: 110px;
  height: .5rem;
  line-height: .5rem;
  background: #2ABAAA;
  color: #fff;
  border-radius: .3rem;
  font-size: .2rem;
  text-align: center;
  cursor: pointer;
}

.boxRz .box1Btn {
  margin-left: 120px;
  width: 70%;
  height: 45px;
  line-height: 45px;
  background: #2ABAAA;
  color: #fff;
  border-radius: 25px;
  font-size: .2rem;
  text-align: center;
}

.input {
  border: 1px solid #ccc;
  padding: .1rem .2rem;
  font-size: .19rem;
  background: #fff;
  height: .6rem;
  line-height: .6rem;
  width: 100%;
  border-radius: .1rem;
}

.renzhengBox .title {
  font-weight: 600;
  font-size: .26rem;
  margin-bottom: 30px;
  text-align: center;
}

.rzResult .title {
  font-size: .2rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.rzResult .info {
  font-size: .19rem;
  color: #333;
}

.rzResult .info div {
  margin-bottom: 10px;
}

.suceedText .link {
  color: #2ABAAA;
}

.outer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.avatar-uploader {
  line-height: 1;
}

.avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.avatar-uploader .el-upload:hover {
  border-color: #409eff;
}

.avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

.avatar {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.avatar1 {
  display: block;
}

.common {
  width: 80px;
  height: 80px;
  position: relative;
}

.common .picture {
  width: 80px;
  height: 80px;
  display: inline-block;
}

.common .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ccc;
}

.common .layer i {
  padding: 10px;
  cursor: pointer;
}

.common .layer i:hover {
  color: #fff;
}

.common .layer i+i {
  margin-left: 10px;
}

.uploadText {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  color: #999999;
  font-size: 13px;
}

.el-input__inner:hover {
  border-color: #C0C4CC !important;
}

.delete {
  position: absolute;
  right: 0;
  top: 0;
}

.hidden {
  display: block !important;
}
.linkBtn{
  padding: 6px 12px;
  margin: 0 5px;
  color: #fff !important;
  font-size: 13px;
  border-radius: 3px;
  background: #2ABAAA;
  border: none;
}
@media (max-width: 767px) {
  .loginRegBox {
    width: 350px !important;
    border-radius: 10px;
    padding: 20px 0px 30px 0px;
  }

  .el-form-item__label {
    font-size: 13px;
  }

  .txInput {
    width: 200px !important;
  }

  .boxRz .box1Btn {
    width: 60%;
    font-size: 13px;
  }

  .rzResult {
    padding: 0 20px;
  }

  .loginBox,
  .userBox {

    right: 80px;

    width: 106px;
  }
}

@media (max-width: 450px) {
  .login-conetnt .login-bg {
    /* padding-top: 2rem; */
  }
}