.img {
  width: inherit !important;
}

.spe-flex-img {
  width: 100%;
  aspect-ratio: 300/200;
  object-fit: cover;
}


.spe-flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  column-gap: 49px;
}

.spe-flex-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 0 0 calc((100% - 98px) / 3);
  /* 减去两个间距后除以3 */
  max-width: calc((100% - 98px) / 3);
  position: relative;
}

.spe-flex-item::after {
  position: absolute;
  content: '';
  display: block;
  right: -24.5px;
  height: 100%;
  width: 1px;
  background-color: #DCDCDC;
}

.spe-flex-img {
  width: 100%;
  aspect-ratio: 300/200;
  object-fit: cover;
}

.spe-flex-title { 
  font-weight: 400;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  text-align: left;
  /* height: 34px; */

  margin-bottom: 0;
}

.spe-flex-desc {
  height: 72px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 24px;
  text-align: left;
  margin-bottom: 0;
  margin-top: 16px;
}

.spe-flex-time {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 24px;
  text-align: left;
  margin-bottom: 0;
}

.special-title {
  font-weight: bold !important;
  font-size: 32px !important;
  color: #000000 !important;
  line-height: 45px !important;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}

.banner-center {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  position: inherit;
}

.main-title {
  font-weight: 400;
  font-size: 96px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin-bottom: 24px;
  font-family: Bulgari, Bulgari;
}

.main-subtitle {
  font-weight: 400;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 42px;
  text-align: center;
  margin-bottom: 0;
}

.page-item:first-child .page-link {
  border-radius: initial;
}

.page-item:last-child .page-link {
  border-radius: initial;
}

.zb-title,
.zb-subtitle,
.zb-item-title {
  font-family: Bulgari, Bulgari;
}

.zb-title {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 0;
}

.zb-subtitle {
  font-weight: 400;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0;
}

.zb-desc {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 24px;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 0;
}

.zb-content {
  display: flex;
  flex-direction: column;
  gap: 96px;
  margin-top: 48px;
  padding: 0px 20px;
}

.zb-item {
  display: flex;
  gap: 128px;
  height: 409px;
  justify-content: center;
}

.zb-item-title {
  font-weight: 400;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.9);
  text-align: left;
  margin-bottom: 0;
}

.zb-item-desc>* {
  margin-bottom: 0;
}

.zb-item-desc {
  overflow: hidden;
  word-break: break-word;
  white-space: normal;
}

.zb-item-more {
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 24px;
  text-align: left;
  text-decoration-line: underline;
}

.zb-ctx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  width: 584px;
  height: 409px;
}

.container {
  max-width: 1368px;
}

@media (min-width:768px) {
  .banner {
    height: 600px;
  }

  .logo {
    width: 300px;
    height: 50px;
  }

  .foot-container {
    padding: 90px 0;
  }

  .zb-item-img {
    width: inherit;
    min-width: inherit;
    object-fit: cover;
    height: 100%;
    aspect-ratio: 3/2;
  }
}

.no-data {
  position: relative;
  transform: inherit;
  left: 0px;
}

.no-data img {
  width: 300px;
  height: 195px;
}
@media (max-width:768px) {
  .tomorror {
    display: none;
  }

  .logo {
    height: 42px;
    aspect-ratio: 300/50;
  }

  .nav-item {
    border-bottom: 1px solid #C5C5C5;
    display: flex;
    flex-direction: column;
    padding-right: 16px;
  }

  .dropdown-item {
    padding: 0 !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 50px !important;
  }

  .dropdown-item svg {
    transition: all 0.3s ease-in-out;
  }

  .navbar-nav {
    gap: 0;
    padding-left: 16px;
    flex: 1;
    width: 100%;
    overflow: auto;
  }

  .nav-menu {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.88);
  }

  .offcanvas-header {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    border-bottom: 1px solid #C5C5C5;
    width: 100%;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  .navbar-collapse {
    background: #fff;
    position: fixed;
    right: -100%;
    top: 0;
    width: 85vw;
    height: 100vh;
    z-index: 1000;
    transition: right 0.2s ease-in-out;

    /* 隐藏滚动条 - 完整方案 */
    -ms-overflow-style: none;
    /* IE 和 Edge */
    scrollbar-width: none;
    /* Firefox */

    /* Webkit浏览器隐藏滚动条 */
    &::-webkit-scrollbar {
      display: none;
      /* Chrome, Safari, Opera */
      width: 0;
      height: 0;
    }

    display: flex;
    flex-direction: column;
  }

  /* 蒙層樣式 */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.26);
    z-index: 999;
    display: none;
  }

  .overlay.show {
    display: block;
  }

  /* 防止body滾動 */
  body.no-scroll {
    overflow: hidden;
    height: 100vh;
  }

  .navbar-collapse.show {
    right: 0;
  }

  .login-btn {
    display: none;
  }

  .nav-link {
    line-height: 54px !important;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
  }

  .dropdown-toggle::after {
    display: none;
  }

  .navbar-shrink {
    min-height: 60px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .banner {
    height: 500px !important;
  }

  .find-more {
    padding-right: 20px !important;
  }

  .time-view {
    padding: 10px 0;
  }

  .special-item {
    /* margin: 0 20px; */
  }

  .foot-container .p-20 {
    padding-bottom: 10px;
    /* text-align: center; */
  }

  .foot-container .child-item a {
    margin: 0 !important;
  }

  .foot-container .contacts {
    font-size: 20px;
  }

  .special-title {
    margin: 10px 0;
  }

  .special-img-item {
    width: 90% !important;
    height: 211px !important;
  }

  .special-cate-item {
    width: 95% !important;
  }

  .special-first {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .special-second {
    padding-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .mt5-mb80 {
    margin-top: 5px !important;
    margin-bottom: 30px !important;
  }

  .font30px {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  .font16px {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  .font20px {
    font-size: 14px !important;
    text-align: center !important;
  }

  .font46px {
    font-size: 32px !important;
    text-align: center !important;
    line-height: 45px !important;
  }

  .special-item {
    gap: 20px !important;
  }

  .sCates-card {
    width: 99% !important;
  }
.main-f64{
  font-size: 28px !important;
  margin-bottom: 16px !important;
}
.sub-f16{
  font-size: 14px !important;
  line-height: 22px !important;
}
  .pd12px {
    padding: 0px 12px !important;
  }

  .hotCard {
    width: 100% !important;
  }

  .sCates-card {
    width: 100% !important;
  }

  .category-list {
    width: 120px !important;
  }

  #leftBorderContent {
    width: 100px !important;

  }

  #Content-title-id {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 0px !important;
    min-height: 106vh !important;
    border-left: none !important;
    /* display: none; */
  }

  .StickyTop {
    top: 70px !important;
  }

  .content-card {
    width: 90% !important;
    padding: 10px 8px !important;
  }

  .hotTitle {
    margin-top: 30px !important;
  }

  .stickyPosition {
    display: none;
    position: fixed !important;
    background-color: #fff;
    top: 0px !important;
    height: 100vh;
    width: 85%;
    z-index: 100000;
    left: 0px;
    overflow: auto;
    padding-left: 15px;
    box-shadow: 0px 0px 4px #bbb;
  }

  .home-title-container {
    padding: 0 16px !important;
  }

  .main-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .detail-box {
    padding-top: 24px !important;
    display: flex;
    justify-content: center
  }

  .breadcrumb {
    margin-bottom: 32px !important;
  }

  .detail-title {
    margin-bottom: 12px !important;
  }

  .detail-time {
    margin-bottom: 32px !important;
  }

  .main-subtitle,
  .spe-desc,
  .zb-item-more,
  .fs-16,
  .fs-14,
  .spe-flex-desc,
  .spe-flex-time {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .spe-flex-desc {
    max-height: 66px !important;
    height: fit-content !important;
  }

  .mt96-mb128 {
    margin-top: 32px !important;
  }

  .spe-title {
    font-size: 28px !important;
  }

  .spe-flex-item {
    gap: 8px !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .swiper-after::after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: -12px;
    height: 100%;
    width: 1px;
    background-color: #DCDCDC;
  }

  .swiper-after:last-of-type:after {
    display: none;
  }

  .dropdown-menu {
    position: relative !important;
    border: none !important;
    padding: 0 !important;
  }

  .spe-flex {
    gap: 0 !important;
  }

  .spe-flex-title {
    margin-top: 4px;
    font-size: 24px !important;
  }

  .gap80 {
    gap: 48px !important;
  }

  .md-gap16 {
    gap: 16px !important;
  }

  .spe-col-title {
    height: 60px !important;
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .h-600 {
    height: 500px !important;
  }

  .all-products {
    bottom: 66px !important;
  }

  .w174-h48 {
    width: 154px !important;
    height: 42px !important;
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .w-122 {
    width: 104px !important;
    margin-top: 24px !important;
  }

  .mt-80 {
    margin-top: -48px !important;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .spe-flex-item::after {
    display: none;
  }

  .spe-flex-items {
    padding: 0 21px;
  }

  .spe-box1,
  .spe-box3 {
    gap: 24px !important;
  }

  .zb-item-img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
  }

  .list-unstyled {
    gap: 12px !important;
  }

  .no-data {
    gap: 24px !important;
    margin-top: 130px !important;
    margin-bottom: 200px;
  }

  .mt48-mb128 {
    margin-top: 32px !important;
  }

  .spec-cates {
    margin-top: 16px !important;
    margin-bottom: 24px !important;
    flex-wrap: nowrap !important;
    overflow: auto !important;
    scrollbar-width: none;
  }

  .breadcrumb-text {
    padding: 0 7px !important;
    height: 30px !important;
  }

  #articleCard {
    justify-content: center;
  }

  #leftBorderContent {
    display: none;
    position: fixed !important;
    background-color: #fff;
    top: 100px !important;
    height: auto !important;
    width: calc(100% - 30px) !important;
    z-index: 100000;
    left: 15px;
    overflow: auto;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px #ddd;
    animation: bounceIn 0.6s ease-out;
  }

  @keyframes bounceIn {
    0% {
      opacity: 0;
      transform: scale(0.3);
    }

    50% {
      opacity: 1;
      transform: scale(1.05);
    }

    70% {
      transform: scale(0.9);
    }

    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  .toAllMenu {
    display: flex;
    align-items: center;
  }

  .toPageMenu {
    display: none;
    align-items: center;
  }

  .toAllMenuPage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efefef;
    padding: 5px 15px 15px 15px;
    position: sticky;
    top: 60px;
    height: 60px;
    background-color: #fff;
  }

  .toAllMenuPage {
    display: flex !important;
  }

  .foot-copyright {
    padding: 10px;
    text-align: center;
  }

  .banner-title,
  .banner-subtitle {
    width: 80% !important;
  }

  .bannerWangli {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    bottom: 30px !important;

    transform: translate(-50%, -100%) !important;
    align-items: center !important;
  }

}

@media (max-width:768px) {
 
  .tomorror { 
    display: none;
  }

  .logo {
    width: 220px;
    height: 42px;
  }

  .nav-item {
    border-bottom: 1px solid #C5C5C5;
    display: flex;
    flex-direction: column;
    padding-right: 16px;
  }

  .brand-col-center .nav-item {
    border-bottom: none !important;
    display: flex;
    flex-direction: column;
    padding-right: 0px !important;
  }

  .dropdown-item {
    padding: 0 !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 50px !important;
  }

  .dropdown-item svg {
    transition: all 0.3s ease-in-out;
  }

  .navbar-nav {
    gap: 0;
    padding-left: 16px;
    flex: 1;
    width: 100%;
    overflow: auto;
  }

  .nav-menu {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.88);
  }

  .offcanvas-header {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    border-bottom: 1px solid #C5C5C5;
    width: 100%;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  .navbar-collapse {
    background: #fff;
    position: fixed;
    right: -100%;
    top: 0;
    width: 85vw;
    height: 100vh;
    z-index: 1000;
    transition: right 0.2s ease-in-out;

    /* 隐藏滚动条 - 完整方案 */
    -ms-overflow-style: none;
    /* IE 和 Edge */
    scrollbar-width: none;
    /* Firefox */

    /* Webkit浏览器隐藏滚动条 */
    &::-webkit-scrollbar {
      display: none;
      /* Chrome, Safari, Opera */
      width: 0;
      height: 0;
    }

    display: flex;
    flex-direction: column;
  }

  /* 蒙層樣式 */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.26);
    z-index: 999;
    display: none;
  }

  .overlay.show {
    display: block;
  }

  /* 防止body滾動 */
  body.no-scroll {
    overflow: hidden;
    height: 100vh;
  }

  .navbar-collapse.show {
    right: 0;
  }

  .login-btn {
    display: none;
  }

  .nav-link {
    line-height: 54px !important;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
  }

  .dropdown-toggle::after {
    display: none;
  }

  .navbar-shrink {
    min-height: 60px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .banner {
    height: 500px !important;
  }

  .find-more {
    padding-right: 20px !important;
  }

  .time-view {
    padding: 10px 0;
  }

  .special-item {
    /* margin: 0 20px; */
  }

  .foot-container .p-20 {
    padding-bottom: 10px;
    /* text-align: center; */
  }

  .foot-container .child-item a {
    margin: 0 !important;
  }

  .foot-container .contacts {
    font-size: 20px;
  }

  .special-title {
    margin: 10px 0;
  }

  .special-img-item {
    width: 90% !important;
    height: 211px !important;
  }

  .special-cate-item {
    width: 95% !important;
  }

  .special-first {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .special-second {
    padding-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .mt5-mb80 {
    margin-top: 5px !important;
    margin-bottom: 30px !important;
  }

  .font30px {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  .font16px {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  .font20px {
    font-size: 14px !important;
    text-align: center !important;
  }

  .font46px {
    font-size: 32px !important;
    text-align: center !important;
    line-height: 45px !important;
  }

  .special-item {
    gap: 20px !important;
  }

  .sCates-card {
    width: 99% !important;
  }

  .pd12px {
    padding: 0px 12px !important;
  }

  .hotCard {
    width: 100% !important;
  }

  .sCates-card {
    width: 100% !important;
  }

  .category-list {
    width: 120px !important;
  }

  #leftBorderContent {
    width: 100px !important;

  }

  #Content-title-id {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 0px !important;
    min-height: 106vh !important;
    border-left: none !important;
    /* display: none; */
  }

  .StickyTop {
    top: 70px !important;
  }

  .content-card {
    width: 90% !important;
    padding: 10px 8px !important;
  }

  .hotTitle {
    margin-top: 30px !important;
  }

  .stickyPosition {
    display: none;
    position: fixed !important;
    background-color: #fff;
    top: 0px !important;
    height: 100vh;
    width: 85%;
    z-index: 100000;
    left: 0px;
    overflow: auto;
    padding-left: 15px;
    box-shadow: 0px 0px 4px #bbb;
  }

  .home-title-container {
    padding: 0 16px !important;
  }

  .main-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .detail-box {
    padding-top: 24px !important;
    display: flex;
    justify-content: center
  }

  .breadcrumb {
    margin-bottom: 32px !important;
  }

  .detail-title {
    margin-bottom: 12px !important;
  }

  .detail-time {
    margin-bottom: 32px !important;
  }

  .main-subtitle,
  .spe-desc,
  .zb-item-more,
  .fs-16,
  .fs-14,
  .spe-flex-desc,
  .spe-flex-time {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .spe-flex-desc {
    max-height: 66px !important;
    height: fit-content !important;
  }

  .mt96-mb128 {
    margin-top: 32px !important;
  }

  .spe-title {
    font-size: 28px !important;
  }

  .spe-flex-item {
    gap: 8px !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .swiper-after::after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: -12px;
    height: 100%;
    width: 1px;
    background-color: #DCDCDC;
  }

  .swiper-after:last-of-type:after {
    display: none;
  }

  .dropdown-menu {
    position: relative !important;
    border: none !important;
    padding: 0 !important;
  }

  .spe-flex {
    gap: 0 !important;
  }

  .spe-flex-title {
    margin-top: 4px;
    font-size: 24px !important;
  }

  .gap80 {
    gap: 48px !important;
  }

  .md-gap16 {
    gap: 16px !important;
  }

  .spe-col-title {
    height: 60px !important;
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .h-600 {
    height: 500px !important;
  }

  .all-products {
    bottom: 66px !important;
  }

  .w174-h48 {
    width: 154px !important;
    height: 42px !important;
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .w-122 {
    width: 104px !important;
    margin-top: 24px !important;
  }

  .mt-80 {
    margin-top: -48px !important;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .spe-flex-item::after {
    display: none;
  }

  .spe-flex-items {
    padding: 0 21px;
  }

  .spe-box1,
  .spe-box3 {
    gap: 24px !important;
  }

  .zb-item-img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
  }

  .list-unstyled {
    gap: 12px !important;
  }

  .no-data {
    gap: 24px !important;
    margin-top: 130px !important;
    margin-bottom: 200px;
  }

  .mt48-mb128 {
    margin-top: 32px !important;
  }

  .spec-cates {
    margin-top: 16px !important;
    margin-bottom: 24px !important;
    flex-wrap: nowrap !important;
    overflow: auto !important;
    scrollbar-width: none;
  }

  .breadcrumb-text {
    padding: 0 7px !important;
    height: 30px !important;
  }

  #articleCard {
    justify-content: center;
  }

  #leftBorderContent {
    display: none;
    position: fixed !important;
    background-color: #fff;
    top: 100px !important;
    height: auto !important;
    width: calc(100% - 30px) !important;
    z-index: 100000;
    left: 15px;
    overflow: auto;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px #ddd;
    animation: bounceIn 0.6s ease-out;
  }

  @keyframes bounceIn {
    0% {
      opacity: 0;
      transform: scale(0.3);
    }

    50% {
      opacity: 1;
      transform: scale(1.05);
    }

    70% {
      transform: scale(0.9);
    }

    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  .toAllMenu {
    display: flex;
    align-items: center;
  }

  .toPageMenu {
    display: none;
    align-items: center;
  }

  .toAllMenuPage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efefef;
    padding: 5px 15px 15px 15px;
    position: sticky;
    top: 60px;
    height: 60px;
    background-color: #fff;
  }

  .toAllMenuPage {
    display: flex !important;
  }

  .foot-copyright {
    padding: 10px;
    text-align: center;
  }

  .banner-title,
  .banner-subtitle {
    width: 80% !important;
  }

  .bannerWangli {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    bottom: 30px !important;

    transform: translate(-50%, -100%) !important;
    align-items: center !important;
  }
}

img {
  width: inherit;
}

.modal-dialog {
  top: 0%;
}

.modal-dialogs {
  max-width: 888px !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  width: 888px;
  height: 600px;
  border-radius: 0;
  padding: 24px 0;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.modal-contents {
  flex: 1;
  overflow: auto;
  margin-left: 32px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  padding-right: 25px;
}

.modal-title {
  font-weight: bold;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 28px;
}

.modal-time {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 24px;
  margin: 0 32px;
}

.mt96-mb128 {
  margin-top: 96px;
  margin-bottom: 128px;
}

.custom-title {
  font-family: Bulgari, Bulgari;
  font-weight: 400;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  margin-bottom: 48px;
}

.mt48-mb128 {
  margin-top: 48px;
  margin-bottom: 128px;
}

.pb-48 {
  padding-bottom: 48px;
}

.mx-32 {
  margin: 0 32px;
}

.header {
  z-index: 10;
  height: auto;
}
.disabled-link {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
    color: #999 !important;
    text-decoration: none !important;
}

.disabled-icon {
    filter: grayscale(1);
    opacity: 0.5;
}

.nav-arrow {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    transition: all 0.2s;
}

.nav-arrow:hover:not(.disabled) {
    border-color: #007bff;
    background-color: #f8f9fa;
}

.disabled {
    background-color: transparent;
    cursor: not-allowed;
}

body {
  font-family: PingFang SC, PingFang SC;
}

.main {
  min-height: calc(60vh);
}


.nav-pills .nav-link {
  border-radius: initial;
}

.btn {
  border-radius: initial;
}

.pagination a:hover{
  background-color: rgba(81, 136, 137, 1);
}

.page-item:first-child .page-link {
  border-radius: initial;
}

.page-item:last-child .page-link {
  border-radius: initial;
}

.special-title {
  font-weight: bold !important;
  font-size: 32px !important;
  color: #000000 !important;
  line-height: 45px !important;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}

.login-btn {
  color: #fff;
  background: #B86D56;
  box-shadow: 0 2px 0 rgba(5, 55, 255, 0.06);
  font-size: 14px;
  height: 40px;
  padding: 0px 15px;
  border-radius: 10px;
  line-height: 40px;
  margin: 20px 0;
}

.col-ctx{
  width: 100%;
  overflow-wrap: break-word;
}

.col-ctx-w{
  width: auto;
}
.col-ctx *{
  margin-bottom: 0;
}
.col-ctx img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.detail-content {
  overflow-wrap: break-word;
}

.detail-content img {
  max-width: 100%;
  max-height: 100%;
}

.custom-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.top-title {
  letter-spacing: 12px;
}

.special-box {
  padding: 30px 0;
}

.banner-center {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.home-title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
  color: #fff;
}


.main-title {
  font-weight: 400;
  font-size: 96px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin-bottom: 24px;
  font-family: Bulgari, Bulgari;
}

.main-subtitle {
  font-weight: 300;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 42px;
  text-align: center;
  margin-bottom: 0;
}

.main-f64 {
  font-weight: 400;
  font-size: 64px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin-bottom: 48px;
  font-family: Bulgari, Bulgari;
}
.sub-f16 {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  line-height: 24px;
  text-align: center;
}

.spe-flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 49px;
}

.spe-flex-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 0 0 calc((100% - 98px) / 3);
  /* 减去两个间距后除以3 */
  max-width: calc((100% - 98px) / 3);
  position: relative;
}

.spe-flex-item::after {
  position: absolute;
  content: '';
  display: block;
  right: -24.5px;
  height: 100%;
  width: 1px;
  background-color: #DCDCDC;
}

.spe-flex-img {
  width: 100%;
  aspect-ratio: 300/200;
  object-fit: cover;
}

.spe-flex-title {
  font-weight: 400;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.9);
  text-align: left;
  height: 36px;

  margin-bottom: 0;
}

.spe-flex-desc {
  height: 72px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 24px;
  text-align: left;
  margin-bottom: 0;
}

.spe-flex-time {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 24px;
  text-align: left;
  margin-bottom: 0;
}


@media (max-width: 768px) {
  .custom-container {
    width: 100%;
    padding-left: 15px;
    justify-content: space-between;
  }
  .custom-title{
    font-size: 28px !important;
    margin-bottom: 32px !important;
  }
  .pb-48{
    padding-bottom: 0 !important;
  }

  .main,
  .px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .special-box {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .col-name {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .custom-container {
    min-width: 960px;
  }
}

@media (min-width: 1200px) {
  .custom-container {
    min-width: 1250px;
  }
}


@media (min-width:1200px) {
  .container.container-1038 {
    width: 1038px !important;
  }

  .nav-item-pr {
    padding-right: 50px;
  }

  .btn-login {
    padding-left: 30px;
  }

  .special-cate-item {
    width: 38.25rem;
    height: 17.625rem;
    margin-bottom: 26px;
  }
}

@media (min-width:768px) {
  .banner {
    height: 600px;
  }

  .logo {
    width: 300px;
    height: 50px;
  }

  .foot-container {
    padding: 90px 0;
  }

  .zb-item-img {
    height: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
  }
}

@media (max-width:1200px) {
  .special-cate-item {
    margin-bottom: 20px;
  }
}

@media (max-width:992px) {
  .zb-item {
    gap: 8px !important;
    flex-direction: column !important;
    height: auto !important;
  }

  .zb-item-desc {
    max-height: 226px;
  }
  .modal-content{
    width:90vw !important;
    height: fit-content !important;
    max-height: 550px !important;
  }
}

.font30px {
  font-weight: 700;
  font-size: 70px !important;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
  line-height: 98px !important;
}

.font46px {
  font-weight: 700;
  font-size: 46px !important;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
  line-height: 64px !important;
}

.font20px {
  font-weight: 400;
  font-size: 20px !important;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
}

.font16px {
  font-weight: 400;
  font-size: 30px !important;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
  line-height: 42px !important;
}

.tomorror {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #000000;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px 12px 12px 12px;
  padding: 8px 20px;

  cursor: pointer;
  min-width: 130px;
  max-width: fit-content;
}

.navbar-nav {
  column-gap: 32px;
  row-gap: 0;
}

.zb-title,
.zb-subtitle,
.zb-item-title {
  font-family: Bulgari, Bulgari;
}

.zb-title {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 0;
}

.zb-subtitle {
  font-weight: 400;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0;
}

.zb-desc {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 24px;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 0;
}

.zb-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 48px;
  padding: 0px;
}

.zb-item {
  display: flex;
  gap: 128px;
  height: 409px;
}

.zb-item-title {
  font-weight: 400;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.9);
  text-align: left;
  margin-bottom: 0;
}

.zb-item-desc>* {
  margin-bottom: 0;
}

.zb-item-desc {
  overflow: hidden;
  word-break: break-word;
  white-space: normal;
}

.zb-item-more {
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 24px;
  text-align: left;
  text-decoration-line: underline;
}

.zb-ctx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  width: 500px;
  height: 409px;
}

.logo-a {
  margin-right: 50px;
}
.modals{
  --bs-modal-margin:auto !important;
  --bs-modal-width:0 !important;
  --bs-modal-border-width:0 !important;
}
.modal-dialogs{
  max-width: 888px !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content{
  width: 888px;
  height: 600px;
  border-radius: 0;
  padding: 24px 0;
  gap:16px;
  display: flex;
  flex-direction: column;
}
.modal-contents{
  flex:1;
  overflow: auto;
  margin-left: 32px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.2) transparent;
  padding-right: 25px;
}

.modal-title{
  font-weight: bold;
  font-size: 18px;
  color: rgba(0,0,0,0.9);
  line-height: 28px;
}
.modal-time{
  font-weight: 400;
  font-size: 16px;
  color: rgba(0,0,0,0.7);
  line-height: 24px;
  margin: 0 32px;
}
.mt96-mb128 {
        margin-top: 96px;
        margin-bottom: 128px;
    }
.custom-title{
  font-family: Bulgari, Bulgari;
  font-weight: 400;
  font-size: 40px;
  color: rgba(0,0,0,0.9);
  text-align: center;
  margin-bottom: 48px;
}
.mt48-mb128 {
        margin-top: 48px;
        margin-bottom: 128px;
    }
    .pb-48{
      padding-bottom: 48px;
    }
    .mx-32{
      margin: 0 32px;
    }
    
@media (max-width:768px) {
  .zb-ctx {
    width: 100%;
    height: auto;
    gap: 8px;
  }
  .modal-contents{
    margin-left: 16px;
    padding-right: 16px;
  }
  .mx-32{
    margin: 0 16px;
  }
  .modal-time{
    margin: 0 16px;
  }

  .zb-title {
    font-size: 28px;
  }

  .zb-content {
    gap: 24px;
    margin-top: 24px;
  }

  .zb-item-title {
    font-size: 28px;
  }

  .zb-subtitle {
    margin-top: 48px;
    font-size: 28px;
  }
}


@media (max-width:768px) {
  .tomorror {
    display: none;
  }

  .logo {
    height: 42px;
    aspect-ratio: 300/50;
  }

  .nav-item {
    border-bottom: 1px solid #C5C5C5;
    display: flex;
    flex-direction: column;
    padding-right: 16px;
  }

  .dropdown-item {
    padding: 0 !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 50px !important;
  }

  .dropdown-item svg {
    transition: all 0.3s ease-in-out;
  }

  .navbar-nav {
    gap: 0;
    padding-left: 16px;
    flex: 1;
    width: 100%;
    overflow: auto;
  }

  .nav-menu {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.88);
  }

  .offcanvas-header {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    border-bottom: 1px solid #C5C5C5;
    width: 100%;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  .navbar-collapse {
    background: #fff;
    position: fixed;
    right: -100%;
    top: 0;
    width: 85vw;
    height: 100vh;
    z-index: 1000;
    transition: right 0.2s ease-in-out;

    /* 隐藏滚动条 - 完整方案 */
    -ms-overflow-style: none;
    /* IE 和 Edge */
    scrollbar-width: none;
    /* Firefox */

    /* Webkit浏览器隐藏滚动条 */
    &::-webkit-scrollbar {
      display: none;
      /* Chrome, Safari, Opera */
      width: 0;
      height: 0;
    }

    display: flex;
    flex-direction: column;
  }

  /* 蒙層樣式 */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.26);
    z-index: 999;
    display: none;
  }

  .overlay.show {
    display: block;
  }

  /* 防止body滾動 */
  body.no-scroll {
    overflow: hidden;
    height: 100vh;
  }

  .navbar-collapse.show {
    right: 0;
  }

  .login-btn {
    display: none;
  }

  .nav-link {
    line-height: 54px !important;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
  }

  .dropdown-toggle::after {
    display: none;
  }

  .navbar-shrink {
    min-height: 60px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .banner {
    height: 500px !important;
  }

  .find-more {
    padding-right: 20px !important;
  }

  .time-view {
    padding: 10px 0;
  }

  .special-item {
    /* margin: 0 20px; */
  }

  .foot-container .p-20 {
    padding-bottom: 10px;
    /* text-align: center; */
  }

  .foot-container .child-item a {
    margin: 0 !important;
  }

  .foot-container .contacts {
    font-size: 20px;
  }

  .special-title {
    margin: 10px 0;
  }

  .special-img-item {
    width: 90% !important;
    height: 211px !important;
  }

  .special-cate-item {
    width: 95% !important;
  }

  .special-first {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .special-second {
    padding-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .mt5-mb80 {
    margin-top: 5px !important;
    margin-bottom: 30px !important;
  }

  .font30px {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  .font16px {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  .font20px {
    font-size: 14px !important;
    text-align: center !important;
  }

  .font46px {
    font-size: 32px !important;
    text-align: center !important;
    line-height: 45px !important;
  }

  .special-item {
    gap: 20px !important;
  }

  .sCates-card {
    width: 99% !important;
  }
.main-f64{
  font-size: 28px !important;
  margin-bottom: 16px !important;
}
.sub-f16{
  font-size: 14px !important;
  line-height: 22px !important;
}
  .pd12px {
    padding: 0px 12px !important;
  }

  .hotCard {
    width: 100% !important;
  }

  .sCates-card {
    width: 100% !important;
  }

  .category-list {
    width: 120px !important;
  }

  #leftBorderContent {
    width: 100px !important;

  }

  #Content-title-id {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 0px !important;
    min-height: 106vh !important;
    border-left: none !important;
    /* display: none; */
  }

  .StickyTop {
    top: 70px !important;
  }

  .content-card {
    width: 90% !important;
    padding: 10px 8px !important;
  }

  .hotTitle {
    margin-top: 30px !important;
  }

  .stickyPosition {
    display: none;
    position: fixed !important;
    background-color: #fff;
    top: 0px !important;
    height: 100vh;
    width: 85%;
    z-index: 100000;
    left: 0px;
    overflow: auto;
    padding-left: 15px;
    box-shadow: 0px 0px 4px #bbb;
  }

  .home-title-container {
    padding: 0 16px !important;
  }

  .main-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .detail-box {
    padding-top: 24px !important;
    display: flex;
    justify-content: center
  }

  .breadcrumb {
    margin-bottom: 32px !important;
  }

  .detail-title {
    margin-bottom: 12px !important;
  }

  .detail-time {
    margin-bottom: 32px !important;
  }

  .main-subtitle,
  .spe-desc,
  .zb-item-more,
  .fs-16,
  .fs-14,
  .spe-flex-desc,
  .spe-flex-time {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .spe-flex-desc {
    max-height: 66px !important;
    height: fit-content !important;
  }

  .mt96-mb128 {
    margin-top: 32px !important;
  }

  .spe-title {
    font-size: 28px !important;
  }

  .spe-flex-item {
    gap: 8px !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .swiper-after::after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: -12px;
    height: 100%;
    width: 1px;
    background-color: #DCDCDC;
  }

  .swiper-after:last-of-type:after {
    display: none;
  }

  .dropdown-menu {
    position: relative !important;
    border: none !important;
    padding: 0 !important;
  }

  .spe-flex {
    gap: 0 !important;
  }

  .spe-flex-title {
    margin-top: 4px;
    font-size: 24px !important;
  }

  .gap80 {
    gap: 48px !important;
  }

  .md-gap16 {
    gap: 16px !important;
  }

  .spe-col-title {
    height: 60px !important;
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .h-600 {
    height: 500px !important;
  }

  .all-products {
    bottom: 66px !important;
  }

  .w174-h48 {
    width: 154px !important;
    height: 42px !important;
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .w-122 {
    width: 104px !important;
    margin-top: 24px !important;
  }

  .mt-80 {
    margin-top: -48px !important;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .spe-flex-item::after {
    display: none;
  }

  .spe-flex-items {
    padding: 0 21px;
  }

  .spe-box1,
  .spe-box3 {
    gap: 24px !important;
  }

  .zb-item-img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
  }

  .list-unstyled {
    gap: 12px !important;
  }

  .no-data {
    gap: 24px !important;
    margin-top: 130px !important;
    margin-bottom: 200px;
  }

  .mt48-mb128 {
    margin-top: 32px !important;
  }

  .spec-cates {
    margin-top: 16px !important;
    margin-bottom: 24px !important;
    flex-wrap: nowrap !important;
    overflow: auto !important;
    scrollbar-width: none;
  }

  .breadcrumb-text {
    padding: 0 7px !important;
    height: 30px !important;
  }

  #articleCard {
    justify-content: center;
  }

  #leftBorderContent {
    display: none;
    position: fixed !important;
    background-color: #fff;
    top: 100px !important;
    height: auto !important;
    width: calc(100% - 30px) !important;
    z-index: 100000;
    left: 15px;
    overflow: auto;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px #ddd;
    animation: bounceIn 0.6s ease-out;
  }

  @keyframes bounceIn {
    0% {
      opacity: 0;
      transform: scale(0.3);
    }

    50% {
      opacity: 1;
      transform: scale(1.05);
    }

    70% {
      transform: scale(0.9);
    }

    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  .toAllMenu {
    display: flex;
    align-items: center;
  }

  .toPageMenu {
    display: none;
    align-items: center;
  }

  .toAllMenuPage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efefef;
    padding: 5px 15px 15px 15px;
    position: sticky;
    top: 60px;
    height: 60px;
    background-color: #fff;
  }

  .toAllMenuPage {
    display: flex !important;
  }

  .foot-copyright {
    padding: 10px;
    text-align: center;
  }

  .banner-title,
  .banner-subtitle {
    width: 80% !important;
  }

  .bannerWangli {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    bottom: 30px !important;

    transform: translate(-50%, -100%) !important;
    align-items: center !important;
  }

  .nav-arrow{
    border: none;
  }
  
}
@media (max-width:431px) {
  .category-list {
    width: 96% !important;
  }
}

@media (max-width:415px) {
  .category-list {
    width: 96% !important;
  }
}

@media (max-width:391px) {
  .category-list {
    width: 96% !important;
  }
}

@media (max-width:376px) {
  .category-list {
    width: 96% !important;
  }
}

@media (max-width:361px) {
  .category-list {
    width: 96% !important;
  }
}