.lemei-goods-read {
  padding: 0 0 4rem;
}

.lemei-goods-read .tit {
  position: relative;
  padding: 2rem 0 2rem;
}

.lemei-goods-read .tit .back {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--title-text-color);
}

ul li {
  list-style-type: none !important;
}

.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: 430px;
}

.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 .product-item {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lemei-goods-read .top-view .left-view .swiper.t-s img {
  height: auto;
  width: auto !important;
  object-fit: cover;
}

.lemei-goods-read .product-pics .left-view .d-s {
  width: 80px;
}

.lemei-goods-read .top-view .left-view .swiper.d-s img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  cursor: pointer;
  background: #fff;
}

.lemei-goods-read .top-view .left-view .swiper.d-s .swiper-slide {
  border-radius: 6px;
  overflow: hidden;
}

.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 .pro-scroll {
  padding: 2rem 0;
}

.lemei-goods-read .pro-scroll#gd2 {
  /* background: var(--bg-color); */
  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: 88px;
  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: 15px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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(to right,#0353ff, #07c4f8);
  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: 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; */
}

.pro_text .pro-scroll table{width:100%;max-width:100%;margin-bottom:20px;font-size:15px;border:1px solid #D9D9D9;color:#333;}
.pro_text .pro-scroll table tr > th{padding:8px 8px;line-height:1.42857143;vertical-align:middle;border:1px solid #D9D9D9;font-weight:bold;}
.pro_text .pro-scroll table tr > td{padding:8px 8px;line-height:1.42857143;vertical-align:middle;border:1px solid #D9D9D9;word-break: keep-all;}
.pro_text .pro-scroll table tr.firstRow > td{font-weight:bold;}
.pro_text .pro-scroll table tr > td *{margin:0;padding:0;}
.pro_text .pro-scroll table tr > td img {width: 150px}
.pro_text .pro-scroll table tr > td p{margin:0;}
.pro_text .pro-scroll h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--title-text-color, #000);
    font-family: var(--title-font-family);
    margin-bottom: 30px;
}



@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;
}
@media screen and (max-width: 1440px) {
  .lemei-goods-read .pro_tab.scroll-top {
    top: 68px;
  }
} 
@media screen and (max-width: 1281px) {
.derun-hot_product .tit h3 {font-size: 34px;}
}
@media screen and (max-width: 1171px) {
.pro_text .pro-scroll h2  {font-size: 30px;}
}
@media screen and (max-width: 992px) {
.pro_text .pro-scroll h2  {font-size: 26px;margin-bottom: 10px;}
}
@media screen and (max-width: 768px) {
.pro_text .pro-scroll h2  {font-size: 24px;}
}

@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.scroll-top {top: 53px;}
  .lemei-goods-read .pro_tab ul {flex-wrap: wrap;}
  .lemei-goods-read .pro_tab ul li {width: 50%;font-size: 15px;}
  .lemei-goods-read .pro_tab {height: auto;}
}


@media screen and (max-width: 480px) {
.pro_text .pro-scroll h2  {font-size: 22px;}
}    
    
    