@charset "gb2312";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  color: #333;
}
a {
  text-decoration: none;
  color: inherit;
}
ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
.ahhc-container {
  width: 1400px;
  margin: 0 auto;
}

.txt-elise {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* header */
.ahhc-header {
  position: absolute;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 5%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.ahhc-header .ahhc-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 114px;
}
.ahhc-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ahhc-logo img {
  height: 66px;
}
.ahhc-logo span {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: #c9302c;
}
.ahhc-nav {
  display: flex;
  gap: 35px;
}
.ahhc-nav a {
  position: relative;
  font-size: 20px;
  color: #fff;
  padding-bottom: 8px;
}
.ahhc-nav a:hover {
  font-weight: bold;
  color: #fff;
}
.ahhc-nav a:hover::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 2px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #fff;
}
.ahhc-header-btns {
  display: flex;
  gap: 10px;
}
.ahhc-header-btns a {
  padding: 6px 18px;
  border-radius: 4px;
  font-size: 14px;
}
.ahhc-btn-login {
  border: 1px solid #c9302c;
  color: #c9302c;
}
.ahhc-header-btns .ahhc-btn-gohome {
  padding: 10px 16px;
  color: #fff;
  border-radius: 24px;
  background: #185ca5;
}
.head-slh-btn a {
  display: block;
  padding: 10px 16px;
  color: #fff;
  border-radius: 24px;
  background: linear-gradient(251deg, #dc3210 0%, #ffc118 100%);
}

/* banner */
.ahhc-banner {
  height: 100vh;
  background: url("../images/ahhc_header_banner.png") center/cover no-repeat;
  position: relative;
}
.ahhc-banner-title {
  position: absolute;
  top: 244px;
  left: 50%;
  text-align: center;
  color: #2d5a1e;
}
.ahhc-banner-title h1 {
  font-size: 72px;
  font-family: "KaiTi", "STKaiti", serif;
  letter-spacing: 8px;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.6);
}
.ahhc-banner-title p {
  font-size: 24px;
  letter-spacing: 12px;
  margin-top: 10px;
  color: #4a7c36;
}

/* section title */
.ahhc-sec-title {
  text-align: center;
  padding: 80px 0 24px;
}
.ahhc-sec-title h2 {
  font-size: 32px;
  color: #2d5a1e;
  font-family: "KaiTi", "STKaiti", serif;
  display: inline-block;
  position: relative;
}
.ahhc-sec-title h2::before,
.ahhc-sec-title h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background: #2d5a1e;
}
.ahhc-sec-title h2::before {
  right: 100%;
  margin-right: 15px;
}
.ahhc-sec-title h2::after {
  left: 100%;
  margin-left: 15px;
}

.ahhc-more {
  display: flex;
  align-items: center;
  width: 100px;
  padding: 4px 8px;
  color: #376d00;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  transition: all 0.3s;
margin-top:20px;
}
.ahhc-more img {
  margin-left: 8px;
}
.ahhc-more:hover {
  border-radius: 4px;
  color: #376d00;
  background: rgba(55, 109, 0, 0.1);
  transform: translateX(5px);
}

.ahhc-dfc {
  display: flex;
  justify-content: center;
}

/* 产业资讯 */
.ahhc-news {
  height: 784px;
  background: url(../images/section1_bg.jpg) center top no-repeat;
}
.ahhc-news-box {
  display: flex;
  height: 476px;
  gap: 24px;
  padding-bottom: 50px;
  background: #fff;
}
.ahhc-news-left {
  width: 57%;
}
.ahhc-news-left img {
  width: 100%;
  height: 476px;
  object-fit: cover;
  border-radius: 4px;
}
.ahhc-news-left p {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
.ahhc-news-right {
  width: 43%;
  padding-top: 15px;
  padding-right: 24px;
}
.ahhc-news-right li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(153, 153, 153, 0.5);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #2d2d2d;
}
.ahhc-news-right li:last-child {
  border-bottom: none;
  margin-bottom: 8px;
}
.ahhc-news-right li a {
  flex: 1;
  padding-left: 20px;
  font-size: 16px;
  position: relative;
  transition: all 0.3s;
}
.ahhc-news-right li a::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #376d00;
  border-radius: 50%;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.ahhc-news-right li a:hover {
  color: #376d00;
  transform: translateX(5px);
}
.ahhc-news-right li:hover a::before {
  background-color: #376d00;
}
.ahhc-news-right li:hover span {
  color: #376d00;
}
.ahhc-news-right .ahhc-date {
  color: #999;
  font-size: 16px;
  line-height: 24px;
}

.ahhc-focus-news-img-items {
  height: 476px;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(51, 0, 0, 0.1);
  position: relative;
}
.ahhc-focus-news-img-items a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.ahhc-focus-news-img-items a:hover img {
  transform: scale(1.02);
}
.ahhc-focus-news-img-items .txt {
  width: 100%;
  height: 66px;
  padding: 0 24px;
  padding-right: 100px;
  font-size: 20px;
  line-height: 66px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
}
.ahhc-news-left .swiper-button-next,
.ahhc-news-left .swiper-button-prev {
  display: none;
}
.ahhc-news-left:hover .swiper-button-next,
.ahhc-news-left:hover .swiper-button-prev {
  display: block;
}
.ahhc-news-left:hover .swiper-button-next::after,
.ahhc-news-left:hover .swiper-button-prev::after {
  color: #fff;
}
.ahhc-focus-news-pagination {
  position: absolute;
  bottom: 10px;
  right: 20px;
  text-align: right;
  z-index: 1;
}
.ahhc-focus-news-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
}
.ahhc-focus-news-pagination .swiper-pagination-bullet-active {
  background-color: #185ca5;
  width: 25px;
  border-radius: 6px;
  transition: all 0.3s;
}

/* 历史文脉 */
.ahhc-history {
  height: 788px;
  background: url(../images/section2_bg.jpg) no-repeat;
}
.ahhc-history-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding-bottom: 50px;
}
.ahhc-history-item {
  display: flex;
  gap: 15px;
  padding: 36px 40px;
  border-radius: 8px;
  background: #fcfcf8;
  box-shadow: 2px 4px 10px 0px rgba(197, 179, 132, 0.5);
  transition: all 0.3s;
}
.ahhc-history-item img {
  width: 152px;
  height: 128px;
  object-fit: cover;
  border-radius: 4px;
}
.ahhc-history-item b {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #2d2d2d;
  margin-bottom: 8px;
}
.ahhc-history-item span {
  font-family: Source Han Sans CN;
  font-size: 16px;
  color: #5b5a5a;
  font-weight: normal;
  line-height: 30px;
}
.ahhc-history-item:hover {
  transform: translateY(-5px);
}
.ahhc-history-item:hover b {
  color: #376d00;
}

/* 科普百科 */
.ahhc-wiki {
  height: 786px;
  background: url(../images/section3_bg.jpg) no-repeat;
}
.ahhc-wiki-box {
  display: flex;
  gap: 30px;
  padding-bottom: 50px;
}
.ahhc-wiki-left {
  width: 440px;
  margin-left: 25px;
}
.ahhc-wiki-left img {
  width: 100%;
  height: 478px;
  object-fit: cover;
}
.ahhc-wiki-right {
  flex: none;
  width: 880px;
}
.ahhc-wiki-card-box {
  display: grid;
  padding-top: 48px;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 8px;
}
.ahhc-wiki-card {
  padding: 25px 30px 30px;
  background: url(../images/ahhc_wiki_card_bg.png) center top no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.ahhc-wiki-card b {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #2d2d2d;
  margin-bottom: 8px;
}
.ahhc-wiki-card span {
  font-size: 16px;
  color: #707070;
  line-height: 30px;
}
.ahhc-wiki-card:hover {
  transform: translateY(-5px);
}

/* 荣誉名录 */
.ahhc-honor {
  height: 786px;
  background: url(../images/section4_bg.jpg) no-repeat;
}
.ahhc-honor-grid {
  display: flex;
  gap: 16px;
  height: 478px;
}
.ahhc-honor-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ahhc-honor-col-large {
  flex: 1;
}

.ahhc-honor-col-small {
  flex: none;
  width: 388px;
}
.ahhc-honor-col-large .ahhc-honor-item {
  flex: 1;
  height: 100%;
}
.ahhc-honor-col-small .ahhc-honor-item {
  flex: 1;
}
.ahhc-honor-item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.ahhc-honor-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.ahhc-honor-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.ahhc-honor-item a:hover img {
  scale: 1.1;
}

/* 产品名录 */
.ahhc-products {
  height: 788px;
  background: url(../images/section5_bg.jpg) center no-repeat;
}
.ahhc-product-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 24px;
  padding-bottom: 50px;
  position: relative;
}
.ahhc-product-item {
  text-align: center;
  width: 290px;
}
.ahhc-product-item i {
  display: block;
  width: 100%;
  height: 290px;
  padding: 12px;
  background: url(../images/ahhc_tea_prod_bg.svg) center no-repeat;
  background-size: contain;
}
.ahhc-product-item img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.ahhc-product-item b {
  display: block;
  font-size: 24px;
  color: #2d2d2d;
  margin: 24px 25px 8px;
}
.ahhc-product-item span {
  display: block;
  padding: 0 25px;
  font-family: Source Han Sans CN;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #2d2d2d;
}
.ahhc-product-item a {
  display: block;
  position: relative;
  transition: all 0.3s;
}
.ahhc-product-item a:hover {
  transform: translateY(5px);
}
.ahhc-product-item a:hover b {
  color: #376d00;
}

.ahhc-product-list .swiper-button-next {
  right: -44px;
  border-radius: 0 4px 4px 0;
}
.ahhc-product-list .swiper-button-prev {
  left: -44px;
  border-radius: 4px 0 0 4px;
}
.ahhc-product-list .swiper-button-next,
.ahhc-product-list .swiper-button-prev {
  top: 84px;
  width: 44px;
  height: 120px;
  background: rgba(55, 109, 0, 0.12);
  color: #376d00;
}
.ahhc-product-list .swiper-button-next:after,
.ahhc-product-list .swiper-button-prev:after {
  font-size: 18px;
}
.ahhc-product-list .swiper-button-next:hover,
.ahhc-product-list .swiper-button-prev:hover {
  background: rgba(55, 109, 0, 0.24);
}
.ahhc-product-list .swiper-pagination {
  display: none;
}

/* 云赏茶乡 */
.ahhc-video-sec {
  height: 1080px;
  background: url(../images/section6_bg.jpg) no-repeat;
}
.ahhc-video-box {
  width: 1264px;
  height: 762px;
  margin: 0 auto 50px;
  position: relative;
  padding: 84px 104px;
  background: url(../images/ahhc_video_bgk.png) center no-repeat;
}
/* .ahhc-video-box::before,
.ahhc-video-box::after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  width: 30px;
  background: #2d5a1e;
  border-radius: 4px;
}
.ahhc-video-box::before {
  left: -15px;
}
.ahhc-video-box::after {
  right: -15px;
} */
.ahhc-video-box video {
  width: 100%;
  border-radius: 4px;
  display: block;
}
.ahhc-video-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.ahhc-video-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ahhc-video-item-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.ahhc-video-item-mask img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.ahhc-video-item-mask:hover {
  background: rgba(0, 0, 0, 0.5);
}
.ahhc-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ahhc-play-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 18px solid #000;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}

.ahhc-video-box .swiper-button-next {
  right: -68px;
  border-radius: 0 4px 4px 0;
}
.ahhc-video-box .swiper-button-prev {
  left: -68px;
  border-radius: 4px 0 0 4px;
}
.ahhc-video-box .swiper-button-next,
.ahhc-video-box .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 120px;
  background: rgba(18, 102, 196, 0.08);
  color: #1266c4;
}
.ahhc-video-box .swiper-button-next:after,
.ahhc-video-box .swiper-button-prev:after {
  font-size: 18px;
}
.ahhc-video-box .swiper-button-next:hover,
.ahhc-video-box .swiper-button-prev:hover {
  background: rgba(18, 102, 196, 0.24);
}
.ahhc-video-box .swiper-pagination {
  display: none;
  bottom: 0 !important;
}

/* footer */
.ahhc-footer {
  background: #1a4a8a;
  color: #fff;
  padding: 30px 0;
}
.ahhc-footer .ahhc-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ahhc-footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ahhc-footer-logo img {
  height: 40px;
}
.ahhc-footer-links {
  display: flex;
  gap: 25px;
  font-size: 13px;
}
.ahhc-footer-links a {
  color: rgba(255, 255, 255, 0.8);
}
.ahhc-footer-links a:hover {
  color: #fff;
}
.ahhc-footer-info {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-top: 15px;
}

/* 汉堡菜单按钮 */
.ahhc-menu-toggle {
  display: none;
  width: 30px;
  height: 24px;
  cursor: pointer;
  position: relative;
}
.ahhc-menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #333;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.ahhc-menu-toggle span:nth-child(1) {
  top: 0;
}
.ahhc-menu-toggle span:nth-child(2) {
  top: 10px;
}
.ahhc-menu-toggle span:nth-child(3) {
  top: 20px;
}
.ahhc-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}
.ahhc-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.ahhc-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}

/* 响应式 - 平板 */
@media (max-width: 1024px) {
  .ahhc-container {
    width: 95%;
  }
  .ahhc-header .ahhc-container {
    height: 60px;
  }
  .ahhc-nav {
    gap: 20px;
  }
  .ahhc-banner {
    height: 400px;
  }
  .ahhc-sec-title {
    padding: 50px 0 20px;
  }
  .ahhc-sec-title h2 {
    font-size: 26px;
  }
  .ahhc-sec-title h2::before,
  .ahhc-sec-title h2::after {
    width: 40px;
  }
  .ahhc-news {
    height: auto;
  }
  .ahhc-news-box {
    flex-wrap: wrap;
    height: auto;
  }
  .ahhc-history {
    height: auto;
  }
  .ahhc-wiki {
    height: auto;
  }
  .ahhc-wiki-box {
    flex-wrap: wrap;
  }
  .ahhc-honor {
    height: auto;
  }
  .ahhc-honor-grid {
    flex-wrap: wrap;
    height: auto;
  }
  .ahhc-honor-col-large {
    width: 48%;
  }
  .ahhc-honor-col-small {
    width: 48%;
  }
  .ahhc-products {
    height: auto;
  }
  .ahhc-product-list {
    flex-wrap: wrap;
  }
  .ahhc-product-item {
    width: calc(50% - 15px);
  }
  .ahhc-video-sec {
    height: auto;
padding-bottom: 10px;
  }
  .ahhc-video-box {
    width: 90%;
    height: auto;
    padding: 40px 50px;
    background-size: contain;
  }
}

/* 响应式 - 手机 */
@media (max-width: 768px) {
  .ahhc-container {
    width: 100%;
    /* padding: 0 5px; */
  }

  .ahhc-more {
    margin: 10px auto;
  }

  /* header */
  .ahhc-header {
    z-index: 5;
  }
  .ahhc-header .ahhc-container {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
    height: auto;
    padding: 12px 15px;
  }
  .ahhc-menu-toggle {
    display: block;
  }
  .ahhc-menu-toggle span {
    background: #fff;
  }
  .ahhc-nav {
    display: none;
    width: 100%;
    gap: 0;
    flex-direction: column;
    margin-top: 15px;
    order: 3;
  }
  .ahhc-nav.active {
    display: flex;
  }
  .ahhc-nav a {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
  }
  .ahhc-header-btns {
    /* display: none; */
  }
  .ahhc-logo {
    width: 32%;
  }
  .ahhc-logo img {
    height: auto;
  }

  /* banner */
  .ahhc-banner {
    height: 280px;
  }
  .ahhc-banner-title {
    top: 50%;
    transform: translateY(-50%);
  }
  .ahhc-banner-title img {
    max-width: 80%;
    margin: 0 auto;
  }

  /* 标题 */
  .ahhc-sec-title {
    overflow: hidden;
    padding: 30px 0 50px;
  }
  .ahhc-sec-title img {
    /* max-width: 200px; */
    scale: 3;
  }
  .ahhc-sec-title h2 {
    font-size: 22px;
  }
  .ahhc-sec-title h2::before,
  .ahhc-sec-title h2::after {
    display: none;
  }

  /* 产业资讯 */
  .ahhc-news {
    height: auto;
  }
  .ahhc-news-box {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
  }
  .ahhc-news-left {
    width: 100%;
    padding: 5px;
  }
  .ahhc-focus-news-img-items {
    height: 200px;
  }
  .ahhc-focus-news-img-items .txt {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;padding-right: 80px;
  }
  .ahhc-news-right {
    width: 100%;
    padding: 0 10px;
  }
  .ahhc-news-right li {
    padding: 10px 0;
    font-size: 14px;
  }
  .ahhc-news-right li a {
    font-size: 16px;
  }
  .ahhc-news-right li a::before {
    width: 4px;
    height: 4px;
    left: 4px;
  }

  .ahhc-news-right .ahhc-date {
    font-size: 14px;
  }

  /* 历史文献 */
  .ahhc-history {
    height: auto;
    background: #fefef4;
  }
  .ahhc-history-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-bottom: 20px;
  }
  .ahhc-history-item {
    padding: 15px;
    flex-direction: row;
  }
  .ahhc-history-item img {
    width: 35%;
    height: 100%;
    object-fit: contain;
    display: none;
  }
  .ahhc-history-item b {
    font-size: 16px;
  }
  .ahhc-history-item span {
    font-size: 14px;
  }

  /* 科普百科 */
  .ahhc-wiki {
    height: auto;
    background: #f0f9ff;
  }
  .ahhc-wiki-box {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 10px;
  }
  .ahhc-wiki-left {
    width: 100%;
    margin: 0 auto;
  }
  .ahhc-wiki-left img {
    height: 120px;
  }
  .ahhc-wiki-right {
    width: 100%;
  }
  .ahhc-wiki-card-box {
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 0;
width: 96%;
        margin: auto;
  }
  .ahhc-wiki-card {
    padding: 15px;
  }
  .ahhc-wiki-card b {
    font-size: 16px;
  }
  .ahhc-wiki-card span {
    font-size: 14px;
  }

  /* 荣誉名录 */
  .ahhc-honor {
    height: auto;
  }
  .ahhc-honor-grid {
    flex-direction: column;
    height: auto;
    gap: 10px;
  }
  .ahhc-honor-col {
    flex-direction: row;
    gap: 10px;
  }
  .ahhc-honor-col-large,
  .ahhc-honor-col-small {
    width: 100%;
    flex: 1;
  }
  .ahhc-honor-col-large .ahhc-honor-item,
  .ahhc-honor-col-small .ahhc-honor-item {
    height: 150px;
    flex: 1;
  }
  .ahhc-honor-item span {
    font-size: 14px;
    padding: 8px;
  }

  /* 产品名录 */
  .ahhc-products {
    height: auto;
  }
  .ahhc-product-list {
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 30px;
    margin-top: 5px;
  }
  .ahhc-product-item {
    width: calc(50% - 8px);
  }
  .ahhc-product-item i {
    height: auto;
    padding: 8px;
  }
  .ahhc-product-item img {
    width: 120px;
    height: 120px;
  }
  .ahhc-product-item b {
    font-size: 16px;
    margin: 5px 0 5px;
  }
  .ahhc-product-item span {
    font-size: 14px;
    padding: 0 10px;
  }

  .ahhc-product-list .swiper-button-next,
  .ahhc-product-list .swiper-button-prev {
    display: none;
  }
  .ahhc-product-list .swiper-pagination {
    display: block;
  }

  /* 视频 */
  .ahhc-video-sec {
    height: auto;
  }
  .ahhc-video-box {
    width: 100%;
    margin-bottom: 0;
    padding: 0 0 30px;
    background: none;
    height: auto;
  }
  .ahhc-video-box video {
    height: auto;
  }

  .ahhc-video-box .swiper-button-next,
  .ahhc-video-box .swiper-button-prev {
    display: none;
  }
  .ahhc-video-box .swiper-pagination {
    display: block;
  }

  .ahhc-video-item-mask img {
    width: 60px;
    height: 60px;
  }

  /* footer */
  .ahhc-footer {
    padding: 20px 0;
  }
  .ahhc-footer .ahhc-container {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .ahhc-footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .ahhc-footer-info {
    font-size: 11px;
  }
}
