@charset "UTF-8";
.container {
  max-width: 1640px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.header {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
}

.crumbs {
  width: 100%;
  height: auto;
  margin-top: 80px;
  padding-top: 15px;
  background: #fff;
}

.crumbs .crumbs_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.crumbs .crumbs_box a {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.crumbs .crumbs_box a:hover {
  color: #111;
}

.crumbs .crumbs_box span {
  margin: 0 5px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.crumbs .crumbs_box p {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_card {
  width: 100%;
  height: auto;
  padding: 40px 0 100px;
}

.product_card .card_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.product_card .card_box .card_b_l {
  width: 730px;
  height: auto;
}

.product_card .card_box .card_b_l .card_b_top_box {
  width: 100%;
  height: 730px;
  position: relative;
}

.product_card .card_box .card_b_l .card_b_top_box .card_b_top {
  width: 100%;
  height: 730px;
}

.product_card .card_box .card_b_l .card_b_top_box .card_b_top .img_item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product_card .card_box .card_b_l .card_b_top_box .card_b_top .img_item img {
  width: 100%;
  height: 100%;
}

.product_card .card_box .card_b_l .card_b_top_box .card_b_top .img_item .magnify-lens {
  position: absolute;
  width: 200px;
  height: 200px;
}

.product_card .card_box .card_b_l .card_b_top_box .card_b_top .img_item video {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.product_card .card_box .card_b_l .card_b_top_box .card_b_top .img_item .video_bo {
  width: 100px;
  height: 100px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-button-next {
  width: 60px;
  height: 60px;
  background: transparent;
}

.product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-button-next img {
  width: 100%;
  height: 100%;
}

.product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-button-next::after {
  content: '';
  display: none;
}

.product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: transparent;
}

.product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

.product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-button-prev::after {
  content: '';
  display: none;
}

.product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-pagination-fraction {
  width: 88px;
  height: 44px;
  left: unset;
  right: 19px;
  bottom: 15px;
  border-radius: 80px;
  background: rgba(0, 0, 0, 0.15);
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 44px;
}

.product_card .card_box .card_b_l .card_b_top_box .card_b_top .lens {
  position: absolute;
  width: 150px;
  height: 150px;
  cursor: none;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  pointer-events: none;
  /* 防止镜片阻挡鼠标事件 */
  z-index: 10;
}

.product_card .card_box .card_b_l .card_b_top_box .zoomed-image-container {
  display: none;
  position: absolute;
  left: calc(100% + 30px);
  top: 0;
  width: 730px;
  height: 730px;
  /* 根据你的图片高度调整 */
  background-position: center center;
  background-size: cover;
  /* 关键属性 - 使背景图片覆盖整个区域 */
  background-repeat: no-repeat;
  margin-left: 20px;
  border: 1px solid #eee;
}

.product_card .card_box .card_b_l .card_b_bot {
  margin-top: 25px;
  width: 100%;
  height: 100px;
}

.product_card .card_box .card_b_l .card_b_bot .img_item {
  cursor: pointer;
  width: 100px !important;
  height: 100px;
  margin-right: 18px;
  opacity: 0.5;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product_card .card_box .card_b_l .card_b_bot .img_item:last-child {
  margin-right: 0;
}

.product_card .card_box .card_b_l .card_b_bot .img_item img {
  width: 100%;
  height: 100%;
}

.product_card .card_box .card_b_l .card_b_bot .img_item video {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.product_card .card_box .card_b_l .card_b_bot .img_item .video_bo {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product_card .card_box .card_b_l .card_b_bot .active {
  opacity: 1;
  border: 1px solid #009CDC;
}

.product_card .card_box .card_b_r {
  width: 750px;
  height: auto;
}

.product_card .card_box .card_b_r .tag_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product_card .card_box .card_b_r .tag_box .isnew {
  margin-right: 14px;
  width: auto;
  padding: 0 20px;
  height: 36px;
  border-radius: 60px;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.product_card .card_box .card_b_r .tag_box .ishot {
  margin-right: 14px;
  width: auto;
  padding: 0 20px;
  height: 36px;
  border-radius: 60px;
  background: linear-gradient(90deg, #F69A33 0%, #F66E33 100%);
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.product_card .card_box .card_b_r .product_title {
  margin-top: 24px;
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product_card .card_box .card_b_r .product_abstract {
  margin-top: 17px;
  padding-bottom: 30px;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #E3E3E3;
  color: #666;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_card .card_box .card_b_r .product_description {
  width: 100%;
  height: auto;
  margin-top: 25px;
}

.product_card .card_box .card_b_r .product_description .desc_title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product_card .card_box .card_b_r .product_description .desc_content {
  margin-top: 16px;
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 188.889% */
}

.product_card .card_box .card_b_r .product_purchase {
  width: 100%;
  height: auto;
  margin-top: 30px;
  border-radius: 10px;
  background: #F8FAFD;
  padding: 28px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product_card .card_box .card_b_r .product_purchase img {
  width: 88px;
  height: 88px;
}

.product_card .card_box .card_b_r .product_purchase .purchase {
  width: 576px;
  margin-left: 24px;
}

.product_card .card_box .card_b_r .product_purchase .purchase .pur_title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_card .card_box .card_b_r .product_purchase .purchase .pur_text {
  margin-top: 10px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 168.75% */
}

.product_card .card_box .card_b_r .product_btn_box {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product_card .card_box .card_b_r .product_btn_box .btn {
  margin-top: 28px;
  margin-right: 30px;
  border-radius: 60px;
  cursor: pointer;
  width: 230px;
  height: 60px;
}

.product_card .card_box .card_b_r .product_btn_box .btn img {
  width: 100%;
  height: 100%;
}

.product_card .card_box .card_b_r .product_btn_box .btn:nth-of-type(3) {
  margin-right: 0;
}

.product_card .card_box .card_b_r .product_btn_box .inquiry {
  margin-top: 28px;
  margin-right: 30px;
  cursor: pointer;
  width: 230px;
  height: 60px;
  border-radius: 60px;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}

.product_tab {
  width: 100%;
  height: 80px;
  background: #F8FAFD;
}

.product_tab .tab_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product_tab .tab_box .tab_item {
  width: auto;
  cursor: pointer;
  height: 100%;
  margin: 0 100px;
  position: relative;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
}

.product_tab .tab_box .tab_item.active {
  color: #009CDC;
}

.product_tab .tab_box .tab_item.active::after {
  content: '';
  width: 100%;
  height: 4px;
  background: #009CDC;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product_content {
  width: 100%;
  height: auto;
}

.product_content .product_key {
  width: 100%;
  height: auto;
  padding: 88px 0 65px;
}

.product_content .product_key .key_title {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  /* 116.667% */
}

.product_content .product_key .key_icon {
  margin-top: 40px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.product_content .product_key .key_icon .icon_item {
  margin: 0 50px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product_content .product_key .key_icon .icon_item img {
  width: 90px;
  height: 90px;
}

.product_content .product_key .key_icon .icon_item p {
  margin-top: 8px;
  color: #111;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}

.product_content .product_key .key_box {
  width: 100%;
  height: auto;
}

.product_content .product_key .key_box .key_box_item {
  width: 100%;
  height: auto;
  margin-top: 98px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.product_content .product_key .key_box .key_box_item:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.product_content .product_key .key_box .key_box_item .item_img {
  width: 880px;
  height: 530px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product_content .product_key .key_box .key_box_item .item_img:hover .img {
  transform: scale(1.05);
}

.product_content .product_key .key_box .key_box_item .item_img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.product_content .product_key .key_box .key_box_item .item_img video {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.product_content .product_key .key_box .key_box_item .item_img .video_bo {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product_content .product_key .key_box .key_box_item .item_info {
  width: 680px;
  height: auto;
}

.product_content .product_key .key_box .key_box_item .item_info .item_title {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product_content .product_key .key_box .key_box_item .item_info .item_text {
  margin-top: 30px;
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 188.889% */
}

.product_content .product_spec {
  width: 100%;
  height: auto;
  padding: 65px 0 60px;
}

.product_content .product_spec .spec_title {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  /* 116.667% */
}

.product_content .product_spec .spec_box {
  width: 100%;
  height: auto;
  margin-top: 53px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product_content .product_spec .spec_box .spec_item {
  width: 780px;
  height: 70px;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #F8FAFD;
  margin-right: 80px;
}

.product_content .product_spec .spec_box .spec_item:nth-of-type(2n) {
  margin-right: 0;
}

.product_content .product_spec .spec_box .spec_item:nth-child(4n+3), .product_content .product_spec .spec_box .spec_item:nth-child(4n+4) {
  background: #fff;
}

.product_content .product_spec .spec_box .spec_item .item_title {
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 388.889% */
}

.product_content .product_spec .spec_box .spec_item .item_desc {
  word-break: break-word;
  text-align: right;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 388.889% */
}

.product_content .product_also {
  width: 100%;
  height: auto;
  padding: 65px 0 130px;
}

.product_content .product_also .also_title {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  /* 116.667% */
}

.product_content .product_also .also_content {
  width: 100%;
  height: auto;
  margin-top: 42px;
}

.product_content .product_also .also_content .also_box {
  width: 100%;
  height: auto;
}

.product_content .product_also .also_content .also_box .also_item {
  width: 390px;
  height: auto;
  margin-right: 28px;
}

.product_content .product_also .also_content .also_box .also_item:hover .item_img {
  box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
}

.product_content .product_also .also_content .also_box .also_item:hover .item_img .more {
  display: none;
}

.product_content .product_also .also_content .also_box .also_item .item_img {
  width: 390px;
  height: 390px;
  border-radius: 20px;
  background: #F8FAFD;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product_content .product_also .also_content .also_box .also_item .item_img img {
  width: 292px;
  height: 292px;
}

.product_content .product_also .also_content .also_box .also_item .item_img .more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 13px 31px;
  border-radius: 80px;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  display: none;
  flex-direction: row;
  align-items: center;
}

.product_content .product_also .also_content .also_box .also_item .item_img .more p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_content .product_also .also_content .also_box .also_item .item_img .more img {
  margin-left: 10px;
  width: 24px;
  height: 24px;
}

.product_content .product_also .also_content .also_box .also_item .item_title {
  margin-top: 19px;
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_content .product_also .also_content .also_box .also_item .item_desc {
  margin-top: 8px;
  color: #999;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.inquiry_popup {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.inquiry_popup.active {
  display: flex;
}

.inquiry_popup .popup_box {
  position: relative;
  width: 1111px;
  height: 650px;
  border-radius: 20px;
  background: #FFF;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.inquiry_popup .popup_box .popup_close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
}

.inquiry_popup .popup_box .popup_close img {
  width: 100%;
  height: 100%;
}

.inquiry_popup .popup_box .popup_box_l {
  width: 500px;
  height: 650px;
}

.inquiry_popup .popup_box .popup_box_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inquiry_popup .popup_box .popup_box_r {
  width: 611px;
  height: 100px;
  padding: 0 55px;
}

.inquiry_popup .popup_box .popup_box_r .popup_title {
  margin-top: 19px;
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  /* 200% */
}

.inquiry_popup .popup_box .popup_box_r .form_box {
  width: 100%;
  height: auto;
  margin-top: 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.inquiry_popup .popup_box .popup_box_r .form_box .form_item {
  margin-top: 19px;
  width: 100%;
  height: auto;
}

.inquiry_popup .popup_box .popup_box_r .form_box .form_item:nth-of-type(2) {
  margin-right: 20px;
  width: 240px;
}

.inquiry_popup .popup_box .popup_box_r .form_box .form_item:nth-of-type(3) {
  width: 240px;
}

.inquiry_popup .popup_box .popup_box_r .form_box .form_item .item_label {
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.inquiry_popup .popup_box .popup_box_r .form_box .form_item .item_label span {
  color: #E50012;
}

.inquiry_popup .popup_box .popup_box_r .form_box .form_item input {
  margin-top: 10px;
  outline: none;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  width: 100%;
  height: 50px;
  padding: 0 14px;
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.inquiry_popup .popup_box .popup_box_r .form_box .form_item input::placeholder {
  color: #9E9E9E;
}

.inquiry_popup .popup_box .popup_box_r .form_box .form_item textarea {
  resize: none;
  margin-top: 10px;
  outline: none;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
  max-height: 100px;
  padding: 14px;
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.inquiry_popup .popup_box .popup_box_r .form_box .form_item textarea::placeholder {
  color: #9E9E9E;
}

.inquiry_popup .popup_box .popup_box_r .form_btn {
  cursor: pointer;
  margin-top: 25px;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 162.5% */
}

@media screen and (max-width: 1600px) {
  .container {
    max-width: 87.125vw;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .header {
    box-shadow: 0vw 0.05312vw 0.53125vw 0vw rgba(0, 0, 0, 0.05);
  }
  .crumbs {
    width: 100%;
    height: auto;
    margin-top: 4.25vw;
    padding-top: 0.79688vw;
    background: #fff;
  }
  .crumbs .crumbs_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .crumbs .crumbs_box a {
    color: #999;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .crumbs .crumbs_box a:hover {
    color: #111;
  }
  .crumbs .crumbs_box span {
    margin: 0 0.26562vw;
    color: #999;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .crumbs .crumbs_box p {
    color: #111;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_card {
    width: 100%;
    height: auto;
    padding: 2.125vw 0 5.3125vw;
  }
  .product_card .card_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .product_card .card_box .card_b_l {
    width: 38.78125vw;
    height: auto;
  }
  .product_card .card_box .card_b_l .card_b_top_box {
    width: 100%;
    height: 38.78125vw;
    position: relative;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top {
    width: 100%;
    height: 38.78125vw;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .img_item {
    width: 100%;
    height: 100%;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .img_item img {
    width: 100%;
    height: 100%;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .img_item .magnify-lens {
    position: absolute;
    width: 10.625vw;
    height: 10.625vw;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .img_item video {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .img_item .video_bo {
    width: 5.3125vw;
    height: 5.3125vw;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-button-next {
    width: 3.1875vw;
    height: 3.1875vw;
    background: transparent;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-button-next::after {
    content: '';
    display: none;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-button-prev {
    width: 3.1875vw;
    height: 3.1875vw;
    background: transparent;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-button-prev::after {
    content: '';
    display: none;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-pagination-fraction {
    width: 4.675vw;
    height: 2.3375vw;
    left: unset;
    right: 1.00937vw;
    bottom: 0.79688vw;
    border-radius: 4.25vw;
    background: rgba(0, 0, 0, 0.15);
    color: #FFF;
    font-size: 1.0625vw;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 2.3375vw;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .lens {
    position: absolute;
    width: 7.96875vw;
    height: 7.96875vw;
    cursor: none;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    pointer-events: none;
    /* 防止镜片阻挡鼠标事件 */
    z-index: 10;
  }
  .product_card .card_box .card_b_l .card_b_top_box .zoomed-image-container {
    display: none;
    position: absolute;
    left: calc(100% + 20px);
    top: 0;
    width: 38.78125vw;
    height: 38.78125vw;
    /* 根据你的图片高度调整 */
    background-position: center center;
    background-size: cover;
    /* 关键属性 - 使背景图片覆盖整个区域 */
    background-repeat: no-repeat;
    margin-left: 20px;
    border: 1px solid #eee;
  }
  .product_card .card_box .card_b_l .card_b_bot {
    width: 100%;
    height: 5.3125vw;
  }
  .product_card .card_box .card_b_l .card_b_bot .img_item {
    cursor: pointer;
    width: 5.3125vw !important;
    height: 5.3125vw;
    margin-right: 0.95625vw;
    opacity: 0.5;
    border-radius: 0.53125vw;
  }
  .product_card .card_box .card_b_l .card_b_bot .img_item:last-child {
    margin-right: 0;
  }
  .product_card .card_box .card_b_l .card_b_bot .img_item img {
    width: 100%;
    height: 100%;
  }
  .product_card .card_box .card_b_l .card_b_bot .img_item video {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  .product_card .card_box .card_b_l .card_b_bot .img_item .video_bo {
    width: 1.0625vw;
    height: 1.0625vw;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product_card .card_box .card_b_l .card_b_bot .active {
    opacity: 1;
    border: 0.05312vw solid #009CDC;
  }
  .product_card .card_box .card_b_r {
    width: 39.84375vw;
    height: auto;
  }
  .product_card .card_box .card_b_r .tag_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .product_card .card_box .card_b_r .tag_box .isnew {
    margin-right: 0.74375vw;
    width: auto;
    padding: 0 1.0625vw;
    height: 1.9125vw;
    border-radius: 3.1875vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    color: #FFF;
    text-align: center;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9125vw;
  }
  .product_card .card_box .card_b_r .tag_box .ishot {
    margin-right: 0.74375vw;
    width: auto;
    padding: 0 1.0625vw;
    height: 1.9125vw;
    border-radius: 3.1875vw;
    background: linear-gradient(90deg, #F69A33 0%, #F66E33 100%);
    color: #FFF;
    text-align: center;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9125vw;
  }
  .product_card .card_box .card_b_r .product_title {
    margin-top: 1.275vw;
    color: #000;
    font-size: 2.55vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .product_card .card_box .card_b_r .product_abstract {
    margin-top: 0.90312vw;
    padding-bottom: 1.59375vw;
    width: 100%;
    height: auto;
    border-bottom: 0.05312vw solid #E3E3E3;
    color: #666;
    font-size: 1.0625vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_card .card_box .card_b_r .product_description {
    width: 100%;
    height: auto;
    margin-top: 1.32812vw;
  }
  .product_card .card_box .card_b_r .product_description .desc_title {
    color: #000;
    font-size: 1.16875vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .product_card .card_box .card_b_r .product_description .desc_content {
    margin-top: 0.85vw;
    color: #666;
    font-size: 0.95625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.80625vw;
    /* 188.889% */
  }
  .product_card .card_box .card_b_r .product_purchase {
    width: 100%;
    height: auto;
    margin-top: 1.59375vw;
    border-radius: 0.53125vw;
    background: #F8FAFD;
    padding: 1.4875vw 1.0625vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .product_card .card_box .card_b_r .product_purchase img {
    width: 4.675vw;
    height: 4.675vw;
  }
  .product_card .card_box .card_b_r .product_purchase .purchase {
    width: 30.6vw;
    margin-left: 1.275vw;
  }
  .product_card .card_box .card_b_r .product_purchase .purchase .pur_title {
    color: #000;
    font-size: 1.0625vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_card .card_box .card_b_r .product_purchase .purchase .pur_text {
    margin-top: 0.53125vw;
    color: #999;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.43437vw;
    /* 168.75% */
  }
  .product_card .card_box .card_b_r .product_btn_box {
    width: 100%;
    height: auto;
    margin-top: 1.0625vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product_card .card_box .card_b_r .product_btn_box .btn {
    margin-top: 1.4875vw;
    margin-right: 1.59375vw;
    border-radius: 3.1875vw;
    cursor: pointer;
    width: 12.21875vw;
    height: 3.1875vw;
  }
  .product_card .card_box .card_b_r .product_btn_box .btn img {
    width: 100%;
    height: 100%;
  }
  .product_card .card_box .card_b_r .product_btn_box .btn:nth-of-type(3) {
    margin-right: 0;
  }
  .product_card .card_box .card_b_r .product_btn_box .inquiry {
    margin-top: 1.4875vw;
    margin-right: 1.59375vw;
    cursor: pointer;
    width: 12.21875vw;
    height: 3.1875vw;
    border-radius: 3.1875vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    color: #FFF;
    text-align: center;
    font-size: 0.95625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.1875vw;
  }
  .product_tab {
    width: 100%;
    height: 4.25vw;
    background: #F8FAFD;
  }
  .product_tab .tab_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .product_tab .tab_box .tab_item {
    width: auto;
    cursor: pointer;
    height: 100%;
    margin: 0 5.3125vw;
    position: relative;
    color: #000;
    text-align: center;
    font-size: 0.95625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.25vw;
  }
  .product_tab .tab_box .tab_item.active {
    color: #009CDC;
  }
  .product_tab .tab_box .tab_item.active::after {
    content: '';
    width: 100%;
    height: 0.2125vw;
    background: #009CDC;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .product_content {
    width: 100%;
    height: auto;
  }
  .product_content .product_key {
    width: 100%;
    height: auto;
    padding: 4.675vw 0 3.45312vw;
  }
  .product_content .product_key .key_title {
    color: #000;
    text-align: center;
    font-size: 2.55vw;
    font-style: normal;
    font-weight: 600;
    line-height: 2.975vw;
    /* 116.667% */
  }
  .product_content .product_key .key_icon {
    margin-top: 2.125vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product_content .product_key .key_icon .icon_item {
    margin: 0 2.65625vw;
    margin-top: 1.0625vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product_content .product_key .key_icon .icon_item img {
    width: 4.78125vw;
    height: 4.78125vw;
  }
  .product_content .product_key .key_icon .icon_item p {
    margin-top: 0.425vw;
    color: #111;
    text-align: center;
    font-size: 0.95625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.59375vw;
    /* 166.667% */
  }
  .product_content .product_key .key_box {
    width: 100%;
    height: auto;
  }
  .product_content .product_key .key_box .key_box_item {
    width: 100%;
    height: auto;
    margin-top: 5.20625vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .product_content .product_key .key_box .key_box_item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .product_content .product_key .key_box .key_box_item .item_img {
    width: 46.75vw;
    height: 28.15625vw;
    border-radius: 1.0625vw;
    overflow: hidden;
  }
  .product_content .product_key .key_box .key_box_item .item_img:hover .img {
    transform: scale(1.05);
  }
  .product_content .product_key .key_box .key_box_item .item_img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .product_content .product_key .key_box .key_box_item .item_img video {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  .product_content .product_key .key_box .key_box_item .item_img .video_bo {
    width: 2.65625vw;
    height: 2.65625vw;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product_content .product_key .key_box .key_box_item .item_info {
    width: 36.125vw;
    height: auto;
  }
  .product_content .product_key .key_box .key_box_item .item_info .item_title {
    font-size: 1.9125vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .product_content .product_key .key_box .key_box_item .item_info .item_text {
    margin-top: 1.59375vw;
    color: #666;
    font-size: 0.95625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.80625vw;
    /* 188.889% */
  }
  .product_content .product_spec {
    width: 100%;
    height: auto;
    padding: 3.45312vw 0 3.1875vw;
  }
  .product_content .product_spec .spec_title {
    color: #000;
    text-align: center;
    font-size: 2.55vw;
    font-style: normal;
    font-weight: 600;
    line-height: 2.975vw;
    /* 116.667% */
  }
  .product_content .product_spec .spec_box {
    width: 100%;
    height: auto;
    margin-top: 2.81562vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product_content .product_spec .spec_box .spec_item {
    width: 41.4375vw;
    height: 3.71875vw;
    padding: 0 2.125vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #F8FAFD;
    margin-right: 4.25vw;
  }
  .product_content .product_spec .spec_box .spec_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .product_content .product_spec .spec_box .spec_item:nth-child(4n+3), .product_content .product_spec .spec_box .spec_item:nth-child(4n+4) {
    background: #fff;
  }
  .product_content .product_spec .spec_box .spec_item .item_title {
    color: #666;
    font-size: 0.95625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.38125vw;
    /* 388.889% */
  }
  .product_content .product_spec .spec_box .spec_item .item_desc {
    color: #000;
    font-size: 0.95625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.38125vw;
    /* 388.889% */
  }
  .product_content .product_also {
    width: 100%;
    height: auto;
    padding: 3.45312vw 0 6.90625vw;
  }
  .product_content .product_also .also_title {
    color: #000;
    text-align: center;
    font-size: 2.55vw;
    font-style: normal;
    font-weight: 600;
    line-height: 2.975vw;
    /* 116.667% */
  }
  .product_content .product_also .also_content {
    width: 100%;
    height: auto;
    margin-top: 2.23125vw;
  }
  .product_content .product_also .also_content .also_box {
    width: 100%;
    height: auto;
  }
  .product_content .product_also .also_content .also_box .also_item {
    width: 20.71875vw;
    height: auto;
    margin-right: 1.4875vw;
  }
  .product_content .product_also .also_content .also_box .also_item:hover .item_img {
    box-shadow: 0vw 0.53125vw 1.59375vw -0.26562vw rgba(0, 0, 0, 0.1);
  }
  .product_content .product_also .also_content .also_box .also_item:hover .item_img .more {
    display: none;
  }
  .product_content .product_also .also_content .also_box .also_item .item_img {
    width: 20.71875vw;
    height: 20.71875vw;
    border-radius: 1.0625vw;
    background: #F8FAFD;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .product_content .product_also .also_content .also_box .also_item .item_img img {
    width: 15.5125vw;
    height: 15.5125vw;
  }
  .product_content .product_also .also_content .also_box .also_item .item_img .more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.69062vw 1.64687vw;
    border-radius: 4.25vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: none;
    flex-direction: row;
    align-items: center;
  }
  .product_content .product_also .also_content .also_box .also_item .item_img .more p {
    color: #FFF;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_content .product_also .also_content .also_box .also_item .item_img .more img {
    margin-left: 0.53125vw;
    width: 1.275vw;
    height: 1.275vw;
  }
  .product_content .product_also .also_content .also_box .also_item .item_title {
    margin-top: 1.00937vw;
    color: #000;
    text-align: center;
    font-size: 1.16875vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_content .product_also .also_content .also_box .also_item .item_desc {
    margin-top: 0.425vw;
    color: #999;
    text-align: center;
    font-size: 0.95625vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .inquiry_popup {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(0.425vw);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .inquiry_popup.active {
    display: flex;
  }
  .inquiry_popup .popup_box {
    position: relative;
    width: 59.02188vw;
    height: 34.53125vw;
    border-radius: 1.0625vw;
    background: #FFF;
    overflow: hidden;
    display: flex;
    flex-direction: row;
  }
  .inquiry_popup .popup_box .popup_close {
    width: 1.0625vw;
    height: 1.0625vw;
    cursor: pointer;
    position: absolute;
    top: 0.85vw;
    right: 0.85vw;
  }
  .inquiry_popup .popup_box .popup_close img {
    width: 100%;
    height: 100%;
  }
  .inquiry_popup .popup_box .popup_box_l {
    width: 26.5625vw;
    height: 34.53125vw;
  }
  .inquiry_popup .popup_box .popup_box_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .inquiry_popup .popup_box .popup_box_r {
    width: 32.45938vw;
    height: 5.3125vw;
    padding: 0 2.92188vw;
  }
  .inquiry_popup .popup_box .popup_box_r .popup_title {
    margin-top: 1.00937vw;
    color: #000;
    font-size: 1.4875vw;
    font-style: normal;
    font-weight: 600;
    line-height: 2.975vw;
    /* 200% */
  }
  .inquiry_popup .popup_box .popup_box_r .form_box {
    width: 100%;
    height: auto;
    margin-top: 0.2125vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .inquiry_popup .popup_box .popup_box_r .form_box .form_item {
    margin-top: 1.00937vw;
    width: 100%;
    height: auto;
  }
  .inquiry_popup .popup_box .popup_box_r .form_box .form_item:nth-of-type(2) {
    margin-right: 1.0625vw;
    width: 12.75vw;
  }
  .inquiry_popup .popup_box .popup_box_r .form_box .form_item:nth-of-type(3) {
    width: 12.75vw;
  }
  .inquiry_popup .popup_box .popup_box_r .form_box .form_item .item_label {
    color: #282828;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .inquiry_popup .popup_box .popup_box_r .form_box .form_item .item_label span {
    color: #E50012;
  }
  .inquiry_popup .popup_box .popup_box_r .form_box .form_item input {
    margin-top: 0.53125vw;
    outline: none;
    border-radius: 0.31875vw;
    border: 0.05312vw solid #D9D9D9;
    background: #FFF;
    width: 100%;
    height: 2.65625vw;
    padding: 0 0.74375vw;
    color: #111;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
  }
  .inquiry_popup .popup_box .popup_box_r .form_box .form_item input::placeholder {
    color: #9E9E9E;
  }
  .inquiry_popup .popup_box .popup_box_r .form_box .form_item textarea {
    resize: none;
    margin-top: 0.53125vw;
    outline: none;
    border-radius: 0.31875vw;
    border: 0.05312vw solid #D9D9D9;
    background: #FFF;
    max-width: 100%;
    min-width: 100%;
    min-height: 5.3125vw;
    max-height: 5.3125vw;
    padding: 0.74375vw;
    color: #111;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
  }
  .inquiry_popup .popup_box .popup_box_r .form_box .form_item textarea::placeholder {
    color: #9E9E9E;
  }
  .inquiry_popup .popup_box .popup_box_r .form_btn {
    cursor: pointer;
    margin-top: 1.32812vw;
    width: 100%;
    height: 2.65625vw;
    border-radius: 0.31875vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    color: #FFF;
    text-align: center;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.65625vw;
    /* 162.5% */
  }
}

@media screen and (max-width: 768px) {
  .crumbs {
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding-top: 15px;
    background: #fff;
  }
  .crumbs .crumbs_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .crumbs .crumbs_box a {
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .crumbs .crumbs_box a:hover {
    color: #111;
  }
  .crumbs .crumbs_box span {
    margin: 0 5px;
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .crumbs .crumbs_box p {
    color: #111;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_card {
    width: 100%;
    height: auto;
    padding: 40px 0 40px;
  }
  .product_card .card_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: inherit;
  }
  .product_card .card_box .card_b_l {
    width: 100%;
    height: auto;
  }
  .product_card .card_box .card_b_l .card_b_top_box {
    width: 100%;
    height: 92vw;
    position: relative;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top {
    width: 100%;
    height: 92vw;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .img_item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .img_item img {
    width: 100%;
    height: 100%;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .img_item .magnify-lens {
    display: none !important;
    position: absolute;
    width: 200px;
    height: 200px;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .img_item video {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .img_item .video_bo {
    width: 13.33333vw;
    height: 13.33333vw;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-button-next {
    width: 25px;
    height: 25px;
    background: transparent;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-button-next::after {
    content: '';
    display: none;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-button-prev {
    width: 25px;
    height: 25px;
    background: transparent;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-button-prev::after {
    content: '';
    display: none;
  }
  .product_card .card_box .card_b_l .card_b_top_box .card_b_top .swiper-pagination-fraction {
    width: 88px;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    bottom: 15px;
    border-radius: 80px;
    background: rgba(0, 0, 0, 0.15);
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
  }
  .product_card .card_box .card_b_l .card_b_bot {
    width: 100%;
    height: 100px;
  }
  .product_card .card_box .card_b_l .card_b_bot .img_item {
    cursor: pointer;
    width: 50px !important;
    height: 50px;
    margin-right: 10px;
    opacity: 0.5;
    border-radius: 10px;
  }
  .product_card .card_box .card_b_l .card_b_bot .img_item:last-child {
    margin-right: 0;
  }
  .product_card .card_box .card_b_l .card_b_bot .img_item img {
    width: 100%;
    height: 100%;
  }
  .product_card .card_box .card_b_l .card_b_bot .img_item video {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  .product_card .card_box .card_b_l .card_b_bot .img_item .video_bo {
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product_card .card_box .card_b_l .card_b_bot .active {
    opacity: 1;
    border: 1px solid #009CDC;
  }
  .product_card .card_box .card_b_r {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .product_card .card_box .card_b_r .tag_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .product_card .card_box .card_b_r .tag_box .isnew {
    margin-right: 10px;
    width: auto;
    padding: 0 15px;
    height: 28px;
    border-radius: 60px;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .product_card .card_box .card_b_r .tag_box .ishot {
    margin-right: 10px;
    width: auto;
    padding: 0 15px;
    height: 28px;
    border-radius: 60px;
    background: linear-gradient(90deg, #F69A33 0%, #F66E33 100%);
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .product_card .card_box .card_b_r .product_title {
    margin-top: 24px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .product_card .card_box .card_b_r .product_abstract {
    margin-top: 10px;
    padding-bottom: 30px;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #E3E3E3;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_card .card_box .card_b_r .product_description {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }
  .product_card .card_box .card_b_r .product_description .desc_title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .product_card .card_box .card_b_r .product_description .desc_content {
    margin-top: 16px;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 188.889% */
  }
  .product_card .card_box .card_b_r .product_purchase {
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-radius: 10px;
    background: #F8FAFD;
    padding: 28px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .product_card .card_box .card_b_r .product_purchase img {
    width: 35px;
    height: 35px;
  }
  .product_card .card_box .card_b_r .product_purchase .purchase {
    width: calc(100% - 25px);
    margin-left: 10px;
  }
  .product_card .card_box .card_b_r .product_purchase .purchase .pur_title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_card .card_box .card_b_r .product_purchase .purchase .pur_text {
    margin-top: 10px;
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 168.75% */
  }
  .product_card .card_box .card_b_r .product_btn_box {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product_card .card_box .card_b_r .product_btn_box .btn {
    margin-top: 20px;
    margin-right: 6%;
    border-radius: 60px;
    cursor: pointer;
    width: 47%;
    height: 45px;
  }
  .product_card .card_box .card_b_r .product_btn_box .btn img {
    width: 100%;
    height: 100%;
  }
  .product_card .card_box .card_b_r .product_btn_box .btn:nth-of-type(2) {
    margin-right: 0;
  }
  .product_card .card_box .card_b_r .product_btn_box .btn:nth-of-type(3) {
    margin-right: 6%;
  }
  .product_card .card_box .card_b_r .product_btn_box .inquiry {
    margin-top: 20px;
    margin-right: 0;
    cursor: pointer;
    width: 47%;
    height: 45px;
    border-radius: 60px;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
  }
  .product_tab {
    width: 100%;
    height: 50px;
    background: #F8FAFD;
  }
  .product_tab .tab_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .product_tab .tab_box .tab_item {
    width: auto;
    cursor: pointer;
    height: 100%;
    margin: 0 5.33333vw;
    position: relative;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
  }
  .product_tab .tab_box .tab_item.active {
    color: #009CDC;
  }
  .product_tab .tab_box .tab_item.active::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #009CDC;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .product_content {
    width: 100%;
    height: auto;
  }
  .product_content .product_key {
    overflow-x: hidden;
    width: 100%;
    height: auto;
    padding: 40px 0 40px;
  }
  .product_content .product_key .key_title {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* 116.667% */
  }
  .product_content .product_key .key_icon {
    margin-top: 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product_content .product_key .key_icon .icon_item {
    width: 50%;
    margin: 0 0px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2%;
  }
  .product_content .product_key .key_icon .icon_item img {
    width: 24vw;
    height: 24vw;
  }
  .product_content .product_key .key_icon .icon_item .icon_title {
    margin-top: 10px;
    color: #111;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.667;
    /* 166.667% */
  }
  .product_content .product_key .key_box {
    width: 100%;
    height: auto;
  }
  .product_content .product_key .key_box .key_box_item {
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: inherit;
  }
  .product_content .product_key .key_box .key_box_item:nth-of-type(2n) {
    flex-direction: column;
  }
  .product_content .product_key .key_box .key_box_item .item_img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
  }
  .product_content .product_key .key_box .key_box_item .item_img:hover .img {
    transform: scale(1.05);
  }
  .product_content .product_key .key_box .key_box_item .item_img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .product_content .product_key .key_box .key_box_item .item_img video {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  .product_content .product_key .key_box .key_box_item .item_img .video_bo {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product_content .product_key .key_box .key_box_item .item_info {
    width: 100%;
    margin-top: 20px;
    height: auto;
  }
  .product_content .product_key .key_box .key_box_item .item_info .item_title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .product_content .product_key .key_box .key_box_item .item_info .item_text {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.888;
    /* 188.889% */
  }
  .product_content .product_spec {
    width: 100%;
    height: auto;
    padding: 40px 0 40px;
  }
  .product_content .product_spec .spec_title {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* 116.667% */
  }
  .product_content .product_spec .spec_box {
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product_content .product_spec .spec_box .spec_item {
    width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #F8FAFD;
    margin-right: 0px;
  }
  .product_content .product_spec .spec_box .spec_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .product_content .product_spec .spec_box .spec_item:nth-child(4n+3) {
    background: #F8FAFD;
  }
  .product_content .product_spec .spec_box .spec_item:nth-child(4n+4) {
    background: #fff;
  }
  .product_content .product_spec .spec_box .spec_item:nth-child(4n+2) {
    background: #fff;
  }
  .product_content .product_spec .spec_box .spec_item:nth-child(4n+1) {
    background: #F8FAFD;
  }
  .product_content .product_spec .spec_box .spec_item .item_title {
    width: 49%;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 388.889% */
  }
  .product_content .product_spec .spec_box .spec_item .item_desc {
    width: 49%;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 388.889% */
  }
  .product_content .product_also {
    width: 100%;
    height: auto;
    padding: 40px 0 80px;
  }
  .product_content .product_also .also_title {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* 116.667% */
  }
  .product_content .product_also .also_content {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .product_content .product_also .also_content .also_box {
    width: 100%;
    height: auto;
  }
  .product_content .product_also .also_content .also_box .also_item {
    width: 100%;
    height: auto;
    margin-right: 28px;
  }
  .product_content .product_also .also_content .also_box .also_item:hover .item_img {
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
  }
  .product_content .product_also .also_content .also_box .also_item:hover .item_img .more {
    display: none;
  }
  .product_content .product_also .also_content .also_box .also_item .item_img {
    width: 100%;
    height: 92vw;
    border-radius: 20px;
    background: #F8FAFD;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .product_content .product_also .also_content .also_box .also_item .item_img img {
    width: 70%;
    height: 70%;
  }
  .product_content .product_also .also_content .also_box .also_item .item_img .more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2.66667vw 4.13333vw;
    border-radius: 10.66667vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: none;
    flex-direction: row;
    align-items: center;
  }
  .product_content .product_also .also_content .also_box .also_item .item_img .more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .product_content .product_also .also_content .also_box .also_item .item_img .more p {
    color: #FFF;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_content .product_also .also_content .also_box .also_item .item_img .more img {
    margin-left: 1.33333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .product_content .product_also .also_content .also_box .also_item .item_title {
    margin-top: 10px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_content .product_also .also_content .also_box .also_item .item_desc {
    margin-top: 10px;
    color: #999;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .inquiry_popup {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .inquiry_popup.active {
    display: flex;
  }
  .inquiry_popup .popup_box {
    position: relative;
    width: 92vw;
    height: 68%;
    border-radius: 20px;
    background: #FFF;
    overflow: visible;
    display: flex;
    flex-direction: column;
  }
  .inquiry_popup .popup_box .popup_close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: 16px;
  }
  .inquiry_popup .popup_box .popup_close img {
    width: 100%;
    height: 100%;
  }
  .inquiry_popup .popup_box .popup_box_l {
    width: 100%;
    height: auto;
    display: none;
  }
  .inquiry_popup .popup_box .popup_box_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .inquiry_popup .popup_box .popup_box_r {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 15px;
    padding-bottom: 30px;
  }
  .inquiry_popup .popup_box .popup_box_r .popup_title {
    margin-top: 19px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* 200% */
  }
  .inquiry_popup .popup_box .popup_box_r .form_box {
    width: 100%;
    height: auto;
    margin-top: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .inquiry_popup .popup_box .popup_box_r .form_box .form_item {
    margin-top: 19px;
    width: 100%;
    height: auto;
  }
  .inquiry_popup .popup_box .popup_box_r .form_box .form_item:nth-of-type(2) {
    margin-right: 0px;
    width: 100%;
  }
  .inquiry_popup .popup_box .popup_box_r .form_box .form_item:nth-of-type(3) {
    width: 100%;
  }
  .inquiry_popup .popup_box .popup_box_r .form_box .form_item .item_label {
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .inquiry_popup .popup_box .popup_box_r .form_box .form_item .item_label span {
    color: #E50012;
  }
  .inquiry_popup .popup_box .popup_box_r .form_box .form_item input {
    margin-top: 10px;
    outline: none;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    width: 100%;
    height: 46px;
    padding: 0 14px;
    color: #111;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
  }
  .inquiry_popup .popup_box .popup_box_r .form_box .form_item input::placeholder {
    color: #9E9E9E;
  }
  .inquiry_popup .popup_box .popup_box_r .form_box .form_item textarea {
    resize: none;
    margin-top: 10px;
    outline: none;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
    max-height: 100px;
    padding: 14px;
    color: #111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .inquiry_popup .popup_box .popup_box_r .form_box .form_item textarea::placeholder {
    color: #9E9E9E;
  }
  .inquiry_popup .popup_box .popup_box_r .form_btn {
    cursor: pointer;
    margin-top: 25px;
    width: 100%;
    height: 46px;
    border-radius: 6px;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    /* 162.5% */
  }
}
