/*====== 右对齐弹窗*/
._right .nu_dialog {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80%;
  max-width: 400px;
  bottom: 0;
}
