.sliderWrap {
  position: absolute;
  display: inline-block;
  right: 46px;
  bottom: 100px;
  height: 32px;
  line-height: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #4a4a4a;
  .slider {
    position: absolute;
    right: 30px;
    bottom: 95px;
    font-size: 14px;
  }
  .sliderBtn {
    cursor: pointer;
    user-select: none;
    display: inline;
    font-size: 14px;
    color: #4a4a4a;
  }
  span {
    margin: 0 8px;
  }
  .backSize {
    cursor: pointer;
    color: #4a4a4a;
    &::before {
      content: '|';
      color: #dbdbdb;
      margin-right: 7px;
    }
  }
}
.fastMenu {
  .boardTit {
    text-align: center;
    line-height: 2;
    font-weight: bold;
  }
  .keyRow {
    margin: 10px;
    display: flex;
    .key {
      margin-right: 30px;
      code {
        display: inline-block;
        border: 1px solid #f0f0f0;
        border-radius: 2px;
        padding: 0 3px;
        color: rgba(94, 41, 41, 0.6);
        font-size: 12px;
        margin-right: 3px;
      }
    }
    .text {
      margin-left: auto;
      color: #888;
    }
  }
}
