.home-swipe-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*height: 15px;*/
}

.home-swipe-view>.username {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #898989;
  margin-top: 17px;
  text-align: end;
  width: 1440px;
  padding-right: 27px;
  box-sizing: border-box;
}

.home-swipe-view>.swipe {
  margin-top: 10px;
  width: 1440px;
  min-height: 200px;
  position: relative;
  /* background: rgba(113, 195, 243, 0.3); */
}

.home-swipe-view .swipe .van-swipe {
  cursor: pointer;
}

.home-swipe-view .swipe .loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(243, 243, 243, 0.3);
}

.home-swipe-view>.swipe>.swipe-arraw {
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 59px;
  height: 59px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: rgba(254, 254, 254, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.16);
  cursor: pointer;
  transition: 0.3s;
  z-index: 1;
}

.home-swipe-view>.swipe>.swipe-arraw:hover {
  background: rgba(254, 254, 254, 0.5);
}

.home-swipe-view>.swipe>.swipe-arraw:active {
  background: rgba(254, 254, 254, 0.3);
}

.home-swipe-view>.swipe>.swipe-arraw-left {
  right: unset;
  left: 40px;
}

.home-swipe-view .swipe .swipe-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 6px;
}