:root {
  --bs-body-font-weight: 400;
  --bs-body-font-size: 0.8rem;
}

body {
  font-family: "Microsoft Yahei", "PingFang SC", sans-serif !important;
  font-size: 0.8rem;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .index-banner {
    background-position: 0 100%;
    height: 400px;
  }
  .index-banner h1, .index-banner p {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(4px);
  }
  .site001-index-case .site001-index-case-title {
    font-size: 0.75rem;
  }
  .navbar-collapse {
    height: 100vh;
  }
  .site001-index-main-pd {
    margin-top: 0 !important;
    box-shadow: none !important;
  }
  .site001-footer-form-wrapper {
    flex-wrap: wrap;
  }
  .site001-footer-form-btn {
    width: 100% !important;
  }
  .breadcrumb-item {
    max-width: 100%;
  }
  .breadcrumb-item a {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .tags-item {
    padding-bottom: 0.6rem;
  }
  .tags-item:last-child {
    padding-bottom: 0;
  }
  .tags-item p {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
.site001-footer-form-btn {
  width: 40%;
}

.index-news-h2 {
  position: relative;
  padding-left: 12px;
}
.index-news-h2::before {
  content: "";
  width: 3px;
  height: 90%;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: var(--bs-blue);
}

.index-news {
  border-bottom: 1px solid #e5e5e5;
}
.index-news:nth-child(2n+1):nth-last-child(-n+2) {
  border-bottom: none;
  padding-bottom: 0 !important;
}
.index-news:hover h3 {
  color: var(--bs-blue);
}

.site001-index-case {
  position: relative;
}
.site001-index-case .site001-index-case-title {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  width: 100%;
  background-color: var(--bs-blue);
  opacity: 0.9;
}

.site001-footer-form {
  border-radius: 0;
}

.form-floating textarea.form-control {
  padding: 0.6rem 1rem !important;
}
.form-floating .form-control {
  padding: 0.2rem 0.5rem !important;
  height: 1.5rem;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.site001-footer-form-btn {
  padding: 0.3rem 1rem;
  font-size: 14px;
}

.widget-title_2 {
  padding-left: 0.6rem;
  position: relative;
}
.widget-title_2::before {
  content: "";
  width: 3px;
  height: 90%;
  background-color: var(--bs-blue);
  position: absolute;
  left: 0;
  bottom: 1px;
}

.widget-title_1 {
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  background-color: var(--bs-blue);
  color: #fff;
}

.search-item {
  position: relative;
}
.search-item label {
  position: absolute;
  top: 4px;
  left: 4px;
}
.search-item .search-product {
  border: 1px solid #ccc;
  background-color: transparent;
  border-radius: 4px;
  padding: 6px 8px 6px 24px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.bottom-product-list ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}
.bottom-product-list ul li {
  list-style: none;
  padding-right: 12px;
  width: 50%;
  box-sizing: border-box;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bottom-product-list ul li a {
  color: #949494;
}
.bottom-product-list ul li a:hover {
  color: var(--bs-blue);
}

.skin004-product-class {
  padding-left: 0;
}
.skin004-product-class li {
  list-style: none;
  background-color: #f2f2f2;
  font-size: 14px;
  color: #797979;
  border-bottom: 1px solid #fff;
}
.skin004-product-class li:hover, .skin004-product-class li.ontab {
  color: #fff;
  background-color: var(--bs-blue);
  font-weight: bold;
}
.skin004-product-class li a {
  display: block;
  padding: 12px;
  color: inherit;
}

.skin004-product-detail-sp-title {
  position: relative;
  padding-left: 12px;
}
.skin004-product-detail-sp-title::before {
  content: "";
  width: 3px;
  height: 90%;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: var(--bs-blue);
}

.tags-list {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.tags-list h3 {
  padding-left: 0.8rem;
  position: relative;
}
.tags-list h3::before {
  content: "";
  width: 3px;
  height: 80%;
  background-color: var(--bs-blue);
  position: absolute;
  left: 0;
  bottom: 10px;
}
.tags-list a:hover h4 {
  color: var(--bs-blue);
}
.tags-list p {
  color: #999;
}

.post-content ul li {
  font-size: 14px;
}

.bottom-copyright {
  white-space: pre-line;
}

/*# sourceMappingURL=cus.css.map */
