body.single-product {
  background-color: #fff;
}
.product_show {
  position: relative;
  background: url("../img/product-bg1.webp") no-repeat center / cover;
  padding: 2.6rem 0 9.1rem;
}
.product_show .flex {
  margin-top: 5.6rem;
}
.product_show .left {
  flex: 1;
  max-width: 59rem;
  padding-top: 0.8%;
}
.product_show .left h1 {
  font-size: 5.4rem;
  line-height: 6.3rem;
  font-weight: 700;
  color: #0f0f0f;
}
.product_show .left strong {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  color: #1c1c1c;
  margin-top: 2.7rem;
}
.product_show .left p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #565656;
  margin-top: 0.9rem;
}
.product_show .left .btns {
  margin-top: 4.6rem;
  display: grid;
  gap: 1.7rem;
}
.product_show .left .btns .btn,
.product_show .left .btns .btn_line {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border: none;
  font-size: 2rem;
  min-width: unset;
  max-width: 55.5rem;
  padding: 2rem 2.5rem 2.2rem 3.1rem;
}
.product_show .left .btns .btn i,
.product_show .left .btns .btn_line i {
  width: 2.3rem;
  height: 2.3rem;
  display: inline-block;
  content: '';
  transition: all 0.3s;
  flex-shrink: 0;
  background: no-repeat center / contain;
}
.product_show .left .btns .btn i {
  background-image: url("../img/arrow-r.svg");
  filter: contrast(0) brightness(2);
}
.product_show .left .btns .btn_line {
  background-color: var(--secondary);
  color: #fff;
  --deg: 1.6rem;
}
.product_show .left .btns .btn_line:hover {
  --deg: calc(100% - 1px);
  background-color: var(--primary);
}
.product_show .left .btns .btn_line::before {
  right: -1px;
  bottom: -1px;
}
.product_show .left .btns .btn_line::after {
  left: -1px;
  top: -1px;
}
.product_show .left .btns .btn_line i {
  background-image: url("../img/icon-download.svg");
}
.product_show .right {
  width: 47.3134%;
  position: relative;
  display: grid;
  grid-template-columns: 79.653% 18.4543%;
  justify-content: space-between;
}
.product_show .right > div {
  position: relative;
}
.product_show .right .product_show_gallery_swiper {
  width: 100%;
  overflow: hidden;
}
.product_show .right .product_show_gallery_swiper:hover img {
  transform: scale(1.02);
}
.product_show .right .product_show_gallery_swiper .img {
  display: block;
  padding-bottom: 100%;
  background-color: #fff;
}
.product_show .right .product_show_thumbs_swiper {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
}
.product_show .right .product_show_thumbs_swiper .swiper-slide {
  position: relative;
  cursor: pointer;
  background-color: #fff;
}
.product_show .right .product_show_thumbs_swiper .swiper-slide:hover img {
  transform: scale(1.02);
}
.product_show .right .product_show_thumbs_swiper .swiper-slide::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border: 2px solid var(--primary);
  pointer-events: none;
  transition: all 0.3s;
  opacity: 0;
}
.product_show .right .product_show_thumbs_swiper .swiper-slide-thumb-active::after {
  opacity: 1;
}
.product_show .right .product_show_thumbs_swiper .img {
  width: 100%;
  padding-bottom: 100%;
}
.product_show::before {
  width: 100%;
  height: 20%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  pointer-events: none;
  background-image: linear-gradient(to top, #fff, transparent);
}
.product_tech {
  padding: 5.1rem 0 13.1rem;
}
.product_tech .left {
  flex: 1;
  max-width: 93.6rem;
}
.product_tech .head h2 {
  font-size: 4rem;
}
.product_tech .items {
  margin-top: 4rem;
}
.product_tech .item {
  border-top: 1px solid rgba(117, 117, 117, 0.4);
}
.product_tech .item.active .title::after {
  transform: rotate(90deg);
}
.product_tech .item:first-child .desc {
  display: block;
}
.product_tech .item .title {
  display: grid;
  grid-template-columns: 2.3rem 1fr 1.3rem;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  cursor: pointer;
  color: #1c1c1c;
  gap: 2rem;
  padding: 2rem 0 1.9rem;
}
.product_tech .item .title::before,
.product_tech .item .title::after {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  content: '';
  background: no-repeat center / contain;
}
.product_tech .item .title::before {
  background-image: url("../img/subtitle-icon2.svg");
}
.product_tech .item .title::after {
  background-image: url("../img/icon-select-r.svg");
  transition: all 0.3s;
}
.product_tech .item .desc {
  display: none;
  padding: 1rem 0 5.7rem;
  line-height: 1.5;
}
.product_tech .item .desc > *:first-child {
  margin-top: 0;
}
.product_tech .item .desc strong {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 15px;
}
.product_tech .item .desc li {
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
.product_tech .item .desc li strong {
  margin: 0;
}
.product_tech .item .desc li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  top: 8px;
}
.product_tech .item table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  word-break: normal;
}
.product_tech .item table th {
  background-color: var(--primary);
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  padding: 1rem 1rem 1.1rem;
}
.product_tech .item table tbody td {
  width: calc((100% - 16.7% - 16.6%) / 4);
  width: auto;
}
.product_tech .item table tbody tr:first-child td:first-child {
  background-color: #f8f8f8;
  /* border-right: 3px solid #fff; */
  width: 16.7%;
  width: auto;
}
.product_tech .item table tbody tr:first-child td:last-child {
  background-color: #f8f8f8;
  /* border-left: 3px solid #fff; */
  width: 16.6%;
  width: auto;
  line-height: 4.25rem;
}
.product_tech .item table tbody tr:nth-child(odd) td {
  background-color: #f8f8f8;
}
.product_tech .item table td {
  font-size: 1.4rem;
  font-weight: 500;
  color: #242424;
  padding: 1.4rem 1rem 1.1rem;
}
.product_tech .receive_box {
  width: 33.6rem;
  padding-top: 1.1rem;
}
.product_tech .receive_box form {
  display: grid;
  width: 100%;
  background: url("../img/product-bg2.svg") no-repeat center top / contain var(--primary);
  color: #fff;
}
.product_tech .receive_box form .main {
  display: grid;
  gap: 0.8rem;
  padding: 3.3rem 10% 3.3rem;
}
.product_tech .receive_box form span {
  width: 100%;
}
.product_tech .receive_box form span:has(select) label {
  display: grid;
  grid-template-columns: 27.8% 1fr;
  gap: 1rem;
  align-items: center;
}
.product_tech .receive_box form h3 {
  font-size: 2rem;
  font-weight: 700;
  font-weight: 600;
  margin-bottom: 1.4rem;
}
.product_tech .receive_box form .label {
  font-size: 1.4rem;
}
.product_tech .receive_box form select {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.75);
  background: url("../img/icon-select-w.svg") no-repeat center right 1.5rem / 0.9rem rgba(12, 94, 145, 0.5);
  padding: 1.3rem 1.7rem;
  padding-right: 3rem;
}
.product_tech .receive_box form .btn {
  width: 100%;
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  padding: 1.3rem 2rem 1.4rem;
}
.product_tech .receive_box form .btn:hover {
  background-color: #fff;
  color: var(--secondary);
}
.product_tech .receive_box form .btn input {
  display: none;
}
.product_app {
  padding: 13.9rem 0 11rem;
}
.product_app .swiper_btns {
  margin-bottom: -0.4rem;
}
.product_app .product_app_swiper {
  overflow: hidden;
  margin-top: 6rem;
}
.product_app .product_app_swiper .swiper-slide {
  width: 39.3rem;
}
.product_app .item {
  display: block;
  height: 100%;
}
.product_app .item:hover img {
  transform: scale(1.02);
}
.product_app .item .img {
  padding-bottom: 80.916%;
}
.product_app .item .info {
  margin-top: 2.8rem;
}
.product_app .item .info h3 {
  font-size: 2.6rem;
  font-weight: 600;
}
.product_app .item .info p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text);
  margin-top: 1.5rem;
  max-width: 37.9rem;
}
.product_related {
  padding: 1.1rem 0 15.9rem;
}
.product_related .swiper_btns {
  margin-bottom: -0.4rem;
}
.product_related .swiper_btns div {
  background-color: #0f0f0f;
}
.product_related .swiper_btns div:hover {
  background-color: var(--primary);
}
.product_related .swiper_btns .swiper-button-disabled {
  background-color: transparent;
}
.product_related .product_related_swiper {
  overflow: hidden;
  margin-top: 5rem;
}
.product_related .product_related_swiper .swiper-slide {
  width: 33rem;
}
.product_related p.center:has(.btn_line) {
  margin-top: 6rem;
}
.product_related p.center:has(.btn_line) .btn_line {
  min-width: 19.8rem;
}
@media screen and (max-width: 768px) {
  .product_show {
    padding: 2rem 0 3rem;
  }
  .product_show .flex {
    margin-top: 2rem;
    flex-direction: column-reverse;
    align-items: unset;
    gap: 2rem;
  }
  .product_show .left {
    width: 100%;
    max-width: unset;
    padding: 0;
  }
  .product_show .left h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .product_show .left strong {
    font-size: 18px;
    margin-top: 1rem;
  }
  .product_show .left p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .product_show .left .btns {
    margin-top: 20px;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .product_show .left .btns .btn,
  .product_show .left .btns .btn_line {
    font-size: 14px;
    padding: 11px 20px;
    gap: 10px;
    max-width: unset;
  }
  .product_show .left .btns .btn i,
  .product_show .left .btns .btn_line i {
    width: 20px;
    height: 20px;
  }
  .product_show .left .btns .btn_line {
    --deg: 12px;
  }
  .product_show .left .btns .btn_line:hover {
    --deg: calc(100% - 1px);
  }
  .product_show .right {
    width: 100%;
    max-width: 576px;
    margin: 0 auto;
  }
  .product_tech {
    padding: 3rem 0 4rem;
  }
  .product_tech .flex {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .product_tech .receive_box {
    width: 100%;
    padding: 0;
  }
  .product_tech .receive_box form .main {
    padding: 1.2rem 20px;
    gap: 1rem;
  }
  .product_tech .receive_box form h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .product_tech .receive_box form .label {
    font-size: 14px;
  }
  .product_tech .receive_box form select {
    font-size: 14px;
    padding: 10px 20px;
    padding-right: 2rem;
    background-size: 8px;
    background-position: right 10px center;
  }
  .product_tech .receive_box form .btn {
    padding: 10px 20px;
  }
  .product_tech .left {
    min-width: unset;
    width: 100%;
  }
  .product_tech .head h2 {
    font-size: 22px;
  }
  .product_tech .items {
    margin-top: 1rem;
  }
  .product_tech .item .title {
    font-size: 1rem;
    grid-template-columns: 16px 1fr 12px;
    gap: 1rem;
    padding: 14px 0;
  }
  .product_tech .item .desc {
    padding: 1rem 0 2rem;
    overflow-x: auto;
  }
  .product_tech .item .desc::-webkit-scrollbar {
    display: none;
  }
  .product_tech .item table {
    min-width: 600px;
  }
  .product_tech .item table th {
    font-size: 15px;
    padding: 14px 10px;
  }
  .product_tech .item table td {
    font-size: 14px;
    padding: 14px 10px;
  }
  .product_tech .item table tbody tr:first-child td:last-child {
    line-height: 1.5;
  }
  .product_app {
    padding: 4rem 0 3rem;
    overflow: hidden;
  }
  .product_app .swiper_btns {
    margin: 0;
  }
  .product_app .product_app_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .product_app .product_app_swiper .swiper-slide {
    width: 322px;
  }
  .product_app .item .info {
    margin-top: 1rem;
  }
  .product_app .item .info h3 {
    font-size: 18px;
  }
  .product_app .item .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: unset;
    margin-top: 10px;
  }
  .product_related {
    padding: 2rem 0 4rem;
    overflow: hidden;
  }
  .product_related .swiper_btns {
    margin: 0;
  }
  .product_related .product_related_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .product_related .product_related_swiper .swiper-slide {
    width: 282px;
  }
  .product_related p.center:has(.btn_line) {
    margin-top: 2rem;
  }
  .product_related p.center:has(.btn_line) .btn_line {
    min-width: 120px;
  }
}
@media screen and (max-width: 576px) {
  .product_show .right {
    display: block;
  }
  .product_show .right .product_show_thumbs_swiper {
    position: unset;
    margin-top: 1rem;
  }
  .product_show .left .btns {
    grid-template-columns: 1fr;
  }
}
