.customer-case-detail .page-banner {
  height: 240px;
}

.customer-case-detail .page-container .case {
  display: none;
}
.customer-case-detail .container-item{
  margin-bottom: 140px !important;
}

.customer-case-detail .top-picture {
  width: 1200px;
  margin: -120px auto auto;
}

.customer-case-detail .top-picture img {
  height: 240px;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
}

.customer-case-detail .text-title {
  margin: 40px auto 0px;
  font-size: 36px;
  font-weight: 600;
  color: #333333;
  line-height: 60px;
}
.customer-case-detail .text-paragraph {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  padding-top: 90px;
  width:fit-content;
  width:-moz-fit-content;
}
.customer-case-detail .text-paragraph::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 10px;
  background: #3a6492;
  opacity: 0.2;
  margin-top: -5px;
  margin-bottom: 20px;
}
.customer-case-detail .text {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #666666;
  line-height: 40px;
}
.customer-case-detail .icon-item {
  display: inline-block;
  width: fit-content;
  text-align: center;
  margin: 70px 150px 20px 0;
}
.customer-case-detail .icon-item .iconfont {
  border-radius: 50%;
  background: #EAEAF3;
  font-size: 32px;
  padding: 13px;
}
.customer-case-detail .icon-item .icon-text {
  width: fit-content;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}
.customer-case-detail .text-ul {
  margin: 0;
  padding: 0;
  margin-left: 5px;
}
.customer-case-detail .text-ul li {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  line-height: 42px;
}
.customer-case-detail .text-ul .li-color {
color: red;
}