{"id":764,"date":"2026-03-18T05:39:10","date_gmt":"2026-03-18T05:39:10","guid":{"rendered":"https:\/\/u2-official.com\/%e4%bc%98%e6%83%a0%e6%b4%bb%e5%8a%a8\/"},"modified":"2026-03-23T03:49:27","modified_gmt":"2026-03-23T03:49:27","slug":"%e4%bc%98%e6%83%a0%e6%b4%bb%e5%8a%a8","status":"publish","type":"page","link":"https:\/\/u2-official.com\/zh-hans\/%e4%bc%98%e6%83%a0%e6%b4%bb%e5%8a%a8\/","title":{"rendered":"\u4f18\u60e0\u6d3b\u52a8"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"764\" class=\"elementor elementor-764 elementor-318\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-924aa39 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"924aa39\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b4cb79d\" data-id=\"b4cb79d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-300521a elementor-widget elementor-widget-shortcode\" data-id=\"300521a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">        <style>\n        \/* ---- Promotions Section ---- *\/\n        .u2-promos {\n            width: 100%;\n            max-width: 100%;\n            margin: 0 auto;\n            padding: 0 0 40px;\n            box-sizing: border-box;\n            font-family: 'Montserrat', 'Poppins', sans-serif;\n            overflow: hidden;\n        }\n        .u2-promos-heading {\n            font-size: 22px;\n            font-weight: 700;\n            color: #ffffff;\n            margin: 0 0 24px;\n            letter-spacing: 0.5px;\n            padding-top:20px;\n        }\n\n        \/* ---- Card ---- *\/\n        .u2-promo-card {\n            display: flex;\n            align-items: stretch;\n            background: #1e1e1e;\n            border-radius: 10px;\n            overflow: hidden;\n            margin-bottom: 18px;\n            border: 1px solid rgba(172, 99, 7, 0.2);\n            transition: border-color 0.25s ease, transform 0.25s ease;\n            min-height: 140px;\n            width: 100%;\n        }\n        .u2-promo-card:hover {\n            border-color: rgba(172, 99, 7, 0.6);\n            transform: translateY(-2px);\n        }\n\n        \/* ---- Thumbnail ---- *\/\n        .u2-promo-thumb {\n            flex-shrink: 0;\n            width: 36%;\n            min-width: 260px;\n            max-width: 360px;\n            position: relative;\n            overflow: hidden;\n            border-radius: 0;\n        }\n        .u2-promo-thumb img {\n            width: 100%;\n            height: 100%;\n            \n        object-position: center center;\n            display: block;\n            transition: transform 0.3s ease;\n        }\n        .u2-promo-card:hover .u2-promo-thumb img {\n            transform: scale(1.04);\n        }\n\n        \/* ---- Content ---- *\/\n        .u2-promo-content {\n            flex: 1;\n            padding: 20px 24px;\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n            gap: 10px;\n        }\n        .u2-promo-content-top {\n            display: flex;\n            flex-direction: column;\n            gap: 6px;\n        }\n        .u2-promo-title {\n            font-size: 18px;\n            font-weight: 700;\n            color: #ffffff;\n            margin: 0;\n            line-height: 1.3;\n        }\n        .u2-promo-date {\n            font-size: 12px;\n            color: #888888;\n            margin: 0;\n        }\n        .u2-promo-desc {\n            font-size: 13px;\n            color: #cccccc;\n            line-height: 1.6;\n            margin: 0;\n        }\n\n        \/* ---- Bottom row: Join Now button ---- *\/\n        .u2-promo-footer {\n            display: flex;\n            justify-content: flex-end;\n            align-items: center;\n            margin-top: 8px;\n        }\n        .u2-promo-btn {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background: #ff9900;\n            color: #ffffff;\n            font-size: 13px;\n            font-weight: 700;\n            padding: 9px 22px;\n            border-radius: 6px;\n            text-decoration: none;\n            letter-spacing: 0.5px;\n            transition: background 0.2s ease, transform 0.2s ease;\n            border: none;\n            cursor: pointer;\n            white-space: nowrap;\n        }\n        .u2-promo-btn:hover {\n            background: #c97208;\n            color: #ffffff;\n            transform: translateY(-1px);\n        }\n        \/* Arrow icon *\/\n        .u2-promo-btn-arrow {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            width: 20px;\n            height: 20px;\n            border-radius: 50%;\n            background: rgba(255, 255, 255, 0.2);\n            flex-shrink: 0;\n        }\n        .u2-promo-btn-arrow svg {\n            width: 10px;\n            height: 10px;\n            fill: #ffffff;\n        }\n\n        \/* ---- Divider between cards ---- *\/\n        .u2-promo-divider {\n            height: 1px;\n            background: rgba(255,255,255,0.05);\n            margin: 0 0 18px;\n            border: none;\n        }\n\n        \/* ---- Responsive ---- *\/\n        @media (max-width: 768px) {\n            .u2-promo-card {\n                flex-direction: column;\n                min-height: auto;\n            }\n            .u2-promo-thumb {\n                width: 100% !important;\n                min-width: unset !important;\n                max-width: unset !important;\n                height: 180px;\n                border-radius: 10px 10px 0 0;\n            }\n            .u2-promo-content {\n                padding: 16px;\n            }\n            .u2-promo-title { font-size: 16px; }\n        }\n\n        @media (max-width: 480px) {\n            .u2-promos-heading { font-size: 18px; }\n            .u2-promo-thumb { height: 150px; }\n            .u2-promo-btn { font-size: 12px; padding: 8px 16px; }\n        }\n        <\/style>\n        \n        <div class=\"u2-promos\">\n\n                        <h2 class=\"u2-promos-heading\">Promotions<\/h2>\n            \n            \n                \n                <div class=\"u2-promo-card\">\n\n                    <!-- Thumbnail -->\n                    <div class=\"u2-promo-thumb\">\n                        <img decoding=\"async\"\n                            src=\"https:\/\/u2-official.com\/wp-content\/uploads\/2026\/03\/promote01.jpg\"\n                            alt=\"Referral Rebate Up to 10%!\"\n                            loading=\"lazy\"\n                        \/>\n                    <\/div>\n\n                    <!-- Content -->\n                    <div class=\"u2-promo-content\">\n                        <div class=\"u2-promo-content-top\">\n                            <h3 class=\"u2-promo-title\">Referral Rebate Up to 10%!<\/h3>\n                            <p class=\"u2-promo-date\"><\/p>\n                            <p class=\"u2-promo-desc\">The more you invite, the more you bet, and the more rebates you earn!<\/p>\n                        <\/div>\n\n                        <div class=\"u2-promo-footer\">\n                            <a href=\"https:\/\/u2-official.com\/u2-register\/\" class=\"u2-promo-btn\">\n                                Join Now                                <span class=\"u2-promo-btn-arrow\">\n                                    <svg viewBox=\"0 0 10 10\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                        <path d=\"M3 1.5L7 5L3 8.5\" stroke=\"#fff\" stroke-width=\"1.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                    <\/svg>\n                                <\/span>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n\n            \n                                <hr class=\"u2-promo-divider\" \/>\n                \n                <div class=\"u2-promo-card\">\n\n                    <!-- Thumbnail -->\n                    <div class=\"u2-promo-thumb\">\n                        <img decoding=\"async\"\n                            src=\"https:\/\/u2-official.com\/wp-content\/uploads\/2026\/03\/promote04.jpg\"\n                            alt=\"Deposit Bonus 200%\"\n                            loading=\"lazy\"\n                        \/>\n                    <\/div>\n\n                    <!-- Content -->\n                    <div class=\"u2-promo-content\">\n                        <div class=\"u2-promo-content-top\">\n                            <h3 class=\"u2-promo-title\">Deposit Bonus 200%<\/h3>\n                            <p class=\"u2-promo-date\"><\/p>\n                            <p class=\"u2-promo-desc\">200% Recharge Bonus to experience the glamour of slots!<\/p>\n                        <\/div>\n\n                        <div class=\"u2-promo-footer\">\n                            <a href=\"https:\/\/u2-official.com\/u2-register\/\" class=\"u2-promo-btn\">\n                                Join Now                                <span class=\"u2-promo-btn-arrow\">\n                                    <svg viewBox=\"0 0 10 10\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                        <path d=\"M3 1.5L7 5L3 8.5\" stroke=\"#fff\" stroke-width=\"1.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                    <\/svg>\n                                <\/span>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n\n            \n                                <hr class=\"u2-promo-divider\" \/>\n                \n                <div class=\"u2-promo-card\">\n\n                    <!-- Thumbnail -->\n                    <div class=\"u2-promo-thumb\">\n                        <img decoding=\"async\"\n                            src=\"https:\/\/u2-official.com\/wp-content\/uploads\/2026\/03\/promote03.jpg\"\n                            alt=\"Deposit Bonus 68%\"\n                            loading=\"lazy\"\n                        \/>\n                    <\/div>\n\n                    <!-- Content -->\n                    <div class=\"u2-promo-content\">\n                        <div class=\"u2-promo-content-top\">\n                            <h3 class=\"u2-promo-title\">Deposit Bonus 68%<\/h3>\n                            <p class=\"u2-promo-date\"><\/p>\n                            <p class=\"u2-promo-desc\">Start your new adventure with a 68% reload bonus exclusively for slot games!<\/p>\n                        <\/div>\n\n                        <div class=\"u2-promo-footer\">\n                            <a href=\"https:\/\/u2-official.com\/u2-register\/\" class=\"u2-promo-btn\">\n                                Join Now                                <span class=\"u2-promo-btn-arrow\">\n                                    <svg viewBox=\"0 0 10 10\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                        <path d=\"M3 1.5L7 5L3 8.5\" stroke=\"#fff\" stroke-width=\"1.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                    <\/svg>\n                                <\/span>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n\n            \n                                <hr class=\"u2-promo-divider\" \/>\n                \n                <div class=\"u2-promo-card\">\n\n                    <!-- Thumbnail -->\n                    <div class=\"u2-promo-thumb\">\n                        <img decoding=\"async\"\n                            src=\"https:\/\/u2-official.com\/wp-content\/uploads\/2026\/03\/promote02.jpg\"\n                            alt=\"Top Up Rebate 0.50%\"\n                            loading=\"lazy\"\n                        \/>\n                    <\/div>\n\n                    <!-- Content -->\n                    <div class=\"u2-promo-content\">\n                        <div class=\"u2-promo-content-top\">\n                            <h3 class=\"u2-promo-title\">Top Up Rebate 0.50%<\/h3>\n                            <p class=\"u2-promo-date\"><\/p>\n                            <p class=\"u2-promo-desc\">Easily enjoy 0.50% recharge rebate, hurry up to collect your offer to win!<\/p>\n                        <\/div>\n\n                        <div class=\"u2-promo-footer\">\n                            <a href=\"https:\/\/u2-official.com\/u2-register\/\" class=\"u2-promo-btn\">\n                                Join Now                                <span class=\"u2-promo-btn-arrow\">\n                                    <svg viewBox=\"0 0 10 10\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                        <path d=\"M3 1.5L7 5L3 8.5\" stroke=\"#fff\" stroke-width=\"1.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                    <\/svg>\n                                <\/span>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n\n            \n        <\/div>\n\n        <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-764","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/u2-official.com\/zh-hans\/wp-json\/wp\/v2\/pages\/764","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/u2-official.com\/zh-hans\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/u2-official.com\/zh-hans\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/u2-official.com\/zh-hans\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/u2-official.com\/zh-hans\/wp-json\/wp\/v2\/comments?post=764"}],"version-history":[{"count":1,"href":"https:\/\/u2-official.com\/zh-hans\/wp-json\/wp\/v2\/pages\/764\/revisions"}],"predecessor-version":[{"id":765,"href":"https:\/\/u2-official.com\/zh-hans\/wp-json\/wp\/v2\/pages\/764\/revisions\/765"}],"wp:attachment":[{"href":"https:\/\/u2-official.com\/zh-hans\/wp-json\/wp\/v2\/media?parent=764"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}