.student-story-container {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(216, 216, 216, 0.2) 100%);
}
.student-story-container .student-story-content {
  margin: 0 auto;
  width: 1200px;
}
.student-story-container .student-story-content .student-story__title {
  margin-bottom: 35px;
  padding-top: 60px;
  text-align: left;
}
.student-story-container .student-story-content .student-story__title .title__large {
  font-size: 28px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.student-story-container .student-story-content .student-story__title .title__small {
  margin-left: 22px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.student-story-container .student-story-content .student-story__detail {
  font-size: 0;
}
.student-story-container .student-story-content .student-story__detail .random-carousel__lists {
  display: inline-block;
  position: relative;
  margin-right: 48px;
  width: 736px;
  height: 560px;
  vertical-align: top;
  font-size: 0;
}
.student-story-container .student-story-content .student-story__detail .random-carousel__lists::before {
  position: absolute;
  top: 0;
  left: -132px;
  width: 868px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  background-image: url(/images/site/home/p/bg_earth.png);
  content: "";
}
.student-story-container .student-story-content .student-story__detail .random-carousel__lists .random-carousel__content {
  display: inline-block;
  position: absolute;
  word-break: keep-all;
  transition: all 200ms;
  cursor: pointer;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.student-story-container .student-story-content .student-story__detail .random-carousel__lists .random-carousel__content.random-carousel__content--hover {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #777777;
  background: linear-gradient(180deg, rgba(236, 0, 0, 0.4) 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.student-story-container .student-story-content .student-story__detail .random-carousel__lists .random-carousel__content.random-carousel__content--active {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ec0000;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel {
  display: inline-block;
  width: 416px;
  vertical-align: top;
  font-size: 16px;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items {
  position: relative;
  height: 520px;
  overflow-x: hidden;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item {
  position: absolute;
  left: 40px;
  top: 15px;
  border-radius: 4px;
  transition: all 330ms ease;
  width: 336px;
  overflow: hidden;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  transform: scale(1);
  box-shadow: none;
  cursor: pointer;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item .education-info {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 336px;
  height: 70px;
  background: transparent;
  padding-right: 26px;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item .education-info .education-info__detail {
  display: flex;
  align-items: center;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item .education-info .education-info__detail .detail__school-logo {
  display: block;
  margin-right: 6px;
  width: 38px;
  height: 38px;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item .education-info .education-info__detail .detail__school-data .detail__school-name {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #444444;
  line-height: 16px;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item .education-info .education-info__detail .detail__school-data .detail__school-degree {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #444444;
  line-height: 20px;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item .education-info .education-info__arrow {
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../../images/indexStudentStory/arrow.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item .student-info {
  position: relative;
  width: 336px;
  height: 405px;
  border-radius: 4px;
  overflow: hidden;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item .student-info::after {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(68, 68, 68, 0.9);
  z-index: 100;
  content: "";
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item .student-info .student__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item .student-info .student__detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 94px;
  padding: 0 10px;
  z-index: 2;
  overflow: hidden;
  border-top-width: 1px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 1px;
  border-style: solid;
  border-image: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0.7)) 1 1;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item .student-info .student__detail .student__detail__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  filter: blur(9px);
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item .student-info .student__detail::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10000px;
  height: 10000px;
  background: rgba(240, 240, 240, 0.8);
  z-index: 6;
  content: "";
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item .student-info .student__detail .student__detail__title {
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #444444;
  line-height: 22px;
  z-index: 10;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item .student-info .student__detail .student__detail__info {
  position: relative;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #444444;
  line-height: 20px;
  z-index: 10;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item.carousel__item--active:hover {
  transform: scale(1.05) !important;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item.carousel__item--active:hover .student-info .student__detail {
  box-shadow: 0px 2px 20px 0px rgba(51, 48, 48, 0.12);
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item:not(.carousel__item--active) .education-info {
  display: none;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item:not(.carousel__item--active) .student-info {
  margin-top: 70px;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item:not(.carousel__item--active) .student-info::after {
  display: block;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item:not(.carousel__item--active) .student-info .student__detail {
  display: none;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel__items .carousel__item:not(.carousel__item--active) .student-info .student__detail::after {
  display: none;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel-arrow-container {
  display: flex;
  justify-content: center;
  margin-top: -10px;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel-arrow-container .carousel-arrow-img {
  display: flex;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.student-story-container .student-story-content .student-story__detail .student-story__carousel .carousel-arrow-container .carousel-arrow__prev {
  transform: rotate(180deg);
  margin-right: 19px;
}
