@charset "UTF-8";
:root {
  --primary-color: #007bff;
  --secondary-color: #4ecdc4;
  --dark-color: #2d3436;
  --light-color: #f9f9f9;
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
body,
strong,
span,
pre,
input {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  clear: both;
  height: auto;
  margin: 0px;
  padding: 0px;
  color: #333;
  font-size: 14px;
  font-family: Arial, "微软雅黑";
  line-height: 22px;
}

img {
  border: 0px;
}

ul,
li {
  list-style: none;
}

em,
i {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  background-repeat: no-repeat;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
  content: " ";
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

input,
textarea,
select {
  font-family: "微软雅黑";
  outline: none;
}

input[type=text],
input[type=password],
input[type=button],
input[type=submit],
select,
textarea {
  font-family: "Microsoft Yahei";
  border: none;
  border-radius: 0;
  outline-style: none;
  -webkit-appearance: none;
  resize: none;
}

* {
  -webkit-tap-highlight-color: transparent;
  tap-hightlight-color: transparent;
  -webkit-touch-callout: none;
  touch-callout: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.z-transition {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .commonleft {
    float: left;
  }
  .commonright {
    float: right;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .commonleft {
    float: left;
  }
  .commonright {
    float: right;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
.visible-lg,
.visible-md,
.visible-sm {
  display: none;
}

.hidden-lg,
.hidden-md,
.hidden-sm {
  display: none;
}

@media (min-width: 767px) {
  .visible-sm {
    display: block;
  }
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 991px) {
  .visible-md {
    display: block;
  }
  .hidden-sm {
    display: block;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block;
  }
  .hidden-lg {
    display: block;
  }
}
.fl {
  float: left;
}

.fr {
  float: right;
}

.commonweb {
  width: 1200px;
  margin: auto;
}

.header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header .header-content {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-content .logoimg img {
  height: 50px;
  width: auto;
}
.header .header-content .top-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-content .search-box {
  width: 576px;
  height: 44px;
  /* 自动布局 */
  display: flex;
  padding: 0px 8px 0px 20px;
  border-radius: 16px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #E5E7EB;
}
.header .header-content .search-box .search-form {
  display: flex;
  border-radius: 25px;
  width: 100%;
  align-items: center;
}
.header .header-content .search-box .search-form .search-input {
  background: transparent;
  border: none;
  padding: 10px 20px 10px 0;
  font-size: 14px;
  width: 500px;
}
.header .header-content .search-box .search-form .search-input::placeholder {
  color: #999;
}
.header .header-content .search-box .search-form .search-btn {
  background: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.header .header-content .search-box .search-form .search-btn img {
  width: 19px;
  height: 18px;
  display: block;
}
.header .header-content .contact-info .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-size: 14px;
}
.header .header-content .contact-info .contact-item i {
  color: #007bff;
}

.nav-section {
  background: #fff;
}
.nav-section .nav-list {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 15px 0;
}
.nav-section .nav-list li a {
  padding: 15px 0;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.nav-section .nav-list li a:hover, .nav-section .nav-list li a.active {
  color: #007bff;
  border-bottom: 2px solid #007bff;
}

.banner {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.banner .commonweb {
  height: 100%;
  position: relative;
}
.banner .banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
}
.banner .banner-content .banner-text {
  color: white;
  padding-left: 80px;
}
.banner .banner-content .banner-text h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}
.banner .banner-content .banner-text p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
  opacity: 0.9;
}
.banner .banner-content .banner-text .cta-button {
  display: inline-block;
  background: #007bff;
  color: white;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}
.banner .banner-content .banner-text .cta-button:hover {
  background: #0056b3;
  transform: translateY(-2px);
}

.footer {
  padding: 50px 0 20px;
  color: #fff;
  background-color: #111827;
}
.footer .footer-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.footer .footer-info h3 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 18px;
}
.footer .footer-info p {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  cursor: pointer;
}
.footer .footer-info p:hover {
  color: #fff;
}
.footer .footer-qrcode {
  text-align: center;
}
.footer .footer-qrcode img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.footer .footer-qrcode p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.footer .footer-copyright {
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-copyright p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.hot-categories {
  padding: 60px 0;
}
.hot-categories .section-title {
  margin-bottom: 40px;
  text-align: left;
}
.hot-categories .section-title h2 {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.hot-categories .category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.hot-categories .category-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 200px;
  transition: all 0.3s ease;
}
.hot-categories .category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.hot-categories .category-card a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.hot-categories .category-card .category-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.hot-categories .category-card .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.hot-categories .category-card .category-image:hover img {
  transform: scale(1.05);
}
.hot-categories .category-card .category-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 30px 20px 20px;
  color: white;
}
.hot-categories .category-card .category-overlay .category-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.hot-products {
  padding: 60px 0;
}
.hot-products .section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.hot-products .section-title h2 {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.hot-products .section-title .view-more {
  color: #007bff;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s;
}
.hot-products .section-title .view-more:hover {
  color: #0056b3;
}
.hot-products .product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.hot-products .product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.hot-products .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.hot-products .product-card a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.hot-products .product-card .product-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.hot-products .product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.hot-products .product-card .product-image:hover img {
  transform: scale(1.05);
}
.hot-products .product-card .product-info {
  padding: 20px;
}
.hot-products .product-card .product-info .product-title {
  margin: 0 0 8px 0;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: normal;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hot-products .product-card .product-info .product-desc {
  font-size: 14px;
  color: #666;
  margin: 0 0 15px 0;
}
.hot-products .product-card .product-info .product-price .current-price {
  font-size: 20px;
  font-weight: 600;
  color: #007bff;
}

.latest-news {
  padding: 60px 0;
  background-color: #f8f9fa;
}
.latest-news .section-title {
  margin-bottom: 40px;
  text-align: left;
}
.latest-news .section-title h2 {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.latest-news .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.latest-news .news-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.latest-news .news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.latest-news .news-card a {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.latest-news .news-card .news-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.latest-news .news-card .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.latest-news .news-card .news-image:hover img {
  transform: scale(1.05);
}
.latest-news .news-card .news-content {
  padding: 24px;
}
.latest-news .news-card .news-content .news-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 12px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}
.latest-news .news-card .news-content .news-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 66px;
}
.latest-news .news-card .news-content .news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.latest-news .news-card .news-content .news-meta .news-date {
  font-size: 12px;
  color: #999;
}
.latest-news .news-card .news-content .news-meta .news-more {
  font-size: 14px;
  color: #007bff;
  font-weight: 500;
  transition: color 0.3s;
}
.latest-news .news-card .news-content .news-meta .news-more:hover {
  color: #0056b3;
}

.advantages-section {
  padding: 80px 0;
  background-color: #fff;
}
.advantages-section .section-title {
  text-align: center;
  margin-bottom: 60px;
}
.advantages-section .section-title h2 {
  font-size: 36px;
  font-weight: 600;
  color: #333;
  margin: 0;
  position: relative;
}
.advantages-section .advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.advantages-section .advantage-item {
  text-align: center;
  padding: 40px 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.advantages-section .advantage-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.advantages-section .advantage-item .advantage-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantages-section .advantage-item .advantage-icon img {
  width: 64px;
  height: 64px;
}
.advantages-section .advantage-item .advantage-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0 0 15px 0;
}
.advantages-section .advantage-item .advantage-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.search-header {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.search-header .search-title {
  font-size: 24px;
  color: #333;
}
.search-header .search-title .keyword {
  color: var(--primary-color);
}
.search-header .search-filter {
  display: flex;
  gap: 20px;
}
.search-header .search-filter .filter-item {
  padding: 8px 15px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s;
}
.search-header .search-filter .filter-item:hover, .search-header .search-filter .filter-item.active {
  color: var(--primary-color);
}
.search-header .search-filter .filter-item.active {
  background: rgba(var(--primary-color-rgb), 0.1);
  border-radius: 4px;
}

.search-results {
  padding: 30px 0;
}
.search-results .product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.search-results .product-item {
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  transition: all 0.3s;
}
.search-results .product-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.search-results .product-item .product-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 10px;
  background: #f5f5f5;
}
.search-results .product-item .product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.search-results .product-item .product-img img:hover {
  transform: scale(1.05);
}
.search-results .product-item .product-name {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.4;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.search-results .product-item .product-price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-results .product-item .product-price .new-price {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: bold;
}
.search-results .product-item .product-price .old-price {
  color: #999;
  font-size: 14px;
  text-decoration: line-through;
}

.pro-container {
  background: #f5f5f5;
}

.breadcrumb {
  padding: 20px 0;
  color: #999;
  font-size: 14px;
}
.breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: all 0.3s;
}
.breadcrumb a:hover {
  color: var(--primary-color);
}
.breadcrumb span {
  margin: 0 10px;
}

.product-nav {
  margin-bottom: 30px;
  background: #fff;
}
.product-nav .category-tabs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 10px solid #f5f5f5;
}
.product-nav .category-tabs .tab-item {
  padding: 15px 0;
  margin: 10px 30px 10px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.product-nav .category-tabs .tab-item:hover {
  color: var(--primary-color);
}
.product-nav .category-tabs .tab-item.active {
  color: var(--primary-color);
}
.product-nav .category-tabs .tab-item.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--primary-color);
}
.product-nav .subcategory-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
  gap: 15px;
  padding: 20px 0;
}
.product-nav .subcategory-list .subcategory-item {
  padding: 8px 20px;
  color: #666;
  font-size: 14px;
  text-decoration: none;
  border-radius: 20px;
  background: #f5f5f5;
  transition: all 0.3s;
}
.product-nav .subcategory-list .subcategory-item:first-child {
  color: #333;
  font-weight: bold;
}
.product-nav .subcategory-list .subcategory-item:hover, .product-nav .subcategory-list .subcategory-item.active {
  color: #fff;
  background: var(--primary-color);
}

.product-section {
  padding-bottom: 100px;
}
.product-section .product-filter {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.product-section .product-filter .filter-item {
  padding: 8px 15px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s;
}
.product-section .product-filter .filter-item:hover, .product-section .product-filter .filter-item.active {
  color: var(--primary-color);
}
.product-section .product-filter .filter-item.active {
  background: rgba(var(--primary-color-rgb), 0.1);
  border-radius: 4px;
}
.product-section .product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.product-section .product-item {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  transition: all 0.3s;
}
.product-section .product-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.product-section .product-item .product-img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 4px;
  background: #f5f5f5;
}
.product-section .product-item .product-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.product-section .product-item .product-img img:hover {
  transform: scale(1.05);
}
.product-section .product-item .product-name {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.4;
  height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-section .product-item .product-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.product-section .product-item .product-price .new-price {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: bold;
}
.product-section .product-item .product-price .old-price {
  color: #999;
  font-size: 14px;
  text-decoration: line-through;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
  padding: 0 0px 120px;
}

.product-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.product-card a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.product-card .product-image {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.product-card .product-image:hover img {
  transform: scale(1.05);
}
.product-card .product-info {
  padding: 20px;
}
.product-card .product-info .product-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card .product-info .product-desc {
  font-size: 14px;
  color: #666;
  margin: 0 0 15px 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card .product-info .product-price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-card .product-info .product-price .current-price {
  font-size: 18px;
  font-weight: 700;
  color: #007bff;
}
.product-card .product-info .product-price .original-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 40px;
  gap: 10px;
}
.pagination .page-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  color: #666;
  font-size: 14px;
  transition: all 0.3s ease;
}
.pagination .page-item:hover {
  background-color: #667eea;
  border-color: #667eea;
  color: white;
}
.pagination .page-item.active {
  background-color: #667eea;
  border-color: #667eea;
  color: white;
}
.pagination .page-item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination .page-item.disabled:hover {
  background-color: transparent;
  border-color: #ddd;
  color: #666;
}

.detail-container {
  padding: 0 0 80px;
  background: #f5f5f5;
}
.detail-container .product-info {
  flex: 1;
}
.detail-container .product-info .product-title {
  font-size: 24px;
  color: #333;
  margin: 20px 0;
}
.detail-container .product-info .product-price {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.detail-container .product-info .product-price .price-box {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}
.detail-container .product-info .product-price .price-box .label {
  color: #666;
}
.detail-container .product-info .product-price .price-box .new-price {
  color: var(--primary-color);
  font-size: 28px;
  font-weight: bold;
}
.detail-container .product-info .product-price .price-box .old-price {
  color: #999;
  font-size: 16px;
  text-decoration: line-through;
}
.detail-container .product-info .product-price .sale-info {
  color: #999;
  font-size: 14px;
}
.detail-container .product-info .product-attrs {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.detail-container .product-info .product-attrs .attr-item {
  display: flex;
  margin-bottom: 15px;
}
.detail-container .product-info .product-attrs .attr-item .label {
  width: 80px;
  color: #666;
}
.detail-container .product-info .product-attrs .attr-item .value {
  color: #333;
}
.detail-container .product-info .contact-info {
  padding-top: 20px;
}
.detail-container .product-info .contact-info h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}
.detail-container .product-info .contact-info .contact-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 30%;
}
.detail-container .product-info .contact-info .info-list .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.detail-container .product-info .contact-info .info-list .info-item .iconfont {
  font-size: 24px;
  margin-right: 10px;
  color: var(--primary-color);
}
.detail-container .product-info .contact-info .info-list .info-item span {
  color: #666;
}
.detail-container .product-info .contact-info .qrcode-box {
  width: 120px;
  text-align: center;
}
.detail-container .product-info .contact-info .qrcode-box img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  margin-bottom: 8px;
}
.detail-container .product-info .contact-info .qrcode-box p {
  color: #666;
  font-size: 14px;
}

.product-detail {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
}

.product-gallery {
  width: 450px;
  flex-shrink: 0;
}
.product-gallery .main-image {
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.product-gallery .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-gallery .thumb-list {
  padding-right: 25px;
  padding-left: 25px;
  margin-top: 10px;
  margin-bottom: 20px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.product-gallery .thumb-list .swiper-slide {
  width: 80px;
  height: 80px;
  border: 2px solid transparent;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.product-gallery .swiper-slide.active {
  border-color: #007bff;
}
.product-gallery .swiper-slide img {
  display: block;
  width: 80px;
  height: 80px;
}
.product-gallery .thumb-list .swiper-button-prev,
.product-gallery .thumb-list .swiper-button-next {
  top: 0;
  width: 25px;
  height: 100%;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 12px 22px;
  z-index: 10;
  cursor: pointer;
}
.product-gallery .swiper-button-prev:after,
.product-gallery .swiper-button-next:after {
  font-size: 20px;
  color: #fff;
}
.product-gallery .swiper-button-prev {
  left: 0;
}
.product-gallery .swiper-button-next {
  right: 0;
}

.detail-content {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.detail-content .detail-tabs {
  display: flex;
  border-bottom: 1px solid #eee;
}
.detail-content .detail-tabs .tab-item {
  padding: 15px 30px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.detail-content .detail-tabs .tab-item.active {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}
.detail-content .detail-body {
  padding: 30px;
  color: #666;
  line-height: 1.8;
}
.detail-content .detail-body p {
  margin-bottom: 15px;
}
.detail-content .detail-body ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.detail-content .detail-body ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.detail-content .detail-body img {
  width: 100%;
  margin-bottom: 20px;
}
.detail-content .detail-body .detail-images img {
  width: 100%;
  margin-bottom: 20px;
}

.news-section {
  padding: 30px 0 60px;
}
.news-section .news-tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.news-section .news-tabs .tab-item {
  padding: 8px 20px;
  color: #666;
  font-size: 16px;
  border-radius: 20px;
  transition: all 0.3s;
}
.news-section .news-tabs .tab-item:hover, .news-section .news-tabs .tab-item.active {
  color: #fff;
  background: var(--primary-color);
}
.news-section .news-list .news-item {
  display: flex;
  gap: 30px;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.news-section .news-list .news-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.news-section .news-list .news-item:hover .news-img img {
  transform: scale(1.05);
}
.news-section .news-list .news-item .news-img {
  width: 300px;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
.news-section .news-list .news-item .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.news-section .news-list .news-item .news-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-section .news-list .news-item .news-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.news-section .news-list .news-item .news-title a {
  color: #333;
  transition: all 0.3s;
}
.news-section .news-list .news-item .news-title a:hover {
  color: var(--primary-color);
}
.news-section .news-list .news-item .news-desc {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
  flex: 1;
}
.news-section .news-list .news-item .news-meta {
  color: #999;
  font-size: 14px;
  display: flex;
  gap: 20px;
}
.news-section .news-list .news-item .news-meta .iconfont {
  margin-right: 5px;
}
.news-section .pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.news-section .pagination .page-item,
.news-section .pagination .page-more {
  min-width: 46px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  color: #666;
  transition: all 0.3s;
}
.news-section .pagination .page-item:hover:not(.disabled),
.news-section .pagination .page-more:hover:not(.disabled) {
  color: var(--primary-color);
  background: #f5f5f5;
}
.news-section .pagination .page-item.active,
.news-section .pagination .page-more.active {
  color: #fff;
  background: var(--primary-color);
}
.news-section .pagination .page-item.disabled,
.news-section .pagination .page-more.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.news-section .pagination .prev,
.news-section .pagination .next {
  padding: 0 15px;
}

.news-container {
  padding-bottom: 40px;
}

.news-detail {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
}
.news-detail .article-header {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.news-detail .article-header .article-title {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.4;
}
.news-detail .article-header .article-meta {
  color: #999;
  font-size: 14px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.news-detail .article-header .article-meta .iconfont {
  margin-right: 5px;
}
.news-detail .article-content {
  color: #333;
  line-height: 1.8;
}
.news-detail .article-content p {
  margin-bottom: 20px;
  text-align: justify;
}
.news-detail .article-content h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 20px;
  color: #333;
}
.news-detail .article-content img {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  display: block;
  border-radius: 4px;
}
.news-detail .article-footer {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.news-detail .article-footer .share-box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.news-detail .article-footer .share-box .share-label {
  color: #666;
  margin-right: 15px;
}
.news-detail .article-footer .share-box .share-item {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.3s;
}
.news-detail .article-footer .share-box .share-item .iconfont {
  font-size: 20px;
  color: #666;
}
.news-detail .article-footer .share-box .share-item:hover {
  background: var(--primary-color);
}
.news-detail .article-footer .share-box .share-item:hover .iconfont {
  color: #fff;
}
.news-detail .article-footer .nav-box .prev-next {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.news-detail .article-footer .nav-box .prev-next a {
  color: #666;
  transition: all 0.3s;
}
.news-detail .article-footer .nav-box .prev-next a .label {
  color: #999;
}
.news-detail .article-footer .nav-box .prev-next a:hover {
  color: var(--primary-color);
}

.contact-container {
  padding: 0 0 80px;
  background: #f5f5f5;
}

.contact-section .contact-header {
  text-align: center;
  margin-bottom: 50px;
}
.contact-section .contact-header .title {
  font-size: 32px;
  color: #333;
  margin-bottom: 15px;
}
.contact-section .contact-header .subtitle {
  color: #666;
  font-size: 16px;
}
.contact-section .contact-content .contact-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.contact-section .contact-content .contact-card .card-item {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s;
}
.contact-section .contact-content .contact-card .card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.contact-section .contact-content .contact-card .card-item:hover .iconfont {
  background: var(--primary-color);
  color: #fff;
}
.contact-section .contact-content .contact-card .card-item .iconfont {
  font-size: 28px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: rgba(var(--primary-color-rgb), 0.1);
  color: var(--primary-color);
  margin-bottom: 20px;
  transition: all 0.3s;
}
.contact-section .contact-content .contact-card .card-item .info h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.contact-section .contact-content .contact-card .card-item .info p {
  color: #666;
  font-size: 15px;
}
.contact-section .contact-content .contact-box {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  gap: 40px;
}
.contact-section .contact-content .contact-box .qrcode-section {
  display: flex;
  gap: 30px;
  padding-right: 40px;
  border-right: 1px solid #eee;
}
.contact-section .contact-content .contact-box .qrcode-section .qrcode-item {
  text-align: center;
}
.contact-section .contact-content .contact-box .qrcode-section .qrcode-item img {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}
.contact-section .contact-content .contact-box .qrcode-section .qrcode-item p {
  color: #666;
  font-size: 14px;
}
.contact-section .contact-content .contact-box .intro-section {
  flex: 1;
}
.contact-section .contact-content .contact-box .intro-section h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}
.contact-section .contact-content .contact-box .intro-section h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 16px;
  background: var(--primary-color);
  border-radius: 2px;
}
.contact-section .contact-content .contact-box .intro-section p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 15px;
}
.contact-section .contact-content .contact-box .intro-section p:last-child {
  color: #999;
  font-size: 14px;
}

@media (max-width: 991px) {
  .commonweb {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .header {
    padding: 0px 0 0px;
  }
  .header .commonweb {
    width: 100%;
    padding: 0;
  }
  .header .header-content {
    flex-direction: column;
    padding: 0;
  }
  .header .header-content .mob-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    width: 100%;
    height: 50px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }
  .header .header-content .mob-box .logoimg {
    margin-bottom: 0px;
    margin-left: 15px;
    width: 50px;
    height: 50px;
  }
  .header .header-content .mob-box .logoimg img {
    display: block;
  }
  .header .header-content .mob-box .menu-btn {
    width: 24px;
    height: 24px;
    padding: 15px;
    cursor: pointer;
  }
  .header .header-content .mob-box .menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .header .header-content .mob-box .menu-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .header .header-content .mob-box .menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .header .header-content .mob-box .menu-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: #333;
    margin: 5px 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header .header-content .search-box {
    display: none;
  }
  .header .header-content .contact-info {
    display: none;
  }
  .footer {
    padding: 30px 0 15px;
  }
  .footer .footer-content {
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .footer-info {
    margin-bottom: 20px;
  }
  .footer .footer-info h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footer .footer-info p {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .footer .footer-qrcode img {
    width: 100px;
    height: 100px;
  }
  .footer .footer-qrcode p {
    font-size: 12px;
  }
  .footer .footer-copyright {
    padding-top: 15px;
  }
  .footer .footer-copyright p {
    font-size: 10px;
  }
  .nav-section {
    position: fixed;
    top: 71px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }
  .nav-section .commonweb {
    width: 100%;
    padding: 0;
  }
  .nav-section .main-nav {
    position: relative;
  }
  .nav-section .main-nav .nav-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .nav-section .main-nav .nav-list.active {
    display: block;
  }
  .nav-section .main-nav .nav-list li {
    margin: 0;
    border-bottom: 1px solid #eee;
  }
  .nav-section .main-nav .nav-list li a {
    display: block;
    padding: 15px;
    color: #333;
    font-size: 14px;
    text-align: left;
  }
  .nav-section .main-nav .nav-list li a.active {
    color: #007bff;
    background: none;
  }
  .nav-section .main-nav .nav-list li:last-child {
    border-bottom: none;
  }
  .nav-section .main-nav .category-nav {
    display: none;
  }
  .banner {
    position: relative;
    height: 250px;
    overflow: hidden;
  }
  .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  }
  .banner .commonweb {
    height: 100%;
    position: relative;
    padding: 0 15px;
  }
  .banner .banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    padding: 0 15px;
  }
  .banner .banner-content .banner-text {
    color: white;
    text-align: center;
    padding: 0;
  }
  .banner .banner-content .banner-text h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  }
  .banner .banner-content .banner-text p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #fff;
    opacity: 0.9;
    line-height: 1.4;
  }
  .banner .banner-content .banner-text .cta-button {
    display: inline-block;
    background: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s;
    touch-action: manipulation;
  }
  .banner .banner-content .banner-text .cta-button:hover, .banner .banner-content .banner-text .cta-button:active {
    background: #0056b3;
    transform: translateY(-1px);
  }
  .hot-categories {
    padding: 30px 0;
  }
  .hot-categories .section-title {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .hot-categories .section-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
  }
  .hot-categories .category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 15px;
  }
  .hot-categories .category-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 120px;
    transition: all 0.3s ease;
  }
  .hot-categories .category-card:hover, .hot-categories .category-card:active {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  }
  .hot-categories .category-card a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    touch-action: manipulation;
  }
  .hot-categories .category-card .category-image {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .hot-categories .category-card .category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
  }
  .hot-categories .category-card .category-image:hover img, .hot-categories .category-card .category-image:active img {
    transform: scale(1.03);
  }
  .hot-categories .category-card .category-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 20px 15px 15px;
    color: white;
  }
  .hot-categories .category-card .category-overlay .category-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: center;
  }
  .hot-products {
    padding: 30px 0;
  }
  .hot-products .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .hot-products .section-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
  }
  .hot-products .section-title .view-more {
    color: #007bff;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s;
  }
  .hot-products .section-title .view-more:hover, .hot-products .section-title .view-more:active {
    color: #0056b3;
  }
  .hot-products .product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 15px;
  }
  .hot-products .product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
  }
  .hot-products .product-card:hover, .hot-products .product-card:active {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  }
  .hot-products .product-card a {
    display: block;
    text-decoration: none;
    color: inherit;
    touch-action: manipulation;
  }
  .hot-products .product-card .product-image {
    width: 100%;
    height: 140px;
    overflow: hidden;
  }
  .hot-products .product-card .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
  }
  .hot-products .product-card .product-image:hover img, .hot-products .product-card .product-image:active img {
    transform: scale(1.03);
  }
  .hot-products .product-card .product-info {
    padding: 12px;
  }
  .hot-products .product-card .product-info .product-title {
    margin: 0 0 6px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: normal;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
  }
  .hot-products .product-card .product-info .product-desc {
    font-size: 12px;
    color: #666;
    margin: 0 0 8px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hot-products .product-card .product-info .product-price .current-price {
    font-size: 16px;
    font-weight: 600;
    color: #007bff;
  }
  .latest-news {
    padding: 30px 0;
    background-color: #f8f9fa;
  }
  .latest-news .section-title {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .latest-news .section-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
  }
  .latest-news .news-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
  }
  .latest-news .news-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
  }
  .latest-news .news-card:hover, .latest-news .news-card:active {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  }
  .latest-news .news-card a {
    display: flex;
    text-decoration: none;
    color: inherit;
    touch-action: manipulation;
  }
  .latest-news .news-card .news-image {
    width: 120px;
    max-height: 150px;
    flex-shrink: 0;
    overflow: hidden;
  }
  .latest-news .news-card .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
  }
  .latest-news .news-card .news-image:hover img, .latest-news .news-card .news-image:active img {
    transform: scale(1.03);
  }
  .latest-news .news-card .news-content {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .latest-news .news-card .news-content .news-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
  }
  .latest-news .news-card .news-content .news-desc {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
    margin: 0 0 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
  }
  .latest-news .news-card .news-content .news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .latest-news .news-card .news-content .news-meta .news-date {
    font-size: 11px;
    color: #999;
  }
  .latest-news .news-card .news-content .news-meta .news-more {
    font-size: 12px;
    color: #007bff;
    font-weight: 500;
  }
  .advantages-section {
    padding: 40px 0;
    background-color: #f8f9fa;
  }
  .advantages-section .section-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .advantages-section .section-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0;
    position: relative;
  }
  .advantages-section .section-title h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 1px;
  }
  .advantages-section .advantages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 20px;
  }
  .advantages-section .advantage-item {
    text-align: center;
    padding: 25px 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
  }
  .advantages-section .advantage-item:active {
    transform: scale(0.98);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  }
  .advantages-section .advantage-item .advantage-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    padding: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .advantages-section .advantage-item .advantage-icon img {
    width: 55px;
    height: 55px;
  }
  .advantages-section .advantage-item .advantage-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
  }
  .advantages-section .advantage-item .advantage-desc {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    margin: 0;
  }
  .product-nav {
    margin-bottom: 15px;
  }
  .product-nav .category-tabs .tab-item {
    font-size: 14px;
    padding: 10px 0;
    margin: 5px 10px 5px;
  }
  .product-nav .subcategory-list {
    margin-left: 10px;
    padding: 10px 0;
  }
  .product-nav .subcategory-list .subcategory-item {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 5px 0;
  }
  .product-section .product-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .product-section .product-item {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
  }
  .product-section .product-item:hover {
    box-shadow: none;
    transform: none;
  }
  .product-section .product-item .product-img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
    border-radius: 4px;
    background: #f5f5f5;
  }
  .product-section .product-item .product-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: none;
  }
  .product-section .product-item .product-img img:hover {
    transform: none;
  }
  .product-section .product-item .product-name {
    font-size: 13px;
    margin-bottom: 6px;
    line-height: 1.4;
    height: 36px;
    -webkit-line-clamp: 2;
  }
  .product-section .product-item .product-price {
    gap: 6px;
  }
  .product-section .product-item .product-price .new-price {
    font-size: 15px;
  }
  .product-section .product-item .product-price .old-price {
    font-size: 12px;
  }
  .product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
    padding: 0 0px 50px;
  }
  .product-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
  }
  .product-card:active {
    transform: scale(0.98);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  }
  .product-card a {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .product-card .product-image {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
  }
  .product-card .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-card .product-info {
    padding: 15px;
  }
  .product-card .product-info .product-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0 0 6px 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .product-card .product-info .product-desc {
    font-size: 12px;
    color: #666;
    margin: 0 0 10px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .product-card .product-info .product-price {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .product-card .product-info .product-price .current-price {
    font-size: 16px;
    font-weight: 700;
  }
  .product-card .product-info .product-price .original-price {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
  }
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 30px;
    gap: 8px;
    padding: 0 15px;
  }
  .pagination .page-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-decoration: none;
    color: #666;
    font-size: 14px;
    transition: all 0.3s ease;
  }
  .pagination .page-item:active {
    background-color: #667eea;
    border-color: #667eea;
    color: white;
  }
  .pagination .page-item.active {
    background-color: #667eea;
    border-color: #667eea;
    color: white;
  }
  .pagination .page-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .detail-container {
    padding: 0 0 40px;
  }
  .detail-container .breadcrumb {
    padding: 15px;
    font-size: 12px;
  }
  .product-detail {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 6px;
  }
  .product-detail .product-info .product-title {
    font-size: 18px;
    margin: 10px 0;
    line-height: 1.4;
  }
  .product-detail .product-info .product-price {
    padding: 15px 0;
  }
  .product-detail .product-info .product-price .price-box {
    gap: 8px;
    margin-bottom: 8px;
  }
  .product-detail .product-info .product-price .price-box .label {
    font-size: 14px;
  }
  .product-detail .product-info .product-price .price-box .new-price {
    font-size: 22px;
  }
  .product-detail .product-info .product-price .price-box .old-price {
    font-size: 14px;
  }
  .product-detail .product-info .product-price .sale-info {
    font-size: 12px;
  }
  .product-detail .product-info .product-attrs {
    padding: 15px 0;
  }
  .product-detail .product-info .product-attrs .attr-item {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .product-detail .product-info .product-attrs .attr-item .label {
    width: 60px;
  }
  .product-detail .product-info .contact-info {
    padding-top: 15px;
  }
  .product-detail .product-info .contact-info h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .product-detail .product-info .contact-info .contact-content {
    flex-direction: column-reverse;
    padding-right: 0;
    align-items: center;
    gap: 15px;
  }
  .product-detail .product-info .contact-info .info-list {
    width: 100%;
  }
  .product-detail .product-info .contact-info .info-list .info-item {
    margin-bottom: 10px;
    justify-content: center;
  }
  .product-detail .product-info .contact-info .info-list .info-item .iconfont {
    font-size: 20px;
  }
  .product-detail .product-info .contact-info .info-list .info-item span {
    font-size: 14px;
  }
  .product-detail .product-info .contact-info .qrcode-box {
    width: 100px;
  }
  .product-detail .product-info .contact-info .qrcode-box img {
    width: 100px;
    height: 100px;
  }
  .product-gallery {
    width: 100%;
  }
  .product-gallery .main-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    margin-bottom: 10px;
  }
  .product-gallery .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-gallery .thumb-list {
    padding: 0 25px;
    margin: 10px 0;
  }
  .product-gallery .thumb-list .swiper-slide {
    width: 60px;
    height: 60px;
  }
  .product-gallery .thumb-list .swiper-slide img {
    width: 60px;
    height: 60px;
  }
  .detail-content {
    border-radius: 6px;
  }
  .detail-content .detail-tabs .tab-item {
    padding: 12px 20px;
    font-size: 15px;
  }
  .detail-content .detail-body {
    padding: 15px;
    font-size: 14px;
  }
  .detail-content .detail-body p {
    margin-bottom: 12px;
  }
  .detail-content .detail-body ul {
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .detail-content .detail-body ul li {
    margin-bottom: 8px;
  }
  .detail-content .detail-body img {
    margin-bottom: 15px;
  }
  .news-section {
    padding: 15px 0 30px;
  }
  .news-section .news-tabs {
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 15px 10px;
    margin-bottom: 15px;
    -webkit-overflow-scrolling: touch;
  }
  .news-section .news-tabs::-webkit-scrollbar {
    display: none;
  }
  .news-section .news-tabs .tab-item {
    display: inline-block;
    padding: 6px 15px;
    font-size: 14px;
    margin-right: 10px;
  }
  .news-section .news-list .news-item {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    margin-bottom: 15px;
  }
  .news-section .news-list .news-item:hover {
    transform: none;
    box-shadow: none;
  }
  .news-section .news-list .news-item .news-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .news-section .news-list .news-item .news-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .news-section .news-list .news-item .news-desc {
    font-size: 14px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-section .news-list .news-item .news-meta {
    font-size: 12px;
    gap: 15px;
  }
  .news-section .pagination {
    margin-top: 20px;
    gap: 5px;
  }
  .news-section .pagination .page-item,
  .news-section .pagination .page-more {
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
  }
  .news-section .pagination .prev,
  .news-section .pagination .next {
    padding: 0 12px;
  }
  .news-container {
    padding-bottom: 20px;
  }
  .news-detail {
    padding: 15px;
  }
  .news-detail .article-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .news-detail .article-header .article-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .news-detail .article-header .article-meta {
    font-size: 12px;
    gap: 15px;
    flex-wrap: wrap;
  }
  .news-detail .article-content {
    font-size: 14px;
  }
  .news-detail .article-content p {
    margin-bottom: 15px;
  }
  .news-detail .article-content h2 {
    font-size: 18px;
    margin: 20px 0 15px;
  }
  .news-detail .article-content img {
    margin: 15px auto;
  }
  .news-detail .article-footer {
    margin-top: 30px;
    padding-top: 20px;
  }
  .news-detail .article-footer .share-box {
    margin-bottom: 20px;
    justify-content: center;
  }
  .news-detail .article-footer .share-box .share-item {
    width: 32px;
    height: 32px;
  }
  .news-detail .article-footer .share-box .share-item .iconfont {
    font-size: 18px;
  }
  .news-detail .article-footer .nav-box .prev-next {
    gap: 12px;
  }
  .news-detail .article-footer .nav-box .prev-next a {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .contact-section .contact-header {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .contact-section .contact-header .title {
    font-size: 24px;
  }
  .contact-section .contact-header .subtitle {
    font-size: 14px;
  }
  .contact-section .contact-content .contact-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
  }
  .contact-section .contact-content .contact-card .card-item {
    padding: 20px 15px;
  }
  .contact-section .contact-content .contact-card .card-item:hover {
    transform: none;
  }
  .contact-section .contact-content .contact-card .card-item .iconfont {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  .contact-section .contact-content .contact-card .card-item .info h3 {
    font-size: 16px;
  }
  .contact-section .contact-content .contact-card .card-item .info p {
    font-size: 14px;
  }
  .contact-section .contact-content .contact-box {
    padding: 20px;
    flex-direction: column;
    gap: 30px;
  }
  .contact-section .contact-content .contact-box .qrcode-section {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #eee;
    justify-content: center;
  }
  .contact-section .contact-content .contact-box .qrcode-section .qrcode-item img {
    width: 120px;
    height: 120px;
  }
  .contact-section .contact-content .contact-box .intro-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .contact-section .contact-content .contact-box .intro-section p {
    font-size: 14px;
  }
}
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
