.banner {
  width: 100%;
}
.img-title {
  margin: 1.5rem auto 0;
  width: 60%;
}
.img-title .img {
  display: block;
  width: 100%;
}
.trend {
  margin-top: 2rem;
  padding: 0 1.75rem;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  text-align: justify;
  color: #0062B1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.learn-more {
  margin: 1rem auto 0;
  width: 8rem;
}
.learn-more .img {
  display: block;
  width: 100%;
}
.trend-more {
  margin-top: 1rem;
  text-align: center;
  color: #0062B1;
  font-size: 0.875rem;
}
.section {
  margin-top: 4rem;
}
.section .img-title {
  margin: 0 auto;
  width: 15rem;
  height: 2.625rem;
  position: relative;
}
.section .img-title::after {
  content: '';
  width: 3.625rem;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.625rem;
  transform: translateX(-50%);
  background-color: #0062B1;
}
.section .tabs {
  margin-top: 3.25rem;
  padding: 0 0.75rem;
  display: flex;
  overflow-x: scroll;
}
.section .tabs::-webkit-scrollbar {
  display: none;
}
.section .tabs.second {
  margin-top: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid #E5E5E5;
}
.section .tabs.second .cell {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  background: url('/images/product/arrow.svg') no-repeat left center;
}
.section .tabs.second .cell span {
  color: #C5C5C5;
}
.section .tabs.second .cell.active {
  background: url('/images/product/arrow-check.svg') no-repeat left center;
}
.section .tabs.second .cell.active span {
  color: #0062B1;
}
.section .tabs.second .cell.active span::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: relative;
  margin-top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0062B1;
}
.section .tabs .cell {
  margin: 0 0.75rem;
  flex-shrink: 0;
  font-size: 0.9375rem;
  color: #373737;
}
.section .tabs .cell:nth-child(1) {
  margin: 0 0.75rem 0 0;
}
.section .tabs .cell:nth-last-child(1) {
  margin: 0 0 0 0.75rem;
}
.section .tabs .cell.active span {
  color: #0062B1;
  position: relative;
}
.section .tabs .cell.active span::after {
  content: '';
  width: 1.4375rem;
  height: 1px;
  display: block;
  position: relative;
  margin-top: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0062B1;
}
.section .content {
  margin-top: 1rem;
  padding: 1.375rem 1rem 3.375rem;
  background-color: #DFF1FF;
}
.section .content .cell-group {
  display: flex;
  flex-wrap: wrap;
}
.section .content .cell-group .cell {
  flex: 1 1 48%;
  max-width: 48%;
  padding: 0.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.section .content .cell-group .cell:nth-child(2n) {
  margin-left: 2%;
}
.section .content .cell-group .cell:nth-child(n+3) {
  margin-top: 2%;
}
.section .content .cell-group .cell .img-wrapper {
  width: 100%;
}
.section .content .cell-group .cell .text {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #373737;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.section .content .product-noContent {
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
}
.section .content .img-btn {
  margin: 2.625rem auto 0;
  width: 16.25rem;
  height: 2.4375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1989fa;
  border-radius: 2rem;
}
.section .content .img-btn.loading .icon {
  animation: rotate 2s linear infinite;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.section .content .img-btn .more-text {
  color: #ffffff;
  font-size: 1rem;
}
.section .content .img-btn .icon {
  margin-left: 0.5rem;
  width: 1rem;
}
<!--ºÄÊ±1758030016.0533Ãë-->