body {
  background: rgba(247, 248, 250, 1);
}

.container {
  position: relative;
  margin: 1.57rem 1.3rem;
  min-height: 10rem;
}

.crumb {
    display: flex;
    align-items: center;
    color: #666;
    margin: 1.3rem 0 .7rem 0;
}

 .crumb .crumb-home {
  display: block;
  width: .2rem;
  height: .2rem;
  margin-right: .1rem;
}

 .crumb a {
  color: #666;
  font-weight: 400;
}

 .crumb a:last-child {
  color: #333;
}

 .crumb span {
  margin-left: .05rem;
  margin-right: .05rem;
}

.container .banner {
  display: flex;
  /*justify-content: space-between;*/
  /*align-items: center;*/
    flex-direction: column;
}

.container .banner .title {
  width: 6.32rem;
  height: 1.22rem;
}

.container .banner .title span {
  display: block;
}

.container .banner .title span:first-child {
  font-size: .56rem;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  font-family: 'HarmonyOS Sans SC';
  margin-bottom: .2rem;
}

.container .banner .title span:last-child {
  font-size: .2rem;
  line-height: .36rem;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  font-family: 'HarmonyOS Sans SC';
}

.container .banner .buttons {
  display: flex;
  gap: .22rem;
  justify-content: end;
}

.container .banner .buttons .button {
  /*width: 1.32rem;*/
  /*height: .44rem;*/
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(223, 223, 223, 1);
  cursor: pointer;
  padding: .125rem .34rem;
}

.container .banner .buttons .button.active {
  background: rgba(0, 83, 231, 1);
  border: 1px solid rgba(0, 83, 231, 1);
  color: #fff;
}

/* 产品信息 */

.container .end_product {
  display: flex;
  gap: 1.6rem;
  margin-top: .91rem;
}

.container .end_product .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
  flex-shrink: 0;
}

.container .end_product .left .swiper_box {
  width: 5rem;
  min-height: 4rem;
}

.container .end_product .left .swiper_box .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container .end_product .left .swiper_box .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: .2rem;
}

.container .end_product .left .swiper_box .swiper-slide img {
  width: 5rem;
  height: 3.9rem;
  object-fit: cover;
}

.container .end_product .left .swiper_box .swiper-slide video {
  width: 5rem;
  height: 3.9rem;
  object-fit: cover;
}
.container .end_product .left .swiper_box .swiper-slide .text {
    font-size: .18rem;
}

.container .end_product .left .swiper_button {
  width: 6.8rem;
  height: 2.35rem;
  position: absolute;
  top: 3.68rem;
}

.container .end_product .left .buttons {
  display: flex;
  gap: .22rem;
}

.container .end_product .left .buttons .prev {
  left: 0;
  top: 2.5rem;
  position: absolute;
  background: rgba(191, 192, 192, 1);
  width: .44rem;
  height: .44rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container .end_product .left .buttons .next {
  right: 0;
  top: 2.5rem;
  position: absolute;
  background: rgba(191, 192, 192, 1);
  width: .44rem;
  height: .44rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container .end_product .left .buttons .prev,
.container .end_product .left .buttons .next {
  cursor: pointer;
}

.container .end_product .left .buttons .prev:hover,
.container .end_product .left .buttons .next:hover {
  background: rgba(0, 83, 231, 1);
}

.container .end_product_info {
  flex: 1;
  width: 7.7rem;
}

.container .end_product .end_product_info .title {
  display: flex;
  gap: .1rem;
  margin-bottom: .36rem;
}

.container .end_product .end_product_info .title img {
  width: .24rem;
  height: .24rem;
}

.container .end_product .end_product_info .title span {
  font-size: .24rem;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  font-family: 'HarmonyOS Sans SC';
}

.container .end_product .end_product_info .info {
  /* margin-left: .3rem; */
}


.container .end_product .end_product_info .info .item {
  display: block;
  padding-bottom: .16rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  margin-bottom: .20rem;
  display: flex;
  gap: .15rem;
  align-items: center;
}

.container .end_product .end_product_info .info .item span {
  display: block;

}

.container .end_product .end_product_info .info .item span:first-child {
  font-size: .16rem;
  font-weight: 400;
  color: rgba(51, 51, 51, .6);
  font-family: 'HarmonyOS Sans SC';
  margin-right: .15rem;
  flex-shrink: 0;
  width: 1.15rem;
}

.container .end_product .end_product_info .info .item span:last-child {
  font-size: .18rem;
  line-height: .32rem;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  font-family: 'HarmonyOS Sans SC';
}

/* 数传规范 */
.data_transmission_standards {
  display: flex;
  gap: 1.72rem;
  background: url('../img/productDetail/productDetail_5.png');
  background-size: 100% 100%;
  min-height: 10rem;
  padding: 1.57rem 1.3rem;
  position: relative;
}

.data_transmission_standards .info {
  width: 6rem;
}

.data_transmission_standards .info span {
  display: block;
}

.data_transmission_standards .info span:first-child {
  font-size: .56rem;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  font-family: 'HarmonyOS Sans SC';
  margin-bottom: .36rem;
}

.data_transmission_standards .info span:last-child {
  font-size: .18rem;
  font-weight: 400;
  line-height: .34rem;
  color: rgba(102, 102, 102, 1);
  font-family: 'HarmonyOS Sans SC';
}

.data_transmission_standards .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  position: relative;
  align-items: center;
}

.data_transmission_standards .right .swiper_box {
  width: 4.5959rem;
  height: 6.5rem;
  /*width: 4.6rem;*/
  /*height: 5.4093rem;*/
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../img/productDetail/productDetail_6.png');
  background-size: 100% 100%;
}

.data_transmission_standards .right .swiper_box .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.data_transmission_standards .right .swiper_box .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.data_transmission_standards .right .swiper_box .swiper-slide img {
  width: 3.8248rem;
  height: 5.4093rem;
  object-fit: cover;
  object-position: right;
  box-shadow: .19rem .62rem .866rem 0 rgba(35, 46, 91, 0.08);
  cursor: pointer;
  /* box-shadow: 19px 62px 86.6px 0px rgba(35, 46, 91, 0.08); */
}

.data_transmission_standards .right .buttons {
  display: flex;
  gap: .22rem;
}

.data_transmission_standards .right .buttons .prev {
  left: 0;
  top: 2.5rem;
  position: absolute;
  background: rgba(191, 192, 192, 1);
  width: .44rem;
  height: .44rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.data_transmission_standards .right .buttons .next {
  right: 0;
  top: 2.5rem;
  position: absolute;
  background: rgba(191, 192, 192, 1);
  width: .44rem;
  height: .44rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.data_transmission_standards .right .buttons .prev,
.data_transmission_standards .right .buttons .next {
  cursor: pointer;
}

.data_transmission_standards .right .buttons .prev:hover,
.data_transmission_standards .right .buttons .next:hover {  
  background: rgba(0, 83, 231, 1);
}

.data_transmission_standards .icon_button {
  position: absolute;
  bottom: .3rem;
  width: 16.6rem;
  height: 1.42rem;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  backdrop-filter: blur(.60rem)
}

.popup-overlay .content {
    width: 100%;
    height: 100%;
    position: relative;
}

.popup-overlay .close-btn {
    position: absolute;
    top: 1.4rem;
    right: 1.39rem;
    cursor: pointer;
}

.popup-overlay .content .popup_swiper_box {
    position: absolute;
    top: 2.88rem;
    display: flex;
    width: 100%;
    height: 5.2rem;
    justify-content: center;
}


.popup-overlay .content .popup_swiper_box .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.popup-overlay .content .popup_swiper_box .swiper-container .swiper-wrapper {
    justify-content: center;
}

.popup-overlay .content .popup_swiper_box .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-overlay .content .popup_swiper_box .swiper-slide img {
  width: 4rem;
  height: 5.2rem;
  object-fit: cover;
  object-position: right;
}

.popup-overlay .content .buttons {
  display: flex;
  gap: .22rem;
}

.popup-overlay .content .buttons .prev {
  left: 9.01rem;
  top: 8.63rem;
  position: absolute;
  background: rgba(191, 192, 192, 1);
  width: .44rem;
  height: .44rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-overlay .content .buttons .next {
  right: 9.01rem;
  top: 8.63rem;
  position: absolute;
  background: rgba(191, 192, 192, 1);
  width: .44rem;
  height: .44rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-overlay .content .buttons .prev,
.popup-overlay .content .buttons .next {
  cursor: pointer;
}

.popup-overlay .content .buttons .prev:hover,
.popup-overlay .content .buttons .next:hover {  
  background: rgba(0, 83, 231, 1);
}


@media (max-width: 767px) {
    .container {
        margin: 1.57rem .4rem;
    }
    .container .banner .buttons .button {
        font-size: .2rem;
    }
    .container .end_product .left .swiper_box .swiper-slide .text {
        font-size: .2rem;
    }
    .container .end_product .end_product_info .info .item span:first-child {
        font-size: .22rem;
    }
    .container .end_product .end_product_info .title span {
        font-size: .28rem;
    }
    .container .end_product .end_product_info .info .item span:last-child {
        font-size: .24rem;
    }
    .data_transmission_standards .info span:last-child {
        font-size: .24rem;
    }
    .container .end_product {
        flex-direction: column;
        gap: 2.5rem;
    }
    .container .end_product_info {
        width: 100%;
    }
    
    .data_transmission_standards {
        flex-direction: column;
        padding: 0 .4rem;
        gap: .72rem;
    }
    .data_transmission_standards .icon_button {
        width: 100%;
        position: relative;
    }
    .popup-overlay .content .popup_swiper_box {
        height: 80%;
        padding: 0 .4rem;
        top: 2.5rem;
    }
    .popup-overlay .content .popup_swiper_box .swiper-container-3 {
        height: auto;
        overflow: auto;
        padding: 0 0 1rem 0;
    }
    .popup-overlay .content .popup_swiper_box .swiper-slide {
        height: auto !important;
    }
    .popup-overlay .close-btn {
        right: .4rem;
    }
}

