.page-rd {
  --bg-color: rgba(239, 242, 245, 1);
}

.mod .mod-hd {
  align-items: flex-start;
}

.mod .mod-hd h3 {
  padding-bottom: 0.12rem;
}

.mod .mod-hd h3::after {
  display: block;
}

.row {
  padding: var(--padding100) 0;
  color: rgba(102, 102, 102, 1);
  font-size: var(--font18);
}

.pic-round,
.pic-round img {
  border-radius: 0.06rem;
}

.ability-row,
.r4 {
  background: var(--bg-color);
}

.ability-row {
  --swiper-navigation-size: 0.2rem;
}

.ability-row .flex-box {
  position: relative;
}

.ability-row .flex-box-left {
  width: 24%;
}

.ability-row .flex-box-right {
  width: 76%;
}

.swiper-buttons {
  width: 1.24rem;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.54rem;
}

.ability-area .swiper .swiper-slide {
  width: 5rem;
  transition: 0.8s;
}

.ability-row .swiper-button-next,
.ability-row .swiper-button-prev {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background-color: #fff;
  margin-top: 0;
  top: 0;
}

.ability-row .swiper-button-next:hover,
.ability-row .swiper-button-prev:hover {
  color: var(--main-color);
}

.ability-list-item {
}

.ability-list-item .pic,
.ability-list-item .pic img {
  border-radius: 0.04rem;
}

.ability-list-item .meta {
  box-sizing: border-box;
  transition: all 0.3s;
  opacity: 0;
  padding: 0 0.34rem;
}

.ability-list-item .title {
  position: relative;
  padding-left: 0.34rem;
  padding-top: 0.09rem;
  margin-bottom: 0.12rem;
  margin-top: -0.35rem;
}

.ability-list-item .num {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 0.65rem;
  height: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 87, 186, 1);
  font-size: var(--font26);
  font-weight: bold;
  background-image: url("../images/rd/c-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.ability-list-item .title .txt {
  height: 0.48rem;
  display: flex;
  align-items: center;
  border-radius: 0.04rem;
  background: linear-gradient(135deg, rgba(0, 134, 209, 1), rgba(0, 87, 186, 1));
  color: rgba(255, 255, 255, 1);
  font-size: var(--font18);
  font-weight: bold;
  padding-left: 0.46rem;
}

.ability-list-item .desc {
  color: rgba(102, 102, 102, 1);
  font-size: var(--font16);
  line-height: 1.8;text-align: justify;display:none;
}

.swiper-slide-active .ability-list-item .meta {
  opacity: 1;
}

/* 自定义分页器 */
.custom-pagination {
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
}

.custom-pagination .swiper-num {
  display: inline-flex;
  align-items: center;
  font-size: var(--font26);
  color: #666;
  transition: all 0.3s;
}

.custom-pagination .swiper-num em {
  margin: 0 0.08rem;
}

.custom-pagination .swiper-num span:nth-child(1) {
  font-weight: bold;
  color: var(--main-color);
}

.r4 .mod-extra {
  max-width: 600px;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .ability-area .swiper .swiper-slide {
    width: 100%;
  }

  .swiper-buttons {
    left: auto;
    bottom: auto;
    top: 2px;
    right: 0;
  }

  .custom-pagination {
    height: 27px;
    line-height: 27px;
    position: absolute;
    right: 80px;
    top: 2px;
  }
}

@media only screen and (max-width: 1000px) {
  .r4 .mod .mod-hd {
    flex-wrap: wrap;
  }

  .r4 .mod .mod-title {
    flex: none;
    width: 100%;
  }
  .r4 .mod .mod-extra {
    margin-top: 20px;
  }
}

.r5 .flex-box {
  align-items: center;
}

.r5 .flex-box-left {
  padding-right: 0.8rem;
}

.r5 .mod-bd {
  max-width: 620px;
}

.Case_Row {
  --title-width: 2.2rem;
}

.Case_Row .mod .mod-title {
  flex: none;
  width: var(--title-width);
}

.Case_Row .box {
  width: calc(100% - var(--title-width));
  max-width: 3.68rem;
}

.Case_Row .box .tab-item {
  font-size: var(--font20);
  font-weight: bold;
  color: #b2b1b1;
  cursor: pointer;
  transition: all 0.3s;
}

.Case_Row .box .tab-item:hover,
.Case_Row .box .active .tab-item {
  color: var(--main-color);
}

.Case_Row .summary {
  color: rgba(102, 102, 102, 1);
  font-size: var(--font18);
  position: absolute;
  left: var(--title-width);
  top: -0.64rem;
}

@media only screen and (max-width: 767px) {
  .Case_Row .mod .mod-title {
    width: 100%;
  }

  .Case_Row .box {
    max-width: 100%;
    margin-top: 24px;
  }

  .Case_Row .summary {
    position: relative;
    top: auto;
    left: auto;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 24px;
  }
}

.case-area {
  --swiper-navigation-size: 0.2rem;

  position: relative;
  padding: 0.4rem 0.8rem 0.4rem;
}

.case-area .swiper-button-next,
.case-area .swiper-button-prev {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background: rgba(219, 224, 235, 0.4);
  top: 45%;
}

.case-area .swiper-button-next:hover,
.case-area .swiper-button-prev:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}

.case-list-item {
  box-sizing: border-box;
}

.case-list-item a {
  display: block;
}

.case-list-item .title {
  color: rgba(50, 50, 50, 1);
  font-size: var(--font20);
  padding: 0.2rem 0;
}

.case-list-item .pic,
.case-list-item .pic img {
  border-radius: 0.04rem;
}

@media only screen and (max-width: 767px) {
  .case-area .swiper-button-next,
  .case-area .swiper-button-prev {
    top: 40%;
  }

  .Case_Row .box {
    width: 100%;
  }
}
/* collapse */

.r1 .mod .mod-hd {
  margin-bottom: 0.28rem;
}

.r1 .flex-box .flex-box-left {
  width: 58%;
}

.r1 .flex-box .flex-box-right {
  width: 42%;
  display: flex;
  justify-content: right;
  padding-left: 1rem;
}

.r1 .flex-box .flex-box-right .pic img {
  max-width: 100%;
}

.collapse {
}

.collapse-item {
}

.collapse-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 12px 0;
  border-bottom: 1px solid rgba(120, 120, 120, 0.3);
}

.collapse-header-left {
  flex: 1;
  padding-right: 10%;
}

.collapse-header .title-wrap {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 0.12rem;
}

.collapse-header .title {
  font-size: var(--font18);
  display: inline-block;
  color: rgba(50, 50, 50, 1);
}

.collapse-expand {
  display: flex;
  align-items: center;
}

.collapse-expand-icon {
  transition: all 0.5s;
  color: #000000;
  font-size: var(--font20);
  border-radius: 50%;
}

.collapse-header .meta {
  box-sizing: border-box;
  flex: 1;
  min-width: 0;
  color: #666666;
  display: flex;
  align-items: center;
}

.collapse-header .meta .cell {
  flex: 1;
}

.collapse-content {
  display: none;
  padding: 0 var(--collapse-item-padding-inline) 0.32rem;
}

.collapse-content-box {
  position: relative;
  padding: 0.4rem 0;text-align: justify;
}

.collapse-content-box::after {
  content: "";
  position: absolute;
  left: 0.44rem;
  top: -7px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ffffff;
  display: none;
}

.collapse-item-active .collapse-header {
  border-bottom-color: rgba(0, 87, 186, 0.3);
}

.collapse-item-active .collapse-header .title {
  font-size: var(--font24);
  font-weight: bold;
}

.collapse-item-active .collapse-expand-icon {
  color: var(--main-color);
}

.statistic-list {
  display: flex;
  margin: 0 -0.24rem;
}

.statistic-list li {
  box-sizing: border-box;
  width: 25%;
  padding: 0 0.24rem;
}

.statistic {
  width: 100%;
  transition: all 0.3s;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  padding: 0.04rem 0;
}

.statistic-title {
  color: rgba(120, 120, 120, 1);
  font-size: var(--font20);
  margin-top: 0.16rem;
  line-height: 1.2;
}

.statistic-content {
}

.statistic-content-value {
  color: var(--main-color);
  font-size: var(--font60);
  font-weight: bold;
}

.statistic-content-suffix {
  color: rgba(50, 50, 50, 1);
  font-size: var(--font18);
  margin-left: 0.04rem;
}

@media only screen and (max-width: 767px) {
  .statistic-list {
    padding: 16px 24px;
    flex-wrap: wrap;
  }

  .statistic-list li {
    width: 50%;
    padding: 8px;
  }
}
