 
.bobo-goods-read {
}
.bobo-goods-read .main {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bobo-goods-read .navigation-text {
  font-size: var(--bobo-goods-read-left-text-size);
  color: var(--title-text-color);
  margin-bottom: 30px;
  line-height: 20px;
}
.bobo-goods-read .main-left {
  width: var(--bobo-goods-read-left-w);
  margin-right: var(--bobo-goods-read-left-mr);
}

.bobo-goods-read .main-right {
  flex: 1;
  margin: 20px 0 0;
  overflow: hidden;
}

.bobo-goods-read .main-left .sidemenu > h2 {
  font-weight: 400;
  font-family: var(--font-family);
  border-bottom: 1px solid #efefef;
  height: 54px;
  line-height: 3;
  position: relative;
  font-size: var(--bobo-goods-read-left-text-size);
  text-transform: uppercase;
}

.bobo-goods-read .main-left .sidemenu > h2::after {
  display: none;
  font-family: qico;
  content: "\e727";
  position: absolute;
  right: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.bobo-goods-read .main-left .sidemenu > h2.active::after {
  -webkit-transform: rotate(45deg) scale(1.08);
  -ms-transform: rotate(45deg) scale(1.08);
  transform: rotate(45deg) scale(1.08);
}

.bobo-goods-read .main-left .sidemenu {
  margin: 0 0 18px;
}

.bobo-goods-read .main-left .sidemenu  a {
  padding: 10px 50px 10px 0;
}

.bobo-goods-read .main-left .sidemenu > ul > li {
  border-bottom: 1px solid #efefef;
}

.bobo-goods-read .main-left .sidemenu > ul > li h2 {
  font-family: var(--font-family);
  line-height: 20px;
  display: block;
  font-size: var(--bobo-goods-read-left-text-size);
  font-weight: 400;
  font-family: var(--font-family);
  color: var(--title-text-color);
  cursor: pointer;
  position: relative;
}

.bobo-goods-read .main-left .sidemenu > ul > li h2 a {
  display: block;
  text-transform: capitalize;
}

.bobo-goods-read .main-left .sidemenu > ul > li h2 a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.bobo-goods-read .main-left .sidemenu > ul > li h2 span {
  position: absolute;
  top: calc(50% - 23px);
  right: 0;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.bobo-goods-read .sidemenu > ul > li h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--title-text-color);
  font-size: var(--bobo-goods-list-text-size);
  cursor: pointer;
  font-weight: 400;
  font-family: var(--font-family);
}

.bobo-goods-read .main-left .sidemenu > ul > li ul {
  display: none;
  border-top: 1px solid #efefef;
  padding-left: 20px;
}

.bobo-goods-read .main-left .sidemenu > ul > li li:last-child {
  border-bottom: none;
}

.bobo-goods-read .main-left .sidemenu > ul > li li a {
  color: var(--title-text-color);
  font-size: var(--bobo-goods-read-right-text-size);
  display: block;
  text-transform: capitalize;
}

.bobo-goods-read .main-left .sidemenu > ul > li li.active > a,
.bobo-goods-read .main-left .sidemenu > ul > li li a:hover {
  color: var(--color-primary);
  font-weight: 700;
}

.bobo-goods-read .main-left .sidemenu ul > li.active > h2 a, .bobo-goods-read .main-left .sidemenu ul > li.active > h3 a {
  color: var(--color-primary);
  font-weight: 700;
}

.bobo-goods-read .pro_img .pro_relative {
  position: relative;
}

.bobo-goods-read .pro_img .pro_relative {
  display: none;
}
.bobo-goods-read .pro_img .pro_relative.active {
  display: block;
}

.bobo-goods-read .pro_view {
  /* overflow: hidden; */
  display: -webkit-flex;
  display: flex;
}
.bobo-goods-read .pro_view .pro_img img {
  margin: auto;
  width: var(--bobo-goods-read-right-large-img-w);
  aspect-ratio: 1;
  object-fit: cover;
}

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

.bobo-goods-read .pro_view .vshow i {
  font-size: 100px;
}

.bobo-goods-read .pro_view .vshow i:hover {
  opacity: 1;
}

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

.bobo-goods-read .pro_img {
  /* padding-right: var(--bobo-goods-read-right-large-img-mr); */
}

.bobo-goods-read .pro_view_inner h1 {
  font-size: clamp(24px, 1.46vw, 28px);
  font-weight: 700;
  line-height: var(--bobo-goods-read-title-leading);
}

.bobo-goods-read .pro_intro {
  margin: 20px 0 30px;
  color: var(--text-color);
  font-size: var(--bobo-goods-read-right-text-size);
}

.bobo-goods-read .pro_intro p span {
  line-height: var(--bobo-goods-read-right-text-leading);
}

.bobo-goods-read .pro_intro p strong {
  color: var(--title-text-color);
}

.bobo-goods-read .pro_intro p ~ p {
  margin-top: 8px;
}

.bobo-goods-read .pro-share {
  margin: 35px 0 0;
}


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

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

.bobo-goods-read .pro_tab.scroll-top {
  position: fixed;
  top: 130px;
  width: 1030px;
  z-index: 99;
}

.bobo-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;
}

.bobo-goods-read .pro_tab 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;
}

.bobo-goods-read .pro_tab li::after {
  content: "";
  width: 0;
  background: var(--color-primary);
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.bobo-goods-read .pro_tab li.active {
  color: var(--title-text-color);
}

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

.bobo-goods-read .pro_text {
  margin: 30px 0 0;
  position: relative;
}
.bobo-goods-read .pro_text > div:not(:first-child) {
  margin-bottom: 50px;
}

.bobo-goods-read .pro_text .tit {
  height: 46px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.bobo-goods-read .pro_text .tit h2 {
  font-size: 20px;
  color: var(--title-text-color);
  font-weight: 700;
}

.bobo-goods-read .pro-overview {
  margin-top: 16px;
}

.bobo-goods-read .pro-overview .view {
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}

.bobo-goods-read .pro-overview .swiper-slide {
  cursor: pointer;
}

.bobo-goods-read .pro-overview .swiper-slide.swiper-select-active {
  border: 1px solid var(--color-primary);
}

.bobo-goods-read .pro-overview .swiper-slide img {
  aspect-ratio: 1;
  object-fit: cover;
}
.bobo-goods-read .pro-overview .arrow-left,
.bobo-goods-read .pro-overview .arrow-right {
  position: absolute;
  top: calc(50% - 30px);
  line-height: 60px;
  z-index: 10;
  text-align: center;
}

.bobo-goods-read .pro-overview .arrow-left {
  left: -10px;
}

.bobo-goods-read .pro-overview .arrow-right {
  right: -10px;
}

.bobo-goods-read .pro-overview .arrow-left i,
.bobo-goods-read .pro-overview .arrow-right i {
  color: #000;
  font-size: 16px;
}

.bobo-goods-read .pro-overview .arrow-left:hover i,
.bobo-goods-read .pro-overview .arrow-right:hover i {
  color: var(--color-primary);
}

.bobo-goods-read .pro-overview dl {
  font-size: 17px;
  line-height: 30px;
}

.bobo-goods-read .pro-overview dd {
  padding: 0 0 0 28px;
}

.bobo-goods-read .pro-overview dd::before {
  position: absolute;
  left: 0;
  content: "ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ ";
  color: var(--color-primary);
  font-size: 10px;
}

.bobo-goods-read .pro-overview dd + dd {
  margin-top: 9px;
}

.bobo-goods-read .pro-parameter {
  font-size: clamp(14px, 0.94vw, 18px);
  line-height: 30px;
}
.bobo-goods-read .pro-parameter p{line-height:1.7;color:#333;margin:10px 0;font-size: clamp(14px, 0.94vw, 18px);}
.bobo-goods-read .pro-parameter .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.bobo-goods-read tr td {
  word-break: break-word;
}

.bobo-goods-read .pro-parameter table {
  width: 100%;
  font-size: 16px;
  border: 1px solid #e6ebf3;
}

.bobo-goods-read .pro-parameter table th {
  padding: 10px 20px;
  border: 1px solid #e6ebf3;
  background-color: #f8fafc;
}

.bobo-goods-read .pro-parameter table td:first-child {
  padding: 10px 20px;
  border: 1px solid #e6ebf3;
  background-color: #f8fafc !important;
}

.bobo-goods-read .pro-parameter table td {
  padding: 10px 20px;
  border: 1px solid #e6ebf3;
  background-color: #fff;
}

.bobo-goods-read .pro-parameter table p {
  margin: 0 !important;
}

.bobo-goods-read .pro-features li {
  position: relative;
  display: -webkit-flex;
  display: flex;
  background: #fafafa;
  -webkit-align-items: center;
  align-items: center;
}

.bobo-goods-read .pro-features li + li {
  margin-top: 60px;
}

.bobo-goods-read .pro-features li .pic {
  width: 383px;
}

.bobo-goods-read .pro-features li .txt {
  -webkit-flex: 1;
  flex: 1;
  padding: 0 60px;
}

.bobo-goods-read .pro-features li .txt h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
}

.bobo-goods-read .pro-features li .txt h2::after {
  content: "";
  width: 17px;
  height: 2px;
  background: #333;
  margin: 15px auto 0 0;
  display: block;
}

.bobo-goods-read .pro-features li .txt .t {
  margin: 20px 0 0;
  font-size: clamp(14px, 0.94vw, 18px);
  line-height: 1.66;
  text-transform: capitalize;
}

.bobo-goods-read .pro-features li .txt .t p ~ p {
  margin-top: 15px;
}

.bobo-goods-read .pro-features li:nth-child(2n + 1) {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}

.bobo-goods-read .pro-video .video {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bobo-goods-read .pro-video .video .play {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: block;
}

.bobo-goods-read .pro-video .video img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.bobo-goods-read .pro-video .video:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.bobo-goods-read .pro-video .video:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}

.bobo-goods-read .pro-inquiry {
  padding: 55px 0 28px;
}

.bobo-goods-read .pro-inquiry h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--title-text-color);
  text-align: center;
  margin-bottom: 40px;
}

.bobo-goods-read .rela-pro .tit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.bobo-goods-read .rela-pro .tit h2 {
  font-size: 22px;
  color: var(--title-text-color);
  font-weight: 700;
  line-height: 1;
}

.bobo-goods-read .rela-pro .tit .page {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.bobo-goods-read .rela-pro .tit .page .swiper-button-prev,
.bobo-goods-read .rela-pro .tit .page .swiper-button-next {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: var(--color-primary);
  color: #fff;
  position: static;
  margin-top: 0;
}

.bobo-goods-read .rela-pro .tit .page .swiper-button-prev i,
.bobo-goods-read .rela-pro .tit .page .swiper-button-next i {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  margin-top: 2px;
}

.bobo-goods-read .rela-pro .tit .page .swiper-button-next {
  margin-left: 14px;
}

.bobo-goods-read .rela-pro .tit .page .swiper-button-prev::after,
.bobo-goods-read .rela-pro .tit .page .swiper-button-next::after {
  display: none;
}

.bobo-goods-read .rela-pro .tit .page .swiper-button-prev:hover,
.bobo-goods-read .rela-pro .tit .page .swiper-button-next:hover {
  background: var(--color-primary);
}

.bobo-goods-read .rela-pro .list {
  margin: 25px 0 0;
}

.bobo-goods-read .rela-pro .swiper-slide a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.bobo-goods-read .rela-pro .swiper-slide a > img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.bobo-goods-read .rela-pro .swiper-slide .t::after {
  content: "";
  height: 2px;
  position: absolute;
  left: 15px;
  width: 0;
  bottom: 16px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease 0.3s;
  -webkit-transition: all 0.3s ease 0.3s;
}

.bobo-goods-read .rela-pro .swiper-slide .t p {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.5px;
  padding: 0 0 0 30px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.bobo-goods-read .rela-pro .swiper-slide .t p::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}

.bobo-goods-read .rela-pro .swiper-slide .t2 {
  padding: 0 70px;
}

.bobo-goods-read .rela-pro .swiper-slide .t2 p {
  font-size: 17px;
  line-height: 36px;
}

.bobo-goods-read .rela-pro .swiper-slide:hover .t {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bobo-goods-read .rela-pro .swiper-slide:hover .t::after {
  width: calc(100% - 30px);
}

.bobo-goods-read .rela-pro .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 20px;
}

.bobo-goods-read .rela-pro .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 3px;
  background: var(--color-priamry);
  border-radius: 10px;
  opacity: 1;
  box-sizing: border-box;
}

.bobo-goods-read .rela-pro .swiper-pagination-bullet-active {
  width: 12px;
  background: var(--color-priamry);
}

.bobo-goods-read .inquirbox .row {
  margin-bottom: 30px;
}

.bobo-goods-read .inquirbox .row em {
  font-size: clamp(14px, 0.94vw, 18px);
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  font-family: var(--title-font-family);
  color: var(--title-text-color);
}

.bobo-goods-read .inquirbox .row em i {
  color: red;
}

.bobo-goods-read .inquirbox input[type="text"],
.bobo-goods-read .inquirbox textarea {
  padding: 18px 34px 18px 20px;
  font-size: 17px;
  border: 2px solid #dfdfdf;
  width: 100%;
  line-height: 20px;
  background: 0 0;
  text-align: left;
  box-sizing: border-box;
}

.bobo-goods-read .inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}

.bobo-goods-read .inquirbox input[type="text"]:focus,
.bobo-goods-read .inquirbox textarea:focus {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  outline: 0;
}

.bobo-goods-read .inquirbox .red {
  color: red;
  font-weight: 700;
}

.bobo-goods-read .inquirbox .yzm {
  width: 70%;
  margin-right: 10px;
}

.bobo-goods-read .inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.bobo-goods-read .inquirbox .submit {
  display: block;
  font-family: var(--title-font-family);
  background: var(--color-primary);
  border-radius: var(--button-radius);
  color: var(--title-text-color);
  width: 225px;
  height: 55px;
  line-height: 55px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}

.bobo-goods-read .inquirbox .submit:hover {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background: none;
}
 

@media screen and (max-width: 1500px) {
  :root {
    --bobo-goods-read-left-w: 300px;
    --bobo-goods-read-left-mr: 30px;
  }
  
  .bobo-goods-read .pro_tab.scroll-top {
    width: 870px;
  }

  .bobo-goods-read .pro-features li .txt {
    padding: 0 30px;
  }

  .bobo-goods-read .inquirbox .row em {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --bobo-goods-read-left-w: 260px;
    --bobo-goods-read-left-mr: 30px;
    --bobo-goods-read-right-large-img-mr: 30px;
    --bobo-goods-read-right-text-leading: 1.4;
    --bobo-goods-read-left-text-size: 16px;
  }
  .bobo-goods-read .pro_tab.scroll-top {
    width: 720px;
  }

  .bobo-goods-read .pro-parameter table td:first-child {
    padding: 8px 15px;
  }

  .bobo-goods-read .pro-parameter table td {
    padding: 8px 15px;
  }

  .bobo-goods-read .pro-inquiry {
    padding: 40px 30px 25px;
  }

  .bobo-goods-read .inquirbox input[type="text"],
  .bobo-goods-read .inquirbox textarea {
    padding: 17px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --bobo-goods-read-left-w: 220px;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --bobo-goods-read-left-w: 200px;
  }
  .bobo-goods-read .pro_view {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .bobo-goods-read .rela-pro .swiper-slide .t {
    padding: 0 8px;
  }
  .bobo-goods-read .rela-pro .swiper-slide .t p {
    padding: 0 0 0 16px;
  }
 .bobo-goods-read .pro_tab.scroll-top {
    width: 460px;
    overflow-x: auto;
  }


}

@media screen and (max-width: 991px) {
  :root {
    --bobo-goods-read-title-size: 18px;
    --bobo-goods-read-left-mr: 20px;
    --bobo-goods-read-left-text-size: 15px;
    --bobo-goods-read-right-text-size: 15px;
  }
  .bobo-goods-read .pro_tab.scroll-top {
    width: 100%;
    top: 0;
    left: 0;
  }
  .bobo-goods-read.main {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .bobo-goods-read .main-left {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .bobo-goods-read .main-left .sidemenu > h2 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .bobo-goods-read .main-left .sidemenu > h2::after {
    display: block;
    top: -8px;
  }

  .bobo-goods-read .main-left .sidemenu ul {
    display: none;
  }

  .bobo-goods-read .main-left .sidemenu > ul > li h2 a {
    padding: 10px 50px 10px 0;
  }

  .bobo-goods-read .main-right {
    width: 100%;
    flex: auto;
  }

  .bobo-goods-read .pro_view {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .bobo-goods-read .pro_img {
    margin: 0 auto;
  }

  .bobo-goods-read .pro_view_inner {
    width: 100%;
    margin: 20px 0 0;
  }

  .bobo-goods-read .pro_view_inner h1 {
    margin: 0;
    text-align: center;
  }

  .bobo-goods-read .pro_intro {
    line-height: 22px;
    margin: 15px 0 25px;
  }

  .bobo-goods-read .pro-share {
    margin: 20px 0 0;
    text-align: center;
  }

  .bobo-goods-read .pro_btn {
    text-align: center;
  }


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

  .bobo-goods-read .pro_text {
    margin: 25px 0 0;
  }

  .bobo-goods-read .pro-overview dl {
    font-size: 15px;
    line-height: 24px;
  }

  .bobo-goods-read .pro-overview dd {
    padding: 0 0 0 20px;
    background-position: left 7px;
  }

  .bobo-goods-read .pro-overview dd + dd {
    margin-top: 6px;
  }

  .bobo-goods-read .pro-parameter {
    font-size: 15px;
    line-height: 24px;
  }

  /* .bobo-goods-read .pro-parameter table {
    font-size: 15px;
  }

  .bobo-goods-read .pro-parameter table th {
    padding: 8px 10px !important;
  }

  .bobo-goods-read .pro-parameter table td {
    padding: 8px 10px !important;
  }

  .bobo-goods-read .pro-parameter table td * {
    font-size: 15px !important;
  } */

  .bobo-goods-read .pro-features li {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }

  .bobo-goods-read .pro-features li + li {
    margin-top: 20px;
  }

  .bobo-goods-read .pro-features li .pic {
    width: 383px;
    margin: 0 auto;
  }

  .bobo-goods-read .pro-features li .txt {
    padding: 20px 0 0;
  }

  .bobo-goods-read .pro-features li .txt h2 {
    font-size: 20px;
    text-align: center;
  }

  .bobo-goods-read .pro-features li .txt h2::after {
    margin: 15px auto 0;
  }

  .bobo-goods-read .pro-features li .txt .t {
    margin: 15px 0 0;
    font-size: 15px;
    line-height: 1.4;
  }

  .bobo-goods-read .pro-features li .txt .t p ~ p {
    margin-top: 10px;
  }

  .bobo-goods-read .pro-features li:nth-child(2n + 1) {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

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

  .bobo-goods-read .pro-inquiry h4 {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .bobo-goods-read .inquirbox .row {
    margin-bottom: 0;
  }

  .bobo-goods-read .inquirbox .row > div {
    margin-bottom: 10px;
  }

  .bobo-goods-read .inquirbox .row em {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .bobo-goods-read .inquirbox input[type="text"],
  .bobo-goods-read .inquirbox textarea {
    padding: 10px;
    font-size: 15px;
    border: 1px solid #dfdfdf;
  }

  .bobo-goods-read .inquirbox .submit {
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }

  .bobo-goods-read .rela-pro .tit h2 {
    font-size: 20px;
  }

  .bobo-goods-read .rela-pro .tit .page .swiper-button-prev,
  .bobo-goods-read .rela-pro .tit .page .swiper-button-next {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }

  .bobo-goods-read .rela-pro .tit .page .swiper-button-next {
    margin-left: 10px;
  }

  .bobo-goods-read .rela-pro .list {
    margin: 25px 0 0;
  }

  .bobo-goods-read .rela-pro .swiper-slide .t {
    position: static;
    padding: 15px 10px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .bobo-goods-read .rela-pro .swiper-slide .t::after {
    display: none;
  }

  .bobo-goods-read .rela-pro .swiper-slide .t p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding: 0;
    -webkit-line-clamp: 2;
  }

  .bobo-goods-read .rela-pro .swiper-slide .t p::before {
    display: none;
  }

  .bobo-goods-read .rela-pro .swiper-slide .t2 {
    padding: 15px 10px;
  }

  .bobo-goods-read .rela-pro .swiper-slide .t2 p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 576px) {
  .bobo-goods-read .pro_img {
    width: 100%;
  }
}


:root {
  /* Ã¤Â¸Å½Ã©Â¦â€“Ã©Â¡ÂµÃ§Â»Å¸Ã¤Â¸â‚¬Ã§Å¡â€žÃ¨â€°Â²Ã¥Â½Â©Ã¥ÂËœÃ©â€¡Â */
  --color-primary: #c46b3f; /* Ã¦Å¡â€“Ã¦Â£â€¢Ã¨â€°Â²Ã¯Â¼Å’Ã¤Â¸Å½Ã©Â¦â€“Ã©Â¡ÂµÃ¦Å’â€°Ã©â€™Â®/Ã¥Â¼ÂºÃ¨Â°Æ’Ã¨â€°Â²Ã¥Å’Â¹Ã©â€¦Â */
  --text-color: #555555;
  --title-text-color: #1a1a1a;
  --bg-light: #f8f5f2; /* Ã§Â±Â³Ã§â„¢Â½Ã¨Æ’Å’Ã¦â„¢Â¯Ã¯Â¼Å’Ã¥â€˜Â¼Ã¥Âºâ€Ã©Â¦â€“Ã©Â¡ÂµÃ¦Âµâ€¦Ã¨â€°Â²Ã¨Â°Æ’ */
  --border-color: #e8e4e0;
  --font-family: 'Helvetica Neue', 'Arial', sans-serif;
  --font-serif: Georgia, 'Times New Roman', serif;
  --button-radius: 0; /* Ã§â€ºÂ´Ã¨Â§â€™Ã¦Å’â€°Ã©â€™Â®Ã¯Â¼Å’Ã¥â€˜Â¼Ã¥Âºâ€Ã©Â¦â€“Ã©Â¡ÂµÃ§Â®â‚¬Ã§ÂºÂ¦Ã©Â£Å½Ã¦Â Â¼ */

  /* Ã¦Å½â€™Ã§â€°Ë†Ã¥ÂËœÃ©â€¡Â */
  --bobo-goods-read-title-size: 28px;
  --bobo-goods-read-title-leading: 1.3;
  --bobo-goods-read-left-w: 300px;
  --bobo-goods-read-left-mr: 60px;
  --bobo-goods-read-left-text-size: 15px;
  --bobo-goods-read-right-text-size: 16px;
  --bobo-goods-read-right-text-leading: 1.8;
  --bobo-goods-read-right-large-img-mr: 60px;
  --bobo-goods-read-right-large-img-w: 450px;
}

body {
  background-color: var(--bg-light);
  color: var(--text-color);
  font-family: var(--font-family);
  line-height: 1.6;
}

/* Ã©ÂÂ¢Ã¥Å’â€¦Ã¥Â±â€˜Ã¥Â¯Â¼Ã¨Ë†Âª */
.bobo-goods-read .navigation-text {
  font-size: 14px;
  color: var(--text-color);
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bobo-goods-read .navigation-text a {
  color: var(--title-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.bobo-goods-read .navigation-text a:hover {
  color: var(--color-primary);
}

/* Ã¤Â¸Â»Ã¥Â®Â¹Ã¥â„¢Â¨ */
.bobo-goods-read {
  margin: 60px auto;
  padding: 0;
}
 
 

.bobo-goods-read .sidemenu {
  background: #fff;
  padding: 30px;
  border: 1px solid var(--border-color);
}

.bobo-goods-read .sidemenu > h2 {
  font-family: var(--font-serif);
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--title-text-color);
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.bobo-goods-read .sidemenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bobo-goods-read .sidemenu li {
  margin-bottom: 12px;
}

.bobo-goods-read .sidemenu li h2,
.bobo-goods-read .sidemenu li h3 {
  font-size: var(--bobo-goods-read-left-text-size);
  font-weight: 400;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bobo-goods-read .sidemenu li a {
  color: var(--text-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

.bobo-goods-read .sidemenu li.active a,
.bobo-goods-read .sidemenu li a:hover {
  color: var(--color-primary);
  font-weight: 500;
}

.bobo-goods-read .sidemenu li ul {
  padding-left: 15px;
  margin-top: 10px;
  border-top: 1px solid var(--border-color);
  padding-top: 10px;
}

/* Ã¥ÂÂ³Ã¤Â¾Â§Ã¤Â¸Â»Ã¥â€ â€¦Ã¥Â®Â¹Ã¥Å’Âº */
.bobo-goods-read .main-right {
  flex: 1;
  min-width: 0;
}

/* Ã¤ÂºÂ§Ã¥â€œÂÃ¥Â±â€¢Ã§Â¤ÂºÃ¥Å’Âº */
.bobo-goods-read .pro_view {
  display: flex;
  gap: var(--bobo-goods-read-right-large-img-mr);
  margin-bottom: 60px;
}

 

.bobo-goods-read .pro_img .pro_relative {
  display: none;
  background: #fff;
  padding: 20px;
  border: 1px solid var(--border-color);
}

.bobo-goods-read .pro_img .pro_relative.active {
  display: block;
}

.bobo-goods-read .pro_img .preview-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

/* Ã§Â¼Â©Ã§â€¢Â¥Ã¥â€ºÂ¾Ã¨Â½Â®Ã¦â€™Â­ */
.bobo-goods-read .pro-overview {
  margin-top: 20px;
}

.bobo-goods-read .pro-overview .view {
  position: relative;
}

.bobo-goods-read .pro-overview .swiper-slide {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.bobo-goods-read .pro-overview .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bobo-goods-read .pro-overview .swiper-slide.swiper-select-active {
  border-color: var(--color-primary);
}

.bobo-goods-read .pro-overview .arrow-left,
.bobo-goods-read .pro-overview .arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  cursor: pointer;
  transition: all 0.3s ease;
}

.bobo-goods-read .pro-overview .arrow-left:hover,
.bobo-goods-read .pro-overview .arrow-right:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.bobo-goods-read .pro-overview .arrow-left:hover i,
.bobo-goods-read .pro-overview .arrow-right:hover i {
   
  color: #fff;
}



/* Ã¤ÂºÂ§Ã¥â€œÂÃ¤Â¿Â¡Ã¦ÂÂ¯ */
.bobo-goods-read .pro_view_inner {
  flex: 1;
}

.bobo-goods-read .pro_view_inner h1 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: var(--bobo-goods-read-title-size);
  line-height: var(--bobo-goods-read-title-leading);
  color: #3f3936;
  margin: 0 0 25px;
  text-transform: capitalize;
}

.bobo-goods-read .pro_intro {
  margin: 30px 0;
  font-size: var(--bobo-goods-read-right-text-size);
  line-height: var(--bobo-goods-read-right-text-leading);
  color: var(--text-color);
}

/* Ã¦Å’â€°Ã©â€™Â®Ã¦Â Â·Ã¥Â¼Â */
.bobo-goods-read .pro_btn .book {
  display: inline-block;
  padding: 15px 40px;
  background: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 50px;
  margin-top: 20px;
}

.bobo-goods-read .pro_btn .book:hover {
  background: transparent;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.bobo-goods-read .pro-share {
  margin-top: 30px;
}

/* Ã¨Â¯Â¦Ã¦Æ’â€¦Ã¦Â â€¡Ã§Â­Â¾Ã©Â¡Âµ */
.bobo-goods-read .pro_tab {
  background: #fff;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 40px;
}

.bobo-goods-read .pro_tab ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0;
}

.bobo-goods-read .pro_tab li {
  font-size: clamp(9px, 0.73vw, 14px);
  text-transform: uppercase;
  /* letter-spacing: 0.5px; */
  color: var(--text-color);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.bobo-goods-read .pro_tab li.active {
  color: var(--title-text-color);
  border-bottom-color: var(--color-primary);
}

.bobo-goods-read .pro_tab li:hover {
  color: var(--color-primary);
}

/* Ã¨Â¯Â¦Ã¦Æ’â€¦Ã¥â€ â€¦Ã¥Â®Â¹Ã¥Å’Âº */
.bobo-goods-read .pro-scroll {
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
  border: 1px solid var(--border-color);
}
.bobo-goods-read .pro-scroll dl *{
 
  line-height: 1.8;
  
}
.bobo-goods-read .pro-scroll dl{
  font-size: clamp(14px, 0.94vw, 18px);
  line-height: 1.8;
  color: #333;
  margin: 10px 0;
}
.bobo-goods-read .pro-scroll dl p {
  font-size: clamp(14px, 0.94vw, 18px);
  line-height: var(--bobo-goods-read-right-text-leading);
  color: #333;
  margin: 10px 0;
}
.bobo-goods-read .pro-scroll .pro-title{
   color: var(--title-text-color, #000);
   font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
   font-size: clamp(22px, 1.77vw, 34px);
   font-weight: 500;
   line-height: 1;
   letter-spacing: -0.02em;
   margin-bottom: 20px;
}
.bobo-goods-read .pro-parameter table {
  width: 100%;
  border-collapse: collapse;
}

.bobo-goods-read .pro-parameter th,
.bobo-goods-read .pro-parameter td {
  padding: 15px;
  border: 1px solid var(--border-color);
  text-align: left;
}

.bobo-goods-read .pro-parameter th {
  background: var(--bg-light);
  font-weight: 500;
  color: var(--title-text-color);
}

/* Ã¦Å½Â¨Ã¨ÂÂÃ¤ÂºÂ§Ã¥â€œÂ */
.bobo-goods-read .rela-pro .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.bobo-goods-read .rela-pro .tit h5 {
  font-family: var(--font-serif);
  font-size: clamp(20px, 1.77vw, 34px);
  color: var(--title-text-color);
  margin: 0;
}

.bobo-goods-read .rela-pro .swiper-button-prev,
.bobo-goods-read .rela-pro .swiper-button-next {
  background: var(--color-primary);
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 50px;
}

.bobo-goods-read .rela-pro .swiper-button-prev:hover,
.bobo-goods-read .rela-pro .swiper-button-next:hover {
  background: var(--title-text-color);
}

.bobo-goods-read .rela-pro .swiper-slide {
  transition: transform 0.3s ease;
}

.bobo-goods-read .rela-pro .swiper-slide:hover {
  transform: translateY(-5px);
}

.bobo-goods-read .rela-pro .swiper-slide img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.bobo-goods-read .rela-pro .swiper-slide .t {
  background: rgba(196, 107, 63, 0.9);
  color: #fff;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bobo-goods-read .rela-pro .swiper-slide:hover .t {
  opacity: 1;
}

/* Ã¥â€œÂÃ¥Âºâ€Ã¥Â¼ÂÃ©â‚¬â€šÃ©â€¦Â */
@media screen and (max-width: 992px) {
  .bobo-goods-read .main {
    flex-direction: column;
  }

  .bobo-goods-read .main-left {
    width: 100%;
    margin-right: 0;
  }

  .bobo-goods-read .pro_view {
    flex-direction: column;
    gap: 0;
    margin-bottom: 15px;
  }

  .bobo-goods-read .pro_img {
    width: 100%;
    margin-bottom: 0;
  }
  .bobo-goods-read .sidemenu {padding: 15px;}
  .bobo-goods-read .main-left .sidemenu > h2 {height: auto;line-height: 1;}
  .bobo-goods-read .sidemenu > h2 {margin-bottom: 0;}
  .bobo-goods-read .main-left .sidemenu > ul > li li a {font-size: 14px;padding: 5px 0;}
  .bobo-goods-read .main-left .sidemenu h3 a{padding: 0;}
  .bobo-goods-read .sidemenu li {margin-bottom: 0;}
  .bobo-goods-read .main-right {flex: auto;width: 100%;}
  .bobo-goods-read .pro-overview .swiper-slide {height: auto;}
  .bobo-goods-read .pro_btn .book {padding: 10px 25px;font-size: 12px; margin-top: 0;}
  .bobo-goods-read .pro_view_inner h1 {margin:15px 0 0 0;}
  .bobo-goods-read .pro_tab {height: auto;overflow-x: auto;}
  .bobo-goods-read .pro_tab ul {white-space: nowrap;}
  .bobo-goods-read .pro_tab ul li {font-size: 13px;margin: 0 10px;}
  .bobo-goods-read .rela-pro .swiper-slide .t {padding: 10px;}
  .bobo-goods-read .pro_text > div:not(:first-child) {margin-bottom: 30px;}
  .bobo-goods-read .pro-scroll hr{ margin: 30px 0;}
}


@media screen and (max-width: 991px) {
  :root {
    --bobo-goods-read-title-size: 22px;
    --bobo-goods-read-right-large-img-w: 100%;
  }

  .bobo-goods-read {
    margin: 30px auto;
  }

  .bobo-goods-read .pro_tab ul {
    overflow-x: auto;
  }

  .bobo-goods-read .pro-scroll {
    padding: 15px;
  }
}


@media(max-width:400px){
.bobo-goods-read .pro_tab ul li {margin: 0 10px;}
.bobo-goods-read .pro-scroll hr{ margin: 20px 0;}
}

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