.r1 {
  width: 100vw;
  height: 5.8rem;
  background: url('../assets/about1.png') no-repeat;
  background-size: cover;
}
.r1 .title {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 0.52rem;
  color: #FFFFFF;
  line-height: 5.8rem;
  max-width: 1600px;
  margin: 0 auto;
    padding: 0 1.59rem;
}
.templateSelect {
  background: #F1F4FB;
  height: 0.7rem;
  padding: 0 1.59rem;
  display: flex;
  align-items: center;
  line-height: 0.7rem;
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.18rem;
  color: #333333;
}
.templateSelect > a {
  flex: 1;
  text-align: center;
}
.templateSelect > a.active {
  color: #1B4DB3;
  border-bottom: 2px solid #1B4DB3;
}
.r2 {
  padding: 1.3rem 1.59rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem 1.25rem;
}
.r2 .bottom {
  flex: auto;
  width: 100%;
}
.r2 .bottom .tip {
  margin-top: 0.37rem;
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}
.r2 .bottom .list {
  display: flex;
  justify-content: space-between;
}
.r2 .bottom .list .item {
  width: 2.92rem;
  height: 1.83rem;
  background: #F1F4FB;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  --width: 0.25rem;
}
.r2 .bottom .list .item .public-imgBox {
  width: 0.87rem;
  height: 0.87rem;
}
.r2 .bottom .list .item .public-imgBox .public-img {
  object-fit: contain;
}
.r2 .bottom .list .item .title {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.18rem;
  color: #060B0F;
  line-height: 0.4rem;
}
.r2 .left {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.r2 .left .content {
  margin-top: auto;
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}
.r2 .right {
  width: 7.9rem;
  height: 3.2rem;
  position: relative;
}
.r2 .right .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.r3 {
  padding: 1.3rem 1.59rem;
}
.r3 .list {
  margin-top: 0.87rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
}
.r3 .list .item {
  flex: 1;
  max-width: 50%;
  min-width: 40%;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 0.26rem 0.33rem 0.4rem;
  height: 2.8rem;
  --color: #F1F4FB;
  overflow: hidden;
  cursor: pointer;
}
.r3 .list .item:hover .img {
  opacity: 1;
}
.r3 .list .item .public-imgBox {
  width: 1.89rem;
  height: 0.78rem;
}
.r3 .list .item .title {
  margin-top: auto;
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.2rem;
  color: #060B0F;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.r3 .list .item .title img {
  width: 0.47rem;
  height: 0.47rem;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .templateSelect {
    padding: 0 20px;
  }
  .r2 {
    padding: 1.3rem 20px;
    gap: 0.5rem;
  }
  .r2 .right {
    width: 100%;
    flex: auto;
  }
  .r2 .bottom .list {
    flex-wrap: wrap;
    gap: 0.2rem;
    justify-content: flex-start;
  }
  .r2 .bottom .list .item {
    flex-shrink: 0;
  }
  .r3 {
    padding: 1.3rem 20px;
  }
  .r3 .list {
    flex-wrap: wrap;
  }
  .r3 .list .item {
    width: 100%;
    max-width: 100%;
  }
}
