.headerWrap,.header_t{
    position: inherit !important;
}
.bread{
    height: auto !important;
    padding: 0.55rem 0 0.57rem;
    background: transparent !important;
}
.n_pro_detail{
    background: #F8F8F8;
}

.n_pro_detail_c{
    align-items: flex-start !important;
}
.n_pro_detailL{
    padding-right: 0.4rem;
}

.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: auto;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%;
      max-width: 5.39rem;
      max-height: 5.4rem;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
      max-width: 4.91rem;
      max-height: 5.4rem;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.8;
      border: 1px solid transparent;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .swiper-button-next::after, .swiper-button-prev::after{
        color: #1E40AF;
        font-size: 0.12rem;
        font-weight: bold;
    }
    .swiper-button-next{
        right: 0.03rem;
        width: auto;
    }
    .swiper-button-prev{
        left: 0.03rem;
        width: auto;
    }
    .mySwiper .swiper-slide-thumb-active{
        border: 1px solid #1D40AE;
    }
.padding{
    padding: 0 0.24rem;
    position: relative;
}

.n_pro_detailR{
    padding: 0.62rem 0.48rem 0.6rem;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
}
.detail_tit{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 0.35rem;
    color: #004EBE;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 0.26rem;
}
.detail_dec{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #848484;
    line-height: 0.3rem;
    margin: 0.19rem 0 0.46rem;
}
.detail_but_li{
    width: 2rem;
    height: 0.5rem;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #004EBE;
    justify-content: center;
    transition: all 0.3s;
    margin-right: 0.2rem;
}
.detail_but_img{
    position: relative;
    width: 0.125rem;
    height: 0.11rem;
    transition: all 0.3s;
}
.detail_but_li p{
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 0.16rem;
    color: #004EBE;
    margin-left: 0.06rem;
    transition: all 0.3s;
}
.detail_but_img img{
    width: 0.125rem;
    height: 0.11rem;
    display: block;
    transition: all 0.3s;
}
.detail_but_img img:nth-of-type(2){
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.detail_but_li:hover{
    background: #004EBE;
    border-radius: 5px 5px 5px 5px;
    transition: all 0.3s;
}
.detail_but_li:hover p{
    color: #FFFFFF;
    transition: all 0.3s;
}
.detail_but_li:hover .detail_but_img img:nth-of-type(2){
    opacity: 1;
    transition: all 0.3s;
}
.detail_but_li:hover .detail_but_img img:nth-of-type(1){
    opacity: 0;
    transition: all 0.3s;
}
.detail_img{
    margin-top: 0.46rem;
}
.detail_img img{
    width: revert-layer;
    height: auto;
    display: block;
}