.zl-large-screen-page {
  z-index: 1020;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  border-top: 1px solid var(--color-stories-border);
  border-right: 1px solid var(--color-stories-border);
  flex-direction: column;

  .zl-large-screen-pages {
    overflow-y: auto;
    width: 100%;
    height: calc(100% - 40px);
    padding: 20px 16px 20px 12px;
    background: var(--color-stroies-page-bg);

    .zl-large-screen-page-item {
      position: relative;
      display: flex;
      width: 100%;
      height: 80px;
      margin-bottom: 12px;
      cursor: pointer;

      justify-content: space-around;

      .zl-large-screen-pae-active {
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 100%;

        // &::before {
        //   content: '';
        //   z-index: 1200;
        //   position: absolute;
        //   top: 0;
        //   left: 0;
        //   width: 100%;
        //   height: 100%;
        //   border: 10px solid var(--color-main);
        //   border-radius: 2px;
        //   box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .08);

        //   filter: blur(0px);
        // }
      }

      .zl-large-screen-page-index {
        position: absolute;
        top: 0;
        left: 0;
        color: var(--color-stroies-rgb65);
        font-weight: var(--font-weight-400);
        font-size: var(--font-size-12);
      }

      .zl-large-screen-page-thumbnail {
        position: relative;
        position: absolute;
        top: 0;
        left: 19px;
        overflow: hidden;
        width: 144px;
        height: 80px;
        border-radius: var(--border-radius-2);
        background: var(--color-white);
        box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .08);

        > div {
          width: 100%;
          height: 100%;
        }
      }
    }
  }

  .zl-large-screen-pages::-webkit-scrollbar {
    display: none;
  }

  .zl-large-screen-btn {
    display: flex;
    width: 100%;
    height: 40px;
    border-top: 1px solid var(--color-input-border);
    background: var(--color-white);

    justify-content: center;
    align-items: center;

    .zl-large-screen-btn-add {
      display: flex;
      width: 108px;
      height: 28px;
      border-radius: 16px;
      background-color: #e6e8ff;
      cursor: pointer;

      justify-content: center;
      align-items: center;

      &:hover {
        background-color: var(--color-page-add-hover);
      }

      &:active {
        background-color: var(--color-page-add-active);
      }

      .zl-large-screen-btn-add-icon {
        width: 14px;
        height: 14px;
        color: var(--color-main);
      }
    }
  }
}

.zl-large-screen-page-item-drop-down {
  z-index: 2500;
  width: 100px;
  height: 164px;

  .zl-ls-ant-dropdown-menu-item {
    padding-left: 20px;
  }

  .zl-ls-ant-dropdown-menu-title-content {
    font-weight: var(--font-weight-400);
    font-size: var(--font-size-12);
    user-select: none;
  }
}
