.login-password-wp {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: no-repeat center;
  background-size: cover;
  position: relative;
}

.login-password-wp .content-main-card {
  width: 1021px;
  height: 614px;
  margin: 84px auto 0;
  background-color: #fff;
}
.content-main-card .card-left-box{
  width: 554px;
  height: 100%;
  box-sizing: border-box;
  padding: 0 76px;
}
.content-main-card .card-left-box .left-box-nav {
  width: 382px;
}
.content-main-card .card-left-box .menu-box{
  flex: 1;
  border-bottom: 1px solid #E0E0E0;
  height: 55px;
  position: relative;
  margin-top: 20px;
  font-size: 20px;
  color: #333;
}
.menu-tip{
  width: 58px;
  height: 18px;
  border-radius: 9px 9px 9px 1px;
  border: 0.5px solid #AFCCFB;
  font-size: 12px;
  color: #1B6FF5;
  position: absolute;
  top: -5px;
  right: -5px;
}
.content-main-card .card-left-box  .activce-menu{
  color: #1B6FF5;
  border-bottom: 1px solid #1B6FF5;
}
.content-main-card .card-left-box  .other-menu-box{
  height: 55px;
  position: relative;
  margin-top: 20px;
  font-size: 20px;
  color: #333;
  width: 191px;
}

.qrcode-text{
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin-top: 30px;
}
.qrcode-text .qrcode-refresh{
   margin-left: 12px;
}
.qrcode-text .qrcode-refresh .icon-refresh{
  font-size: 11px;
  color: #555555;
  margin-left: 4px;
}

.qrcode-box{
  width: 160px;
  height: 160px;
  box-sizing: border-box;
  border: 1px solid #E8E9ED;
  padding: 5px;
  margin: 26px 0 50px;
  position: relative;
}
.qrcode-box #qrcode{
  width: 148px;
  height: 148px;
  margin: 0 auto;
}
.qrcode-box .erweima-model{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(214, 214, 214, 0.8);
}
.qrcode-box .erweima-model .code-menu{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
}

.qrcode-box .erweima-model .code-menu .icon-refresh{
  font-size: 30px;
  color: #1B6FF5;
}

.left-box-wp .qr-r-box {
  margin: 26px 0 60px;
}
.left-box-wp .qr-r-text{
  margin-top: 13px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 24px;
  color: #333;
}

.left-box-divider .el-divider__text{
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  padding: 0 24px;
}
.left-box-bottom{
  width: 304px;
}
.left-box-bottom .menu{
  width: 70px;
  height: 20px;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
.mar-top-30{
  margin-top: 30px;
}
.form-wp {
  width: 380px;
  margin-bottom: 94px;
}
.form-wp .el-form-item,
.code-form .el-form-item{
  margin-bottom: 40px;
} 
.input-box{
  border: 1px solid #DCDFE6;
  border-radius: 20px;
  overflow: hidden;
}
.form-wp .input-box .icon-user{
  font-size: 15px;
  color: #9BA1AC;
  margin: 0 0 0 21px;
}
 
.input-box .el-input__inner{
  border: none;
  padding-left: 12px;
  width: 100%;
}

.form-wp .el-form-item__error{
  left: 50px;
}

.input-box .btn-code{
  text-align: center;
  flex: 1;
  font-size: 14px;
}
.input-box .btn-code-disabled{
  /* background-color: #F5F7FA; */
  cursor: not-allowed;
  color: #C0C4CC;
}

.el-select .el-input:first-child:after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 60%;
  position: absolute;
  background: #EEEEEE;
  top: 20%;
  right: 0;
}
.input-box  .el-select .el-input {
  width: 130px;
  position: relative;
}

.code-form {
  width: 402px;
  margin-bottom: 54px;
}

.code-form .input-box .el-input:first-child:after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 60%;
  position: absolute;
  background: #EEEEEE;
  top: 20%;
  right: 0;
}

.code-form .el-slider__runway {
  height: 40px;
  margin: 0;
  border: 1px solid #eeeeee;
  background: #eeeeee;
}

.code-form .el-slider__runway .el-slider__bar {
  height: 40px;
  background-color: #7ac23c;
}

.code-form .slider-text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.code-form .el-slider__button-wrapper {
  width: 40px;
  height: 40px;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background: #fff url("/Public/login/images/right-slider-icon.png") no-repeat center;
  background-size: 24px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.code-form .el-slider__button-wrapper .el-slider__button {
  display: none;
}


.password-login-bottom{
  margin-bottom: 13px;
}
.password-login-bottom .login-btn{
  width: 380px;
  background-color: #1B6FF5;
  margin-top: 33px;
}

.content-main-card .card-right-box{
  width: 467px;
  height: 100%;
  /* background-image: url(/Public/login/images/login-right-bg.png); */
  background-size: 100%;
  box-sizing: border-box;
  /* padding: 28px 32px 28px 38px; */
}


.agreement-box .agreement-text{
  margin-left: 5px;
  cursor: pointer;
}
.login-btn{
  width: 100%;
  border-radius: 20px;
  margin-top: 30px;
}
.el-dialog__header{
  padding: 16px 24px;
  border-bottom: 1px solid #E8E9ED;
}
.el-dialog__body{
  padding: 0;
  font-size: 14px;
  color: #999;
}
.dialog-content{
  padding: 0 90px 30px;
}

.dialog-agree-content{
  box-sizing: border-box;
  padding: 0 20px 20px;
  height: 80vh;
  overflow-y: auto;
}