.content .case-header {
  width: 100%;
  height: 420px;
  background: url(https://res-static.noxinfluencer.com/kol/2025/10/public/img/landingPage/case/426c0888.png) #162041 no-repeat center;
}
.content .case-header .header-info {
  margin: 0 auto;
  width: 1184px;
  height: 420px;
  padding: 88px 0;
  box-sizing: border-box;
  position: relative;
}
.content .case-header .header-info .top {
  width: 518px;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 48px;
}
.content .case-header .header-info .center {
  display: flex;
  margin: 32px 0 48px;
}
.content .case-header .header-info .center .center-item {
  width: 200px;
}
.content .case-header .header-info .center .center-item .name {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.content .case-header .header-info .center .center-item .number {
  font-family: DINPro-Medium, DINPro;
  margin-top: 8px;
  font-size: 32px;
  font-weight: 500;
  color: #F55345;
}
.content .case-header .header-info .bottom .btn-red-solid {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: 160px;
  height: 40px;
  background: #F55345;
  box-shadow: 0 2px 8px 0 rgba(250, 234, 231, 0.7);
  border-radius: 8px;
  opacity: 0.9;
  border: 1px solid #F55345;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 38px;
  margin-right: 24px;
  cursor: pointer;
}
.content .case-header .header-info .bottom .btn-red-solid:hover {
  filter: brightness(1.3);
}
.content .case-header .header-info .bottom .kol-btn-red {
  box-sizing: border-box;
  width: 160px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #F55345;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s;
  color: #F55345;
  line-height: 40px;
  cursor: pointer;
}
.content .case-header .header-info .bottom .kol-btn-red:hover {
  background: #F55345;
  color: #FFFFFF;
}
.content .case-header .header-info .back {
  position: absolute;
  width: 545px;
  height: 346px;
  bottom: 0;
  right: 0;
}
.content .content-section {
  width: 1184px;
  margin: 64px auto 96px;
  position: relative;
  display: flex;
}
.content .content-section .content-left {
  padding-right: 116px;
  width: 784px;
  box-sizing: content-box;
  border-right: 1px solid #E5E7EB;
}
.content .content-section .content-left .title {
  padding: 48px 0 16px;
  font-size: 24px;
  font-weight: bold;
  color: #0D0C22;
}
.content .content-section .content-left .title:first-child {
  padding: 0 0 16px;
}
.content .content-section .content-left .video {
  width: 784px;
  height: 441px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.content .content-section .content-left .video .video-paused {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content .content-section .content-left .video .video-paused::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-10px, -50%);
  display: block;
  border-left: 27px solid white;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 0 solid transparent;
}
.content .content-section .content-left .little-title {
  font-size: 18px;
  font-weight: 600;
  color: #0D0C22;
  margin-top: 16px;
  margin-bottom: 8px;
}
.content .content-section .content-left .text-context {
  font-size: 16px;
  font-weight: 400;
  color: #0D0C22;
  line-height: 24px;
}
.content .content-section .content-right {
  width: 284px;
}
.content .content-section .content-right .avatar {
  width: 120px;
  height: 120px;
  margin: 0 auto 24px;
  border-radius: 50%;
  overflow: hidden;
}
.content .content-section .content-right .avatar .image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.content .content-section .content-right .name {
  width: 284px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #0D0C22;
}
.content .content-section .content-right .description {
  width: 236px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin: 8px auto 16px;
}
.content .content-section .content-right .tag {
  width: 72px;
  height: 24px;
  background: #DCEAFF;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
}

