* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background: #fff;           
            line-height: 1.45;
            color: #1e2a2f;
            padding: 0px 0px;
        }

        /* 左右主容器 PC 端固定宽度布局 */
        .two-columns {
            display: flex;
            flex-wrap: wrap;
            gap: 50px;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* 左侧固定宽 850px，右侧固定宽 300px (符合PC端要求) */
        .left-panel {
            width: 850px;
            background: transparent;
            display: flex;
            flex-direction: column;
            gap: 32px;
            margin-bottom: 40px;
        }

        .right-panel {
            width: 300px;
            background: transparent;
            display: flex;
            flex-direction: column;
            gap: 28px;
        }

        /* 公用卡片样式 */
        .card {
            background: #ffffff;
            border-radius: 28px;
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
            overflow: hidden;
        }

        /* ========= 左侧上部分：推荐风水师 ========= */
        .masters-section {
            background: white;
            border-radius: 0px;
            padding: 0px;           
        }

        .section-title {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 24px;
            letter-spacing: 0px;
            border-left: 5px solid #eaa462;
            padding-left: 10px;
            color: #333;
        }

        .master-card {
            display: flex;
            gap: 22px;
            margin-bottom: 50px;           
            border-radius: 0px;
            padding: 0px;
            transition: all 0.2s;
            border: 0px solid #f0e4d8;
        }

        .master-card:last-of-type {
            margin-bottom: 0;
        }

        .master-img {
            flex-shrink: 0;
            width: 160px;
            height: 210px;
            border-radius: 0px;
            overflow: hidden;
            background: #e9dfd3;            
        }

        .master-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .master-info {
            flex: 1;
        }

        /* 评分靠右排列 (PC & 移动端均生效) */
        .title-row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 8px;
            margin-bottom: 8px;
        }
        
        .master-score {
            margin-left: auto;
            font-size: 1.5rem;
            background: #fff;
            padding: 2px 10px;
            border-radius: 40px;
            color: #eaa462;
            font-weight: 600;
            white-space: nowrap;
            flex-shrink: 0;
        }

        .master-name {
            font-size: 1.5rem;
            font-weight: 800;
            color: #333;
        }

        .master-title {
            background:#eaa462;
            padding: 2px 12px;
            border-radius: 0px;
            font-size: 1rem;
            font-weight: 300;
            color: #fff;
        }

        .master-score i {
            font-style: normal;
            font-size: 1rem;
            margin-right: 4px;
            color: #666;
        }

        .headline {
            font-size: 1rem;
            font-weight: 500;
            color: #333;
            margin: 8px 0 6px;
            letter-spacing: 0.2px;
        }
        
        .headline span{font-weight: 600;}

        .stats {
            font-size:1rem;            
            display: inline-block;
            padding: 0px 0px;
            border-radius: 50px;
            margin: 0px 0;
            color: #333;
        }
        
        .stats i{font-style: normal;font-size:1.2rem;color:#eaa462;}

        .bio {
            font-size: 0.9rem;
            color: #333;
            margin: 8px 0;
            line-height: 1.5;
        }
        
        .bio span{font-weight: 600;font-size: 1rem;}

        .expertise {
            font-size: 1rem;
            color: #eaa462;            
            padding: 3px 0px;
            border-radius: 30px;
            display: inline-block;
            font-weight: 500;
        }
        
        .expertise span{color:#333;}
        
        .expertise i{font-style: normal;}

        .phone-btn {    width: 280px;
    height: 90px;
    margin: 0 auto;
            margin-top: 32px;
            text-align: center;
            background: #2a5c4a;
            border-radius: 0px;
            padding: 10px 12px;
            transition: 0.2s;
            cursor: pointer;
            color: white;
            background: url(/image/fengshuifuwu/rexianbtn.png) center no-repeat;
            background-size: cover;
        }
       
        .phone-number {
            font-size: 1.5rem;
            font-weight: normal;
            letter-spacing: 1px;
        }

        .phone-number img {
            margin-right: 5px;
            width: 25px;
            position: relative;
            top: 4px;
        }

        .phone-desc {
            font-size: 1.2rem;
            opacity: 0.85;
            margin-top: 5px;
        }

        /* ========= 左侧下部分：千古殡仪风水服务 ========= */
        .funeral-services {
            background: white;
            border-radius: 0px;
            padding: 0px 0px;          
        }

        .service-block {
            display: flex;
            gap: 24px;
            align-items: center;
            margin-bottom: 36px;            
            border-radius: 0px;
            padding: 0px;
            flex-wrap: wrap;
        }

        .service-block:last-child {
            margin-bottom: 0;
        }

        .block-img {
            flex: 0 0 420px;
        }

        .block-img img {
            width: 100%;
            border-radius: 0px;
            height: auto;
            object-fit: cover;            
            display: block;            
        }

        .block-content {
            flex: 1;
            min-width: 180px;
        }

        .block-content h4 {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 23px;
            color: #ff6800;
        }

        .dot-list {
            list-style: none;
            padding-left: 0;
        }

        .dot-list li {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 16px;
            font-size: 1.2rem;
            color: #333;
        }

        .dot-list li i {
            color: #666;
            font-size:0.85rem !important;
            vertical-align: middle;
        }

        .btn-consult {
            background: #ff6800;
            border: none;
            padding: 10px 26px;
            border-radius: 10px;
            font-weight: normal;
            color: white;
            margin-top: 18px;
            display: inline-block;
            cursor: pointer;
            transition: 0.2s;
            font-size: 1.1rem;
        }

        /* ========= 右侧样式 (宽度300px 精细适配) ========= */
        .bg-section {
            position: relative;
            background-size: cover;
            background-position: center;
            border-radius: 0px;
            overflow: hidden;
            color: white;
        }

        .bg-overlay {
            background: rgba(0, 0, 0, 0);
            padding: 20px 16px;
            border-radius: 0px;
            height: 100%;
        }

        .part1-bg {
            height: 100px;
            background-image: url('/image/fengshuifuwu/fsfwybg1.jpg');
            background-size: cover;
        }

        .part2-bg {
            background-image: url('/image/fengshuifuwu/fsfwybg2.jpg');
            background-size: cover;
        }

        .part3-bg {
            background: url('/image/fengshuifuwu/fsfwybg3.jpg') no-repeat top;
            background-size: cover;
            padding-bottom: 1rem;
        }

        .part4-bg {
            background-image: url('/image/fengshuifuwu/yuyuefengshui.jpg');
            background-size: cover;
            padding: 30px 45px;
        }

        .floating-text {
            font-size: 1rem;
            font-weight: normal;
            text-align: left;
            color: #a97006;
            letter-spacing: 1px;
            line-height: 1.3;
        }

        .title-bg {
            color: #a97006;
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 16px;
            text-align: center;
        }

        .four-features {
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-evenly;
            gap: 12px;
            align-content: flex-start;
            flex-direction: column-reverse;
            align-items: center;
            margin-bottom: 1rem;
        }

        .feature-item {
            text-align: center;
            font-size: 1rem;
            font-weight: 500;
            background: #fff;
            color: #eaa462;
            backdrop-filter: blur(3px);
            padding: 0px 10px 0 0px;
            border-radius: 10px;
            white-space: nowrap;
            border: 1px solid #eaa462;
        }
        
        .feature-item i {
            display: inline-block;
            margin-right: 10px;
            background: #eaa462;
            height: 100%;
            border-radius: 6px;
            width: 30px;
        }
    
        .feature-item i img {
            position: relative;
            top: -1px;
        }

        .btn-outline-light {
            background: #eaa462;
            border: none;
            color: #fff;
            padding: 8px 45px;
            border-radius: 10px;
            font-weight: normal;
            margin-top: 0px;
            cursor: pointer;
            transition: 0.2s;
            font-size: 1.1rem;
            display: inline-block;            
            width: auto;
        }
        
        .btn-outline-light img {
            width: auto;
            margin-left: 5px;
        }
        
        .section-with-outer-btn {
            display: flex;
            flex-direction: column;
            gap: 0px;
        }

        .outer-btn {
            background: #eaa462;
            text-align: center;
        }

        .inner-case-img {
            text-align: center;
            margin: 14px 0;
        }
        
        .title-yuyue {
            font-size: 1.5vw;
            font-weight: bold;
            text-align: center;
            background: #3333339c;
        }

        .inner-case-img img {
            width: 100%;
            max-width: 100%;
            border-radius: 0px;
            height: 8rem;
            object-fit: cover;            
        }
        
        .title-yongpin {
            font-size: 1.5rem;
            color: #333;
            font-weight: bold;
            text-align: center;
            padding-top: 2rem;
        }

        .sub-title {
            font-size: 1.1rem;
            font-weight: normal;
            margin: 12px 0 6px;
            text-align: center;
            color: #333;
        }

        .desc-text {
            text-align: left;
            font-size: .9rem;
            line-height: 1.4;
            margin: 6px 2rem;
            color: #999;
        }

        .four-short-text {
            background: #3333339c;
            padding-bottom: 1rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 10px;
            margin: 14px 0 6px;
        }

        .short-item {
            font-size: 1.1rem;
            font-weight: 500;
            padding: 4px 12px;
            border-radius: 80px;
            letter-spacing: 0.5px;
            white-space: nowrap;
            color: #eaa462;
        }
        
        .short-item img {
            position: relative;
            top: 4px;
            margin-right: 5px;
        }

        /* 第五部分优质陵园 (右侧300px 极致适配) */
        .cemetery-section {
            background: white;
            border-radius: 10px;
            padding: 10px;
            border: #eaa4622e 1px solid;
        }

        .cemetery-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 18px;
            color: #333;
            padding-left: 0px;
            border-left: 0px solid #eaa462;
            text-align: center;
        }

        .cemetery-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 18px;
        }

        .cemetery-card {
            display: flex;
            gap: 12px;
            background: #fff;
            border-radius: 0px;
            padding: 0px;
            align-items: center;
            transition: 0.1s;
            border-bottom: 1px solid #eaa4622e;
        }

        .cemetery-img {
            flex-shrink: 0;
            width: 100px;
            height: 100px;
            border-radius: 10px;
            overflow: hidden;
        }

        .cemetery-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .cemetery-detail {
            flex: 1;
        }

        .cemetery-name {
            font-size: 1rem;
            font-weight: normal;
            margin-bottom: 5px;
            color: #eaa562;
        }

        .price {
            font-size: 1.1rem;
            color: #eaa562;
            font-weight: 600;
            margin-bottom: 6px;
        }

        .tags {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
        }

        .tag-btn {
            background: #ff6800;
            padding: 3px 2px;
            border-radius: 5px;
            font-size: 0.75rem;
            font-weight: 500;
            color: #fff;
            cursor: default;
            white-space: nowrap;
        }

        /* ========= 移动端适配 ========= */
        /* 平板及以下：左右变为单列，保留所有PC样式细节 */
        @media (max-width: 880px) {
            .title-yuyue {
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    background: #3333339c;
}
            body {
                padding: 20px 16px;
            }
            .two-columns {
                flex-direction: column;
                gap: 28px;
            }
            .left-panel,
            .right-panel {
                width: 100% !important;
                max-width: 100%;
            }
            .right-panel {
                margin-top: 0;
            }
            .bg-overlay {
                padding: 24px 20px;
            }
            .floating-text {
                font-size: 1.5rem;
            }
            .title-bg {
                font-size: 1.5rem;
            }
            .four-features {
                gap: 14px;
            }
            .feature-item {
                font-size: 0.85rem;
                white-space: nowrap;
            }
            .short-item {
                font-size: 0.8rem;
                white-space: nowrap;
            }
            .cemetery-grid {
                grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
                gap: 20px;
            }
            /* 平板及桌面小窗：陵园卡片默认就是row布局 (符合cemetery-img居左，detail居右) */
            .cemetery-card {
                flex-direction: row;
                text-align: left;
            }
            .cemetery-img {
                margin: 0;
            }
            .tags {
                justify-content: flex-start;
            }
            /* 大师卡片保持原有row，图片左信息右 */
            .master-card {
                flex-direction: row;
                align-items: flex-start;
                gap: 22px;
            }
            .master-img {
                width: 160px;
                height: 210px;
            }
            .title-row {
                flex-wrap: wrap;
            }
            .master-score {
                margin-left: auto;
                white-space: nowrap;
            }
        }

        /* 手机窄屏（≤550px）：针对性优化布局，强制大师卡片 & 陵园卡片"图片居左，内容居右" */
        @media (max-width: 550px) {
            /* 大师卡片：图片左，信息右，移除垂直居中 */
            .master-card {
                flex-direction: row !important;
                align-items: flex-start;
                text-align: left;
                gap: 16px;
                margin-bottom: 32px;
            }
            /* 大师图片自适应缩小，保持清晰且居左 */
            .master-img {
                width: 120px;
                height: 120px;border-radius: 50%;
                flex-shrink: 0;
            }
            .master-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            /* 大师信息区域自然靠右（flex剩余空间） */
            .master-info {
                flex: 1;
                text-align: left;
            }
            /* 确保标题行评分依然靠右 */
            .title-row {
                justify-content: flex-start;
                width: 100%;
            }
            .master-score {
                margin-left: auto;
            }
            /* 大师简介、特长等文字左对齐 */
            .bio, .expertise, .headline, .stats {
                text-align: left;
            }
            
            /* 陵园卡片：强制图片居左，详情居右，避免变成垂直排列 */
            .cemetery-card {
                flex-direction: row !important;
                align-items: center;
                text-align: left;
                gap: 12px;
            }
            .cemetery-img {
                margin: 0;
                width: 100px;
                height: 100px;
                flex-shrink: 0;
            }
            .cemetery-detail {
                flex: 1;
                text-align: left;
            }
            .tags {
                justify-content: flex-start;
            }
            /* 服务区块不受影响，保持原有样式 */
            .service-block {
                flex-direction: column;
                text-align: center;
            }
            .block-img {flex: 0 0 210px;
                margin-bottom: 12px;
            }
			.block-content h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 23px;
    color: #ff6800;}
	        .dot-list li i {
    color: #666;
    font-size: 0.6rem !important;
    vertical-align: middle;
}
            .dot-list li {font-size: 1rem;
                justify-content: center;
            }
            .btn-consult {
                margin-top: 12px;
            }
            /* 右侧部分细节调整，但不改动整体风格 */
            .four-features .feature-item {
                white-space: normal;
                font-size: 0.75rem;
            }
            .short-item {
                white-space: normal;
            }
            .floating-text {
                font-size: 1.25rem;
            }
            /* 电话按钮样式不变 */
            .phone-btn {
                margin-top: 20px;
            }
        }

        /* 针对超小屏（≤360px）做微调，防止评分换行过于拥挤 */
        @media (max-width: 360px) {
            .feature-item {
                white-space: normal;
                font-size: 0.7rem;
            }
            .short-item {
                white-space: normal;
                font-size: 0.65rem;
            }
            .master-img {
                width: 100px;
                height: 130px;
            }
            .master-score {
                white-space: nowrap;
                font-size: 0.75rem;
                padding: 2px 6px;
            }
            .cemetery-img {
                width: 80px;
                height: 80px;
            }
        }