        /* 全局重置 */
        * { margin: 0; padding: 0; box-sizing: border-box; }

        body {
            /* background: #e9edf2; */
            /* padding: 40px 20px; */
            font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
            background: url('/rail/statics/images/rail2/qingzang20zn/banner.png') no-repeat top center;
            background-size: cover;     
            background-color: #60936B;
            overflow: hidden;
        }
        .sfwz1{
            width: 553px;
            height: 150px;
            position: relative;
            margin: 0 auto;
            top: 80px;
            font-size: 22px;
            font-weight: bold;
            letter-spacing: 2px;
            color: #fff;
            line-height: 35px;
            text-indent: 2em;
            text-align: justify;
            text-justify: inter-ideograph;
             /* display: none; */
            
        }
        .sfwz2{
            width: 553px;
            height: 250px;
            position: relative;
            margin: 0 auto;
            top: 80px;
            display: none;
        }
        .sfwz2 img{
            width: 553px;
            height: 250px;
        }
        .scroll-wrapper {
            width: 100%;
            height: 760px;
            margin: 0 auto;
            overflow: hidden;
            position: fixed;
            bottom: 0;
            /* display: none; */
            /* padding-bottom: 20px; */
            /* margin-top: 50px; */
        }

        .container {
            width: 5000px;
            width: 8125px;
            height: 569px;
            background: url('/rail/statics/images/rail2/qingzang20zn/bg4.png') no-repeat top center;
            background-size: 100% 100%;
            padding-left: 4270px;
            padding-left: 4046px;
            position: relative;
            left: 0px;
            overflow: hidden;   /* 清除浮动 */
            z-index: 4;
			 opacity: 0;
            transition: opacity 0.4s ease;
        }
        .tiegui{
            width: 1920px;
            height: 225px;
            /* background: url('/rail/statics/images/rail2/qingzang20zn/bg10.png') no-repeat top left;
            background-size: auto 100%; */
            /* position: relative; */
            /* top: -33px; */
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 3;
            /* border-bottom: 1px solid; */
        }
        .tiegui img{
            width: 100%;
            height: 100%;
            
        }
        .aitis{
            width: 176px;
            height: 25px;
            position: fixed;
            left: 370px;
            bottom:85px;
            z-index: 6;
        }
        .aitis img{
            width: 100%;
            height: 100%;
            
        }
		 .gltis{
            width: 213px;
            height: 25px;
            line-height: 23px;
            font-size: 15px;
            color: #C1D4C7;
            text-align: center;
            font-weight: bold;
            border: 1px solid #B1CBAC;
            border-radius: 5px;
            position: fixed;
            right: 370px;
            bottom: 85px;
            z-index: 6;
			letter-spacing: 1px;

        }
        /* ===== 模块 ===== */
        .module {
            float: left;
            height: 267px;
            margin-right: 23px;
            position: relative;
            /* border-radius: 8px; */
            margin-top: 149px;
            overflow: hidden;       /* 清除浮动 + 裁剪圆角 */
            /* box-shadow: 0 4px 12px rgba(0,0,0,0.08); */
            /* background-color: #d9d9d9; */
            background-repeat: no-repeat;
            background-position: right center;
            background-size: auto 100%;
        }
        .module:last-child { margin-right: 0; }

        .module-123 {
            width: 874px;
            background-image: url('/rail/statics/images/rail2/qingzang20zn/bg1.png');
        }
        .module-45 {
            width: 526px;
            background-image: url('/rail/statics/images/rail2/qingzang20zn/bg11.png');
        }

        /* ===== 左侧小图 (改为浮动) ===== */
        .left-img {
            float: left;
            width: 65px;
            height: 231px;
            margin-top: 15px;
            margin-right: 51px;           /* (267-231)/2 = 18，垂直居中 */
            /* border-radius: 4px; */
            /* box-shadow: 0 2px 8px rgba(0,0,0,0.2); */
            object-fit: cover;
        }

        /* ===== 图片模块 (仍为浮动) ===== */
        .img-module {
            float: left;
            margin-top: 18px;
            margin-top: 26px;  
            width: 334px;
            height: 212px;
            margin-right: 14px;
            position: relative;
            /* border-radius: 6px; */
            overflow: hidden;
            /* background: #f0f0f0; */
        }
        /* 不再需要 first-of-type 的 margin-left */

        .img-link {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            text-decoration: none;
            color: inherit;
        }

        .img-link .big-img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            background: #ccc;
        }

        /* 毛玻璃层 */
        .img-link .glass {
            position: absolute;
            bottom: 30px;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            pointer-events: none;
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
            background: rgba(225, 225, 225, 0.1);
			display:none;
        }

        /* 标题层 */
        .img-link .title {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 40px;
            background: rgba(0, 0, 0, 0.4);
            z-index: 3;
            padding: 0 10px;
            line-height: 40px;
            color: #fff;
            font-size: 18px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            /* text-align: center; 若需居中可取消注释 */
        }
        .img-link .title:hover {
            color: #60936B;
        }
        /* ===== “查看更多”按钮 ===== */
        .more-btn {
            float: left;
            width: 33px;
            height: 175px;
            background: url('/rail/statics/images/rail2/qingzang20zn/bg3.png') no-repeat center/cover;
            border-radius: 4px;
            display: flex;
            flex-direction: column;
            /* align-items: center; */
            justify-content: center;
        
            cursor: pointer;
            writing-mode: vertical-lr;
            letter-spacing: 5px;
            padding-top: 21px;
            border: none;
            margin-top: 59px; 
            /* opacity: 0.9;  */
        }
		 .more-btn a {
           
            display: flex;
            flex-direction: column;
            /* align-items: center; */
            justify-content: center;
            color: #D2DFD3;
            /*font-weight: bold;*/
            font-size: 13px;
            cursor: pointer;
            writing-mode: vertical-lr;
            letter-spacing: 5px;
           
            border: none;
            text-decoration: none;
        }
        .more-btn:hover {
            opacity: 0.8;
            cursor: pointer;
        }
		 /* ===== 横屏提示层（简化版） ===== */
        #landscape-tip {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 9999;
            background: rgba(0, 0, 0, 0.65);
        }

        #landscape-tip .tip-box {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 340px;
			  width: 53%;
            padding: 90px 30px 70px;
            background: #fff;
            border-radius: 16px;
            text-align: center;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
            box-sizing: border-box;
        }

        /* 关闭按钮（右上角） */
        #landscape-tip .tip-close {
            position: absolute;
            top: 10px;
            right: 14px;
            background: none;
            border: none;
            font-size: 26px;
            color: #aaa;
            cursor: pointer;
            line-height: 1;
            padding: 4px 8px;
            transition: color 0.2s;
        }

        #landscape-tip .tip-close:hover {
            color: #333;
        }

        /* 横屏按钮（大圆角） */
        #tip-action-btn {
            display: inline-block;
            padding: 14px 36px;
            background: #60936B;
            color: #fff;
            border: none;
            border-radius: 50px;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;
            letter-spacing: 1px;
            box-shadow: 0 4px 16px rgba(96, 147, 107, 0.4);
            transition: background 0.25s, transform 0.15s;
            white-space: nowrap;
        }

        #tip-action-btn:hover {
            background: #4d7a57;
        }

        #tip-action-btn:active {
            transform: scale(0.96);
        }

        /* 失败提示文字（默认隐藏） */
        #tip-fallback-msg {
            display: none;
            font-size: 18px;
            color: #e74c3c;
            margin-top: 14px;
            font-weight: 500;
            line-height: 2.5;
        }