@charset "UTF-8";

.login-and-register {
    min-height: calc(100vh - 70px);
    background-image: url(../../images/logreg/login-bg.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.content-area {
    width: 1000px;
    height: 660px;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}

.left-pic {
    width: 50%;
    height: 100%;
    background-image: url(../../images/logreg/left-pic-regbg.png);
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px;
    background-size: cover;
}

.left-pic h2 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.left-pic div {
   margin-top: 60%;
}
.left-pic h3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
}

.left-pic p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.8;
}

.right-main-action {
  flex: 1;
  padding: 30px 40px;
  box-sizing: border-box;
  background-color: #fff;
}

.login-form {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: baseline;
    position: relative;
}

.register-form {
    width: 50%;
    height: 100%;
    overflow: auto;
}

.right-top-switch {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.right-top-switch>img {
  max-width: 80px;
}

.form-action{
  width: 100%;
}

.form-tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

.form-tit h2 {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1C2C4C;
}

.form-tit span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.form-tit span a {
    color: #0C62FF;
    cursor: pointer;
}

.login-or-register-form-item {
    width: 100%;
    margin: 28px auto 0;
    position: relative;
    text-align: justify;
    box-sizing: border-box;
}

.login-or-register-form-item>p {
    position: relative;
    font-size: 18px;
    width: 20%;
    white-space: nowrap;
    color: #333333;
    text-align: start;
}

.login-or-register-form-item>p.login-p {
    width: 15%;
}

.login-or-register-form-item input {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #DCDCDC;
    text-indent: 15px;
    font-size: 19px;
    line-height: 60px;
    background: #fff;
}

.login-or-register-form-item input:focus {
  border-color: #ccc;
  background: #fff;
}

.login-or-register-form-item input:active {
  border-color: #bbbaba;
  background: #fff;
}

.register-get-code {
  position: absolute;
  /*top: 0;*/
  right: 6px;
  height: 50px;
  font-size: 20px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: #0C62FF;
  line-height: 50px;
  padding: 0 10px;
  cursor: pointer;
}


.focus {
  width: 350px;
  text-align: left;
  color: #ff552e;
  font-size: 12px;
  position: relative;
  float: left;
}

.focus span {
  height: 35px;
  line-height: 28px;
}

.dangerStyle {
  border: 1px solid red !important;
}

.login-or-register-form-item .btn-reg {
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, #6FB2FF, #095FFF)!important;
  border-radius: 5px;
  outline: 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
}

.login-or-register-form-item .btn-forget {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    outline: 0;
    border: 0;
    text-indent: 0;
    color: #095FFF !important;
    cursor: pointer;
    font-size: 16px;
}

.bottom-tips {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  color: #86909C;
  font-family: "PingFang SC", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.245px;
}

.bottom-tips>a {
  color: #165DFF;
  font-family: "PingFang SC", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.245px;
}

.go-to-login {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0C62FF;
  position: relative;
  margin-top: 20px;
}

.go-to-login span {
  padding: 0 18px;
  background-color: #fff;
  z-index: 10;
  cursor: pointer;
}

.go-to-login::after {
  width: 100%;
  height: 1px;
  background-color: #e1e4e5;
  content: "";
  top: 50%;
  left: 0;
  position: absolute;
}

.password-action {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.remember-password {
  display: flex;
  align-items: center;
}

.remember-password input {
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 1px solid #E1E4E5;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 5px;
}

.password-action {
  color: #999;

}

.marginTop {
  margin-top: 40px;
}

.login-main-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.login-main-area p {
  color: #86909C;
  text-align: left;
  font-family: "PingFang SC", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}

.login-main-area h3 {
  width: 100%;
  display: flex;
  align-items: center;
  color: #1D2129;
  text-align: center;
  font-family: "PingFang SC", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 43.594px;
}

.qr-code-area {
  margin: 20px 0;
  background: url(../../images/QR-border.png) no-repeat center;
  background-size: 100% 100%;
  width: 276px;
  height: 276px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5E6EB;
  position: relative;
}

.wechat-QR {
  width: 230px;
  height: 230px;
  top: 50%;
  left: 50%;
}

.wechat-qr-login-bottom {
  display: flex;
  align-items: center;
  color: #4E5969;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "PingFang SC", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}




@media screen and (max-width: 768px) {
  .login-and-register {
    padding: 1rem !important;
    width:100%;
    float: none !important;
    margin-top: 0 !important;
  }

  .content-area {
    width: 100%;
    flex-direction: column;
  }

  .left-pic {
    width: 100%;
    padding: 1rem;
    display: none;
  }

  .right-main-action {
    padding: 1rem;
  }

  .login-form,
  .register-form {
    height: auto;
	width:100%;
  }

  .left-pic h2 {
    font-size: 1.5rem;
    color: rgba(28, 46, 76, .8);
  }
  
  .left-pic p {
    font-size: 1rem;
    color: rgb(5, 8, 12);
    margin-top: 1rem;
    font-weight: 600;
  }

  .login-or-register-form-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .register-get-code {
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
    right: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0C62FF;
    cursor: pointer;
  }



}