.module {
  padding: 1rem 2.4rem;
  display: flex;
  align-items: center;
  gap: 0.68rem 0.8rem;
  flex-wrap: wrap;
}
.module h2 {
  flex: auto;
  width: 100%;
  font-family: Source Han Sans;
  font-size: var(--font30);
  font-weight: 500;
  text-align: center;
  color: #181818;
}
.module .publicImgBox {
  width: 6.2rem;
  height: 4.1rem;
  flex-shrink: 0;
}
.module .publicImgBox .img {
  object-fit: contain;
}
.module .info {
  padding-right: calc(3.16rem - 2.4rem);
  box-sizing: border-box;
  flex: 1;
}
.module .info .title {
  font-family: Source Han Sans;
  font-size: var(--font30);
  font-weight: 500;
  color: #181818;
}
.module .info .content {
  font-family: Noto Sans SC;
  font-size: var(--font16);
  font-weight: normal;
  line-height: 0.32rem;
  color: #525252;
  margin-top: 0.16rem;
  white-space: pre-line;
}
.module .info .content + .title {
  margin-top: 0.36rem;
}
.module .list {
  margin-top: 0.36rem;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}
.module .list .item {
  display: flex;
  align-items: center;
  gap: 0.18rem;
  font-family: Source Han Sans;
  font-size: var(--font16);
  font-weight: 350;
  line-height: normal;
  color: #181818;
}
.module .list .item .icon {
  width: 0.2rem;
  height: 0.2rem;
}
.module.r1 {
  background: url('../assets/images/bg6.png') no-repeat;
  background-size: cover;
  position: relative;
}
.module.r1 .moduleBg {
  position: absolute;
  width: 3.18rem;
  height: 5.6rem;
  object-fit: cover;
  top: 0.8rem;
  right: 0.7rem;
}
.module.r2 {
  background: url('../assets/images/bg7.png') no-repeat;
  background-size: cover;
}
.module.r3 {
  background: url('../assets/images/bg8.png') no-repeat;
  background-size: cover;
}
.module.r4 {
  background: url('../assets/images/bg9.png') no-repeat;
  background-size: cover;
}
.module.r5 {
  background: url('../assets/images/bg10.png') no-repeat;
  background-size: cover;
}
.module.r6 {
  padding: 0;
  background: #F4F8FB;
}
.module.r6 .publicImgBox {
  width: 9.6rem;
  height: 4.75rem;
}
.module.r6 .info {
  padding-left: 2.4rem;
}
@media screen and (orientation: portrait) {
  .module {
    padding: 1rem 0.24rem;
  }
  .module .info {
    padding-right: 0;
  }
  .module .publicImgBox {
    width: 100%;
    height: auto;
    aspect-ratio: 620 / 410;
  }
  .module.r6 .info {
    padding-left: 0.24rem;
  }
  .module.r6 .publicImgBox {
    width: 100%;
    aspect-ratio: 960 / 475;
  }
}
