.galary-container4 {
  width: 100%;
  min-height: 250px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;

  .sub-container1 {
    flex: 1;
    background: #fff;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
  }

  .sub-container2 {
    flex: 1;
    height: 100%;
    margin-left: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    .sub-container3 {
      background: #fff;
      flex: 1;
      overflow: hidden;
      cursor: pointer;
    }
    .sub-container4 {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 16px;
      .sub-container5 {
        flex: 1;
        height: 100%;
        background: #fff;
        overflow: hidden;
        cursor: pointer;
      }
      .sub-container6 {
        flex: 1;
        height: 100%;
        background: #fff;
        margin-left: 16px;
        overflow: hidden;
        cursor: pointer;
      }
    }
  }
}
