@charset "UTF-8";
.product-main {
  margin-top: 188px;
}
@media (max-width: 1200px) {
  .product-main {
    margin-top: 137px;
  }
}
.product-main article {
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.7), rgb(0, 0, 0));
  padding: 0;
  margin-top: 50px;
}
.product-main article .h3 {
  color: #fff;
  font-size: 60px;
  text-align: center;
  font-weight: bold;
  padding: 100px 10px 0 10px;
}
@media (max-width: 991px) {
  .product-main article .h3 {
    font-size: 28px;
  }
}
.product-main article .tab-article {
  background: #000;
}
.product-main article .tab-article > div {
  display: none;
}
.product-main article .tab-article > div > h4 {
  text-align: center;
}
.product-main article .tab-article > div.active {
  display: block;
  padding: 30px;
}
.product-main article .tab-article > div .product-table.top-border tr:first-of-type td {
  border-top: 1px solid #aaa;
}
.product-main article .tab-article > div .product-table.al-center td {
  vertical-align: middle;
}
.product-main article .tab-article > div .product-table.justify-center td {
  text-align: center;
}
.product-main article .tab-article > div .product-table td {
  border-color: #aaa;
}
.product-main article .tab-article > div .product-table .bg-gray {
  background: #ddd;
}
.product-main article .tab-article > div .product-collapse {
  padding: 0;
  list-style: none;
}
.product-main article .tab-article > div .product-collapse li {
  margin-bottom: 20px;
}
.product-main article .tab-article > div .product-collapse li > h4 {
  padding: 10px 60px 10px 40px;
  font-size: 18px;
  margin: 0;
  border-bottom: 2px #ddd solid;
  position: relative;
  cursor: pointer;
}
.product-main article .tab-article > div .product-collapse li > h4:after {
  position: absolute;
  content: "\f067"; /* plus */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 30px;
  top: 10px;
}
.product-main article .tab-article > div .product-collapse li > div {
  display: none;
}
.product-main article .tab-article > div .product-collapse li.active > h4:after {
  content: "\f068"; /* minus */
}
.product-main article .tab-article > div .product-collapse li.active > div {
  display: block;
}
.product-main article .tab-article > div .download-list {
  list-style: none;
  padding-left: 0;
}
.product-main article .tab-article > div .download-list li {
  margin-bottom: 20px;
}
.product-main article .tab-article > div .download-list li a {
  color: #000;
  position: relative;
  padding-left: 40px;
}
.product-main article .tab-article > div .download-list li a:hover {
  color: #e60012;
}
.product-main article .tab-article > div .download-list li a::before {
  display: inline-block;
  content: "";
  background: url(../images/download.png) no-repeat;
  background-size: 22px 24px;
  width: 22px;
  height: 24px;
  padding-left: 30px;
  left: 0;
  top: 0px;
  position: absolute;
}
.product-main article .tab-product-box {
  border-bottom: 1px solid #fff;
}
.product-main article .tab-product {
  list-style: none;
  display: flex;
  padding-bottom: 15px;
  overflow-x: auto;
  white-space: nowrap;
  margin: 100px auto 0 auto;
  font-size: 18px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 992px) {
  .product-main article .tab-product {
    font-size: 16px;
  }
}
.product-main article .tab-product li {
  flex: 1 0;
  padding: 0 30px;
}
@media screen and (max-width: 992px) {
  .product-main article .tab-product li {
    max-width: 200px;
    white-space: normal;
    word-break: break-word;
    padding: 0 15px;
  }
}
.product-main article .tab-product li a {
  color: #a0a0a0;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 992px) {
  .product-main article .tab-product li a {
    max-width: 200px;
    white-space: normal;
    word-break: break-word;
  }
}
.product-main article .tab-product li:hover a {
  color: #fff;
}
.product-main article .tab-product li.active a {
  color: #fff;
}
.product-main article .tab-product li.active a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 5px;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}

.product-swiper2-wrap {
  position: relative;
}
.product-swiper2-wrap .swiper2-prev,
.product-swiper2-wrap .swiper2-next {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  color: #000;
}
.product-swiper2-wrap .swiper2-prev::after,
.product-swiper2-wrap .swiper2-next::after {
  font-size: 25px;
  color: #000;
}
@media (max-width: 767px) {
  .product-swiper2-wrap .swiper2-prev,
  .product-swiper2-wrap .swiper2-next {
    display: none;
  }
}
.product-swiper2-wrap .swiper2-prev {
  left: -35px;
}
.product-swiper2-wrap .swiper2-next {
  right: -35px;
}

.product-swiper2 {
  margin-bottom: 40px;
}
.product-swiper2 .swiper-wrapper {
  height: auto;
}
.product-swiper2 .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.product-swiper1 .swiper-wrapper {
  height: auto;
}
.product-swiper1 .swiper-wrapper .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
}
.product-swiper1 .swiper-wrapper .swiper-slide:hover {
  opacity: 1;
}
.product-swiper1 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.product-swiper1 .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.product-swiper1 .button-tool {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.product-swiper1 .swiper1-next,
.product-swiper1 .swiper1-prev {
  bottom: 0;
  position: relative;
  margin: 0 10px;
  color: #000;
}
.product-swiper1 .swiper1-next::after,
.product-swiper1 .swiper1-prev::after {
  font-size: 16px;
}
@media (max-width: 767px) {
  .product-swiper1 .swiper1-next,
  .product-swiper1 .swiper1-prev {
    display: none;
  }
}

.product-article {
  color: #000;
  padding-left: 100px;
}
@media screen and (max-width: 992px) {
  .product-article {
    padding-left: 0px;
  }
}
.product-article .product-type {
  font-weight: 600;
}
.product-article h2 {
  font-weight: bold;
  font-size: 46px;
  margin: 10px 0;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  .product-article h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .product-article h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .product-article h2 {
    font-size: 30px;
  }
}
.product-article .specification {
  -moz-column-count: 2;
       column-count: 2;
  margin: 40px 0 50px 0;
  padding-left: 20px;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .product-article .specification {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .product-article .specification {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.product-article .specification li {
  padding-right: 10px;
  margin-bottom: 5px;
}
.product-article h3 {
  font-weight: bold;
  font-size: 20px;
}
.product-article .variation {
  padding-left: 0;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  list-style: none;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product-article .variation {
    display: block;
  }
}
.product-article .variation li {
  margin: 5px 0;
}
.product-article .variation li a {
  display: flex;
  color: #000;
  border: 1px #000 solid;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .product-article .variation li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .product-article .variation li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 10px;
  }
}
.product-article .variation li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.product-article .type {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 30px;
}
.product-article .type label {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 2px #ddd solid;
  background: #000;
  cursor: pointer;
}
.product-article .type label > div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
.product-article .type [type=radio] {
  opacity: 0;
  position: absolute;
  text-indent: -999px;
}
.product-article .type [type=radio]:checked + label {
  border-color: #000;
  background: #fff;
}
.product-article .type [type=radio]:checked + label > div {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px #000 solid;
}
.product-article .checked {
  color: #000;
  font-size: 14px;
}
.product-article .checked:hover {
  color: #666;
}
.product-article .find-stores-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 12px 28px;
  margin-top: 10px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #000;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 767px) {
  .product-article .find-stores-btn {
    width: 100%;
  }
}
.product-article .find-stores-btn:hover, .product-article .find-stores-btn:focus {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.product-article .product-badges {
  list-style: none;
  padding-left: 0;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}
.product-article .product-badges li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-article .product-badges img {
  display: block;
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 992px) {
  .product-article .product-badges img {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .product-article .product-badges img {
    width: 60px;
    height: 60px;
  }
}
.product-article select {
  width: 100%;
  border: 1px solid #000;
  padding: 7px 40px 7px 20px;
  margin: 20px 0;
  display: block;
  max-width: 500px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path fill='none' stroke='%23000' stroke-width='1.5' d='M1 1l5 5 5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px 8px;
}

.mySwiper2 {
  position: relative;
  /* 滑鼠滑入主圖 → 鼠標變為放大鏡，點擊直接以 PhotoSwipe 展開滿版大圖 */
}
.mySwiper2 .swiper-slide img {
  cursor: zoom-in;
}

.swiper-slide {
  overflow: hidden;
}

/* 讓 swiper 導覽鈕可以正常點擊 */
.swiper-button-next,
.swiper-button-prev {
  pointer-events: auto;
  z-index: 9999;
}

.tab-box {
  scroll-margin-top: 160px;
}

.related {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 70px 0px;
}
.related h3 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #231815;
  margin: 0 0 50px;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .related h3 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
.related h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #e60012;
}
.related ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.related ul li {
  width: 33.33%;
  padding: 0 50px;
  margin-bottom: 20px;
}
@media (max-width: 578px) {
  .related ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .related ul li {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
.related ul li a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}
.related ul li a:hover {
  color: #666;
}
.related ul li a:hover figure img {
  transform: scale(1.05);
  cursor: pointer;
}
.related ul li a figure {
  overflow: hidden;
}
.related ul li a figure img {
  width: 100%;
  transition: all 0.5s;
}
.related ul li a h4 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .related ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    min-width: 0;
  }
  .related ul li a figure {
    width: 90px;
    flex-shrink: 0;
  }
  .related ul li a h4 {
    text-align: left;
    font-size: 16px;
    margin: 0;
  }
}
.related ul li .type-color {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.related ul li .type-color a {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 3px #ddd solid;
  display: flex;
  margin: 0 5px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.related ul li .type-color a > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .related ul li .type-color {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .related ul li .type-color a {
    margin: 4px 0;
    flex-shrink: 0;
  }
}

.hd-nav {
  position: fixed;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  width: 10px;
  height: -moz-fit-content;
  height: fit-content;
  flex-wrap: nowrap;
  flex-direction: column;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .hd-nav {
    display: none !important;
  }
}
.hd-nav.open {
  right: 20px;
}
.hd-nav .nav-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.hd-nav .nav-tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.8);
  border-right: none;
}
.hd-nav .tab-doc {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px #fff solid;
  border-radius: 100%;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  padding: 0;
  box-sizing: content-box;
  position: relative;
}
.hd-nav .tab-doc::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
}
.hd-nav .tab-doc:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
}
.hd-nav .tab-doc:hover .nav-tooltip {
  opacity: 1;
}
.hd-nav .tab-doc.active {
  background: #fff;
}
.hd-nav ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px;
}
.hd-nav ul:after {
  content: "";
  display: block;
  margin: auto;
  width: 1px;
  height: 8px;
  background: #888;
}
.hd-nav ul li a {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
  margin: 10px auto;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  position: relative;
}
.hd-nav ul li a::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
}
.hd-nav ul li a:hover {
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1.05);
}
.hd-nav ul li a:hover .nav-tooltip {
  opacity: 1;
}
.hd-nav ul li a.active {
  background: #fff;
}

/* 手機版商品選單 */
.product-nav-mobile {
  display: none;
  background: #fff;
  border: 1px solid #aaa;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .product-nav-mobile {
    display: block;
  }
}
.product-nav-mobile ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.product-nav-mobile ul li {
  width: 50%;
  border-bottom: 1px solid #aaa;
  text-align: center;
}
.product-nav-mobile ul li:last-child {
  border: 0px;
}
.product-nav-mobile ul li:nth-child(odd) {
  border-right: 1px solid #aaa;
}
.product-nav-mobile ul li a {
  color: #444;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 12px 10px;
  transition: 0.3s all;
}
.product-nav-mobile ul li:nth-child(even) a {
  border-right: none;
}
.product-nav-mobile ul li:nth-last-child(-n+2) a {
  border-bottom: none;
}
.product-nav-mobile ul li a.active {
  color: #000;
  background: #f7f7f7;
}

.date-tag {
  color: #5a5858;
  margin: 25px 0 30px 0;
  padding: 0 25px;
}
.date-tag.article-tag {
  color: #333;
}
.date-tag.article-tag i {
  color: #bbb;
  font-size: 16px;
}

.exhibition-swiper {
  padding: 0 50px;
  position: relative;
  --swiper-navigation-color: #040001;
}
.exhibition-swiper .swiper .swiper-wrapper {
  height: auto;
}
.exhibition-swiper .swiper .swiper-slide img {
  width: 100%;
}
.exhibition-swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 40px;
}
.exhibition-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #040001;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin-bottom: 10px;
}
.exhibition-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e60012;
}

.product-spec > .container,
.product-media-reports > .container,
.product-attachments > .container,
.product-others > .container,
.product-sales-channel > .container {
  max-width: 1200px;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .product-spec > .container,
  .product-media-reports > .container,
  .product-attachments > .container,
  .product-others > .container,
  .product-sales-channel > .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.product-spec > .container-full,
.product-media-reports > .container-full,
.product-attachments > .container-full,
.product-others > .container-full,
.product-sales-channel > .container-full {
  padding: 0 30px;
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .product-spec > .container-full,
  .product-media-reports > .container-full,
  .product-attachments > .container-full,
  .product-others > .container-full,
  .product-sales-channel > .container-full {
    padding: 0 15px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.product-spec .h3,
.product-media-reports .h3,
.product-attachments .h3,
.product-others .h3,
.product-sales-channel .h3 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #231815;
  margin: 0 0 50px;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .product-spec .h3,
  .product-media-reports .h3,
  .product-attachments .h3,
  .product-others .h3,
  .product-sales-channel .h3 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
.product-spec .h3::after,
.product-media-reports .h3::after,
.product-attachments .h3::after,
.product-others .h3::after,
.product-sales-channel .h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #e60012;
}

.product-spec,
.product-others {
  background: #fafafa;
  margin-bottom: 0;
}
.product-spec .spec-group,
.product-others .spec-group {
  margin: 0 auto 36px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  text-align: center;
}
.product-spec .spec-group:last-child,
.product-others .spec-group:last-child {
  margin-bottom: 0;
}
.product-spec .spec-group > h4,
.product-others .spec-group > h4 {
  margin: 0;
  border: 1px solid #eee;
  padding: 12px 24px;
  font-size: 18px;
  color: #555;
  background: #f0f0f0;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background 0.2s ease;
  text-align: center !important;
  position: relative;
}
.product-spec .spec-group > h4:hover,
.product-others .spec-group > h4:hover {
  background: #e8e8e8;
}
.product-spec .spec-group > h4 .spec-arrow,
.product-others .spec-group > h4 .spec-arrow {
  flex-shrink: 0;
  color: #999;
  font-size: 14px;
  transition: transform 0.25s ease;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 575px) {
  .product-spec .spec-group > h4,
  .product-others .spec-group > h4 {
    padding: 12px 18px;
    font-size: 16px;
  }
}
.product-spec .spec-group.is-open > h4 .spec-arrow,
.product-others .spec-group.is-open > h4 .spec-arrow {
  transform: rotate(180deg);
}
.product-spec .spec-group > dl,
.product-others .spec-group > dl {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(180px, 28%) 1fr;
}
.product-spec .spec-group > dl dt,
.product-spec .spec-group > dl dd,
.product-others .spec-group > dl dt,
.product-others .spec-group > dl dd {
  margin: 0;
  padding: 12px 24px;
  font-size: 15px;
  line-height: 1.6;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 575px) {
  .product-spec .spec-group > dl dt,
  .product-spec .spec-group > dl dd,
  .product-others .spec-group > dl dt,
  .product-others .spec-group > dl dd {
    padding: 12px 18px;
    font-size: 14px;
  }
}
.product-spec .spec-group > dl dt,
.product-others .spec-group > dl dt {
  font-weight: 500;
  color: #555;
  background: #fafafa;
}
.product-spec .spec-group > dl dd,
.product-others .spec-group > dl dd {
  color: #555;
  word-break: break-word;
}
.product-spec .spec-group > dl > dt:nth-last-of-type(1),
.product-spec .spec-group > dl > dd:nth-last-of-type(1),
.product-others .spec-group > dl > dt:nth-last-of-type(1),
.product-others .spec-group > dl > dd:nth-last-of-type(1) {
  border-bottom: none;
}
.product-spec .spec-group > .spec-content,
.product-others .spec-group > .spec-content {
  padding: 18px 24px;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}
@media (max-width: 575px) {
  .product-spec .spec-group > .spec-content,
  .product-others .spec-group > .spec-content {
    padding: 18px;
    font-size: 14px;
  }
}
.product-spec .spec-group > .spec-content > :first-child,
.product-others .spec-group > .spec-content > :first-child {
  margin-top: 0;
}
.product-spec .spec-group > .spec-content > :last-child,
.product-others .spec-group > .spec-content > :last-child {
  margin-bottom: 0;
}

.product-others .spec-group > h4 {
  cursor: default;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.product-others .spec-group > h4:hover {
  background: #f0f0f0;
}

.product-media-reports {
  background: #fafafa;
}
.product-media-reports .media-report-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 520px) {
  .product-media-reports .media-report-list {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.product-media-reports .media-report-item {
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin-bottom: 30px;
  width: calc(25% - 23px);
}
@media (max-width: 1200px) {
  .product-media-reports .media-report-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 520px) {
  .product-media-reports .media-report-item {
    width: 100%;
  }
}
.product-media-reports .media-report-item > a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.product-media-reports .media-report-item figure {
  margin: 0;
}
.product-media-reports .media-report-item img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.product-media-reports .media-report-item h4 {
  font-size: 16px;
  padding: 15px 0;
  margin: 0;
}

.product-attachments {
  background: #fafafa;
}
.product-attachments .attachment-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1600px;
  border-top: 1px solid #e5e5e5;
}
.product-attachments .attachment-item a {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #231815;
  border-bottom: 1px solid #e5e5e5;
  padding: 18px 24px;
  text-decoration: none;
  position: relative;
  transition: background 0.2s, color 0.2s;
}
.product-attachments .attachment-item a:hover {
  background: #fafafa;
  color: #e60012;
}
.product-attachments .attachment-item a:hover > i {
  color: #e60012;
}
.product-attachments .attachment-item a > i {
  font-size: 1.4em;
  color: #bbb;
  flex-shrink: 0;
  transition: color 0.2s;
}
.product-attachments .attachment-item a > span {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.55;
  word-break: break-all;
}
@media (max-width: 575px) {
  .product-attachments .attachment-item a {
    padding: 16px 18px;
    gap: 10px;
  }
  .product-attachments .attachment-item a > span {
    font-size: 14px;
  }
}/*# sourceMappingURL=detail.css.map */