.product_show {
  background: url("../img/product-banner.png") no-repeat center / cover;
  padding: 2.7rem 0 10.3rem;
}
.product_show .left {
  flex: 1;
  max-width: 65.4rem;
}
.product_show h1 {
  font-size: 4.5rem;
  line-height: 5.7rem;
  margin-top: 4.7rem;
}
.product_show .head ul {
  margin-top: 2.4rem;
  max-width: 61rem;
}
.product_show .head ul li {
  hyphens: auto;
  position: relative;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #666666;
  padding-left: 3.4rem;
  margin-bottom: 1.1rem;
}
.product_show .head ul li::before {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 0;
  top: 0.4rem;
  content: '';
  background: url("../img/gou.svg") no-repeat center / contain;
}
.product_show .head ul li:last-child {
  margin-bottom: 0;
}
.product_show .certificate {
  margin-top: 4.3rem;
}
.product_show .certificate ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 3.6rem;
}
.product_show .certificate ul li {
  max-width: 9.1rem;
  height: 4.3rem;
}
.product_show .certificate ul li img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
}
.product_show .btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  margin-top: 3.3rem;
}
.product_show .btn {
  font-size: 1.5rem;
  gap: 2rem;
  padding: 1.9rem 2.75rem;
}
.product_show .btn::after {
  width: 1.4rem;
}
.product_show .btn_play {
  display: inline-grid;
  grid-template-columns: 4.2rem auto;
  align-items: center;
  gap: 1.3rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}
.product_show .btn_play::before {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  content: '';
  background: url("../img/icon-play2.svg") no-repeat center / contain;
  transition: all 0.3s;
}
.product_show .btn_play:hover {
  color: var(--theme_color);
}
.product_show .btn_play:hover::before {
  transform: scale(1.1);
}
.product_show .right {
  width: 42.1875%;
  margin-right: 5.8%;
  margin-top: 2.55%;
}
.product_show .swiper_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 7.2rem;
}
.product_show .swiper_box .swiper_prev,
.product_show .swiper_box .swiper_next {
  width: 1.3rem;
  height: 2.2rem;
  display: block;
  content: '';
  background: url("../img/arrow3.svg") no-repeat center / contain;
  cursor: pointer;
  transition: all 0.3s;
}
.product_show .swiper_box .swiper_prev:hover,
.product_show .swiper_box .swiper_next:hover {
  filter: contrast(0) brightness(0);
}
.product_show .swiper_box .swiper_next {
  transform: rotate(180deg);
}
.product_show .swiper_box .swiper-button-disabled {
  filter: contrast(0) brightness(0);
  opacity: 0.75;
}
.product_show .product_show_gallery_swiper {
  width: 99.5556%;
  overflow: hidden;
  margin: 0 auto;
}
/* .product_show .product_show_gallery_swiper:hover img {
  transform: scale(1.02);
} */
.product_show .product_show_gallery_swiper .img {
  display: block;
  width: 100%;
  padding-bottom: 56.4%;
}
.product_show .product_show_thumbs_swiper {
  width: 88.89%;
  overflow: hidden;
  max-width: 60rem;
}
.product_show .product_show_thumbs_swiper .swiper-slide {
  position: relative;
  cursor: pointer;
}
.product_show .product_show_thumbs_swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.product_show .product_show_thumbs_swiper .swiper-slide::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  border: 2px solid var(--theme_color);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.product_show .product_show_thumbs_swiper .swiper-slide-thumb-active::after {
  opacity: 1;
}
.product_show .product_show_thumbs_swiper .img {
  width: 100%;
  padding-bottom: 83.3333%;
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 4px;
}
.product_solution {
  padding: 4.1rem 0;
}
.product_solution .items ul {
  display: flex;
  gap: 2rem 8.45%;
  flex-wrap: wrap;
  justify-content: center;
}
.product_solution li {
  display: grid;
  grid-template-columns: 6rem auto;
  gap: 1.7rem;
  align-items: center;
}
.product_solution li i {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  content: '';
  background: no-repeat center / contain;
}
.product_solution li strong {
  font-size: 2.6rem;
  font-weight: 600;
  color: #000000;
}
.product_solution li p {
  font-size: 1.8rem;
  color: var(--content_color);
  margin-top: 0.9rem;
  font-weight: 500;
}
.process_nav {
  padding: 5.1rem 0;
}
.process_nav .nav_list {
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  flex-wrap: wrap;
  gap: 2rem 3.7%;
}
.process_nav .nav_item {
  display: block;
  font-size: 2.347rem;
  color: rgba(81, 81, 81, 0.75);
  transition: all 0.3s;
  position: relative;
  padding: 2.1rem 0;
}
.process_nav .nav_item::after {
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
  content: '';
  background-color: var(--theme_color);
  transition: all 0.3s;
  opacity: 0;
}
.process_nav .nav_item.active,
.process_nav .nav_item:hover {
  color: #242424;
}
.process_nav .nav_item.active::after,
.process_nav .nav_item:hover::after {
  opacity: 1;
}
.process_nav .nav_item.active {
  font-weight: 900;
}
.product_desc {
  padding: 2.1rem 0 2.6rem;
}
.product_desc .items {
  margin-top: 6rem;
}
.product_desc .item {
  margin-bottom: 5.5rem;
}
.product_desc .item:last-child {
  margin-bottom: 0;
}
.product_desc .item:nth-child(even) .flex {
  flex-direction: row-reverse;
}
.product_desc .item:nth-child(even) .info {
  padding-bottom: 0.6%;
}
.product_desc .img {
  width: 49.0625%;
}
.product_desc .img:hover img {
  transform: scale(1.02);
}
.product_desc .info {
  flex: 1;
  max-width: 71.6rem;
  padding-bottom: 2.1%;
}
.product_desc .info h3 {
  font-size: 4.8rem;
  max-width: 61.6rem;
  line-height: 5.8rem;
  font-weight: 600;
}
.product_desc .info p {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 4.8rem;
  hyphens: auto;
}
.product_features {
  padding: 7.1rem 0 11.4rem;
}
.product_features .head {
  margin-bottom: 6rem;
}
.product_features .product_features_img_swiper {
  width: 47.0625%;
  border-radius: 18px;
  overflow: hidden;
  background-image: linear-gradient(to bottom, rgba(229, 232, 234, 0.4), rgba(255, 255, 255, 0.4) 51.676%, rgba(229, 232, 234, 0.4));
}
.product_features .product_features_img_swiper:hover img {
  transform: scale(1.02);
}
.product_features .product_features_img_swiper .img {
  width: 100%;
  padding-bottom: 75.56%;
}
.product_features .items {
  flex: 1;
  max-width: 67.2rem;
  margin-top: -4%;
  margin-left: auto;
  margin-right: 1.2%;
}
.product_features .items .item {
  opacity: 0.5;
  transition: all 0.3s;
}
.product_features .items .item.active {
  opacity: 1;
}
.product_features .items .item:first-child .desc {
  display: block;
}
.product_features .items .title {
  font-size: 3.6rem;
  line-height: 5.8rem;
  font-weight: 600;
  padding: 1.6rem 0;
  cursor: pointer;
}
.product_features .items .desc {
  display: none;
  padding: 2.4rem 0 3.3rem;
}
.product_features .items .desc p {
  font-size: 2rem;
  line-height: 3rem;
  hyphens: auto;
  margin-top: 0.8rem;
}
.product_features .items .desc p:first-child {
  margin-top: 0;
}
.product_features .items .desc .btn {
  margin-top: 3.6rem;
  font-size: 1.5rem;
  gap: 1rem;
  padding: 1.9rem 2.7rem;
}
.product_features .items .desc .btn::after {
  width: 1.4rem;
}
.product_features .swiper_con {
  width: 4rem;
  min-width: 4rem;
  margin-bottom: 0.5%;
}
.product_features .swiper_con .swiper-pagination {
  gap: 1.5rem;
  height: 50.1rem;
  position: static;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.product_features .swiper_con .swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  width: 3px;
  border-radius: 100px;
  background-color: rgba(198, 205, 212, 0.67);
  pointer-events: all;
  overflow: hidden;
  transition: all 0.3s;
  opacity: 1;
}
.product_features .swiper_con .swiper-pagination .swiper-pagination-bullet::before {
  display: none;
}
.product_features .swiper_con .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  border: none;
  opacity: 1;
  border-radius: 100px;
  transform: translate(0);
  transition: none;
  background-color: var(--theme_color);
}
.product_features .swiper_con .swiper-pagination .swiper-pagination-bullet-active::after {
  height: 100%;
  transition: all 5s linear;
}
.product_features .swiper_con .btn_control {
  margin-top: 0.9rem;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  background: url(../img/btn-stop.svg) no-repeat center / contain;
}
.product_features .swiper_con .btn_control.play {
  background-image: url(../img/icon-play-b.svg);
}
.product_features.reverse {
  background-image: linear-gradient(to right, rgba(229, 232, 234, 0.63), rgba(255, 255, 255, 0.63) 51.676%, rgba(229, 232, 234, 0.63));
  padding: 10.8rem 0 10.6rem;
}
.product_features.reverse .flex {
  flex-direction: row-reverse;
}
.product_features.reverse .items .desc {
  padding-top: 0;
  margin-top: -0.4rem;
  padding-bottom: 0.8rem;
}
.product_intro {
  padding: 4.4rem 0 5.4rem;
}
.product_intro .img {
  width: 49.0625%;
}
.product_intro .img:hover img {
  transform: scale(1.02);
}
.product_intro .head {
  flex: 1;
  max-width: 71.6rem;
  padding-top: 2.9%;
}
.product_intro h2 {
  margin-bottom: 4.6rem;
}
.product_intro p {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 0.8rem;
}
.product_specifications {
  padding: 5.4rem 0 3.7rem;
}
.product_specifications .nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 1.6rem;
  margin-top: 4.9rem;
}
.product_specifications .nav_list .nav_item {
  display: block;
  font-size: 2.341rem;
  font-weight: 600;
  color: #222222;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #b7b7b7;
  min-width: 27.5rem;
  padding: 1.7rem 2.45rem;
}
.product_specifications .nav_list .nav_item.active,
.product_specifications .nav_list .nav_item:hover {
  background-color: rgba(202, 202, 202, 0.63);
  border-color: transparent;
}
.product_specifications .main {
  margin-top: 6.4rem;
}
.product_specifications table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.product_specifications table td {
  font-size: 2rem;
  line-height: 3.5rem;
  font-weight: 600;
  color: #3a3a3a;
  border-top: 1px solid #b7b7b7;
  height: 11.3rem;
  padding: 2.5rem 1.5rem 1.7rem;
}
.product_specifications table td:first-child {
  background-image: linear-gradient(to right, rgba(229, 232, 234, 0.63), rgba(255, 255, 255, 0.63) 51.676%, rgba(229, 232, 234, 0.63));
  color: rgba(58, 58, 58, 0.76);
  text-align: left;
  padding-left: 2rem;
}
.product_specifications table td:first-child::after {
  display: none;
}
.product_specifications table td::after {
  width: calc(100% - 4px);
  height: calc(100% + 1px);
  position: absolute;
  top: -1px;
  left: 0;
  content: '';
  border-left: 2px solid var(--theme_color);
  border-right: 2px solid var(--theme_color);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.product_specifications table th {
  font-family: "Lato", sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  color: #222222;
  background-color: rgba(202, 202, 202, 0.63);
  border-bottom: 1px solid #b7b7b7;
  padding: 2.7rem 1rem 2.9rem;
}
.product_specifications table th:first-child {
  background-color: transparent;
}
.product_specifications table th:first-child::before {
  display: none;
}
.product_specifications table th::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background-color: var(--theme_color);
  border-radius: 6px 6px 0 0;
  z-index: -1;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.product_specifications table th:nth-child(2).highlight {
  border-top-left-radius: 6px;
}
.product_specifications table th:last-child.highlight {
  border-top-right-radius: 6px;
}
.product_specifications table th,
.product_specifications table td {
  position: relative;
  z-index: 2;
  width: calc((100% - 22.9125%) / 5);
}
.product_specifications table th:first-child,
.product_specifications table td:first-child {
  width: 22.9125%;
}
.product_specifications table tr:last-child td::after {
  border-bottom: 2px solid var(--theme_color);
  border-radius: 0 0 6px 6px;
}
.product_specifications table th.highlight {
  color: #fff;
}
.product_specifications table th.highlight::before {
  opacity: 1;
}
.product_specifications table td.highlight::after {
  opacity: 1;
}
.page_samples {
  padding-bottom: 9.9rem;
}
.page_samples .page_samples_swiper {
  margin: 3.6rem -1.25rem 0;
}
.page_samples .swiper_btns {
  max-width: 169.3rem;
}
.process_faqs {
  background-image: linear-gradient(to right, rgba(229, 232, 234, 0.63), rgba(255, 255, 255, 0.63) 51.676%, rgba(229, 232, 234, 0.63));
  padding: 5.6rem 0 9.2rem;
}
.process_faqs .head {
  border-bottom: 1px solid #d5dbdb;
  padding-bottom: 1.5rem;
}
.process_faqs .main {
  margin-top: 4.6rem;
}
.process_faqs .nav {
  width: 12.3125%;
  min-width: 15rem;
}
.process_faqs .nav_list .nav_item {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #d5dbdb;
  text-transform: uppercase;
  text-align: center;
  padding: 1.8rem 2rem;
  margin-bottom: 0.9rem;
}
.process_faqs .nav_list .nav_item:last-child {
  margin-bottom: 0;
}
.process_faqs .nav_list .nav_item.active,
.process_faqs .nav_list .nav_item:hover {
  background-color: var(--theme_color);
  border-color: var(--theme_color);
  color: #fff;
}
.process_faqs .list {
  flex: 1;
  max-width: 125.3rem;
}
.process_faqs .faq {
  background-color: #fff;
  border-radius: 14px;
  margin-bottom: 2.3rem;
}
.process_faqs .faq:last-child {
  margin-bottom: 0;
}
.process_faqs .faq:first-child .answer {
  display: block;
}
.process_faqs .faq .question {
  display: grid;
  grid-template-columns: 1fr 1.3rem;
  align-items: center;
  gap: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #161616;
  cursor: pointer;
  padding: 3rem 3.352% 2.8rem 3.45%;
}
.process_faqs .faq .question::after {
  display: block;
  content: '';
  width: 100%;
  padding-bottom: 100%;
  background: url("../img/icon-add-b.svg") no-repeat center / contain;
}
.process_faqs .faq .answer {
  display: none;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #4b5563;
  border-top: 1px solid #d5dbdb;
  padding: 2rem 3.55% 3.1rem;
  margin-top: -0.6rem;
}
.process_faqs .faq .answer p {
  margin-bottom: 1.1rem;
}
.process_faqs .faq .answer a {
  font-weight: 600;
  color: #161616;
  text-decoration: underline;
  transition: all 0.3s;
  margin-top: 1.2rem;
}
.process_faqs .faq .answer a:hover {
  color: var(--theme_color);
  text-decoration-color: transparent;
}
.product_related {
  padding: 8.6rem 0 5.9rem;
}
.product_related .product_related_swiper {
  margin-top: 2.4rem;
  overflow: hidden;
  border-radius: 8px;
}
.product_related .swiper_btns {
  max-width: 166.6rem;
}
/*# sourceMappingURL=product.css.map */
.product_specifications table {
  width: 100% !important;
  height: auto !important;
}
.product_specifications table th, .product_specifications table td {
  width: auto !important;
  height: auto !important;
}
.page_advantage .items .advantage_item ul {
  display: block;
  margin: 10px 0;
}
.page_advantage .advantage_item li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.7rem;
  line-height: 2.7rem;
  color: rgb(96, 96, 96);
  transition: all .3s;
}
.page_advantage .advantage_item li::before {
  content: '';
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  transition: all .3s;
  background-color: var(--theme_color);
  position: absolute;
  left: 0;
  top: 1rem;
}
.page_advantage .advantage_item.active li {
  color: rgb(234, 234, 234);
}
.page_advantage .advantage_item.active li::before {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .page_advantage .advantage_item li {
    padding-left: 20px;
    font-size: .9rem;
    line-height: 1.5rem;
    color: rgb(234, 234, 234);
  }
  .page_advantage .advantage_item li::before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
}