export declare const style = "\n .promotion-wrapper {\n position: fixed;\n top:0;\n left: 0;\n bottom: 0;\n right: 0;\n background: rgba(0, 0, 0, 0.7);\n z-index: 1000;\n }\n\n .promotion-close-icon {\n position: absolute;\n right: 16px;\n top: 16px;\n width: 100%;\n max-width: 45px;\n height: 45px;\n cursor: pointer;\n }\n\n .promotion-banner {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .promotion-banner-image {\n max-width: 100%;\n height: 649px;\n width: 396px;\n }\n\n .promotion-banner-image {\n cursor: pointer;\n }\n\n .promotion-content {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n height: 100%;\n }\n\n .promotion-footer {\n position: absolute;\n bottom: 8px;\n left: 50%;\n transform: translateX(-50%);\n line-height: initial;\n }\n";