.iBanner {
  width: 100%;
  height: 10.79rem;
  height: 6.79rem;
}

.iBanner p {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 14.4rem;
  width: 100%;
  font-family: MiSans;
  font-weight: 400;
  font-size: 0.4rem;
  color: #FFFFFF;
  text-align: center;
}

.swiper-pagination.bannerPage {
  display: flex;
  justify-content: center;
  bottom: .55rem;
}

.swiper-pagination.bannerPage .swiper-pagination-bullet {
  background: transparent;
  border: .01rem solid #fff;
  margin: 0 .13rem;
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
}

.swiper-pagination.bannerPage .swiper-pagination-bullet-active {
  background: #fff;
}

.box2 {
  padding: 1.07rem 0 1.06rem;
}

.proList {
  display: grid;
  column-gap: .3rem;
  row-gap: .25rem;
  margin-bottom: .26rem;
}

.proList .item {
  width: 7.05rem;
  height: 4.5rem;
  max-width: 100%;
}
.proList .item img{
    object-fit: contain;
}
@media screen and (max-width:1440px){
    .proList .item{
        width: 6.6rem;
        height: 4.23rem;
    }
}

.proList-3 .item:first-child {
  grid-area: myArea;
  height: fit-content;
}

.proList-3 {
  grid:
    'myArea .'
    'myArea .';
}

.proList-4 {
  grid-template-columns: repeat(2, 1fr);
}

.more {
  width: 100%;
  height: .41rem;
  background: #323232;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.22rem;
  color: #FFFFFF;
  gap: .11rem;
}

.more img {
  width: .33rem;
  filter: invert(.8);
}

.box3 {
  padding: .6rem 0 .37rem;
}

.swiper2 {
  width: 100%;
  height: 7.79rem;
  margin-bottom: .14rem;
}

.swiper2 .swiper-slide {
  display: flex;
  background: #232323;
}

.swiper2 .left {
  width: 9.55rem;
}

.swiper2 .right {
  width: 4.85rem;
  padding: .66rem .57rem 0 .45rem;
}

.swiper2 .right h3 {
  font-weight: 500;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.4rem;
  margin-bottom: 1.04rem;
}

.swiper2 .right .text {
  font-family: MiSans;
  font-weight: 300;
  font-size: 0.16rem;
  color: #B6B6B6;
  line-height: 0.3rem;
}

.swiper2 .pageBtn {
  width: fit-content;
  position: absolute;
  bottom: .62rem;
  right: 1.11rem;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: .15rem;
}

.prev2,
.page2,
.next2 {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
}

.swiper-pagination.page2 {
  width: fit-content;
}

.swiper-pagination.page2 .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border: .01rem solid #FFFFFF;
  margin: 0 .06rem;
}

.swiper-pagination.page2 .swiper-pagination-bullet-active {
  background: #fff;
}

.prev2,
.next2 {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.19rem;
  border: .01rem solid #A5A5A5;
}

.prev2::after,
.next2::after {
  font-size: .2rem;
  font-weight: 500;
  color: #fff;
}

.box4 {
  padding: 1.35rem 0 2.76rem;
}

.box4 .main .list {
  display: flex;
  /*grid-template-columns: repeat(3, 1fr);*/
  gap: .3rem;
}

.box4 .main .list .item {
  width: 4.6rem;
  position: relative;
}

.box4 .main .list .item .tip {
  width: 0.98rem;
  height: 0.37rem;
  border-radius: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: MiSans;
  font-weight: 400;
  font-size: 0.17rem;
  color: #FFFFFF;
  position: absolute;
  top: .13rem;
  left: .24rem;
  z-index: 1;
}

.box4 .main .list .item:nth-child(1) .tip {
  background: rgba(0, 234, 255, .6);
}

.box4 .main .list .item:nth-child(2) .tip {
  background: rgba(93, 255, 50, .6);
}

.box4 .main .list .item:nth-child(3) .tip {
  background: rgba(120, 19, 149, .6);
}

.box4 .main .list .item .scale-box {
  height: 5.5rem;
  margin-bottom: .18rem;
  position: relative;
}

.box4 .main .list .item .scale-box .text{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 .25rem .23rem;
}

.box4 .main .list .item .scale-box .text .tit{
    font-family: MiSans;
    font-weight: 600;
    font-size: .18rem;
    color: #FFFFFF;
    margin-bottom: .15rem;
}

.box4 .main .list .item .scale-box .text .txt{
    font-family: Arial;
    font-weight: 400;
    font-size: .16rem;
    color: #B6B6B6;
}

.box4 .main .btnBox {
  margin-top: 1.39rem;
  display: flex;
  flex-direction: column;
  gap: .28rem;
}

.box4 .main .btnBox .more {
  height: .73rem;
  font-family: MiSans;
  font-weight: 500;
  font-size: 0.26rem;
  color: #ABABAB;
}

.box4 .main .btnBox .more img {
  width: .3rem;
}

@media screen and (max-width:1024px){
    .iBanner{
        height: auto;
    }
    .box2,
    .box3,
    .box4 {
        overflow: hidden;
        padding: .5rem 0;
    }
    .proList .item{
        width: 100%;
        height: 2.1rem;
    }
    .swiper2{
        height: auto;
    }
    .swiper2 .swiper-slide{
        height: auto;
    }
    .swiper2 .left{
        width: 65%;
    }
    .swiper2 .right{
        width: 35%;
        padding: .3rem;
    }
    .swiper2 .right h3{
        font-size: .24rem;
        margin-bottom: .2rem;
    }
    .swiper2 .pageBtn{
        display: none;
    }
    .box4 .main .list{
        flex-direction: column;
    }
    .box4 .main .list .item{
        width: 100%;
    }
    .box4 .main .list .item .scale-box{
        height: auto;
    }
    .box4 .main .list .item .tip{
        width: fit-content;
        height: auto;
        padding: .1rem .15rem;
        font-size: .24rem;
    }
    .box4 .main .list .item .scale-box .text .tit{
        font-size: .32rem;
    }
    .box4 .main .list .item .scale-box .text .txt{
        font-size: .28rem;
    }
}