.product-hero {
  background-image: url("../../assets/images/cpzx-bg.png");
}

.tabs {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  justify-content: center;
  margin-top: 54px;
}
.tabs .tab-item {
  padding: 12px 24px;
  margin: 0 10px;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}
.tabs .tab-item:hover {
  color: #0d6efd;
}
.tabs .tab-item.active {
  color: #0d6efd;
}

.tab-content .tab-pane {
  animation: fadeIn 0.5s ease;
}
.tab-content .tab-pane .tab-row {
  padding: 72px 0;
  margin: 0 auto;
  text-align: center;
}
.tab-content .tab-pane .tab-row .product-image {
  width: 600px;
  height: 338px;
}
.tab-content .tab-pane .tab-row .tab-row-right {
  width: 35%;
  text-align: left;
}
.tab-content .tab-pane .tab-row .tab-row-right p {
  margin-top: 29px;
  text-align: left;
}
.tab-content .tab-pane .tab-row .tab-row-right .btn {
  padding: 15px 102px;
  border-radius: 0;
  background-color: #0043B0;
  border-color: #0043B0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-card {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.product-card .product-image {
  background: #041633;
  width: 100%;
  height: 233px;
  position: relative;
}
.product-card .product-image .bioaoti {
  padding: 30px 0;
  font-size: 22px;
}
.product-card .product-image img {
  position: absolute;
  top: 81%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 215px;
  z-index: 222;
  object-fit: cover;
  transition: all 0.3s ease;
}
.product-card .product-image p {
  color: #fff;
  font-size: 22px;
  padding: 30px 0 23px 0;
  text-align: center;
}
.product-card .product-info {
  padding: 20px;
  margin-top: 60px;
  height: 150px;
}
.product-card .product-info p {
  color: #6c757d;
  line-height: 1.6;
}
.product-card .product-info .btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
  padding: 0.8rem 2rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.product-card .product-info .btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
  transform: translateY(-2px);
}

.qyaq {
  background-image: url("../../assets/images/cp-qyaq.png");
  background-size: cover;
  background-position: center;
  color: #fff !important;
}
.qyaq .section-titles {
  color: #fff;
}
.qyaq p {
  color: #fff;
}
.qyaq .tabs {
  margin-top: 54px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.qyaq .tabs .tab-item {
  padding: 12px 24px;
  margin: 0 10px;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.qyaq .tabs .tab-item:hover {
  color: #0d6efd;
}
.qyaq .tabs .tab-item.active {
  color: #0d6efd;
}
.qyaq .tabs .tab-item.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0d6efd;
}
.qyaq .tab-content .tab-pane {
  animation: fadeIn 0.5s ease;
}
.qyaq .tab-content .tab-pane .tab-row {
  padding: 72px 0;
  margin: 0 auto;
}
.qyaq .tab-content .tab-pane .tab-row .product-image {
  max-width: 600px;
  height: auto;
  margin: 0 auto;
}
.qyaq .tab-content .tab-pane .tab-row .tab-row-right {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
.qyaq .tab-content .tab-pane .tab-row .tab-row-right p {
  margin-top: 29px;
  text-align: left;
}
.qyaq .tab-content .tab-pane .tab-row .tab-row-right .btn {
  padding: 15px 102px;
  border-radius: 0;
  background-color: #0043B0;
  border-color: #0043B0;
}

.gxsys {
  background-image: url("../../assets/images/cpzx-gxsys-bg.png");
  background-size: cover;
  background-position: center;
}
.gxsys .tabs {
  margin-top: 54px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: center;
}
.gxsys .tabs .tab-item {
  padding: 12px 24px;
  margin: 0 10px;
  cursor: pointer;
  background-color: #fff;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}
.gxsys .tabs .tab-item:hover {
  background-color: #0d6efd;
  color: #fff;
}
.gxsys .tabs .tab-item.active {
  background-color: #0d6efd;
  color: #fff;
}
.gxsys .tab-content .tab-pane {
  animation: fadeIn 0.5s ease;
}
.gxsys .tab-content .tab-pane .tab-row {
  padding: 72px 0;
  margin: 0 auto;
}
.gxsys .tab-content .tab-pane .tab-row .product-image {
  max-width: 600px;
  height: auto;
  margin: 0 auto;
}
.gxsys .tab-content .tab-pane .tab-row .tab-row-right {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
.gxsys .tab-content .tab-pane .tab-row .tab-row-right p {
  margin-top: 29px;
  text-align: left;
}
.gxsys .tab-content .tab-pane .tab-row .tab-row-right .btn {
  padding: 15px 102px;
  border-radius: 0;
  background-color: #0043B0;
  border-color: #0043B0;
}

@media (max-width: 768px) {
  .gxsys .tabs {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .gxsys .tabs .tab-item {
    width: 90%;
    margin: 5px 0 !important;
    text-align: center;
  }
  .gxsys .tab-row {
    padding: 0 !important;
  }
  .gxsys .tab-row-right {
    margin-top: 20px !important;
    text-align: center !important;
  }
  .gxsys .tab-row-right p {
    text-align: center !important;
  }
}
.ai {
  background-image: url("../../assets/images/cpzx-AI-bg.png");
  background-size: cover;
  background-position: center;
  color: #fff;
}
.ai .section-titles {
  color: #fff;
}
.ai p {
  color: #fff;
}
.ai .tabs {
  margin-top: 54px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: center;
}
.ai .tabs .tab-item {
  padding: 12px 24px;
  margin: 0 10px;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.ai .tabs .tab-item:hover {
  color: #0d6efd;
}
.ai .tabs .tab-item.active {
  color: #0d6efd;
}
.ai .tabs .tab-item.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0d6efd;
}
.ai .tab-content .tab-pane {
  animation: fadeIn 0.5s ease;
}
.ai .tab-content .tab-pane .tab-row {
  padding: 72px 0;
  margin: 0 auto;
}
.ai .tab-content .tab-pane .tab-row .product-image {
  max-width: 600px;
  height: auto;
  margin: 0 auto;
}
.ai .tab-content .tab-pane .tab-row .tab-row-right {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
.ai .tab-content .tab-pane .tab-row .tab-row-right p {
  margin-top: 29px;
  text-align: left;
}
.ai .tab-content .tab-pane .tab-row .tab-row-right .btn {
  padding: 15px 102px;
  border-radius: 0;
  background-color: #0043B0;
  border-color: #0043B0;
}

.product-card.featured {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.product-card.featured .badge {
  font-size: 0.85rem;
  padding: 0.4rem 0.8rem;
  border-radius: 30px;
}
.product-card.featured .product-features {
  padding-left: 0;
  list-style: none;
}
.product-card.featured .product-features li {
  margin-bottom: 0.8rem;
  color: #333;
  display: flex;
  align-items: center;
}

.product-image-large {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.product-image-large img {
  width: 100%;
  height: auto;
}

.feature-list .feature-item {
  margin-bottom: 2rem;
}
.feature-list .feature-item .feature-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.feature-list .feature-item .feature-icon i {
  font-size: 1.5rem;
}
.feature-list .feature-item h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #333;
}
.feature-list .feature-item p {
  color: #6c757d;
  margin-bottom: 0;
}

.footer {
  background-color: #111111;
}

@media (max-width: 992px) {
  .product-hero h1 {
    font-size: 2.8rem;
  }
  .product-category {
    padding: 4rem 0;
  }
  .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .product-hero {
    height: 40vh;
    min-height: 300px;
  }
  .product-hero h1 {
    font-size: 2.2rem;
  }
  .product-hero p {
    font-size: 1rem;
  }
  .product-card .product-info {
    padding: 2rem;
  }
  .product-category .row g-6 {
    gap: 3rem;
  }
  .tab-row {
    padding: 0 !important;
  }
  .qyaq .tabs {
    margin-top: 0;
  }
  .tab-row-right {
    margin-top: 20px !important;
    text-align: center !important;
  }
  .ai .tabs {
    margin-top: 0 !important;
  }
}
@media (max-width: 576px) {
  .product-hero h1 {
    font-size: 1.8rem;
  }
  .section-title {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
}
/*# sourceMappingURL=productCenter.min.css.map */
