
        /* ===== 重置 & 基础 ===== */
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
            background: #01072b !important;
            font-family: "pingfang SC", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", simsun, sans-serif !important;
            color: #333;
        }
        a { text-decoration: none; cursor: pointer; }
        a:hover { text-decoration: none; }
        ul, li { list-style: none; margin: 0; padding: 0; }
        img { max-width: 100%; vertical-align: middle; }

        /* ===== 容器 最大宽度1350px ===== */
        .qly-container {
            max-width: 1350px;
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;
            margin: 0 auto;
            box-sizing: border-box;
        }
        /* ===== 每部分上下 padding 90px ===== */
        .qly-section {
            padding-top: 90px;
            padding-bottom: 90px;
        }
        /* ===== 大标题 ===== */
        .qly-title {
            font-size: 30px;
            font-weight: bold;
            text-align: center;
            color: #fff;
            margin-bottom: 0;
        }
        .qly-title .qly-title-icon { vertical-align: middle; }
        .qly-title .qly-title-icon:first-child { margin-right: 40px; }
        .qly-title .qly-title-icon:last-child { margin-left: 40px; }

        /* ===== 按钮 ===== */
        .qly-btn {
            display: inline-block;
            height: 50px;
            line-height: 50px;
            padding: 0 25px;
            font-size: 14px;
            text-align: center;
            border-radius: 10px;
            transition: all 0.3s ease;
            color: #fff;
            background: #258dfe;
        }
        .qly-btn-primary { background: #0cd7ff; }
        .qly-btn:hover {
            background: #5448f4;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(84, 72, 244, 0.3);
        }

        /* ===== 卡片 hover ===== */
        .qly-card-hover {
            transition: transform 0.35s ease, box-shadow 0.35s ease;
        }
        .qly-card-hover:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 25px rgba(84, 72, 244, 0.15);
        }

        /* ============================================================
           整体背景 - 包含所有内容
           ============================================================ */
        .qly-wrapper {
            width: 100%;
            background: url("/css/2021/images/qingL-banner.jpg") no-repeat top center;
    
        }

        /* ============================================================
           Banner 文字 - 始终居中
           ============================================================ */
        .qly-banner {
            padding: 146px 0 60px;
        }
        .qly-banner .qly-banTxt {
            text-align: center;
        }
        .qly-banner .qly-banTxt img {
            display: inline-block;
        }

        /* ============================================================
           轻量云·站群
           ============================================================ */
        .qly-cloud .qly-line {
            width: 35px;
            height: 3px;
            background-image: linear-gradient(180deg, #55f8ff 0%, #3bb6f1 100%);
            margin: 15px auto;
        }
        .qly-cloud .qly-subtitle {
            font-size: 14px;
            text-align: center;
            color: #fff;
        }

        /* 表格 */
        .qly-table-wrap {
            margin-top: 50px;
            overflow-x: auto;
        }
        .qly-table-wrap table {
            width: 100%;
            border: 1px solid #5448f4;
            border-collapse: collapse;
            min-width: 900px;
        }
        .qly-table-wrap table th {
            height: 70px;
            font-size: 18px;
            color: #fff;
            background: #5448f4;
            border-right: 1px solid #5448f4;
            border-bottom: 1px solid #5448f4;
            text-align: center;
            padding: 0 10px;
            font-weight: normal;
        }
        .qly-table-wrap table td {
            height: 70px;
            font-size: 14px;
            color: #333;
            border-right: 1px solid #5448f4;
            border-bottom: 1px solid #5448f4;
            text-align: center;
            background: #fff;
            padding: 5px 10px;
            vertical-align: middle;
        }
        .qly-table-wrap table td p { font-size: 14px; margin-top: 12px; }
        .qly-table-wrap table td .qly-price { font-size: 18px; color: #5448f4; }
        .qly-table-wrap table td a { font-size: 14px; color: #5448f4; }
        .qly-table-wrap table td a:hover { color: #258dfe; }
        .qly-table-wrap table td .qly-btn-buy {
            display: inline-block;
            padding: 0 15px;
            height: 30px;
            line-height: 30px;
            background-image: linear-gradient(90deg, #732ee3 0%, #2a82fe 50%, #0bdbff 100%);
            color: #fff;
            border-radius: 10px;
            font-size: 14px;
            transition: 0.3s;
        }
        .qly-table-wrap table td .qly-btn-buy:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(42, 130, 254, 0.3);
        }

        /* 产品卡片 - Grid布局 */
        .qly-cloud .qly-card-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 27px 30px;
            margin-top: 30px;
        }
        .qly-cloud .qly-card-item {
            margin-bottom: 0;
        }
        .qly-cloud .qly-card-item .qly-card-title {
            height: 60px;
            background: #5448f4;
            font-size: 19px;
            color: #fff;
            text-align: center;
            line-height: 60px;
            font-weight: bold;
            border-radius: 10px 10px 0 0;
        }
        .qly-cloud .qly-card-item .qly-card-body {
            background: #fff url("/css/2021/images/qingL-yun.png") no-repeat bottom right;
            padding: 29px;
        }
        .qly-cloud .qly-card-item .qly-card-body .qly-card-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
            font-size: 14px;
            color: #333;
        }
        .qly-cloud .qly-card-item .qly-card-body .qly-card-row:last-child { margin-bottom: 0; }
        .qly-cloud .qly-card-item .qly-card-body .qly-price-current { color: #5448f4; }
        .qly-cloud .qly-card-item .qly-card-body .qly-price-current span { font-size: 24px; color: #5448f4; font-weight: 600}
        .qly-cloud .qly-card-item .qly-card-body .qly-price-old { text-decoration: line-through; }
        .qly-cloud .qly-card-item .qly-card-btn {
            display: flex;
            gap: 0;
        }
        .qly-cloud .qly-card-item .qly-card-btn .qly-btn {
            flex: 1;
            border-radius: 0 0 0 10px;
        }
        .qly-cloud .qly-card-item .qly-card-btn .qly-btn:last-child {
            border-radius: 0 0 10px 0;
            background: #0cd7ff;
        }
        .qly-cloud .qly-card-item .qly-card-btn .qly-btn:last-child:hover { background: #5448f4; }

        .qly-cloud .qly-card-item.qly-sk { position: relative; }
        .qly-cloud .qly-card-item.qly-sk .qly-sk-badge {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
        }

        /* 站群广告 */
        .qly-cloud .qly-adv-banner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 22px;
            margin-top: 30px;
        }
        .qly-cloud .qly-adv-banner a { display: block; }
        .qly-cloud .qly-adv-banner a img { max-width: 100%; border-radius: 10px; }

        /* 查看更多 */
        .qly-cloud .qly-view-more {
            text-align: center;
            margin-top: 12px;
        }
        .qly-cloud .qly-view-more a {
            display: inline-block;
            width: 180px;
            height: 40px;
            line-height: 40px;
            border: 1px solid #0cd7ff;
            color: #fff;
            font-size: 14px;
            border-radius: 10px;
            transition: 0.3s;
        }
        .qly-cloud .qly-view-more a:hover {
            background-image: linear-gradient(90deg, #732ee3 0%, #2a82fe 50%, #0bdbff 100%);
            transform: translateY(-2px);
        }

        /* ============================================================
           注册会员
           ============================================================ */
        .qly-register .qly-btn-reg {
            display: block;
            width: 160px;
            height: 40px;
            line-height: 40px;
            background-image: linear-gradient(90deg, #732ee3 0%, #2a82fe 50%, #0bdbff 100%);
            text-align: center;
            color: #fff;
            border-radius: 10px;
            margin: 30px auto 0;
            transition: 0.3s;
        }
        .qly-register .qly-btn-reg:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 12px rgba(42, 130, 254, 0.3);
        }

        /* ============================================================
           更多优惠活动 - Grid布局
           ============================================================ */
        .qly-promo .qly-promo-list {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 15px 20px;
            margin-top: 30px;
        }
        .qly-promo .qly-promo-item {
            height: 46px;
            background: rgba(255, 255, 255, 0.6);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 15px;
            transition: 0.3s;
        }
        .qly-promo .qly-promo-item:hover {
            background: rgba(255, 255, 255, 0.9);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        .qly-promo .qly-promo-item span {
            font-size: 14px;
            color: #000;
            white-space: nowrap;
        }
        .qly-promo .qly-promo-item span .qly-off { font-size: 18px; color: #d0122c; }
        .qly-promo .qly-promo-item a {
            display: inline-block;
            padding: 4px 14px;
            height: 38px;
            line-height: 30px;
            background-image: linear-gradient(90deg, #732ee3 0%, #2a82fe 50%, #0bdbff 100%);
            color: #fff;
            font-size: 14px;
            border-radius: 10px;
            transition: 0.3s;
            flex-shrink: 0;
        }
        .qly-promo .qly-promo-item a:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(42, 130, 254, 0.3);
        }

        /* ============================================================
           移动端适配
           ============================================================ */
        @media (max-width: 1200px) {
            .qly-cloud .qly-card-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 20px;
            }
        }
        @media (max-width: 992px) {
            .qly-cloud .qly-card-item .qly-card-body { background-size: 80px auto; }
            .qly-promo .qly-promo-list {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        @media (max-width: 768px) {
            .qly-section { padding-top: 50px; padding-bottom: 50px; }
            .qly-title { font-size: 24px; }
            .qly-title .qly-title-icon:first-child { margin-right: 15px; }
            .qly-title .qly-title-icon:last-child { margin-left: 15px; }
            .qly-title .qly-title-icon { max-width: 30px; }
            .qly-wrapper { margin-top: 50px; }
            .qly-banner { padding: 80px 0 40px; }
            .qly-cloud .qly-card-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }
            .qly-table-wrap table { min-width: 700px; }
            .qly-table-wrap table th { font-size: 15px; height: 55px; }
            .qly-table-wrap table td { font-size: 13px; height: 55px; padding: 5px 8px; }
            .qly-promo .qly-promo-list {
                grid-template-columns: repeat(2, 1fr);
                gap: 12px;
            }
            .qly-promo .qly-promo-item span { font-size: 13px; }
            .qly-promo .qly-promo-item a { height: 34px; line-height: 26px; font-size: 13px; padding: 4px 12px; }
        }
        @media (max-width: 480px) {
            .qly-section { padding-top: 40px; padding-bottom: 40px; }
            .qly-title { font-size: 20px; }
            .qly-title .qly-title-icon { max-width: 20px; }
            .qly-title .qly-title-icon:first-child { margin-right: 10px; }
            .qly-title .qly-title-icon:last-child { margin-left: 10px; }
            .qly-wrapper { margin-top: 40px; }
            .qly-banner { padding: 60px 0 30px; }
            .qly-banner .qly-banTxt img { max-width: 80%; }
            .qly-cloud .qly-card-grid {
                grid-template-columns: 1fr;  /* 改为单列 */
                gap: 15px;
            }
            .qly-cloud .qly-card-item .qly-card-title { font-size: 14px; height: 40px; line-height: 40px; }
            .qly-cloud .qly-card-item .qly-card-body { padding: 12px; background-size: 50px auto; }
            .qly-cloud .qly-card-item .qly-card-body .qly-card-row { font-size: 12px; margin-bottom: 8px; }
            .qly-cloud .qly-card-item .qly-card-body .qly-price-current span { font-size: 22px; }
            .qly-cloud .qly-card-item .qly-card-btn .qly-btn { height: 34px; line-height: 34px; font-size: 12px; padding: 0 10px; }
            .qly-cloud .qly-view-more a { width: 140px; height: 34px; line-height: 34px; font-size: 13px; }
            .qly-table-wrap table { min-width: 550px; }
            .qly-table-wrap table th { font-size: 12px; height: 42px; padding: 0 5px; }
            .qly-table-wrap table td { font-size: 12px; height: 42px; padding: 3px 5px; }
            .qly-table-wrap table td .qly-price { font-size: 15px; }
            .qly-table-wrap table td .qly-btn-buy { height: 26px; line-height: 26px; font-size: 12px; padding: 0 10px; }
            .qly-table-wrap table td p { font-size: 12px; margin-top: 6px; }
            .qly-table-wrap table td a { font-size: 12px; }
            .qly-promo .qly-promo-list {
                grid-template-columns: 1fr;
                gap: 10px;
            }
            .qly-promo .qly-promo-item { height: 36px; padding: 0 10px; }
            .qly-promo .qly-promo-item span { font-size: 12px; }
            .qly-promo .qly-promo-item span .qly-off { font-size: 15px; }
            .qly-promo .qly-promo-item a { height: 30px; line-height: 22px; font-size: 12px; padding: 4px 10px; }
            .qly-register .qly-btn-reg { width: 130px; height: 34px; line-height: 34px; font-size: 13px; }
            .qly-cloud .qly-adv-banner { gap: 12px; }
            .qly-cloud .qly-adv-banner a img { max-width: 45%; }
        }
