.left-line1 {
  width: 0.4rem;
  height: 0.06rem;
  background-color: #d12f2d;
  border-radius: 0.1rem;
  margin: 0.4rem 0;
}

.left-title1 {
  font-weight: bold;
  margin-top: 0.7rem;
  color: #333333;
  font-size: 0.36rem;
}
.certd-desc {
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #666666;
  margin-top: 0.4rem;
}
.certd-zlist {
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
}
.certd-zlt {
  margin-top: 1.5rem;
  width: 36.9%;
  height: 4.5rem;
  background-image: url("/assets/images/certDetail/certzbg.png");
  background-size: 100% 100%;
  background-position: 0 0;
  padding: 0.45rem 1rem 0.45rem 1.6rem;
  font-size: 0.36rem;
  color: #333333;
  line-height: 36px;
  margin-bottom: 0.3rem;
  margin-right: 0.8rem;
}
.certd-zlt-1 {
  background: none;
  position: relative;
  margin-right: 0;
  margin-left: 0.8rem;
  padding: 0.63rem 1.6rem 0.45rem 1rem;
}
.certd-zlt-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotateX(180deg);
  transform: rotateY(180deg);
}
.certd-zlt-img img {
  width: 100%;
  height: 4.5rem;
}
.certd-ztitle {
  margin-bottom: 0.3rem;
  font-size: 0.36rem;
  color: #333333;
  line-height: 0.43rem;
  font-weight: bold;
}
.certd-zct {
  /* width: 4.5rem; */
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.4rem;
  text-align: justify;
}
.certd-zrt {
  width: 59.3%;
  padding-bottom: 1.3rem;
  /* height: 5.3rem; */
  position: relative;
}
.certd-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.64rem;
}
.certd-bg img {
  width: 100%;
  height: 100%;
}
.cert-swiper-ct img {
  width: 100%;
  height: 100%;
}
.cert-swiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cert-swiper-ct {
  height: 100%;
  position: relative;
}
.swiper-slide {
  transition: 300ms;
  transform: scale(0.8);
  transform-origin: center bottom;
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}
.cert-img-yy {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.18rem;
  width: 1.18rem;
  display: none;
}
.cert-img-yy img {
  width: 1.18rem;
  height: 100%;
}
.certd-zswiper {
  margin: 0 1.6rem 0 1.07rem;
  /* height: 4rem;
  width: 8.62rem; */
}

.kh-box-img-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.36rem;
  height: 0.61rem;
  background: #d12f2d;
  border-radius: 0.18rem;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  color: #fff;
}

.kh-box-img-arrow:hover {
  background: #d12f2d;
  color: #ffffff;
  box-shadow: 0 0.06rem 0.16rem rgba(209, 47, 45, 0.3);
  transform: translateY(-50%) scale(1.1);
}

.kh-box-img-arrow-left {
  left: 0rem;
}

.kh-box-img-arrow-right {
  right: 0rem;
}

.kh-box-img-arrow svg {
  width: 0.24rem;
  height: 0.24rem;
}

.kh-box-img-arrow.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
  /* background: rgba(0, 0, 0, 0.1);
  color: #fff; */
}
.arrow-left {
  top: 49%;
  left: 0.7rem;
}
.arrow-right {
  top: 49%;
  right: 1.25rem;
}
.swiper-slide-prev .cert-img-yy,
.swiper-slide-next .cert-img-yy,
.swiper-slide-active .cert-img-yy {
  display: block;
}
.certd-team {
  width: 83.3%;
  margin: 0 auto;
  display: flex;
  margin-bottom: 1rem;
}
.certd-team-img {
  width: 9rem;
  height: 4.86rem;
}
.certd-team-img img {
  width: 9rem;
  height: 4.86rem;
}
.certd-team-span {
  margin-left: 1.97rem;
  padding-top: 0.4rem;
}
.certd-team-title {
  font-size: 0.36rem;
  color: #333333;
  line-height: 0.43rem;
  font-weight: bold;
  margin-bottom: 0.37rem;
}
.certd-team-info {
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.4rem;
  text-align: justify;
}

.team-circle {
  display: flex;
  gap: 15px;
}

.team-circle div {
  width: 14px;
  height: 14px;
  background: #dcdcdc;
  border-radius: 50%;
  margin-bottom: 15px;
}
.team-circle .circle-red {
  background: #d12f2d;
  margin-bottom: 0.27rem;
}
.certd-yhsl {
  line-height: 1.8;
}