div.i3 .customerCase {
  background: #EFEFEF;
  padding: 0.9rem 0;
}
div.i3 .customerCase .i3-container {
  width: 14rem;
  margin: 0 auto;
  background: url("../images/casebg.png") center / auto 100% no-repeat;
}
@media screen and (max-width: 1024px) {
  div.i3 .customerCase .i3-container {
    width: 100%;
  }
}
div.i3 .customerCase .i3-container .container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  div.i3 .customerCase .i3-container .container {
    width: 100%;
  }
}
div.i3 .customerCase .stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.6rem;
  padding-bottom: 0.7rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  div.i3 .customerCase .stats {
    margin-top: 0;
  }
}
div.i3 .customerCase .stats .stat-item {
  text-align: left;
}
div.i3 .customerCase .stats .stat-item .stat-num .big {
  position: relative;
}
div.i3 .customerCase .stats .stat-item .stat-num .big i {
  font-size: 0.8rem;
  color: #00aa72;
  line-height: 1;
}
div.i3 .customerCase .stats .stat-item .stat-num .big sup {
  font-size: 0.12rem;
  position: absolute;
  right: -0.1rem;
  top: -0.28rem;
  color: #000;
  padding: 0.05rem;
  border-radius: 0.05rem;
  background: #EFEFEF;
}
@media screen and (max-width: 1024px) {
  div.i3 .customerCase .stats .stat-item .stat-num .big sup {
    top: -0.18rem;
  }
}
div.i3 .customerCase .stats .stat-item p {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.12rem;
}
div.i3 .customerCase .stats .stat-item p em {
  font-style: normal;
  color: #00aa72;
  font-size: 0.32rem;
}
div.i3 .customerCase .logo-marquee-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
div.i3 .customerCase .logo-marquee-wrap::before,
div.i3 .customerCase .logo-marquee-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40%;
  z-index: 10;
  pointer-events: none;
}
div.i3 .customerCase .logo-marquee-wrap::before {
  left: 0;
  background: linear-gradient(to right, #EFEFEF 0%, transparent 100%);
}
div.i3 .customerCase .logo-marquee-wrap::after {
  right: 0;
  background: linear-gradient(to left, #EFEFEF 0%, transparent 100%);
}
div.i3 .customerCase .logo-marquee-wrap .marquee-row {
  overflow: hidden;
  margin-bottom: 0.16rem;
}
div.i3 .customerCase .logo-marquee-wrap .marquee-row:last-child {
  margin-bottom: 0;
}
div.i3 .customerCase .logo-marquee-wrap .marquee-row:nth-child(odd) {
  margin-left: -0.5rem;
}
div.i3 .customerCase .logo-marquee-wrap .marquee-row .marquee-track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
}
div.i3 .customerCase .logo-marquee-wrap .marquee-row .marquee-list {
  display: inline-flex;
  flex-shrink: 0;
  flex-wrap: nowrap;
  gap: 0.16rem;
  padding-right: 0.16rem;
}
div.i3 .customerCase .logo-marquee-wrap .marquee-row .logo-item {
  flex-shrink: 0;
  width: 1.9rem;
  height: 0.9rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
div.i3 .customerCase .logo-marquee-wrap .marquee-row .logo-item img {
  max-width: 80%;
  max-height: 70%;
  object-fit: contain;
}
