.banner {
  width: 100%;
}
.swiper-box {
  padding: 16px 10px;
}
.swiper-box #swiper1 {
  position: relative;
  width: 355px;
  overflow: hidden;
  margin: 0 auto;
}
.swiper-box #swiper1 .swiper_content_wrapper {
  width: 100%;
  height: 355px;
  border-radius: 16px;
  overflow: hidden;
}
.swiper-box #swiper1 .swiper_content_wrapper .img {
  width: 100%;
  height: 100%;
  display: block;
}
.swiper-box #swiper1 .swiper_content_wrapper video {
  object-fit: contain;
}
.swiper-box .imgs {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
.swiper-box .imgs .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-box .imgs .item:nth-child(n+2) {
  margin-left: 8px;
}
.swiper-box .imgs .item .img {
  width: 75px;
  height: 75px;
  border-radius: 8px;
}
.back {
  margin: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #bfbfbf;
  font-size: 0.75rem;
  color: #373737;
}
.bg {
  padding: 1rem;
  background-color: #ebebeb;
}
.bg .section {
  padding: 1.9375rem 1.3125rem 2.6875rem 1.3125rem;
  background-color: #ffffff;
}
.bg .section:nth-child(n+2) {
  margin-top: 1rem;
}
.bg .section .img-title {
  width: 100%;
}
.bg .section .richContent {
  margin-top: 0.75rem;
  word-break: break-all;
}
.bg .section .richContent p {
  margin-bottom: 1rem;
  line-height: 2rem;
}
.bg .section .richContent img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.bg .img-wrapper {
  margin-top: 1rem;
  width: 100%;
}
#title {
  padding: 0.9375rem 1.5625rem 1.25rem 1.125rem;
}
#title .title {
  font-size: 1.1875rem;
  color: #0064B4;
  font-weight: 700;
}
#title .spec {
  margin-top: 1.25rem;
  display: flex;
  font-size: 0.8125rem;
}
#title .spec .lb {
  flex-shrink: 0;
  color: #9F9F9F;
}
#title .spec .rb {
  margin-left: 8px;
}
.dicdl .guige_item {
  display: flex;
  border-bottom: 1px solid #ffffff;
}
.dicdl dt {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #0064B4;
  font-weight: 700;
  padding: 16px;
  text-align: center;
}
.dicdl dd {
  margin-bottom: 0;
  margin-left: 0;
  flex: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #0064B4;
  background-color: #CFE9FF;
  padding: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .swiper-box .imgs .item {
    max-width: 16.5%;
    flex: 1 1 16.5%;
  }
}
