.cu-load.load-image .cu-curtain__content {
  position: relative;
  max-width: 90vw;
}
.cu-load.load-image .cu-curtain__content image,
.cu-load.load-image .cu-curtain__content img {
  width: 640rpx;
}
.cu-load.load-image .cu-curtain__content .top {
  position: absolute;
  top: -100rpx;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cu-load.load-image .cu-curtain__content .top-left {
  top: -100rpx;
  left: 0;
  position: absolute;
}
.cu-load.load-image .cu-curtain__content .top-right {
  top: -100rpx;
  right: 0;
  position: absolute;
}
.cu-load.load-image .cu-curtain__content .bottom {
  bottom: -100rpx;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
.cu-load.load-image .cu-curtain__content .bottom-left {
  bottom: -100rpx;
  left: 0;
  position: absolute;
}
.cu-load.load-image .cu-curtain__content .bottom-right {
  bottom: -100rpx;
  right: 0;
  position: absolute;
}