中式茶席上陈列多只陶瓷主人杯
.ciya-features-bar-standalone { –gold-color: #b89765; –text-dark: #333333; –text-muted: #777777; background: #ffffff; padding: 50px 0; /* 增加上下空间 */ border-bottom: 1px solid #f2edf7; width: 100%; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Microsoft YaHei”, sans-serif; } .ciya-features-bar-standalone .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; } .ciya-features-bar-standalone .features-flex-wrap { display: flex; justify-content: space-between; align-items: center; } .ciya-features-bar-standalone .feature-item { display: flex; align-items: center; gap: 24px; /* 图标和文字间距加大 */ flex: 1; justify-content: center; border-right: 1px solid #eeeeee; padding: 10px 15px; } .ciya-features-bar-standalone .feature-item:last-child { border-right: none; } /* 图标容器,固定大小保证对齐 */ .ciya-features-bar-standalone .feature-icon-svg { width: 58px; /* 图标变大 */ height: 58px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .ciya-features-bar-standalone .feature-icon-svg svg { width: 100%; height: 100%; } /* 文字排版 */ .ciya-features-bar-standalone .feature-text h4 { font-size: 18px; /* 标题变大 */ font-weight: 600; color: var(–text-dark); margin: 0 0 5px 0; letter-spacing: 1px; line-height: 1.4; } .ciya-features-bar-standalone .feature-text p { font-size: 20px; /* 描述文字变大 */ color: var(–text-muted); margin: 0; line-height: 1.4; } /* 移动端自适应适配 */ @media (max-width: 992px) { .ciya-features-bar-standalone .features-flex-wrap { flex-wrap: wrap; gap: 25px; } .ciya-features-bar-standalone .feature-item { border-right: none; flex: calc(50% – 12px); min-width: 40%; justify-content: flex-start; padding-left: 15%; } .ciya-features-bar-standalone .feature-text h4 { font-size: 16px; } .ciya-features-bar-standalone .feature-text p { font-size: 13px; } .ciya-features-bar-standalone .feature-icon-svg { width: 40px; height: 40px; } } @media (max-width: 576px) { .ciya-features-bar-standalone .feature-item { flex: 100%; padding-left: 20%; } .ciya-features-bar-standalone .feature-text h4 { font-size: 16px; } .ciya-features-bar-standalone .feature-text p { font-size: 14px; } .ciya-features-bar-standalone .feature-icon-svg { width: 40px; height: 40px; } }

正品保证

德化原产 正品保证

全场包邮

满99元包邮

破损包赔

运输破损 免费补发

售后无忧

7天无理由退换货

.ciya-culture-section { –gold-color: #b89765; –text-main: #333333; –text-muted: #666666; –bg-light: #fbf9f6; /* 古风淡雅米白底色 */ background-color: #ffffff; padding: 80px 0; width: 100%; font-family: “Microsoft YaHei”, -apple-system, BlinkMacSystemFont, sans-serif; } .ciya-culture-section .container { max-width: 1360px; /* 保持与上方精选杯模块一致的大气全宽 */ margin: 0 auto; padding: 0 30px; box-sizing: border-box; } /* 核心左右双栏布局 */ .ciya-culture-section .culture-flex-wrap { display: flex !important; gap: 40px !important; align-items: stretch; /* 让左右两箱高度对齐 */ justify-content: space-between; } /* ========================================== 左侧:品牌故事卡片 (带图文) ========================================== */ .ciya-culture-section .story-card { flex: 1.2; /* 稍微占宽一点 */ background-color: var(–bg-light); display: flex !important; align-items: center; justify-content: space-between; border-radius: 4px; overflow: hidden; border: 1px solid #f0ece6; } .ciya-culture-section .story-text { padding: 40px 35px; flex: 1; } .ciya-culture-section .story-text h3 { font-size: 26px; font-weight: 500; color: #111; margin: 0 0 18px 0; letter-spacing: 3px; } .ciya-culture-section .story-text p { font-size: 14px; color: var(–text-muted); line-height: 1.8; margin: 0 0 30px 0; letter-spacing: 1px; } .ciya-culture-section .btn-more { display: inline-block; padding: 8px 30px; border: 1px solid var(–gold-color); color: var(–gold-color); text-decoration: none; font-size: 13px; letter-spacing: 1px; transition: all 0.3s ease; } .ciya-culture-section .btn-more:hover { background-color: var(–gold-color); color: #ffffff; } /* 故事图片容器 */ .ciya-culture-section .story-img-box { width: 45%; height: 100%; min-height: 320px; overflow: hidden; } .ciya-culture-section .story-img-box img { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block !important; } /* ========================================== 右侧:三大工艺核心网格 ========================================== */ .ciya-culture-section .craft-card { flex: 1; background-color: var(–bg-light); border-radius: 4px; border: 1px solid #f0ece6; display: flex !important; align-items: center; justify-content: space-around; padding: 20px; } .ciya-culture-section .craft-item { text-align: center; flex: 1; padding: 10px; position: relative; } /* 工 /* 模块整体背景 */ .product-showcase { width: 100%; background-color: #f8f9fa; padding: 60px 0; font-family: “Microsoft YaHei”, sans-serif; } /* 容器加宽 */ .showcase-container { max-width: 1400px; margin: 0 auto; padding: 0 20px; text-align: center; } .showcase-title { font-size: 36px; font-weight: bold; color: #333; margin-bottom: 10px; } .showcase-subtitle { font-size: 16px; color: #666; margin-bottom: 50px; position: relative; display: inline-block; } .showcase-subtitle::after { content: “”; display: block; width: 60px; height: 3px; background-color: #007bff; margin: 15px auto 0; } /* — 产品网格布局 — */ .product-grid { display: flex; flex-wrap: wrap; gap: 30px; justify-content: flex-start; } /* 单个产品卡片 */ .product-card { background: #fff; width: 31.3%; border-radius: 8px; overflow: hidden; transition: all 0.3s ease; cursor: pointer; border: 1px solid #eee; text-decoration: none; display: block; margin-bottom: 10px; } .product-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.15); border-color: #007bff; } /* 图片区域 */ .p-img-box { width: 100%; height: 350px; overflow: hidden; background: #f0f0f0; position: relative; } .p-img-box img { width: 100% !important; height: 100% !important; object-fit: cover !important; transition: 0.5s; display: block !important; border: none !important; margin: 0 !important; padding: 0 !important; } .product-card:hover .p-img-box img { transform: scale(1.05); } /* 文字区域 */ .p-info { padding: 25px 20px; text-align: center; } .p-name { font-size: 20px; font-weight: bold; color: #333; margin-bottom: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .p-desc { font-size: 14px; color: #888; margin-bottom: 20px; } .p-btn { display: inline-block; padding: 8px 30px; border: 1px solid #007bff; color: #007bff; border-radius: 30px; font-size: 15px; transition: 0.3s; } .product-card:hover .p-btn { background-color: #007bff; color: #fff; } /* 手机端适配 */ @media (max-width: 768px) { .product-card { width: 100%; margin-bottom: 20px; } .p-img-box { height: 250px; } .showcase-container { padding: 0 15px; } .product-grid { justify-content: center; } }
.ciya-products-module-fixed { –gold-color: #b89765; –text-main: #333333; –text-muted: #777777; background-color: #ffffff; padding: 80px 0; width: 100%; font-family: “Microsoft YaHei”, -apple-system, BlinkMacSystemFont, sans-serif; } .ciya-products-module-fixed .container { max-width: 1240px; margin: 0 auto; padding: 0 20px; } .ciya-products-module-fixed .section-header { text-align: center; margin-bottom: 60px; } .ciya-products-module-fixed .section-header h3 { font-size: 30px; font-weight: 400; letter-spacing: 4px; color: #111; margin: 0 0 12px 0; } .ciya-products-module-fixed .section-header p { font-size: 14px; color: var(–text-muted); letter-spacing: 2px; margin: 0; } /* 核心横向排版:防止被后台拆散 */ .ciya-products-module-fixed .products-grid { display: flex !important; gap: 25px !important; justify-content: space-between !important; flex-direction: row !important; } .ciya-products-module-fixed .product-item { flex: 1; background: #ffffff; border: 1px solid #e8e8e8; text-align: center; transition: all 0.4s ease; box-sizing: border-box; } .ciya-products-module-fixed .product-item:hover { border-color: var(–gold-color); transform: translateY(-8px); box-shadow: 0 12px 30px rgba(0,0,0,0.06); } /* 修复后的图片容器 */ .ciya-products-module-fixed .img-box { width: 100%; height: 260px; background-color: #f9f9f9; overflow: hidden; display: block; } /* 强制图片正确渲染 */ .ciya-products-module-fixed .img-box img { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block !important; } .ciya-products-module-fixed .info-box { padding: 25px 15px; } .ciya-products-module-fixed .info-box h4 { font-size: 18px; font-weight: 400; color: #222; margin: 0 0 10px 0; letter-spacing: 2px; } .ciya-products-module-fixed .info-box .price-tag { font-size: 14px; color: var(–gold-color); font-weight: 500; margin-bottom: 25px; } .ciya-products-module-fixed .buy-btn { display: inline-block; padding: 6px 30px; border: 1px solid var(–gold-color); color: var(–gold-color); font-size: 13px; text-decoration: none; transition: all 0.3s; background: transparent; } .ciya-products-module-fixed .buy-btn:hover { background-color: var(–gold-color); color: #ffffff; } @media (max-width: 992px) { .ciya-products-module-fixed .products-grid { flex-wrap: wrap !important; } .ciya-products-module-fixed .product-item { flex: calc(50% – 13px) !important; margin-bottom: 25px; } } @media (max-width: 576px) { .ciya-products-module-fixed .product-item { flex: 100% !important; } }

精选主人杯

不同价值:总有一款适合你

入门款

入门款

¥69 – ¥99

立即选购
精选款

精选款

¥100 – ¥300

立即选购
收藏款

收藏款

¥300 – ¥600

立即选购
高端礼品款

高端礼品款

¥600+

立即选购
.ciya-dehua-section { –gold: #b89765; –text: #222; –muted: #777; –bg: #fbf9f6; width: 100%; padding: 80px 0; background: #fff; font-family: “Microsoft YaHei”, -apple-system, BlinkMacSystemFont, sans-serif; } .ciya-dehua-section .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; } /* 主结构 */ .ciya-dehua-wrap { display: flex; align-items: center; gap: 60px; } /* 左侧文字 */ .ciya-dehua-text { flex: 1; } .ciya-dehua-tag { display: inline-block; font-size: 12px; letter-spacing: 2px; color: var(–gold); border: 1px solid var(–gold); padding: 4px 10px; margin-bottom: 18px; } .ciya-dehua-title { font-size: 32px; font-weight: 600; color: var(–text); margin: 0 0 18px 0; letter-spacing: 2px; } .ciya-dehua-desc { font-size: 14px; line-height: 1.9; color: var(–muted); margin-bottom: 30px; } .ciya-dehua-btn { display: inline-block; padding: 10px 26px; border: 1px solid var(–gold); color: var(–gold); text-decoration: none; font-size: 13px; transition: 0.3s; } .ciya-dehua-btn:hover { background: var(–gold); color: #fff; } /* 右侧图片 */ .ciya-dehua-image { flex: 1; position: relative; } .ciya-dehua-image img { width: 100%; height: 420px; object-fit: cover; border-radius: 8px; display: block; } /* 装饰金色线条 */ .ciya-dehua-image::before { content: “”; position: absolute; top: -12px; left: -12px; width: 80px; height: 80px; border-top: 2px solid var(–gold); border-left: 2px solid var(–gold); } .ciya-dehua-image::after { content: “”; position: absolute; bottom: -12px; right: -12px; width: 80px; height: 80px; border-bottom: 2px solid var(–gold); border-right: 2px solid var(–gold); } /* 响应式 */ @media (max-width: 900px) { .ciya-dehua-wrap { flex-direction: column; gap: 30px; } .ciya-dehua-image img { height: 280px; } .ciya-dehua-title { font-size: 26px; } }
DEHUA PORCELAIN

德化白瓷 传承千年

德化白瓷,中国四大名瓷之一,以“白如雪、明如镜、薄如纸、声如磬”著称。

从选土、成型到1300℃高温烧制,每一只主人杯,都是时间与匠心的结晶。
了解更多 →
德化白瓷
.ciya-shop-redirect-bar { –gold-color: #b89765; –gold-hover: #a38253; background-color: #ffffff; padding: 60px 0; width: 100%; font-family: “Microsoft YaHei”, -apple-system, BlinkMacSystemFont, sans-serif; box-sizing: border-box; } .ciya-shop-redirect-bar .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* ⭐ 核心:控制宽度为 50% */ .ciya-shop-redirect-bar .shop-card { width: 50%; margin: 0 auto; /* 居中 */ background: linear-gradient(135deg, #fbf9f6 0%, #f5ebd9 100%); border: 1px solid #eadecc; border-radius: 10px; padding: 35px 40px; display: flex !important; justify-content: space-between; align-items: center; box-shadow: 0 6px 20px rgba(184, 151, 101, 0.08); } .ciya-shop-redirect-bar .shop-info h3 { font-size: 20px; font-weight: 600; color: #333; margin: 0 0 6px 0; letter-spacing: 2px; } .ciya-shop-redirect-bar .shop-info p { font-size: 13px; color: #777; margin: 0; } .ciya-shop-redirect-bar .shop-btn { display: flex !important; align-items: center; gap: 10px; background-color: var(–gold-color); color: #fff !important; text-decoration: none !important; padding: 12px 28px; font-size: 14px; font-weight: 500; border-radius: 6px; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(184, 151, 101, 0.25); white-space: nowrap; } .ciya-shop-redirect-bar .shop-btn:hover { background-color: var(–gold-hover); transform: translateY(-2px); } .ciya-shop-redirect-bar .shop-btn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; } /* ⭐ 手机端自动变全宽 */ @media (max-width: 768px) { .ciya-shop-redirect-bar .shop-card { width: 100%; flex-direction: column; gap: 20px; text-align: center; padding: 30px 20px; } .ciya-shop-redirect-bar .shop-info { text-align: center; } .ciya-shop-redirect-bar .shop-btn { width: 100%; justify-content: center; } }

官方微店已上线

点击进入官方商城,选购主人杯

进入微店
/* 自定义页脚容器样式 – 强制取消所有可能出现的边框线 */ .my-custom-footer { display: block !important; background-color: #2d2d2d; color: #cccccc; font-family: “Microsoft YaHei”, sans-serif; padding: 60px 0 20px 0; font-size: 14px; line-height: 2.0; position: relative; z-index: 99; clear: both; border-top: none !important; /* 彻底去除顶部线条 */ border-bottom: none !important; /* 彻底去除底部线条 */ } .footer-container { max-width: 1400px; margin: 0 auto; padding: 0 20px 40px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 40px; border: none !important; /* 删除了原本这里的 border-bottom 线条 */ } .footer-col { flex: 1; min-width: 220px; text-align: center; } .footer-title { color: #ffffff; font-size: 18px; font-weight: bold; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #007bff; /* 保留标题下方的小蓝块,如不需要也可以去掉 */ display: inline-block; } .footer-links a { display: block; color: #cccccc; text-decoration: none; margin-bottom: 5px; transition: 0.3s; } .footer-links a:hover { color: #007bff; } .footer-text, .contact-row { color: #999; font-size: 13px; line-height: 1.8; } /* 二维码样式 */ .col-qrcode { display: flex; flex-direction: column; align-items: center; } .footer-qrcode-img { width: 130px; height: 130px; background: #fff; padding: 5px; border-radius: 4px; } /* 备案信息条 */ .beian-bar { text-align: center; padding: 25px 0; font-size: 13px; color: #666; border: none !important; /* 确保备案区无边框 */ } .beian-bar a { text-decoration: none; color: #666; margin: 0 10px; display: inline-flex; align-items: center; } .beian-bar a:hover { color: #007bff; } .beian-bar img { width: 16px; height: 16px; margin-right: 4px; vertical-align: middle; }
滚动至顶部