.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-family: Bulgari, Bulgari;
  font-weight: 400;
  font-size: 28px;
  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;
}

.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: 1496px;
}

@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 {
    width: 220px;
    height: 42px;
  }

  .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;
  }

  .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;
  }
  .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;
}