.product-certification .certification-item {
  height: 118px;
}

.product-certification .certification-item img {
  margin-bottom: 0;
}

section.section ul {
  list-style: none !important;
  margin-left: 0;
}
.scenarios .column ul,
.scenarios .column ul li {
  position: relative;
}

.scenarios .column ul li::before {
  content: url("../image/star.svg");
  position: absolute;
  left: -25px;
  top: 3px;
}

.image.is-80x80 {
  width: 80px;
  height: 80px;
}

.overview-list .column {
  padding-left: 10px;
  padding-right: 10px;
}

.overview-item {
  background: #fff;
  padding: 40px;
  position: relative;
  border-radius: 3px;
}

.overview-item .card-image {
  margin-bottom: 24px;
}

.overview-item .card-image .image {
  margin-left: auto;
  margin-right: auto;
}

.overview-item .content {
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.overview-item .card-bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  width: 60px;
  transition: 1s width;
}

.overview-item:hover .card-image {
  display: none;
}

.overview-item:hover .content {
  -webkit-line-clamp: unset;
}

.overview-item:hover .card-bottom-line {
  width: 100%;
}

.scenario-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.section.pain-point .column {
  padding: 10px;
}

.section.pain-point .card {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 192px;
  background: #f5f8fa;
  padding: 40px;
}

.section.pain-point .card .content {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.section.pain-point .card .title {
  font-size: 18px;
  line-height: normal;
  margin: 0;
}

.section.pain-point .card .content {
  font-size: 14px;
  line-height: 2;
}

.scenarios {
  padding-left: 0;
  padding-right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.scenarios-type-icon {
  margin-right: 10px;
}

.scenarios .tabs li:not(:first-child) {
  margin-left: 40px;
}

.scenario-content .left-border {
  width: 2px;
  background-color: #00aa72;
  margin: 6px 8px 26px 0;
}

.scenarios .column {
  padding: 0;
  margin-bottom: 0;
}

.scenarios .column ul {
  margin-top: 0;
}

.scenarios .left-image img {
  padding: 20px 40px;
}

.scenarios .right-content {
  margin-left: 40px;
  padding: 40px 20px;
}

.scenarios .column ul li:not(:last-child) {
  margin-bottom: 12px;
}

.scenarios .column ul .content-title {
  margin-bottom: 6px;
  font-size: 16px;
  color: #201c26;
}

.scenarios .column ul .content-description {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .overview-item .content {
    -webkit-line-clamp: unset;
  }

  .scenarios .column.image {
    height: 230px;
    background-size: cover;
  }
}

.case-article {
  background-size: cover;
  min-height: 550px;
  padding: 60px;
  background-color: darkgray;
}

.case-article .article-container {
  max-width: 560px;
}

.case-article .article-title {
  border-bottom: 1px solid rgba(238, 238, 238, 0.1);
  margin-bottom: 20px;
}

.case-article .article-title h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  color: #fff;
  margin: 10px 0;
}

.case-article .article-title p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  text-align: justify;
  margin-bottom: 20px;
}

.case-article .article-content ul {
  list-style: disc;
  margin-left: 16px;
}

.case-article .article-content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 20px;
}

.section.recommend .card:hover .card-content .more {
  -webkit-transform: translateY(-72px);
          transform: translateY(-72px);
  opacity: 1;
}