.special-story-list {
  margin-bottom: 110px;
  background: rgba(255, 255, 255, 1);
}
.special-story-body {
  position: relative;
  width: 100%;
  height: fit-content;
  overflow-x: hidden
}
.global-special-body > div,
.speical-sub-body > div {
    margin-top: 48px;
}

.global-carousel-type-h .carousel-type-h-item-info-active {
	background-image: linear-gradient(to bottom right, rgb(197 156 117) 0, rgb(225 213 191) 100%);
}
.special-global-bg-cover {
    background-image: url();
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}

