/* =============================
   GLOBAL FOOD STYLE
============================= */
body {
    font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #3a2b1c;
    background: #fffaf3;
}

/* 所有主要区块通用样式 */
main,
.tag-page-container,
.inner-page,
.content-matrix,
.more-info,
.text_inner-page {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* 让每一个板块独立成“模块” */
.tag-hero-section,
.product_det-3,
.content-matrix,
.about-1,
.text_contact-page,
.more-info {
    width: 100%;
    margin: 40px 0;
    padding: 60px 8%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* =============================
   SPEC / PAYMENT / APPLICATION / ADVANTAGES / FAQ
   同步 Related Products 风格
============================= */

/* 容器统一风格 */
.editor-module,
.editor-module1,
.editor-module-service,
.editor-module-faq {
    background: #fff8f0;          /* 和 Related Products 相似的柔和背景 */
    padding: 36px 32px;           /* 内边距和 Related Products 卡片一致 */
    border-radius: 14px;          /* 圆角 */
    box-shadow: 0 6px 16px rgba(0,0,0,0.08); /* 阴影效果 */
    margin-bottom: 30px;          /* 模块间间距 */
    font-size: 17px;              /* 字号和产品模块一致 */
    line-height: 1.9;             /* 行高舒适 */
    color: #4a3a2a;               /* 文字颜色 */
    width: 100%;                  /* 占满整行 */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 鼠标悬停轻微上浮效果 */
.editor-module:hover,
.editor-module1:hover,
.editor-module-service:hover,
.editor-module-faq:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* 模块标题样式 */
.editor-module h2,
.editor-module h3,
.editor-module1 h2,
.editor-module1 h3,
.editor-module-service h2,
.editor-module-service h3,
.editor-module-faq h2,
.editor-module-faq h3 {
    font-size: 24px;
    font-weight: 700;
    color: #c44b2d; /* 主色调和产品模块标题保持一致 */
    margin-bottom: 20px;
}

/* 段落和列表 */
.editor-module p,
.editor-module1 p,
.editor-module-service p,
.editor-module-faq p,
.editor-module li,
.editor-module1 li,
.editor-module-service li,
.editor-module-faq li {
    font-size: 17px!important;
    line-height: 1.9!important;
    color: #4a3626!important;
    margin-bottom: 12px!important;
}

/* 链接样式隐藏下划线或统一风格 */
.editor-module a,
.editor-module1 a,
.editor-module-service a,
.editor-module-faq a {
    color: #c44b2d;
    text-decoration: none;
    font-weight: 600;
}

/* 移动端优化 */
@media (max-width: 992px) {
    .editor-module,
    .editor-module1,
    .editor-module-service,
    .editor-module-faq {
        padding: 28px 24px;
    }

    .editor-module h2,
    .editor-module h3,
    .editor-module1 h2,
    .editor-module1 h3,
    .editor-module-service h2,
    .editor-module-service h3,
    .editor-module-faq h2,
    .editor-module-faq h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }
}


/* =============================
   HERO / TITLE SECTION
============================= */
.tag-hero-section {
    background: linear-gradient(180deg, #fff4e6, #ffffff);
    text-align: center;
}

.tag-title {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #c44b2d;
    margin-bottom: 10px;
}

.hero-section-p {
    font-size: 18px;
    color: #8a5a44;
    margin-bottom: 30px;
}

.editor-content-1 {
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px!important;
    color: #4a3a2a!important;
}

/* =============================
   RELATED PRODUCTS - 平铺 12 个
============================= */
.product_det-3 {
    background: #fff8f0;
}

.product_title h3 span {
    font-size: 28px;
    color: #c44b2d;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 30px;
}

/* 强制网格布局：4列×3行 */
.product_grid-box.product_four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* 单个产品卡片 */
.product_column {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product_column:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

/* 图片大小与比例 */
.product_img-box {
    width: 100%;
    height: 220px;
    background: #fff2e6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_img-box img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

/* 产品文字 */
.product_text {
    padding: 16px 14px 20px;
    text-align: center;
}

.product_text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #4b2f1a;
    line-height: 1.4;
}

/* =============================
   CONTENT MATRIX 主内容区
============================= */
.content-matrix {
    background: #ffffff;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.main-content-column {
    flex: 3;
}

.sidebar-content-column {
    flex: 1.2;
}

/* 内容模块统一风格 */
.editor-module,
.editor-module1,
.editor-module-service,
.editor-module-faq {
    background: #fffaf3;
    padding: 32px 28px;
    border-radius: 14px;
    margin-bottom: 30px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    font-size: 17px;
    color: #4a3626;
}

/* =============================
   ABOUT SECTION
============================= */
.about-1 {
    background: linear-gradient(180deg, #fff7ec, #ffffff);
}

.about-1 .top h6 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #c44b2d;
}

.about-1 .top h2 {
    font-size: 34px;
    color: #3a2b1c;
    margin-top: 8px;
}

.about-1 .text {
    font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif; /* 圆润温暖字体 */
    font-size: 18px;       /* 字号大于16px */
    line-height: 1.9;      /* 舒适行高 */
    color: #4a3626;        /* 深棕色，温暖食物感 */
    letter-spacing: 0.5px; /* 微微间距，增强可读性 */
    text-align: justify;   /* 两端对齐，更像排版美观 */
    background: #fffaf3;   /* 背景贴合页面整体风格 */
    padding: 20px 16px;
    border-radius: 12px;
}

/* 段落间距 */
.about-1 .text p {
    margin-bottom: 16px;
}

/* 链接文字去掉下划线 */
.about-1 .text a {
    text-decoration: none;
    color: #c44b2d; /* 食物风主色调 */
    font-weight: 600;
}

/* 移动端优化 */
@media (max-width: 768px) {
    .about-1 .text {
        font-size: 16px;
        padding: 16px 12px;
    }
}

/* =============================
   CONTACT SECTION - REBUILD
============================= */

.text_contact-page {
    background: #fff4e8;
    padding: 60px 8%;
}

/* 整体布局：图片更小，紧贴表单 */
.text_contact-page .text_grid-box {
    display: grid;
    grid-template-columns: 420px 1fr; /* 左图固定小尺寸，右侧表单自适应 */
    gap: 40px;
    align-items: center;
}

/* =============================
   LEFT IMAGE AREA (SMALL + TEXT OVERLAY)
============================= */
.text_contact-page .text_left {
    max-width: 420px;
}

.text_contact-page .text_left .img {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.10);
}

/* 图片缩小显示 */
.text_contact-page .text_left .img img {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
}

/* 图片上的文字层 */
.text_contact-page .text_left .img .text_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 18px 20px;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.55));
    color: #ffffff;
    text-align: left;
}

/* 图片中文字标题 */
.text_contact-page .text_left .img .text_text h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #ffffff;
}

/* 图片中文字描述 */
.text_contact-page .text_left .img .text_text p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    color: #f5f5f5;
}

/* =============================
   RIGHT FORM AREA (CLOSE TO IMAGE)
============================= */
.text_contact-page .tex_right {
    background: #fffaf3;
    padding: 42px 40px;
    border-radius: 16px;
    border: 1px solid #f0e0cf;
}

/* 标题 */
.text_contact-page .tex_right h3 {
    font-size: 28px;
    font-weight: 700;
    color: #c44b2d;
    margin-bottom: 22px;
}

/* 表单宽度控制，更贴合图片 */
.text_contact-page .form {
    max-width: 520px;
    margin: 0;
}

/* =============================
   INPUT / TEXTAREA STYLE
============================= */
.text_contact-page input,
.text_contact-page textarea,
.text_contact-page select {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 10px;
    border: 1px solid #e2d2c0 rgba(0,0,0,0.2);
    background: #ffffff;
    color: #4a3626;
    outline: none;
    transition: all 0.25s ease;
}

/* 聚焦状态 */
.text_contact-page input:focus,
.text_contact-page textarea:focus,
.text_contact-page select:focus {
    border-color: #c44b2d;
    box-shadow: 0 0 0 3px rgba(196,75,45,0.12);
}

/* =============================
   REMOVE LINKS INSIDE FORM
============================= */
.text_contact-page .form a {
    display: none !important;
}

/* =============================
   SEND NOW BUTTON - 单独一行
============================= */
.text_contact-page .form button,
.text_contact-page .form input[type="submit"] {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 15px 0;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    background: linear-gradient(135deg, #e06a3b, #c44b2d);
    color: #ffffff;
    border: none;
    border-radius: 28px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.text_contact-page .form button:hover,
.text_contact-page .form input[type="submit"]:hover {
    background: linear-gradient(135deg, #c44b2d, #a83d24);
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(196,75,45,0.35);
}

/* =============================
   MOBILE RESPONSIVE
============================= */
@media (max-width: 992px) {
    .text_contact-page .text_grid-box {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .text_contact-page .text_left {
        max-width: 100%;
        margin: 0 auto;
    }

    .text_contact-page .text_left .img img {
        max-width: 100%;
    }

    .text_contact-page .form {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .text_contact-page {
        padding: 50px 6%;
    }

    .text_contact-page .tex_right {
        padding: 34px 24px;
    }

    .text_contact-page .tex_right h3 {
        font-size: 24px;
    }
}


/* =============================
   RECOMMENDED LINKS
============================= */
.more-info {
    background: #ffffff;
    font-size: 18px;
    color: #4a3a2a;
}
.more-info .dsfddf{
    display: inline-block;
    margin: 8px 14px 0 0;
    padding: 6px 12px;
    background: #fff1e2;
    border-radius: 20px;
    color: #a83d24;
    text-decoration: none;
    font-weight: 800;
}
.more-info a {
    display: inline-block;
    margin: 8px 14px 0 0;
    padding: 6px 12px;
    background: #fff1e2;
    border-radius: 20px;
    color: #c44b2d;
    text-decoration: none;
    font-weight: 600;
}

.more-info a:hover {
    background: #c44b2d;
    color: #fff;
}

/* =============================
   RESPONSIVE - 移动端优化
============================= */
@media (max-width: 1200px) {
    .product_grid-box.product_four {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .product_grid-box.product_four {
        grid-template-columns: repeat(2, 1fr);
    }

    .content-matrix {
        flex-direction: column;
    }

    .tag-title {
        font-size: 28px;
    }

    .product_img-box {
        height: 180px;
    }
}


/* =============================
   FORCE VERTICAL MODULE LAYOUT
   (SPEC / PAYMENT / APPLICATION / ADVANTAGES / FAQ)
============================= */

/* 取消左右并列，改为纵向一列 */
.content-matrix {
    display: block !important;
    padding: 60px 8%;
    background: #fffaf3;
}

/* 主列和侧边列都改为整行 */
.main-content-column,
.sidebar-content-column {
    width: 100%;
    max-width: 100%;
}

/* 每个模块：单独一整行，贴合背景 */
.editor-module,
.editor-module1,
.editor-module-service,
.editor-module-faq {
    width: 100%;
    margin: 50px 0 40px 0;
    padding: 36px 40px;
    background: #fffaf3;          /* 与页面背景融合 */
    border-radius: 18px;
    box-shadow: none;             /* 去掉突兀阴影 */
    border: 1px solid #f1e4d6;    /* 轻边框，柔和分区 */
    font-size: 17px!important;
    line-height: 1.9!important;
    color: #4a3626!important;
}

/* 模块标题风格（如果内容中有 h2 / h3 / h4） */
.editor-module h2,
.editor-module h3,
.editor-module1 h2,
.editor-module1 h3,
.editor-module-service h2,
.editor-module-service h3,
.editor-module-faq h2,
.editor-module-faq h3 {
    font-size: 26px;
    font-weight: 700;
    color: #c44b2d;
    margin-bottom: 18px;
    padding-left: 10px;
    border-left: 4px solid #f0b18a; /* 像菜单分区条 */
}

/* 段落与列表更舒适 */
.editor-module p,
.editor-module1 p,
.editor-module-service p,
.editor-module-faq p {
    margin-bottom: 14px;
    font-size: 17px;
}

.editor-module ul,
.editor-module1 ul,
.editor-module-service ul,
.editor-module-faq ul {
    padding-left: 22px;
}

.editor-module li,
.editor-module1 li,
.editor-module-service li,
.editor-module-faq li {
    margin-bottom: 10px;
    font-size: 17px;
}

/* =============================
   EXTRA COMFORT SPACING
============================= */

/* 模块之间的呼吸感 */
.editor-module:last-child,
.editor-module1:last-child,
.editor-module-service:last-child,
.editor-module-faq:last-child {
    margin-bottom: 0;
}

/* =============================
   MOBILE OPTIMIZATION
============================= */
@media (max-width: 768px) {
    .content-matrix {
        padding: 40px 6%;
    }

    .editor-module,
    .editor-module1,
    .editor-module-service,
    .editor-module-faq {
        padding: 28px 22px;
        border-radius: 14px;
    }

    .editor-module h2,
    .editor-module h3,
    .editor-module1 h2,
    .editor-module1 h3,
    .editor-module-service h2,
    .editor-module-service h3,
    .editor-module-faq h2,
    .editor-module-faq h3 {
        font-size: 22px;
    }
}

.gs-spec h4{
    font-size: 17px!important;
    line-height: 1.9!important;
    color: #4a3626!important;
}