@charset "UTF-8";

/** 媒体查询 */

/** 布局 */

.drift-zoom-pane {
  border: 0.0625rem solid #ddd;
  background-color: #ffffff;
}

@media (max-width: 800px) {
  .drift-zoom-pane {
    display: none !important;
  }
}

.product-title {
  font-weight: bold;
  font-size: 3.125rem;
  color: #1E1E1E;
}

@media (max-width: 800px) {
  .product-title {
    font-size: 1.5rem;
  }
}

.introduction {
  display: grid;
  grid-template-columns: 37.5rem 1fr;
  gap: 6.25rem;
  padding: 1.25rem 0 6.25rem;
}

@media (max-width: 800px) {
  .introduction {
    grid-template-columns: 1fr;
    padding: 1.25rem 0 1.25rem;
    gap: 1.875rem;
  }
}

.introduction .images {
  max-width: 37.5rem;
  margin: auto;
  width: 90vw;
}

.introduction .images .big-image {
  border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
  border: 0.0625rem solid #034B8C;
  overflow: hidden;
  box-sizing: border-box;
}

.introduction .images .thumbnail {
  position: relative;
}

.introduction .images .thumbnail-swiper {
  overflow: hidden;
  margin-top: 0.9375rem;
  padding: 0.3125rem;
}

.introduction .images .item {
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
  border: 1px solid #CBDDEB;
  box-sizing: border-box;
  transition: all 0.3s;
  overflow: hidden;
}

.introduction .images .item.swiper-slide-thumb-active {
  border: 1px solid #034B8C;
}

.introduction .images .prev,
.introduction .images .next {
  position: absolute;
  top: 0;
}

.introduction .images .prev img,
.introduction .images .next img {
  width: 1.875rem;
  cursor: pointer;
}

.introduction .images .prev {
  left: -1.25rem;
  transform: translateX(-100%);
}

.introduction .images .next {
  right: -1.25rem;
  transform: translateX(100%);
}

@media (min-width: 800px) {
  .introduction .images .item:hover {
    border: 1px solid #034B8C;
  }
}

@media (max-width: 800px) {
  .introduction .images .prev,
  .introduction .images .next {
    display: none;
  }
}

.introduction .text .t1 {
  font-weight: bold;
  font-size: 3.125rem;
  color: #1B2B5F;
}

.introduction .text .t2 {
  font-size: 1.5rem;
  color: #565656;
  margin-top: 1.875rem;
}

.introduction .text .lv {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem 1.875rem;
  margin-top: 2.5rem;
}

.introduction .text .label {
  font-size: 1.125rem;
  color: #1B2B5F;
}

.introduction .text .value {
  font-size: 1.125rem;
  color: #1E1E1E;
}

.introduction .text .pdf {
  display: flex;
}

.introduction .text .pdf a {
  gap: 0.4375rem;
  padding: 0.375rem 0.9375rem;
  border-radius: 62.4375rem;
  border: 1px solid #1B2B5F;
  font-size: 1.125rem;
  color: #1B2B5F;
  line-height: 1;
}

.introduction .text .pdf img {
  width: 1.125rem;
}

.introduction .text .btn {
  height: 3.5rem;
  background: linear-gradient(90deg, #68A2CD 0%, #1B2B5F 100%);
  border-radius: 1.75rem 1.75rem 1.75rem 1.75rem;
  padding: 0 2.1875rem;
  font-size: 1rem;
  color: #FFFFFF;
  margin-top: 3.75rem;
}

@media (max-width: 800px) {
  .introduction .text .t1 {
    font-size: 1.5rem;
  }

  .introduction .text .t2 {
    font-size: 1.125rem;
  }

  .introduction .text .lv {
    gap: 0.625rem 0.9375rem;
    margin-top: 1.25rem;
  }

  .introduction .text .label {
    font-size: 0.875rem;
  }

  .introduction .text .value {
    font-size: 0.875rem;
  }

  .introduction .text .pdf a {
    gap: 0.25rem;
    padding: 0.1875rem 0.4375rem;
    font-size: 0.75rem;
  }

  .introduction .text .pdf img {
    width: 0.75rem;
  }

  .introduction .text .btn {
    height: 2.5rem;
    border-radius: 1.25rem;
    padding: 0 0.9375rem;
    font-size: 0.75rem;
    margin-top: 1.875rem;
  }
}

.detail {
  background: #F4F8FB;
  padding: 6.25rem 0 1.5625rem;
}

.detail .description-t1 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #1E1E1E;
}

.detail .description-t2 {
  font-size: 1rem;
  color: #565656;
  margin-top: 1.25rem;
  line-height: 1.8;
}

.detail .description {
  background: #FFFFFF;
  border-radius: 1.25rem;
  padding: 1.875rem;
  margin-top: 1.5625rem;
  box-sizing: border-box;
}

.detail table {
  margin: 1.875rem 0;
}

.detail table td {
  padding: 0.8125rem 1.25rem;
  border: 0.0625rem solid #E5E5E5;
}

.detail table tr:nth-child(odd) {
  background: #F4F8FB;
}

.detail table .label {
  font-weight: bold;
  font-size: 0.875rem;
  color: #111827;
  text-align: right;
}

.detail table .value {
  font-size: 0.875rem;
  color: #111827;
}

.detail .imgs {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem 4.375rem;
}

.detail .videos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem 0.9375rem;
  margin-top: 1.25rem;
}

.detail .videos > a {
  position: relative;
}

.detail .videos .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.25rem;
}

@media (max-width: 800px) {
  .detail {
    padding: 3.125rem 0;
  }

  .detail .description-t1 {
    font-size: 1.125rem;
  }

  .detail .description-t2 {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }

  .detail .description {
    border-radius: 0.625rem;
    padding: 1.875rem 0.9375rem;
    margin-top: 0.9375rem;
    line-height: 1.5;
  }

  .detail table {
    margin: 0.9375rem 0;
  }

  .detail table td {
    padding: 0.625rem;
  }

  .detail table .label {
    font-size: 0.75rem;
  }

  .detail table .value {
    font-size: 0.75rem;
  }

  .detail .imgs {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem 1.875rem;
  }

  .detail .videos {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem 0.5rem;
    margin-top: 0.9375rem;
  }

  .detail .videos .icon {
    width: 3.75rem;
  }
}

.product-tags {
  background: #F4F8FB;
  padding-bottom: 1.875rem;
}

.product-tags .product-tags-box {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
}

.product-tags .t {
  font-weight: bold;
  font-size: 1.5rem;
  color: #1E1E1E;
}

.product-tags .item {
  font-size: 1rem;
  color: #666666;
  padding: 0.3125rem;
  background: #FFFFFF;
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
  border: 0.0625rem solid #DDDDDD;
}

.contact-form {
  background: #F4F8FB;
}

.contact-form .bottom {
  margin-top: 1.875rem;
}

@media (max-width: 800px) {
  .contact-form {
    margin-top: 0.9375rem;
  }
}

.recommend {
  padding: 6.25rem 0;
}

.recommend .recommend-button-prev,
.recommend .recommend-button-next {
  position: absolute;
  top: 50%;
  width: 3.125rem;
  height: 3.125rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 12;
}

.recommend .recommend-button-prev::after,
.recommend .recommend-button-next::after {
  font-family: "swiper-icons";
  font-size: 1.25rem;
  color: #ffffff;
}

.recommend .recommend-button-prev.swiper-button-disabled,
.recommend .recommend-button-next.swiper-button-disabled {
  opacity: 0.6;
  cursor: default;
}

.recommend .recommend-button-prev {
  left: -1vw;
  transform: translate(-100%, -50%);
}

.recommend .recommend-button-prev::after {
  content: "prev";
}

.recommend .recommend-button-next {
  right: -1vw;
  transform: translate(100%, -50%);
}

.recommend .recommend-button-next::after {
  content: "next";
}

@media (max-width: 800px) {
  .recommend {
    padding: 3.125rem 0;
  }

  .recommend .recommend-button-prev,
  .recommend .recommend-button-next {
    width: 2.1875rem;
    height: 2.1875rem;
    transform: translate(0%, -50%);
  }

  .recommend .recommend-button-prev {
    left: 0.3125rem;
  }

  .recommend .recommend-button-next {
    right: 0.3125rem;
  }
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal:not(.active) {
  display: none;
}

.video-modal video {
  max-height: 50vh;
  width: 100vw;
  max-width: 700px;
  object-fit: contain;
}