#body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#body .section {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#body .section .swiper-box {
  flex: 1;
}
.banner {
  width: 100%;
}
.section {
  margin-top: 2.5rem;
}
.section .img-title {
  width: 16.25rem;
  height: 2.6875rem;
  margin: 0 auto;
  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;
  display: flex;
  overflow-x: scroll;
}
.section .tabs::-webkit-scrollbar {
  display: none;
}
.section .tabs .cell {
  margin: 0 0.75rem;
  flex-shrink: 0;
  font-size: 0.9375rem;
  color: #373737;
}
.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 .swiper-box {
  margin-top: 0.8125rem;
  padding: 2rem 1.25rem 1rem;
  background-color: #DBEFFF;
  position: relative;
}
.section .swiper-box .swiper {
  width: 100%;
  overflow: hidden;
}
.section .swiper-box .swiper .img-wrapper {
  width: 100%;
}
.section .swiper-box .swiper .box {
  margin-top: 1.5rem;
  padding: 0 0.3125rem 0 0.625rem;
}
.section .swiper-box .swiper .box .item-title {
  font-size: 1.125rem;
  color: #0064B4;
  font-weight: 700;
}
.section .swiper-box .swiper .box .text {
  margin-top: 1rem;
  font-size: 0.9375rem;
  color: #0064B4;
  line-height: 1.875rem;
}
.section .list-project-empty {
  font-size: 16px;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
