.sung-goods .more1 {
  padding: 0 14px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
 border-bottom: 1px solid #e83d25;
    font-size: 15px;
    color: #e83d25;
    font-weight: 700;
    position: relative;
    background-color: #ffffff !important;
}
iframe {
    width: 100% !important;  
}
.jieshao table td,
.jieshao table th {
    border: 1px solid #ddd;    /* 单元格边框 */
    padding: 8px;              /* 内边距 */
    vertical-align: middle;    /* 内容垂直居中 */
    background: none;          /* 无底纹 */
    font-weight: normal;       /* 默认不加粗 */
    text-align: center;
}
.imglist.sung-goods {
    margin-bottom: 15px;
}
/* 表头（th）加粗 */
.jieshao table th {
    font-weight: bold;         /* 表头加粗 */
}

/* 第一列（td）保持正常字体 */
.jieshao table td:first-child {
    font-weight: normal;       /* 确保第一列不加粗 */
}
.sung-goods .more1 i {
  margin-left: 16px;
}

.sung-goods .more1:hover {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.1) 100%
    ),
    var(--color-second);
}

.sung-goods .more1:hover span {
  background: #fff;
}

.sung-prodetail {
  padding: 50px 0 30px;
}

.sung-prodetail .product-description {
  overflow-x: auto;
}

.sung-prodetail .details {
  padding: 60px 0;
}

.sung-prodetail .details .detail_left {
  position: relative;
  box-sizing: border-box;
}

.sung-prodetail .details .detail_left > .rtp_small_img .hisList1 {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.sung-prodetail .details .detail_left > .rtp_small_img .hisList1 .swiper-slide {
  overflow: hidden;
  text-align: center;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}
.sung-prodetail
  .details
  .detail_left
  > .rtp_small_img
  .hisList1
  .swiper-slide
  img {
  box-sizing: border-box;
  max-height: 500px;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.sung-prodetail .details .detail_left > .rtp_small_img .swiper-slide i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}
.sung-prodetail .details .detail_left > .rtp_small_img .swiper-slide i:hover {
  opacity: 1;
}
.sung-prodetail
  .details
  .detail_left
  > .rtp_small_img
  .hisList1
  .swiper-slide
  i {
  font-size: 100px;
}
.sung-prodetail
  .details
  .detail_left
  > .rtp_small_img
  .hisList2
  .swiper-slide
  i {
  font-size: 30px;
}

.sung-prodetail .details .detail_left > .rtp_small_img .hisList2 {
  overflow: hidden;
  margin-top: 30px;
}
.sung-prodetail .details .detail_left > .rtp_small_img .hisList2 .swiper-slide {
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0.7;
  margin: 0;
  position: relative;
}
.sung-prodetail
  .details
  .detail_left
  > .rtp_small_img
  .hisList2
  .swiper-slide
  img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.sung-prodetail
  .details
  .detail_left
  > .rtp_small_img
  .hisList2
  .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid var(--color-primary);
}
.sung-prodetail .details .detail_left .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: #f0f0f0b2;
  cursor: pointer;
  outline: none;
  float: left;
  color: var(--title-text-color);
  z-index: 2;
  display: inline-flex;
}
.sung-prodetail .details .detail_left .btn:hover {
  background: linear-gradient(
      0deg,
      rgba(240, 240, 240, 0.2),
      rgba(240, 240, 240, 0.2)
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: #fff;
}
.sung-prodetail .details .detail_left .btn > i {
  font-size: 24px;
}
.sung-prodetail .details .detail_left .btn.btn-prev {
  left: 8px;
}
.sung-prodetail .details .detail_left .btn.btn-next {
  right: 8px;
}
.sung-prodetail .details .detail_left .swiper-pagination {
  position: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  z-index: 2;
  padding: 15px 0;
}

.sung-prodetail .details .detail_right {
  overflow: hidden;
  box-sizing: border-box;
  flex: 1;
}
.sung-prodetail .details .detail_right > h1 {
  font-size: 26px;
  font-weight: bold;
  position: relative;
}
.sung-prodetail .details .detail_right .desc-content {
  font-size: 15px;
  line-height: 2;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}

.sung-prodetail .details .detail_right > .imglist {
  margin-top: 60px;
}

.sung-prodetail .detail-height {
  width: 100%;
  /* height: 97px; */
  margin-top: 70px;
}

.sung-prodetail .detail-maodian {
  width: 100%;
  /* height: 97px; */
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
  font-size: 0;
  z-index: 20;
  text-align: center;
  box-sizing: border-box;
}
.sung-prodetail .detail-maodian.sticky {
  position: fixed;
}

.sung-prodetail .detail-maodian li {
  display: inline-block;
  margin: 0 25px;
}

.sung-prodetail .detail-maodian li a {
  display: block;
  padding: 0 20px;
  line-height: 60px;
  font-weight: 600;
  font-size: 20px;
  -webkit-transition: 0.1s all;
  -moz-transition: 0.1s all;
  -ms-transition: 0.1s all;
  transition: 0.1s all;
}

.sung-prodetail .detail-maodian li.current a,
.sung-prodetail .detail-maodian li a:hover {
border-bottom: 2px solid var(--color-second);
  color:#000;
  BACKGROUND-COLOR: #FFB600;
      border-radius: 40px;

}

.sung-prodetail .detail-maodian li:last-child a {
  margin-right: 0;
}

.sung-prodetail .detail-title {
  padding-top: 55px;
  padding-bottom: 20px;
}

.sung-prodetail .detail-title h3 {
  font-size: 24px;
}

.sung-prodetail .detail-title p {
  padding-top: 20px;
}

.sung-prodetail .detail-recom .goods-listfr {
  /* width: 100%; */
  padding-bottom: 50px;
}

.sung-prodetail .detail-recom .goods-listfr li {
  text-align: center;
}

.sung-prodetail .detail-recom .goods-listfr .goods-inner {
  padding: 15px;
  border: 1px solid #e0e0e0;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  width: 100%;
}

.sung-prodetail .detail-recom .goods-listfr .goods-inner:hover {
  box-shadow: 0px 10px 30px 0px #00000033;
  transform: scale3d(1.01, 1.01, 1.01);
}

.sung-prodetail .detail-recom .goods-listfr li img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.sung-prodetail .detail-recom .goods-listfr li .box {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.sung-prodetail .detail-recom .goods-listfr li p {
  /* padding: 0 20px; */
  font-size: 18px;
  line-height: 28px;
  color: #404040;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sung-prodetail .detail-recom .list-link {
  margin-top: 10px;
}

.sung-prodetail .detail-recom .list-link a {
  padding: 5px 10px;
  font-size: 15px;
  color: var(--color-primary);
  font-family: var(--font-family);
}
.sung-prodetail .detail-recom .list-link a:hover {
  border-bottom: 1px solid var(--color-primary);
}

.sung-prodetail .detail-recom .container {
  padding-bottom: 52px;
}

.sung-prodetail .detail-incoterm table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  border-left: none;
  border-right: none;
}

.sung-prodetail .detail-incoterm th,
td {
  text-align: left;
  padding: 8px 20px;
  border: 0px solid #fff;
  font-size: 15px;
}


/* .sung-prodetail table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}

.sung-prodetail th, td {
  text-align: left;
  padding: 8px;
}

.sung-prodetail th {
  background-color: #f2f2f2;
  cursor: pointer;
}

.sung-prodetail tr:nth-child(even) {
  background-color: #f2f2f2;
} */

@media screen and (max-width: 992px) {
.clearfix .row.clearfix {
    flex-direction: column !important;
}


.col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 100%!important;
    }
    iframe {
    width: 100% !important;
}
}


@media screen and (max-width: 1280px) {
  .sung-prodetail .details .detail_right > h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .sung-prodetail .details {
    padding: 42px 0;
  }

  .sung-prodetail .details .detail_right > .imglist {
    margin-top: 40px;
  }

  .sung-prodetail .details .detail_left .btn {
    width: 36px;
    height: 36px;
  }
  .sung-prodetail .details .detail_left .btn > i {
    font-size: 18px;
  }

  .detail-maodian li a {
    line-height: 60px;
    font-size: 18px;
  }
  iframe {
    width: 100% !important;
}
}

@media screen and (max-width: 992px) {
  .sung-prodetail .details {
    /* margin-top: 13px; */
    padding: 40px 0 0;
  }
  .sung-prodetail .details .detail_right > h1 {
    font-size: 22px;
  }

  .sung-prodetail .detail-height {
    margin: 0;
    height: 0 !important;
    visibility: hidden;
  }

  .detail-title {
    padding-top: 40px;
  }

  .detail-title h3 {
    font-size: 20px;
  }

  .detail-recom .goods-listfr li {
    margin-bottom: 20px;
  }

  .sung-prodetail .details .detail_right {
    margin-left: 0;
    margin-top: 30px;
  }
  iframe {
    width: 100% !important;
}
}

@media screen and (max-width: 768px) {
  .sung-prodetail .details .detail_right > h1 {
    font-size: 20px;
  }

  .sung-prodetail .details .detail_left .btn {
    width: 25px;
    height: 25px;
  }
  .sung-prodetail .details .detail_left .btn > i {
    font-size: 14px;
  }

  .sung-prodetail .details {
    padding: 36px 0;
  }

  .sung-prodetail
    .details
    .detail_left
    > .rtp_small_img
    .hisList1
    .swiper-slide
    i {
    font-size: 60px;
  }

  .sung-prodetail
    .details
    .detail_left
    > .rtp_small_img
    .hisList2
    .swiper-slide
    i {
    font-size: 18px;
  }

  .detail-recom .goods-listfr {
    padding-bottom: 40px;
  }

}

@media screen and (max-width: 767px) {
  iframe {
    height: auto;
    width: 100%!important;
}
}
@media screen and (max-width: 576px) {
  .sung-prodetail .details .detail_right > .imglist {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
.sung-goods .more1 {
    padding: 0 14px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e83d25;
    font-size: 12px;
    color: #e83d25;
    font-weight: 700;
    position: relative;
    background-color: #ffffff !important;
}
}