:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical~.swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical~.swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}.icon{display:inline-block;width:var(--icon-size, 1em);height:var(--icon-size, 1em);aspect-ratio:1;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:1em auto}.icon-clear-all{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px 0em}.icon-rule{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -1em}.icon-refresh{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -2em}.icon-settings{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -3em}.icon-up{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -4em}.icon-close{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -5em;cursor:pointer}.icon-setting{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -6em}.icon-Success{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -7em}.icon-shut{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -8em;cursor:pointer}.icon-pull_down{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -9em}.icon-pull_down{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -10em}.icon-left{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -11em}.icon-back{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -11em;filter:invert(1)}.icon-write{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -12em}.icon-add{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -1144px}.icon-top{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -14em}.icon-casino_records{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -15em}.icon-more{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -16em}.icon-wait{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -17em}.icon-withdraw_records{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -18em}.icon-18{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -19em}.icon-contact_us{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -20em}.icon-close_eyes{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -21em}.vip_Supports{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -22em}.icon-deposit_records{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -23em}.Complain-Records{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -24em}.down{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -25em}.notice_1{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -26em}.icon-full{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -27em}.copylink{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -28em}.icon-invite1{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -29em}.notice_2{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -30em}.icon-more2{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -31em}.icon-fail{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -32em}.icon-pho_back{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -33em}.icon-open_eyes{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -34em}.icon-popular{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -35em}.icon-faq{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -36em}.icon-inform{background-image:url(/assets/css_sprites-BfZW07gd.png);background-position:-0px -37em}.icon-vip_getcoins{background-image:url(/assets/css_sprites_home-ptS78ACr.png);background-position:-0px 0em}.icon-invite{background-image:url(/assets/css_sprites_home-ptS78ACr.png);background-position:-0px -1em}.icon-lottery{background-image:url(/assets/css_sprites_home-ptS78ACr.png);background-position:-0px -3em}.icon-coins_spin{background-image:url(/assets/css_sprites_home-ptS78ACr.png);background-position:-0px -2em}.icon-vip{background-image:url(/assets/css_sprites_home-ptS78ACr.png);background-position:-0px -5em}.icon-cashback{background-image:url(/assets/css_sprites_home-ptS78ACr.png);background-position:-0px -1em}.icon-messages{background-image:url(/assets/css_sprites_home-ptS78ACr.png);background-position:-0px -4em}.icon-all{background-image:url(/assets/css_sprites_home-ptS78ACr.png);background-position:-0px -6em}.icon-cash_rain{background-image:url(/assets/css_sprites_home-ptS78ACr.png);background-position:-0px -7em}.icon-home{background-image:url(/assets/css_sprites_home-ptS78ACr.png);background-position:-0px -9em}.icon-route-more{background-image:url(/assets/sprites-contact-mxB_9M-k.png);background-position:-0px -0em}.icon-license{background-image:url(/assets/sprites-contact-mxB_9M-k.png);background-position:-0px -1em}.icon-whatsapp{background-image:url(/assets/sprites-contact-mxB_9M-k.png);background-position:-0px -2em}.icon-email{background-image:url(/assets/sprites-contact-mxB_9M-k.png);background-position:-0px -3em}.icon-phone{background-image:url(/assets/sprites-contact-mxB_9M-k.png);background-position:-0px -4em}.pho-share-dialog .share-items .logo-ins{background:url(/assets/sprit-D9oy9ouf.png) 0px 0px no-repeat;background-size:cover}.pho-share-dialog .share-items .logo-whatsApp{background:url(/assets/sprit-D9oy9ouf.png) -80px 0px no-repeat;background-size:cover}.pho-share-dialog .share-items .logo-Facebook{background:url(/assets/sprit-D9oy9ouf.png) -160px 0px no-repeat;background-size:cover}.pho-share-dialog .share-items .logo-telegram{background:url(/assets/sprit-D9oy9ouf.png) -160px 0px no-repeat;background-size:cover}.pho-share-dialog .share-items .logo-X{background:url(/assets/sprit-D9oy9ouf.png) -40px 0px no-repeat;background-size:cover}.pho-share-dialog .share-items .logo-sms{background:url(/assets/sprit-D9oy9ouf.png) -120px 0px no-repeat;background-size:cover}.pagebtns{width:100%;display:flex;justify-content:center;gap:12px;position:absolute;bottom:-60px}@media(max-width:768px){.pagebtns{display:none}}.pagebtns .pageUp,.pagebtns .pageNum,.pagebtns .pageDown{width:32px;height:32px;display:flex;justify-content:center;align-items:center;background:#f7ba29;color:#333;line-height:var(--pho-font-size-line-1);border-radius:var(--pho-border-ra-1);font-size:var(--pho-font-size-lv-1);cursor:pointer}.pagebtns .pageUp .icon-back,.pagebtns .pageNum .icon-back,.pagebtns .pageDown .icon-back{filter:invert(0)}.pagebtns .pageNum{border:1px solid rgba(255,255,255,.2);background:#21242b;color:#fff;cursor:default}.pagebtns .pageDown{transform:rotate(180deg)}.pagebtns .disable{background:#999;cursor:not-allowed}.pho-dialog-bottom-close{display:block!important;position:absolute;right:0!important;left:unset!important;transform:translate(-50%);font-size:28px!important;top:-16px}.pho-record-h5{position:relative}.pho-record-h5 .content{margin-top:0}.pho-record-h5 .content .label{height:40px;line-height:40px;display:flex;flex-direction:row}.pho-record-h5 .content .label span{flex:1 1 33%;text-align:center;color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.pho-record-h5 .content .label span:first-child{text-align:left}.pho-record-h5 .content .label span:last-child{text-align:right}.pho-record-h5 .content ul{display:flex;flex-direction:column;height:345px;overflow:scroll}.pho-record-h5 .content ul li{display:flex;flex-direction:row;height:32px;line-height:32px;padding:0 4px}.pho-record-h5 .content ul li span{flex:1 1 33%;text-align:center;color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.pho-record-h5 .content ul li span:first-child{text-align:left}.pho-record-h5 .content ul li span:last-child{text-align:right}.pho-record-h5 .content ul li:nth-child(2n){background-color:#373838}.pho-record-h5 .content ul li:nth-child(odd){background-color:#191d20}.records-empty{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:45vh}.records-empty:after{content:"No Records";color:#999}.records-empty img{width:30%;max-width:80px;filter:hue-rotate(180deg)}.header-pc{display:flex;justify-content:space-between;align-items:center;padding:24px 4px 16px;border-bottom:1px solid rgba(255,255,255,.2)}@media(max-width:768px){.header-pc{display:none}}.header-pc div:nth-child(1){font-size:30px;line-height:1;font-weight:700;display:flex;gap:12px}.header-pc div:nth-child(1):before{content:"";width:30px;aspect-ratio:1;background:url(/assets/header_img-B_LSarAt.png) no-repeat;background-size:auto 100%;background-position:var(--pho-header-img-position, -60px) 0}.header-pc div:nth-child(2){font-size:16px;font-weight:700;line-height:1}.header-pc div:nth-child(2):hover{cursor:pointer;color:rgba(var(--pho-color-primary))}@media(min-width:768px){.pho-mobile-header{display:none}}.day_close{width:100%;display:flex;flex-direction:row-reverse;font-size:28px}:root{--pho-font-size-lv-1: 12px;--pho-font-size-line-1: 16px;--pho-font-size-lv-2: 14px;--pho-font-size-line-2: 20px;--pho-font-size-lv-3: 16px;--pho-font-size-line-3: 22px;--pho-font-size-lv-4: 18px;--pho-font-size-line-4: 24px;--pho-font-size-lv-5: 20px;--pho-font-size-line-5: 28px;--pho-font-size-lv-6: 24px;--pho-font-size-line-6: 32px;--pho-font-size-lv-7: 30px;--pho-font-size-line-7: 40px;--pho-border-ra-1: 6px;--pho-border-ra-2: 8px;--pho-border-ra-3: 12px;--pho-border-ra-4: 16px;--pho-border-ra-5: 16px;--pho-border-ra-6: 100px;--pho-color-theme-bg: 25, 25, 24;--pho-color-header-bg: #373838;--pho-color-item-active: 55, 56, 56;--pho-color-card-bg: 55, 56, 56;--pho-color-dialog-bg: 41, 44, 52;--pho-color-dark-bg: 87, 83, 75;--pho-color-input-bg: 30, 33, 41;--pho-color-primary: 247, 185, 45;--pho-color-guide-normal: 111, 226, 68;--pho-color-guide-warnning: 254, 217, 33;--pho-color-guide-failed: 211, 18, 18;--pho-color-guide-success: 31, 191, 0;--pho-color-text-normal: 255, 255, 255;--pho-color-text-op8: .8;--pho-color-text-op6: .6;--pho-color-pure-white: 255, 255, 255;--pho-color-pure-black: 0, 0, 0;--pho-overlay-op: .7;--pho-input-pre-width: 87px;--pho-header-balance: 20, 33, 45;--pho-main-padding: 30px;--pho-header-height: 64px;--pho-header-balance-radius: var(--pho-border-ra-3);--pho-button-height: 40px;--pho-button-op: 1;--pho-color-buttontext-hover: 56, 72, 92;--pho-button-border: var(--pho-border-ra-3);--pho-button-sliver-bg: 118, 118, 118;--pho-color-button: 51, 51, 51;--pho-input-height: 40px;--pho-input-pad: 16px;--pho-input-border: var(--pho-border-ra-3);--pho-dialog-pad: 15px;--pho-dialog-width-large: 50%;--pho-dialog-width-medium: 576px;--pho-dialog-width-small: 21%;--pho-dialog-header-top: 60px;--pho-message-width: 300px;--pho-message-height: 67.5px;--pho-message-padding: 16px;--pho-notify-bg: 74, 58, 18;--pho-message-bg: 74, 58, 18;--pho-divider-op: .2;--pho-header-top: 0px;--pho-tab-bottom: 247, 185, 45;--pho-select-drop-icon: var(--pho-font-size-lv-2);--pho-header-padding: 30px;--pho-app-flex-direction: column;--pho-main-padding-bottom: 40px}.pho-title-h1{font-size:var(--pho-font-size-lv-5);line-height:1.5;font-weight:700;text-align:center;white-space:nowrap}.pho-title-h2{font-size:var(--pho-font-size-lv-3);line-height:1.5;font-weight:700;text-align:left}.green{color:rgba(var(--pho-color-guide-success),var(--pho-color-text-op8))!important}.red{color:rgba(var(--pho-color-guide-failed),var(--pho-color-text-op8))!important}.op0{opacity:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width:768px){:root{--pho-font-size-lv-1: 12px;--pho-font-size-lv-2: 14px;--pho-font-size-lv-3: 16px;--pho-font-size-lv-4: 18px;--pho-font-size-lv-5: 20px;--pho-font-size-lv-6: 24px;--pho-font-size-lv-7: 30px;--pho-main-padding: 0px;--pho-wrap-padding: 15px;--pho-header-height: 44px;--pho-button-height: 32px;--pho-input-height: 48px;--pho-button-border: var(--pho-border-ra-2);--pho-dialog-width-large: 100%;--pho-dialog-width-medium: 80%;--pho-dialog-width-small: 80%;--pho-header-padding: 6px;--pho-main-padding-bottom: 80px}}.pho-header-back{display:flex;align-items:center;gap:5px}.pho-header-title{font-weight:700;line-height:44px;font-size:18px;white-space:nowrap}main{width:80%;margin:0 auto;padding:calc(var(--pho-header-height) + var(--pho-header-top)) var(--pho-main-padding) calc(var(--pho-main-padding) + var(--pho-main-padding-bottom) + env(safe-area-inset-bottom) + 100px);font-weight:400}@media(max-width:768px){main{width:100%;height:100%;overflow-x:hidden}}@media(min-width:769px)and (max-width:1360px){body{display:flex;place-items:center}main{width:100%;padding:var(--pho-header-height) 30px calc(var(--pho-main-padding) + var(--pho-main-padding-bottom) + env(safe-area-inset-bottom))}}.pho-deposit-record-empty .images{filter:hue-rotate(180deg)}header{width:100%;position:fixed;top:0;display:flex;flex-direction:column;z-index:101}@media(max-width:768px){header{z-index:40}}header .pho-header-top{width:100%;color:#fff;text-align:center;font-size:14px}header .pho-header{display:flex;align-items:center;justify-content:space-between;background:var(--pho-color-header-bg);height:var(--pho-header-height);padding:0 var(--pho-header-padding, var(--pho-main-padding));z-index:99;position:relative;border-bottom:1px solid rgba(var(--pho-color-primary),.2)}header .pho-header .pho-header-left{min-width:46px;height:100%}header .pho-header .pho-header-left img{max-height:42px}@media(max-width:768px){header .pho-header .pho-header-left img{width:100%}}header .pho-header .action{width:215px;display:flex;flex-direction:row-reverse;white-space:nowrap}@media(max-width:768px){header .pho-header .action{width:unset;min-width:50px}}.pho-dialog-overlay{position:fixed;left:0;top:0;height:100vh;width:100%;background-color:rgba(var(--pho-color-pure-black),var(--pho-overlay-op));z-index:998;overflow:hidden}.pho-dialog{position:fixed;top:var(--pho-dialog-header-top);height:-moz-fit-content;height:fit-content;max-height:calc(100vh - var(--pho-header-height) * 2);z-index:999;background-color:rgba(var(--pho-color-dialog-bg),1);border-radius:var(--pho-border-ra-4);padding:var(--pho-dialog-pad);border:none;display:flex;flex-direction:row}.pho-dialog .pho-dialog-right{width:100%}.pho-dialog .pho-dialog-right .pho-dialog-content{margin-top:10px;height:-moz-fit-content;height:fit-content;max-height:calc(100vh - (var(--pho-header-height) * 2) - (var(--pho-dialog-pad) * 3));overflow:hidden}.pho-dialog-large{width:960px;left:calc(50% - 480px)}.pho-dialog-medium{width:var(--pho-dialog-width-medium);left:50%;transform:translate(-50%)}.pho-dialog-small{width:400px;left:calc(50% - 200px);top:26%}.pho-dialog-part{width:680px;left:50%;padding:0;overflow:hidden;min-height:unset}.pho-dialog-part .pho-dialog-left{width:200px;overflow:hidden}@media(max-width:768px){.pho-dialog-part .pho-dialog-left{display:none}}.pho-dialog-part .pho-dialog-right{width:480px;padding:24px}.pho-dialog-advert{padding:0;top:20%;left:50%;transform:translate(-50%);width:clamp(300px,calc(100% - 75px),400px);aspect-ratio:1;background-color:transparent;z-index:998}.pho-dialog-advert .pho-dialog-close-bg{display:none}.pho-dialog-advert .pho-dialog-bottom-close{display:block!important;position:absolute;left:50%;transform:translate(-50%);font-size:24px}@media(max-width:768px){.pho-dialog-advert{top:15%}}.pho-dialog-activity{padding:0;left:50%;top:unset;transform:translate(-50%);background-color:transparent;width:-moz-fit-content;width:fit-content}@media(min-width:768px){.pho-dialog-activity{top:10%}}.pho-dialog-activity .pho-dialog-close-bg{display:none}.pho-dialog-activity .pho-dialog-bottom-close{display:block!important;position:absolute;bottom:-50px;left:50%;transform:translate(-50%);font-size:24px}@media(max-width:768px){.pho-dialog-activity .pho-dialog-bottom-close{bottom:50px}}.pho-dialog-bottom{bottom:0;top:unset;left:unset;width:100%!important;height:-moz-fit-content;height:fit-content;border-top-left-radius:var(--pho-border-ra-2);border-top-right-radius:var(--pho-border-ra-2);border-bottom-left-radius:unset;border-bottom-right-radius:unset}.pho-dialog-bottom .pho-dialog-header{position:absolute;right:15px}.pho-dialog-bottom .pho-dialog-content{margin-top:0!important;height:-moz-fit-content!important;height:fit-content!important}.pho-dialog-header{display:flex;justify-content:space-between;height:var(--pho-font-size-lv-4)}.pho-dialog-header .title{line-height:1;font-size:var(--pho-font-size-lv-4);font-weight:700}.pho-dialog-header .pho-dialog-close-bg .pho-dialog-close{font-size:var(--pho-font-size-lv-4);line-height:var(--pho-font-size-lv-4);color:rgba(var(--pho-color-pure-white),1)}.pho-dialog-loading{left:50%;top:150px;transform:translate(-50%);border-radius:var(--pho-border-ra-3)}.pho-dialog-loading .pho-dialog-header{display:none}@media(max-width:768px){.pho-dialog .pho-dialog-right{width:100%}.pho-dialog .pho-dialog-right .pho-dialog-content{margin-top:10px;height:100%;max-height:calc(100vh - env(safe-area-inset-bottom));overflow:scroll}.pho-dialog-bottom .pho-dialog-right .pho-dialog-content,.pho-dialog-loading .pho-dialog-right .pho-dialog-content,.pho-dialog-advert .pho-dialog-right .pho-dialog-content,.pho-dialog-small .pho-dialog-right .pho-dialog-content{height:-moz-fit-content;height:fit-content;max-height:unset;overflow:scroll}.pho-dialog-large,.pho-dialog-medium{height:calc(100vh - env(safe-area-inset-bottom));height:100dvh;max-height:100vh;width:100vw;left:0;top:0;border-radius:0;--pho-dialog-pad: 15px;transform:none}.pho-dialog-header{height:var(--pho-font-size-lv-3);line-height:var(--pho-font-size-lv-3);margin-bottom:12px}.pho-dialog-header .pho-dialog-close-bg{z-index:2}.pho-dialog-header .pho-dialog-close-bg .pho-dialog-close{font-size:var(--pho-font-size-lv-3);line-height:var(--pho-font-size-lv-3)}.pho-dialog-loading{width:calc(100% - 30px);height:unset;left:50%;top:150px;transform:translate(-50%);border-radius:var(--pho-border-ra-3)}.pho-dialog-loading .pho-dialog-header{display:none}.pho-dialog-record{width:calc(100vw - 30px);left:15px;top:10%;height:-moz-fit-content;height:fit-content;border-radius:16px}.pho-dialog-record .pho-dialog-header{margin-bottom:0}.pho-dialog-record .pho-dialog-right .pho-dialog-content{height:unset}.pho-dialog-small{width:calc(100% - 30px);left:50%;transform:translate(-50%)}}@media(min-width:768px)and (max-width:1024px){.pho-dialog-large{width:calc(100% - 60px);margin:0 30px;left:0;--pho-dialog-pad: 15px}.pho-dialog-small{width:clamp(300px,calc(100% - 60px),400px);top:26%}}.pho-button{font-size:var(--pho-font-size-lv-3);line-height:var(--pho-font-size-line-3);font-weight:700;height:var(--pho-button-height);color:rgba(var(--pho-color-text-normal),var(--pho-button-op));border-radius:var(--pho-button-border)}.pho-button-primary{color:rgba(var(--pho-color-button, --pho-color-text-normal),var(--pho-button-op));background-color:rgba(var(--pho-color-primary),var(--pho-button-op))}.pho-button-colorful{--color-center: #fdfbc1;color:rgba(51,51,51,var(--pho-button-op));background:linear-gradient(90deg,rgba(var(--pho-color-primary),1) 0%,var(--color-center) 51%,rgba(var(--pho-color-primary),1) 100%)}.pho-button-dark{background-color:rgba(var(--pho-color-dark-bg),var(--pho-button-op))}.pho-button-disabled{--pho-button-op: .6;--pho-color-primary: var(--pho-button-sliver-bg);--color-center: #b9b9b9;transition:background .3s;cursor:not-allowed}.pho-button-text{background:transparent}.pho-button-outline{border:1px solid currentColor}.pho-button-small{--pho-button-height: 28px;font-weight:500;font-size:var(--pho-font-size-lv-2);border-radius:var(--pho-button-border)}.pho-button-medium{--pho-button-height: 32px;font-weight:700;font-size:var(--pho-font-size-lv-2);border-radius:var(--pho-button-border)}.pho-button-Hstatic{--pho-button-height: 44px}.pho-button-text:hover{background:rgba(var(--pho-color-buttontext-hover),1)}@media(max-width:768px){.pho-button-text:hover{background:transparent}}.lm-app-promote{display:block;padding:0;width:100%;z-index:200}.lm-app-promote img{width:100%;aspect-ratio:20/3}.pho-input-label{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);font-weight:500;padding-bottom:calc(var(--pho-input-pad) / 2);color:rgba(var(--pho-color-pure-white),1)}.pho-input-label .pho-input-label-require{color:rgba(var(--pho-color-guide-failed),1)}.pho-input-errormessage{font-size:var(--pho-font-size-lv-1);padding-top:calc(var(--pho-input-pad) / 2);color:rgba(var(--pho-color-guide-failed));line-height:15px}.pho-input{display:flex;height:var(--pho-input-height);border:1px solid rgba(var(--pho-color-pure-white),.2);border-radius:var(--pho-input-border);background-color:rgba(var(--pho-color-input-bg),1);padding:0 var(--pho-input-pad)}.pho-input .pho-input-pre{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;height:100%;color:rgba(var(--pho-color-pure-white));font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-lv-3);font-weight:700;padding-right:var(--pho-input-pad);margin-right:0;max-width:77px}.pho-input .pho-input-pre img{padding:16px 6px 16px 0;height:100%}.pho-input .pho-input-append{height:100%;display:flex;flex-direction:column;justify-content:center;font-size:16px}.pho-input input{width:100%;height:100%;color:rgba(var(--pho-color-pure-white));font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-lv-3);font-weight:700}.pho-input input::-moz-placeholder{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-lv-3);font-weight:400}.pho-input input::placeholder{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-lv-3);font-weight:400}.pho-input:focus-within{border:1px solid rgba(var(--pho-color-primary),1)}.pho-input-error{border:1px solid rgba(var(--pho-color-guide-failed))}@media(min-width:768px){.pho-input{height:var(--pho-input-height)}.pho-input .pho-input-pre img{padding:14px 8px 14px 0}}.pho-message-list{position:fixed;top:calc(var(--pho-header-height) + 10px);left:50%;transform:translate(-50%);width:100%;padding:0 var(--pho-message-padding);display:flex;flex-direction:column-reverse;align-items:center;gap:5px;z-index:1002;transition:all linear 1s}.pho-bottom-message-list{position:fixed;bottom:20px;left:100%;transform:translate(-100%);width:-moz-fit-content;width:fit-content;padding:0 var(--pho-message-padding);display:flex;flex-direction:column;align-items:center;gap:5px;z-index:1002}@media(max-width:768px){.pho-bottom-message-list{width:100%}}.pho-message{width:var(--pho-message-width);height:var(--pho-message-height);aspect-ratio:4.4444;padding:var(--pho-message-padding);border-radius:var(--pho-border-ra-2);border:1px solid rgba(var(--pho-color-guide-success),1);background-color:rgba(var(--pho-message-bg),1);display:flex;align-items:center;gap:var(--pho-message-padding);cursor:pointer}.pho-message .pho-message-icon{font-size:24px}.pho-message .icon-fail{color:rgba(var(--pho-color-guide-failed),1)}.pho-message .icon-Success{color:rgba(var(--pho-color-guide-success),1)}.pho-message .pho-message-title{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);font-weight:500}.pho-message .pho-message-content{font-size:var(--pho-font-size-lv-1);line-height:var(--pho-font-size-line-1);font-weight:500;color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op6));cursor:pointer}.pho-bottom-message{width:450px;cursor:pointer;min-height:160px;padding:10px var(--pho-message-padding);border-radius:var(--pho-border-ra-3);background-color:#fff;color:#333;display:flex;flex-direction:column;align-items:flex-start}@media(max-width:768px){.pho-bottom-message{width:100%}}.pho-bottom-message .bottom-header{margin-bottom:8px;width:100%;position:relative;display:flex;flex-direction:row;gap:8px}.pho-bottom-message .bottom-header .laba{width:24px}.pho-bottom-message .bottom-header .title{font-size:18px;line-height:25px;font-weight:700}.pho-bottom-message .bottom-header .shut-icon{font-size:16px;position:absolute;right:0;filter:drop-shadow(20px 1px 0px #333);transform:translate(-100%);overflow:hidden}.pho-bottom-message .pho-bottom-message-content{flex:1;font-size:var(--pho-font-size-lv-2);line-height:var(--pho-line-height-lv-2)}.pho-message-failed{border:1px solid rgba(var(--pho-color-guide-failed),1)}.pho-message-waitting{border:1px solid rgba(var(--pho-color-text-normal),.2)}.pho-notify{position:relative;width:400px;min-height:75px;padding:var(--pho-message-padding);border-radius:var(--pho-border-ra-2);background-color:rgba(var(--pho-notify-bg),1);display:flex;flex-direction:column;align-self:flex-end;gap:calc(var(--pho-message-padding) / 2);cursor:pointer;overflow:hidden}.pho-notify .count-down-line{position:absolute;bottom:0;left:0;height:100%;width:6px;background-color:rgba(var(--pho-color-primary),1);animation:hideBar 8s linear 1}@keyframes hideBar{0%{height:100%}to{height:0%}}.pho-notify .pho-notify-guanbi{font-size:10px;position:absolute;right:var(--pho-message-padding);top:calc(50% - 9px)}@media(max-width:768px){.pho-notify .pho-notify-guanbi{font-size:16px;top:calc(50% - 12px)}}.pho-notify .pho-notify-title{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);font-weight:700;color:rgba(var(--pho-color-guide-success),1)}.pho-notify .pho-notify-content{width:90%;font-size:var(--pho-font-size-lv-1);line-height:var(--pho-font-size-line-1);font-weight:500;color:rgba(var(--pho-color-text-normal),1)}@media(max-width:768px){.pho-notify{width:100%;min-height:73px;align-self:unset}}.pho-message-fade-enter-active,.pho-message-fade-leave-active{transition:all .4s cubic-bezier(.4,0,.2,1)}.pho-message-fade-enter-from,.pho-message-fade-leave-to{opacity:0;transform:translateY(-20px) scale(.95)}.pho-message-fade-enter-to,.pho-message-fade-leave-from{opacity:1;transform:translateY(0) scale(1)}.pho-bottom-fade-enter-active,.pho-bottom-fade-leave-active{transition:all .4s cubic-bezier(.4,0,.2,1)}.pho-bottom-fade-enter-from,.pho-bottom-fade-leave-to{opacity:0;transform:translateY(20px) scale(.95)}.pho-bottom-fade-enter-to,.pho-bottom-fade-leave-from{opacity:1;transform:translateY(0) scale(1)}.pho-tandc-dia .pho-dialog-right{width:100%}.pho-tandc-dia .pho-dialog-right .pho-dialog-content{overflow:scroll;max-height:60vh}@media(max-width:768px){.pho-tandc-dia .pho-dialog-right .pho-dialog-content{max-height:unset}}.pho-logindia-check{margin-bottom:12px;cursor:pointer}.pho-logindia-check span:hover{text-decoration:underline}.pho-contactUs-yellow{padding:10px 15px}.pho-contactUs-yellow .title{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);margin:10px 0 8px;opacity:.8}.pho-contactUs-yellow .pho-contact-us-logos{display:flex;flex-direction:column;gap:16px;justify-content:center}.pho-contactUs-yellow .pho-contact-us-logos li{display:flex;flex-direction:column;align-items:flex-start;gap:4px;line-height:1}.pho-contactUs-yellow .pho-contact-us-logos li .type{font-size:16px;font-weight:700;color:#fff}.pho-contactUs-yellow .pho-contact-us-logos li .desc{font-size:14px;color:rgba(255,255,255,.8)}.pho-contactUs-yellow .pho-contact-us-logos li .text{font-weight:700;text-decoration:underline;font-size:14px;line-height:1.2;cursor:pointer}.pho-contactUs-yellow .follow-us{padding:16px 0;margin:0 22.5px;border-radius:var(--pho-border-ra-3);border:1px solid rgba(var(--pho-color-text-normal),.2)}.pho-contactUs-yellow .follow-us .follow-us-title{color:rgba(var(--pho-color-pure-white),var(--pho-color-text-op8));text-align:center}.pho-contactUs-yellow .follow-us .logos{display:flex;align-items:center;justify-content:center}.pho-contactUs-yellow .follow-us .logos .pho-share-dialog{gap:0px}.pho-contactUs-yellow .follow-us .logos .pho-share-dialog .logo-telegram{background:url(/assets/sprit-D9oy9ouf.png) -135px 0px no-repeat;background-size:cover}.pho-select[data-v-31e478e6]{display:flex;align-items:center;height:var(--pho-input-height);border:1px solid rgba(var(--pho-color-pure-white),.2);border-radius:var(--pho-input-border);background-color:rgba(var(--pho-color-input-bg),1);padding:0 var(--pho-input-pad);transition:border .2s}.pho-select-error[data-v-31e478e6]{border:1.5px solid #e50539}.pho-select .pho-select-custom[data-v-31e478e6]{position:relative;width:100%;flex:1;cursor:pointer}.pho-select .pho-select-custom.open .pho-select-option-container[data-v-31e478e6]{display:flex}@media(max-width:768px){.pho-select .pho-select-custom.open .pho-select-option-container[data-v-31e478e6]{display:none}}@media(max-width:768px){.pho-select .pho-select-custom.open .pho-select-option-bottom-container[data-v-31e478e6]{display:flex}}.pho-select .pho-select-display[data-v-31e478e6]{width:100%;height:100%;padding:0;display:flex;align-items:center;font-size:var(--pho-font-size-lv-2);font-weight:700;color:rgba(var(--pho-color-pure-white),1);background:transparent;border:none;outline:none}.pho-select .pho-select-option-container[data-v-31e478e6]{position:absolute;left:calc(0% - var(--pho-input-pad) * 1);top:calc(100% + var(--pho-input-pad));width:calc(100% + var(--pho-input-pad) * 3);padding:var(--pho-input-pad);background-color:rgba(var(--pho-color-input-bg),1);z-index:10;border:1px solid rgba(var(--pho-color-text-normal),.2);border-radius:var(--pho-border-ra-2);margin:0;list-style:none;display:none;flex-direction:column;gap:25px;max-height:220px;overflow-y:auto}.pho-select .pho-select-overlay[data-v-31e478e6]{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:9}@media(max-width:768px){.pho-select .pho-select-overlay[data-v-31e478e6]{background:rgba(0,0,0,.6)}}.pho-select .pho-select-option-bottom-container[data-v-31e478e6]{position:fixed;top:unset!important;left:0;bottom:0;width:100%;height:40vh;padding:var(--pho-input-pad);background-color:rgba(var(--pho-color-input-bg),1);z-index:100;border-radius:var(--pho-border-ra-5);margin:0;list-style:none;display:none;flex-direction:column;gap:10px;max-height:220px;overflow-y:auto}.pho-select .pho-select-option-bottom-container ul[data-v-31e478e6]{height:20vh;display:flex;flex-direction:column;text-align:center;gap:10px;overflow:scroll;z-index:10}.pho-select .pho-select-option-bottom-container ul[data-v-31e478e6]:before,.pho-select .pho-select-option-bottom-container ul[data-v-31e478e6]:after{content:"";position:sticky;display:block;width:100%;aspect-ratio:20;left:0;right:0;z-index:200;pointer-events:none}.pho-select .pho-select-option-bottom-container ul[data-v-31e478e6]:before{top:0;background:linear-gradient(to bottom,rgba(var(--pho-color-input-bg),1),rgba(var(--pho-color-input-bg),.8),rgba(var(--pho-color-input-bg),0));backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(8px)}.pho-select .pho-select-option-bottom-container ul[data-v-31e478e6]:after{bottom:0;background:linear-gradient(to top,rgba(var(--pho-color-input-bg),1),rgba(var(--pho-color-input-bg),.8),rgba(var(--pho-color-input-bg),0));backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(8px)}.pho-select .pho-select-option-bottom-container .pho-button[data-v-31e478e6]{height:44px}.pho-select .pho-select-option[data-v-31e478e6]{font-size:16px;color:#fff;cursor:pointer;transition:background .2s}.pho-select .pho-select-option[data-v-31e478e6]:hover,.pho-select .pho-select-option.active[data-v-31e478e6]{background:transparent;color:rgba(var(--pho-color-primary),1)}.pho-select .pho-select-option[data-v-31e478e6]:last-child{border-bottom:none}.pho-select .pho-select-dropicon[data-v-31e478e6]{font-size:var(--pho-font-size-lv-1);color:rgba(var(--pho-color-pure-white),.8);margin-left:8px;cursor:pointer}.pho-select .pho-select-dropicon span[data-v-31e478e6]{font-size:var(--pho-select-drop-icon, var(--pho-font-size-lv-4))}.border-primary[data-v-31e478e6]{border:1px solid rgba(var(--pho-color-primary),1)}.border-primary .pho-select-dropicon[data-v-31e478e6]{transform:rotate(180deg)}.pho-input-label[data-v-31e478e6]{margin-bottom:4px;font-size:var(--pho-font-size-lv-2);color:rgba(var(--pho-color-pure-white),1);display:flex;align-items:center}.pho-input-label-require[data-v-31e478e6]{color:#e50539;margin-left:2px}.pho-input-errormessage[data-v-31e478e6]{color:#e50539;font-size:12px;margin-top:2px;min-height:18px}.pho-withdraw-enable{display:flex;flex-direction:column;align-items:center;padding:80px 0 0}.pho-withdraw-enable .images{filter:hue-rotate(180deg);width:112px;height:112px}@media(max-width:768px){.pho-withdraw-enable .images{width:56px;height:56px}}.pho-withdraw-enable .text{color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op6));font-size:var(--pho-font-size-lv-2);padding:12px 56px}.pho-withdraw{padding:0}.pho-withdraw .pho-withdraw-amount{margin:12px 0;display:flex;flex-direction:row}.pho-withdraw .pho-withdraw-amount .pho-withdraw-balance{color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op6))}.pho-withdraw .pho-withdraw-amount .pho-withdraw-money{color:rgba(var(--pho-color-primary),1)!important;font-weight:700;text-indent:10px}.pho-withdraw .pho-withdraw-WithDrawAmount{margin-top:2px;margin-bottom:16px}.pho-withdraw .pho-withdraw-table{border-color:transparent;margin-bottom:25px;width:100%}.pho-withdraw .pho-withdraw-table tr{text-align:center}.pho-withdraw .pho-withdraw-table tr .tax-amount{color:rgba(var(--pho-color-text-normal),1);text-indent:0px!important}.pho-withdraw .pho-withdraw-table tr .tax-amount:before{display:none}.pho-withdraw .pho-withdraw-table tr td{width:50%;text-align:left;position:relative}.pho-withdraw .pho-withdraw-table tr td .taxspan{color:rgba(var(--pho-color-guide-warnning));margin-right:.5em}.pho-withdraw .pho-withdraw-table tr td:nth-child(1){text-indent:16px;color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.pho-withdraw .pho-withdraw-table tr td:nth-child(1):before{content:"";position:absolute;width:8px;aspect-ratio:1;background-color:rgba(var(--pho-color-primary));top:50%;left:0;transform:translateY(-50%);border-radius:4px}.pho-withdraw .pho-withdraw-table tr td:nth-child(2){text-align:right;color:rgba(var(--pho-color-text-normal))}.pho-withdraw .pho-withdraw-table tr:nth-last-child(1) td:nth-child(2){text-align:right;color:rgba(var(--pho-color-guide-warnning))}.pho-withdraw .TIPS{margin-top:20px}.pho-withdraw-notlogin-parent{display:flex;flex-direction:column;margin:50px var(--pho-wrap-padding) 0;padding:42px 26px;background-color:rgba(var(--pho-color-card-bg),1);border-radius:var(--pho-border-ra-2);gap:25px}.pho-withdraw-notlogin-parent .pho-withdraw-notlogin{display:flex;flex-direction:row}.pho-withdraw-notlogin-parent .pho-withdraw-notlogin .image{width:32px;height:32px;margin-right:25px}.pho-withdraw-notlogin-parent .pho-withdraw-notlogin .text{line-height:16px;font-size:var(--pho-font-size-lv-2)}.pho-withdraw-result{margin-top:43px;display:flex;flex-direction:column;justify-items:center;align-items:center}.pho-withdraw-result .icon-wait,.pho-withdraw-result .icon-fail{font-size:46px;line-height:1}.pho-withdraw-result .icon-wait{color:rgba(var(--pho-color-guide-warnning))}.pho-withdraw-result .icon-fail{color:rgba(var(--pho-color-guide-failed))}.pho-withdraw-result .amount{margin:12px 0 16px;font-size:16px;font-weight:700}.pho-withdraw-result .amount-num{font-weight:700;color:rgba(var(--pho-color-guide-warnning))}.pho-withdraw-result .msg{width:90%;margin:0 0 24px;font-size:14px;color:rgba(var(--pho-color-pure-white),.8)}.pho-withdraw-result .result-btns{display:flex;flex-direction:row;gap:20px}.pho-withdraw-result .result-btns .result-btn{width:140px;height:40px}.pho-7days-bonus-yellow{display:flex;flex-direction:column;width:480px;overflow:visible}.pho-7days-bonus-yellow .header-img{width:100%;display:flex;justify-content:center;z-index:20}.pho-7days-bonus-yellow .header-img img{width:80%}@media(max-width:768px){.pho-7days-bonus-yellow .header-img img{width:90%}}@media(max-width:768px){.pho-7days-bonus-yellow{width:85vw}}.pho-7days-bonus-yellow .box{position:relative;top:-50px;width:100%;height:640px;padding:24px 8px 6px 10px;overflow:hidden;background:url(/assets/bg-B2LEgvXF.png) no-repeat top;background-size:100% 100%}@media(max-height:774px){.pho-7days-bonus-yellow .box{top:-40px;height:450px;padding:24px 4px 6px 5px}}@media(max-width:768px){.pho-7days-bonus-yellow .box{height:450px}}.pho-7days-bonus-yellow .box .countdown{display:flex;justify-content:center;font-weight:700;gap:8px;font-size:16px;color:#feed77}.pho-7days-bonus-yellow .box .countdown span{display:inline-block;aspect-ratio:1;background-color:#271503;color:#fff;text-align:center;width:32px;line-height:30px;border-radius:4px;font-weight:700;font-size:16px;border:1px solid #6e480f}@media(max-width:768px){.pho-7days-bonus-yellow .box .countdown span{width:24px;font-size:14px;line-height:24px}}.pho-7days-bonus-yellow .box .gift-list{margin-top:10px;height:92%;overflow:scroll}.pho-7days-bonus-yellow .box .gift-list ul{display:flex;flex-direction:column;border-radius:24px}.pho-7days-bonus-yellow .box .gift-list ul li{position:relative;width:100%;aspect-ratio:4;display:flex;flex-direction:row;border-bottom:2px solid;-o-border-image:linear-gradient(90deg,transparent 0%,rgba(254,210,11,.4) 20%,rgba(254,210,11,.5) 50%,rgba(254,210,11,.4) 90%,transparent 100%) 1;border-image:linear-gradient(90deg,transparent 0%,rgba(254,210,11,.4) 20%,rgba(254,210,11,.5) 50%,rgba(254,210,11,.4) 90%,transparent 100%) 1;overflow:hidden}.pho-7days-bonus-yellow .box .gift-list ul li .left{width:75%;display:flex;padding:0 5% 0 20%}@media(max-width:768px){.pho-7days-bonus-yellow .box .gift-list ul li .left{padding:0 0% 0 15%}}.pho-7days-bonus-yellow .box .gift-list ul li .left .gift{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.pho-7days-bonus-yellow .box .gift-list ul li .left .gift .itemBounus{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;width:50%}.pho-7days-bonus-yellow .box .gift-list ul li .left .gift .itemBounus img{width:60px;aspect-ratio:1;margin-bottom:8px}@media(max-width:768px){.pho-7days-bonus-yellow .box .gift-list ul li .left .gift .itemBounus img{margin-bottom:0;width:36px}}.pho-7days-bonus-yellow .box .gift-list ul li .left .gift .itemBounus>div{text-align:center;font-weight:500;font-size:12px;line-height:1.2;white-space:nowrap;color:#f8f3d2}.pho-7days-bonus-yellow .box .gift-list ul li .left .gift .itemBounus:nth-child(n+3){display:none}.pho-7days-bonus-yellow .box .gift-list ul li .left .gift .itemBounus:last-child:after{display:none}.pho-7days-bonus-yellow .box .gift-list ul li .right{width:25%;display:flex;justify-content:center;align-items:center}.pho-7days-bonus-yellow .box .gift-list ul li .right .pho-button{width:80px;border-radius:20px}@media(max-width:768px){.pho-7days-bonus-yellow .box .gift-list ul li .right .pho-button{width:60px;height:28px;font-size:14px;line-height:20px}}.pho-7days-bonus-yellow .box .gift-list ul li .right .unlock{width:80%;color:#f8e774;font-size:14px;line-height:1.25;font-weight:700;text-align:center}.pho-7days-bonus-yellow .box .gift-list ul li .day-day{position:absolute;top:50%;transform:translateY(-50%);left:12px;z-index:1}.pho-7days-bonus-yellow .box .gift-list ul li .day-day .num{font-size:24px;line-height:2;color:#fff;font-weight:700;background-image:linear-gradient(to bottom,#fffce9,#feed77);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:768px){.pho-7days-bonus-yellow .box .gift-list ul li .day-day .num{font-size:18px}}.pho-7days-bonus-yellow .box .gift-list ul li .day-day .other{color:#feed63;font-size:16px}@media(max-width:768px){.pho-7days-bonus-yellow .box .gift-list ul li .day-day .other{font-size:12px}}.pho-7days-bonus-yellow .box .gift-list ul li:last-child{width:100%;position:sticky;bottom:-2px;border-bottom:2px solid #9f6515;z-index:13}.pho-7days-bonus-yellow .box .gift-list ul li:last-child:after{height:50%}.pho-7days-bonus-yellow .box .gift-list ul li:last-child:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:radial-gradient(0% 0% at 0% 0%,#fffce9 5%,#cc8e16 6%,#6e480f 89%);z-index:0}.pho-7days-bonus-yellow .box .gift-list ul li:last-child .left{z-index:12}.pho-7days-bonus-yellow .box .gift-list ul li:last-child .left .gift{flex-wrap:wrap}.pho-7days-bonus-yellow .box .gift-list ul li:last-child .left .gift .itemBounus:nth-child(n+3){display:flex}.pho-7days-bonus-yellow .box .gift-list ul li:last-child .left .gift .itemBounus:after{color:#92d14f}.pho-7days-bonus-yellow .box .gift-list ul li:last-child .right{z-index:12}.pho-7days-bonus-yellow .box .gift-list ul li .pho-overlay{display:none}.pho-7days-bonus-yellow .box .gift-list ul .claim-day{position:relative}.pho-7days-bonus-yellow .box .gift-list ul .claim-day .left,.pho-7days-bonus-yellow .box .gift-list ul .claim-day .right,.pho-7days-bonus-yellow .box .gift-list ul .claim-day .day-day{filter:brightness(.5)}.pho-7days-bonus-yellow .box .gift-list ul .claim-day .pho-overlay{width:100%;height:100%;position:absolute;display:block;font-size:32px;color:#fedf21;z-index:13;display:flex;justify-content:center;align-items:center}.pho-7days-bonus-yellow .box .gift-list ul .claim-day .pho-overlay span{font-size:50px}.pho-7days-bonus-yellow .box .gift-list ul .claim-day .pho-overlay .icon-adapted{background:url(/assets/claimed-CMSaJv7H.png) no-repeat center;background-size:contain}.pho-7days-bonus-yellow .box:after,.pho-7days-bonus-yellow .box:before{content:"";position:absolute;bottom:0;width:calc(100% - 10px);height:7%;z-index:14;left:6px}.pho-7days-bonus-yellow .box:after{background:url(/assets/1-DUTz6_fR.png) no-repeat right bottom;background-size:contain}.pho-7days-bonus-yellow .box:before{background:url(/assets/2-Bqp5hVMX.png) no-repeat left bottom;background-size:contain}.pho-deposit-yellow{padding:0 var(--pho-wrap-padding)}.pho-deposit-yellow .pho-deposit-inputamount{margin-top:16px}.pho-deposit-yellow .normal-activity{margin-bottom:16px;background:#553f21;padding:6px 10px;border-radius:6px}.pho-deposit-yellow .normal-activity .normal-activity-content{white-space:nowrap;display:flex;flex-wrap:nowrap;align-items:center;gap:12px}.pho-deposit-yellow .normal-activity .normal-activity-content .activity_name{text-align:center;font-size:16px;font-weight:700;color:#f7b92d;line-height:1.2}.pho-deposit-yellow .normal-activity .normal-activity-content .activity-reward{font-size:12px;display:flex;flex-wrap:wrap}.pho-deposit-yellow .normal-activity .normal-activity-content .activity-reward .money{color:#f7b92d}.pho-deposit-yellow .normal-activity .normal-activity-content .activity-reward span{display:flex;margin-right:4px;color:#f7b92d}.pho-deposit-yellow .normal-activity .normal-activity-content .activity-reward span img{height:16px;aspect-ratio:1;margin:0 2px 0 8px}.pho-deposit-img{margin-top:10px;width:100%;aspect-ratio:690/100;border-radius:var(--pho-border-ra-3)}.pho-payitems{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:10px;margin:12px 0 10px}.pho-payitems .pho-payitem{flex:0 0 calc(33.3333% - 7px);max-width:calc(33.3333% - 7px);padding:10px 0!important;box-sizing:border-box;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#3c3935;border-radius:var(--pho-border-ra-2);border:1px solid rgba(var(--pho-color-guide-success),0);cursor:pointer;position:relative}.pho-payitems .pho-payitem .top-num{font-size:var(--pho-font-size-lv-3);line-height:var(--pho-font-size-line-3);font-weight:700}.pho-payitems .pho-payitem .bottom-num{margin-top:0!important;font-size:var(--pho-font-size-lv-1);line-height:var(--pho-font-size-line-1);color:#f7b92d}.pho-payitems .pho-payitem .flame img{position:absolute;width:20px;height:20px;top:0;right:0}.pho-payitems .pho-payitem-selected{background:linear-gradient(90deg,#f7b92c,#fdfbc1 51%,#f7b92c)}.pho-payitems .pho-payitem-selected .top-num,.pho-payitems .pho-payitem-selected .bottom-num{color:#333}.pho-tax{margin:16px 0}.pho-tax .transactions span{color:#fedf21}.pho-tax ul{display:flex;flex-direction:column}.pho-tax ul li{position:relative;color:rgba(var(--pho-color-text-normal),.6);text-indent:1rem;display:flex;justify-content:space-between}.pho-tax ul li span:nth-child(2){color:#fff}.pho-tax ul li:before{position:absolute;content:"";width:8px;height:8px;border-radius:4px;background:#fcf2ac;left:0;top:8px}.pho-tax ul li .yellow{color:#ecd021!important}.pho-paychannels{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;gap:10px;margin:0 0 12px}.pho-paychannels .pho-paychannel{flex:0 0 calc(25% - 10px);max-width:calc(25% - 10px);padding:10px;box-sizing:border-box;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#3c3935;border-radius:var(--pho-border-ra-2);border:1px solid rgba(var(--pho-color-guide-success),0);cursor:pointer}.pho-paychannels .pho-paychannel .top-img{width:100%}.pho-paychannels .pho-paychannel .bottom-name{font-size:var(--pho-font-size-lv-1);line-height:var(--pho-font-size-line-1);color:#999}.pho-paychannels .pho-payitem-selected{border:1px solid #fedd21!important}.pho-paychannels .pho-payitem-selected .bottom-name{color:#fff}.pho-contact-us-mobile{margin:24px 0 16px;font-weight:700;display:flex;justify-content:center}.pho-contact-us-mobile img{margin-right:10px;width:32px}.pho-contact-us .pho-contact-us-title{margin-top:12px;text-align:center;font-size:var(--pho-font-size-lv-1);line-height:var(--pho-font-size-line-2);color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op6))}.pho-contact-us .pho-contact-us-logos{display:flex;gap:20px;justify-content:center}.pho-contact-us .pho-contact-us-logos .pho-contact-us-logo{width:32px;height:32px;margin-top:12px;margin-bottom:4px;border-radius:16px;color:#fff;cursor:pointer}.pho-contact-us .pho-contact-us-logos .pho-contact-us-logo span{font-size:16px;line-height:32px}.pho-contact-us .pho-contact-us-logos .phone{text-align:center;background-color:#4aa23a}.pho-contact-us .pho-contact-us-logos .whatsapp{text-align:center;background-color:#44e861}.pho-contact-us .pho-contact-us-logos .whatsapp span{font-size:18px;line-height:32px}.pho-contact-us .pho-contact-us-logos .email{text-align:center;background-color:#4da8ef}.pho-deposit-table{width:100%;border-color:rgba(var(--pho-color-text-normal),.1)}.pho-deposit-table .pho-deposit-table-title{background-color:rgba(var(--pho-color-input-bg),1)}.pho-deposit-table tr td{width:50%}.TIPS{margin-top:25px}.pho-contact-tips .bold{font-weight:700;font-size:var(--pho-font-size-lv-3)}.pho-contact-tips p{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.table-title{margin-top:20px;margin-bottom:10px;font-weight:500;font-size:14px}.pho-deposit-table{width:100%;border-color:rgba(var(--pho-color-text-normal),.3)}.pho-deposit-table tr{text-align:center}.pho-deposit-table tr td{width:33%}.pho-reward-dia .pho-dialog{width:543px;top:10%}@media(max-width:768px){.pho-reward-dia .pho-dialog{top:0;left:50%;transform:translate(-50%)}}@media(max-width:768px){.pho-reward-dia .content{transform:scale(.7)}}.pho-reward-dia .content .rewards{position:relative;width:100%;aspect-ratio:1.5;background:url(/assets/win-zKMvPxHM.png) no-repeat top;background-size:100% 100%}.pho-reward-dia .content .rewards .activity-name{position:absolute;top:40%;left:50%;transform:translate(-50%);font-size:24px;color:#200907;font-weight:700}.pho-reward-dia .content .rewards .activity-name:after,.pho-reward-dia .content .rewards .activity-name:before{content:"";display:block;width:120%;height:2px;position:absolute;top:50%;transform:translateY(50%)}.pho-reward-dia .content .rewards .activity-name:before{left:110%;background:linear-gradient(to left,transparent,#3a2710)}.pho-reward-dia .content .rewards .activity-name:after{left:-130%;background:linear-gradient(to right,transparent,#3a2710)}.pho-reward-dia .content .rewards ul{width:90%;margin:auto;padding:40% 0 11%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:5%;aspect-ratio:1.7}.pho-reward-dia .content .rewards ul li{width:30%;aspect-ratio:1;height:-moz-fit-content;height:fit-content;border-radius:16px;background:#1d2a38;display:flex;flex-direction:column;overflow:hidden}.pho-reward-dia .content .rewards ul li .li-content{width:100%;flex:1;display:flex;flex-direction:column;align-items:center;background:#421f16}.pho-reward-dia .content .rewards ul li .li-content img{width:40.1%;margin:10% 0}.pho-reward-dia .content .rewards ul li .li-content div{width:100%;text-align:center;flex-basis:45%;display:flex;justify-content:center;align-items:center;flex-direction:row;background:#200907;gap:5px}.pho-reward-dia .content .rewards ul li .li-content div span{height:50%;font-size:14px}.pho-reward-dia .content .rewards .ok_btn{margin:5% auto;width:37.2%;aspect-ratio:4.35;background:linear-gradient(180deg,#fefe63,#f2c242);border-radius:28px;display:flex;align-items:center;justify-content:center;cursor:pointer}.pho-reward-dia .content .rewards .ok_btn span{font-size:24px;line-height:100%;font-weight:700;color:#333;text-transform:uppercase}.pho-reward-dia .content .foot-text{font-size:20px;text-align:center;margin-top:16px}.pho-reward-dia .register{aspect-ratio:1.4}.pho-reward-dia .register .rewards{background:url(/assets/register-D9QKUsAz.png) no-repeat top;background-size:contain}.pho-reward-dia .register .rewards ul{padding:20% 0 11%}.pho-reward-dia .register .rewards ul li{width:25%}.pho-reward-dia .register .rewards .confirm_btn{font-size:18px;text-align:center;width:40%;margin:0 auto;background:linear-gradient(to right,#e09538,#f1d22a);height:44px;border-radius:16px;line-height:40px;color:#333;font-weight:700;border:1px solid #efcd28;cursor:pointer}.pho-reward-dia .register .foot-text{margin-top:-16px}.pho-reward-dia .reward-close{position:relative;font-size:22px;display:flex;flex-direction:row-reverse}.pho-reward-dia .reward-close span{padding-left:15%}@media(max-width:768px){.pho-reward-dia .reward-close span{transform:scale(1.43)}}.pho-first-deposit-yellow .pho-dialog{top:var(--pho-dialog-header-top)}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content{overflow:visible}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content{max-width:400px;background:url(/assets/bg-D8SfmknN.png) no-repeat top center;background-size:100% 96%;padding:70px 30px 30px;position:relative}@media(max-width:768px){.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content{width:90vw;padding:50px 30px 30px;max-width:340px}}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .rule_img{position:absolute;right:20px;top:100px;width:40px;cursor:pointer}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .rule_img img{width:100%}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .title{padding-bottom:10px;text-align:center;display:flex;justify-content:center;--pho-title-font-size: 36px}@media(max-width:768px){.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .title{--pho-title-font-size: 28px}}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .title .title_left,.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .title .title_right{font-family:Arial-Black;font-size:var(--pho-title-font-size);line-height:1;background:radial-gradient(#f0cf2b 1%,#e09637 99%);font-weight:900;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .title .title_right{margin-left:.5rem}@media(max-width:768px){.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .title{line-height:1;font-size:32px}}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .title .centerX{font-family:Arial-Black;font-weight:700;font-size:var(--pho-title-font-size);line-height:1}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .sub_title{font-size:18px;text-transform:uppercase;color:#fff;line-height:1;text-align:center;padding-bottom:10px;white-space:nowrap}@media(max-width:768px){.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .sub_title{font-size:16px;padding:2px 0 12px}}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .sub_title span{color:#d9c019}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .countdown{display:flex;line-height:36px;gap:10px;justify-content:center;padding-bottom:10px}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .countdown span{display:block;width:32px;height:32px;display:flex;justify-content:center;align-items:center;font-size:18px;color:#fff;background:#7aa752;border-radius:8px}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .rewards{width:100%}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .rewards ul{margin:auto;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:5%}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .rewards ul li{width:47%;border-radius:16px;display:flex;flex-direction:column;overflow:hidden}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .rewards ul li .li-content{width:100%;flex:1;display:flex;flex-direction:column;align-items:center;padding:10px}@media(max-width:768px){.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .rewards ul li .li-content{padding:5px}}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .rewards ul li .li-content img{height:80px}@media(max-width:768px){.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .rewards ul li .li-content img{height:50px}}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .rewards ul li .li-content div{width:100%;flex-basis:45%;display:flex;justify-content:center;gap:10px}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .rewards ul li .li-content div span{font-size:14px;color:#f8f3d2;white-space:nowrap}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .tip{color:#d1bd10;font-size:14px;line-height:1.2;padding:10px 0}@media(max-width:768px){.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .tip{padding:0}}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .select-channel{font-size:16px;text-align:center;padding:0 0 10px}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .channels ul{display:flex;justify-content:center;gap:10px}@media(max-width:768px){.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .channels ul{gap:14px}}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .channels ul li{width:80px;aspect-ratio:2;border-radius:6px;display:flex;justify-content:center;align-items:center;cursor:pointer;background:#032b2d}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .channels ul li img{padding:2px;width:100%;border-radius:6px}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .channels ul li .check{display:none}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .channels ul .active{position:relative;border:2px solid #8bdc34}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .channels ul .active .check{position:absolute;width:16px;height:16px;border-radius:8px;background:#fff;bottom:0;right:0;transform:translate(50%,50%);display:flex;justify-content:center;align-items:center}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .channels ul .active .check .iconfont{line-height:16px;font-size:16px;color:#64ae5b}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .sub_btn{margin:0 auto;text-align:center;width:50%;height:48px;border-radius:18px;transform:translateY(50%);background:radial-gradient(circle,#f1d22a,#e09637);display:flex;justify-content:center;align-items:center}@media(max-width:768px){.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .sub_btn{width:50%;height:40px}}.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .sub_btn .sub_btn_content{border-radius:16px;font-size:22px;color:#333;font-weight:700;background:radial-gradient(ellipse,#e29438,#f3d42a),#4aa23a;cursor:pointer}@media(max-width:768px){.pho-first-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .first-deposit-content .sub_btn .sub_btn_content{font-size:18px}}.rule-content p{color:rgba(255,255,255,.8)}.pho-pack-deposit-yellow .pho-dialog{top:var(--pho-dialog-header-top)}@media(max-width:768px){.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right{transform:scale(.875) translateY(0)}}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content{overflow:visible}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content{background:url(/assets/pack_bg-Cm2Usd-I.png) no-repeat top center;background-size:100% 100%;padding:30% 20px 120px;position:relative;width:90vw}@media(min-width:768px){.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content{width:400px;padding:37% 8px 120px}}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .rewards{width:100%}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .rewards ul{margin:auto;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .rewards ul li{width:50%;border-radius:16px;display:flex;flex-direction:column;justify-content:center;align-items:center}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .rewards ul li .li-content{width:50%;flex:1;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:4px;background-size:cover;background-position:bottom}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .rewards ul li .li-content img{width:90%}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .rewards ul li .li-content .label{position:absolute;width:30%;aspect-ratio:1;height:unset;right:-5%;top:0}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .rewards ul li .li-content div{width:100%;flex-basis:45%;display:flex;justify-content:center;gap:10px}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .rewards ul li .li-content div span{color:#f8f3d2;font-size:16px;white-space:nowrap}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .select-channel{font-size:16px;padding:6% 0 10px;text-align:center}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .channels ul{display:flex;justify-content:center;gap:10px}@media(max-width:768px){.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .channels ul{gap:14px}}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .channels ul li{width:80px;aspect-ratio:2;border-radius:6px;display:flex;justify-content:center;align-items:center;cursor:pointer;background:#032b2d}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .channels ul li img{padding:2px;width:100%;border-radius:6px}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .channels ul li .check{display:none}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .channels ul .active{position:relative;border:2px solid #8bdc34}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .channels ul .active .check{position:absolute;width:16px;height:16px;border-radius:8px;background:#fff;bottom:0;right:0;transform:translate(50%,50%);display:flex;justify-content:center;align-items:center}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .channels ul .active .check .iconfont{line-height:16px;font-size:16px;color:#64ae5b}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .sub_btn{position:relative;top:20px;margin:0 auto;text-align:center;width:60%;height:40px;border-radius:20px;transform:translateY(120%);display:flex;justify-content:center;align-items:center}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .sub_btn .sub_btn_top{position:absolute;top:-24px;font-size:18px;font-weight:700;line-height:1;color:rgba(var(--pho-color-primary));text-decoration:line-through}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .sub_btn .sub_btn_content{width:calc(100% - 4px);aspect-ratio:5;border-radius:20px;font-size:18px;line-height:32px;color:#333;font-weight:700;cursor:pointer;height:40px}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .sub_btn .sub_btn_bottom{position:absolute;bottom:-30px;font-size:14px;color:rgba(255,255,255,.8)}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .pack-deposit-content .sub_btn .sub_btn_bottom div{width:-moz-max-content;width:max-content;margin:0 auto;white-space:nowrap}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .close{margin-top:1.5rem;text-align:center}.pho-pack-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .close span{font-size:22px}@media(max-width:768px){.pho-promotion-deposit-yellow{height:-moz-fit-content;height:fit-content;background:#570a2d}}@media(max-width:768px)and (max-width:768px){.pho-promotion-deposit-yellow{overflow:scroll}}@media(max-width:768px){.pho-promotion-deposit-yellow .pho-dialog{background:#570a2d url(/assets/promotionhead-BhI82raB.webp) no-repeat center top;background-size:contain;position:static}}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content{overflow:scroll}@media(max-width:768px){.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content{margin-top:20px;overflow:visible}}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content{position:relative;padding-bottom:calc(15vh + env(safe-area-inset-bottom))}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .head-img{width:100%;aspect-ratio:528/152;display:flex;justify-content:center;align-items:center;background:url(/assets/promotionhead-BhI82raB.webp) no-repeat;background-size:cover;background-position:center 10%;border-radius:12px}@media(max-width:768px){.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .head-img{background:none;align-items:flex-start}}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .head-img .time-area{width:-moz-fit-content;width:fit-content;padding:0 8%;text-align:center;line-height:2;font-size:12px;background:linear-gradient(to right,transparent 0%,#620b2e 10%,#620b2e 90%,transparent 100%)}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .extraBonus{padding:9px 32px;background:#620b2e;border:2px solid #fecd05;border-radius:20px;position:absolute;align-self:flex-end;font-size:16px;line-height:1;transform:translateY(50%)}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .extraBonus span{color:#fefaa0}@media(max-width:768px){.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .extraBonus{top:13%}}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items{margin-top:36px;display:flex;flex-direction:column;gap:10px}@media(max-width:768px){.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items{margin-top:100px}}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li{display:flex;justify-content:space-between;align-items:center;width:100%;aspect-ratio:528/102;background:linear-gradient(228deg,#6e4a08,#372504);box-shadow:2px 5px 4px 1px rgba(0,0,0,.24);border-radius:12px}@media(max-width:768px){.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li{aspect-ratio:690/197}}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li div{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:14px;gap:8px;line-height:1}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li div img{width:40%}@media(max-width:768px){.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li div img{width:50%}}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li div span{color:#fecd05}@media(max-width:768px){.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li div span{font-size:var(--pho-font-size-lv-1)}}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li div span span{color:#fff}@media(min-width:768px){.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li .cash{padding-left:30px}}@media(max-width:768px){.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li .add{flex:.5}}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li .add span{color:#da921d;transform:scale(4) translateY(-10%)}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li .submit{width:100%}@media(max-width:768px){.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li .submit{flex:1.2}}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li .submit .sut_btn{min-width:60.5%;width:-moz-fit-content;width:fit-content;padding:0 12px;aspect-ratio:2/1;border-radius:8px;background:linear-gradient(180deg,#fefe63,#f2c242);font-size:14px;font-weight:700;color:#333;cursor:pointer}@media(max-width:768px){.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li .submit .sut_btn{aspect-ratio:2.5;white-space:nowrap}}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li .submit .disable{background:#999;cursor:not-allowed}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li .submit .once{color:#fecd05}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li .coupon .coupon-img{width:30%;position:relative}@media(max-width:768px){.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li .coupon .coupon-img{width:50%}}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li .coupon .coupon-img img{width:100%}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li .coupon .coupon-img:after,.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li .coupon .coupon-img:before{content:"";background:url(/assets/label-BJOP-P5Y.png) no-repeat center;background-size:contain;position:absolute;width:80%;aspect-ratio:108/148;right:-60%}@media(max-width:768px){.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li .coupon .coupon-img:after,.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li .coupon .coupon-img:before{width:60%;aspect-ratio:108/148;right:-45%}}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .items li .coupon .coupon-img:before{content:attr(data-count);background:none;font-size:10px;z-index:10;transform:rotate(74deg);display:flex;justify-content:center;align-items:center;line-height:1}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .tip{margin-top:16px}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .tip .title{font-weight:700}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-content .promotion-content .tip p{opacity:.8}.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-bottom-close{bottom:-100px}@media(max-width:768px){.pho-promotion-deposit-yellow .pho-dialog .pho-dialog-right .pho-dialog-bottom-close{bottom:-50px}}.pho-normal-deposit-yellow .pho-dialog-content{overflow:visible!important}.pho-normal-deposit-yellow .normal-content{background:url(/assets/3day_bg-B1pFevQj.png) no-repeat top center;background-size:100% 100%;width:100%;padding-bottom:30px}.pho-normal-deposit-yellow .normal-content .title{width:100%}.pho-normal-deposit-yellow .normal-content .title img{width:80%;margin:20px auto}.pho-normal-deposit-yellow .normal-content .ulList{display:flex;flex-direction:column;padding:60px 20px 0}.pho-normal-deposit-yellow .normal-content .ulList .contentUl{flex:1;display:flex;padding:5.5% 0 10px;justify-content:flex-start;align-items:center;border-radius:16px;border-bottom:1px solid;-o-border-image:linear-gradient(90deg,transparent 0%,rgba(254,210,11,.4) 20%,rgba(254,210,11,.5) 50%,rgba(254,210,11,.4) 90%,transparent 100%) 1;border-image:linear-gradient(90deg,transparent 0%,rgba(254,210,11,.4) 20%,rgba(254,210,11,.5) 50%,rgba(254,210,11,.4) 90%,transparent 100%) 1;position:relative}.pho-normal-deposit-yellow .normal-content .ulList .contentUl .day{top:10px;left:50%;transform:translate(-50%);position:absolute;color:#fedf21;font-size:16px;font-weight:700;z-index:19}.pho-normal-deposit-yellow .normal-content .ulList .contentUl .contentLi{width:100%;flex:1;display:flex;flex-direction:column;align-items:center}.pho-normal-deposit-yellow .normal-content .ulList .contentUl .contentLi .img-bg{width:55%;border-radius:8px;display:flex;justify-content:center;align-items:center}@media(max-width:768px){.pho-normal-deposit-yellow .normal-content .ulList .contentUl .contentLi .img-bg{width:45%}}.pho-normal-deposit-yellow .normal-content .ulList .contentUl .contentLi .img-bg img{width:70%}.pho-normal-deposit-yellow .normal-content .ulList .contentUl .contentLi span{margin-top:2%;font-size:12px;color:#f8f3d2;font-weight:700}.pho-normal-deposit-yellow .normal-content .ulList .contentUl .award-claimed,.pho-normal-deposit-yellow .normal-content .ulList .contentUl .award-expired{position:absolute;width:100%;height:100%;z-index:20;top:0;bottom:0;border-radius:16px;display:flex;flex-direction:column;gap:4px;justify-content:center;align-items:center}.pho-normal-deposit-yellow .normal-content .ulList .contentUl .award-claimed div,.pho-normal-deposit-yellow .normal-content .ulList .contentUl .award-expired div{font-size:12px;color:rgba(255,255,255,.8)}.pho-normal-deposit-yellow .normal-content .ulList .contentUl .award-claimed .iconfont,.pho-normal-deposit-yellow .normal-content .ulList .contentUl .award-expired .iconfont{font-size:40px}.pho-normal-deposit-yellow .normal-content .ulList .contentUl .award-claimed .icon-expired,.pho-normal-deposit-yellow .normal-content .ulList .contentUl .award-expired .icon-expired{background:url(/assets/expired-7db5eMT0.png) no-repeat center;background-size:contain}.pho-normal-deposit-yellow .normal-content .ulList .contentUl .award-claimed .icon-adapted,.pho-normal-deposit-yellow .normal-content .ulList .contentUl .award-expired .icon-adapted{background:url(/assets/claimed-CMSaJv7H.png) no-repeat center;background-size:contain}.pho-normal-deposit-yellow .normal-content .ulList .claimed{position:relative}.pho-normal-deposit-yellow .normal-content .ulList .claimed .contentLi,.pho-normal-deposit-yellow .normal-content .ulList .claimed .day{filter:brightness(.4)}.pho-normal-deposit-yellow .normal-content .bonus-tip{margin:12px 12px 0;text-align:center;font-size:12px}.rain-point{position:absolute;background:url(/assets/coins-nbHOMhq8.png) no-repeat center;background-size:88px 88px;width:88px;height:88px;cursor:pointer}@media(max-width:768px){.rain-point{background-size:44px 44px;width:44px;height:44px}}.rain-point{position:absolute;background:url(/assets/cash-DK7C-e_I.png) no-repeat center;background-size:60px 60px;width:120px;height:120px;cursor:pointer}@media(max-width:768px){.rain-point{background-size:43px 43px;width:43px;height:43px}}.numberImg[data-v-02b75280]{display:inline-block;min-width:80px}.img[data-v-02b75280]{display:inline-block;width:40px;height:40px}.img_0[data-v-02b75280]{background:url(/assets/numbers-BLtXWDM7.png) no-repeat 0% 0%;background-size:cover}.img_1[data-v-02b75280]{background:url(/assets/numbers-BLtXWDM7.png) no-repeat 11% 0%;background-size:cover}.img_2[data-v-02b75280]{background:url(/assets/numbers-BLtXWDM7.png) no-repeat 22% 0%;background-size:cover}.img_3[data-v-02b75280]{background:url(/assets/numbers-BLtXWDM7.png) no-repeat 33% 0%;background-size:cover}.img_4[data-v-02b75280]{background:url(/assets/numbers-BLtXWDM7.png) no-repeat 44% 0%;background-size:cover}.img_5[data-v-02b75280]{background:url(/assets/numbers-BLtXWDM7.png) no-repeat 55% 0%;background-size:cover}.img_6[data-v-02b75280]{background:url(/assets/numbers-BLtXWDM7.png) no-repeat 66% 0%;background-size:cover}.img_7[data-v-02b75280]{background:url(/assets/numbers-BLtXWDM7.png) no-repeat 77% 0%;background-size:cover}.img_8[data-v-02b75280]{background:url(/assets/numbers-BLtXWDM7.png) no-repeat 88% 0%;background-size:cover}.img_9[data-v-02b75280]{background:url(/assets/numbers-BLtXWDM7.png) no-repeat 99% 0%;background-size:cover}.pho-share-dia-parent .pho-dialog{width:clamp(300px,calc(100% - 30px),400px);top:26%;left:50%;transform:translate(-50%)}@media(max-width:768px){.pho-share-dia-parent .pho-dialog{padding:12px 15px}.pho-share-dia-parent .pho-dialog .pho-share-dialog{gap:2.5%}}.pho-cashrain-yellow-bg{position:fixed;width:100vw;height:100vh}.pho-cashrain-yellow{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;z-index:0}.pho-cashrain-yellow .pho-cashrain-yellow-window{position:relative;display:flex;flex-direction:column;width:100vw;max-width:350px;aspect-ratio:64/81;background:url(/assets/bg-Cj8MEOy_.png) no-repeat top;background-size:100%;padding:9% 2.5% 0;border-radius:16px;z-index:100;text-align:center}@media(min-width:350px){.pho-cashrain-yellow .pho-cashrain-yellow-window{padding:40px 10px 0}}.pho-cashrain-yellow .pho-cashrain-yellow-window-maintitle{margin:0;font-size:20px;font-weight:bolder;color:#fff;line-height:1;text-transform:uppercase;min-height:14%}@media(min-width:350px){.pho-cashrain-yellow .pho-cashrain-yellow-window-maintitle{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px}}.pho-cashrain-yellow .pho-cashrain-yellow-window-maintitle span{font-weight:800;font-size:24px;color:#33af0b;text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0}.pho-cashrain-yellow .pho-cashrain-yellow-window-title{display:none;font-size:20px;font-weight:700;margin-top:2.5%;margin-bottom:14px;background:#0d2f8d;border-radius:8px}.pho-cashrain-yellow .pho-cashrain-yellow-window-title span{font-weight:700;color:#ffde00}.pho-cashrain-yellow .pho-cashrain-yellow-window-title .begin{color:#000}.pho-cashrain-yellow .pho-cashrain-yellow-window .pho-cashrain-yellow-window-timerange{border-radius:16px;display:flex;flex-direction:column;justify-content:center;min-height:20%}.pho-cashrain-yellow .pho-cashrain-yellow-window .pho-cashrain-yellow-window-timerange .title{color:#474621;text-align:center;font-size:12px;margin-bottom:6px}.pho-cashrain-yellow .pho-cashrain-yellow-window .pho-cashrain-yellow-window-timerange .item{display:flex;justify-content:space-around;color:#574200;font-size:16px}.pho-cashrain-yellow .pho-cashrain-yellow-window .pho-cashrain-yellow-window-timerange .item div{font-weight:600}.pho-cashrain-yellow .pho-cashrain-yellow-window .rules{margin-top:12px;color:#fff;font-size:12px;line-height:13px;line-height:22px;text-align:left;padding-left:2.5%;margin-bottom:18px}.pho-cashrain-yellow .pho-cashrain-yellow-window .startBtn{position:absolute;bottom:12.5%;width:94%;line-height:42px;height:12%;font-size:18px;color:#574200;font-weight:700;text-align:center;cursor:pointer}.pho-cashrain-yellow .pho-cashrain-yellow-window .close-btn{position:absolute;margin-top:2.5%;font-size:28px;top:-28px;right:5px}.pho-cashrain-yellow-onTime{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;z-index:0}.pho-cashrain-yellow-onTime .content{display:flex;flex-direction:column;justify-content:center}.pho-cashrain-yellow-onTime .content .countdown{display:flex;flex-direction:column;gap:30px}.pho-cashrain-yellow-onTime .content .countdown .num-img{margin:0 auto;width:150px;height:150px}.pho-cashrain-yellow-onTime .content .countdown .grab-img{width:100%;font-size:22px;font-weight:700}.pho-cashrain-yellow-onTime .content .countdown .click-img{position:relative}.pho-cashrain-yellow-onTime .content .countdown .click-img .coin{width:66px;margin:0 auto}.pho-cashrain-yellow-onTime .content .countdown .click-img .hand{position:absolute;top:0;left:50%;transform:translate(0) translateY(40%)}.pho-cashrain-yellow-onTime .content .countdown .click-img .hand .hand-img{width:56px;transform:scale(1.5);animation:largeandsmall 1s linear infinite}@keyframes largeandsmall{0%,to{transform:scale(1)}50%{transform:scale(1.25)}}.pho-cashrain-yellow-onTime .content .raining{width:100vw;height:100vh}.pho-cashrain-yellow-onTime .content .raining .top{margin-top:30px;position:relative;z-index:20}.pho-cashrain-yellow-onTime .content .raining .top .clock{width:44px;height:44px;background:url(/assets/countdown-DFBYb_g7.png);background-size:cover;position:absolute;top:0;left:8px;transform:translateY(-25%);display:flex;align-items:center}@media(min-width:768px){.pho-cashrain-yellow-onTime .content .raining .top .clock{left:5%;width:66px;height:66px;transform:translate(-50%,-30%)}.pho-cashrain-yellow-onTime .content .raining .top .clock .countdown15{padding:2.5%;font-size:24px}}.pho-cashrain-yellow-onTime .content .raining .top .clock .countdown15{width:100%;text-align:center;padding:2.5%;color:#b4430b;position:absolute;font-size:14px;font-weight:700;white-space:nowarp;display:flex;justify-content:center;align-items:flex-end}@media(min-width:768px){.pho-cashrain-yellow-onTime .content .raining .top .clock .countdown15{padding:13px;font-size:24px}}.pho-cashrain-yellow-onTime .content .raining .top .clock .countdown15 span{display:inline-block;height:100%;font-size:12px;font-weight:700}@media(min-width:768px){.pho-cashrain-yellow-onTime .content .raining .top .clock .countdown15 span{font-size:18px}}.pho-cashrain-yellow-onTime .content .raining .top .prograssbar{margin:0 auto;display:flex;align-items:center;justify-content:center;width:90%;height:24px;background-color:rgba(var(--pho-color-pure-white),.6);border:2px solid rgba(var(--pho-color-pure-white),.8);border-radius:30px;overflow:hidden}.pho-cashrain-yellow-onTime .content .raining .top .prograssbar .prograssinnear{border-radius:30px;width:98%;height:15px;overflow:hidden;background:linear-gradient(to bottom,#f8b923,#fccb81,#f14f0c);animation:prograss 15s linear 1}@keyframes prograss{0%{transform:translate(-100%)}to{transform:translate(0)}}.pho-cashrain-yellow-onTime .content .raining .top .prograssbar .prograssinnear .prograssinnear-bg{width:100%;height:100%;background:repeating-linear-gradient(135deg,transparent,transparent 2.5%,#e24e1c 2.5%,#e24e1c 15px)}.pho-cashrain-yellow-onTime .content .raining .rain{position:relative;height:100vh}.pho-cashrain-yellow-onTime .content .raining .combo{position:absolute;left:50%;transform:translate(-50%);bottom:20%;z-index:100}.pho-cashrain-yellow-onTime .content .raining .combo .combo_left{display:flex;justify-content:center;align-items:flex-end}.pho-cashrain-yellow-onTime .content .raining .combo .combo_left .combo_left_img{width:140px;height:28px;aspect-ratio:5}.pho-cashrain-yellow-onTime .content .raining .combo .combo_left .numberImg img{width:30px;height:30px}.pho-cashrain-yellow-award{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:space-between}.pho-cashrain-yellow-award .award-body{width:300px;aspect-ratio:1;background:url(/assets/award-7tBQTNFc.png) no-repeat top center;background-size:contain;border-radius:16px;display:flex;flex-direction:column;justify-content:flex-start;position:relative}@media(max-width:768px){.pho-cashrain-yellow-award .award-body{width:70vw}}.pho-cashrain-yellow-award .award-body .youwin{font-size:16px;text-align:center;color:#000}.pho-cashrain-yellow-award .award-body .amount{text-align:center;font-size:20px;font-weight:600;background-image:-webkit-linear-gradient(top,#c92a8e,#8d13a8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;padding-top:32%}.pho-cashrain-yellow-award .award-body .clickShare{width:60%;text-align:center;--color-center: #fdfbc1;color:#333;background:linear-gradient(90deg,rgba(var(--pho-color-primary),1) 0%,var(--color-center) 51%,rgba(var(--pho-color-primary),1) 100%);border-radius:2.5%;font-size:16px;padding:4px 8px;position:absolute;bottom:8px;left:50%;transform:translate(-50%);cursor:pointer}.pho-cashrain-yellow-award .faile{background:url(/assets/try_again-E_Cnhm7K.png) no-repeat center;background-size:contain;padding-top:70px;cursor:pointer}.pho-cashrain-yellow-award .faile .clickShare{display:none;bottom:28px}.pho-cashrain-yellow-award .faile .tryagain{display:none;color:#3055dc;font-size:20px;line-height:24px;font-weight:700;text-align:center}.pho-cashrain-yellow-award .close-btn{margin-top:2.5%;font-size:18px}.pho-share-dialog{display:flex;flex-direction:row;gap:20px}.pho-share-dialog .share-items{width:60px;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:16px;cursor:pointer}.pho-share-dialog .share-items .logo{border-radius:40px;width:40px;height:40px}.pho-share-dialog .share-items .logo-whatsApp{background:url(/assets/logos-CLPBpB7J.png) -80px 0px no-repeat;background-size:cover}.pho-share-dialog .share-items .logo-telegram{background:url(/assets/sprit-D9oy9ouf.png) -96px 0px no-repeat;background-size:cover}.pho-share-dialog .share-items .logo-Facebook{background:url(/assets/logos-CLPBpB7J.png) -160px 0px no-repeat;background-size:cover}.pho-share-dialog .share-items .logo-X{background:url(/assets/logos-CLPBpB7J.png) -40px 0px no-repeat;background-size:cover}.pho-share-dialog .share-items .logo-sms{background:url(/assets/logos-CLPBpB7J.png) -120px 0px no-repeat;background-size:cover}.pho-share-dialog .share-items .logo-ins{background:url(/assets/sprit-D9oy9ouf.png) 0px 0px no-repeat;background-size:cover}.pho-share-dialog .share-items .logo-name{text-align:center;margin-top:6px;font-size:var(--pho-font-size-lv-1);color:rgba(var(--pho-color-pure-white),.8)}.pho-tabs-nav{display:flex;justify-content:space-between;border-bottom:1px solid rgba(var(--pho-color-pure-white),var(--pho-divider-op))}.pho-tabs-nav li{position:relative;flex:1;text-align:center;font-size:var(--pho-font-size-lv-3);font-weight:700;line-height:3;cursor:pointer}.pho-tabs-nav .active:after{content:"";width:100%;height:3px;position:absolute;bottom:-2px;left:0;background-color:rgba(var(--pho-tab-bottom),1);border-radius:2px;animation:lineShow .2s}@keyframes lineShow{0%{transform:scaleX(.5)}to{transform:scaleX(1)}}:root{--pho-header-border-color: 255, 255, 255}.footer{width:100%;padding:var(--pho-main-padding) var(--pho-main-padding) 0;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#1e1e1d}@media(max-width:768px){.footer{display:none}}.footer .intrduceHome{width:100%}@media(max-width:768px){.footer .intrduceHome{display:none}}.footer .intrduceHome .domain{display:flex;max-width:1360px;margin:60px auto 0}.footer .intrduceHome .domain .server_domain{width:100%;font-size:var(--pho-font-size-lv-4);line-height:46px;font-weight:700;padding:0 20px;text-align:center}.footer .intrduceHome .aboutus{width:100%;border-top:1px solid rgba(var(--pho-color-pure-white),.2);padding-top:25px}.footer .intrduceHome .aboutus .aboutus-wraper{margin:0 auto;display:flex;justify-content:space-between}.footer .intrduceHome .aboutus .aboutus-wraper .aboutus-item{display:flex;flex-direction:column}.footer .intrduceHome .aboutus .aboutus-wraper .aboutus-item h3{font-size:18px;line-height:25px;font-weight:700;color:#fff}.footer .intrduceHome .aboutus .aboutus-wraper .aboutus-item ul{margin-top:12px}.footer .intrduceHome .aboutus .aboutus-wraper .aboutus-item ul li{color:rgba(var(--pho-color-pure-white),.8);cursor:pointer}.footer .intrduceHome .aboutus .aboutus-wraper .aboutus-item ul li div:nth-child(1){color:rgba(var(--pho-color-pure-white),1)}.footer .intrduceHome .aboutus .aboutus-wraper .aboutus-item ul li div span{font-size:14px;color:rgba(var(--pho-color-pure-white),.8)}.footer .intrduceHome .aboutus .aboutus-wraper .aboutus-item ul li:hover{color:rgba(var(--pho-color-primary),1)!important}.footer .intrduceHome .aboutus .aboutus-wraper .aboutus-item ul .no-cursor{cursor:default;color:rgba(var(--pho-color-pure-white),.6)!important}.footer .intrduceHome .aboutus .aboutus-wraper .aboutus-item ul .no-cursor:hover{color:rgba(var(--pho-color-pure-white),.6)!important}.footer .intrduceHome .contact-logos{display:flex;flex-direction:row;justify-content:center;gap:100px;margin-top:34px}.footer .intrduceHome .contact-logos .pho-share-dialog li:nth-child(1){line-height:40px}.footer .intrduceHome .contact-logos .pho-share-dialog .share-items{width:unset;margin-top:0}.footer .intrduceHome .contact-logos .pho-share-dialog .share-items .logo-telegram{background:url(/assets/sprit-D9oy9ouf.png) -135px 0px no-repeat;background-size:cover}.footer .intrduceHome .contact-logos .pho-contact-us-logos{display:flex;gap:20px;justify-content:center}.footer .intrduceHome .contact-logos .pho-contact-us-logos>div:nth-child(1){line-height:40px}.footer .intrduceHome .contact-logos .pho-contact-us-logos .pho-contact-us-logo{width:40px;height:40px;border-radius:20px;color:#fff;cursor:pointer;display:flex;justify-content:center;align-items:center}.footer .intrduceHome .contact-logos .pho-contact-us-logos .pho-contact-us-logo span{font-size:20px;line-height:40px}.footer .intrduceHome .contact-logos .pho-contact-us-logos .whatsapp{text-align:center;background-color:#44e861}.footer .intrduceHome .contact-logos .pho-contact-us-logos .whatsapp span{font-size:20px;line-height:40px}.footer .intrduceHome .contact-logos .pho-contact-us-logos .email{text-align:center;background-color:#4da8ef}.footer .intrduceHome .contact-logos .pho-contact-us-logos .phone{text-align:center;background-color:#4aa23a}.footer .intrduceHome .images{max-width:1360px;margin:0 auto 32px;display:flex;flex-direction:column;width:100%;gap:10px}.footer .intrduceHome .images .line1{gap:10px;width:100%;display:flex;flex-direction:row;justify-content:center}.footer .intrduceHome .images .line1 div{flex:1}.footer .intrduceHome .images .line1 img{width:170px;height:44px;filter:hue-rotate(300deg)}.footer .intrduceHome .images .line2{display:flex;flex-direction:row;justify-content:center;gap:10px}.footer .intrduceHome .images .line2 img{width:170px;height:44px;filter:hue-rotate(300deg)}.footer .intrduceHome .footer-content{padding-bottom:40px;max-width:1360px;margin:0 auto}.footer .intrduceHome .footer-content p{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);color:rgba(var(--pho-color-pure-white),var(--pho-color-text-op8));padding-bottom:8px;text-align:center}.backTotop{position:fixed;bottom:50px;right:30px;width:40px;height:40px;background-color:rgba(var(--pho-color-primary));border-radius:20px;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:100}.backTotop .icon{font-size:20px;color:rgba(var(--pho-color-pure-white),1);filter:invert(1)}@media only screen and (max-width:768px){.backTotop{display:none}}.pho-login-btn,.pho-signUp-btn{width:100px}.pho-signUp-btn{margin-right:10px}@media(max-width:768px){.pho-signUp-btn{margin-right:10px}}.pho-me-btns{display:flex;gap:10px}.pho-me-btn{width:70px;display:flex;align-items:center;justify-content:space-between;padding:4px 8px;background-color:rgba(var(--pho-header-balance),1);border-radius:var(--pho-border-ra-3)}.pho-me-btn .avatar{position:relative;padding:4px;width:32px;height:100%;border-radius:50%;border:1px solid rgba(var(--pho-color-primary));background:url(/logo.png) no-repeat center;background-size:cover}.pho-me-btn .avatar:after{position:absolute;content:attr(attr-vip);display:block;font-size:8px;line-height:16px;text-align:center;width:16px;height:16px;border-radius:8px;background-color:rgba(var(--pho-color-primary));color:#333;bottom:-4px;right:-4px}.pho-me-btn .pho-me-dropicon{font-size:var(--pho-font-size-lv-1);transform:rotate(-90deg);color:rgba(var(--pho-color-pure-white),var(--pho-color-text-op8))}.pho-me-btn .pho-me-dropicon span{font-size:var(--pho-font-size-lv-1)}.pho-me-btn .pho-me-dropicon-active{transform:rotate(90deg)}.pho-me-menu{position:fixed;width:288px;height:-moz-fit-content;height:fit-content;flex-direction:column;right:var(--pho-main-padding);top:calc(var(--pho-header-height) + 4px);background-color:rgba(var(--pho-color-dialog-bg),1);padding:10px;border-radius:var(--pho-border-ra-4)}.pho-me-menu .pho-profile-header{position:relative;display:flex;align-items:flex-start;margin:0 0 10px;padding:9px;border-radius:var(--pho-border-ra-3)}.pho-me-menu .pho-profile-header img{width:40px;height:40px;border-radius:22px}.pho-me-menu .pho-profile-header div{font-size:var(--pho-font-size-lv-4);line-height:44px;font-weight:700;text-indent:12px}.pho-me-menu .pho-profile-header span{display:block;padding-left:16px;cursor:pointer}.pho-me-menu .pho-profile-btns{display:flex;justify-content:space-between;gap:10px;margin-bottom:10px}.pho-me-menu .pho-profile-btns .btn{flex:1;height:40px}.pho-me-menu .pho-profile-btns .deposit{color:#333;background-color:#fff}.pho-me-menu .pho-profile-balance{display:flex;flex-direction:column;justify-content:space-around;padding:4px;background:rgba(var(--pho-color-input-bg));border-radius:var(--pho-border-ra-2)}.pho-me-menu .pho-profile-balance li{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);border-radius:var(--pho-border-ra-2);padding:12px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;cursor:pointer}.pho-me-menu .pho-profile-balance li:last-child{border-bottom:none;border-radius:var(--pho-border-ra-2)}.pho-me-menu .pho-profile-balance li .balance-item{display:flex;justify-content:center;align-items:center;gap:10px;font-size:var(--pho-font-size-lv-2);opacity:.8}.pho-me-menu .pho-profile-balance li .balance-item img{width:18px;height:18px}.pho-me-menu .pho-profile-balance li .balance-amount{display:flex;gap:10px;align-items:center;color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op6))}.pho-me-menu .pho-profile-balance li .balance-amount .icon-back{display:block;transform:rotate(180deg)}.pho-me-menu .pho-profile-balance li:hover{background-color:rgba(var(--pho-color-item-active),1)}.pho-me-menu .pho-profile-balance .balance{display:flex;flex-direction:column;align-items:center;margin:5px 12px}.pho-me-menu .pho-profile-balance .balance .amount{font-weight:700;font-size:var(--pho-font-size-lv-3);line-height:var(--pho-font-size-line-3);margin-bottom:6px}.pho-me-menu .pho-profile-balance .balance .unit{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op6))}.pho-me-menu .pho-profile-list{margin-top:10px;display:flex;flex-direction:column;gap:0px}.pho-me-menu .pho-profile-list li{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);border-radius:var(--pho-border-ra-2);padding:12px 0;display:flex;flex-direction:row;cursor:pointer;justify-content:flex-start;align-items:center;gap:10px;opacity:.8}.pho-me-menu .pho-profile-list li:last-child{border-bottom:none;border-radius:var(--pho-border-ra-2)}.pho-me-menu .pho-profile-list li .icon{font-size:22px;line-height:22px;color:#74936e}.pho-me-menu .pho-profile-list li .menu-name{font-size:var(--pho-font-size-lv-2);line-height:22px;font-weight:400;color:rgba(var(--pho-color-text-normal),.8)}.pho-me-menu .pho-profile-list li:hover .menu-name{color:rgba(var(--pho-color-primary))}.pho-me-menu .pho-logout-btn{width:100%;margin-top:10px;background-color:rgba(var(--pho-color-card-bg))}.pho-logindia-btn{margin:8px 0;width:100%}.pho-dia-auth{z-index:999}.pho-dia-auth .pho-dialog-part{min-height:590px;overflow:visible}@media(max-width:768px){.pho-dia-auth .pho-dialog-part{width:100vw}}@media(max-width:768px){.pho-dia-auth .pho-dialog-right{width:100%!important}}.pho-dia-auth .pho-title-h2{display:flex;justify-content:space-between;padding:0 var(--pho-wrap-padding);margin-bottom:16px}.pho-dia-auth .pho-title-h2 span{font-weight:700}@media(max-width:768px){.pho-dia-auth .pho-title-h2{justify-content:center;margin-top:16px}.pho-dia-auth .pho-title-h2 .icon-shut{display:none}}.pho-dia-auth .header-diver{width:unset;margin:0 var(--pho-wrap-padding) 12px}@media(max-width:768px){.pho-dia-auth .header-diver{margin-bottom:12px}}.pho-dia-auth .pho-tabs-nav li{line-height:var(--pho-font-size-line-3);padding-bottom:16px}.pho-dia-auth .pho-dialog-right{display:flex;flex-direction:column;position:relative}@media(max-width:768px){.pho-dia-auth .pho-dialog-right{padding:0}}.pho-dia-auth .pho-dialog-right .pho-tabs{padding:var(--pho-wrap-padding)}.pho-dia-auth .pho-dialog-right .pho-close{position:absolute;aspect-ratio:1;top:0;right:var(--pho-wrap-padding);font-size:28px}@media(min-width:768px){.pho-dia-auth .pho-dialog-right .pho-close{display:none}}.pho-dia-auth .header-img{width:100%;aspect-ratio:75/26;background:linear-gradient(to right,#241508,#573f09);display:flex;overflow:hidden}@media(min-width:768px){.pho-dia-auth .header-img{display:none}}.pho-dia-auth .header-img .left{width:60%;padding:17px 0 17px 17px;display:flex;flex-direction:column;justify-content:space-around}.pho-dia-auth .header-img .left p{width:100%;text-align:center;padding:4px;font-size:var(--pho-font-size-lv-4);line-height:var(--pho-font-size-line-4);color:rgba(var(--pho-color-primary),1);font-weight:700;white-space:wrap;text-transform:uppercase}.pho-dia-auth .header-img .right{width:40%;display:flex;align-items:center;background:url(/assets/bg-DwHSiNgq.png) no-repeat top;background-size:contain}.pho-dia-auth .header-img .right img{width:100%}.pho-dia-auth .tabs-header{position:relative}.pho-dia-auth .tabs-header .pc-shut{position:absolute;right:0;top:0}@media(max-width:768px){.pho-dia-auth .tabs-header .pc-shut{display:none}}.pho-dia-auth .pho-dialog-content{flex:1;display:flex;flex-direction:column;justify-content:space-between;margin:20px 0 0!important;height:calc(100% - 70px)!important;padding:0 var(--pho-wrap-padding)}@media(max-width:768px){.pho-dia-auth .pho-dialog-content{margin:0px 0 4vh!important}}.pho-dia-auth .pho-dia-auth-foot{justify-self:end;width:100%}.pho-dia-auth .pho-dia-auth-foot .pho-divider{margin-bottom:3px}.pho-dia-auth .pho-dia-auth-foot p{color:#999;margin:13px auto 0;font-size:var(--pho-font-size-lv-1);line-height:normal;text-align:center;width:95%}.pho-signup-form,.pho-login-form,.pho-password-form{margin:0 0 12px;padding:0}@media(max-width:768px){.pho-signup-form,.pho-login-form,.pho-password-form{padding:0}}.pho-signup-form .pho-title-h1,.pho-login-form .pho-title-h1,.pho-password-form .pho-title-h1{display:none}.pho-signup-form .pho-title-sub,.pho-login-form .pho-title-sub,.pho-password-form .pho-title-sub{display:none;text-align:left;font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);color:rgba(var(--pho-color-pure-white),var(--pho-color-text-op6));margin-bottom:16px}.pho-signup-form .pho-title-sub-con,.pho-login-form .pho-title-sub-con,.pho-password-form .pho-title-sub-con{text-align:center;font-size:var(--pho-font-size-lv-3);line-height:var(--pho-font-size-line-3);margin-bottom:16px}.pho-signup-form .pho-title-sub-con span,.pho-login-form .pho-title-sub-con span,.pho-password-form .pho-title-sub-con span{font-size:var(--pho-font-size-lv-4);font-weight:700;color:rgba(var(--pho-color-primary),1)}.pho-signup-form .pho-signup-input,.pho-login-form .pho-signup-input,.pho-password-form .pho-signup-input{margin-bottom:16px}.pho-signup-form .ussid,.pho-login-form .ussid,.pho-password-form .ussid{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);text-align:center;font-weight:600;text-decoration-line:underline;margin:12px 0 16px}.pho-signup-form .get-code-btn,.pho-login-form .get-code-btn,.pho-password-form .get-code-btn{color:rgba(var(--pho-color-primary),var(--pho-button-op));text-decoration:underline}.pho-signup-form .get-code-btn:hover,.pho-login-form .get-code-btn:hover,.pho-password-form .get-code-btn:hover{background:none!important}.pho-signup-left{width:100%;height:100%;background:linear-gradient(#241508,#573f09);display:flex;flex-direction:column;justify-content:space-around;align-items:center;position:relative}.pho-signup-left img,.pho-signup-left div{width:100%}.pho-signup-left div p{width:100%;padding:0;text-align:center;font-weight:700}.pho-signup-left div p:nth-child(1){padding:8px 16px;font-size:var(--pho-font-size-lv-4);line-height:var(--pho-font-size-line-4);color:rgba(var(--pho-color-primary),1);font-weight:700;white-space:wrap}.pho-signup-left div p:nth-child(2){padding:8px 16px;font-size:var(--pho-font-size-lv-1);line-height:var(--pho-font-size-line-1);color:rgba(var(--pho-color-pure-white),var(--pho-color-text-op6));font-weight:400}.pho-signup-left:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:url(/assets/bg-DwHSiNgq.png) no-repeat top}.pho-login-form .pho-login-input{margin-bottom:16px}.pho-login-form .pho-login-input-password{margin-bottom:0}.pho-login-form .pho-forgetpassword-text{text-align:center;margin:4px 0 16px}.pho-password-form .pho-title-sub-password{text-align:center}.pho-title-sub-import{color:rgba(var(--pho-color-guide-failed),1)}.pho-login-alert{position:fixed;top:0%;left:0%;transform:translate(-50%) translateY(-50%);width:100%;max-width:400px;padding:var(--pho-input-pad) var(--pho-input-pad);border-radius:var(--pho-border-ra-3);background-color:rgba(var(--pho-color-pure-white),var(--pho-color-text-op6));box-shadow:var(--pho-box-shadow-1)}.pho-logindia-text{text-align:center;color:rgba(var(--pho-color-pure-white),var(--pho-color-text-op6))}.pho-logindia-text span{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);font-weight:700;color:rgba(var(--pho-color-primary),1);cursor:pointer}.pho-logindia-check{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2)}.pho-logindia-check input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--pho-font-size-lv-2);height:var(--pho-font-size-lv-2);border:1px solid rgba(var(--pho-color-pure-white),1);outline:none;border-radius:2px;position:relative;top:1px;cursor:pointer}.pho-logindia-check input[type=checkbox]:before{content:"";position:absolute;top:0;left:3px;width:6px;height:10px;border:solid rgba(var(--pho-color-pure-white),1);border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transition:transform .2s ease,opacity .2s ease}.pho-logindia-check input[type=checkbox]:checked:before{transform:rotate(45deg) scale(1)}.pho-logindia-check span{font-weight:500}.pho-footer-menus{display:none}.pho-header-topleft{height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.pho-header-topleft img{max-height:42px!important}@media(max-width:768px){.pho-header-topleft img{max-height:unset!important}}.pho-header-center{max-width:80vw;width:80%;height:100%;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.action{gap:10px}}.pho-header-topcenter{display:flex;justify-content:space-between;gap:20px;height:-moz-fit-content;height:fit-content;align-items:center;width:-moz-fit-content;width:fit-content;position:relative}.pho-header-topcenter .pho-header-menu{font-size:var(--pho-font-size-lv-3);line-height:var(--pho-font-size-line-3);color:#fff;text-decoration:none;white-space:nowrap;cursor:pointer}.pho-header-topcenter .pho-header-menu div{font-weight:700}.pho-header-topcenter .pho-header-menu:hover{color:rgba(var(--pho-color-primary))}.pho-header-topcenter .more{display:none}.pho-header-topcenter .pho-header-menu-hidden .content{display:flex;gap:20px}@media(max-width:1280px){.pho-header-topcenter .more{display:block}.pho-header-topcenter .more:hover+.pho-header-menu-hidden,.pho-header-topcenter .pho-header-menu-hidden:hover{display:flex}.pho-header-topcenter .pho-header-menu-hidden{position:absolute;display:none;transform:translate(30%);padding-top:30px;top:0;right:0}.pho-header-topcenter .pho-header-menu-hidden .content{display:flex;flex-direction:column;gap:20px;background-color:rgba(var(--pho-color-dialog-bg),1);padding:16px 20px;border-radius:var(--pho-border-ra-2)}.pho-header-topcenter .pho-header-menu-hidden .pho-header-menu{text-align:center}.pho-header-topcenter .pho-header-menu-hidden .pho-header-menu-active div:after{height:3px;bottom:-5px}}.pho-header-topcenter .pho-header-menu-active div{position:relative}.pho-header-topcenter .pho-header-menu-active div:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:120%;height:6px;background-color:rgba(var(--pho-color-primary),1);border-radius:3px}.pho-header-topcenter .dot{position:relative}.pho-header-topcenter .dot:before{content:attr(data-message);position:absolute;right:0;top:0;font-size:12px;min-width:20px;line-height:1;padding:4px;text-align:center;background-color:#eb0c0c;border-radius:20px;transform:translate(50%,-30%)}@media(max-width:768px){.pho-header-topcenter{display:none}}.pho-header-balance-yellow{background:rgba(var(--pho-header-balance),1);border-radius:var(--pho-header-balance-radius)}.pho-header-balance-yellow-content{display:flex;align-items:center;font-size:var(--pho-font-size-lv-2);padding:4px}.pho-header-balance-yellow-content-money{font-weight:500;padding:0 6px;color:rgba(var(--pho-color-primary));white-space:nowrap}.pho-header-balance-yellow-btn{height:32px;padding:8px 16px;font-size:var(--pho-font-size-line-1);line-height:var(--pho-font-size-line-1);border-radius:var(--pho-border-ra-2)}.pho-wallet-header{display:flex;gap:24px;position:relative}.pho-wallet-header .name{font-size:18px;font-weight:700}.pho-wallet-header .number{display:flex;align-items:center;gap:8px}.pho-wallet-header .number img{width:24px;height:16px}.pho-wallet-header .number div{color:rgba(var(--pho-color-pure-white),var(--pho-color-text-op6))}.pho-wallet-header .close{right:0;position:absolute;font-size:18px}.flash{border:2px solid rgba(var(--pho-header-border-color));animation:borderFlash 2s linear infinite}@keyframes borderFlash{0%{--pho-header-border-color: 233, 211, 38, 1}50%{--pho-header-border-color: 255, 255, 255, .2}to{--pho-header-border-color: 233, 211, 38, 1}}.pho-back-btn{height:100%;display:flex;justify-content:center;align-items:center;gap:5px}.pho-op0{opacity:0}@media(max-width:768px){.pho-login-btn,.pho-signUp-btn{width:60px;font-size:var(--pho-font-size-lv-1);height:28px}.pho-signup-form,.pho-login-form,.pho-password-form{margin:0}.pho-signup-form .pho-title-h1,.pho-login-form .pho-title-h1,.pho-password-form .pho-title-h1{margin-bottom:8px}.pho-signup-form .pho-title-sub,.pho-login-form .pho-title-sub,.pho-password-form .pho-title-sub{text-align:left;font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);color:rgba(var(--pho-color-pure-white),var(--pho-color-text-op6));margin-bottom:16px}.pho-signup-form .pho-signup-input,.pho-login-form .pho-signup-input,.pho-password-form .pho-signup-input{margin-bottom:12px}.pho-password-form .pho-title-sub-password{text-align:center}.pho-footer-menus{width:100vw;height:49px;padding:6px 0;position:fixed;bottom:0;display:flex;justify-content:space-around;background-color:rgba(var(--pho-color-card-bg),1);border-top-left-radius:var(--pho-border-ra-2);border-top-right-radius:var(--pho-border-ra-2);z-index:99}.pho-footer-menus .pho-footer-menu{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:var(--pho-font-size-lv-1);line-height:var(--pho-font-size-line-1);color:rgba(var(--pho-color-pure-white),var(--pho-color-text-op6));text-decoration:unset}.pho-footer-menus .pho-footer-menu .pho-footer-menu-img{width:21px;height:21px;background:url(/assets/menus-B1EErwNE.png) no-repeat;background-size:106px;background-position-x:0px;background-position-y:-2px}.pho-footer-menus .pho-footer-menu .pho-footer-menu-img span{font-size:22px}.pho-footer-menus .pho-footer-menu:nth-child(1) .pho-footer-menu-img{background-position-x:-2px}.pho-footer-menus .pho-footer-menu:nth-child(2) .pho-footer-menu-img{background-position-x:-22px}.pho-footer-menus .pho-footer-menu:nth-child(3) .pho-footer-menu-img{background-position-x:-42px}.pho-footer-menus .pho-footer-menu:nth-child(4) .pho-footer-menu-img{background-position-x:-63px}.pho-footer-menus .pho-footer-menu:nth-child(5) .pho-footer-menu-img{background-position-x:-83px}.pho-footer-menus .pho-footer-promotion .pho-footer-menu-img{width:21px;height:21px;border-radius:40px;text-align:center;transform:scale(2.3) translateY(-25%)}.pho-footer-menus .pho-footer-menu-active{color:#fcec9e}.pho-footer-menus .pho-footer-menu-active .pho-footer-menu-img{background-position-y:-27px}.pho-header-balance-yellow{background:none}.pho-header-balance-yellow-content{display:flex;align-items:center;font-size:var(--pho-font-size-lv-2);padding:2px}.pho-header-balance-yellow-content-money{padding:0 10px}.pho-header-balance-yellow-btn{height:28px;padding:5px 12px;font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-1)}.flash{border:1px solid rgba(var(--pho-header-border-color));animation:borderFlash 2s linear infinite}@keyframes borderFlash{0%{--pho-header-border-color: 233, 211, 38, 1}50%{--pho-header-border-color: 255, 255, 255, .2}to{--pho-header-border-color: 233, 211, 38, 1}}}.pho-header-routename{font-size:var(--pho-font-size-lv-3);font-weight:700}.pho-game-bottom-dia{display:flex;flex-direction:row;gap:12px}.pho-game-bottom-dia .left img{width:108px;border-radius:12px}.pho-game-bottom-dia .right{flex:1;display:flex;flex-direction:column;justify-content:space-between}.pho-game-bottom-dia .right .game-name{font-size:18px;line-height:25px;font-weight:700;text-align:left}.pho-game-bottom-dia .right .game-paly-btns{width:100%;display:flex;gap:10px;justify-content:space-between}.pho-game-bottom-dia .right .game-paly-btns .game-paly-btn{width:45%;height:40px}.pho-dialog-wallet .pho-green-wallet-left{padding:24px;height:100%;min-height:70vh;background:linear-gradient(180deg,#054a20,#1f3a58)}.pho-dialog-wallet .pho-green-wallet-left h3{font-size:var(--pho-font-size-lv-5);line-height:var(--pho-font-size-line-5);font-weight:700}.pho-dialog-wallet .pho-green-wallet-left .pho-green-wallet-left-content{height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding-bottom:24px}.pho-dialog-wallet .pho-green-wallet-left .pho-green-wallet-left-content>div{width:100%}.pho-dialog-wallet .pho-green-wallet-left .pho-green-wallet-left-content .advert{aspect-ratio:1/1.5;width:100%;border-radius:12px}.pho-dialog-wallet .pho-green-wallet-left .pho-green-wallet-left-content .pho-contact-us-mobile{align-items:anchor-center}.pho-dialog-wallet .pho-green-wallet-left .pho-green-wallet-left-content .pho-contact-us-mobile img{width:24px;height:16px;line-height:16px}.pho-dialog-wallet .pho-green-wallet-left .pho-green-wallet-left-content .pho-contact-us-btns{margin:20px 0;width:100%;display:flex;flex-direction:column;gap:10px}.pho-dialog-wallet .pho-green-wallet-left .pho-green-wallet-left-content .pho-contact-us-btns .pho-contact-us-btn{width:100%}.pho-dialog-wallet .pho-green-wallet-left .pho-green-wallet-left-content .pho-contact-us-btns .pho-contact-us-btn:hover{background:rgba(var(--pho-color-primary),.6)}.pho-dialog-wallet .pho-deposit .pho-contact-us,.pho-dialog-wallet .pho-withdraw .pho-contact-us{display:none}.pho-dialog-wallet .pho-deposit .TIPS,.pho-dialog-wallet .pho-withdraw .TIPS{margin-top:24px}.pho-dialog-wallet .pho-dialog-right{overflow:hidden}.pho-dialog-wallet .pho-dialog-right .pho-dialog-content{overflow:scroll}.pho-dialog-wallet .pho-dialog-right .pho-dialog-content .pho-deposit-yellow{padding:0}.pho-green-login-left{width:100%;height:100%;background-size:cover}.daily-reward-dia .pho-dialog-advert{top:50%;transform:translate(-50%,-50%);aspect-ratio:unset}.daily-reward-dia .pho-dialog-advert .content{background:url(/assets/reward-KGfs4A8p.png) no-repeat center top;background-size:contain;aspect-ratio:50/65}.daily-reward-dia .pho-dialog-advert .content .head{width:100%;height:33%;position:relative}.daily-reward-dia .pho-dialog-advert .content .head img{position:absolute;width:30%;left:50%;transform:translate(-50%,15%);top:18%}.daily-reward-dia .pho-dialog-advert .content .text{width:100%;color:#2f1d04;font-size:18px;font-weight:700;width:80%;margin:0 auto;text-align:center;line-height:1.2}@media(max-width:768px){.daily-reward-dia .pho-dialog-advert .content .text{font-size:16px}}.daily-reward-dia .pho-dialog-advert .content .reward{padding:2.5% 0;height:23%}.daily-reward-dia .pho-dialog-advert .content .reward ul{display:flex;gap:4px;justify-content:center}.daily-reward-dia .pho-dialog-advert .content .reward ul li{width:25%;display:flex;justify-content:center}.daily-reward-dia .pho-dialog-advert .content .reward ul li .li-content{width:100%;display:flex;flex-direction:column;align-items:center;border-radius:12px;overflow:hidden;background:#200907;aspect-ratio:1}.daily-reward-dia .pho-dialog-advert .content .reward ul li .li-content img{width:40.1%;margin:10% 0}.daily-reward-dia .pho-dialog-advert .content .reward ul li .li-content div{width:100%;text-align:center;flex-basis:45%;display:flex;flex-direction:column;background:#421f16;height:-moz-fit-content;height:fit-content}.daily-reward-dia .pho-dialog-advert .content .reward ul li .li-content div span{height:50%;line-height:1;font-size:12px}.daily-reward-dia .pho-dialog-advert .content .prograss-area{height:9%;width:60%;margin:0 auto}.daily-reward-dia .pho-dialog-advert .content .prograss-area .prograss{width:100%;height:10px;border-radius:5px;background-color:#263645;overflow:hidden}@media(max-width:768px){.daily-reward-dia .pho-dialog-advert .content .prograss-area .prograss{height:6px}}.daily-reward-dia .pho-dialog-advert .content .prograss-area .prograss-inner{width:100%;height:100%;border-radius:5px;background-color:#ffce0b}.daily-reward-dia .pho-dialog-advert .content .prograss-area .level{width:100%;display:flex;justify-content:space-between}.daily-reward-dia .pho-dialog-advert .content .prograss-area .level span:nth-child(1){transform:translate(-50%)}.daily-reward-dia .pho-dialog-advert .content .prograss-area .level span:nth-child(2){transform:translate(50%)}.daily-reward-dia .pho-dialog-advert .content .once{height:5%;line-height:5%;text-align:center;color:rgba(var(--pho-color-pure-white),.6)}.daily-reward-dia .pho-dialog-advert .content .con_btn_text{text-align:center;color:rgba(var(--pho-color-pure-white),1)}.daily-reward-dia .pho-dialog-advert .content .con_btn{margin:auto 30%;width:40%;font-size:16px;border-radius:20px;text-align:center;line-height:2}.daily-reward-dia .pho-dialog-advert .content .con_btn div{font-weight:700;cursor:pointer}.daily-reward-dia .pho-dialog-advert .content .disable{opacity:.8}.daily-reward-dia .pho-dialog-advert .content .disable div{cursor:not-allowed}.pho-pwa{margin-top:12px;display:flex;flex-direction:column}.pho-pwa .pho-pwa-content{display:flex;flex-direction:row;gap:5%}.pho-pwa .pho-pwa-content .pho-pwa-img{width:30%;aspect-ratio:1}.pho-pwa .pho-pwa-content .pho-pwa-img img{width:100%}.pho-pwa .pwa-btns{margin-top:12px;display:flex;flex-direction:row-reverse;gap:20px}.pho-pwa .pwa-btns .pwa-btn{width:26vw;min-width:100px}.pho-game-card-yellow{aspect-ratio:160/213;border-radius:16px;overflow:hidden;position:relative}.pho-game-card-yellow .img-wrapper{width:100%;height:100%;position:relative}.pho-game-card-yellow .img-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50%;object-position:50%}.pho-game-card-yellow .label{position:absolute;right:0;top:5%}.pho-game-card-yellow .label img{width:60px}.pho-game-card-yellow .game-overlay{display:none;position:absolute;top:0;width:100%;height:100%}.pho-game-card-yellow .game-overlay .game-paly-btns{height:100%;width:100%;display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center}.pho-game-card-yellow .game-overlay .game-paly-btns .game-paly-btn{width:100px;height:32px}.pho-game-card-yellow .game-overlay .game-paly-btns .demo{color:#f6cf46;text-decoration:underline}.pho-game-card-yellow .game-overlay .game-paly-btns .demo:hover{background:none}.pho-game-card-yellow:hover{transform:translateY(-10px);transition:transform .25s}.pho-game-card-yellow:hover .game-overlay{display:flex;background:rgba(0,0,0,.7)}@media(max-width:768px){.pho-game-card-yellow:hover{transform:unset;transition:unset}.pho-game-card-yellow:hover .game-overlay{display:none}}.pho-game-card-footer-yellow{position:absolute;padding:5px 8px;display:flex;gap:2px;top:5px;left:5px;background:rgba(0,0,0,.6);border-radius:20px;font-size:10px;line-height:1}.pho-game-card-footer-yellow .icon{color:#ff4029}.pho-game-card-footer-yellow .playing{color:rgba(255,255,255,.6)}@media(max-width:768px){.pho-game-card-footer-yellow .playing{display:none}}.boardcast-wrap{display:flex;background:#292c34;width:100%;height:32px;align-items:center;overflow:hidden}.boardcast-wrap .boardcast-icon{margin:0 12px;flex-shrink:0;color:#fbf5b3}.boardcast-wrap .boardcast-icon img{width:16px;height:16px}.boardcast-wrap .boardcast-container{flex:1;height:100%;position:relative;overflow:hidden}.boardcast-wrap .boardcast-scroll{display:flex;height:100%;width:100%}.boardcast-wrap .cloumn{flex-direction:column}.boardcast-wrap .boardcast-item{flex:0 0 100%;height:100%;display:flex;align-items:center;white-space:nowrap;font-size:12px;line-height:17px;color:#e2e2e2}.boardcast-wrap .boardcast-item ul{flex:1;display:flex;justify-content:space-between;padding-right:14px}.boardcast-wrap .boardcast-item ul li{color:rgba(255,255,255,.6)}.boardcast-wrap .boardcast-item ul li .who,.boardcast-wrap .boardcast-item ul li .win{color:#fbf5b3}.pho-turntable-register-yellow{position:relative;font-size:37.5px;width:400px;aspect-ratio:1;z-index:21;background:url(/assets/bg-iidNfMlq.png) no-repeat center;background-size:cover;left:50%;transform:translate(-50%)}@media(max-width:768px){.pho-turntable-register-yellow{width:320px}}.pho-turntable-register-yellow .turntable__dartboard{position:absolute;background-repeat:no-repeat;width:100%;max-width:400px;padding:122px 72px 70px}@media(max-width:768px){.pho-turntable-register-yellow .turntable__dartboard{padding:98px 58px 20px}}.pho-turntable-register-yellow .turntable-main__prizes{width:100%;aspect-ratio:43/41;display:grid;justify-content:center;align-content:center;grid-template-columns:33% 33% 33%;grid-template-rows:33% 33% 33%}.pho-turntable-register-yellow .turntable-main__prizes_i{background:url(/assets/2-Dk2J_Qz1.png) center no-repeat;background-size:98% 98%}.pho-turntable-register-yellow .turntable-main__prizes_i:nth-child(5){background:url(/assets/1-kj3mZUWx.png) center no-repeat;background-size:98%;cursor:pointer}.pho-turntable-register-yellow .turntable-main__prizes_i:nth-child(5):active{transform:scale(.98);cursor:pointer}.pho-turntable-register-yellow .turntable-main__prizes_i .i_item{display:flex;width:100%;aspect-ratio:1;flex-direction:column;font-weight:700;justify-content:center;align-items:center}.pho-turntable-register-yellow .turntable-main__prizes_i .i_item .amount{color:#a7562c;font-size:20px;font-weight:700;line-height:1}@media(max-width:768px){.pho-turntable-register-yellow .turntable-main__prizes_i .i_item .amount{font-size:16px}}.pho-turntable-register-yellow .turntable-main__prizes_i .i_item .cashimg img{width:36%;margin:0 auto;transform:scale(1.3) translateY(-5px)}@media(max-width:768px){.pho-turntable-register-yellow .turntable-main__prizes_i .i_item .cashimg img{transform:scale(1.2) translateY(-5px)}}.pho-turntable-register-yellow .turntable-main__prizes_i .txt{font-size:15px}.pho-turntable-register-yellow .turntable-main__prizes_i_bling{position:relative;background-image:url(/assets/3-BD-6Lz9y.png)}.pho-turntable-register-yellow .turntable-main__pointer{position:absolute;background-size:100%;top:165px;width:290px;height:200px;left:44px;z-index:2}.pho-turntable-register-yellow .turntable-main__bling{animation:bling 1s infinite ease-in-out;position:absolute;background-size:100%;filter:contrast(200%) blur(2px);top:161px;width:290px;height:200px;left:44px;z-index:1}.pho-turntable-register-yellow .turntable-main__star{position:absolute;width:43.5%;top:288px;left:50.5%;height:50px;line-height:50px;transform-origin:center left}.pho-turntable-register-yellow .turntable-main__star_i{float:right;animation-fill-mode:both;background-size:100%;background-position:top center}.pho-turntable-register-yellow .turntable-main__star_i_odd{animation:flash 3s infinite ease-in-out;border-radius:10px;width:21px;height:21px}.pho-turntable-register-yellow .turntable-main__star_i_even{animation:flash 1s infinite ease-in-out;margin-right:2px;border-radius:8px;width:16px;height:16px}.pho-turntable-invite-yellow{position:relative;aspect-ratio:1;z-index:21;background:url(/assets/squarebg-BY2Vllxp.png) no-repeat center;background-size:100% 100%}.pho-turntable-invite-yellow .turntable__dartboard{position:absolute;background-repeat:no-repeat;width:100%;aspect-ratio:1;padding:9%}.pho-turntable-invite-yellow .turntable__dartboard:before,.pho-turntable-invite-yellow .turntable__dartboard:after{position:absolute;content:"";width:100%;aspect-ratio:1;top:0;left:0;background:url(/assets/bg_light_yellow_1-ByFndzDN.png) no-repeat center;background-size:100% 100%;animation:changeBg 3s linear infinite;z-index:-1}.pho-turntable-invite-yellow .turntable__dartboard:after{background:url(/assets/bg_light_yellow-C8LeiwQi.png) no-repeat center;background-size:cover;animation:changeBg 3s linear 1.5s infinite}@keyframes changeBg{0%,to{opacity:1}50%{opacity:0}}.pho-turntable-invite-yellow .turntable-main__prizes{width:100%;display:grid;justify-content:center;align-content:center;grid-template-columns:33% 33% 33%;grid-template-rows:33% 33% 33%;aspect-ratio:1}.pho-turntable-invite-yellow .turntable-main__prizes_i{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAC0CAMAAAAKE/YAAAAA3lBMVEUAAADZdwTZdwTZdwTZdwTZdwTZdwTZdwTZdwTZdwTZdwTZdwTZdwTZdwTZdwTZdwTZdwTZdwTZdwTZdwTrxHnZdwTqwnbbfRDcgxjpumvdhyHaeQnZeAbaewzmq1fpvG7lqlPos2DdhR7pt2bqwnTkpEvjn0XnsV3kokjhmz/fjy3fjSreiSXntWPqwHPYdwfkpk7fkS7bgBPinD3mrlrpvnHinUHkqFDgmDrflTfgljbglDTfkjLfjCfcgRXcggXinAjovW7afAXhmTzmsV/eiAXejQXgjgThmAfglASjannQAAAAFHRSTlMAqsMF8iOFedBgnzS3lU8VDOfcSZE95q4AAAMmSURBVHja7d1ZU+JAFIbhhrCFTZTuMGAAx7jNImFRZx9GHBD//x8akiZpUFM1V13ns87TVeH2rVOHwF2LfU7NLTVylFQb5eaByOa0cwVFUqVczEh2jxRdYfW17FpF0RaWnOfN5VBt+b3ZIBhJEkbBYNbzk7LK/rCdqtqaXg0lMcOLqdIOa7vNOaV1xp4kyBt3dF9hp7qhtAmRrXhpNNnOOt0QV8WOx5Kwc1/vtaObD/TLuX8jSbvpx5klHZ3Tc76UxA2Oo84wXpCaipHeDe08Ds2ZQU8kgIkedbLRHbLvjV23ne1WuyjLkS7I0XY7piR/U17yplFtURxFHxcSxF1U64ro6d9LEF0/Wuo4uidhnG5yq3H0TMJ42OTW4+iBhHGyyc3H0YGEEaTREL8s2n0aLXF4iNESPdqDOWm0B4SjM3A0R1tkos+8Ecg5OzPRQDjaEhM9AoIdfQsEO3oIBDv6Hgj2pIdA0uguEI7OwNFvIjrodiGeJjoIgm4QQDyDNJpEzn8+TTSQ3ehrkGOir4FgR7/fuAY4ERMNhKMtMdF/gaTRl0A42hITfQMEO3oAhKMzcPRe9AkQjs7A0XvRX4BgR4+BYEefA+FoS0z0FRCOtsREXwDhaEtM9B0Q7OgPQDjaEhM9A4Id/QAkjf4KBDv6GxDs6O9AsKN/AMGO/gkEO3oCBDv6IxCOtsREfwLC0ZaY6F9AsKM/A+FoS0x0DwhHZ+Bo/OhTIBxtiYl+B2Qn+hTmoE8aB0dn4Oi96N9AsKOnQLCjO0Ago0PEaMhJo0f3YU4a3QeCvR59IBxtiYk+BsLRGTgaPzoEgh3tA+FoG0w0VrXSF3bgySFGV0Wo4JQF9bscX9HWN/ahfBXj1LAl2jp6ASFOzQvhHOroOQAd7QohSgqlWjcXWuZ6RDVfEjdP3h2RstKWK9K2zYetONqpJNWPhC2V1hRasaC0+eMTUY9zpTVEohkqzV+tSVr6Sqs7IuUm1WqxWv8hZr1aJHX5ltjRLChlup+ohK/XT8uFKavHzUaR/n+QsCyec0pE7xpP5GviFQeUs/NtkcFpVilelF6oP7vY/R94O0/263LRlgAAAABJRU5ErkJggg==) center no-repeat;background-size:94% 94%;height:-moz-fit-content;height:fit-content}.pho-turntable-invite-yellow .turntable-main__prizes_i:nth-child(5){background:url(/assets/bg_center--QqV3Gy0.png) center no-repeat;background-size:352%;cursor:pointer}.pho-turntable-invite-yellow .turntable-main__prizes_i:nth-child(5) .countNum{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0px}.pho-turntable-invite-yellow .turntable-main__prizes_i:nth-child(5) .countNum span{line-height:1;font-weight:700;text-transform:uppercase}.pho-turntable-invite-yellow .turntable-main__prizes_i:nth-child(5) .countNum .times{font-size:36px}.pho-turntable-invite-yellow .turntable-main__prizes_i:nth-child(5) .countNum .spin{font-size:22px}.pho-turntable-invite-yellow .turntable-main__prizes_i:nth-child(5):active{transform:scale(.98);cursor:pointer}.pho-turntable-invite-yellow .turntable-main__prizes_i .i_item{display:flex;width:100%;aspect-ratio:1;flex-direction:column;font-weight:700;justify-content:center;align-items:center}.pho-turntable-invite-yellow .turntable-main__prizes_i .i_item .amount{color:#342306;font-size:26px;font-weight:700}.pho-turntable-invite-yellow .turntable-main__prizes_i .i_item .cashimg img{width:60%;margin:0 auto}.pho-turntable-invite-yellow .turntable-main__prizes_i .i_item .logoImg img{width:50%;margin:0 auto}.pho-turntable-invite-yellow .turntable-main__prizes_i .txt{font-size:15px}.pho-turntable-invite-yellow .turntable-main__prizes_i_bling{position:relative}.pho-turntable-invite-yellow .turntable-main__prizes_i_bling:after{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background:url(/assets/game_yellow-DsEq2-xG.png) center no-repeat;background-size:100%}.pho-turntable-invite-yellow .turntable-main__pointer{position:absolute;background-size:100%;top:165px;width:290px;height:200px;left:44px;z-index:2}.pho-turntable-invite-yellow .turntable-main__bling{animation:bling 1s infinite ease-in-out;position:absolute;background-size:100%;filter:contrast(200%) blur(2px);top:161px;width:290px;height:200px;left:44px;z-index:1}.pho-turntable-invite-yellow .turntable-main__star{position:absolute;width:43.5%;top:288px;left:50.5%;height:50px;line-height:50px;transform-origin:center left}.pho-turntable-invite-yellow .turntable-main__star_i{float:right;animation-fill-mode:both;background-size:100%;background-position:top center}.pho-turntable-invite-yellow .turntable-main__star_i_odd{animation:flash 3s infinite ease-in-out;border-radius:10px;width:21px;height:21px}.pho-turntable-invite-yellow .turntable-main__star_i_even{animation:flash 1s infinite ease-in-out;margin-right:2px;border-radius:8px;width:16px;height:16px}.pho-invite-table-yellow{position:relative;width:90%;left:5%;height:-moz-fit-content;height:fit-content;background:#292c34;border-radius:16px;padding:11px 15px 20px;aspect-ratio:1;border:1px solid #ce943d}.pho-invite-table-yellow .title{display:flex;font-size:16px;font-weight:700;text-align:center;color:#ffdc17;line-height:36px}.pho-invite-table-yellow .title img{width:36px;height:36px;margin-right:4px}.pho-invite-table-yellow .subtitle{margin-top:8px;font-size:14px;text-align:left;line-height:20px;font-weight:700;margin-bottom:16px}.pho-invite-table-yellow .table-op{position:relative}.pho-invite-table-yellow .table-op:after{content:"";z-index:99;position:absolute;width:100%;height:100%;background:rgba(0,0,0,.25)}.pho-invite-table-yellow .award{opacity:1;display:flex;justify-content:center;align-items:center;white-space:nowrap;font-size:32px;color:#fff;text-align:center;position:absolute;left:11%;top:29%;background:rgba(0,0,0,.6);border-radius:12px;z-index:100;width:78%;aspect-ratio:1;transform:none}@media(min-width:768px){.pho-invite-table-yellow .award{left:11%;top:28%;width:78%}}.pho-invite-table-yellow .table .countNum .times{font-size:28px!important}.pho-invite-table-yellow .table .countNum .spin{font-size:16px!important}.pho-invite-table-yellow .back{margin-top:36px}.pho-invite-table-yellow .back .leftAmount{background:linear-gradient(180deg,#fff5b9,#e2cc6f 49%,#cd9d4a);border-radius:12px;margin-bottom:30px}.pho-invite-table-yellow .back .leftAmount .money{display:flex;font-size:24px;font-weight:700;color:#401908;text-indent:12px;padding:8px 12px}.pho-invite-table-yellow .back .leftAmount .money img{width:36px;height:36px}.pho-invite-table-yellow .back .leftAmount .money span{font-weight:700}.pho-invite-table-yellow .back .leftAmount .prograsswrap{position:relative}.pho-invite-table-yellow .back .leftAmount .prograsswrap .prograssText{top:-20px;position:absolute;color:#683943;font-size:12px;transform:translate(-50%);font-weight:500}.pho-invite-table-yellow .back .leftAmount .prograsswrap .prograssbar{position:relative;width:calc(100% - 20px);height:8px;margin:20px 10px 0;border-radius:8px;background:#5d5a16;overflow:hidden}.pho-invite-table-yellow .back .leftAmount .prograsswrap .prograssbar .prograssbar-inner{position:absolute;width:100%;height:100%;background:linear-gradient(90deg,#27d41c,#0d6c1d);border-radius:8px}.pho-invite-table-yellow .back .leftAmount .moreto{margin:8px 0;padding-bottom:10px;text-align:center;color:#683943}.pho-invite-table-yellow .back .leftAmount .moreto .green{font-weight:700;color:#401908}.pho-invite-table-yellow .countdown{position:relative;width:100%;justify-content:center;display:flex;gap:7px;font-size:12px;font-weight:700;line-height:24px}@media(max-width:768px){.pho-invite-table-yellow .countdown{line-height:29px;font-size:14px}}.pho-invite-table-yellow .countdown div{font-weight:700;color:rgba(255,255,255,.8)}.pho-invite-table-yellow .countdown span{font-weight:700;width:24px;aspect-ratio:1;border-radius:6px;background-color:#fff;text-align:center;color:#333}@media(max-width:768px){.pho-invite-table-yellow .countdown span{width:29px;height:29px;line-height:29px;font-size:14px}}@media(max-width:768px){.pho-invite-table-yellow .countdown{margin-top:15px}}.pho-invite-table-yellow .claimBtn{height:40px;width:calc(100% - 30px);margin:45px 15px 0;border-radius:22px;background:linear-gradient(90deg,#f7b92c,#fdfbc1 51%,#f7b92c);color:#683943;font-weight:700;text-align:center;line-height:40px;cursor:pointer}.pho-invite-table-yellow .foot{text-align:center;font-size:14px;line-height:20px;color:#e8d671;margin-top:16px}.pho-home-yellow .menus-square{margin-top:10px;padding:0 6px;width:100%;display:flex;flex-direction:row;gap:6px;position:relative}@media(min-width:768px){.pho-home-yellow .menus-square{display:none}}.pho-home-yellow .menus-square ul{width:calc(90% - 3px);display:grid;grid-template-columns:repeat(5,calc(20% - 5px));gap:6px}.pho-home-yellow .menus-square ul li{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;aspect-ratio:15/11;background-color:#373838;border-radius:8px;padding:8px 0}.pho-home-yellow .menus-square ul li .iconfont{line-height:1;font-size:6vw;transform:scale(1.35)}.pho-home-yellow .menus-square ul li .title{font-size:10px;line-height:14px;white-space:nowrap}.pho-home-yellow .menus-square ul li .data-num{position:absolute;top:5px;right:8px;width:14px;aspect-ratio:1;border-radius:14px;background-color:rgba(var(--pho-color-guide-failed));font-size:8px;line-height:14px;color:rgba(var(--pho-color-pure-white));text-align:center}.pho-home-yellow .menus-square ul .active{--color-center: #fdfbc1;background:linear-gradient(90deg,rgba(var(--pho-color-primary),1) 0%,var(--color-center) 51%,rgba(var(--pho-color-primary),1) 100%);color:#333}.pho-home-yellow .menus-square .ul-one-row :nth-child(n+6){display:none}.pho-home-yellow .menus-square .hidden-btn{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;max-width:calc(10% - 3px);border-radius:8px;background-color:#373838;height:100%;font-size:18px}.pho-home-yellow .menus-square .hidden-btn .title{font-size:10px;line-height:14px}.pho-home-yellow .menus-square .hidden-btn .active{transform:rotate(180deg)}.pho-home-yellow .pho-deposit-message{width:-moz-fit-content;width:fit-content;padding:8px;position:fixed;top:calc(var(--pho-header-height) + var(--pho-header-top) + 4px);left:50%;transform:translate(-50%);background-color:rgba(var(--pho-color-primary),1);color:#333;font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);z-index:600;border-radius:var(--pho-border-ra-3);cursor:pointer}.pho-home-yellow .pho-deposit-message span{white-space:nowrap}.pho-home-yellow .pho-deposit-message .icon-shut{font-size:var(--pho-font-size-lv-1);filter:invert(1)}.pho-home-yellow .pho-deposit-message div{display:flex;gap:10px;align-items:center;justify-content:center}@media(max-width:768px){.pho-home-yellow .pho-deposit-message{width:-moz-fit-content;width:fit-content;font-size:var(--pho-font-size-lv-1);top:unset;bottom:70px}.pho-home-yellow .pho-deposit-message span{display:flex}.pho-home-yellow .pho-deposit-message .icon-shut{font-size:var(--pho-font-size-lv-1)}}.pho-home-yellow .banner-list{margin:10px 0 0;overflow:hidden;aspect-ratio:5}.pho-home-yellow .banner-list .swiper{overflow:visible;--swiper-pagination-bullet-width: 20px;--swiper-pagination-bullet-height: 6px;--swiper-pagination-bullet-border-radius: 6px;--swiper-theme-color: #ffffff;--swiper-pagination-bullet-inactive-color: #333333;--swiper-pagination-bullet-inactive-opacity: 1;--swiper-navigation-color: #fff;--swiper-navigation-size: 32px}@media(max-width:768px){.pho-home-yellow .banner-list .swiper{--swiper-pagination-bullet-width: 10px;--swiper-pagination-bullet-height: 4px;--swiper-pagination-bottom: 0px}}.pho-home-yellow .banner-list .swiper .swiper-pagination-bullet-active{width:40px}@media(max-width:768px){.pho-home-yellow .banner-list .swiper .swiper-pagination-bullet-active{width:20px}}.pho-home-yellow .banner-list .swiper .swiper-slide{transition:opacity 2s linear}.pho-home-yellow .banner-list .swiper .swiper-slide-next,.pho-home-yellow .banner-list .swiper .swiper-slide-prev{opacity:0}.pho-home-yellow .banner-list .swiper .swiper-slide-active{opacity:1}.pho-home-yellow .banner-list .swiper .swiper-button-prev{left:-20px}.pho-home-yellow .banner-list .swiper .swiper-button-prev:after{transform:translateY(-50%)}.pho-home-yellow .banner-list .swiper .swiper-button-next{right:-20px}.pho-home-yellow .banner-list .swiper .swiper-button-next:after{transform:translateY(-50%) rotate(180deg)}.pho-home-yellow .banner-list .banner{aspect-ratio:5}@media(max-width:768px){.pho-home-yellow .banner-list .banner{width:100%}}.pho-home-yellow .banner-list .banner img{width:100%;height:100%;border-radius:16px 16px 0 0;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}@media(max-width:768px){.pho-home-yellow .banner-list .banner img{border-radius:0}}.pho-home-yellow .is-scrollable{position:relative}.pho-home-yellow .games-tab{position:sticky;top:calc(var(--pho-header-height));z-index:90;height:56px;padding:9px 0 0;background-color:#373838}@media(max-width:768px){.pho-home-yellow .games-tab{width:100dvw;width:100vw;top:0}}@media(max-width:768px){.pho-home-yellow .games-tab{height:44px;padding:4px 8px 0}}.pho-home-yellow .games-tab .games-wrapper{display:flex;align-items:center;height:100%;overflow:scroll}.pho-home-yellow .games-tab .games-wrapper .games-tab-item{display:flex;align-items:center;justify-content:center;gap:13px;height:100%;font-size:14px;cursor:pointer}@media(max-width:768px){.pho-home-yellow .games-tab .games-wrapper .games-tab-item{width:unset;padding:0 15px}}@media(min-width:768px){.pho-home-yellow .games-tab .games-wrapper .games-tab-item{min-width:12.5%;flex:1}}.pho-home-yellow .games-tab .games-wrapper .games-tab-item .games-tab-item-name{width:100%;border-left:1px solid rgba(255,255,255,.2);font-size:14px;font-weight:700;white-space:nowrap;text-align:center}@media(max-width:768px){.pho-home-yellow .games-tab .games-wrapper .games-tab-item .games-tab-item-name{border-left:none;font-weight:400;color:rgba(255,255,255,.8)}}.pho-home-yellow .games-tab .games-wrapper .games-tab-item:nth-child(1) .games-tab-item-name{border-left:none}@media(min-width:768px){.pho-home-yellow .games-tab .games-wrapper .games-tab-item:hover .games-tab-item-name{color:rgba(var(--pho-color-primary),1)}}.pho-home-yellow .games-tab .games-wrapper .active{border-top:2px solid rgba(var(--pho-color-primary),1);background:#191918}.pho-home-yellow .games-tab .games-wrapper .active .games-tab-item-name{font-weight:700;color:rgba(var(--pho-color-primary),1)}.pho-home-yellow .games-tab .scroll-btn{position:absolute;top:50%;height:100%;width:10%;display:flex;align-items:center;justify-content:center;background-color:#484a49}.pho-home-yellow .games-tab .scroll-btn-left{left:0;transform:translateY(-50%)}.pho-home-yellow .games-tab .scroll-btn-right{right:0;transform:translateY(-50%) rotate(180deg)}.pho-home-yellow .games{margin-top:12px;padding:0 var(--pho-wrap-padding);min-height:45vh}.pho-home-yellow .games ul{display:flex;gap:.5vw;flex-wrap:wrap}@media(max-width:768px){.pho-home-yellow .games ul{gap:10px}}.pho-home-yellow .games ul li{width:11.9%}@media(max-width:768px){.pho-home-yellow .games ul li{width:calc(33.3% - 7px)}}@media(max-width:768px){.pho-home-yellow .logo-bottom{width:100%;aspect-ratio:10.4;background:url(/pc_logo.png) no-repeat center #292c34;background-size:contain;margin:30px 0 20px}}.pho-home-yellow .leaderboard{width:100%;margin-top:48px}.pho-home-yellow .leaderboard .title{font-size:var(--pho-font-size-lv-5);line-height:28px;font-weight:700;color:#fff}.pho-home-yellow .leaderboard .leader-title{display:flex;padding:8px}.pho-home-yellow .leaderboard .leader-title div{color:#d6d6d6;font-size:12px;text-align:left;width:20%}.pho-home-yellow .leaderboard .leader-title div:nth-child(5){text-align:right}.pho-home-yellow .leaderboard .leader-content{display:flex;flex-direction:column;gap:2px;margin-top:10px}.pho-home-yellow .leaderboard .leader-content .message-item{display:flex;height:48px;background:#1e2c3c;align-items:center;padding:8px;border-bottom:2px solid #0c1d29}.pho-home-yellow .leaderboard .leader-content .message-item>div{width:20%;font-size:14px;line-height:14px}.pho-home-yellow .leaderboard .leader-content .message-item .gameName{display:flex;align-items:center;gap:12px;cursor:pointer}.pho-home-yellow .leaderboard .leader-content .message-item .gameName .gameName-img-wrap{width:30px;height:30px;overflow:hidden;border-radius:4px}.pho-home-yellow .leaderboard .leader-content .message-item .gameName .gameName-img-wrap img{width:100%;position:relative;aspect-ratio:.75;top:-5px}.pho-home-yellow .leaderboard .leader-content .message-item>div:nth-child(1){font-weight:700}.pho-home-yellow .leaderboard .leader-content .message-item>div:nth-child(2){opacity:.6}.pho-home-yellow .leaderboard .leader-content .message-item>div:nth-child(4){font-weight:700}.pho-home-yellow .leaderboard .leader-content .message-item>div:nth-child(5){font-weight:700;text-align:right}@media(max-width:768px){.pho-home-yellow .leaderboard{display:none}}.pho-home-yellow .pho-introduce{margin-top:40px}.pho-home-yellow .pho-introduce .title{font-size:var(--pho-font-size-lv-5);line-height:28px;font-weight:700}.pho-home-yellow .pho-introduce .introduce-content{position:relative;margin-top:16px;height:307px;overflow:hidden}.pho-home-yellow .pho-introduce .introduce-content h4{font-size:16px;line-height:22px;margin-bottom:10px;font-weight:700}.pho-home-yellow .pho-introduce .introduce-content p{font-size:14px;color:#fff;margin-bottom:16px}.pho-home-yellow .pho-introduce .introduce-content .left{flex:1}.pho-home-yellow .pho-introduce .show-more-btn{color:#333;padding:12px 22px;margin-bottom:10px;line-height:1;position:relative;left:50%;transform:translate(-50%)}.pho-home-yellow .pho-introduce .expend{height:-moz-fit-content;height:fit-content}@media(max-width:768px){.pho-home-yellow .pho-introduce{display:none}}.pho-home-yellow .pho-home-footer{display:flex;flex-direction:column;margin-top:24px}@media(min-width:768px){.pho-home-yellow .pho-home-footer{display:none}}.pho-home-yellow .pho-home-footer .line-one,.pho-home-yellow .pho-home-footer .line-two{display:flex;justify-content:space-between;padding:0 var(--pho-wrap-padding);flex-wrap:wrap}.pho-home-yellow .pho-home-footer .line-one>div,.pho-home-yellow .pho-home-footer .line-two>div{flex:1;text-align:center;font-size:var(--pho-font-size-lv-2);line-height:1;font-weight:700;color:rgba(var(--pho-color-pure-white));text-decoration:underline;border-left:1px solid rgba(var(--pho-color-pure-white),.2)}.pho-home-yellow .pho-home-footer .line-one>div:nth-child(1),.pho-home-yellow .pho-home-footer .line-two>div:nth-child(1){text-align:left;border-left:none}.pho-home-yellow .pho-home-footer .line-one>div:nth-child(3),.pho-home-yellow .pho-home-footer .line-two>div:nth-child(3){text-align:right}.pho-home-yellow .pho-home-footer .line-two{margin-top:1em}.pho-home-yellow .pho-home-footer .line-two>div:nth-child(1){text-align:center}.pho-home-yellow .pho-home-footer .follow-us{margin-top:20px}.pho-home-yellow .pho-home-footer .follow-us-title{text-align:center;color:#999;font-size:var(--pho-font-size-lv-2)}.pho-home-yellow .pho-home-footer .follow-us .logos{display:flex;justify-content:center}.pho-home-yellow .pho-home-footer .follow-us .logos .pho-share{display:flex;flex-direction:row;gap:20px}.pho-home-yellow .pho-home-footer .follow-us .logos .pho-share .share-items{width:40px;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:8px;cursor:pointer}.pho-home-yellow .pho-home-footer .follow-us .logos .pho-share .share-items .logo{border-radius:32px;width:32px;height:32px}.pho-home-yellow .pho-home-footer .follow-us .logos .pho-share .share-items .logo-whatsApp{background:url(/assets/logos-CLPBpB7J.png) -64px 0px no-repeat;background-size:cover}.pho-home-yellow .pho-home-footer .follow-us .logos .pho-share .share-items .logo-telegram{background:url(/assets/sprit-D9oy9ouf.png) -108px 0px no-repeat;background-size:cover}.pho-home-yellow .pho-home-footer .follow-us .logos .pho-share .share-items .logo-Facebook{background:url(/assets/logos-CLPBpB7J.png) -128px 0px no-repeat;background-size:cover}.pho-home-yellow .pho-home-footer .follow-us .logos .pho-share .share-items .logo-X{background:url(/assets/logos-CLPBpB7J.png) -32px 0px no-repeat;background-size:cover}.pho-home-yellow .pho-home-footer .follow-us .logos .pho-share .share-items .logo-sms{background:url(/assets/logos-CLPBpB7J.png) -96px 0px no-repeat;background-size:cover}.pho-home-yellow .pho-home-footer .follow-us .logos .pho-share .share-items .logo-ins{background:url(/assets/sprit-D9oy9ouf.png) 0px 0px no-repeat;background-size:cover}.pho-home-yellow .pho-home-footer .follow-us .logos .pho-share .share-items .logo-name{text-align:center;margin-top:6px;font-size:var(--pho-font-size-lv-1);color:rgba(var(--pho-color-pure-white),.8)}.pho-home-yellow .pho-home-footer .follow-us .pho-contact-us-logos{display:flex;flex-direction:row;gap:28px;justify-content:center}.pho-home-yellow .pho-home-footer .follow-us .pho-contact-us-logos li{display:flex;align-items:center;gap:12px;padding-top:4px}.pho-home-yellow .pho-home-footer .follow-us .pho-contact-us-logos li .text{font-size:var(--pho-font-size-lv-3);line-height:var(--pho-font-size-line-3);font-weight:700;text-decoration:underline;cursor:pointer}.pho-home-yellow .pho-home-footer .follow-us .pho-contact-us-logos li .pho-contact-us-logo{width:32px;height:32px;border-radius:16px;color:#fff;flex-direction:row;cursor:pointer;display:flex;align-items:center;justify-content:center}.pho-home-yellow .pho-home-footer .follow-us .pho-contact-us-logos li .pho-contact-us-logo span{font-size:16px;line-height:32px}.pho-home-yellow .pho-home-footer .follow-us .pho-contact-us-logos li .phone,.pho-home-yellow .pho-home-footer .follow-us .pho-contact-us-logos li .whatsapp,.pho-home-yellow .pho-home-footer .follow-us .pho-contact-us-logos li .email{text-align:center}.pho-home-yellow .pho-home-footer .follow-us .pho-contact-us-logos li .phone span,.pho-home-yellow .pho-home-footer .follow-us .pho-contact-us-logos li .whatsapp span,.pho-home-yellow .pho-home-footer .follow-us .pho-contact-us-logos li .email span{font-size:18px;line-height:32px}.pho-home-yellow .pho-home-footer .follow-us .pho-contact-us-logos li .whatsapp{background-color:#44e861}.pho-home-yellow .pho-home-footer .follow-us .pho-contact-us-logos li .email{background-color:#4da8ef}.pho-home-yellow .pho-home-footer .follow-us .pho-contact-us-logos li .phone{background-color:#4aa23a}.pho-home-yellow .pho-home-footer .license{font-size:var(--pho-font-size-lv-2);color:rgba(255,255,255,.6);padding:24px var(--pho-wrap-padding) 0;text-align:center}.pho-home-yellow .pho-home-footer .contact-us{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:20px}.pho-home-yellow .pho-home-footer .contact-us .pho-contact-us-logos{gap:5px}.pho-home-yellow .pho-home-footer .contact-us .pho-contact-us-logos li{padding-top:0}.pho-home-yellow .pho-home-footer .footer-home .footer-content{margin-top:12px}.pho-home-yellow .pho-home-footer .footer-home .footer-content p{font-size:var(--pho-font-size-lv-2);color:rgba(255,255,255,.6);padding:0 var(--pho-wrap-padding);text-align:center}.pho-home-yellow .pho-home-footer .footer-home .footer-content .images{display:flex;flex-direction:column;width:100%;gap:10px;margin-top:12px;padding-bottom:24px}.pho-home-yellow .pho-home-footer .footer-home .footer-content .images .line1{display:flex;flex-direction:row;justify-content:center}.pho-home-yellow .pho-home-footer .footer-home .footer-content .images .line1 div{flex:1;padding:10px;border-radius:6px;max-width:calc(33.3% - 5px)}.pho-home-yellow .pho-home-footer .footer-home .footer-content .images .line1 img{width:100%;filter:hue-rotate(300deg)}.pho-home-yellow .pho-home-advert-img{width:100%;cursor:pointer}.pho-profile-yellow{width:100%;padding:0 var(--pho-wrap-padding);transform:translateY(calc(-.6 * var(--pho-header-height)))}.pho-profile-yellow .pho-profile-header-parent{display:flex;flex-direction:row;justify-content:space-between;margin:0 0 13px}.pho-profile-yellow .pho-profile-header-parent .pho-profile-header{display:flex;align-items:flex-start;flex-direction:row}.pho-profile-yellow .pho-profile-header-parent .pho-profile-header img{width:36px;height:36px;margin-right:12px;border-radius:22px}.pho-profile-yellow .pho-profile-header-parent .pho-profile-header-num{font-size:var(--pho-font-size-lv-3);line-height:36px;font-weight:700}.pho-profile-yellow .pho-profile-header-parent .pho-profile-header-logout div{line-height:22px}.pho-profile-yellow .pho-profile-header-parent .pho-profile-header-logout div:nth-child(2){font-size:var(--pho-font-size-lv-1);font-weight:400}.pho-profile-yellow .pho-profile-header-parent .pho-profile-header-vip{height:36px;margin-left:6px}.pho-profile-yellow .pho-profile-header-parent .pho-profile-header-setting{font-size:24px;display:flex;align-items:center}.pho-profile-yellow .pho-profile-wallet{display:flex;flex-direction:column;padding:20px 15px 10px;background:rgba(var(--pho-color-dialog-bg),1);border-radius:var(--pho-border-ra-3)}.pho-profile-yellow .pho-profile-wallet .balance{display:flex;align-items:center;font-size:var(--pho-font-size-lv-1);color:#999;text-align:center;margin-bottom:16px;gap:12px;line-height:20px}.pho-profile-yellow .pho-profile-wallet .balance .money{display:flex;justify-content:center;align-items:center;gap:8px;color:#f7b92d}.pho-profile-yellow .pho-profile-wallet .balance .money>div{font-size:20px;font-weight:700;line-height:1}.pho-profile-yellow .pho-profile-wallet .btns{display:flex;justify-content:space-between;gap:20px}.pho-profile-yellow .pho-profile-wallet .btns .btn{flex:1;height:40px}.pho-profile-yellow .pho-profile-wallet .btns .deposit{color:#333;background-color:#fff}.pho-profile-yellow .pho-profile-wallet .balance-unit{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:20px 0 0}.pho-profile-yellow .pho-profile-wallet .balance-unit .amount{font-weight:500;font-size:var(--pho-font-size-lv-3);line-height:var(--pho-font-size-line-3);display:flex;align-items:center}.pho-profile-yellow .pho-profile-wallet .balance-unit .amount .icon-back{margin-left:8px;display:block;float:inline-end;transform:rotate(180deg);font-size:14px;color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op6))}.pho-profile-yellow .pho-profile-wallet .balance-unit .unit{font-size:var(--pho-font-size-lv-3);line-height:var(--pho-font-size-line-2);color:rgba(var(--pho-color-text-normal),1);display:flex;gap:10px}.pho-profile-yellow .pho-profile-wallet .balance-unit .unit img{width:22px}.pho-profile-yellow .pho-profile-vip{margin-top:10px;display:flex;justify-content:space-between;align-items:center;padding:12px 15px;background:rgba(var(--pho-color-dialog-bg),1);background-size:cover;border-radius:var(--pho-border-ra-3)}@media(max-width:768px){.pho-profile-yellow .pho-profile-vip{padding:10px 15px}}.pho-profile-yellow .pho-profile-vip .vip_lable{color:#fff;font-size:var(--pho-font-size-lv-3);line-height:24px;font-weight:700}.pho-profile-yellow .pho-profile-vip .vip_prograss{flex:.8}.pho-profile-yellow .pho-profile-vip .vip_prograss .bp{font-size:var(--pho-font-size-lv-1);line-height:1;color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8));text-align:center;padding-bottom:8px}.pho-profile-yellow .pho-profile-vip .vip_prograss .prograss{width:100%;height:10px;border-radius:5px;background-color:#3a434e;overflow:hidden}@media(max-width:768px){.pho-profile-yellow .pho-profile-vip .vip_prograss .prograss{height:8px}}.pho-profile-yellow .pho-profile-vip .vip_prograss .prograss-inner{width:100%;height:100%;border-radius:5px;background-color:#fceea4}.pho-profile-yellow .pho-profile-vip .vip_btn{width:40px;height:24px;line-height:22px;border-radius:16px;border:1px solid rgba(var(--pho-color-primary),var(--pho-color-text-op6));color:rgba(var(--pho-color-primary),1);text-align:center;text-transform:uppercase}.pho-profile-yellow .pho-profile-list{width:100%;border-radius:var(--pho-border-ra-2);padding:4px 0;display:flex;flex-direction:column}.pho-profile-yellow .pho-profile-list li{position:relative;width:100%;display:flex;flex-direction:row;gap:10px;padding:14px 0;border-bottom:1px solid #3d3c40}.pho-profile-yellow .pho-profile-list li .icon{font-size:22px;line-height:22px}.pho-profile-yellow .pho-profile-list li .menu-name{font-size:var(--pho-font-size-lv-3);line-height:22px;font-weight:400;color:rgba(var(--pho-color-text-normal),1)}.pho-profile-yellow .pho-profile-list li .icon-back{position:absolute;font-size:1em;display:block;transform:rotate(180deg);right:0;color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op6))}.pho-profile-yellow .pho-logout-btn{width:100%;margin-top:20px;background:#242727}@media(min-width:768px){.promotion-header{display:none}}.header-title{text-align:left;line-height:var(--pho-header-height);padding:0 0 0 var(--pho-wrap-padding);font-size:var(--pho-font-size-lv-3);font-weight:700}.pho-promotions-yellow{padding:0 var(--pho-wrap-padding);min-height:60vh}.pho-promotions-yellow .pho-promotion-cards>h2{display:flex;justify-content:flex-start;font-weight:700;text-align:left;margin:24px 0 16px;font-size:30px;line-height:1;gap:12px}@media(max-width:768px){.pho-promotions-yellow .pho-promotion-cards>h2{display:none}}.pho-promotions-yellow .pho-promotion-cards>h2:before{content:"";width:1em;aspect-ratio:1;background:url(/assets/header_img-B_LSarAt.png) no-repeat;background-size:auto 100%;background-position:-3em 0}.pho-promotions-yellow .pho-promotion-cards ul{padding:12px 0;background-color:rgba(var(--pho-color-theme-bg),1);display:flex;justify-content:flex-start;flex-direction:row;gap:10px;flex-wrap:wrap;position:sticky;top:calc(var(--pho-header-height));z-index:90}@media(max-width:768px){.pho-promotions-yellow .pho-promotion-cards ul{top:calc(var(--pho-header-top))}}.pho-promotions-yellow .pho-promotion-cards ul li{padding:4px 8px;height:24px;font-size:var(--pho-font-size-lv-2);line-height:16px;background-color:rgba(var(--pho-color-dialog-bg),1);border-radius:20px;cursor:pointer;border:2px solid rgba(var(--pho-color-primary),0);display:flex;justify-content:center;align-items:center;gap:10px;font-weight:700}@media(min-width:768px){.pho-promotions-yellow .pho-promotion-cards ul li{height:40px;padding:8px 20px}}.pho-promotions-yellow .pho-promotion-cards ul li:hover{color:rgba(var(--pho-color-primary))}.pho-promotions-yellow .pho-promotion-cards ul .active{border:2px solid rgba(var(--pho-color-primary),1);color:rgba(var(--pho-color-primary),1)}.pho-promotions-yellow .pho-promotion-cards .promotions-window{display:flex;justify-content:center}@media(max-width:768px){.pho-promotions-yellow .pho-promotion-cards .promotions-window{margin:0 auto}}.pho-promotions-yellow .pho-promotion-cards .promotions-window .promotions-window-wrapper{width:100%;display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}@media(max-width:768px){.pho-promotions-yellow .pho-promotion-cards .promotions-window .promotions-window-wrapper{gap:14px;margin-top:0}}.pho-promotions-yellow .pho-promotion-cards .promotions-window .promotions-window-wrapper .card{flex:1 1 calc(33.3% - 10px);max-width:calc(33.3% - 10px);cursor:pointer;border-radius:var(--pho-border-ra-4);padding-bottom:54px;position:relative;overflow:hidden}@media(max-width:768px){.pho-promotions-yellow .pho-promotion-cards .promotions-window .promotions-window-wrapper .card{flex:1 1 100%;max-width:100%}}.pho-promotions-yellow .pho-promotion-cards .promotions-window .promotions-window-wrapper .card img{width:100%}.pho-promotions-yellow .pho-promotion-cards .promotions-window .promotions-window-wrapper .card div{position:absolute;left:0;bottom:0;width:100%;background:rgba(var(--pho-color-dialog-bg),1);padding:7px 12px}.pho-promotions-yellow .pho-promotion-cards .promotions-window .promotions-window-wrapper .card div p{color:rgba(var(--pho-color-pure-white, .8));font-size:12px;margin-top:8px;line-height:1}.pho-promotions-yellow .pho-promotion-cards .promotions-window .promotions-window-wrapper .card div h4{line-height:1.25;font-size:16px;font-weight:700;color:rgba(var(--pho-color-pure-white, 1))}.pho-deposit-header{display:flex;align-items:center;justify-content:flex-start;gap:16px;height:100%;font-size:var(--pho-font-size-lv-4)}.pho-deposit-header .name{font-weight:700}.pho-deposit-header .number{display:flex;align-items:center;font-size:var(--pho-font-size-lv-1);gap:4px;color:rgba(var(--pho-color-pure-white),var(--pho-color-text-op8))}.pho-deposit-header .number img{aspect-ratio:32/21;height:14px!important}.pho-deposit-parent,.pho-withdraw-parent{height:64vh;overflow:scroll}.pho-deposit-parent .pho-payitems .pho-payitem,.pho-withdraw-parent .pho-payitems .pho-payitem{padding:6px 0;overflow:hidden;aspect-ratio:218/98}.pho-deposit-parent .pho-payitems .pho-payitem .bottom-num,.pho-withdraw-parent .pho-payitems .pho-payitem .bottom-num{line-height:21px;width:100%}.pho-deposit-parent .pho-paychannels,.pho-withdraw-parent .pho-paychannels{justify-content:flex-start}.pho-deposit-parent .pho-paychannels .pho-paychannel,.pho-withdraw-parent .pho-paychannels .pho-paychannel{border-radius:var(--pho-border-ra-4)}.pho-deposit-paybill{display:flex;flex-direction:column;align-items:center;justify-content:center}.pho-deposit-paybill .pho-deposit-paybill-logo{margin-top:32px;width:71px;height:60px}.pho-deposit-paybill .pho-deposit-paybill-code{margin-top:8px;margin-bottom:20px;font-size:var(--pho-font-size-lv-6);line-height:var(--pho-font-size-line-6);color:rgba(var(--pho-color-guide-success));font-weight:700}.pho-deposit-paybill .pho-deposit-paybill-content{margin-bottom:17px}.pho-deposit-paybill .pho-deposit-paybill-content p{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);margin-bottom:8px}.pho-deposit-paybill .pho-deposit-paybill-content p span{color:rgba(var(--pho-color-guide-success))}.pho-deposit-loading-yellow{padding:0 var(--pho-wrap-padding);width:100%}.pho-deposit-loading-yellow .pho-deposit-loading-top{font-size:var(--pho-font-size-lv-3);line-height:var(--pho-font-size-line-3);color:var(--pho-color-pure-white);padding:0 16px;font-weight:500}.pho-deposit-loading-yellow .prograssbar{width:calc(100% - 32px);height:16px;border-radius:10px;background:#e3eefd;overflow:hidden;margin:15px 16px 25px}.pho-deposit-loading-yellow .prograssbar .prograssbar-inner{width:100%;height:100%;background:repeating-linear-gradient(135deg,rgba(var(--pho-color-primary)) 0,rgba(var(--pho-color-primary)) 10px,rgba(var(--pho-notify-bg)) 10px,rgba(var(--pho-notify-bg)) 20px);background-size:200% 20px;animation:scroll 10s linear infinite}@keyframes scroll{0%{background-position:200% 0}to{background-position:0% 0}}.pho-deposit-loading-yellow .bottom-btn{display:flex;justify-content:center;margin-top:35px}.pho-deposit-loading-yellow .bottom-btn .close-btn{color:#333;width:50%}.pho-deposit-loading-page{margin-top:43px}.pho-deposit-loading-page .pho-deposit-loading-top{text-align:center}.pho-deposit-loading-page .prograssbar{width:calc(100% - 80px);margin:15px auto 25px}.pho-deposit-loading-page .prograssbar .prograssbar-inner{background-size:200% 20px}.pho-deposit-result{margin:43px 15px;display:flex;flex-direction:column;justify-items:center;align-items:center}.pho-deposit-result .icon-Success,.pho-deposit-result .icon-fail{font-size:46px;line-height:1}.pho-deposit-result .icon-Success{color:rgba(var(--pho-color-guide-success))}.pho-deposit-result .icon-fail{color:rgba(var(--pho-color-guide-failed))}.pho-deposit-result .msg{margin:12px 0 24px;font-size:16px;font-weight:700}.pho-deposit-result .result-btns{display:flex;flex-direction:row;gap:20px}.pho-deposit-result .result-btns .result-btn{width:40vw;height:40px}@media(min-width:768px){.pho-deposit-result .result-btns .result-btn{width:240px}}.pho-withdraw-parent{padding:0 var(--pho-wrap-padding)}.pho-withdraw-parent .pho-withdraw .pho-withdraw-table{margin-top:12px;border-color:transparent}.pho-withdraw-parent .pho-withdraw .pho-withdraw-table tr .tax-amount{color:rgba(var(--pho-color-text-normal),1);text-indent:0px!important}.pho-withdraw-parent .pho-withdraw .pho-withdraw-table tr .tax-amount:before{display:none}.pho-withdraw-parent .pho-withdraw .pho-withdraw-table tr td{text-align:left;position:relative}.pho-withdraw-parent .pho-withdraw .pho-withdraw-table tr td .taxspan{color:rgba(var(--pho-color-primary),1)!important;margin-right:.5em}.pho-withdraw-parent .pho-withdraw .pho-withdraw-table tr td:nth-child(1){text-indent:16px}.pho-withdraw-parent .pho-withdraw .pho-withdraw-table tr td:nth-child(1):before{content:"";position:absolute;width:8px;aspect-ratio:1;background-color:#fcf2ac;top:50%;left:0;transform:translateY(-50%);border-radius:4px}.pho-withdraw-parent .pho-withdraw .pho-withdraw-table tr td:nth-child(2){text-align:right;color:#fedf22}.pho-withdraw-parent .pho-withdraw .pho-withdraw-table tr:nth-last-child(1) td:nth-child(2){text-align:right;color:#fedf22}@media(max-width:768px){.pho-deposit-parent,.pho-withdraw-parent{height:-moz-fit-content;height:fit-content}}.pho-lottery-window .prograss-out{width:64px;height:24px;position:relative;border:1px solid #f7b92d;border-radius:24px;overflow:hidden}@media(max-width:768px){.pho-lottery-window .prograss-out{width:80px;height:16px}}.pho-lottery-window .prograss-out .prograss-inner{top:0;position:absolute;transform:translate(3px,3px);width:calc(100% - 6px);height:calc(100% - 6px);border-radius:24px;background:linear-gradient(180deg,#efd690,#d44d40);line-height:100%;z-index:1;transition:width .3s linear}.pho-lottery-window .prograss-out .prograss-text{top:0;left:0;position:absolute;width:100%;height:100%;text-align:center;z-index:2}@media(max-width:768px){.pho-lottery-window .prograss-out .prograss-text{font-size:9px}}.pho-lottery-window .prograss-lottery{position:relative}.pho-lottery-window .prograss-lottery .prograss-img{position:absolute;left:0;transform:translate(-75%,-25%);width:60%;aspect-ratio:1;z-index:4}.pho-lottery-window .prograss-lottery .prograss-img img{width:100%}@media(max-width:768px){.pho-lottery-window .prograss-lottery .prograss-img img{width:50%}}@media(max-width:768px){.pho-lottery-window .prograss-lottery .prograss-img{width:unset;aspect-ratio:unset;transform:translate(-20%,-30%)}}.pho-lottery-window .prograss-lottery .window{min-width:180px;aspect-ratio:160/200;position:absolute;z-index:99;border:2px solid #bababa;background:#000;top:44px;right:0;border-radius:4px;padding:16px 18px;display:flex;flex-direction:column;gap:12px}.pho-lottery-window .prograss-lottery .window .draw{text-align:center;font-size:14px;color:rgba(var(--pho-color-pure-white),.6)}@media(max-width:768px){.pho-lottery-window .prograss-lottery .window{right:-50%}}.pho-lottery-window .prograss-lottery .window .tickets{color:#fff;font-size:14px}.pho-lottery-window .prograss-lottery .window .tickets span{color:#f7b92d}.pho-lottery-window .prograss-lottery .window .countdown .countdown-time{padding:3px 15px;font-size:16px;font-weight:700;line-height:22px;text-align:center;background:#483b12;border-radius:6px}.pho-lottery-window .prograss-lottery .window .window-prograss .prograss-out{width:100%;height:16px;margin-top:4px}.pho-lottery-window .prograss-lottery .window .window-prograss .prograss-out .prograss-text{font-size:12px;line-height:12px}.pho-lottery-window .prograss-lottery .window .Go{text-align:center;line-height:1;cursor:pointer}@media(max-width:768px),(max-width:768px)and (orientation:landscape){.pho-room-yellow{position:fixed;top:0;left:0;z-index:200;width:100%}}.pho-room-yellow .route-pc{width:100%}@media(max-width:768px),(max-width:768px)and (orientation:landscape){.pho-room-yellow .route-pc{display:none}}.pho-room-yellow .route-pc ul{display:flex;gap:8px;padding:20px 0 0}.pho-room-yellow .route-pc ul li{font-size:16px;font-weight:700}.pho-room-yellow .route-pc ul li:not(:last-child){color:rgba(var(--pho-color-primary),1);overflow:hidden;cursor:pointer}.pho-room-yellow .route-pc ul li:not(:last-child):after{content:"";display:inline-block;width:1em;font-size:14px;margin-left:.5em;aspect-ratio:1;background-image:url(/assets/sprites-contact-mxB_9M-k.png);background-position:0px 0em;background-repeat:no-repeat;background-size:1em auto;filter:drop-shadow(-28px 0 0 rgba(var(--pho-color-primary),1));transform:translate(200%)}.pho-room-yellow .pho-game{width:100%;margin-top:21px;border-radius:var(--pho-border-ra-4);display:flex;flex-direction:column;padding:10px;background-color:rgba(var(--pho-color-input-bg),1)}@media(max-width:768px),(max-width:768px)and (orientation:landscape){.pho-room-yellow .pho-game{margin-top:0;padding:0;height:100%}}@media only screen and (max-width:768px)and (orientation:landscape){.pho-room-yellow .pho-game{width:100dvw;width:100vw;height:100dvh;height:100vh;position:fixed;left:0;top:0}}.pho-room-yellow .pho-game .pho-game-header{position:relative;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:8px;min-height:16px;gap:8px}@media(max-width:768px),(max-width:768px)and (orientation:landscape){.pho-room-yellow .pho-game .pho-game-header{background:#373838;margin-bottom:0;height:44px}}.pho-room-yellow .pho-game .pho-game-header .back,.pho-room-yellow .pho-game .pho-game-header .home{display:none;aspect-ratio:1;text-align:center;font-size:22px}@media(max-width:768px),(max-width:768px)and (orientation:landscape){.pho-room-yellow .pho-game .pho-game-header .back,.pho-room-yellow .pho-game .pho-game-header .home{height:100%;aspect-ratio:1;display:block;background:#73590a;color:#fff;display:flex;justify-content:center;align-items:center}.pho-room-yellow .pho-game .pho-game-header .back span,.pho-room-yellow .pho-game .pho-game-header .home span{font-size:22px}}@media(max-width:768px),(max-width:768px)and (orientation:landscape){.pho-room-yellow .pho-game .pho-game-header .back span{font-size:18px}}.pho-room-yellow .pho-game .pho-game-header .game-name{display:flex;gap:12px}.pho-room-yellow .pho-game .pho-game-header .game-name .full{cursor:pointer;padding:8px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;background:rgba(var(--pho-header-balance),1);font-size:var(--pho-font-size-lv-3);line-height:var(--pho-font-size-lv-3);border-radius:var(--pho-border-ra-2)}@media(max-width:768px),(max-width:768px)and (orientation:landscape){.pho-room-yellow .pho-game .pho-game-header .game-name{display:none}}.pho-room-yellow .pho-game .pho-game-header .clickToDeposit{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#f7b92d;text-decoration:underline;cursor:pointer;flex:.3}@media(max-width:768px),(max-width:768px)and (orientation:landscape){.pho-room-yellow .pho-game .pho-game-header .clickToDeposit{position:static;transform:none;display:flex;align-items:center;color:#fff;font-weight:700}}.pho-room-yellow .pho-game .pho-game-header .lottery-area{display:flex;justify-content:center;align-items:center;margin-left:auto}.pho-room-yellow .pho-game .pho-game-header .lottery-area .trial{display:flex;justify-content:center;gap:6px;align-items:center;padding:8px 12px;background:#0a1c31;border-radius:8px}.pho-room-yellow .pho-game .pho-game-body{aspect-ratio:1.6316;background-color:#0f1a24;border-radius:var(--pho-border-ra-4);position:relative;overflow:hidden;max-height:75dvh}@media(max-width:768px),(max-width:768px)and (orientation:landscape){.pho-room-yellow .pho-game .pho-game-body{position:fixed;bottom:env(safe-area-inset-bottom);left:0;width:100%;height:calc(100% - 44px - env(safe-area-inset-bottom));aspect-ratio:unset;border-radius:0;max-height:100dvh}}.pho-room-yellow .pho-game .pho-game-body .lm-game-overlay{position:absolute;left:0;width:100%;height:100%;background-color:#120010}.pho-room-yellow .pho-game .pho-game-body .loader{display:flex;justify-content:center;align-items:center}.pho-room-yellow .pho-game .pho-game-body .LOADING{font-size:var(--pho-font-size-lv-3);font-weight:700}.pho-room-yellow .pho-game .pho-game-body .ball-beat{display:flex;flex-direction:row;align-items:center;padding-left:12px}.pho-room-yellow .pho-game .pho-game-body .ball-beat>div{width:10px;height:10px;background-color:rgb(var(--pho-color-primary));filter:brightness(1.5);border-radius:var(--pho-border-ra-1);margin:2px;animation:blink 1.5s infinite}.pho-room-yellow .pho-game .pho-game-body .ball-beat>div:nth-child(1){animation-delay:0s}.pho-room-yellow .pho-game .pho-game-body .ball-beat>div:nth-child(2){animation-delay:.33s}.pho-room-yellow .pho-game .pho-game-body .ball-beat>div:nth-child(3){animation-delay:.66s}@keyframes blink{0%,to{opacity:.2}50%{opacity:1}}.pho-room-yellow .pho-game .pho-game-body .bonusCenter{display:flex;flex-direction:column;align-items:center;cursor:pointer;position:absolute;right:0;top:15%;z-index:100}.pho-room-yellow .pho-game .pho-game-body .bonusCenter .line2{font-size:13px;line-height:1;margin-bottom:4px}.pho-room-yellow .pho-game .pho-game-body .bonusCenter .line2 span{font-weight:700}.pho-room-yellow .pho-game .pho-game-body .bonusCenter .line1{display:flex;gap:8px;align-items:center}.pho-room-yellow .pho-game .pho-game-body .bonusCenter .line1 .lvl{line-height:1;font-weight:700}.pho-room-yellow .pho-game .pho-game-body .bonusCenter img{width:48px;height:48px}.pho-room-yellow .pho-game .pho-game-body .bonusCenter .prograss{position:relative;top:-3px;width:56px;height:16px;border-radius:8px;background:#4e3d0f;overflow:hidden;border:1px solid #ffce0b}.pho-room-yellow .pho-game .pho-game-body .bonusCenter .prograss .prograss-inner{position:absolute;width:100%;height:100%;border-radius:8px;z-index:9;top:0;background:#fda906}.pho-room-yellow .pho-game .pho-game-body .bonusCenter .prograss .prograss-inetext{position:absolute;top:0;left:0;height:100%;line-height:16px;font-size:10px;line-height:12px;font-weight:700;width:100%;text-align:center;z-index:10}.pho-room-yellow .pho-game .pho-game-footer{margin-top:8px}.pho-room-yellow .pho-game .pho-game-footer .opreations{display:flex;justify-content:space-between;align-items:center;background:url(/pc_logo.png) no-repeat center;background-size:contain}.pho-room-yellow .pho-game .pho-game-footer .opreations .full{opacity:0;padding:8px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;background:rgba(var(--pho-header-balance),1);font-size:var(--pho-font-size-lv-3);line-height:var(--pho-font-size-lv-3);border-radius:var(--pho-border-ra-2)}@media(max-width:768px),(max-width:768px)and (orientation:landscape){.pho-room-yellow .pho-game .pho-game-footer .opreations .full{display:none}}.pho-room-yellow .recommend-game{margin-top:40px}@media(max-width:768px),(max-width:768px)and (orientation:landscape){.pho-room-yellow .recommend-game{display:none}}.pho-room-yellow .recommend-game .cate-line{display:flex;justify-content:space-between}.pho-room-yellow .recommend-game .cate-line .cate-name{font-size:var(--pho-font-size-lv-5);font-weight:700;margin-bottom:16px}.pho-room-yellow .recommend-game .cate-line .cate-name span{font-size:var(--pho-font-size-lv-6);margin-right:6px;color:#74936e}.pho-room-yellow .recommend-game .cate-line .cate-conunt{cursor:pointer}.pho-room-yellow .recommend-game .cate-line .cate-conunt .viewall{font-size:14px;font-weight:600;color:#f7b92d;margin-right:8px}.pho-room-yellow .recommend-game .pho-gameslist .swiper{--swiper-navigation-size: 40px}.pho-room-yellow .recommend-game .pho-gameslist .swiper .swiper-button-prev,.pho-room-yellow .recommend-game .pho-gameslist .swiper .swiper-button-next{height:120%;top:0%;background:#383b43}@media(max-width:768px),(max-width:768px)and (orientation:landscape){.pho-room-yellow .recommend-game .pho-gameslist .swiper .swiper-button-prev,.pho-room-yellow .recommend-game .pho-gameslist .swiper .swiper-button-next{height:130%}}@media(max-width:768px){.pho-room-yellow .recommend-game .pho-gameslist .swiper .swiper-button-prev,.pho-room-yellow .recommend-game .pho-gameslist .swiper .swiper-button-next{display:none}}.pho-room-yellow .recommend-game .pho-gameslist .swiper .swiper-button-prev svg,.pho-room-yellow .recommend-game .pho-gameslist .swiper .swiper-button-next svg{width:80%;padding:20%;border-radius:6px;color:#000;height:unset;aspect-ratio:1;background-color:#ffce0b}.pho-room-yellow .recommend-game .pho-gameslist .swiper .swiper-button-prev{left:0;background:linear-gradient(to right,#0f1c2c,transparent)}.pho-room-yellow .recommend-game .pho-gameslist .swiper .swiper-button-next{right:0;background:linear-gradient(to left,#0f1c2c,transparent)}.pho-room-yellow .recommend-game .pho-gameslist .game-list{display:flex;flex-direction:row;overflow:visible}.pho-room-yellow .recommend-game .pho-gameslist .game-list .game-item{flex:unset;flex-direction:column;margin-right:12px}.pho-room-yellow .casino{border:none;width:100%;height:100%;margin:0;padding:0}.pho-room-yellow .portrait{height:100%;width:34.5%;margin:0 auto;max-width:640px;display:flex;justify-content:center}@media(max-width:768px),(max-width:768px)and (orientation:landscape){.pho-room-yellow .portrait{width:100%}}.pho-room-yellow .fullscreen{position:fixed;left:0;top:0;height:100%;width:100%;overflow:hidden;z-index:999}.pho-alert-overlay{position:fixed;left:0;top:0;height:100%;width:100%;background-color:rgba(var(--pho-color-pure-black),var(--pho-overlay-op));z-index:999}.pho-alert{position:fixed;top:50%;left:50%;width:clamp(300px,calc(100% - 60px),400px);transform:translate(-50%) translateY(-50%);background-color:rgba(var(--pho-color-dialog-bg),1);border-radius:var(--pho-border-ra-4);padding:var(--pho-dialog-pad);border:none;z-index:1002}.pho-alert .pho-alert-msg{font-size:var(--pho-font-size-lv-2);line-height:20px;color:rgba(var(--pho-color-pure-white),1);padding-bottom:var(--pho-dialog-pad);white-space:warp}.pho-alert .pho-alert-actions{display:flex;justify-content:center;align-items:center;gap:20px}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:rgba(var(--pho-color-text-normal),1);background:rgba(var(--pho-color-theme-bg),1);transition:color .5s,background-color .5s;line-height:1.6;font-family:Helvetica Neue,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,sans-serif;font-size:14px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;touch-action:manipulation;overflow:hidden}img{display:block}.pho-overflow-hidden{overflow:hidden!important}button{-webkit-appearance:button;-moz-appearance:button;appearance:button;background-color:transparent;border:none;padding:0;font:inherit;cursor:pointer;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}input{border:none;padding:0;outline:none;background-color:transparent}ul{list-style:none;padding:0}dialog{color:inherit}::-webkit-scrollbar{display:none}:focus-visible{outline:none}.pho-divider{width:100%;height:1px;border-top:1px solid rgba(var(--pho-color-pure-white),var(--pho-divider-op))}@supports selector(:focus-visible){*{outline:none;background:none}}.single-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.double-line{display:-webkit-box;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;text-overflow:ellipsis}@keyframes filter-blur{0%{filter:blur(100px)}to{filter:blur(0px)}}@keyframes move-in{0%{right:0;transform:translate(100%)}to{filter:blur(0px)}}@keyframes move-down{0%{right:0;transform:translateY(-100%)}to{filter:blur(0px)}}#app{position:fixed;top:0;width:100%;height:100vh;overflow:scroll;display:flex;flex-direction:var(--pho-app-flex-direction, row);justify-content:space-around;gap:20px}@media(max-width:768px){#app{gap:0px;height:calc(100vh - env(safe-area-inset-bottom))}}@media(min-width:768px){:hover{transition:all .3s cubic-bezier(.075,.82,.165,1)}}.scroll-viewport[data-v-c1e2e568]{height:calc(var(--2a463954) * 1px);overflow:hidden;position:relative}.scroll-track[data-v-c1e2e568]{position:absolute;width:100%;will-change:transform}.pho-coin-spin-yellow{display:flex;flex-direction:row;gap:20px;--pho-header-img-position: -150px;position:relative}@media(max-width:768px){.pho-coin-spin-yellow{flex-direction:column;width:100%}}.pho-coin-spin-yellow:before{top:0;left:calc((100% - 100vw)/2);background:url(/assets/coinspin_bg-BlrGUn2P.webp) top no-repeat;background-size:cover;content:"";width:100vw;height:100vh;position:absolute;z-index:-1}.pho-coin-main-wrap{flex:1;display:flex;flex-direction:column}@media(max-width:768px){.pho-coin-main-wrap{padding:0 var(--pho-wrap-padding)}}.pho-coin-main-wrap .top_content{display:flex;flex-direction:row-reverse;height:calc(100vh - var(--pho-header-height) - 150px)}@media(max-width:768px){.pho-coin-main-wrap .top_content{flex-direction:column}}.pho-coin-main-wrap .pho-coin-main{flex:6.5;display:flex;flex-direction:column;flex-wrap:nowrap;position:relative}.pho-coin-main-wrap .pho-coin-main .balance{display:none}@media(max-width:768px){.pho-coin-main-wrap .pho-coin-main .balance{display:flex;justify-content:flex-start;gap:20px;margin-top:10px;z-index:2}.pho-coin-main-wrap .pho-coin-main .balance span{border:1px solid rgba(255,255,255,.5);background-color:#242732;border-radius:12px;padding:4px 12px;display:flex;align-items:center;font-size:14px;line-height:1;position:relative}.pho-coin-main-wrap .pho-coin-main .balance span img{width:12px;height:12px;vertical-align:baseline;margin-right:6px}.pho-coin-main-wrap .pho-coin-main .balance span .plus{text-align:center;position:absolute;color:#ffdf21;bottom:0;left:50%;transform:translate(-50%);width:100%;animation:anim__move 1s linear 1 both}@keyframes anim__move{0%{width:100%;bottom:1000%;left:50%;transform:translate(-50%)}80%{width:100%;bottom:82%;left:50%;transform:translate(-50%) scale(1.8)}to{bottom:38%;transform:translate(-50%) scale(1.5);width:0;height:0;overflow:hidden}}}@media(max-width:768px){.pho-coin-main-wrap .pho-coin-main{background:none;position:relative}}@media(max-width:768px){.pho-coin-main-wrap .pho-coin-main .pho-coin-table{width:100%;margin:0 auto;padding:0}}.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin{text-align:center;color:#fff;padding-top:16px}@keyframes flash{0%{opacity:.3}25%{opacity:.8}50%{opacity:1}25%{opacity:.8}to{opacity:.3}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin .balance span{position:relative}.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin .balance span .plus{position:absolute;color:#ffdf21;bottom:0;left:50%;transform:translate(-50%);width:100%;animation:anim__move 1s linear 1 both}@keyframes anim__move{0%{width:100%;bottom:0%;left:50%;transform:translate(-50%)}80%{width:100%;bottom:82%;left:50%;transform:translate(-50%) scale(1.8)}to{bottom:38%;transform:translate(-50%) scale(1.5);width:0;height:0;overflow:hidden}}.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin-main{position:relative;height:55vh;aspect-ratio:1;left:50%;top:0;transform:translate(-50%)}@media(max-width:768px){.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin-main{height:unset;width:max(90vw,50vh)}}.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin-main__bg,.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin-main__pointer,.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin-main__dartboard{position:absolute;top:0;left:0;width:100%;height:100%}.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin-main__bg{z-index:1;background:url(/assets/bg_frame-xOuCIJ1R.png) no-repeat center center / 120% 120%}.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin-main__dartboard{z-index:2;background:url(/assets/bg_game-DQgvPzsQ.png) no-repeat center center / 115% 115%}.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin-main__pointer{z-index:3;background:url(/assets/bg_center-73MtRabr.png) no-repeat center center / 120% 120%}.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin-main__prizes{width:100%;height:100%;position:relative}.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin-main__prizes_i{position:absolute;top:calc(50% - 25px);left:50%;height:50px;transform-origin:center left;overflow:hidden;width:50%;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:12px}.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin-main__prizes_i_img{margin-left:8px;height:24px}.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin-main__prizes_i span{margin-left:8px;font-size:18px;font-weight:700}@media(max-width:768px){.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin-main__prizes_i span{font-size:12px}}.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin-main__prizes_i .lm-flex-mid{display:flex}.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin-main__prizes_i .center-text{font-size:1px;text-align:center;transform:rotate(90deg);filter:drop-shadow(0px 1px 0px #000)}.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin .lm-results-rollout-board{color:#ebebeb;margin:16px;border-radius:16px;overflow:hidden}.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin .lm-results-rollout-board .main{box-sizing:border-box;border-radius:8px}.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin .lm-results-rollout-board .main .content-wrapper{height:240px;overflow:hidden}.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin .lm-results-rollout-board .main .row{padding:6px}.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin .lm-results-rollout-board .main .mobile{padding:0 8px}.pho-coin-main-wrap .pho-coin-main .pho-coin-table .pho-page-coin-spin .lm-results-rollout-board .main .prize{color:#ffdf21;padding-left:8px}.pho-coin-main-wrap .pho-coin-main .pho-coin-balance{width:77.5%;margin-left:10%;padding:10px;display:flex;flex-direction:row;border-radius:24px;border:1px solid #fecc30;background:#1e2c3c;z-index:6;transform:translateY(-17px)}@media(max-width:768px){.pho-coin-main-wrap .pho-coin-main .pho-coin-balance{width:100%;margin-left:0%;transform:none;border-radius:12px}}.pho-coin-main-wrap .pho-coin-main .pho-coin-balance .item{position:relative;flex:1 1 33.3%;text-align:center}.pho-coin-main-wrap .pho-coin-main .pho-coin-balance .item:after{position:absolute;left:0;top:10px;content:"";width:100%;height:48%;border-right:1px solid rgba(254,204,48,.2)}.pho-coin-main-wrap .pho-coin-main .pho-coin-balance .item:last-child:after{display:none}.pho-coin-main-wrap .pho-coin-main .pho-coin-balance .item .label{white-space:nowrap;font-size:14px}.pho-coin-main-wrap .pho-coin-main .pho-coin-balance .item .amount{font-size:18px;font-weight:700;color:#f8ae38;position:relative}.pho-coin-main-wrap .pho-coin-main .pho-coin-balance .item .amount aside{font-weight:700}.pho-coin-main-wrap .pho-coin-main .pho-coin-balance .item .amount .plus{text-align:center;position:absolute;color:#f8ae38;font-weight:700;bottom:0;left:50%;transform:translate(-50%);width:100%;animation:anim__move 1s linear 1 both}@keyframes anim__move{0%{width:100%;bottom:240%;left:50%;transform:translate(-50%)}80%{width:100%;left:50%;transform:translate(-50%)}to{bottom:0%;transform:translate(-50%);width:0;height:0;overflow:hidden}}.pho-coin-main-wrap .pho-coin-main .pho-coin-award{position:absolute;border-top:2px solid;border-bottom:2px solid;-o-border-image:linear-gradient(90deg,transparent 0%,rgba(254,210,11,.8) 10%,#fed20b 50%,rgba(254,210,11,.8) 90%,transparent 100%) 1;border-image:linear-gradient(90deg,transparent 0%,rgba(254,210,11,.8) 10%,#fed20b 50%,rgba(254,210,11,.8) 90%,transparent 100%) 1;background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.8) 10%,#000000 50%,rgba(0,0,0,.8) 90%,transparent 100%);color:#fff;top:34%;left:50%;transform:translate(-50%,-50%);z-index:4;padding:12px 40px;display:flex;justify-content:center;align-items:center;flex-direction:column;animation:filter-blur .5s}@media(min-width:768px){.pho-coin-main-wrap .pho-coin-main .pho-coin-award{padding:16px 100px;font-size:16px}}@media(max-width:768px){.pho-coin-main-wrap .pho-coin-main .pho-coin-award{width:100%;font-size:16px}}.pho-coin-main-wrap .pho-coin-main .pho-coin-award .win{color:#fff;font-size:14px}.pho-coin-main-wrap .pho-coin-main .pho-coin-award .reward{color:#fed20b;font-size:16px;font-weight:700}.pho-coin-main-wrap .pho-coin-main .spin-button{width:37%;aspect-ratio:358/84;margin:35px auto 0;background:url(/assets/button-CyAJ9zJB.png) no-repeat center;background-size:contain;font-size:24px;font-weight:700;color:#333;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center}@media(max-width:768px){.pho-coin-main-wrap .pho-coin-main .spin-button{aspect-ratio:408/96;width:65%;font-size:16px;margin:16px auto 0}}.pho-coin-main-wrap .pho-coin-main .spin-button span{font-size:24px}@media(max-width:768px){.pho-coin-main-wrap .pho-coin-main .spin-button span{font-size:20px}}.pho-coin-main-wrap .pho-coin-main .spin-button-dis{background:url(/assets/button_1-D4bkVI3X.png) no-repeat center;background-size:contain;cursor:not-allowed}.pho-coin-main-wrap .pho-coin-bordcast{flex:3.5}@media(max-width:768px){.pho-coin-main-wrap .pho-coin-bordcast{margin-top:12px}}.pho-coin-main-wrap .pho-coin-bordcast .content{margin:90px 0 30px;border:4px solid #fecc30;border-radius:12px;overflow:hidden}@media(max-width:768px){.pho-coin-main-wrap .pho-coin-bordcast .content{margin-top:8px}}.pho-coin-main-wrap .pho-coin-bordcast .content .scroll-item:nth-child(2n) .boardlist-item{background-color:#343029}.pho-coin-main-wrap .pho-coin-bordcast .content .boardlist-item{display:flex;width:100%;height:34px;justify-content:space-between;background-color:#21242b}.pho-coin-main-wrap .pho-coin-bordcast .content .boardlist-item span{line-height:32px;flex:1 1 33%;text-align:center}.pho-coin-main-wrap .pho-coin-bordcast .content .boardlist-item span:nth-child(3){color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.pho-coin-main-wrap .pho-coin-tip{margin-top:46px}@media(max-width:768px){.pho-coin-main-wrap .pho-coin-tip{margin-top:24px}}.pho-coin-main-wrap .pho-coin-tip .title h2{font-size:20px;line-height:28px;font-weight:700}@media(max-width:768px){.pho-coin-main-wrap .pho-coin-tip .title h2{font-size:18pxpx}}@media(max-width:768px){.pho-coin-main-wrap .pho-coin-tip .content{margin-top:8px}}.pho-coin-main-wrap .pho-coin-tip .content p{color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.pho-coin-main-wrap .pho-divider{margin-top:56px}@media(max-width:768px){.pho-coin-main-wrap .pho-divider{display:none}}.pho-coin-main-wrap .pho-coin-record{margin:32px 0;position:relative}@media(max-width:768px){.pho-coin-main-wrap .pho-coin-record{display:none}}.pho-coin-main-wrap .pho-coin-record .title h2{font-size:20px;line-height:28px;font-weight:700}@media(max-width:768px){.pho-coin-main-wrap .pho-coin-record .title h2{font-size:18pxpx}}.pho-coin-main-wrap .pho-coin-record .content{margin-top:20px}.pho-coin-main-wrap .pho-coin-record .content ul{display:flex;flex-direction:column;background-color:#292c34}.pho-coin-main-wrap .pho-coin-record .content ul li{display:flex;flex-direction:row;height:32px;line-height:32px}.pho-coin-main-wrap .pho-coin-record .content ul li span{flex:1 1 33%;text-align:center;color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.pho-coin-main-wrap .pho-coin-record .content ul li:nth-child(1){height:40px;line-height:40px}.pho-coin-main-wrap .pho-coin-record .content ul li:nth-child(2n){background-color:#191d20}.pho-coin-main-wrap .pho-coin-record .content .pagebtns{width:100%;display:flex;justify-content:center;gap:12px;position:absolute;bottom:-60px}.pho-coin-main-wrap .pho-coin-record .content .pagebtns .pageUp,.pho-coin-main-wrap .pho-coin-record .content .pagebtns .pageNum,.pho-coin-main-wrap .pho-coin-record .content .pagebtns .pageDown{width:32px;height:32px;display:flex;justify-content:center;align-items:center;background:#f7ba29;color:#333;line-height:var(--pho-font-size-line-1);border-radius:var(--pho-border-ra-1);font-size:var(--pho-font-size-lv-1);cursor:pointer}.pho-coin-main-wrap .pho-coin-record .content .pagebtns .pageNum{border:1px solid rgba(255,255,255,.2);background:#21242b;color:#fff}.pho-coin-main-wrap .pho-coin-record .content .pagebtns .pageDown{transform:rotate(180deg)}.pho-coin-main-wrap .pho-coin-record .content .pagebtns .disable{background:#999;cursor:not-allowed}#bottom_line{width:100%;height:1px;opacity:0}.shareUrl{margin-top:20px}.shareUrl .pho-input-label p{text-align:center;font-size:14px;color:rgba(var(--pho-color-pure-white),.8)}.pho-cashgiving-yellow{margin:0 auto;position:relative}@media(max-width:768px){.pho-cashgiving-yellow{padding:0 var(--pho-wrap-padding)}}.pho-cashgiving-yellow .pho-cashgiving-notify{position:absolute;top:calc(var(--pho-header-height) + 18px);right:0;display:flex;flex-direction:row;padding:20px 24px;background-color:#401f07;border-radius:12px;border:3px solid rgba(231,226,158,.3);animation:move-in .2s linear}@media(max-width:768px){.pho-cashgiving-yellow .pho-cashgiving-notify{width:95vw;margin-left:2.5vw;right:unset;z-index:20;animation:move-down .2s linear;align-items:center;padding:10px 6px;top:10px;left:0;z-index:100}}.pho-cashgiving-yellow .pho-cashgiving-notify .left-img img{width:40px;height:40px;margin-right:12px}.pho-cashgiving-yellow .pho-cashgiving-notify .right-content{width:100%}.pho-cashgiving-yellow .pho-cashgiving-notify .right-content .right-content-top{display:flex;flex-direction:row;justify-content:space-between}.pho-cashgiving-yellow .pho-cashgiving-notify .right-content .right-content-top .mobile{font-size:14px;font-weight:700}.pho-cashgiving-yellow .pho-cashgiving-notify .right-content .right-content-top .time{color:#999;font-size:12px}.pho-cashgiving-yellow .pho-cashgiving-notify .right-content .right-content-bottom .danmu{font-size:12px}.pho-cashgiving-yellow:before{top:0;left:calc((100% - 100vw)/2);background:url(/assets/bg-DpCf1Xot.webp) no-repeat top center;background-size:contain;content:"";width:100vw;height:100vh;position:absolute;z-index:-1}.pho-cashgiving-yellow .slogan{padding:60px 0 36px;text-align:center}@media(max-width:768px){.pho-cashgiving-yellow .slogan{padding:15px 0 6px}}.pho-cashgiving-yellow .slogan .title{color:#fdc01e;font-size:40px;font-weight:700;line-height:56px}@media(max-width:768px){.pho-cashgiving-yellow .slogan .title{font-size:20px;line-height:28px}}.pho-cashgiving-yellow .slogan .sub-title{font-size:24px;color:#fff;line-height:34px;font-weight:700}@media(max-width:768px){.pho-cashgiving-yellow .slogan .sub-title{font-size:12px;line-height:17px}}.pho-cashgiving-yellow .banner{width:100%;height:540px;display:flex;flex-direction:column;align-items:center;gap:40px;position:relative;background-size:1050px;background-position:-122px 55%}@media(max-width:768px){.pho-cashgiving-yellow .banner{height:-moz-fit-content;height:fit-content}}.pho-cashgiving-yellow .banner .boardcast{position:absolute;width:100%;margin:20px auto;background:rgba(0,0,0,.6);display:flex;gap:16px;padding:16px;border-radius:12px;font-size:12px;color:#fff}@media(max-width:768px){.pho-cashgiving-yellow .banner .boardcast{width:100%;margin:76px auto 10px;padding:4px}}.pho-cashgiving-yellow .banner .boardcast img{width:20px}.pho-cashgiving-yellow .banner .boardcast .boardcast-wraper{width:100%;overflow:scroll}.pho-cashgiving-yellow .banner .boardcast .boardcast-wraper ul{width:-moz-fit-content;width:fit-content;display:flex;flex-direction:row;gap:30px;animation:scrollAuto 100s linear infinite}.pho-cashgiving-yellow .banner .boardcast .boardcast-wraper ul li{white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pho-cashgiving-yellow .banner .table{width:100%;display:flex;align-items:center;justify-content:center;gap:0px}@media(max-width:768px){.pho-cashgiving-yellow .banner .table{position:relative}}.pho-cashgiving-yellow .banner .table .table-wrap{position:relative;width:100vw;max-width:400px;max-height:400px;transform:translate(-50%);z-index:20}.pho-cashgiving-yellow .banner .table .table-wrap .pho-turntable-invite{z-index:50}.pho-cashgiving-yellow .banner .table .table-wrap .table-op{position:relative}.pho-cashgiving-yellow .banner .table .table-wrap .table-op:after{position:absolute;content:"";left:9%;top:9%;width:82%;height:82%;background-color:rgba(0,0,0,.8)}.pho-cashgiving-yellow .banner .table .table-wrap .award{z-index:51;font-size:32px;color:#fff;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;font-weight:700}@media(min-width:768px){.pho-cashgiving-yellow .banner .table .table-wrap .award{left:9%;top:9%;width:82%;aspect-ratio:1;display:flex;justify-content:center;align-items:center;border-radius:12px;background:rgba(0,0,0,.6);z-index:100;transform:none}}@media(max-width:768px){.pho-cashgiving-yellow .banner .table .table-wrap{transform:scale(.8);margin-top:70px}}.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap{position:absolute;z-index:20;top:50%;transform:translateY(-50%) translate(-10%);left:50%;padding:24px 24px 24px 300px;border:3px solid #e7e29e;border-radius:16px;background:#670b2b}@media(max-width:768px){.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap{padding:0;width:110%;transform:unset;left:-5%;top:-130px}}.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .right-countdown{position:absolute;bottom:-40px;display:flex;justify-content:center}@media(max-width:768px){.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .right-countdown{display:none;bottom:unset;top:630px;left:50%;transform:translate(-50%);width:100%}}.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .right-countdown .box{display:flex;flex-direction:row;align-items:center;gap:8px}.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .right-countdown .box .box-title{text-align:center}.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .right-countdown .box .box-number{display:flex;flex-direction:row;justify-content:center}.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .right-countdown .box .box-number .box-number-box div{text-align:center}.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .right-countdown .box .box-number .box-number-box .unit{display:none;font-size:11px;line-height:11px;margin-top:7px;color:rgba(var(--pho-color-pure-white),var(--pho-color-text-op6))}.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .right-countdown .box .box-number .hour,.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .right-countdown .box .box-number .minutes,.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .right-countdown .box .box-number .seconds{height:28px;color:rgba(var(--pho-color-primary));text-align:center;line-height:28px;font-weight:700}@media(max-width:768px){.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .right-countdown .box .box-number .hour,.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .right-countdown .box .box-number .minutes,.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .right-countdown .box .box-number .seconds{width:24px;height:24px;line-height:24px}}.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .right-countdown .box .box-number span{color:rgba(var(--pho-color-primary));font-weight:700;padding:0 5px;line-height:28px}.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .leftAmount{width:420px;background:linear-gradient(180deg,#fff5b9,#e2cc6f 49%,#cd9d4a);height:-moz-fit-content;height:fit-content;border-radius:12px;padding:17px 24px}@media(max-width:768px){.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .leftAmount{padding:5px 12px;width:100%}}.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .leftAmount .money{display:flex;font-size:24px;font-weight:700;color:#401908;margin:0 10px}.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .leftAmount .money img{width:36px;height:36px;margin-right:12px;transform:scale(1.2)}.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .leftAmount .money span{font-weight:700;text-indent:6px}.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .leftAmount .prograsswrap{position:relative}.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .leftAmount .prograsswrap .prograssbar{position:relative;width:calc(100% - 20px);height:8px;margin:24px 10px 0;border-radius:8px;background:#5d5a16;overflow:hidden}.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .leftAmount .prograsswrap .prograssbar .prograssbar-inner{position:absolute;width:100%;height:100%;background:linear-gradient(90deg,#27d41c,#0d6c1d);border-radius:8px;transition:transform 2s ease;transform:translate(-100%)}.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .leftAmount .moreto{margin-top:4px;text-align:center;color:#333}.pho-cashgiving-yellow .banner .table .table-wrap .leftAmount-wrap .leftAmount .moreto .white{font-weight:700;color:#401908}.pho-cashgiving-yellow .banner .table .right-countdown-mobile{display:none;position:absolute;transform:translate(25%);justify-content:center}@media(max-width:768px){.pho-cashgiving-yellow .banner .table .right-countdown-mobile{display:flex;left:50%;transform:translate(-50%);width:100%;bottom:0;z-index:20}}.pho-cashgiving-yellow .banner .table .right-countdown-mobile .box{display:flex;flex-direction:row;align-items:center;gap:8px}.pho-cashgiving-yellow .banner .table .right-countdown-mobile .box .box-title{text-align:center}.pho-cashgiving-yellow .banner .table .right-countdown-mobile .box .box-number{display:flex;flex-direction:row;justify-content:center}.pho-cashgiving-yellow .banner .table .right-countdown-mobile .box .box-number .box-number-box div{text-align:center}.pho-cashgiving-yellow .banner .table .right-countdown-mobile .box .box-number .box-number-box .unit{display:none;font-size:11px;line-height:11px;margin-top:7px;color:rgba(var(--pho-color-pure-white),var(--pho-color-text-op6))}.pho-cashgiving-yellow .banner .table .right-countdown-mobile .box .box-number .hour,.pho-cashgiving-yellow .banner .table .right-countdown-mobile .box .box-number .minutes,.pho-cashgiving-yellow .banner .table .right-countdown-mobile .box .box-number .seconds{height:28px;color:rgba(var(--pho-color-primary));text-align:center;line-height:28px;font-weight:700}@media(max-width:768px){.pho-cashgiving-yellow .banner .table .right-countdown-mobile .box .box-number .hour,.pho-cashgiving-yellow .banner .table .right-countdown-mobile .box .box-number .minutes,.pho-cashgiving-yellow .banner .table .right-countdown-mobile .box .box-number .seconds{width:24px;height:24px;line-height:24px}}.pho-cashgiving-yellow .banner .table .right-countdown-mobile .box .box-number span{color:rgba(var(--pho-color-primary));font-weight:700;padding:0 5px}.pho-cashgiving-yellow .banner .refBtnWrap{display:flex;flex-direction:column;gap:14px;align-items:center;z-index:30}.pho-cashgiving-yellow .banner .refBtnWrap .refBtn{padding:16px 100px;background:linear-gradient(90deg,#f7b92c,#fdfbc1 51%,#f7b92c);border-radius:30px;color:#683943;font-size:20px;line-height:28px;font-weight:700;cursor:pointer;animation:BigandSmall 2s linear infinite;display:flex;align-items:center;gap:clamp(4px,1vw,16px)}@media(max-width:768px){.pho-cashgiving-yellow .banner .refBtnWrap .refBtn{padding:14px 20px;font-size:14px;line-height:1;border-radius:30px;margin-top:-30px;white-space:nowrap}}@keyframes BigandSmall{0%,to{transform:scale(1.05)}50%{transform:scale(.95)}}.pho-cashgiving-yellow .banner .refBtnWrap .tip{font-size:12px;color:#ced9fb;text-align:center}@media(max-width:768px){.pho-cashgiving-yellow .banner .refBtnWrap .tip{font-size:10px}}.pho-cashgiving-yellow .howwork{margin-top:32px}.pho-cashgiving-yellow .howwork .title{font-size:20px;line-height:28px;font-weight:700}.pho-cashgiving-yellow .howwork .steps{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:18px;flex-wrap:nowrap}.pho-cashgiving-yellow .howwork .steps .step{width:33%;height:88px;display:flex;align-items:center;gap:18px;padding:16px;border-radius:16px;background:#343029}.pho-cashgiving-yellow .howwork .steps .step img{width:50px;height:50px}@media(max-width:768px){.pho-cashgiving-yellow .howwork{margin-top:20px}.pho-cashgiving-yellow .howwork .title{font-size:16px}.pho-cashgiving-yellow .howwork .steps{gap:6px;margin-top:10px}.pho-cashgiving-yellow .howwork .steps .step{height:50px;gap:6px;font-size:11px;padding:10px;border-radius:6px}.pho-cashgiving-yellow .howwork .steps .step img{width:18px;height:18px}}.pho-cashgiving-yellow .tab{display:none;margin-top:40px}@media(max-width:768px){.pho-cashgiving-yellow .tab{display:block}}.pho-cashgiving-yellow .tab ul{background:#1e2c3c;display:flex;flex-direction:row}.pho-cashgiving-yellow .tab ul li{text-align:center;width:50%;padding:8px 20px;border-radius:8px;margin:2px}.pho-cashgiving-yellow .tab ul .activeli{background:#028600}.pho-cashgiving-yellow .record{border-radius:12px;margin:40px auto 0;overflow:hidden}@media(max-width:768px){.pho-cashgiving-yellow .record{width:100%;margin:0}}.pho-cashgiving-yellow .record .title{font-size:20px;line-height:40px;font-weight:700;text-align:center;background:#4b5461}@media(max-width:768px){.pho-cashgiving-yellow .record .title{font-size:14px;line-height:36px}}.pho-cashgiving-yellow .record .record-table{position:relative;background:#292c34}.pho-cashgiving-yellow .record .record-table .pagebtns{width:100%;display:flex;justify-content:center;gap:12px;position:absolute;bottom:-30px}.pho-cashgiving-yellow .record .record-table .pagebtns .pageUp,.pho-cashgiving-yellow .record .record-table .pagebtns .pageDown{width:32px;height:32px;display:flex;justify-content:center;align-items:center;background:rgba(var(--pho-color-input-bg));line-height:var(--pho-font-size-line-1);border-radius:var(--pho-border-ra-1);font-size:var(--pho-font-size-lv-1);cursor:pointer}.pho-cashgiving-yellow .record .record-table .pagebtns .pageDown{transform:rotate(180deg)}.pho-cashgiving-yellow .record .record-table .record-table-head,.pho-cashgiving-yellow .record .record-table .record-table-tr{display:flex;justify-content:space-between;line-height:40px;font-size:12px;color:#d6d6d6;margin:0 21px}@media(max-width:768px){.pho-cashgiving-yellow .record .record-table .record-table-head,.pho-cashgiving-yellow .record .record-table .record-table-tr{margin:0;line-height:32px}}.pho-cashgiving-yellow .record .record-table .record-table-head div,.pho-cashgiving-yellow .record .record-table .record-table-tr div{width:25%;text-align:center}@media(max-width:768px){.pho-cashgiving-yellow .record .record-table .record-table-head div,.pho-cashgiving-yellow .record .record-table .record-table-tr div{width:33%}.pho-cashgiving-yellow .record .record-table .record-table-head div:nth-child(2),.pho-cashgiving-yellow .record .record-table .record-table-tr div:nth-child(2){display:none}}.pho-cashgiving-yellow .record .record-table .table-content{border-radius:8px;background-color:#191d21;margin:0 10px 10px;overflow:hidden}.pho-cashgiving-yellow .record .record-table .table-content .record-table-tr{line-height:32px}.pho-cashgiving-yellow .record .record-table .table-content .record-table-tr .money{color:#3fb150}.pho-cashgiving-yellow .record .record-table .table-content .record-table-tr .time{color:#999}.pho-cashgiving-yellow .record .record-table .table-content .record-table-tr:first-of-type{border-bottom:1px solid rgba(var(--pho-color-pure-white),.2)}.pho-cashgiving-yellow .record .record-table .record-table-tr{line-height:32px;background-color:#191d21}.pho-cashgiving-yellow .record .record-table .record-table-tr .money{color:#3fb150}.pho-cashgiving-yellow .record .record-table .record-table-tr .time{color:#999}.pho-cashgiving-yellow .record .record-table .mobile{padding:0 15px}.pho-cashgiving-yellow .record .record-table .mobile .mobile-div{text-align:left;width:42%}.pho-cashgiving-yellow .record .record-table .mobile .mobile-div span{display:block}.pho-cashgiving-yellow .record .record-table .mobile .time{width:60%}.pho-cashgiving-yellow .record .record-table .mobile .money{width:33%;text-align:right}@media(max-width:768px){.pho-cashgiving-yellow .record .record-table{margin:0}}.pho-cashgiving-yellow .Tip{margin:40px auto 0}@media(max-width:768px){.pho-cashgiving-yellow .Tip{width:100%;margin:16px 0 8px}}.pho-cashgiving-yellow .Tip .title{font-size:20px;line-height:28px;font-weight:700}@media(max-width:768px){.pho-cashgiving-yellow .Tip .title{font-size:16px;line-height:20px}}.pho-cashgiving-yellow .Tip .tips{margin-top:20px}.pho-cashgiving-yellow .Tip .tips p{font-size:14px;line-height:20px;color:#999}@media(max-width:768px){.pho-cashgiving-yellow .Tip .tips{margin-top:0;padding:10px 0}}.pho-cashgiving-yellow .step_imgs{width:100%;aspect-ratio:4.55;background:#fceacf;border-radius:10px;margin:24px 0 20px}.pho-cashgiving-yellow .step_imgs ul{padding:12px;display:flex;flex-direction:column;gap:16px;position:relative}.pho-cashgiving-yellow .step_imgs ul:before{content:"";height:92px;width:1px;position:absolute;left:22px;top:12px;background-color:#d17100;z-index:1}.pho-cashgiving-yellow .step_imgs ul li{z-index:2;color:#333;font-weight:500;line-height:20px}.pho-cashgiving-yellow .step_imgs ul li span{display:inline-block;background:#f6bb32;color:#fff;line-height:20px;width:20px;aspect-ratio:1;border-radius:20px;text-align:center}.pho-cashgiving-yellow .pho-share-dialog{justify-content:space-between}@media(max-width:768px){.dia-invite-award .pho-dialog-advert{top:20%}}.pho-invite-result{padding:3px;margin:0 auto;border-radius:12px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;background:linear-gradient(#dcda06,#d15b08,#dcda06)}.pho-invite-result .result-wrap{background:#f1ffeb;border-radius:12px;padding:10px}.pho-invite-result .result-wrap .result-wrap-line{width:220px;display:flex;flex-direction:column;justify-content:space-around;border-radius:12px;aspect-ratio:485/600;border:1px solid #771dff}.pho-invite-result .result-wrap .result-wrap-line .congra{margin-top:20px;font-size:16px;line-height:22px;font-weight:700;color:#333;text-align:center}.pho-invite-result .result-wrap .result-wrap-line .getchance{font-size:16px;line-height:22px;font-weight:700;color:#333;text-align:center}.pho-invite-result .result-wrap .result-wrap-line .money{margin-top:20px;text-align:center;color:#028600;font-size:20px;line-height:20px;font-weight:700}.pho-invite-result .result-wrap .result-wrap-line .money span{font-weight:700}.pho-invite-result .result-wrap .result-wrap-line .prograss .pro-out{overflow:hidden;background:#c9c9c9;height:12px;border-radius:6px;margin:10px;position:relative}.pho-invite-result .result-wrap .result-wrap-line .prograss .pro-out .pro-in{position:absolute;width:100%;height:12px;border-radius:6px;background:linear-gradient(to left,#0adb03,#028600)}.pho-invite-result .result-wrap .result-wrap-line .prograss .text{margin:10px;color:#666;font-size:12px}.pho-invite-result .result-wrap .result-wrap-line .cliam{width:80%;margin:15px auto 0;height:32px;background:#ffdc21;border-radius:16px;font-size:16px;color:#7e543a;line-height:32px;font-weight:700;text-align:center;cursor:pointer}.pho-invite-result .result-wrap .result-wrap-line .shixiao{margin:5px 0 20px;text-align:center;color:#333;font-size:12px}#bottom_line_record{display:block;width:100%;height:1px;opacity:0}.green-pure{color:#f7b92d}.pho-vip-yellow{position:relative;--pho-header-img-position: -120px;margin:0 auto}.pho-vip-yellow:before{top:0;left:calc((100% - 100vw)/2);background:url(/assets/vip_bg-Qow7WyA7.webp) top no-repeat;background-size:cover;content:"";width:100vw;height:100vh;position:absolute;z-index:-1}@media(max-width:768px){.pho-vip-yellow:before{background:url(/assets/h5_vip_bg-Bg3nwVUI.png) top no-repeat;background-size:cover}}.pho-vip-yellow .bannar{width:100%;position:relative;margin-bottom:36px;overflow:hidden;padding-top:35vh}@media(max-width:768px){.pho-vip-yellow .bannar{background-size:contain;margin-bottom:2vh;padding-top:1vh}}.pho-vip-yellow .bannar img{width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@media(max-width:768px){.pho-vip-yellow .bannar img{width:200%;position:relative;left:-47%;-o-object-fit:cover;object-fit:cover}}.pho-vip-yellow .bannar .level-progress-swiper{width:60%;overflow:visible;bottom:10%}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-swiper{width:80%}}.pho-vip-yellow .bannar .level-progress-swiper{--swiper-navigation-size: 80px}.pho-vip-yellow .bannar .level-progress-swiper .swiper-button-prev,.pho-vip-yellow .bannar .level-progress-swiper .swiper-button-next{height:100%;top:30%;background:#383b43}@media(max-width:768px),(max-width:768px)and (orientation:landscape){.pho-vip-yellow .bannar .level-progress-swiper .swiper-button-prev,.pho-vip-yellow .bannar .level-progress-swiper .swiper-button-next{height:0%}}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-swiper .swiper-button-prev,.pho-vip-yellow .bannar .level-progress-swiper .swiper-button-next{display:none}}.pho-vip-yellow .bannar .level-progress-swiper .swiper-button-prev svg,.pho-vip-yellow .bannar .level-progress-swiper .swiper-button-next svg{width:40%;padding:10%;border-radius:6px;color:#fff;height:unset;aspect-ratio:1;background-color:#312d25}.pho-vip-yellow .bannar .level-progress-swiper .swiper-button-prev{left:-34%;background:linear-gradient(to right,#191918,transparent)}.pho-vip-yellow .bannar .level-progress-swiper .swiper-button-next{right:-34%;background:linear-gradient(to left,#191918,transparent)}.pho-vip-yellow .bannar .level-progress-swiper .swiper-slide{transform:scale(.8)}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-swiper .swiper-slide{transform:scale(.9)}}.pho-vip-yellow .bannar .level-progress-swiper .swiper-slide-active{transform:scale(1)}.pho-vip-yellow .bannar .level-progress{display:flex;flex-direction:column;justify-content:space-between;width:98%;left:1%;bottom:-10%;padding:16px 24px;border-radius:16px;background:url(/assets/v-BX5IiRCP.png) top left 10% no-repeat #82531b;background-size:15%;border:4px solid #ffffff75;overflow:hidden}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress{position:unset;width:100%;bottom:0%;padding:12px 18px;left:0;gap:4px;border-width:2px;background-size:30%}}.pho-vip-yellow .bannar .level-progress .level-self{position:absolute;left:0;top:0;width:70px;height:16px;line-height:16px;color:#333;background-color:#ffdf21;border-radius:24px 0;font-size:10px;text-align:center}.pho-vip-yellow .bannar .level-progress .lvImg img{position:absolute;width:10%;aspect-ratio:1;right:40px;top:0}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .lvImg img{width:clamp(20px,24%,80px);right:8px;left:unset}}.pho-vip-yellow .bannar .level-progress .line1,.pho-vip-yellow .bannar .level-progress .line2{display:flex;flex-direction:row;justify-content:space-between}.pho-vip-yellow .bannar .level-progress .line1 h2,.pho-vip-yellow .bannar .level-progress .line2 h2{font-size:24px;font-weight:700;color:#fff;line-height:1}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line1 h2,.pho-vip-yellow .bannar .level-progress .line2 h2{font-size:18px;font-style:italic}}.pho-vip-yellow .bannar .level-progress .line2>div{font-size:12px;color:rgba(255,255,255,.8)}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line2>div{color:#e1e1f0}}.pho-vip-yellow .bannar .level-progress .line2>div:nth-child(2){color:#fff}.pho-vip-yellow .bannar .level-progress .line2 .iconTip{position:relative}.pho-vip-yellow .bannar .level-progress .line2 .iconTip .ruleTip{position:absolute;width:20rem;top:-500%;left:100%;padding:16px;background:#273742;font-size:12px;color:rgba(255,255,255,.8);z-index:20;border-radius:16px}.pho-vip-yellow .bannar .level-progress .line3{width:100%;padding-bottom:8px}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3{padding-bottom:0}}.pho-vip-yellow .bannar .level-progress .line3 .bp{text-align:right;color:#eddec3;font-size:12px;margin-top:16px}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .bp{font-size:10px;margin-bottom:0;color:#e1e1f0}}.pho-vip-yellow .bannar .level-progress .line3 .progress{width:100%;height:6px;border-radius:5px;background-color:rgba(255,255,255,.5);overflow:hidden}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress{height:4px}}.pho-vip-yellow .bannar .level-progress .line3 .progress-inner{width:100%;height:100%;border-radius:5px;background:linear-gradient(128deg,#b5843a,#ebd0a1)}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress-inner-1{background:#4a4a4a}}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress-inner-2{background:#424b57}}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress-inner-3{background:#424b57}}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress-inner-4{background:#2d3a83}}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress-inner-5{background:#2c31a1}}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress-inner-6{background:#3a5a56}}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress-inner-7{background:#124030}}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress-inner-8{background:#0f3915}}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress-inner-9{background:#523811}}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress-inner-10{background:#5a2c14}}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress-inner-11{background:#7e3a11}}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress-inner-12{background:#69250f}}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress-inner-13{background:#834d0e}}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress-inner-14{background:#551e09}}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress-inner-15{background:#5f2a95}}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress-inner-16{background:#6f136b}}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress-inner-17{background:#770e46}}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress-inner-18{background:#7b2528}}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress-inner-19{background:#690b19}}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress .line3 .progress-inner-20{background:#690c46}}.pho-vip-yellow .bannar .level-progress-1{background:url(/assets/v-BX5IiRCP.png) top left 10% no-repeat #838689;background-size:15%}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-1{background-size:30%}}.pho-vip-yellow .bannar .level-progress-2{background:url(/assets/v-BX5IiRCP.png) top left 10% no-repeat #657589;background-size:15%}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-2{background-size:30%}}.pho-vip-yellow .bannar .level-progress-3{background:url(/assets/v-BX5IiRCP.png) top left 10% no-repeat #3c6479;background-size:15%}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-3{background-size:30%}}.pho-vip-yellow .bannar .level-progress-4{background:url(/assets/v-BX5IiRCP.png) top left 10% no-repeat #3f69bb;background-size:15%}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-4{background-size:30%}}.pho-vip-yellow .bannar .level-progress-5{background:url(/assets/v-BX5IiRCP.png) top left 10% no-repeat #3f52bb;background-size:15%}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-5{background-size:30%}}.pho-vip-yellow .bannar .level-progress-6{background:url(/assets/v-BX5IiRCP.png) top left 10% no-repeat #53837d;background-size:15%}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-6{background-size:30%}}.pho-vip-yellow .bannar .level-progress-7{background:url(/assets/v-BX5IiRCP.png) top left 10% no-repeat #1e604a;background-size:15%}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-7{background-size:30%}}.pho-vip-yellow .bannar .level-progress-8{background:url(/assets/v-BX5IiRCP.png) top left 10% no-repeat #1e6026;background-size:15%}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-8{background-size:30%}}.pho-vip-yellow .bannar .level-progress-9{background:url(/assets/v-BX5IiRCP.png) top left 10% no-repeat #7e571b;background-size:15%}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-9{background-size:30%}}.pho-vip-yellow .bannar .level-progress-10{background:url(/assets/v-BX5IiRCP.png) top left 10% no-repeat #7d3b19;background-size:15%}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-10{background-size:30%}}.pho-vip-yellow .bannar .level-progress-11{background:url(/assets/v-BX5IiRCP.png) top left 10% no-repeat #b14f14;background-size:15%}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-11{background-size:30%}}.pho-vip-yellow .bannar .level-progress-12{background:url(/assets/v-BX5IiRCP.png) top left 10% no-repeat #9b3817;background-size:15%}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-12{background-size:30%}}.pho-vip-yellow .bannar .level-progress-13{background:url(/assets/v-BX5IiRCP.png) top left 10% no-repeat #c97411;background-size:15%}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-13{background-size:30%}}.pho-vip-yellow .bannar .level-progress-14{background:url(/assets/v-BX5IiRCP.png) top left 10% no-repeat #892e0c;background-size:15%}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-14{background-size:30%}}.pho-vip-yellow .bannar .level-progress-15{background:url(/assets/v-BX5IiRCP.png) top left 10% no-repeat #8e56c7;background-size:15%}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-15{background-size:30%}}.pho-vip-yellow .bannar .level-progress-16{background:url(/assets/v-BX5IiRCP.png) top left 10% no-repeat #981e93;background-size:15%}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-16{background-size:30%}}.pho-vip-yellow .bannar .level-progress-17{background:url(/assets/v-BX5IiRCP.png) top left 10% no-repeat #bc0968;background-size:15%}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-17{background-size:30%}}.pho-vip-yellow .bannar .level-progress-18{background:url(/assets/v-BX5IiRCP.png) top left 10% no-repeat #af3d42;background-size:15%}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-18{background-size:30%}}.pho-vip-yellow .bannar .level-progress-19{background:url(/assets/v-BX5IiRCP.png) top left 10% no-repeat #9e1b2e;background-size:15%}@media(max-width:768px){.pho-vip-yellow .bannar .level-progress-19{background-size:30%}}.pho-vip-yellow .bannar .level-progress-20{background:linear-gradient(180deg,#b50d6d,#0f8987);border-color:#e29bc4}.pho-vip-yellow .vips-cards{width:100%;display:flex;flex-direction:column;align-items:center}@media(max-width:768px){.pho-vip-yellow .vips-cards{gap:12px;padding:0 var(--pho-wrap-padding)}}.pho-vip-yellow .vips-cards .title{text-align:center;color:#e0b66c;font-size:28px}@media(max-width:768px){.pho-vip-yellow .vips-cards .title{font-size:16px}}.pho-vip-yellow .vips-cards .title span{color:#f9df52;font-size:28px}@media(max-width:768px){.pho-vip-yellow .vips-cards .title span{font-size:16px}}.pho-vip-yellow .vips-cards .title:before,.pho-vip-yellow .vips-cards .title:after{content:"--";font-size:32px;font-weight:700}@media(max-width:768px){.pho-vip-yellow .vips-cards .title:before,.pho-vip-yellow .vips-cards .title:after{font-size:16px}}.pho-vip-yellow .vips-cards ul{width:100%;margin-top:40px;display:flex;flex-direction:row;gap:10px;justify-content:flex-start;flex-wrap:wrap}@media(max-width:768px){.pho-vip-yellow .vips-cards ul{margin-top:0;gap:20px}}.pho-vip-yellow .vips-cards ul li{width:calc(16.6% - 10px);aspect-ratio:218/178;display:flex;flex-direction:column;background:#343029;border-radius:12px;justify-content:center;align-items:center;gap:3px;position:relative;padding:.5em 0}@media(max-width:768px){.pho-vip-yellow .vips-cards ul li{width:calc(33.33% - 14px);aspect-ratio:690/128;flex-direction:column;justify-content:space-between;align-items:center;background:none}}.pho-vip-yellow .vips-cards ul li .icon-rule{right:5%;top:4%;position:absolute;cursor:pointer;color:rgba(255,255,255,.6)}.pho-vip-yellow .vips-cards ul li .icon-rule:hover{color:#fff}@media(max-width:768px){.pho-vip-yellow .vips-cards ul li .icon-rule{display:none}}.pho-vip-yellow .vips-cards ul li .icon-rule span{display:inline-block;position:absolute;min-width:15rem;max-width:25rem;background:#273742;z-index:20px;padding:15px;font-size:12px;color:rgba(255,255,255,.8);border-radius:12px;z-index:200;bottom:.5rem;left:.5rem}.pho-vip-yellow .vips-cards ul li .ready{padding:0 10px;position:absolute;left:0;top:6%;background:#3fb150;border-radius:0 10px 10px 0;font-size:12px}@media(max-width:768px){.pho-vip-yellow .vips-cards ul li .ready{font-size:0;width:12px;height:12px;border-radius:12px;padding:0;left:calc(50% + 25px);transform:translate(-50%)}}.pho-vip-yellow .vips-cards ul li img{width:25%;margin-bottom:10px}@media(max-width:768px){.pho-vip-yellow .vips-cards ul li img{margin-bottom:0;width:50px}}.pho-vip-yellow .vips-cards ul li h3{font-weight:700;font-size:16px;line-height:1}@media(max-width:768px){.pho-vip-yellow .vips-cards ul li h3{font-size:12px;font-weight:400;width:100%;white-space:nowrap;text-align:center;margin-top:1vh}}.pho-vip-yellow .vips-cards ul li h3 .state-mobile{display:none}@media(max-width:768px){.pho-vip-yellow .vips-cards ul li h3 .state-mobile{display:block;min-height:17px;color:#999;font-size:12px;line-height:17px;white-space:nowrap;margin-top:4px}}.pho-vip-yellow .vips-cards ul li .state{min-height:17px;color:#999;font-size:12px;line-height:17px;white-space:nowrap;margin-top:8px}@media(max-width:768px){.pho-vip-yellow .vips-cards ul li .state{display:none}}.pho-vip-yellow .vips-cards ul li .pho-button{margin-top:15px;width:75px;height:20px;background:#6f522a;font-weight:400;color:#f8ae38;font-size:12px;line-height:20px}@media(max-width:768px){.pho-vip-yellow .vips-cards ul li .pho-button{display:none}}.pho-vip-yellow .vips-cards ul .vip-card-lock{filter:grayscale(1)}.pho-vip-yellow .vips-cards ul .vip-card-lock h3{color:rgba(255,255,255,.8)}.pho-vip-yellow .vips-cards ul .vip-card-lock .state-mobile,.pho-vip-yellow .vips-cards ul .vip-card-lock .state{opacity:0}.pho-vip-yellow .vips-cards ul .vip-card-mobile{display:none}@media(max-width:768px){.pho-vip-yellow .vips-cards ul .vip-card-mobile{display:flex}}.pho-vip-yellow .vips-cards .showAll{padding:0 10px;margin:0 auto}.pho-vip-yellow .tab{margin-top:50px}@media(max-width:768px){.pho-vip-yellow .tab{display:none}}.pho-vip-yellow .tab .title{text-align:center}.pho-vip-yellow .tab .title h3{font-size:24px;line-height:34px;font-weight:700;margin-bottom:10px}.pho-vip-yellow .tab .title p{color:#d1d0d0;font-size:14px;line-height:20px}.pho-vip-yellow .tab table{width:100%;border:none;margin-top:50px;z-index:10}.pho-vip-yellow .tab table tr{display:flex;margin-bottom:4px;align-items:center;position:relative;border-radius:12px;height:70px}.pho-vip-yellow .tab table tr:nth-child(1):after{background:transparent}.pho-vip-yellow .tab table tr:after{left:0;top:0;position:absolute;content:"";width:100%;height:100%;background:#1e2c3c;z-index:-1;border-radius:12px}.pho-vip-yellow .tab table tr .title{color:rgba(var(--pho-color-pure-white),.8)}.pho-vip-yellow .tab table td{flex-grow:1;flex-basis:9%;text-align:center}.pho-vip-yellow .tab table td div{display:flex;gap:4px}.pho-vip-yellow .tab table td div .iconfont{font-size:24px}.pho-vip-yellow .tab table td div img{width:22px;aspect-ratio:1}.pho-vip-yellow .tab table td .yes{color:rgba(var(--pho-color-guide-success),1)}.pho-vip-yellow .tab table td .no{color:rgba(var(--pho-color-guide-failed),1)}.pho-vip-yellow .tab table td:nth-child(1){width:100px;text-align:left;padding-left:12px;color:rgba(var(--pho-color-pure-white),.8)}.pho-vip-yellow .tab table .first-col .top{display:flex;gap:12px;align-items:center}.pho-vip-yellow .tab table .first-col .top img{width:44px}.pho-vip-yellow .tab table .first-col .bottom{font-size:12px;color:rgba(255,255,255,.8);white-space:nowrap}.pho-vip-yellow .tab table .first-col .bottom span{color:#fdb719}.pho-vip-yellow .tabs-section{margin-top:24px;display:none}@media(max-width:768px){.pho-vip-yellow .tabs-section{display:flex;padding:0 var(--pho-wrap-padding)}}.pho-vip-yellow .tabs-section ul{display:flex;width:100%;justify-content:space-between}.pho-vip-yellow .tabs-section ul li{font-weight:700;font-size:16px}.pho-vip-yellow .tabs-section ul .active{position:relative}.pho-vip-yellow .tabs-section ul .active:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:75%;height:4px;background-color:rgba(var(--pho-color-primary));border-radius:2px}.pho-vip-yellow .description{margin-top:80px}@media(max-width:768px){.pho-vip-yellow .description{margin-top:0;padding:0 var(--pho-wrap-padding)}}.pho-vip-yellow .description .title{text-align:center}@media(max-width:768px){.pho-vip-yellow .description .title{display:none}}.pho-vip-yellow .description .title h3{font-size:24px;line-height:34px;font-weight:700;margin-bottom:10px}.pho-vip-yellow .description .title p{color:#d1d0d0;font-size:14px;line-height:20px}@media(max-width:768px){.pho-vip-yellow .description .title p{display:none}}.pho-vip-yellow .description .icon-equity{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAMAAABGS8AGAAAArlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8tivQqAAAAOXRSTlMA7RIK+f0H9rMiTejly9/aKW9D8tfTjXlpRzgW6renmmBSLayIdA6UPjocz8W7Wr9/oJ4zHtyDZFeK11UYAAADx0lEQVRYw7WY6XbiMAyFRTayB1IIJISlwLAWSrdp9f4vNqfTwgC2FIWe+X5fhCzL14rhiDEOG1oiH1R+venFyS9F+owUTU8R72mxoo2RZHmtdbqktqEEnqE85T6tvVMCT5u0+ulSajKri4Ausor1crlzSKPZ6RaTsnsuNAJa+AAalrTeXp/p5nzCKps7JHmUyXagIE2FX9gKtAxKJNk6oq0g+I00k2/NiEn4onmk+935Snlt0ZIZEPAd+mUvj0y3T4FkEZPLLIfmZ4W3gU1JnoGhrbOK7rjtTw3nu1xTv/3ctQhHITHfrks79jU/cLyP0fXixsAyuYh6KBw6hzQLz23tVVEQVmsPfRN4jEmERzKo4P5bOCou/3DhTYvVeuoZl2vwv9ukMYAqtn9dKj33vY/ssRM07c9lNIPO43LfOos++VuQHlTiI1oH55RpOte0gNXJ8lOdNiPEwIBqHsKTl3iHDlK8zVunq8rqgYCX4w+m4zvkaD4dzSEdgJzNuIlVWE8e1KUfoIS7NtTCm6GUXQvk5CHKKe/lZbCwFgeQMce6LP9DXMra+ItPTgZVTLA+ErNYWXgbNt8bg5g5Zr11mzmMDdbpR0jzecY+bCQZsi5fNUi6jKJPX2MJ0uRfAwuZMmfKPc4SBMXK6AmLJj2atMVY3YafVvideWJUc/3N32G6tDjJPKblQm2Vc5QNkmN22FVg12ifm/lrxegtnzQb29+Xw25U2pRUU4tUvYXjyJ33/ZeB2j9Tvz+fRbF6i99XN3F34pnAY77uH1jL1x3WRDYqmFvqu+1EV+kDGrpHQrVs5ZVCmHFS9azQsq7PmgkCRlgVeKWe4gVU4cywMrCvceCqahiu2sgij996/D32gDcGxqTFjaORoqdKoRIWQDFNUBR4TRz+lIhbBCgL7Ck3A/v9NghQGHhBKEv9DbkIpYFhy713qQz18lg8q4zqzY5D8VXarjc8ZiBtixXVFTYx1ig42r60POo4N3TywJQ+6MWkx3XFO1LYFdduusyrnm/1Q3LEfhCl7uf/5Oygl+jXt0eV939hv9jljGv1qGuGehRbueetmhKv0/Qc+65qOx44uWtfFd53YNMlspBWudzptr+zC5kKqxQW/gAfaDK8nWdgMCO8lTcDOFol3kazAJ78xjLv/9PHdBuq6d/0iS7hvXY1foGMPMA63O1BSitCOd0C5JiZjULGBtQilSXduYe6OO0Yqwh7C7iBRS9BjvgwgBsx926DaoXdxICfsOnPYrUEbtuDn7NYv2dulIRlowyTaJj1V4Jc/wALeWxyjwJzIQAAAABJRU5ErkJggg==) no-repeat center;background-size:cover}.pho-vip-yellow .description .icon-useful{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAMAAABGS8AGAAAAtFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////oK74hAAAAO3RSTlMAk1oECaC33V3pJVCrMR33tPN1EQf7LpcWeGbvDMkq1mDOpI9+IA6FcznjvWrSwq+KRRvGp2NB327rSfKm5fEAAAQdSURBVFjD7ZjrlpowEICjoqCCSAVBQBbxAl7xrrvz/u9VIbgSCCpY29Oefr8wHL9MhkkCQf8KHXv9hZ7A6o0aebxbH0By0UO+TgCz6fPeyhkunB7GLO/gQm37fCJKcEHqoQd0l2EAjefF6pPij7ziUh4x+4fEFQxFXKGRFuP2pHXSbXI2x9nlRkrcPdhcksNmkhTLTftiaFqTuLuj7wAj6imxCxT6VlLcqUOAsuI6t+kzhysGlxKPgMK8kRRPWIhoj69eFn6pGJbYPOnDLxbD3AxaPEiL1TziU0oMh0uDNoOsiL1HYiv+8OLiJYNQE+JI57B0dCX4wzG4NodAYdAN7jE1uMBrwfWYCPByew1xRBUFaM6nMRuFl+MaUJA24c1N3zA+pviyDmQuqokCZVBI04uW2WMdaHh4HrT0hYZC1iLE+JESGzYikNdAZWchAo2F+2JYauQeUQc6I5novyQ+Eiv7uHm6gwzEgxzzHkSgiUmc72XQPJLeRAF9R6AtRHhCDB+2pZnmZCu4BtyD34w7ptkZf/EANDEFtuqOhm0DHrFTXbe0AqCLX4YuduAd9N4oLpfegLpB//kNTMtvgLMQ2kPIX1THb5rS/8X/xX9QLNZpiK+KFZ5r0rD9F8UDDdFprCAbhd35VVWt+js2Q6yoKIsRZNFX7aOlMQgxWveoqwOq2M/yVlSgU1sIMorBCN6ckop62azQ6Cxm9GgXY0razksAjxRD3d/zafZtqldRhYy9owqjF+q4fp7Ek0V8kLrn4uITd9XIU33t8LyztqffTdvC4lk5cmg6vzQgxFjuDybCFBWLi2joXC2yRu5a8zXxkMHhDusQ8un7YjQUV35BvMJlNt4r1zptbctRH4pjFhZLOMFbHiLWQWJ8BTBOpajYmeDpeDWBHaiG4nc/BcUSfkCxLxqdFItfxcT4BM8aQJYYlkxSvGrT6CcX2wBXzBYDR4qlRaNFo/FDis/lTVgRfbgj7svEslmrIDqmEx+VFc6Mz3tiRSiw0Fc7QYuqkOJEUs/Ez12WV2vDDTccwxyS4l5/cCHqb0+IRXXaFdJ0j1URbng4xSmx1giYDnC+yAEoJ5bGLO6FRbzYMIfYw9lIYcEVqGMdXRAIsR0TM+FT/cgvxhF3CfFevombxSKm51gaCttWwLZVZokc5wBXhTyHOOKMjYjK2ykgxnVcepCvAuJVI5x5dbhHt4D4cxPOmf7dzmWkQm6iA2sFsikjpENu8Mnzlii49HljQ4K8iHgH0Q3IYhrsXFXIDT7zk3EWMw4+i4WMd2mTBypDE4WUITd9C5upo11PEEa2RciJUsJBMb3UcI3Y61tF8HObR3L0plkDgqpFbG9M13PatRzMeeH612N1BhFsSWBQgorM5OMWmKxtvKGqrr3jREZ/MT8Bt/cyhjQ+Y7kAAAAASUVORK5CYII=) no-repeat center;background-size:cover}.pho-vip-yellow .description .icon-up{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAMAAABGS8AGAAAAolBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8ELnaCAAAANXRSTlMAL7XtR5T735eLiArQjPLZBuiDGrt5csKbWDIODOOupaFjQDgR1MiQaV1PJyAWzKh+9lNLvWCAP1EAAAKKSURBVFjDtdiJboJQEIXho1iwgLIjIO77WrvM+79atzRGit65cPke4M9kBhMQYlaWRkloG9oXww6TKM1y1NaKxwb9Y4yjFmpY+LZOd+i2uUAl1i4kgcHMks9uHWJw4iGkzFbE5GxdsC0GJGHN3bV10UmKbuZgaK1Jmp1B6E2jCvo7CERUkY+HulTZ1MV9U6phfLfsTogaKXepponwbkovuCMFZvjn0CcFXjMUWGdSwhnilkmKbHBjoZMqc+DKPZMyK1f6iejx9hVfu7lBDF3mJbwl/sTE8IQvPWK4/HWHBq/LLXtD/Jrxu4ApseU1s8ue2XbxLdM5d7t6JqEOvm248/LLCb64DndeftmwAMz5XX55DiDi74Ff7gEI+fPyywPAGvHn5Zf7AVq6VJf7PHcwk94D6ze4RU80b7WZN5gIuhXLbYSibrVtnGELuhVndmDw7ib71I3gCeatWNagCbqcMj/chYRndlg3IcXXy8KjknD7VoaCY/vWa9nxViT0joKMhBx8kFAHBS0SsvHSTDjEpplwF9tmwjEWzYTfMfSaCL8egUET4TUAv4nwE4BOE+E9gNyQD/PekBP14Rd8m6sPv+GHrTps5PgRqw77+BVoonfSggMJXtyYHyzbVkHK/Zw+CUbWqYA5MBCRQj1cWQ4pM1oCV3tSJq34jxvvR3e1NEgJL0DBXCcV9vgnJgUuKJFQbROUcdtU0yBHqeGAalkvccepVvl8wl3LGtv4OOEBa1r5bhYei3SqwoRQxyBp3h4MwYQkjY/g2TkkYTQD29LXiKn/fIKM41OflU0OkHXwhQsxzAOqsN5eHmxEG6c5KgvSrt0v2YCdpAHqCt4v03DlaT+8VTj190cIfQIxGiNcyo1EJQAAAABJRU5ErkJggg==) no-repeat center;background-size:cover}.pho-vip-yellow .description .icon-down{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAMAAABGS8AGAAAAn1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Kd3m4AAAANHRSTlMAz4lKL3xHBHkJ7M0M/No/+dCQdm5h6+XfmIE1GOK8nTHEsIZmOhLy1b+5WCfSqqJbB+7Idod4+wAAAqlJREFUWMO12NlyokAYhuFvMIQdRBQ3NO5r3JLv/q9txoMMSdCmG5rn1Kq3uqAt+m+Uc2bHZDiNB6nrppN4+mYfxz5qe0nOIQsGC/vFQnXjkdfmE0FsrFHJ7XgIKLbvOVDl9E6UEHZ9KOntKClcWZA2m1LBXPZZW8s2lQQdBxLe51TmzVCqlbKC7RUlbFa0hFCHlV0swWt7Yw1nB8+8sZaFpfc55N40v7ecgQda1KCHgveUGmxnhQ0xpxYnHz+NqEkHP7y0qUkQ4bs9tfFuyF2pUTfvOiE16m/yDxGFzNYvXQolX91bSKGosOcpNPla8pFir4VTDMVW+ZbQG44t3M0C3WGu8z+d3vAQd7H+8MS5v+K21nC+kRI2EDYBnJsI7wFn0ET4I8MsaCLMMY5sJNxD0ky4g2Ez4QOmzYQ9xCzVwi8zlgoxYEHgeX++idf45f3H795nmwV9pA/CBpSYD8Iu3JJTdDmblA7TUFgvH4dT1iubfBKesFbZ5mN9nFinbD7fblPWKCd8xhPNHcsas9sh/1F9zabwc3pl1bItPrOMWbFslpws/AlFltW62wxYUMio0uVcYrwzKnQ5yscPpbIp822wdiwrK3f7Pv4xqFi2WeaCu3GgVjaZE88Ac6qUbZbaOYXZpnw/JwoDmTOg9JpNpXmsS9myTQkjfPEHkmWTEtwM/60oY5RQRoKc9Ultdj5y+V6u71Vwg6XzJsuJqUW4KRxNt9SgHaHgqvkSJGewtiEeupDNXG5aZ9YydfCEs6jV9Zu5QF44EDFY0dCCWG/LCtpdlBr/obJdBAl+J6Ca4QZyok8qiFuQZnX7lJTaPlRk9oASJqMMqjYrjyVO3QxVWNFQsOzJJbqhMj8y9x8s+JiPXn3UlY17nYMX9lPXdfuhd+is1hlK/QWAMQ+34QOW6gAAAABJRU5ErkJggg==) no-repeat center;background-size:cover}.pho-vip-yellow .description .content{margin-top:30px;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px}@media(max-width:768px){.pho-vip-yellow .description .content{margin-top:16px;border-radius:12px;flex-direction:column}}.pho-vip-yellow .description .content .tip{flex-basis:calc(25% - 7.25px);background:#343029;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:20px;justify-content:space-between}@media(max-width:768px){.pho-vip-yellow .description .content .tip{flex-direction:column;flex-basis:100%;padding:10px}}.pho-vip-yellow .description .content .tip .title{display:flex;align-items:center}.pho-vip-yellow .description .content .tip .title h5{font-size:14px;font-weight:700;text-indent:8px}.pho-vip-yellow .description .content .tip .para{margin-top:20px;display:flex;flex-direction:column;gap:18px}.pho-vip-yellow .description .content .tip .para p{color:rgba(255,255,255,.8);font-size:12px}@media(max-width:768px){.pho-vip-yellow .description .content .tip .para p{flex-direction:column}}@media(max-width:768px){.pho-vip-yellow .description .content .tip .para{margin-top:5px}}.pho-vip-yellow .description .content .tip .tip-text{flex-basis:100%}.pho-vip-yellow .description .content .tip .image img{width:100%}.pho-vip-yellow .faq{margin-top:80px}@media(max-width:768px){.pho-vip-yellow .faq{margin-top:16px;padding:0 var(--pho-wrap-padding)}}.pho-vip-yellow .faq .title{text-align:center}@media(max-width:768px){.pho-vip-yellow .faq .title{display:none}}.pho-vip-yellow .faq .title h3{font-size:24px;line-height:34px;font-weight:700;margin-bottom:24px}.pho-vip-yellow .faq .title p{color:#d1d0d0;font-size:14px;line-height:20px}.pho-vip-yellow .faq .content{display:flex;flex-wrap:nowrap;justify-content:space-between;background-color:content;background:#343029;border-radius:16px;padding:24px}@media(max-width:768px){.pho-vip-yellow .faq .content{flex-direction:column;padding:10px 8px;border-radius:12px}}.pho-vip-yellow .faq .content ul{flex-basis:calc(50% - 13px);display:flex;flex-direction:column}@media(max-width:768px){.pho-vip-yellow .faq .content ul{flex-basis:100%}}.pho-vip-yellow .faq .content ul li{cursor:pointer;border-bottom:1px solid rgba(255,255,255,.2);height:-moz-fit-content;height:fit-content;z-index:1;margin-bottom:16px}.pho-vip-yellow .faq .content ul li:last-of-type{border:none;margin:0}.pho-vip-yellow .faq .content ul li .title{display:flex;justify-content:space-between;align-items:center}.pho-vip-yellow .faq .content ul li .title .name{font-weight:700;font-size:16px;line-height:1}.pho-vip-yellow .faq .content ul li .title .back{z-index:-1;transform:rotate(-90deg)}.pho-vip-yellow .faq .content ul li .content{display:flex;flex-direction:column;padding:12px 0 16px}.pho-vip-yellow .faq .content ul li .content p{color:rgba(255,255,255,.6)}.pho-vip-yellow .terms{display:none}@media(max-width:768px){.pho-vip-yellow .terms{display:flex;padding:0 var(--pho-wrap-padding)}.pho-vip-yellow .terms ul{background:#343029;margin-top:16px;padding:8px 16px 20px;border-radius:12px}.pho-vip-yellow .terms ul .title{text-align:center;font-size:16px;font-weight:700;margin:10px 0}}.pho-vip-yellow .dia-record .content .tab{margin:10px 0;overflow:hidden}@media(max-width:768px){.pho-vip-yellow .dia-record .content .tab{display:block}}.pho-vip-yellow .dia-record .content .tab .tabs{background:#1e2c3c;display:flex;flex-direction:row;border-radius:6px;width:100%;overflow:scroll;gap:10px}.pho-vip-yellow .dia-record .content .tab .tabs li{flex:1;white-space:nowrap;cursor:pointer;text-align:center;padding:8px;border-radius:8px;margin:2px;font-size:12px;line-height:1}.pho-vip-yellow .dia-record .content .tab .tabs .activeli{background:rgba(var(--pho-color-primary));color:#333}.pho-vip-yellow .dia-record .content .tab .record{position:relative;height:300px;margin:0 auto;overflow:scroll}.pho-vip-yellow .dia-record .content .tab .record ul{display:flex;flex-direction:column}.pho-vip-yellow .dia-record .content .tab .record ul li{display:flex;flex-direction:row;height:32px;line-height:32px;width:100%;border-bottom:1px solid rgba(255,255,255,.2);font-size:12px}.pho-vip-yellow .dia-record .content .tab .record ul li span{flex:1 1 50%;text-align:left;color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.pho-vip-yellow .dia-record .content .tab .record ul li span:nth-child(1){color:rgba(var(--pho-color-guide-success),var(--pho-color-text-op8))}.pho-vip-yellow .dia-record .content .tab .record ul li span:nth-child(2){text-align:right}.pho-vip-yellow .dia-record .content .tab .record ul li:nth-child(1){height:40px;line-height:40px}.pho-vip-yellow .dia-record .content .tab .record ul .label{height:40px;line-height:40px;display:flex;flex-direction:row;border-bottom:none}.pho-vip-yellow .dia-record .content .tab .record ul .label span{flex:1 1 50%;text-align:left;color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.pho-vip-yellow .dia-record .content .tab .record ul .label span:nth-child(1){color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.pho-vip-yellow .dia-record .content .tab .record ul .label span:nth-child(2){text-align:right}.pho-vip-yellow .dia-record .content .tab .record .records-empty{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:45vh}.pho-vip-yellow .dia-record .content .tab .record .records-empty:after{content:"No Records";color:#999}.pho-vip-yellow .dia-record .content .tab .record .records-empty img{width:30%;filter:hue-rotate(180deg)}.pho-vip-yellow .vip-reward-dia .content{width:100%;background:url(/assets/award-D2CZEcNF.png) no-repeat top center;background-size:cover;padding:40% 20px 45%;position:relative}.pho-vip-yellow .vip-reward-dia .content div{text-align:center;color:#e3c59f;font-size:16px;line-height:1.2}.pho-vip-yellow .vip-reward-dia .content .reward{font-size:22px;font-weight:700;color:#fff;padding-top:2%;line-height:30px}.pho-vip-yellow .vip-reward-dia .content .confirm{width:100%;text-align:center;position:absolute;bottom:12%;left:0;font-size:20px;text-transform:capitalize;line-height:30px;color:#fff}.pho-cashback-yellow{width:100%;margin:0 auto;position:relative;--pho-header-img-position: -30px}@media(max-width:768px){.pho-cashback-yellow{padding:0 var(--pho-wrap-padding);margin:0}}.pho-cashback-yellow .bannar{display:flex;flex-direction:row;width:100%;aspect-ratio:4}@media(max-width:768px){.pho-cashback-yellow .bannar{flex-direction:column-reverse}}.pho-cashback-yellow .bannar .left{flex-basis:70%;display:flex;flex-direction:column;justify-content:center}@media(max-width:768px){.pho-cashback-yellow .bannar .left{width:100%;margin:0 0 20px}}.pho-cashback-yellow .bannar .left .title h2{font-size:40px;font-weight:700;line-height:1.5}@media(max-width:768px){.pho-cashback-yellow .bannar .left .title h2{font-size:22px;text-align:center}}.pho-cashback-yellow .bannar .left .title h2 .green-title{font-weight:700;color:#12d974}.pho-cashback-yellow .bannar .left .subtitle h3{font-size:36px}@media(max-width:768px){.pho-cashback-yellow .bannar .left .subtitle h3{font-size:18px;text-align:center;font-weight:500}}.pho-cashback-yellow .bannar .left .subtitle h3 .orange{color:#f69d10;font-weight:500}.pho-cashback-yellow .bannar .right{flex-basis:30%;display:flex;flex-direction:column;justify-content:center;align-items:end}.pho-cashback-yellow .bannar .right img{width:320px}@media(max-width:768px){.pho-cashback-yellow .bannar .right img{width:200px;margin:12px auto 0}}.pho-cashback-yellow .claim-area{width:100%;aspect-ratio:4;border-radius:24px;position:relative;border:2px solid #7e7b50;background:#1f1c0c;margin-top:4vh}@media(max-width:768px){.pho-cashback-yellow .claim-area{border-radius:12px;aspect-ratio:69/65}}.pho-cashback-yellow .claim-area .top{width:100%;height:100%;padding:18px}@media(max-width:768px){.pho-cashback-yellow .claim-area .top{position:relative;padding:9px}}.pho-cashback-yellow .claim-area .top .top-content{width:100%;height:60%;background-position:top;background-size:cover;display:flex;flex-direction:row-reverse;gap:20px}@media(max-width:768px){.pho-cashback-yellow .claim-area .top .top-content{height:63%;flex-direction:column-reverse;position:relative;gap:0px}}.pho-cashback-yellow .claim-area .top .top-content .img-area{flex-basis:20%;display:flex;justify-content:center;align-items:center}@media(max-width:768px){.pho-cashback-yellow .claim-area .top .top-content .img-area{display:none}}.pho-cashback-yellow .claim-area .top .top-content .img-area img{width:50%;margin:auto}@media(max-width:768px){.pho-cashback-yellow .claim-area .top .top-content .img-area img{width:60px;height:60px;margin:unset}}.pho-cashback-yellow .claim-area .top .top-content .op6{opacity:.6}.pho-cashback-yellow .claim-area .top .top-content .text-area{display:flex;flex-basis:50%;flex-direction:column;justify-content:center}@media(max-width:768px){.pho-cashback-yellow .claim-area .top .top-content .text-area{flex-basis:100%;width:100%}}.pho-cashback-yellow .claim-area .top .top-content .text-area h4{font-size:16px;font-weight:700;white-space:nowrap}@media(max-width:768px){.pho-cashback-yellow .claim-area .top .top-content .text-area h4{font-size:14px;white-space:wrap!important;margin-bottom:2%;line-height:1.3}}.pho-cashback-yellow .claim-area .top .top-content .text-area h5{font-size:14px;white-space:nowrap;color:#fed921}@media(max-width:768px){.pho-cashback-yellow .claim-area .top .top-content .text-area h5{font-size:10px;white-space:wrap}}.pho-cashback-yellow .claim-area .top .top-content .text-area h3{display:none;height:20px;font-size:11px;line-height:20px;align-items:center}.pho-cashback-yellow .claim-area .top .top-content .text-area h3 img{width:20px;aspect-ratio:1}@media(max-width:768px){.pho-cashback-yellow .claim-area .top .top-content .text-area h3{display:flex;line-height:1;gap:.5em}}.pho-cashback-yellow .claim-area .top .top-content .header-img{flex-basis:30%;background:url(/assets/cashback-sqYkWvra.png) no-repeat center #2e2912;background-size:95%;position:relative;margin-bottom:20px;border-radius:12px}@media(max-width:768px){.pho-cashback-yellow .claim-area .top .top-content .header-img{margin-bottom:0;min-height:80px;background-size:contain}}.pho-cashback-yellow .claim-area .top .top-content .header-img:before{content:"";position:absolute;top:-10px;left:-10px;width:15%;aspect-ratio:1;background:url(/assets/free-DbO4rlQI.png) no-repeat center;background-size:100%}.pho-cashback-yellow .claim-area .top .top-content .header-img:after{content:"Up to 12% Cashback";position:absolute;top:0;right:-18px;background-size:100%;line-height:20px;font-size:14px;padding:2px 12px;border:2px solid #f6bb32;color:#fff;font-weight:700;background:#20bf00;border-radius:20px 20px 20px 0}@media(max-width:768px){.pho-cashback-yellow .claim-area .top .top-content .header-img:after{top:-2vh}}.pho-cashback-yellow .claim-area .top .top-claim{width:100%;height:40%;position:relative;display:flex;flex-direction:row-reverse;justify-content:space-between;border-radius:0 0 24px 24px}@media(max-width:768px){.pho-cashback-yellow .claim-area .top .top-claim{border-radius:0;position:static;flex-direction:row;height:22%}}.pho-cashback-yellow .claim-area .top .top-claim .claim-btn{display:flex;align-items:center;justify-content:center;flex-basis:20%;z-index:9}.pho-cashback-yellow .claim-area .top .top-claim .claim-btn .pho-button{padding:4px 38px}@media(max-width:768px){.pho-cashback-yellow .claim-area .top .top-claim .claim-btn .pho-button{width:calc(100vw - var(--pho-wrap-padding) * 2 - 20px)}}@media(max-width:768px){.pho-cashback-yellow .claim-area .top .top-claim .claim-btn{position:absolute;bottom:5%}}.pho-cashback-yellow .claim-area .top .top-claim .claim-text{display:flex;align-items:center;font-size:18px;font-weight:700;flex-basis:50%}@media(max-width:768px){.pho-cashback-yellow .claim-area .top .top-claim .claim-text{flex-basis:40%;font-size:9px}}.pho-cashback-yellow .claim-area .top .top-claim .claim-amount{display:flex;flex-direction:column;z-index:2;flex-basis:60%;justify-content:center}@media(max-width:768px){.pho-cashback-yellow .claim-area .top .top-claim .claim-amount{flex-basis:100%;justify-content:center}}@media(max-width:768px){.pho-cashback-yellow .claim-area .top .top-claim .claim-amount .line1{font-size:12px}}.pho-cashback-yellow .claim-area .top .top-claim .claim-amount .claim-text{display:flex;align-items:center}.pho-cashback-yellow .claim-area .top .top-claim .claim-amount .claim-text .front-text{font-size:18px;line-height:25px;color:rgba(255,255,255,.8)}@media(max-width:768px){.pho-cashback-yellow .claim-area .top .top-claim .claim-amount .claim-text .front-text{font-size:14px;text-align:left}}.pho-cashback-yellow .claim-area .top .top-claim .claim-amount .claim-text span{font-size:26px;font-weight:700;text-align:left;width:30%;color:#fed921}@media(max-width:768px){.pho-cashback-yellow .claim-area .top .top-claim .claim-amount .claim-text span{font-size:18px;width:45%}}.pho-cashback-yellow .claim-area .top .top-claim .claim-amount-unreach{display:flex;flex-direction:column;justify-content:center;padding-left:80px;position:relative}.pho-cashback-yellow .claim-area .top .top-claim .claim-amount-unreach div:first-child{font-size:20px;font-weight:700;text-align:left}@media(max-width:768px){.pho-cashback-yellow .claim-area .top .top-claim .claim-amount-unreach div:first-child{font-size:16px}}.pho-cashback-yellow .claim-area .top .top-claim .claim-amount-unreach div:last-child{font-size:14px;color:rgba(255,255,255,.8)}.pho-cashback-yellow .claim-area .top .top-claim .claim-amount-unreach div:last-child span{color:#f7b92d}.pho-cashback-yellow .claim-area .top .top-claim .claim-amount-unreach:before{content:"";width:80px;position:absolute;aspect-ratio:1;background:url(/assets/unlevel-CRHEevQE.png) no-repeat center;background-size:60%;left:0}.pho-cashback-yellow .cashbackTable{margin-top:25px}.pho-cashback-yellow .cashbackTable .title{margin:32px 0 16px;font-size:20px;line-height:1.4;font-weight:700}@media(max-width:768px){.pho-cashback-yellow .cashbackTable .title{font-size:16px;margin:12px 0}}.pho-cashback-yellow .cashbackTable table{width:100%;border:1px solid rgba(255,255,255,.15);table-layout:fixed}.pho-cashback-yellow .cashbackTable table tr{display:flex}.pho-cashback-yellow .cashbackTable table td{flex:1;text-align:center;line-height:2.5}@media(max-width:768px){.pho-cashback-yellow .cashbackTable table td{line-height:1.5}}.pho-cashback-yellow .cashbackTable .table-pc{display:block}@media(max-width:768px){.pho-cashback-yellow .cashbackTable .table-pc{display:none}}.pho-cashback-yellow .cashbackTable .table-h5{display:none}@media(max-width:768px){.pho-cashback-yellow .cashbackTable .table-h5{display:inline-table}.pho-cashback-yellow .cashbackTable .table-h5 tr{width:100%}}.pho-cashback-yellow .cashbackTips{margin:20px 0 40px}@media(max-width:768px){.pho-cashback-yellow .cashbackTips{margin:12px 0}}.pho-cashback-yellow .cashbackTips .title{margin:32px 0 16px;font-size:20px;line-height:1.4;font-weight:700}@media(max-width:768px){.pho-cashback-yellow .cashbackTips .title{font-size:16px;margin:20px 0 0}}.pho-cashback-yellow .cashbackTips ul li{font-size:14px;line-height:20px;color:rgba(255,255,255,.8)}@media(max-width:768px){.pho-cashback-yellow .pho-divider-cashback{display:none}}.pho-cashback-yellow .pho-cashback-record{margin:32px 0;position:relative;width:70%}@media(max-width:768px){.pho-cashback-yellow .pho-cashback-record{display:none}}.pho-cashback-yellow .pho-cashback-record .title h2{font-size:20px;line-height:28px;font-weight:700}@media(max-width:768px){.pho-cashback-yellow .pho-cashback-record .title h2{font-size:18pxpx}}.pho-cashback-yellow .pho-cashback-record .content{margin-top:20px}.pho-cashback-yellow .pho-cashback-record .content ul{display:flex;flex-direction:column;background-color:#292c34}.pho-cashback-yellow .pho-cashback-record .content ul li{display:flex;flex-direction:row;height:32px;line-height:32px}.pho-cashback-yellow .pho-cashback-record .content ul li span{flex:1 1 33%;text-align:center;color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.pho-cashback-yellow .pho-cashback-record .content ul li:nth-child(1){height:40px;line-height:40px}.pho-cashback-yellow .pho-cashback-record .content ul li:nth-child(2n){background-color:#191d21}.pho-cashback-yellow .pho-cashback-record .content .pagebtns{width:100%;display:flex;justify-content:center;gap:12px;position:absolute;bottom:-60px}.pho-cashback-yellow .pho-cashback-record .content .pagebtns .pageUp,.pho-cashback-yellow .pho-cashback-record .content .pagebtns .pageNum,.pho-cashback-yellow .pho-cashback-record .content .pagebtns .pageDown{width:32px;height:32px;display:flex;justify-content:center;align-items:center;background:#f7ba29;color:#333;line-height:var(--pho-font-size-line-1);border-radius:var(--pho-border-ra-1);font-size:var(--pho-font-size-lv-1);cursor:pointer}.pho-cashback-yellow .pho-cashback-record .content .pagebtns .pageNum{border:1px solid rgba(255,255,255,.2);background:#21242b;color:#fff}.pho-cashback-yellow .pho-cashback-record .content .pagebtns .pageDown{transform:rotate(180deg)}.pho-cashback-yellow .pho-cashback-record .content .pagebtns .disable{background:#999;cursor:not-allowed}.pho-lottery-yellow{position:relative}.pho-lottery-yellow:before{top:0;left:calc((100% - 100vw)/2);background:url(/assets/bg-CEFgTMi7.webp) no-repeat center;background-size:cover;content:"";width:100vw;height:100vh;position:absolute;z-index:-1}@media(max-width:768px){.pho-lottery-yellow section{margin:0 var(--pho-wrap-padding)}}.pho-lottery-yellow .title{text-align:center}.pho-lottery-yellow .title h1{font-size:40px;font-weight:700;color:rgba(var(--pho-color-primary));text-transform:uppercase;margin-top:.5em}@media(max-width:768px){.pho-lottery-yellow .title h1{margin-top:0;font-size:20px;line-height:1.2}}.pho-lottery-yellow .title h4{font-size:24px;font-weight:700}@media(max-width:768px){.pho-lottery-yellow .title h4{margin-top:.5em;font-size:16px;line-height:1.2}}@media(max-width:768px){.pho-lottery-yellow .headers-title{padding-top:24px;line-height:1.5}}.pho-lottery-yellow .broadcast{border-radius:12px;background:#2b240e;padding:16px}@media(max-width:768px){.pho-lottery-yellow .broadcast{padding:6px}}.pho-lottery-yellow .broadcast .line1{display:flex;justify-content:space-between}.pho-lottery-yellow .broadcast .line1 div{font-size:20px;color:rgba(var(--pho-color-pure-white),.8)}@media(max-width:768px){.pho-lottery-yellow .broadcast .line1 div{font-size:12px;text-align:center}.pho-lottery-yellow .broadcast .line1 div .re-money{display:block}}.pho-lottery-yellow .broadcast .line1 div:nth-child(1) .re-money{color:#0ed1eb}.pho-lottery-yellow .broadcast .line1 div:nth-child(2) .re-money{color:#ffeb52}.pho-lottery-yellow .broadcast .line1 div:nth-child(3) .re-money{color:#1cc936}.pho-lottery-yellow .broadcast .line1 div:nth-child(4) .re-money{color:#eb0ee3}.pho-lottery-yellow .broadcast .line2{margin-top:8px}.pho-lottery-yellow .broadcast .line2 .cast{width:100%;background:rgba(0,0,0,.6);display:flex;gap:16px;padding:9px 12px;border-radius:8px;color:#fff}@media(max-width:768px){.pho-lottery-yellow .broadcast .line2 .cast{width:100%;margin:6px auto 0;padding:8px 6px;gap:6px}}.pho-lottery-yellow .broadcast .line2 .cast img{width:20px}.pho-lottery-yellow .broadcast .line2 .cast .broadcast-wrapper{width:100%;overflow:scroll;will-change:transform}.pho-lottery-yellow .broadcast .line2 .cast .broadcast-wrapper ul{width:-moz-fit-content;width:fit-content;display:flex;flex-direction:row;gap:30px;animation:scrollAuto 150s linear infinite}.pho-lottery-yellow .broadcast .line2 .cast .broadcast-wrapper ul li{font-size:12px;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:rgba(var(--pho-color-pure-white),.8)}@keyframes scrollAuto{0%{transform:translate(0)}to{transform:translate(-100%)}}.pho-lottery-yellow .currentLottery{margin-top:24px;border-radius:16px;border:2px solid #f7b92d;display:flex;justify-content:space-between}@media(max-width:768px){.pho-lottery-yellow .currentLottery{margin-top:12px;position:relative}}.pho-lottery-yellow .currentLottery .clock{width:21%;background:rgba(252,189,0,.12);display:flex;justify-content:center;align-items:center}.pho-lottery-yellow .currentLottery .clock img{width:30%}@media(max-width:768px){.pho-lottery-yellow .currentLottery .clock{width:27.5%}.pho-lottery-yellow .currentLottery .clock img{width:70%}}.pho-lottery-yellow .currentLottery .countdown{width:60%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px 0;background:rgba(var(--pho-color-pure-white),.1)}@media(max-width:768px){.pho-lottery-yellow .currentLottery .countdown{width:72.5%;padding:16px 0 60px}}.pho-lottery-yellow .currentLottery .countdown .onEndWith{font-size:12px;color:rgba(255,255,255,.6)}.pho-lottery-yellow .currentLottery .countdown .countdown-time{display:flex;flex-direction:row;align-items:center;gap:11px;font-size:32px;color:#fcbd00}.pho-lottery-yellow .currentLottery .countdown .countdown-time .square{border-radius:12px;background:linear-gradient(144deg,#fcbd00,#73590a);padding:12px 16px;display:flex;flex-direction:column;gap:4px}@media(max-width:768px){.pho-lottery-yellow .currentLottery .countdown .countdown-time .square{padding:8px 10px}}.pho-lottery-yellow .currentLottery .countdown .countdown-time .square .num{text-align:center;font-size:32px;line-height:1;font-weight:700;color:#fff}@media(max-width:768px){.pho-lottery-yellow .currentLottery .countdown .countdown-time .square .num{font-size:24px}}.pho-lottery-yellow .currentLottery .countdown .countdown-time .square .label{font-size:14px;line-height:1;text-align:center;color:rgba(255,255,255,.6)}@media(max-width:768px){.pho-lottery-yellow .currentLottery .countdown .countdown-time .square .label{font-size:11px}}.pho-lottery-yellow .currentLottery .tickets{width:20%;display:flex;justify-content:center;align-items:center;color:#1bc937;text-decoration:underline;background:rgba(var(--pho-color-pure-white),.1)}.pho-lottery-yellow .currentLottery .tickets .pho-button-text{color:#1bc937}.pho-lottery-yellow .currentLottery .tickets .pho-button-text:hover{background:none}@media(max-width:768px){.pho-lottery-yellow .currentLottery .tickets{position:absolute;width:72.5%;right:0;bottom:16px;background:rgba(var(--pho-color-pure-white),0)}}.pho-lottery-yellow .howToGet{margin-top:32px}@media(max-width:768px){.pho-lottery-yellow .howToGet{margin-top:20px}}.pho-lottery-yellow .howToGet .title{text-align:left;font-size:20px;margin-bottom:11px;font-weight:700}@media(max-width:768px){.pho-lottery-yellow .howToGet .title{margin-bottom:6px;text-align:center;font-size:16px}}.pho-lottery-yellow .howToGet .content{padding:12px 24px;border-radius:12px;background:#2b240e;display:flex;justify-content:space-between}@media(max-width:768px){.pho-lottery-yellow .howToGet .content{flex-direction:column;gap:16px;padding:16px 10px}}.pho-lottery-yellow .howToGet .content .left{flex:1;display:flex;gap:21px}.pho-lottery-yellow .howToGet .content .left .left-icon{height:100%;aspect-ratio:1;background:url(/assets/icon-ry6AvTNb.png) no-repeat center;background-size:contain}@media(max-width:768px){.pho-lottery-yellow .howToGet .content .left .left-icon{width:20%}}.pho-lottery-yellow .howToGet .content .left .text .playGames{font-size:16px;font-weight:bolder}.pho-lottery-yellow .howToGet .content .left .text .intro{font-size:12px;color:rgba(255,255,255,.6)}.pho-lottery-yellow .howToGet .content .left .text .intro span{color:rgba(var(--pho-color-primary),1)}.pho-lottery-yellow .howToGet .content .goToPlay .pho-button{width:180px}@media(max-width:768px){.pho-lottery-yellow .howToGet .content .goToPlay .pho-button{width:100%;height:40px}}.pho-lottery-yellow .lastResult{margin-top:32px}@media(max-width:768px){.pho-lottery-yellow .lastResult{margin-top:20px}}.pho-lottery-yellow .lastResult .result-table .title{background:#73590a;border-radius:12px 12px 0 0;font-size:20px;line-height:28px;font-weight:700;padding:6px 0}@media(max-width:768px){.pho-lottery-yellow .lastResult .result-table .title{font-size:16px}}.pho-lottery-yellow .lastResult .result-table .title span{font-weight:700}@media(max-width:768px){.pho-lottery-yellow .lastResult .result-table .title span{font-weight:400;color:rgba(var(--pho-color-pure-white),.8);font-size:14px}}.pho-lottery-yellow .lastResult .result-table .rewards{text-align:center;background:#292c34;font-size:14px;line-height:1}.pho-lottery-yellow .lastResult .result-table .rewards:last-of-type{padding-bottom:11px;border-radius:0 0 12px 12px}.pho-lottery-yellow .lastResult .result-table .rewards .reward-name{padding:10px 0 5px;color:#fdc01e}.pho-lottery-yellow .lastResult .result-table .rewards .tickets{display:flex;justify-content:center;gap:10px 30px;flex-wrap:wrap;font-family:monospace;background:#191d21;margin:0 11px;padding:12px 0}@media(max-width:768px){.pho-lottery-yellow .lastResult .result-table .rewards .tickets{gap:12px 24px;padding:7px 0;font-size:12px}}.pho-lottery-yellow .records .pho-record-h5 .content ul{display:flex;flex-direction:column;background-color:#292c34}.pho-lottery-yellow .records .pho-record-h5 .content ul li{display:flex;flex-direction:row;height:32px;line-height:32px}@media(max-width:768px){.pho-lottery-yellow .records .pho-record-h5 .content ul li{flex-wrap:wrap;height:-moz-fit-content;height:fit-content}}.pho-lottery-yellow .records .pho-record-h5 .content ul li span{flex:1 1 33%;color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.pho-lottery-yellow .records .pho-record-h5 .content ul li span .redBtn{width:80px;height:20px;background:#4aa23a;color:#fff;font-size:14px;line-height:20px}@media(max-width:768px){.pho-lottery-yellow .records .pho-record-h5 .content ul li span .redBtn{display:none}}.pho-lottery-yellow .records .pho-record-h5 .content ul li span:last-child{display:flex;justify-content:flex-end;align-items:center;gap:10%}@media(max-width:768px){.pho-lottery-yellow .records .pho-record-h5 .content ul li span:last-child{justify-content:center}}.pho-lottery-yellow .records .pho-record-h5 .content ul li .green{text-align:right!important}.pho-lottery-yellow .records .pho-record-h5 .content ul li .redBtn-h5{display:none;width:100%;height:20px;background:rgba(var(--pho-color-primary));color:#333;font-size:14px;line-height:20px;margin-bottom:8px}@media(max-width:768px){.pho-lottery-yellow .records .pho-record-h5 .content ul li .redBtn-h5{display:block}}.pho-lottery-yellow .tips{margin-top:40px}@media(max-width:768px){.pho-lottery-yellow .tips{margin-top:20px}}.pho-lottery-yellow .tips .title{font-size:20px;line-height:28px;font-weight:700;text-align:left;margin-bottom:16px}@media(max-width:768px){.pho-lottery-yellow .tips .title{font-size:18px;margin-bottom:8px}}.pho-lottery-yellow .tips p{color:#999}.pho-lottery-yellow .tips p span{display:block}.pho-lottery-yellow .prize-dia .pho-dialog{padding:0;background:url(/assets/award-header-CvGrO3iV.png) no-repeat top center #292c34;background-size:contain}.pho-lottery-yellow .prize-dia .day_close{position:relative;top:-120px}.pho-lottery-yellow .prize-dia .pho-dialog-right{padding-top:20%}.pho-lottery-yellow .prize-dia .pho-dialog-right .prize{display:flex;background:#73590a;border-radius:12px;overflow:hidden;flex-direction:column;margin:0 9px}.pho-lottery-yellow .prize-dia .pho-dialog-right .prize .top{display:flex;line-height:1;justify-content:space-between;padding:12px}.pho-lottery-yellow .prize-dia .pho-dialog-right .prize .top .time{color:#fff}.pho-lottery-yellow .prize-dia .pho-dialog-right .prize .top .name{color:#f49e10}.pho-lottery-yellow .prize-dia .pho-dialog-right .prize .bottom{line-height:1;padding:12px;color:#bebebe;background:#4f3511}.pho-lottery-yellow .prize-dia .pho-dialog-right .youWin{margin:10px 9px 40px;padding:16px 0;border-radius:12px;color:#f49f12;background:#21242b;text-align:center}.pho-lottery-yellow .prize-dia .pho-dialog-right .youWin div strong{font-size:16px;font-weight:700}.pho-lottery-yellow .prize-dia .pho-dialog-right .confirmBtn{display:flex;justify-content:center;margin-bottom:20px}@media(max-width:768px){.pho-lottery-yellow .codesDia .pho-dialog{width:calc(100% - 30px);padding:12px;top:50%;transform:translate(-50%,-50%)}}.pho-lottery-yellow .codesDia ul{margin-top:24px;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}@media(max-width:768px){.pho-lottery-yellow .codesDia ul{margin-top:16px;min-height:100px}}.pho-lottery-yellow .codesDia ul li{text-align:center}.pho-message-yellow-page{width:100%;--pho-header-img-position: 0px}.pho-message-yellow-page .pho-message-page-list ul{display:flex;flex-direction:column;min-height:45vh}@media(max-width:768px){.pho-message-yellow-page .pho-message-page-list ul{min-height:unset}}.pho-message-yellow-page .pho-message-page-list ul li{display:flex;flex-direction:row;justify-content:space-between;padding:16px 24px;background:#21242b;cursor:pointer}.pho-message-yellow-page .pho-message-page-list ul li:nth-child(2n){background:#292c34}@media(max-width:768px){.pho-message-yellow-page .pho-message-page-list ul li{padding:16px 12px;position:relative}}.pho-message-yellow-page .pho-message-page-list ul li .pho-message-left{display:flex;flex-direction:column;gap:8px}.pho-message-yellow-page .pho-message-page-list ul li .pho-message-left h4{font-size:var(--pho-font-size-lv-2);font-weight:700}.pho-message-yellow-page .pho-message-page-list ul li .pho-message-left p{font-size:var(--pho-font-size-lv-2)}.pho-message-yellow-page .pho-message-page-list ul li .pho-message-right{display:flex;flex-direction:column;gap:15px}.pho-message-yellow-page .pho-message-page-list ul li .pho-message-right p{font-size:var(--pho-font-size-lv-1);line-height:var(--pho-font-size-line-1);color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.pho-message-yellow-page .pho-message-page-list ul li .pho-message-right span{display:flex;flex-direction:row-reverse}.pho-message-yellow-page .pho-message-page-list ul li .pho-message-right span .unread{text-align:right;display:block;width:8px;height:8px;background:rgba(var(--pho-color-guide-failed));border-radius:4px}.pho-message-yellow-page .pho-message-page-list ul li .pho-message-right span .read{display:none}@media(max-width:768px){.pho-message-yellow-page .pho-message-page-list ul li .pho-message-right{position:absolute;top:0;right:0;height:100%;padding:16px 12px 16px 0;justify-content:space-between}}.pho-message-yellow-page .pho-message-page-list ul .li-read{opacity:.8}.pho-message-yellow-page .pho-message-page-list .pho-message-page-list-empty{display:flex;flex-direction:column;align-items:center;padding-top:80px}.pho-message-yellow-page .pho-message-page-list .pho-message-page-list-empty .images{width:80px;height:80px;filter:hue-rotate(180deg)}@media(max-width:768px){.pho-message-yellow-page .pho-message-page-list .pho-message-page-list-empty .images{width:56px;height:56px}}.pho-message-yellow-page .pho-message-page-list .pho-message-page-list-empty .icon-wallet1{font-size:120px;line-height:120px}.pho-message-yellow-page .pho-message-page-list .pho-message-page-list-empty .text{color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op6));font-size:var(--pho-font-size-lv-2);padding:12px 56px}.pho-message-yellow-page .pho-message-page-list .message-bottom{width:100%;height:1px;opacity:0}.pho-preview{display:flex;justify-content:center;align-items:center}.pho-preview .pho-preview-close{position:fixed;top:10px;right:10px;font-size:20px}.pho-preview .pho-preview-img{max-width:90%;max-height:90%;border-radius:var(--pho-border-ra-3)}@media screen and (max-width:768px){.pho-preview .pho-preview-img{width:80%;height:auto;-o-object-fit:contain;object-fit:contain}}.pho-upload-label{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);font-weight:500;padding-bottom:calc(var(--pho-input-pad) / 2);color:rgba(var(--pho-color-pure-white),1)}.pho-upload-label .pho-upload-label-require{color:rgba(var(--pho-color-guide-failed),1)}.pho-upload-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.pho-upload-container .pho-uoload-img{position:relative;width:80px;height:80px;border:1px dashed rgba(var(--pho-color-pure-white),.2);border-radius:var(--pho-border-ra-3)}.pho-upload-container .pho-uoload-img img{width:100%;height:100%;border-radius:var(--pho-border-ra-3)}.pho-upload-container .pho-uoload-img .deleteIcon{position:absolute;right:2px;top:0;height:-moz-fit-content;height:fit-content;font-size:10px}.pho-upload-container .pho-uoload-img .deleteIcon span{background-color:rgba(0,0,0,.6);padding:5px;font-size:10px}.pho-upload-container .pho-upload{width:80px;height:80px;border:1px dashed rgba(var(--pho-color-pure-white),.2);border-radius:var(--pho-border-ra-3);background-color:rgba(var(--pho-color-input-bg),1);padding:0 var(--pho-input-pad);display:flex;flex-direction:column;justify-content:center;align-self:center}.pho-upload-container .pho-upload .add{transform:rotate(45deg);display:flex;flex-direction:column;justify-content:center;align-self:center}.pho-upload-container .pho-upload .add span{font-size:20px;font-weight:400;color:rgba(var(--pho-color-pure-white),.8)}.pho-depositpc-record-parent-yellow{width:100%;position:relative}.pho-depositpc-record-parent-yellow .header-operation{display:flex;justify-content:space-between;align-items:center;margin:14px 0}@media(max-width:768px){.pho-depositpc-record-parent-yellow .header-operation{margin:14px}}@media(max-width:768px){.pho-depositpc-record-parent-yellow .header-operation>div:nth-child(1){display:none}}.pho-depositpc-record-parent-yellow .header-operation h2{font-size:20px;line-height:40px;font-weight:700}.pho-depositpc-record-parent-yellow .header-operation .pho-select{width:120px;padding:5px 15px;height:28px!important;background:#292c34!important}@media(max-width:768px){.pho-depositpc-record-parent-yellow .header-operation .pho-select{height:36px!important;border-radius:var(--pho-border-ra-6)!important}}.pho-depositpc-record-parent-yellow .header-operation .pho-select .pho-select-custom .pho-select-display{max-width:90px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pho-depositpc-record-parent-yellow .pho-deposit-record-list{display:flex;flex-direction:column}.pho-depositpc-record-parent-yellow .pho-deposit-record-list li{display:flex;flex-direction:row;padding:12px 16px;background:rgba(var(--pho-color-input-bg),1);justify-content:space-between;align-items:center}@media(max-width:768px){.pho-depositpc-record-parent-yellow .pho-deposit-record-list li{flex-wrap:wrap;gap:16px 0}}.pho-depositpc-record-parent-yellow .pho-deposit-record-list li:nth-child(2n){background:#292c34}.pho-depositpc-record-parent-yellow .pho-deposit-record-list li div{font-size:14px;line-height:1}.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .createTime{width:15%}@media(max-width:768px){.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .createTime{width:50%;order:3;text-align:left;color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op6))}}.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .tradeNo{text-align:center;width:210px;color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op6))}@media(max-width:768px){.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .tradeNo{display:none}}.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .money{text-align:center;width:120px}@media(max-width:768px){.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .money{width:50%;order:1;text-align:left;font-weight:600}}.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .status{text-align:center;width:110px}@media(max-width:768px){.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .status{width:50%;order:2;text-align:right}}.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .status .processing{color:var(--pho-color-guide-warnning)}.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .status .success{color:rgba(var(--pho-color-guide-success),1)}.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .status .failed{color:rgba(var(--pho-color-guide-failed),1)}.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .status .closed{color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .detail{display:flex;flex-direction:row;gap:3px;min-width:60px;cursor:pointer}@media(max-width:768px){.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .detail{width:50%;order:4;justify-content:flex-end}}.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .detail .detailIcon{transform:rotate(180deg)}.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .operation{display:flex;justify-content:flex-end;width:12%}@media(max-width:768px){.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .operation{width:50%;justify-content:flex-end;order:4}}.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .operation .pho-record-btns .pho-button{width:100%;padding:0 8px;font-weight:600}.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .operation .pho-record-btns .previewing,.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .operation .pho-record-btns .rejected{color:rgba(var(--pho-color-primary),1);border:1px solid rgba(var(--pho-color-primary),1)}.pho-depositpc-record-parent-yellow .pho-deposit-record-list li .operation .pho-record-btns .closed{color:rgba(var(--pho-color-text-nomarl),var(--pho-color-text-op8))}.pho-depositpc-record-parent-yellow .pho-deposit-record-list .pagebtns{justify-content:flex-end}.pho-depositpc-record-parent-yellow .pho-record-title{display:flex;flex-direction:row;justify-content:space-between;padding:12px 16px;gap:0px;margin-top:0;background:#373838;border-radius:8px 8px 0 0}@media(max-width:768px){.pho-depositpc-record-parent-yellow .pho-record-title{display:none}}.pho-depositpc-record-parent-yellow .pho-record-title li{width:100%;padding:0;background:none;font-size:var(--pho-font-size-lv-1);line-height:var(--pho-font-size-line-1);color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.pho-depositpc-record-parent-yellow .pho-record-content{min-height:60vh}.pho-depositpc-record-parent-yellow .pho-deposit-record-empty{display:flex;flex-direction:column;align-items:center;padding-top:80px;min-height:60vh}.pho-depositpc-record-parent-yellow .pho-deposit-record-empty .images{width:80px;height:80px}@media(max-width:768px){.pho-depositpc-record-parent-yellow .pho-deposit-record-empty .images{width:56px;height:56px}}.pho-depositpc-record-parent-yellow .pho-deposit-record-empty .text{color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op6));font-size:var(--pho-font-size-lv-2);padding:12px 56px}.pho-depositpc-record-parent-yellow #bottom_line_deposit{display:block;width:100%;height:1px;opacity:0}.pho-appeal-dia .pho-dialog-content{margin-top:20px}.pho-appeal-dia .pho-appeal-transactionID{padding-top:20px}.pho-appeal-dia .imagedemo{margin-top:40px;margin-bottom:12px;color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op6));display:flex;justify-content:space-around;white-space:nowrap}.pho-appeal-dia .imagedemo span{display:inline-block;color:rgba(var(--pho-color-text-normal),.2);overflow:hidden;height:22px}.pho-appeal-dia .imagedemotext{color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8));margin-bottom:16px}.pho-appeal-dia .imagedemoimages{display:flex;justify-content:center;gap:24px;margin-bottom:44px}.pho-appeal-dia .imagedemoimages .imagedemoimagesitem img{width:80px;height:80px}.pho-appeal-dia .imagedemoimages .imagedemoimagesitem div{text-align:center;color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op6))}.pho-review-dia .pho-dialog-header{height:-moz-fit-content;height:fit-content}.pho-review-dia .pho-dialog-content{overflow:scroll}.pho-review-dia .steps{list-style-type:none;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.pho-review-dia .step{position:relative;width:100%;z-index:1;padding:0 0 20px 25px}.pho-review-dia .step .step-logtime{margin-bottom:8px}.pho-review-dia .step .step-content{padding:8px 16px;width:100%;background-color:rgba(var(--pho-color-input-bg),1);border-radius:var(--pho-border-ra-2);color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.pho-review-dia .step .line{position:absolute;height:100%;width:2px;top:2px;left:7px;background:rgba(255,255,255,.2)}.pho-review-dia .step:last-child .line{display:none}.pho-review-dia .step:first-child:before{position:absolute;content:"";width:16px;height:16px;background:#fff;top:2px;left:0;border-radius:8px;z-index:2}.pho-review-dia .step:first-child:after{position:absolute;content:"";width:10px;height:10px;background:rgba(var(--pho-color-primary),1);top:5px;left:3px;border-radius:8px;z-index:3}.pho-review-dia .step:before{position:absolute;content:"";width:16px;height:16px;top:2px;left:0;border-radius:8px;z-index:2;background:rgba(255,255,255,.2)}.pho-review-dia .step:after{position:absolute;content:"";width:10px;height:10px;top:5px;left:3px;border-radius:8px;z-index:3;background:rgba(255,255,255,.4)}.pho-review-dia .pho-feedback-imagist{display:flex;gap:10px}.pho-review-dia .pho-feedback-imagist img{width:56px;height:56px;border-radius:var(--pho-border-ra-2);border:1px solid rgba(var(--pho-color-text-normal),.2)}.pho-review-dia .pho-review-dia-action{display:flex;justify-content:center}.pho-review-dia .pho-review-dia-action .pho-button{color:#fff;font-weight:400}.pho-detail-dia ul{margin-top:10px;padding-top:10px;display:flex;flex-direction:column;gap:16px;border-top:1px solid rgba(var(--pho-color-pure-white),.2)}.pho-detail-dia ul li{display:flex;justify-content:space-between;font-size:14px;line-height:1}.pho-detail-dia ul li span:nth-child(1){color:rgba(255,255,255,.6)}.pho-detail-dia .operation{display:flex;justify-content:center;margin-top:36px}.pho-detail-dia .operation .pho-record-btns{width:50%}.pho-detail-dia .operation .pho-record-btns .pho-button{width:100%;padding:0 8px;font-weight:600;color:#333}.pho-detail-dia .operation .pho-record-btns .previewing,.pho-detail-dia .operation .pho-record-btns .rejected{color:rgba(var(--pho-color-primary),1);border:1px solid rgba(var(--pho-color-primary),1)}.pho-detail-dia .operation .pho-record-btns .closed{color:rgba(var(--pho-color-text-nomarl),var(--pho-color-text-op8))}.page-header-parent{display:flex;flex-direction:column;gap:7px;padding:0 calc(.5 * var(--pho-wrap-padding))}@media(min-height:768px){.page-header-parent{flex-direction:column-reverse;margin:14px 0}}.page-header-parent .page-header{display:flex;justify-content:space-between;align-items:center}.page-header-parent .page-header h2{font-size:var(--pho-font-size-lv-5);line-height:1;font-weight:700;padding:10px 0}@media(max-width:768px){.page-header-parent .page-header h2{display:none}}.page-header-parent .page-header .selects{display:flex;gap:20px}.page-header-parent .page-header .selects .pho-select{width:120px;height:28px;padding:5px 15px;border-radius:var(--pho-border-ra-6)}@media(max-width:768px){.page-header-parent .page-header .selects .pho-select{height:28px}}.page-header-parent .page-header .selects .pho-select .pho-select-custom .pho-select-display{max-width:90px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-header-parent .pho-record-tab{background-color:#21242b;border-radius:24px;margin-top:10px}.page-header-parent .pho-record-tab .pho-tabs-nav{border:unset;padding:4px}.page-header-parent .pho-record-tab .pho-tabs-nav li{line-height:2.35}.page-header-parent .pho-record-tab .pho-tabs-nav .active{border-radius:24px;background-color:#292c34}.page-header-parent .pho-record-tab .pho-tabs-nav .active:after{display:none}.pho-bet-record-parent,.pho-win-record-parent{position:relative}.pho-bet-record-parent .pho-game-record-list,.pho-win-record-parent .pho-game-record-list{display:flex;flex-direction:column}@media(min-width:768px){.pho-bet-record-parent .pho-game-record-list,.pho-win-record-parent .pho-game-record-list{min-height:60vh}}.pho-bet-record-parent .pho-game-record-list li,.pho-win-record-parent .pho-game-record-list li{display:flex;flex-direction:row;padding:9px 10px;background:rgba(var(--pho-color-input-bg),1)}.pho-bet-record-parent .pho-game-record-list li .left,.pho-win-record-parent .pho-game-record-list li .left{width:100%!important}.pho-bet-record-parent .pho-game-record-list li .left-firstline,.pho-win-record-parent .pho-game-record-list li .left-firstline{display:flex;flex-direction:row;justify-content:space-between;color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.pho-bet-record-parent .pho-game-record-list li .left-firstline .bet,.pho-win-record-parent .pho-game-record-list li .left-firstline .bet{color:rgba(var(--pho-color-guide-failed),1)}.pho-bet-record-parent .pho-game-record-list li .left-firstline .win,.pho-win-record-parent .pho-game-record-list li .left-firstline .win{color:rgba(var(--pho-color-guide-success),1)}.pho-bet-record-parent .pho-game-record-list li .left-firstline div,.pho-win-record-parent .pho-game-record-list li .left-firstline div{min-width:10%;text-align:center}.pho-bet-record-parent .pho-game-record-list li .left-firstline>div:nth-child(1),.pho-win-record-parent .pho-game-record-list li .left-firstline>div:nth-child(1){text-align:left;color:rgba(var(--pho-color-pure-white),.6)}.pho-bet-record-parent .pho-game-record-list li .left-firstline>div:nth-child(3),.pho-win-record-parent .pho-game-record-list li .left-firstline>div:nth-child(3){text-align:right}@media(max-width:768px){.pho-bet-record-parent .pho-game-record-list li .left-firstline>div:nth-child(1),.pho-win-record-parent .pho-game-record-list li .left-firstline>div:nth-child(1){width:30%}.pho-bet-record-parent .pho-game-record-list li .left-firstline>div:nth-child(2),.pho-win-record-parent .pho-game-record-list li .left-firstline>div:nth-child(2){width:50%;text-align:center}.pho-bet-record-parent .pho-game-record-list li .left-firstline>div:nth-child(3),.pho-win-record-parent .pho-game-record-list li .left-firstline>div:nth-child(3){width:20%;text-align:right}}.pho-bet-record-parent .pho-game-record-list li:nth-child(2n),.pho-win-record-parent .pho-game-record-list li:nth-child(2n){background:#292c34}.pho-bet-record-parent .pho-deposit-record-empty,.pho-win-record-parent .pho-deposit-record-empty{display:flex;flex-direction:column;align-items:center;padding-top:80px;min-height:60vh}.pho-bet-record-parent .pho-deposit-record-empty .images,.pho-win-record-parent .pho-deposit-record-empty .images{width:80px;height:80px}@media(max-width:768px){.pho-bet-record-parent .pho-deposit-record-empty .images,.pho-win-record-parent .pho-deposit-record-empty .images{width:56px;height:56px}}.pho-bet-record-parent .pho-deposit-record-empty .icon-wallet1,.pho-win-record-parent .pho-deposit-record-empty .icon-wallet1{font-size:120px;line-height:120px}.pho-bet-record-parent .pho-deposit-record-empty .text,.pho-win-record-parent .pho-deposit-record-empty .text{color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op6));font-size:var(--pho-font-size-lv-2);padding:12px 56px}.pho-bet-record-parent .pho-record-title-game,.pho-win-record-parent .pho-record-title-game{padding:12px 16px;gap:0px;margin-top:0;background:#373838;border-radius:8px 8px 0 0}@media(max-width:768px){.pho-bet-record-parent .pho-record-title-game,.pho-win-record-parent .pho-record-title-game{display:none}}.pho-bet-record-parent .pho-record-title-game li,.pho-win-record-parent .pho-record-title-game li{width:100%;display:flex;flex-direction:row;justify-content:space-between}.pho-bet-record-parent .pho-record-title-game li div,.pho-win-record-parent .pho-record-title-game li div{flex:1;color:rgba(var(--pho-color-text-normal),.6)}.pho-bet-record-parent .pho-record-title-game li>div:nth-child(2),.pho-win-record-parent .pho-record-title-game li>div:nth-child(2){text-align:center}.pho-bet-record-parent .pho-record-title-game li>div:nth-child(3),.pho-win-record-parent .pho-record-title-game li>div:nth-child(3){text-align:right}.pho-bet-record-parent #bottom_line_deposit,.pho-win-record-parent #bottom_line_deposit,.pho-bet-record-parent #bottom_line_withdraw,.pho-win-record-parent #bottom_line_withdraw{display:block;width:100%;height:1px;opacity:0}@media(min-width:768px){.pho-bet-record-parent #bottom_line_deposit,.pho-win-record-parent #bottom_line_deposit,.pho-bet-record-parent #bottom_line_withdraw,.pho-win-record-parent #bottom_line_withdraw{display:none!important}}.pagebtns{justify-content:flex-end}.pho-settingspc-yellow{height:calc(60vh - var(--pho-header-height))}@media(max-width:768px){.pho-settingspc-yellow{height:calc(100vh - var(--pho-header-height))}}.pho-settingspc-yellow .page-header{margin:14px 0}.pho-settingspc-yellow .page-header h2{font-size:20px;font-weight:700;line-height:40px}@media(max-width:768px){.pho-settingspc-yellow .page-header{display:none!important}}.pho-settingspc-yellow .content{display:flex;flex-direction:row;gap:20px}.pho-settingspc-yellow .content .left{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;flex-direction:column;flex:2}@media(max-width:768px){.pho-settingspc-yellow .content .left{display:none!important}}.pho-settingspc-yellow .content .pho-common-ul{flex:8;background-color:rgba(var(--pho-color-input-bg),1);border-radius:var(--pho-border-ra-6);display:flex;gap:4px;border-radius:0 16px 16px 0;overflow:hidden}.pho-settingspc-yellow .content .pho-common-ul li{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);padding:12px 16px;cursor:pointer;font-weight:700;transition:all .1s}.pho-settingspc-yellow .content .pho-common-ul .active{background-color:#292c34;border-left:6px solid #f7b92d}.pho-settingspc-yellow .content .right{width:80%;height:-moz-fit-content;height:fit-content;background-color:rgba(var(--pho-color-input-bg),1);border-radius:var(--pho-border-ra-5);padding:24px}@media(max-width:768px){.pho-settingspc-yellow .content .right{width:100%;background-color:rgba(var(--pho-color-input-bg),0);padding:0 var(--pho-wrap-padding)}}.pho-settingspc-yellow .content .right .title{font-size:var(--pho-font-size-lv-4);line-height:1;font-weight:700}@media(max-width:768px){.pho-settingspc-yellow .content .right .title{display:none!important}}.pho-settingspc-yellow .content .right .subtitle{margin:24px 0;font-size:var(--pho-font-size-lv-2);line-height:1;color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}@media(max-width:768px){.pho-settingspc-yellow .content .right .subtitle{margin:10px 0 20px}}.pho-settingspc-yellow .content .right .pho-button{width:30%}.pho-settingspc-yellow .content .right .pho-personal-info{display:flex;flex-direction:column;gap:20px}.pho-settingspc-yellow .content .right .pho-personal-info .pho-input-label,.pho-settingspc-yellow .content .right .pho-personal-info .pho-input input,.pho-settingspc-yellow .content .right .pho-personal-info .pho-input-pre{color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op6))}.pho-links-yellow{display:flex;flex-direction:column}.pho-links-yellow .page-header{margin:14px 0}.pho-links-yellow .page-header h2{font-size:20px;font-weight:700;line-height:40px;padding:0}@media(max-width:768px){.pho-links-yellow .page-header{display:none}}.pho-links-yellow .content{display:flex;flex-direction:row;gap:20px}.pho-links-yellow .content .link-left{flex:2}.pho-links-yellow .content .pho-left-ul{background-color:rgba(var(--pho-color-input-bg),1);border-radius:var(--pho-border-ra-6);display:flex;border-radius:0 16px 16px 0;overflow:hidden;flex-direction:column;height:-moz-fit-content;height:fit-content}@media(max-width:768px){.pho-links-yellow .content .pho-left-ul{display:none}}.pho-links-yellow .content .pho-left-ul li{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);padding:12px 16px;cursor:pointer;font-weight:700;transition:all .1s}.pho-links-yellow .content .pho-left-ul .active{background-color:#292c34;border-left:6px solid #f7b92d}.pho-links-yellow .content .link-right{height:calc(100vh - var(--pho-header-height) - 20px);background-color:rgba(var(--pho-color-input-bg),1);border-radius:var(--pho-border-ra-4);padding:24px;flex:8}@media(max-width:768px){.pho-links-yellow .content .link-right{padding:0 15px;background-color:rgba(var(--pho-color-theme-bg),1)}}.pho-links-yellow .content .link-right .pho-button{width:30%}.pho-links-yellow .content .link-right .link-right-parent,.pho-links-yellow .content .link-right .link-right-parent iframe{width:100%;height:100%}@media(max-width:768px){.pho-links-yellow .link-left{display:none}.pho-links-yellow .link-right{width:100%;background-color:unset;padding:0}.pho-links-yellow .link-right h1{margin-bottom:8px}}.pho-settings .pho-common-ul{border-radius:var(--pho-border-ra-2);display:flex;flex-direction:column;padding:4px 12px;background-color:rgba(var(--pho-color-input-bg),1)}.pho-settings .pho-common-ul li{border-bottom:1px solid rgba(var(--pho-color-pure-white),.2);font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);padding:12px 0}.pho-settings .pho-common-ul li:last-child{border-bottom:none}.pho-faqs{display:flex;flex-direction:column;gap:20px;height:-moz-fit-content;height:fit-content}.pho-faqs .page-header{display:none}.pho-faqs .link-right{width:100%;height:100vh}@media(max-width:768px){.pho-faqs .link-right{overflow:hidden}}.pho-faqs .link-right .link-right-parent{width:100%;height:100%}.pho-faqs .link-right .link-right-parent iframe{width:100%;height:calc(100vh - 80px)}.pho-settings-password{margin-top:10px;display:flex;flex-direction:column;gap:20px;padding:0 var(--pho-wrap-padding)}.pho-personal-info{padding:0 var(--pho-wrap-padding);display:flex;flex-direction:column}.pho-personal-info .subtitle{margin:10px 0;font-size:var(--pho-font-size-lv-2);line-height:1;color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.pho-personal-info .pho-input{margin-bottom:20px}.pho-personal-info .pho-input-label,.pho-personal-info .pho-input input,.pho-personal-info .pho-input-pre{color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op6))}.pho-downloads{position:relative;margin:0 auto}.pho-downloads .header-img:before{background:url(/assets/Download-B1pohnIr.png) no-repeat center 100%/100%!important}.pho-downloads .howtoinstall{position:relative;margin-top:2em}@media(max-width:768px){.pho-downloads .howtoinstall{top:80%}}.pho-downloads .howtoinstall .title{display:flex;justify-content:center;align-items:center;font-size:30px;font-weight:700;text-align:center;gap:.5em}@media(max-width:768px){.pho-downloads .howtoinstall .title{font-size:24px;line-height:1.2}}.pho-downloads .howtoinstall .subtitle{font-size:18px;line-height:25px;color:rgba(var(--pho-color-pure-white),.8);text-align:center}@media(max-width:768px){.pho-downloads .howtoinstall .subtitle{font-size:16px;line-height:1.2;margin-top:12px}}.pho-downloads .howtoinstall .tabs{display:flex;flex-direction:column;align-items:center}.pho-downloads .howtoinstall .pho-common-ul{width:-moz-fit-content;width:fit-content;border-radius:var(--pho-border-ra-6);display:flex;padding:4px;background-color:rgba(var(--pho-color-input-bg),1);margin:28px 0}.pho-downloads .howtoinstall .pho-common-ul li{min-width:10rem;text-align:center;font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);padding:10px;cursor:pointer;border-radius:var(--pho-border-ra-6);font-weight:700}.pho-downloads .howtoinstall .pho-common-ul li:last-child{border-bottom:none;border-radius:var(--pho-border-ra-6)}.pho-downloads .howtoinstall .pho-common-ul .active{background-color:rgba(var(--pho-color-item-active),1)}.pho-downloads .howtoinstall .examples-list{display:flex;flex-direction:column;gap:80px;width:90%;margin:0 auto}@media(max-width:768px){.pho-downloads .howtoinstall .examples-list{gap:24px}}.pho-downloads .howtoinstall .examples-list .examples{display:flex;flex-wrap:wrap;gap:16%;justify-content:flex-start}@media(max-width:768px){.pho-downloads .howtoinstall .examples-list .examples{gap:28px;flex-direction:column}}.pho-downloads .howtoinstall .examples-list .examples li{flex:1;display:flex;flex-direction:column;align-items:center}.pho-downloads .howtoinstall .examples-list .examples li h4{font-weight:700;font-size:24px;line-height:1;margin-bottom:12px}@media(max-width:768px){.pho-downloads .howtoinstall .examples-list .examples li h4{font-size:20px}}.pho-downloads .howtoinstall .examples-list .examples li p{line-height:1.2;width:100%;text-align:left;color:rgba(var(--pho-color-pure-white),.8);padding-top:10px}.pho-downloads .howtoinstall .examples-list .examples li img{width:100%;padding:16px 0}.pho-downloads .howtoinstall .examples-list .examples li .subtitle{text-align:center;padding-top:0}@media(max-width:768px){.pho-downloads .howtoinstall .examples-list .examples li .subtitle{font-size:14px}}@media(max-width:768px){.pho-downloads .Faq{display:none}}.pho-downloads .Faq .title{font-size:30px;font-weight:700;text-align:center}@media(max-width:768px){.pho-downloads .Faq .title{font-size:15px;line-height:21px}}.pho-downloads .Faq .subtitle{font-size:18px;line-height:25px;color:rgba(var(--pho-color-pure-white),.8);text-align:center}@media(max-width:768px){.pho-downloads .Faq .subtitle{font-size:9px;line-height:12px}}.pho-downloads .Faq h3{font-size:var(--pho-font-size-lv-3);line-height:var(--pho-font-size-line-3);font-weight:700;margin:10px 0 5px}.pho-downloads .Faq p{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.pho-downloads .Faq .content{margin-top:36px;display:flex;background:#343029;padding:14px 24px 24px;border-radius:12px}.pho-downloads .Faq .content div{flex:1}.pho-giveaway-claim{display:flex;padding-top:32%;flex-direction:column;max-width:400px;margin:0 auto}.pho-giveaway-claim .bottom-logo{position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.pho-giveaway-claim .bottom-logo img{height:30px}.pho-giveaway-claim .center{padding:15px;background-color:rgba(var(--pho-color-dialog-bg),1);border-radius:8px}.pho-giveaway-claim .center .title{font-size:16px;text-align:center}.pho-giveaway-claim .center .subtitle{font-size:20px;text-align:center;font-weight:700}@media(min-width:768px){.pho-giveaway-claim{max-height:750px;padding:150px 15px 0}}.pho-giveaway-dia dialog{top:20vh;height:50vh;width:95%;border-radius:16px;margin:0 auto}.pho-settings-password{margin-top:10px;display:flex;flex-direction:column;gap:20px}.pho-setting-selfExclusion .title{font-size:var(--pho-font-size-lv-3);line-height:var(--pho-font-size-line-3);font-weight:700;margin:10px 0 8px}.pho-setting-selfExclusion .content{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.pho-setting-selfExclusion .attention{margin:16px 0;display:flex;flex-direction:row;padding:15px;background:rgba(var(--pho-color-input-bg),1);border-radius:var(--pho-border-ra-1);height:-moz-fit-content;height:fit-content}.pho-setting-selfExclusion .attention .left{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:28px;padding-right:15px;height:auto}.pho-setting-selfExclusion .attention .left img{width:36px}.pho-setting-selfExclusion .attention .right .title{font-size:var(--pho-font-size-lv-3);line-height:var(--pho-font-size-line-3);font-weight:700;margin:0 0 8px}.pho-setting-selfExclusion .attention .right .content{font-size:var(--pho-font-size-lv-2);line-height:var(--pho-font-size-line-2);color:rgba(var(--pho-color-text-normal),var(--pho-color-text-op8))}.pho-setting-selfExclusion .timePeriond{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start;margin-top:16px}.pho-setting-selfExclusion .timePeriond li{width:31.25%;max-width:169px;display:flex;padding:5px 0;background:rgba(var(--pho-color-input-bg),1);border-radius:var(--pho-border-ra-1);border:1px solid rgba(var(--pho-color-guide-success),0)}.pho-setting-selfExclusion .timePeriond li span{display:inline-block;width:100%;text-align:center}.pho-setting-selfExclusion .timePeriond .select{border:1px solid rgba(var(--pho-color-guide-success),1)}.pho-setting-selfExclusion .nextbtns{display:flex;justify-content:space-around}.pho-setting-selfExclusion .nextbtns .nextbtn{margin-top:24px}.pho-setting-selfExclusion .selfExclusionInput{margin-top:20px}
