


.freeUse {
  background-image: url('../images/index/item6bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 479px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 60px 170px 0;
}

.phonefreeuse {
  background-image: url('../images/index/phoneHuashu.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 223px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /* margin: 60px 0 0; */
}

.jiontream {
  background-image: url('../images/index/item7bg.webp');
  background-repeat: no-repeat;
  height: 364px;
  width: 100%;
  padding: 0 170px;
}

.jiontreamphone {
  background-image: url('../images/index/item7phone.webp');
  background-repeat: no-repeat;
  height: 189px;
  width: 100%;
}

.anlibg {
  background-image: url('../images/index/item8bg.webp');
  height: 927px;
  background-repeat: no-repeat;
  background-size: 100% 100%;

}

.anlibgphone {
  background-image: url('../images/index/item8phone.webp');
  height: 927px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.phoneItem2bg {
  background-image: url('../images/index/phoneItem2.webp');
  height: 265px;
  background-repeat: no-repeat;
  background-size: 100% 100%;

}

.boxShadowCom {
  box-shadow: 0px 303.29px 1213.15px 0px rgba(0, 0, 0, 0.2), 0px 303.29px 606.57px 0px rgba(0, 0, 0, 0.05);
}

.text-gradient {
  background: linear-gradient(270deg, #1A1A1A 0%, #C40000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* text-fill-color: transparent; */
}



.carousel {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
}

.slide img {
  width: 100%;
  display: block;
}

.slidesPC {
  display: flex;
  transition: transform 0.5s ease;
}

.slidePC {
  min-width: 100%;
}

.slidePC img {
  width: 100%;
  display: block;
}


.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.controlsPC {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.controlsPC button {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.indicators {
  position: absolute;
  bottom: 54px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.indicator.active1 {
  background: white;
  border-radius: 10px;
  width: 32px;
}

.controls button {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}