﻿.rIBox li a:after {
  display: none;
}
.rIBox li .txt {
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.rIBox li .txt > div {
  margin: 0;
  padding: 0.1rem 0.2rem;
}
.rIBox li:nth-child(1) .txt > div {
  background: #6a0cfa;
}
.rIBox li:nth-child(2) .txt > div {
  background: #1587f8;
}
.rIBox li:nth-child(3) .txt > div {
  background: #1587f8;
}
.rIBox li:nth-child(4) .txt > div {
  background: #00bec9;
}
.rIBox li:nth-child(5) .txt > div {
  background: #00bec9;
}
.productTabMod .tabCots .items .ggDiv {
  height: auto;
}
.productTabMod .tabCots .items .ggDiv .divTit {
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.productTabMod .tabCots .items .ggDiv {
  padding: 0.1rem;
  background: #b8bad6;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.productTabMod .tabCots .items .ggDiv .imgBox {
  width: 80%;
  margin-right: 1rem;
}
.productTabMod .tabCots .items .ggDiv .imgBox img {
  width: 100%;
}
.productTabMod .tabIcons {
  display: flex;
  justify-content: space-between;
  flex-direction: row;

}
.productTabMod .tabIcons {
	border:1px solid #5001be;
  border-right:none;
}
.productTabMod .tabIcons .items {
  width: 25%;
  text-align: center;
  justify-content: center;
  padding: 0.2rem 0;
border-right:1px solid #5001be;;
  color:#5001be;
}
.productTabMod .tabIcons .items.on {
  background: #5001be;
  color: #fff;
  font-weight: 700;
}
.productTabMod .swiperBox {
  position: relative;
}
.productTabMod .swiperBox .swiper-button-next,
.productTabMod .swiperBox .swiper-rtl .swiper-button-prev {
  color: #5001be;
  right: -0.5rem;
}
.productTabMod .swiperBox .swiper-button-prev,
.productTabMod .swiperBox .swiper-rtl .swiper-button-next {
  color: #5001be;
  left: -0.5rem;
}
.productTabMod .tabCots .items .swiper-slide {
  background: none;
  padding: 0;
  position: relative;
}
.productTabMod .tabCots .items .swiper-slide a:hover {
  position: relative;
}
.productTabMod .tabCots .items .swiper-slide a:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #5001be;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.wIbox li {
}
.wIbox li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    background: linear-gradient(91deg, #5001be, #0000);
    opacity: 0.7;
    height: 100%;
}
.wIbox li .txt {
    color: #fff;
    z-index: 20;
      width: 60%;
}
@media screen and (max-width: 960px) {
  .rIBox li {
    width: 100%!important;
  }
  .productTabMod .tabIconsDiv {
    width: 100%;
  }
  .productTabMod .tabCots {
    width: 100%;
  }
  .productTabMod .tabCots .swiper {
    display: block;
  }
  .productTabMod .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0!important;
    display: none;
  }
  .productTabMod .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0!important;
    display: none;
  }
  .wIbox li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .rIBox li:nth-child(3) .txt > div,
  .rIBox li:nth-child(4) .txt > div,
  .rIBox li:nth-child(5) .txt > div {
    background: none!important;
  }
  footer .flexStart {
    justify-content: space-between;
  }
  footer .hcwhy div.search {
    width: 100%;
  }
  .productTabMod .tabCots .items .ggDiv .divTit {
    left: 0.2rem;
    top: 0.5rem;
  }
  .productTabMod .tabCots .items .ggDiv {
    padding: 0.5rem 0.2rem;
  }
  .productTabMod .tabCots .items .ggDiv .imgBox {
    width: 70%;
  }
  .productTabMod .tabIcons .items {
  	margin-bottom:0px;
  }
  .productTabMod .tabCots .items .ggDiv .divTit .font24 p {
  	font-size:.18rem!important
  }
  .wIbox li .txt {
  	width:80%
  }
}