
        /* 内容区域样式 */
        .post-body {
            padding: 5px 0 0 5px;
            line-height: 200%;
        }
        
        .post-body p {
            margin: 10px 0 15px;
            padding: 0;
        }
        
        .post-body p.img {
            margin: 0;
            padding: 0;
            text-align: center;
        }
        
        .post-body p.center {
            text-align: center;
            margin: 8px 0;
        }
        
        /* 道经样式 - 修复英文溢出问题 */
        .daojing-container {
            background: var(--light-bg);
            border-radius: 8px;
            padding: 20px;
            margin: 20px 0;
            position: relative;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        
        .daojing {
            height: 108px; /* 3条语录的高度 */
            overflow: hidden;
            position: relative;
        }
        
        .daojing-scroll {
            position: relative;
            transition: transform 0.8s ease-in-out;
        }
        
        .daojing-item {
            padding: 8px 15px;
            text-align: center;
            font-style: italic;
            color: var(--accent-color);
            font-size: 16px;
            line-height: 1.4;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.5s ease;
            opacity: 0.7;
        }
        
        .daojing-item.active {
            color: var(--secondary-color);
            font-weight: bold;
            opacity: 1;
            transform: scale(1.02);
        }
        
        /* 英文文本样式调整 */
        .daojing-item.english-text {
            font-size: 14px;
            line-height: 1.3;
        }
        
        .daojing-title {
            font-weight: bold;
            color: var(--primary-color);
            margin-bottom: 15px;
            text-align: center;
            font-size: 18px;
            border-bottom: 1px solid var(--border-color);
            padding-bottom: 10px;
        }
.yulustype{
    background-color: #f0f2f521;
    padding: 1rem;}
        .yulu{
            text-indent:2em;
            font-size: 15px;
        }
        
        .fojing h2 {
display: block;
    margin-bottom: 15px;
    padding: 5px 10px;
    border-left: 3px solid #278D05;
    background: #f6f6f633;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 17px;
    line-height: 200%;
}
        
        
        /* 修改所有佛经列表为自适应横向排版 */
        .fojing ul {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: flex-start;
        }
        
        .fojing li {
            flex: 0 0 auto;
        }
        
        .fojing li a {
            margin: 0;
            line-height: 28px;
            text-align: center;
            font-size: 15px;
            padding: 6px 12px;
            white-space: nowrap;
            display: block;
            border-radius: 4px;
            background: #e9e9e952;
            color: #555;
            transition: all 0.3s ease;
        }
        
        .fojing li a:hover {
            background: var(--primary-color);
            color: #FFFFFF;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        
        /* 友情链接样式 */
        .Linkage {
            margin: 10px 0;
            padding: 0 0 0 10px;
            overflow: hidden;
        }
        
        .Linkage h3 {
            font-family: simhei, simsun;
            font-size: 15px;
            color: #8E8E8E;
            margin: 0;
            padding: 5px 0;
        }
        
        .Linkage ul {
            display: flex;
            flex-wrap: wrap;
        }
        
        .Linkage li {
            white-space: nowrap;
            margin: 0;
            padding: 5px 10px 5px 0;
        }
         .dizangwang { font-family: 'Ma Shan Zheng', cursive; font-size: 20px; height: 40px;margin-top: -5px;font-weight: normal; text-align: center; color: #8b0000; }
        
        /* 响应式设计 - 修复移动端英文重叠问题 */
        @media screen and (max-width: 768px) {
            #divAll {
                width: 98%;
            }
            
            #divPage {
                width: 99%;
            }
            
            #divMiddle {
                width: 100%;
            }
            
            #divTop {
                width: 99%;
                height: auto;
                padding-bottom: 10px;
            }
            
            #divBottom {
                width: 100%;
            }
            
            #path a.active:after {
                bottom: -6px;
            }
            
            .post-body {
                width: 100%;
                font-size: 16px;
            }
            
            .fojing {
                width: 100%;
            }
            
            .fojing ul {
                justify-content: center;
            }
             .dizangwang { font-family: 'Ma Shan Zheng', cursive; font-size: 20px; height: 30px;margin-top: -5px;font-weight: normal; text-align: center; color: #8b0000; }
            /* 修复移动端佛经列表错位问题 */
            .fojing li {
                flex: 1 0 calc(50% - 10px);
                min-width: 0;
                margin-bottom: 5px;
            }
            
            .fojing li a {
                white-space: normal;
                word-break: break-word;
                padding: 8px 5px;
                font-size: 14px;
            }
            
            .language-switcher {
                position: relative;
                top: 0;
                right: 0;
                text-align: center;
                margin-top: 10px;
            }
            
            #BlogTitle {
                font-size: 32px;
            }
            
            /* 修复移动端英文重叠问题 */
            .daojing {
                height: auto; /* 改为自动高度 */
                min-height: 140px; /* 最小高度 */
            }
            
            .daojing-item {
                font-size: 14px;
                height: auto; /* 改为自动高度 */
                min-height: 50px; /* 最小高度 */
                padding: 10px 5px; /* 调整内边距 */
                display: block; /* 改为块级显示 */
                line-height: 1.5; /* 增加行高 */
            }
            
            .daojing-item.english-text {
                font-size: 12px; /* 英文更小字体 */
                line-height: 1.4; /* 英文行高 */
                min-height: 60px; /* 英文最小高度更大 */
            }
            
            .daojing-scroll {
                transition: transform 1s ease-in-out; /* 更平滑的过渡 */
            }
        }