.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 {
  max-width: 1600px;
  margin: 0 auto;
  height: 5.5rem;
  padding: 1.3rem 1.59rem 0;
  display: flex;
  justify-content: space-between;
  background: url('../assets/joinMy7.png') no-repeat;
  background-size: cover;
  background-position: top right;
}
.r2 .left {
  width: 6.9rem;
}
.r2 .left .content {
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
  margin-top: 0.9rem;
}
.r2 .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 5.6rem;
  gap: 0 1.6rem;
  /* 设置元素间距 */
}
.r2 .right .item {
  flex: 1 1 calc(33.333% - 1.6rem);
}
.r2 .right .item .name {
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.2rem;
  color: #000000;
  margin-top: 0.2rem;
  text-align: center;
}
.r2 .right .item .imgBox {
  display: flex;
  justify-content: center;
}
.r3 {
  padding: 1.3rem 1.59rem 1.65rem;
  margin: 0 auto;
  max-width: 1600px;
}
.r3 h3 {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 0.52rem;
  color: #060B0F;
}
.r3 h3 span {
  color: #1B4DB3;
}
.r3 table {
  width: 16rem;
  margin-top: 0.8rem;
  border-spacing: 0;
  border-collapse: collapse;
  overflow: hidden;
}
.r3 table .pl86 {
  padding-left: 0.86rem;
  box-sizing: border-box;
}
.r3 table thead {
  height: 1rem;
  background: #1B4DB3;
  color: #fff;
  font-size: 0.2rem;
  text-align: left;
}
.r3 table thead th {
  font-weight: 400;
}
.r3 table thead .none {
  opacity: 0;
}
.r3 table tbody {
  background: #fff;
  font-size: 0.18rem;
}
.r3 table tbody tr {
  border-bottom: 1px solid rgba(27, 77, 179, 0.2);
}
.r3 table tbody tr.active {
  border: 0;
}
.r3 table tbody tr.active + .detail-row {
  border-bottom: 1px solid rgba(27, 77, 179, 0.2);
}
.r3 table tbody tr.active + .detail-row .hiddenBox {
  max-height: 2000px;
  overflow: hidden;
}
.r3 table tbody tr.detail-row {
  border: 0;
}
.r3 table tbody tr.detail-row .detail-td {
  height: 0;
}
.r3 table tbody tr.detail-row .hiddenBox {
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
.r3 table tbody tr:last-child {
  border-bottom: 0;
}
.r3 table tbody tr td {
  height: 1rem;
}
.r3 table tbody tr td.detail-td {
  padding: 0 0.86rem;
}
.r3 table tbody tr td.detail-td .btn {
  width: 2.28rem;
  height: 0.67rem;
  background: #1B4DB3;
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.67rem;
  padding: 0 0.23rem 0 0.28rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0.47rem 0;
}
.r3 table tbody tr td.detail-td .btn img {
  width: 0.52rem;
  height: 0.27rem;
}
.r3 table tbody tr td.detail-td .detailBox {
  padding: 0.5rem;
  background: #F1F4FB;
}
.r3 table tbody tr td.detail-td .detailBox .name {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 0.2rem;
  color: #666666;
}
.r3 table tbody tr td.detail-td .detailBox .content {
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.34rem;
  white-space: pre-line;
  margin-top: 0.2rem;
}
.r3 table tbody tr td.detail-td .detailBox .content + .name {
  margin-top: 0.4rem;
}
.r3 table tbody tr td.empty .btn {
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.2rem;
  color: #1B4DB3;
  width: 0.47rem;
  height: 0.47rem;
  background: #F1F4FB;
  border-radius: 50%;
  text-align: center;
  line-height: 0.47rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .templateSelect {
    padding: 0 20px;
  }
  .r2 {
    height: auto;
    padding: 1.3rem 20px 0;
    flex-wrap: wrap;
  }
  .r2 .left {
    width: 100%;
  }
  .r2 .right {
    width: 100%;
    gap: 0.2rem 1.6rem;
    padding: 0.5rem 0;
  }
  .r2 .right .item {
    width: calc(33.333% - 1.6rem);
  }
  .r2 .right .item .imgBox {
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .r2 .right .item .imgBox .img {
    width: 40px;
    height: 40px;
  }
  .r3 {
    padding: 1.3rem 20px 1.65rem;
  }
  .r3 table {
    width: 100%;
  }
  .r3 table .pl86 {
    padding-left: 10px;
  }
  .r3 table tbody tr td.detail-td {
    padding: 0 20px;
  }
}
