*{
  margin: 0;
  padding: 0;
}
.cases-page {
  min-width: 1200px;
  background: #ffffff;
}

.cases-cover {
  height: 650px;
  background: url("../../assets/cases/case.png") center / cover no-repeat;
  position: relative;
}

.cases-cover p{
  align-items: center;
  font-size: 50px;
  font-family: "Source Han Serif SC";
  color: white;
  text-align: center;
  width: 100%;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cases-scoreboard {
  min-width: 1200px;
  height: 729px;
  background: #1037a0;
  color: #ffffff;
}

.cases-scoreboard h2 {
  margin: 0 0 70px;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  font-family: "Source Han Serif SC", "STSong", serif;
  font-weight: 900;
  padding-top: 110px;
}

.score-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 70px;
  width: 1040px;
  margin: 0 auto;
}

.score-item {
  position: relative;
  min-height: 154px;
  text-align: center;
}

.score-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 128px;
  height: 62px;
  background: url("../../assets/cases/case-icon.png") center / contain no-repeat;
  transform: translateX(-50%);
}
/* .score-item:nth-child(1),
.score-item:nth-child(8){
  > span{
    margin-top: 30px;
  }
} */

.score-item strong {
  display: block;
  font-family: "DIN Alternate", "Arial Narrow", sans-serif;
  font-size: 65px;
  line-height: 1;
  font-weight: 700;
}

.score-item strong span {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 24px;
  line-height: 1;
}

.score-item > span {
  display: block;
  width: 140px;
  margin: 10px auto 0;
  font-size: 16px;
  line-height: 24px;
}

.case-feedback {
  min-width: 1200px;
  padding: 110px 0 0px;
  background: #f9faff;
  overflow: hidden;
  height: 824px;
}

.case-feedback h2 {
  margin: 0;
  font-family: "Source Han Serif SC", "STSong", serif;
  font-size: 32px;
  line-height: 46px;
  font-weight: 900;
  text-align: center;
  color: #111111;
  margin-bottom: 40px;
}

.feedback-stage {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.feedback-carousel {
  position: relative;
  width: 100%;
  height: 100%;
}

.feedback-track {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.feedback-track img {
  display: block;
  width: 1200px;
  object-fit: cover;
}

.feedback-card {
  position: absolute;
  width: 252px;
  height: 470px;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 50px rgba(16, 55, 160, 0.12);
  transition:
    left 0.42s ease,
    top 0.42s ease,
    width 0.32s ease,
    height 0.32s ease,
    transform 0.42s ease,
    opacity 0.32s ease,
    box-shadow 0.32s ease;
}

.feedback-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feedback-slot-left {
  left: 54px;
  top: 74px;
  width: 252px;
  height: 420px;
  opacity: 0.76;
  z-index: 1;
}

.feedback-slot-mid-left,
.feedback-slot-mid-right {
  top: 34px;
  width: 284px;
  height: 452px;
  opacity: 0.92;
  z-index: 2;
  box-shadow: 0 30px 60px rgba(16, 55, 160, 0.18);
}

.feedback-slot-mid-left {
  left: 258px;
}

.feedback-slot-mid-right {
  left: 660px;
}

.feedback-slot-right {
  left: 894px;
  top: 74px;
  width: 252px;
  height: 420px;
  opacity: 0.76;
  z-index: 1;
}

.feedback-card.is-moving {
  transform: translateY(-3px);
}

.case-awards {
  min-width: 1200px;
  padding: 86px 0 86px;
  background: #eef4fb;
  text-align: center;
}

.case-awards h2,
.case-offline h2 {
  margin: 0 0 50px;
  font-family: "Source Han Serif SC", "STSong", serif;
  font-size: 32px;
  line-height: 46px;
  font-weight: 900;
  color: #111111;
}

.case-offline p {
  font-size: 26px;
  font-family: "Source Han Serif SC", "STSong", serif;
  color: #121212;
  margin-top: 58px;
  margin-bottom: 73px;
}

.case-awards img {
  display: block;
  width: 1200px;
  margin: 0 auto;
}

.case-offline {
  min-width: 1200px;
  padding: 0px 0 72px;
  background: #ffffff;
  text-align: center;
  overflow: hidden;
}

.offline-carousel {
  width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

.offline-track {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: max-content;
  animation: offline-scroll 34s linear infinite;
}

.offline-carousel:hover .offline-track {
  animation-play-state: paused;
}

.offline-slide {
  flex: 0 0 auto;
}

.offline-slide img {
  display: block;
  object-fit: cover;
}

.offline-slide p {
  font-size: 20px;
  color: #666666;
  margin:36px 0 0  0 !important;
}

.offline-slide img {
  width: 888px;
  height: 545px;
}
.offline-slide-left {
  width: 888px;
}

.offline-slide-left img {
  width: 888px;
  height: 545px;
}

.offline-slide-center {
  width: 888px;
}

.offline-slide-center img {
  width: 888px;
  height: 545px;
}

.offline-slide-center p {
  font-size: 20px;
  color: #666666;
  /* margin: 32px 0 0 0; */
}

.offline-slide-right {
  width: 888px;
}

.offline-slide-right img {
  width: 888px;
  height: 545px;
}

@keyframes offline-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-2784px);
  }
}

.case-arrow {
  position: absolute;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(16, 55, 160, 0.18);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(16, 55, 160, 0.08);
  transform: translateY(-50%);
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
  z-index: 4;
}

.case-arrow:hover {
  background: #f4f7ff;
  border-color: rgba(16, 55, 160, 0.34);
}

.case-arrow:active {
  transform: translateY(-50%) scale(0.97);
}

.case-arrow span {
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #1037a0;
  border-right: 2px solid #1037a0;
}

.case-arrow-prev {
  left: -26px;
}

.case-arrow-prev span {
  transform: rotate(-135deg);
}

.case-arrow-next {
  right: -26px;
}

.case-arrow-next span {
  transform: rotate(45deg);
}
