/* å…¨å±€å˜é‡ç»Ÿä¸€ï¼Œå’Œäº§å“åˆ—è¡¨ä¿æŒé£Žæ ¼ä¸€è‡´ */
:root {
  --primary-color: #e25303;
  --second-color: #43964E;
  --text-dark: #212121;
  --text-gray: #666;
  --text-light: #999;
  --border-color: #EFEFEF;
  --bg-light: #f9f9f9;
  --card-radius: 12px;
  --img-radius: 8px;
  --card-shadow: 0 2px 12px rgba(0,0,0,0.06);
  --card-hover-shadow: 0 8px 20px rgba(0,0,0,0.1);
  --transition: all 0.3s ease;
}

.desy-goods-read {
  padding-top: 90px;
  padding-bottom: 80px;
}

/* å¸ƒå±€ */
.desy-goods-read .main-right {
  margin-left: 350px;
  transition: var(--transition);
}

.desy-goods-read .main-left {
  float: left;
  width: 310px;
  background: #fff;
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  overflow: hidden;
  transition: var(--transition);
}

/* å·¦ä¾§èœå•æ ‡é¢˜ */
.desy-goods-read .main-left h3 {
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
  font-weight: 600;
  background: var(--text-dark);
  color: #fff;
  margin: 0;
  position: relative;
  border: none;
}

.desy-goods-read .main-left h3::after {
  display: none;
  font-family: "qico";
  content: "\e727";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  transition: transform .3s ease;
}

.desy-goods-read .main-left h3.active::after {
  transform: translateY(-50%) rotate(45deg);
}

/* ä¾§è¾¹èœå• */
.desy-goods-read .sidemenu {
  margin: 0;
}

.desy-goods-read .sidemenu>ul>li {
  border-bottom: 1px solid var(--border-color);
}

.desy-goods-read .sidemenu>ul>li h5 {
  line-height: 24px;
  display: block;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-gray);
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: var(--transition);
}

.desy-goods-read .sidemenu>ul>li h5 a {
  margin-right: 40px;
  color: inherit;
  text-decoration: none;
  display: block;
  transition: var(--transition);
}

.desy-goods-read .sidemenu>ul>li h5 a:hover {
  color: var(--primary-color);
  padding-left: 4px;
}

.desy-goods-read .sidemenu>ul>li h5 span {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url("./pics/i4.png") no-repeat center;
  background-size: 16px;
  width: 24px;
  height: 24px;
  transition: var(--transition);
}

/* å­èœå• */
.desy-goods-read .sidemenu>ul>li ul {
  display: none;
  padding: 8px 0;
  background: var(--bg-light);
}

.desy-goods-read .sidemenu>ul>li ul li {
  line-height: 20px;
  padding: 10px 28px;
  list-style: none;
}

.desy-goods-read .sidemenu>ul>li ul li a {
  padding-left: 0;
  font-size: 15px;
  color: var(--text-light);
  text-decoration: none;
  display: block;
  transition: var(--transition);
  position: relative;
}

.desy-goods-read .sidemenu>ul>li ul li a::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--text-light);
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
}

.desy-goods-read .sidemenu>ul>li ul li.active a,
.desy-goods-read .sidemenu>ul>li ul li a:hover {
  color: var(--primary-color);
  padding-left: 4px;
  font-weight: 500;
}

.desy-goods-read .sidemenu>ul>li ul li.active a::before,
.desy-goods-read .sidemenu>ul>li ul li a:hover::before {
  background: var(--primary-color);
  width: 6px;
  height: 6px;
}

/* èœå•æ¿€æ´» */
.desy-goods-read .sidemenu>ul>li.active h5 {
  color: var(--primary-color);
  font-weight: 600;
  background: #fff8f0;
}

.desy-goods-read .sidemenu>ul>li.active span {
  background: url("./pics/i4-1.png") no-repeat center;
  background-size: 16px;
}

/* äº§å“å±•ç¤º */
.desy-goods-read .pro_view {
  margin-bottom: 50px;
}

.desy-goods-read .pro_img .view {
  width: 100%;
  border-radius: var(--img-radius);
  overflow: hidden;
  box-shadow: var(--card-shadow);
}

.desy-goods-read .pro_img .view .swiper-slide a {
  display: block;
  overflow: hidden;
}

.desy-goods-read .pro_img .view .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.desy-goods-read .pro_img .view .swiper-slide:hover img {
  transform: scale(1.04);
}

.desy-goods-read .pro_img .preview .swiper-slide.active-nav::after {
  display: inline-block;
}

.desy-goods-read .pro_img .preview .arrow-left,
.desy-goods-read .pro_img .preview .arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  z-index: 10;
  text-align: center;
}

.desy-goods-read .pro_img .preview .arrow-left {
  left: 0;
}

.desy-goods-read .pro_img .preview .arrow-right {
  right: 0;
}

.desy-goods-read .pro_img .preview .arrow-left i,
.desy-goods-read .pro_img .preview .arrow-right i {
  color: #999;
  font-size: 20px;
}

.desy-goods-read .pro_img .preview .arrow-left:hover i,
.desy-goods-read .pro_img .preview .arrow-right:hover i {
  color: var(--title-text-color);
}

.desy-goods-read .pro_view_inner p{font-size:clamp(14px, 0.83vw, 16px)}

/* ç¼©ç•¥å›¾ */
.desy-goods-read .pro_img .preview {
  margin: 10px 0 0;
  padding: 0 40px;
  position: relative;
}

.desy-goods-read .pro_img .preview .swiper-slide {
  cursor: pointer;
  padding: 10px 0 0;
  border-radius: var(--img-radius);
  overflow: hidden;
}

.desy-goods-read .pro_img .preview .swiper-slide::after {
  display: none;
  content: '';
  width: 0;
  height: 0;
  border-width: 5px;
  border-color: transparent;
  border-bottom-color: var(--text-dark);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
}

.desy-goods-read .pro_img .preview .swiper-slide img {
  width: 100%;
  border: 1px solid #eee;
  border-radius: var(--img-radius);
  box-sizing: border-box;
  transition: var(--transition);
}

.desy-goods-read .pro_img .preview .active-nav img {
  border-color: var(--primary-color);
  transform: scale(0.95);
}

.desy-goods-read .pro_img .preview .swiper-slide.active-nav::after {
  display: inline-block;
}

/* ç¼©ç•¥å›¾ç®­å¤´ */
.desy-goods-read .pro_img .preview .arrow-left i,
.desy-goods-read .pro_img .preview .arrow-right i {
  color: var(--text-light);
  font-size: 20px;
  transition: var(--transition);
}

.desy-goods-read .pro_img .preview .arrow-left:hover i,
.desy-goods-read .pro_img .preview .arrow-right:hover i {
  color: var(--primary-color);
}

/* äº§å“æ ‡é¢˜ + å†…å®¹ */
.desy-goods-read .pro_view_inner h1 {
  font-size: clamp(24px, 1.67vw, 32px);
  font-weight: 600;
  margin: 0 0 20px;
  color: var(--text-dark);
  text-transform: capitalize;
}

.desy-goods-read .pro_view_inner .pro_para {
  margin-top: 15px;
  font-size: 16px;
  color: var(--text-gray);
  line-height: 1.8;
}

/* æŒ‰é’® */
.desy-goods-read .pro_view_inner .pro_btn {
  margin: 30px 0 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.desy-goods-read .pro_view_inner .pro_btn .book {
  height: 46px;
  line-height: 46px;
  padding: 0 30px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  background: var(--primary-color);
  transition: var(--transition);
  text-decoration: none;
  display: inline-block;
}

.desy-goods-read .pro_view_inner .pro_btn .book:hover {
  background: var(--primary-color);opacity:0.8;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(246, 170, 0, 0.2);
}
.desy-goods-read .pro_tab.scroll-top {
  position: fixed;
  top: 96px;
  width: 1050px;
}

.desy-goods-read .pro_tab ul {
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  border-top: 1px solid #F1F1F1;
  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;
}

/* é€‰é¡¹å¡ */
.desy-goods-read .pro_tab {
  height: auto;
  background: #fff;
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  margin-bottom: 20px;
  color: #000;
}

.desy-goods-read .pro_tab ul {
  padding: 0 20px;
  border: none;
  flex-wrap: wrap;
  gap: 10px;
}

.desy-goods-read .pro_tab ul li {
  padding: 0 15px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  white-space: nowrap;
}

.desy-goods-read .pro_tab ul li::after {
  content: "";
  height: 3px;
  background: var(--primary-color);
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-radius: 3px;
  opacity: 0;
  transition: var(--transition);
}

.desy-goods-read .pro_tab ul li.active {
  color: var(--primary-color);
  font-weight: 600;
}

.desy-goods-read .pro_tab ul li.active::after {
  opacity: 1;
}

.desy-goods-read .pro_text .tit h5 {
  font-size: clamp(22px, 1.67vw, 32px);
  color: #212121;
  font-weight: bold;
}
.desy-goods-read .pro-content {
  padding: 20px 0;
  line-height: 1.8;
  font-size: 16px;
  color: var(--text-gray);
}

.desy-goods-read .pro-content p {
  margin-bottom: 15px;
  font-size: clamp(14px, 0.94vw, 18px);
  color: #333;
  margin: 10px 0;
  line-height: 1.6;
}

/* è¡¨æ ¼ç¾ŽåŒ– */
.desy-goods-read .pro-content table {
  width: 100%;
  font-size: clamp(14px, 0.78vw, 15px);
  margin-bottom: 20px;
  color: var(--text-dark);
  border-collapse: collapse;
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: var(--card-shadow);
}

.desy-goods-read .pro-content table th {
  padding: 12px 20px;
  background-color: var(--bg-light);
  font-weight: 600;
  text-align: left;
}

.desy-goods-read .pro-content table td {
  padding: 12px 20px;
  background-color: #fff;
  border-top: 1px solid var(--border-color);
}

/* æµç¨‹è½®æ’­ */
.desy-goods-read .pro-process .swiper-slide {
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: var(--card-shadow);
  transition: var(--transition);
  cursor: pointer;
}

.desy-goods-read .pro-process .swiper-slide:hover {
  transform: translateY(-6px);
  box-shadow: var(--card-hover-shadow);
}

.desy-goods-read .pro-process .swiper-slide .box {
  position: relative;
}

.desy-goods-read .pro-process .swiper-slide img {
  width: 100%;
  display: block;
}

.desy-goods-read .pro-process .swiper-slide p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fff;
  text-align: center;
  height: 44px;
  line-height: 44px;
  margin: 0;
}

/* ç›¸å…³äº§å“ */
.desy-goods-read .pro-other .swiper-slide {
  text-align: center;
  padding: 10px;
}

.desy-goods-read .pro-other .swiper-slide .pic {
  display: block;
  overflow: hidden;
  width: 100%;
  background: #DFECDE;
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  transition: var(--transition);
}

.desy-goods-read .pro-other .swiper-slide .pic:after {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.3) url(./pics/i2.png) no-repeat center;
  background-size: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: var(--card-radius);
}

.desy-goods-read .pro-other .swiper-slide .pic img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

.desy-goods-read .pro-other .swiper-slide p {
  margin: 15px 0 0;
  font-size: 15px;
}

.desy-goods-read .pro-other .swiper-slide p a {
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 500;
  transition: var(--transition);
}

.desy-goods-read .pro-other .swiper-slide p a:hover {
  color: var(--primary-color);
}


@media screen and (min-width:992px) {
  .desy-goods-read .pro-other .swiper-slide:hover .pic {
    box-shadow: var(--card-hover-shadow);
  }

  .desy-goods-read .pro-other .swiper-slide:hover .pic img {
    transform: scale(1.06);
  }

  .desy-goods-read .pro-other .swiper-slide:hover>.pic:after {
    display: block;
  }
}

/* å’¨è¯¢è¡¨å• */
.desy-goods-read .pro-inquiry {
  margin: 30px 0 0;
  padding: 40px;
  border: none;
  border-radius: var(--card-radius);
  background: #fff;
  box-shadow: var(--card-shadow);
}

.desy-goods-read .pro-inquiry h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 30px;
}

.desy-goods-read .inquirbox input[type="text"],
.desy-goods-read .inquirbox textarea {
  padding: 14px 18px;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #eee;
  width: 100%;
  background: #fafafa;
  transition: var(--transition);
}

.desy-goods-read .inquirbox input[type="text"]:focus,
.desy-goods-read .inquirbox textarea:focus {
  border-color: var(--primary-color) !important;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(246, 170, 0, 0.1);
}

.desy-goods-read .inquirbox .submit {
  background: var(--primary-color);
  color: #fff;
  line-height: 46px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  transition: var(--transition);
  border: none;
}

.desy-goods-read .inquirbox .submit:hover {
  background: var(--second-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(67, 150, 78, 0.15);
}

/* ===================== å“åº”å¼ ===================== */
@media screen and (max-width:1550px) {
  .desy-goods-read .pro_tab.scroll-top {
    width: 950px;
  }
}

@media screen and (max-width:1400px) {
  .desy-goods-read {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .desy-goods-read .main-right {
    margin-left: 320px;
  }

  .desy-goods-read .main-left {
    width: 280px;
  }

  .desy-goods-read .pro_img {
    width: 450px;
  }
}

@media screen and (max-width:1280px) {
  .desy-goods-read .main-right {
    margin-left: 300px;
  }

  .desy-goods-read .main-left {
    width: 260px;
  }

  .desy-goods-read .pro_img {
    width: 400px;
  }

  .desy-goods-read .pro_view_inner h1 {
  }
}

@media screen and (max-width:992px) {
  .desy-goods-read {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .desy-goods-read .main-right {
    margin-left: 0;
  }

  .desy-goods-read .main-left {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: none;
    border: 1px solid var(--border-color);
  }

  .desy-goods-read .main-left h3::after {
    display: block;
  }

  .desy-goods-read .pro_tab_box {
    display: none;
  }

  .desy-goods-read .sidemenu>ul {
    display: none;
  }
}

@media screen and (max-width:991px) {
  .desy-goods-read {
    padding-top: 20px;
  }

  .desy-goods-read .pro_img {
    width: 100%;
    margin: 0 auto 20px;
  }

  .desy-goods-read .pro_view_inner {
    margin: 20px 0 0;
    text-align: center;
  }

  .desy-goods-read .pro_view_inner h1 {
  }

  .desy-goods-read .pro_view_inner .pro_btn {
    justify-content: center;
  }

  .desy-goods-read .pro-inquiry {
    padding: 25px 20px;
  }

  .desy-goods-read .pro-inquiry h4 {
    font-size: 20px;
  }
}


@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;}

.richtext.is-magic img{max-width: 100% !important;}