.lemei-goods-read {
  padding: 30px 0 0px;
}

.lemei-goods-read .tit {
  position: relative;
  padding: 2rem 0 2rem;
}
.lemei-goods-read .tit p{
  font-size:20px;
}
.lemei-goods-read  .product-title{
  font-size: 38px;
  font-weight: 500;
  padding: 10px 0;
}
.lemei-goods-read .tit .back {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--title-text-color);
}

.lemei-goods-read .product-pics {
  padding: 2rem 0;
  background: var(--bg-color);
}

.lemei-goods-read .product-pics .left-view {
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  height: 490px;
}

.lemei-goods-read .swiper-slide i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}

.lemei-goods-read .t-s .swiper-slide i:hover {
  opacity: 1;
}

.lemei-goods-read .t-s .swiper-slide i {
  font-size: 100px;
}

.lemei-goods-read .d-s .swiper-slide i {
  font-size: 30px;
}

.lemei-goods-read .top-view .left-view .swiper.t-s {
  flex: 1;
}

.lemei-goods-read .top-view .left-view .swiper.t-s img {
  height: 100%;
  object-fit: cover;
}

.lemei-goods-read .product-pics .left-view .d-s {
  width: 115px;
  height: 440px;
  width: 180px;
}

.lemei-goods-read .product-pics .left-view .d-s img {
  cursor: pointer;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lemei-goods-read .product-pics .left-view .d-s .swiper-wrapper {
  height: auto !important;
}

.lemei-goods-read .top-view .left-view .swiper.d-s {
  height: 100%;
}

.lemei-goods-read .top-view .left-view .swiper.d-s .swiper-slide {
  height: 115px !important;
  /* margin-bottom: 10px; */
  border-radius: 6px;
  overflow: hidden;
  height: 160px;
}

.lemei-goods-read .top-view .left-view .swiper.d-s .swiper-slide.swiper-slide-thumb-active {
  border: 3px solid;
  border-image: linear-gradient(0deg, var(--color-primary), var(--color-second)) 3 3;
}

.lemei-goods-read .product-details-content {
  display: flex;
  flex-direction: column;
}
.lemei-goods-read .product_sku p{
  font-size:19px;
}

.lemei-goods-read .pro-scroll {
  padding: 2rem 0;
}


/* 基础表格样式 */
.lemei-goods-read .pro-scroll table {
  width: 100%; /* 表格宽度 */
  border-collapse: collapse; /* 合并边框 */
  margin: 20px 0; /* 外边距 */
   /* 字体 */
  background: #fff;
}

/* 表头样式 */
.lemei-goods-read .pro-scroll table th {
  background-color: #4CAF50; /* 背景色 */
  color: white; /* 文字颜色 */
  text-align: left; /* 文字对齐 */
  padding: 12px; /* 内边距 */
  font-weight: bold; /* 字体粗细 */
}

/* 单元格样式 */
.lemei-goods-read .pro-scroll table td {
  padding: 10px; /* 内边距 */
  border: 1px solid #ddd; /* 底部边框 */
  font-size: 20px;
}

/* 交替行颜色 */
.lemei-goods-read .pro-scroll table tr:nth-child(even) {
  /* background-color: #f2f2f2; */ /* 偶数行背景色 */
}

/* 鼠标悬停效果 */
.lemei-goods-read .pro-scroll table tr:hover {
  background-color: #eb5c200f; /* 悬停背景色 */
}

.lemei-goods-read .pro-scroll h2{
font-weight:500;


}
.lemei-goods-read .pro-scroll p{
font-size:20px;

}
.lemei-goods-read .pro-scroll#gd2 {
  background: #f3f3f3;
  position: relative;
}

.lemei-goods-read .pro-scroll .content-wrapper {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.lemei-goods-read .pro-scroll .content-wrapper .rich-text {
  flex: 1;
  overflow: hidden;
}

.lemei-goods-read .pro-scroll .content-wrapper>img {
  width: 25%;
  object-fit: cover;
}

.lemei-goods-read .pro-scroll .product-display {
  margin-top: 2rem;
}

.lemei-goods-read .pro-scroll .product-display img {
  aspect-ratio: 5 /3;
  object-fit: cover;
}

.lemei-goods-read .pro-scroll .swiper-button-prev,
.lemei-goods-read .pro-scroll .swiper-button-next {
  transform: translateY(50px);
}

.lemei-goods-read .pro-scroll .swiper-button-prev:after,
.lemei-goods-read .pro-scroll .swiper-button-next:after {
  content: none;
}

.lemei-goods-read .pro-scroll .swiper-button-prev i,
.lemei-goods-read .pro-scroll .swiper-button-next i {
  font-size: 14px;
  color: var(--title-text-color);
}

.lemei-goods-read .lemei-goods-read .pro_tab_box {
  height: 49px;
}

.lemei-goods-read .pro_tab {
  height: 49px;
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  background: #fff;
}

.lemei-goods-read .pro_tab.scroll-top {
  position: fixed;
  top: 80px;
  z-index: 100;
}

.lemei-goods-read .pro_tab ul {
  height: 100%;
  border-bottom: 1px solid #f1f1f1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.lemei-goods-read .pro_tab ul li {
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  text-align: center;
  position: relative;
  font-size: 21px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 500;
  font-family: var(--title-font-family);
  color: #333;
}

.lemei-goods-read .pro_tab ul li::after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 3px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  background: linear-gradient(90deg, var(--color-primary), var(--color-second));
}

.lemei-goods-read .pro_tab ul li.active {
  background: linear-gradient(0deg, var(--color-primary) 0%, var(--color-second) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lemei-goods-read .pro_tab ul li.active::after {
  width: 100%;
}

.lemei-goods-read .product-details-content .color-mode {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.lemei-goods-read .product-details-content .color-mode .color-tag {
  color: #181818;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 20px;
}

.lemei-goods-read .product-details-content .color-mode .color-cus {
  background: #fff;
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 7px;
}

.lemei-goods-read .product-details-content .theme-btn {
  display: block;
  width: 180px;
  height: 54px;
  margin-top: 38px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-second));
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
  border-radius: 27px;
  color: #fff;
  font-size: 18px;
  line-height: 54px;
  font-weight: 500;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lemei-goods-read .product-details-content .theme-btn:hover {
  background: linear-gradient(180deg, var(--color-primary), var(--color-second));
}

.lemei-goods-read .product-details-content .theme-btn span {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #FFFFFF;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 27px;
  margin-left: 9px;
}

.lemei-goods-read .product-details-content .theme-btn span i {
  color: var(--color-primary);
  line-height: 34px;
}

.lemei-goods-read .product-review-section {
  /* padding-bottom: 100px; */
}

@media (max-width: 767px) {
  .lemei-goods-read {
    padding: 2rem 0;
  }

  .lemei-goods-read .pro-scroll .content-wrapper {
    flex-direction: column;
  }

  .lemei-goods-read .pro-scroll .content-wrapper>img {
    width: 100%;
  }

  .lemei-goods-read .product-details-content .theme-btn {
    height: 42px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 42px;
  }
  .lemei-goods-read .pro_tab ul li {font-size: 14px;}
  .lemei-goods-read .pro_tab.scroll-top {top: 55px;}
}

@media(max-width:768px){
  .lemei-goods-read .product-pics .left-view {display: block;height: auto;}
  .lemei-goods-read .top-view .left-view .swiper.d-s {height: 100%;margin-top:20px;width: 100%;}
  .lemei-goods-read .top-view .left-view .swiper.d-s .swiper-slide {height: auto !important;}
}


@media screen and (max-width:991px){

  .richtext-detail{

    width: 100% !important;
  }
  #detail_decorate_root{

    width:100% !important;
  }
  #detail_decorate_root [class*="magic-"]{width:100% !important;height:100% !important;}
}
.ife-detail-decorate-table  {
  overflow-x: auto;
  white-space: nowrap;
  }
.table-wrapper{
  overflow-x: auto;
  white-space: nowrap;
  }



#detail_decorate_root [class*="magic-"] img {
  width: 100% !important;
}



