.card {
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.card__01 {
}

.card__01 .extra {
  color: rgba(102, 102, 102, 1);
  font-size: var(--font18);
  line-height: 2;
}

.card__01 .flex-box {
}

.card__01 .flex-box-left {
  width: 20%;
}

.card__01 .flex-box-right {
  width: 80%;
  padding-left: 12%;
}

.card__01 .card-hd {
  margin-bottom: 0.48rem;
}

.card__01 .card-bd {
  position: relative;
  min-height: 7rem;
}

.card__01 .focus-img {
  width: 12.32rem;
}

.card__02 {
  position: relative;
  z-index: 1;
}

.card__03 {
  background-image: url("../images/rd/bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  padding-top: 1.8rem;
  margin-top: -1.8rem;
}
@media only screen and (min-width: 768px) {
  .list1 > li {
    position: absolute;
  }

  .list1 > li:first-child {
    left: 0;
    bottom: 17%;
    max-width: 4.72rem;
  }

  .list1 > li:nth-child(2) {
    right: 0;
    top: 0.68rem;
    max-width: 4.8rem;
  }

  .list1 > li:nth-child(3) {
    right: 0;
    top: 45%;
    max-width: 2.6rem;
  }
}

.list1 > li {
  margin-bottom: 20px;
}

.list1 > li .meta {
  position: relative;
}

.list1 > li .title {
  font-size: var(--font24);
  color: var(--main-color);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.08rem;
}

@media only screen and (max-width: 1200px) {
  .card__01 .focus-img {
    width: 70%;
  }
}

.card__04 .desc {
  color: rgba(83, 83, 83, 1);
  font-size: var(--font20);
  margin-top: 0.2rem;
}

.card__04 .card-bd {
  padding-top: 0.52rem;
}

@media only screen and (min-width: 768px) {
  .list3 {
    --gap: 0.35rem;
    --item-margin-bottom: 0;
  }
}

.list3 > li .meta {
  padding: 0.12rem;
  transition: all 0.3s;
  box-sizing: border-box;

  border-radius: 998px;
  box-shadow: 5px 5px 4px 0px rgba(33, 67, 131, 0.1);
  background: linear-gradient(
    104.04deg,
    rgba(10, 77, 154, 1) 5.116%,
    rgba(0, 124, 196, 1) 94.58%
  );
}

.list3 > li .desc {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font20);
  text-align: center;
  line-height: 1.4;
}

.statistic-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.48rem -0.28rem 0.76rem;
}

.statistic-list li {
  box-sizing: border-box;
  width: 20%;
  padding: 0 0.28rem;
}

.statistic {
  width: 100%;
  transition: all 0.3s;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(207, 218, 225, 1);
  box-shadow: 0px 4px 4px 0px rgba(33, 67, 131, 0.05);
  background: rgba(255, 255, 255, 1);
  padding: 0.2rem 0;
}

.statistic-title {
  color: rgba(30, 30, 30, 1);
  font-size: var(--font16);
  transition: all 0.25s;
}

.statistic-content {
  display: flex;
  align-items: flex-start;
}

.statistic-content-value {
  transition: all 0.3s;
  font-weight: bold;
  font-size: var(--font48);
}

.statistic-content-suffix {
  font-weight: bold;
  font-size: var(--font48);
}

.statistic:hover {
  border: 1px solid rgba(207, 218, 225, 1);
  box-shadow: 0px 4px 4px 0px rgba(33, 67, 131, 0.05);
  background: linear-gradient(
    120.49deg,
    rgba(8, 86, 162, 1) 0.002%,
    rgba(0, 86, 165, 1) 94.139%
  );
}

.statistic:hover .statistic-title {
  color: rgba(255, 255, 255, 1);
}

.statistic:hover .clip-text2 {
  --gradient-to: #fff;
  --gradient-from: #fff;
}

@media only screen and (max-width: 767px) {
  .r1 {
    padding: 24px 0;
  }

  .r1 .mod-bd {
    font-size: 14px;
    margin: 12px 0 24px;
  }

  .statistic-list {
    margin: 0 0 20px;
  }

  .statistic-list li {
    width: 100%;
    padding: 12px;
  }

  .statistic {
    padding: 20px 0;
  }

  .statistic-title {
    font-size: 14px;
    margin-top: 8px;
  }

  .statistic-content {
    font-size: 20px;
  }
}

.card:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .card__01 .focus-img {
    width: 100%;
    margin-bottom: 8px;
  }
}
