/* pc端密码等级弹窗 */

#psdDialog {
  position: absolute;
  max-width: 260px;
  outline: 0px;
  z-index: 1024;
}

#psdDialog .dialog {
  padding: 10px 12px 12px;
  border: 1px solid #ccc !important;
}

#psdDialog .dialog-arrow-a {
  border-right: 8px solid #ccc !important;
}

#psdDialog .register-input-tip{
  height: 10px;
  width: 100px;
  margin-right: 10px;
}

#psdDialogH5 .register-input-tip{
  width: 124px;
  height: 10px;
}

.register-input-tip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  clear: none !important;
  margin-left: 0px !important;
}

.password-grade-txt {
  position: absolute;
  right: -22px;
  top: -9px;
  line-height: 2;
  font-size: 14px;
}

.password-strong-1 .password-grade-txt {
  color: #e3410d;
}

.password-strong-2 .password-grade-txt {
  color: #fe8111;
}

.password-strong-3 .password-grade-txt {
  color: #6da100;
}

.password-strong-0{
  background: url(../img/password-strong-0.png) no-repeat center center;
  background-size:100% 100%;
}
.password-strong-1{
  background: url(../img/password-strong-1.png) no-repeat center center;
  background-size:100% 100%;
}
.password-strong-2{
  background: url(../img/password-strong-2.png) no-repeat center center;
  background-size:100% 100%;
}
.password-strong-3{
  background: url(../img/password-strong-3.png) no-repeat center center;
  background-size:100% 100%;
}


#psdDialog .check-box{
  margin: 10px 0 4px;
}

#psdDialog img,
#psdDialogH5 img{
  padding-right: 8px;
  margin-top: -2px;
}

#psdDialogH5 {
  padding: 10px 10px 0 0;
  font-size: 12px;
}





