.porductBox {
  width: 16rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}

.porductL {
  width: 3.2rem;
  margin-right: .74rem;
}

.productLitem {
  margin-bottom: .03rem;
}

.productLOne {
  height: 0.9rem;
  background: #F5F5F5;
  padding: 0 .26rem 0 .43rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.productLOneActive {
  background: linear-gradient(137deg, #0866DF 0%, #3984E5 100%);
}

.productLOneTit {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
}

.productLOneActive .productLOneTit {
  color: #FFFFFF;
}

.productLOne img {
  width: .98rem;
  height: .65rem;
  object-fit: contain;
}

.productLTwo {
  padding: 0 .42rem;
  border-bottom: 0.01rem solid rgba(112, 112, 112, 0.25);
  display: none;
  cursor: pointer;
}

.productLTwo:last-child {
  border: 0;
}

.productLTwoTit {
  height: .74rem;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  display: flex;
  align-items: center;
}

.productLThree {
  padding-bottom: .2rem;
  display: none;
}

.productLTwoActive .productLThree{
    display: block!important;
}

.productLNav {
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.17rem;
  color: #555555;
  padding: .06rem 0;
}

.productLNav::before {
  content: '';
  width: 0.11rem;
  height: 0.02rem;
  background: #333333;
  opacity: 0.4;
  flex-shrink: 0;
  margin-right: .16rem;
}

.productLNavActive {
  color: #0866DF;
}

.productLNavActive::before {
  background: #0866DF;
}

.porductR{
  width: 12.06rem;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.19rem;
}

.productitem{
  width: 3.7rem;
  height: 4.72rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0,0,0,0.07);
  margin-right: .48rem;
  margin-bottom: .5rem;
}

.productitem:nth-child(3n){
  margin-right: 0;
}

.productImg {
  /*width: 3.14rem;*/
  /*height: 3.64rem;*/
  width: 2.76rem;
  height: 3.2rem;
  overflow: hidden;
  margin: 0.2rem auto .2rem;
}

.productImg img{
    object-fit: contain!important;
}

.productTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: 0.14rem;
  text-align: center;
}
.productitem:hover .productTit{
  font-weight: bold;
}

.productMore {
  height: .36rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #0866DF;
  margin: 0 auto;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0 .18rem;
  transition: all .5s;
}

.productitem:hover .productMore{
  background: #3984E5;
  color: #FFFFFF;
  border-radius: .36rem;
}

.productDetail{
  margin-top: .6rem;
}

.detailBox{
  width: 16rem;
  margin: .62rem auto .9rem;
  padding-top: .86rem;
  overflow: hidden;
}

.detailItem{
  width: 13.24rem;
  margin: 0 auto .75rem;
}

.detailItem:last-child{
  border: 0;
}

.detailTit{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.28rem;
  color: #0866DF;
  margin-bottom: .46rem;
}

.detailText{
  overflow: hidden;
}

.detailText img{
  width: revert-layer;
  height: auto;
  max-width: 100%;
}

@media screen and (max-width:1024px){
    .porductBox{
        width: 100%;
        flex-direction: column;
        padding: .3rem;
        box-sizing: border-box;
    }
    .porductL{
        width: 100%;
        margin-right: 0;
        margin-bottom: .3rem;
    }
    .productLOneTit{
        font-size: 16px;
    }
    .productLTwoTit{
        font-size: 14px;
    }
    .productLNav{
        font-size: 14px;
    }
    .porductR{
        width: 100%;
    }
    .productitem{
        width: 48%;
        margin-right: 4%!important;
        margin-bottom: 4%;
    }
    .productitem:nth-child(2n){
        margin-right: 0!important;
    }
    .productText{
        padding: 0 .15rem;
        box-sizing: border-box;
    }
    .productTit{
        font-size: 16px;
    }
    .productMore{
        font-size: 14px;
    }
    .detailBox{
        width: 100%;
        margin: .62rem auto .9rem;
        padding: .86rem .3rem 0;
        box-sizing: border-box;
    }
    .detailItem{
        width: 100%;
    }
    .detailText table tr{
        display: flex;
        flex-direction: column;
    }
    .detailText,
    .detailText p,
    .detailText span,
    .detailText p strong{
        font-size: 14px!important;
    }
    .bannerSwiper .swiper-slide-active .swiperText {
        width: 50%;
        left: 2.5%;
        transform: translateY(-50%);
    }
}