@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//hiwaike.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.9") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//hiwaike.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//hiwaike.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//hiwaike.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//hiwaike.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//hiwaike.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//hiwaike.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//hiwaike.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//hiwaike.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Heebo", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 15px;
	--wd-brd-radius: 10px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(44,95,141);
	--wd-alternative-color: rgb(74,144,226);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(46,204,113);
	--btn-accented-bgcolor-hover: rgb(46,204,113);
	--btn-transform: capitalize;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(249,249,249);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(249,249,249);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(249,249,249);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(249,249,249);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(249,249,249);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(249,249,249);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* =========================================
   1. AI 套餐专用样式 (AI Tools Section)
   列表高度锁定为 320px
   ========================================= */
.ai-tool-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    position: relative;
}

.ai-feature-list {
    min-height: 320px !important; /* AI 列表较短，锁定 320px */
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.ai-feature-list li {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
    color: #444 !important;
}

.ai-feature-list li::before {
    content: '✓';
    color: #1abc9c;
    font-weight: bold;
    margin-right: 10px;
}

.ai-buy-btn {
    margin-top: auto !important;
    display: block !important;
    background: linear-gradient(90deg, #4a90e2 0%, #39b5e0 100%) !important;
    padding: 10px !important;
    text-align: center !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

/* -----------------------------------------------------------
   模块 4：SEO 套餐专用样式 (回退老方案：手动锁定高度)
   ----------------------------------------------------------- */
.ai-package-card {
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    
    /* 核心：强制撑满高度，防止悬空 */
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important; 
    min-height: 650px !important; /* 给卡片一个保底的总高度 */
}

.feature-list {
    /* 核心修改：数值调大，适应终极套餐的12个选项 */
    min-height: 450px !important; 
    
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.feature-list li {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 12px !important; /* 稍微加大间距，让短列表不显空 */
    font-size: 14px !important;
    color: #444 !important;
    line-height: 1.4 !important;
}

.feature-list li::before {
    content: '✓' !important;
    color: #1abc9c !important;
    font-weight: bold !important;
    margin-right: 10px !important;
}

.buy-btn {
    /* 按钮固定在底部 */
    margin-top: auto !important;
    background: linear-gradient(90deg, #4a90e2 0%, #39b5e0 100%) !important;
    color: #ffffff !important;
    text-align: center !important;
    padding: 10px 15px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: block !important;
}

/* =========================================
   3. 通用组件样式 (Common Elements)
   徽章、价格、折扣
   ========================================= */

/* 徽章 (Badge) */
.badge-wrapper {
    margin-bottom: 12px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
}

.badge {
    /* 背景色在 HTML 内联样式中定义 */
    padding: 4px 12px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    display: inline-block !important;
}

/* 价格行 (Price Row) */
.price-row {
    display: flex !important;
    align-items: baseline !important;
    color: #0071bc !important;
    margin-bottom: 5px !important;
}

.price-row .amount {
    font-size: 44px !important;
    font-weight: 700 !important;
    margin: 0 4px !important;
    line-height: 1 !important;
}

/* 折扣行 (Save Wrap) */
.save-wrap {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 25px !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

.old-price {
    text-decoration: line-through !important;
    color: #888 !important;
    margin-right: 8px !important;
}

.save-tag {
    color: #1abc9c !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
}


/* 核心图标容器样式 - 还原图1风格 */
.feature-icon-box {
    width: 64px;
    height: 64px;
    background-color: #e3f2fd; /* 图1的浅蓝色背景 */
    color: #0288d1;            /* 图1的深蓝色线条 */
    border-radius: 50%;        /* 正圆形 */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;  /* 居中并与下方文字保持间距 */
    transition: all 0.3s ease;
}

/* 鼠标悬停时的微交互 */
.feature-icon-box:hover {
    background-color: #0288d1; /* 悬停变深蓝 */
    color: #ffffff;            /* 线条变白 */
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(2, 136, 209, 0.3);
}


<style>
/* 1. 容器样式 */
.table-container {
    width: 100%;
    overflow-x: auto;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.table-header-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
}

/* 2. 表格核心 - 强制重置表格属性，对抗全局CSS */
.comparison-table {
    display: table !important;          /* 强制作为表格显示 */
    table-layout: fixed !important;     /* 强制固定列宽算法 */
    width: 100% !important;             /* 撑满容器 */
    border-collapse: collapse !important;
    margin: 0 !important;
}

/* 3. 行与单元格 - 强制恢复默认行为 */
.comparison-table tr {
    display: table-row !important;      /* 强制做成行 */
    background: transparent;
    border: none;
}

.comparison-table th, 
.comparison-table td {
    display: table-cell !important;     /* 强制做成格子，不准变块 */
    width: 25% !important;              /* 核心：4列平分，每列强制25%宽 */
    box-sizing: border-box !important;
    float: none !important;             /* 禁止浮动 */
    vertical-align: middle !important;  /* 垂直居中 */
    padding: 15px 10px !important;
    border-bottom: 1px solid #eee !important;
    text-align: center !important;      /* 默认居中 */
}

/* 4. 第一列特殊处理 (靠左) */
.comparison-table th.feature-col,
.comparison-table td.feature-name {
    text-align: left !important;
    padding-left: 20px !important;
    color: #555;
    font-weight: 600;
}

/* 5. 视觉元素样式 */
.comparison-table th {
    background-color: #f8f9fa !important;
    color: #333;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 2px solid #e0e0e0 !important;
}

.check { color: #1abc9c; font-size: 18px; font-weight: bold; }
.dash { color: #ccc; font-size: 20px; }

/* 6. 价格行修复 */
.price-row td {
    border-bottom: none !important;
    padding-top: 20px !important;
}

.price {
    color: #0071bc !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    font-family: Arial, sans-serif !important;
}

/* 悬停效果 */
.comparison-table tbody tr:hover {
    background-color: #fcfcfc !important;
}
</style>

/* --- 单品内容通用样式 (Logo版) --- */
.sp-item-content {
    text-align: left;
    padding: 15px 10px; /* 增加一点内边距 */
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff; /* 确保背景是白的 */
}

/* --- Logo 统一正方形样式 --- */
.sp-product-logo {
    display: block;        /* 块级显示 */
    width: 54px !important;  /* 强制固定宽度 */
    height: 54px !important; /* 强制固定高度 */
    object-fit: contain;   /* 保证图片不拉伸变形，完整显示在方块里 */
    background: #f4f6f8;   /* 统一的浅灰底色 */
    padding: 8px;          /* 内边距，让Logo呼吸 */
    border-radius: 12px;   /* 圆角矩形 */
    border: 1px solid #eef0f2;
    flex-shrink: 0;        /* 防止被挤压变形 */
}

/* 头部对齐微调 */
.sp-card-header {
    display: flex;
    align-items: center;
    gap: 15px;             /* Logo和标题的间距 */
    margin-bottom: 15px;
}


/* --- 新增：Logo图片样式 --- */
.sp-product-logo {
    width: 48px;   /* 固定宽度 */
    height: 48px;  /* 固定高度 */
    object-fit: contain; /* 保持图片比例，不错位 */
    background: #f8f9fa; /* 浅灰色背景底色 */
    padding: 6px; /* 内边距，让Logo不贴边 */
    border-radius: 10px; /* 圆角 */
    border: 1px solid #eee; /* 微弱的边框增加质感 */
}

/* --- 更新：标题样式 --- */
.sp-item-title {
    font-size: 18px !important; /* 字号稍微调小一点点以适应布局 */
    font-weight: 700;
    color: #333;
    margin: 0 !important; /* 去掉外边距，由父级gap控制 */
    line-height: 1.2;
}

/* --- 价格行 --- */
.sp-item-price {
    color: #0071bc;
    margin-bottom: 20px;
    line-height: 1;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}
.sp-p-symbol { font-size: 16px; font-weight: 600; }
.sp-p-amount { font-size: 36px; font-weight: 800; letter-spacing: -1px; }
.sp-p-unit { font-size: 14px; color: #888; margin-left: 2px; }

/* --- 功能列表 --- */
.sp-item-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    flex-grow: 1;
}
.sp-item-features li {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
    line-height: 1.5;
}
/* 绿色对勾 */
.sp-item-features li::before {
    content: '✓';
    color: #1abc9c;
    position: absolute;
    left: 0; top: 0; font-weight: 800; font-size: 16px;
}

/* --- 按钮样式 --- */
.sp-item-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #4a90e2;
    color: #fff !important;
    padding: 12px 0;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s;
}
.sp-item-btn:hover {
    background: #357abd;
    transform: translateY(-2px);
}



#faq
/* --- 常见问题板块样式 --- */

/* 1. 容器与标题 */
.faq-section-container {
    max-width: 800px; /* 限制宽度，让文字不至于太长，阅读体验更好 */
    margin: 0 auto;   /* 居中显示 */
    padding: 40px 20px;
}

.faq-main-title {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #333;
    margin-bottom: 40px; /* 标题和下面卡片的距离 */
}

/* 2. 问答卡片列表 */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px; /* 卡片之间的间距 */
}

/* 3. 单个卡片样式 */
.faq-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px; /* 内部留白 */
    box-shadow: 0 4px 20px rgba(0,0,0,0.03); /* 极淡的阴影，显高级 */
    border: 1px solid #f5f5f5; /* 微微的描边 */
    transition: transform 0.2s, box-shadow 0.2s;
}

/* 鼠标悬停时的小特效 */
.faq-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

/* 4. 问题标题 */
.faq-question {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0 0 12px 0; /* 问题和答案的间距 */
    line-height: 1.4;
}

/* 5. 答案正文 */
.faq-answer {
    font-size: 15px;
    color: #666; /* 灰色字，区分层级 */
    margin: 0;
    line-height: 1.6; /* 增加行高，阅读更舒服 */
}

/* ==========================================
   迅虎发卡插件 V2.0 新版样式重构 (海外客专属)
========================================== */



/* 2. 左侧菜单：选中项背景改为“首页亮蓝色” */
.xunhu-list-group-item.active {
    background-color: #3bb3e0 !important;
    border-color: #3bb3e0 !important;
    color: #ffffff !important;
}

/* 3. 左侧菜单：未选中项的默认绿色字改为深灰色（更显高级） */
.xunhu-list-group-item {
    color: #555555 !important;
}

/* 4. 右侧列表：“购买”绿色按钮改为“首页亮蓝风格”并增加圆角 */
.xunhu-btn.xunhu-btn-green {
    background-color: #3bb3e0 !important;
    border-color: #3bb3e0 !important;
    border-radius: 6px !important; /* 匹配首页圆角 */
    color: #ffffff !important;
    padding: 6px 18px !important;
    transition: all 0.3s ease !important;
}

/* 5. 购买按钮：鼠标悬停时的变色效果 */
.xunhu-btn.xunhu-btn-green:hover {
    background-color: #2a9bc4 !important;
    border-color: #2a9bc4 !important;
    transform: translateY(-1px);
}
/* ==========================================
   页脚 (海外客专属)
========================================== */
/* 强制页脚快速链接板块的链接保持文字原色 */
.footer-container a, 
.widget_nav_menu a {
    color: #E2E2E2CC !important; /* 如果你的文字原本是白色，请填#ffffff */
    text-decoration: none !important;
}

/* 鼠标悬停时可以稍微变亮或加个颜色反馈，可选 */
.footer-container a:hover {
    color: #3bb3e0 !important; /* 悬停时变成你网站的品牌亮蓝色 */
}

/* ==========================================
   改buy now文字
========================================== */

/* 强制修改产品页 Buy Now 按钮文字 */
.wd-buy-now-btn {
    font-size: 0 !important; /* 隐藏原英文 */
}

.wd-buy-now-btn:before {
    content: "立即购买" !important; /* 注入中文 */
    font-size: 13px !important; /* 恢复你想要的字号 */
    display: block;
}

