.elementor-2241 .elementor-element.elementor-element-e842cc3 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:20px;}.elementor-2241 .elementor-element.elementor-element-e842cc3 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-2241 .elementor-element.elementor-element-dd45489 .elementor-repeater-item-dee1d10 .swiper-slide-bg{background-color:#833ca3;background-image:url(https://lyinwin.com/wp-content/uploads/2025/11/1.png);background-size:cover;}.elementor-2241 .elementor-element.elementor-element-dd45489 .elementor-repeater-item-c3bbcf8 .swiper-slide-bg{background-color:#4054b2;background-image:url(https://lyinwin.com/wp-content/uploads/2025/11/2.png);background-size:cover;}.elementor-2241 .elementor-element.elementor-element-dd45489 .elementor-repeater-item-7d0020c .swiper-slide-bg{background-color:#1abc9c;background-image:url(https://lyinwin.com/wp-content/uploads/2025/11/灯具.png);background-size:cover;}.elementor-2241 .elementor-element.elementor-element-dd45489 .swiper-slide{transition-duration:calc(5000ms*1.2);height:668px;}.elementor-2241 .elementor-element.elementor-element-dd45489 .swiper-slide-contents{max-width:66%;}.elementor-2241 .elementor-element.elementor-element-dd45489 .swiper-slide-inner{text-align:center;}.elementor-2241 .elementor-element.elementor-element-dd45489 .swiper-pagination-bullet{--swiper-pagination-bullet-horizontal-gap:10px;--swiper-pagination-bullet-vertical-gap:10px;height:16px;width:16px;}.elementor-2241 .elementor-element.elementor-element-dd45489 .swiper-horizontal .swiper-pagination-progressbar{height:16px;}.elementor-2241 .elementor-element.elementor-element-dd45489 .swiper-pagination-fraction{font-size:16px;}.elementor-2241 .elementor-element.elementor-element-dd45489 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background-color:var( --e-global-color-astglobalcolor5 );opacity:var( --e-global-color-astglobalcolor5 );}.elementor-2241 .elementor-element.elementor-element-dd45489 .swiper-pagination-bullet-active{background-color:var( --e-global-color-accent );}.elementor-2241 .elementor-element.elementor-element-6393305f{width:var( --container-widget-width, 106.949% );max-width:106.949%;--container-widget-width:106.949%;--container-widget-flex-grow:0;}.elementor-2241 .elementor-element.elementor-element-6393305f > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-2241 .elementor-element.elementor-element-3bcfa1d.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}.elementor-2241 .elementor-element.elementor-element-3bcfa1d .elementor-swiper-button{font-size:20px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-2241 .elementor-element.elementor-element-3bcfa1d.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}@media(max-width:767px){.elementor-2241 .elementor-element.elementor-element-3bcfa1d.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}/* Start custom CSS for html, class: .elementor-element-6393305f *//* 招商网站自定义样式 */

:root {
  --primary-blue: #007AFF;
  --primary-orange: #FF6B35;
  --text-primary: #1A1A1A;
  --text-secondary: #666666;
  --background-gray: #F5F5F5;
}

.hero {
  background: linear-gradient(rgba(5, 115, 240, 0.2), rgba(5,115,240, 0.9));
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 100px 0;
}

.stats {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 30px;
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-item .number {
  font-size: 2.5rem;
  font-weight: bold;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.benefit-card {
  text-align: center;
  padding: 30px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.benefit-card .icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.investment-calculator {
  background: var(--background-gray);
  padding: 80px 0;
}

.calculator {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.input-group {
  margin-bottom: 20px;
}

.input-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.input-group input {
  width: 100%;
}

.results {
  margin-top: 30px;
}

.result-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.result-item.highlight {
  font-weight: bold;
  color: var(--primary-blue);
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.story-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.before-after {
  display: flex;
}

.before-after > div {
  flex: 1;
  position: relative;
}

.before-after img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.before-after span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  color: white;
  padding: 5px 10px;
}

.story-info {
  padding: 20px;
}

.badge {
  display: inline-block;
  background: var(--primary-orange);
  color: white;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  margin-right: 5px;
}

/* 支持体系时间轴 */
.support-timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 50px 0;
}

.support-timeline::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--primary-blue);
  transform: translateY(-50%);
}

.support-phase {
  text-align: center;
  position: relative;
  z-index: 1;
  background: white;
  padding: 0 20px;
}

.phase-icon {
  width: 60px;
  height: 60px;
  background: var(--primary-blue);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 1.5rem;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .benefits-grid, .stories-grid {
    grid-template-columns: 1fr;
  }

  .stats {
    flex-direction: column;
    gap: 20px;
  }

  .support-timeline {
    flex-direction: column;
    gap: 30px;
  }

  .support-timeline::before {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS */css
/* 连赢智能品牌色彩系统 */
:root {
  --lianying-blue: #007AFF;
  --lianying-orange: #FF6B35;
  --lianying-dark: #1A1A1A;
  --lianying-gray: #666666;
  --lianying-light: #F5F5F5;
}

/* 招商网站专用样式 */
.lianying-invest {
  --primary-color: var(--lianying-blue);
  --secondary-color: var(--lianying-orange);
}

/* 消费者网站专用样式 */
.lianying-consumer {
  --primary-color: var(--lianying-orange);
  --secondary-color: var(--lianying-blue);
}

/* 通用组件样式 */
.lianying-btn-primary {
  background: var(--primary-color);
  color: white;
  padding: 12px 30px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}

.lianying-btn-primary:hover {
  background: var(--secondary-color);
  transform: translateY(-2px);
}

.lianying-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  padding: 30px;
  transition: all 0.3s ease;
}

.lianying-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
🏢 招商网站页面模板
首页模板 (home-invest.php)
php
<?php
/**
 * Template Name: 招商首页
 */
get_header();
?>

<!-- 英雄区域 -->
<section class="lianying-hero invest-hero" style="background: linear-gradient(135deg, var(--lianying-blue) 0%, #0056b3 100%); color: white; padding: 100px 0;">
    <div class="ast-container">
        <div class="ast-row">
            <div class="ast-col-lg-6">
                <h1 style="font-size: 3rem; margin-bottom: 20px;">掘金下沉市场智能蓝海</h1>
                <p class="hero-subtitle" style="font-size: 1.5rem; margin-bottom: 30px;">政策契合 · 成熟模式 · 全方位支持</p>
                <div class="hero-buttons" style="display: flex; gap: 15px; flex-wrap: wrap;">
                    <button class="lianying-btn-primary" onclick="location.href='/contact'">立即咨询加盟政策</button>
                    <button class="lianying-btn-secondary" onclick="location.href='/download'">下载加盟资料</button>
                </div>
                <div class="hero-stats" style="display: flex; gap: 40px; margin-top: 50px;">
                    <div class="stat">
                        <div class="number" style="font-size: 2.5rem; font-weight: bold;">7000亿</div>
                        <div class="label" style="font-size: 1rem;">2025年市场规模</div>
                    </div>
                    <div class="stat">
                        <div class="number" style="font-size: 2.5rem; font-weight: bold;"><5%</div>
                        <div class="label" style="font-size: 1rem;">下沉市场渗透率</div>
                    </div>
                    <div class="stat">
                        <div class="number" style="font-size: 2.5rem; font-weight: bold;">30家</div>
                        <div class="label" style="font-size: 1rem;">3个月成功案例</div>
                    </div>
                </div>
            </div>
            <div class="ast-col-lg-6">
                <!-- 这里可以放置招商相关的图片或视频 -->
                <div style="background: rgba(255,255,255,0.1); border-radius: 15px; padding: 20px; text-align: center;">
                    <p>招商展示区域</p>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- 政策红利区域 -->
<section class="policy-section" style="padding: 80px 0; background: var(--lianying-light);">
    <div class="ast-container">
        <h2 style="text-align: center; margin-bottom: 50px; font-size: 2.5rem;">紧握国家政策红利</h2>
        <div class="ast-row">
            <div class="ast-col-lg-4">
                <div class="lianying-card text-center">
                    <div style="font-size: 3rem; margin-bottom: 20px;">🤖</div>
                    <h3>人工智能+</h3>
                    <p>精准对接国家人工智能发展战略，享受政策扶持</p>
                </div>
            </div>
            <div class="ast-col-lg-4">
                <div class="lianying-card text-center">
                    <div style="font-size: 3rem; margin-bottom: 20px;">👵</div>
                    <h3>适老化改造</h3>
                    <p>符合国家适老化政策要求，市场空间巨大</p>
                </div>
            </div>
            <div class="ast-col-lg-4">
                <div class="lianying-card text-center">
                    <div style="font-size: 3rem; margin-bottom: 20px;">🔄</div>
                    <h3>以旧换新</h3>
                    <p>享受690亿政策补贴红利，推动消费升级</p>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- 投资计算器 -->
<section class="calculator-section" style="padding: 80px 0;">
    <div class="ast-container">
        <h2 style="text-align: center; margin-bottom: 50px;">投资收益测算</h2>
        <div class="ast-row justify-content-center">
            <div class="ast-col-lg-8">
                <div class="lianying-card">
                    <div class="calculator-form">
                        <div class="form-group" style="margin-bottom: 30px;">
                            <label style="display: block; margin-bottom: 10px; font-weight: bold;">店铺面积 (㎡)</label>
                            <input type="range" min="20" max="100" value="40" class="area-slider" style="width: 100%;">
                            <div style="display: flex; justify-content: space-between;">
                                <span>20㎡</span>
                                <span class="area-value">40㎡</span>
                                <span>100㎡</span>
                            </div>
                        </div>
                        
                        <div class="results" style="background: var(--lianying-light); padding: 20px; border-radius: 8px;">
                            <div class="result-item" style="display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #ddd;">
                                <span>总投资</span>
                                <span class="amount" style="font-weight: bold;">13-15万元</span>
                            </div>
                            <div class="result-item highlight" style="display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #ddd; color: var(--lianying-blue);">
                                <span>月均净利润</span>
                                <span class="amount" style="font-weight: bold;">1.5-2.5万元</span>
                            </div>
                            <div class="result-item" style="display: flex; justify-content: space-between; padding: 10px 0;">
                                <span>投资回收期</span>
                                <span class="amount" style="font-weight: bold;">6-8个月</span>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>

<script>
// 投资计算器交互
document.querySelector('.area-slider').addEventListener('input', function(e) {
    document.querySelector('.area-value').textContent = e.target.value + '㎡';
    // 这里可以添加更复杂的计算逻辑
});
</script>

<?php get_footer(); ?>
加盟政策页面 (join-policy.php)
php
<?php
/**
 * Template Name: 加盟政策
 */
get_header();
?>

<section class="policy-details" style="padding: 80px 0;">
    <div class="ast-container">
        <div class="ast-row">
            <div class="ast-col-lg-8">
                <h1 style="margin-bottom: 30px;">加盟政策详情</h1>
                
                <div class="policy-card lianying-card" style="margin-bottom: 30px;">
                    <h3 style="color: var(--lianying-blue);">合作优势</h3>
                    <ul style="list-style: none; padding: 0;">
                        <li style="padding: 10px 0; border-bottom: 1px solid #eee;">✅ 品牌支持：统一IP形象、宣传物料</li>
                        <li style="padding: 10px 0; border-bottom: 1px solid #eee;">✅ 产品支持：直供符合政策标准的产品</li>
                        <li style="padding: 10px 0; border-bottom: 1px solid #eee;">✅ 培训支持：含政策解读课程</li>
                        <li style="padding: 10px 0; border-bottom: 1px solid #eee;">✅ 营销支持：区域政策主题活动策划</li>
                        <li style="padding: 10px 0;">✅ 政策支持：协助对接地方补贴资源</li>
                    </ul>
                </div>

                <div class="support-timeline lianying-card">
                    <h3 style="color: var(--lianying-blue); margin-bottom: 30px;">全方位支持体系</h3>
                    <div class="timeline">
                        <div class="timeline-item" style="display: flex; margin-bottom: 30px;">
                            <div class="timeline-icon" style="background: var(--lianying-blue); color: white; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 20px; flex-shrink: 0;">
                                1
                            </div>
                            <div class="timeline-content">
                                <h4>开业前支持</h4>
                                <p>精准选址指导、统一装修设计、系统化培训</p>
                            </div>
                        </div>
                        <div class="timeline-item" style="display: flex; margin-bottom: 30px;">
                            <div class="timeline-icon" style="background: var(--lianying-blue); color: white; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 20px; flex-shrink: 0;">
                                2
                            </div>
                            <div class="timeline-content">
                                <h4>开业中支持</h4>
                                <p>驻店带教指导、开业活动策划、物资筹备</p>
                            </div>
                        </div>
                        <div class="timeline-item" style="display: flex;">
                            <div class="timeline-icon" style="background: var(--lianying-blue); color: white; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 20px; flex-shrink: 0;">
                                3
                            </div>
                            <div class="timeline-content">
                                <h4>开业后支持</h4>
                                <p>运营支持、营销支持、供应链支持、政策支持</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            
            <div class="ast-col-lg-4">
                <div class="sidebar-card lianying-card" style="position: sticky; top: 100px;">
                    <h4 style="margin-bottom: 20px;">立即咨询</h4>
                    <?php echo do_shortcode('[contact-form-7 id="123" title="加盟咨询"]'); ?>
                </div>
            </div>
        </div>
    </div>
</section>/* End custom CSS */