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

.cases-cover {
  /* height: 700px; */
  background: url("../../assets/cases/case.png") center / cover no-repeat;
  position: relative;
  padding-top: 45%;
}

.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: 813px;
  p{
    text-align: center;
    color: #777;
    font-size: 22px;
    font-family: "Source Han Serif SC";
    margin: 15px 0 25px 0;
  }
}

.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: 560px;
  overflow: hidden;
}

.feedback-columns {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
  width: 100%;
  height: 560px;
}

.feedback-column {
  position: relative;
  height: 560px;
  overflow: hidden;
  border-radius: 8px;
  /* background: #ffffff;
  box-shadow: 0 20px 48px rgba(16, 55, 160, 0.12); */
}

.feedback-column-track {
  display: flex;
  gap: 26px;
  flex-direction: column;
  will-change: transform;
}

.feedback-column-group {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.feedback-shot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  background: #eef4fb;
  object-fit: cover;
}

.feedback-column:hover .feedback-column-track {
  cursor: default;
}

.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: 1200px;
  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;
  border-radius: 6px;
}

.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);
}
