.lay-wrap {
  width: 100%;
  
  .vdr {
    border: none;
    touch-action: auto;
  }

  .lay-item {
    border: none;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;

    .btn-wrap {
      width: 136px;
      height: 40px;
      background-color: #1890FF;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      right: -1px;
      border-radius: 8px 0px 0px;
      bottom: 0;

      .icon {
        font-size: 16px;
        cursor: pointer;
      }

      .iconrank {
        font-size: 19px;
        margin-right: 16px;
      }

      .iconvisibility, .iconyincang {
        margin-right: 18px;
        font-size: 20px;
      }
    }
  }
}