.case {
  padding: 1rem 0 2rem;
}

.case .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: .5rem;
  row-gap: .56rem;
  margin-bottom: 1.18rem;
}

.case .list .item {
  width: 100%;
  height: 4.05rem;
  transition: all .3s;
}

.case .list .item:hover {
  box-shadow: 0rem 0rem 0.3rem 0.01rem rgba(0, 0, 0, 0.16);
}

.case .list .scale-box {
  width: 100%;
  height: 2.85rem;
}

.case .list .text {
  width: 5rem;
  height: 1.2rem;
  background: #FAFAFA;
  padding: .3rem;
}

.case .list .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  margin-bottom: .2rem;
  line-height: 1;
}

.case .list .txt {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #919191;
  line-height: 1;
}

.case .list .item:hover .tit,
.case .list .item:hover .txt {
  color: #3EB6FF;
}

.details .title {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
  text-align: center;
  margin-bottom: .96rem;
}

.details .tit {
  display: flex;
  align-items: center;
  gap: .08rem;
  margin-bottom: .2rem;
}

.details .tit div {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.3rem;
  color: #000000;
}

.details .txt {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  color: #333;
  line-height: 0.35rem;
  margin-bottom: 1rem;
}

.details .swiper1 {
  margin-bottom: 1rem;
  height: 2.06rem;
}

.details .process {
  display: flex;
  gap: .23rem;
  margin-bottom: 1.77rem;
  flex-wrap: wrap;
}

.details .process .item {
  display: flex;
  gap: .24rem;
  align-items: center;
}

.details .process .item:nth-child(5n) img,
.details .process .item:last-child img {
  display: none;
}

.details .process .item .btn {
  width: 2.5rem;
  height: 0.76rem;
  border-top: .04rem solid #fff;
  background: linear-gradient(45deg, #FDFEFF 0%, #DEF3FF 100%);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  box-shadow: -0.02rem 0.04rem 0.2rem 0.01rem rgba(73, 141, 183, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
}

.details .process .item img {
  width: .4rem;
  height: .37rem;
  object-fit: contain;
}

.aboutCase {
  position: relative;
}

.swiper2 {
  margin-top: 1rem;
  /*height: 4.6rem;*/
  padding: .01rem 0;
}

.swiper-button-prev,
.swiper-button-next {
  width: 0.43rem;
  height: 0.43rem;
  background: linear-gradient(to top, #FFFFFF 0%, #E5E8E9 100%);
  border: 0.01rem solid #FFFFFF;
  border-radius: 50%;
  bottom: 2.08rem;
  top: auto;
  margin: 0;
  transition: all .3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: linear-gradient(172deg, #67C6FF 0%, #CEECFF 100%);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev img,
.swiper-button-next img {
  width: .16rem;
  height: .13rem;
  object-fit: contain;
  transition: all .3s;
}

.swiper-button-prev:hover img,
.swiper-button-next:hover img {
  filter: brightness(0) invert(1);
}

.swiper-button-prev {
  left: -.75rem;
}

.swiper-button-next {
  right: -.75rem
}

.swiper-button-next img {
  transform: rotate(180deg);
}

.aboutCase .swiper-slide {
  width: 100%;
  /*height: 4.05rem;*/
  transition: all .3s;
}

.aboutCase .swiper-slide:hover {
  box-shadow: 0rem 0rem 0.3rem 0.01rem rgba(0, 0, 0, 0.16);
}

.aboutCase .swiper-slide .scale-box {
  width: 100%;
  height: 2.85rem;
}

.aboutCase .swiper-slide .text {
  width: 5rem;
  /*height: 1.2rem;*/
  background: #FAFAFA;
  padding: .3rem;
}

.aboutCase .swiper-slide .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  margin-bottom: .2rem;
  line-height: 1;
}

.aboutCase .swiper-slide .txt {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #919191;
  line-height: 1;
  margin-bottom: 0;
  line-height: 1.5;
}

.aboutCase .swiper-slide:hover .tit,
.aboutCase .swiper-slide:hover .txt {
  color: #3EB6FF;
}