        /* 全局重置与基础样式 */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-size: 12px;
            color: #330000;
            background-image: url('index/wowbg.gif');
            background-repeat: repeat;
            background-position: top left;
            font-family: Arial, Helvetica, sans-serif, "宋体";
            line-height: 1.5;
        }
        a {
            font-size: 12px;
            text-decoration: none;
            color: #009900;
        }
        a:visited {
            color: #009900;
        }
        a:hover {
            color: #99FF00;
        }
        a:active {
            color: #009900;
        }

        /* 主容器，用于限制宽度和居中 */
        .container {
            width: 900px;
            margin: 0 auto;
            background-color: transparent;
        }

        /* 通用辅助类 */
        .sertit {
            color: #996600;
            font-weight: bold;
        }
        .downtit {
            color: #330000;
            font-weight: bold;
        }
        .hui {
            font-size: 12px;
            color: #663300;
        }
        .STYLE1 { color: #FF0000; }
        .style4 {
            font-family: "黑体", "宋体", "新宋体";
            font-size: 12pt;
            color: #000000;
        }
        .style51 {
            color: #0000FF;
            font-size: 9pt;
            font-family: Arial, Helvetica, sans-serif;
        }
        .style56 {
            color: #FF0000;
            font-weight: bold;
        }
        .style67 {
            color: #000;
            font-size: 12px;
        }
        .style83 { color: #FFFF00; }
        .style96 {
            font-family: "黑体", "宋体", "新宋体";
            font-size: 12pt;
        }
        .STYLE97 { color: #FFFFFF; }
        .STYLE99 {
            color: #FF0000;
            font-size: 14px;
            font-weight: bold;
        }

        /* --- 头部区域 --- */
        .header-top {
            width: 900px;
            height: 245px;
            margin: 0 auto;
            background: url('index/top.jpg') no-repeat center top;
            background-size: cover;
            position: relative;
        }

        /* --- 导航区域 --- */
        .nav-wrapper {
            width: 900px;
            margin: 0 auto;
            height: 49px;
            display: flex;
            align-items: stretch;
        }
        .nav-left {
            width: 78px;
            background: url('index/msmir_menu_01.gif') repeat-x left top;
        }
        .nav-center {
            width: 740px;
            height: 49px;
            position: relative;
            background: url('index/msmir_menu_02.gif') no-repeat left top;
        }
        /* 图片热区模拟：使用绝对定位的透明链接覆盖在导航图上 */
        .nav-center a {
            display: block;
            position: absolute;
            height: 40px;
            top: 5px;
            background: transparent;
            text-indent: -9999px;
            overflow: hidden;
        }
        .nav-center a.link-home { left: 5px; width: 66px; }
        .nav-center a.link-js { left: 97px; width: 81px; }
        .nav-center a.link-down { left: 209px; width: 83px; }
        .nav-center a.link-vip { left: 319px; width: 82px; }
        .nav-center a.link-kf { left: 429px; width: 87px; }
        .nav-center a.link-pg { left: 543px; width: 81px; }
        .nav-center a.link-mz { left: 656px; width: 83px; }
        .nav-right {
            width: 82px;
            background: url('index/msmir_menu_03.gif') repeat-x left top;
        }
        .nav-sub {
            width: 900px;
            margin: 0 auto;
            height: 31px;
            display: flex;
        }
        .nav-sub-left {
            width: 78px;
            background: url('index/msmir_top_01.gif') repeat-x left top;
        }
        .nav-sub-center {
            width: 740px;
            background: url('index/msmir_top_02.gif') repeat-x left top;
        }
        .nav-sub-right {
            width: 82px;
            background: url('index/msmir_top_03.gif') repeat-x left top;
        }

        /* --- 主体内容区 (三列结构) --- */
        .main-wrapper {
            width: 900px;
            margin: 0 auto;
            display: flex;
            min-height: 600px;
        }
        .main-left {
            width: 60px;
            background: url('index/msmir_body_left_c.gif') repeat-y left top;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .main-left-top {
            width: 60px;
            height: 82px;
            background: url('index/msmir_body_left_t.gif') no-repeat left top;
        }
        .main-left-bottom {
            width: 60px;
            height: 62px;
            background: url('index/msmir_body_left_e.gif') no-repeat left bottom;
            margin-top: auto;
        }
        .main-center {
            flex: 1;
            background-color: #F7F5DE;
            display: flex;
            padding: 0;
        }
        .main-right {
            width: 64px;
            background: url('index/msmir_body_right_c.gif') repeat-y right top;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .main-right-top {
            width: 64px;
            height: 82px;
            background: url('index/msmir_body_right_t.gif') no-repeat right top;
        }
        .main-right-bottom {
            width: 64px;
            height: 62px;
            background: url('index/msmir_body_right_e.gif') no-repeat right bottom;
            margin-top: auto;
        }

        /* 内容区分左右两列 */
        .content-left {
            width: 211px;
            background: #F7F5DE;
            padding: 0;
        }
        .content-right {
            flex: 1;
            background: #F7F5DE;
            padding: 0 0 0 16px;
        }

        /* 左侧卡片通用样式 */
        .left-card {
            width: 211px;
            margin-bottom: 5px;
        }
        .left-card-header {
            width: 211px;
            height: 35px;
            background-size: cover;
        }
        .left-card-body {
            background: url('index/msmir_main_02.gif') repeat-y left top;
            padding: 5px 10px;
            background-color: #F7F5DE;
        }
        .left-card-footer {
            width: 211px;
            height: 6px;
            background: url('index/msmir_main_03.gif') no-repeat left top;
        }
        .header-bg1 { background-image: url('index/msmir_main_01.gif'); }
        .header-bg2 { background-image: url('index/msmir_main_bank.gif'); }
        .header-bg3 { background-image: url('index/msmir_main_sm.gif'); }

        /* 客服信息表格效果 */
        .info-table {
            width: 90%;
            margin: 0 auto;
            background-color: #996600;
            padding: 2px;
        }
        .info-row {
            background: #F7F5DE;
            padding: 4px 6px;
            margin: 2px 0;
            font-weight: bold;
            color: #330000;
        }

        /* 右侧内容卡片 */
        .right-card {
            background: #F7F5DE;
            margin-bottom: 10px;
        }
        .ad-border-table {
            display: flex;
            flex-direction: column;
            width: 549px;
        }
        .ad-top-row, .ad-bottom-row {
            display: flex;
            height: 8px;
        }
        .ad-top-left { width:7px; background: url('index/ad/t_1.gif'); }
        .ad-top-center { flex:1; background: url('index/ad/t_2.gif') repeat-x; }
        .ad-top-right { width:7px; background: url('index/ad/t_3.gif'); }
        .ad-mid {
            display: flex;
            min-height: 82px;
        }
        .ad-mid-left { width:7px; background: url('index/ad/t_4.gif') repeat-y; }
        .ad-mid-center {
            flex:1;
            background: #F7F5DE;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .ad-mid-center img {
            max-width: 100%;
            height: auto;
        }
        .ad-mid-right { width:7px; background: url('index/ad/t_5.gif') repeat-y; }
        .ad-bottom-left { width:7px; background: url('index/ad/t_6.gif'); }
        .ad-bottom-center { flex:1; background: url('index/ad/t_7.gif') repeat-x; }
        .ad-bottom-right { width:7px; background: url('index/ad/t_8.gif'); }

        .server-table {
            width: 100%;
            background-color: #999900;
            border-spacing: 1px;
        }
        .server-table td, .server-table th {
            background-color: #F8EFCE;
            padding: 8px 5px;
            text-align: center;
        }
        .server-header td {
            background-color: #FFFF00;
            font-weight: bold;
            color: #FF0000;
        }
        .section-title-img {
            display: block;
            margin: 10px 0 5px;
        }
        .download-btn-row {
            background: #CC6699;
            text-align: center;
            padding: 5px;
        }
        .download-btn-row a img {
            vertical-align: middle;
            margin: 0 5px;
        }

        .intro-content {
            background: #996633;
            padding: 1px;
        }
        .intro-text {
            background: #F8EFCE;
            padding: 10px;
            line-height: 1.8;
        }
        hr {
            margin: 8px 0;
        }

        /* 底部区域 */
        .footer-end {
            width: 900px;
            margin: 0 auto;
            height: 59px;
            display: flex;
        }
        .footer-end-left {
            width: 78px;
            background: url('index/msmir_body_end_01.gif') repeat-x;
        }
        .footer-end-center {
            flex: 1;
            background: url('index/msmir_body_end_02.gif') repeat-x;
        }
        .footer-end-right {
            width: 82px;
            background: url('index/msmir_body_end_03.gif') repeat-x;
        }
        .footer-copyright {
            width: 900px;
            margin: 0 auto;
            min-height: 104px;
            background: url('index/5uwl.jpg') repeat;
            display: flex;
            align-items: center;
            /* 修改点：将 justify-content 由 flex-end 改为 center，实现水平居中 */
            justify-content: center;
            padding: 15px 25px;
            color: #FFFFFF;
            /* 修改点：将 text-align 由 right 改为 center，确保内部文字也居中 */
            text-align: center;
        }
        .footer-copyright a {
            color: #FF0000;
        }