.product {
  background: #f5f5f5;
  padding-top: 1rem;
  padding-bottom: 0.94rem;
  box-sizing: border-box;
}
.product .main {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.product .product_fl {
  width: 3.3rem;
  height: inherit;
  position: relative;
}
.product_nav {
  position: sticky;
  top: 1.2rem;
}
.product_nav .product_class {
  padding: 0.24rem 0.32rem;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.11);
  border-radius: 0.05rem;
  margin-bottom: 0.15rem;
}
.product_nav .product_class.act{
  background: #fb8c00;
}
/*.product_nav .product_class:hover .class_name a{*/
/*    color: #fff;*/
/*}*/

/*.product_nav .product_class:hover .class_name i{*/
/*        filter: brightness(0) invert(1);*/
/*}*/

.product_nav .class_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_nav .class_name a {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.2rem;
  color: #0d2240;
  width: auto;
  height: auto;
}
.product_nav .class_name i {
  display: block;
  width: 0.12rem;
  height: 0.07rem;
  background: url(../img/product/product_nav.png) center no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.product_nav .product_class.act .class_name a {
  color: #fff;
}
.product_nav .product_class.act .class_name i {
  filter: brightness(0) invert(1);
}
.product_nav .product_class.act.open .class_name i {
  transform: rotate(180deg);
}
.product_nav .product_class .product_class2 {
  margin-top: 0.13rem;
  display: none;
}
.product_nav .product_class.act.open .product_class2 {
  display: block;
}
.product_nav .product_class .product_class2 a {
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  width: max-content;
  height: auto;
  line-height: 0.29rem;
  margin-bottom: 0.17rem;
  position: relative;
}
.product_nav .product_class .product_class2 a:last-child {
  margin-bottom: 0;
}
.product_nav .product_class .product_class2 a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0.01rem;
  background: #fff;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.product_nav .product_class .product_class2 a:hover::before {
  width: 100%;
}

.product .product_fr {
  width: calc(100% - 4.32rem);
  height: auto;

}

.product .product_list.active{
      display: flex;
}

.product_list {

  flex-wrap: wrap;
  gap: 0.32rem;
  margin-bottom: 0.9rem;
  display: none;
}
.product_item1 {
  width: 3.68rem;
  height: 5.22rem;
  background: #ffffff;
  margin-bottom: 0.08rem;
  overflow: hidden;
}
.product_item1 .product_litpic {
  width: 100%;
  height: 3.68rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product_item1 .product_txt {
  width: 100%;
  height: calc(100% - 3.68rem);
  padding: 0.15rem 0.19rem 0.24rem;
  box-sizing: border-box;
  cursor: pointer;
}
.product_item1 .product_title {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.25rem;
  color: #0d2240;
  width: 100%;
  text-align: left;
  line-height: 0.41rem;
}
.product_item1 .product_cont {
  width: 100%;
  /*height: 0.44rem;*/
  text-align: left;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #919191;
  line-height: 0.18rem;
}
.product_item1 .product_more {
  width: 100%;
  text-align: left;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #0d2240;
  display: flex;
  align-items: center;
}
.product_item1 .product_more i {
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  margin-left: 0.07rem;
  background: url(../img/common/more1.png) center no-repeat;
  background-size: contain;
}
.product_item1:hover {
  box-shadow: 0rem 0rem 0.5rem 0.01rem rgba(0, 0, 0, 0.1);
}
.product_item1:hover .product_title,
.product_item1:hover .product_more {
  color: #fb8c00;
}
.product_item1:hover .product_more i {
  background: url(../img/common/more2.png) center no-repeat;
  background-size: contain;
}

/* 产品详情 */
.product_view {
  background: #f5f5f5;
  padding-top: 0.67rem;
  padding-bottom: 1.03rem;
  box-sizing: border-box;
}
.body_top {
  width: 100%;
  height: 5.32rem;
  margin-top: 1.15rem;
  margin-bottom: 0.78rem;
  display: flex;
  justify-content: space-between;
}

.product-image {
  width: 6.82rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

.product-image .product_video_item {
  position: absolute;
  width: 0.79rem;
  height: 1.4rem;
  bottom: 0.05rem;
  right: 0.05rem;
  overflow: hidden;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-image .product_video_item video {
  width: 0.79rem;
  height: 1.4rem;
}

.image-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1.24rem;
}
.nav-arrow {
  width: 0.15rem;
  height: 0.09rem;
  cursor: pointer;
  background-color: #ddd;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s;
}
.nav-arrow.prev {
  background: url(../img/product/prev1.png) center no-repeat;
  background-size: cover;
}
.nav-arrow.next {
  background: url(../img/product/next1.png) center no-repeat;
  background-size: cover;
}
.nav-arrow.prev:hover {
  background: url(../img/product/prev1-2.png) center no-repeat;
  background-size: cover;
}
.nav-arrow.next:hover {
  background: url(../img/product/next1-2.png) center no-repeat;
  background-size: cover;
}

.min-image {
  width: 100%;
  height: 4.68rem;
  margin: 0.23rem 0;
  overflow: hidden;
  position: relative;
}

.image-list {
  /* display: block; */
  transition: transform 0.3s ease;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.image-item {
  width: 1.24rem;
  height: 1.24rem;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  /*margin-bottom: 0.2rem;*/
}

.image-item.active {
  border-color: #fb8c00;
}

.image-item img,
.image-item video {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.product_body {
  position: relative;
  width: 5.32rem;
  height: 5.32rem;
  background: #fff;
}
.product_body .max_icon {
  position: absolute;
  left: 0.08rem;
  bottom: 0.05rem;
  width: 0.31rem;
  height: 0.31rem;
  background: #cccccc url(../img/product/max_icon.png) center no-repeat;
  background-size: cover;
  z-index: 9;
}
.product_body .product_video {
  position: absolute;
  z-index: -5;
  width: 100%;
  height: 100%;
  background: url(../img/bofang2.png) center no-repeat;
  cursor: pointer;
}
.product_body .product_video.act {
  z-index: 999;
}

.max-image {
  position: relative;
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  cursor: move;
  z-index: 8;
  /*overflow: hidden;*/
}
.max-image img {
  transition: all 0.3s;
}

.max-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zoom-lens {
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-color: rgba(255, 255, 255, 0.4);
    border: 0.01rem solid #ddd;
    display: none;
    pointer-events: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.zoom-result {
    position: absolute;
    width: 400px;
    height: 400px;
    left: 100%;
    top: 0;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    display: none;
    background-color: #fff;
    z-index: 100;
}

/*.zoom-lens {*/
/*  position: absolute;*/
/*  width: 150px;*/
/*  height: 150px;*/
/*  border: 3px solid rgba(255, 255, 255, 0.9);*/
/*  border-radius: 50%;*/
/*  background: rgba(255, 255, 255, 0.2);*/
/*  pointer-events: none;*/
/*  opacity: 0;*/
/*  transform: translate(-50%, -50%);*/
/*  transition: opacity 0.3s ease;*/
/*  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);*/
/*  z-index: 10;*/
/*}*/

/*.zoom-result {*/
/*  position: absolute;*/
/*  right: 100%;*/
/*  top: 0;*/
/*  width: 400px;*/
/*  height: 400px;*/
/*  border-radius: 12px;*/
/*  overflow: hidden;*/
/*  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);*/
  /*opacity: 0;*/
/*  transform: scale(0.95);*/
/*  transition: all 0.4s ease;*/
/*  background: white;*/
/*  background-size: 1000px 1000px;*/
/*  background-position: 0 0;*/
/*  border: 5px solid white;*/
/*  position: relative;*/
/*  left: auto;*/
/*}*/

.body_top .product_txt {
  width: 8rem;
  padding-top: 0.1rem;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.body_top .product_txt .product_type {
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 0.45rem;
  color: #fb8c00;
  line-height: 0.45rem;
}
.body_top .product_txt .product_title {
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.35rem;
  color: #0d2240;
  margin-bottom: 0.16rem;
}
.body_top .product_txt .product_txt {
  padding: 0.3rem 0;
  box-sizing: border-box;
  border-top: 0.01rem solid #c3c3c3;
  border-bottom: 0.01rem solid #c3c3c3;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #555555;
  line-height: 0.3rem;
}
.body_top .product_txt .product_txt p {
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #555555;
  line-height: 0.3rem;
}
.body_top .product_txt .cont_list {
  margin-top: 0.21rem;
  margin-bottom: 0.46rem;
}
.body_top .product_txt .cont_list p {
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #0d2240;
  margin-bottom: 0.08rem;
  display: flex;
  align-items: center;
}
.body_top .product_txt .cont_list p img {
  width: 0.29rem;
  height: 0.29rem;
  object-fit: contain;
  margin-right: 0.07rem;
}
.body_top .product_txt .cont_url {
  display: flex;
  gap: 0.31rem;
}
.body_top .product_txt .cont_url a {
  width: 2.5rem;
  height: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 0.2rem;
  color: #ffffff;
  border-radius: 0.1rem;
  position: relative;
  background: #0d2240;
}
.body_top .product_txt .cont_url a:hover {
  background: #fb8c00;
}
.body_top .product_txt .cont_url .cont_rul1 {
  /*background: #FB8C00;*/
}
.body_top .product_txt .cont_url .cont_rul2 {
  /*background: #0D2240;*/
}
.body_top .product_txt .cont_url img {
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.08rem;
  object-fit: contain;
}

.body_bottom.nopadding {
  background: none;
  padding: 0;
}

.body_bottom {
  width: 100%;
  height: auto;
  background: #ffffff;
  border-radius: 0.2rem;
  padding: 0.5rem 0.5rem 1.25rem;
  box-sizing: border-box;
}
.body_bottom .tab_but {
  width: 14rem;
  height: 0.78rem;
  border-radius: 0.39rem;
  background: #ededed;
  overflow: hidden;
  display: flex;
  margin: 0 auto;
}
.body_bottom .tab_but .but_item {
  /*width: 25%;*/
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: Poppins-Medium;
  font-weight: 500;
  font-size: 0.2rem;
  color: #0d2240;
  border-radius: 0.39rem;
  cursor: pointer;
}


.body_bottom.nopadding>div:nth-child(odd){
      background-color: #fff;
        border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}
/*.body_bottom .tab_but .but_item:hover,*/
.body_bottom .tab_but .but_item.act {
  background: #fb8c00;
  color: #fff;
}

.tab_box.white1 {
  padding: 0.51rem 0.5rem 0.71rem;
}

.tab_box.white2 {
  padding: 0rem 0.5rem 0.83rem;
}

.tab_box.white3 {
  padding: 0rem 0.5rem 0.83rem;
}

.tab_box.white4 {
  padding: 0rem 0.5rem 0.83rem;
  border-bottom: 1px solid #c4c4c4;
}
.skdNewWrapper {
  width: 100%;
  margin-top: 0.49rem;
  display: flex;
  justify-content: space-between;
}

.skdNewSwiper {
  width: 8.5rem;

  overflow: hidden;
  position: relative;
}

.skdNewSwiper .swiper-slide {
}

.skdNav {
  position: absolute;
  right: 0;
  bottom: 0.13rem;
  width: 8.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
.skd-prev,
.skd-next {
  width: 0.1rem;
  height: 0.16rem;
  cursor: pointer;
}

.skd-prev > img {
  filter: grayscale(1);
  transform: rotate(-180deg);
}
.skd-next > img {
  filter: grayscale(1);
}
.skd-pagination {
  width: auto !important;
  padding: 0 0.34rem;
}
.skd-pagination .swiper-pagination-bullet-active {
  background-color: #fb8c00;
}

.skd-prev:hover > img,
.skd-next:hover > img {
  filter: none;
}

.videoBox {
  width: 5.86rem;
  display: flex;
  justify-content: space-between;
}

.skd_video_item {
  width: 2.79rem;
}

.skd_video_item .product_video_img {
  width: 100%;
  height: 5.16rem;
  overflow: hidden;
  margin-bottom: 0.21rem;
  position: relative;
}

.skd_video_item .product_video_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skd_video_item .product_video_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(13, 34, 64, 0.3);
  top: 0;
  left: 0;
}

.skd_video_item .product_video_img .product_video_icon {
  width: 0.49rem;
  height: 0.49rem;
  object-fit: contain;
  position: absolute;
  bottom: 0.13rem;
  right: 0.17rem;
  transition: 0.5s;
}

.skd_video_item .product_video_title {
  width: 100%;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #0d2240;
  line-height: 0.25rem;
  text-align: center;
}

.skd_video_item:hover .product_video_title {
  color: #fb8c00;
}

.skd_video_item:hover .product_video_img .product_video_icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.skd_list {
  width: 100%;
  padding-right: 0.2rem;
}
.skd_list .ckd_item:last-child {
  margin-bottom: 0;
}
.skd_list .ckd_item {
  width: 100%;
  height: 1.53rem;
  overflow: hidden;
  background: #f4f4f4;
  border-radius: 0.1rem;
  padding: 0.2rem 0.4rem;
  box-sizing: border-box;
  margin-bottom: 0.22rem;
}
.skd_list .ckd_title {
  display: flex;
  align-items: center;
}
.skd_list .ckd_title i {
  display: block;
  width: 0.4rem;
  height: 0.51rem;
  background: url(../img/index/file_icon1.png) center no-repeat;
  background-size: contain;
  margin-right: 0.16rem;
}
.skd_list .ckd_title .line2 {
  width: calc(100% - 0.56rem);
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.2rem;
  color: #0d2240;
  line-height: 0.25rem;
}
.skd_list .ckd_txt {
  margin-top: 0.17rem;
  border-top: 0.01rem solid #d5d5d5;
  display: flex;
  align-items: center;
  padding-top: 0.17rem;
}
.skd_list .ckd_txt .ckd_icon {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  margin-right: 0.41rem;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #919191;
  cursor: pointer;
}
.skd_list .ckd_txt .ckd_icon i {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.03rem;
  background: url(../img/index/Preview1.png) center no-repeat;
  background-size: contain;
}
.skd_list .ckd_txt .ckd_icon:last-child i {
  background: url(../img/index/Download1.png) center no-repeat;
  background-size: contain;
}

.skd_list .ckd_item:hover {
  background: #ffffff;
  box-shadow: 0rem 0rem 0.3rem 0.01rem rgba(0, 0, 0, 0.05);
}
.skd_list .ckd_item:hover .ckd_title .line2,
.skd_list .ckd_item:hover .ckd_txt .ckd_icon {
  color: #fb8c00;
}
.skd_list .ckd_item:hover .ckd_txt .ckd_icon i {
  background: url(../img/index/Preview2.png) center no-repeat;
}
.skd_list .ckd_item:hover .ckd_txt .ckd_icon:last-child i {
  background: url(../img/index/Download2.png) center no-repeat;
}
.skd_list .ckd_item:hover .ckd_title i {
  background: url(../img/index/file_icon2.png) center no-repeat;
  background-size: contain;
}

.tab_box .title_name {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 0.3rem;
  color: #0d2240;
}
#product {
  padding-top: 0.7rem;
  box-sizing: border-box;
}
#video,
#sckd {
  padding-top: 1rem;
  box-sizing: border-box;
}
#review {
  padding-top: 1.27rem;
  box-sizing: border-box;
}
#product .box_list {
  border-top: 0.01rem solid #c9c9c9;
}
#product .box_list .box_li {
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #5f5f5f;
  padding: 0.21rem 0;
  border-bottom: 0.01rem solid #c9c9c9;
}
#product .box_list .box_li * {
  font-family: Poppins-Regular;
}
#product .box_list .box_li b {
  font-family: Poppins-SemiBold;
}

.box_video {
  display: flex;
  gap: 0.26rem;
  margin-bottom: 0.4rem;
}
.box_video .product_video_img {
  height: 4.97rem !important;
}

.review_body {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.review_body .review_item {
  width: 4.73rem;
  height: 2.04rem;
  background: #ffffff;
  border-radius: 0.1rem;
  border: 0.01rem solid #dedede;
  padding: 0.2rem 0 0.18rem 0.18rem;
  box-sizing: border-box;
}
.review_body .review_item .review_top {
  width: calc(100% - 0.18rem);
  padding-bottom: 0.12rem;
  margin-bottom: 0.04rem;
  border-bottom: 0.01rem solid #d3d3d3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.review_body .review_item .review_top .review_txt {
  width: calc(100% - 1rem);
  display: flex;
  align-items: center;
}
.review_body .review_item .review_top .review_txt .review_img {
  width: 0.43rem;
  height: 0.43rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.14rem;
}
.review_body .review_item .review_top .review_txt .review_name {
  width: calc(100% - 0.57rem);
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.2rem;
  color: #000000;
}
.review_body .review_item .review_top .review_xing {
  width: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.04rem;
}
.review_body .review_item .review_top .review_xing img {
  width: 0.15rem;
  height: 0.14rem;
  object-fit: contain;
}
.review_body .review_item .review_bottom {
  width: calc(100% - 0.06rem);
  height: 1.07rem;
  padding-top: 0.06rem;
  overflow-y: auto;
}
.review_body .review_item .review_bottom .review_cont {
  width: 4.4rem;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #919191;
  line-height: 0.25rem;
}

.review_body .review_item .review_bottom::-webkit-scrollbar {
  width: 0.04rem;
  height: 1.02rem;
}
.review_body .review_item .review_bottom::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  -webkit-box-shadow: inset 0 0 5px #fb8c00;
  background: #fb8c00;
}
.review_body .review_item .review_bottom::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #e0e0e0;
  border-radius: 0;
  background: #e0e0e0;
}

.product_swiper {
  padding-top: 1rem;
  box-sizing: border-box;
}
.product_swiper .product_name {
  width: 100%;
  text-align: center;
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 0.5rem;
  color: #0d2240;
}
.product_swiper .product_deta {
  position: relative;
}
.product_swiper .productSwiper {
  padding-top: 0.44rem;
  padding-bottom: 1.03rem;
  box-sizing: border-box;
}

.product_deta .swiper-button-next,
.product_deta .swiper-button-prev {
  width: 0.52rem;
  height: 0.53rem;
  background: #0d2240;
  border-radius: 0.05rem;
  opacity: 1;
  top: 2.8rem;
  z-index: 9;
}
.product_deta .swiper-button-next::after,
.product_deta .swiper-button-prev::after {
  display: none;
}
.product_deta .swiper-button-next {
  right: -0.83rem;
}
.product_deta .swiper-button-prev {
  left: -0.83rem;
}
.product_deta .swiper-button-next:hover,
.product_deta .swiper-button-prev:hover {
  background: #fb8c00;
}

.sckd_box .sckd_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
}
.sckd_box .sckd_list .ckd_item {
  width: 4.7rem;
  height: 2.04rem;
  overflow: hidden;
  background: #f4f4f4;
  border-radius: 0.1rem;
  padding: 0.38rem;
  box-sizing: border-box;
  margin-bottom: 0.05rem;
}
.sckd_box .sckd_list .ckd_title {
  display: flex;
  align-items: center;
}
.sckd_box .sckd_list .ckd_title i {
  display: block;
  width: 0.4rem;
  height: 0.51rem;
  background: url(../img/index/file_icon1.png) center no-repeat;
  background-size: contain;
  margin-right: 0.16rem;
}
.sckd_box .sckd_list .ckd_title .line2 {
  width: calc(100% - 0.56rem);
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.2rem;
  color: #0d2240;
  line-height: 0.25rem;
}
.sckd_box .sckd_list .ckd_txt {
  margin-top: 0.22rem;
  border-top: 0.01rem solid #d5d5d5;
  display: flex;
  align-items: center;
  padding-top: 0.21rem;
}
.sckd_box .sckd_list .ckd_txt .ckd_icon {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  margin-right: 0.41rem;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #919191;
  cursor: pointer;
}
.sckd_box .sckd_list .ckd_txt .ckd_icon i {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.03rem;
  background: url(../img/index/Preview1.png) center no-repeat;
  background-size: contain;
}
.sckd_box .sckd_list .ckd_txt .ckd_icon:last-child i {
  background: url(../img/index/Download1.png) center no-repeat;
  background-size: contain;
}










@media (max-width: 1042px) {
    .product{
        padding: 0.6rem 0;
    }
    .product .main{
        display: block;
    }
    .product .product_fl,
    .product .product_fr{
        width: 100%;
    }
    .product_nav .class_name a{
        font-size: 0.34rem;
    }
    .product_nav .class_name i{
        width: 0.24rem;
        height: 0.14rem;
    }
    .product_nav .product_class .product_class2 a{
        font-size: 0.3rem;
    }
    .product_list{
        gap: 0.2rem;
    }
    .product_item1{
        width: calc(50% - 0.1rem);
        height: auto;
    }
    .product_item1 .product_title{
        font-size: 0.32rem;
        line-height: 1.5;
    }
    .product_item1 .product_cont{
        font-size: 0.28rem;
        line-height: 1.2;
        margin-top: 0.2rem;
        margin-bottom: 0.16rem;
    }
    
    
    
    
    
    .body_top{
        height: auto;
        flex-wrap: wrap;
    }
    .body_top .product_txt{
        width: 100%;
        padding-top: 0.6rem;
    }
    .body_top .product_txt .product_txt p{
        font-size: 0.28rem;
        line-height: 1.4;
    }
    .body_top .product_txt .cont_list p{
        font-size: 0.24rem;
    }
    .body_top .product_txt .cont_url a{
        font-size: 0.24rem;
    }
    .max-image video{
        object-fit: contain;
    }
    
    
    .body_bottom .tab_but{
        width: 100%;
    }
    .body_bottom .tab_but .but_item{
        text-align: center;
    }
    .tab_box.white1{
        padding: 0.51rem 0.2rem 0.71rem;
    }
    #product{
        padding: 0.5rem 0.2rem;
    }
    #product .box_list .box_li{
        font-size: 0.24rem;
    }
    
    
    
    
    
    .tab_box.white2,
    .tab_box.white4{
        padding: 0;
    }
    
    
    .tab_box .title_name{
        font-size: 0.38rem;
    }
    
    
    
    .skdNewWrapper{
        flex-wrap: wrap;
    }
    .skdNewSwiper{
        width: 100%;
        padding-bottom: 0.8rem;
    }
    .skd_list .ckd_item{
        height: auto;
    }
    .skd_list .ckd_title .line2{
        font-size: 0.28rem;
        line-height: 1.4;
    }
    .skd_list .ckd_txt .ckd_icon{
        font-size: 0.24rem;
    }
    .skdNav{
        width: 100%;
    }
    
    
    .videoBox{
        width: 100%;
        margin-bottom: 0.6rem;
    }
    .skd_video_item{
        width: 49%;
    }
    .skd_video_item .product_video_title{
        font-size: 0.26rem;
        line-height: 1.4;
    }
    
    
    
    
    
    .review_body .review_item{
        width: 100%;
        height: auto;
        padding: 0.4rem;
    }
    .review_body .review_item .review_top{
        margin-bottom: 0.1rem;
        padding-bottom: 0.1rem;
    }
    .review_body .review_item .review_top .review_txt .review_name{
        font-size: 0.3rem;
    }
    .review_body .review_item .review_bottom{
        height: 1.6rem;
    }
    .review_body .review_item .review_bottom .review_cont{
        width: 100%;
        font-size: 0.26rem;
        line-height: 1.4;
    }
    .product_item1 .product_more{
        font-size: 0.24rem;
    }
    .product_deta .swiper-button-next, .product_deta .swiper-button-prev{
        display: none;
    }
    
    
    .image-item{
        width: 62px;
        height: 62px;
    }
}