        /* 全局重置与基础样式 */
        * {
            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;
        }
        .STYLE97 { color: #FFFFFF; }

        /* --- 头部区域 --- */
        .header-top {
            width: 900px;
            height: 245px;
            margin: 0 auto;
            background: url('index/top.jpg') no-repeat center top;
            background-size: cover;
        }

        /* --- 导航区域 --- */
        .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;
            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: 400px;
        }
        .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;
        }
        .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;
        }
        .content-right {
            flex: 1;
            background: #F7F5DE;
            padding: 5px 10px 10px 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'); }

        /* 客服信息表格效果 */
        .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;
        }

        /* 右侧服务说明样式 */
        .service-notice {
            background: #F7F5DE;
            padding: 5px 15px;
            line-height: 1.8;
            border-top: 1px solid #a4a0a8;
            border-bottom: 1px solid #a4a0a8;
            margin: 5px 0 15px;
        }
        .service-notice .gold-line {
            height: 4px;
            background: #9A7321;
            margin: 5px 0;
        }
        
        /* 【关键优化】攻略图片容器 - 完全去除边框和内边距 */
        .guide-image-wrapper {
            width: 100%;
            margin: 10px 0;
            /* 移除背景色、边框、内边距，确保图片不被挤压 */
            background: transparent;
            padding: 0;
            border: none;
            line-height: 0; /* 消除图片下方的默认空白间隙 */
        }
        .guide-image-wrapper img {
            display: block;
            max-width: 100%;
            height: auto;
            /* 保持原始清晰度 */
        }

        .notice-box {
            background: #E8EAEE;
            padding: 5px;
            margin: 15px 0;
        }
        .notice-content {
            background: #F0F1F4;
            padding: 10px 15px;
            line-height: 1.8;
            color: #666666;
        }
        .notice-content ul {
            padding-left: 20px;
        }
        .notice-content li {
            margin-bottom: 5px;
        }

        /* 底部区域 */
        .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;
        }