.qicheng-clients {
  background-color: #014c94;
  position: relative;
  z-index: 9;
  padding-bottom: calc(var(--border-radius-lg) + max(40px, 2.88889rem));
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: var(--title-font-padding-top);
}
.qicheng-clients .swiper {
  height: 13.88888888rem;
  min-height: 300px;
  /* overflow: visible !important; */
}

.qicheng-clients .swiper .qicheng-clients .clients-title {
  /* padding-top: 147px; */
}
.qicheng-clients .clients-title h2 {
  color: var(--text-color-white);
  text-align: center;
  font-family: var(--font-family);
  font-size: var(--title-font-size-xl);
  font-style: normal;
  font-weight: var(--title-font-weight);
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.qicheng-clients .clients-title p {
  color: var(--text-color-white);
  font-family: var(--font-family);
  font-size: var(--text-font-size-xxl);
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  text-align: center;
}
.qicheng-clients .list {
  margin-top: max(40px, 2.5rem);
  padding-bottom: 50px;
  position: relative;
}
.qicheng-clients .card {
  padding: max(1rem, 20px) max(1.44444rem, 15px);
  border-radius: var(--border-radius-md);
  aspect-ratio: 2 / 1;
  /* height: 480px; */
}
.qicheng-clients .card .avator {
  --img-size: max(2.96667rem, 60px);
  width: var(--img-size);
  height: var(--img-size);
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.qicheng-clients .card .info {
  display: flex;
  align-items: center;
  flex-wrap: nowrap !important;
  /* justify-content: space-between; */
  position: relative;
  flex-wrap: wrap;
  padding-bottom: 0.66rem;
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 0.66666rem;
  gap: 1em;
}

.qicheng-clients .card .info .info-text {
  display: flex;
  flex-direction: column;
  gap: max(0.63rem, 10px);
}
.qicheng-clients .card .info .name {
  color: var(--text-color-black);
  font-family: var(--font-family);
  font-size: var(--text-font-size-xxl);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  word-break: break-all;
}
.qicheng-clients .card .info .flag {
  display: flex;
  align-items: center;
}

.qicheng-clients .card .info .flag img {
  width: 27px;
  height: 18px;
  margin-right: max(0.5em, 6px);
}
.qicheng-clients .card .info .flag .country {
  color: var(--text-color-black);
  font-family: var(--font-family);
  font-size: var(--text-font-size-base);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.qicheng-clients .card .info .star {
  display: inline-block;
}
.qicheng-clients .card .info .star .iconfont {
  color: var(--primary-color);
}
/* .qicheng-clients .card .line {
  width: 100%;
  height: 1px;
  background: #bcbcbc;
  margin: 0.87rem 0;
} */
.qicheng-clients .card .desc {
  color: var(--text-color-black);
  font-family: var(--font-family);
  font-size: var(--text-font-size-xl);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  word-break: break-word;
  overflow: scroll;
}

@media screen and (max-width: 1440px) {
  .qicheng-clients .card .desc {
    font-size: 15px;
  }
}
.qicheng-clients .swiper-slide {
  position: relative;
  width: 22.22222222rem;
  aspect-ratio: 2 / 1;
  margin: 0 1.688883rem;
  transition: transform 0.3s ease;
}
.qicheng-clients .swiper-slide .card {
  cursor: pointer;
  width: 100%;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.qicheng-clients .swiper-slide-active .card {
  transform: translate(-50%, -50%) scale(1.2);
}

.qicheng-clients_btn {
  text-align: center;
}

.qicheng-clients_btn a {
  margin-top: 1.83rem;

  /* border-radius: 99px;
  font-size: var(--text-font-size-lg);
  font-weight: 600;
  color: var(--text-color-white);
  padding: max(0.4288889rem, 8px) max(1.11rem, 16px);
  background: var(--primary-color); */
}

/* .qicheng-clients_btn a:hover {
  background: var(--btn-bg-hover);
}

.qicheng-clients_btn a:active {
  background: var(--btn-bg-active);
}

.qicheng-clients_btn a:disabled {
  background: var(--btn-bg-disabled);
} */
/* .qicheng-clients .swiper-slide-active .card .info .name {
  font-size: var(--text-font-size-xxxl, 28px);
}
.qicheng-clients .swiper-slide-active .card .info .flag img {
  width: 32px;
  height: 21px;
}
.qicheng-clients .swiper-slide-active .card .info .flag .country {
  font-size: var(--text-font-size-xl);
}
.qicheng-clients .swiper-slide-active .card .desc {
  font-size: var(--text-font-size-xxl);
} */

.qicheng-clients .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.4) !important;
}
.qicheng-clients .swiper-pagination-bullet-active {
  background: #fff !important;
}

@media screen and (max-width: 1200px) {
  .qicheng-clients .swiper-slide-active .card {
    height: auto;
  }
  .qicheng-clients .swiper-wrapper {
    align-items: center;
  }
}

@media screen and (max-width: 1024px) {
  .qicheng-clients .clients-title h2 {
    text-align: left;
  }
  .qicheng-clients .clients-title p {
    text-align: left;
    margin-top: 10px;
  }
  .qicheng-clients .swiper {
    height: auto;
    min-height: auto;
  }
  .swiper-navigation {
    height: 60px;
  }

  .qicheng-clients .card .info .flag img {
    width: 16px;
    object-fit: contain;
  }

  .qicheng-clients .card .info .flag .country {
    font-weight: 400;
  }
  .qicheng-clients .swiper-slide {
    width: 45%;
    aspect-ratio: auto;
    margin: 0 !important;
    margin-right: 20px !important;
    height: 100%;
    min-height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
  }
  .qicheng-clients .swiper-slide .card {
    position: static;
    transform: none;
    width: 100%;
    flex: 1;
    overflow: visible;
  }
  .qicheng-clients .swiper-slide-active .card {
    transform: none;
    aspect-ratio: auto;
  }
  .qicheng-clients .list {
    padding: 0 15px;
  }
  .qicheng-clients .card .desc {
    overflow: visible;
  }
}

@media screen and (max-width: 820px) {
  .qicheng-clients .swiper-slide {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .qicheng-clients .swiper-slide {
    width: 55%;
  }
}

@media screen and (max-width: 552px) {
  .qicheng-clients .swiper-slide {
    width: 70%;
  }

  .qicheng-clients_btn {
    text-align: left;
  }
}
