* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Microsoft Yahei", Arial, sans-serif;
			font-style: normal;
        }
        /* ========== �����޸ģ�����ͼ��ʾԭʼ��С + ��ƽ�� + ���� ========== */
        body {
            background-color: #e4dcd1; /* ǳ��ɫ����ɫ */
            background-image: url(../img/bg_1.jpg); /* ����ͼ·�� */
            background-repeat: no-repeat; /* ��ֹ����ͼƽ�� */
            background-size: auto; /* ��ʾ����ͼԭʼ�ߴ磨�����޸ģ� */
            background-position: top center; /* ����ͼˮƽ+��ֱ���� */
            min-height: 100vh;
            padding: 0;
        }
        .main{ width:900px; margin:0 auto;}
        .download-container {
            margin-top: 100px;
            width: 100%;
            max-width: 1000px;
            margin-left: 2%;
            margin-right: auto;
            background-color: rgba(255, 255, 255, 0.8);
            border-radius: 12px;
            padding: 50px 30px;
            box-shadow: 0 0 30px rgba(200, 160, 99, 0.3);
        }
        .logo {
            display: flex;
            align-items: center;
            justify-content: left;
            gap: 20px;
            margin-bottom: 20px;
        }
        .logo-img {
            width: 200px;
            height: 131px;
			margin-left:30px;
        }
        .logo-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        .logo-text {
            text-align: left;
			width:30%;
			margin-left:20px;
			padding:0 20px;
			border-bottom: 1px dashed rgba(200, 160, 99, 1);
        }
        .logo h1 {
            color: #c8a063;
            font-size: 32px;
            letter-spacing: 2px;
            margin-bottom: 10px;
        }
        .logo p {
            color: #cc0000;
            font-size: 18px;
			font-weight:bolder;
            opacity: 0.8;
			text-align:left;
			padding-bottom:25px;
			        }
        .download-title {
            text-align: left;
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 3px solid rgba(200, 160, 99, 1);
        }
        .download-title h2 {
            color: #713511;
            font-size: 28px;
            margin-bottom: 10px;
        }
        .download-title span {
            color: #c8a063;
            font-size: 18px;
        }
        .client-card {
            background-color: rgba(255, 255, 255, 0.05);
            border-radius: 8px;
            padding: 30px;
            margin-bottom: 30px;
            border: 1px solid rgba(200, 160, 99, 0.3);
        }
        .client-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        .client-icon {
            width: 100px;
            height: 70px;
            margin-right: 20px;
        }
        .client-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        .client-info {text-align: center;}
        .client-info h3 {
            color: #8e5a0b;
            font-size: 28px;
            margin-bottom: 5px;
        }
        .client-info p {
            color: #fff;
            font-size: 14px;
            opacity: 0.9;
        }
        .client-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 5px;
			
        }
        .meta-item {
            display: flex;
            align-items: center;
            color: #c8a063;
            font-size: 14px;
			margin-left:20px;
        }
        .meta-item i,.tips i {
            color: #c8a063;
            margin-right: 8px;
            font-style: normal;
        }
        .download-btn {
            text-align: center;
        }
        .download-btn a {
            display: inline-block;
            width: 200px;
            height: 50px; 
            margin:10px 10px;
            line-height: 50px;
            background-color: #c8a063;
            color: #fff !important;
            text-decoration: none;
            font-size: 18px;
            border-radius: 3px;
            transition: all 0.2s ease;
            box-shadow: 0 3px 10px rgba(200, 160, 99, 0.4);
        }
        .download-btn a:hover {
            background-color: #6e4608;
            transform: translateY(-3px);
            box-shadow: 0 6px 10px rgba(200, 160, 99, 0.6);
        }
        .tips {
            text-align: left;
			color:#CC9900;
            font-size: 14px;
            margin:0px 0px 30px 20px;
            line-height: 1.8;
        }
        .copyright {
            text-align: center;
            color: #523317;
            opacity: 0.6;
            font-size: 12px;
            margin-top: 50px;
        }


        /* ��Ӧʽ���� */
        @media (max-width: 768px) {
            .download-container {
                width: 90%;
                margin: 50px auto 0;
                padding: 30px 20px;
            }
            .logo {
                flex-direction: column;
                gap: 15px;
            }
            .logo-text {
                text-align: center; 
            }
            .logo h1 {
                font-size: 26px;
            }
            .download-title h2 {
                font-size: 24px;
            }
            .client-header {
                flex-direction: column;
                text-align: center;
            }
            .client-icon {
                margin-right: 0;
                margin-bottom: 15px;
            }
            .client-meta {
                justify-content: center;
            }
            .download-btn a {
                width: 100%;
                max-width: 220px;
            }
        }

        /* 适配text-main容器样式，贴合传奇复古风格 */
        .text-main {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 30px 20px;
			color:#856A23;
            font-family: "Microsoft YaHei", Arial, sans-serif;
            line-height: 1.8;
            background-color: #f9f6f0;
            border-radius: 1px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        .text-main h1 {
            text-align: center;
            color: #b71c1c;
            font-size: 24px;
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 2px solid #d4af37;
        }
        .text-main h4 {
            color: #996600;
            font-size: 20px;
            margin: 30px 0 10px;
            padding-left: 15px;
            border-left: 4px solid #d4af37;
			 border-bottom: 1px solid #ddd;
        }
        .text-main h5 {
            color: #e69e32;
            font-size: 16px;
            margin: 10px 0 10px 20px;
            
        }
        .text-main p {
            font-size: 16px;
            margin-bottom: 10x;
            text-indent: 2em;
        }
        .text-main ul {
            margin: 15px 0 15px 20px;
            display: block;
            
            padding: 20px 5px;;
        }
        .text-main li {
            display: block;
            padding-left: 20px;
            font-size: 16px;
            list-style-type: disc;
     
        /* 响应式适配移动端 */
        @media (max-width: 768px) {
            .text-main {
                padding: 20px 10px;
            }
            .text-main h1 {
                font-size: 24px;
            }
            .text-main h4 {
                font-size: 20px;
            }
            .text-main h5, .text-main p, .text-main li {
                font-size: 18px;
            }
        }
