/* ============================================================
   MAYI54 首页 Printmax 风格覆盖样式
   适配蚂蚁 CMS 动态内容
   ============================================================ */

/* === Hero Area 适配 === */
section.hero_area {
  min-height: 500px;
  padding: 100px 0 80px;
}

.hero_content h4 {
  font-size: 16px;
  color: #3dc595;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero_content h1 {
  font-size: 48px;
  line-height: 60px;
  color: #1a1a1a;
  font-weight: 700;
}

.hero-thumb img {
  max-width: 100%;
}

/* === Section Title 适配 === */
.section_title h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #3dc595;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: inline-block;
}

.section_title h1 {
  font-size: 36px;
  line-height: 46px;
  color: #1a1a1a;
  font-weight: 700;
}

.section_title.style_left h4 {
  display: block;
}

/* === Feature Area 信息分类 === */
.feature_item {
  cursor: pointer;
  transition: all 0.3s ease;
}

.feature_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.feature_item .feature_icon {
  min-width: 40px;
}

.feature_item .feature_icon i {
  font-size: 20px;
}

.feature_item .feature_content h3 {
  font-size: 16px;
  font-weight: 500;
}

/* === Collection Area 焦点区 === */
.collection_single_item {
  padding: 40px;
}

.collection_single_item.second {
  padding: 40px;
}

.collection_single_item .collection_content h3 {
  font-size: 26px;
}

/* === Tab 样式 === */
#newTab1 li.now,
#lifeTab li.now {
  color: #3dc595;
  border-bottom-color: #3dc595;
}

/* === Brand Area 店铺轮播 === */
.brand_area {
  padding: 80px 0;
}

.single_brnd_item {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  transition: 0.3s;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.single_brnd_item:hover {
  box-shadow: 0 5px 20px rgba(0,0,0,0.12);
  transform: translateY(-5px);
}

.single_brnd_item img {
  max-height: 80px;
  max-width: 160px;
  object-fit: contain;
}

/* === 信息分类列表 === */
.feature_area.style_two {
  background: #edf5f6;
}

/* === Product Section 商品 === */
.product-section {
  background: #f7f1ee;
}

.product_single_item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
}

.product_single_item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.product-box-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

/* === Footer Area === */
.footer_area.boxed {
  background: #1a1a1a;
  color: rgba(255,255,255,0.7);
}

.footer_area .footer_desc {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255,255,255,0.6);
}

.footer_area .footer_logo img {
  max-height: 40px;
}

.footer_area .footer_info p {
  color: rgba(255,255,255,0.8);
  font-size: 15px;
}

.footer_area .footer-info p i {
  color: #3dc595;
  margin-right: 8px;
}

.footer-widget-title h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-widget-menu ul li {
  margin-bottom: 10px;
}

.footer-widget-menu ul li a {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  transition: 0.3s;
}

.footer-widget-menu ul li a:hover {
  color: #3dc595;
  padding-left: 5px;
}

.footer-widget-menu ul li a i {
  margin-right: 5px;
  font-size: 12px;
  color: #3dc595;
}

.footer-widget-contact .subscribe_text {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  line-height: 22px;
}

.footer_social_icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: #fff;
  margin-right: 10px;
  transition: 0.3s;
  font-size: 16px;
}

.footer_social_icon a:hover {
  background: #3dc595;
  transform: translateY(-3px);
}

/* === Printmax Button Override === */
.printmax_btn span {
  background-color: #1a1a1a !important;
}

.printmax_btn a {
  border-radius: 25px;
  padding: 11px 33px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #3dc595;
  color: #ffffff;
  transition: 0.4s;
}

.printmax_btn a:hover {
  color: #3dc595;
}

.printmax_btn a:hover span {
  width: 200%;
  height: 500px;
}

.printmax_btn a i {
  font-size: 13px;
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 5px;
}

/* === Sticky Header === */
.printmax-header-area {
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(26,26,26,0.1);
  padding: 16px 30px;
  z-index: 99;
  transition: 0.3s;
}

.printmax-header-area ul {
  margin-left: 30px;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background: #3dc595 !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 9999;
  padding: 10px 30px !important;
}

.sticky .header-menu ul li a {
  color: #fff;
}

.sticky a.active_logo {
  display: none;
}

.sticky a.logo_two {
  display: block;
}

a.logo_two {
  display: none;
}

/* === ScrollToTop === */
.scrollToTopBtn:hover {
  background: #2ba87a;
  transform: translateY(-3px);
}

/* === Nodata === */
.nodata {
  text-align: center;
  padding: 30px;
  color: #999;
}

/* === 响应式微调 === */
@media (max-width: 991px) {
  .hero_content h1 {
    font-size: 36px;
    line-height: 48px;
  }
  
  .hero_area {
    min-height: auto;
    padding: 60px 0;
  }
  
  .section_title h1 {
    font-size: 28px;
    line-height: 38px;
  }
  
  .printmax-header-area {
    padding: 12px 15px;
  }
  
  .printmax-header-area ul {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .hero_content h1 {
    font-size: 28px;
    line-height: 38px;
  }
  
  .collection_single_item {
    padding: 25px;
  }
  
  .footer_area.boxed {
    padding: 40px 0 0;
  }
}
