.lightbox_pre {
    width: 30%;
    cursor: pointer;
    height: 100%;
  }
  .lightbox_next {
    width: 30%;
    height: 100%;
    cursor: pointer;
  }
  .lightbox_page {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 40px);
    height: calc(100% - 70px);
  }
  .lightbox {
    user-select: none;
  }
  .lightbox_text {
    flex: 1;
    text-align: center;
    color: #fff;
  }
  .lightbox_step {
    color: #898989;
  }
  .lightbox_name {
    margin-right: 14px;
  }
  .lightbox-inner {
    position: relative;
    padding: 20px 20px 15px;
    display: flex;
    flex-direction: column;
  }
  .lightbox_guanbi {
    height: 25px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 2;
  }
  .lightbox_xiage,
  .lightbox_shangge {
    height: 25px;
    cursor: pointer;
  }
  .lightbox_foots {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .lightbox_pic {
    height: 70vh;
  }
  .lightbox-skin {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    background-color: #1f232c;
    border-radius: 4px;
    position: fixed;
    z-index: 1001;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .lightbox_mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    cursor: pointer;
  }