@charset "utf-8";
.section-top {
  padding-top: 180px;
}
.section-top .section-content {
  justify-content: space-between;
}
.section-top .section-content .card-case {
  width: 210px;
}
.section-top .section-content .card-case .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
}
.section-top .section-content .card-case .logo img {
  width: 80%;
  object-fit: contain;
}
.section-top .section-content .card-case .summary {
  margin-top: 20px;
  height: 240px;
  font-size: 1.25rem;
  line-height: 1.6;
  overflow: hidden;
}
.section-top .section-content .card-case .summary.en {
  height: 250px;
}
.section-top .section-content .card-case .action {
  text-align: center;
}
.section-top .section-content .card-case .action a {
  font-size: 1.5rem;
  padding: 10px 40px 10px 40px;
}
.section-best .section-content {
  justify-content: flex-start;
}
.section-best .section-content .case-logo {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2efff;
  width: 220px;
  height: 120px;
  margin-bottom: 20px;
}
.section-best .section-content .case-logo:nth-child(5) {
  margin-right: 0px;
}
.section-best .section-content .case-new {
  background: #FFFFFF;
  color: #9e9aff;
  font-size: 2.25rem;
  font-weight: 600;
  box-shadow: 0 0 12px rgba(185, 185, 185, 0.45);
}
.section-cases {
  padding-bottom: 100px;
}
.section-cases .section-content {
  justify-content: space-between;
}
.section-cases .section-content .case-logo {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  width: 220px;
  height: 120px;
  margin-bottom: 20px;
  box-shadow: 0 0 12px rgba(185, 185, 185, 0.45);
}
@media screen and (max-width: 1270px) {
  .section-top {
    padding-top: 80px;
  }
  .section-top .section-content {
    flex-direction: column;
  }
  .section-top .section-content .card-case {
    width: auto;
  }
  .section-top .section-content .card-case .logo {
    height: 164px;
  }
  .section-top .section-content .card-case .summary {
    height: 226px;
    font-size: 1.875rem;
    line-height: 1.6;
    overflow: hidden;
  }
  .section-top .section-content .card-case .summary.en {
    height: 248px;
  }
  .section-top .section-content .card-case .action {
    text-align: center;
  }
  .section-top .section-content .card-case .action a {
    font-size: 2.25rem;
    padding: 10px 40px 10px 40px;
  }
  .section-top .section-content .card-case .action.en {
    margin-top: 20px;
  }
  .section-best .section-content .case-logo {
    width: 210px;
  }
  .section-best .section-content .case-logo:nth-child(3) {
    margin-right: 0px;
  }
  .section-best .section-content .case-logo:nth-child(5) {
    margin-right: 20px;
  }
  .section-cases {
    padding-bottom: 100px;
  }
  .section-cases .section-content .case-logo {
    width: 210px;
  }
}
