.r1 {
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #c8c8c8;
}

.r1 .flex-box {
  padding-top: 0.24rem;
}

.r1 .flex-box-left {
  width: 5.2rem;
}

.r1 .flex-box-right {
  width: calc(100% - 5.2rem);
  padding-left: 1rem;
}

.r1 .li {
  margin-bottom: 0.64rem;
}

.r1 .li:last-child {
  margin-bottom: 0;
}

.r1 .li .inner-title-bar {
  margin-bottom: 0;
}

.r1 .li .list-with-square {
  padding: 0.2rem 0.28rem;
}

.r1 .li .list-with-square p {
  display: flex;
  align-items: center;
  gap: 0.14rem;
}

.r1 .li .list-with-square .h {
  font-size: var(--font36);
  font-weight: 700;
  line-height: 1.25;
}

.r1 .flex-box-right .title {
  margin-bottom: 0.2rem;
  font-size: var(--font30);
  color: rgba(10, 77, 154, 1);
  font-weight: 700;
}

.r1 .flex-box-right .pic {
  margin-bottom: 0.24rem;
}

.certify-area {
  position: relative;
  padding: 1rem 0 0.6rem;
  overflow: hidden;
}

.certify-list-item .title {
  text-align: center;
  color: rgba(85, 85, 85, 1);
  font-size: var(--font18);
  margin-top: 0.2rem;
}

.certify-area .swiper-slide {
  width: 3.34rem;
  height: 4.75rem;
  overflow: hidden;
}

.certify-area .swiper-slide img {
  width: 100%;
  height: 100%;
}

.certify-area .btn-prev,
.certify-area .btn-next {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(1px);
  cursor: pointer;
}

.certify-area .btn-prev i,
.certify-area .btn-next i {
  font-size: 0.2rem;
  color: #fff;
}

.certify-area .btn-prev.btn-prev,
.certify-area .btn-next.btn-prev {
  left: 0.2rem;
}

.certify-area .btn-prev.btn-next,
.certify-area .btn-next.btn-next {
  right: 0.2rem;
}

.certify-area .swiper-pagination {
  bottom: 0;
}
/*
.certify-area .swiper-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.04rem;
  background: #fff;
  border-radius: 0;
  transition: all 0.4s ease;
}

.certify-area .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.5rem;
} */

@keyframes rotate360 {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 767px) {
  .r1 .flex-box {
    padding-top: 0;
  }

  .list-with-square p {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
