/* ===== Tab ===== */
			 a {
  text-decoration: none !important; /* 强制移除所有下划线 */
  color: inherit; /* 继承父级颜色 */
}
body {
    padding-top: 50px;
	padding-bottom: 70px;
}
.mp-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: #e85505;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 1000;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.mp-logo {
    font-size: 18px;
    font-weight: 700;
    color: #07C160;
}
.mp-title {
            font-size: 14px;
            color: #ffffff;
            border: 1px solid #ffffff;
            padding: 6px 12px;
            border-radius: 20px;
            cursor: pointer;
}

.mp-tabbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 62px;
    background: #ffffff;
    display: flex;
    border-top: 1px solid #e5e5e5;
    z-index: 999;
}
.mp-tabbar-item {
    flex: 1;
    text-align: center;
    font-size: 12px;
    color: #999;
    padding-top: 8px;
}
.mp-tabbar-item.active {
    color: #07C160;
}
.mp-tabbar-icon {
    font-size: 22px;
    margin-bottom: 2px;
}

.tab-box { max-width: 1200px; margin: 30px auto 0; display: flex; }
.tab-btn { flex: 1; text-align: center; padding: 14px 0; font-size: 16px; font-weight: bold; cursor: pointer; background: #e0e0e0; border: none; }
.tab-btn.active { background: #07c160; color: #fff; }
.tab-content { display: none; }
.tab-content.active { display: block; }

/* ===== 网站建设样式（原文完整保留） ===== */
body { font-family: "Microsoft YaHei", Arial, sans-serif; background: #f4f7f6; }
.wx-price { max-width: 1200px; margin: 60px auto; padding: 0 15px; }
.wx-header { text-align: center; margin-bottom: 20px; }
.wx-header h2 { font-size: 26px; color: #222; }
.wx-header p { color: #666; margin-top: 8px; }
.online-status { text-align: center; margin-bottom: 30px; font-size: 14px; color: #555; }
.status-dot { display: inline-block; width: 10px; height: 10px; background: #07c160; border-radius: 50%; margin-right: 6px; animation: pulse 1.5s infinite; vertical-align: middle; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(7,193,96,.7); } 70% { box-shadow: 0 0 0 8px rgba(7,193,96,0); } 100% { box-shadow: 0 0 0 0 rgba(7,193,96,0); } }
.wx-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 1200px; margin: 0 auto; }
@media (max-width: 786px) { .wx-grid { grid-template-columns: 1fr; padding: 0 10px; } }
.wx-card { background: #fff; border-radius: 16px; padding: 22px 18px; box-shadow: 0 10px 30px rgba(0,0,0,.07); position: relative; }
.wx-hot { position: absolute; top: -10px; right: -10px; background: linear-gradient(135deg,#ff5722,#ff9800); color: #fff; font-size: 12px; padding: 4px 10px; border-radius: 20px; }
.wx-type { font-size: 17px; font-weight: 600; color: #1a73e8; margin-bottom: 12px; }
.wx-row { display: flex; justify-content: space-between; margin: 8px 0; font-size: 14px; }
.wx-copy { color: #e67e22; font-weight: bold; }
.wx-new { color: #27ae60; font-weight: bold; }
.wx-btn { display: block; margin-top: 16px; text-align: center; background: linear-gradient(135deg,#07c160,#09bb07); color: #fff; padding: 12px; border-radius: 30px; font-size: 14px; font-weight: bold; cursor: pointer; border: none; width: 100%; }
.wx-notice { max-width: 1200px; margin: 30px auto; padding: 0 15px; }
.notice-box { background: #fffef5; border: 1px dashed #ffc107; border-radius: 12px; padding: 20px 25px; margin-bottom: 20px; }
.notice-box h4 { margin: 0 0 12px; color: #e65100; font-size: 16px; }
.notice-box ul { margin: 0; padding-left: 20px; font-size: 14px; color: #666; line-height: 1.9; }
.gift-box { background: linear-gradient(135deg,#e3f2fd,#f3e5f5); border-radius: 12px; padding: 20px 25px; }
.gift-box h4 { margin: 0 0 12px; color: #4a148c; font-size: 16px; }
.gift-box ul { margin: 0; padding-left: 20px; font-size: 14px; color: #333; line-height: 1.9; }
.gift-box img,
.print-note img,
.notice-box img{
height: 16px;
	width: 20px;
	}
.gift-box li span { color: #d32f2f; font-weight: bold; }
.trust-box { max-width: 1160px; margin: 40px auto; background: linear-gradient(135deg,#fff8e1,#fffde7); border: 1px solid #ffe082; border-radius: 14px; padding: 20px 25px; display: flex; align-items: center; gap: 15px; }
.trust-icon { font-size: 36px; }
.trust-text h4 { margin: 0 0 6px; color: #e65100; }
.trust-text p { margin: 0; font-size: 13px; color: #795548; line-height: 1.8; }

/* ===== 印刷报价样式（原文完整保留） ===== */
.print-price-section { max-width: 1200px; margin: 40px auto; font-family: "Microsoft YaHei", Arial, sans-serif; }
.print-price-section h2 { text-align: center; color: #333; margin-bottom: 20px; font-size: 22px; border-left: 5px solid #07c160; padding-left: 10px; }
.print-table { width: 100%; border-collapse: collapse; box-shadow: 0 5px 20px rgba(0,0,0,.05); border-radius: 10px; overflow: hidden; margin-bottom: 30px; }
.print-table thead { background: linear-gradient(135deg,#07c160,#09bb07); color: #fff; }
.print-table th, .print-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid #eee; font-size: 14px; }
.print-table tbody tr:hover { background: #f9fbff; }
.print-table tbody tr:last-child td { border-bottom: none; }
.print-table .sub-title { background: #f4f7f6; font-weight: bold; color: #333; }
.print-note { background: #e8f5e9; padding: 12px 18px; margin-top: 15px; border-radius: 8px; font-size: 13px; color: #2e7d32; border: 1px dashed #81c784; }
.inquiry-btn { display: block; width: 100%; margin: 15px 0; padding: 14px; background: linear-gradient(135deg,#07c160,#09bb07); color: #fff; border: none; border-radius: 30px; font-size: 16px; font-weight: bold; cursor: pointer; transition: .3s; }
.inquiry-btn:hover { opacity: .9; }

/* ===== 悬浮二维码 ===== */
.float-wechat { position: fixed; right: 25px; bottom: 80px; z-index: 999; }
.float-btn { width: 60px; height: 60px; background: #07c160; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 30px; cursor: pointer; box-shadow: 0 5px 20px rgba(7,193,96,.4); }
.float-btn img,
.trust-icon img {
  height: 36px;
  width: 36px;
}
.qr-popup { position: absolute; bottom: 75px; right: 0; width: 160px; background: #fff; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,.15); padding: 15px; text-align: center; display: none; }
.float-wechat:hover .qr-popup { display: block; }
.qr-popup img { width: 100%; border-radius: 8px; }
.qr-popup span { font-size: 12px; color: #333; margin-top: 8px; display: block; }

/* ===== Toast ===== */
.wx-toast { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,.75); color: #fff; padding: 10px 20px; border-radius: 20px; font-size: 14px; display: none; z-index: 9999; }
	