.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;
  justify-content: space-between;
  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.47rem;
  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.86rem;
  height: 0.86rem;
}
.r2 .bottom .list .item .title {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.18rem;
  color: #060B0F;
  line-height: 0.4rem;
}
.r2 .left {
  display: flex;
  flex-direction: column;
  width: 6.9rem;
}
.r2 .left .content {
  margin-top: auto;
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}
.r2 .right {
  width: 3.21rem;
  height: 1.54rem;
  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 .public-subtitle .flex {
  display: flex;
  gap: 0.46rem;
}
.r3 .public-subtitle .flex .item {
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.18rem;
  color: #666666;
}
.r3 .public-subtitle .flex .item label {
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  background: #060B0F;
  border-radius: 50%;
  margin-right: 0.12rem;
}
.r3 .public-subtitle .flex .item label.color2 {
  background: #FFBE0A;
}
.r3 .public-subtitle .flex .item label.color3 {
  background: #2ABE4D;
}
.r3 .list {
  margin-top: 0.87rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.23rem;
}
.r3 .list .item {
  display: flex;
  flex-direction: column;
  background: #1B4DB3;
  box-sizing: border-box;
  --color: #F1F4FB;
  overflow: hidden;
  width: 3.79rem;
  height: 5.17rem;
  position: relative;
  padding: 0.06rem;
}
.r3 .list .item:hover .desc {
  top: 0;
  opacity: 1;
}
.r3 .list .item .desc {
  box-sizing: border-box;
  padding: 0.06rem;
  background: #1B4DB3;
  width: 3.79rem;
  height: 5.17rem;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.5s;
  z-index: 2;
  opacity: 0;
  display: flex;
  flex-direction: column;
}
.r3 .list .item .box {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 0.32rem;
  color: #F1F4FB;
  padding: 0.26rem 0.33rem;
}
.r3 .list .item .box .imgs {
  width: 1.05rem;
  height: 0.43rem;
}
.r3 .list .item .lpxList {
  padding: 0.4rem 0 0 0.28rem;
  flex: 1;
  background: #fff;
}
.r3 .list .item .lpxList li {
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.18rem;
  color: #666666;
  display: flex;
}
.r3 .list .item .lpxList li.color1::before {
  background: #FFBE0A;
}
.r3 .list .item .lpxList li.color2::before {
  background: #2ABE4D;
}
.r3 .list .item .lpxList li::before {
  content: '';
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  background: #060B0F;
  border-radius: 50%;
  margin-right: 0.12rem;
  flex-shrink: 0;
  margin-top: 0.07rem;
}
.r3 .list .item .img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.r3 .list .item .name {
  position: absolute;
  bottom: 0.38rem;
  z-index: 1;
  left: 0.33rem;
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 0.32rem;
  color: #FFFFFF;
  line-height: 0.32rem;
}
.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;
}
@media (max-width: 1024px) {
  .r2 {
    padding: 1.3rem 20px;
    gap: 0.5rem;
  }
  .r2 .bottom .list {
    flex-wrap: wrap;
    gap: 0.2rem;
  }
  .r2 .bottom .list .item {
    width: calc(50% - 0.1rem);
  }
  .r3 {
    padding: 1.3rem 20px;
  }
  .r3 .list {
    gap: 0.2rem;
  }
  .r3 .list .item {
    width: calc(50% - 0.1rem);
  }
}
