
.login-page {
  min-width: 1200px;
}

.login-page .header {
  height: 80px;
}

.login-page .header img {
  float: left;
  margin-top: 15px;
}

.login-page .logo {
  width: 220px;
  height: 46px;
}

.login-page .header .reg {
  margin-left: 30px;
  width: 131px;
  height: 46px;
}

.login-page .content {
  background: linear-gradient(#1978f6, #039591);
}

.login-page .bg {
  position: relative;
  margin: 0 auto;
  background: url(../../images/login/groupLogin_bg.jpg) no-repeat;
  background-position: 20px -50px;
  background-size: 88%;
  height: 583px;
}
.login-page .content .contentBox {
  width: 350px;
  min-height: 490px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -244px;
  border-radius: 5px;
}
.login-page .content .contentBox .title {
  height: 20px;
  width: 280px;
  margin: 0 auto;
  padding: 20px 0 25px 5px;
}

.login-page .content .contentBox .title span {
  display: block;
  font-size: 21px; 
  font-weight: bold;
  height: 36px;
  line-height: 36px;
}

.login-page .content .contentBox .tab {
  /* position: relative; */
  height: 36px;
  /* border-bottom: 1px solid #999999;
  margin-bottom: 30px; */
}

.login-page .content .contentBox .tab span {
  position: relative;
  float: left;
  color: #666666;
  font-size: 18px;
  display: inline-block;
  line-height: 36px;
  margin: 0 40px;
  text-align: center;
  cursor: pointer;
}

.login-page .content .contentBox .tab span.active {
  color: #039591;
  font-weight: bold;
  border-bottom: 3px solid #039591;
}


  .login_form_wrap {
    width: 280px;
    margin: 0 auto;
  }
  .login_form_wrap .login_form{
    margin-top: 20px;
  }       
  .input_outside {
    position: relative;
    height: 34px;
    margin-bottom: 18px;
    border-bottom: 1px solid #D8D8D8;
  }
  .input_outside img{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 22%;
    left: 0;
  }
  .lzy-input {
    height: 33px;
    font-size: 14px;
    box-sizing:border-box;
    margin-left: 28px;
  }
  .login_form .phone_number,.login_form .group_number,.login_form .group_password,.login_form .handler_name{
    width: 252px; 
  }
  .login_form .verify_code{
    width: 252px;
    border-right: 0;
  }

   .handler_verify_code_btn {
    font-size: 14px;
    background-color: #fff;
    color: #039591;
    cursor: pointer;
    position: absolute;
    top: 18%;
    right: 0;
  }
  
  .verify_code_btn {
    font-size: 14px;
    background-color: #fff;
    color: #039591;
    cursor: pointer;
    position: absolute;
    top: 18%;
    right: 0;
  }
  
  .error_message {
    position: absolute;
    top: 38px;
    left: 28px;
    color: red;
    font-size: 12px;
  }
  .btn_wrap{
    position: absolute;
    bottom: 5.5%;
  }
  .btn_wrap button {
    width: 280px;
    height: 40px;
    margin-top: 13px;
    background: #0f9f99;
    font-size: 18px;
    color: #fff;
    border: none;
    text-indent: 0;
    cursor: pointer;
    border-radius: 3px;
  }

  .btn_wrap .forget_pwd{
    display: inline-block;
    font-size: 14px;
    color: #039591;
    margin-top: 10px;
    cursor: pointer;
  }

  .login-page .footer {
    width: 1200px;
    margin: auto;
  }
  
  .login-page .footer p {
    text-align: center;
    margin: 16px auto;
    font-size: 14px;
  }

  /* ¶þÎ¬Âëµ¯´°ÑùÊ½ */
.qr-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.qr-modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.qr-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 310px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.qr-modal-title {
  font-size: 18px;
  color: #333;
  margin: 0 0 15px;
  font-weight: bold;
}
.qr-modal-desc {
  text-align: left;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  padding: 0 0 10px;
}
.qr-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}
.qr-code_box{
  position: relative;
}
.qr-code {
  width: 128px;
  height: 128px;
  border: 1px solid #eee;
}
.qr-code.expired {
  filter: grayscale(100%);
  opacity: 0.5;
}
.qr-tip {
  font-size: 14px;
  color: #333;
  margin-top: 15px;
}
.qr-tip span{
  color: #039591;
}
.qr-refresh{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 38px;
  font-size: 14px;
  border-radius: 19px;
  color: #fff;
  width: 108px;
  height: 38px;
  background: linear-gradient( 180deg, #07C7C4 0%, #039591 100%);
  cursor: pointer;
}
.qr-refresh img{
  width: 14px;
  height: 14px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
}
.qr-modal-cancel {
  width: 30%;
  background: #fff;
  color: #0f9f99;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
}

/* µ¯´°ÏÔÊ¾×´Ì¬ */
.qr-modal.show {
  display: block;
}
