.multiple-layout {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  display: flex;
  .multiple-layout-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  .multiple-item{
    flex-shrink: 0;
  }
}
