.successcase-banner {
  width: 100%;
  height: 420px;
  background: url(/site/assets/images/successcase/successcase-banner.png);
  background-size: cover;
}

.successcase-banner .banner-title {
  background-image: -o-linear-gradient(358.33deg, #fff8eb 2.44%, #fcd37e 101.46%);
  background-image: linear-gradient(91.67deg, #fff8eb 2.44%, #fcd37e 101.46%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 60px;
  display: inline-block;
  margin-top: 120px;
  margin-bottom: 60px;
}

.successcase-banner .banner-title-small {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
}

.common-section {
  padding: 80px 0 120px;
  background-size: cover;
  background-position: center;
}

.common-section .section-title {
  text-align: center;
  margin-bottom: 80px;
}

.common-section .section-title .cn-title {
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 42px;
  position: relative;
  color: #353535;
}

.common-section .section-title .cn-title::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 70px;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -o-linear-gradient(315deg, #fab653, #ff8532);
  background: linear-gradient(135deg, #fab653, #ff8532);
  -webkit-box-shadow: 0 3px 8px rgba(255, 144, 68, 0.3);
  box-shadow: 0 3px 8px rgba(255, 144, 68, 0.3);
  border-radius: 6px;
}

.common-section .section-title .en-title {
  font-size: 24px;
  line-height: 24px;
  color: rgba(19, 20, 21, 0.65);
  text-transform: uppercase;
  font-weight: 400;
}

.success-case {
  background: #f7f8fc;
}

.success-case .case-content, .success-case .case-content .case-list .case-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.success-case .case-content .target-fix {
  height: 0;
  position: relative;
  top: -120px;
}

.success-case .case-content .case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.success-case .case-content .case-list .case-item {
  width: 590px;
  height: 140px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
  font-size: 28px;
  color: #666;
  cursor: pointer;
}

.success-case .case-content .case-list .case-item > * {
  pointer-events: none;
}

.success-case .case-content .case-list .case-item .arrow1 {
  display: inline;
}

.success-case .case-content .case-list .case-item .arrow2, .success-case .case-content .case-list .case-item.active .arrow1 {
  display: none;
}

.success-case .case-content .case-list .case-item.active {
  background: -o-linear-gradient(332.55deg, #fab653 7.61%, #ff8532 62.86%);
  background: linear-gradient(117.45deg, #fab653 7.61%, #ff8532 62.86%);
  -webkit-box-shadow: 0 8px 10px rgba(255, 144, 68, 0.3);
  box-shadow: 0 8px 10px rgba(255, 144, 68, 0.3);
  border-radius: 12px;
  color: #fff;
  font-size: 28px;
}

.success-case .case-content .case-list .case-item.active .arrow2 {
  display: inline;
}

.success-case .case-content .case-content-list {
  margin-left: 50px;
}

.success-case .case-content .case-content-list .case-content-list-item {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.success-case .case-content .case-content-list .case-content-list-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.success-case .case-content .case-content-list .case-content-list-item .content-item-title {
  color: #333;
  font-size: 28px;
  position: relative;
  padding-left: 26px;
  margin: 40px 0;
}

.success-case .case-content .case-content-list .case-content-list-item .content-item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 28px;
  background: -o-linear-gradient(344.55deg, #ffc954 6.67%, #ff8532 65.31%);
  background: linear-gradient(105.45deg, #ffc954 6.67%, #ff8532 65.31%);
  mix-blend-mode: normal;
  opacity: 0.66;
  -webkit-box-shadow: 0 0 10px rgba(255, 144, 68, 0.3);
  box-shadow: 0 0 10px rgba(255, 144, 68, 0.3);
  border-radius: 2px;
}

.success-case .case-content .case-content-list .case-content-list-item .content-item-content {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}

.success-case .case-content .case-content-list .case-content-list-item .content-item-images {
  margin-top: 30px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.success-case .case-content .case-content-list .case-content-list-item .content-item-more {
  width: 130px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(245, 111, 45, 0.5);
  border-radius: 4px;
  color: #f56f2d;
  font-size: 18px;
  cursor: pointer;
}

.success-case .case-content .case-content-list .case-content-list-item .paragraph-list .paragraph-item {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-bottom: 32px;
}

.success-case .case-content .case-content-list .case-content-list-item .paragraph-list .paragraph-item:last-child {
  margin-bottom: 0;
}