#product-detail {
  /* 图片预览样式 */
  /* 关闭按钮 */
  /* 导航按钮 */
  /* 放大按钮 */
  /* 图片点击效果 */
  /* 防止页面滚动 */
  /* 响应式设计 */
}
#product-detail .product-images-box {
  background: #F8F8F8;
  padding: 0.38rem 3.1rem 0.39rem;
}
#product-detail .breadcrumb {
  padding: 0.3rem 0;
  font-size: 0.14rem;
  color: #666;
}
#product-detail .breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}
#product-detail .breadcrumb a:hover {
  color: #3F71D5;
}
#product-detail .breadcrumb span {
  margin: 0 0.1rem;
}
#product-detail .product-left {
  width: 5.83rem;
  flex: none;
  overflow: hidden;
  display: flex;
}
#product-detail .product-left .thumbnail-swiper {
  margin-right: 0.17rem;
  height: 3.14rem;
  width: 1.32rem;
}
#product-detail .product-left .thumbnail-swiper .swiper-wrapper {
  display: flex;
  flex-direction: column;
}
#product-detail .product-left .thumbnail-swiper .swiper-slide {
  height: 0.95rem;
  width: 1.32rem;
}
#product-detail .product-left .thumbnail-swiper .thumbnail-item {
  width: 1.32rem;
  height: 0.95rem;
  border: 2px solid transparent;
  border-radius: 0.08rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  background: url(../img/product/img-bg.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product-detail .product-left .thumbnail-swiper .thumbnail-item img {
  width: 0.93rem;
  height: 0.7rem;
  object-fit: cover;
}
#product-detail .product-left .main-image-wrapper {
  flex: none;
  width: 4.34rem;
  height: 3.14rem;
  position: relative;
  background: url(../img/product/img-bg.png) no-repeat center center;
  background-size: 100% 100%;
}
#product-detail .product-left .main-image-wrapper .product-swiper {
  width: 2.96rem;
  height: 2.23rem;
  overflow: hidden;
  margin: 0 auto ;
  position: relative;
  top: 0.33rem;
}
#product-detail .product-left .main-image-wrapper .product-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#product-detail .product-left .main-image-wrapper .zoom-btn {
  position: absolute;
  bottom: 0.02rem;
  right: 0;
  padding: 0.11rem 0.23rem 0.13rem;
  background: rgba(0, 0, 0, 0.39);
  color: #fff;
  border: none;
  border-radius: 0.06rem 0 0 0;
  font-size: 0.16rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background 0.3s;
}
#product-detail .product-left .main-image-wrapper .zoom-btn img {
  margin-right: 0.08rem;
  width: 0.19rem;
}
#product-detail .product-left .main-image-wrapper .zoom-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
#product-detail .product-right {
  flex: 1;
}
#product-detail .product-right .product-info {
  flex: 1;
  padding-left: 0.43rem;
  padding-top: 0.4rem;
}
#product-detail .product-right .product-info .product-model {
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.13rem;
}
#product-detail .product-right .product-info .product-desc {
  font-size: 0.16rem;
  color: #141414;
  line-height: 1.8;
  margin-bottom: 0.3rem;
}
#product-detail .product-right .product-info .consult-btn {
  display: inline-block;
  width: 1.58rem;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  background: #1885ED;
  color: #fff;
  border: none;
  border-radius: 0.03rem;
  font-size: 0.2rem;
  cursor: pointer;
  transition: background 0.3s;
}
#product-detail .product-right .product-info .consult-btn:hover {
  background: #2d5bb0;
}
#product-detail .divider-title {
  font-size: 0.2rem;
  font-weight: bold;
  margin-top: 0.53rem;
}
#product-detail .product-detail-content {
  padding: 0.56rem 0 1rem;
}
#product-detail .product-detail-content .detail-title {
  font-size: 0.26rem;
  margin-bottom: 0.25rem;
  font-weight: bold;
}
#product-detail .product-detail-content .detail-text {
  font-size: 0.16rem;
  line-height: 0.35rem;
  margin-bottom: 0.3rem;
}
#product-detail .product-detail-content .detail-image {
  width: 100%;
  margin-top: 0.4rem;
}
#product-detail .product-detail-content .detail-image img {
  width: 100%;
  height: auto;
}
#product-detail .bigPic-show {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
}
#product-detail .bigPic-show #innerdiv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10002;
}
#product-detail .bigPic-show #bigimg {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
#product-detail .bigPic-show .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 10003;
  transition: all 0.3s ease;
}
#product-detail .bigPic-show .close-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}
#product-detail .bigPic-show .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  z-index: 10002;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product-detail .bigPic-show .prev-btn {
  left: 30px;
}
#product-detail .bigPic-show .next-btn {
  right: 30px;
}
#product-detail .bigPic-show .nav-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}
#product-detail .bigPic-show .nav-btn.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#product-detail .bigPic-show .nav-btn.disabled:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%);
}
#product-detail .zoom-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 12px 24px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  z-index: 10;
}
#product-detail .zoom-btn:hover {
  background-color: rgba(0, 0, 0, 0.9);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
#product-detail .product-swiper .swiper-wrapper .swiper-slide img {
  cursor: pointer;
  transition: all 0.3s ease;
}
#product-detail .product-swiper .swiper-wrapper .swiper-slide img:hover {
  opacity: 0.9;
}
#product-detail body.image-viewer-open {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #product-detail .bigPic-show .close-btn {
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
  #product-detail .bigPic-show .nav-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  #product-detail .bigPic-show .prev-btn {
    left: 20px;
  }
  #product-detail .bigPic-show .next-btn {
    right: 20px;
  }
  #product-detail .zoom-btn {
    bottom: 15px;
    right: 15px;
    padding: 8px 16px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  #product-detail .product-images-box {
    padding: 0.25rem 0.3rem;
  }
  #product-detail .product-images-box .breadcrumb {
    padding: 0 0 0.3rem;
    font-size: 0.28rem;
  }
  #product-detail .product-images-box > .d-flex {
    flex-direction: column;
  }
  #product-detail .product-left {
    width: 100%;
    flex-direction: column-reverse;
  }
  #product-detail .product-left .main-image-wrapper {
    width: 100%;
    height: 5rem;
  }
  #product-detail .product-left .main-image-wrapper .product-swiper {
    width: 4.7rem;
    height: 3.6rem;
    top: 0.55rem;
  }
  #product-detail .product-left .thumbnail-swiper {
    width: 100%;
    height: 1.6rem;
    margin-right: 0;
    margin-top: 0.1rem;
  }
  #product-detail .product-left .thumbnail-swiper .swiper-wrapper {
    flex-direction: row;
  }
  #product-detail .product-left .thumbnail-swiper .swiper-wrapper .swiper-slide {
    width: 2.23rem;
    height: 1.6rem;
  }
  #product-detail .product-left .thumbnail-swiper .swiper-wrapper .thumbnail-item {
    width: 2.23rem;
    height: 1.6rem;
  }
  #product-detail .product-left .thumbnail-swiper .swiper-wrapper .thumbnail-item img {
    width: 1.57rem;
    height: 1.18rem;
  }
  #product-detail .product-right .product-info {
    padding: 0.32rem 0;
  }
  #product-detail .product-right .product-info .product-model {
    font-size: 0.55rem;
  }
  #product-detail .product-right .product-info .product-desc {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  #product-detail .product-right .product-info .consult-btn {
    width: 100%;
    line-height: 0.94rem;
    height: 0.94rem;
    font-size: 0.34rem;
  }
  #product-detail .product-detail-content {
    padding: 0.43rem 0 0.75rem;
  }
  #product-detail .product-detail-content .detail-title {
    font-size: 0.4rem;
    margin-bottom: 0.32rem;
  }
  #product-detail .product-detail-content .detail-text {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
}
#product .main {
  background: #fff;
}
#product .product-main {
  padding-bottom: 0.6rem;
}
#product .product-anchor-nav {
  padding: 0.12rem 0 0.1rem;
  background: #171717;
}
#product .product-anchor-nav .safe-width1 {
  display: flex;
}
#product .product-anchor-item {
  position: relative;
  font-size: 0.32rem;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  width: 4.2rem;
  height: 1.9rem;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
}
#product .product-anchor-item.active,
#product .product-anchor-item:hover {
  color: #141414;
  font-weight: bold;
}
#product .product-section {
  margin-bottom: 0.1rem;
}
#product .product-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0.35rem;
  padding-top: 0.53rem;
}
#product .product-section-title {
  font-size: 0.34rem;
  font-weight: bold;
  color: #0D0D0D;
}
#product .product-section-more {
  font-size: 0.16rem;
  color: #0D0D0D;
  text-decoration: none;
  transition: color 0.3s;
}
#product .product-section-more:hover {
  color: #1885ED;
}
#product .product-section-content-top {
  margin-bottom: 0.2rem;
}
#product .product-section-content-top .product-card-main {
  flex: none;
  width: 7.68rem;
  height: 4.14rem;
  margin-right: 0.2rem;
}
#product .product-section-content-top .product-card {
  flex: none;
  background: #F8F8F8;
  width: 5.12rem;
  height: 4.14rem;
  padding: 0.3rem 0.3rem 0.5rem;
}
#product .product-section-content-top .product-card .product-card-desc {
  display: none;
}
#product .product-section-content-top .product-card .product-card-bg {
  width: 4rem;
  height: 3rem;
  object-fit: cover;
  margin: 0 auto 0.13rem;
}
#product .product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #F8F8F8;
  text-decoration: none;
  color: #0D0D0D;
  box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.04);
  transition: transform 0.3s, box-shadow 0.3s;
}
#product .product-card:hover {
  transform: translateY(-0.04rem);
  box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
}
#product .product-section-content-btm .product-card {
  width: 6.4rem;
  height: 3.36rem;
  flex-direction: row;
  padding: 0.6rem 0.2rem;
}
#product .product-section-content-btm .product-card:last-child {
  margin-left: 0.2rem;
}
#product .product-section-content-btm .product-card .product-card-bg {
  width: 2.8rem;
  height: 1.9rem;
  margin-right: 0.2rem;
}
#product .product-card-bg {
  width: 100%;
  height: 4.14rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#product .product-card-info {
  padding-top: 0.1rem;
  flex: 1;
}
#product .product-card-name {
  font-size: 0.28rem;
  margin-bottom: 0.2rem;
}
#product .product-card-model {
  font-size: 0.16rem;
  color: #1885ED;
  margin-bottom: 0.3rem;
}
#product .product-card-desc {
  font-size: 0.16rem;
  line-height: 1.6;
  min-height: 0.3rem;
  margin-bottom: 0.12rem;
}
#product .product-card-btns {
  display: flex;
  align-items: center;
}
#product .btn-primary {
  display: inline-block;
  padding: 0.1rem 0.22rem;
  font-size: 0.16rem;
  cursor: pointer;
  color: #fff;
  background: #0D0D0D;
  transition: all ease-in-out 0.4s;
}
#product .btn-primary:hover {
  background: #3F71D5;
}
#product .btn-secondary {
  display: inline-block;
  font-size: 0.16rem;
  padding-bottom: 0.08rem;
  height: max-content;
  color: #0D0D0D;
  border-bottom: 2px solid #060606;
  margin-left: 0.16rem;
  transition: all ease-in-out 0.4s;
}
#product .btn-secondary:hover {
  color: #1885ED;
  border-color: #1885ED;
}
#product .uav-section .product-section-content-top .product-card-main {
  margin-right: 0;
  margin-left: 0.2rem;
}
#product .core-section .product-section-content {
  display: flex;
  justify-content: space-between;
}
#product .core-section .product-section-content .product-left-img {
  width: 5.52rem;
  height: 6.91rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#product .core-section .product-section-content .product-right-list {
  width: 7.21rem;
}
#product .core-section .product-section-content .product-right-list .product-card {
  height: 3.36rem;
  flex-direction: row;
  align-items: center;
  padding: 0.3rem;
}
#product .core-section .product-section-content .product-right-list .product-card:nth-child(1) {
  margin-bottom: 0.2rem;
}
#product .core-section .product-section-content .product-right-list .product-card .product-card-bg {
  width: 2.75rem;
  height: 2.35rem;
  margin-right: 0.2rem;
}
@media screen and (max-width: 1024px) {
  #product .product-anchor-nav {
    padding: 0.05rem 0.12rem;
  }
  #product .product-anchor-nav .safe-width1 {
    width: 100%;
  }
  #product .product-anchor-nav .product-anchor-item {
    width: 2.35rem;
    height: 1.36rem;
    margin-right: 0.08rem;
    font-size: 0.28rem;
  }
  #product .product-anchor-nav .product-anchor-item:last-child {
    margin-right: 0;
  }
  #product .product-section-header {
    padding-top: 0.55rem;
    align-items: center;
  }
  #product .product-section-header .product-section-title {
    font-size: 0.4rem;
  }
  #product .product-section-header .product-section-more {
    font-size: 0.28rem;
  }
  #product .product-section-content-top {
    flex-direction: column;
  }
  #product .product-section-content-top .product-card-main {
    width: 100%;
    height: 3.72rem;
    margin-right: 0;
    margin-bottom: 0.36rem;
  }
  #product .product-section-content-top .product-card-main .product-card-bg {
    height: 3.72rem;
  }
  #product .product-section-content-top .product-card {
    width: 100%;
    flex-direction: row;
    min-height: 3.62rem;
    align-items: center;
    padding: 0.2rem;
  }
  #product .product-section-content-top .product-card .product-card-bg {
    width: 3.2rem;
    height: 2.6rem;
    margin-right: 0.1rem;
  }
  #product .product-section-content-top .product-card .product-card-desc {
    display: block;
  }
  #product .product-section-content-btm {
    flex-direction: column;
  }
  #product .product-section-content-btm .product-card {
    width: 100%;
    min-height: 3.62rem;
    align-items: center;
    padding: 0.2rem;
    margin-bottom: 0.22rem;
  }
  #product .product-section-content-btm .product-card .product-card-bg {
    width: 3.2rem;
    height: 2.6rem;
    margin-right: 0.1rem;
  }
  #product .product-section-content-btm .product-card:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
  #product .product-card-name {
    font-size: 0.4rem;
  }
  #product .product-card-desc {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  #product .btn-primary {
    padding: 0.1rem 0.22rem;
    font-size: 0.28rem;
  }
  #product .btn-secondary {
    font-size: 0.28rem;
  }
  #product .product-section {
    margin-bottom: 0;
  }
  #product .uav-section .product-section-content-top {
    flex-direction: column-reverse;
  }
  #product .uav-section .product-section-content-top .product-card-main {
    margin-left: 0;
  }
  #product .core-section .product-section-content {
    flex-direction: column;
  }
  #product .core-section .product-section-content .product-left-img {
    width: 100%;
    height: 3.72rem;
    margin-bottom: 0.36rem;
  }
}
#product-list .main {
  background: #fff;
}
#product-list .product-main > .font34 {
  color: #0D0D0D;
  padding-top: 0.58rem;
}
#product-list .product-card {
  width: 6.4rem;
  height: 3.36rem;
  padding: 0.6rem 0.2rem;
}
#product-list .product-card .product-card-bg {
  width: 2.8rem;
  height: 1.9rem;
  margin-right: 0.2rem;
}
#product-list .product-card-bg {
  width: 100%;
  height: 4.14rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#product-list .product-card-info {
  padding-top: 0.1rem;
  flex: 1;
}
#product-list .product-card-name {
  font-size: 0.28rem;
  margin-bottom: 0.2rem;
}
#product-list .product-card-model {
  font-size: 0.16rem;
  color: #1885ED;
  margin-bottom: 0.3rem;
}
#product-list .product-card-desc {
  font-size: 0.16rem;
  line-height: 1.6;
  min-height: 0.5rem;
  margin-bottom: 0.3rem;
}
#product-list .product-card-btns {
  display: flex;
  align-items: center;
}
#product-list .btn-primary {
  display: inline-block;
  padding: 0.1rem 0.22rem;
  font-size: 0.16rem;
  cursor: pointer;
  color: #fff;
  background: #0D0D0D;
  transition: all ease-in-out 0.4s;
}
#product-list .btn-primary:hover {
  background: #3F71D5;
}
#product-list .btn-secondary {
  display: inline-block;
  font-size: 0.16rem;
  padding-bottom: 0.08rem;
  height: max-content;
  border-bottom: 2px solid #060606;
  margin-left: 0.16rem;
  transition: all ease-in-out 0.4s;
}
#product-list .btn-secondary:hover {
  color: #1885ED;
  border-color: #1885ED;
}
#product-list .product-card {
  flex: none;
  position: relative;
  display: flex;
  overflow: hidden;
  background: #F8F8F8;
  text-decoration: none;
  color: #0D0D0D;
  box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.04);
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 0.2rem;
}
#product-list .product-card:hover {
  transform: translateY(-0.04rem);
  box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
}
#product-list .product-card:nth-child(odd) {
  margin-right: 0.2rem;
}
#product-list .product-section-list {
  padding-bottom: 0.6rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #product-list .product-section-list {
    flex-direction: column;
  }
  #product-list .product-card {
    width: 100%;
    min-height: 3.62rem;
    align-items: center;
    padding: 0.2rem;
    margin-bottom: 0.22rem;
  }
  #product-list .product-card .product-card-bg {
    width: 3.2rem;
    height: 2.6rem;
    margin-right: 0.1rem;
  }
  #product-list .product-card:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
  #product-list .product-card-name {
    font-size: 0.4rem;
  }
  #product-list .product-card-desc {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  #product-list .btn-primary {
    padding: 0.1rem 0.22rem;
    font-size: 0.28rem;
  }
  #product-list .btn-secondary {
    font-size: 0.28rem;
  }
  #product-list .product-section {
    margin-bottom: 0;
  }
  #product-list .product-main > .font34 {
    font-size: 0.4rem;
  }
}
