.pw-modal-card .pw-tip[data-v-9218b418] {
  font-size: 13px;
  color: #86909c;
  line-height: 20px;
  margin: 0px auto 12px;
  text-align: center;
}
.pw-modal-card .pw-success p[data-v-9218b418] {
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
.iconfont.eye[data-v-9218b418] {
  color: var(--n-count-text-color);
}
.set-password-footer .n-button + .n-button[data-v-9218b418] {
  margin-left: 12px;
}.pw-modal-card .pw-tip[data-v-2ddbafbe] {
  font-size: 13px;
  color: #86909c;
  line-height: 20px;
  margin: 0px auto 12px;
  text-align: center;
}
.pw-modal-card .pw-success p[data-v-2ddbafbe] {
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}.egret-assistant {
  position: fixed;
  right: 0;
  top: 75px;
  bottom: 15px;
  z-index: 9;
  width: 140px;
  pointer-events: none;
}
.egret-assistant .assistant-wrapper {
  width: 140px;
  cursor: pointer;
  pointer-events: all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  justify-content: center;
}
.egret-assistant .assistant-wrapper img {
  width: 140px;
}
.guide-box {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.guide-box .n-button--default-type {
  position: absolute;
  right: 146px;
  bottom: 12px;
  color: #333;
}
.guide-box .n-button--default-type:hover {
  color: #333;
  opacity: 0.7;
}
.n-modal-body-wrapper:has(.guide-modal) .n-modal-mask {
  background-color: rgba(0, 0, 0, 0.45);
}::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
  cursor: pointer;
}
::-webkit-scrollbar-thumb {
  background-color: #d7d7db;
  border-radius: 3.4375rem;
}
.n-modal-mask {
  background-color: rgba(0, 0, 0, 0.2509803922);
}