.banner {
  width: 100%;
}
.banner:nth-of-type(2) {
  margin-top: 1.5rem;
}
.trend {
  margin-top: -2.5rem;
  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;
}
.trend-more {
  margin-top: 1rem;
  text-align: center;
  color: #0062B1;
  font-size: 0.875rem;
}
.section {
  margin-top: 1rem;
}
.section .section_header_title {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2px;
  color: #0062b1;
  text-align: center;
}
.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('https://cksfile.keshun.com.cn/keshunen/pc/images/product/arrow.svg') no-repeat left center;
}
.section .tabs.second .cell span {
  color: #C5C5C5;
}
.section .tabs.second .cell.active {
  background: url('https://cksfile.keshun.com.cn/keshunen/pc/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 6rem;
  background-color: #DFF1FF;
}
.section .content .cell-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
}
.section .content .cell-group .cell {
  padding: 0.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.section .content .cell-group .cell .img-wrapper {
  width: 100%;
  padding-bottom: 108%;
  position: relative;
  height: 0;
}
.section .content .cell-group .cell .img-wrapper .ratio-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section .content .cell-group .cell .img-wrapper .ratio-box .img {
  object-fit: contain;
}
.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;
}
#footer {
  margin-top: -3rem;
}
