@charset "utf-8";
.c-case-5 {
  padding: 1.2rem 0;
}
.c-case-5 + .c-case-5 {
  padding-top: 0;
}
.c-case-5 .x-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-case-5 .x-con .x-le {
  width: 48.68%;
}
@media (max-width: 991px) {
  .c-case-5 .x-con .x-le {
    width: 100%;
  }
}
.c-case-5 .x-con .x-le .swiper {
  width: 100%;
  overflow: hidden;
}
.c-case-5 .x-con .x-le .swiper .swiper-wrapper .swiper-slide .public-img {
  border-radius: 0.05rem;
}
.c-case-5 .x-con .x-le .swiper .swiper-wrapper .swiper-slide .public-img img {
  object-fit: contain;
}
.c-case-5 .x-con .x-le .swiper .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 75.67567568%;
}
.c-case-5 .x-con .x-le .swiper .swiper-pagination {
  bottom: 0.3rem;
}
@media (max-width: 767px) {
  .c-case-5 .x-con .x-le .swiper .swiper-pagination {
    bottom: 0.1rem;
  }
}
.c-case-5 .x-con .x-le .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid #fff;
  opacity: 1;
  margin: 0 0.09rem;
}
@media (max-width: 767px) {
  .c-case-5 .x-con .x-le .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.c-case-5 .x-con .x-le .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.c-case-5 .x-con .x-ri {
  width: 48.68%;
  margin-top: 0.1rem;
  max-height: 7rem;
  overflow-y: auto;
}
@media (max-width: 1580px) {
  .c-case-5 .x-con .x-ri {
    max-height: 8.5rem;
  }
}
@media (max-width: 991px) {
  .c-case-5 .x-con .x-ri {
    width: 100%;
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .c-case-5 .x-con .x-ri {
    max-height: none;
  }
}
.c-case-5 .x-con .x-ri .x-tit {
  font-size: var(--font-size2);
  font-weight: bold;
  color: var(--color2);
  line-height: 1.2;
}
.c-case-5 .x-con .x-ri .x-p {
  color: #999999;
  line-height: 1.4;
  margin-top: 0.2rem;
}
.c-case-5 .x-con .x-ri .x-box {
  margin-top: 0.4rem;
}
.c-case-5 .x-con .x-ri .x-box p {
  display: flex;
  justify-content: flex-start;
  padding: 0.15rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.c-case-5 .x-con .x-ri .x-box p:last-child {
  border-bottom: none;
}
.c-case-5 .x-con .x-ri .x-box p span {
  display: inline-block;
  padding: 0 0.2rem;
}
.c-case-5 .x-con .x-ri .x-box p span:nth-child(1) {
  width: 48.64%;
  color: #999999;
}
.c-case-5 .x-con .x-ri .x-box p span:nth-child(2) {
  color: var(--color2);
}
.c-case-5 .x-con .x-ri .x-x {
  margin-top: 0.55rem;
}
.c-case-5 .x-con .x-ri .x-x .x-title {
  font-size: var(--font-size5);
  color: var(--color2);
  font-weight: bold;
}
.c-case-5 .x-con .x-ri .x-x .x-a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.05rem;
}
.c-case-5 .x-con .x-ri .x-x .x-a a {
  display: block;
  border: solid 1px transparent;
  background: var(--color);
  border-radius: 0.1rem;
  overflow: hidden;
  height: 100%;
  width: 48.64%;
  margin-top: 0.2rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-case-5 .x-con .x-ri .x-x .x-a a {
    width: 100%;
  }
}
.c-case-5 .x-con .x-ri .x-x .x-a a:hover {
  opacity: 0.9;
}
.c-case-5 .x-con .x-ri .x-x .x-a a:hover .x-bx .public-img img {
  transform: scale(1.1);
}
.c-case-5 .x-con .x-ri .x-x .x-a a .x-bx {
  width: 100%;
  padding: 0.15rem 0.1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c-case-5 .x-con .x-ri .x-x .x-a a .x-bx .public-img {
  width: 30%;
}
.c-case-5 .x-con .x-ri .x-x .x-a a .x-bx .public-img img {
  object-fit: contain;
}
.c-case-5 .x-con .x-ri .x-x .x-a a .x-bx .public-img::before {
  padding-top: 84%;
}
.c-case-5 .x-con .x-ri .x-x .x-a a .x-bx .x-text {
  padding-left: 10px;
  width: 70%;
}
.c-case-5 .x-con .x-ri .x-x .x-a a .x-bx .x-text .x-tit2 {
  color: var(--color10);
  transition: 0.4s ease-in-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-case-5 .x-con .x-ri .x-x .x-a a .x-bx .x-text .x-sp {
  margin-top: 0.05rem;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
