////////窗口////////
.d-window {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 256px;
  .sys-translate(-50%, -50%);
}