:root{--adm-radius-s:4px;--adm-radius-m:8px;--adm-radius-l:12px;--adm-font-size-1:9px;--adm-font-size-2:10px;--adm-font-size-3:11px;--adm-font-size-4:12px;--adm-font-size-5:13px;--adm-font-size-6:14px;--adm-font-size-7:15px;--adm-font-size-8:16px;--adm-font-size-9:17px;--adm-font-size-10:18px;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-yellow:#ff9f18;--adm-color-orange:#ff6430;--adm-color-wathet:#e7f1ff;--adm-color-text:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-background:#fff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#fff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000;--adm-color-fill-content:var(--adm-color-box);--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-yellow:#ffa930;--adm-color-orange:#e65a2b;--adm-color-wathet:#0d2543;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:gray;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-color-background-body:var(--adm-color-background);--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:#0000}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size) / 2 * 2px);-webkit-user-select:none;user-select:none;pointer-events:none;width:0;position:fixed;top:-100vh;left:-100vw}.adm-action-sheet-popup>.adm-popup-body{border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.adm-action-sheet-extra{color:var(--adm-color-weak);font-size:var(--adm-font-size-7);border-bottom:1px solid var(--adm-color-border);justify-content:center;padding:18px 12px;display:flex}.adm-action-sheet-button-list,.adm-action-sheet-button-item-wrapper{border-bottom:1px solid var(--adm-color-border)}.adm-action-sheet-button-item-wrapper:last-child{border-bottom:none}.adm-action-sheet-button-item{text-align:center;background-color:var(--adm-color-background);padding:16px;display:block}.adm-action-sheet-button-item:active{background-color:var(--adm-color-border)}.adm-action-sheet-button-item-disabled{cursor:not-allowed;pointer-events:none;opacity:.4}.adm-action-sheet-button-item-name{color:var(--adm-color-text);font-size:var(--adm-font-size-10)}.adm-action-sheet-button-item-description{font-size:var(--adm-font-size-6);color:var(--adm-color-weak);padding-top:4px}.adm-action-sheet-button-item-danger .adm-action-sheet-button-item-name{color:var(--adm-color-danger)}.adm-action-sheet-button-item-bold .adm-action-sheet-button-item-name{font-weight:700}.adm-action-sheet-cancel{background-color:var(--adm-color-fill-content);padding-top:8px}.adm-popup{--z-index:var(--adm-popup-z-index,1000);z-index:var(--z-index);position:fixed}.adm-popup-body{background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10);position:fixed}.adm-popup-body .adm-popup-close-icon{z-index:100;position:absolute}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{top:8px;right:8px}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{bottom:8px;right:8px}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{top:8px;right:8px}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{top:8px;left:8px}.adm-popup-close-icon{cursor:pointer;color:var(--adm-color-weak);padding:4px;font-size:18px;line-height:1}.adm-mask{--z-index:var(--adm-mask-z-index,1000);z-index:var(--z-index);width:100%;height:100%;display:block;position:fixed;top:0;left:0}.adm-mask-aria-button{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.adm-mask-content{z-index:1}.adm-safe-area{--multiple:var(--adm-safe-area-multiple,1);width:100%;display:block}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}.adm-auto-center{justify-content:center;display:flex}.adm-auto-center-content{flex:0 auto}.adm-avatar{--size:var(--adm-avatar-size,44px);--border-radius:var(--adm-avatar-border-radius,4px);border-radius:var(--border-radius)}.adm-avatar.adm-image{--width:var(--size);--height:var(--size)}.adm-avatar-fallback{width:100%;height:100%;display:block}.adm-image{--width:var(--adm-image-width,auto);--height:var(--adm-image-height,auto);width:var(--width);height:var(--height);display:block;overflow:hidden}.adm-image-img{width:100%;height:100%}.adm-image-tip{background-color:var(--adm-color-fill-content);min-width:24px;height:100%;min-height:24px;position:relative}.adm-image-tip>svg{width:24px;height:24px;color:var(--adm-color-weak);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.adm-badge-wrapper{display:inline-block;position:relative}.adm-badge{vertical-align:middle;box-sizing:content-box;background-color:var(--color);--right:0;--top:0;--color:var(--adm-badge-color,var(--adm-color-highlight));border-radius:100px;display:inline-flex}.adm-badge-content{color:var(--adm-color-text-light-solid);box-sizing:border-box;min-width:8px;font-size:var(--adm-font-size-1);white-space:nowrap;text-align:center;padding:1px 4px;font-weight:400;line-height:12px}.adm-badge-fixed{right:var(--right);top:var(--top);position:absolute;transform:translate(50%,-50%)}.adm-badge-dot{border-radius:5px;width:10px;min-width:10px;height:10px}.adm-badge-bordered{border:solid 1px var(--adm-color-text-light-solid)}.adm-button{--color:var(--adm-color-text-light-solid);--text-color:var(--adm-button-text-color,var(--adm-color-text));--background-color:var(--adm-button-background-color,var(--adm-color-background));--border-radius:var(--adm-button-border-radius,4px);--border-width:var(--adm-button-border-width,1px);--border-style:var(--adm-button-border-style,solid);--border-color:var(--adm-button-border-color,var(--adm-color-border));color:var(--text-color);background-color:var(--background-color);box-sizing:border-box;height:auto;font-size:var(--adm-font-size-9);text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;-webkit-user-select:none;user-select:none;margin:0;padding:7px 12px;line-height:1.4;transition:opacity .15s;display:inline-block;position:relative}.adm-button:focus{outline:none}.adm-button:before{transform:translate(calc(var(--border-width) * -1), calc(var(--border-width) * -1));background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);opacity:0;content:" ";box-sizing:content-box;width:100%;height:100%;position:absolute;top:0;left:0}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color:transparent;--border-color:var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color:transparent;--border-width:0px}.adm-button:not(.adm-button-default){--text-color:var(--adm-color-text-light-solid);--background-color:var(--color);--border-color:var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color:var(--color);--background-color:transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color:var(--color);--background-color:transparent;--border-width:0px}.adm-button-primary{--color:var(--adm-color-primary)}.adm-button-success{--color:var(--adm-color-success)}.adm-button-danger{--color:var(--adm-color-danger)}.adm-button-warning{--color:var(--adm-color-warning)}.adm-button-block{width:100%;display:block}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{font-size:var(--adm-font-size-main);padding-top:3px;padding-bottom:3px}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{font-size:var(--adm-font-size-7);padding-top:3px;padding-bottom:3px}.adm-button.adm-button-large{font-size:var(--adm-font-size-10);padding-top:11px;padding-bottom:11px}.adm-button.adm-button-shape-rounded{--border-radius:1000px}.adm-button.adm-button-shape-rectangular{--border-radius:0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{justify-content:center;align-items:center;height:1.4em;display:flex}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-calendar .adm-calendar-header{flex-direction:row;justify-content:space-between;align-items:center;padding-top:4px;display:flex}.adm-calendar .adm-calendar-header a.adm-calendar-arrow-button{flex:none;padding:4px 8px;display:block}.adm-calendar .adm-calendar-header a.adm-calendar-arrow-button svg{height:22px}.adm-calendar .adm-calendar-header a.adm-calendar-arrow-button.adm-calendar-arrow-button-right svg{transform:rotate(180deg)}.adm-calendar .adm-calendar-header .adm-calendar-title{font-size:var(--adm-font-size-10);text-align:center;flex:auto}.adm-calendar .adm-calendar-body{flex-wrap:wrap;display:flex}.adm-calendar-cells{flex-flow:wrap;justify-content:flex-start;align-items:stretch;padding:8px 8px 4px;display:flex}.adm-calendar-cell{box-sizing:border-box;width:14.2857%;height:48px;color:var(--adm-color-text);cursor:pointer;flex-direction:column;flex:none;justify-content:flex-end;align-items:center;margin-bottom:4px;padding:2px;display:flex}.adm-calendar-cell.adm-calendar-cell-today{color:var(--adm-color-primary)}.adm-calendar-cell.adm-calendar-cell-disabled,.adm-calendar-cell.adm-calendar-cell-disabled .adm-calendar-cell-bottom{color:var(--adm-color-light)}.adm-calendar-cell.adm-calendar-cell-selected.adm-calendar-cell.adm-calendar-cell-selected{background:var(--adm-color-primary);color:var(--adm-color-white)}.adm-calendar-cell.adm-calendar-cell-selected .adm-calendar-cell-bottom{color:var(--adm-color-white)}.adm-calendar-cell.adm-calendar-cell-selected.adm-calendar-cell.adm-calendar-cell-selected-begin{border-top-left-radius:4px;border-bottom-left-radius:4px}.adm-calendar-cell.adm-calendar-cell-selected.adm-calendar-cell.adm-calendar-cell-selected-end{border-top-right-radius:4px;border-bottom-right-radius:4px}.adm-calendar-cell.adm-calendar-cell-disabled.adm-calendar-cell.adm-calendar-cell-selected{color:var(--adm-color-light)}.adm-calendar-cell .adm-calendar-cell-top{font-size:var(--adm-font-size-10);flex:none}.adm-calendar-cell .adm-calendar-cell-bottom{font-size:var(--adm-font-size-4);height:12px;color:var(--adm-color-weak);flex:none;line-height:12px}.adm-calendar-mark{border-bottom:solid 1px var(--adm-color-border);box-sizing:border-box;height:45px;font-size:var(--adm-font-size-7);flex-direction:row;justify-content:flex-start;align-items:center;padding:0 8px;display:flex}.adm-calendar-mark .adm-calendar-mark-cell{text-align:center;flex:1}.adm-calendar-picker .adm-calendar-picker-title,.adm-calendar-picker .adm-calendar-picker-view-title,.adm-calendar-picker .adm-calendar-picker-popup-title,.adm-calendar-picker-view .adm-calendar-picker-title,.adm-calendar-picker-view .adm-calendar-picker-view-title,.adm-calendar-picker-view .adm-calendar-picker-popup-title,.adm-calendar-picker-popup .adm-calendar-picker-title,.adm-calendar-picker-popup .adm-calendar-picker-view-title,.adm-calendar-picker-popup .adm-calendar-picker-popup-title{font-size:var(--adm-font-size-10);flex:auto}.adm-calendar-picker .adm-calendar-picker-header,.adm-calendar-picker .adm-calendar-picker-view-header,.adm-calendar-picker .adm-calendar-picker-popup-header,.adm-calendar-picker-view .adm-calendar-picker-header,.adm-calendar-picker-view .adm-calendar-picker-view-header,.adm-calendar-picker-view .adm-calendar-picker-popup-header,.adm-calendar-picker-popup .adm-calendar-picker-header,.adm-calendar-picker-popup .adm-calendar-picker-view-header,.adm-calendar-picker-popup .adm-calendar-picker-popup-header{border-bottom:1px solid var(--adm-color-border);padding:12px}.adm-calendar-picker .adm-calendar-picker-header .adm-calendar-picker-view-title,.adm-calendar-picker .adm-calendar-picker-view-header .adm-calendar-picker-view-title,.adm-calendar-picker .adm-calendar-picker-popup-header .adm-calendar-picker-view-title,.adm-calendar-picker-view .adm-calendar-picker-header .adm-calendar-picker-view-title,.adm-calendar-picker-view .adm-calendar-picker-view-header .adm-calendar-picker-view-title,.adm-calendar-picker-view .adm-calendar-picker-popup-header .adm-calendar-picker-view-title,.adm-calendar-picker-popup .adm-calendar-picker-header .adm-calendar-picker-view-title,.adm-calendar-picker-popup .adm-calendar-picker-view-header .adm-calendar-picker-view-title,.adm-calendar-picker-popup .adm-calendar-picker-popup-header .adm-calendar-picker-view-title{text-align:center}.adm-calendar-picker .adm-calendar-picker-body,.adm-calendar-picker .adm-calendar-picker-view-body,.adm-calendar-picker .adm-calendar-picker-popup-body,.adm-calendar-picker-view .adm-calendar-picker-body,.adm-calendar-picker-view .adm-calendar-picker-view-body,.adm-calendar-picker-view .adm-calendar-picker-popup-body,.adm-calendar-picker-popup .adm-calendar-picker-body,.adm-calendar-picker-popup .adm-calendar-picker-view-body,.adm-calendar-picker-popup .adm-calendar-picker-popup-body{height:64vh;overflow:auto}.adm-calendar-picker .adm-calendar-picker-body::-webkit-scrollbar{display:none}.adm-calendar-picker .adm-calendar-picker-view-body::-webkit-scrollbar{display:none}.adm-calendar-picker .adm-calendar-picker-popup-body::-webkit-scrollbar{display:none}.adm-calendar-picker-view .adm-calendar-picker-body::-webkit-scrollbar{display:none}.adm-calendar-picker-view .adm-calendar-picker-view-body::-webkit-scrollbar{display:none}.adm-calendar-picker-view .adm-calendar-picker-popup-body::-webkit-scrollbar{display:none}.adm-calendar-picker-popup .adm-calendar-picker-body::-webkit-scrollbar{display:none}.adm-calendar-picker-popup .adm-calendar-picker-view-body::-webkit-scrollbar{display:none}.adm-calendar-picker-popup .adm-calendar-picker-popup-body::-webkit-scrollbar{display:none}.adm-calendar-picker .adm-calendar-picker-body .adm-calendar-picker-view-title,.adm-calendar-picker .adm-calendar-picker-view-body .adm-calendar-picker-view-title,.adm-calendar-picker .adm-calendar-picker-popup-body .adm-calendar-picker-view-title,.adm-calendar-picker-view .adm-calendar-picker-body .adm-calendar-picker-view-title,.adm-calendar-picker-view .adm-calendar-picker-view-body .adm-calendar-picker-view-title,.adm-calendar-picker-view .adm-calendar-picker-popup-body .adm-calendar-picker-view-title,.adm-calendar-picker-popup .adm-calendar-picker-body .adm-calendar-picker-view-title,.adm-calendar-picker-popup .adm-calendar-picker-view-body .adm-calendar-picker-view-title,.adm-calendar-picker-popup .adm-calendar-picker-popup-body .adm-calendar-picker-view-title{background-color:var(--adm-color-box);padding:8px 20px;position:sticky;top:0}.adm-calendar-picker .adm-calendar-picker-footer-bottom,.adm-calendar-picker .adm-calendar-picker-view-footer-bottom,.adm-calendar-picker .adm-calendar-picker-popup-footer-bottom,.adm-calendar-picker-view .adm-calendar-picker-footer-bottom,.adm-calendar-picker-view .adm-calendar-picker-view-footer-bottom,.adm-calendar-picker-view .adm-calendar-picker-popup-footer-bottom,.adm-calendar-picker-popup .adm-calendar-picker-footer-bottom,.adm-calendar-picker-popup .adm-calendar-picker-view-footer-bottom,.adm-calendar-picker-popup .adm-calendar-picker-popup-footer-bottom{padding:0 20px 16px}.adm-calendar-picker .adm-calendar-picker-footer .adm-divider,.adm-calendar-picker .adm-calendar-picker-view-footer .adm-divider,.adm-calendar-picker .adm-calendar-picker-popup-footer .adm-divider,.adm-calendar-picker-view .adm-calendar-picker-footer .adm-divider,.adm-calendar-picker-view .adm-calendar-picker-view-footer .adm-divider,.adm-calendar-picker-view .adm-calendar-picker-popup-footer .adm-divider,.adm-calendar-picker-popup .adm-calendar-picker-footer .adm-divider,.adm-calendar-picker-popup .adm-calendar-picker-view-footer .adm-divider,.adm-calendar-picker-popup .adm-calendar-picker-popup-footer .adm-divider{margin-top:0}.adm-calendar-picker .adm-calendar-picker-footer .adm-button,.adm-calendar-picker .adm-calendar-picker-view-footer .adm-button,.adm-calendar-picker .adm-calendar-picker-popup-footer .adm-button,.adm-calendar-picker-view .adm-calendar-picker-footer .adm-button,.adm-calendar-picker-view .adm-calendar-picker-view-footer .adm-button,.adm-calendar-picker-view .adm-calendar-picker-popup-footer .adm-button,.adm-calendar-picker-popup .adm-calendar-picker-footer .adm-button,.adm-calendar-picker-popup .adm-calendar-picker-view-footer .adm-button,.adm-calendar-picker-popup .adm-calendar-picker-popup-footer .adm-button{width:100%}.adm-calendar-picker-cells,.adm-calendar-picker-view-cells,.adm-calendar-picker-popup-cells{flex-flow:wrap;justify-content:flex-start;align-items:stretch;padding:4px 8px;display:flex}.adm-calendar-picker-cell,.adm-calendar-picker-view-cell,.adm-calendar-picker-popup-cell{box-sizing:border-box;width:14.2857%;min-height:55px;color:var(--adm-color-text);cursor:pointer;flex-direction:column;flex:none;justify-content:center;align-items:center;margin-bottom:4px;padding:2px;display:flex}.adm-calendar-picker-cell.adm-calendar-picker-cell-today,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-today,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-today,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-today,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-today,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-today,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-today,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-today,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-today{color:var(--adm-color-primary)}.adm-calendar-picker-cell.adm-calendar-picker-cell-disabled,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-disabled,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-disabled,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-disabled,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-disabled,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-disabled,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-disabled,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-disabled,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-disabled,.adm-calendar-picker-cell.adm-calendar-picker-cell-disabled .adm-calendar-picker-view-cell-top,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-disabled .adm-calendar-picker-view-cell-top,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-disabled .adm-calendar-picker-view-cell-top,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-disabled .adm-calendar-picker-view-cell-top,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-disabled .adm-calendar-picker-view-cell-top,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-disabled .adm-calendar-picker-view-cell-top,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-disabled .adm-calendar-picker-view-cell-top,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-disabled .adm-calendar-picker-view-cell-top,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-disabled .adm-calendar-picker-view-cell-top,.adm-calendar-picker-cell.adm-calendar-picker-cell-disabled .adm-calendar-picker-view-cell-bottom,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-disabled .adm-calendar-picker-view-cell-bottom,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-disabled .adm-calendar-picker-view-cell-bottom,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-disabled .adm-calendar-picker-view-cell-bottom,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-disabled .adm-calendar-picker-view-cell-bottom,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-disabled .adm-calendar-picker-view-cell-bottom,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-disabled .adm-calendar-picker-view-cell-bottom,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-disabled .adm-calendar-picker-view-cell-bottom,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-disabled .adm-calendar-picker-view-cell-bottom{color:var(--adm-color-light)}.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected{color:var(--adm-color-text);background:#1677ff1a}.adm-calendar-picker-cell.adm-calendar-picker-cell-selected .adm-calendar-picker-view-cell-top,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected .adm-calendar-picker-view-cell-top,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected .adm-calendar-picker-view-cell-top,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected .adm-calendar-picker-view-cell-top,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected .adm-calendar-picker-view-cell-top,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected .adm-calendar-picker-view-cell-top,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected .adm-calendar-picker-view-cell-top,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected .adm-calendar-picker-view-cell-top,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected .adm-calendar-picker-view-cell-top,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected .adm-calendar-picker-view-cell-bottom,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected .adm-calendar-picker-view-cell-bottom,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected .adm-calendar-picker-view-cell-bottom,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected .adm-calendar-picker-view-cell-bottom,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected .adm-calendar-picker-view-cell-bottom,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected .adm-calendar-picker-view-cell-bottom,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected .adm-calendar-picker-view-cell-bottom,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected .adm-calendar-picker-view-cell-bottom,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected .adm-calendar-picker-view-cell-bottom{color:var(--adm-color-white)}.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected-begin,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected-begin{background:var(--adm-color-primary);color:var(--adm-color-white);border-top-left-radius:4px;border-bottom-left-radius:4px}.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected-end,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected-end{background:var(--adm-color-primary);color:var(--adm-color-white);border-top-right-radius:4px;border-bottom-right-radius:4px}.adm-calendar-picker-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-view-cell.adm-calendar-picker-popup-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-view-cell-selected,.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-disabled.adm-calendar-picker-popup-cell.adm-calendar-picker-popup-cell-selected{color:var(--adm-color-light)}.adm-calendar-picker-cell .adm-calendar-picker-cell-date,.adm-calendar-picker-cell .adm-calendar-picker-view-cell-date,.adm-calendar-picker-cell .adm-calendar-picker-popup-cell-date,.adm-calendar-picker-view-cell .adm-calendar-picker-cell-date,.adm-calendar-picker-view-cell .adm-calendar-picker-view-cell-date,.adm-calendar-picker-view-cell .adm-calendar-picker-popup-cell-date,.adm-calendar-picker-popup-cell .adm-calendar-picker-cell-date,.adm-calendar-picker-popup-cell .adm-calendar-picker-view-cell-date,.adm-calendar-picker-popup-cell .adm-calendar-picker-popup-cell-date{line-height:22px;font-size:var(--adm-font-size-8);flex:none}.adm-calendar-picker-cell .adm-calendar-picker-cell-top,.adm-calendar-picker-cell .adm-calendar-picker-view-cell-top,.adm-calendar-picker-cell .adm-calendar-picker-popup-cell-top,.adm-calendar-picker-view-cell .adm-calendar-picker-cell-top,.adm-calendar-picker-view-cell .adm-calendar-picker-view-cell-top,.adm-calendar-picker-view-cell .adm-calendar-picker-popup-cell-top,.adm-calendar-picker-popup-cell .adm-calendar-picker-cell-top,.adm-calendar-picker-popup-cell .adm-calendar-picker-view-cell-top,.adm-calendar-picker-popup-cell .adm-calendar-picker-popup-cell-top,.adm-calendar-picker-cell .adm-calendar-picker-cell-bottom,.adm-calendar-picker-cell .adm-calendar-picker-view-cell-bottom,.adm-calendar-picker-cell .adm-calendar-picker-popup-cell-bottom,.adm-calendar-picker-view-cell .adm-calendar-picker-cell-bottom,.adm-calendar-picker-view-cell .adm-calendar-picker-view-cell-bottom,.adm-calendar-picker-view-cell .adm-calendar-picker-popup-cell-bottom,.adm-calendar-picker-popup-cell .adm-calendar-picker-cell-bottom,.adm-calendar-picker-popup-cell .adm-calendar-picker-view-cell-bottom,.adm-calendar-picker-popup-cell .adm-calendar-picker-popup-cell-bottom{font-size:var(--adm-font-size-1);height:14px;color:var(--adm-color-weak);flex:none;line-height:14px}.adm-calendar-picker-mark,.adm-calendar-picker-view-mark,.adm-calendar-picker-popup-mark{border-bottom:solid 1px var(--adm-color-border);box-sizing:border-box;height:45px;font-size:var(--adm-font-size-6);flex-direction:row;justify-content:flex-start;align-items:center;padding:0 8px;display:flex}.adm-calendar-picker-mark .adm-calendar-picker-mark-cell,.adm-calendar-picker-mark .adm-calendar-picker-view-mark-cell,.adm-calendar-picker-mark .adm-calendar-picker-popup-mark-cell,.adm-calendar-picker-view-mark .adm-calendar-picker-mark-cell,.adm-calendar-picker-view-mark .adm-calendar-picker-view-mark-cell,.adm-calendar-picker-view-mark .adm-calendar-picker-popup-mark-cell,.adm-calendar-picker-popup-mark .adm-calendar-picker-mark-cell,.adm-calendar-picker-popup-mark .adm-calendar-picker-view-mark-cell,.adm-calendar-picker-popup-mark .adm-calendar-picker-popup-mark-cell{text-align:center;flex:1}.adm-divider-horizontal{border-width:0;border-color:var(--adm-color-border);color:var(--adm-color-weak);border-style:solid;align-items:center;margin:16px 0;font-size:14px;display:flex}.adm-divider-left.adm-divider-horizontal:before,.adm-divider-right.adm-divider-horizontal:after{max-width:10%}.adm-divider-horizontal:after,.adm-divider-horizontal:before{content:"";border-style:inherit;border-color:inherit;border-width:1px 0 0;flex:auto;display:block}.adm-divider-horizontal .adm-divider-content{flex:none;padding:0 16px}.adm-divider-vertical{vertical-align:middle;border-top:0;border-left:1px solid var(--adm-color-border);height:.9em;margin:0 16px;display:inline-block;position:relative;top:-.06em}.adm-capsule-tabs{min-width:0;position:relative}.adm-capsule-tabs-header{border-bottom:solid 1px var(--adm-color-border);padding:12px 6px;position:relative}.adm-capsule-tabs-tab-list{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;align-items:center;display:flex;position:relative;overflow-x:scroll}.adm-capsule-tabs-tab-list::-webkit-scrollbar{display:none}.adm-capsule-tabs-tab-wrapper{flex:auto;padding:0 6px}.adm-capsule-tabs-tab{cursor:pointer;font-size:var(--adm-font-size-7);text-align:center;white-space:nowrap;background-color:var(--adm-color-fill-content);border-radius:20px;margin:0 auto;padding:8px 20px;position:relative}.adm-capsule-tabs-tab-active{color:var(--adm-color-text-light-solid);background-color:var(--adm-color-primary)}.adm-capsule-tabs-tab-disabled{opacity:.5;cursor:not-allowed}.adm-capsule-tabs-content{padding:12px}.adm-scroll-mask{z-index:1;pointer-events:none;width:30px;height:100%;position:absolute;top:0;bottom:0}.adm-scroll-mask-left{background:linear-gradient(to right, var(--adm-color-background), #fff0);left:0}.adm-scroll-mask-right{background:linear-gradient(to left, var(--adm-color-background), #fff0);right:0}.adm-card{background:var(--adm-color-background);border-radius:var(--adm-card-border-radius,8px);padding:0 var(--adm-card-padding-inline,12px)}.adm-card-header{justify-content:space-between;align-items:center;gap:var(--adm-card-header-gap,8px);box-sizing:border-box;padding:var(--adm-card-header-padding-block,12px) 0;display:flex;position:relative}.adm-card-header:not(:last-child){border-bottom:solid var(--adm-card-header-border-width,.5px) var(--adm-card-header-border-color,var(--adm-color-border))}.adm-card-header-title{font-size:var(--adm-font-size-7);font-weight:700;line-height:1.4}.adm-card-body{padding:var(--adm-card-body-padding-block,12px) 0}.adm-picker{--header-button-font-size:var(--adm-font-size-7);--title-font-size:var(--adm-font-size-7);--item-font-size:var(--adm-font-size-8);--item-height:34px;---item-font-size:var(--item-font-size);---item-height:var(--item-height);flex-direction:column;width:100%;height:300px;display:flex;position:relative;overflow:hidden}.adm-picker .adm-picker-view.adm-picker-view{--item-font-size:var(---item-font-size);--item-height:var(---item-height)}.adm-picker-header{border-bottom:solid 1px var(--adm-color-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:4px;display:flex}.adm-picker-header-button{font-size:var(--header-button-font-size);padding:8px;display:inline-block}.adm-picker-header-button-disabled,.adm-picker-header-button-disabled:active{opacity:.4;cursor:not-allowed}.adm-picker-header-title{font-size:var(--title-font-size);color:var(--adm-color-text);text-align:center;flex:1;padding:4px}.adm-picker-body{flex:1;width:100%;height:100%}.adm-picker-body>.adm-picker-view{--height:100%}.adm-picker-popup .adm-popup-body{border-top-left-radius:8px;border-top-right-radius:8px}.adm-spin-loading{--color:var(--adm-color-weak);--size:32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:.8s linear infinite adm-spin-loading-rotate}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.adm-picker-view{--height:240px;--item-height:34px;--item-font-size:var(--adm-font-size-8);height:var(--height);background:var(--adm-color-background);width:100%;display:flex;position:relative;overflow:hidden}.adm-picker-view-column{-webkit-user-select:none;user-select:none;touch-action:none;z-index:0;flex:1;height:100%;position:relative}.adm-picker-view-column-wheel{width:100%;cursor:-webkit-grab;cursor:grab;top:calc(50% - var(--item-height) / 2);position:absolute;left:0}.adm-picker-view-column-wheel:before{content:" ";width:100%;height:100vh;display:block;position:absolute;top:-100vh}.adm-picker-view-column-wheel:after{content:" ";width:100%;height:100vh;display:block;position:absolute;bottom:-100vh}.adm-picker-view-column-item{font-size:var(--item-font-size);height:var(--item-height);justify-content:center;align-items:center;padding:0 6px;display:flex}.adm-picker-view-column-item-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.adm-picker-view-column-accessible{pointer-events:none;opacity:0;width:100%;height:100%;top:calc(var(--item-height) * -1);z-index:0;flex-direction:column;padding-bottom:1px;display:flex;position:relative}.adm-picker-view-column-accessible>*{text-overflow:ellipsis;flex:1}.adm-picker-view-column-accessible-current{width:100%;height:100%;position:absolute}.adm-picker-view-column-accessible-button{width:100%;height:100%}.adm-picker-view-mask{z-index:10000;pointer-events:none;flex-direction:column;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.adm-picker-view-mask-top,.adm-picker-view-mask-bottom{flex:auto}.adm-picker-view-mask-middle{height:var(--item-height);box-sizing:border-box;border-top:solid 1px var(--adm-color-border);border-bottom:solid 1px var(--adm-color-border);flex:none}.adm-picker-view-mask-top{background:var(--adm-color-background);-webkit-mask:linear-gradient(#000 0%,#000c 50%,#0009 100%);mask:linear-gradient(#000 0%,#000c 50%,#0009 100%)}.adm-picker-view-mask-bottom{background:var(--adm-color-background);-webkit-mask:linear-gradient(#0009 0%,#000c 50%,#000 100%);mask:linear-gradient(#0009 0%,#000c 50%,#000 100%)}.adm-picker-view-loading-content{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.adm-picker-view-item-height-measure{height:var(--item-height);pointer-events:none;width:0;position:relative;top:0;left:0}.adm-cascader-view{--height:auto}.adm-cascader-view-tabs.adm-tabs{--title-font-size:var(--adm-font-size-6);--content-padding:none}.adm-cascader-view-header-title{white-space:nowrap;text-overflow:ellipsis;max-width:84px;overflow:hidden}.adm-cascader-view-content{height:var(--height);overflow-y:auto}.adm-cascader-view-content>.adm-check-list{--border-inner:none;--border-bottom:none;--border-top:none}.adm-cascader-view-item{font-size:var(--adm-font-size-6)}.adm-cascader-view-item-active{color:var(--adm-color-primary)}.adm-cascader-view .adm-list-inner{margin-bottom:0}.adm-cascader-view-skeleton{padding:16px 12px}.adm-cascader-view-skeleton .adm-skeleton{--height:18px;--width:80%;--border-radius:2px;margin-bottom:16px}.adm-cascader-view-skeleton .adm-skeleton.adm-cascader-view-skeleton-line-3{--width:90%}.adm-cascader-view-skeleton .adm-skeleton.adm-cascader-view-skeleton-line-4{--width:60%}.adm-tabs{--title-font-size:var(--adm-font-size-9);--content-padding:12px;--active-line-height:2px;--active-line-border-radius:var(--active-line-height);--active-line-color:var(--adm-color-primary);--active-title-color:var(--adm-color-primary);min-width:0;position:relative}.adm-tabs-header{border-bottom:solid 1px var(--adm-color-border);position:relative}.adm-tabs-tab-list{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;align-items:center;display:flex;position:relative;overflow-x:scroll}.adm-tabs-tab-list::-webkit-scrollbar{display:none}.adm-tabs-tab-wrapper{padding:0 12px}.adm-tabs-tab-wrapper-stretch{flex:auto}.adm-tabs-tab{white-space:nowrap;width:min-content;font-size:var(--title-font-size);cursor:pointer;margin:0 auto;padding:8px 0 10px;position:relative}.adm-tabs-tab-active{color:var(--active-title-color)}.adm-tabs-tab-disabled{opacity:.5;cursor:not-allowed}.adm-tabs-tab-line{height:var(--active-line-height);background:var(--active-line-color);border-radius:var(--active-line-border-radius);position:absolute;bottom:0}.adm-tabs-content{padding:var(--content-padding)}.adm-tabs-header-mask{z-index:1;pointer-events:none;width:30px;height:100%;position:absolute;top:0;bottom:0}.adm-tabs-header-mask-left{background:linear-gradient(to right, var(--adm-color-background), #fff0);left:0}.adm-tabs-header-mask-right{background:linear-gradient(to left, var(--adm-color-background), #fff0);right:0}.adm-check-list-item-extra{font-size:var(--adm-font-size-10);color:var(--adm-color-primary);line-height:1}.adm-check-list-item-readonly{cursor:unset}.adm-list{--header-font-size:var(--adm-font-size-7);--prefix-width:"auto";--prefix-padding-right:12px;--align-items:center;--active-background-color:var(--adm-color-border);--border-inner:solid 1px var(--adm-color-border);--border-top:solid 1px var(--adm-color-border);--border-bottom:solid 1px var(--adm-color-border);--padding-left:12px;--padding-right:12px;--font-size:var(--adm-font-size-9);--extra-max-width:70%}.adm-list-header{color:var(--adm-color-weak);font-size:var(--header-font-size);padding:8px var(--padding-right) 8px var(--padding-left)}.adm-list-body{background-color:var(--adm-color-background);font-size:var(--font-size);overflow:hidden}.adm-list-body-inner{margin-top:-1px}.adm-list-default .adm-list-body{border-top:var(--border-top);border-bottom:var(--border-bottom)}.adm-list-card{margin:12px}.adm-list-card .adm-list-body{border-radius:8px}.adm-list-card .adm-list-header{padding-left:0}.adm-list-item{padding-left:var(--padding-left);background-color:var(--adm-color-background);line-height:1.5;display:block;position:relative}.adm-list-item-title,.adm-list-item-description{color:var(--adm-color-weak);font-size:var(--adm-font-size-main)}.adm-list-item-content{align-items:var(--align-items);border-top:var(--border-inner);padding-right:var(--padding-right);justify-content:flex-start;display:flex}.adm-list-item-content-prefix{width:var(--prefix-width);padding-right:var(--prefix-padding-right);flex:none}.adm-list-item-content-main{flex:auto;padding:12px 0}.adm-list-item-content-extra{font-size:var(--adm-font-size-7);color:var(--adm-color-weak);max-width:var(--extra-max-width);flex:none;padding-left:12px}.adm-list-item-content-arrow{color:var(--adm-color-light);flex:none;align-items:center;margin-left:4px;font-size:19px;display:flex}.adm-list-item-disabled{cursor:not-allowed}.adm-list-item-disabled.adm-list-item-disabled>.adm-list-item-content>*{opacity:.4;pointer-events:none}a.adm-list-item:active:not(.adm-list-item-disabled){background-color:var(--active-background-color)}a.adm-list-item:active:not(.adm-list-item-disabled):after{content:" ";border-bottom:var(--border-inner);width:100%;display:block;position:absolute;bottom:-1px;left:0}.adm-skeleton{--width:100%;--height:0;--border-radius:0;border-radius:var(--border-radius);width:var(--width);height:var(--height);background-color:#bebebe33;display:block}.adm-skeleton.adm-skeleton-animated{background:linear-gradient(90deg,#bebebe33 25%,#8181813d 37%,#bebebe33 63%) 0 0/400% 100%;animation:1.4s infinite adm-skeleton-loading}.adm-skeleton.adm-skeleton-title{--width:45%;--height:32px;--border-radius:2px;margin-top:16px;margin-bottom:16px}.adm-skeleton.adm-skeleton-paragraph-line{--height:18px;--border-radius:2px;margin-top:12px;margin-bottom:12px}.adm-skeleton.adm-skeleton-paragraph-line:last-child{--width:65%}@keyframes adm-skeleton-loading{0%{background-position:100%}to{background-position:0}}.adm-cascader{flex-direction:column;width:100%;display:flex;position:relative;overflow:hidden}.adm-cascader-header{flex:none;justify-content:space-between;align-items:center;padding:6px 8px;display:flex}.adm-cascader-header-button{font-size:var(--adm-font-size-7);padding:4px;display:inline-block}.adm-cascader-header-title{font-size:var(--adm-font-size-7);color:var(--adm-color-text);text-align:center;flex:1;padding:4px}.adm-cascader-body{flex:auto;width:100%;height:100%}.adm-cascader-body>.adm-cascader-view{--height:310px}.adm-center-popup{--background-color:var(--adm-center-popup-background-color,var(--adm-color-background));--border-radius:var(--adm-center-popup-border-radius,8px);--max-width:var(--adm-center-popup-max-width,75vw);--min-width:var(--adm-center-popup-min-width,280px);--z-index:var(--adm-center-popup-z-index,1000);z-index:var(--z-index);position:fixed}.adm-center-popup .adm-center-popup-mask{z-index:0}.adm-center-popup-wrap{z-index:1;width:auto;min-width:var(--min-width);max-width:var(--max-width);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.adm-center-popup-body{background-color:var(--background-color);border-radius:var(--border-radius)}.adm-center-popup-close{z-index:100;cursor:pointer;color:var(--adm-color-weak);padding:4px;font-size:18px;position:absolute;top:8px;right:8px}.adm-checkbox{--icon-size:22px;--font-size:var(--adm-font-size-9);--gap:8px;vertical-align:text-bottom;cursor:pointer;justify-content:flex-start;align-items:center;display:inline-flex}.adm-checkbox input{display:none}.adm-checkbox .adm-checkbox-icon{border:1px solid var(--adm-color-light);border-radius:var(--icon-size);box-sizing:border-box;width:var(--icon-size);height:var(--icon-size);color:var(--adm-color-text-light-solid);flex:none}.adm-checkbox .adm-checkbox-icon>svg{width:100%;height:100%;display:block}.adm-checkbox.adm-checkbox-block{display:flex}.adm-checkbox.adm-checkbox-checked .adm-checkbox-icon{border-color:var(--adm-color-primary);background-color:var(--adm-color-primary)}.adm-checkbox.adm-checkbox-disabled{cursor:not-allowed}.adm-checkbox.adm-checkbox-disabled .adm-checkbox-content{opacity:.4}.adm-checkbox.adm-checkbox-disabled .adm-checkbox-icon.adm-checkbox-icon{color:var(--adm-color-light);border-color:var(--adm-color-light);background-color:var(--adm-color-fill-content)}.adm-checkbox .adm-checkbox-custom-icon{font-size:var(--icon-size)}.adm-checkbox.adm-checkbox-indeterminate .adm-checkbox-icon{background-color:var(--adm-color-background);color:var(--adm-color-primary)}.adm-checkbox-content{font-size:var(--font-size);padding-left:var(--gap);flex:0 auto}.adm-collapse-panel-header .adm-list-item-content-main{padding:12px 0}.adm-collapse-arrow{transition:all .3s;transform:rotate(0)}.adm-collapse-arrow-active{transform:rotate(-180deg)}.adm-collapse-panel-content{font-size:var(--adm-font-size-main);color:var(--adm-color-weak);overflow:hidden}.adm-dialog{--z-index:var(--adm-dialog-z-index,1000);---z-index:var(--z-index)}.adm-dialog .adm-center-popup{--z-index:var(---z-index)}.adm-dialog-body{width:100%;max-height:70vh;font-size:var(--adm-font-size-6);flex-direction:column;display:flex;overflow:hidden}.adm-dialog-body>*{flex:none}.adm-dialog-body>.adm-dialog-content{flex:auto}.adm-dialog-body:not(.adm-dialog-with-image){padding-top:20px}.adm-dialog-image-container{max-height:40vh;margin-bottom:12px}.adm-dialog-header{margin-bottom:8px;padding:0 12px}.adm-dialog-title{font-weight:700;font-size:var(--adm-font-size-10);text-align:center;margin-bottom:8px;padding:0 12px;line-height:25px}.adm-dialog-content{max-height:70vh;font-size:var(--adm-font-size-7);color:var(--adm-color-text);padding:0 12px 20px;line-height:1.4;overflow:hidden auto}.adm-dialog-content-empty{height:12px;padding:0}.adm-dialog-footer{-webkit-user-select:none;user-select:none}.adm-dialog-footer .adm-dialog-action-row{border-top:.5px solid var(--adm-color-border);align-items:stretch;display:flex}.adm-dialog-footer .adm-dialog-action-row>*{flex:1}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button{font-size:var(--adm-font-size-10);border-right:solid .5px var(--adm-color-border);border-radius:0;padding:10px;line-height:25px}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button-bold{font-weight:700}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button:last-child{border-right:none}.adm-dialog-image-container{overflow-y:auto}.adm-dropdown{background-color:var(--adm-color-background)}.adm-dropdown .adm-dropdown-nav{border-bottom:1px solid #0000;display:flex}.adm-dropdown-open .adm-dropdown-nav{border-bottom-color:var(--adm-color-border)}.adm-dropdown-item{cursor:pointer;flex:1;justify-content:center;min-width:0;display:flex}.adm-dropdown-item .adm-dropdown-item-title{max-width:100%;font-size:var(--adm-font-size-main);align-items:center;padding:12px;display:flex;position:relative}.adm-dropdown-item .adm-dropdown-item-title-text{white-space:nowrap;text-overflow:ellipsis;margin-right:5px;overflow:hidden}.adm-dropdown-item .adm-dropdown-item-title-arrow{color:var(--adm-color-light);font-size:9px;transition:all .2s;transform:rotate(0)translateY(1px)}.adm-dropdown-item .adm-dropdown-item-title-arrow-active{transform:rotate(-180deg)translateY(-1px)}.adm-dropdown-item .adm-dropdown-item-title:active{opacity:.7}.adm-dropdown-item-highlight{color:var(--adm-color-primary)}.adm-dropdown-item-active .adm-dropdown-item-title:after{margin-top:-1px;transform:rotate(135deg)}.adm-dropdown-item-content{background:var(--adm-color-background);width:100%}.adm-dropdown-item-content-hidden{display:none}.adm-dropdown-popup{width:100%;position:fixed;bottom:0;left:0;right:0;overflow:hidden}.adm-dropdown-popup .adm-dropdown-popup-mask,.adm-dropdown-popup .adm-dropdown-popup-body{position:absolute}.adm-ellipsis{word-break:break-word;line-height:1.5;overflow:hidden}.adm-empty{flex-direction:column;justify-content:center;align-items:center;padding:24px 0;display:flex}.adm-empty-image-container{justify-content:center;display:flex}.adm-empty-image-container .adm-empty-image{width:64px;height:intrinsic}.adm-empty-description{font-size:var(--adm-font-size-6);color:var(--adm-color-light);margin-top:8px}.adm-error-block{--color:var(--adm-color-text);--image-height:var(--adm-error-block-image-height,100px);--image-height-full-page:var(--adm-error-block-image-height-full-page,200px);--image-width:var(--adm-error-block-image-width,auto);--image-width-full-page:var(--adm-error-block-image-width-full-page,auto);box-sizing:border-box;text-align:center}.adm-error-block-image{height:var(--image-height);width:var(--image-width);max-width:100%}.adm-error-block-image svg,.adm-error-block-image img{height:100%}.adm-error-block-description{font-size:var(--adm-font-size-4);color:var(--adm-color-weak);margin-top:12px;line-height:1.4}.adm-error-block-description-title{font-size:var(--adm-font-size-7)}.adm-error-block-description-subtitle{margin-top:8px}.adm-error-block-content{margin-top:12px}.adm-error-block-full-page{padding-top:calc(50vh - var(--image-height-full-page))}.adm-error-block-full-page .adm-error-block-image{height:var(--image-height-full-page);width:var(--image-width-full-page)}.adm-error-block-full-page .adm-error-block-description{font-size:var(--adm-font-size-main);margin-top:20px}.adm-error-block-full-page .adm-error-block-description-title{color:var(--adm-color-text);font-size:20px}.adm-floating-bubble{--initial-position-left:var(--initial-position-left);--initial-position-right:var(--initial-position-right);--initial-position-top:var(--initial-position-top);--initial-position-bottom:var(--initial-position-bottom);--z-index:1;--edge-distance:0;--size:48px;--border-radius:50%;--background:var(--adm-color-primary)}.adm-floating-bubble-boundary-outer{width:100vw;height:100vh;padding:var(--edge-distance);box-sizing:border-box;pointer-events:none;position:fixed;top:0;left:0}.adm-floating-bubble-boundary{width:100%;height:100%;position:relative}.adm-floating-bubble-button{top:var(--initial-position-top);bottom:var(--initial-position-bottom);left:var(--initial-position-left);right:var(--initial-position-right);box-sizing:border-box;width:var(--size);height:var(--size);cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:none;background:var(--background);color:var(--adm-color-white);border-radius:var(--border-radius);z-index:var(--z-index);justify-content:center;align-items:center;transition:opacity .15s;display:flex;position:fixed;overflow:hidden}.adm-floating-panel{--border-radius:8px;--header-height:28px;--z-index:var(--adm-floating-panel-z-index,900);z-index:var(--z-index);touch-action:none;flex-direction:column;width:100vw;display:flex;position:fixed;left:0}.adm-floating-panel-mask{background:0 0;width:100%;height:100vh;display:block;position:absolute;top:-100vh;left:0}.adm-floating-panel:after{content:"";background:var(--adm-color-background);width:100vw;height:100vh;display:block;position:absolute}.adm-floating-panel .adm-floating-panel-header{height:var(--header-height);cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;user-select:none;background-color:var(--adm-color-background);border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);flex:none;justify-content:center;align-items:center;display:flex}.adm-floating-panel .adm-floating-panel-header .adm-floating-panel-bar{background:var(--adm-color-light);border-radius:10px;width:20px;height:3px}.adm-floating-panel .adm-floating-panel-content{background:var(--adm-color-background);flex:1;overflow-y:scroll}.adm-floating-panel-top{top:0}.adm-floating-panel-top:after{top:-100vh}.adm-floating-panel-bottom{bottom:0}.adm-floating-panel-bottom:after{bottom:-100vh}.adm-form{--border-inner:solid 1px var(--adm-border-color);--border-top:solid 1px var(--adm-border-color);--border-bottom:solid 1px var(--adm-border-color);--prefix-width:6.8em;---border-inner:var(--border-inner);---border-top:var(--border-top);---border-bottom:var(--border-bottom);---prefix-width:var(--prefix-width)}.adm-form .adm-list.adm-list{--padding-left:16px;--padding-right:12px;--border-inner:var(---border-inner);--border-top:var(---border-top);--border-bottom:var(---border-bottom)}.adm-form .adm-form-footer{padding:20px 12px}.adm-form .adm-form-item-horizontal.adm-list-item{--prefix-width:var(---prefix-width)}.adm-form-list-operation{text-align:center;color:var(--adm-color-primary)}.adm-form-item+.adm-form-item{border-top:none}.adm-form-item-label{box-sizing:border-box;height:100%;color:var(--adm-color-text-secondary);line-height:1.5;display:block;position:relative}.adm-form-item-label .adm-form-item-required-asterisk{color:var(--adm-color-danger);-webkit-user-select:none;user-select:none;font-family:SimSun,sans-serif;position:absolute;top:0;left:-.6em}.adm-form-item-label .adm-form-item-required-text{color:var(--adm-color-weak);margin-left:4px}.adm-form-item-label-help{cursor:pointer;margin-left:4px}.adm-form-item-child{display:flex}.adm-form-item-child-position-normal{justify-content:normal}.adm-form-item-child-position-normal>*{flex:auto}.adm-form-item-child-position-right{justify-content:flex-end}.adm-form-item-child-position-right>*{flex:none}.adm-form-item-feedback-error{color:var(--adm-color-danger);margin-top:4px}.adm-form-item-feedback-warning{color:var(--adm-color-warning);margin-top:4px}.adm-form-item.adm-form-item-hidden{display:none}.adm-form-item.adm-form-item-horizontal.adm-list-item{--align-items:stretch}.adm-form-item.adm-form-item-horizontal .adm-list-item-content-prefix{padding-top:12px;padding-bottom:12px}.adm-form-item.adm-form-item-horizontal .adm-list-item-content-extra{align-self:center}.adm-form-item.adm-form-item-vertical .adm-form-item-label{font-size:var(--adm-font-size-7);margin-bottom:4px}.adm-popover{--z-index:var(--adm-popover-z-index,1030);--background:#fff;--arrow-size:8px;--content-padding:8px 12px;color:var(--adm-color-text);z-index:var(--z-index);white-space:normal;text-align:left;cursor:auto;-webkit-user-select:text;user-select:text;animation:none;position:absolute;top:0;left:0}.adm-popover.adm-popover-dark{--background:#000000bf;--adm-color-text:#fff;color:#fff}.adm-popover.adm-popover-dark .adm-popover-inner{box-shadow:none}.adm-popover:after{content:"";background:#ffffff03;position:absolute}.adm-popover-hidden{display:none}.adm-popover-inner{background-color:var(--background);font-size:var(--adm-font-size-7);background-clip:padding-box;border-radius:8px;width:max-content;min-width:32px;max-width:calc(100vw - 24px);overflow-y:hidden;box-shadow:0 0 30px #3333}.adm-popover-inner-content{padding:var(--content-padding)}.adm-popover-arrow{height:var(--arrow-size);width:var(--arrow-size);background:0 0;display:block;position:absolute;overflow:visible}.adm-popover-arrow-icon{height:var(--arrow-size);width:calc(var(--arrow-size) / 8 * 15);transform:translate(-50%, -50%) rotate(var(--arrow-icon-rotate));display:block;position:absolute;top:50%;left:50%}.adm-popover .adm-popover-arrow{color:var(--background)}.adm-popover-menu{--border-color:var(--adm-color-border)}.adm-popover-menu.adm-popover{--content-padding:0}.adm-popover-menu-list{min-width:120px;overflow:hidden}.adm-popover-menu-list-inner{margin-top:-1px}.adm-popover-menu-list-scroll{-webkit-overflow-scrolling:auto;padding-right:2px;overflow-y:scroll}.adm-popover-menu-list-scroll::-webkit-scrollbar{-webkit-appearance:none;width:4px}.adm-popover-menu-list-scroll::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:4px}.adm-popover-menu-item{justify-content:flex-start;align-items:center;padding-left:20px;display:flex;position:relative}.adm-popover-menu-item-icon{flex:none;padding-right:8px;font-size:20px}.adm-popover-menu-item-text{border-top:solid 1px var(--border-color);flex:auto;padding:14px 20px 14px 0}.adm-popover-menu-item-disabled{cursor:not-allowed}.adm-popover-menu-item-disabled>*{opacity:.4}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled){background-color:var(--border-color)}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled):after{content:" ";border-bottom:solid 1px var(--border-color);width:100%;display:block;position:absolute;bottom:-1px;left:0}.adm-popover.adm-popover-dark.adm-popover-menu{--border-color:var(--adm-color-text);--background:#000000e6}.adm-grid{--gap:0;--gap-horizontal:var(--gap);--gap-vertical:var(--gap);grid-gap:10px;-webkit-column-gap:var(--gap-horizontal);column-gap:var(--gap-horizontal);row-gap:var(--gap-vertical);grid-template-columns:repeat(var(--columns), minmax(0, 1fr));align-items:stretch;display:grid}.adm-grid-item{grid-column-end:span var(--item-span)}.adm-image-viewer-content{touch-action:none;-webkit-user-select:none;user-select:none;width:100vw;height:100vh}.adm-image-viewer-footer{z-index:1;width:100%;position:absolute;bottom:0}.adm-image-viewer-slides{z-index:1;height:100%;cursor:-webkit-grab;cursor:grab;touch-action:none;position:relative}.adm-image-viewer-slides-inner{white-space:nowrap;height:100%}.adm-image-viewer-slides-inner>*{margin-right:16px}.adm-image-viewer-slide{width:100%;height:100%;display:inline-block;position:relative}.adm-image-viewer-control{z-index:1;width:100%;height:100%;cursor:-webkit-grab;cursor:grab;touch-action:none;position:absolute;top:0;left:0}.adm-image-viewer-image-wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.adm-image-viewer-image-wrapper img{max-width:100%;max-height:100%;display:block}.adm-image-viewer-indicator{z-index:2;color:var(--adm-color-border);font-size:var(--adm-font-size-6);position:absolute;top:12px;left:50%;transform:translate(-50%)}.adm-space-item{flex:none}.adm-space{--gap:8px;--gap-vertical:var(--gap);--gap-horizontal:var(--gap);display:inline-flex}.adm-space-vertical{flex-direction:column}.adm-space-vertical>.adm-space-item{margin-bottom:var(--gap-vertical)}.adm-space-vertical>.adm-space-item:last-child{margin-bottom:0}.adm-space-horizontal{flex-direction:row}.adm-space-horizontal>.adm-space-item{margin-right:var(--gap-horizontal)}.adm-space-horizontal>.adm-space-item:last-child{margin-right:0}.adm-space-horizontal.adm-space-wrap{margin-bottom:calc(var(--gap-vertical) * -1);flex-wrap:wrap}.adm-space-horizontal.adm-space-wrap>.adm-space-item{padding-bottom:var(--gap-vertical)}.adm-space.adm-space-block{display:flex}.adm-space-align-center{align-items:center}.adm-space-align-start{align-items:flex-start}.adm-space-align-end{align-items:flex-end}.adm-space-align-baseline{align-items:baseline}.adm-space-justify-center{justify-content:center}.adm-space-justify-start{justify-content:flex-start}.adm-space-justify-end{justify-content:flex-end}.adm-space-justify-between{justify-content:space-between}.adm-space-justify-around{justify-content:space-around}.adm-space-justify-evenly{justify-content:space-evenly}.adm-space-justify-stretch{justify-content:stretch}.adm-image-uploader{--cell-size:80px;--gap:12px;---gap:var(--gap);---gap-horizontal:var(--gap-horizontal,var(--gap));---gap-vertical:var(--gap-vertical,var(--gap))}.adm-image-uploader-grid,.adm-image-uploader-space{--gap:var(---gap);--gap-horizontal:var(---gap-horizontal);--gap-vertical:var(---gap-vertical)}.adm-image-uploader-cell{width:var(--cell-size);height:var(--cell-size);border-radius:4px;position:relative;overflow:hidden}.adm-image-uploader-cell-fail{box-sizing:border-box;border:1px solid red}.adm-image-uploader-cell-delete{width:14px;height:14px;color:var(--adm-color-white);cursor:pointer;background-color:#000000b3;border-radius:0 0 0 12px;font-size:8px;position:absolute;top:0;right:0}.adm-image-uploader-cell-delete-icon{position:absolute;top:3px;left:4px}.adm-image-uploader-cell-mask{color:var(--adm-color-white);background-color:#323233e0;position:absolute;inset:0}.adm-image-uploader-cell-loading{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;height:100%;padding-top:8px;display:flex}.adm-image-uploader-cell-mask-message{font-size:var(--adm-font-size-4);padding:6px 4px;display:inline-block}.adm-image-uploader-cell-image{width:var(--cell-size);height:var(--cell-size)}.adm-image-uploader-upload-button-wrap{position:relative}.adm-image-uploader-upload-button-wrap .adm-image-uploader-upload-button{background-color:var(--adm-color-box);text-align:center;line-height:var(--cell-size);display:block}.adm-image-uploader-upload-button-wrap .adm-image-uploader-upload-button-icon{color:var(--adm-color-weak);font-size:32px}.adm-image-uploader-upload-button-wrap .adm-image-uploader-input{cursor:pointer;opacity:0;border-radius:4px;width:100%;height:100%;position:absolute;top:0;left:0}.adm-image-uploader .adm-image-uploader-gap-measure{height:var(--gap-horizontal);width:0;position:absolute;top:0;left:0}.adm-index-bar{--color:var(--adm-color-text);background-color:var(--adm-color-background);--sticky-offset-top:0;height:100%;position:relative;overflow:hidden}.adm-index-bar-body{width:100%;height:100%;overflow:scroll}.adm-index-bar-body::-webkit-scrollbar{display:none}.adm-index-bar-anchor-title{height:35px;color:var(--adm-color-weak);font-size:var(--adm-font-size-main);background-color:var(--adm-color-fill-content);flex-direction:column;justify-content:center;padding:0 12px;display:flex}.adm-index-bar-sidebar{z-index:910;color:var(--adm-color-weak);font-size:var(--adm-font-size-4);-webkit-user-select:none;user-select:none;touch-action:none;position:absolute;top:50%;right:0;overflow:visible;transform:translateY(-50%)}.adm-index-bar-sidebar-bubble{width:47px;height:47px;color:var(--adm-color-text-light-solid);text-align:center;background:var(--adm-color-light);border-radius:50%;font-size:25px;line-height:47px;position:absolute;top:50%;right:60px;transform:translateY(-50%)}.adm-index-bar-sidebar-row{cursor:pointer;text-align:right;width:auto;padding:0 12px;position:relative}.adm-index-bar-sidebar-row>*{pointer-events:none}.adm-index-bar-sidebar-item{justify-content:center;align-items:center;width:16px;height:16px;line-height:16px;display:inline-flex}.adm-index-bar-sidebar-item-active{color:var(--adm-color-text-light-solid);background-color:var(--adm-color-primary);border-radius:50%}.adm-index-bar-sidebar-interacting{width:100%}.adm-index-bar-sticky .adm-index-bar-anchor-title{z-index:900;top:var(--sticky-offset-top);position:sticky;left:0}.adm-infinite-scroll{color:var(--adm-color-weak);font-size:var(--adm-font-size-main);justify-content:center;align-items:center;padding:18px;display:flex}.adm-infinite-scroll-failed-text{margin-right:8px;display:inline-block}.adm-input{--font-size:var(--adm-font-size-9);--color:var(--adm-color-text);--placeholder-color:var(--adm-color-light);--text-align:left;--background-color:transparent;background-color:var(--background-color);justify-content:flex-start;align-items:center;width:100%;max-width:100%;min-height:24px;max-height:100%;display:flex}.adm-input-disabled{opacity:.4;cursor:not-allowed}.adm-input-element{box-sizing:border-box;width:100%;max-width:100%;max-height:100%;color:var(--color);font-size:var(--font-size);appearance:none;min-height:1.5em;text-align:var(--text-align);background:0 0;border:0;outline:none;flex:auto;margin:0;padding:0;line-height:1.5;display:inline-block}.adm-input-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element:-webkit-autofill{background-color:#0000}.adm-input-element:read-only{cursor:default}.adm-input-element:invalid{box-shadow:none}.adm-input-element::-ms-clear{display:none}.adm-input-element::-ms-reveal{display:none}.adm-input-element::-webkit-search-cancel-button{display:none}.adm-input-element::-webkit-search-decoration{display:none}.adm-input-element:disabled{opacity:1}.adm-input-element[type=date],.adm-input-element[type=time],.adm-input-element[type=datetime-local]{min-height:1.5em}.adm-input-element[type=search]{-webkit-appearance:none}.adm-input-element[readonly]{pointer-events:none}.adm-input-clear{color:var(--adm-color-light);cursor:pointer;flex:none;margin-left:8px;padding:4px}.adm-input-clear:active{color:var(--adm-color-weak)}.adm-input-clear .antd-mobile-icon{font-size:var(--adm-font-size-7);display:block}.adm-jumbo-tabs{--gap:8px;min-width:0;position:relative}.adm-jumbo-tabs-header{border-bottom:solid 1px var(--adm-color-border);position:relative}.adm-jumbo-tabs-tab-list{padding:0 var(--gap);scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;align-items:center;display:flex;position:relative;overflow-x:scroll}.adm-jumbo-tabs-tab-list::-webkit-scrollbar{display:none}.adm-jumbo-tabs-tab-wrapper{padding:0 calc(var(--gap) / 2);text-align:center;flex:auto}.adm-jumbo-tabs-tab{cursor:pointer;width:min-content;font-size:var(--adm-font-size-9);white-space:nowrap;flex-direction:column;align-items:center;margin:0 auto;padding:12px 0;display:flex;position:relative}.adm-jumbo-tabs-tab-title{padding:0 4px;line-height:24px}.adm-jumbo-tabs-tab-description{width:min-content;color:var(--adm-color-weak);font-size:var(--adm-font-size-main);background-color:var(--adm-color-fill-content);border-radius:10px;padding:0 8px}.adm-jumbo-tabs-tab-active{color:var(--adm-color-primary)}.adm-jumbo-tabs-tab-active .adm-jumbo-tabs-tab-description{color:var(--adm-color-text-light-solid);background-color:var(--adm-color-primary)}.adm-jumbo-tabs-tab-disabled{opacity:.5;cursor:not-allowed}.adm-jumbo-tabs-content{padding:12px}.adm-modal{--z-index:var(--adm-modal-z-index,1000);---z-index:var(--z-index)}.adm-modal .adm-center-popup{--z-index:var(---z-index)}.adm-modal-body{width:100%;max-height:70vh;font-size:var(--adm-font-size-6);flex-direction:column;display:flex;overflow:hidden}.adm-modal-body>*{flex:none}.adm-modal-body>.adm-modal-content{flex:auto}.adm-modal-body:not(.adm-modal-with-image){padding-top:20px}.adm-modal-image-container{max-height:40vh;margin-bottom:12px;overflow-y:scroll}.adm-modal-header{margin-bottom:8px;padding:0 12px}.adm-modal-title{font-weight:700;font-size:var(--adm-font-size-10);text-align:center;margin-bottom:8px;padding:0 12px;line-height:25px}.adm-modal-content{max-height:70vh;font-size:var(--adm-font-size-7);color:var(--adm-color-text);padding:0 12px 12px;line-height:1.4;overflow:hidden auto}.adm-modal-footer{-webkit-user-select:none;user-select:none;padding:8px 12px 12px}.adm-modal-footer-empty{height:8px;padding:0}.adm-modal-footer.adm-space{--gap-vertical:20px}.adm-modal-footer .adm-modal-button{font-size:var(--adm-font-size-10);line-height:25px}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary){padding-top:0;padding-bottom:0}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):before{display:none}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):active{opacity:.7}.adm-nav-bar{--height:45px;--border-bottom:none;height:var(--height);border-bottom:var(--border-bottom);white-space:nowrap;align-items:center;padding:0 12px;display:flex}.adm-nav-bar-left,.adm-nav-bar-right{flex:1}.adm-nav-bar-title{text-align:center;text-overflow:ellipsis;flex:auto;overflow:hidden}.adm-nav-bar-back{cursor:pointer;align-items:center;margin-right:16px;padding:6px 0;display:flex}.adm-nav-bar-back-arrow{margin-right:4px;font-size:24px}.adm-nav-bar-left{font-size:var(--adm-font-size-7);justify-content:flex-start;align-items:center;display:flex}.adm-nav-bar-title{white-space:nowrap;font-size:var(--adm-font-size-10);justify-content:center;padding:0 12px}.adm-nav-bar-right{text-align:right}.adm-notice-bar{--background-color:var(--adm-color-weak);--border-color:var(--adm-color-weak);--text-color:var(--adm-color-text-light-solid);--font-size:var(--adm-font-size-7);--icon-font-size:var(--adm-font-size-10);--height:40px;--adm-notice-bar-border-radius:4px;--adm-notice-bar-border-width:1px;height:var(--height);box-sizing:border-box;font-size:var(--font-size);border:solid var(--adm-notice-bar-border-width) var(--border-color);background-color:var(--background-color);color:var(--text-color);border-left-width:0;border-right-width:0;justify-content:space-between;align-items:center;padding:0 12px;display:flex}.adm-notice-bar>span[role=img]{color:var(--text-color)}.adm-notice-bar.adm-notice-bar-alert{--background-color:#fff9ed;--border-color:#fff3e9;--text-color:var(--adm-color-orange)}.adm-notice-bar.adm-notice-bar-error{--background-color:var(--adm-color-danger);--border-color:#d9281e;--text-color:#fff}.adm-notice-bar.adm-notice-bar-info{--background-color:#d0e4ff;--border-color:#bcd8ff;--text-color:var(--adm-color-primary)}.adm-notice-bar.adm-notice-bar-success{--background-color:#d1fff0;--border-color:#a8f0d8;--text-color:var(--adm-color-success)}.adm-notice-bar .adm-notice-bar-left{font-size:var(--icon-font-size);flex-shrink:0;margin-right:8px}.adm-notice-bar .adm-notice-bar-content{flex:1;align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.adm-notice-bar .adm-notice-bar-content .adm-notice-bar-content-inner{white-space:nowrap;width:auto;transition-timing-function:linear}.adm-notice-bar-wrap.adm-notice-bar .adm-notice-bar-content .adm-notice-bar-content-inner{white-space:normal}.adm-notice-bar .adm-notice-bar-right{flex-shrink:0;align-items:center;margin-left:12px;display:flex}.adm-notice-bar-close{width:24px;height:24px;font-size:var(--adm-font-size-10);justify-content:center;align-items:center;margin-right:-3px;display:flex}.adm-notice-bar-wrap{align-items:flex-start;height:auto;padding-top:8px;padding-bottom:8px;line-height:22px}.adm-notice-bar-neutral{border-radius:var(--adm-notice-bar-border-radius)}.adm-notice-bar-rounded{border-radius:1000px}.adm-notice-bar-bordered{border-left-width:var(--adm-notice-bar-border-width);border-right-width:var(--adm-notice-bar-border-width)}.adm-notice-bar-without-border{border-top-width:0;border-bottom-width:0}.adm-number-keyboard-main{flex-wrap:wrap;flex:1;display:flex}.adm-number-keyboard-main.adm-number-keyboard-main-confirmed-style .adm-number-keyboard-key-sign{background-color:var(--adm-color-background)}.adm-number-keyboard-popup.adm-popup{-webkit-user-select:none;user-select:none;z-index:1050;width:100%}.adm-number-keyboard-popup.adm-popup .adm-popup-body{background-color:var(--adm-color-box)}.adm-number-keyboard-wrapper{display:flex}.adm-number-keyboard-header{border-top:solid 1px var(--adm-color-border);height:34px;color:var(--adm-color-weak);background-color:var(--adm-color-background);justify-content:center;align-items:center;padding:0 12px;line-height:34px;display:flex}.adm-number-keyboard-header-close-button{padding:0 12px;font-size:16px}.adm-number-keyboard-header.adm-number-keyboard-header-with-title{justify-content:space-between}.adm-number-keyboard-header.adm-number-keyboard-header-with-title .adm-number-keyboard-header-close-button{padding-right:0}.adm-number-keyboard-footer{background:var(--adm-color-white)}.adm-number-keyboard-title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.adm-number-keyboard-confirm{width:25%}.adm-number-keyboard-key{box-sizing:border-box;border:solid 1px var(--adm-color-border);border-bottom:none;border-left:none;flex:33.33%;justify-content:center;align-items:center;height:48px;font-size:22px;display:flex;position:relative}.adm-number-keyboard-key:nth-child(3n),.adm-number-keyboard-key:last-child{border-right:none}.adm-number-keyboard-key:before{background-color:var(--adm-color-text-dark-solid);border:inherit;border-color:var(--adm-color-text-dark-solid);border-radius:inherit;opacity:0;content:" ";box-sizing:content-box;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.adm-number-keyboard-key.adm-number-keyboard-key-mid{flex-basis:66.67%}.adm-number-keyboard-key.adm-number-keyboard-key-sign:active:before{opacity:.1}.adm-number-keyboard-key.adm-number-keyboard-key-extra{border-left:solid 1px var(--adm-color-border);border-right:none}.adm-number-keyboard-key.adm-number-keyboard-key-extra,.adm-number-keyboard-key.adm-number-keyboard-key-number{background-color:var(--adm-color-background)}.adm-number-keyboard-key.adm-number-keyboard-key-extra:active:before,.adm-number-keyboard-key.adm-number-keyboard-key-number:active:before{opacity:.1}.adm-number-keyboard-key.adm-number-keyboard-key-ok{background-color:var(--adm-color-primary);color:var(--adm-color-white);border:none;height:144px;font-size:16px}.adm-page-indicator{--dot-color:var(--adm-color-light);--active-dot-color:var(--adm-color-primary);--dot-size:3px;--active-dot-size:13px;--dot-border-radius:1px;--active-dot-border-radius:var(--dot-border-radius);--dot-spacing:3px;width:auto;display:flex}.adm-page-indicator-dot{width:var(--dot-size);height:var(--dot-size);border-radius:var(--dot-border-radius);background:var(--dot-color);display:block}.adm-page-indicator-dot:last-child{margin-right:0}.adm-page-indicator-dot-active{border-radius:var(--active-dot-border-radius);background:var(--active-dot-color)}.adm-page-indicator-color-white{--dot-color:#ffffff80;--active-dot-color:var(--adm-color-text-light-solid)}.adm-page-indicator-horizontal{flex-direction:row}.adm-page-indicator-horizontal .adm-page-indicator-dot{margin-right:var(--dot-spacing)}.adm-page-indicator-horizontal .adm-page-indicator-dot-active{width:var(--active-dot-size)}.adm-page-indicator-vertical{flex-direction:column}.adm-page-indicator-vertical .adm-page-indicator-dot{margin-bottom:var(--dot-spacing)}.adm-page-indicator-vertical .adm-page-indicator-dot-active{height:var(--active-dot-size)}.adm-passcode-input{--cell-size:40px;--cell-gap:6px;--dot-size:10px;--border-color:var(--adm-color-border);--border-radius:8px;display:inline-block;position:relative}.adm-passcode-input-cell-container{vertical-align:top;display:inline-flex}.adm-passcode-input-cell{box-sizing:border-box;font-size:var(--adm-font-size-10);width:var(--cell-size);height:var(--cell-size);background:var(--adm-color-background);flex:none;justify-content:center;align-items:center;display:flex}.adm-passcode-input:not(.adm-passcode-input-seperated){border-radius:var(--border-radius);border:1px solid var(--border-color);overflow:hidden}.adm-passcode-input:not(.adm-passcode-input-seperated) .adm-passcode-input-cell:not(:last-child){border-right:1px solid var(--border-color)}.adm-passcode-input:not(.adm-passcode-input-seperated).adm-passcode-input-focused{border-color:var(--adm-color-primary);box-shadow:0 0 2px 0 var(--adm-color-primary);outline:none}.adm-passcode-input:not(.adm-passcode-input-seperated).adm-passcode-input-error{border-color:var(--adm-color-danger);box-shadow:0 0 2px 0 var(--adm-color-danger);animation:.1s ease-in-out 3 adm-shake-horizontal}.adm-passcode-input.adm-passcode-input-seperated .adm-passcode-input-cell{border-radius:var(--border-radius);border:1px solid var(--border-color)}.adm-passcode-input.adm-passcode-input-seperated .adm-passcode-input-cell:not(:last-child){margin-right:var(--cell-gap)}.adm-passcode-input.adm-passcode-input-seperated .adm-passcode-input-cell-focused{border-color:var(--adm-color-primary);box-shadow:0 0 2px 0 var(--adm-color-primary)}.adm-passcode-input-seperated.adm-passcode-input-focused{outline:none}.adm-passcode-input.adm-passcode-input-seperated.adm-passcode-input-error{animation:.1s ease-in-out 3 adm-shake-horizontal}.adm-passcode-input.adm-passcode-input-seperated.adm-passcode-input-error .adm-passcode-input-cell{border-color:var(--adm-color-danger);box-shadow:0 0 2px 0 var(--adm-color-danger)}.adm-passcode-input-cell-dot:before{content:"";width:var(--dot-size);height:var(--dot-size);background:var(--adm-color-text);border-radius:100%}.adm-passcode-input-cell-caret:after{content:"";background:var(--adm-color-primary);width:2px;height:1.1em;margin-left:1px;animation:1s linear infinite adm-caret-blink}.adm-passcode-input>.adm-passcode-input-native-input{opacity:.5;width:50px;height:20px;display:block;position:absolute;top:0;left:-200vw}@keyframes adm-shake-horizontal{0%{transform:translate(0)}10%{transform:translate(-4px)}20%{transform:translate(5px)}30%{transform:translate(-1px)}40%{transform:translate(8px)}50%{transform:translate(0)}60%{transform:translate(-8px)}70%{transform:translate(1px)}80%{transform:translate(-5px)}90%{transform:translate(4px)}to{transform:translate(0)}}.adm-progress-bar{--track-width:var(--adm-progress-bar-track-width,8px);--track-color:var(--adm-progress-bar-track-color,var(--adm-color-border));--fill-color:var(--adm-progress-bar-fill-color,var(--adm-color-primary));--text-width:var(--adm-progress-bar-text-width,40px);align-items:center;display:flex}.adm-progress-bar-trail{background:var(--track-color);height:var(--track-width);flex:auto;overflow:hidden}.adm-progress-bar-fill{background:var(--fill-color);height:var(--track-width);transition:width .3s}.adm-progress-bar-text{width:calc(var(--text-width) + 8px);color:var(--adm-color-weak);flex:none;padding-left:8px}.adm-progress-bar-rounded .adm-progress-bar-trail,.adm-progress-bar-rounded .adm-progress-bar-fill{border-radius:var(--track-width)}.adm-progress-circle{--track-width:var(--adm-progress-circle-track-width,3px);--size:var(--adm-progress-circle-size,50px);--track-color:var(--adm-progress-circle-track-color,var(--adm-color-border));--fill-color:var(--adm-progress-circle-fill-color,var(--adm-color-primary));--percent:0;--pi:3.14159;--radius:calc(var(--size) / 2 - var(--track-width) / 2);--circumference:calc(var(--radius) * var(--pi) * 2);width:var(--size);height:var(--size);display:inline-block}.adm-progress-circle-svg{width:100%;height:100%}.adm-progress-circle-svg>.adm-progress-circle-track,.adm-progress-circle-svg .adm-progress-circle-fill{stroke-width:var(--track-width);r:var(--radius);cx:calc(var(--size) / 2);cy:calc(var(--size) / 2);transform-origin:50%;transform:rotate(-90deg)}.adm-progress-circle-svg>.adm-progress-circle-track{stroke:var(--track-color)}.adm-progress-circle-svg>.adm-progress-circle-fill{stroke:var(--fill-color);stroke-dasharray:var(--circumference);stroke-dashoffset:calc(var(--circumference) * (1 - var(--percent) / 100));stroke-linecap:round;transition:stroke-dashoffset .35s}.adm-progress-circle-content{width:100%;height:100%;margin:auto;position:relative}.adm-progress-circle-info{text-align:center;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.adm-pull-to-refresh-head{position:relative;overflow:hidden}.adm-pull-to-refresh-head-content{width:100%;color:var(--adm-color-weak);justify-content:center;align-items:center;display:flex;position:absolute;bottom:0;left:0}.adm-radio{--icon-size:22px;--font-size:var(--adm-font-size-9);--gap:8px;vertical-align:text-bottom;cursor:pointer;justify-content:flex-start;align-items:center;display:inline-flex}.adm-radio input[type=radio]{display:none}.adm-radio .adm-radio-icon{border:1px solid var(--adm-color-light);border-radius:var(--icon-size);box-sizing:border-box;width:var(--icon-size);height:var(--icon-size);color:var(--adm-color-text-light-solid);flex:none}.adm-radio .adm-radio-icon>svg{width:100%;height:100%;display:block}.adm-radio.adm-radio-block{display:flex}.adm-radio.adm-radio-checked .adm-radio-icon{border-color:var(--adm-color-primary);background-color:var(--adm-color-primary)}.adm-radio.adm-radio-disabled{cursor:not-allowed}.adm-radio.adm-radio-disabled .adm-radio-content{opacity:.4}.adm-radio.adm-radio-disabled .adm-radio-icon{color:var(--adm-color-light);border-color:var(--adm-color-light);background-color:var(--adm-color-fill-content)}.adm-radio .adm-radio-custom-icon{font-size:var(--icon-size)}.adm-radio-content{font-size:var(--font-size);padding-left:var(--gap);flex:0 auto}.adm-rate{--star-size:24px;--active-color:var(--adm-color-yellow);--inactive-color:var(--adm-color-border);--inactive-color-half:var(--adm-color-border);touch-action:pan-y;-webkit-user-select:none;user-select:none;display:inline-flex}.adm-rate-box{position:relative}.adm-rate-star{line-height:var(--star-size);font-size:var(--star-size);color:var(--inactive-color);text-align:center;cursor:pointer;box-sizing:border-box;padding:.125em;transition:all .3s;overflow:hidden}.adm-rate-star-half{width:50%;padding-right:0;position:absolute;top:0;left:0}.adm-rate-star-active{color:var(--active-color)}.adm-rate-star-readonly{cursor:unset}.adm-rate.adm-rate-half .adm-rate-star-half:not(.adm-rate-star-active){color:var(--inactive-color-half)}.adm-result{background-color:var(--adm-color-background);padding:32px 12px}.adm-result-icon{box-sizing:border-box;width:64px;height:64px;margin:0 auto 20px;padding:6px}.adm-result-icon .antd-mobile-icon{font-size:52px}.adm-result-title{color:var(--adm-color-text);font-size:var(--adm-font-size-10);text-align:center;line-height:1.4}.adm-result-description{color:var(--adm-color-weak);font-size:var(--adm-font-size-main);text-align:center;margin-top:8px;line-height:1.4}.adm-result-success .adm-result-icon .antd-mobile-icon{color:var(--adm-color-primary)}.adm-result-error .adm-result-icon .antd-mobile-icon{color:var(--adm-color-danger)}.adm-result-info .adm-result-icon .antd-mobile-icon{color:var(--adm-color-primary)}.adm-result-waiting .adm-result-icon .antd-mobile-icon{color:var(--adm-color-success)}.adm-result-warning .adm-result-icon .antd-mobile-icon{color:var(--adm-color-warning)}.adm-result-page{--background-color:var(--adm-color-primary);background-color:var(--adm-color-box);width:100%;min-height:100vh;position:relative}.adm-result-page-header{z-index:1;background-color:#0000;flex-direction:column;align-items:center;padding:20px 20px 100px;display:flex;position:relative;overflow:hidden}.adm-result-page-icon{color:var(--adm-color-text-light-solid);box-sizing:border-box;margin-bottom:8px;padding:2px}.adm-result-page-icon .antd-mobile-icon{font-size:32px}.adm-result-page-title{font-size:var(--adm-font-size-10);color:var(--adm-color-text-light-solid);text-align:center;line-height:1.4}.adm-result-page-description{font-size:var(--adm-font-size-6);color:#fff9;text-align:center;margin-top:8px;margin-bottom:24px;line-height:1.4}.adm-result-page-details{width:100%}.adm-result-page-detail{width:100%;color:var(--adm-color-text-light-solid);font-size:var(--adm-font-size-6);flex-direction:row;justify-content:space-between;margin-bottom:5px;display:flex}.adm-result-page-detail-bold{font-weight:600}.adm-result-page-collapse{opacity:.6;border-top:2px solid var(--adm-color-text-light-solid);border-right:2px solid var(--adm-color-text-light-solid);width:10px;height:10px;margin:auto auto 5px;transform:rotate(135deg)}.adm-result-page-collapse-active{transform:rotate(-45deg)}.adm-result-page-bgWrapper{align-self:flex-start;position:relative;top:54px}.adm-result-page-bg{--width:440vw;height:var(--width);width:var(--width);left:calc((var(--width) - 100vw) * -1 / 2 - 20px);top:calc(var(--width) * -1 + 1vw);background-color:var(--background-color);z-index:-1;border-radius:50%;position:absolute}.adm-result-page-content{z-index:2;padding:12px;position:relative;top:-104px}.adm-result-page-footer{background-color:var(--adm-color-box);z-index:3;box-sizing:border-box;justify-content:center;width:100%;padding:12px 12px 24px;display:flex;position:fixed;bottom:0}.adm-result-page-footer-btn{flex:1;max-width:calc(50vw - 18px)}.adm-result-page-footer-space{width:12px}.adm-result-page-card{background-color:var(--adm-color-background);border-radius:8px}.adm-search-bar{--height:32px;--padding-left:8px;--background:var(--adm-color-fill-content);--border-radius:6px;--placeholder-color:var(--adm-color-weak);---placeholder-color:var(--placeholder-color);height:var(--height);justify-content:center;align-items:center;display:flex}.adm-search-bar .adm-search-bar-input-box{background:var(--background);border-radius:var(--border-radius);padding-left:var(--padding-left);border:1px solid #0000;flex:auto;justify-content:center;align-items:center;display:flex}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input-box-icon{color:var(--adm-color-light);font-size:var(--adm-font-size-8);flex:none}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input{height:calc(var(--height) - 2px);box-sizing:border-box;flex:auto;padding:4px 8px 4px 4px}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input.adm-input{--placeholder-color:var(---placeholder-color);--font-size:var(--adm-font-size-7)}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input .adm-input-element{line-height:19px}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input.adm-search-bar-input-without-icon{padding-left:8px}.adm-search-bar .adm-search-bar-suffix{flex:none;margin-left:4px}.adm-search-bar .adm-search-bar-cancel-button.adm-button{padding:3px 12px}.adm-search-bar-active .adm-input.adm-input.adm-input{--placeholder-color:var(--adm-color-light)}.adm-search-bar-active .adm-search-bar-input-box{border-color:var(--adm-color-primary);background:var(--adm-color-background)}.adm-segmented{--segmented-background:var(--adm-color-fill-content);--segmented-item-color:var(--adm-color-text-secondary);--segmented-item-selected-background:var(--adm-color-background);--segmented-item-selected-color:var(--adm-color-text);--segmented-item-disabled-color:var(--adm-color-weak);--transition-time-function:cubic-bezier(.645, .045, .355, 1);color:var(--segmented-item-color);background-color:var(--segmented-background);transition:all .3s var(--transition-time-function);border-radius:2px;padding:2px;display:inline-block}.adm-segmented-group{place-items:stretch flex-start;width:100%;display:flex;position:relative}.adm-segmented.adm-segmented-block{display:flex}.adm-segmented.adm-segmented-block .adm-segmented-item{flex:1;min-width:0}.adm-segmented-item{text-align:center;cursor:pointer;transition:color .3s var(--transition-time-function);position:relative}.adm-segmented-item-selected{background-color:var(--segmented-item-selected-background);color:var(--segmented-item-selected-color);border-radius:2px;box-shadow:0 2px 8px -2px #0000000d,0 1px 4px -1px #00000012,0 0 1px #00000014}.adm-segmented-item-label{white-space:nowrap;text-overflow:ellipsis;word-break:keep-all;min-height:10px;padding:0 11px;line-height:28px;overflow:hidden}.adm-segmented-item-icon+*{margin-left:6px}.adm-segmented-item-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute;top:0;left:0}.adm-segmented-item-disabled{color:var(--segmented-item-disabled-color);cursor:not-allowed}.adm-segmented-thumb{background-color:var(--segmented-item-selected-background);border-radius:2px;width:0;height:100%;padding:4px 0;position:absolute;top:0;left:0;box-shadow:0 2px 8px -2px #0000000d,0 1px 4px -1px #00000012,0 0 1px #00000014}.adm-segmented-thumb-motion-appear-active{transition:transform .3s var(--transition-time-function), width .3s var(--transition-time-function);will-change:transform, width}.segmented-disabled-item{color:var(--segmented-item-disabled-color);cursor:not-allowed}.segmented-item-selected{background-color:var(--segmented-item-selected-background);border-radius:2px;box-shadow:0 2px 8px -2px #0000000d,0 1px 4px -1px #00000012,0 0 1px #00000014}.segmented-text-ellipsis{white-space:nowrap;text-overflow:ellipsis;word-break:keep-all;overflow:hidden}.adm-selector{--color:var(--adm-color-fill-content);--checked-color:var(--adm-color-wathet);--text-color:var(--adm-color-text);--checked-text-color:var(--adm-color-primary);--border:none;--checked-border:none;--border-radius:2px;--padding:8px 16px;--gap:8px;---gap:var(--gap);---gap-horizontal:var(--gap-horizontal,var(--gap));---gap-vertical:var(--gap-vertical,var(--gap));font-size:var(--adm-font-size-7);line-height:1.4;overflow:hidden}.adm-selector .adm-space.adm-space{--gap:12px}.adm-selector .adm-grid{--gap:var(---gap);--gap-horizontal:var(---gap-horizontal);--gap-vertical:var(---gap-vertical)}.adm-selector-item{padding:var(--padding);background-color:var(--color);border:var(--border);border-radius:var(--border-radius);color:var(--text-color);opacity:1;cursor:pointer;text-align:center;vertical-align:top;display:inline-block;position:relative;overflow:hidden}.adm-selector-item-description{font-size:var(--adm-font-size-main);color:var(--adm-color-weak)}.adm-selector-item-active,.adm-selector-item-multiple-active{color:var(--checked-text-color);background-color:var(--checked-color);border:var(--checked-border)}.adm-selector-item .adm-selector-check-mark-wrapper{border-top:8px solid #0000;border-bottom:solid 8px var(--adm-color-primary);border-left:10px solid #0000;border-right:solid 10px var(--adm-color-primary);width:0;height:0;position:absolute;bottom:0;right:0}.adm-selector-item .adm-selector-check-mark-wrapper>svg{width:8px;height:6px;position:absolute;top:0;left:0}.adm-selector-item-disabled{cursor:not-allowed;opacity:.4}.adm-side-bar{--height:100%;--width:105px;--item-border-radius:8px;--background-color:var(--adm-color-fill-content);width:var(--width);height:var(--height);box-sizing:border-box;font-size:var(--adm-font-size-main);background-color:var(--background-color);flex-direction:column;display:flex;overflow-y:auto;transform:translateZ(0)}.adm-side-bar-items{flex:none;overflow:hidden}.adm-side-bar-extra-space{flex:auto;position:relative;overflow:hidden}.adm-side-bar-item{box-sizing:border-box;cursor:pointer;background-color:var(--background-color);align-items:center;padding:16px 12px;display:flex;position:relative;overflow:visible}.adm-side-bar-item-highlight{background:var(--adm-color-primary);border-radius:2px;width:2px;height:100%;position:absolute;top:0;left:-12px}.adm-side-bar-item-active{color:var(--adm-color-primary);background-color:var(--adm-color-background);position:relative}.adm-side-bar-item-corner{width:var(--item-border-radius);height:var(--item-border-radius);z-index:100;-webkit-user-select:none;user-select:none;pointer-events:none;position:absolute;right:0}.adm-side-bar-item-corner-top{top:0;transform:rotate(-90deg)}.adm-side-bar-item-corner-bottom{bottom:0}.adm-side-bar-item-disabled{cursor:not-allowed}.adm-side-bar-item-disabled .adm-side-bar-item-title{opacity:.4}.adm-side-bar-badge.adm-badge{--right:-4px}.adm-slider{--fill-color:var(--adm-color-primary);-webkit-user-select:none;user-select:none;padding:5px 14px;list-style:none}.adm-slider-track-container{padding:8px 0}.adm-slider-track{background-color:var(--adm-color-fill-content);border-radius:3px;width:100%;height:3px;position:relative}.adm-slider-fill{z-index:1;background-color:var(--fill-color);border-radius:3px;height:3px;position:absolute}.adm-slider-ticks{background:0 0;width:100%;height:3px;position:absolute}.adm-slider-tick{background-color:var(--adm-color-fill-content);border-radius:50%;width:7px;height:7px;margin-left:-3px;position:absolute;top:-2px}.adm-slider-tick-active{background-color:var(--fill-color)}.adm-slider-thumb{text-align:center;background:var(--adm-color-text-light-solid);width:28px;height:28px;color:var(--fill-color);border-radius:50%;margin:2px;line-height:28px;box-shadow:0 2px 5px #0000001f}.adm-slider-thumb:focus{outline:none}.adm-slider-thumb-icon{-webkit-user-select:none;user-select:none;width:12px;height:12px;margin:8px}.adm-slider-thumb-container{cursor:-webkit-grab;cursor:grab;touch-action:none;z-index:2;border-radius:50%;width:32px;height:32px;position:absolute;top:50%;transform:translate(-50%,-50%)}.adm-slider-mark{width:100%;font-size:var(--adm-font-size-3);height:11px;margin-top:10px;position:relative;overflow:visible}.adm-slider-mark-text{color:var(--adm-color-text);text-align:center;word-break:keep-all;-webkit-user-select:none;user-select:none;line-height:1;display:inline-block;position:absolute;transform:translate(-50%)}.adm-slider-disabled .adm-slider-mark,.adm-slider-disabled .adm-slider-thumb-icon{opacity:.4}.adm-slider-disabled .adm-slider-tick-active:after,.adm-slider-disabled .adm-slider-fill:after{content:"";border-radius:inherit;background-color:#fff9;position:absolute;inset:0}.adm-slider-disabled .adm-slider-thumb{cursor:not-allowed;box-shadow:0 2px 5px #0000000f}.adm-slider-disabled .adm-slider-mark-text,.adm-slider-disabled .adm-slider-tick{cursor:not-allowed;box-shadow:none}.adm-stepper{--height:28px;--input-width:44px;--input-font-size:var(--adm-font-size-main);--input-font-color:var(--adm-color-text);--input-background-color:var(--adm-color-fill-content);--border-radius:2px;--border:none;--border-inner:solid 2px transparent;--active-border:var(--border);--button-font-size:var(--adm-font-size-7);--button-text-color:var(--adm-color-primary);--button-background-color:var(--adm-color-fill-content);--button-width:var(--height);box-sizing:border-box;width:calc(var(--input-width) + 2 * var(--button-width));border:var(--border);border-radius:var(--border-radius);align-items:center;display:flex;position:relative;overflow:hidden}.adm-stepper-active{border:var(--active-border)}.adm-stepper-middle{border-left:var(--border-inner);border-right:var(--border-inner);flex:1}.adm-stepper .adm-stepper-input{height:var(--height);--background-color:var(--input-background-color);--font-size:var(--input-font-size);--color:var(--input-font-color);--text-align:center}.adm-stepper-minus,.adm-stepper-plus{width:var(--button-width);height:var(--height);color:var(--button-text-color);background-color:var(--button-background-color);font-size:var(--button-font-size);--border-width:0;padding:0}.adm-stepper-minus:disabled,.adm-stepper-plus:disabled{color:var(--adm-color-weak)}.adm-stepper-minus svg,.adm-stepper-plus svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.adm-stepper-minus,.adm-stepper-plus{border-radius:0}.adm-step{--line-to-next-color:var(--adm-color-border);--icon-color:var(--adm-color-border);z-index:0;position:relative}.adm-step .adm-step-indicator{position:relative}.adm-step .adm-step-indicator:after{content:"";z-index:0;background-color:var(--line-to-next-color);position:absolute}.adm-step .adm-step-indicator .adm-step-icon-container{z-index:1;color:var(--icon-color);position:absolute}.adm-step .adm-step-indicator .adm-step-icon-container>.antd-mobile-icon{display:block}.adm-step:last-child .adm-step-indicator:after{display:none}.adm-step-status-finish{--line-to-next-color:var(--adm-color-primary)}.adm-step-status-wait{--icon-color:var(--adm-color-border)}.adm-step-status-wait .adm-step-title{color:var(--adm-color-weak)}.adm-step-status-process{--icon-color:var(--adm-color-primary)}.adm-step-status-process .adm-step-title{color:var(--adm-color-primary)}.adm-step-status-finish{--icon-color:var(--adm-color-primary)}.adm-step-status-error{--icon-color:var(--adm-color-danger)}.adm-step-status-error .adm-step-title{color:var(--adm-color-danger)}.adm-steps{--title-font-size:var(--adm-font-size-main);--description-font-size:var(--adm-font-size-4);--indicator-margin-right:0;--icon-size:18px;box-sizing:border-box;width:100%}.adm-steps-horizontal{justify-content:space-around;padding:8px 0;display:flex}.adm-steps-horizontal .adm-step{flex:1}.adm-steps-horizontal .adm-step .adm-step-indicator{width:100%;height:24px}.adm-steps-horizontal .adm-step .adm-step-indicator:after{width:100%;height:1px;top:50%;left:50%;transform:translateY(-50%)}.adm-steps-horizontal .adm-step .adm-step-indicator .adm-step-icon-container{top:50%;left:50%;transform:translate(-50%,-50%)}.adm-steps-horizontal .adm-step-content{text-align:center;font-size:var(--description-font-size);padding:2px 8px 0}.adm-steps-horizontal .adm-step-content .adm-step-title{font-size:var(--title-font-size)}.adm-steps-horizontal .adm-step-content .adm-step-description{color:var(--adm-color-weak);margin-top:4px}.adm-steps-vertical{padding:8px 16px}.adm-steps-vertical .adm-step{align-items:stretch;display:flex}.adm-steps-vertical .adm-step .adm-step-indicator{width:24px;margin-right:var(--indicator-margin-right);flex:none}.adm-steps-vertical .adm-step .adm-step-indicator:after{left:50%;top:calc(var(--title-font-size) * 1.5 / 2);width:1px;height:100%;transform:translate(-50%)}.adm-steps-vertical .adm-step .adm-step-indicator .adm-step-icon-container{top:calc(var(--title-font-size) * 1.5 / 2);left:50%;transform:translate(-50%,-50%)}.adm-steps-vertical .adm-step:last-child .adm-step-content{padding-bottom:0}.adm-steps-vertical .adm-step .adm-step-content{flex:auto;padding-bottom:24px}.adm-steps-vertical .adm-step .adm-step-content .adm-step-title{font-size:var(--title-font-size);line-height:1.5}.adm-steps-vertical .adm-step .adm-step-content .adm-step-description{font-size:var(--description-font-size);color:var(--adm-color-weak);padding-top:4px}.adm-step-icon-container{font-size:var(--icon-size)}.adm-step-icon-dot{background:currentColor;border-radius:4px;width:8px;height:8px;display:block}.adm-swipe-action{--background:var(--adm-color-background);background:var(--background);cursor:-webkit-grab;cursor:grab;touch-action:pan-y;overflow:hidden}.adm-swipe-action-track{position:relative;overflow:visible}.adm-swipe-action-actions{white-space:nowrap;justify-content:center;align-items:stretch;width:auto;display:flex;position:absolute}.adm-swipe-action-actions-right{height:100%;top:0;left:100%}.adm-swipe-action-actions-left{height:100%;top:0;right:100%}.adm-swipe-action-action-button.adm-button{--border-radius:0;--border-width:0;--text-color:var(--adm-color-text-light-solid);padding-left:20px;padding-right:20px}.adm-swiper{--height:auto;--width:100%;--border-radius:0;--track-padding:0;--slide-size:100%;--track-offset:0%;width:var(--width);height:var(--height);border-radius:var(--border-radius);z-index:0;display:block;position:relative;overflow:hidden}.adm-swiper-track{white-space:nowrap;width:100%;height:100%;padding:var(--track-padding)}.adm-swiper-track-allow-touch-move{cursor:-webkit-grab;cursor:grab}.adm-swiper-track-inner{flex-wrap:nowrap;width:100%;height:100%;display:flex;position:relative;overflow:visible}.adm-swiper-slide,.adm-swiper-slide-placeholder{width:100%;height:100%;white-space:unset;flex:none;display:block;position:relative}.adm-swiper-item{white-space:normal;width:100%;height:100%;display:block}.adm-swiper-horizontal .adm-swiper-track-allow-touch-move{touch-action:pan-y}.adm-swiper-horizontal .adm-swiper-indicator{position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.adm-swiper-horizontal .adm-swiper-track{transform:translate(var(--track-offset))}.adm-swiper-horizontal .adm-swiper-track-inner{width:var(--slide-size);flex-direction:row}.adm-swiper-vertical .adm-swiper-track-allow-touch-move{touch-action:pan-x}.adm-swiper-vertical .adm-swiper-indicator{position:absolute;top:50%;right:6px;transform:translateY(-50%)}.adm-swiper-vertical .adm-swiper-track{transform:translateY(var(--track-offset))}.adm-swiper-vertical .adm-swiper-track-inner{height:var(--slide-size);flex-direction:column}@keyframes loading-rotate{to{transform:rotate(1turn)}}.adm-switch{--checked-color:var(--adm-color-primary);--height:31px;--width:51px;--border-width:2px;vertical-align:middle;box-sizing:border-box;cursor:pointer;align-self:center;display:inline-block;position:relative}.adm-switch input{display:none}.adm-switch-checkbox{min-width:var(--width);height:var(--height);box-sizing:border-box;background:var(--adm-color-border);z-index:0;line-height:var(--height);border-radius:31px;overflow:hidden}.adm-switch-checkbox:before{content:" ";left:var(--border-width);top:var(--border-width);width:calc(100% - 2 * var(--border-width));height:calc(var(--height) - 2 * var(--border-width));border-radius:calc(var(--height) - 2 * var(--border-width));box-sizing:border-box;background:var(--adm-color-background);z-index:1;transition:all .2s;position:absolute;transform:scale(1)}.adm-switch-handle{width:calc(var(--height) - 2 * var(--border-width));height:calc(var(--height) - 2 * var(--border-width));border-radius:calc(var(--height) - 2 * var(--border-width));background:var(--adm-color-text-light-solid);z-index:2;top:var(--border-width);left:var(--border-width);justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;box-shadow:0 0 2px #0003,0 2px 11.5px #00000014,-1px 2px 2px #0000001a}.adm-switch-inner{z-index:1;margin:0 8px 0 calc(var(--height) - var(--border-width) + 5px);height:100%;color:var(--adm-color-weak);font-size:var(--adm-font-size-7);justify-content:center;align-items:center;transition:margin .2s;display:flex;position:relative}.adm-switch.adm-switch-checked .adm-switch-checkbox{background:var(--checked-color)}.adm-switch.adm-switch-checked .adm-switch-checkbox:before{transform:scale(0)}.adm-switch.adm-switch-checked .adm-switch-handle{left:calc(100% - (var(--height) - var(--border-width)))}.adm-switch.adm-switch-checked .adm-switch-inner{margin:0 calc(var(--height) - var(--border-width) + 5px) 0 8px;color:var(--adm-color-text-light-solid)}.adm-switch.adm-switch-disabled{cursor:not-allowed;opacity:.4}.adm-switch-spin-icon{width:14px;height:14px;animation:1s linear infinite loading-rotate}.adm-tab-bar-wrap{flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;min-height:48px;display:flex;overflow:hidden}.adm-tab-bar-item{color:var(--adm-color-text-secondary);white-space:nowrap;cursor:pointer;flex-direction:column;flex:1;justify-content:center;align-items:center;width:min-content;padding:4px 8px;display:flex;position:relative}.adm-tab-bar-item-icon{height:24px;font-size:24px;line-height:1}.adm-tab-bar-item-title{font-size:var(--adm-font-size-2);line-height:15px}.adm-tab-bar-item-title-with-icon{margin-top:2px}.adm-tab-bar-item-active{color:var(--adm-color-primary)}.adm-tab-bar-icon-badge{--top:6px}.adm-tab-bar-title-badge{--right:-2px;--top:-2px}.adm-tag{--border-radius:var(--adm-tag-border-radius,2px);font-size:var(--adm-font-size-3);background:var(--background-color);color:var(--text-color);white-space:nowrap;border-radius:var(--border-radius);border:1px solid var(--border-color);box-sizing:border-box;padding:2px 4px;font-weight:400;line-height:1;display:inline-block}.adm-tag-round{border-radius:100px}.adm-text-area{--font-size:var(--adm-font-size-9);--color:var(--adm-color-text);--placeholder-color:var(--adm-color-light);--disabled-color:var(--adm-color-weak);--text-align:left;--count-text-align:right;width:100%;max-width:100%;max-height:100%;position:relative}.adm-text-area-element{font-family:var(--adm-font-family);resize:none;box-sizing:border-box;width:100%;max-width:100%;max-height:100%;color:var(--color);font-size:var(--font-size);appearance:none;min-height:1.5em;text-align:var(--text-align);background:0 0;border:0;outline:none;flex:auto;margin:0;padding:0;line-height:1.5;display:block}.adm-text-area-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-text-area-element:-webkit-autofill{background-color:#0000}.adm-text-area-element:disabled{color:var(--disabled-color);cursor:not-allowed;opacity:1;-webkit-text-fill-color:var(--disabled-color)}.adm-text-area-element:read-only{cursor:default}.adm-text-area-element:invalid{box-shadow:none}.adm-text-area-element::-ms-clear{display:none}.adm-text-area-element-hidden{visibility:hidden;z-index:-1000;position:absolute;top:0;left:0}.adm-text-area-count{text-align:var(--count-text-align);color:var(--adm-color-weak);font-size:var(--adm-font-size-9);padding-top:8px}.adm-toast-mask .adm-toast-wrap{text-align:center;width:100%;height:100%;position:fixed;top:0;left:0}.adm-toast-mask .adm-toast-main{color:#fff;word-break:break-all;pointer-events:all;width:auto;max-width:204px;max-height:70%;font-size:var(--adm-font-size-7);box-sizing:border-box;text-align:initial;background-color:#000000b3;border-radius:8px;line-height:1.5;display:inline-block;position:relative;top:50%;overflow:auto;transform:translateY(-50%)}.adm-toast-mask .adm-toast-main-text{min-width:0;padding:12px}.adm-toast-mask .adm-toast-main-icon{min-width:150px;padding:35px 12px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size:48px;margin:0 auto 8px}.adm-tree-select,.adm-tree-select-multiple{height:100%;font-size:var(--adm-font-size-main);background-color:var(--adm-color-white);display:flex}.adm-tree-select-column,.adm-tree-select-multiple-column{overflow-y:auto;transform:translateZ(0)}.adm-tree-select-column:first-child,.adm-tree-select-multiple-column:first-child,.adm-tree-select-column:nth-child(2),.adm-tree-select-multiple-column:nth-child(2){background-color:var(--adm-color-box)}.adm-tree-select-item,.adm-tree-select-multiple-item{box-sizing:border-box;align-items:center;min-height:50px;padding:6px 12px;display:flex;position:relative}.adm-tree-select-item-active,.adm-tree-select-multiple-item-expand{color:var(--adm-color-primary);background-color:#fff;font-weight:700}.adm-tree-select-multiple-item-checkbox{margin-right:8px}.adm-tree-select-multiple-dot{background:var(--adm-color-primary);border-radius:3px;width:6px;height:6px;margin-top:-3px;position:absolute;top:50%;right:8px}.adm-virtual-input{--font-size:var(--adm-font-size-9);--color:var(--adm-color-text);--placeholder-color:var(--adm-color-light);--disabled-color:var(--adm-color-weak);--text-align:left;--caret-width:var(--adm-virtual-input-caret-width,2px);--caret-color:var(--adm-virtual-input-caret-color,var(--adm-color-primary));text-align:var(--text-align);font-size:var(--font-size);white-space:nowrap;color:var(--color);justify-content:flex-start;align-items:center;line-height:1.5;display:flex;position:relative}.adm-virtual-input>*{vertical-align:top}.adm-virtual-input-content{z-index:1;scrollbar-width:none;flex:auto;width:100%;max-width:100%;display:inline-block;position:relative;overflow:scroll hidden}.adm-virtual-input-content::-webkit-scrollbar{display:none}.adm-virtual-input-placeholder{z-index:0;width:100%;text-align:var(--text-align);color:var(--placeholder-color);display:block;position:absolute;top:0;left:0;overflow:hidden}.adm-virtual-input-caret-container{width:var(--caret-width);vertical-align:top;height:1.3em;margin-right:1px;display:inline-block}.adm-virtual-input-caret{background-color:var(--caret-color);width:100%;height:100%;position:relative;top:5%}.adm-virtual-input:focus{outline:none}.adm-virtual-input:focus .adm-virtual-input-caret{animation-name:adm-caret-blink;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;display:block}.adm-virtual-input-disabled{color:var(--disabled-color)}@keyframes adm-caret-blink{0%{opacity:1}60%{opacity:1}80%{opacity:0}to{opacity:0}}.adm-virtual-input-clear{color:var(--placeholder-color);cursor:pointer;flex:none;margin-left:8px;padding:3px}.adm-virtual-input-clear .antd-mobile-icon{font-size:var(--adm-font-size-6);display:block}.adm-water-mark{--z-index:var(--adm-water-mark-z-index,2000);z-index:var(--z-index);pointer-events:none;background-repeat:repeat;position:absolute;inset:0}.adm-water-mark-full-page{position:fixed}.adm-footer{--background-color:var(--adm-color-background);color:var(--adm-color-text);background-color:var(--background-color);flex-direction:column;align-items:center;display:flex}.adm-footer-label{width:100%}.adm-footer-label .adm-divider.adm-divider{color:var(--adm-color-light)}.adm-footer-links{color:var(--adm-color-primary);white-space:nowrap;margin:8px 0}.adm-footer-links a{text-decoration:none}.adm-footer-content{color:var(--adm-color-light);align-items:center;margin:8px 0;display:flex}.adm-footer-chips{white-space:nowrap;align-items:center;margin:8px 0;display:flex}.adm-footer-chip{white-space:nowrap;background-color:var(--adm-color-fill-content);color:var(--adm-color-weak);border-radius:100px;margin-right:20px;padding:4px 12px;font-size:12px}.adm-footer-chip-link{cursor:pointer;background-color:var(--adm-color-wathet);color:var(--adm-color-primary)}.adm-footer-chip:last-child{margin-right:0}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:.2s ease-in-out animate-fade-in}.driver-fade .driver-popover{animation:.2s animate-fade-in}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;z-index:1000000000;background-color:#fff;border-radius:5px;min-width:250px;max-width:300px;margin:0;padding:15px;position:fixed;top:0;right:0;box-shadow:0 1px 10px #0006}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,Apple Color Emoji,Helvetica,Arial,sans-serif}.driver-popover-title{zoom:1;margin:0;font:700 19px/1.5 sans-serif;display:block;position:relative}.driver-popover-close-btn{all:unset;cursor:pointer;color:#d2d2d2;z-index:1;text-align:center;width:32px;height:28px;font-size:18px;font-weight:500;transition:color .2s;position:absolute;top:0;right:0}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{zoom:1;margin-bottom:0;font:400 14px/1.5 sans-serif}.driver-popover-footer{text-align:right;zoom:1;justify-content:space-between;align-items:center;margin-top:15px;display:flex}.driver-popover-progress-text{color:#727272;zoom:1;font-size:13px;font-weight:400}.driver-popover-footer button{all:unset;box-sizing:border-box;text-shadow:1px 1px #fff;color:#2d2d2d;cursor:pointer;zoom:1;background-color:#fff;border:1px solid #ccc;border-radius:3px;outline:0;padding:3px 7px;font:12px/1.3 sans-serif;text-decoration:none;display:inline-block}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{flex-grow:1;justify-content:flex-end;display:flex}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";border:5px solid #fff;position:absolute}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{border-top-color:#0000;border-bottom-color:#0000;border-right-color:#0000;left:100%}.driver-popover-arrow-side-right{border-top-color:#0000;border-bottom-color:#0000;border-left-color:#0000;right:100%}.driver-popover-arrow-side-top{border-bottom-color:#0000;border-left-color:#0000;border-right-color:#0000;top:100%}.driver-popover-arrow-side-bottom{border-top-color:#0000;border-left-color:#0000;border-right-color:#0000;bottom:100%}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{margin-top:-5px;top:50%}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{margin-left:-5px;left:50%}.driver-popover-arrow-none{display:none}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.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%;transition-property:transform;display:block;position:relative}.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{backface-visibility:hidden;transform:translateZ(0)}.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{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.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{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.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)}}._numberFont_tf0uu_1{font-family:Satoshi}._imgBox_tf0uu_4>img{width:100%;display:block}._ellipsis_tf0uu_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_tf0uu_14::-webkit-scrollbar{display:none}._confirmModal_tf0uu_17{padding:10rem 0 20rem;font-size:15rem}._megModalWrap_tf0uu_21{min-height:110rem}._megModalWrap_tf0uu_21 img{width:50rem}._numberFont_11sz4_1{font-family:Satoshi}._imgBox_11sz4_4>img{width:100%;display:block}._ellipsis_11sz4_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_11sz4_14::-webkit-scrollbar{display:none}._buttonWrap_11sz4_17{color:#fff;text-align:center;border-radius:6rem;padding:6rem 0;font-size:15rem}._buttonWrap_11sz4_17._white_11sz4_24{color:#ad69ff;background:#fff;border:1rem solid #e7d3ff}._buttonWrap_11sz4_17._orange_11sz4_29{background:#fcac34}._buttonWrap_11sz4_17._dark_orange_11sz4_32{background:linear-gradient(#ff9f41,#fcac34)}._buttonWrap_11sz4_17._purple_11sz4_35{background:linear-gradient(#895dff,#794fe8)}._buttonWrap_11sz4_17._blue_11sz4_38,._buttonWrap_11sz4_17._dark_blue_11sz4_41{background:#4195f8}._buttonWrap_11sz4_17._grey_11sz4_44{background:#a9a9a9}._buttonWrap_11sz4_17._Rose_Red_11sz4_47{background:#f434a5}._buttonWrap_11sz4_17._green_11sz4_50{color:#010000;background:linear-gradient(90deg,#63f391,#54d3b6)}._numberFont_1nqtg_1{font-family:Satoshi}._imgBox_1nqtg_4>img{width:100%;display:block}._ellipsis_1nqtg_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1nqtg_14::-webkit-scrollbar{display:none}._modalContent_1nqtg_17{text-align:center;background:linear-gradient(#8c32d8,#5e2baa,#4c3399);border-radius:16rem;padding-bottom:15rem;overflow:hidden}._modalContent_1nqtg_17 ._header_1nqtg_24{box-sizing:border-box;color:#fff;justify-content:space-between;align-items:center;height:50rem;margin-bottom:6rem;padding:0 12rem;font-size:16rem;font-weight:700;display:flex;position:relative;overflow:hidden}._modalContent_1nqtg_17 ._header_1nqtg_24 ._closeBtnWrap_1nqtg_38{box-sizing:border-box;align-items:center;width:35rem;height:100%;display:flex}._modalContent_1nqtg_17 ._header_1nqtg_24 ._closeBtnWrap_1nqtg_38 ._closeLine_1nqtg_45{background-color:#b070ed;border-radius:8rem;width:2rem;height:66%;margin-right:3rem}._modalContent_1nqtg_17 ._header_1nqtg_24 ._closeBtnWrap_1nqtg_38 ._closeBtn_1nqtg_38{width:27rem;height:27rem}._modalContent_1nqtg_17 ._header_1nqtg_24 ._headerBg_1nqtg_56{width:100%;position:absolute;top:0;left:0}._modalContent_1nqtg_17 ._header_1nqtg_24 ._headerBg_1nqtg_56 img{width:100%;display:block}._modalContent_1nqtg_17 ._header_1nqtg_24 ._headerTxt_1nqtg_66{color:#fff;flex:1;width:100%}._modalContent_1nqtg_17 ._content_1nqtg_71{color:#41096a;box-sizing:border-box;justify-content:center;padding:0 10rem;display:flex;overflow-y:auto}._modalContent_1nqtg_17 ._btnWrap_1nqtg_79{box-sizing:border-box;justify-content:center;align-items:center;margin:21rem auto 0;padding:0 10rem;font-weight:700;display:flex}._modalContent_1nqtg_17 ._btnWrap_1nqtg_79 div{border-radius:6rem;width:100%;margin:0 5rem;padding:10rem 0}._numberFont_gcy81_1{font-family:Satoshi}._imgBox_gcy81_4>img{width:100%;display:block}._ellipsis_gcy81_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_gcy81_14::-webkit-scrollbar{display:none}._closeBtnWrap_gcy81_17{width:100%}._closeBtnWrap_gcy81_17 img{width:100%;display:block}._numberFont_1tm3l_1{font-family:Satoshi}._imgBox_1tm3l_4>img{width:100%;display:block}._ellipsis_1tm3l_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1tm3l_14::-webkit-scrollbar{display:none}._modalContent_1tm3l_17{text-align:center;background:linear-gradient(#8c32d8,#5e2baa,#4c3399);border-radius:12rem;width:310rem;height:287rem;margin-bottom:60rem;overflow:hidden}._modalContent_1tm3l_17 ._header_1tm3l_26{box-sizing:border-box;justify-content:space-between;align-items:center;height:50rem;font-size:18rem;font-weight:700;display:flex;position:relative;overflow:hidden}._modalContent_1tm3l_17 ._header_1tm3l_26 ._headerTxt_1tm3l_37{text-align:center;color:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._modalContent_1tm3l_17 ._header_1tm3l_26 ._closeBtnWrap_1tm3l_46{box-sizing:border-box;align-items:center;height:100%;display:flex;position:absolute;top:0;right:12rem}._modalContent_1tm3l_17 ._header_1tm3l_26 ._closeBtnWrap_1tm3l_46 ._closeLine_1tm3l_55{background-color:#b070ed;border-radius:8rem;width:2rem;height:60%;margin-right:3rem}._modalContent_1tm3l_17 ._header_1tm3l_26 ._closeBtnWrap_1tm3l_46 ._closeBtn_1tm3l_46{width:27rem;height:27rem}._modalContent_1tm3l_17 ._content_1tm3l_66{text-align:center;color:#7d49fa;background-color:#f5f5ff;border-radius:7rem;flex-direction:column;align-items:center;width:285rem;height:145rem;margin-top:5rem;margin-left:12rem;font-size:14rem;font-weight:700;display:flex}._modalContent_1tm3l_17 ._content_1tm3l_66 ._tipLogo_1tm3l_81{background:linear-gradient(#6949e5,#8863ec 88.96%);border-radius:77rem;justify-content:center;align-items:center;width:77rem;height:77rem;margin-top:11rem;display:flex}._modalContent_1tm3l_17 ._content_1tm3l_66 ._tipLogo_1tm3l_81 img{width:66rem}._modalContent_1tm3l_17 ._content_1tm3l_66 ._msgTxt_1tm3l_94{margin-top:12rem}._modalContent_1tm3l_17 ._btnWrap_1tm3l_97{box-sizing:border-box;height:45rem;font-family:Roboto;font-weight:700;font-style:Condensed Bold;text-align:center;justify-content:space-between;align-items:center;gap:4%;margin:21rem 12rem 0;font-size:16rem;line-height:16rem;display:flex}._modalContent_1tm3l_17 ._btnWrap_1tm3l_97 ._btnCancel_1tm3l_112{background:linear-gradient(#794fe8,#8a5eff);border-radius:6rem;justify-content:center;align-items:center;width:48%;height:100%;display:flex}._modalContent_1tm3l_17 ._btnWrap_1tm3l_97 ._btnOk_1tm3l_121{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;flex:1;justify-content:center;align-items:center;height:100%;display:flex}.toast{color:#fff;text-align:center;opacity:0;background:linear-gradient(90deg,#4e4c8103,#3f3e7ce6 17.31%,#4c4989 49.04%,#2d2b6eb3 79.33%,#4e4c8103);justify-content:center;align-items:center;min-width:80%;padding:10px 50px;font-size:16rem;animation:1.5s ease-in-out forwards fadeInOut;display:flex;position:fixed;top:40%;left:50%;transform:translate(-50%,-50%)}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%)translateY(-20px)}25%{opacity:1;transform:translate(-50%)translateY(0)}75%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(0)}}._numberFont_1kdmj_1{font-family:Satoshi}._imgBox_1kdmj_4>img{width:100%;display:block}._ellipsis_1kdmj_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1kdmj_14::-webkit-scrollbar{display:none}._takeItWrap_1kdmj_17{text-align:center;width:306rem;height:306rem;position:relative}._takeItWrap_1kdmj_17 ._bg_1kdmj_23{width:100%;height:100%;position:absolute;top:0;left:0}._takeItWrap_1kdmj_17 ._bg_1kdmj_23 img{width:100%;height:100%}._takeItWrap_1kdmj_17 ._titleBg_1kdmj_34{width:100%;height:100%;position:absolute;top:-45%;left:0}._takeItWrap_1kdmj_17 ._titleBg_1kdmj_34 img{width:100%;height:100%}._takeItWrap_1kdmj_17 ._content_1kdmj_45{z-index:10;flex-direction:column;display:flex;position:relative}._takeItWrap_1kdmj_17 ._content_1kdmj_45 ._title_1kdmj_34{height:30rem;margin:0 auto 18rem}._takeItWrap_1kdmj_17 ._content_1kdmj_45 ._title_1kdmj_34 img{width:100%;height:100%}._takeItWrap_1kdmj_17 ._content_1kdmj_45 ._text_1kdmj_59{color:#ffc60b;margin-bottom:140rem;font-size:14rem;font-weight:500}._takeItWrap_1kdmj_17 ._content_1kdmj_45 ._amount_1kdmj_65{color:#fff;text-align:center;margin-bottom:26rem;font-family:Satoshi;font-size:30rem;font-weight:700}._takeItWrap_1kdmj_17 ._content_1kdmj_45 ._amount_1kdmj_65 ._numberImg_1kdmj_75{justify-content:center}._takeItWrap_1kdmj_17 ._content_1kdmj_45 ._amount_1kdmj_65 ._numberImg_1kdmj_75 img{height:62rem}._takeItWrap_1kdmj_17 ._content_1kdmj_45 ._amount_1kdmj_65 ._numberImg_1kdmj_75 img:first-of-type{margin:0 6rem}._takeItWrap_1kdmj_17 ._content_1kdmj_45 ._btnWrap_1kdmj_84{text-align:center;margin:0 9rem}._takeItWrap_1kdmj_17 ._content_1kdmj_45 ._btnWrap_1kdmj_84>div{text-align:center;background:linear-gradient(#ff9f41,#fcac34);width:100%;height:41rem;font-family:Roboto;font-size:16rem;font-weight:700;line-height:41rem}.la-ball-spin-clockwise-fade,.la-ball-spin-clockwise-fade>div{box-sizing:border-box;position:relative}.la-ball-spin-clockwise-fade{color:#ad69ff;font-size:0;display:block}.la-ball-spin-clockwise-fade.la-dark{color:#333}.la-ball-spin-clockwise-fade>div{float:none;background-color:currentColor;border:0 solid;display:inline-block}.la-ball-spin-clockwise-fade{width:46px;height:46px}.la-ball-spin-clockwise-fade>div{border-radius:100%;width:10px;height:10px;margin-top:-4px;margin-left:-4px;animation:1s linear infinite ball-spin-clockwise-fade;position:absolute;top:50%;left:50%}.la-ball-spin-clockwise-fade>div:first-child{animation-delay:-.875s;top:5%;left:50%}.la-ball-spin-clockwise-fade>div:nth-child(2){animation-delay:-.75s;top:18.1802%;left:81.8198%}.la-ball-spin-clockwise-fade>div:nth-child(3){animation-delay:-.625s;top:50%;left:95%}.la-ball-spin-clockwise-fade>div:nth-child(4){animation-delay:-.5s;top:81.8198%;left:81.8198%}.la-ball-spin-clockwise-fade>div:nth-child(5){animation-delay:-.375s;top:95%;left:50%}.la-ball-spin-clockwise-fade>div:nth-child(6){animation-delay:-.25s;top:81.8198%;left:18.1802%}.la-ball-spin-clockwise-fade>div:nth-child(7){animation-delay:-.125s;top:50%;left:5.00001%}.la-ball-spin-clockwise-fade>div:nth-child(8){animation-delay:0s;top:18.1795%;left:18.1804%}.la-ball-spin-clockwise-fade.la-sm{width:16px;height:16px}.la-ball-spin-clockwise-fade.la-sm>div{width:4px;height:4px;margin-top:-2px;margin-left:-2px}.la-ball-spin-clockwise-fade.la-2x{width:64px;height:64px}.la-ball-spin-clockwise-fade.la-2x>div{width:16px;height:16px;margin-top:-8px;margin-left:-8px}.la-ball-spin-clockwise-fade.la-3x{width:96px;height:96px}.la-ball-spin-clockwise-fade.la-3x>div{width:24px;height:24px;margin-top:-12px;margin-left:-12px}@keyframes ball-spin-clockwise-fade{50%{opacity:.25;transform:scale(.5)}to{opacity:1;transform:scale(1)}}._numberFont_1b9ue_1{font-family:Satoshi}._imgBox_1b9ue_4>img{width:100%;display:block}._ellipsis_1b9ue_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1b9ue_14::-webkit-scrollbar{display:none}._inviteSuccessWrap_1b9ue_17{width:245rem;height:375rem;position:relative}._inviteSuccessWrap_1b9ue_17 ._closeBtnWrap_1b9ue_22{z-index:10;width:27rem;height:27rem;position:absolute;top:-12rem;right:-5rem}._inviteSuccessWrap_1b9ue_17 ._bg_1b9ue_30{width:375rem;height:375rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._inviteSuccessWrap_1b9ue_17 ._bg_1b9ue_30 ._animationWrap_1b9ue_38{z-index:10;position:absolute;top:60%;left:50%}._inviteSuccessWrap_1b9ue_17 ._bg_1b9ue_30 ._bgWrap_1b9ue_44{z-index:20;margin:0 10%;position:absolute;top:-40rem}._inviteSuccessWrap_1b9ue_17 ._bg_1b9ue_30 ._bgWrap_1b9ue_44 img{width:100%;height:100%}._inviteSuccessWrap_1b9ue_17 ._content_1b9ue_54{flex-direction:column;width:100%;display:flex;position:absolute;top:140rem;left:50%;transform:translate(-50%)}._inviteSuccessWrap_1b9ue_17 ._content_1b9ue_54 ._cardContainer_1b9ue_63{box-sizing:border-box;flex-direction:column;width:100%;display:flex}._inviteSuccessWrap_1b9ue_17 ._content_1b9ue_54 ._cardContainer_1b9ue_63 ._section_1b9ue_69{box-sizing:border-box;background-color:#fff;border-radius:8rem;align-items:center;width:100%;height:34rem;margin-bottom:5rem;padding-left:8rem;font-weight:700;display:flex;box-shadow:2rem 4rem 6rem #00000040}._inviteSuccessWrap_1b9ue_17 ._content_1b9ue_54 ._cardContainer_1b9ue_63 ._section_1b9ue_69:last-child{margin-bottom:0}._inviteSuccessWrap_1b9ue_17 ._content_1b9ue_54 ._cardContainer_1b9ue_63 ._section_1b9ue_69 ._sectionIcon_1b9ue_85,._inviteSuccessWrap_1b9ue_17 ._content_1b9ue_54 ._cardContainer_1b9ue_63 ._section_1b9ue_69 ._sectionRiseIcon_1b9ue_86{margin-right:5rem}._inviteSuccessWrap_1b9ue_17 ._content_1b9ue_54 ._cardContainer_1b9ue_63 ._section_1b9ue_69 ._sectionIcon_1b9ue_85 img,._inviteSuccessWrap_1b9ue_17 ._content_1b9ue_54 ._cardContainer_1b9ue_63 ._section_1b9ue_69 ._sectionRiseIcon_1b9ue_86 img{width:100%;height:100%;display:inline-block}._inviteSuccessWrap_1b9ue_17 ._content_1b9ue_54 ._cardContainer_1b9ue_63 ._section_1b9ue_69 ._sectionRiseIcon_1b9ue_86{width:24rem;height:29rem}._inviteSuccessWrap_1b9ue_17 ._content_1b9ue_54 ._cardContainer_1b9ue_63 ._section_1b9ue_69:first-child ._sectionIcon_1b9ue_85{width:17rem;height:18rem}._inviteSuccessWrap_1b9ue_17 ._content_1b9ue_54 ._cardContainer_1b9ue_63 ._section_1b9ue_69:nth-child(2) ._sectionIcon_1b9ue_85{width:21rem;height:15rem}._inviteSuccessWrap_1b9ue_17 ._content_1b9ue_54 ._cardContainer_1b9ue_63 ._section_1b9ue_69:nth-child(3) ._sectionIcon_1b9ue_85{width:17.5rem;height:17rem}._inviteSuccessWrap_1b9ue_17 ._content_1b9ue_54 ._cardContainer_1b9ue_63 ._section_1b9ue_69 ._sectionTitle_1b9ue_111{color:#5b5bff;font-size:12rem}._inviteSuccessWrap_1b9ue_17 ._content_1b9ue_54 ._cardContainer_1b9ue_63 ._section_1b9ue_69 ._sectionValue_1b9ue_115{color:#1a45ff;font-size:20rem}._inviteSuccessWrap_1b9ue_17 ._content_1b9ue_54 ._cardContainer_1b9ue_63 ._section_1b9ue_69 ._sectionValue_1b9ue_115._total_1b9ue_119{font-size:24rem}._inviteSuccessWrap_1b9ue_17 ._content_1b9ue_54 ._cardContainer_1b9ue_63 ._section_1b9ue_69 ._upValue_1b9ue_122{color:#ff6c00}._inviteSuccessWrap_1b9ue_17 ._content_1b9ue_54 ._btnWrap_1b9ue_125{text-align:center;margin-top:44rem}._inviteSuccessWrap_1b9ue_17 ._content_1b9ue_54 ._btnWrap_1b9ue_125>div{padding:7.5rem 0;font-size:16rem;font-weight:500}._numberFont_1mev2_1{font-family:Satoshi}._imgBox_1mev2_4>img{width:100%;display:block}._ellipsis_1mev2_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1mev2_14::-webkit-scrollbar{display:none}._lottie_wrap_1mev2_17{width:100%;height:100%}._numberFont_hokhf_1{font-family:Satoshi}._imgBox_hokhf_4>img{width:100%;display:block}._ellipsis_hokhf_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_hokhf_14::-webkit-scrollbar{display:none}._firstChargeWrap_hokhf_17{text-align:center;color:#fff;box-sizing:border-box;margin:0 2%;font-family:Roboto;font-size:12rem;font-weight:700;position:relative}._firstChargeWrap_hokhf_17 img{width:100%}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30{position:relative}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._lightAni_hokhf_33{width:100%;height:100%;position:absolute;top:0;left:-3%}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._firstChargeBg_hokhf_40{width:100%;position:relative}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._firstChargeBg_hokhf_40 ._firstChargeGift_hokhf_44{width:126rem;position:absolute;top:-22rem;left:8rem}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._firstChargeDetail_hokhf_50{box-sizing:border-box;width:100%;height:100%;padding:5% 0 0;position:absolute;top:0;left:0}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._firstChargeDetail_hokhf_50 ._title_hokhf_59{flex-direction:column;justify-content:center;align-items:flex-end;display:flex}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._firstChargeDetail_hokhf_50 ._title_hokhf_59 img{width:auto;height:53rem;margin-bottom:2%;margin-right:10%}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._firstChargeDetail_hokhf_50 ._title_hokhf_59 ._titleLimit_hokhf_71{justify-content:center;align-items:center;margin-right:35rem;display:flex}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._firstChargeDetail_hokhf_50 ._title_hokhf_59 ._titleLimit_hokhf_71 img{width:auto;height:18rem}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._firstChargeDetail_hokhf_50 ._giftTime_hokhf_81{justify-content:flex-end;align-items:center;margin:1% 11% 4% 0;display:flex}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._firstChargeDetail_hokhf_50 ._giftTime_hokhf_81 ._giftTimeBg_hokhf_87{background:linear-gradient(#fba258,#ffb87d);border-radius:2rem;justify-content:center;align-items:center;width:20rem;padding:3rem 0;font-size:18rem;line-height:18rem;display:flex}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._firstChargeDetail_hokhf_50 ._titlein_hokhf_98 img,._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._firstChargeDetail_hokhf_50 ._titleagt_hokhf_102 img{height:60rem;margin-bottom:0}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._firstChargeDetail_hokhf_50 ._titlebr_hokhf_106 img{height:50rem;margin-bottom:3%}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._firstChargeDetail_hokhf_50 ._firstChargeBody_hokhf_110{box-sizing:border-box;width:100%;padding:0 7%;position:absolute;bottom:10%;left:0}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._firstChargeDetail_hokhf_50 ._firstChargeBody_hokhf_110 ._crow_hokhf_118{width:68%;position:absolute;top:-16%;left:50%;transform:translate(-50%)}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._firstChargeDetail_hokhf_50 ._firstChargeBody_hokhf_110 ._crow_hokhf_118 ._crowInfo_hokhf_125{justify-content:center;align-items:center;gap:4rem;width:100%;padding:5rem 0;display:flex}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._firstChargeDetail_hokhf_50 ._firstChargeBody_hokhf_110 ._crow_hokhf_118 ._crowInfo_hokhf_125 img{width:13rem}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._firstChargeDetail_hokhf_50 ._firstChargeBody_hokhf_110 ._itemContent_hokhf_136{flex-direction:column;gap:8px;display:flex}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._firstChargeDetail_hokhf_50 ._firstChargeBody_hokhf_110 ._itemContent_hokhf_136 ._chargeItem0_hokhf_141{padding:0 5%;font-size:19rem;line-height:19rem}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._firstChargeDetail_hokhf_50 ._firstChargeBody_hokhf_110 ._itemContent_hokhf_136 ._chargeItem1_hokhf_146{padding:0 2.5%;font-size:20rem;line-height:20rem}._firstChargeWrap_hokhf_17 ._firstChargeContent_hokhf_30 ._firstChargeDetail_hokhf_50 ._firstChargeBody_hokhf_110 ._itemContent_hokhf_136 ._chargeItem2_hokhf_151{padding:0;font-size:22rem;line-height:22rem}._firstChargeWrap_hokhf_17 ._depositBtn_hokhf_156{box-sizing:border-box;width:100%;padding:0 5%}._firstChargeWrap_hokhf_17 ._depositBtn_hokhf_156 ._btn_hokhf_161{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;justify-content:center;align-items:center;width:100%;height:47rem;font-size:16rem;display:flex}._firstChargeWrap_hokhf_17 ._closeBtn_hokhf_171{width:24rem;height:24rem;position:absolute;top:-45rem;right:0}._numberFont_3e8jd_1{font-family:Satoshi}._imgBox_3e8jd_4>img{width:100%;display:block}._ellipsis_3e8jd_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_3e8jd_14::-webkit-scrollbar{display:none}._timeWrap_3e8jd_17,._timeWrap_3e8jd_17 ._timeItem_3e8jd_22,._timeWrap_3e8jd_17 ._timeItem_3e8jd_22 ._timeBg_3e8jd_27,._timeWrap_3e8jd_17 ._timeItem_3e8jd_22 ._mao_3e8jd_32{justify-content:center;align-items:center;display:flex}._timeWrap_3e8jd_17 ._timeItem_3e8jd_22 ._mao_3e8jd_32 img{height:12rem}._numberFont_4irmt_1{font-family:Satoshi}._imgBox_4irmt_4>img{width:100%;display:block}._ellipsis_4irmt_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_4irmt_14::-webkit-scrollbar{display:none}._directDepositWrap_4irmt_17{text-align:center;color:#9a92a6;margin:0 30rem;font-family:Roboto;font-size:14rem;font-weight:700}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25{box-sizing:border-box;background-color:#fff;border-radius:10rem;width:100%;padding:14rem 19rem}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directTitle_4irmt_32{color:#444344;height:24rem;font-size:18rem;line-height:24rem;position:relative}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directTitle_4irmt_32 ._closeBtn_4irmt_39{position:absolute;top:0;right:0}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directTitle_4irmt_32 ._closeBtn_4irmt_39 img{width:24rem;height:24rem}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48{color:#6a479d;justify-content:center;align-items:center;gap:14rem;margin:8rem 0 26rem;font-weight:400;display:grid}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._depositInfo_4irmt_57{background:linear-gradient(#f8f6ff,#f2eaff);border-radius:18rem;padding-bottom:12rem}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._depositInfo_4irmt_57 ._depositGold_4irmt_62 img{width:60rem}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._depositInfo_4irmt_57 ._goldNum_4irmt_65{color:#613a98;font-size:34rem;font-weight:900;line-height:20rem}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._depositInfo_4irmt_57 ._goldText_4irmt_71{color:#7d49fa;margin-top:14rem;font-size:12rem;font-weight:900}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._depositInfo_4irmt_57 ._makeUp_4irmt_77{color:#fff;justify-content:center;align-items:center;gap:10rem;font-size:12rem;font-weight:900;display:flex}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._depositInfo_4irmt_57 ._makeUp_4irmt_77 ._amount_4irmt_86{border-radius:20rem;flex-direction:column;justify-content:center;align-items:center;width:98rem;padding:2rem 0;font-size:9rem;line-height:9rem;display:flex}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._depositInfo_4irmt_57 ._makeUp_4irmt_77 ._amount_4irmt_86 span{margin-left:2rem;font-size:14rem;line-height:14rem}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._depositInfo_4irmt_57 ._makeUp_4irmt_77 ._add_4irmt_102{color:#ff9200;font-size:26rem;font-weight:500;line-height:26rem}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._depositInfo_4irmt_57 ._makeUp_4irmt_77 ._violetBg_4irmt_108{background-color:#9265ff}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._depositInfo_4irmt_57 ._makeUp_4irmt_77 ._orangeBg_4irmt_111{background-color:#ffa42a}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._methodInfo_4irmt_114 ._methodHead_4irmt_114{color:#7d49fa;text-align:left;margin-bottom:8rem;font-size:12rem;font-weight:700}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._methodInfo_4irmt_114 ._methodBody_4irmt_121{width:100%}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._methodInfo_4irmt_114 ._methodBody_4irmt_121 ._itemContent_4irmt_124{box-sizing:border-box;border:1rem solid #e8eaed;border-radius:6rem;justify-content:space-between;align-items:center;width:100%;margin-bottom:7rem;padding:8rem 10rem;display:flex}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._methodInfo_4irmt_114 ._methodBody_4irmt_121 ._itemContent_4irmt_124 ._left_4irmt_135{text-align:left;align-items:center;display:flex}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._methodInfo_4irmt_114 ._methodBody_4irmt_121 ._itemContent_4irmt_124 ._left_4irmt_135 ._methodType_4irmt_140{width:34rem;height:34rem;margin-right:12rem}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._methodInfo_4irmt_114 ._methodBody_4irmt_121 ._itemContent_4irmt_124 ._left_4irmt_135 ._methodType_4irmt_140 img{width:34rem}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._methodInfo_4irmt_114 ._methodBody_4irmt_121 ._itemContent_4irmt_124 ._left_4irmt_135 ._methodLabel_4irmt_148 ._methodTitle_4irmt_148{color:#6d5989;font-weight:900}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._methodInfo_4irmt_114 ._methodBody_4irmt_121 ._itemContent_4irmt_124 ._radioBtn_4irmt_152 img{width:18rem}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._methodInfo_4irmt_114 ._methodBody_4irmt_121 ._selected_4irmt_155{border:1rem solid #3b82f6}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._methodInfo_4irmt_114 ._methodBody_4irmt_121 ._selected_4irmt_155 ._methodTitle_4irmt_148{color:#2b7bff!important}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._safeInfo_4irmt_161{background-color:#f9fafb;border-radius:6rem;justify-content:center;align-items:flex-start;gap:5rem;padding:11rem 13rem;display:flex}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._safeInfo_4irmt_161 ._safeIcon_4irmt_170{justify-content:center;align-items:center;width:30rem;display:flex}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._safeInfo_4irmt_161 ._safeIcon_4irmt_170 img{width:100%}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._safeInfo_4irmt_161 ._safeMsg_4irmt_179{color:#685781;text-align:left;font-size:12rem;font-weight:900}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._safeInfo_4irmt_161 ._safeMsg_4irmt_179 span{color:#9a92a6;font-size:10rem}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._actualInfo_4irmt_189{color:#685781;border-top:1px dashed #cecece;justify-content:space-between;align-items:center;padding-top:14rem;font-weight:900;line-height:22rem;display:flex}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._actualInfo_4irmt_189 span{color:#613a98;font-size:22rem}._directDepositWrap_4irmt_17 ._directDepositContent_4irmt_25 ._directBody_4irmt_48 ._btn_4irmt_203{color:#fff;background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;width:100%;height:41rem;font-size:16rem;font-weight:700;line-height:41rem}._numberFont_19jxq_1{font-family:Satoshi}._imgBox_19jxq_4>img{width:100%;display:block}._ellipsis_19jxq_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_19jxq_14::-webkit-scrollbar{display:none}._backWrap_19jxq_17{width:50px}._backWrap_19jxq_17 img{width:100%;display:block}._draggable_19jxq_24{z-index:99;top:0;left:0}._dragName_19jxq_29{z-index:100;width:20rem!important;min-width:20rem!important;max-width:20rem!important;height:20rem!important;min-height:20rem!important;max-height:20rem!important;position:fixed!important;top:0!important;left:0!important}._dragName_19jxq_29:not(:root):fullscreen::backdrop{inset:50px auto auto 20px;background:0 0!important}._numberFont_vngwd_1{font-family:Satoshi}._imgBox_vngwd_4>img{width:100%;display:block}._ellipsis_vngwd_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_vngwd_14::-webkit-scrollbar{display:none}._uI_vngwd_17{box-sizing:border-box;letter-spacing:0;background:#242625;border-radius:12rem 12rem 0 0;flex-direction:column;justify-content:center;align-items:center;row-gap:14rem;width:100%;padding:9rem 6rem;font-family:Roboto;display:flex}._uI_vngwd_17 ._payMethods2_vngwd_31{text-align:center;color:var(--Color_008,#fff);font-size:var(--Font_size_12);flex-direction:column;flex-shrink:0;align-items:center;row-gap:11rem;display:flex}._uI_vngwd_17 ._payMethods2_vngwd_31 ._rectangle346241324_vngwd_41{background:#42494b;border-radius:20rem;flex-shrink:0;width:42rem;height:3rem}._uI_vngwd_17 ._payMethods2_vngwd_31 ._payMethods_vngwd_31{color:var(--Variable-collection-Color_008);flex-shrink:0;align-self:stretch;line-height:normal}._uI_vngwd_17 ._frame4273213512_vngwd_54{color:#000;flex-shrink:0;align-items:flex-end;column-gap:184rem;font-size:34rem;font-weight:700;display:inline-flex}._uI_vngwd_17 ._frame4273213512_vngwd_54 ._lOgo_vngwd_63{flex-shrink:0;justify-content:space-between;align-items:center;width:74rem;height:40rem;display:flex}._uI_vngwd_17 ._frame4273213512_vngwd_54 ._lOgo_vngwd_63 img{width:100%;display:block}._uI_vngwd_17 ._frame4273213512_vngwd_54 ._frame427321351_vngwd_54{text-align:center;flex-direction:column;flex-shrink:0;align-items:flex-start;row-gap:2rem;display:flex}._uI_vngwd_17 ._frame4273213512_vngwd_54 ._frame427321351_vngwd_54 ._topUpAmount_vngwd_83{color:var(--Variable-collection-Color_002);line-height:normal;font-size:var(--Font_size_11);flex-shrink:0;align-self:stretch}._uI_vngwd_17 ._frame4273213512_vngwd_54 ._frame427321351_vngwd_54 ._mX10100_vngwd_90{color:var(--Variable-collection-Color_008);line-height:normal;font-size:var(--Font_size_16);flex-shrink:0;align-self:stretch;font-weight:500}._uI_vngwd_17 ._ct_vngwd_98{white-space:nowrap;width:343rem;line-height:13rem;font-size:var(--Font_size_11);background:#333738;border-radius:8rem;flex-direction:column;flex-shrink:0;align-items:flex-start;row-gap:13rem;padding:7rem 8rem;display:flex}._uI_vngwd_17 ._ct_vngwd_98 ._frame427321350_vngwd_112{background:#2f493e;border-radius:8rem;flex-shrink:0;justify-content:center;align-items:flex-start;column-gap:4rem;width:342rem;padding:7.5rem 0;display:flex}._uI_vngwd_17 ._ct_vngwd_98 ._frame427321350_vngwd_112 ._group427321350_vngwd_123{text-align:center;color:#000;width:13rem;height:13rem;font-size:var(--Font_size_10);background:#1bf384;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:500;display:flex;position:relative}._uI_vngwd_17 ._ct_vngwd_98 ._frame427321350_vngwd_112 ._payWithin10MinutesUs_vngwd_138{max-width:90%;color:var(--Variable-collection-Color_002);white-space:pre-wrap;line-height:13rem}._uI_vngwd_17 ._ct_vngwd_98 ._frame427321352_vngwd_144{flex-shrink:0;justify-content:space-between;align-items:center;width:100%;display:flex}._uI_vngwd_17 ._ct_vngwd_98 ._frame427321352_vngwd_144 ._bankAccount_vngwd_151{min-width:71rem;color:var(--Variable-collection-Color_002);flex-shrink:0;line-height:normal}._uI_vngwd_17 ._ct_vngwd_98 ._frame427321352_vngwd_144 ._jka_vngwd_157{color:#fff;flex-shrink:0;justify-content:center;align-items:center;column-gap:4rem;display:inline-flex}._uI_vngwd_17 ._ct_vngwd_98 ._frame427321352_vngwd_144 ._jka_vngwd_157 ._a6300425405540504350_vngwd_165{flex-shrink:0;min-width:112rem;line-height:normal}._uI_vngwd_17 ._ct_vngwd_98 ._frame427321352_vngwd_144 ._jka_vngwd_157 ._btnCopy_vngwd_170{width:8rem;height:9rem;margin-left:-10rem;padding:10rem;position:relative}._uI_vngwd_17 ._ct_vngwd_98 ._frame427321352_vngwd_144 ._jka_vngwd_157 ._btnCopy_vngwd_170 ._group427321351_vngwd_177{flex-shrink:0;width:8rem;height:9rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._uI_vngwd_17 ._ct_vngwd_98 ._frame427321352_vngwd_144 ._jka_vngwd_157 ._btnCopy_vngwd_170 ._group427321351_vngwd_177 ._rectangle346241327_vngwd_186{background:#d9d9d9;border-radius:1rem;width:6rem;height:7rem;position:absolute;bottom:0;left:0}._uI_vngwd_17 ._ct_vngwd_98 ._frame427321352_vngwd_144 ._jka_vngwd_157 ._btnCopy_vngwd_170 ._group427321351_vngwd_177 ._rectangle346241328_vngwd_195{border:1rem solid #d9d9d9;border-radius:1rem;width:5rem;height:6rem;position:absolute;top:0;right:0}._uI_vngwd_17 ._frame4273213522_vngwd_204{white-space:nowrap;width:100%;color:var(--Color_008,#fff);line-height:16rem;font-size:var(--Font_size_14);background:#333738;border-radius:8rem;flex-shrink:0;justify-content:center;align-items:center;column-gap:10rem;padding:17rem 0;display:flex}._uI_vngwd_17 ._frame4273213522_vngwd_204 ._depositMade_vngwd_219{color:var(--Variable-collection-Color_008);flex-shrink:0;line-height:normal}._numberFont_19hbd_1{font-family:Satoshi}._imgBox_19hbd_4>img{width:100%;display:block}._ellipsis_19hbd_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_19hbd_14::-webkit-scrollbar{display:none}._firstChargeItemWrap_19hbd_17{width:100%;font-family:initial}._firstChargeItemWrap_19hbd_17 ._depositInfo_19hbd_21{width:100%;position:relative}._firstChargeItemWrap_19hbd_17 ._depositInfo_19hbd_21 ._itemBg_19hbd_25,._firstChargeItemWrap_19hbd_17 ._depositInfo_19hbd_21 ._itemBg_19hbd_25 img{width:100%}._firstChargeItemWrap_19hbd_17 ._depositInfo_19hbd_21 ._depositItemContent_19hbd_31{width:100%;height:100%;position:absolute;top:0;left:0}._firstChargeItemWrap_19hbd_17 ._depositInfo_19hbd_21 ._depositItemContent_19hbd_31 ._itemBody_19hbd_38{justify-content:center;align-items:flex-start;gap:3rem;padding:11.5% 0 0;display:flex}._firstChargeItemWrap_19hbd_17 ._depositInfo_19hbd_21 ._depositItemContent_19hbd_31 ._itemBody_19hbd_38 ._text1_19hbd_45{flex-direction:column;justify-content:center;align-items:center;min-width:25rem;display:flex;position:relative}._firstChargeItemWrap_19hbd_17 ._depositInfo_19hbd_21 ._depositItemContent_19hbd_31 ._itemBody_19hbd_38 ._text1_19hbd_45 ._littleText_19hbd_53{font-size:10rem;line-height:10rem;position:absolute;top:120%;left:50%;transform:translate(-50%)}._firstChargeItemWrap_19hbd_17 ._depositInfo_19hbd_21 ._depositItemContent_19hbd_31 ._itemBody_19hbd_38 ._totalText_19hbd_61{width:36%;margin-top:-2%;position:relative}._firstChargeItemWrap_19hbd_17 ._depositInfo_19hbd_21 ._depositItemContent_19hbd_31 ._itemBody_19hbd_38 ._totalText_19hbd_61 ._totalBox_19hbd_66{justify-content:center;align-items:center;width:100%;display:flex}._firstChargeItemWrap_19hbd_17 ._depositInfo_19hbd_21 ._depositItemContent_19hbd_31 ._itemBody_19hbd_38 ._totalText_19hbd_61 ._totalBox_19hbd_66 img{width:100%}._firstChargeItemWrap_19hbd_17 ._depositInfo_19hbd_21 ._depositItemContent_19hbd_31 ._itemBody_19hbd_38 ._totalText_19hbd_61 ._text3_19hbd_75{color:#ffe832;justify-content:center;align-items:center;gap:5rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._firstChargeItemWrap_19hbd_17 ._depositInfo_19hbd_21 ._depositItemContent_19hbd_31 ._itemBody_19hbd_38 ._totalText_19hbd_61 ._text3_19hbd_75 img{width:21rem;display:block}._firstChargeItemWrap_19hbd_17 ._depositInfo_19hbd_21 ._depositItemContent_19hbd_31 ._depositRebate_19hbd_90{color:#3250fd;position:absolute;top:14%;left:50%;transform:translate(-50%,-50%)}._firstChargeItemWrap_19hbd_17 ._depositInfo_19hbd_21 ._depositItemContent_19hbd_31 ._depositRebate_19hbd_90 ._rebateIcon_19hbd_97{justify-content:center;align-items:center;display:flex}._firstChargeItemWrap_19hbd_17 ._depositInfo_19hbd_21 ._depositItemContent_19hbd_31 ._depositRebate_19hbd_90 ._rebateIcon_19hbd_97 img{width:auto;height:21rem}._firstChargeItemWrap_19hbd_17 ._depositInfo_19hbd_21 ._depositItemContent_19hbd_31 ._depositRebate_19hbd_90 ._rebateNum_19hbd_106{white-space:nowrap;justify-content:center;align-items:center;gap:3rem;height:100%;font-size:10rem;line-height:10rem;display:flex;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}._firstChargeItemWrap_19hbd_17 ._depositInfo_19hbd_21 ._depositItemContent_19hbd_31 ._depositRebate_19hbd_90 ._rebateNum_19hbd_106 span{font-size:12rem;line-height:12rem}._firstChargeItemWrap_19hbd_17 ._depositInfo_19hbd_21 ._depositItemContent_19hbd_31 ._selected_19hbd_124{justify-content:center;align-items:center;width:10%;display:flex;position:absolute;top:-5rem;right:-5rem}._firstChargeItemWrap_19hbd_17 ._depositInfo_19hbd_21 ._depositItemContent_19hbd_31 ._selected_19hbd_124 img{width:100%}._firstChargeSelect_19hbd_136{transform:scale(1.03)}._firstChargeSelect_19hbd_136 ._depositInfo_19hbd_21 ._depositItemContent_19hbd_31 ._itemBody_19hbd_38{color:#d8703a}._firstChargeSelect_19hbd_136 ._depositInfo_19hbd_21 ._depositItemContent_19hbd_31 ._itemBody_19hbd_38 ._totalText_19hbd_61 ._text3_19hbd_75{color:#f55d02}._firstChargeSelect_19hbd_136 ._depositInfo_19hbd_21 ._depositItemContent_19hbd_31 ._depositRebate_19hbd_90{color:#fff}._numberFont_12u9e_1{font-family:Satoshi}._imgBox_12u9e_4>img{width:100%;display:block}._ellipsis_12u9e_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_12u9e_14::-webkit-scrollbar{display:none}._withdrawDepositWrap_12u9e_17{text-align:center;width:100%;height:491rem;position:relative}._withdrawDepositWrap_12u9e_17 ._closeBtnWrap_12u9e_23{z-index:10;width:27rem;height:27rem;position:absolute;top:66rem;right:28rem}._withdrawDepositWrap_12u9e_17 ._bg_12u9e_31{z-index:1;width:306rem;height:318rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._withdrawDepositWrap_12u9e_17 ._bg_12u9e_31 ._animationWrap_12u9e_40{z-index:2;position:absolute;top:36%;left:50%}._withdrawDepositWrap_12u9e_17 ._bg_12u9e_31 ._bgWrap_12u9e_46{z-index:3;position:absolute}._withdrawDepositWrap_12u9e_17 ._bg_12u9e_31 ._bgWrap_12u9e_46 ._goldBg_12u9e_50{width:276rem;height:127rem;position:absolute;top:0;left:50%;transform:translate(-50%)}._withdrawDepositWrap_12u9e_17 ._bg_12u9e_31 ._bgWrap_12u9e_46 img{width:100%;height:100%}._withdrawDepositWrap_12u9e_17 ._content_12u9e_62{z-index:10;flex-direction:column;width:100%;display:flex;position:absolute;top:220rem;left:50%;transform:translate(-50%)}._withdrawDepositWrap_12u9e_17 ._content_12u9e_62 ._moneyWrap_12u9e_72 ._moneyTitle_12u9e_72{color:#7543f5;font-weight:900}._withdrawDepositWrap_12u9e_17 ._content_12u9e_62 ._moneyWrap_12u9e_72 ._moneyContent_12u9e_76{justify-content:center;align-items:center;width:100%;height:40rem;display:flex}._withdrawDepositWrap_12u9e_17 ._content_12u9e_62 ._moneyWrap_12u9e_72 ._moneyContent_12u9e_76 ._moneyIcon_12u9e_83{width:33rem;height:27rem;margin-right:6rem}._withdrawDepositWrap_12u9e_17 ._content_12u9e_62 ._moneyWrap_12u9e_72 ._moneyContent_12u9e_76 ._moneyIcon_12u9e_83 img{width:100%;height:100%;display:inline-block}._withdrawDepositWrap_12u9e_17 ._content_12u9e_62 ._moneyWrap_12u9e_72 ._moneyContent_12u9e_76 ._moneyValue_12u9e_93{color:#fc901b;font-size:34rem;font-weight:900}._withdrawDepositWrap_12u9e_17 ._content_12u9e_62 ._tipWrap_12u9e_98{box-sizing:border-box;margin-top:32rem;padding-left:56rem}._withdrawDepositWrap_12u9e_17 ._content_12u9e_62 ._tipWrap_12u9e_98 ._tipTitle_12u9e_103{color:#7543f5;text-align:left;padding-left:12rem;font-size:11rem;font-weight:900;display:flex;position:relative}._withdrawDepositWrap_12u9e_17 ._content_12u9e_62 ._tipWrap_12u9e_98 ._tipTitle_12u9e_103:last-child{margin-top:8rem}._withdrawDepositWrap_12u9e_17 ._content_12u9e_62 ._tipWrap_12u9e_98 ._tipTitle_12u9e_103:before{content:"";background-color:#7543f5;border-radius:50%;width:6rem;height:6rem;position:absolute;top:5rem;left:0}._withdrawDepositWrap_12u9e_17 ._btnWrap_12u9e_125{text-align:center;z-index:10;background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;width:234rem;height:41rem;margin:auto;font-weight:700;position:absolute;bottom:36rem;left:15%;transform:skew(357deg)}._withdrawDepositWrap_12u9e_17 ._btnWrap_12u9e_125>div{box-sizing:border-box;background:0 0;width:100%;padding:7rem 0 5.5rem;font-size:18rem;position:absolute;transform:skew(355deg)!important}._withdrawDepositWrap_12u9e_17 ._btnWrap_12u9e_125>div span{margin-left:5rem}._numberFont_1cm4l_1{font-family:Satoshi}._imgBox_1cm4l_4>img{width:100%;display:block}._ellipsis_1cm4l_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1cm4l_14::-webkit-scrollbar{display:none}._withdrawDepositWrap_1cm4l_17{text-align:center;width:100%;height:491rem;position:relative}._withdrawDepositWrap_1cm4l_17 ._closeBtnWrap_1cm4l_23{z-index:10;width:27rem;height:27rem;position:absolute;top:20rem;right:40rem}._withdrawDepositWrap_1cm4l_17 ._bg_1cm4l_31{width:360rem;height:350rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._withdrawDepositWrap_1cm4l_17 ._bg_1cm4l_31 img{width:100%;height:100%}._withdrawDepositWrap_1cm4l_17 ._content_1cm4l_43{z-index:10;box-sizing:border-box;flex-direction:column;width:100%;padding-right:12rem;display:flex;position:absolute;top:220rem;left:50%;transform:translate(-50%)}._withdrawDepositWrap_1cm4l_17 ._content_1cm4l_43 ._header_1cm4l_55{text-align:left;box-sizing:border-box;width:100%;padding-left:34rem;position:absolute;top:-120rem}._withdrawDepositWrap_1cm4l_17 ._content_1cm4l_43 ._header_1cm4l_55 ._headerTitle_1cm4l_63{color:#fff;font-size:17rem;font-weight:700}._withdrawDepositWrap_1cm4l_17 ._content_1cm4l_43 ._header_1cm4l_55 ._headerContainer_1cm4l_68{color:#ffe50d;text-shadow:2px 2px 4px #0857be;height:100%;font-size:40rem;font-weight:700;display:inline-block;position:relative}._withdrawDepositWrap_1cm4l_17 ._content_1cm4l_43 ._header_1cm4l_55 ._headerContainer_1cm4l_68 ._headerYieldTip_1cm4l_77{color:#fff;min-width:80rem;height:20rem;text-shadow:none;font-size:10rem;position:absolute;top:-6rem;right:-76rem}._withdrawDepositWrap_1cm4l_17 ._content_1cm4l_43 ._header_1cm4l_55 ._headerContainer_1cm4l_68 ._headerYieldTip_1cm4l_77 ._headerTip_1cm4l_87{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0}._withdrawDepositWrap_1cm4l_17 ._content_1cm4l_43 ._header_1cm4l_55 ._headerContainer_1cm4l_68 ._headerYieldTip_1cm4l_77 img{width:100%;height:100%}._withdrawDepositWrap_1cm4l_17 ._content_1cm4l_43 ._amountContainer_1cm4l_100{color:#fff;flex-direction:column;align-items:center;font-weight:900;display:flex}._withdrawDepositWrap_1cm4l_17 ._content_1cm4l_43 ._amountContainer_1cm4l_100 ._amountBalance_1cm4l_107{margin-top:5rem;font-size:14rem}._withdrawDepositWrap_1cm4l_17 ._content_1cm4l_43 ._amountContainer_1cm4l_100 ._amountMoney_1cm4l_111{color:#fff;justify-content:center;align-items:center;font-size:22rem;display:flex}._withdrawDepositWrap_1cm4l_17 ._content_1cm4l_43 ._amountContainer_1cm4l_100 ._amountMoney_1cm4l_111 span{margin-left:5rem;font-size:18rem;line-height:18rem}._withdrawDepositWrap_1cm4l_17 ._content_1cm4l_43 ._tipContainer_1cm4l_123{flex-direction:column;justify-content:center;align-items:center;margin-top:30rem;font-weight:900;display:flex}._withdrawDepositWrap_1cm4l_17 ._content_1cm4l_43 ._tipContainer_1cm4l_123 ._tipTop_1cm4l_131{color:#e948f8;font-size:14rem}._withdrawDepositWrap_1cm4l_17 ._content_1cm4l_43 ._tipContainer_1cm4l_123 ._tipBottom_1cm4l_135{background-color:#ffffffb3;border-radius:8rem;justify-content:center;align-items:center;width:270rem;height:34rem;margin-top:10rem;display:flex}._withdrawDepositWrap_1cm4l_17 ._content_1cm4l_43 ._tipContainer_1cm4l_123 ._tipBottom_1cm4l_135 ._tipBottomContent_1cm4l_145{box-sizing:border-box;color:#454545;justify-content:center;align-items:center;width:100%;height:100%;font-size:12rem;display:flex}._withdrawDepositWrap_1cm4l_17 ._btnWrap_1cm4l_155{text-align:center;width:310rem;height:47rem;margin:auto;position:absolute;bottom:30rem;left:48%;transform:translate(-50%)}._withdrawDepositWrap_1cm4l_17 ._btnWrap_1cm4l_155>div{height:100%;font-size:18rem;font-weight:700;line-height:47rem;padding:0!important}._withdrawDepositWrap_1cm4l_17 ._btnWrap_1cm4l_155>div span{margin-left:5rem}._numberFont_1ruwb_1{font-family:Satoshi}._imgBox_1ruwb_4>img{width:100%;display:block}._ellipsis_1ruwb_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1ruwb_14::-webkit-scrollbar{display:none}._giftWrap_1ruwb_17{text-align:center;color:#fff;box-sizing:border-box;width:100%;padding:0 7%;font-family:Roboto;font-size:12rem;font-weight:700;position:relative}._giftWrap_1ruwb_17 ._closeBtnWrap_1ruwb_28{z-index:10;width:27.5rem;height:27.5rem;position:absolute;top:-20rem;right:0}._giftWrap_1ruwb_17 ._languageTitle_1ruwb_36{z-index:2;width:100%;position:relative}._giftWrap_1ruwb_17 ._languageTitle_1ruwb_36 img{width:100%;display:block}._giftWrap_1ruwb_17 ._activeTime_1ruwb_45{z-index:3;position:relative}._giftWrap_1ruwb_17 ._activeTime_1ruwb_45 ._activeTimeContent_1ruwb_49{margin-top:3rem}._giftWrap_1ruwb_17 ._activeTime_1ruwb_45 ._activeTimeContent_1ruwb_49 ._giftTimeBg_1ruwb_52{background:linear-gradient(#ca82ff,#9c8cff,#5072ff);border-radius:4rem;width:16rem;height:22rem;font-size:18rem}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59{z-index:1;flex-direction:column;align-items:center;margin-bottom:25rem;display:flex;position:relative}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._lightAni_1ruwb_67{width:100%;height:100%;position:absolute;top:0%;left:0}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._bg_1ruwb_74{justify-content:center;align-items:center;width:100%;display:flex;position:absolute;top:21%;left:50%;transform:translate(-50%)}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._bg_1ruwb_74 img{width:100%}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87{box-sizing:border-box;margin:0 9%;position:relative}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._giftVip_1ruwb_92{width:50%;margin:0 auto}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._giftVip_1ruwb_92 img{width:100%}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._giftDetail_1ruwb_99{position:relative;transform:translateY(-5%)}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._giftTip_1ruwb_104{width:100%;position:relative}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._giftTip_1ruwb_104 ._tipBg_1ruwb_108,._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._giftTip_1ruwb_104 ._tipBg_1ruwb_108 img{width:100%}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._giftTip_1ruwb_104 ._freeTime_1ruwb_114{color:#d4652e;width:100%;height:100%;position:absolute;top:0;left:0}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._giftTip_1ruwb_104 ._freeTime_1ruwb_114 span{color:#fe4cbe}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._littleContent_1ruwb_125{justify-content:center;align-items:center;width:100%;display:flex;position:relative}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._littleContent_1ruwb_125 ._littleBg_1ruwb_132{justify-content:center;align-items:center;width:58%;display:flex}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._littleContent_1ruwb_125 ._littleBg_1ruwb_132 img{width:100%}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._littleContent_1ruwb_125 ._littleTitle_1ruwb_141{position:absolute;bottom:0;left:50%;transform:translate(-50%)}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._privilegeLayout_1ruwb_147{flex-direction:column;gap:4.5rem;margin:3rem 0;padding-left:34rem;display:flex}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._privilegeLayout_1ruwb_147 ._privilegeItem_1ruwb_154{justify-content:flex-start;align-items:center;gap:2.5rem;display:flex}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._privilegeLayout_1ruwb_147 ._privilegeItem_1ruwb_154 ._arrow_1ruwb_160{justify-content:center;align-items:center;width:11.5rem;height:11.5rem;display:flex}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._privilegeLayout_1ruwb_147 ._privilegeItem_1ruwb_154 ._arrow_1ruwb_160 img{width:100%;height:100%}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._privilegeLayout_1ruwb_147 ._privilegeItem_1ruwb_154 ._privilegeText_1ruwb_171{color:#674bbf;font-weight:400;line-height:12rem}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._privilegeLayout_1ruwb_147 ._privilegeItem_1ruwb_154 ._privilegeText_1ruwb_171 span{color:#d21ef9}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._giftLayout_1ruwb_179{box-sizing:border-box;background:#fff;border-radius:6rem;justify-content:space-evenly;align-items:center;gap:14rem;margin:10rem 10rem 0;padding-top:5rem;display:flex}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._giftLayout_1ruwb_179 ._giftItem_1ruwb_190{width:25%;position:relative}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._giftLayout_1ruwb_179 ._giftItem_1ruwb_190 ._giftBg_1ruwb_194,._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._giftLayout_1ruwb_179 ._giftItem_1ruwb_190 ._giftBg_1ruwb_194 img{width:100%}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._giftLayout_1ruwb_179 ._giftItem_1ruwb_190 ._giftText_1ruwb_200{width:100%;position:absolute;top:2rem;left:0}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._giftLayout_1ruwb_179 ._giftItem_1ruwb_190 ._giftText_1ruwb_200 ._numText_1ruwb_206{margin-bottom:2rem;font-size:14rem;line-height:14rem}._giftWrap_1ruwb_17 ._giftBody_1ruwb_59 ._giftContent_1ruwb_87 ._giftLayout_1ruwb_179 ._giftItem_1ruwb_190 ._giftText_1ruwb_200 ._nameText_1ruwb_211{color:#f6d5ff;font-size:8rem}._giftWrap_1ruwb_17 ._bottomBtn_1ruwb_215{z-index:4;justify-content:center;margin:0 9%;display:flex;position:relative}._giftWrap_1ruwb_17 ._bottomBtn_1ruwb_215 ._prizeBtn_1ruwb_222{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;width:100%;height:41rem;font-size:16rem;line-height:41rem}._numberFont_1gh60_1{font-family:Satoshi}._imgBox_1gh60_4>img{width:100%;display:block}._ellipsis_1gh60_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1gh60_14::-webkit-scrollbar{display:none}._bankHeaderWrap_1gh60_17{align-items:center;height:50rem;padding:0 11rem;display:flex}._bankHeaderWrap_1gh60_17 ._headerContent_1gh60_23{justify-content:space-between;align-items:center;width:100%;height:29rem;display:flex;position:relative}._bankHeaderWrap_1gh60_17 ._headerContent_1gh60_23 ._headerLeft_1gh60_31{background-color:#2d0d62;border:1rem solid #582fa2;border-radius:9rem;justify-content:flex-start;align-items:center;gap:7rem;height:20rem;padding:4rem 17rem 5rem 4rem;display:flex}._bankHeaderWrap_1gh60_17 ._headerContent_1gh60_23 ._headerLeft_1gh60_31 img{width:19rem}._bankHeaderWrap_1gh60_17 ._headerContent_1gh60_23 ._headerLeft_1gh60_31 ._headerAmount_1gh60_45{text-align:center;font-family:Roboto;font-size:13rem;font-weight:700}._bankHeaderWrap_1gh60_17 ._headerContent_1gh60_23 ._headTitle_1gh60_51{flex:1;font-size:16rem;line-height:33rem}._bankHeaderWrap_1gh60_17 ._headerContent_1gh60_23 ._headerRight_1gh60_56{width:33rem}._bankHeaderWrap_1gh60_17 ._headerContent_1gh60_23 ._headerRight_1gh60_56 ._btn_1gh60_59{width:33rem;height:33rem;position:absolute;top:50%;right:0;transform:translateY(-50%)}._numberFont_5oou4_1{font-family:Satoshi}._imgBox_5oou4_4>img{width:100%;display:block}._ellipsis_5oou4_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_5oou4_14::-webkit-scrollbar{display:none}._fastTrackWrap_5oou4_17{text-align:center;color:#fff;background:linear-gradient(#1a1233,#190f42);flex-direction:column;width:100%;height:100%;font-family:Roboto;font-size:14rem;font-weight:700;display:flex;position:relative}._fastTrackWrap_5oou4_17 ._fastTrackContent_5oou4_30{box-sizing:border-box;background:linear-gradient(#dfdefd,#dfdefd);border-radius:5rem 5rem 0 0;flex:1;margin:0 12rem;padding:10rem 11rem;overflow:hidden auto}._numberFont_m2dtg_1{font-family:Satoshi}._imgBox_m2dtg_4>img{width:100%;display:block}._ellipsis_m2dtg_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_m2dtg_14::-webkit-scrollbar{display:none}._progressWrap_m2dtg_17{width:100%}._progressWrap_m2dtg_17 ._vipInfo_m2dtg_20{justify-content:space-between;align-items:center;width:100%;margin-bottom:7rem;display:flex}._progressWrap_m2dtg_17 ._vipInfo_m2dtg_20 ._nowLevel_m2dtg_27{color:#654da9;justify-content:flex-start;align-items:flex-end;font-size:12rem;display:flex}._progressWrap_m2dtg_17 ._vipInfo_m2dtg_20 ._nowLevel_m2dtg_27 ._label_m2dtg_34{margin-bottom:4rem;margin-right:5rem;line-height:20rem}._progressWrap_m2dtg_17 ._vipInfo_m2dtg_20 ._nowLevel_m2dtg_27 ._level_m2dtg_39{background:linear-gradient(#6440ea,#8a60fb);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:24rem;transform:skew(-15deg);font-style:oblique!important}._progressWrap_m2dtg_17 ._vipInfo_m2dtg_20 ._surplus_m2dtg_51{background:linear-gradient(90deg,#fd8f7c,#eea60c);border-radius:80rem;justify-content:center;align-items:center;gap:2rem;padding:6rem;display:flex}._progressWrap_m2dtg_17 ._vipInfo_m2dtg_20 ._surplus_m2dtg_51 ._icon_m2dtg_60{justify-content:center;align-items:center;height:100%;display:flex}._progressWrap_m2dtg_17 ._vipInfo_m2dtg_20 ._surplus_m2dtg_51 ._icon_m2dtg_60 img{width:11rem;height:11rem}._progressWrap_m2dtg_17 ._progress_m2dtg_17{background-color:#b9b2ef;border-radius:80rem;width:100%;height:8rem;position:relative}._progressWrap_m2dtg_17 ._progress_m2dtg_17 ._bar_m2dtg_77{background:linear-gradient(90deg,#7d54f6,#8561ff);border-radius:80rem;height:100%}._progressWrap_m2dtg_17 ._progress_m2dtg_17 ._progressBubble_m2dtg_82{position:absolute;top:calc(100% + 6rem);right:0%}._progressWrap_m2dtg_17 ._progress_m2dtg_17 ._progressBubble_m2dtg_82 ._bubbleArrow_m2dtg_87{z-index:1;border-bottom:11rem solid #0eb7ef;border-left:6rem solid #0000;border-right:6rem solid #0000;width:0;height:0;position:absolute;top:-6rem}._progressWrap_m2dtg_17 ._progress_m2dtg_17 ._progressBubble_m2dtg_82 ._bubbleBg_m2dtg_97{z-index:2;background-color:#0eb7ef;border-radius:5rem;padding:3rem;position:relative}._numberFont_1vc7o_1{font-family:Satoshi}._imgBox_1vc7o_4>img{width:100%;display:block}._ellipsis_1vc7o_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1vc7o_14::-webkit-scrollbar{display:none}._trackTurtableWrap_1vc7o_17{box-sizing:border-box;background:linear-gradient(#b9bbff,#fff);border-radius:5rem;flex-direction:column;justify-content:center;align-items:flex-start;margin-top:27rem;margin-bottom:11rem;padding:15rem 9rem;display:flex;position:relative;box-shadow:0 0 2rem #0000000d}._trackTurtableWrap_1vc7o_17 ._turntableTitle_1vc7o_31{color:#9c24fe;justify-content:center;align-items:center;display:flex}._trackTurtableWrap_1vc7o_17 ._turntableTitle_1vc7o_31 ._titleIcon_1vc7o_37{justify-content:center;align-items:center;margin-right:5rem;display:flex}._trackTurtableWrap_1vc7o_17 ._turntableTitle_1vc7o_31 ._titleIcon_1vc7o_37 img{width:15rem;height:15rem}._trackTurtableWrap_1vc7o_17 ._turntableMsg_1vc7o_47{color:#54379e;font-size:12rem;font-weight:400}._trackTurtableWrap_1vc7o_17 ._turnTable_1vc7o_52{margin:39rem auto 27rem}._trackTurtableWrap_1vc7o_17 ._turntableTaskLayout_1vc7o_55{flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:100%;display:flex}._trackTurtableWrap_1vc7o_17 ._turntbaleBtn_1vc7o_63{width:100%}._trackTurtableWrap_1vc7o_17 ._turntbaleBtn_1vc7o_63 ._spin_1vc7o_66{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;width:257rem;height:41rem;margin:0 auto;font-size:16rem;line-height:41rem}._trackTurtableWrap_1vc7o_17 ._btnAddress_1vc7o_75{position:absolute;top:15rem;right:0}._trackTurtableWrap_1vc7o_17 ._btnAddress_1vc7o_75 img{width:41rem;display:block}._numberFont_170gt_1{font-family:Satoshi}._imgBox_170gt_4>img{width:100%;display:block}._ellipsis_170gt_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_170gt_14::-webkit-scrollbar{display:none}._absolute_center_170gt_17{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._tableContent_170gt_23{position:relative}._tableContent_170gt_23 ._tableBg_170gt_26{z-index:2;width:296rem;height:296rem;position:relative}._tableContent_170gt_23 ._tableBg_170gt_26 img{width:296rem;height:296rem}._tableContent_170gt_23 ._circleLight_170gt_36{z-index:3;width:100%;height:100%;position:absolute;top:0%;left:1%}._tableContent_170gt_23 ._tableBody_170gt_44{z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._tableContent_170gt_23 ._tableBody_170gt_44 ._effectContent_170gt_51,._tableContent_170gt_23 ._tableBody_170gt_44 ._circleBg_170gt_55,._tableContent_170gt_23 ._tableBody_170gt_44 ._circleBg_170gt_55 img{width:254rem;height:254rem}._tableContent_170gt_23 ._tableBody_170gt_44 ._rewardBody_170gt_63{z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}._tableContent_170gt_23 ._tableBody_170gt_44 ._rewardBody_170gt_63 ._rewardLayout_170gt_71{width:100%;height:100%}._tableContent_170gt_23 ._tableBody_170gt_44 ._rewardBody_170gt_63 ._rewardLayout_170gt_71 ._layoutDiv_170gt_75{position:absolute;top:50%;left:50%;transform:translate(-50%,-100%)}._tableContent_170gt_23 ._tableBtn_170gt_81{z-index:3;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._tableContent_170gt_23 ._tableBtn_170gt_81 ._tableBtnBg_170gt_88 img{width:74rem;height:95rem}._tableContent_170gt_23 ._tableBtn_170gt_81 ._tableLabel_170gt_92{white-space:nowrap;justify-content:center;align-items:center;font-size:12rem;display:grid;position:absolute;top:32rem;left:50%;transform:translate(-50%)}._tableContent_170gt_23 ._tableBtn_170gt_81 ._tableLabel_170gt_92 ._tableGift_170gt_103 img{width:19rem;height:20rem}._tableContent_170gt_23 ._tableBtn_170gt_81 ._tableLabel_170gt_92 ._spinLabel_170gt_107{flex-direction:column;justify-content:center;align-items:center;line-height:12rem;display:flex}._tableContent_170gt_23 ._tableBtn_170gt_81 ._tableLabel_170gt_92 ._spinLabel_170gt_107 span{color:#fff4c4;font-size:15rem;line-height:17rem}._numberFont_1pyq3_1{font-family:Satoshi}._imgBox_1pyq3_4>img{width:100%;display:block}._ellipsis_1pyq3_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1pyq3_14::-webkit-scrollbar{display:none}._circleWrap_1pyq3_17{width:182rem;height:129rem}._circleWrap_1pyq3_17 ._circleContent_1pyq3_21{color:#a45efd;font-size:10rem;display:grid}._circleWrap_1pyq3_17 ._circleContent_1pyq3_21 ._rewardName_1pyq3_26{margin-top:15rem}._circleWrap_1pyq3_17 ._circleContent_1pyq3_21 ._circleReward_1pyq3_29{position:relative}._circleWrap_1pyq3_17 ._circleContent_1pyq3_21 ._circleReward_1pyq3_29 img{height:44rem}._circleWrap_1pyq3_17 ._circleContent_1pyq3_21 ._circleReward_1pyq3_29 ._rewardRebate_1pyq3_35{color:#fff;font-size:10rem;position:absolute;top:7%;right:30%}._circleWrap_1pyq3_17 ._circleContent_1pyq3_21 ._circleReward_1pyq3_29 ._rewardRebate_1pyq3_35 ._rebateBg_1pyq3_42{justify-content:center;align-items:center;display:flex}._circleWrap_1pyq3_17 ._circleContent_1pyq3_21 ._circleReward_1pyq3_29 ._rewardRebate_1pyq3_35 ._rebateBg_1pyq3_42 img{width:33rem;height:17rem}._circleWrap_1pyq3_17 ._circleContent_1pyq3_21 ._circleReward_1pyq3_29 ._rewardRebate_1pyq3_35 ._rebateLabel_1pyq3_51{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._circleWrap_1pyq3_17 ._rewardGeted_1pyq3_57{width:100%;position:absolute;top:0;left:0}._circleWrap_1pyq3_17 ._rewardGeted_1pyq3_57 ._getedMask_1pyq3_63{justify-content:center;align-items:center;width:100px;display:flex}._circleWrap_1pyq3_17 ._rewardGeted_1pyq3_57 ._getedMask_1pyq3_63 img{width:131rem}._circleWrap_1pyq3_17 ._rewardGeted_1pyq3_57 ._geted_1pyq3_63{position:absolute;top:35%;left:50%;transform:translate(-50%,-50%)}._circleWrap_1pyq3_17 ._rewardGeted_1pyq3_57 ._geted_1pyq3_63 img{width:37rem;height:37rem}._numberFont_101ih_1{font-family:Satoshi}._imgBox_101ih_4>img{width:100%;display:block}._ellipsis_101ih_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_101ih_14::-webkit-scrollbar{display:none}._rewardWrap_101ih_17{text-align:center;justify-content:center;align-items:center;font-family:Roboto;font-size:14rem;font-weight:700;display:flex}._rewardWrap_101ih_17 ._rewardContent_101ih_26 ._rewardTitle_101ih_26{z-index:2;justify-content:center;align-items:center;width:auto;height:20rem;margin-bottom:35rem;display:flex;position:relative}._rewardWrap_101ih_17 ._rewardContent_101ih_26 ._rewardTitle_101ih_26 img{height:100%}._rewardWrap_101ih_17 ._rewardContent_101ih_26 ._rewardTitle_101ih_26 ._titleBg_101ih_39{width:100%;height:100%;position:absolute;top:0;left:0}._rewardWrap_101ih_17 ._rewardContent_101ih_26 ._rewardAni_101ih_46{z-index:1;justify-content:center;align-items:center;height:150rem;display:flex;position:relative}._rewardWrap_101ih_17 ._rewardContent_101ih_26 ._rewardAni_101ih_46 div{justify-content:center;align-items:center;display:flex}._rewardWrap_101ih_17 ._rewardContent_101ih_26 ._rewardAni_101ih_46 ._transformCenter_101ih_59{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._rewardWrap_101ih_17 ._rewardContent_101ih_26 ._rewardAni_101ih_46 img{width:100%;height:100%}._rewardWrap_101ih_17 ._rewardContent_101ih_26 ._rewardAni_101ih_46 ._aniLightBg_101ih_69{z-index:1;width:370rem;height:404rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._rewardWrap_101ih_17 ._rewardContent_101ih_26 ._rewardAni_101ih_46 ._aniLight_101ih_69{z-index:2;width:272rem;height:272rem;position:relative}._rewardWrap_101ih_17 ._rewardContent_101ih_26 ._rewardAni_101ih_46 ._aniStar_101ih_84{z-index:3;width:144rem;height:99rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._rewardWrap_101ih_17 ._rewardContent_101ih_26 ._rewardAni_101ih_46 ._aniReward_101ih_93{z-index:4;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._rewardWrap_101ih_17 ._rewardContent_101ih_26 ._rewardAni_101ih_46 ._aniReward_101ih_93 img{width:auto;height:auto;transform:scale(.5)}._rewardWrap_101ih_17 ._rewardContent_101ih_26 ._rewardAni_101ih_46 ._rewardRebate_101ih_105{color:#fff;font-size:10rem;position:absolute;top:12%;left:65%}._rewardWrap_101ih_17 ._rewardContent_101ih_26 ._rewardAni_101ih_46 ._rewardRebate_101ih_105 ._rebateBg_101ih_112{justify-content:center;align-items:center;display:flex}._rewardWrap_101ih_17 ._rewardContent_101ih_26 ._rewardAni_101ih_46 ._rewardRebate_101ih_105 ._rebateBg_101ih_112 img{width:72rem;height:37rem}._rewardWrap_101ih_17 ._rewardContent_101ih_26 ._rewardAni_101ih_46 ._rewardRebate_101ih_105 ._rebateLabel_101ih_121{text-align:center;font-family:Roboto;font-size:24rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(8deg)}._rewardWrap_101ih_17 ._rewardContent_101ih_26 ._rewardName_101ih_132{z-index:3;font-size:28rem;position:relative}._rewardWrap_101ih_17 ._rewardContent_101ih_26 ._rewardBtn_101ih_137{z-index:4;width:257rem;margin-top:35rem;position:relative}._rewardWrap_101ih_17 ._rewardContent_101ih_26 ._rewardBtn_101ih_137 ._confirmBtn_101ih_143{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;width:100%;height:41rem;font-size:16rem;line-height:41rem}._numberFont_1hxpu_1{font-family:Satoshi}._imgBox_1hxpu_4>img{width:100%;display:block}._ellipsis_1hxpu_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1hxpu_14::-webkit-scrollbar{display:none}._formItemWrap_1hxpu_17{box-sizing:border-box;background:#fff;border:1rem solid #946ddc;border-radius:4rem;align-items:center;height:44rem;margin-bottom:2rem;padding:7rem 7rem 7rem 4rem;display:flex}._formItemWrap_1hxpu_17._focus_1hxpu_28{background-color:#fff;border:1rem solid #6e3efe}._formItemWrap_1hxpu_17._code_1hxpu_32{padding:4rem 4rem 4rem 7rem!important}._formItemWrap_1hxpu_17._errorWrap_1hxpu_35{border:1rem solid #ff4848!important}._formItemWrap_1hxpu_17 ._prefix_1hxpu_38{width:30rem}._formItemWrap_1hxpu_17 ._prefix_1hxpu_38 img{width:100%;display:block}._formItemWrap_1hxpu_17 ._areaCode_1hxpu_45{border-right-style:solid;border-right-width:1rem;border-right-color:inherit;width:18%;height:calc(100% + 14rem);color:var(--Color_004,#62528e);text-align:center;font-family:Roboto;font-size:var(--Font_size_14,14rem);font-style:normal;font-weight:var(--Font_weight_700,700);background-color:#f8f9fa;border-radius:4rem 0 0 4rem;justify-content:center;align-items:center;margin:-7rem 4rem -7rem -7rem;line-height:normal;display:flex}._formItemWrap_1hxpu_17 input{background:unset;color:#54379e;border:none;outline:none;flex:1;height:26rem;font-size:16rem;font-weight:700}._formItemWrap_1hxpu_17 input::placeholder{color:#c4abff;font-size:14rem}._formItemWrap_1hxpu_17 input::-webkit-input-placeholder{color:#c4abff}._formItemWrap_1hxpu_17 input:-moz-placeholder-shown{color:#c4abff}._formItemWrap_1hxpu_17 input::-moz-placeholder{color:#c4abff}._formItemWrap_1hxpu_17 input:-ms-placeholder-shown{color:#c4abff}._formItemWrap_1hxpu_17 ._eye_1hxpu_92{color:#41096a}._inputWrap_1hxpu_95{flex:1}._bottom_1hxpu_98{min-height:10rem}._error_1hxpu_35{text-align:left;color:#f55454;font-size:12rem}._tip_1hxpu_106{text-align:left;color:#41096a4d;font-size:12rem}._codeBtn_1hxpu_111{white-space:nowrap;color:#fff;box-sizing:border-box;justify-content:center;align-items:center;height:100%;padding-left:7rem;padding-right:7rem;font-size:12rem;display:flex}._codeCuntdown_1hxpu_123{width:140rem}._numberFont_1y5dz_1{font-family:Satoshi}._imgBox_1y5dz_4>img{width:100%;display:block}._ellipsis_1y5dz_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1y5dz_14::-webkit-scrollbar{display:none}._formWrap_1y5dz_17 ._formItem_1y5dz_17{border-radius:10rem;margin-bottom:6rem}._formWrap_1y5dz_17 ._label_1y5dz_21{color:#41096a;margin-bottom:8rem;font-size:12rem;font-weight:500}._formWrap_1y5dz_17 ._required_1y5dz_27{color:#f55454;margin-left:4rem;font-size:12rem}._buttonWrap_1y5dz_32{padding:10rem 0}._numberFont_n2alk_1{font-family:Satoshi}._imgBox_n2alk_4>img{width:100%;display:block}._ellipsis_n2alk_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_n2alk_14::-webkit-scrollbar{display:none}._formItemWrap_n2alk_17{box-sizing:border-box;background:#fff;border:.5px solid #946ddc;border-radius:4rem;align-items:center;height:44rem;padding:4rem 6rem 4rem 4rem;font-family:Roboto;font-weight:700;display:flex}._formItemWrap_n2alk_17 ._prefix_n2alk_29{width:30rem}._formItemWrap_n2alk_17 ._prefix_n2alk_29 img{width:100%;display:block}._formItemWrap_n2alk_17 ._selectBody_n2alk_36{color:#54379e;flex:1;justify-content:space-between;align-items:center;font-size:16rem;font-weight:700;display:flex}._formItemWrap_n2alk_17 ._selectBody_n2alk_36 ._placeholder_n2alk_45{color:#c4abff;font-size:14rem}._bottom_n2alk_49{min-height:10rem}._error_n2alk_52{text-align:left;color:#f55454;font-size:12rem}._tip_n2alk_57{text-align:left;color:#41096a4d}._numberFont_at36r_1{font-family:Satoshi}._imgBox_at36r_4>img{width:100%;display:block}._ellipsis_at36r_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_at36r_14::-webkit-scrollbar{display:none}._popWrap_at36r_17 ._headerBg_at36r_17{width:100%;height:65rem}._popWrap_at36r_17 ._headerBg_at36r_17>img{width:100%;display:block}._popWrap_at36r_17 ._header_at36r_17{position:relative}._popWrap_at36r_17 ._header_at36r_17 ._title_at36r_28{color:#fff;font-size:22rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._popWrap_at36r_17 ._popBody_at36r_37{z-index:10;background:#fff;border-top-left-radius:10rem;border-top-right-radius:10rem;max-height:200rem;margin-top:-8rem;padding:0 24rem;font-size:16rem;position:relative;overflow:auto}._popWrap_at36r_17 ._popBody_at36r_37._noPadding_at36r_49{padding:0}._popWrap_at36r_17 ._popBody_at36r_37 ._popItem_at36r_52{color:#41096a;border-bottom:1rem solid #ededed;justify-content:space-between;align-items:center;height:50rem;display:flex;position:relative}._popWrap_at36r_17 ._popBody_at36r_37 ._popItem_at36r_52._special_at36r_61{box-sizing:border-box;padding:0 24rem}._popWrap_at36r_17 ._popBody_at36r_37 ._popItem_at36r_52._special_at36r_61 ._name_at36r_65{text-align:center;flex:1;justify-content:center;font-weight:500}._popWrap_at36r_17 ._popBody_at36r_37 ._popItem_at36r_52._special_at36r_61 ._radio_at36r_71{position:absolute;right:24rem}._popWrap_at36r_17 ._popBody_at36r_37 ._popItem_at36r_52 ._radio_at36r_71{width:20rem}._popWrap_at36r_17 ._popBody_at36r_37 ._popItem_at36r_52 ._radio_at36r_71>img{width:100%;display:block}._popWrap_at36r_17 ._popBottom_at36r_82{color:#41096a80;background:#fff;border-top:8rem solid #f2f3f5;justify-content:center;align-items:center;height:50rem;font-size:16rem;display:flex}._popWrap_at36r_17 ._name_at36r_65{align-items:center;display:flex}._popWrap_at36r_17 ._flag_at36r_96{width:18rem;margin-right:7rem}._popWrap_at36r_17 ._flag_at36r_96>img{width:100%;display:block}._numberFont_1x5oq_1{font-family:Satoshi}._imgBox_1x5oq_4>img{width:100%;display:block}._ellipsis_1x5oq_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1x5oq_14::-webkit-scrollbar{display:none}._frame2_1x5oq_17{border-radius:var(--Variable-collection-Bar_010);background:var(--Variable-collection-Color_008);letter-spacing:0;box-sizing:border-box;flex-direction:column;align-items:flex-start;width:95%;padding:12rem 18rem 22rem;font-family:Roboto;display:flex}._frame2_1x5oq_17 ._autoWrapper_1x5oq_29{width:100%;height:24rem;color:var(--Color_018,#444344);line-height:19rem;font-size:var(--Font_size_16);justify-content:center;align-items:center;font-weight:500;display:flex;position:relative}._frame2_1x5oq_17 ._autoWrapper_1x5oq_29 ._addAddress_1x5oq_41{color:var(--Variable-collection-Color_018);line-height:normal}._frame2_1x5oq_17 ._autoWrapper_1x5oq_29 ._frame_1x5oq_17{width:24rem;height:24rem;position:absolute;top:0;right:0}._frame2_1x5oq_17 ._autoWrapper_1x5oq_29 ._frame_1x5oq_17 img{width:100%;display:block}._frame2_1x5oq_17 ._name_1x5oq_56{min-width:28rem;color:var(--Variable-collection-Color_000);line-height:normal;font-size:var(--Font_size_12);font-weight:var(--Font_weight_900);margin:23rem 0 0 1rem}._frame2_1x5oq_17 ._vector202_1x5oq_64{width:100%;height:1rem}._frame2_1x5oq_17 ._address_1x5oq_68{min-width:40rem;color:var(--Variable-collection-Color_000);line-height:normal;font-size:var(--Font_size_12);font-weight:var(--Font_weight_900);margin:12rem 0 0 2rem}._frame2_1x5oq_17 ._enterForm_1x5oq_76,._frame2_1x5oq_17 ._bottomForm_1x5oq_79{width:100%}._frame2_1x5oq_17 ._inputStyle_1x5oq_82{border:1rem solid var(--Variable-collection-Color_040);color:var(--Variable-collection-Color_004);padding:7rem}._frame2_1x5oq_17 ._inputStyle_1x5oq_82 ::placeholder{color:var(--Variable-collection-Color_019)}._frame2_1x5oq_17 ._bottomForm_1x5oq_79>div>:nth-child(2){width:48%;margin-right:4%;display:inline-block}._frame2_1x5oq_17 ._bottomForm_1x5oq_79>div>:nth-child(3){width:48%;display:inline-block}._frame2_1x5oq_17 ._group427321308_1x5oq_99{box-sizing:border-box;letter-spacing:0;width:100%;color:var(--Color_004,#62528e);font-family:Roboto;line-height:16rem;font-size:var(--Font_size_14);justify-content:space-between;align-items:flex-start;padding:34rem 11rem 9rem 14rem;display:flex;position:relative}._frame2_1x5oq_17 ._group427321308_1x5oq_99 ._autoWrapper_1x5oq_29{width:100%;height:100%;position:absolute;top:0;left:0}._frame2_1x5oq_17 ._group427321308_1x5oq_99 ._autoWrapper_1x5oq_29 ._rectangle346241293_1x5oq_120{opacity:.47;border-radius:var(--Variable-collection-Bar_06);background:var(--Variable-collection-Color_041);width:100%;height:100%;position:absolute;top:0;left:0}._frame2_1x5oq_17 ._group427321308_1x5oq_99 ._autoWrapper_1x5oq_29 ._addressType_1x5oq_130{opacity:.75;min-width:74rem;color:var(--Variable-collection-Color_004);line-height:normal;position:absolute;top:10rem;left:11rem}._frame2_1x5oq_17 ._group427321308_1x5oq_99 ._autoWrapper2_1x5oq_139{justify-content:space-between;align-items:center;gap:5rem;width:100%;height:61rem;margin-top:5rem;display:flex;position:relative}._frame2_1x5oq_17 ._group427321308_1x5oq_99 ._autoWrapper2_1x5oq_139 ._group427321317_1x5oq_149{background:var(--Color_008,#fff);height:100%;color:var(--Color_007,#827a91);box-sizing:border-box;border:2rem solid var(--Color_008,#fff);border-radius:6rem;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex;overflow:hidden}._frame2_1x5oq_17 ._group427321308_1x5oq_99 ._autoWrapper2_1x5oq_139 ._group427321317_1x5oq_149 ._iconFamily_1x5oq_163{width:20rem;height:19rem}._frame2_1x5oq_17 ._group427321308_1x5oq_99 ._autoWrapper2_1x5oq_139 ._group427321317_1x5oq_149 ._family_1x5oq_167{opacity:.75;color:var(--Variable-collection-Color_007);margin:3rem 0 0;line-height:normal}._frame2_1x5oq_17 ._group427321308_1x5oq_99 ._autoWrapper2_1x5oq_139 ._rectangle2101_1x5oq_173{border:2rem solid var(--Color_005,#9d59fb);background:var(--Variable-collection-Color_008);color:var(--Color_025,#9667ff)}._frame2_1x5oq_17 ._group427321308_1x5oq_99 ._autoWrapper2_1x5oq_139 ._rectangle2101_1x5oq_173 ._family_1x5oq_167{color:var(--Variable-collection-Color_025)}._frame2_1x5oq_17 ._rectangle346240859_1x5oq_181{border-radius:var(--Variable-collection-Bar_06);background:var(--Color_jianbian_009);width:100%;color:var(--Color_008,#fff);line-height:21rem;font-size:var(--Font_size_18);justify-content:center;align-items:center;margin-top:19rem;padding:11rem 0 13rem;font-weight:500;display:flex}._frame2_1x5oq_17 ._rectangle346240859_1x5oq_181 ._saveAddress_1x5oq_195{color:var(--Variable-collection-Color_008);line-height:normal}._numberFont_1jitj_1{font-family:Satoshi}._imgBox_1jitj_4>img{width:100%;display:block}._ellipsis_1jitj_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1jitj_14::-webkit-scrollbar{display:none}._frame_1jitj_17{border-radius:var(--Variable-collection-Bar_010);background:var(--Variable-collection-Color_008);letter-spacing:0;flex-direction:column;align-items:center;width:80.8%;padding:24rem 16rem 25rem 17rem;display:flex}._frame_1jitj_17 ._group427320661_1jitj_27{color:var(--Color_018,#444344);font-family:Oswald;line-height:27rem;font-size:var(--Font_size_18);flex-direction:column;align-items:center;gap:15rem;width:100%;font-weight:700;display:flex}._frame_1jitj_17 ._group427320661_1jitj_27 ._icon_1jitj_39{width:77rem;height:77rem}._frame_1jitj_17 ._group427320661_1jitj_27 ._text_1jitj_43{max-width:100%;color:var(--Variable-collection-Color_018);line-height:normal}._frame_1jitj_17 ._deliversIn30Business_1jitj_48{max-width:100%;color:var(--Variable-collection-Color_034);font-family:Roboto;line-height:normal;font-size:var(--Font_size_14);text-align:center;margin:7rem 0 0}._frame_1jitj_17 ._rcButton001_1jitj_57{border-radius:var(--Variable-collection-Bar_06);background:var(--Color_jianbian_009);width:100%;color:var(--Color_008,#fff);font-family:Roboto;line-height:19rem;font-size:var(--Font_size_16);justify-content:center;align-items:flex-start;margin-top:34rem;padding:11rem 0 15rem;font-weight:500;display:flex}._frame_1jitj_17 ._rcButton001_1jitj_57 ._text2_1jitj_72{min-width:58rem;color:var(--Variable-collection-Color_008);line-height:normal}._numberFont_bg1oe_1{font-family:Satoshi}._imgBox_bg1oe_4>img{width:100%;display:block}._ellipsis_bg1oe_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_bg1oe_14::-webkit-scrollbar{display:none}._frame2_bg1oe_17{letter-spacing:0;width:100%;height:100%;color:var(--Color_008,#fff);font-family:Roboto;line-height:21rem;font-size:var(--Font_size_18);background:#fff;flex-direction:column;font-weight:500;display:flex}._frame2_bg1oe_17 ._rectangle2104_bg1oe_30{background:var(--Variable-collection-Color_026);justify-content:center;align-items:center;height:50rem;padding:0 11rem;display:flex;position:relative}._frame2_bg1oe_17 ._rectangle2104_bg1oe_30 ._text_bg1oe_39{color:var(--Variable-collection-Color_008);text-align:center;width:100%;line-height:normal;position:relative}._frame2_bg1oe_17 ._rectangle2104_bg1oe_30 ._text_bg1oe_39 ._frame_bg1oe_17{width:24rem;height:24rem;position:absolute;top:0;right:0}._frame2_bg1oe_17 ._recordWrap_bg1oe_53{box-sizing:border-box;flex:1;width:100%;padding:18rem 15rem;overflow:hidden}._frame2_bg1oe_17 ._recordWrap_bg1oe_53 ._recordLayout_bg1oe_60{flex-direction:column;gap:5rem;width:100%;height:100%;display:flex;overflow-y:auto}._frame2_bg1oe_17 ._recordWrap_bg1oe_53 ._noRecord_bg1oe_68{flex-direction:column;justify-content:center;align-items:center;margin-top:60%;display:flex}._frame2_bg1oe_17 ._recordWrap_bg1oe_53 ._noRecord_bg1oe_68 ._noRecordIcon_bg1oe_75{width:128rem}._frame2_bg1oe_17 ._recordWrap_bg1oe_53 ._noRecord_bg1oe_68 ._noRecordIcon_bg1oe_75 img{width:100%;display:block}._frame2_bg1oe_17 ._recordWrap_bg1oe_53 ._noRecord_bg1oe_68 ._noRecordMsg_bg1oe_82{color:var(--Variable-collection-Color_019,#bcb3ca);text-align:center;font-family:Roboto;font-size:var(--Font_size_18);font-style:normal;font-weight:var(--Font_weight_500,500);line-height:normal}._numberFont_l7gdi_1{font-family:Satoshi}._imgBox_l7gdi_4>img{width:100%;display:block}._ellipsis_l7gdi_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_l7gdi_14::-webkit-scrollbar{display:none}._thing1_l7gdi_17{border-radius:var(--Variable-collection-Bar_06);background:var(--Color_43,#e8eaed6e);box-sizing:border-box;letter-spacing:0;width:100%;color:var(--Color_007,#827a91);font-family:Roboto;line-height:14rem;font-size:var(--Font_size_12);flex-direction:column;align-items:flex-start;row-gap:10rem;padding:11rem 10rem;display:flex;position:relative}._thing1_l7gdi_17 ._frame427321321_l7gdi_34{flex-shrink:0;align-items:center;column-gap:13rem;width:100%;display:inline-flex}._thing1_l7gdi_17 ._frame427321321_l7gdi_34 ._group427321321_l7gdi_41{flex-shrink:0;width:76rem;height:76rem;position:relative}._thing1_l7gdi_17 ._frame427321321_l7gdi_34 ._group427321321_l7gdi_41 ._rectangle346241294_l7gdi_47{border-radius:var(--Variable-collection-Bar_06);background:#fff;width:76rem;height:76rem;position:absolute;top:0;left:0}._thing1_l7gdi_17 ._frame427321321_l7gdi_34 ._group427321321_l7gdi_41 ._iPhone16_l7gdi_56{width:58rem;height:58rem;position:absolute;top:9rem;left:8rem}._thing1_l7gdi_17 ._frame427321321_l7gdi_34 ._frame427321320_l7gdi_63{flex-direction:column;flex:1;justify-content:space-evenly;align-items:flex-start;height:100%;display:flex}._thing1_l7gdi_17 ._frame427321321_l7gdi_34 ._frame427321320_l7gdi_63 ._iPhone16Pro256GbHigh_l7gdi_72{min-width:212rem;color:var(--Variable-collection-Color_018);line-height:normal;font-size:var(--Font_size_14);flex-shrink:0}._thing1_l7gdi_17 ._frame427321321_l7gdi_34 ._frame427321320_l7gdi_63 ._orderNoSf00077444555_l7gdi_79{min-width:163rem;color:var(--Variable-collection-Color_018);flex-shrink:0;line-height:normal}._thing1_l7gdi_17 ._frame427321321_l7gdi_34 ._frame427321320_l7gdi_63 ._frame427321322_l7gdi_85{color:var(--Color_026,#8c58ff);font-size:var(--Font_size_16);flex-shrink:0;align-self:stretch;align-items:flex-start;column-gap:10rem;display:flex}._thing1_l7gdi_17 ._frame427321321_l7gdi_34 ._frame427321320_l7gdi_63 ._frame427321322_l7gdi_85 ._a112900_l7gdi_94{color:var(--Variable-collection-Color_026);flex:1;line-height:normal}._thing1_l7gdi_17 ._frame427321321_l7gdi_34 ._frame427321320_l7gdi_63 ._frame427321322_l7gdi_85 ._x1_l7gdi_99{min-width:16rem;color:var(--Variable-collection-Color_026);flex-shrink:0;line-height:normal}._thing1_l7gdi_17 ._effectContent_l7gdi_105{width:100%}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108{flex-direction:column;flex-shrink:0;align-items:flex-start;row-gap:11rem;width:100%;margin-top:5rem;display:flex}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._shippingProgress2_l7gdi_117{border-radius:var(--Variable-collection-Bar_06);background:var(--Variable-collection-Color_008);box-sizing:border-box;flex-direction:column;flex-shrink:0;align-items:center;row-gap:22rem;width:100%;padding:12rem 13rem;line-height:16rem;display:flex;box-shadow:0 1px 4px #00000014}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._shippingProgress2_l7gdi_117 ._headline_l7gdi_131{color:var(--Color_018,#444344);font-size:var(--Font_size_14);flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;column-gap:6rem;display:flex}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._shippingProgress2_l7gdi_117 ._headline_l7gdi_131 ._iconShippingProgress_l7gdi_141{flex-shrink:0;width:18rem;height:15rem}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._shippingProgress2_l7gdi_117 ._headline_l7gdi_131 ._shippingProgress_l7gdi_117{opacity:.8;color:var(--Variable-collection-Color_018);flex-shrink:0;line-height:normal}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._shippingProgress2_l7gdi_117 ._progressContent_l7gdi_152{box-sizing:border-box;width:100%;padding:0 13rem}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._frame427321323_l7gdi_157{border-radius:var(--Variable-collection-Bar_06);background:var(--Variable-collection-Color_008);box-sizing:border-box;width:100%;color:var(--Color_018,#444344);font-size:var(--Font_size_14);flex-shrink:0;align-items:center;column-gap:10rem;min-height:60rem;padding:9rem 10rem;display:flex;position:relative;box-shadow:0 1px 4px #00000014}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._frame427321323_l7gdi_157 ._estDelivTime_l7gdi_173{opacity:.8;color:var(--Variable-collection-Color_018);flex:1;line-height:normal}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._frame427321323_l7gdi_157 ._frame427321310_l7gdi_179{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._frame427321323_l7gdi_157 ._frame427321310_l7gdi_179 ._a1210_l7gdi_186{text-align:center;color:var(--Variable-collection-Color_025);font-family:Oswald;line-height:normal;font-size:var(--Font_size_22);flex-shrink:0;justify-content:center;align-self:stretch;align-items:flex-end;font-weight:700;display:flex}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._frame427321323_l7gdi_157 ._frame427321310_l7gdi_179 ._a1210_l7gdi_186 span{font-size:var(--Font_size_18)}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._frame427321323_l7gdi_157 ._frame427321310_l7gdi_179 ._estDelivIn15Days_l7gdi_202{text-align:center;color:var(--Variable-collection-Color_018);line-height:normal;font-size:var(--Font_size_10);flex-shrink:0;align-self:stretch}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._frame427321323_l7gdi_157 ._frame427321310_l7gdi_179 ._specialColor_l7gdi_210{color:var(--Variable-collection-Color_042)}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._frame427321323_l7gdi_157._greenText_l7gdi_213 ._estDelivTime_l7gdi_173{color:var(--Variable-collection-Color_037)}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._frame427321323_l7gdi_157._greenText_l7gdi_213 ._frame427321310_l7gdi_179 ._a1210_l7gdi_186{color:var(--Variable-collection-Color_036)}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._frame427321323_l7gdi_157._greenText_l7gdi_213 ._frame427321310_l7gdi_179 ._estDelivIn15Days_l7gdi_202{color:var(--Variable-collection-Color_037)}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._group427321313_l7gdi_222{letter-spacing:0;width:35rem;height:30rem;color:var(--Color_008,#fff);font-family:Roboto;line-height:12rem;font-size:var(--Font_size_10);position:absolute;top:0;left:0}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._group427321313_l7gdi_222 ._vector201_l7gdi_234{width:35rem;height:30rem}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._group427321313_l7gdi_222 ._vIp2_l7gdi_238{min-width:20rem;color:var(--Variable-collection-Color_008);line-height:normal;position:absolute;top:18%;left:5%;transform:rotate(-40deg)}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress2_l7gdi_247{border-radius:var(--Variable-collection-Bar_06);background:var(--Variable-collection-Color_008);box-sizing:border-box;width:100%;color:var(--Color_34,#9b96a2);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;row-gap:12rem;padding:10rem;display:flex;box-shadow:0 1px 4px #00000014}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress2_l7gdi_247 ._content_l7gdi_262{flex-shrink:0;align-self:stretch;align-items:center;column-gap:10rem;display:flex}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress2_l7gdi_247 ._content_l7gdi_262 ._deliveryAddress_l7gdi_247{opacity:.8;color:var(--Variable-collection-Color_018);line-height:normal;font-size:var(--Font_size_14);flex:1}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress2_l7gdi_247 ._content_l7gdi_262 ._rectangle346241300_l7gdi_276{border:1rem solid var(--Color_026,#8c58ff);border-radius:var(--Variable-collection-Bar_20);background:var(--Variable-collection-Color_008);height:11rem;color:var(--Color_026,#8c58ff);line-height:11rem;font-size:var(--Font_size_9);flex-shrink:0;justify-content:center;align-items:center;gap:2rem;padding:2rem 10rem;display:flex}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress2_l7gdi_247 ._content_l7gdi_262 ._rectangle346241300_l7gdi_276 ._edit_l7gdi_291{width:9rem;height:9rem}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress2_l7gdi_247 ._content_l7gdi_262 ._rectangle346241300_l7gdi_276 ._revise_l7gdi_295{min-width:24rem;color:var(--Variable-collection-Color_018);line-height:normal}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress2_l7gdi_247 ._mMrgfg2_l7gdi_300{flex-shrink:0;align-self:stretch;align-items:center;column-gap:8rem;display:flex}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress2_l7gdi_247 ._mMrgfg2_l7gdi_300 ._vector_l7gdi_234{flex-shrink:0;width:15rem;height:12rem}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress2_l7gdi_247 ._mMrgfg2_l7gdi_300 ._mMrgfg_l7gdi_300{min-width:49rem;color:var(--Variable-collection-Color_018);flex-shrink:0;line-height:normal}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress2_l7gdi_247 ._mMrgfg2_l7gdi_300 ._a13300023_l7gdi_318{min-width:71rem;color:var(--Variable-collection-Color_034);flex-shrink:0;line-height:normal}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress2_l7gdi_247 ._vector202_l7gdi_324{flex-shrink:0;align-self:stretch;height:1rem}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress2_l7gdi_247 ._mMrgfg3_l7gdi_329{flex-shrink:0;align-self:stretch;align-items:flex-start;column-gap:8rem;display:flex}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress2_l7gdi_247 ._mMrgfg3_l7gdi_329 ._vector2_l7gdi_234{flex-shrink:0;width:11rem;height:15rem}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress2_l7gdi_247 ._mMrgfg3_l7gdi_329 ._rm150115FBlkATencent_l7gdi_341{color:var(--Variable-collection-Color_034);flex:1;line-height:normal}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress3_l7gdi_347{box-sizing:border-box;background-image:linear-gradient(#dcfce7 -12.88%,#eafde8 42.61%,#fff 138.64%);border-radius:6rem;flex-direction:column;flex-shrink:0;align-items:center;row-gap:16rem;width:100%;padding:14rem 10rem;display:flex;box-shadow:0 1px 4px #00000014}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress3_l7gdi_347 ._title_l7gdi_360{color:#14a344;font-family:Oswald;line-height:24rem;font-size:var(--Font_size_16);flex-shrink:0;align-items:center;column-gap:6rem;font-weight:700;display:inline-flex}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress3_l7gdi_347 ._title_l7gdi_360 ._iconCrown_l7gdi_371{flex-shrink:0;width:17rem;height:14rem}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress3_l7gdi_347 ._title_l7gdi_360 ._vIp2UpgradeFasterDel_l7gdi_376{min-width:190rem;color:var(--Variable-collection-Color_037);flex-shrink:0;line-height:normal}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress3_l7gdi_347 ._number_l7gdi_1{width:322rem;color:var(--Color_37,#1daa4c);line-height:16rem;font-size:var(--Font_size_14);flex-direction:column;flex-shrink:0;align-items:center;row-gap:11rem;display:flex}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress3_l7gdi_347 ._number_l7gdi_1 ._frame427321312_l7gdi_393{flex-shrink:0;align-items:flex-end;font-family:Oswald;font-weight:700;display:flex}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress3_l7gdi_347 ._number_l7gdi_1 ._frame427321312_l7gdi_393 ._a128_l7gdi_400{text-align:center;color:var(--Variable-collection-Color_036);line-height:normal;font-size:var(--Font_size_36);flex:1}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress3_l7gdi_347 ._number_l7gdi_1 ._frame427321312_l7gdi_393 ._group427321322_l7gdi_407{line-height:27rem;font-size:var(--Font_size_18);flex-shrink:0;position:relative}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress3_l7gdi_347 ._number_l7gdi_1 ._frame427321312_l7gdi_393 ._group427321322_l7gdi_407 ._a199_l7gdi_413{opacity:.8;color:var(--Variable-collection-Color_037);line-height:normal}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress3_l7gdi_347 ._number_l7gdi_1 ._frame427321312_l7gdi_393 ._group427321322_l7gdi_407 ._rectangle346241301_l7gdi_418{background:var(--Variable-collection-Color_037);width:100%;height:2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress3_l7gdi_347 ._number_l7gdi_1 ._frame427321311_l7gdi_427{flex-direction:column;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;row-gap:5rem;display:flex}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress3_l7gdi_347 ._number_l7gdi_1 ._frame427321311_l7gdi_427 ._ellipse919_l7gdi_436{background:var(--Variable-collection-Color_037);border-radius:50%;flex-shrink:0;width:6rem;height:6rem}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress3_l7gdi_347 ._number_l7gdi_1 ._frame427321311_l7gdi_427 ._frame427321324_l7gdi_443{flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;column-gap:4rem;display:flex}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress3_l7gdi_347 ._number_l7gdi_1 ._frame427321311_l7gdi_427 ._frame427321324_l7gdi_443 ._skipTheQueuePrioriti_l7gdi_451{opacity:.8;color:var(--Variable-collection-Color_037);flex-shrink:0;line-height:normal}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress3_l7gdi_347 ._number_l7gdi_1 ._frame427321311_l7gdi_427 ._frame427321325_l7gdi_457{flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;column-gap:4rem;display:flex}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress3_l7gdi_347 ._number_l7gdi_1 ._frame427321311_l7gdi_427 ._frame427321325_l7gdi_457 ._deliveryExpectedWith_l7gdi_465{opacity:.8;color:var(--Variable-collection-Color_037);flex-shrink:0;line-height:normal}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress3_l7gdi_347 ._rcButton001_l7gdi_471{border-radius:var(--Variable-collection-Bar_06);background:var(--Color_jianbian_009);width:100%;color:var(--Color_008,#fff);line-height:19rem;font-size:var(--Font_size_16);flex-shrink:0;justify-content:center;align-items:center;padding:14rem 0 12rem;font-weight:500;display:flex}._thing1_l7gdi_17 ._effectContent_l7gdi_105 ._frame427321319_l7gdi_108 ._deliveryAddress3_l7gdi_347 ._rcButton001_l7gdi_471 ._text2_l7gdi_485{color:var(--Variable-collection-Color_008);line-height:normal}._thing1_l7gdi_17 ._frame4273213232_l7gdi_489{z-index:1;border:1rem solid var(--Color_35,#c3c3c3);background:var(--Color_008,#fff);border-radius:6rem;flex-shrink:0;justify-content:center;align-items:center;column-gap:5rem;width:100%;height:15rem;padding:3rem 0;font-weight:500;display:flex;position:relative}._thing1_l7gdi_17 ._frame4273213232_l7gdi_489 ._autoWrapper2_l7gdi_505{flex-shrink:0;transition:transform .5s ease-in-out;position:relative;transform:rotate(-90deg)}._thing1_l7gdi_17 ._frame4273213232_l7gdi_489 ._autoWrapper2_l7gdi_505 ._vector3_l7gdi_512{height:8rem}._thing1_l7gdi_17 ._frame4273213232_l7gdi_489 ._autoWrapper2_l7gdi_505._active_l7gdi_515{transform:rotate(90deg)}._thing1_l7gdi_17 ._frame4273213232_l7gdi_489 ._autoWrapper2_l7gdi_505 ._vector4_l7gdi_518{height:8rem}._thing1_l7gdi_17 ._frame4273213232_l7gdi_489 ._gather_l7gdi_521{min-width:36rem;color:var(--Variable-collection-Color_007);flex-shrink:0;line-height:normal}._numberFont_n06tn_1{font-family:Satoshi}._imgBox_n06tn_4>img{width:100%;display:block}._ellipsis_n06tn_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_n06tn_14::-webkit-scrollbar{display:none}._progressChart_n06tn_17{flex-direction:column;align-items:flex-start;width:100%;font-size:14px;display:flex}._progressChart_n06tn_17 ._chart_n06tn_24{align-items:center;gap:3rem;width:100%;margin-bottom:8rem;display:flex}._progressChart_n06tn_17 ._chart_n06tn_24 ._chartStep_n06tn_31{flex:1;justify-content:center;align-items:center;gap:3rem;display:flex}._progressChart_n06tn_17 ._chart_n06tn_24 ._chartStep_n06tn_31 ._line_n06tn_38{background:var(--Variable-collection-Color_035);flex:1;height:2rem}._progressChart_n06tn_17 ._chart_n06tn_24 ._chartStep_n06tn_31 ._point_n06tn_43{background:var(--Variable-collection-Color_035);border-radius:50%;width:12rem;height:12rem}._progressChart_n06tn_17 ._chart_n06tn_24 ._chartStep_n06tn_31._completedChart_n06tn_49 ._line_n06tn_38{background:var(--Variable-collection-Color_005)}._progressChart_n06tn_17 ._chart_n06tn_24 ._chartStep_n06tn_31._completedChart_n06tn_49 ._point_n06tn_43{background:var(--Variable-collection-Color_025)}._progressChart_n06tn_17 ._chart_n06tn_24 ._chartStep_n06tn_31:first-child{flex:none;width:auto}._progressChart_n06tn_17 ._textLayout_n06tn_59{gap:3rem;width:100%;height:30rem;display:flex}._progressChart_n06tn_17 ._textLayout_n06tn_59 ._textStep_n06tn_65{flex:1;display:flex}._progressChart_n06tn_17 ._textLayout_n06tn_59 ._textStep_n06tn_65 ._other_n06tn_69{flex:1}._progressChart_n06tn_17 ._textLayout_n06tn_59 ._textStep_n06tn_65 ._info_n06tn_72{width:12rem;position:relative}._progressChart_n06tn_17 ._textLayout_n06tn_59 ._textStep_n06tn_65 ._info_n06tn_72 ._infoText_n06tn_76{color:var(--Color_019,#bcb3ca);text-align:center;font-family:Roboto;font-size:var(--Font_size_11);font-style:normal;font-weight:var(--Font_weight_400,400);white-space:nowrap;flex-direction:column;justify-content:center;align-items:center;line-height:normal;display:flex;position:absolute;left:50%;transform:translate(-50%)}._progressChart_n06tn_17 ._textLayout_n06tn_59 ._textStep_n06tn_65:first-child{flex:none;width:auto}._numberFont_1x2vy_1{font-family:Satoshi}._imgBox_1x2vy_4>img{width:100%;display:block}._ellipsis_1x2vy_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1x2vy_14::-webkit-scrollbar{display:none}._taskWrap_1x2vy_17{width:100%}._taskWrap_1x2vy_17 ._taskContent_1x2vy_20{width:100%;position:relative}._taskWrap_1x2vy_17 ._taskContent_1x2vy_20 ._taskBg_1x2vy_24{justify-content:center;align-items:center;width:100%;display:flex}._taskWrap_1x2vy_17 ._taskContent_1x2vy_20 ._taskBg_1x2vy_24 img{width:100%}._taskWrap_1x2vy_17 ._taskContent_1x2vy_20 ._taskBody_1x2vy_33{box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100%;padding:0 10rem;display:flex;position:absolute;top:0;left:0}._taskWrap_1x2vy_17 ._taskContent_1x2vy_20 ._taskBody_1x2vy_33 ._taskLeft_1x2vy_45{flex-direction:column;flex:1;gap:3rem;display:flex}._taskWrap_1x2vy_17 ._taskContent_1x2vy_20 ._taskBody_1x2vy_33 ._taskLeft_1x2vy_45 ._taskMsg_1x2vy_51{color:#9806fe;text-align:left;font-size:13rem;line-height:13rem}._taskWrap_1x2vy_17 ._taskContent_1x2vy_20 ._taskBody_1x2vy_33 ._taskLeft_1x2vy_45 ._taskValue_1x2vy_57{color:#ea06fe;text-align:right;font-size:11rem;line-height:11rem}._taskWrap_1x2vy_17 ._taskContent_1x2vy_20 ._taskBody_1x2vy_33 ._taskLeft_1x2vy_45 ._taskProgress_1x2vy_63{background-color:#a744ed;border-radius:60rem;height:12rem;padding:1rem}._taskWrap_1x2vy_17 ._taskContent_1x2vy_20 ._taskBody_1x2vy_33 ._taskLeft_1x2vy_45 ._taskProgress_1x2vy_63 ._taskBar_1x2vy_69{background:linear-gradient(90deg,#eb4ae1,#feb4a7,#fff);border-radius:60rem;height:100%}._taskWrap_1x2vy_17 ._taskContent_1x2vy_20 ._taskBody_1x2vy_33 ._taskRight_1x2vy_74{background-color:#c77df6;border-radius:6rem;justify-content:center;align-items:center;margin-left:5rem;padding:3rem;display:flex}._taskWrap_1x2vy_17 ._taskContent_1x2vy_20 ._taskBody_1x2vy_33 ._taskRight_1x2vy_74 ._spinIcon_1x2vy_83{justify-content:center;align-items:center;width:47rem;display:flex}._taskWrap_1x2vy_17 ._taskContent_1x2vy_20 ._taskBody_1x2vy_33 ._taskRight_1x2vy_74 ._spinIcon_1x2vy_83 img{width:100%}._numberFont_ai0s6_1{font-family:Satoshi}._imgBox_ai0s6_4>img{width:100%;display:block}._ellipsis_ai0s6_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_ai0s6_14::-webkit-scrollbar{display:none}._privilegesWrap_ai0s6_17{margin-bottom:10rem}._privilegesWrap_ai0s6_17 ._privilegesContent_ai0s6_20{flex-direction:column;justify-content:center;align-items:center;gap:10rem;display:flex}._numberFont_1v1bs_1{font-family:Satoshi}._imgBox_1v1bs_4>img{width:100%;display:block}._ellipsis_1v1bs_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1v1bs_14::-webkit-scrollbar{display:none}._exclusiveWrap_1v1bs_17{background:linear-gradient(#adadff,#fff);border-radius:5rem;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;padding:24rem 0 16rem;display:flex;position:relative;box-shadow:0 0 2rem #0000000d}._exclusiveWrap_1v1bs_17 ._banner_1v1bs_29{width:298rem;height:120rem;margin:0 auto}._exclusiveWrap_1v1bs_17 ._banner_1v1bs_29 img{width:298rem;height:120rem}._exclusiveWrap_1v1bs_17 ._exclusive_1v1bs_17{color:#9c24fe;justify-content:center;align-items:center;margin:11rem 0 8rem 9rem;display:flex}._exclusiveWrap_1v1bs_17 ._exclusive_1v1bs_17 ._vipIcon_1v1bs_45{justify-content:center;align-items:center;margin-right:5rem;display:flex}._exclusiveWrap_1v1bs_17 ._exclusive_1v1bs_17 ._vipIcon_1v1bs_45 img{width:16rem;height:14rem}._exclusiveWrap_1v1bs_17 ._privilegeContent_1v1bs_55{box-sizing:border-box;width:100%;padding:0 14rem}._exclusiveWrap_1v1bs_17 ._privilegeContent_1v1bs_55 ._privilegeLayout_1v1bs_60{grid-template-columns:repeat(2,1fr);justify-content:space-between;align-items:center;row-gap:12rem;display:grid}._exclusiveWrap_1v1bs_17 ._privilegeContent_1v1bs_55 ._privilegeLayout_1v1bs_60 ._privilegeItem_1v1bs_69{text-align:left;color:#593ea1;justify-content:flex-start;align-items:flex-start;width:auto;font-size:12rem;font-weight:400;display:flex}._exclusiveWrap_1v1bs_17 ._privilegeContent_1v1bs_55 ._privilegeLayout_1v1bs_60 ._privilegeItem_1v1bs_69 ._crow_1v1bs_79{margin-right:3rem}._exclusiveWrap_1v1bs_17 ._privilegeContent_1v1bs_55 ._privilegeLayout_1v1bs_60 ._privilegeItem_1v1bs_69 ._crow_1v1bs_79 img{width:15rem;height:10rem}._exclusiveWrap_1v1bs_17 ._limit_1v1bs_86{background:linear-gradient(90deg,#ed4ae0,#fe8f80);border-radius:5rem 0;height:33rem;padding:0 3rem;font-size:12rem;line-height:33rem;position:absolute;top:0;left:0}._numberFont_1ynqs_1{font-family:Satoshi}._imgBox_1ynqs_4>img{width:100%;display:block}._ellipsis_1ynqs_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1ynqs_14::-webkit-scrollbar{display:none}._rateRuleWrap_1ynqs_17{box-sizing:border-box;background-color:#f9f9ff;border-radius:5rem;width:100%;padding:8rem 10rem;font-weight:400;box-shadow:0 0 2rem #0000000d}._rateRuleWrap_1ynqs_17 ._rateTitle_1ynqs_26{color:#9c24fe;justify-content:flex-start;align-items:center;font-weight:700;display:flex}._rateRuleWrap_1ynqs_17 ._rateTitle_1ynqs_26 ._titleIcon_1ynqs_33{width:16rem;height:16rem;margin-right:3rem}._rateRuleWrap_1ynqs_17 ._rateTitle_1ynqs_26 ._titleIcon_1ynqs_33 img{width:100%;height:100%}._rateRuleWrap_1ynqs_17 ._rateLayout_1ynqs_42{flex-direction:column;justify-content:center;align-items:flex-start;margin-left:10rem;display:flex}._rateRuleWrap_1ynqs_17 ._rateLayout_1ynqs_42 ._rateItem_1ynqs_49{justify-content:center;align-items:center;display:flex}._rateRuleWrap_1ynqs_17 ._rateLayout_1ynqs_42 ._rateItem_1ynqs_49 ._colorCircle_1ynqs_54{background-color:#a855f7;border-radius:6rem;width:6rem;height:6rem;margin-right:15rem}._rateRuleWrap_1ynqs_17 ._rateLayout_1ynqs_42 ._rateItem_1ynqs_49 ._rateText_1ynqs_61{color:#593ea1;justify-content:center;align-items:center;gap:3rem;display:flex}._rateRuleWrap_1ynqs_17 ._rateLayout_1ynqs_42 ._rateItem_1ynqs_49 ._rateText_1ynqs_61 div{font-weight:400}._rateRuleWrap_1ynqs_17 ._rateLayout_1ynqs_42 ._rateItem_1ynqs_49 ._rateText_1ynqs_61 span{color:#d71aff}._numberFont_1bu0s_1{font-family:Satoshi}._imgBox_1bu0s_4>img{width:100%;display:block}._ellipsis_1bu0s_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1bu0s_14::-webkit-scrollbar{display:none}._activityRuleWrap_1bu0s_17{box-sizing:border-box;background-color:#f9f9ff;border-radius:5rem;width:100%;padding:11rem 11rem 16rem;font-family:Roboto;font-size:14rem;font-weight:400;box-shadow:0 0 2rem #0000000d}._activityRuleWrap_1bu0s_17 ._ruleTitle_1bu0s_28{color:#9c24fe;justify-content:flex-start;align-items:center;font-weight:700;display:flex}._activityRuleWrap_1bu0s_17 ._ruleTitle_1bu0s_28 ._titleIcon_1bu0s_35{justify-content:center;align-items:center;width:13rem;height:12rem;margin-right:3rem;display:flex}._activityRuleWrap_1bu0s_17 ._ruleTitle_1bu0s_28 ._titleIcon_1bu0s_35 img{width:100%;height:100%}._activityRuleWrap_1bu0s_17 ._ruleLayout_1bu0s_47{flex-direction:column;justify-content:center;align-items:flex-start;gap:4rem;margin-left:7rem;display:flex}._activityRuleWrap_1bu0s_17 ._ruleLayout_1bu0s_47 ._ruleItem_1bu0s_55{color:#593ea1;text-align:left;justify-content:flex-start;align-items:flex-start;line-height:14rem;display:flex}._activityRuleWrap_1bu0s_17 ._ruleLayout_1bu0s_47 ._ruleItem_1bu0s_55 ._ruleCircle_1bu0s_63{justify-content:center;align-items:center;height:14rem;display:flex}._activityRuleWrap_1bu0s_17 ._ruleLayout_1bu0s_47 ._ruleItem_1bu0s_55 ._ruleCircle_1bu0s_63 ._circleNode_1bu0s_69{background-color:#a855f7;border-radius:6rem;width:6rem;height:6rem;margin-right:15rem}._numberFont_ajf1p_1{font-family:Satoshi}._imgBox_ajf1p_4>img{width:100%;display:block}._ellipsis_ajf1p_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_ajf1p_14::-webkit-scrollbar{display:none}._v1DepositWrap_ajf1p_17{text-align:center;color:#7543f5;margin:0 7%;font-family:Roboto;font-size:12rem;font-weight:700;position:relative}._v1DepositWrap_ajf1p_17 ._v1DepositBg_ajf1p_26,._v1DepositWrap_ajf1p_17 ._v1DepositBg_ajf1p_26 img{width:100%}._v1DepositWrap_ajf1p_17 ._closeBtn_ajf1p_32{width:24rem;height:24rem;position:absolute;top:0;right:0}._v1DepositWrap_ajf1p_17 ._v1Body_ajf1p_39{box-sizing:border-box;width:100%;padding:0 25rem 0 22rem;position:absolute;bottom:7.5%;left:0}._v1DepositWrap_ajf1p_17 ._v1Body_ajf1p_39 ._v1Gold_ajf1p_47{box-sizing:border-box;background:#fff;border-radius:6rem;justify-content:center;align-items:center;margin:0 12rem;padding:8rem 14rem 8rem 0;display:flex}._v1DepositWrap_ajf1p_17 ._v1Body_ajf1p_39 ._v1Gold_ajf1p_47 ._goldIcon_ajf1p_57{justify-content:center;align-items:center;width:26rem;margin-left:8rem;margin-right:10rem;display:flex}._v1DepositWrap_ajf1p_17 ._v1Body_ajf1p_39 ._v1Gold_ajf1p_47 ._goldIcon_ajf1p_57 img{width:100%}._v1DepositWrap_ajf1p_17 ._v1Body_ajf1p_39 ._v1Gold_ajf1p_47 ._v1GoldNum_ajf1p_68{color:#fc901b;white-space:nowrap;font-size:20rem;line-height:22rem}._v1DepositWrap_ajf1p_17 ._v1Body_ajf1p_39 ._v1Rules_ajf1p_74{justify-content:flex-start;align-items:center;margin:8rem 12rem 45rem;display:grid}._v1DepositWrap_ajf1p_17 ._v1Body_ajf1p_39 ._v1Rules_ajf1p_74 ._ruleContent_ajf1p_80{justify-content:flex-start;align-items:center;gap:5rem;display:flex}._v1DepositWrap_ajf1p_17 ._v1Body_ajf1p_39 ._v1Rules_ajf1p_74 ._ruleContent_ajf1p_80 ._rulePoint_ajf1p_86{background:#7543f5;border-radius:6rem;width:6rem;height:6rem}._v1DepositWrap_ajf1p_17 ._v1Body_ajf1p_39 ._depositBtn_ajf1p_92{width:100%}._v1DepositWrap_ajf1p_17 ._v1Body_ajf1p_39 ._depositBtn_ajf1p_92 ._btn_ajf1p_95{color:#fff;background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;height:45rem;font-size:16rem;line-height:45rem}._numberFont_lna72_1{font-family:Satoshi}._imgBox_lna72_4>img{width:100%;display:block}._ellipsis_lna72_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_lna72_14::-webkit-scrollbar{display:none}._depositBtn_lna72_17{width:100%;font-family:Roboto;font-weight:700;font-style:Condensed Bold;text-align:center;font-size:10rem}._depositBtn_lna72_17 ._btn_lna72_25{color:#fff;background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;height:47rem;font-size:16rem;line-height:45rem;position:relative}._depositBtn_lna72_17 ._btn_lna72_25 ._countContent_lna72_34{align-items:center;padding:0 5rem;display:flex;position:relative}._depositBtn_lna72_17 ._btn_lna72_25 ._countContent_lna72_34 ._leftInfo_lna72_40{background:linear-gradient(#f8e8d9,#ffdcc0);border-radius:6rem 0 6rem 6rem;flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:107rem;height:37rem;display:flex;position:relative}._depositBtn_lna72_17 ._btn_lna72_25 ._countContent_lna72_34 ._leftInfo_lna72_40 ._leftTime_lna72_52{color:#fe713e;font-size:10rem;line-height:10rem}._depositBtn_lna72_17 ._btn_lna72_25 ._countContent_lna72_34 ._leftInfo_lna72_40 ._leftAmount_lna72_57{color:#ff4177;font-size:16rem;line-height:16rem;position:relative}._depositBtn_lna72_17 ._btn_lna72_25 ._countContent_lna72_34 ._leftInfo_lna72_40 ._leftAmount_lna72_57 ._leftLine_lna72_63{background:#ff4177;width:120%;height:2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._depositBtn_lna72_17 ._btn_lna72_25 ._countContent_lna72_34 ._leftInfo_lna72_40 ._centerDrop_lna72_72{justify-content:center;align-items:center;height:52rem;display:flex;position:absolute;top:-13%;left:81%}._depositBtn_lna72_17 ._btn_lna72_25 ._countContent_lna72_34 ._leftInfo_lna72_40 ._centerDrop_lna72_72 img{height:100%}._depositBtn_lna72_17 ._btn_lna72_25 ._countContent_lna72_34 ._rightAmount_lna72_84{flex:1}._depositBtn_lna72_17 ._btn_lna72_25 ._countContent_lna72_34 ._surplusTime_lna72_87{background:#ff5e43;border-radius:0 6rem;justify-content:center;align-items:center;gap:3rem;padding:2rem 4rem;font-size:10rem;line-height:10rem;display:flex;position:absolute;top:0;right:0}._depositBtn_lna72_17 ._btn_lna72_25 ._countContent_lna72_34 ._surplusTime_lna72_87 ._timeIcon_lna72_101{justify-content:center;align-items:center;width:9rem;display:flex}._depositBtn_lna72_17 ._btn_lna72_25 ._countContent_lna72_34 ._surplusTime_lna72_87 ._timeIcon_lna72_101 img{width:100%}._depositBtn_lna72_17 ._btn_lna72_25 ._countContent_lna72_34 ._giftBubble_lna72_110{position:absolute;top:-52%;left:72%}._depositBtn_lna72_17 ._btn_lna72_25 ._countContent_lna72_34 ._giftBubble_lna72_110 ._bubbleArrow_lna72_115{clip-path:polygon(50% 100%,0% 0%,100% 0%);z-index:1;background:linear-gradient(263.82deg,#ff5133 -20.55%,#ff906e 148.41%);width:10rem;height:10rem;position:absolute;bottom:-5rem;left:20%}._depositBtn_lna72_17 ._btn_lna72_25 ._countContent_lna72_34 ._giftBubble_lna72_110 ._bubbleBg_lna72_127{z-index:2;background:linear-gradient(263.82deg,#ff5133 -20.55%,#ff906e 148.41%);border-radius:4rem;min-width:69rem;height:17rem;padding:0 3rem;position:relative}._depositBtn_lna72_17 ._btn_lna72_25 ._countContent_lna72_34 ._giftBubble_lna72_110 ._bubbleBg_lna72_127 ._giftInfo_lna72_136{justify-content:center;align-items:center;gap:5rem;width:100%;height:100%;display:flex}._depositBtn_lna72_17 ._btn_lna72_25 ._countContent_lna72_34 ._giftBubble_lna72_110 ._bubbleBg_lna72_127 ._giftInfo_lna72_136 ._giftIcon_lna72_144{justify-content:center;align-items:center;width:12rem;display:flex}._depositBtn_lna72_17 ._btn_lna72_25 ._countContent_lna72_34 ._giftBubble_lna72_110 ._bubbleBg_lna72_127 ._giftInfo_lna72_136 ._giftIcon_lna72_144 img{width:100%}._depositBtn_lna72_17 ._btn_lna72_25 ._countContent_lna72_34 ._giftBubble_lna72_110 ._bubbleBg_lna72_127 ._giftInfo_lna72_136 ._giftAmount_lna72_153{text-align:center;color:#fff;white-space:nowrap;justify-content:center;align-items:center;gap:2rem;font-family:Roboto;font-size:10rem;font-weight:700;line-height:10rem;display:flex}._depositBtn_lna72_17 ._btn_lna72_25 ._countContent_lna72_34 ._giftBubble_lna72_110 ._bubbleBg_lna72_127 ._giftInfo_lna72_136 ._giftAmount_lna72_153 span{font-size:14rem;line-height:14rem}._numberFont_fnxv_1{font-family:Satoshi}._imgBox_fnxv_4>img{width:100%;display:block}._ellipsis_fnxv_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_fnxv_14::-webkit-scrollbar{display:none}._renewalGiftWrap_fnxv_17{text-align:center;color:#fff;box-sizing:border-box;margin:0 17rem;font-family:Roboto;font-size:14rem;font-weight:700;position:relative}._renewalGiftWrap_fnxv_17 ._renewalGiftBg_fnxv_27,._renewalGiftWrap_fnxv_17 ._renewalGiftBg_fnxv_27 img{width:100%}._renewalGiftWrap_fnxv_17 ._closeBtn_fnxv_33{z-index:10;width:24rem;height:24rem;position:absolute;top:-12rem;right:14.5rem}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41{position:absolute;top:5%;left:11%}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41 ._renewalGiftInfo_fnxv_46{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41 ._renewalGiftInfo_fnxv_46 ._titleContent_fnxv_53{flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:8rem;display:flex}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41 ._renewalGiftInfo_fnxv_46 ._titleContent_fnxv_53 ._vipNum_fnxv_60{color:#fdff71;font-size:24rem;line-height:22rem;transform:skew(-10deg)}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41 ._renewalGiftInfo_fnxv_46 ._titleContent_fnxv_53 ._titleText_fnxv_66{color:#3effef;font-size:18rem;font-weight:900;line-height:18rem;transform:skew(-10deg)}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41 ._renewalGiftInfo_fnxv_46 ._titleContent_fnxv_53 ._surplus_fnxv_73{background:#753bc1;border-radius:80rem;margin-top:4rem;padding:2rem 6rem;font-size:10rem}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41 ._renewalGiftInfo_fnxv_46 ._infoContent_fnxv_80{justify-content:flex-start;align-items:flex-start;margin-top:5rem;display:flex;position:relative}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41 ._renewalGiftInfo_fnxv_46 ._infoContent_fnxv_80 ._infoLeft_fnxv_87{color:#613a98;white-space:nowrap;justify-content:center;align-items:flex-start;display:grid;position:relative}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41 ._renewalGiftInfo_fnxv_46 ._infoContent_fnxv_80 ._infoLeft_fnxv_87 ._leftBg_fnxv_95{justify-content:center;align-items:center;display:flex}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41 ._renewalGiftInfo_fnxv_46 ._infoContent_fnxv_80 ._infoLeft_fnxv_87 ._leftBg_fnxv_95 img{height:78rem}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41 ._renewalGiftInfo_fnxv_46 ._infoContent_fnxv_80 ._infoLeft_fnxv_87 ._leftInfo_fnxv_103{position:absolute;top:25%;left:42%;transform:translate(-50%)}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41 ._renewalGiftInfo_fnxv_46 ._infoContent_fnxv_80 ._infoLeft_fnxv_87 ._leftInfo_fnxv_103 ._leftTitle_fnxv_109{font-size:10rem}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41 ._renewalGiftInfo_fnxv_46 ._infoContent_fnxv_80 ._infoLeft_fnxv_87 ._leftInfo_fnxv_103 ._leftNum_fnxv_112{font-size:20rem;line-height:20rem}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41 ._renewalGiftInfo_fnxv_46 ._infoContent_fnxv_80 ._infoRight_fnxv_116{white-space:nowrap;justify-content:center;align-items:center;display:grid;position:absolute;bottom:0;left:80%}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41 ._renewalGiftInfo_fnxv_46 ._infoContent_fnxv_80 ._infoRight_fnxv_116 ._rightBg_fnxv_125{justify-content:center;align-items:center;display:flex}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41 ._renewalGiftInfo_fnxv_46 ._infoContent_fnxv_80 ._infoRight_fnxv_116 ._rightBg_fnxv_125 img{height:111rem}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41 ._renewalGiftInfo_fnxv_46 ._infoContent_fnxv_80 ._infoRight_fnxv_116 ._rightInfo_fnxv_133{position:absolute;top:2%;left:50%;transform:translate(-50%)}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41 ._renewalGiftInfo_fnxv_46 ._infoContent_fnxv_80 ._infoRight_fnxv_116 ._rightInfo_fnxv_133 ._rightTitle_fnxv_139{font-size:10rem}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41 ._renewalGiftInfo_fnxv_46 ._infoContent_fnxv_80 ._infoRight_fnxv_116 ._rightInfo_fnxv_133 ._rightNum_fnxv_142{color:#a5420f;margin-top:10%;font-size:28rem;line-height:40rem}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41 ._renewalGiftInfo_fnxv_46 ._infoContent_fnxv_80 ._infoRight_fnxv_116 ._rightInfo_fnxv_133 ._rightMsg_fnxv_148{color:#a5420f;justify-content:center;align-items:center;font-size:12rem;display:flex}._renewalGiftWrap_fnxv_17 ._renewalGiftBody_fnxv_41 ._renewalGiftInfo_fnxv_46 ._infoContent_fnxv_80 ._infoRight_fnxv_116 ._rightInfo_fnxv_133 ._rightMsg_fnxv_148 img{height:15rem;margin-right:5rem}._renewalGiftWrap_fnxv_17 ._taskBody_fnxv_159{margin:0 40rem 0 24rem;position:absolute;bottom:4%;left:0}._renewalGiftWrap_fnxv_17 ._taskBody_fnxv_159 ._taskContent_fnxv_165{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}._renewalGiftWrap_fnxv_17 ._taskBody_fnxv_159 ._taskContent_fnxv_165 ._taskTip_fnxv_172{color:#d5b9ff;font-size:10rem}._renewalGiftWrap_fnxv_17 ._taskBody_fnxv_159 ._taskContent_fnxv_165 ._taskLayout_fnxv_176{white-space:nowrap;box-sizing:border-box;background:#482391cc;border-radius:6rem;grid-template-columns:repeat(2,1fr);justify-content:space-between;align-items:center;gap:53rem;width:100%;margin-top:4rem;padding:5rem 54rem;display:grid}._renewalGiftWrap_fnxv_17 ._taskBody_fnxv_159 ._taskContent_fnxv_165 ._taskLayout_fnxv_176 ._taskItem_fnxv_191{flex-direction:column;justify-content:center;align-items:center;gap:7rem;width:100%;display:flex}._renewalGiftWrap_fnxv_17 ._taskBody_fnxv_159 ._taskContent_fnxv_165 ._taskLayout_fnxv_176 ._taskItem_fnxv_191 ._taskIcon_fnxv_199{justify-content:center;align-items:center;width:50rem;display:flex}._renewalGiftWrap_fnxv_17 ._taskBody_fnxv_159 ._taskContent_fnxv_165 ._taskLayout_fnxv_176 ._taskItem_fnxv_191 ._taskIcon_fnxv_199 img{width:100%}._renewalGiftWrap_fnxv_17 ._taskBody_fnxv_159 ._taskContent_fnxv_165 ._taskLayout_fnxv_176 ._taskItem_fnxv_191 ._taskTitle_fnxv_208{color:#9a87c8;font-size:8rem;line-height:8rem}._renewalGiftWrap_fnxv_17 ._taskBody_fnxv_159 ._taskContent_fnxv_165 ._taskLayout_fnxv_176 ._taskItem_fnxv_191 ._taksNum_fnxv_213{line-height:12rem}._renewalGiftWrap_fnxv_17 ._watchBtn_fnxv_216{box-sizing:border-box;width:100%;padding:0 40rem 0 24rem;position:absolute;top:103%}._renewalGiftWrap_fnxv_17 ._watchBtn_fnxv_216 ._btn_fnxv_223{color:#fff;background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;width:100%;height:45rem;font-size:16rem;line-height:45rem}._numberFont_a24dx_1{font-family:Satoshi}._imgBox_a24dx_4>img{width:100%;display:block}._ellipsis_a24dx_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_a24dx_14::-webkit-scrollbar{display:none}._experienceWrap_a24dx_17{position:relative}._experienceWrap_a24dx_17 ._closeBtnWrap_a24dx_20{z-index:3;width:27.5rem;height:27.5rem;position:absolute;top:-20rem;right:0}._experienceWrap_a24dx_17 ._light_a24dx_28{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}._experienceWrap_a24dx_17 ._content_a24dx_36{z-index:2;justify-content:center;align-items:center;display:grid;position:relative}._experienceWrap_a24dx_17 ._content_a24dx_36 ._title_a24dx_43{justify-content:center;margin-bottom:30rem;display:flex}._experienceWrap_a24dx_17 ._content_a24dx_36 ._title_a24dx_43 img{height:43rem}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51{z-index:1;position:relative}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 img{width:353rem}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 ._diamond_a24dx_58{z-index:2;position:absolute;top:-43rem;left:56%;transform:translate(-50%)}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 ._diamond_a24dx_58 ._ribbons_a24dx_65{position:absolute;top:63%;left:43%;transform:translate(-50%,-50%)}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 ._box_a24dx_71{z-index:3;position:absolute;top:45rem;left:50%;transform:translate(-50%)}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 ._box_a24dx_71 img{width:303rem}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 ._box_a24dx_71 ._boxIcon_a24dx_81{position:absolute;top:calc(100% - 30rem);left:50%;transform:translate(-50%)}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 ._box_a24dx_71 ._boxIcon_a24dx_81 img{width:323rem}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 ._body_a24dx_90{color:#fff;text-align:center;z-index:4;flex-direction:column;justify-content:center;align-items:center;width:100%;font-family:Roboto;font-size:14rem;font-weight:700;display:flex;position:absolute;top:61rem;left:50%;transform:translate(-50%)}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 ._body_a24dx_90 ._once_a24dx_107{color:#79411a;justify-content:center;align-items:center;font-size:22rem;display:flex}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 ._body_a24dx_90 ._once_a24dx_107 span{font-size:32rem}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 ._body_a24dx_90 ._max_a24dx_117{background:linear-gradient(#efa341,#ff9e37);border-radius:5rem 12rem;width:167rem;height:28rem;margin-bottom:5rem;line-height:28rem}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 ._body_a24dx_90 ._tip_a24dx_125{color:#79411a;margin-bottom:22rem;font-size:10rem}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 ._body_a24dx_90 ._privilege_a24dx_130{margin-bottom:29rem;display:grid}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 ._body_a24dx_90 ._privilege_a24dx_130 ._itemContent_a24dx_134{gap:40rem;margin-top:5rem;font-size:10rem;line-height:12rem;display:flex}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 ._body_a24dx_90 ._privilege_a24dx_130 ._itemContent_a24dx_134 ._item_a24dx_134{position:relative}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 ._body_a24dx_90 ._privilege_a24dx_130 ._itemContent_a24dx_134 ._item_a24dx_134 ._icon_a24dx_144{justify-content:center;height:68rem;display:flex}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 ._body_a24dx_90 ._privilege_a24dx_130 ._itemContent_a24dx_134 ._item_a24dx_134 ._icon_a24dx_144 img{width:56rem;height:56rem}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 ._body_a24dx_90 ._privilege_a24dx_130 ._itemContent_a24dx_134 ._item_a24dx_134 ._itemMsg_a24dx_153{white-space:nowrap;position:absolute;top:95%;left:50%;transform:translate(-50%)}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 ._body_a24dx_90 ._btnClaim_a24dx_160{margin-bottom:8rem}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 ._body_a24dx_90 ._btnClaim_a24dx_160 ._btn_a24dx_160{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;width:276rem;height:41rem;font-size:16rem;line-height:41rem}._experienceWrap_a24dx_17 ._content_a24dx_36 ._bg_a24dx_51 ._body_a24dx_90 ._bottom_a24dx_171{color:#8861f6;font-size:12rem}._numberFont_189wn_1{font-family:Satoshi}._imgBox_189wn_4>img{width:100%;display:block}._ellipsis_189wn_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_189wn_14::-webkit-scrollbar{display:none}._rewardWrap_189wn_17{color:#fff;text-align:center;font-family:Roboto;font-size:14rem;font-weight:700;position:relative}._rewardWrap_189wn_17 ._closeBtnWrap_189wn_25{z-index:3;width:27.5rem;height:27.5rem;position:absolute;top:7%;right:6.5%}._rewardWrap_189wn_17 ._lightAni_189wn_33{z-index:1;width:100%;height:100%;position:absolute;top:8%;left:-3%}._rewardWrap_189wn_17 ._content_189wn_41{z-index:2;justify-content:center;align-items:center;display:grid;position:relative}._rewardWrap_189wn_17 ._content_189wn_41 ._bg_189wn_48{position:relative}._rewardWrap_189wn_17 ._content_189wn_41 ._bg_189wn_48 img{width:339rem}._rewardWrap_189wn_17 ._content_189wn_41 ._bg_189wn_48 ._ribbons_189wn_54{width:260rem;height:25rem;position:absolute;top:3rem;left:50%;transform:translate(-50%)}._rewardWrap_189wn_17 ._content_189wn_41 ._bg_189wn_48 ._ribbons_189wn_54 img{width:260rem;height:25rem}._rewardWrap_189wn_17 ._content_189wn_41 ._msgContent_189wn_66{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._rewardWrap_189wn_17 ._content_189wn_41 ._title_189wn_77{justify-content:center;margin-top:10%;display:flex}._rewardWrap_189wn_17 ._content_189wn_41 ._title_189wn_77 img{height:30rem}._rewardWrap_189wn_17 ._content_189wn_41 ._titlebr_189wn_85 img{height:25rem}._rewardWrap_189wn_17 ._content_189wn_41 ._limit_189wn_88{justify-content:center;align-items:center;gap:6rem;display:flex}._rewardWrap_189wn_17 ._content_189wn_41 ._limit_189wn_88 ._circle_189wn_94{background-color:#fff;border-radius:4rem;width:4rem;height:4rem}._rewardWrap_189wn_17 ._content_189wn_41 ._rewardContent_189wn_100{flex:1;width:100%;position:relative}._rewardWrap_189wn_17 ._content_189wn_41 ._rewardContent_189wn_100 ._cardDiv_189wn_105{position:absolute;top:3%;left:50%;transform:translate(-50%)}._rewardWrap_189wn_17 ._content_189wn_41 ._rewardContent_189wn_100 ._cardDiv_189wn_105 ._card_189wn_105 img{width:262rem;display:block}._rewardWrap_189wn_17 ._content_189wn_41 ._rewardContent_189wn_100 ._cardDiv_189wn_105 ._body_189wn_115{z-index:4;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}._rewardWrap_189wn_17 ._content_189wn_41 ._rewardContent_189wn_100 ._cardDiv_189wn_105 ._body_189wn_115 ._once_189wn_127{color:#79411a;justify-content:center;align-items:center;font-size:22rem;display:flex}._rewardWrap_189wn_17 ._content_189wn_41 ._rewardContent_189wn_100 ._cardDiv_189wn_105 ._body_189wn_115 ._once_189wn_127 span{font-size:32rem}._rewardWrap_189wn_17 ._content_189wn_41 ._rewardContent_189wn_100 ._cardDiv_189wn_105 ._body_189wn_115 ._max_189wn_137{background:linear-gradient(#efa341,#ff9e37);border-radius:5rem 12rem;width:167rem;height:28rem;margin-bottom:5rem;font-size:16rem;line-height:28rem}._rewardWrap_189wn_17 ._content_189wn_41 ._rewardContent_189wn_100 ._cardDiv_189wn_105 ._body_189wn_115 ._tip_189wn_146{color:#79411a;font-size:10rem}._rewardWrap_189wn_17 ._content_189wn_41 ._rewardContent_189wn_100 ._bottomDiv_189wn_150{flex-direction:column;align-items:center;width:100%;display:flex;position:absolute;bottom:12%;left:0}._rewardWrap_189wn_17 ._content_189wn_41 ._rewardContent_189wn_100 ._bottomDiv_189wn_150 ._btnClaim_189wn_159{margin-bottom:8rem}._rewardWrap_189wn_17 ._content_189wn_41 ._rewardContent_189wn_100 ._bottomDiv_189wn_150 ._btnClaim_189wn_159 ._btn_189wn_159{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;width:276rem;height:41rem;font-size:16rem;line-height:41rem}._rewardWrap_189wn_17 ._content_189wn_41 ._rewardContent_189wn_100 ._bottomDiv_189wn_150 ._bottom_189wn_150{color:#8861f6;font-size:12rem}._numberFont_oi6br_1{font-family:Satoshi}._imgBox_oi6br_4>img{width:100%;display:block}._ellipsis_oi6br_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_oi6br_14::-webkit-scrollbar{display:none}._signInLotteryWrap_oi6br_17{text-align:center;width:100%;height:491rem;position:relative}._signInLotteryWrap_oi6br_17 ._closeBtnWrap_oi6br_23{z-index:21;width:27rem;height:27rem;position:absolute;top:10rem;right:16rem}._signInLotteryWrap_oi6br_17 ._animationWrap_oi6br_31{z-index:2;width:100%;height:560rem;position:absolute;top:-14%}._signInLotteryWrap_oi6br_17 ._lotteryBg_oi6br_38{width:100%;height:560rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._signInLotteryWrap_oi6br_17 ._lotteryBg_oi6br_38 img{width:100%;height:100%;display:inline-block}._signInLotteryWrap_oi6br_17 ._lotteryBg_oi6br_38 ._header_oi6br_51,._signInLotteryWrap_oi6br_17 ._lotteryBg_oi6br_38 ._footer_oi6br_52{width:100%;font-size:14rem;font-weight:700;position:absolute;left:50%;transform:translate(-50%)}._signInLotteryWrap_oi6br_17 ._lotteryBg_oi6br_38 ._header_oi6br_51{top:122rem}._signInLotteryWrap_oi6br_17 ._lotteryBg_oi6br_38 ._footer_oi6br_52{bottom:126rem}._signInLotteryWrap_oi6br_17 ._content_oi6br_66{z-index:10;box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:132rem;padding:0 38rem 0 30rem;display:flex;position:absolute;top:42%;left:50%;transform:translate(-50%,-50%)}._signInLotteryWrap_oi6br_17 ._content_oi6br_66 ._signInSlotMachine_oi6br_80{min-width:336rem;min-height:336rem}._signInLotteryWrap_oi6br_17 ._startBtn_oi6br_84{z-index:20;justify-content:center;align-items:center;width:234rem;height:94rem;display:flex;position:absolute;bottom:130rem;left:50%;transform:translate(-50%)}._signInLotteryWrap_oi6br_17 ._startBtn_oi6br_84 ._startTitle_oi6br_96{text-shadow:2rem 2rem 4rem #501d9380;font-size:22rem;position:absolute;bottom:34rem}._signInLotteryWrap_oi6br_17 ._startBtn_oi6br_84 img{width:100%;height:100%;display:inline-block}._signInLotteryWrap_oi6br_17 ._handWrap_oi6br_107{z-index:21;pointer-events:none;width:160rem;height:160rem;position:absolute;bottom:80rem;right:0}._signInLotteryWrap_oi6br_17 ._handWrap_oi6br_107 img{pointer-events:none;width:100%;height:100%;display:inline-block}._numberFont_xuae0_1{font-family:Satoshi}._imgBox_xuae0_4>img{width:100%;display:block}._ellipsis_xuae0_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_xuae0_14::-webkit-scrollbar{display:none}._pageWrap_xuae0_17{box-sizing:border-box;background-color:#191234;width:100%;height:100%;padding:0 12rem;position:relative}._pageWrap_xuae0_17 ._signPageBg_xuae0_25{z-index:1;width:100%;height:100%;position:absolute;inset:0}._pageWrap_xuae0_17 ._signPageBg_xuae0_25 img{width:100%;height:100%;display:inline-block}._pageWrap_xuae0_17 ._signPageBg_xuae0_25 ._pageSubTitle_xuae0_37{font-size:12rem;position:absolute;top:59rem;left:50%;transform:translate(-50%)}._pageWrap_xuae0_17 ._signPage_xuae0_25{z-index:2;box-sizing:border-box;flex-direction:column;align-items:center;width:100%;height:100%;padding:14rem 11rem 0;display:flex;position:absolute;inset:0}._pageWrap_xuae0_17 ._signPage_xuae0_25 ._signInListWrap_xuae0_56{box-sizing:border-box;flex-direction:column;flex:1;width:100%;padding-bottom:10rem;display:flex;overflow-y:auto}._numberFont_1ydlo_1{font-family:Satoshi}._imgBox_1ydlo_4>img{width:100%;display:block}._ellipsis_1ydlo_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1ydlo_14::-webkit-scrollbar{display:none}._contentWrap_1ydlo_17{box-sizing:border-box;background-color:#f0effe;border-radius:6rem;flex-direction:column;width:342rem;height:658rem;padding:8rem 8rem 12rem;display:flex;position:relative;overflow-y:auto}._contentWrap_1ydlo_17 ._section_1ydlo_29{flex-direction:column;width:100%;font-size:12rem;font-weight:700;display:flex}._contentWrap_1ydlo_17 ._section_1ydlo_29 ._sectionContent_1ydlo_36{text-align:center;width:100%}._contentWrap_1ydlo_17 ._section_1ydlo_29 ._sectionContent_1ydlo_36 ._sectionTitle_1ydlo_40{color:#8358b4;float:left;white-space:nowrap;text-align:left}._contentWrap_1ydlo_17 ._section_1ydlo_29 ._sectionContent_1ydlo_36 ._sectionText_1ydlo_46{color:#7c4cae;text-align:left;font-weight:400}._contentWrap_1ydlo_17 ._section_1ydlo_29 ._sectionContent_1ydlo_36 ._sectionText_1ydlo_46 span{color:#f023ba}._contentWrap_1ydlo_17 ._section_1ydlo_29 ._tableContainer_1ydlo_54{background:linear-gradient(#c6beff 30%,#ebeaff 60%,#f9f9ff);border:1rem solid #fff;border-radius:6rem;width:100%;margin:8rem 0}._contentWrap_1ydlo_17 ._section_1ydlo_29 ._tableContainer_1ydlo_54 ._tableHeader_1ydlo_61,._contentWrap_1ydlo_17 ._section_1ydlo_29 ._tableContainer_1ydlo_54 ._tableRow_1ydlo_62{border-bottom:1rem solid #fff;justify-content:space-around;display:flex}._contentWrap_1ydlo_17 ._section_1ydlo_29 ._tableContainer_1ydlo_54 ._tableHeader_1ydlo_61 ._tableCell_1ydlo_67,._contentWrap_1ydlo_17 ._section_1ydlo_29 ._tableContainer_1ydlo_54 ._tableRow_1ydlo_62 ._tableCell_1ydlo_67{padding:4rem 8rem;font-size:12rem;font-weight:700}._contentWrap_1ydlo_17 ._section_1ydlo_29 ._tableContainer_1ydlo_54 ._tableHeader_1ydlo_61 ._tableCell_1ydlo_67:first-child,._contentWrap_1ydlo_17 ._section_1ydlo_29 ._tableContainer_1ydlo_54 ._tableRow_1ydlo_62 ._tableCell_1ydlo_67:first-child{box-sizing:border-box;border-right:1rem solid #fff;justify-content:center;align-items:center;width:100rem;display:flex}._contentWrap_1ydlo_17 ._section_1ydlo_29 ._tableContainer_1ydlo_54 ._tableHeader_1ydlo_61 ._tableCell_1ydlo_67:last-child,._contentWrap_1ydlo_17 ._section_1ydlo_29 ._tableContainer_1ydlo_54 ._tableRow_1ydlo_62 ._tableCell_1ydlo_67:last-child{flex:1}._contentWrap_1ydlo_17 ._section_1ydlo_29 ._tableContainer_1ydlo_54 ._tableHeader_1ydlo_61{background-color:#9675d7;border-top-left-radius:6rem;border-top-right-radius:6rem;display:flex}._contentWrap_1ydlo_17 ._section_1ydlo_29 ._tableContainer_1ydlo_54 ._tableHeader_1ydlo_61 ._tableCell_1ydlo_67{color:#fff}._contentWrap_1ydlo_17 ._section_1ydlo_29 ._tableContainer_1ydlo_54 ._tableHeader_1ydlo_61 ._tableCell_1ydlo_67:last-child{flex:1}._contentWrap_1ydlo_17 ._section_1ydlo_29 ._tableContainer_1ydlo_54 ._tableRow_1ydlo_62:last-child{border-bottom:none;border-bottom-right-radius:6rem;border-bottom-left-radius:6rem}._contentWrap_1ydlo_17 ._section_1ydlo_29 ._tableContainer_1ydlo_54 ._tableRow_1ydlo_62 ._tableCell_1ydlo_67{color:#774aac}._contentWrap_1ydlo_17 ._section_1ydlo_29 ._tableContainer_1ydlo_54 ._tableRow_1ydlo_62 ._tableCell_1ydlo_67:last-child{text-align:left}._contentWrap_1ydlo_17 ._section_1ydlo_29 ._tableContainer_1ydlo_54 ._tableRow_1ydlo_62 ._tableCell_1ydlo_67:last-child span{color:#f01ab9;font-size:12rem;font-weight:700}._contentWrap_1ydlo_17 ._section_1ydlo_29 ._tableContainer_1ydlo_54 ._tableRow_1ydlo_62 ._tableCell_1ydlo_67:last-child span>span{color:#774aac}._numberFont_1tcq3_1{font-family:Satoshi}._imgBox_1tcq3_4>img{width:100%;display:block}._ellipsis_1tcq3_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1tcq3_14::-webkit-scrollbar{display:none}._signHeaderWrap_1tcq3_17{flex-direction:column;align-items:center;width:100%;height:188rem;display:flex;position:relative}._signHeaderWrap_1tcq3_17 ._titleWrap_1tcq3_25{width:100%;height:33rem}._signHeaderWrap_1tcq3_17 ._titleWrap_1tcq3_25 ._headTitle_1tcq3_29{justify-content:center;align-items:center;width:100%;height:100%;font-size:16rem;display:flex}._signHeaderWrap_1tcq3_17 ._titleWrap_1tcq3_25 ._headerRight_1tcq3_37{align-items:center;display:flex;position:absolute;top:0;right:2rem}._signHeaderWrap_1tcq3_17 ._titleWrap_1tcq3_25 ._headerRight_1tcq3_37 ._noteBtn_1tcq3_44,._signHeaderWrap_1tcq3_17 ._titleWrap_1tcq3_25 ._headerRight_1tcq3_37 ._closeBtn_1tcq3_45{width:33rem;height:33rem}._signHeaderWrap_1tcq3_17 ._titleWrap_1tcq3_25 ._headerRight_1tcq3_37 ._noteBtn_1tcq3_44 img,._signHeaderWrap_1tcq3_17 ._titleWrap_1tcq3_25 ._headerRight_1tcq3_37 ._closeBtn_1tcq3_45 img{width:100%;height:100%;display:inline-block}._signHeaderWrap_1tcq3_17 ._titleWrap_1tcq3_25 ._headerRight_1tcq3_37 ._noteBtn_1tcq3_44{margin-right:18rem}._signHeaderWrap_1tcq3_17 ._signHeader_1tcq3_17{width:314rem;height:142rem;position:relative}._signHeaderWrap_1tcq3_17 ._signHeader_1tcq3_17 ._subTitle_1tcq3_63{text-align:center;width:100%;position:absolute}._signHeaderWrap_1tcq3_17 ._signHeader_1tcq3_17 ._signHeaderBg_1tcq3_68{width:314rem;height:142rem}._signHeaderWrap_1tcq3_17 ._signHeader_1tcq3_17 ._signHeaderBg_1tcq3_68 img{width:100%;height:100%;display:inline-block}._signHeaderWrap_1tcq3_17 ._signHeader_1tcq3_17 ._signNumerContent_1tcq3_77{box-sizing:border-box;justify-content:space-around;align-items:center;width:100%;height:114rem;padding:0 6rem;display:flex;position:absolute;top:20rem}._signHeaderWrap_1tcq3_17 ._signHeader_1tcq3_17 ._signNumerContent_1tcq3_77 ._signNumberItem_1tcq3_88,._signHeaderWrap_1tcq3_17 ._signHeader_1tcq3_17 ._signNumerContent_1tcq3_77 ._signNumberItem_1tcq3_88 ._numberImg_1tcq3_92{width:38rem;height:52rem}._signHeaderWrap_1tcq3_17 ._signHeader_1tcq3_17 ._signNumerContent_1tcq3_77 ._signNumberItem_1tcq3_88 ._numberImg_1tcq3_92 img{width:100%;height:100%;display:inline-block}._numberFont_1sqt0_1{font-family:Satoshi}._imgBox_1sqt0_4>img{width:100%;display:block}._ellipsis_1sqt0_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1sqt0_14::-webkit-scrollbar{display:none}._numberImg_1sqt0_17{align-items:center;display:flex}._numberImg_1sqt0_17 img{display:block}._numberFont_l7kek_1{font-family:Satoshi}._imgBox_l7kek_4>img{width:100%;display:block}._ellipsis_l7kek_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_l7kek_14::-webkit-scrollbar{display:none}._signItemWrap_l7kek_17{background-color:#fff;border-radius:5rem;flex-direction:column;align-items:center;width:100%;margin-bottom:8rem;display:flex}._signItemWrap_l7kek_17:last-child{margin-bottom:0}._signItemWrap_l7kek_17 ._signItemHeader_l7kek_29{justify-content:space-between;align-items:center;width:100%;height:34rem;display:flex;position:relative}._signItemWrap_l7kek_17 ._signItemHeader_l7kek_29 ._headerLeft_l7kek_37{flex-direction:column;justify-content:center;align-items:center;width:75rem;height:100%;display:flex;position:relative}._signItemWrap_l7kek_17 ._signItemHeader_l7kek_29 ._headerLeft_l7kek_37 ._headerLeftImg_l7kek_46{z-index:1;width:100%;height:100%;position:absolute;inset:0}._signItemWrap_l7kek_17 ._signItemHeader_l7kek_29 ._headerLeft_l7kek_37 ._headerLeftImg_l7kek_46 img{width:100%;height:100%;display:inline-block}._signItemWrap_l7kek_17 ._signItemHeader_l7kek_29 ._headerLeft_l7kek_37 ._headerLeftTitle_l7kek_58{color:#fff;box-sizing:border-box;z-index:2;flex-direction:column;justify-content:center;align-items:center;padding-right:10rem;font-size:11rem;font-weight:700;display:flex;position:absolute;inset:0}._signItemWrap_l7kek_17 ._signItemHeader_l7kek_29 ._headerRight_l7kek_72{color:#8564db;box-sizing:border-box;flex:1;padding-left:5rem;font-size:12rem}._signItemWrap_l7kek_17 ._signItemHeader_l7kek_29 ._headerLine_l7kek_79{width:100%;height:2rem;position:absolute;bottom:15rem}._signItemWrap_l7kek_17 ._signItemHeader_l7kek_29 ._headerLine_l7kek_79 img{width:100%;height:100%}._signItemWrap_l7kek_17 ._signItemContent_l7kek_89{box-sizing:border-box;width:100%;padding:10rem 8rem}._signItemWrap_l7kek_17 ._signItemContent_l7kek_89 ._lotteryWrap_l7kek_94{justify-content:space-between;align-items:center;margin-top:10rem;display:flex}._signItemWrap_l7kek_17 ._signItemContent_l7kek_89 ._lotteryWrap_l7kek_94 ._lotteryAmount_l7kek_100{color:#744cda;flex:1;justify-content:center;align-items:center;font-size:12rem;font-weight:700;display:flex}._signItemWrap_l7kek_17 ._signItemContent_l7kek_89 ._lotteryWrap_l7kek_94 ._lotteryAmount_l7kek_100 ._glodIcon_l7kek_109{width:20rem;height:20rem}._signItemWrap_l7kek_17 ._signItemContent_l7kek_89 ._lotteryWrap_l7kek_94 ._lotteryAmount_l7kek_100 ._glodIcon_l7kek_109 img{width:100%;height:100%;display:inline-block}._signItemWrap_l7kek_17 ._signItemContent_l7kek_89 ._lotteryWrap_l7kek_94 ._unclaimedBtn_l7kek_118,._signItemWrap_l7kek_17 ._signItemContent_l7kek_89 ._lotteryWrap_l7kek_94 ._pendingRechargeBtn_l7kek_119,._signItemWrap_l7kek_17 ._signItemContent_l7kek_89 ._lotteryWrap_l7kek_94 ._alreadyReceivedBtn_l7kek_120{color:#fff;text-align:center;border-radius:50rem;width:98rem;height:30rem;font-size:12rem;font-weight:700;line-height:30rem}._signItemWrap_l7kek_17 ._signItemContent_l7kek_89 ._lotteryWrap_l7kek_94 ._unclaimedBtn_l7kek_118{background-color:#ff9e22}._signItemWrap_l7kek_17 ._signItemContent_l7kek_89 ._lotteryWrap_l7kek_94 ._pendingRechargeBtn_l7kek_119{background-color:#7c50f3}._signItemWrap_l7kek_17 ._signItemContent_l7kek_89 ._lotteryWrap_l7kek_94 ._alreadyReceivedBtn_l7kek_120{background-color:#a8a8a8}._numberFont_1ynei_1{font-family:Satoshi}._imgBox_1ynei_4>img{width:100%;display:block}._ellipsis_1ynei_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1ynei_14::-webkit-scrollbar{display:none}._signInDaysWrap_1ynei_17{justify-content:space-between;align-items:center;width:100%;display:flex}._signInDaysWrap_1ynei_17 ._signDaysItem_1ynei_23{box-sizing:border-box;justify-content:center;align-items:center;width:40rem;height:30rem;padding-top:2rem;display:flex;position:relative}._signInDaysWrap_1ynei_17 ._signDaysItem_1ynei_23 ._signDaysIcon_1ynei_33{z-index:1;width:100%;height:100%;position:absolute;inset:0}._signInDaysWrap_1ynei_17 ._signDaysItem_1ynei_23 ._signDaysIcon_1ynei_33 img{width:100%;height:100%;display:inline-block}._signInDaysWrap_1ynei_17 ._signDaysItem_1ynei_23 ._signDaysValue_1ynei_45{z-index:2;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;font-weight:700;display:flex;position:absolute;inset:0}._signInDaysWrap_1ynei_17 ._signDaysItem_1ynei_23 ._signDaysValue_1ynei_45 ._title_1ynei_57{font-size:8rem}._signInDaysWrap_1ynei_17 ._signDaysItem_1ynei_23 ._signDaysValue_1ynei_45 ._value_1ynei_60{font-size:10rem}._numberFont_w1hpf_1{font-family:Satoshi}._imgBox_w1hpf_4>img{width:100%;display:block}._ellipsis_w1hpf_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_w1hpf_14::-webkit-scrollbar{display:none}._lotteryWrap_w1hpf_17{flex-direction:column;align-items:center;width:104rem;height:44rem;display:flex;position:relative}._lotteryWrap_w1hpf_17 ._lotteryBg_w1hpf_25{z-index:1;width:100%;height:100%;position:absolute;inset:0}._lotteryWrap_w1hpf_17 ._lotteryBg_w1hpf_25 img{width:100%;height:100%;display:inline-block}._lotteryWrap_w1hpf_17 ._signNumerWrap_w1hpf_37{z-index:2;box-sizing:border-box;justify-content:space-around;align-items:center;width:100%;height:100%;padding:0 2rem;display:flex;position:absolute;inset:0}._lotteryWrap_w1hpf_17 ._signNumerWrap_w1hpf_37 ._signNumerItem_w1hpf_49{width:12rem;height:16rem;position:relative}._lotteryWrap_w1hpf_17 ._signNumerWrap_w1hpf_37 ._signNumerItem_w1hpf_49 ._numberImg_w1hpf_54{width:100%;height:100%}._lotteryWrap_w1hpf_17 ._signNumerWrap_w1hpf_37 ._signNumerItem_w1hpf_49 ._numberImg_w1hpf_54 img{width:100%;height:100%;display:inline-block}._lotteryWrap_w1hpf_17 ._signNumerWrap_w1hpf_37 ._signNumerItem_w1hpf_49 ._numberMask_w1hpf_63{background:#00000059;width:14.5rem;height:40rem;position:absolute;top:-13rem;left:0}._numberFont_1b5ve_1{font-family:Satoshi}._imgBox_1b5ve_4>img{width:100%;display:block}._ellipsis_1b5ve_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1b5ve_14::-webkit-scrollbar{display:none}._vip1WithdrawDepositRechargeWrap_1b5ve_17{text-align:center;width:100%;position:relative}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._closeBtnWrap_1b5ve_22{z-index:15;width:27rem;height:27rem;position:absolute;top:16%;right:30rem}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._bg_1b5ve_30{width:100%}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._bg_1b5ve_30 img{width:100%;height:100%}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37{z-index:10;flex-direction:column;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._header_1b5ve_47{text-align:left;box-sizing:border-box;width:100%;padding-left:40rem;position:absolute;top:25%}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._header_1b5ve_47 ._headerTitle_1b5ve_55{color:#fff;font-size:17rem;font-weight:700}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._header_1b5ve_47 ._headerTitle_1b5ve_55 ._headerTip1_1b5ve_60,._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._header_1b5ve_47 ._headerTitle_1b5ve_55 ._headerTip2_1b5ve_61{text-shadow:2rem 2rem 4rem #501d9380;display:inline-block;transform:skew(-15deg);font-style:oblique!important}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._header_1b5ve_47 ._headerTitle_1b5ve_55 ._headerTip1_1b5ve_60{font-size:24rem;font-weight:500}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._header_1b5ve_47 ._headerTitle_1b5ve_55 ._headerTip2_1b5ve_61{color:#ffd800;margin-left:4rem;font-size:26rem}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._cardContainer_1b5ve_76{align-items:flex-end;width:100%;height:112rem;display:flex;position:absolute;top:35%}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._cardContainer_1b5ve_76 ._card1_1b5ve_84,._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._cardContainer_1b5ve_76 ._card2_1b5ve_85{justify-content:center;align-items:center;display:flex}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._cardContainer_1b5ve_76 ._card1_1b5ve_84 img,._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._cardContainer_1b5ve_76 ._card2_1b5ve_85 img{width:100%;height:100%;display:inline-block}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._cardContainer_1b5ve_76 ._card1_1b5ve_84{width:122rem;height:76rem;position:absolute;left:15%}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._cardContainer_1b5ve_76 ._card1_1b5ve_84 ._cardContent_1b5ve_102{padding:0 22% 0 1%;position:absolute}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._cardContainer_1b5ve_76 ._card1_1b5ve_84 ._cardContent_1b5ve_102 ._cardTitle_1b5ve_106,._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._cardContainer_1b5ve_76 ._card1_1b5ve_84 ._cardContent_1b5ve_102 ._cardValue_1b5ve_107{color:#594289;font-weight:900}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._cardContainer_1b5ve_76 ._card1_1b5ve_84 ._cardContent_1b5ve_102 ._cardTitle_1b5ve_106{font-size:10rem;line-height:10rem}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._cardContainer_1b5ve_76 ._card1_1b5ve_84 ._cardContent_1b5ve_102 ._cardValue_1b5ve_107{font-size:20rem}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._cardContainer_1b5ve_76 ._card2_1b5ve_85{z-index:10;width:166rem;position:absolute;left:41%}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._cardContainer_1b5ve_76 ._card2_1b5ve_85 ._cardContent_1b5ve_102{flex-direction:column;height:100%;display:flex;position:absolute;top:4rem}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._cardContainer_1b5ve_76 ._card2_1b5ve_85 ._cardContent_1b5ve_102 ._cardTitle_1b5ve_106,._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._cardContainer_1b5ve_76 ._card2_1b5ve_85 ._cardContent_1b5ve_102 ._cardValue_1b5ve_107{color:#fff;font-weight:900}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._cardContainer_1b5ve_76 ._card2_1b5ve_85 ._cardContent_1b5ve_102 ._cardTitle_1b5ve_106{height:16rem;font-size:9rem}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._cardContainer_1b5ve_76 ._card2_1b5ve_85 ._cardContent_1b5ve_102 ._cardValue_1b5ve_107{flex-direction:column;flex:1;display:flex}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._cardContainer_1b5ve_76 ._card2_1b5ve_85 ._cardContent_1b5ve_102 ._cardValue_1b5ve_107 span:first-child{font-size:37rem;font-weight:700;line-height:48rem}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._cardContainer_1b5ve_76 ._card2_1b5ve_85 ._cardContent_1b5ve_102 ._cardValue_1b5ve_107 span:last-child{font-size:11.5rem}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._tipContainer_1b5ve_153{flex-direction:column;width:100%;font-weight:900;display:flex;position:absolute;top:52.5%}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._tipContainer_1b5ve_153 ._tipMoeny_1b5ve_161{width:100%;margin-bottom:20rem;font-weight:700}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._tipContainer_1b5ve_153 ._tipMoeny_1b5ve_161 ._tipMoenyContent_1b5ve_166{justify-content:center;align-items:center;width:100%;display:flex}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._tipContainer_1b5ve_153 ._tipMoeny_1b5ve_161 ._tipMoenyContent_1b5ve_166 ._tipMoenyLabel_1b5ve_172{color:#613a98;font-size:12rem}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._tipContainer_1b5ve_153 ._tipMoeny_1b5ve_161 ._tipMoenyContent_1b5ve_166 ._tipMoenyValue_1b5ve_176{color:#905fff;font-size:20rem}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._tipContainer_1b5ve_153 ._tipMoeny_1b5ve_161 ._tipMoenyAll_1b5ve_180{color:#e93ff8;font-size:14rem;font-weight:600}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._tipContainer_1b5ve_153 ._upgradeBtn_1b5ve_185{width:270rem;margin:0 auto}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._tipContainer_1b5ve_153 ._tipBottom_1b5ve_189{color:#775ca8;justify-content:center;align-items:center;margin-top:8rem;font-size:10rem;font-weight:700;display:flex}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._tipContainer_1b5ve_153 ._tipBottom_1b5ve_189 ._tipBottomSymbol_1b5ve_198{width:14rem;height:14rem;margin-right:8rem}._vip1WithdrawDepositRechargeWrap_1b5ve_17 ._content_1b5ve_37 ._tipContainer_1b5ve_153 ._tipBottom_1b5ve_189 ._tipBottomSymbol_1b5ve_198 img{width:100%;height:100%;display:inline-block}._numberFont_s2xem_1{font-family:Satoshi}._imgBox_s2xem_4>img{width:100%;display:block}._ellipsis_s2xem_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_s2xem_14::-webkit-scrollbar{display:none}._rechargeAgentModalWrap_s2xem_17{text-align:center;width:300rem;height:420rem;position:relative}._rechargeAgentModalWrap_s2xem_17 ._closeBtnWrap_s2xem_23{z-index:10;width:27rem;height:27rem;position:absolute;top:-50rem;right:-5rem}._rechargeAgentModalWrap_s2xem_17 ._bg_s2xem_31{z-index:1;width:300rem;height:420rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._rechargeAgentModalWrap_s2xem_17 ._bg_s2xem_31 ._animationWrap_s2xem_40{z-index:2;position:absolute;top:30%;left:50%}._rechargeAgentModalWrap_s2xem_17 ._bg_s2xem_31 ._bgWrap_s2xem_46{z-index:2;position:absolute}._rechargeAgentModalWrap_s2xem_17 ._bg_s2xem_31 ._bgWrap_s2xem_46 img{width:100%;height:100%}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54{z-index:10;box-sizing:border-box;flex-direction:column;width:100%;height:100%;padding-top:20rem;padding-left:10rem;padding-right:10rem;display:flex;position:relative}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._header_s2xem_66{box-sizing:border-box;width:100%;position:absolute;top:22rem;left:15%}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._header_s2xem_66 ._headerTitle_s2xem_73{color:#814a1e;font-size:18rem;font-weight:700}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._header_s2xem_66 ._headerTryOut_s2xem_78{position:relative}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._header_s2xem_66 ._headerTryOut_s2xem_78 ._headerTryOutIcon_s2xem_81{height:32rem;display:inline-block}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._header_s2xem_66 ._headerTryOut_s2xem_78 ._headerTryOutIcon_s2xem_81 img{width:100%;height:100%;display:inline-block}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._header_s2xem_66 ._headerTryOut_s2xem_78 ._headerTryOutValue_s2xem_90{justify-content:center;width:100%;display:flex;position:absolute;top:12rem}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._header_s2xem_66 ._headerTryOut_s2xem_78 ._headerTryOutValue_s2xem_90 ._headerFlashIcon_s2xem_97{width:11rem;height:15rem;margin-right:5rem}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._header_s2xem_66 ._headerTryOut_s2xem_78 ._headerTryOutValue_s2xem_90 ._headerFlashIcon_s2xem_97 img{width:100%;height:100%;display:inline-block}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._header_s2xem_66 ._headerTryOut_s2xem_78 ._headerTryOutValue_s2xem_90 ._headerTryOutTitle_s2xem_107{font-size:10rem;font-weight:700}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._header_s2xem_66 ._headerTips_s2xem_111{text-align:center;background-color:#f040b0;border-radius:6rem;width:132rem;height:22rem;margin-top:5rem;font-size:12rem;line-height:22rem}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardContainer_s2xem_121{box-sizing:border-box;flex-direction:column;width:100%;margin-top:104rem;padding-left:10rem;padding-right:10rem;display:flex}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardContainer_s2xem_121 ._cardWrap_s2xem_130{justify-content:space-between;display:flex}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardContainer_s2xem_121 ._cardWrap_s2xem_130 ._card_s2xem_121{background:linear-gradient(#cad5fe,#e9e9ff);border-radius:6rem;flex-direction:column;justify-content:center;align-items:center;width:116rem;height:132rem;font-weight:700;display:flex}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardContainer_s2xem_121 ._cardWrap_s2xem_130 ._card_s2xem_121 ._cardIcon_s2xem_145{width:72rem;height:70rem;margin-bottom:5rem}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardContainer_s2xem_121 ._cardWrap_s2xem_130 ._card_s2xem_121 ._cardIcon_s2xem_145 img{width:100%;height:100%;display:inline-block}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardContainer_s2xem_121 ._cardWrap_s2xem_130 ._card_s2xem_121 ._cardTitle_s2xem_155{color:#7543f5;font-size:11rem}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardContainer_s2xem_121 ._cardWrap_s2xem_130 ._card_s2xem_121 ._cardValue_s2xem_159{color:#480aba;font-size:18rem}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardContainer_s2xem_121 ._cardTipWrap_s2xem_163{color:#ffaffc;justify-content:center;align-items:center;margin-top:14rem;font-size:10rem;font-weight:700;display:flex}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardContainer_s2xem_121 ._cardTipWrap_s2xem_163 ._tipIcon_s2xem_172{justify-content:center;align-items:center;width:11rem;height:10rem;margin-right:5rem;display:flex}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardContainer_s2xem_121 ._cardTipWrap_s2xem_163 ._tipIcon_s2xem_172 img{width:100%;height:100%;display:inline-block}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardContainer_s2xem_121 ._cardTipWrap_s2xem_163 ._tipSpan_s2xem_185{text-align:left}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardTips_s2xem_188{flex-direction:column;justify-content:center;margin-bottom:8rem;display:flex}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardTips_s2xem_188 ._cardDashedLine_s2xem_194{align-items:center;width:100%;height:20rem;display:flex}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardTips_s2xem_188 ._cardDashedLine_s2xem_194 img{width:100%;height:2rem;display:inline-block}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardTips_s2xem_188 ._cardTipsContent_s2xem_205{flex-direction:column;display:flex}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardTips_s2xem_188 ._cardTipsContent_s2xem_205 ._cardTipSection_s2xem_209{box-sizing:border-box;align-items:center;height:24rem;padding-left:8rem;font-size:11rem;display:flex}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardTips_s2xem_188 ._cardTipsContent_s2xem_205 ._cardTipSection_s2xem_209 ._tipIcon_s2xem_172{margin-right:5rem}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardTips_s2xem_188 ._cardTipsContent_s2xem_205 ._cardTipSection_s2xem_209:first-child{color:#ffd090;background-color:#a650c9;border-radius:6rem}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardTips_s2xem_188 ._cardTipsContent_s2xem_205 ._cardTipSection_s2xem_209:first-child ._tipIcon_s2xem_172{width:17rem;height:12rem}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardTips_s2xem_188 ._cardTipsContent_s2xem_205 ._cardTipSection_s2xem_209:first-child ._tipIcon_s2xem_172 img{width:100%;height:100%;display:inline-block}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardTips_s2xem_188 ._cardTipsContent_s2xem_205 ._cardTipSection_s2xem_209:last-child{color:#e4d8ff}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardTips_s2xem_188 ._cardTipsContent_s2xem_205 ._cardTipSection_s2xem_209:last-child ._tipIcon_s2xem_172{width:13rem;height:13rem}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._cardTips_s2xem_188 ._cardTipsContent_s2xem_205 ._cardTipSection_s2xem_209:last-child ._tipIcon_s2xem_172 img{width:100%;height:100%;display:inline-block}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._btnWrap_s2xem_246{text-align:center}._rechargeAgentModalWrap_s2xem_17 ._content_s2xem_54 ._btnWrap_s2xem_246>div{padding:7.5rem 0;font-size:16rem;font-weight:700}._numberFont_1b6cl_1{font-family:Satoshi}._imgBox_1b6cl_4>img{width:100%;display:block}._ellipsis_1b6cl_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1b6cl_14::-webkit-scrollbar{display:none}._contaier_1b6cl_17{background:#f5f5ff;border-radius:8rem;flex-direction:column;justify-content:space-around;align-items:center;gap:5rem;width:100%;height:145rem;padding:12rem 5rem;display:flex}._contaier_1b6cl_17 ._vipRechargeLogo_1b6cl_29{width:77rem;height:77rem}._contaier_1b6cl_17 ._vipRechargeLogo_1b6cl_29 img{width:100%;height:100%;display:block}._contaier_1b6cl_17 ._vipRechargeTips_1b6cl_38{color:#7d49fa;flex:1;font-weight:700;overflow-y:auto}._contaier_1b6cl_17 ._vipRechargeTips_1b6cl_38 ._vipTipsText_1b6cl_44{align-items:center;min-height:100%;display:flex}._numberFont_1sfqd_1{font-family:Satoshi}._imgBox_1sfqd_4>img{width:100%;display:block}._ellipsis_1sfqd_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1sfqd_14::-webkit-scrollbar{display:none}._sessionWrap_1sfqd_17{background:#dfdefd;border-radius:8rem;width:100%;max-height:500rem;overflow-y:auto}._sessionWrap_1sfqd_17 ._tabs_1sfqd_24{background-color:#ebe6ff;border-radius:6rem;height:32rem;margin:10rem 9rem 0;display:flex}._sessionWrap_1sfqd_17 ._tabs_1sfqd_24 ._tab_1sfqd_24{color:#8525f8;flex:1;justify-content:center;align-items:center;height:100%;font-size:12rem;font-weight:500;display:flex}._sessionWrap_1sfqd_17 ._tabs_1sfqd_24 ._tab_1sfqd_24._act_1sfqd_41{color:#fff;background:#8525f8;border-radius:6rem}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46{padding:13rem 9rem}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46._minHeight_1sfqd_49{min-height:450rem}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52{border-radius:12rem;width:100%;margin-bottom:10rem;position:relative}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52:last-of-type{margin-bottom:0}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52._sessionGrey_1sfqd_61 ._session_1sfqd_17 ._top_1sfqd_61 ._ante_1sfqd_61,._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52._sessionGrey_1sfqd_61 ._session_1sfqd_17 ._top_1sfqd_61 ._ante_1sfqd_61 span{color:#fff}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52._sessionGrey_1sfqd_61 ._session_1sfqd_17 ._top_1sfqd_61 ._people_1sfqd_67{background-color:#5c5c5c}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52._sessionGrey_1sfqd_61 ._session_1sfqd_17 ._bottom_1sfqd_70 ._detail_1sfqd_70{color:#868686}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52._sessionGrey_1sfqd_61 ._session_1sfqd_17 ._bottom_1sfqd_70 ._detail_1sfqd_70 ._data_1sfqd_73{color:#565656}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._bg_1sfqd_76{width:100%;height:100%;position:absolute;top:0;left:0}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._bg_1sfqd_76 img{width:100%;height:100%}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17{z-index:10;box-sizing:border-box;height:100%;padding:0 10rem;position:relative}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._top_1sfqd_61,._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._bottom_1sfqd_70,._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._people_1sfqd_67,._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._ante_1sfqd_61,._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._detail_1sfqd_70{align-items:center;display:flex}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._top_1sfqd_61{justify-content:space-between;height:36rem}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._top_1sfqd_61 ._people_1sfqd_67{box-sizing:border-box;color:#fff;background-color:#52018f;border-radius:20rem;justify-content:space-between;align-items:center;width:79rem;height:20rem;padding:0 9rem;font-size:11rem;font-weight:700;line-height:11rem;display:flex}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._top_1sfqd_61 ._people_1sfqd_67>img{width:10rem;height:10rem;margin-right:4rem}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._top_1sfqd_61 ._people_1sfqd_67 ._onlineNum_1sfqd_126{text-align:center;flex:1}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._top_1sfqd_61 ._ante_1sfqd_61{color:#fff;font-size:12rem;font-weight:700;line-height:12rem}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._top_1sfqd_61 ._ante_1sfqd_61 span{color:#fff600;font-family:Roboto;font-size:16rem;line-height:16rem;font-style:Condensed Bold;margin-left:8rem}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._bottom_1sfqd_70{box-sizing:border-box;border-radius:10rem;justify-content:space-between;gap:4rem;height:48rem}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._bottom_1sfqd_70 ._detail_1sfqd_70{color:#8c43ba;text-align:left;white-space:nowrap;flex:1;justify-content:space-between;align-items:center;font-size:10rem;font-weight:700;display:flex;position:relative;overflow:hidden}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._bottom_1sfqd_70 ._detail_1sfqd_70 ._detailDiv_1sfqd_164{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:0;right:0}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._bottom_1sfqd_70 ._detail_1sfqd_70 ._detailDiv_1sfqd_164 ._dataTitle_1sfqd_173{text-align:right;white-space:nowrap;width:100%;overflow:visible}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._bottom_1sfqd_70 ._detail_1sfqd_70 ._data_1sfqd_73{color:#58058c;font-family:Roboto;font-size:14rem;font-style:Condensed Bold;margin-top:4rem}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._bottom_1sfqd_70 ._detail_1sfqd_70 ._centerData_1sfqd_186{text-align:center}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._bottom_1sfqd_70 ._btn_1sfqd_189{box-sizing:border-box;color:#fff;border-radius:6rem;justify-content:center;align-items:center;width:98rem;height:35rem;font-size:13rem;font-weight:700;display:flex}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._bottom_1sfqd_70 ._btn_blue_1sfqd_201{background:linear-gradient(#9269ff,#8557ff)}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._bottom_1sfqd_70 ._btn_orange_1sfqd_204{background:linear-gradient(#ff9f41,#fcac34)}._sessionWrap_1sfqd_17 ._contentWrap_1sfqd_46 ._sessionItem_1sfqd_52 ._session_1sfqd_17 ._bottom_1sfqd_70 ._btn_grey_1sfqd_207{background:linear-gradient(#9e9e9e,#9c9c9c)}._numberFont_jyhhv_1{font-family:Satoshi}._imgBox_jyhhv_4>img{width:100%;display:block}._ellipsis_jyhhv_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_jyhhv_14::-webkit-scrollbar{display:none}._freeMoneyWrap_jyhhv_17{text-align:center;color:#fff;box-sizing:border-box;margin:0 5%;font-family:Roboto;font-size:12rem;font-weight:700;position:relative}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27{width:100%;position:relative}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._animationWrap_jyhhv_31{z-index:0;position:absolute;top:20%;left:50%}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._circle_jyhhv_37{z-index:1;width:60%;position:absolute;top:13%;left:82%;transform:translate(-50%,-50%)}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._circle_jyhhv_37 img{width:100%}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._bg_jyhhv_48{z-index:2;width:100%;position:relative}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._bg_jyhhv_48 img{width:100%}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56{box-sizing:border-box;z-index:3;width:100%;height:100%;padding:13% 9% 0;position:absolute;top:0;left:0}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._infoTitle_jyhhv_66{box-sizing:border-box;flex-direction:column;align-items:flex-start;width:100%;padding:0 5%;display:flex}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._infoTitle_jyhhv_66 ._titleBig_jyhhv_74{justify-content:flex-start;align-items:flex-start;display:flex}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._infoTitle_jyhhv_66 ._titleBig_jyhhv_74 img{height:28rem}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._infoTitle_jyhhv_66 ._in_jyhhv_66 img{height:32rem}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._infoTitle_jyhhv_66 ._titleLittle_jyhhv_85{justify-content:flex-start;align-items:flex-start;display:flex}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._infoTitle_jyhhv_66 ._titleLittle_jyhhv_85 img{height:23rem}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._boxContent_jyhhv_93{width:100%;margin-top:11%;position:relative}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._boxContent_jyhhv_93 ._box_jyhhv_93{z-index:2;width:100%;position:relative}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._boxContent_jyhhv_93 ._box_jyhhv_93 img{width:100%}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._boxContent_jyhhv_93 ._taskContent_jyhhv_106{z-index:3;box-sizing:border-box;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;padding:7% 0 10%;font-size:14rem;display:flex;position:absolute;top:0;left:0}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._boxContent_jyhhv_93 ._taskContent_jyhhv_106 ._taskBox_jyhhv_121{background-color:#561fe6;border-radius:6rem;flex-direction:column;justify-content:center;align-items:center;gap:4rem;padding:9rem 10rem;display:flex}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._boxContent_jyhhv_93 ._taskContent_jyhhv_106 ._taskBox_jyhhv_121 ._taskRect_jyhhv_131{justify-content:center;align-items:center;width:50rem;display:flex}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._boxContent_jyhhv_93 ._taskContent_jyhhv_106 ._taskBox_jyhhv_121 ._taskRect_jyhhv_131 img{width:100%}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._boxContent_jyhhv_93 ._taskContent_jyhhv_106 ._taskBox_jyhhv_121 ._taskReward_jyhhv_140{font-size:18rem;line-height:18rem}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._boxContent_jyhhv_93 ._taskContent_jyhhv_106 ._taskMsg_jyhhv_144{color:#561fe6;white-space:nowrap;margin-top:2%}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._boxContent_jyhhv_93 ._taskContent_jyhhv_106 ._taskProgress_jyhhv_149{box-sizing:border-box;justify-content:center;align-items:center;gap:5rem;width:100%;padding:0 10rem;display:flex}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._boxContent_jyhhv_93 ._taskContent_jyhhv_106 ._taskProgress_jyhhv_149 ._progressBg_jyhhv_158{background-color:#561fe6;border-radius:20rem;flex:1;height:11rem}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._boxContent_jyhhv_93 ._taskContent_jyhhv_106 ._taskProgress_jyhhv_149 ._progressBg_jyhhv_158 ._progressBar_jyhhv_164{background:linear-gradient(90deg,#ffe439,#fff9d0);border-radius:20rem;height:100%}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._boxContent_jyhhv_93 ._taskContent_jyhhv_106 ._taskProgress_jyhhv_149 ._progressValue_jyhhv_169{color:#5d28ce;line-height:14rem}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._jumpBtn_jyhhv_173{box-sizing:border-box;width:100%;padding:0 9%;position:absolute;bottom:9%;left:0}._freeMoneyWrap_jyhhv_17 ._freeMoneyContent_jyhhv_27 ._centerInfo_jyhhv_56 ._jumpBtn_jyhhv_173 ._btn_jyhhv_181{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;justify-content:center;align-items:center;width:100%;height:47rem;font-size:16rem;display:flex}._freeMoneyWrap_jyhhv_17 ._closeBtn_jyhhv_191{z-index:4;width:24rem;height:24rem;position:absolute;top:-30rem;right:0}._numberFont_v3msv_1{font-family:Satoshi}._imgBox_v3msv_4>img{width:100%;display:block}._ellipsis_v3msv_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_v3msv_14::-webkit-scrollbar{display:none}._inviteWrap_v3msv_17{text-align:center;color:#fff;background:linear-gradient(360deg,#250c5b,#2b1766);flex-direction:column;width:100%;height:100%;font-family:Roboto;font-size:14rem;font-weight:700;display:flex;position:relative}._inviteWrap_v3msv_17 ._inviteZs_v3msv_30{z-index:0;width:100%;position:absolute}._inviteWrap_v3msv_17 ._inviteZs_v3msv_30 img{width:100%}._inviteWrap_v3msv_17 ._inviteInfo_v3msv_38{border-radius:5rem 5rem 0 0;flex-direction:column;flex:1;margin:5rem 14rem 0;padding:5rem;display:flex;overflow:hidden}._inviteWrap_v3msv_17 ._inviteInfo_v3msv_38 ._inviteTips_v3msv_47{flex-direction:column;justify-content:center;align-items:center;gap:3rem;margin:0 9rem 10rem;display:flex}._inviteWrap_v3msv_17 ._inviteInfo_v3msv_38 ._inviteTips_v3msv_47 ._tipsTitle1_v3msv_55{justify-content:center;align-items:center;max-width:100%;display:flex}._inviteWrap_v3msv_17 ._inviteInfo_v3msv_38 ._inviteTips_v3msv_47 ._tipsTitle1_v3msv_55 img{max-width:100%;height:30rem}._inviteWrap_v3msv_17 ._inviteInfo_v3msv_38 ._inviteTips_v3msv_47 ._tipsGold_v3msv_65{width:100%;position:relative}._inviteWrap_v3msv_17 ._inviteInfo_v3msv_38 ._inviteTips_v3msv_47 ._tipsGold_v3msv_65 ._tipsBox_v3msv_69,._inviteWrap_v3msv_17 ._inviteInfo_v3msv_38 ._inviteTips_v3msv_47 ._tipsGold_v3msv_65 ._tipsBox_v3msv_69 img{width:100%}._inviteWrap_v3msv_17 ._inviteInfo_v3msv_38 ._inviteTips_v3msv_47 ._tipsGold_v3msv_65 ._tipsNum_v3msv_75{height:90%;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}._inviteWrap_v3msv_17 ._inviteInfo_v3msv_38 ._inviteTips_v3msv_47 ._tipsGold_v3msv_65 ._tipsNum_v3msv_75 ._tipsNumberImg_v3msv_82{gap:1rem;height:100%}._inviteWrap_v3msv_17 ._inviteInfo_v3msv_38 ._inviteTips_v3msv_47 ._tipsGold_v3msv_65 ._tipsNum_v3msv_75 ._tipsNumberImg_v3msv_82 img{height:100%}._inviteWrap_v3msv_17 ._inviteInfo_v3msv_38 ._inviteTips_v3msv_47 ._tipsTitle2_v3msv_89{justify-content:center;align-items:center;display:flex}._inviteWrap_v3msv_17 ._inviteInfo_v3msv_38 ._inviteTips_v3msv_47 ._tipsTitle2_v3msv_89 img{height:30rem}._inviteWrap_v3msv_17 ._inviteInfo_v3msv_38 ._inviteTaskDiv_v3msv_97{overflow:hidden}._inviteWrap_v3msv_17 ._inviteInfo_v3msv_38 ._line_v3msv_100{width:100%;margin:10rem 0}._inviteWrap_v3msv_17 ._inviteInfo_v3msv_38 ._line_v3msv_100 img{width:100%}._inviteWrap_v3msv_17 ._inviteInfo_v3msv_38 ._completeContent_v3msv_107{background:linear-gradient(285.3deg,#37118e 3.39%,#411f8a 75.55%);border-radius:5rem;gap:5rem;padding:16rem 9rem;display:grid}._inviteWrap_v3msv_17 ._bottomBtn_v3msv_114{box-sizing:border-box;background:linear-gradient(285.3deg,#37118e,#411f8a);border-radius:6rem 6rem 0 0;justify-content:space-between;align-items:center;width:100%;margin-top:23rem;padding:25rem 14rem 40rem;font-size:18rem;display:flex;box-shadow:inset 0 2.5rem #571fbc57}._inviteWrap_v3msv_17 ._bottomBtn_v3msv_114 ._displayCenter_v3msv_127{justify-content:center;align-items:center;gap:5rem;display:flex}._inviteWrap_v3msv_17 ._bottomBtn_v3msv_114 ._copyBtn_v3msv_133{background:linear-gradient(#7d50f5,#794fe8);border-radius:6rem;justify-content:center;align-items:center;gap:5rem;width:40%;height:48rem;display:flex}._inviteWrap_v3msv_17 ._bottomBtn_v3msv_114 ._inviteBtn_v3msv_143{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;justify-content:center;align-items:center;gap:5rem;width:58%;height:48rem;display:flex}._inviteWrap_v3msv_17 ._bottomBtn_v3msv_114 ._jumpBtn_v3msv_153{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;justify-content:center;align-items:center;gap:5rem;width:100%;height:48rem;display:flex}._inviteWrap_v3msv_17 ._bottomBtn_v3msv_114 ._receiveBtn_v3msv_163{background:linear-gradient(#15b6c8,#46aef7);border-radius:6rem;justify-content:center;align-items:center;gap:5rem;width:100%;height:48rem;display:flex}._inviteWrap_v3msv_17 ._bottomBtn_v3msv_114 ._btnIcon_v3msv_173{justify-content:center;align-items:center;width:25rem;display:flex}._inviteWrap_v3msv_17 ._bottomBtn_v3msv_114 ._btnIcon_v3msv_173 img{width:100%}._numberFont_fyk09_1{font-family:Satoshi}._imgBox_fyk09_4>img{width:100%;display:block}._ellipsis_fyk09_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_fyk09_14::-webkit-scrollbar{display:none}._inviteHeaderWrap_fyk09_17{align-items:center;height:50rem;padding:0 11rem;display:flex}._inviteHeaderWrap_fyk09_17 ._headerContent_fyk09_23{justify-content:space-between;align-items:center;width:100%;height:29rem;display:flex;position:relative}._inviteHeaderWrap_fyk09_17 ._headerContent_fyk09_23 ._headTitle_fyk09_31{flex:1;font-size:16rem;line-height:33rem}._inviteHeaderWrap_fyk09_17 ._headerContent_fyk09_23 ._headerRight_fyk09_36{justify-content:center;align-items:center;display:flex;position:absolute;right:0}._inviteHeaderWrap_fyk09_17 ._headerContent_fyk09_23 ._headerRight_fyk09_36 ._btn_fyk09_43{width:33rem;height:33rem}._numberFont_9aswp_1{font-family:Satoshi}._imgBox_9aswp_4>img{width:100%;display:block}._ellipsis_9aswp_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_9aswp_14::-webkit-scrollbar{display:none}._inviteTaskWrap_9aswp_17{justify-content:center;align-items:center;gap:5rem;width:100%;height:100%;display:flex}._inviteTaskWrap_9aswp_17 ._taskLeft_9aswp_25{grid-template-rows:auto 1fr;width:40%;height:100%;display:grid;overflow:visible}._inviteTaskWrap_9aswp_17 ._taskLeft_9aswp_25 ._leftTitle_9aswp_32{color:#c6caff;justify-content:center;align-items:center;gap:3rem;margin-bottom:5rem;display:flex}._inviteTaskWrap_9aswp_17 ._taskLeft_9aswp_25 ._leftTitle_9aswp_32 ._icon_9aswp_40{justify-content:center;align-items:center;display:flex}._inviteTaskWrap_9aswp_17 ._taskLeft_9aswp_25 ._leftTitle_9aswp_32 img{width:15rem}._inviteTaskWrap_9aswp_17 ._taskLeft_9aswp_25 ._taskMap_9aswp_48{width:100%;height:100%;position:relative;overflow:hidden}._inviteTaskWrap_9aswp_17 ._taskLeft_9aswp_25 ._taskMap_9aswp_48 ._taskBg_9aswp_54{align-items:center;width:100%;height:100%;display:flex}._inviteTaskWrap_9aswp_17 ._taskLeft_9aswp_25 ._taskMap_9aswp_48 ._taskBg_9aswp_54 img{width:100%;height:100%}._inviteTaskWrap_9aswp_17 ._taskLeft_9aswp_25 ._taskMap_9aswp_48 ._taskList_9aswp_64{box-sizing:border-box;gap:5rem;width:100%;height:calc(100% - 6rem);padding:6rem 4rem 0;display:grid;position:absolute;top:6rem;left:0;overflow-y:auto}._inviteTaskWrap_9aswp_17 ._taskRight_9aswp_76{grid-template-rows:auto 1fr;width:60%;height:100%;display:grid}._inviteTaskWrap_9aswp_17 ._taskRight_9aswp_76 ._rightTitle_9aswp_82{color:#c6caff;justify-content:center;align-items:center;gap:3rem;margin-bottom:5rem;display:flex}._inviteTaskWrap_9aswp_17 ._taskRight_9aswp_76 ._rightTitle_9aswp_82 ._icon_9aswp_40{justify-content:center;align-items:center;display:flex}._inviteTaskWrap_9aswp_17 ._taskRight_9aswp_76 ._rightTitle_9aswp_82 img{width:15rem}._inviteTaskWrap_9aswp_17 ._taskRight_9aswp_76 ._taskInfoWrap_9aswp_98{border-radius:5rem;width:100%;height:100%;position:relative;overflow:hidden}._inviteTaskWrap_9aswp_17 ._taskRight_9aswp_76 ._taskInfoWrap_9aswp_98 ._taskInfoBg_9aswp_105,._inviteTaskWrap_9aswp_17 ._taskRight_9aswp_76 ._taskInfoWrap_9aswp_98 ._taskInfoBg_9aswp_105 img{width:100%;height:100%}._inviteTaskWrap_9aswp_17 ._taskRight_9aswp_76 ._taskInfoWrap_9aswp_98 ._taskContent_9aswp_113{box-sizing:border-box;z-index:2;flex-direction:column;justify-content:space-evenly;align-items:center;width:100%;height:100%;padding:0 3% 0 15%;display:flex;position:absolute;top:0;left:0}._inviteTaskWrap_9aswp_17 ._taskRight_9aswp_76 ._taskInfoWrap_9aswp_98 ._taskContent_9aswp_113 ._taskTitle_9aswp_127{color:#f84040;font-size:18rem}._inviteTaskWrap_9aswp_17 ._taskRight_9aswp_76 ._taskInfoWrap_9aswp_98 ._taskContent_9aswp_113 ._taskItemContent_9aswp_131{border-radius:5rem;width:60%;position:relative}._inviteTaskWrap_9aswp_17 ._taskRight_9aswp_76 ._taskInfoWrap_9aswp_98 ._taskContent_9aswp_113 ._taskItemContent_9aswp_131 ._boxNowBg_9aswp_136,._inviteTaskWrap_9aswp_17 ._taskRight_9aswp_76 ._taskInfoWrap_9aswp_98 ._taskContent_9aswp_113 ._taskItemContent_9aswp_131 ._boxNowBg_9aswp_136 img{width:100%}._inviteTaskWrap_9aswp_17 ._taskRight_9aswp_76 ._taskInfoWrap_9aswp_98 ._taskContent_9aswp_113 ._taskItemContent_9aswp_131 ._itemIcon_9aswp_142{justify-content:center;align-items:center;width:55%;display:flex;position:absolute;top:15%;left:50%;transform:translate(-50%)}._inviteTaskWrap_9aswp_17 ._taskRight_9aswp_76 ._taskInfoWrap_9aswp_98 ._taskContent_9aswp_113 ._taskItemContent_9aswp_131 ._itemIcon_9aswp_142 img{width:100%}._inviteTaskWrap_9aswp_17 ._taskRight_9aswp_76 ._taskInfoWrap_9aswp_98 ._taskContent_9aswp_113 ._taskItemContent_9aswp_131 ._itemNum_9aswp_155{color:#ac5a2e;font-size:22rem;position:absolute;bottom:23%;left:50%;transform:translate(-50%)}._inviteTaskWrap_9aswp_17 ._taskRight_9aswp_76 ._taskInfoWrap_9aswp_98 ._taskContent_9aswp_113 ._taskMsgContent_9aswp_163{flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:100%;display:flex}._inviteTaskWrap_9aswp_17 ._taskRight_9aswp_76 ._taskInfoWrap_9aswp_98 ._taskContent_9aswp_113 ._taskMsgContent_9aswp_163 ._taskMsg_9aswp_163{color:#ff5837;font-size:13rem}._inviteTaskWrap_9aswp_17 ._taskRight_9aswp_76 ._taskInfoWrap_9aswp_98 ._taskContent_9aswp_113 ._taskMsgContent_9aswp_163 ._progress_9aswp_175{background-color:#e77b4c;border-radius:60rem;width:100%;height:9rem;padding:1rem;position:relative}._inviteTaskWrap_9aswp_17 ._taskRight_9aswp_76 ._taskInfoWrap_9aswp_98 ._taskContent_9aswp_113 ._taskMsgContent_9aswp_163 ._progress_9aswp_175 ._progressBar_9aswp_183{background-color:#95ff4e;border-radius:60rem;height:100%}._inviteTaskWrap_9aswp_17 ._taskRight_9aswp_76 ._taskInfoWrap_9aswp_98 ._taskContent_9aswp_113 ._taskMsgContent_9aswp_163 ._progressValue_9aswp_188{color:#ff5837}._numberFont_1j5w5_1{font-family:Satoshi}._imgBox_1j5w5_4>img{width:100%;display:block}._ellipsis_1j5w5_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1j5w5_14::-webkit-scrollbar{display:none}._inviteTaskItemWrap_1j5w5_17{justify-content:space-around;align-items:center;width:100%;display:flex;position:relative;overflow:visible}._inviteTaskItemWrap_1j5w5_17 ._taskIndex_1j5w5_25{position:relative}._inviteTaskItemWrap_1j5w5_17 ._taskIndex_1j5w5_25 ._indexStar_1j5w5_28{justify-content:center;align-items:center;width:26rem;display:flex}._inviteTaskItemWrap_1j5w5_17 ._taskIndex_1j5w5_25 ._indexStar_1j5w5_28 img{width:100%}._inviteTaskItemWrap_1j5w5_17 ._taskIndex_1j5w5_25 ._starIdx_1j5w5_37{justify-content:center;align-items:center;height:96%;display:flex;position:absolute;top:60%;left:50%;transform:translate(-50%,-50%)}._inviteTaskItemWrap_1j5w5_17 ._taskIndex_1j5w5_25 ._starIdx_1j5w5_37 ._inviteStar_1j5w5_47,._inviteTaskItemWrap_1j5w5_17 ._taskIndex_1j5w5_25 ._starIdx_1j5w5_37 ._inviteStar_1j5w5_47 img{height:100%}._inviteTaskItemWrap_1j5w5_17 ._taskBox_1j5w5_53{border-radius:5rem;justify-content:center;align-items:center;display:flex;position:relative}._inviteTaskItemWrap_1j5w5_17 ._taskBox_1j5w5_53 ._boxBg1_1j5w5_60{width:73rem;height:73rem}._inviteTaskItemWrap_1j5w5_17 ._taskBox_1j5w5_53 ._boxBg1_1j5w5_60 img{width:100%;height:100%}._inviteTaskItemWrap_1j5w5_17 ._taskBox_1j5w5_53 ._boxBg2_1j5w5_68{width:81rem;height:81rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._inviteTaskItemWrap_1j5w5_17 ._taskBox_1j5w5_53 ._boxBg2_1j5w5_68 img{width:81rem;height:81rem}._inviteTaskItemWrap_1j5w5_17 ._taskBox_1j5w5_53 ._taskIcon_1j5w5_80{justify-content:center;align-items:center;display:flex;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}._inviteTaskItemWrap_1j5w5_17 ._taskBox_1j5w5_53 ._taskIcon_1j5w5_80 img{width:48rem}._inviteTaskItemWrap_1j5w5_17 ._taskBox_1j5w5_53 ._taskBubble_1j5w5_92{width:90%;position:absolute;top:15%;right:60%;transform:translateY(-50%)}._inviteTaskItemWrap_1j5w5_17 ._taskBox_1j5w5_53 ._taskBubble_1j5w5_92 ._bubbleBg_1j5w5_99,._inviteTaskItemWrap_1j5w5_17 ._taskBox_1j5w5_53 ._taskBubble_1j5w5_92 ._bubbleBg_1j5w5_99 img{width:100%}._inviteTaskItemWrap_1j5w5_17 ._taskBox_1j5w5_53 ._taskBubble_1j5w5_92 ._bubbleText_1j5w5_105{white-space:nowrap;font-size:13rem;line-height:13rem;position:absolute;top:15%;left:50%;transform:translate(-50%)}._inviteTaskItemWrap_1j5w5_17 ._taskBox_1j5w5_53 ._taskNum_1j5w5_114{color:#5a24e7;font-size:16rem;position:absolute;bottom:3%;left:50%;transform:translate(-50%)}._inviteTaskItemWrap_1j5w5_17 ._taskBox_1j5w5_53 ._taskNum_1j5w5_114._active_1j5w5_122{color:#8c4a23}._inviteTaskItemWrap_1j5w5_17 ._taskBox_1j5w5_53 ._taskNum_1j5w5_114._pink_1j5w5_125{color:#cb1bdb}._inviteTaskItemWrap_1j5w5_17 ._taskBox_1j5w5_53 ._taskNum_1j5w5_114._specialColor_1j5w5_128{color:#ac5a2e}._inviteTaskItemWrap_1j5w5_17 ._taskBox_1j5w5_53 ._taskArrow_1j5w5_131{background-color:#23126783;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._inviteTaskItemWrap_1j5w5_17 ._taskBox_1j5w5_53 ._taskArrow_1j5w5_131 img{width:40rem}._inviteTaskItemWrap_1j5w5_17 ._taskBox_1j5w5_53 ._taskLock_1j5w5_145{justify-content:center;align-items:center;display:flex;position:absolute;top:8rem;right:6rem;transform:translate(50%,-50%)}._inviteTaskItemWrap_1j5w5_17 ._taskBox_1j5w5_53 ._taskLock_1j5w5_145 img{width:21rem}._numberFont_18zyl_1{font-family:Satoshi}._imgBox_18zyl_4>img{width:100%;display:block}._ellipsis_18zyl_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_18zyl_14::-webkit-scrollbar{display:none}._completeWrap_18zyl_17{justify-content:space-between;align-items:center;gap:3rem;display:flex}._completeWrap_18zyl_17 ._completeText_18zyl_23{justify-content:center;align-items:center;gap:3rem;display:flex}._completeWrap_18zyl_17 ._completeIcon_18zyl_29{justify-content:center;align-items:center;width:21rem;display:flex}._completeWrap_18zyl_17 ._completeIcon_18zyl_29 img{width:100%}._completeWrap_18zyl_17 ._completeMsg_18zyl_38{color:#a1a8ff;font-size:15rem}._completeWrap_18zyl_17 ._completeNum_18zyl_42{color:#e7ca11;font-size:16rem}._numberFont_1fvoh_1{font-family:Satoshi}._imgBox_1fvoh_4>img{width:100%;display:block}._ellipsis_1fvoh_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1fvoh_14::-webkit-scrollbar{display:none}._vipGiftWrap_1fvoh_17{text-align:center;color:#fff;box-sizing:border-box;margin:0 5%;font-family:Roboto;font-size:12rem;font-weight:700;position:relative}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27{flex-direction:column;display:flex;position:relative}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._infoTitle_1fvoh_32{flex-direction:column;justify-content:center;align-items:center;gap:5rem;width:100%;display:flex;transform:translateY(25%)}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._infoTitle_1fvoh_32 ._titleBig_1fvoh_42{width:80%}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._infoTitle_1fvoh_32 ._titleBig_1fvoh_42 img{width:100%}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._infoTitle_1fvoh_32 ._titleLittle_1fvoh_48{width:40%;position:relative}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._infoTitle_1fvoh_32 ._titleLittle_1fvoh_48 img{width:100%}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._infoTitle_1fvoh_32 ._titleLittle_1fvoh_48 ._titleOnce_1fvoh_55{width:100%;font-size:18rem;line-height:18rem;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)skew(-15deg)}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65{width:100%;position:relative}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 img{width:100%}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72{width:100%;position:absolute;top:27%}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._giftTime_1fvoh_77{justify-content:center;align-items:center;width:100%;margin-bottom:6%;display:flex}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._giftTime_1fvoh_77 ._giftTimeBg_1fvoh_84{background:linear-gradient(#f47dff,#e04eff);border-radius:5rem;justify-content:center;align-items:center;width:21rem;height:30rem;font-size:19rem;line-height:19rem;display:flex}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._vipPrivileg_1fvoh_95{justify-content:center;align-items:center;gap:5rem;display:flex}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._vipPrivileg_1fvoh_95 ._crowIcon_1fvoh_101{justify-content:center;align-items:center;display:flex}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._vipPrivileg_1fvoh_95 ._crowIcon_1fvoh_101 img{width:14rem}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._vipPrivileg_1fvoh_95 ._crowText_1fvoh_109{font-size:12rem;line-height:12rem}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._boxContent_1fvoh_113{box-sizing:border-box;padding:2% 4% 0;position:relative}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._boxContent_1fvoh_113 ._box_1fvoh_113,._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._boxContent_1fvoh_113 ._box_1fvoh_113 img{width:100%}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._boxContent_1fvoh_113 ._depositContent_1fvoh_124{box-sizing:border-box;flex-direction:column;width:100%;height:100%;padding:5% 0 10%;display:flex;position:absolute;top:0;left:0}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._boxContent_1fvoh_113 ._depositContent_1fvoh_124 ._depositLeft_1fvoh_135{color:#5427c1;justify-content:center;align-items:center;gap:3rem;font-size:15rem;line-height:15rem;display:flex}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._boxContent_1fvoh_113 ._depositContent_1fvoh_124 ._depositLeft_1fvoh_135 ._leftRadio_1fvoh_144{color:#5427c1;font-size:16rem;line-height:16rem}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._boxContent_1fvoh_113 ._depositContent_1fvoh_124 ._depositRight_1fvoh_149{flex:1;justify-content:center;align-items:center;display:flex}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._boxContent_1fvoh_113 ._depositContent_1fvoh_124 ._depositRight_1fvoh_149 ._rightTop_1fvoh_155{justify-content:center;align-items:flex-start;gap:3rem;display:flex}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._boxContent_1fvoh_113 ._depositContent_1fvoh_124 ._depositRight_1fvoh_149 ._rightTop_1fvoh_155 ._text1_1fvoh_161{min-width:60rem;font-size:22rem;line-height:22rem;position:relative}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._boxContent_1fvoh_113 ._depositContent_1fvoh_124 ._depositRight_1fvoh_149 ._rightTop_1fvoh_155 ._text1_1fvoh_161 ._littleText_1fvoh_167{font-size:15rem;line-height:15rem;position:absolute;top:120%;left:50%;transform:translate(-50%)}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._boxContent_1fvoh_113 ._depositContent_1fvoh_124 ._depositRight_1fvoh_149 ._rightTop_1fvoh_155 ._text2_1fvoh_175{font-size:22rem;line-height:22rem}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._boxContent_1fvoh_113 ._depositContent_1fvoh_124 ._depositRight_1fvoh_149 ._rightTop_1fvoh_155 ._bottomIcon_1fvoh_179{justify-content:center;align-items:center;height:22rem;display:flex}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._boxContent_1fvoh_113 ._depositContent_1fvoh_124 ._depositRight_1fvoh_149 ._rightTop_1fvoh_155 ._bottomIcon_1fvoh_179 img{height:100%}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._boxContent_1fvoh_113 ._depositContent_1fvoh_124 ._depositRight_1fvoh_149 ._rightTop_1fvoh_155 ._specialColor_1fvoh_188{color:#fee51e;min-width:0}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._once_1fvoh_192{color:#ff2d9a;white-space:nowrap;justify-content:center;align-items:center;gap:5rem;font-size:13rem;line-height:13rem;display:flex;position:absolute;bottom:5%;left:50%;transform:translate(-50%)}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._once_1fvoh_192 ._onceIcon_1fvoh_206{justify-content:center;align-items:center;display:flex}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._once_1fvoh_192 ._onceIcon_1fvoh_206 img{width:13rem}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._lineIcon_1fvoh_214{box-sizing:border-box;width:100%;margin:10rem 0;padding:0 3%}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._centerInfo_1fvoh_72 ._lineIcon_1fvoh_214 img{width:100%}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._depositBtn_1fvoh_223{box-sizing:border-box;width:100%;padding:0 4%;position:absolute;bottom:7%}._vipGiftWrap_1fvoh_17 ._vipGiftContent_1fvoh_27 ._bg_1fvoh_65 ._depositBtn_1fvoh_223 ._btn_1fvoh_230{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;justify-content:center;align-items:center;width:100%;height:47rem;font-size:17rem;display:flex}._vipGiftWrap_1fvoh_17 ._closeBtn_1fvoh_240{width:24rem;height:24rem;position:absolute;top:0;right:0}._numberFont_vc967_1{font-family:Satoshi}._imgBox_vc967_4>img{width:100%;display:block}._ellipsis_vc967_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_vc967_14::-webkit-scrollbar{display:none}._freeMoneyTipWrap_vc967_17{text-align:center;color:#fff;padding:0 5%;font-family:Roboto;font-size:12rem;font-weight:700}._freeMoneyTipWrap_vc967_17 ._displayCenter_vc967_25{justify-content:center;align-items:center;display:flex}._freeMoneyTipWrap_vc967_17 ._freeMoneyTipContent_vc967_30{width:100%;position:relative}._freeMoneyTipWrap_vc967_17 ._freeMoneyTipContent_vc967_30 ._freeMoneyBg_vc967_34,._freeMoneyTipWrap_vc967_17 ._freeMoneyTipContent_vc967_30 ._freeMoneyBg_vc967_34 img{width:100%}._freeMoneyTipWrap_vc967_17 ._freeMoneyTipContent_vc967_30 ._freeMoneyBody_vc967_40{box-sizing:border-box;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;padding:6%;display:flex;position:absolute;top:0;left:0}._freeMoneyTipWrap_vc967_17 ._freeMoneyTipContent_vc967_30 ._freeMoneyBody_vc967_40 ._freeMoney1_vc967_53{text-align:left;width:100%}._freeMoneyTipWrap_vc967_17 ._freeMoneyTipContent_vc967_30 ._freeMoneyBody_vc967_40 ._freeMoney1_vc967_53 ._text1_vc967_57{color:#743c08;font-size:38rem;line-height:38rem}._freeMoneyTipWrap_vc967_17 ._freeMoneyTipContent_vc967_30 ._freeMoneyBody_vc967_40 ._freeMoney1_vc967_53 ._text2_vc967_62{color:#c46421;font-size:32rem;line-height:40rem}._freeMoneyTipWrap_vc967_17 ._freeMoneyTipContent_vc967_30 ._freeMoneyBody_vc967_40 ._en_vc967_67 ._text1_vc967_57{color:#743c08;font-size:42rem;line-height:42rem}._freeMoneyTipWrap_vc967_17 ._freeMoneyTipContent_vc967_30 ._freeMoneyBody_vc967_40 ._en_vc967_67 ._text2_vc967_62{font-size:34rem;line-height:34rem}._freeMoneyTipWrap_vc967_17 ._freeMoneyTipContent_vc967_30 ._freeMoneyBody_vc967_40 ._bottomDiv_vc967_76{width:100%}._freeMoneyTipWrap_vc967_17 ._freeMoneyTipContent_vc967_30 ._freeMoneyBody_vc967_40 ._freeMoney2_vc967_79{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:31rem;display:flex}._freeMoneyTipWrap_vc967_17 ._freeMoneyTipContent_vc967_30 ._freeMoneyBody_vc967_40 ._freeMoney2_vc967_79 ._text3_vc967_87{background-color:#fd9f08;border-radius:40rem;justify-content:center;align-items:center;width:100%;height:35rem;font-size:20rem;line-height:20rem;display:flex}._freeMoneyTipWrap_vc967_17 ._freeMoneyTipContent_vc967_30 ._freeMoneyBody_vc967_40 ._freeMoney2_vc967_79 ._text4_vc967_98{color:#ff871d;font-size:16rem}._freeMoneyTipWrap_vc967_17 ._freeMoneyTipContent_vc967_30 ._freeMoneyBody_vc967_40 ._jumpBtn_vc967_102{background:linear-gradient(#f7691f,#ff962c);border-radius:6rem;justify-content:center;align-items:center;width:100%;height:48rem;font-size:18rem;display:flex}._freeMoneyTipWrap_vc967_17 ._freeMoneyTipContent_vc967_30 ._freeMoneyBody_vc967_40 ._closeBtn_vc967_112{width:27rem;height:27rem;position:absolute;top:10rem;right:0}._numberFont_10qnz_1{font-family:Satoshi}._imgBox_10qnz_4>img{width:100%;display:block}._ellipsis_10qnz_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_10qnz_14::-webkit-scrollbar{display:none}._vip2DepositWrap_10qnz_17{text-align:center;color:#fff;box-sizing:border-box;margin:0 3%;font-family:Roboto;font-size:12rem;font-weight:700;position:relative}._vip2DepositWrap_10qnz_17 ._displayCenter_10qnz_27{justify-content:center;align-items:center;display:flex}._vip2DepositWrap_10qnz_17 ._closeBtnWrap_10qnz_32{z-index:100;width:24rem;height:24rem;position:absolute;top:-25rem;right:0}._vip2DepositWrap_10qnz_17 ._animationWrap_10qnz_40{position:absolute;top:50%;left:50%}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45{width:100%;position:relative}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Bg_10qnz_49{justify-content:center;align-items:center;width:100%;display:flex;position:relative}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Bg_10qnz_49 img{width:100%}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Bg_10qnz_49 ._bgVip_10qnz_59{justify-content:center;align-items:center;width:44%;display:flex;position:absolute;top:8%;right:-3%}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Bg_10qnz_49 ._bgVip_10qnz_59 img{width:100%}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71{width:100%;height:100%;position:absolute;top:0;left:0}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._vip2Title_10qnz_78{box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:10rem;width:100%;padding:4% 0 0 6%;display:flex}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._vip2Title_10qnz_78 ._titleIcon_10qnz_87{justify-content:center;align-items:center;height:26rem;display:flex}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._vip2Title_10qnz_78 ._titleIcon_10qnz_87 img{height:100%}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._vip2Title_10qnz_78 ._giftTime_10qnz_96{justify-content:flex-end;align-items:center;margin-left:5%;display:flex}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._vip2Title_10qnz_78 ._giftTime_10qnz_96 ._giftTimeBg_10qnz_102{background:linear-gradient(#f47dff,#e04eff);border-radius:5rem;justify-content:center;align-items:center;width:20rem;padding:3rem 0;font-size:18rem;line-height:18rem;display:flex}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113{flex-direction:column;justify-content:center;align-items:center;gap:10rem;width:100%;display:flex;position:absolute;top:20%;left:0}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._upgradeText_10qnz_124{justify-content:center;align-items:center;gap:3rem;font-size:15rem;display:flex}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._upgradeText_10qnz_124 ._upgradeIcon_10qnz_131{justify-content:center;align-items:center;width:16rem;display:flex}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._upgradeText_10qnz_124 ._upgradeIcon_10qnz_131 img{width:100%}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._normalDiv_10qnz_140{width:80%;position:relative}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._normalDiv_10qnz_140 ._normalBg_10qnz_144{justify-content:center;align-items:center;width:100%;display:flex}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._normalDiv_10qnz_140 ._normalBg_10qnz_144 img{width:100%}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._normalDiv_10qnz_140 ._normalBody_10qnz_153{width:100%;height:100%;font-size:13rem;line-height:13rem;position:absolute;top:0;left:0}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._normalDiv_10qnz_140 ._normalBody_10qnz_153 ._normalTitle_10qnz_162{color:#9440fd;justify-content:center;align-items:center;height:24%;display:flex}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._normalDiv_10qnz_140 ._normalBody_10qnz_153 ._normalInfo_10qnz_169{color:#5200ce}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._normalDiv_10qnz_140 ._normalBody_10qnz_153 ._normalInfo_10qnz_169 ._limitTitle_10qnz_172{margin:7rem 0 0;line-height:13rem}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._normalDiv_10qnz_140 ._normalBody_10qnz_153 ._normalInfo_10qnz_169 ._limitInfo_10qnz_176{justify-content:center;align-items:center;display:flex}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._normalDiv_10qnz_140 ._normalBody_10qnz_153 ._normalInfo_10qnz_169 ._limitInfo_10qnz_176 img{width:30rem}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._normalDiv_10qnz_140 ._normalBody_10qnz_153 ._normalInfo_10qnz_169 ._limitInfo_10qnz_176 ._limitMoney_10qnz_184{font-size:34rem;line-height:34rem}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._specialDiv_10qnz_188{width:90%;position:absolute;top:65%;left:50%;transform:translate(-50%)}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._specialDiv_10qnz_188 ._specialBg_10qnz_195{justify-content:center;align-items:center;width:100%;display:flex}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._specialDiv_10qnz_188 ._specialBg_10qnz_195 img{width:100%}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._specialDiv_10qnz_188 ._specialArrow_10qnz_204{justify-content:center;align-items:center;width:75rem;display:flex;position:absolute;top:-4%;right:0%}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._specialDiv_10qnz_188 ._specialArrow_10qnz_204 img{width:100%}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._specialDiv_10qnz_188 ._specialBody_10qnz_216{width:100%;height:100%;font-size:14rem;position:absolute;top:0;left:0}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._specialDiv_10qnz_188 ._specialBody_10qnz_216 ._specialTitle_10qnz_224{box-sizing:border-box;color:#a5420f;text-align:left;width:100%;height:34%;padding:6% 0 0 9%}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._specialDiv_10qnz_188 ._specialBody_10qnz_216 ._specialInfo_10qnz_232{color:#b94001}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._specialDiv_10qnz_188 ._specialBody_10qnz_216 ._specialInfo_10qnz_232 ._limitTitle_10qnz_172{margin:20rem 0 2rem;line-height:14rem}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._specialDiv_10qnz_188 ._specialBody_10qnz_216 ._specialInfo_10qnz_232 ._limitInfo_10qnz_176{justify-content:center;align-items:center;display:flex}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._specialDiv_10qnz_188 ._specialBody_10qnz_216 ._specialInfo_10qnz_232 ._limitInfo_10qnz_176 img{width:40rem}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._specialDiv_10qnz_188 ._specialBody_10qnz_216 ._specialInfo_10qnz_232 ._limitInfo_10qnz_176 ._limitMoney_10qnz_184{font-size:40rem;line-height:40rem}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._specialDiv_10qnz_188 ._vip2Tips_10qnz_251{color:#4229ff;text-align:left;justify-content:center;align-items:flex-start;gap:5rem;width:100%;font-size:13rem;line-height:13rem;display:flex;position:absolute;top:106%;left:50%;transform:translate(-50%)}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._benefitContent_10qnz_113 ._specialDiv_10qnz_188 ._vip2Tips_10qnz_251 img{width:12rem}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._levelBtn_10qnz_269{box-sizing:border-box;width:100%;padding:0 3%;position:absolute;bottom:5%;left:0}._vip2DepositWrap_10qnz_17 ._vip2DepositBody_10qnz_45 ._vip2Content_10qnz_71 ._levelBtn_10qnz_269 ._btn_10qnz_277{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;justify-content:center;align-items:center;width:100%;height:40rem;font-size:14rem;display:flex}._numberFont_o2ltv_1{font-family:Satoshi}._imgBox_o2ltv_4>img{width:100%;display:block}._ellipsis_o2ltv_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_o2ltv_14::-webkit-scrollbar{display:none}._vip3DepositWrap_o2ltv_17{text-align:center;color:#fff;box-sizing:border-box;margin:0 3%;font-family:Roboto;font-size:12rem;font-weight:700;position:relative}._vip3DepositWrap_o2ltv_17 ._displayCenter_o2ltv_27{justify-content:center;align-items:center;display:flex}._vip3DepositWrap_o2ltv_17 ._closeBtnWrap_o2ltv_32{z-index:100;width:24rem;height:24rem;position:absolute;top:-25rem;right:0}._vip3DepositWrap_o2ltv_17 ._animationWrap_o2ltv_40{position:absolute;top:50%;left:50%}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45{width:100%;position:relative}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Bg_o2ltv_49{justify-content:center;align-items:center;width:100%;display:flex}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Bg_o2ltv_49 img{width:100%}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Bg_o2ltv_49 ._bgVip_o2ltv_58{width:44%;position:absolute;top:16%;left:51%;transform:translate(-50%)}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65{width:100%;height:100%;position:absolute;top:-2%;left:0}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Title_o2ltv_72{justify-content:center;align-items:center;height:26rem;display:flex}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Title_o2ltv_72 img{height:100%}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Time_o2ltv_81{margin-top:33%}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Time_o2ltv_81 ._giftTime_o2ltv_84{justify-content:center;align-items:center;display:flex}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Time_o2ltv_81 ._giftTime_o2ltv_84 ._giftTimeBg_o2ltv_89{color:#a0193e;background:linear-gradient(#ffdbe2,#fff);border-radius:5rem;justify-content:center;align-items:center;width:20rem;padding:3rem 0;font-size:24rem;line-height:24rem;display:flex}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101{flex-direction:column;justify-content:center;align-items:center;gap:15rem;margin-top:10%;display:flex;position:relative}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._privilegesText_o2ltv_110{color:#ffdffe;justify-content:center;align-items:center;gap:5rem;font-size:15rem;line-height:15rem;display:flex}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._privilegesText_o2ltv_110 ._textIcon_o2ltv_119{justify-content:center;align-items:center;width:16rem;display:flex}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._privilegesText_o2ltv_110 ._textIcon_o2ltv_119 img{width:100%}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._normalDiv_o2ltv_128{width:80%;position:relative}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._normalDiv_o2ltv_128 ._normalBg_o2ltv_132{justify-content:center;align-items:center;width:100%;display:flex}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._normalDiv_o2ltv_128 ._normalBg_o2ltv_132 img{width:100%}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._normalDiv_o2ltv_128 ._normalBody_o2ltv_141{color:#fff;width:100%;height:100%;font-size:12rem;line-height:12rem;position:absolute;top:0;left:0}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._normalDiv_o2ltv_128 ._normalBody_o2ltv_141 ._normalText_o2ltv_151{color:#3476ff;justify-content:center;align-items:center;height:31%;display:flex}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._normalDiv_o2ltv_128 ._normalBody_o2ltv_141 ._normalInfo_o2ltv_158{flex-direction:column;gap:3rem;margin-top:5rem;display:flex}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._normalDiv_o2ltv_128 ._normalBody_o2ltv_141 ._normalInfo_o2ltv_158 ._normalDay_o2ltv_164{font-size:25rem;line-height:25rem}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._specialDiv_o2ltv_168{width:90%;position:absolute;top:80%;left:50%;transform:translate(-50%)}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._specialDiv_o2ltv_168 ._specialBg_o2ltv_175{justify-content:center;align-items:center;width:100%;display:flex}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._specialDiv_o2ltv_168 ._specialBg_o2ltv_175 img{width:100%}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._specialDiv_o2ltv_168 ._specialArrow_o2ltv_184{justify-content:center;align-items:center;width:100rem;display:flex;position:absolute;bottom:3%;left:75%}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._specialDiv_o2ltv_168 ._specialArrow_o2ltv_184 img{width:100%}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._specialDiv_o2ltv_168 ._specialBody_o2ltv_196{width:100%;height:100%;font-size:14rem;line-height:14rem;position:absolute;top:0;left:0}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._specialDiv_o2ltv_168 ._specialBody_o2ltv_196 ._specialText_o2ltv_205{color:#a5420f;justify-content:center;align-items:center;height:34%;display:flex}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._specialDiv_o2ltv_168 ._specialBody_o2ltv_196 ._specialInfo_o2ltv_212{color:#b13d00;flex-direction:column;gap:3rem;margin-top:5rem;display:flex}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._specialDiv_o2ltv_168 ._specialBody_o2ltv_196 ._specialInfo_o2ltv_212 ._specialUnlock_o2ltv_219{line-height:20rem}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._specialDiv_o2ltv_168 ._specialBody_o2ltv_196 ._specialInfo_o2ltv_212 ._specialDay_o2ltv_222{font-size:31rem;line-height:31rem}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._specialDiv_o2ltv_168 ._rateContent_o2ltv_226{width:45rem;line-height:12rem;position:absolute;top:25%;right:90%}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._specialDiv_o2ltv_168 ._rateContent_o2ltv_226 ._rateBg_o2ltv_233{justify-content:center;align-items:center;width:100%;display:flex}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._specialDiv_o2ltv_168 ._rateContent_o2ltv_226 ._rateBg_o2ltv_233 img{width:100%}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._specialDiv_o2ltv_168 ._rateContent_o2ltv_226 ._rateText_o2ltv_242{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._specialDiv_o2ltv_168 ._vip3Tips_o2ltv_248{justify-content:center;align-items:flex-start;gap:5rem;width:100%;display:flex;position:absolute;top:116%;left:50%;transform:translate(-50%)}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._specialDiv_o2ltv_168 ._vip3Tips_o2ltv_248 ._vip3Star_o2ltv_259{justify-content:center;align-items:center;width:16rem;display:flex}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._specialDiv_o2ltv_168 ._vip3Tips_o2ltv_248 ._vip3Star_o2ltv_259 img{width:100%}._vip3DepositWrap_o2ltv_17 ._vip3DepositBody_o2ltv_45 ._vip3Body_o2ltv_65 ._vip3Privileges_o2ltv_101 ._specialDiv_o2ltv_168 ._vip3Tips_o2ltv_248 ._vip3UpTo_o2ltv_268{color:#ff6afa;font-size:16rem;line-height:16rem}._vip3DepositWrap_o2ltv_17 ._levelBtn_o2ltv_273{box-sizing:border-box;width:100%;padding:0 3%;position:absolute;bottom:1%;left:0}._vip3DepositWrap_o2ltv_17 ._levelBtn_o2ltv_273 ._btn_o2ltv_281{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;justify-content:center;align-items:center;width:100%;height:40rem;font-size:14rem;display:flex}._vip3DepositWrap_o2ltv_17 ._levelBtn_o2ltv_273 ._bottomText_o2ltv_291{color:#9861ff;text-align:left;justify-content:flex-start;align-items:flex-start;gap:3rem;margin-top:20rem;font-size:12rem;line-height:12rem;display:flex}._vip3DepositWrap_o2ltv_17 ._levelBtn_o2ltv_273 ._bottomText_o2ltv_291 ._pointContent_o2ltv_302{justify-content:center;align-items:center;height:12rem;display:flex}._vip3DepositWrap_o2ltv_17 ._levelBtn_o2ltv_273 ._bottomText_o2ltv_291 ._pointContent_o2ltv_302 ._point_o2ltv_302{background-color:#9861ff;border-radius:60rem;width:6rem;height:6rem}._numberFont_1fcly_1{font-family:Satoshi}._imgBox_1fcly_4>img{width:100%;display:block}._ellipsis_1fcly_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1fcly_14::-webkit-scrollbar{display:none}._vipTaskUpgradeWrap_1fcly_17{width:100%;height:100%;font-family:Roboto;font-weight:700;font-style:Bold;color:#fff;text-align:center;background:linear-gradient(#1a1233,#190f42);flex-direction:column;font-size:14rem;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._displayCenter_1fcly_30{justify-content:center;align-items:center;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._divBg_1fcly_35{box-sizing:border-box;background:#fff;border-radius:6rem;box-shadow:0 2rem 3rem #0000001a}._vipTaskUpgradeWrap_1fcly_17 ._divBg_1fcly_35 ._rightTag_1fcly_41{background:linear-gradient(90deg,#ed4ae0,#fe8f80);border-radius:0 6rem 0 10rem;flex-direction:column;justify-content:center;align-items:center;padding:3rem 8rem;font-size:18rem;line-height:18rem;display:flex;position:absolute;top:0;right:0}._vipTaskUpgradeWrap_1fcly_17 ._divBg_1fcly_35 ._rightTag_1fcly_41 ._rightTitle_1fcly_55{font-size:12rem;line-height:12rem;font-weight:var(--Font_weight_500,500)}._vipTaskUpgradeWrap_1fcly_17 ._divBg_1fcly_35 ._taskTriangle_1fcly_60{clip-path:polygon(0% 0%,100% 0%,0% 100%);background-color:#c47eff;border-top-left-radius:6rem;width:34rem;height:33rem;position:absolute;top:0;left:0}._vipTaskUpgradeWrap_1fcly_17 ._divBg_1fcly_35 ._taskTriangle_1fcly_60 ._taskIndex_1fcly_72{position:absolute;top:30%;left:30%;transform:translate(-50%,-50%)}._vipTaskUpgradeWrap_1fcly_17 ._taskTab_1fcly_78{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;min-height:60rem;margin:5rem 0;padding:0 11rem;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._taskTab_1fcly_78 ._itemContent_1fcly_88{flex:1;justify-content:center;align-items:center;height:100%;padding:5rem;display:flex;position:relative}._vipTaskUpgradeWrap_1fcly_17 ._taskTab_1fcly_78 ._itemContent_1fcly_88 ._taskItem_1fcly_97{box-sizing:border-box;background:#281b57;border-radius:4.564rem;flex:1;padding:2rem 0 1rem;position:relative}._vipTaskUpgradeWrap_1fcly_17 ._taskTab_1fcly_78 ._itemContent_1fcly_88 ._taskItem_1fcly_97 ._itemTitle_1fcly_105{color:#b0aceb;font-family:Roboto;font-size:9rem;font-style:normal;font-weight:var(--Font_weight_500,500);line-height:normal}._vipTaskUpgradeWrap_1fcly_17 ._taskTab_1fcly_78 ._itemContent_1fcly_88 ._taskItem_1fcly_97 ._itemWrap_1fcly_114{justify-content:center;align-items:center;display:flex;position:relative}._vipTaskUpgradeWrap_1fcly_17 ._taskTab_1fcly_78 ._itemContent_1fcly_88 ._taskItem_1fcly_97 ._itemWrap_1fcly_114 img{height:100%;display:block}._vipTaskUpgradeWrap_1fcly_17 ._taskTab_1fcly_78 ._itemContent_1fcly_88 ._taskItem_1fcly_97 ._itemWrap_1fcly_114 ._itemIcon1_1fcly_124{height:16rem;position:absolute;left:20%}._vipTaskUpgradeWrap_1fcly_17 ._taskTab_1fcly_78 ._itemContent_1fcly_88 ._taskItem_1fcly_97 ._itemWrap_1fcly_114 ._itemIcon2_1fcly_129{height:22rem;position:absolute;left:10%}._vipTaskUpgradeWrap_1fcly_17 ._taskTab_1fcly_78 ._itemContent_1fcly_88 ._taskItem_1fcly_97 ._itemWrap_1fcly_114 ._itemIcon3_1fcly_134{height:30rem;position:absolute;left:10%}._vipTaskUpgradeWrap_1fcly_17 ._taskTab_1fcly_78 ._itemContent_1fcly_88 ._taskItem_1fcly_97 ._itemWrap_1fcly_114 ._itemGold_1fcly_139{color:#b0aceb;text-align:center;font-family:Roboto;font-size:16rem;font-style:normal;font-weight:var(--Font_weight_500,500);margin-left:30%;line-height:normal}._vipTaskUpgradeWrap_1fcly_17 ._taskTab_1fcly_78 ._itemContent_1fcly_88 ._taskItem_1fcly_97._active_1fcly_150{background:linear-gradient(90deg,#cf6cc9,#ee609c 48.3%,#ee609c);border-radius:5rem}._vipTaskUpgradeWrap_1fcly_17 ._taskTab_1fcly_78 ._itemContent_1fcly_88 ._taskItem_1fcly_97._active_1fcly_150 ._itemTitle_1fcly_105{color:#fff;font-size:12rem}._vipTaskUpgradeWrap_1fcly_17 ._taskTab_1fcly_78 ._itemContent_1fcly_88 ._taskItem_1fcly_97._active_1fcly_150 ._itemWrap_1fcly_114 ._itemGold_1fcly_139{color:#fff;font-size:18rem}._vipTaskUpgradeWrap_1fcly_17 ._taskTab_1fcly_78 ._itemContent_1fcly_88 ._taskItem_1fcly_97 ._redPoint_1fcly_162{background:#fff;border-radius:50%;width:6rem;height:6rem;padding:2rem;position:absolute;top:0;left:100%;transform:translate(-50%,-50%)}._vipTaskUpgradeWrap_1fcly_17 ._taskTab_1fcly_78 ._itemContent_1fcly_88 ._taskItem_1fcly_97 ._redPoint_1fcly_162 ._point_1fcly_173{background:#f53f3f;border-radius:50%;width:100%;height:100%}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeContain_1fcly_179{background-color:#dfdefd;border-radius:6rem 6rem 0 0;flex:1;margin:0 11rem;padding:11rem 12rem;overflow-y:auto}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187{box-sizing:border-box;flex-direction:column;gap:13rem;width:100%;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipUpgrade_1fcly_194{box-sizing:border-box;background:#fff;border-radius:6rem;flex-direction:column;gap:5rem;width:100%;padding:12rem 10rem;display:flex;box-shadow:0 2rem 3rem #0000001a}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipUpgrade_1fcly_194 ._rightTag_1fcly_41{background:linear-gradient(90deg,#ed4ae0,#fe8f80);border-radius:0 6rem 0 10rem;flex-direction:column;justify-content:center;align-items:center;padding:3rem 8rem;font-size:18rem;line-height:18rem;display:flex;position:absolute;top:0;right:0}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipUpgrade_1fcly_194 ._rightTag_1fcly_41 ._rightTitle_1fcly_55{font-size:12rem;line-height:12rem;font-weight:var(--Font_weight_500,500)}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipUpgrade_1fcly_194 ._taskTriangle_1fcly_60{clip-path:polygon(0% 0%,100% 0%,0% 100%);background-color:#c47eff;border-top-left-radius:6rem;width:34rem;height:33rem;position:absolute;top:0;left:0}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipUpgrade_1fcly_194 ._taskTriangle_1fcly_60 ._taskIndex_1fcly_72{position:absolute;top:30%;left:30%;transform:translate(-50%,-50%)}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipUpgrade_1fcly_194 ._vipInfo_1fcly_242{color:#784aee;justify-content:flex-start;align-items:center;gap:5rem;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipUpgrade_1fcly_194 ._vipInfo_1fcly_242 ._vipIcon_1fcly_249{background-color:#d9caff;border-radius:60rem;justify-content:center;align-items:center;width:20rem;height:20rem;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipUpgrade_1fcly_194 ._vipInfo_1fcly_242 ._vipIcon_1fcly_249 img{width:14rem}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipUpgrade_1fcly_194 ._vipLimit_1fcly_261{color:#815eda;text-align:left;white-space:pre-wrap;justify-content:flex-start;align-items:center;font-size:12rem;line-height:12rem;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipUpgrade_1fcly_194 ._vipLimit_1fcly_261 span{color:#fb8c59;font-size:20rem;line-height:20rem}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipUpgrade_1fcly_194 ._vipUpgradeBtn_1fcly_276{width:100%;height:42rem}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipUpgrade_1fcly_194 ._vipUpgradeBtn_1fcly_276 ._upgradeNow_1fcly_280{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;justify-content:center;align-items:center;width:100%;height:100%;font-size:18rem;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290{background:linear-gradient(#c5cdff -34.16%,#f0f2ff 41.27%,#fff 113.86%);border-radius:6rem}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294{padding:10rem 12rem}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297{flex-direction:column;justify-content:center;align-items:center;gap:5rem;width:100%;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297 ._privilegesTitle_1fcly_305{color:#8731f9;font-size:15rem}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297 ._privilegesBody_1fcly_309{width:100%;position:relative}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297 ._privilegesBody_1fcly_309 ._bigContent_1fcly_313{z-index:2;width:100%;position:relative}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297 ._privilegesBody_1fcly_309 ._bigContent_1fcly_313 ._bigBg_1fcly_318{justify-content:center;align-items:center;width:100%;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297 ._privilegesBody_1fcly_309 ._bigContent_1fcly_313 ._bigBg_1fcly_318 img{width:100%}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297 ._privilegesBody_1fcly_309 ._bigContent_1fcly_313 ._msgInfo_1fcly_327{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297 ._privilegesBody_1fcly_309 ._bigContent_1fcly_313 ._msgInfo_1fcly_327 ._msgTitle_1fcly_334{color:#f7e2ff}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297 ._privilegesBody_1fcly_309 ._bigContent_1fcly_313 ._msgInfo_1fcly_327 ._msgContent_1fcly_337{justify-content:center;align-items:center;gap:5rem;margin-top:5rem;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297 ._privilegesBody_1fcly_309 ._bigContent_1fcly_313 ._msgInfo_1fcly_327 ._msgContent_1fcly_337 ._nowAmount_1fcly_344{font-size:30rem;line-height:30rem}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297 ._privilegesBody_1fcly_309 ._bigContent_1fcly_313 ._msgInfo_1fcly_327 ._msgContent_1fcly_337 ._addText_1fcly_348{color:#fffa6d;font-size:30rem;line-height:30rem}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297 ._privilegesBody_1fcly_309 ._bigContent_1fcly_313 ._msgInfo_1fcly_327 ._msgContent_1fcly_337 ._nowTaskReward_1fcly_353{justify-content:center;align-items:center;width:112rem;display:flex;position:relative}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297 ._privilegesBody_1fcly_309 ._bigContent_1fcly_313 ._msgInfo_1fcly_327 ._msgContent_1fcly_337 ._nowTaskReward_1fcly_353 img{width:100%}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297 ._privilegesBody_1fcly_309 ._bigContent_1fcly_313 ._msgInfo_1fcly_327 ._msgContent_1fcly_337 ._nowTaskReward_1fcly_353 ._rewardAmount_1fcly_363{color:#ffe180;white-space:nowrap;font-size:30rem;line-height:30rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297 ._privilegesBody_1fcly_309 ._littleContent_1fcly_373{z-index:1;width:100%;margin-top:-3%;position:relative}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297 ._privilegesBody_1fcly_309 ._littleContent_1fcly_373 ._littleBg_1fcly_379{justify-content:center;align-items:center;width:100%;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297 ._privilegesBody_1fcly_309 ._littleContent_1fcly_373 ._littleBg_1fcly_379 img{width:100%}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297 ._privilegesBody_1fcly_309 ._littleContent_1fcly_373 ._littleInfo_1fcly_388{flex-direction:column;justify-content:center;align-items:center;gap:3rem;display:flex;position:absolute;top:53%;left:50%;transform:translate(-50%,-50%)}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297 ._privilegesBody_1fcly_309 ._littleContent_1fcly_373 ._littleInfo_1fcly_388 ._littleTitle_1fcly_399{color:#815eda;font-size:13rem;line-height:13rem}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297 ._privilegesBody_1fcly_309 ._littleContent_1fcly_373 ._littleInfo_1fcly_388 ._littleAmount_1fcly_404{color:#764be3;font-size:27rem;line-height:27rem}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._vipInfoContent_1fcly_290 ._vipInfoBg_1fcly_294 ._vipPrivileges_1fcly_297 ._privilegesMsg_1fcly_409{color:#ad8dff;text-align:left;width:100%;font-size:12rem}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._starContent_1fcly_415{color:#d557ff;justify-content:flex-start;align-items:center;gap:3rem;font-size:13rem;line-height:13rem;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._starContent_1fcly_415 ._starIcon_1fcly_424{justify-content:center;align-items:center;width:16rem;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._starContent_1fcly_415 ._starIcon_1fcly_424 img{width:100%}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._starContent_1fcly_415 ._starText_1fcly_433{text-align:left}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436{box-sizing:border-box;background:#fff;border-radius:6rem;flex-direction:column;gap:11rem;width:100%;padding:13rem;display:flex;position:relative;box-shadow:0 2rem 3rem #0000001a}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436 ._rightTag_1fcly_41{background:linear-gradient(90deg,#ed4ae0,#fe8f80);border-radius:0 6rem 0 10rem;flex-direction:column;justify-content:center;align-items:center;padding:3rem 8rem;font-size:18rem;line-height:18rem;display:flex;position:absolute;top:0;right:0}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436 ._rightTag_1fcly_41 ._rightTitle_1fcly_55{font-size:12rem;line-height:12rem;font-weight:var(--Font_weight_500,500)}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436 ._taskTriangle_1fcly_60{clip-path:polygon(0% 0%,100% 0%,0% 100%);background-color:#c47eff;border-top-left-radius:6rem;width:34rem;height:33rem;position:absolute;top:0;left:0}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436 ._taskTriangle_1fcly_60 ._taskIndex_1fcly_72{position:absolute;top:30%;left:30%;transform:translate(-50%,-50%)}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436 ._taskInfo_1fcly_485{justify-content:flex-start;align-items:center;gap:3rem;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436 ._taskInfo_1fcly_485 ._infoIcon_1fcly_491{justify-content:center;align-items:center;width:41rem;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436 ._taskInfo_1fcly_485 ._infoIcon_1fcly_491 img{width:100%}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436 ._taskInfo_1fcly_485 ._infoTitle_1fcly_500{color:#9e78ff;text-align:left;flex:1;max-width:100%;padding-right:13%;font-size:13rem}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436 ._depositInfo_1fcly_508{justify-content:center;align-items:center;width:100%;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436 ._depositInfo_1fcly_508 ._depositMsg_1fcly_514{color:#815eda;max-width:80%}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436 ._taskProgress_1fcly_518{width:100%;margin-bottom:8rem}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436 ._taskProgress_1fcly_518 ._taskMsg_1fcly_522{justify-content:space-between;align-items:flex-end;width:100%;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436 ._taskProgress_1fcly_518 ._taskMsg_1fcly_522 ._msg_1fcly_327{color:#815eda;text-align:left;font-size:15rem}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436 ._taskProgress_1fcly_518 ._taskMsg_1fcly_522 ._msgNum_1fcly_533{color:#815eda}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436 ._taskProgress_1fcly_518 ._barBg_1fcly_536{box-sizing:border-box;background-color:#e6d5f9;border-radius:20rem;height:15rem;margin-top:3rem;padding:1rem}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436 ._taskProgress_1fcly_518 ._barBg_1fcly_536 ._bar_1fcly_536{background:linear-gradient(90deg,#ff5d3f -12.82%,#ff9258 108.21%);border-radius:20rem;height:100%}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436 ._btnGo_1fcly_549{width:100%;height:42rem}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436 ._btnGo_1fcly_549 ._btn_1fcly_549{background:linear-gradient(#7d50f5,#794fe8);border-radius:6rem;justify-content:center;align-items:center;width:100%;height:100%;font-size:16rem;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436 ._btnGo_1fcly_549 ._btnReceive_1fcly_563{background:linear-gradient(#15b6c8,#46aef7)}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._taskContent_1fcly_436 ._btnGo_1fcly_549 ._btnDeposit_1fcly_566{background:linear-gradient(#ff9f41,#fcac34)}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._nextLock_1fcly_569{box-sizing:border-box;background:#fff;border-radius:6rem;justify-content:center;align-items:center;min-height:134rem;display:flex;position:relative;box-shadow:0 2rem 3rem #0000001a}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._nextLock_1fcly_569 ._rightTag_1fcly_41{background:linear-gradient(90deg,#ed4ae0,#fe8f80);border-radius:0 6rem 0 10rem;flex-direction:column;justify-content:center;align-items:center;padding:3rem 8rem;font-size:18rem;line-height:18rem;display:flex;position:absolute;top:0;right:0}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._nextLock_1fcly_569 ._rightTag_1fcly_41 ._rightTitle_1fcly_55{font-size:12rem;line-height:12rem;font-weight:var(--Font_weight_500,500)}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._nextLock_1fcly_569 ._taskTriangle_1fcly_60{clip-path:polygon(0% 0%,100% 0%,0% 100%);background-color:#c47eff;border-top-left-radius:6rem;width:34rem;height:33rem;position:absolute;top:0;left:0}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._nextLock_1fcly_569 ._taskTriangle_1fcly_60 ._taskIndex_1fcly_72{position:absolute;top:30%;left:30%;transform:translate(-50%,-50%)}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._nextLock_1fcly_569 ._lockInfo_1fcly_617{justify-content:center;align-items:center;gap:5rem;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._nextLock_1fcly_569 ._lockInfo_1fcly_617 ._lockIcon_1fcly_623{justify-content:center;align-items:center;width:20rem;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._nextLock_1fcly_569 ._lockInfo_1fcly_617 ._lockIcon_1fcly_623 img{width:100%}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._nextLock_1fcly_569 ._lockInfo_1fcly_617 ._lockText_1fcly_632{color:#b69aff;max-width:80%;font-size:15rem}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._bottomInfo_1fcly_637{color:#815eda;justify-content:flex-start;align-items:center;font-size:13rem;line-height:13rem;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._bottomInfo_1fcly_637 ._pointContent_1fcly_645{justify-content:center;align-items:center;width:13rem;height:13rem;display:flex}._vipTaskUpgradeWrap_1fcly_17 ._vipTaskUpgradeBody_1fcly_187 ._bottomInfo_1fcly_637 ._pointContent_1fcly_645 ._point_1fcly_173{background-color:#815eda;border-radius:20rem;width:6rem;height:6rem}._numberFont_yg6uh_1{font-family:Satoshi}._imgBox_yg6uh_4>img{width:100%;display:block}._ellipsis_yg6uh_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_yg6uh_14::-webkit-scrollbar{display:none}._taskUpgradeHeaderWrap_yg6uh_17{align-items:center;height:50rem;padding:0 11rem;display:flex}._taskUpgradeHeaderWrap_yg6uh_17 ._headerContent_yg6uh_23{justify-content:space-between;align-items:center;width:100%;height:29rem;display:flex;position:relative}._taskUpgradeHeaderWrap_yg6uh_17 ._headerContent_yg6uh_23 ._headTitle_yg6uh_31{flex:1;font-size:16rem;line-height:33rem}._taskUpgradeHeaderWrap_yg6uh_17 ._headerContent_yg6uh_23 ._headerRight_yg6uh_36{justify-content:center;align-items:center;display:flex;position:absolute;right:0}._taskUpgradeHeaderWrap_yg6uh_17 ._headerContent_yg6uh_23 ._headerRight_yg6uh_36 ._btn_yg6uh_43{width:33rem;height:33rem}._numberFont_mn3gu_1{font-family:Satoshi}._imgBox_mn3gu_4>img{width:100%;display:block}._ellipsis_mn3gu_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_mn3gu_14::-webkit-scrollbar{display:none}._vip3GiftPackWrap_mn3gu_17{text-align:center;color:#fff;box-sizing:border-box;margin:0 3%;font-family:Roboto;font-size:12rem;font-weight:700;position:relative}._vip3GiftPackWrap_mn3gu_17 ._displayCenter_mn3gu_27{justify-content:center;align-items:center;display:flex}._vip3GiftPackWrap_mn3gu_17 img{width:100%}._vip3GiftPackWrap_mn3gu_17 ._closeBtnWrap_mn3gu_35{z-index:100;width:24rem;height:24rem;position:absolute;top:-55rem;right:0}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43{justify-content:center;align-items:center;width:100%;display:flex;position:relative}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgDiv_mn3gu_50{justify-content:center;align-items:center;width:100%;display:flex}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56{width:100%;height:100%;position:absolute;top:0;left:0}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._titleContent_mn3gu_63{width:100%;height:65%;position:relative}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._titleContent_mn3gu_63 ._titleImg_mn3gu_68{width:100%;height:100%}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._titleContent_mn3gu_63 ._titleText_mn3gu_72{justify-content:center;align-items:center;height:42rem;display:flex;position:absolute;top:70%;left:50%;transform:translate(-50%,-50%)}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._titleContent_mn3gu_63 ._titleText_mn3gu_72 img{width:auto;height:100%}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._littleTitle_mn3gu_86{color:#1b25e8;justify-content:center;align-items:center;gap:5rem;margin-bottom:4%;font-size:15rem;line-height:15rem;display:flex}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._littleTitle_mn3gu_86 ._littleTitleIcon_mn3gu_96{justify-content:center;align-items:center;width:15rem;display:flex}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._progressBox_mn3gu_102{box-sizing:border-box;width:100%;padding:0 4%}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._progressBox_mn3gu_102 ._propgressMsg_mn3gu_107{background:#4843ff;border-radius:6rem 6rem 0 0;justify-content:center;align-items:center;width:100%;padding:6rem 0;font-size:16rem;line-height:16rem;display:flex}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._progressBox_mn3gu_102 ._progressInfo_mn3gu_118{box-sizing:border-box;background:#f6f7f1;border-radius:0 0 6rem 6rem;flex-direction:column;justify-content:center;align-items:center;gap:6rem;width:100%;padding:7rem 9rem;display:flex}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._progressBox_mn3gu_102 ._progressInfo_mn3gu_118 ._progress_mn3gu_102{justify-content:center;align-items:center;gap:6rem;width:100%;display:flex}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._progressBox_mn3gu_102 ._progressInfo_mn3gu_118 ._progress_mn3gu_102 ._pro_mn3gu_102{background:#3a43ff;border-radius:40rem;flex:1;justify-content:center;align-items:center;gap:3rem;height:12rem;display:flex}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._progressBox_mn3gu_102 ._progressInfo_mn3gu_118 ._progress_mn3gu_102 ._pro_mn3gu_102 ._progressBg_mn3gu_147{box-sizing:border-box;background-color:#030053;border-radius:40rem;flex:1;justify-content:flex-start;align-items:center;height:100%;padding:1rem;display:flex;position:relative}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._progressBox_mn3gu_102 ._progressInfo_mn3gu_118 ._progress_mn3gu_102 ._pro_mn3gu_102 ._progressBg_mn3gu_147 ._progressBar_mn3gu_159{box-sizing:border-box;background:linear-gradient(90deg,#fb9423 20.19%,#fca918 55.29%,#fdeb95 79.33%,#fffefa);border-radius:40rem;height:100%}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._progressBox_mn3gu_102 ._progressInfo_mn3gu_118 ._progress_mn3gu_102 ._pro_mn3gu_102 ._progressValue_mn3gu_165{margin-right:5rem;font-size:12rem;line-height:12rem}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._progressBox_mn3gu_102 ._progressInfo_mn3gu_118 ._progress_mn3gu_102 ._vipIcon_mn3gu_170{justify-content:center;align-items:center;width:36rem;display:flex}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._progressBox_mn3gu_102 ._progressInfo_mn3gu_118 ._surplusProgress_mn3gu_176{color:#6965fe;font-size:14rem;line-height:14rem}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._progressBox_mn3gu_102 ._progressInfo_mn3gu_118 ._surplusProgress_mn3gu_176 span{color:#e85903}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._crowInfo_mn3gu_184{justify-content:center;align-items:center;gap:10rem;margin-top:6%;margin-bottom:2.5%;font-size:15rem;line-height:15rem;display:flex}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._crowInfo_mn3gu_184 ._crowIcon_mn3gu_194{width:13rem}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._boxWrap_mn3gu_197{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._boxWrap_mn3gu_197 ._boxContent_mn3gu_204{box-sizing:border-box;width:100%;padding:0 12rem;position:relative}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._boxWrap_mn3gu_197 ._boxContent_mn3gu_204 ._boxBg_mn3gu_210{width:100%}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._boxWrap_mn3gu_197 ._boxContent_mn3gu_204 ._boxInfo_mn3gu_213{width:100%;height:100%;position:absolute;top:0;left:0}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._boxWrap_mn3gu_197 ._boxContent_mn3gu_204 ._boxInfo_mn3gu_213 ._boxInfoTitle_mn3gu_220{color:#436bff;justify-content:center;align-items:center;width:100%;height:25%;font-size:14rem;line-height:14rem;display:flex}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._boxWrap_mn3gu_197 ._boxContent_mn3gu_204 ._boxInfo_mn3gu_213 ._boxInfoText_mn3gu_230{flex-direction:column;justify-content:center;align-items:center;margin-top:2%;display:flex}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._boxWrap_mn3gu_197 ._boxContent_mn3gu_204 ._boxInfo_mn3gu_213 ._boxInfoText_mn3gu_230 ._text1_mn3gu_237{color:#d9fbf5;margin-bottom:.5%;font-size:12rem;line-height:12rem}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._boxWrap_mn3gu_197 ._boxContent_mn3gu_204 ._boxInfo_mn3gu_213 ._boxInfoText_mn3gu_230 ._text2_mn3gu_243{color:#fff;font-size:30rem;line-height:30rem}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._boxWrap_mn3gu_197 ._boxContent_mn3gu_204 ._boxInfo_mn3gu_213 ._boxInfoText_mn3gu_230 ._text3_mn3gu_248{color:#a7e7eb;margin-top:1%;font-size:10rem;line-height:10rem}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._boxWrap_mn3gu_197 ._box_1_mn3gu_254{margin-top:.5%}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._boxWrap_mn3gu_197 ._box_1_mn3gu_254 ._boxInfo_mn3gu_213 ._boxInfoTitle_mn3gu_220{color:#9440fd}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._boxWrap_mn3gu_197 ._box_1_mn3gu_254 ._boxInfo_mn3gu_213 ._boxInfoText_mn3gu_230 ._text1_mn3gu_237{color:#f1edff}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._boxWrap_mn3gu_197 ._box_1_mn3gu_254 ._boxInfo_mn3gu_213 ._boxInfoText_mn3gu_230 ._text3_mn3gu_248{color:#dcb9ff}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._starInfo_mn3gu_266{color:#f040d1;justify-content:center;align-items:center;gap:5rem;margin-top:1%;font-size:15rem;line-height:15rem;display:flex}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._starInfo_mn3gu_266 ._starIcon_mn3gu_276{justify-content:center;align-items:center;width:16rem;display:flex}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._depositBtn_mn3gu_282{box-sizing:border-box;width:100%;padding:0 12rem;position:absolute;bottom:5%;left:0}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._depositBtn_mn3gu_282 ._btn_mn3gu_290{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;flex-direction:column;justify-content:center;align-items:center;gap:5rem;width:100%;height:50rem;font-size:20rem;line-height:20rem;display:flex}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._depositBtn_mn3gu_282 ._btn_mn3gu_290 ._original_mn3gu_303{color:#fedda8;font-size:13rem;line-height:13rem;position:relative}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._depositBtn_mn3gu_282 ._btn_mn3gu_290 ._original_mn3gu_303 ._centerLine_mn3gu_309{background-color:#fedda8;width:130%;height:2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._depositBtn_mn3gu_282 ._btn_mn3gu_290 ._giftBubble_mn3gu_318{position:absolute;top:-52%;left:72%}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._depositBtn_mn3gu_282 ._btn_mn3gu_290 ._giftBubble_mn3gu_318 ._bubbleArrow_mn3gu_323{clip-path:polygon(50% 100%,0% 0%,100% 0%);z-index:1;background:linear-gradient(263.82deg,#ff5133 -20.55%,#ff906e 148.41%);width:10rem;height:10rem;position:absolute;bottom:-5rem;left:20%}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._depositBtn_mn3gu_282 ._btn_mn3gu_290 ._giftBubble_mn3gu_318 ._bubbleBg_mn3gu_335{z-index:2;background:linear-gradient(263.82deg,#ff5133 -20.55%,#ff906e 148.41%);border-radius:4rem;min-width:69rem;height:20rem;padding:0 3rem;position:relative}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._depositBtn_mn3gu_282 ._btn_mn3gu_290 ._giftBubble_mn3gu_318 ._bubbleBg_mn3gu_335 ._giftInfo_mn3gu_344{justify-content:center;align-items:center;gap:5rem;width:100%;height:100%;display:flex}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._depositBtn_mn3gu_282 ._btn_mn3gu_290 ._giftBubble_mn3gu_318 ._bubbleBg_mn3gu_335 ._giftInfo_mn3gu_344 ._giftIcon_mn3gu_352{justify-content:center;align-items:center;width:12rem;display:flex}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._depositBtn_mn3gu_282 ._btn_mn3gu_290 ._giftBubble_mn3gu_318 ._bubbleBg_mn3gu_335 ._giftInfo_mn3gu_344 ._giftIcon_mn3gu_352 img{width:100%}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._depositBtn_mn3gu_282 ._btn_mn3gu_290 ._giftBubble_mn3gu_318 ._bubbleBg_mn3gu_335 ._giftInfo_mn3gu_344 ._giftAmount_mn3gu_361{text-align:center;color:#fff;white-space:nowrap;justify-content:center;align-items:center;gap:2rem;font-family:Roboto;font-size:10rem;font-weight:700;line-height:10rem;display:flex}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._bgInfo_mn3gu_56 ._depositBtn_mn3gu_282 ._btn_mn3gu_290 ._giftBubble_mn3gu_318 ._bubbleBg_mn3gu_335 ._giftInfo_mn3gu_344 ._giftAmount_mn3gu_361 span{font-size:14rem;line-height:14rem}._vip3GiftPackWrap_mn3gu_17 ._bgContent_mn3gu_43 ._specialTop_mn3gu_378{top:-30%}._numberFont_1cyy0_1{font-family:Satoshi}._imgBox_1cyy0_4>img{width:100%;display:block}._ellipsis_1cyy0_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1cyy0_14::-webkit-scrollbar{display:none}._content3_1cyy0_17{width:95%;position:relative}._content3_1cyy0_17 ._offerContent_1cyy0_21{box-sizing:border-box;letter-spacing:0;background:linear-gradient(#687cff -3.96%,#fff 59.42%);border-radius:12rem;flex-direction:column;align-items:flex-start;width:100%;padding:4% 3% 6%;font-family:Roboto;display:flex;box-shadow:0 4px 5.4px #170838}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._bg_1cyy0_34{z-index:0;width:100%;position:absolute;top:0;left:0}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._bg_1cyy0_34 img{width:100%;display:block}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._closure_1cyy0_45{z-index:100;width:14rem;height:14rem;position:absolute;right:3%}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._rectangle346241282_1cyy0_52{z-index:1;color:var(--Color_font_02,#fff);line-height:14rem;font-size:var(--Font_size_12);background-image:linear-gradient(90deg,#394fd900,#2b3a9fc0 6.73%,#1d2566cc 30.77%,#14174ecc 74.52%,#262f7ecc 84.13%,#3848ad00);align-items:flex-start;margin-top:5rem;padding:2rem 34rem 4rem 5rem;display:flex}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._rectangle346241282_1cyy0_52 ._aMoreDepositMoreSavi_1cyy0_63{min-width:147rem;line-height:normal}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._imgJb_1cyy0_67{width:191rem;height:135rem;color:var(--Color,#6333cc);line-height:19rem;font-size:var(--Font_size_16);z-index:1;font-weight:500;position:absolute;top:8%;right:0%}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._imgJb_1cyy0_67 ._imgTaizi_1cyy0_79{width:191rem;height:106rem;position:absolute;top:29rem;left:0}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._imgJb_1cyy0_67 ._jb1_1cyy0_86{height:62rem;position:absolute;bottom:23%;left:23%}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._imgJb_1cyy0_67 ._jb2_1cyy0_92{height:91rem;position:absolute;bottom:23%;left:17%}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._imgJb_1cyy0_67 ._jb3_1cyy0_98{height:108rem;position:absolute;bottom:10%;left:17%}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._imgJb_1cyy0_67 ._union_1cyy0_104{position:absolute;top:12%;right:2%}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._imgJb_1cyy0_67 ._union_1cyy0_104 ._unionBg_1cyy0_109{width:63rem}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._imgJb_1cyy0_67 ._union_1cyy0_104 ._unionBg_1cyy0_109 img{width:100%;display:block}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._imgJb_1cyy0_67 ._union_1cyy0_104 ._a200_1cyy0_116{color:var(--Variable-collection-Color);line-height:normal;position:absolute;top:10%;left:50%;transform:translate(-50%)}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124{z-index:2;color:var(--Color_008,#fff);line-height:12rem;font-size:var(--Font_size_10);justify-content:space-between;align-items:center;width:100%;margin-top:24%;display:flex}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._withdrawableAmount_1cyy0_135{line-height:normal;font-size:var(--Font_size_8)}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._vector200_1cyy0_139{width:84rem;height:1rem}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143{position:relative}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146{background-image:linear-gradient(#fff0 7.14%,#fff 84.23%);border:2rem solid #6d4cff;border-radius:10rem;flex-direction:column;align-items:flex-start;padding:0 6rem;display:flex}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._rectangle19502_1cyy0_155{height:84rem;color:var(--Color,#6333cc);background-image:linear-gradient(#3c7cff,#b673fd 134.52%);border-radius:5rem;flex-direction:column;align-items:center;margin-top:6rem;display:flex}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._rectangle19502_1cyy0_155 ._iconBox_1cyy0_165{flex:1;justify-content:center;align-items:center;display:flex}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._rectangle19502_1cyy0_155 ._iconBox_1cyy0_165 ._iconJb0_1cyy0_171{height:31rem}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._rectangle19502_1cyy0_155 ._iconBox_1cyy0_165 ._iconJb1_1cyy0_174{height:45rem}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._rectangle19502_1cyy0_155 ._iconBox_1cyy0_165 ._iconJb2_1cyy0_177{height:63rem}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._rectangle19502_1cyy0_155 ._rectangle1950_1cyy0_155{background:#f0f8ff;border-radius:0 0 5rem 5rem;justify-content:space-between;align-items:center;height:23rem;padding:0 24rem 0 22rem;display:flex;position:relative}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._rectangle19502_1cyy0_155 ._rectangle1950_1cyy0_155 ._iconContent_1cyy0_190{position:relative}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._rectangle19502_1cyy0_155 ._rectangle1950_1cyy0_155 ._icomReco_1cyy0_193{width:14rem;display:block;position:relative}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._rectangle19502_1cyy0_155 ._rectangle1950_1cyy0_155 ._rEco_1cyy0_198{color:var(--Variable-collection-Color);margin-left:2rem;line-height:normal}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._rectangle19502_1cyy0_155 ._rectangle1950_1cyy0_155 ._selectLine_1cyy0_203{width:100%;position:absolute;bottom:0;left:0}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._rectangle19502_1cyy0_155 ._rectangle1950_1cyy0_155 ._selectLine_1cyy0_203 img{width:100%;display:block}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._rectangle19502_1cyy0_155 ._rectangle1950_1cyy0_155 ._a_1cyy0_63{width:8rem;height:13rem;color:var(--Variable-collection-Color_008);line-height:normal;position:absolute;top:0;left:3rem}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._content_1cyy0_17{width:100%;line-height:13rem;font-size:var(--Font_size_11);flex-direction:column;align-items:center;display:flex}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._content_1cyy0_17 ._autoWrapper_1cyy0_124{color:var(--Color_016,#f155ff);justify-content:space-between;align-items:flex-end;margin:5rem 0 0;display:flex}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._content_1cyy0_17 ._autoWrapper_1cyy0_124 ._get_1cyy0_237{text-align:center;width:14rem;height:10rem;line-height:var(--Font_size_10);color:var(--Variable-collection-Color_016);font-size:var(--Font_size_10);margin-right:3rem}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._content_1cyy0_17 ._autoWrapper_1cyy0_124 ._a7500_1cyy0_246{line-height:var(--Font_size_18);color:var(--Variable-collection-Color_016);font-size:var(--Font_size_18);font-weight:500}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._content_1cyy0_17 ._a50002000_1cyy0_252{color:var(--Variable-collection-Color);line-height:normal}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._amount_1cyy0_256{color:#8c58ff;flex-direction:column;align-items:center;margin:5rem 0 2rem;display:flex}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._amount_1cyy0_256 ._a5000_1cyy0_252{line-height:var(--Font_size_14);font-size:var(--Font_size_14);margin:2rem 0;font-weight:500}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._label_1cyy0_269{width:35rem;height:30rem;position:absolute;top:0;left:0}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._label_1cyy0_269 ._vector201_1cyy0_276{width:35rem;position:absolute;top:0;left:0}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._rechargeContent_1cyy0_146 ._label_1cyy0_269 ._a50_1cyy0_252{line-height:var(--Font_size_10);color:var(--Variable-collection-Color_008);position:absolute;top:18%;left:12%;transform:rotate(-37deg)}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._finishContent_1cyy0_290{background:linear-gradient(#6583fd9e 7.14%,#bfe0ffc4 102.02%);border-radius:10rem;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._finishContent_1cyy0_290 ._finish_1cyy0_290{width:70%}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._finishContent_1cyy0_290 ._finish_1cyy0_290 img{width:100%;display:block}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._selectIcon_1cyy0_309{width:33rem;position:absolute;top:0;right:0}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143 ._selectIcon_1cyy0_309 img{width:100%;display:block}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143._active_1cyy0_319 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146{background:linear-gradient(#fff4ae 9.47%,#ffad64 120.71%);border:2rem solid #fff;box-shadow:0 1.206rem 4.221rem #0000001a}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143._active_1cyy0_319 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._rectangle19502_1cyy0_155{color:#b13e0e;background:0 0}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143._active_1cyy0_319 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._rectangle19502_1cyy0_155 ._rectangle1950_1cyy0_155{background:0 0}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143._active_1cyy0_319 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._rectangle19502_1cyy0_155 ._rectangle1950_1cyy0_155 ._rEco_1cyy0_198{color:#b13e0e}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143._active_1cyy0_319 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._content_1cyy0_17 ._autoWrapper_1cyy0_124,._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143._active_1cyy0_319 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._content_1cyy0_17 ._autoWrapper_1cyy0_124 ._get_1cyy0_237,._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143._active_1cyy0_319 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._content_1cyy0_17 ._autoWrapper_1cyy0_124 ._a7500_1cyy0_246{color:#ff1e00}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143._active_1cyy0_319 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._content_1cyy0_17 ._a50002000_1cyy0_252{color:#b24314}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._autoWrapper6_1cyy0_124 ._autoWrapper2_1cyy0_143._active_1cyy0_319 ._rechargeContent_1cyy0_146 ._rectangle1948_1cyy0_146 ._amount_1cyy0_256{color:#dd551b}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._group427321301_1cyy0_349{z-index:3;justify-content:space-between;align-items:flex-start;display:flex;position:absolute;top:16.5%;left:6%}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._group427321301_1cyy0_349 ._tipsNumberImg_1cyy0_358{height:36rem;margin-right:5rem}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._group427321301_1cyy0_349 ._tipsNumberImg_1cyy0_358 img{height:100%;display:block}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._group427321301_1cyy0_349 ._extra_1cyy0_366{min-width:25rem;color:var(--Variable-collection-Color_008);line-height:normal;font-size:var(--Font_size_12);margin:16rem 0 0}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._group427321301_1cyy0_349 ._a2003_1cyy0_373{color:#0000;min-width:51rem;font-family:Impact;line-height:36rem;font-size:var(--Font_size_24);background:linear-gradient(#ffc13b 9.72%,#fff 83.33%);-webkit-background-clip:text;background-clip:text}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._group427321301_1cyy0_349 ._withdrawLimit_1cyy0_383{color:var(--Variable-collection-Color_008);line-height:normal;font-size:var(--Font_size_12);margin:16rem 0 0}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._check_1cyy0_389{width:100%;height:16rem;color:var(--Color_008,#fff);line-height:16rem;font-size:var(--Font_size_14);line-height:var(--Font_size_14);background-image:linear-gradient(#2d77ff -19.35%,#9491ff 141.94%);border-radius:6rem;justify-content:center;align-items:center;gap:8rem;margin-top:10rem;margin-left:1rem;padding:7rem 0 8rem;display:flex}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._check_1cyy0_389 ._iconCheck_1cyy0_406{width:13rem}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._check_1cyy0_389 ._viewEventDetails_1cyy0_409{color:var(--Variable-collection-Color_008);line-height:normal}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._rectangle1480_1cyy0_413{width:100%;color:var(--Color_008,#fff);z-index:2;background:#fff;border-radius:12rem;flex-direction:column;align-items:flex-start;margin-top:10rem;margin-left:1rem;padding-bottom:9rem;line-height:16rem;display:flex}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._rectangle1480_1cyy0_413 ._group238307_1cyy0_427{text-align:center;color:#fff;width:12rem;height:12rem;position:relative}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._rectangle1480_1cyy0_413 ._group238307_1cyy0_427 ._ellipse584_1cyy0_434{background:#7d49fa80;border-radius:50%;width:12rem;height:12rem}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._rectangle1480_1cyy0_413 ._group238307_1cyy0_427 ._a1_1cyy0_440{line-height:var(--Font_size_12);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._rectangle1480_1cyy0_413 ._rectangle1754_1cyy0_447{height:16rem;font-size:var(--Font_size_14);background:#6277ff;border-radius:12rem 0;align-items:center;padding:4rem 37rem 4rem 31rem;display:flex}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._rectangle1480_1cyy0_413 ._rectangle1754_1cyy0_447 ._rules_1cyy0_456{min-width:32rem;color:var(--Variable-collection-Color_008);line-height:normal}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._rectangle1480_1cyy0_413 ._group238308_1cyy0_461{font-size:var(--Font_size_12);justify-content:space-between;align-items:flex-start;gap:5rem;margin-top:9rem;margin-left:15rem;display:flex}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._rectangle1480_1cyy0_413 ._group238308_1cyy0_461 ._eachPackCanBeBoughtO_1cyy0_470{line-height:var(--Font_size_12);color:#9667ff;font-weight:500}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._rectangle1480_1cyy0_413 ._group238309_1cyy0_475{width:224rem;height:14rem;font-size:var(--Font_size_12);justify-content:space-between;align-items:center;margin-top:5rem;margin-left:15rem;display:flex}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._rectangle1480_1cyy0_413 ._group238309_1cyy0_475 ._depositAnyPackToUnlo_1cyy0_485{color:#9667ff;min-width:206rem;font-weight:500;line-height:normal}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._rectangle1480_1cyy0_413 ._group238310_1cyy0_491{width:237rem;height:14rem;font-size:var(--Font_size_12);justify-content:space-between;align-items:center;margin-top:5rem;margin-left:15rem;display:flex}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._rectangle1480_1cyy0_413 ._group238310_1cyy0_491 ._eventEndsWhenTheCoun_1cyy0_501{color:#9667ff;min-width:219rem;font-weight:500;line-height:normal}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._rectangle1480_1cyy0_413 ._group238311_1cyy0_507{width:278rem;font-size:var(--Font_size_12);justify-content:space-between;align-items:flex-start;margin-top:5rem;margin-left:15rem;display:flex}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._rectangle1480_1cyy0_413 ._group238311_1cyy0_507 ._depositAnyPackToUpgr_1cyy0_516{color:#9667ff;min-width:260rem;font-weight:500;line-height:normal}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._rectangle346240859_1cyy0_522{color:#fff;width:100%;height:23rem;line-height:23rem;font-size:var(--Font_size_20);background-image:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;justify-content:center;align-items:center;margin-top:10rem;margin-left:1rem;padding:11rem 0;font-weight:500;display:flex}._content3_1cyy0_17 ._offerContent_1cyy0_21 ._rectangle346240859_1cyy0_522 ._depositar20000_1cyy0_538{line-height:normal}._content3_1cyy0_17 ._time_1cyy0_541{letter-spacing:0;width:98rem;height:30rem;color:var(--Color_font_02,#fff);font-family:Roboto;line-height:16rem;font-size:var(--Font_size_14);position:absolute;top:0;left:0}._content3_1cyy0_17 ._time_1cyy0_541 ._timeBg_1cyy0_553{width:100%}._content3_1cyy0_17 ._time_1cyy0_541 ._timeBg_1cyy0_553 img{width:100%;display:block}._content3_1cyy0_17 ._time_1cyy0_541 ._timeContent_1cyy0_560{justify-content:center;align-items:center;gap:3rem;width:100%;display:flex;position:absolute;top:11%;left:0}._content3_1cyy0_17 ._time_1cyy0_541 ._timeContent_1cyy0_560 ._rectangle1903_1cyy0_570{align-items:flex-start;display:flex}._content3_1cyy0_17 ._time_1cyy0_541 ._timeContent_1cyy0_560 ._rectangle1903_1cyy0_570 ._a002020_1cyy0_574{min-width:51rem;line-height:var(--Font_size_14)}._content3_1cyy0_17 ._time_1cyy0_541 ._timeContent_1cyy0_560 ._iconTime_1cyy0_578{width:12rem;height:12rem;rotate:-180deg}._content3_1cyy0_17 ._firstDepositOffer_1cyy0_583{z-index:2;height:41rem;margin-top:3%;margin-left:5rem}._content3_1cyy0_17 ._firstDepositOffer_1cyy0_583 img{height:100%;display:block}._numberFont_1y9gc_1{font-family:Satoshi}._imgBox_1y9gc_4>img{width:100%;display:block}._ellipsis_1y9gc_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1y9gc_14::-webkit-scrollbar{display:none}._frame_1y9gc_17{letter-spacing:0;background:#fff;border-radius:10rem;flex-direction:column;align-items:flex-start;width:85%;padding:20rem 15rem;font-family:Roboto;display:flex}._frame_1y9gc_17 ._content2_1y9gc_28{color:#1daa4c;line-height:14rem;font-size:var(--Font_size_12);box-sizing:border-box;background-image:linear-gradient(#c9ffdc -39.23%,#fbfff6 147.69%);border-radius:6rem;flex-direction:column;align-items:center;width:100%;margin-left:1rem;padding:17rem 50rem 21rem;display:flex}._frame_1y9gc_17 ._content2_1y9gc_28 ._ellipse868_1y9gc_42{background:#2bcd93;border-radius:50%;align-items:flex-start;padding:21rem 22rem 24rem 23rem;display:flex}._frame_1y9gc_17 ._content2_1y9gc_28 ._ellipse868_1y9gc_42 ._wallet4934302_1y9gc_49{width:32rem;height:32rem;overflow:hidden}._frame_1y9gc_17 ._content2_1y9gc_28 ._autoWrapper_1y9gc_54{flex-direction:column;justify-content:center;align-items:center;width:100%;margin:5rem 0;display:flex;position:relative}._frame_1y9gc_17 ._content2_1y9gc_28 ._autoWrapper_1y9gc_54 ._withdrawableAmount_1y9gc_63{line-height:16rem;font-size:var(--Font_size_14);text-align:center}._frame_1y9gc_17 ._content2_1y9gc_28 ._autoWrapper_1y9gc_54 ._content_1y9gc_28{color:#00d54f;font-family:Oswald;line-height:44rem;font-size:var(--Font_size_30);justify-content:space-between;align-items:center;gap:5rem;font-weight:700;display:flex}._frame_1y9gc_17 ._content2_1y9gc_28 ._autoWrapper_1y9gc_54 ._content_1y9gc_28 ._icon_1y9gc_79{width:23rem;height:23rem}._frame_1y9gc_17 ._content2_1y9gc_28 ._autoWrapper_1y9gc_54 ._content_1y9gc_28 ._rS500_1y9gc_83{line-height:normal}._frame_1y9gc_17 ._content2_1y9gc_28 ._rectangle346241287_1y9gc_86{box-sizing:border-box;background:#bcffd3;border-radius:6rem;justify-content:space-between;align-items:center;gap:5rem;padding:4rem 17rem 6rem 16rem;display:flex}._frame_1y9gc_17 ._content2_1y9gc_28 ._rectangle346241287_1y9gc_86 ._icon2_1y9gc_96{width:14rem;height:14rem}._frame_1y9gc_17 ._content2_1y9gc_28 ._rectangle346241287_1y9gc_86 ._withdrawableAmount2_1y9gc_100{line-height:normal}._frame_1y9gc_17 ._content3_1y9gc_103{flex-direction:column;align-items:center;width:100%;margin:15rem 0;display:flex}._frame_1y9gc_17 ._content3_1y9gc_103 ._autoWrapper2_1y9gc_110{color:#444344;font-family:Oswald;line-height:27rem;font-size:var(--Font_size_18);text-align:center;font-weight:700;position:relative}._frame_1y9gc_17 ._content3_1y9gc_103 ._autoWrapper2_1y9gc_110 ._text_1y9gc_119,._frame_1y9gc_17 ._content3_1y9gc_103 ._autoWrapper2_1y9gc_110 ._withdrawYourBalanceN_1y9gc_122{line-height:normal}._frame_1y9gc_17 ._content3_1y9gc_103 ._aLinkAccountUnlockWi_1y9gc_125{color:#b1acb8;line-height:16rem;font-size:var(--Font_size_14);margin:10rem 0 0}._frame_1y9gc_17 ._rectangle346240859_1y9gc_131{box-sizing:border-box;color:#fff;width:100%;line-height:21rem;font-size:var(--Font_size_18);background-image:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;justify-content:center;align-items:center;padding:11rem 0 13rem;font-weight:500;display:flex}._frame_1y9gc_17 ._rectangle346240859_1y9gc_131 ._instantWithdraw_1y9gc_145{line-height:normal}._frame_1y9gc_17 ._rectangle346240938_1y9gc_148{box-sizing:border-box;color:#9b96a2;width:100%;line-height:21rem;font-size:var(--Font_size_18);background:#fff;border:1rem solid #c3c3c3;border-radius:6rem;align-items:flex-start;margin-top:11rem;padding:9rem 130rem 13rem 129rem;font-weight:500;display:flex}._frame_1y9gc_17 ._rectangle346240938_1y9gc_148 ._later_1y9gc_163{min-width:42rem;line-height:normal}._frame_1y9gc_17 ._safeWithdrawal_1y9gc_167{color:#bcb3ca;width:100%;height:14rem;line-height:14rem;font-size:var(--Font_size_12);justify-content:center;align-items:center;gap:5rem;margin-top:19rem;display:flex}._frame_1y9gc_17 ._safeWithdrawal_1y9gc_167 ._clipPathGroup_1y9gc_179{width:12rem;height:14rem}._frame_1y9gc_17 ._safeWithdrawal_1y9gc_167 ._secureWithdrawalsIns_1y9gc_183{line-height:normal}._numberFont_1kgdv_1{font-family:Satoshi}._imgBox_1kgdv_4>img{width:100%;display:block}._ellipsis_1kgdv_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1kgdv_14::-webkit-scrollbar{display:none}._bg_1kgdv_17{border-radius:var(--Variable-collection-Bar_12);letter-spacing:0;background-color:#fff;background-image:linear-gradient(342.57deg,#fff 42.52%,#aea6ff 313.9%);flex-direction:column;align-items:center;width:274rem;padding:15rem 15rem 20rem;font-family:Roboto;display:flex;position:relative}._bg_1kgdv_17 ._autoWrapper2_1kgdv_30{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}._bg_1kgdv_17 ._autoWrapper2_1kgdv_30 ._autoWrapper_1kgdv_30{position:relative}._bg_1kgdv_17 ._autoWrapper2_1kgdv_30 ._autoWrapper_1kgdv_30 ._newVerDetected_1kgdv_40{color:var(--Variable-collection-Color_012);font-family:Oswald;line-height:normal;font-size:var(--Font_size_22);font-weight:700}._bg_1kgdv_17 ._autoWrapper2_1kgdv_30 ._accelerate_1kgdv_47{width:71rem;height:68rem}._bg_1kgdv_17 ._autoWrapper2_1kgdv_30 ._version851_1kgdv_51{color:var(--Variable-collection-Color_017);line-height:normal;font-size:var(--Font_size_14);margin-top:5rem}._bg_1kgdv_17 ._autoWrapper2_1kgdv_30 ._enhancedGamingPostUp2_1kgdv_57{width:100%;color:var(--Color_007,#827a91);line-height:16rem;font-size:var(--Font_size_14);justify-content:space-evenly;align-items:flex-start;font-weight:500;display:flex}._bg_1kgdv_17 ._autoWrapper2_1kgdv_30 ._enhancedGamingPostUp2_1kgdv_57 ._line29_1kgdv_67{background:#9b96a2;width:7rem;height:1rem;margin-top:9rem}._bg_1kgdv_17 ._autoWrapper2_1kgdv_30 ._enhancedGamingPostUp2_1kgdv_57 ._enhancedGamingPostUp_1kgdv_57{color:var(--Variable-collection-Color_007);line-height:normal}._bg_1kgdv_17 ._autoWrapper2_1kgdv_30 ._iconJb2_1kgdv_77{text-align:center;width:100rem;height:100rem;color:var(--Color_008,#fff);font-size:var(--Font_size_22);margin-top:24rem;font-weight:700;position:relative}._bg_1kgdv_17 ._autoWrapper2_1kgdv_30 ._iconJb2_1kgdv_77 ._rectangle346241305_1kgdv_87{border-radius:var(--Variable-collection-Bar_08);background:var(--Color_jianbian_001);align-items:flex-start;padding:59rem 7rem 18rem 6rem;display:flex;position:absolute;top:0;left:0}._bg_1kgdv_17 ._autoWrapper2_1kgdv_30 ._iconJb2_1kgdv_77 ._rectangle346241305_1kgdv_87 ._ellipse922_1kgdv_97{opacity:.29;background:var(--Variable-collection-Color_001);border-radius:50%;width:86rem;height:23rem}._bg_1kgdv_17 ._autoWrapper2_1kgdv_30 ._iconJb2_1kgdv_77 ._iconJb_1kgdv_77{width:75rem;height:75rem;position:absolute;top:9rem;left:13rem}._bg_1kgdv_17 ._autoWrapper2_1kgdv_30 ._iconJb2_1kgdv_77 ._text_1kgdv_111{height:28rem;color:var(--Variable-collection-Color_008);line-height:normal;position:absolute;bottom:3%;left:50%;transform:translate(-50%)}._bg_1kgdv_17 ._autoWrapper2_1kgdv_30 ._downloadDiv_1kgdv_120,._bg_1kgdv_17 ._autoWrapper2_1kgdv_30 ._downloadDiv_1kgdv_120>div{width:100%}._bg_1kgdv_17 ._autoWrapper2_1kgdv_30 ._rcButton001_1kgdv_126{border-radius:var(--Variable-collection-Bar_06);background:var(--Color_jianbian_009);width:100%;height:21rem;color:var(--Color_008,#fff);line-height:21rem;font-size:var(--Font_size_18);justify-content:center;align-items:center;margin-top:25rem;padding:12rem 0;font-weight:500;display:flex}._bg_1kgdv_17 ._autoWrapper2_1kgdv_30 ._rcButton001_1kgdv_126 ._updateClaim_1kgdv_141{color:var(--Variable-collection-Color_008);line-height:normal}._bg_1kgdv_17 ._autoWrapper2_1kgdv_30 ._goToNewVersionToUse_1kgdv_145{min-width:142rem;color:var(--Variable-collection-Color_018);line-height:normal;font-size:var(--Font_size_12);margin:10rem 0 0}._bg_1kgdv_17 ._autoWrapper2_1kgdv_30 ._btnClose_1kgdv_152{width:24rem;position:absolute;top:0%;right:-1%}._bg_1kgdv_17 ._autoWrapper2_1kgdv_30 ._btnClose_1kgdv_152 img{width:100%;display:block}._numberFont_9v42r_1{font-family:Satoshi}._imgBox_9v42r_4>img{width:100%;display:block}._ellipsis_9v42r_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_9v42r_14::-webkit-scrollbar{display:none}._frame4273213313_9v42r_17{border-radius:var(--Variable-collection-Bar_06);background:var(--Variable-collection-Color_008);letter-spacing:0;flex-direction:column;align-items:center;row-gap:5rem;width:288rem;padding:13rem 18rem 18rem;font-family:Roboto;display:flex;position:relative}._frame4273213313_9v42r_17 ._frame427321332_9v42r_30{text-align:center;flex-direction:column;flex-shrink:0;align-items:center;row-gap:9rem;width:100%;display:flex}._frame4273213313_9v42r_17 ._frame427321332_9v42r_30 ._frame427321331_9v42r_17{border-radius:42rem;flex-shrink:0;width:80rem;height:80rem}._frame4273213313_9v42r_17 ._frame427321332_9v42r_30 ._frame4273213312_9v42r_45{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;padding:0 24rem 5rem;display:flex}._frame4273213313_9v42r_17 ._frame427321332_9v42r_30 ._frame4273213312_9v42r_45 ._personalInformation_9v42r_53{color:var(--Variable-collection-Color_018);font-family:Oswald;line-height:normal;font-size:var(--Font_size_18);flex-shrink:0;align-self:stretch;font-weight:700}._frame4273213313_9v42r_17 ._frame427321332_9v42r_30 ._frame4273213312_9v42r_45 ._personalInformation2_9v42r_62{width:100%;color:var(--Variable-collection-Color_034);line-height:normal;font-size:var(--Font_size_14);flex-shrink:0}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69{font-size:var(--Font_size_12);flex-direction:column;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;row-gap:11rem;padding-bottom:9rem;display:flex}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame427321335_9v42r_80{border-radius:var(--Variable-collection-Bar_06);background:var(--Variable-collection-Color_044);text-align:left;color:var(--Color_046,#ff797a);flex-direction:column;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;row-gap:5rem;padding:10rem 7rem 10rem 16rem;display:flex;position:relative}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame427321335_9v42r_80 ._frame4273213322_9v42r_95{flex-shrink:0;justify-content:center;align-items:center;column-gap:6rem;width:85%;padding-left:1rem;padding-right:1rem;display:inline-flex}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame427321335_9v42r_80 ._frame4273213322_9v42r_95 ._theOrderWillTimeOutI_9v42r_105{width:100%;color:var(--Variable-collection-Color_046);flex-shrink:0;line-height:normal}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame427321335_9v42r_80 ._vector_9v42r_111{flex-shrink:0;width:10rem;height:10rem;position:absolute;top:15rem;left:16rem}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame3_9v42r_119{border-radius:var(--Variable-collection-Bar_06);white-space:nowrap;color:var(--Color_009,#5e5c82);background:#f9fafb;flex-direction:column;flex-shrink:0;align-self:stretch;align-items:center;row-gap:7rem;padding:8rem 3rem;display:flex}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame3_9v42r_119 ._frame_9v42r_17{flex-shrink:0;justify-content:space-between;align-self:stretch;align-items:center;padding-left:5rem;padding-right:5rem;display:flex}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame3_9v42r_119 ._frame_9v42r_17 ._text_9v42r_141{min-width:93rem;color:var(--Variable-collection-Color_009);flex-shrink:0;line-height:normal}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame3_9v42r_119 ._frame_9v42r_17 ._text2_9v42r_147{color:var(--Variable-collection-Color_009);font-family:Oswald;line-height:normal;font-size:var(--Font_size_18);flex-shrink:0;font-weight:700}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame3_9v42r_119 ._vector87_9v42r_155{flex-shrink:0;width:93%;height:1rem}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame3_9v42r_119 ._frame2_9v42r_160{flex-shrink:0;justify-content:space-between;align-self:stretch;align-items:center;padding-left:5rem;padding-right:5rem;display:flex}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame3_9v42r_119 ._frame2_9v42r_160 ._text3_9v42r_169{color:#685781;flex-shrink:0;min-width:31rem;line-height:normal}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame3_9v42r_119 ._frame2_9v42r_160 ._frame427321349_9v42r_69{line-height:16rem;font-size:var(--Font_size_14);flex-shrink:0;align-items:center;column-gap:5rem;display:inline-flex}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame3_9v42r_119 ._frame2_9v42r_160 ._frame427321349_9v42r_69 ._ellipse929_9v42r_183{border-radius:50%;flex-shrink:0;width:6rem;height:6rem}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame3_9v42r_119 ._frame2_9v42r_160 ._frame427321349_9v42r_69 ._text4_9v42r_189{flex-shrink:0;line-height:normal}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame3_9v42r_119 ._frame2_9v42r_160 ._frame427321349_9v42r_69._frameState12_9v42r_193 ._ellipse929_9v42r_183{background:var(--Variable-collection-Color_042)}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame3_9v42r_119 ._frame2_9v42r_160 ._frame427321349_9v42r_69._frameState12_9v42r_193 ._text4_9v42r_189{color:var(--Variable-collection-Color_042)}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame3_9v42r_119 ._frame2_9v42r_160 ._frame427321349_9v42r_69._frameState14_9v42r_199 ._ellipse929_9v42r_183{background:var(--Variable-collection-Color_014)}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame3_9v42r_119 ._frame2_9v42r_160 ._frame427321349_9v42r_69._frameState14_9v42r_199 ._text4_9v42r_189{color:var(--Variable-collection-Color_014)}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame3_9v42r_119 ._frame2_9v42r_160 ._frame427321349_9v42r_69._frameState16_9v42r_205 ._ellipse929_9v42r_183{background:var(--Variable-collection-Color_032)}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame3_9v42r_119 ._frame2_9v42r_160 ._frame427321349_9v42r_69._frameState16_9v42r_205 ._text4_9v42r_189{color:var(--Variable-collection-Color_032)}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame3_9v42r_119 ._frame2_9v42r_160 ._frame427321349_9v42r_69._frameState18_9v42r_211 ._ellipse929_9v42r_183{background:var(--Variable-collection-Color_032)}._frame4273213313_9v42r_17 ._frame4273213492_9v42r_69 ._frame3_9v42r_119 ._frame2_9v42r_160 ._frame427321349_9v42r_69._frameState18_9v42r_211 ._text4_9v42r_189{color:var(--Variable-collection-Color_032)}._frame4273213313_9v42r_17 ._frame4273213493_9v42r_217{white-space:nowrap;line-height:19rem;font-size:var(--Font_size_16);flex-direction:column;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;row-gap:9rem;width:100%;padding-top:2rem;font-weight:500;display:flex}._frame4273213313_9v42r_17 ._frame4273213493_9v42r_217 ._rcButton001_9v42r_232{border-radius:var(--Variable-collection-Bar_06);background:var(--Color_jianbian_009);width:100%;color:var(--Color_008,#fff);flex-shrink:0;justify-content:center;align-items:center;padding:14rem 0 12rem;display:flex}._frame4273213313_9v42r_17 ._frame4273213493_9v42r_217 ._rcButton001_9v42r_232 ._ok_9v42r_243{color:var(--Variable-collection-Color_008);line-height:normal}._frame4273213313_9v42r_17 ._frame4273213493_9v42r_217 ._rcButton0012_9v42r_247{border:1rem solid var(--Color_035,#c3c3c3);border-radius:var(--Variable-collection-Bar_06);background:var(--Variable-collection-Color_008);width:100%;color:var(--Color_034,#9b96a2);flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;padding:14rem 0 12rem;display:flex}._frame4273213313_9v42r_17 ._frame4273213493_9v42r_217 ._rcButton0012_9v42r_247 ._ok2_9v42r_260{color:var(--Variable-collection-Color_034);line-height:normal}._frame4273213313_9v42r_17 ._frame4_9v42r_17{flex-shrink:0;width:24rem;height:24rem;position:absolute;top:9rem;left:292rem}._numberFont_w0p3q_1{font-family:Satoshi}._imgBox_w0p3q_4>img{width:100%;display:block}._ellipsis_w0p3q_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_w0p3q_14::-webkit-scrollbar{display:none}._uI_w0p3q_17{letter-spacing:0;white-space:nowrap;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative}._uI_w0p3q_17 ._tAiz_w0p3q_27{z-index:2;width:375rem;height:273rem;position:relative}._uI_w0p3q_17 ._tAiz_w0p3q_27 ._vIp2LimitedUpgrade_w0p3q_33{z-index:2;height:36rem;position:absolute;top:18%;left:50%;transform:translate(-50%,-50%)}._uI_w0p3q_17 ._tAiz_w0p3q_27 ._vIp2LimitedUpgrade_w0p3q_33 img{height:100%;display:block}._uI_w0p3q_17 ._tAiz_w0p3q_27 ._iconContent_w0p3q_45{z-index:1;width:100%;position:absolute;top:40%;left:-1%}._uI_w0p3q_17 ._tAiz_w0p3q_27 ._giftTime_w0p3q_52{z-index:3;justify-content:center;align-items:center;width:100%;font-weight:700;display:flex;position:absolute;top:80%;left:0}._uI_w0p3q_17 ._tAiz_w0p3q_27 ._giftTime_w0p3q_52 ._giftTimeBg_w0p3q_63{width:24rem;font-size:var(--Font_size_22);color:#a0193e;background:linear-gradient(#ffe1e6,#fff8fa);border-radius:5rem;justify-content:center;align-items:center;padding:5rem 0;line-height:18rem;display:flex}._uI_w0p3q_17 ._tAiz_w0p3q_27 ._iconOther_w0p3q_75{justify-content:space-between;align-items:flex-start;width:71rem;padding:6rem 23rem 90rem 281rem;display:flex;position:absolute;top:0;left:0}._uI_w0p3q_17 ._tAiz_w0p3q_27 ._iconOther_w0p3q_75 ._iconGold_w0p3q_85{width:40rem;height:40rem;margin-top:77rem}._uI_w0p3q_17 ._tAiz_w0p3q_27 ._iconOther_w0p3q_75 ._closure_w0p3q_90{z-index:10;width:27rem;height:27rem;position:absolute;top:0;right:10rem}._uI_w0p3q_17 ._tAiz_w0p3q_27 ._xXinx_w0p3q_98{height:17rem;color:var(--Color_008,#fff);font-family:Roboto;line-height:16rem;font-size:var(--Font_size_14);z-index:4;background:#3e1795;border-radius:20rem;flex-direction:column;justify-content:center;align-items:center;row-gap:10rem;padding:5rem 20rem;display:flex;position:absolute;bottom:58rem;left:50%;transform:translate(-50%)}._uI_w0p3q_17 ._tAiz_w0p3q_27 ._xXinx_w0p3q_98 ._timeLimitedDeal_w0p3q_118{color:var(--Variable-collection-Color_008);flex-shrink:0;line-height:normal}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123{z-index:1;border-radius:var(--Variable-collection-Bar_12);width:83.2%;color:var(--Color_033,#b69aff);font-family:Roboto;line-height:12rem;font-size:var(--Font_size_10);background-image:linear-gradient(#4b159a 13.23%,#5a31c4 76.16%);flex-direction:column;justify-content:center;align-items:center;margin-top:-11%;padding:41rem 12rem 11rem 13rem;display:flex;position:relative}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._star28_w0p3q_140{flex-shrink:0;width:13rem;height:13rem}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._textContent1_w0p3q_145{text-align:center;background:#773bfe;border-radius:91rem;flex-direction:column;justify-content:center;align-items:center;padding:4rem 70rem;font-weight:500;display:flex}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._textContent1_w0p3q_145 ._group427321352_w0p3q_156{color:var(--Color_008,#fff);flex-shrink:0;position:relative}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._textContent1_w0p3q_145 ._group427321352_w0p3q_156 ._withdrawableBalance_w0p3q_161{color:var(--Variable-collection-Color_008);line-height:normal;font-size:var(--Font_size_11)}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._textContent1_w0p3q_145 ._group427321352_w0p3q_156 ._r49000_w0p3q_166{line-height:var(--Font_size_36);color:var(--Variable-collection-Color_008);font-family:Oswald;font-size:var(--Font_size_36);font-weight:700}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._textContent1_w0p3q_145 ._instantFullBalanceWi2_w0p3q_173{color:#67f2fe;flex-shrink:0;justify-content:center;align-items:center;column-gap:4rem;margin-top:3rem;display:flex}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._textContent1_w0p3q_145 ._instantFullBalanceWi2_w0p3q_173 ._instantFullBalanceWi_w0p3q_173{line-height:var(--Font_size_10);flex-shrink:0}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186{width:100%;margin-top:2rem;font-weight:500;position:relative}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._dk_w0p3q_192{color:var(--Color_008,#fff);background-image:linear-gradient(#4f13ae,#3e1795);border-radius:8rem;flex-direction:column;justify-content:center;align-items:center;padding:7rem 11rem 20rem 10rem;display:flex}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._dk_w0p3q_192 ._xiaobiaoti_w0p3q_202{line-height:9rem;font-size:var(--Font_size_12);justify-content:center;align-items:center;column-gap:8rem;display:inline-flex}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._dk_w0p3q_192 ._xiaobiaoti_w0p3q_202 ._vector_w0p3q_210{flex-shrink:0;width:15rem;height:11rem}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._dk_w0p3q_192 ._xiaobiaoti_w0p3q_202 ._vIp2ExclusiveBenefit_w0p3q_215{color:var(--Variable-collection-Color_008);flex-shrink:0;line-height:normal}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._dk_w0p3q_192 ._withdrawBalance_w0p3q_220{text-align:center;background-image:linear-gradient(#fefeff,#e1e6ff);border:1rem solid #f79dfd;border-radius:100rem;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:10rem;padding:6rem 0;display:flex;position:relative}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._dk_w0p3q_192 ._withdrawBalance_w0p3q_220 ._group427321353_w0p3q_234{color:#3e1795;flex-shrink:0;height:57rem;position:relative}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._dk_w0p3q_192 ._withdrawBalance_w0p3q_220 ._group427321353_w0p3q_234 ._withdrawableBalance2_w0p3q_240{line-height:normal;font-size:var(--Font_size_11)}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._dk_w0p3q_192 ._withdrawBalance_w0p3q_220 ._group427321353_w0p3q_234 ._r50000_w0p3q_244{line-height:var(--Font_size_36);font-family:Oswald;font-size:var(--Font_size_36);font-weight:700}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._dk_w0p3q_192 ._withdrawBalance_w0p3q_220 ._instantFullBalanceWi4_w0p3q_250{color:#de00ff;flex-shrink:0;justify-content:center;align-items:center;column-gap:4rem;display:inline-flex}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._dk_w0p3q_192 ._withdrawBalance_w0p3q_220 ._instantFullBalanceWi4_w0p3q_250 ._instantFullBalanceWi3_w0p3q_258{flex-shrink:0;min-width:131rem;line-height:normal}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._dk_w0p3q_192 ._withdrawBalance_w0p3q_220 ._shern_w0p3q_263{flex-shrink:0;width:54rem;height:61rem;position:absolute;top:0;left:85%}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._dk_w0p3q_192 ._vector205_w0p3q_271{width:100%;height:1rem;margin-top:14rem}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._dk_w0p3q_192 ._frame4273213542_w0p3q_276{width:100%;line-height:9rem;font-size:var(--Font_size_12);flex-direction:column;align-items:center;row-gap:12rem;margin-top:13rem;display:flex}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._dk_w0p3q_192 ._frame4273213542_w0p3q_276 ._xiaobiaoti1_w0p3q_286{color:#d2c2f9;flex-shrink:0;justify-content:center;align-items:center;column-gap:8rem;display:inline-flex}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._dk_w0p3q_192 ._frame4273213542_w0p3q_276 ._xiaobiaoti1_w0p3q_286 ._vector2_w0p3q_271{flex-shrink:0;width:11rem;height:12rem}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._dk_w0p3q_192 ._frame4273213542_w0p3q_276 ._xiaobiaoti1_w0p3q_286 ._upgradePackPrivilege_w0p3q_299{flex-shrink:0;min-width:129rem;line-height:normal}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._dk_w0p3q_192 ._frame4273213542_w0p3q_276 ._frame427321354_w0p3q_276{flex-direction:column;flex-shrink:0;align-self:stretch;align-items:flex-start;row-gap:9rem;padding-left:5rem;display:flex}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._dk_w0p3q_192 ._frame4273213542_w0p3q_276 ._frame427321354_w0p3q_276 ._ellipse946_w0p3q_313{background:var(--Variable-collection-Color_008);border-radius:50%;flex-shrink:0;width:4rem;height:4rem}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._dk_w0p3q_192 ._frame4273213542_w0p3q_276 ._frame427321354_w0p3q_276 ._a1_w0p3q_320{flex-shrink:0;align-self:stretch;align-items:center;column-gap:6rem;display:flex}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._dk_w0p3q_192 ._frame4273213542_w0p3q_276 ._frame427321354_w0p3q_276 ._a1_w0p3q_320 ._upgradeToVip2Immedia_w0p3q_327{min-width:240rem;color:var(--Variable-collection-Color_008);flex-shrink:0;line-height:normal}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._bottomBtn_w0p3q_333{color:#fff;background:var(--Color_jianbian_009);border-radius:8rem;flex-direction:column;align-items:flex-start;width:100%;margin:20rem 0 0;display:flex;position:relative}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._bottomBtn_w0p3q_333 ._tag_w0p3q_344{display:flex;position:absolute;top:-33rem;right:10rem}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._bottomBtn_w0p3q_333 ._tag_w0p3q_344 ._tagContent_w0p3q_350{z-index:2;background-image:linear-gradient(252.44deg,#ff5133 -19.92%,#ff906e 148.5%);border-radius:4rem;justify-content:center;align-items:center;column-gap:4rem;padding:4rem;display:flex;position:relative}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._bottomBtn_w0p3q_333 ._tag_w0p3q_344 ._tagContent_w0p3q_350 ._frame4273213543_w0p3q_361{flex-shrink:0;justify-content:center;align-items:center;column-gap:1rem;display:inline-flex}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._bottomBtn_w0p3q_333 ._tag_w0p3q_344 ._tagContent_w0p3q_350 ._frame4273213543_w0p3q_361 ._drop_w0p3q_368{line-height:var(--Font_size_12);font-size:var(--Font_size_12);flex-shrink:0}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._bottomBtn_w0p3q_333 ._tag_w0p3q_344 ._tagContent_w0p3q_350 ._frame4273213543_w0p3q_361 ._drop_w0p3q_368 span{line-height:var(--Font_size_16);font-size:var(--Font_size_16);flex-shrink:0}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._bottomBtn_w0p3q_333 ._tag_w0p3q_344 ._tagContent_w0p3q_350 ._vector3_w0p3q_378{flex-shrink:0;width:12rem;height:12rem}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._bottomBtn_w0p3q_333 ._tag_w0p3q_344 ._polygon5_w0p3q_383{z-index:1;flex-shrink:0;width:9rem;height:9rem;position:absolute;top:88%;right:10%;rotate:180deg}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._bottomBtn_w0p3q_333 ._rcButtonBuy_w0p3q_393{flex-direction:column;justify-content:center;align-items:center;width:100%;height:53rem;display:flex;position:relative}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._bottomBtn_w0p3q_333 ._rcButtonBuy_w0p3q_393 ._rectangle346240938_w0p3q_402{border-radius:8rem;flex-direction:column;align-items:center;width:210rem;padding:8rem 51rem 5rem;display:flex}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._bottomBtn_w0p3q_333 ._rcButtonBuy_w0p3q_393 ._rectangle346240938_w0p3q_402 ._vIp2RechargeR1500Now_w0p3q_410{line-height:normal;font-size:var(--Font_size_16)}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._bottomBtn_w0p3q_333 ._rcButtonBuy_w0p3q_393 ._rectangle346240938_w0p3q_402 ._originalPriceR3000_w0p3q_414{text-align:center;color:#fedda8;width:198rem;height:19rem;line-height:normal;font-size:var(--Font_size_12);margin:2rem 0 0;position:relative}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._autoWrapper_w0p3q_186 ._bottomBtn_w0p3q_333 ._rcButtonBuy_w0p3q_393 ._rectangle346240938_w0p3q_402 ._originalPriceR3000_w0p3q_414 ._rectangle346240946_w0p3q_424{background:#fedda8;width:151rem;height:2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._uI_w0p3q_17 ._rectangle346241317_w0p3q_123 ._securePayInstantCred_w0p3q_433{color:var(--Variable-collection-Color_033);margin:10rem 0 0;line-height:normal}._numberFont_lin1f_1{font-family:Satoshi}._imgBox_lin1f_4>img{width:100%;display:block}._ellipsis_lin1f_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_lin1f_14::-webkit-scrollbar{display:none}._uI_lin1f_17{letter-spacing:0;white-space:nowrap;flex-direction:column;align-items:flex-start;width:92%;padding-right:0;font-family:Roboto;display:flex;position:relative}._uI_lin1f_17 ._closure_lin1f_28{z-index:10;width:27rem;height:27rem;position:absolute;top:0;right:10rem}._uI_lin1f_17 ._autoWrapper2_lin1f_36{width:100%;margin-top:42rem;position:relative}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41{width:100%;position:relative}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._autoBg_lin1f_45{width:100%}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._autoBg_lin1f_45 img{width:100%;display:block}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:absolute;top:30%;left:0}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._giftTime_lin1f_62{justify-content:center;align-items:center;width:100%;display:flex}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._giftTime_lin1f_62 ._giftTimeBg_lin1f_68{width:24rem;font-size:var(--Font_size_22);line-height:var(--Font_size_22);color:#551fb3;font-weight:var(--Font_weight_900,900);background:linear-gradient(#e1e8fe,#f5f8ff);border-radius:6rem;justify-content:center;align-items:center;padding:5rem 0;display:flex}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._mokuai_lin1f_81{width:92%;color:var(--Color_008,#fff);margin-top:10rem;position:relative}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._mokuai_lin1f_81 ._rectangle346241334_lin1f_87{border-radius:var(--Variable-collection-Bar_06);background-image:linear-gradient(270deg,#6347ff,#9566ff 59.13%,#835eff);flex-direction:column;align-items:flex-start;padding:7rem 7rem 5rem;display:flex}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._mokuai_lin1f_81 ._rectangle346241334_lin1f_87 ._frame427321356_lin1f_95{border-radius:var(--Variable-collection-Bar_06);background:var(--Variable-collection-Color_008);width:100%;line-height:12rem;font-size:var(--Font_size_10);flex-direction:column;align-items:center;row-gap:7rem;padding:9rem 0;font-weight:500;display:flex}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._mokuai_lin1f_81 ._rectangle346241334_lin1f_87 ._frame427321356_lin1f_95 ._group427321356_lin1f_108{color:#3e1795;flex-shrink:0;position:relative}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._mokuai_lin1f_81 ._rectangle346241334_lin1f_87 ._frame427321356_lin1f_95 ._group427321356_lin1f_108 ._withdrawableBalance_lin1f_113{line-height:normal;font-size:var(--Font_size_11);text-align:center}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._mokuai_lin1f_81 ._rectangle346241334_lin1f_87 ._frame427321356_lin1f_95 ._group427321356_lin1f_108 ._r50000_lin1f_118{line-height:var(--Font_size_36);font-family:Oswald;font-size:var(--Font_size_36);justify-content:center;align-items:center;font-weight:700;display:flex}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._mokuai_lin1f_81 ._rectangle346241334_lin1f_87 ._frame427321356_lin1f_95 ._instantFullBalanceWi2_lin1f_127{color:#de00ff;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;column-gap:4rem;display:flex}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._mokuai_lin1f_81 ._rectangle346241334_lin1f_87 ._frame427321356_lin1f_95 ._instantFullBalanceWi2_lin1f_127 ._star28_lin1f_136{flex-shrink:0;width:13rem;height:13rem}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._mokuai_lin1f_81 ._rectangle346241334_lin1f_87 ._frame427321356_lin1f_95 ._instantFullBalanceWi2_lin1f_127 ._instantFullBalanceWi_lin1f_127{flex-shrink:0;min-width:134rem;line-height:normal}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._mokuai_lin1f_81 ._rectangle346241334_lin1f_87 ._autoWrapper_lin1f_36{width:100%;height:39rem;font-family:Oswald;line-height:39rem;font-size:var(--Font_size_26);box-sizing:border-box;justify-content:space-between;align-items:center;margin-top:4rem;padding:0 18rem;font-weight:700;display:flex}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._mokuai_lin1f_81 ._rectangle346241334_lin1f_87 ._autoWrapper_lin1f_36 ._limitedOffer3_lin1f_160{align-items:center;display:flex}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._mokuai_lin1f_81 ._rectangle346241334_lin1f_87 ._autoWrapper_lin1f_36 ._limitedOffer3_lin1f_160 ._limitedOffer2_lin1f_164{color:var(--Color_002,#ffffffb2);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._mokuai_lin1f_81 ._rectangle346241334_lin1f_87 ._autoWrapper_lin1f_36 ._limitedOffer3_lin1f_160 ._limitedOffer2_lin1f_164 ._r5000_lin1f_118{color:var(--Variable-collection-Color_002);line-height:normal;font-size:var(--Font_size_16);position:relative}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._mokuai_lin1f_81 ._rectangle346241334_lin1f_87 ._autoWrapper_lin1f_36 ._limitedOffer3_lin1f_160 ._limitedOffer2_lin1f_164 ._r5000_lin1f_118 ._rectangle346241337_lin1f_178{background:var(--Variable-collection-Color_008);width:110%;height:2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._mokuai_lin1f_81 ._rectangle346241334_lin1f_87 ._autoWrapper_lin1f_36 ._limitedOffer3_lin1f_160 ._limitedOffer2_lin1f_164 ._limitedOffer_lin1f_160{color:var(--Variable-collection-Color_002);font-family:Roboto;line-height:normal;font-size:var(--Font_size_10)}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._mokuai_lin1f_81 ._rectangle346241334_lin1f_87 ._autoWrapper_lin1f_36 ._limitedOffer3_lin1f_160 ._vector_lin1f_193{width:27rem;height:37rem;margin-left:7rem}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._mokuai_lin1f_81 ._rectangle346241334_lin1f_87 ._autoWrapper_lin1f_36 ._r2000_lin1f_198{color:var(--Variable-collection-Color_008);text-align:center;flex:1;line-height:normal}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._mokuai_lin1f_81 ._a402_lin1f_204{background-image:linear-gradient(269.82deg,#ff6d55 .15%,#ff906e 148.89%);border-radius:4rem;justify-content:center;align-items:center;column-gap:2rem;padding:1rem 5rem;display:flex;position:absolute;bottom:25%;left:84%}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._mokuai_lin1f_81 ._a402_lin1f_204 ._drop_lin1f_216{color:var(--Variable-collection-Color_008);line-height:normal;font-size:var(--Font_size_10);flex-shrink:0;font-weight:500}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._mokuai_lin1f_81 ._a402_lin1f_204 ._drop_lin1f_216 span{color:var(--Variable-collection-Color_008);line-height:normal;font-size:var(--Font_size_14);flex-shrink:0}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._frame427321358_lin1f_229{background:var(--Color_002,#ffffffb2);box-sizing:border-box;width:92%;color:var(--Color,#6333cc);line-height:13rem;font-size:var(--Font_size_11);border-radius:6rem;flex-direction:column;justify-content:center;align-items:center;row-gap:10rem;margin-top:12rem;padding:14rem 5rem;display:flex}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._frame427321358_lin1f_229 ._xiaobiaoti1_lin1f_245{flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;column-gap:4rem;display:flex}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._frame427321358_lin1f_229 ._xiaobiaoti1_lin1f_245 ._ellipse945_lin1f_253{background:var(--Variable-collection-Color_026);text-align:center;height:10rem;color:var(--Color_008,#fff);font-size:var(--Font_size_10);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:1rem;font-weight:500;display:flex}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._frame427321358_lin1f_229 ._xiaobiaoti1_lin1f_245 ._ellipse945_lin1f_253 ._a_lin1f_36{width:10rem;height:10rem;line-height:var(--Font_size_10);color:var(--Variable-collection-Color_008)}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._frame427321358_lin1f_229 ._xiaobiaoti1_lin1f_245 ._upgradePackPrivilege_lin1f_273{min-width:129rem;color:var(--Variable-collection-Color_026);line-height:normal;font-size:var(--Font_size_12);flex-shrink:0}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._frame427321358_lin1f_229 ._frame427321359_lin1f_280{flex-direction:column;flex-shrink:0;align-self:stretch;align-items:flex-start;row-gap:3rem;display:flex}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._frame427321358_lin1f_229 ._frame427321359_lin1f_280 ._a23_lin1f_288{flex-shrink:0;justify-content:center;align-self:stretch;align-items:flex-start;column-gap:3rem;display:flex}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._frame427321358_lin1f_229 ._frame427321359_lin1f_280 ._a23_lin1f_288 ._ellipse946_lin1f_296{flex-shrink:0;padding:3.5rem}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._frame427321358_lin1f_229 ._frame427321359_lin1f_280 ._a23_lin1f_288 ._ellipse946_lin1f_296 ._point_lin1f_300{background:var(--Variable-collection-Color_012);border-radius:50%;width:4rem;height:4rem}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._frame427321358_lin1f_229 ._frame427321359_lin1f_280 ._a23_lin1f_288 ._vIp3DailyEarningsNoW_lin1f_306{line-height:var(--Font_size_11);color:var(--Variable-collection-Color);white-space:pre-wrap;flex:1}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._box_lin1f_52 ._vector205_lin1f_312{width:309rem;height:1rem;margin-top:15rem;margin-left:3rem}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._bottomBtn_lin1f_318{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._bottomBtn_lin1f_318 ._rcButton001_lin1f_328{border-radius:var(--Variable-collection-Bar_06);background:var(--Color_jianbian_009);width:92%;height:19rem;color:var(--Color_008,#fff);line-height:19rem;font-size:var(--Font_size_16);justify-content:center;align-items:center;padding:15rem 0;font-weight:500;display:flex}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._showBox_lin1f_41 ._bottomBtn_lin1f_318 ._rcButton001_lin1f_328 ._ok_lin1f_342{color:var(--Variable-collection-Color_008);line-height:normal}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._tImu_lin1f_346{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:absolute;top:-33rem;left:50%;transform:translate(-50%)}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._tImu_lin1f_346 ._vIp3Upgrade_lin1f_357{height:45rem}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._tImu_lin1f_346 ._vIp3Upgrade_lin1f_357 img{height:100%;display:block}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._tImu_lin1f_346 ._group427321357_lin1f_364{color:var(--Color_008,#fff);line-height:16rem;font-size:var(--Font_size_14);position:relative}._uI_lin1f_17 ._autoWrapper2_lin1f_36 ._tImu_lin1f_346 ._group427321357_lin1f_364 ._exclusivePerks_lin1f_370{color:var(--Variable-collection-Color_008);line-height:normal}._numberFont_98i0j_1{font-family:Satoshi}._imgBox_98i0j_4>img{width:100%;display:block}._ellipsis_98i0j_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_98i0j_14::-webkit-scrollbar{display:none}._loginWrap_98i0j_17{background:#fff;height:100%;position:relative;overflow:hidden}._loginWrap_98i0j_17 ._loginBanner_98i0j_23 img{width:100%;display:block}._loginWrap_98i0j_17 ._loginForm_98i0j_27{box-sizing:border-box;border-top-left-radius:25rem;border-top-right-radius:25rem;flex-direction:column;justify-content:end;align-items:center;width:100%;height:100%;padding-bottom:20rem;display:flex;position:absolute;top:0;left:0;overflow:hidden}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginFormBg_98i0j_43{width:100%;margin-bottom:50rem;overflow:hidden}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginFormBg_98i0j_43 ._logoIcon_98i0j_48{justify-content:center;align-items:center;width:120rem;margin-top:15rem;display:flex}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginFormBg_98i0j_43 ._logoIcon_98i0j_48 img{width:100%}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginFormBg_98i0j_43._account_98i0j_58{margin-bottom:50rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginFormBg_98i0j_43 ._formText_98i0j_61{color:#fff;font-family:Inter;font-size:14rem;font-weight:400}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginFormBg_98i0j_43 ._formTextGift_98i0j_67{margin-top:10rem;margin-bottom:64rem;font-size:20rem;font-weight:700}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginFormBg_98i0j_43 ._formTextGift_98i0j_67 span{color:#fdc93a}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76{box-sizing:border-box;width:100%;padding:0 3%}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._slogan_98i0j_81{color:#734793;text-align:center;margin-bottom:20rem;font-size:20rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._slogan_98i0j_81 span{color:#ff7f00}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._boxItem_98i0j_90{color:#999;background:#f6f6f6;border-radius:8rem;justify-content:center;align-items:center;height:40rem;display:flex}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._boxItem_98i0j_90 ._txtItem_98i0j_99{text-align:center;flex:1;height:100%;font-size:16rem;line-height:40rem;position:relative}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._boxItem_98i0j_90 ._txtItem_98i0j_99._active_98i0j_107{color:#6e3efe}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._boxItem_98i0j_90 ._txtItem_98i0j_99:first-child:before{content:"";background:#cdcdcd;width:1rem;height:24rem;position:absolute;top:50%;right:0;transform:translateY(-50%)}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._formBody_98i0j_120 ._error_98i0j_120{color:red;margin-bottom:7rem;line-height:14rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._formBody_98i0j_120 ._formItem_98i0j_125{color:#d0c4e099;box-sizing:border-box;background:#341b78db;border-radius:80rem;align-items:center;height:40rem;margin-bottom:10rem;padding:0 7rem 0 15rem;display:flex}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._formBody_98i0j_120 ._formItem_98i0j_125 ._phoneLeft_98i0j_136{justify-content:center;align-items:center;gap:6rem;height:100%;display:flex}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._formBody_98i0j_120 ._formItem_98i0j_125 ._phoneLeft_98i0j_136 ._phoneArea_98i0j_143{color:#ffffffb2;font-size:12rem;line-height:12rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._formBody_98i0j_120 ._formItem_98i0j_125 ._phoneLeft_98i0j_136 ._phoneLine_98i0j_148{background:#d9d9d9b2;width:2rem;height:70%}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._formBody_98i0j_120 ._formItem_98i0j_125 ._prefix_98i0j_153{width:13rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._formBody_98i0j_120 ._formItem_98i0j_125 ._prefix_98i0j_153 img{width:100%;display:block}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._formBody_98i0j_120 ._formItem_98i0j_125 ._formContent_98i0j_160{flex:1;justify-content:space-between;align-items:center;padding:0 0 0 10rem;display:flex;position:relative}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._formBody_98i0j_120 ._formItem_98i0j_125 ._formContent_98i0j_160 input{background:unset;color:#fff;border:none;outline:none;flex:1;height:30rem;font-size:12rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._formBody_98i0j_120 ._formItem_98i0j_125 ._formContent_98i0j_160 input::placeholder{color:#ffffffb2}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._formBody_98i0j_120 ._formItem_98i0j_125 ._formContent_98i0j_160 ._passwordIcon_98i0j_180{width:20rem;height:20rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._formBody_98i0j_120 ._formItem_98i0j_125 ._formContent_98i0j_160 ._passwordIcon_98i0j_180 img{width:100%;height:100%}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._formBody_98i0j_120 ._formItem_98i0j_125 ._formContent_98i0j_160 ._sendCode_98i0j_188{color:#fff;text-align:center;background:linear-gradient(#7d50f5,#794fe8);border-radius:20rem;justify-content:center;align-items:center;width:77rem;height:100%;font-size:12rem;line-height:12rem;display:flex;position:absolute;right:0}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._submitBtn_98i0j_203{text-align:center;border-radius:80rem;margin-bottom:20rem;position:relative}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._submitBtn_98i0j_203 ._btn_visitor_98i0j_209{background:linear-gradient(#ffa040,#fcab34);border-radius:8rem;height:50rem;margin-bottom:0}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._submitBtn_98i0j_203 ._accountBtn_98i0j_215{border-radius:80rem;margin-bottom:23rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._submitBtn_98i0j_203 ._giveGold_98i0j_219{z-index:10;background:#6b4aff;border-radius:8rem;justify-content:center;align-items:center;height:26rem;padding:0 10rem 0 40rem;font-size:14rem;display:flex;position:absolute;top:-65%;left:15rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._submitBtn_98i0j_203 ._giveGold_98i0j_219 ._gift_98i0j_234{width:34rem;height:34rem;position:absolute;bottom:2rem;left:4rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._submitBtn_98i0j_203 ._giveGold_98i0j_219 ._gift_98i0j_234 img{width:100%;height:100%}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._submitBtn_98i0j_203 ._giveGold_98i0j_219 span{color:#ffea06;font-weight:700}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._submitBtn_98i0j_203 ._giveGold_98i0j_219 ._triangle_98i0j_249{border-top:14rem solid #6b4aff;border-left:12rem solid #0000;border-right:12rem solid #0000;width:0;height:0;position:absolute;bottom:-8rem;left:18rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._submitBtn_98i0j_203>div{border-radius:12rem;font-size:18rem;line-height:36rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._submitGuestBtn_98i0j_264{color:#6e3efe;text-align:center;background-color:#f2eeff;border:1rem solid #6e3efe;border-radius:8rem;height:46rem;margin-bottom:8rem;font-size:16rem;font-weight:700;line-height:46rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._or_98i0j_276{color:#c6b6d3;text-align:center;height:20rem;margin:20rem 0;font-size:16rem;position:relative}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._or_98i0j_276 ._line_98i0j_284{background:#41096a26;width:100%;height:1rem;position:absolute;top:50%;left:0;transform:translateY(-50%)}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._or_98i0j_276 ._txt_98i0j_99{background:#fff;padding:0 20rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._open_tips_98i0j_301{color:#fff;text-align:center;font-size:14rem;line-height:14rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._btn_visitor_98i0j_209{flex-direction:column;justify-content:center;align-items:center;display:flex}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._loginBody_98i0j_76 ._btn_visitor_98i0j_209 ._text1_98i0j_313{font-size:18rem;line-height:18rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._centerCont_98i0j_317{box-sizing:border-box;flex-direction:column;flex:1;justify-content:space-between;width:100%;padding:0 4%;display:flex}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._fixedBottom_98i0j_326{flex-direction:column;gap:5rem;width:327rem;margin-bottom:36rem;display:flex}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._fixedBottom_98i0j_326 ._operate_98i0j_333{justify-content:center;align-items:center;display:flex;position:relative}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._fixedBottom_98i0j_326 ._operate_98i0j_333>div{background:#fff;border-radius:8rem;flex:1;height:36rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._fixedBottom_98i0j_326 ._operate_98i0j_333 ._customerBtn_98i0j_345{background:0 0;width:42rem;height:auto;position:absolute;top:50%;right:0;transform:translateY(-50%)}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._fixedBottom_98i0j_326 ._operate_98i0j_333 ._customerBtn_98i0j_345 ._customerWrap_98i0j_354{background:0 0;justify-content:center;align-items:center;width:100%;display:flex}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._fixedBottom_98i0j_326 ._operate_98i0j_333 ._customerBtn_98i0j_345 ._customerWrap_98i0j_354 img{width:100%}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._fixedBottom_98i0j_326 ._operate_98i0j_333 ._langWrap_98i0j_364{color:#fff;background:0 0;gap:9rem;height:auto;margin-bottom:0;font-weight:600}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._fixedBottom_98i0j_326 ._operate_98i0j_333 ._langWrap_98i0j_364 img{width:30rem;margin-right:0}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._fixedBottom_98i0j_326 ._operate_98i0j_333 ._langWrap_98i0j_364 span{font-size:14rem;line-height:14rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._fixedBottom_98i0j_326 ._operate_98i0j_333 ._langWrap_98i0j_364 ._arrowIcon_98i0j_380{justify-content:center;align-items:center;width:12rem;display:flex}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._fixedBottom_98i0j_326 ._operate_98i0j_333 ._langWrap_98i0j_364 ._arrowIcon_98i0j_380 img{width:100%;margin-right:0}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._langWrap_98i0j_364{text-align:center;color:#41096ab3;justify-content:center;align-items:center;margin-bottom:14rem;display:flex}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._langWrap_98i0j_364._langWrap1_98i0j_398{margin-bottom:30rem;font-size:16rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._langWrap_98i0j_364._langWrap2_98i0j_402{color:#fff;justify-content:space-between}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._langWrap_98i0j_364._langWrap2_98i0j_402>div{justify-content:center;align-items:center;display:flex}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._langWrap_98i0j_364._langWrap3_98i0j_411{display:block}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._langWrap_98i0j_364._langWrap3_98i0j_411 ._login_icon_all_98i0j_414{color:#fff;background:0 0;border:1rem solid #6136bf;border-radius:8rem;justify-content:center;align-items:center;gap:6rem;height:40rem;font-size:14rem;display:flex}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._langWrap_98i0j_364._langWrap3_98i0j_411 ._login_icon_all_98i0j_414 ._login_icon_98i0j_414{width:18rem;height:18rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._langWrap_98i0j_364._langWrap3_98i0j_411 ._login_icon_all_98i0j_414 ._arr_98i0j_380{justify-content:center;align-items:center;width:21rem;display:flex}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._langWrap_98i0j_364._langWrap3_98i0j_411 ._login_icon_all_98i0j_414 ._arr_98i0j_380 img{width:100%}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._langWrap_98i0j_364 ._nameOther_98i0j_439{color:#8b78ba;width:100%;margin-bottom:16rem;position:relative}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._langWrap_98i0j_364 ._nameOther_98i0j_439:before,._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._langWrap_98i0j_364 ._nameOther_98i0j_439:after{content:"";border-top:1rem solid #8b78ba;width:60rem;position:absolute;top:50%;transform:translateY(-50%)}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._langWrap_98i0j_364 ._nameOther_98i0j_439:before{left:8%}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._langWrap_98i0j_364 ._nameOther_98i0j_439:after{right:8%}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._langWrap_98i0j_364 img{width:20rem;margin-right:4rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._langWrap_98i0j_364 ._arr_98i0j_380{transition:all .3s;transform:rotate(0)}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._langWrap_98i0j_364 ._arr_98i0j_380._arr_down_98i0j_468{transform:rotate(90deg)}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._bottomTxt_98i0j_471{text-align:center;color:#a47eff;margin-top:0;font-size:12rem}._loginWrap_98i0j_17 ._loginForm_98i0j_27 ._bottomTxt_98i0j_471 span{color:#fc32ff}._numberFont_x9238_1{font-family:Satoshi}._imgBox_x9238_4>img{width:100%;display:block}._ellipsis_x9238_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_x9238_14::-webkit-scrollbar{display:none}._AgreementWrap_x9238_17{color:#000;box-sizing:border-box;background-color:#fff;flex-flow:column;width:100%;height:100%;padding:15rem 10rem;display:flex;overflow-y:auto}._AgreementWrap_x9238_17 ._draggable_x9238_28{z-index:99;width:50rem;height:50rem;top:0;left:0}._AgreementWrap_x9238_17 ._draggable_x9238_28 ._backWrap_x9238_35{width:50px}._AgreementWrap_x9238_17 ._draggable_x9238_28 ._backWrap_x9238_35 img{width:100%;display:block}._numberFont_n1w31_1{font-family:Satoshi}._imgBox_n1w31_4>img{width:100%;display:block}._ellipsis_n1w31_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_n1w31_14::-webkit-scrollbar{display:none}._loadWrap_n1w31_17{color:#fff;background:#1a1b49;flex-flow:column;justify-content:center;align-items:center;width:100%;height:100%;font-family:Inter;font-size:14rem;font-weight:400;display:flex;position:relative}._loadWrap_n1w31_17 ._displayCenter_n1w31_31{justify-content:center;align-items:center;display:flex}._loadWrap_n1w31_17 ._loadBg_n1w31_36{justify-content:center;align-items:center;width:100%;height:100%;display:flex}._loadWrap_n1w31_17 ._loadBg_n1w31_36 img{width:100%;height:100%}._loadWrap_n1w31_17 ._contentWrap_n1w31_47{text-align:center;z-index:3;flex-direction:column;justify-content:center;align-items:center;gap:16rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._loadWrap_n1w31_17 ._contentWrap_n1w31_47 ._loadLogo_n1w31_60{text-align:center;justify-content:center;align-items:center;height:110rem;margin:-100rem auto auto;display:flex}._loadWrap_n1w31_17 ._contentWrap_n1w31_47 ._loadLogo_n1w31_60 img{height:100%;margin:auto;display:block}._loadWrap_n1w31_17 ._contentWrap_n1w31_47 ._loadProgress_n1w31_74{background:#a481cc80;border-radius:7rem;width:270rem;height:7rem;margin-top:17rem}._loadWrap_n1w31_17 ._contentWrap_n1w31_47 ._loadProgress_n1w31_74 ._loadBar_n1w31_81{background:linear-gradient(90deg,#1fdebc,#fcea78);border-radius:7rem;height:7rem}._numberFont_1qt8k_1{font-family:Satoshi}._imgBox_1qt8k_4>img{width:100%;display:block}._ellipsis_1qt8k_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1qt8k_14::-webkit-scrollbar{display:none}._bannerWrap_1qt8k_17{width:100%;padding-top:12rem}._bannerWrap_1qt8k_17 img{width:100%;display:block}._bannerWrap_1qt8k_17 ._bannerBody_1qt8k_25{width:94%;margin:auto;position:relative}._bannerWrap_1qt8k_17 ._bannerBody_1qt8k_25 ._btn_1qt8k_30{border-radius:10rem;position:relative;overflow:hidden}._bannerWrap_1qt8k_17 ._bannerBody_1qt8k_25 ._btn_1qt8k_30 ._details_1qt8k_35{color:#310450;background:#ffffff80;border-radius:9rem;justify-content:center;align-items:center;height:18rem;padding:0 2rem 0 8rem;font-size:12rem;display:flex;position:absolute;top:78%;left:14rem}._bannerWrap_1qt8k_17 ._bannerBody_1qt8k_25 ._btn_1qt8k_30 ._details_1qt8k_35 ._icon_1qt8k_49{width:12rem;height:12rem;margin-left:-2rem}._bannerWrap_1qt8k_17 ._bannerBody_1qt8k_25 ._btn_1qt8k_30 ._details_1qt8k_35 ._icon_1qt8k_49>img{width:100%;height:100%}._bannerWrap_1qt8k_17 ._bannerBody_1qt8k_25 ._custonPagination_1qt8k_58{grid-template-rows:1fr;grid-auto-columns:1fr;grid-auto-flow:column;justify-content:center;align-items:center;width:34%;height:14rem;margin:10rem auto 0;display:grid}._bannerWrap_1qt8k_17 ._bannerBody_1qt8k_25 ._custonPagination_1qt8k_58 ._indicator_1qt8k_73{background-color:#67559b;border-radius:1rem;max-width:30rem;height:2rem;margin-right:4rem}._bannerWrap_1qt8k_17 ._bannerBody_1qt8k_25 ._custonPagination_1qt8k_58 ._indicator_1qt8k_73:last-child{margin-right:0}._bannerWrap_1qt8k_17 ._bannerBody_1qt8k_25 ._custonPagination_1qt8k_58 ._activeindicator_1qt8k_83{background:#fff;box-shadow:0 0 8rem #ff00c8}.swiper-slide-active{z-index:9}._numberFont_1emj7_1{font-family:Satoshi}._imgBox_1emj7_4>img{width:100%;display:block}._ellipsis_1emj7_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1emj7_14::-webkit-scrollbar{display:none}._DownloadTop_1emj7_17{background:linear-gradient(270deg,#7537c5 50%,#302598);align-items:center;gap:8rem;height:48rem;padding:0 8rem 0 4rem;display:flex}._DownloadTop_1emj7_17 ._logo_1emj7_25{width:40rem;height:40rem}._DownloadTop_1emj7_17 ._logo_1emj7_25 img{width:100%;height:100%}._DownloadTop_1emj7_17 ._text_1emj7_33{flex-wrap:wrap;flex:1;font-size:12rem;font-weight:700;line-height:14rem}._DownloadTop_1emj7_17 ._btn_1emj7_40{min-width:70rem;padding:6rem;position:relative}._DownloadTop_1emj7_17 ._close_1emj7_45{width:14rem;height:14rem}._DownloadTop_1emj7_17 ._box_1emj7_49{border-radius:4rem;position:absolute;top:-3rem;right:-3rem;overflow:hidden}._DownloadTop_1emj7_17 ._box_1emj7_49 ._amount_1emj7_56{background:linear-gradient(10deg,#ec048c,#fd2d3a 60%);border-radius:0 10rem;height:16rem;padding:0 6rem;font-family:Satoshi;font-size:10rem}._numberFont_mbj7y_1{font-family:Satoshi}._imgBox_mbj7y_4>img{width:100%;display:block}._ellipsis_mbj7y_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_mbj7y_14::-webkit-scrollbar{display:none}._PwaWrap_mbj7y_17{box-sizing:border-box;background-color:#f5f5f7;border-radius:10rem 10rem 0 0;flex-direction:column;height:90%;padding:15rem;display:flex;position:relative;overflow:hidden}._PwaWrap_mbj7y_17 ._close_mbj7y_28{width:30rem;height:30rem;position:absolute;top:15rem;right:15rem}._PwaWrap_mbj7y_17 ._close_mbj7y_28 img{width:100%;height:100%}._PwaWrap_mbj7y_17 ._title_mbj7y_39{color:#5c1c9b;text-align:center;margin-bottom:15rem;font-size:18rem;font-weight:700}._PwaWrap_mbj7y_17 ._body_mbj7y_46{flex-direction:column;flex:1;display:flex;overflow:hidden}._PwaWrap_mbj7y_17 ._body_mbj7y_46 ._tabs_mbj7y_52{background-color:#dfdefd;border-radius:10rem;margin-bottom:10rem;display:flex}._PwaWrap_mbj7y_17 ._body_mbj7y_46 ._tabs_mbj7y_52 ._tab_mbj7y_52{text-align:center;color:#5c1c9b;border-radius:10rem;width:33.33%;height:32rem;font-size:13rem;font-weight:700;line-height:32rem}._PwaWrap_mbj7y_17 ._body_mbj7y_46 ._tabs_mbj7y_52 ._tab_mbj7y_52._atc_mbj7y_68{color:#fff;background-color:#703eee}._PwaWrap_mbj7y_17 ._body_mbj7y_46 ._AllCont_mbj7y_72{color:#41096a;flex:1;padding-top:10rem;font-size:14rem;overflow-y:auto}._PwaWrap_mbj7y_17 ._body_mbj7y_46 ._AllCont_mbj7y_72 ._specific_mbj7y_79._0_mbj7y_79 ._icon_mbj7y_79{width:2.5rem!important;height:10.5rem!important}._PwaWrap_mbj7y_17 ._body_mbj7y_46 ._AllCont_mbj7y_72 ._specific_mbj7y_79._1_mbj7y_83 ._icon_mbj7y_79{width:12rem!important;height:14rem!important}._PwaWrap_mbj7y_17 ._body_mbj7y_46 ._AllCont_mbj7y_72 ._specific_mbj7y_79._2_mbj7y_87 ._icon_mbj7y_79{width:9rem!important;height:8rem!important}._PwaWrap_mbj7y_17 ._body_mbj7y_46 ._AllCont_mbj7y_72 ._specific_mbj7y_79 ._sub_title_mbj7y_91{color:#5c1c9b;margin-bottom:10rem;font-size:16rem;font-weight:700}._PwaWrap_mbj7y_17 ._body_mbj7y_46 ._AllCont_mbj7y_72 ._specific_mbj7y_79 ._describe_mbj7y_97 span{display:inline-block}._PwaWrap_mbj7y_17 ._body_mbj7y_46 ._AllCont_mbj7y_72 ._specific_mbj7y_79 ._describe_mbj7y_97 ._text_mbj7y_100 span{color:#6e3efe}._PwaWrap_mbj7y_17 ._body_mbj7y_46 ._AllCont_mbj7y_72 ._specific_mbj7y_79 ._describe_mbj7y_97 ._icon_mbj7y_79{width:2.5rem;height:10.5rem;margin:0 2rem 0 4rem;display:inline-block}._PwaWrap_mbj7y_17 ._body_mbj7y_46 ._AllCont_mbj7y_72 ._specific_mbj7y_79 ._describe_mbj7y_97 ._icon_mbj7y_79 img{width:100%;height:100%;display:inline-block}._PwaWrap_mbj7y_17 ._body_mbj7y_46 ._AllCont_mbj7y_72 ._specific_mbj7y_79 ._dec_img_mbj7y_114{justify-content:center;align-items:center;height:210rem;display:flex}._PwaWrap_mbj7y_17 ._body_mbj7y_46 ._AllCont_mbj7y_72 ._specific_mbj7y_79 ._dec_img_mbj7y_114 ._pwaImg_mbj7y_120{height:150rem}._PwaWrap_mbj7y_17 ._body_mbj7y_46 ._AllCont_mbj7y_72 ._specific_mbj7y_79 ._dec_img_mbj7y_114 ._pwaImg_mbj7y_120 img{height:100%}._numberFont_90t4c_1{font-family:Satoshi}._imgBox_90t4c_4>img{width:100%;display:block}._ellipsis_90t4c_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_90t4c_14::-webkit-scrollbar{display:none}._boxStyle_90t4c_17{border-radius:8rem;width:36rem;height:36rem}._drawerWrap_90t4c_22 .MuiPaper-root{background:unset}._hallHeader_90t4c_25{width:100%}._headerWrap_90t4c_28{z-index:10;box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;height:50rem;padding:0 12rem 0 15rem;display:flex;position:relative;overflow:hidden}._headerWrap_90t4c_28 ._logo_90t4c_40{flex:1;justify-content:flex-start;align-items:center;gap:7rem;height:100%;display:flex;overflow:hidden}._headerWrap_90t4c_28 ._logo_90t4c_40 ._menuDiv_90t4c_49{box-sizing:border-box;justify-content:center;align-items:center;height:100%;display:flex}._headerWrap_90t4c_28 ._logo_90t4c_40 ._menuDiv_90t4c_49 ._menuBtn_90t4c_56{justify-content:center;align-items:center;height:30rem;display:flex}._headerWrap_90t4c_28 ._logo_90t4c_40 ._menuDiv_90t4c_49 ._menuBtn_90t4c_56 img{height:100%}._headerWrap_90t4c_28 ._logo_90t4c_40 ._userWrap_90t4c_65{flex:1;align-items:center;height:100%;display:flex;overflow:hidden}._headerWrap_90t4c_28 ._logo_90t4c_40 ._userWrap_90t4c_65 ._userContent_90t4c_72{width:100%;display:flex}._headerWrap_90t4c_28 ._logo_90t4c_40 ._userWrap_90t4c_65 ._userContent_90t4c_72 ._userHead_90t4c_76{background:linear-gradient(#8a50ff,#4927de);border-radius:80rem;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}._headerWrap_90t4c_28 ._logo_90t4c_40 ._userWrap_90t4c_65 ._userContent_90t4c_72 ._userHead_90t4c_76 img{width:34rem;height:34rem}._headerWrap_90t4c_28 ._logo_90t4c_40 ._userWrap_90t4c_65 ._userContent_90t4c_72 ._userHead_90t4c_76 ._userHeadVip_90t4c_89{justify-content:center;align-items:center;width:34rem;height:10rem;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}._headerWrap_90t4c_28 ._logo_90t4c_40 ._userWrap_90t4c_65 ._userContent_90t4c_72 ._userHead_90t4c_76 ._userHeadVip_90t4c_89 img{width:100%;height:100%}._headerWrap_90t4c_28 ._logo_90t4c_40 ._userWrap_90t4c_65 ._userContent_90t4c_72 ._userInfo_90t4c_104{color:#fff;text-align:left;flex-direction:column;flex:1;justify-content:center;margin-left:7rem;font-size:11rem;font-weight:700;display:flex;overflow:hidden}._headerWrap_90t4c_28 ._logo_90t4c_40 ._userWrap_90t4c_65 ._userContent_90t4c_72 ._userInfo_90t4c_104 ._userId_90t4c_116{color:#b2b8ff;white-space:nowrap;font-family:Roboto;font-size:9rem;font-weight:900}._headerWrap_90t4c_28 ._logo_90t4c_40 ._userWrap_90t4c_65 ._userContent_90t4c_72 ._userInfo_90t4c_104 ._userName_90t4c_123{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._headerWrap_90t4c_28._mask_90t4c_131:before{content:"";z-index:5;background:linear-gradient(#460d90,#450d8f00);width:100%;height:20rem;position:absolute;bottom:-19rem;left:0}._headerWrap_90t4c_28 ._shadeWrap_90t4c_141{z-index:8;background:#000;width:100%;height:100%;position:fixed;top:0;left:0}._headerWrap_90t4c_28 ._menuBox_90t4c_150{border-radius:8rem;width:36rem;height:36rem;position:relative}._headerWrap_90t4c_28 ._menuBox_90t4c_150 img{width:100%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._headerWrap_90t4c_28 ._infoWrap_90t4c_164{margin-left:10rem;font-size:13rem;display:flex;position:relative}._headerWrap_90t4c_28 ._infoWrap_90t4c_164 ._right_90t4c_170{flex-flow:column;justify-content:space-between;max-width:55rem;height:36rem;display:flex}._headerWrap_90t4c_28 ._infoWrap_90t4c_164 ._right_90t4c_170>div:first-of-type{white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden}._headerWrap_90t4c_28 ._infoWrap_90t4c_164 ._avatar_90t4c_183{box-sizing:border-box;background:linear-gradient(#e856ff,#b9f 50%);border-radius:36rem;width:30rem;height:30rem;margin-top:-6rem;padding:2rem;overflow:hidden}._headerWrap_90t4c_28 ._infoWrap_90t4c_164 ._avatar_90t4c_183 img{width:100%;display:block}._headerWrap_90t4c_28 ._infoWrap_90t4c_164 ._vipLevel_90t4c_197{text-align:center;background:linear-gradient(90deg,#812aed,#f958a3 60%,#ff7462,#f9b571);border-radius:6rem;justify-content:center;align-items:center;width:33rem;height:12rem;font-size:9rem;font-style:italic;font-weight:600;line-height:13rem;display:flex;position:absolute;bottom:-4rem;left:50%;transform:translate(-50%)}._headerWrap_90t4c_28 ._infoWrap_90t4c_164 ._vipLevel_90t4c_197>span{margin-left:2rem}._headerWrap_90t4c_28 ._infoWrap_90t4c_164 ._vipWrap_90t4c_218{position:relative}._headerWrap_90t4c_28 ._infoWrap_90t4c_164 ._vipWrap_90t4c_218 ._vipHeader_90t4c_221{width:29rem;position:absolute;top:-7rem;left:-7rem}._headerWrap_90t4c_28 ._infoWrap_90t4c_164 ._vipWrap_90t4c_218 img{width:100%;display:block}._headerWrap_90t4c_28 ._currencyGiftWrap_90t4c_231{justify-content:space-between;align-items:center;display:flex;position:relative}._headerWrap_90t4c_28 ._currencyGiftWrap_90t4c_231 ._currencyWrap_90t4c_237{box-sizing:border-box;background:#2d0d62;border:1rem solid #582fa2;border-radius:8rem;justify-content:space-between;align-items:center;width:132rem;height:28rem;padding:0 1rem 0 5rem;display:flex;position:relative}._headerWrap_90t4c_28 ._currencyGiftWrap_90t4c_231 ._currencyWrap_90t4c_237 ._currency_90t4c_231{flex:1;align-items:center;min-width:0;font-weight:700;line-height:28rem;display:flex;overflow:hidden}._headerWrap_90t4c_28 ._currencyGiftWrap_90t4c_231 ._currencyWrap_90t4c_237 ._currency_90t4c_231 img{flex-shrink:0;width:15rem;height:15rem;margin-right:7rem}._headerWrap_90t4c_28 ._currencyGiftWrap_90t4c_231 ._currencyWrap_90t4c_237 ._currency_90t4c_231 ._goldNum_90t4c_265{flex:1;min-width:0;overflow:hidden}._headerWrap_90t4c_28 ._currencyGiftWrap_90t4c_231 ._currencyWrap_90t4c_237 ._currencyBtn_90t4c_270{box-sizing:border-box;height:100%;padding:1rem 0}._headerWrap_90t4c_28 ._currencyGiftWrap_90t4c_231 ._currencyWrap_90t4c_237 ._currencyBtn_90t4c_270 ._addBox_90t4c_275{border-radius:8rem;height:100%;position:relative}._headerWrap_90t4c_28 ._currencyGiftWrap_90t4c_231 ._currencyWrap_90t4c_237 ._currencyBtn_90t4c_270 ._addBox_90t4c_275 img{height:100%}._headerWrap_90t4c_28 ._currencyGiftWrap_90t4c_231 ._giftWrap_90t4c_283{width:30rem;height:30rem;margin-right:12rem;position:relative}._headerWrap_90t4c_28 ._currencyGiftWrap_90t4c_231 ._giftWrap_90t4c_283>img{width:100%;display:block}._headerWrap_90t4c_28 ._point_90t4c_293{background:#f55;border:.5rem solid #fff;border-radius:7rem;width:7rem;height:7rem;position:absolute;top:-1rem;right:-1rem}._headerWrap_90t4c_28 ._headerPoint_90t4c_303{top:2rem}._numberFont_nfcm3_1{font-family:Satoshi}._imgBox_nfcm3_4>img{width:100%;display:block}._ellipsis_nfcm3_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_nfcm3_14::-webkit-scrollbar{display:none}._emptyWrap_nfcm3_17{text-align:center;flex-flow:column;justify-content:center;align-items:center;height:100%;margin:auto;display:flex}._emptyWrap_nfcm3_17 ._icon_nfcm3_26{width:245rem;height:245rem}._emptyWrap_nfcm3_17 ._icon_nfcm3_26 img{width:100%;height:100%}._emptyWrap_nfcm3_17 ._txt1_nfcm3_34{color:#646287;margin-top:-30rem;font-size:14rem;font-weight:700}._emptyWrap_nfcm3_17 ._txt2_nfcm3_40{color:#a48cb780;font-size:12px;font-weight:400}._numberFont_1w7jn_1{font-family:Satoshi}._imgBox_1w7jn_4>img{width:100%;display:block}._ellipsis_1w7jn_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1w7jn_14::-webkit-scrollbar{display:none}._mailModalWrap_1w7jn_17{box-sizing:border-box;background-color:#f5f5ff;border-radius:7rem;width:100%;padding:9rem 9rem 0}._mailModalWrap_1w7jn_17 ._title_1w7jn_24{color:#41096a;margin-bottom:24rem;font-size:16rem;font-weight:700}._mailModalWrap_1w7jn_17 ._body_1w7jn_30{color:#41096a;padding-bottom:38rem;font-size:14rem}._mailModalWrap_1w7jn_17 ._reward_1w7jn_35{text-align:center;border-top:1rem solid #b3a2bf80;justify-content:center;align-items:center;margin-bottom:17rem;padding-top:10rem;display:flex}._mailModalWrap_1w7jn_17 ._reward_1w7jn_35 ._goldWrap_1w7jn_44{background:linear-gradient(360deg,#1dfdfd,#738fff);border-radius:5rem;justify-content:center;align-items:center;width:48rem;height:48rem;display:flex;position:relative}._mailModalWrap_1w7jn_17 ._reward_1w7jn_35 ._goldWrap_1w7jn_44 img{width:100%;display:block}._mailModalWrap_1w7jn_17 ._reward_1w7jn_35 ._goldWrap_1w7jn_44 span{-webkit-text-stroke:3rem #446ade;text-stroke:3rem #446ade;font-weight:800;position:absolute;bottom:0;left:50%;transform:translate(-50%)}._mailModalWrap_1w7jn_17 ._reward_1w7jn_35 ._goldWrap_1w7jn_44 span:before{content:attr(data-title);-webkit-text-fill-color:transparent;-webkit-text-stroke:0;background:#fff;-webkit-background-clip:text;background-clip:text;position:absolute}._numberFont_c9666_1{font-family:Satoshi}._imgBox_c9666_4>img{width:100%;display:block}._ellipsis_c9666_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_c9666_14::-webkit-scrollbar{display:none}._mailWrap_c9666_17{box-sizing:border-box;background:linear-gradient(#dfdefd,#dfdefd);border-radius:6rem 6rem 0 0;min-height:100%;max-height:100%;margin:0 12rem;padding:10rem 7rem;overflow-y:auto}._mailWrap_c9666_17 ._mailBtn_c9666_27{z-index:20;width:92%;position:fixed;bottom:20rem;left:50%;transform:translate(-50%)}._mailWrap_c9666_17 ._mailBtn_c9666_27 ._btn_c9666_35{border-radius:14rem;padding:11rem 10rem}._mailList_c9666_39{flex-direction:column;justify-content:center;align-items:center;gap:6rem;width:100%;margin-bottom:10rem;display:flex}._mailList_c9666_39 ._mailItem_c9666_48{box-sizing:border-box;background:#fff;border-radius:5rem;justify-content:space-between;align-items:center;width:100%;padding:18rem 11rem;display:flex;overflow:hidden;box-shadow:0 0 2rem #0000000d}._mailList_c9666_39 ._mailItem_c9666_48 ._leftContent_c9666_60{align-items:center;display:flex}._mailList_c9666_39 ._mailItem_c9666_48._receiveItem_c9666_64{background:var(--card-disabled-bg)}._mailList_c9666_39 ._mailItem_c9666_48._receiveItem_c9666_64 ._content_c9666_67 ._title_c9666_67,._mailList_c9666_39 ._mailItem_c9666_48._receiveItem_c9666_64 ._content_c9666_67 ._des_c9666_68{color:#41096a4d}._mailList_c9666_39 ._mailItem_c9666_48 ._icon_c9666_71{box-sizing:border-box;background:linear-gradient(#c6acf3,#9a69ed);border-radius:32rem;justify-content:center;align-items:center;width:32rem;height:32rem;display:flex;position:relative}._mailList_c9666_39 ._mailItem_c9666_48 ._icon_c9666_71 ._noRead_c9666_82{background:#f53f3f;border:1rem solid #fff;border-radius:7rem;width:6rem;height:6rem;position:absolute;top:0;right:0}._mailList_c9666_39 ._mailItem_c9666_48 ._icon_c9666_71 img{width:20rem;display:block}._mailList_c9666_39 ._mailItem_c9666_48 ._right_c9666_96{margin-left:auto}._mailList_c9666_39 ._mailItem_c9666_48 ._right_c9666_96 ._goldBg_c9666_99{background:linear-gradient(360deg,#1dfdfd,#738fff);border-radius:5rem;justify-content:center;align-items:center;width:36rem;height:36rem;display:flex;position:relative}._mailList_c9666_39 ._mailItem_c9666_48 ._right_c9666_96 ._goldBg_c9666_99 img{width:100%;display:block}._mailList_c9666_39 ._mailItem_c9666_48 ._right_c9666_96 ._goldBg_c9666_99 span{-webkit-text-stroke:3rem #446ade;text-stroke:3rem #446ade;font-size:12rem;font-weight:800;position:absolute;bottom:0;left:50%;transform:translate(-50%)}._mailList_c9666_39 ._mailItem_c9666_48 ._right_c9666_96 ._goldBg_c9666_99 span:before{content:attr(data-title);-webkit-text-fill-color:transparent;-webkit-text-stroke:0;background:#fff;-webkit-background-clip:text;background-clip:text;position:absolute}._mailList_c9666_39 ._mailItem_c9666_48 ._content_c9666_67{text-align:left;flex-direction:column;flex:1;margin-left:10rem;display:flex;overflow:hidden}._mailList_c9666_39 ._mailItem_c9666_48 ._content_c9666_67 ._title_c9666_67{color:#5c1c9b;white-space:nowrap;text-overflow:ellipsis;font-size:16rem;overflow:hidden}._mailList_c9666_39 ._mailItem_c9666_48 ._content_c9666_67 ._des_c9666_68{color:#646287;white-space:nowrap;text-overflow:ellipsis;height:22rem;font-size:12rem;font-weight:400;overflow:hidden}._emptyIcon_c9666_156{justify-content:center;align-items:center;display:flex}._emptyIcon_c9666_156 img{width:128rem}._numberFont_ljycv_1{font-family:Satoshi}._imgBox_ljycv_4>img{width:100%;display:block}._ellipsis_ljycv_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_ljycv_14::-webkit-scrollbar{display:none}._titlePageWrap_ljycv_17{text-align:center;color:#fff;background-color:#1c1631;flex-flow:column;width:100%;height:100%;font-family:Roboto;font-size:16rem;font-weight:700;display:flex}._titlePageWrap_ljycv_17._fullScreen_ljycv_29{position:fixed;top:0;left:0}._titlePageWrap_ljycv_17 ._headerContent_ljycv_34{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;height:50rem;padding:0 11rem;display:flex}._titlePageWrap_ljycv_17 ._headerContent_ljycv_34 ._headerLeft_ljycv_43{background-color:#2d0d62;border-radius:9rem;justify-content:flex-start;align-items:center;gap:7rem;min-width:123rem;height:20rem;padding:4rem 4rem 5rem;display:flex}._titlePageWrap_ljycv_17 ._headerContent_ljycv_34 ._headerLeft_ljycv_43 img{width:19rem}._titlePageWrap_ljycv_17 ._headerContent_ljycv_34 ._headerLeft_ljycv_43 ._headerAmount_ljycv_57{text-align:center;flex:1;font-family:Roboto;font-size:13rem;font-weight:700}._titlePageWrap_ljycv_17 ._headerContent_ljycv_34 ._headerRight_ljycv_64{justify-content:center;align-items:center;gap:17rem;display:flex}._titlePageWrap_ljycv_17 ._headerContent_ljycv_34 ._headerRight_ljycv_64 img{width:33rem}._titlePageWrap_ljycv_17 ._headerContent_ljycv_34 ._headerRight_ljycv_64 ._btn_ljycv_73{width:33rem;height:33rem}._titlePageWrap_ljycv_17 ._titleHead_ljycv_77{background:#1c1631;justify-content:space-between;align-items:center;padding:5rem 16rem;display:flex}._titlePageWrap_ljycv_17 ._titleHead_ljycv_77 ._titleLable_ljycv_84{padding-left:6rem}._titlePageWrap_ljycv_17 ._titleHead_ljycv_77 ._btnClose_ljycv_87{width:33rem;height:33rem}._titlePageWrap_ljycv_17 ._content_ljycv_91{background:#1c1631;flex-flow:column;flex:1;display:flex;overflow:auto}._titlePageWrap_ljycv_17 ._content_ljycv_91._noPadding_ljycv_98{padding:0}._titlePageWrap_ljycv_17 ._loadingWrap_ljycv_101{justify-content:center;align-items:center;height:110rem;display:flex}._numberFont_18c2g_1{font-family:Satoshi}._imgBox_18c2g_4>img{width:100%;display:block}._ellipsis_18c2g_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_18c2g_14::-webkit-scrollbar{display:none}._menuWrap_18c2g_17{background:linear-gradient(#170c3b,#1b1637);width:314rem;height:100%;position:relative}._menuWrap_18c2g_17>img{width:100%;position:absolute;top:0;left:0}._menuWrap_18c2g_17 ._menuBody_18c2g_29{color:#e0c6ff;box-sizing:border-box;z-index:2;flex-direction:column;width:314rem;height:100%;padding:23% 16rem 10%;font-size:15rem;display:flex;position:absolute}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._txtLogo_18c2g_41{color:#630faa;font-size:18rem;font-weight:700;position:absolute;bottom:15rem;left:50%;transform:translate(-50%)}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._txtLogo_18c2g_41 img{height:24rem}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._topWrap_18c2g_53{color:#fff;justify-content:center;align-items:center;padding:0 0 0 15rem;font-size:15rem;font-weight:700;display:flex}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._topWrap_18c2g_53 ._nameBox_18c2g_62{flex:1;font-weight:700}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._topWrap_18c2g_53 ._nameBox_18c2g_62>div{align-items:center;display:flex}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._topWrap_18c2g_53 ._nameBox_18c2g_62 ._nameText_18c2g_70{white-space:nowrap;text-overflow:ellipsis;width:auto;overflow:hidden;background:0 0!important}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._topWrap_18c2g_53 ._nameBox_18c2g_62 ._nameText_18c2g_70 ._nameInput_18c2g_77{color:#fff;border:none;outline:none;flex:1;width:100rem;height:26rem;font-size:16rem;font-weight:700;background:0 0!important}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._topWrap_18c2g_53 ._nameBox_18c2g_62 ._nameText_18c2g_70 ._nameInput_18c2g_77::placeholder{color:#fff;background:0 0}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._topWrap_18c2g_53 ._nameBox_18c2g_62 ._nameText_18c2g_70 ._nameInput_18c2g_77::-webkit-input-placeholder{color:#fff}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._topWrap_18c2g_53 ._nameBox_18c2g_62 ._nameText_18c2g_70 ._nameInput_18c2g_77:-moz-placeholder-shown{color:#fff}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._topWrap_18c2g_53 ._nameBox_18c2g_62 ._nameText_18c2g_70 ._nameInput_18c2g_77::-moz-placeholder{color:#fff}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._topWrap_18c2g_53 ._nameBox_18c2g_62 ._nameText_18c2g_70 ._nameInput_18c2g_77:-ms-placeholder-shown{color:#fff}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._topWrap_18c2g_53 ._idTxt_18c2g_106{color:#b2b8ff;font-size:12rem;font-weight:800}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._topWrap_18c2g_53 ._idTxt_18c2g_106>span{margin-right:6rem}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._topWrap_18c2g_53 ._idTxt_18c2g_106 ._vipLevel_18c2g_115{justify-content:center;align-items:center;width:45rem;display:flex}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._topWrap_18c2g_53 ._idTxt_18c2g_106 ._vipLevel_18c2g_115 img{width:100%}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._topWrap_18c2g_53 ._avatar_18c2g_124{background:linear-gradient(#7835ff,#4766ff);border:4rem solid #3a1d74;border-radius:56rem;width:56rem;height:56rem;margin-right:17rem;padding:2rem;position:relative}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._topWrap_18c2g_53 ._avatar_18c2g_124>img{border-radius:56rem;width:100%;display:block}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._topWrap_18c2g_53 ._avatar_18c2g_124 ._change_18c2g_139{position:absolute;bottom:-10rem;right:-5rem}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._topWrap_18c2g_53 ._avatar_18c2g_124 ._change_18c2g_139 img{width:22rem;height:22rem}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._topWrap_18c2g_53 ._edit_18c2g_148{width:16rem;height:16rem;margin:0 6rem}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._topWrap_18c2g_53 ._edit_18c2g_148 img{width:100%;display:block}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._close_18c2g_157{width:30rem;height:30rem;position:absolute;top:35rem;right:15rem}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._content_18c2g_164{flex:1;position:relative;overflow-y:auto}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._content_18c2g_164::-webkit-scrollbar{display:none}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._content_18c2g_164 ._logo_18c2g_173{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._content_18c2g_164 ._logo_18c2g_173 img{width:86rem}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._content_18c2g_164 ._logo_18c2g_173 ._bottomTxt_18c2g_186{text-align:center;color:#8061ee;margin-top:5rem;font-size:14rem}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._rowWrap_18c2g_192{box-sizing:border-box;background:#fff;border-radius:20rem;width:100%;margin-top:12rem;margin-bottom:10rem;padding:0 10rem;overflow:hidden;box-shadow:0 2rem 6rem #0000001a}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._rowWrap_18c2g_192 ._rowItem_18c2g_203{box-sizing:border-box;color:#41096a;justify-content:space-between;align-items:center;padding:10rem 0;display:flex}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._rowWrap_18c2g_192 ._rowItem_18c2g_203:hover,._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._rowWrap_18c2g_192 ._rowItem_18c2g_203:active{background:#fff3}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._rowWrap_18c2g_192 ._rowItem_18c2g_203:last-of-type{border:none}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._rowWrap_18c2g_192 ._rowItem_18c2g_203._rowItemBorder_18c2g_218{border-bottom:1rem solid #e5e5e54d;margin-bottom:8rem;padding-bottom:15rem}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._rowWrap_18c2g_192 ._rowItem_18c2g_203 span{color:#41096a80}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._rowWrap_18c2g_192 ._rowItem_18c2g_203 span._noBind_18c2g_226{color:#ff7441}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._rowWrap_18c2g_192 ._rowItem_18c2g_203 span._okBind_18c2g_229{color:#4183ff}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._rowWrap_18c2g_192 ._rowItem_18c2g_203 ._left_18c2g_232{align-items:center;display:flex}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._rowWrap_18c2g_192 ._rowItem_18c2g_203 ._left_18c2g_232 ._icon_18c2g_236{width:30rem;height:30rem;margin-right:12rem}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._rowWrap_18c2g_192 ._rowItem_18c2g_203 ._left_18c2g_232 ._icon_18c2g_236>img{width:100%;height:100%}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._rowWrap_18c2g_192 ._rowItem_18c2g_203 ._left_18c2g_232 ._text_18c2g_245{font-size:14rem}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._rowWrap_18c2g_192 ._rowItem_18c2g_203 ._left_18c2g_232 ._unread_18c2g_248{margin-left:4rem}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._rowWrap_18c2g_192 ._rowItem_18c2g_203 ._left_18c2g_232 ._unread_18c2g_248 img{width:8rem;height:8rem;display:block}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._rowWrap_18c2g_192 ._rowItem_18c2g_203 ._right_18c2g_256{white-space:nowrap;text-overflow:ellipsis;justify-content:end;align-items:center;width:100rem;display:flex;overflow:hidden}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._rowWrap_18c2g_192 ._rowItem_18c2g_203 ._right_18c2g_256>img{width:18rem;height:18rem}._menuWrap_18c2g_17 ._menuBody_18c2g_29 ._rowWrap_18c2g_192 ._rowItem_18c2g_203 ._info_18c2g_269{text-align:right;white-space:nowrap;text-overflow:ellipsis;width:100rem;font-size:13rem;overflow:hidden}._numberFont_wga0l_1{font-family:Satoshi}._imgBox_wga0l_4>img{width:100%;display:block}._ellipsis_wga0l_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_wga0l_14::-webkit-scrollbar{display:none}._userInfoWrap_wga0l_17{background:#f5f5ff;border-radius:7rem;width:100%}._avatarWrap_wga0l_22{box-sizing:border-box;grid-template-columns:repeat(4,1fr);justify-content:center;align-items:center;row-gap:9rem;width:100%;height:176rem;padding:18rem 12rem;display:grid;overflow-y:auto}._avatarWrap_wga0l_22 ._avatarBorderWrap_wga0l_36{justify-content:center;align-items:center;width:100%;height:70rem;display:flex;position:relative}._avatarWrap_wga0l_22 ._avatarBorderWrap_wga0l_36 ._selectIcon_wga0l_44{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._avatarWrap_wga0l_22 ._avatarBorderWrap_wga0l_36 ._selectIcon_wga0l_44 img{height:100%}._avatarWrap_wga0l_22 ._avatarBorderWrap_wga0l_36 ._headIcon_wga0l_57{justify-content:center;align-items:center;height:56rem;display:flex}._avatarWrap_wga0l_22 ._avatarBorderWrap_wga0l_36 ._headIcon_wga0l_57 img{height:100%}._numberFont_saxu6_1{font-family:Satoshi}._imgBox_saxu6_4>img{width:100%;display:block}._ellipsis_saxu6_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_saxu6_14::-webkit-scrollbar{display:none}._vipWrap_saxu6_17{width:100%;position:relative}._vipWrap_saxu6_17 ._vipBg_saxu6_21{width:100%;height:100%;position:absolute;inset:0}._vipWrap_saxu6_17 ._vipBg_saxu6_21 img{width:100%;height:100%;display:inline-block}._vipWrap_saxu6_17 ._vipInfo_saxu6_32{z-index:10;box-sizing:border-box;padding:8rem 16rem;inset:0}._vipWrap_saxu6_17 ._vipInfo_saxu6_32 ._vipProgress_saxu6_38{font-family:Roboto;font-weight:900;font-style:Black;color:#fff;flex-direction:column;justify-content:center;gap:3rem;margin-bottom:7rem;font-size:10rem;display:flex}._vipWrap_saxu6_17 ._vipInfo_saxu6_32 ._vipProgress_saxu6_38 ._vipTask_saxu6_50{justify-content:space-between;align-items:center;display:flex}._vipWrap_saxu6_17 ._vipInfo_saxu6_32 ._vipProgress_saxu6_38 ._vipTask_saxu6_50 ._vipProgressTotal_saxu6_55{white-space:pre;justify-content:center;align-items:center;font-size:10rem;display:flex}._vipWrap_saxu6_17 ._vipInfo_saxu6_32 ._vipProgress_saxu6_38 ._vipTask_saxu6_50 ._vipProgressTotal_saxu6_55 div{font-size:12rem}._vipWrap_saxu6_17 ._vipInfo_saxu6_32 ._vipProgress_saxu6_38 ._vipTask_saxu6_50 ._vipProgressTotal_saxu6_55 span{color:#ca9eff;font-size:10rem}._vipWrap_saxu6_17 ._vipInfo_saxu6_32 ._vipLevel_saxu6_70 ._vipProgressTotal_saxu6_55,._vipWrap_saxu6_17 ._vipInfo_saxu6_32 ._vipMoney_saxu6_71 ._vipProgressTotal_saxu6_55{color:#fff;justify-content:flex-end;margin-top:3rem;font-size:12rem;font-weight:700;display:flex}._vipWrap_saxu6_17 ._vipInfo_saxu6_32 ._vipLevel_saxu6_70 ._vipProgressTotal_saxu6_55 span:first-child,._vipWrap_saxu6_17 ._vipInfo_saxu6_32 ._vipMoney_saxu6_71 ._vipProgressTotal_saxu6_55 span:first-child{color:#46e2f7}._vipWrap_saxu6_17 ._vipInfo_saxu6_32 ._progressLevel_saxu6_83{justify-content:center;align-items:center;gap:3rem;display:flex}._vipWrap_saxu6_17 ._vipInfo_saxu6_32 ._progressLevel_saxu6_83 ._progress_saxu6_83{flex:1}._vipWrap_saxu6_17 ._vipInfo_saxu6_32 ._progressLevel_saxu6_83 ._levelText_saxu6_92{color:#fff;font-size:12rem}._vipWrap_saxu6_17 ._vipInfo_saxu6_32 ._vipLevel_saxu6_70{flex-direction:column;display:flex}._vipWrap_saxu6_17 ._vipInfo_saxu6_32 ._vipLevel_saxu6_70 ._vipLevelInfo_saxu6_100{justify-content:space-between;align-items:center;width:100%;height:30rem;margin-bottom:4rem;display:flex}._vipWrap_saxu6_17 ._vipInfo_saxu6_32 ._vipLevel_saxu6_70 ._vipLevelInfo_saxu6_100 ._vipLevelTitle_saxu6_108{background:linear-gradient(#fff,#f8c7ff);-webkit-text-fill-color:transparent;text-shadow:2rem 2rem 0 #0000000d;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:20rem;font-weight:900;transform:skew(-15deg);font-style:oblique!important}._vipWrap_saxu6_17 ._vipInfo_saxu6_32 ._vipLevel_saxu6_70 ._vipLevelInfo_saxu6_100 ._vipLevelName_saxu6_122{font-size:12rem}._vipWrap_saxu6_17 ._vipInfo_saxu6_32 ._vipMoney_saxu6_71{flex-direction:column;display:flex}._vipWrap_saxu6_17 ._vipInfo_saxu6_32 ._vipBet_saxu6_129{color:#f6d553;align-items:center;height:16rem;font-size:14rem;font-weight:700;display:flex}._vipWrap_saxu6_17 ._vipInfo_saxu6_32 ._vipBet_saxu6_129 span:last-child{font-size:12rem}._numberFont_na027_1{font-family:Satoshi}._imgBox_na027_4>img{width:100%;display:block}._ellipsis_na027_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_na027_14::-webkit-scrollbar{display:none}._navWrap_na027_17{box-sizing:border-box;flex-direction:column;flex:1;align-items:center;width:100%;margin-top:17rem;display:flex}._navWrap_na027_17 ._navList_na027_26{box-sizing:border-box;background:linear-gradient(#311866,#150a36);border-radius:6rem;grid-template-columns:repeat(4,2fr);justify-content:space-between;row-gap:30rem;width:100%;padding:18rem 11rem;display:grid}._navWrap_na027_17 ._navList_na027_26 ._navItem_na027_40{flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}._navWrap_na027_17 ._navList_na027_26 ._navItem_na027_40 ._navItemIcon_na027_47{width:47rem;height:47rem;margin-bottom:4rem}._navWrap_na027_17 ._navList_na027_26 ._navItem_na027_40 ._navItemIcon_na027_47 img{width:100%;height:100%;display:inline-block}._navWrap_na027_17 ._navList_na027_26 ._navItem_na027_40 ._navItemTitle_na027_57{color:#fff;font-size:10rem;font-weight:700}._navWrap_na027_17 ._navList_na027_26 ._navItem_na027_40 ._giftBubble_na027_62{position:absolute;top:-25%;left:30%}._navWrap_na027_17 ._navList_na027_26 ._navItem_na027_40 ._giftBubble_na027_62 ._bubbleArrow_na027_67{z-index:1;border-top:14rem solid #ff906e;border-left:7rem solid #0000;border-right:7rem solid #0000;width:0;height:0;position:absolute;bottom:-7rem;left:20%}._navWrap_na027_17 ._navList_na027_26 ._navItem_na027_40 ._giftBubble_na027_62 ._bubbleBg_na027_78{z-index:2;background:linear-gradient(263.82deg,#ff5133 -20.55%,#ff906e 148.41%);border-radius:4rem;width:62rem;height:19rem;position:relative}._navWrap_na027_17 ._navList_na027_26 ._navItem_na027_40 ._giftBubble_na027_62 ._bubbleBg_na027_78 ._giftInfo_na027_86{justify-content:center;align-items:center;gap:5rem;display:flex;position:absolute;top:-15%;left:10%}._navWrap_na027_17 ._navList_na027_26 ._navItem_na027_40 ._giftBubble_na027_62 ._bubbleBg_na027_78 ._giftInfo_na027_86 ._giftIcon_na027_95{justify-content:center;align-items:center;width:18rem;display:flex}._navWrap_na027_17 ._navList_na027_26 ._navItem_na027_40 ._giftBubble_na027_62 ._bubbleBg_na027_78 ._giftInfo_na027_86 ._giftIcon_na027_95 img{width:100%}._navWrap_na027_17 ._navList_na027_26 ._navItem_na027_40 ._giftBubble_na027_62 ._bubbleBg_na027_78 ._giftInfo_na027_86 ._giftAmount_na027_104{text-align:center;color:#fff;margin-top:5rem;font-family:Roboto;font-size:12rem;font-weight:700;line-height:14rem}._navWrap_na027_17 ._display_center_na027_113{justify-content:center;align-items:center;display:flex}._navWrap_na027_17 ._bottomBtn_na027_118{box-sizing:border-box;color:#8061ee;background:linear-gradient(#231453,#231453);border-radius:6rem;flex:1;justify-content:space-between;align-items:center;width:100%;margin-top:8rem;padding:6rem 11rem;font-size:13rem;font-weight:700;display:flex}._navWrap_na027_17 ._bottomBtn_na027_118 ._bottomLeft_na027_133{justify-content:center;align-items:center;gap:10rem;display:flex}._navWrap_na027_17 ._bottomBtn_na027_118 ._bottomLeft_na027_133 ._leftIcon_na027_139{justify-content:center;align-items:center;width:25rem;display:flex}._navWrap_na027_17 ._bottomBtn_na027_118 ._bottomLeft_na027_133 ._leftIcon_na027_139 img{width:100%}._navWrap_na027_17 ._bottomBtn_na027_118 ._bottomRight_na027_148{justify-content:center;align-items:center;gap:3rem;display:flex}._navWrap_na027_17 ._bottomBtn_na027_118 ._bottomRight_na027_148 ._languageIcon_na027_154{justify-content:center;align-items:center;width:18rem;display:flex}._navWrap_na027_17 ._bottomBtn_na027_118 ._bottomRight_na027_148 ._languageIcon_na027_154 img{width:100%}._navWrap_na027_17 ._bottomBtn_na027_118 ._bottomRight_na027_148 ._rightArr_na027_163{width:4rem}._navWrap_na027_17 ._bottomBtn_na027_118 ._bottomRight_na027_148 ._rightArr_na027_163 img{width:100%}._navWrap_na027_17 ._logOut_na027_169{color:#6e51d5;background:linear-gradient(#170c3b,#170c3b);border-radius:6rem;flex:1;justify-content:center;align-items:center;width:100%;margin-top:8rem;padding:16rem 0;font-size:13rem;font-weight:700;display:flex}._numberFont_1lbka_1{font-family:Satoshi}._imgBox_1lbka_4>img{width:100%;display:block}._ellipsis_1lbka_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1lbka_14::-webkit-scrollbar{display:none}._pageWrap_1lbka_17{box-sizing:border-box;background-color:#191234;width:100%;height:100%;padding:0 12rem}._pageWrap_1lbka_17 ._listWrap_1lbka_24{box-sizing:border-box;background-color:#dfdefd;border-radius:6rem;padding:6rem}._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30{box-sizing:border-box;background-color:#fff;border-radius:6rem;flex-direction:column;align-items:center;width:100%;margin-bottom:6rem;padding:6rem;display:flex;box-shadow:0 0 2rem #0000000d}._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30:last-child{margin-bottom:0}._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30 ._gameInfoWrap_1lbka_45{justify-content:space-between;align-items:center;width:100%;margin-bottom:7rem;display:flex}._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30 ._gameInfoWrap_1lbka_45 ._gameWrap_1lbka_52{align-items:center;display:flex}._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30 ._gameInfoWrap_1lbka_45 ._gameWrap_1lbka_52 ._gameIconWrap_1lbka_56{width:46rem;height:46rem;margin-right:5rem}._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30 ._gameInfoWrap_1lbka_45 ._gameWrap_1lbka_52 ._gameIconWrap_1lbka_56 img{width:100%;height:100%;display:inline-block}._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30 ._gameInfoWrap_1lbka_45 ._gameWrap_1lbka_52 ._gameInfo_1lbka_45 ._gameName_1lbka_66{color:#5c1c9b;text-align:left;height:20rem;font-size:16rem;font-weight:700;line-height:20rem}._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30 ._gameInfoWrap_1lbka_45 ._gameWrap_1lbka_52 ._gameInfo_1lbka_45 ._gameDate_1lbka_74{color:#646287;font-size:12rem;font-weight:400}._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30 ._gameInfoWrap_1lbka_45 ._gameStatusWrap_1lbka_79{align-items:center;font-weight:700;display:flex}._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30 ._gameInfoWrap_1lbka_45 ._gameStatusWrap_1lbka_79 ._status_1lbka_84{text-align:center;border-radius:50%;width:30rem;height:30rem;margin-right:3rem;font-size:10rem;line-height:30rem}._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30 ._gameInfoWrap_1lbka_45 ._gameStatusWrap_1lbka_79 ._amount_1lbka_93{font-size:12rem}._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30 ._gameInfoWrap_1lbka_45 ._gameStatusWrap_1lbka_79._gameStatus_1lbka_79._win_1lbka_96 ._status_1lbka_84{color:#278350;background-color:#a2f1c5}._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30 ._gameInfoWrap_1lbka_45 ._gameStatusWrap_1lbka_79._gameStatus_1lbka_79._win_1lbka_96 ._amount_1lbka_93{color:#278350}._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30 ._gameInfoWrap_1lbka_45 ._gameStatusWrap_1lbka_79._gameStatus_1lbka_79._lose_1lbka_103 ._status_1lbka_84{color:#a32323;background-color:#ffc5c5}._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30 ._gameInfoWrap_1lbka_45 ._gameStatusWrap_1lbka_79._gameStatus_1lbka_79._lose_1lbka_103 ._amount_1lbka_93{color:#a32323}._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30 ._amountWrap_1lbka_110{color:#646287;justify-content:space-between;align-items:center;width:100%;font-size:12rem;display:flex}._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30 ._amountWrap_1lbka_110 ._amount_1lbka_93,._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30 ._amountWrap_1lbka_110 ._balance_1lbka_119{display:flex}._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30 ._amountWrap_1lbka_110 ._amount_1lbka_93 ._title_1lbka_122,._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30 ._amountWrap_1lbka_110 ._balance_1lbka_119 ._title_1lbka_122{margin-right:5rem}._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30 ._amountWrap_1lbka_110 ._amount_1lbka_93 ._num_1lbka_1,._pageWrap_1lbka_17 ._listWrap_1lbka_24 ._itemWrap_1lbka_30 ._amountWrap_1lbka_110 ._balance_1lbka_119 ._num_1lbka_1{font-weight:700}._numberFont_pyhar_1{font-family:Satoshi}._imgBox_pyhar_4>img{width:100%;display:block}._ellipsis_pyhar_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_pyhar_14::-webkit-scrollbar{display:none}._languageWrap_pyhar_17{background-color:#f5f5ff;border-radius:8rem;width:286rem;padding:5rem 5rem 10rem}._languageWrap_pyhar_17 ._languageItem_pyhar_23{color:#41096a;box-sizing:border-box;border-bottom:1rem solid #ededed;justify-content:space-between;align-items:center;height:36rem;margin-bottom:10rem;padding:8rem 10rem;font-size:16rem;display:flex}._languageWrap_pyhar_17 ._languageItem_pyhar_23:last-of-type{border:none;margin:0}._languageWrap_pyhar_17 ._languageItem_pyhar_23 ._lang_pyhar_17{align-items:center;display:flex}._languageWrap_pyhar_17 ._languageItem_pyhar_23 ._lang_pyhar_17 img{width:20rem;margin-right:10rem}._languageWrap_pyhar_17 ._languageItem_pyhar_23 ._radioWrap_pyhar_47{border:1rem solid #c9cdd4;border-radius:18rem;justify-content:center;align-items:center;width:18rem;height:18rem;display:flex}._languageWrap_pyhar_17 ._languageItem_pyhar_23 ._radioWrap_pyhar_47._atc_pyhar_56{border:none}._languageWrap_pyhar_17 ._languageItem_pyhar_23 ._radioWrap_pyhar_47 img{width:20rem;display:block}._numberFont_cy1qh_1{font-family:Satoshi}._imgBox_cy1qh_4>img{width:100%;display:block}._ellipsis_cy1qh_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_cy1qh_14::-webkit-scrollbar{display:none}._bindPhoneWrap_cy1qh_17{text-align:center;box-sizing:border-box;background-color:#fff;border-radius:10rem;width:85%;padding:12rem 16rem 20rem;font-family:Roboto;font-size:14rem;font-weight:700}._bindPhoneWrap_cy1qh_17 ._displayCenter_cy1qh_28{justify-content:center;align-items:center;display:flex}._bindPhoneWrap_cy1qh_17 ._bindPhoneTitle_cy1qh_33{color:#444344;width:100%;height:24rem;font-size:18rem;line-height:24rem;position:relative}._bindPhoneWrap_cy1qh_17 ._bindPhoneTitle_cy1qh_33 ._closeBtn_cy1qh_41{position:absolute;top:0;right:0}._bindPhoneWrap_cy1qh_17 ._bindPhoneTitle_cy1qh_33 ._closeBtn_cy1qh_41 img{width:24rem;height:24rem}._bindPhoneWrap_cy1qh_17 ._verifyStep_cy1qh_50{justify-content:center;align-items:center;margin-bottom:10rem;display:flex}._bindPhoneWrap_cy1qh_17 ._verifyStep_cy1qh_50 ._step_cy1qh_56{flex-direction:column;justify-content:center;align-items:center;gap:3rem;display:flex}._bindPhoneWrap_cy1qh_17 ._verifyStep_cy1qh_50 ._step_cy1qh_56 ._stepNum_cy1qh_63{background:linear-gradient(#b4b1b8,#b6b3ba);border-radius:60rem;justify-content:center;align-items:center;width:36rem;height:36rem;font-family:Roboto;font-size:23rem;font-weight:900;line-height:23rem;display:flex}._bindPhoneWrap_cy1qh_17 ._verifyStep_cy1qh_50 ._step_cy1qh_56 ._stepNum_cy1qh_63 img{width:23rem;height:15rem}._bindPhoneWrap_cy1qh_17 ._verifyStep_cy1qh_50 ._step_cy1qh_56 ._stepText_cy1qh_80{color:#b4b1b8;font-size:9rem;line-height:9rem}._bindPhoneWrap_cy1qh_17 ._verifyStep_cy1qh_50 ._stepLine_cy1qh_85{justify-content:center;align-items:center;width:100rem;display:flex}._bindPhoneWrap_cy1qh_17 ._verifyStep_cy1qh_50 ._stepLine_cy1qh_85 img{width:100%}._bindPhoneWrap_cy1qh_17 ._verifyStep_cy1qh_50 ._nowStep_cy1qh_94 ._stepNum_cy1qh_63{background:linear-gradient(#9264ff,#794fe8)}._bindPhoneWrap_cy1qh_17 ._verifyStep_cy1qh_50 ._nowStep_cy1qh_94 ._stepText_cy1qh_80{color:#7d49fa}._bindPhoneWrap_cy1qh_17 ._verifyStep_cy1qh_50 ._completeStep_cy1qh_100 ._stepNum_cy1qh_63{background:linear-gradient(#2ada30,#16ce41)}._bindPhoneWrap_cy1qh_17 ._bindInfo_cy1qh_103{box-sizing:border-box;background:linear-gradient(#f8f6ff,#f2eaff);border-radius:6rem;width:100%;margin:7rem auto 10rem;padding:13rem 12rem}._bindPhoneWrap_cy1qh_17 ._bindInfo_cy1qh_103 ._userInfo_cy1qh_111{color:#9a84ba;text-align:left;flex-direction:column;gap:3rem;font-size:12rem;display:flex}._bindPhoneWrap_cy1qh_17 ._bindInfo_cy1qh_103 ._userInfo_cy1qh_111 ._userId_cy1qh_119{color:#6d5989;font-size:16rem}._bindPhoneWrap_cy1qh_17 ._bindInfo_cy1qh_103 ._userPhoneInfo_cy1qh_123{color:#9a84ba;font-weight:900}._bindPhoneWrap_cy1qh_17 ._bindInfo_cy1qh_103 ._userPhoneInfo_cy1qh_123 ._userInfoBox_cy1qh_127{background-color:#fff;border:1rem solid #e0e1e2;border-radius:6rem;justify-content:center;align-items:center;gap:3rem;height:52rem;margin-top:3rem;display:flex}._bindPhoneWrap_cy1qh_17 ._bindInfo_cy1qh_103 ._userPhoneInfo_cy1qh_123 ._userInfoBox_cy1qh_127 ._phoneIcon_cy1qh_138{justify-content:center;align-items:center;width:13rem;display:flex}._bindPhoneWrap_cy1qh_17 ._bindInfo_cy1qh_103 ._userPhoneInfo_cy1qh_123 ._userInfoBox_cy1qh_127 ._phoneIcon_cy1qh_138 img{width:100%}._bindPhoneWrap_cy1qh_17 ._bindInfo_cy1qh_103 ._userPhoneInfo_cy1qh_123 ._userInfoBox_cy1qh_127 ._phoneInfo_cy1qh_147 ._phoneNum_cy1qh_147{color:#613a98;font-size:17rem;font-weight:900;line-height:17rem}._bindPhoneWrap_cy1qh_17 ._formBody_cy1qh_153{flex-direction:column;gap:7rem;display:flex}._bindPhoneWrap_cy1qh_17 ._formBody_cy1qh_153 ._error_cy1qh_158{color:red;text-align:left;line-height:14rem}._bindPhoneWrap_cy1qh_17 ._formBody_cy1qh_153 ._paddingLeft_cy1qh_163{box-sizing:border-box;flex:1;padding-left:14rem}._bindPhoneWrap_cy1qh_17 ._formBody_cy1qh_153 ._formItem_cy1qh_168{color:#d0c4e099;background:#fff;border:1rem solid #e0e1e2;border-radius:6rem;align-items:center;height:40rem;display:flex}._bindPhoneWrap_cy1qh_17 ._formBody_cy1qh_153 ._formItem_cy1qh_168 ._prefix_cy1qh_177{color:#6d5989;background-color:#f8f9fa;border-right:1rem solid #e8eaed;border-radius:6rem 0 0 6rem;justify-content:center;align-items:center;width:56rem;height:100%;margin-right:15rem;font-size:15rem;display:flex}._bindPhoneWrap_cy1qh_17 ._formBody_cy1qh_153 ._formItem_cy1qh_168 ._placeSpace_cy1qh_190{width:14rem;height:100%}._bindPhoneWrap_cy1qh_17 ._formBody_cy1qh_153 ._formItem_cy1qh_168 ._formContent_cy1qh_194{flex:1;justify-content:space-between;align-items:center;display:flex;position:relative}._bindPhoneWrap_cy1qh_17 ._formBody_cy1qh_153 ._formItem_cy1qh_168 ._formContent_cy1qh_194 input{background:unset;color:#6d5989;border:none;outline:none;flex:1;height:30rem;font-family:Roboto;font-size:12rem;font-weight:700}._bindPhoneWrap_cy1qh_17 ._formBody_cy1qh_153 ._formItem_cy1qh_168 ._formContent_cy1qh_194 input::placeholder{color:#bcb3ca;font-weight:700}._bindPhoneWrap_cy1qh_17 ._formBody_cy1qh_153 ._formItem_cy1qh_168 ._formContent_cy1qh_194 ._passwordIcon_cy1qh_216{width:20rem;height:20rem}._bindPhoneWrap_cy1qh_17 ._formBody_cy1qh_153 ._formItem_cy1qh_168 ._formContent_cy1qh_194 ._passwordIcon_cy1qh_216 img{width:100%;height:100%}._bindPhoneWrap_cy1qh_17 ._formBody_cy1qh_153 ._formItem_cy1qh_168 ._formContent_cy1qh_194 ._rightIcon_cy1qh_224{justify-content:center;align-items:center;width:18rem;margin-right:11rem;display:flex}._bindPhoneWrap_cy1qh_17 ._formBody_cy1qh_153 ._formItem_cy1qh_168 ._formContent_cy1qh_194 ._rightIcon_cy1qh_224 img{width:100%}._bindPhoneWrap_cy1qh_17 ._formBody_cy1qh_153 ._formTitle_cy1qh_234{color:#7d49fa;text-align:left;font-size:12rem;line-height:12rem}._bindPhoneWrap_cy1qh_17 ._formBody_cy1qh_153 ._codeContent_cy1qh_240{width:100%;height:40rem;display:flex}._bindPhoneWrap_cy1qh_17 ._formBody_cy1qh_153 ._codeContent_cy1qh_240 ._sendCode_cy1qh_245{color:#fff;background-color:#9265ff;border-radius:6rem;justify-content:center;align-items:center;width:112rem;height:100%;margin-left:10rem;font-size:13rem;line-height:13rem;display:flex}._bindPhoneWrap_cy1qh_17 ._tipContent_cy1qh_258{box-sizing:border-box;background-color:#fcf9fd;border-radius:6rem;width:100%;margin-top:10rem;padding:11rem}._bindPhoneWrap_cy1qh_17 ._tipContent_cy1qh_258 ._tipIcon_cy1qh_266{color:#816aa1;justify-content:flex-start;align-items:center;gap:3rem;margin-bottom:5rem;display:flex}._bindPhoneWrap_cy1qh_17 ._tipContent_cy1qh_258 ._tipIcon_cy1qh_266 img{width:12rem}._bindPhoneWrap_cy1qh_17 ._tipContent_cy1qh_258 ._tipIcon_cy1qh_266 ._tipTitle_cy1qh_277{text-align:left;font-size:12rem;font-weight:900;line-height:12rem}._bindPhoneWrap_cy1qh_17 ._tipContent_cy1qh_258 ._tipInfo_cy1qh_283{color:#a78ccc}._bindPhoneWrap_cy1qh_17 ._tipContent_cy1qh_258 ._tipInfo_cy1qh_283 ._tipMsg_cy1qh_286{text-align:left;font-size:11rem;line-height:13rem}._bindPhoneWrap_cy1qh_17 ._tipWarn_cy1qh_291 ._tipIcon_cy1qh_266{color:#f68485}._bindPhoneWrap_cy1qh_17 ._tipWarn_cy1qh_291 ._tipInfo_cy1qh_283{color:#ff8f84}._bindPhoneWrap_cy1qh_17 ._bindBtn_cy1qh_297{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;justify-content:center;align-items:center;width:100%;height:46rem;margin-top:10rem;font-size:16rem;line-height:16rem;display:flex;position:relative}._bindPhoneWrap_cy1qh_17 ._bindBtn_cy1qh_297 ._giftBubble_cy1qh_310{position:absolute;top:-90%;left:5%}._bindPhoneWrap_cy1qh_17 ._bindBtn_cy1qh_297 ._giftBubble_cy1qh_310 ._bubbleArrow_cy1qh_315{clip-path:polygon(50% 100%,0% 0%,100% 0%);z-index:1;background:linear-gradient(263.82deg,#ff5133 -20.55%,#ff906e 148.41%);width:12rem;height:12rem;position:absolute;bottom:-10rem;left:20%}._bindPhoneWrap_cy1qh_17 ._bindBtn_cy1qh_297 ._giftBubble_cy1qh_310 ._bubbleBg_cy1qh_327{z-index:2;background:linear-gradient(263.82deg,#ff5133 -20.55%,#ff906e 148.41%);border-radius:4rem;width:101rem;height:27rem;position:relative}._bindPhoneWrap_cy1qh_17 ._bindBtn_cy1qh_297 ._giftBubble_cy1qh_310 ._bubbleBg_cy1qh_327 ._giftInfo_cy1qh_335{justify-content:center;align-items:center;gap:5rem;display:flex;position:absolute;top:-25%;left:10%}._bindPhoneWrap_cy1qh_17 ._bindBtn_cy1qh_297 ._giftBubble_cy1qh_310 ._bubbleBg_cy1qh_327 ._giftInfo_cy1qh_335 ._giftIcon_cy1qh_344{justify-content:center;align-items:center;width:31rem;display:flex}._bindPhoneWrap_cy1qh_17 ._bindBtn_cy1qh_297 ._giftBubble_cy1qh_310 ._bubbleBg_cy1qh_327 ._giftInfo_cy1qh_335 ._giftIcon_cy1qh_344 img{width:100%}._bindPhoneWrap_cy1qh_17 ._bindBtn_cy1qh_297 ._giftBubble_cy1qh_310 ._bubbleBg_cy1qh_327 ._giftInfo_cy1qh_335 ._giftAmount_cy1qh_353{text-align:center;color:#fff;margin-top:5rem;font-family:Roboto;font-size:16rem;font-weight:700;line-height:16rem}._bindPhoneWrap_cy1qh_17 ._marginTop_cy1qh_362{margin-top:70rem}._bindPhoneWrap_cy1qh_17 ._bottomMsg_cy1qh_365{color:#b19fca;flex-direction:column;gap:3rem;margin-top:10rem;font-size:11rem;font-weight:900;line-height:11rem;display:flex}._numberFont_1kla2_1{font-family:Satoshi}._imgBox_1kla2_4>img{width:100%;display:block}._ellipsis_1kla2_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1kla2_14::-webkit-scrollbar{display:none}._bindPhoneWrap_1kla2_17{text-align:center;box-sizing:border-box;background-color:#fff;border-radius:10rem;width:85%;padding:15rem 16rem 16rem;font-family:Roboto;font-size:14rem;font-weight:700}._bindPhoneWrap_1kla2_17 ._displayCenter_1kla2_28{justify-content:center;align-items:center;display:flex}._bindPhoneWrap_1kla2_17 ._bindPhoneTitle_1kla2_33{color:#444344;width:100%;height:24rem;font-size:18rem;line-height:24rem;position:relative}._bindPhoneWrap_1kla2_17 ._bindPhoneTitle_1kla2_33 ._closeBtn_1kla2_41{position:absolute;top:0;right:0}._bindPhoneWrap_1kla2_17 ._bindPhoneTitle_1kla2_33 ._closeBtn_1kla2_41 img{width:24rem;height:24rem}._bindPhoneWrap_1kla2_17 ._bindInfo_1kla2_50{box-sizing:border-box;background:linear-gradient(#f8f6ff,#f2eaff);border-radius:6rem;width:100%;margin:7rem auto 10rem;padding:13rem 12rem}._bindPhoneWrap_1kla2_17 ._bindInfo_1kla2_50 ._infoTop_1kla2_58{color:#613a98;justify-content:center;align-items:center;font-size:18rem;line-height:18rem;display:flex}._bindPhoneWrap_1kla2_17 ._bindInfo_1kla2_50 ._infoTop_1kla2_58 ._arrowIcon_1kla2_66{justify-content:center;align-items:center;width:24rem;display:flex}._bindPhoneWrap_1kla2_17 ._bindInfo_1kla2_50 ._infoTop_1kla2_58 ._arrowIcon_1kla2_66 img{width:100%}._bindPhoneWrap_1kla2_17 ._bindInfo_1kla2_50 ._userPhoneInfo_1kla2_75{color:#9a84ba;font-weight:900}._bindPhoneWrap_1kla2_17 ._bindInfo_1kla2_50 ._userPhoneInfo_1kla2_75 ._completeText_1kla2_79{margin-bottom:10rem}._bindPhoneWrap_1kla2_17 ._bindInfo_1kla2_50 ._userPhoneInfo_1kla2_75 ._userInfoBox_1kla2_82{background-color:#fff;border:1rem solid #e0e1e2;border-radius:6rem;justify-content:center;align-items:center;gap:8rem;height:52rem;margin-top:3rem;display:flex}._bindPhoneWrap_1kla2_17 ._bindInfo_1kla2_50 ._userPhoneInfo_1kla2_75 ._userInfoBox_1kla2_82 ._phoneIcon_1kla2_93{justify-content:center;align-items:center;width:13rem;display:flex}._bindPhoneWrap_1kla2_17 ._bindInfo_1kla2_50 ._userPhoneInfo_1kla2_75 ._userInfoBox_1kla2_82 ._phoneIcon_1kla2_93 img{width:100%}._bindPhoneWrap_1kla2_17 ._bindInfo_1kla2_50 ._userPhoneInfo_1kla2_75 ._userInfoBox_1kla2_82 ._phoneInfo_1kla2_102 ._phoneNum_1kla2_102{color:#613a98;font-size:17rem;font-weight:900;line-height:17rem}._bindPhoneWrap_1kla2_17 ._bindBtn_1kla2_108{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;justify-content:center;align-items:center;width:100%;height:46rem;margin-top:10rem;font-size:16rem;line-height:16rem;display:flex;position:relative}._bindPhoneWrap_1kla2_17 ._bottomMsg_1kla2_121{color:#816aa1;text-align:left;box-sizing:border-box;background-color:#fcf9fd;border-radius:6rem;width:100%;margin-top:10rem;padding:10rem 14rem;font-size:12rem;font-weight:900}._bindPhoneWrap_1kla2_17 ._bottomMsg_1kla2_121 ._msgDiv_1kla2_133{flex-direction:column;justify-content:center;align-items:flex-start;gap:3rem;margin-top:5rem;display:flex}._bindPhoneWrap_1kla2_17 ._bottomMsg_1kla2_121 ._msgDiv_1kla2_133 ._msgItem_1kla2_141{color:#b19fca;justify-content:center;align-items:center;gap:3rem;font-size:11rem;font-weight:700;line-height:11rem;display:flex}._bindPhoneWrap_1kla2_17 ._bottomMsg_1kla2_121 ._msgDiv_1kla2_133 ._msgItem_1kla2_141 ._pointContent_1kla2_151{justify-content:center;align-items:center;width:5rem;height:11rem;display:flex}._bindPhoneWrap_1kla2_17 ._bottomMsg_1kla2_121 ._msgDiv_1kla2_133 ._msgItem_1kla2_141 ._pointContent_1kla2_151 ._point_1kla2_151{background-color:#b19fca;border-radius:60rem;width:5rem;height:5rem}._numberFont_109f9_1{font-family:Satoshi}._imgBox_109f9_4>img{width:100%;display:block}._ellipsis_109f9_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_109f9_14::-webkit-scrollbar{display:none}._tabsWrap_109f9_17{box-sizing:border-box;width:100%;margin-bottom:12rem;padding:0 20rem;display:flex}._tabsWrap_109f9_17 .adm-tabs-header{border-bottom:none}._tabsWrap_109f9_17 .adm-tabs-tab{color:#62528e;font-size:12rem;font-weight:700}._tabsWrap_109f9_17 .adm-badge-wrapper,._tabsWrap_109f9_17 .adm-badge-wrapper ._iconContainer_109f9_38{flex-direction:column;justify-content:center;align-items:center;display:flex}._tabsWrap_109f9_17 .adm-badge-wrapper ._iconContainer_109f9_38 ._tabWrap_109f9_44{justify-content:center;align-items:center;width:36rem;height:36rem;margin-bottom:8rem;display:flex;position:relative}._tabsWrap_109f9_17 .adm-badge-wrapper ._iconContainer_109f9_38 ._tabWrap_109f9_44 ._iconWrap_109f9_53{z-index:20;width:32rem;height:32rem;position:absolute;left:50%;transform:translate(-50%)}._tabsWrap_109f9_17 .adm-badge-wrapper ._iconContainer_109f9_38 ._tabWrap_109f9_44 ._iconWrap_109f9_53 img{width:100%;height:100%;display:inline-block}._tabsWrap_109f9_17 .adm-badge-wrapper ._iconContainer_109f9_38 ._tabWrap_109f9_44 ._iconWrap_109f9_53._all_109f9_66{width:25rem;height:25rem}._tabsWrap_109f9_17 .adm-badge-wrapper ._iconContainer_109f9_38 ._tabWrap_109f9_44 ._iconWrap_109f9_53._all_Act_109f9_70,._tabsWrap_109f9_17 .adm-badge-wrapper ._iconContainer_109f9_38 ._tabWrap_109f9_44 ._iconWrap_109f9_53._fishing_109f9_71{width:26rem;height:26rem}._tabsWrap_109f9_17 .adm-badge-wrapper ._iconContainer_109f9_38 ._tabWrap_109f9_44 ._iconWrap_109f9_53._hot_109f9_75{width:15rem;height:18rem}._tabsWrap_109f9_17 .adm-badge-wrapper ._iconContainer_109f9_38 ._tabWrap_109f9_44 ._iconWrap_109f9_53._slots_109f9_79{width:25rem;height:14rem}._tabsWrap_109f9_17 .adm-badge-wrapper ._iconContainer_109f9_38 ._tabWrap_109f9_44 ._iconWrap_109f9_53._poker_109f9_83{width:23rem;height:20rem}._tabsWrap_109f9_17 .adm-badge-wrapper ._iconContainer_109f9_38 ._tabWrap_109f9_44 ._iconWrap_109f9_53._pg_109f9_87{width:24rem;height:12rem}._tabsWrap_109f9_17 .adm-badge-wrapper ._iconContainer_109f9_38 ._tabWrap_109f9_44 ._iconActive_109f9_91{z-index:10;width:100%;height:36rem;position:absolute}._tabsWrap_109f9_17 .adm-badge-wrapper ._iconContainer_109f9_38 ._tabWrap_109f9_44 ._iconActive_109f9_91 img{width:100%;height:100%;display:inline-block}._tabsWrap_109f9_17 .adm-tabs-tab-active{color:#fff;font-size:12rem}._tabsWrap_109f9_17 .adm-tabs-tab-line{visibility:hidden}._tabsWrap_109f9_17 .adm-badge-wrapper{justify-content:center;align-items:center;display:flex}._tabsWrap_109f9_17 .adm-badge-wrapper img{width:20rem;height:20rem}._tabSearch_109f9_118{justify-content:space-between;align-items:center;height:50rem;margin:10rem 0;padding:0 15rem;display:flex}._tabSearch_109f9_118 ._title_109f9_126{font-size:16rem}._tabSearch_109f9_118 ._searchWrap_109f9_129{color:#c994ff;background:#ffffff1a;border-radius:6rem;justify-content:space-between;align-items:center;width:100%;height:36rem;padding:0 10rem;font-size:13rem;display:flex}._tabSearch_109f9_118 ._searchWrap_109f9_129 input{background:unset;color:#fff;border:none;outline:none;width:100%;height:24rem;font-size:13rem}._tabSearch_109f9_118 ._searchWrap_109f9_129 input::-webkit-input-placeholder{color:#fff}._tabSearch_109f9_118 ._searchWrap_109f9_129 input:-moz-placeholder-shown{color:#fff}._tabSearch_109f9_118 ._searchWrap_109f9_129 input::-moz-placeholder{color:#fff}._tabSearch_109f9_118 ._searchWrap_109f9_129 input:-ms-placeholder-shown{color:#fff}._tabSearch_109f9_118 ._searchWrap_109f9_129 ._icon_109f9_38{width:18rem}._tabSearch_109f9_118 ._searchWrap_109f9_129 ._icon_109f9_38 img{width:100%;display:block}._gameListWrap_109f9_169{flex-wrap:wrap;padding:0 14rem 14rem;display:flex;position:relative}._gameListWrap_109f9_169 ._gameListContent_109f9_175{width:100%;min-height:310rem}._gameListWrap_109f9_169 ._gameListItemPadding_109f9_179{padding:8rem;position:relative}._gameListWrap_109f9_169 ._gameListItemPadding_109f9_179 img{width:100%}._gameListWrap_109f9_169 ._gameListItemPadding_109f9_179 ._gameListItemName_109f9_186{text-align:center;width:100%;position:absolute;bottom:0}._gameListWrap_109f9_169._gameListWrap2_109f9_192{padding:0 4rem}._gameTitle_109f9_195{color:#fff;align-items:center;height:30rem;margin-bottom:12rem;font-size:16rem;line-height:28rem;display:flex;position:relative}._gameTitle_109f9_195 ._left_109f9_205{background:linear-gradient(90deg,#833bd4,#2e006b00);border-radius:6rem;flex:1}._gameTitle_109f9_195 span{margin-left:7rem}._gameTitle_109f9_195 ._right_109f9_213{align-items:center;display:flex}._gameTitle_109f9_195 ._right_109f9_213 ._icon_109f9_38{width:22rem;height:22rem;margin-left:6rem}._gameTitle_109f9_195 ._right_109f9_213 ._icon_109f9_38>img{width:100%;display:block}._listWrap_109f9_226{width:100%}._moreBtn_109f9_229{justify-content:center;align-items:center;margin-top:15rem;margin-bottom:22rem;display:flex}._moreBtn_109f9_229 ._btn_109f9_236{color:#9d86be;border:1rem solid #7556a4;border-radius:6rem;padding:4rem 12rem;font-size:14rem}._fingerWrap_109f9_243{z-index:3;width:90rem;height:80rem;position:absolute;top:29rem;left:52rem;overflow:hidden}._clickPop_109f9_252{z-index:2;color:#ad69ff;white-space:nowrap;background:#fff;border-radius:12rem;align-items:center;padding:10rem;font-weight:600;display:flex;position:absolute;top:-40rem;left:10rem}._clickPop_109f9_252:before{content:"";background:#fff;width:10rem;height:10rem;position:absolute;bottom:-5rem;left:50rem;transform:rotate(45deg)}._clickPop_109f9_252 img{width:16rem!important;margin-right:3rem!important;display:block!important}._numberFont_c7rjy_1{font-family:Satoshi}._imgBox_c7rjy_4>img{width:100%;display:block}._ellipsis_c7rjy_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_c7rjy_14::-webkit-scrollbar{display:none}._gameItemWrap_c7rjy_17{position:relative}._tabsWrap_c7rjy_20{margin-bottom:12rem;display:flex}._tabsWrap_c7rjy_20 .adm-tabs-header{border-bottom:1rem solid #ffffff1a}._tabsWrap_c7rjy_20 .adm-tabs-tab{color:#a192c3;font-size:12rem;font-weight:500}._tabsWrap_c7rjy_20 .adm-tabs-tab-active{color:#fff;font-size:16rem}._tabsWrap_c7rjy_20 .adm-tabs-tab-active .adm-badge-wrapper img{width:24rem;height:24rem}._tabsWrap_c7rjy_20 .adm-tabs-tab-line{box-shadow:0 0 8rem 4rem #a058e580}._tabsWrap_c7rjy_20 ._tabsItem_c7rjy_43{text-align:center;color:#a641f5;flex:1;font-size:12rem;position:relative}._tabsWrap_c7rjy_20 ._tabsItem_c7rjy_43 ._iconWrap_c7rjy_50{border-radius:100%;width:45rem;height:45rem;margin:auto auto 8rem;position:relative}._tabsWrap_c7rjy_20 ._tabsItem_c7rjy_43 ._iconWrap_c7rjy_50 img{width:100%;display:block}._tabsWrap_c7rjy_20 ._tabsItem_c7rjy_43 ._gameIcon_c7rjy_62{width:23rem;height:23rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._tabsWrap_c7rjy_20 ._tabsItem_c7rjy_43 ._tabsName_c7rjy_70{font-size:10rem}._tabsWrap_c7rjy_20 ._tabsItem_c7rjy_43._active_c7rjy_73{color:#e8b1f2}._tabsWrap_c7rjy_20 .adm-badge-wrapper{justify-content:center;align-items:center;display:flex}._tabsWrap_c7rjy_20 .adm-badge-wrapper img{width:20rem;height:20rem}._tabSearch_c7rjy_85{justify-content:space-between;align-items:center;height:50rem;margin:10rem 0;padding:0 15rem;display:flex}._tabSearch_c7rjy_85 ._title_c7rjy_93{font-size:16rem}._tabSearch_c7rjy_85 ._searchWrap_c7rjy_96{color:#c994ff;background:#ffffff1a;border-radius:6rem;justify-content:space-between;align-items:center;width:100%;height:36rem;padding:0 10rem;font-size:13rem;display:flex}._tabSearch_c7rjy_85 ._searchWrap_c7rjy_96 input{background:unset;color:#fff;border:none;outline:none;width:100%;height:24rem;font-size:13rem}._tabSearch_c7rjy_85 ._searchWrap_c7rjy_96 input::-webkit-input-placeholder{color:#fff}._tabSearch_c7rjy_85 ._searchWrap_c7rjy_96 input:-moz-placeholder-shown{color:#fff}._tabSearch_c7rjy_85 ._searchWrap_c7rjy_96 input::-moz-placeholder{color:#fff}._tabSearch_c7rjy_85 ._searchWrap_c7rjy_96 input:-ms-placeholder-shown{color:#fff}._tabSearch_c7rjy_85 ._searchWrap_c7rjy_96 ._icon_c7rjy_50{width:18rem}._tabSearch_c7rjy_85 ._searchWrap_c7rjy_96 ._icon_c7rjy_50 img{width:100%;display:block}._gameListWrap_c7rjy_136{flex-wrap:wrap;padding:0 14rem 80rem;display:flex}._gameListWrap_c7rjy_136 ._gameListContent_c7rjy_141{width:100%}._gameListWrap_c7rjy_136 ._gameListItemPadding_c7rjy_144{padding:8rem;position:relative}._gameListWrap_c7rjy_136 ._gameListItemPadding_c7rjy_144 img{width:100%}._gameListWrap_c7rjy_136 ._gameListItemPadding_c7rjy_144 ._gameListItemName_c7rjy_151{text-align:center;width:100%;position:absolute;bottom:0}._gameListWrap_c7rjy_136._gameListWrap2_c7rjy_157{padding:0 4rem}._gameTitle_c7rjy_160{color:#fff;align-items:center;height:30rem;margin-bottom:12rem;font-size:16rem;line-height:28rem;display:flex;position:relative}._gameTitle_c7rjy_160 ._left_c7rjy_170{background:linear-gradient(90deg,#df40ff38,#8142ef00);border-radius:6rem;flex:1}._gameTitle_c7rjy_160 span{margin-left:7rem}._gameTitle_c7rjy_160 ._right_c7rjy_178{align-items:center;display:flex}._gameTitle_c7rjy_160 ._right_c7rjy_178 ._icon_c7rjy_50{width:22rem;height:22rem;margin-left:6rem}._gameTitle_c7rjy_160 ._right_c7rjy_178 ._icon_c7rjy_50>img{width:100%;display:block}._listWrap_c7rjy_191{width:100%}._moreBtn_c7rjy_194{justify-content:center;align-items:center;margin-top:5rem;margin-bottom:8rem;display:flex}._moreBtn_c7rjy_194 ._btn_c7rjy_201{color:#fff;background:#2a1454;border:1rem solid #602ca1;border-radius:6rem;justify-content:center;align-items:center;width:129rem;height:43rem;font-size:14rem;font-weight:700;line-height:14rem;display:flex}._numberFont_9jy48_1{font-family:Satoshi}._imgBox_9jy48_4>img{width:100%;display:block}._ellipsis_9jy48_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_9jy48_14::-webkit-scrollbar{display:none}._gameListItem_9jy48_17{box-sizing:border-box;width:100%}._gameListItem_9jy48_17 ._gameListItemPadding_9jy48_21{position:relative}._gameListItem_9jy48_17 ._gameListItemPadding_9jy48_21 ._vipFlag_9jy48_24{position:absolute;top:0;left:0}._gameListItem_9jy48_17 ._gameListItemPadding_9jy48_21 ._vipFlag_9jy48_24 span{color:#fff;font-size:12rem;font-weight:700;position:absolute;top:37%;left:50%;transform:translate(-50%,-50%)}._gameListItem_9jy48_17 ._gameListItemPadding_9jy48_21 ._vipFlag_9jy48_24 span._free_9jy48_38{color:#99631e}._gameListItem_9jy48_17 ._gameListItemPadding_9jy48_21 ._vipFlag_9jy48_24 img{width:48rem;height:24rem;display:block}._gameListItem_9jy48_17 ._gameListItemPadding_9jy48_21 img{width:100%;display:block}._gameListItem_9jy48_17 ._boxShadow_9jy48_50{border-radius:27rem;animation:1.5s ease-in-out infinite _pulseShadow_9jy48_1}@keyframes _pulseShadow_9jy48_1{0%,to{box-shadow:0 0 20rem #fffa6c}50%{box-shadow:0 0 20rem #fffa6c80}}._numberFont_1gobv_1{font-family:Satoshi}._imgBox_1gobv_4>img{width:100%;display:block}._ellipsis_1gobv_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1gobv_14::-webkit-scrollbar{display:none}._tabsWrap_1gobv_17{margin-bottom:12rem;display:flex}._tabsWrap_1gobv_17 .adm-tabs-header{border-bottom:1rem solid #ffffff1a}._tabsWrap_1gobv_17 .adm-tabs-tab{color:#a192c3;font-size:12rem;font-weight:500}._tabsWrap_1gobv_17 .adm-tabs-tab-active{color:#fff;font-size:16rem}._tabsWrap_1gobv_17 .adm-tabs-tab-active .adm-badge-wrapper img{width:24rem;height:24rem}._tabsWrap_1gobv_17 .adm-tabs-tab-line{box-shadow:0 0 8rem 4rem #a058e580}._tabsWrap_1gobv_17 ._tabsItem_1gobv_40{text-align:center;color:#a641f5;flex:1;font-size:12rem;position:relative}._tabsWrap_1gobv_17 ._tabsItem_1gobv_40 ._iconWrap_1gobv_47{border-radius:100%;width:45rem;height:45rem;margin:auto auto 8rem;position:relative}._tabsWrap_1gobv_17 ._tabsItem_1gobv_40 ._iconWrap_1gobv_47 img{width:100%;display:block}._tabsWrap_1gobv_17 ._tabsItem_1gobv_40 ._gameIcon_1gobv_59{width:23rem;height:23rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._tabsWrap_1gobv_17 ._tabsItem_1gobv_40 ._tabsName_1gobv_67{font-size:10rem}._tabsWrap_1gobv_17 ._tabsItem_1gobv_40._active_1gobv_70{color:#e8b1f2}._tabsWrap_1gobv_17 .adm-badge-wrapper{justify-content:center;align-items:center;display:flex}._tabsWrap_1gobv_17 .adm-badge-wrapper img{width:20rem;height:20rem}._tabSearch_1gobv_82{justify-content:space-between;align-items:center;height:50rem;margin:10rem 0;padding:0 15rem;display:flex}._tabSearch_1gobv_82 ._title_1gobv_90{font-size:16rem}._tabSearch_1gobv_82 ._searchWrap_1gobv_93{color:#c994ff;background:#ffffff1a;border-radius:6rem;justify-content:space-between;align-items:center;width:100%;height:36rem;padding:0 10rem;font-size:13rem;display:flex}._tabSearch_1gobv_82 ._searchWrap_1gobv_93 input{background:unset;color:#fff;border:none;outline:none;width:100%;height:24rem;font-size:13rem}._tabSearch_1gobv_82 ._searchWrap_1gobv_93 input::-webkit-input-placeholder{color:#fff}._tabSearch_1gobv_82 ._searchWrap_1gobv_93 input:-moz-placeholder-shown{color:#fff}._tabSearch_1gobv_82 ._searchWrap_1gobv_93 input::-moz-placeholder{color:#fff}._tabSearch_1gobv_82 ._searchWrap_1gobv_93 input:-ms-placeholder-shown{color:#fff}._tabSearch_1gobv_82 ._searchWrap_1gobv_93 ._icon_1gobv_47{width:26rem;height:26rem}._tabSearch_1gobv_82 ._searchWrap_1gobv_93 ._icon_1gobv_47 img{width:100%;display:block}._gameListWrap_1gobv_134{flex-wrap:wrap;padding:0 14rem 80rem;display:flex}._gameListWrap_1gobv_134 ._gameListContent_1gobv_139{width:100%}._gameListWrap_1gobv_134 ._gameListItemPadding_1gobv_142{padding:8rem;position:relative}._gameListWrap_1gobv_134 ._gameListItemPadding_1gobv_142 img{width:100%}._gameListWrap_1gobv_134 ._gameListItemPadding_1gobv_142 ._gameListItemName_1gobv_149{text-align:center;width:100%;position:absolute;bottom:0}._gameListWrap_1gobv_134._gameListWrap2_1gobv_155{padding:0 4rem}._gameTitle_1gobv_158{color:#fff;box-sizing:border-box;align-items:center;height:27rem;margin-bottom:12rem;padding-left:4rem;font-size:16rem;line-height:28rem;display:flex;position:relative}._gameTitle_1gobv_158 ._left_1gobv_170{background:linear-gradient(90deg,#833bd4,#2e006b00);border-radius:6rem;flex:1;align-items:center;height:28rem;padding-left:8rem;line-height:28rem;display:flex}._gameTitle_1gobv_158 ._left_1gobv_170 ._gameTitleIcon_1gobv_180{width:26rem;height:26rem;margin-right:6rem}._gameTitle_1gobv_158 ._left_1gobv_170 ._gameTitleIcon_1gobv_180._fishing_1gobv_185{width:17rem;height:17rem}._gameTitle_1gobv_158 ._left_1gobv_170 ._gameTitleIcon_1gobv_180 img{width:100%;height:100%;display:inline-block}._gameTitle_1gobv_158 ._left_1gobv_170 ._gameTitleName_1gobv_194{font-size:14rem;font-weight:700}._gameTitle_1gobv_158 ._right_1gobv_198{align-items:center;height:30rem;display:flex}._gameTitle_1gobv_158 ._right_1gobv_198 ._icon_1gobv_47{width:22rem;height:22rem;margin-left:6rem}._gameTitle_1gobv_158 ._right_1gobv_198 ._icon_1gobv_47>img{width:100%;display:block}._gameTitle_1gobv_158 ._right_1gobv_198 ._icons_1gobv_212{width:18rem;height:18rem}._gameTitle_1gobv_158 ._right_1gobv_198 ._spacing_1gobv_216{margin-left:12rem}._gameTitle_1gobv_158 ._right_1gobv_198 ._allBtnWrap_1gobv_219{width:28rem;height:28rem;margin-left:16rem;margin-right:6rem;position:relative}._gameTitle_1gobv_158 ._right_1gobv_198 ._allBtnWrap_1gobv_219 img{width:100%;height:100%}._gameTitle_1gobv_158 ._right_1gobv_198 ._allBtnWrap_1gobv_219 ._cateTotal_1gobv_230{color:#fff;background-color:#f85eea;border-radius:50%;justify-content:center;align-items:center;width:11rem;height:11rem;font-size:8rem;display:flex;position:absolute;top:-4rem;right:0}._listWrap_1gobv_244{width:100%;margin-bottom:13rem}._moreBtn_1gobv_248{justify-content:center;align-items:center;margin-top:15rem;margin-bottom:22rem;display:flex}._moreBtn_1gobv_248 ._btn_1gobv_255{color:#9d86be;border:1rem solid #7556a4;border-radius:6rem;padding:4rem 12rem;font-size:14rem}._numberFont_py57i_1{font-family:Satoshi}._imgBox_py57i_4>img{width:100%;display:block}._ellipsis_py57i_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_py57i_14::-webkit-scrollbar{display:none}._hallWrap_py57i_17{background:var(--hall-bg);width:100%;height:100%;overflow:auto}._hallWrap_py57i_17 ._hallBody_py57i_23{flex-flow:column;height:100%;display:flex;position:relative}._hallWrap_py57i_17 ._hallBody_py57i_23:before{content:"";z-index:1;background:linear-gradient(#0000,#000);width:100%;height:100rem;position:absolute;bottom:0;left:0}._hallWrap_py57i_17 ._hallBody_py57i_23 ._flexBody_py57i_39{box-sizing:border-box;flex:1;position:relative;overflow:auto}._hallWrap_py57i_17 ._hallBody_py57i_23 ._flexBody_py57i_39::-webkit-scrollbar{display:none}._hallWrap_py57i_17 ._hallBody_py57i_23 ._videoContent_py57i_48{box-sizing:border-box;width:100%;padding:0 3%}._hallWrap_py57i_17 ._hallBody_py57i_23 ._bannerWrap_py57i_53{min-height:145rem;position:relative}._hallWrap_py57i_17 ._hallBody_py57i_23 ._naming_py57i_57{box-sizing:border-box;justify-content:center;align-items:center;width:100%;padding:0 14rem 80rem;display:flex}._hallWrap_py57i_17 ._hallBody_py57i_23 ._naming_py57i_57 img{width:100%}._hallWrap_py57i_17 ._hallBody_py57i_23 ._testText_py57i_68{width:200rem;position:absolute;top:50%;left:50%;transform:translate(-50%)}._numberFont_bufa0_1{font-family:Satoshi}._imgBox_bufa0_4>img{width:100%;display:block}._ellipsis_bufa0_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_bufa0_14::-webkit-scrollbar{display:none}._winPrizeInfoWrap_bufa0_17{z-index:100;pointer-events:none;width:100%;height:200%;position:absolute;top:0;left:0;overflow-x:hidden}._winPrizeInfoWrap_bufa0_17 ._infoList_bufa0_27{flex-direction:column;display:flex;position:absolute;top:20rem;right:10rem}._winPrizeInfoWrap_bufa0_17 ._infoTop_bufa0_34{top:68rem}._numberFont_1near_1{font-family:Satoshi}._imgBox_1near_4>img{width:100%;display:block}._ellipsis_1near_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1near_14::-webkit-scrollbar{display:none}._winPrizeInfoItemWrap_1near_17{opacity:1;color:#fff;width:212rem;height:75rem;padding-bottom:15rem;font-size:12rem;font-weight:700;line-height:12rem;animation:.3s forwards _slideIn_1near_1}._winPrizeInfoItemWrap_1near_17 ._itemContent_1near_28{box-sizing:border-box;background:linear-gradient(278.43deg,#b721ff -71.16%,#6c6efe 25.23%,#21d4fd 106.8%);border-radius:6rem;justify-content:center;align-items:center;gap:5rem;width:100%;height:75rem;padding:0 5rem;display:flex}._winPrizeInfoItemWrap_1near_17 ._itemContent_1near_28 ._winLeft_1near_40{background:linear-gradient(150deg,#3d4dff,#c5f1ff);border-radius:6rem;justify-content:center;align-items:center;width:64rem;height:64rem;display:flex}._winPrizeInfoItemWrap_1near_17 ._itemContent_1near_28 ._winLeft_1near_40 img{width:100%;height:100%}._winPrizeInfoItemWrap_1near_17 ._itemContent_1near_28 ._other_1near_53 img{width:58rem;height:58rem}._winPrizeInfoItemWrap_1near_17 ._itemContent_1near_28 ._winRight_1near_57{flex-direction:column;flex:1;justify-content:center;align-items:center;margin-top:-20rem;display:flex}._winPrizeInfoItemWrap_1near_17 ._itemContent_1near_28 ._winRight_1near_57 ._winTitle_1near_65{justify-content:center;align-items:center;width:100%;display:flex}._winPrizeInfoItemWrap_1near_17 ._itemContent_1near_28 ._winRight_1near_57 ._winTitle_1near_65 img{height:28rem}._winPrizeInfoItemWrap_1near_17 ._itemContent_1near_28 ._winRight_1near_57 ._winInfo_1near_74{justify-content:center;align-items:center;gap:3rem;display:flex}._winPrizeInfoItemWrap_1near_17 ._itemContent_1near_28 ._winRight_1near_57 ._winInfo_1near_74 ._winVip_1near_80,._winPrizeInfoItemWrap_1near_17 ._itemContent_1near_28 ._winRight_1near_57 ._winInfo_1near_74 ._winVip_1near_80 img{width:22rem;height:22rem}._winPrizeInfoItemWrap_1near_17 ._itemContent_1near_28 ._winRight_1near_57 ._winNum_1near_88{background:#5436ff;border-radius:16rem;justify-content:center;align-items:center;width:100%;height:23rem;font-size:18rem;display:flex}._winPrizeInfoItemWrap_1near_17 ._itemContent_1near_28 ._ani_1near_98{position:absolute;top:25%;left:50%;transform:translate(-50%,-50%)}._leaving_1near_104{animation:.5s forwards _slideOut_1near_1}@keyframes _slideIn_1near_1{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes _slideOut_1near_1{to{opacity:0;height:0;padding-bottom:0;transform:translateY(-75rem)}}._numberFont_1t473_1{font-family:Satoshi}._imgBox_1t473_4>img{width:100%;display:block}._ellipsis_1t473_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1t473_14::-webkit-scrollbar{display:none}._levelWrap_1t473_17{align-items:center;font-family:Arial,sans-serif;font-size:9rem;font-style:oblique;display:flex;position:relative}._numberFont_16p9o_1{font-family:Satoshi}._imgBox_16p9o_4>img{width:100%;display:block}._ellipsis_16p9o_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_16p9o_14::-webkit-scrollbar{display:none}._videoWrap_16p9o_17{justify-content:center;align-items:center;width:100%;display:flex}._video_container_16p9o_23{border-radius:6rem;width:100%;transition:max-height .5s;position:relative;overflow:hidden}._minimized_16p9o_30{max-height:20rem}._video_element_16p9o_33{width:100%}._videoStop_16p9o_36{z-index:2;justify-content:center;align-items:center;width:100%;display:flex;position:absolute;top:0;left:0}._videoStop_16p9o_36 img{width:100%}._videoIcon_16p9o_49{z-index:3;justify-content:center;align-items:center;width:14rem;display:flex;position:absolute;top:3rem;right:8rem}._videoIcon_16p9o_49 img{width:100%}@keyframes _slideOut_16p9o_1{0%{height:auto}to{height:20rem}}._numberFont_zg057_1{font-family:Satoshi}._imgBox_zg057_4>img{width:100%;display:block}._ellipsis_zg057_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_zg057_14::-webkit-scrollbar{display:none}._bankWrap_zg057_17{background:linear-gradient(#1a1233,#190f42);flex-direction:column;width:100%;height:100%;display:flex;overflow:auto}._center_zg057_25{margin:0 18rem;position:relative}._active_zg057_29{background:linear-gradient(#ffefd2,#ffc578);border:2rem solid #f1915d}._active_bg_zg057_33{background-color:#f2eeff}._display_center_zg057_36{justify-content:center;align-items:center;display:flex}._depositWrap_zg057_41{flex:1;width:100%;overflow:hidden}._depositWrap_zg057_41 ._depositContent_zg057_46{box-sizing:border-box;background:linear-gradient(#dfdefd,#dfdefd);border-radius:6rem;flex-direction:column;height:100%;margin:5rem 11rem 0;padding-bottom:80rem;display:flex;overflow-y:auto}._depositWrap_zg057_41 ._depositBody_zg057_57{box-sizing:border-box;flex-direction:column;height:100%;padding-top:15rem;display:flex}._depositWrap_zg057_41 ._withdrawContent_zg057_64{background:linear-gradient(#dfdefd,#dfdefd);border-radius:6rem;padding:8rem 7rem 16rem}._depositWrap_zg057_41 ._withdrawContent_zg057_64 ._listWrap_zg057_69{margin:0!important;padding:0!important}._depositWrap_zg057_41 ._withdrawContent_zg057_64 ._bankInfo_zg057_73{background:#f1f1ff}._depositWrap_zg057_41 ._withdrawBottom_zg057_76{margin:0 10rem;font-family:Roboto;font-size:12rem;font-weight:700}._depositWrap_zg057_41 ._withdrawBottom_zg057_76 ._bottomTip_zg057_82{color:#54379e;text-align:center;width:100%;margin-top:13rem}._depositWrap_zg057_41 ._withdrawBottom_zg057_76 ._bottomTip_zg057_82 span{color:#9806fe}._depositWrap_zg057_41 ._draggable_zg057_91{z-index:111;top:0;left:0}._depositWrap_zg057_41 ._draggable_zg057_91 ._bg_zg057_96{width:70rem;height:70rem}._depositWrap_zg057_41 ._draggable_zg057_91 ._bg_zg057_96>img{width:100%;display:block}._depositWrap_zg057_41 ._draggable_zg057_91 ._title_zg057_104{z-index:10;color:#fff;text-align:center;width:68rem;font-size:9rem;position:absolute;top:53rem;left:50%;transform:translate(-50%)}._depositWrap_zg057_41 ._draggable_zg057_91 ._title_zg057_104 span{margin-left:2rem}._depositWrap_zg057_41 ._draggable_zg057_91 ._titleBg_zg057_118{z-index:9;width:68rem;position:absolute;top:50rem;left:50%;transform:translate(-50%)}._depositWrap_zg057_41 ._draggable_zg057_91 ._titleBg_zg057_118>img{width:100%;display:block}._depositWrap_zg057_41 ._feeWrap_zg057_130{color:#a48cb7;background:#e2dfebb2;border-radius:12rem;align-items:center;margin:0 18rem 15rem;padding:6rem 20rem;font-size:12rem;display:flex;position:relative}._depositWrap_zg057_41 ._feeWrap_zg057_130>img{width:20rem;margin-right:10rem}._depositWrap_zg057_41 ._feeWrap_zg057_130 ._amount_zg057_146{margin-left:auto;font-family:Satoshi;font-size:14rem;font-weight:900}._depositWrap_zg057_41 ._banner_zg057_152{background:linear-gradient(#9e43cf,#e9dff3);border-radius:22rem;width:100%;height:122rem;margin-top:20rem;overflow:hidden}._depositWrap_zg057_41 ._banner_zg057_152>img{width:100%;display:block}._depositWrap_zg057_41 ._boxWrap_zg057_164{background:#fff;border-radius:14rem;margin:0 18rem 5rem;position:relative;box-shadow:0 2rem 6rem #0000000d}._depositWrap_zg057_41 ._boxWrap_zg057_164 ._bottomQuick_zg057_172{background:#8f4dde1a;border-radius:8rem;align-items:center;margin-top:9rem;padding:8rem;display:flex}._depositWrap_zg057_41 ._boxWrap_zg057_164 ._bottomQuick_zg057_172 img{width:18rem;margin-right:6rem;display:block}._depositWrap_zg057_41 ._boxWrap_zg057_164 ._bottomQuick_zg057_172 ._left_zg057_185{color:#8f4dde;font-size:11rem}._depositWrap_zg057_41 ._boxWrap_zg057_164 ._bottomQuick_zg057_172 ._right_zg057_189{color:#a48cb7;margin-left:auto;font-size:10rem}._depositWrap_zg057_41 ._totalWrap_zg057_194{padding:12rem 15rem}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._total_zg057_194{color:#41096a;font-size:12rem}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._top_zg057_201{align-items:center;margin-bottom:6rem;font-weight:500;display:flex}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._top_zg057_201 ._back_zg057_207{width:24rem;margin-bottom:7rem}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._top_zg057_201 ._back_zg057_207>img{width:100%;display:block}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._top_zg057_201 ._topLeft_zg057_215{color:#41096a;font-size:12rem}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._top_zg057_201 ._topRight_zg057_219{color:#b478fb;align-items:center;margin-left:auto;display:flex}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._top_zg057_201 ._topRight_zg057_219 img{width:18rem}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._top_zg057_201 ._topRight_zg057_219 img>img{width:100%;display:block}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._top_zg057_201 ._topRight_zg057_219 ._topItem_zg057_232{align-items:center;margin-left:12rem;display:flex}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._top_zg057_201 ._topRight_zg057_219 ._topItem_zg057_232 span{margin-left:3rem}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._bottom_zg057_82{color:#a48cb7;border-top:1rem solid #a48cb733;align-items:end;padding-top:10rem;display:flex}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._bottom_zg057_82 ._sTxt_zg057_247{font-size:10rem;display:flex}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._bottom_zg057_82 ._sTxt_zg057_247._es_zg057_251{font-size:9rem}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._bottom_zg057_82 ._sTxt_zg057_247._es_zg057_251 ._con_zg057_254{font-size:8rem}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._bottom_zg057_82 ._sTxt_zg057_247 ._popWrap_zg057_257{white-space:nowrap;color:#ff7a0d;z-index:2;background:#fff;border:1rem solid #ffecdc;border-radius:6rem;padding:2rem 4rem;font-size:12rem;position:absolute;top:-28rem;box-shadow:0 1rem 3rem #0000000d}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._bottom_zg057_82 ._sTxt_zg057_247 ._popWrap_zg057_257:before{content:"";z-index:3;background:#fff;border-bottom:1rem solid #ffecdc;border-right:1rem solid #ffecdc;width:5rem;height:5rem;position:absolute;bottom:-3rem;left:37rem;transform:rotate(45deg)}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._bottom_zg057_82 ._sTxt_zg057_247 ._btnWrap_zg057_283{position:relative}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._bottom_zg057_82 ._up_zg057_286{background:#22b955;border-radius:10rem;height:16rem;margin-left:4rem;padding:0 6rem 0 4rem;position:relative}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._bottom_zg057_82 ._up_zg057_286 ._bg_zg057_96{width:100%;height:100%;position:absolute}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._bottom_zg057_82 ._up_zg057_286 ._bg_zg057_96 img{width:100%;height:100%}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._bottom_zg057_82 ._up_zg057_286 ._con_zg057_254{z-index:10;color:#fff;justify-content:center;align-items:center;height:100%;font-size:9rem;line-height:8rem;display:flex;position:relative}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._bottom_zg057_82 ._up_zg057_286 ._con_zg057_254 img{width:8rem;height:9rem;margin-right:2rem}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._bottom_zg057_82 ._amount_zg057_146{color:#8f4dde;font-size:14rem;font-weight:900}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._bottom_zg057_82 ._left_zg057_185{color:#a48cb7b3;font-weight:500}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._bottom_zg057_82 ._left_zg057_185 span{color:#8525f8b3}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._bottom_zg057_82 ._btn2_zg057_331{background:#4195f8}._depositWrap_zg057_41 ._totalWrap_zg057_194 ._amount_zg057_146{color:#41096a;font-size:20rem;font-weight:900}._depositWrap_zg057_41 ._ordersProcessed_zg057_339{color:#a48cb7b3;background:#f2eeffb3;border:1rem solid #b478fb1a;border-radius:12rem;align-items:center;margin:15rem 18rem;padding:8rem 10rem;font-weight:500;display:flex;position:relative}._depositWrap_zg057_41 ._ordersProcessed_zg057_339 span{margin-left:10rem}._depositWrap_zg057_41 ._warnWrap_zg057_356{background:#fffbeb;border:1rem solid #fff0b2;border-radius:12rem;align-items:center;margin:18rem 18rem 5rem;padding:8rem;font-weight:500;display:flex;position:relative;box-shadow:0 2rem 6rem #0000000d}._depositWrap_zg057_41 ._warnWrap_zg057_356>._icon_zg057_370{width:24rem}._depositWrap_zg057_41 ._warnWrap_zg057_356>._icon_zg057_370>img{width:100%;display:block}._depositWrap_zg057_41 ._warnWrap_zg057_356 ._txt_zg057_377{color:#95502999;font-size:12rem}._depositWrap_zg057_41 ._warnWrap_zg057_356 ._txt_zg057_377 span{color:#f55454}._depositWrap_zg057_41 ._warnWrap_zg057_356 ._linkTxt_zg057_384 ._icon_zg057_370{font-size:12rem}._depositWrap_zg057_41 ._warnWrap_zg057_356{background:#fef3f3;border:1rem solid #f5545480;border-radius:12rem;align-items:center;margin-top:15rem;padding:8rem;font-weight:500;animation:2s ease-in-out infinite _fadeInOut_zg057_1;display:flex;position:relative}._depositWrap_zg057_41 ._warnWrap_zg057_356 ._num_zg057_1{text-align:center;background:#ef4444;border-radius:16rem;width:16rem;height:16rem;font-size:11rem;line-height:15rem;position:absolute;top:-5rem;right:-6rem}._depositWrap_zg057_41 ._warnWrap_zg057_356>._iconWrap_zg057_420{width:24rem}._depositWrap_zg057_41 ._warnWrap_zg057_356>._iconWrap_zg057_420>img{width:100%;display:block}._depositWrap_zg057_41 ._warnWrap_zg057_356>._iconWrap_zg057_420 ._icon_zg057_370{color:#f55454}._depositWrap_zg057_41 ._warnWrap_zg057_356 ._txt_zg057_377{color:#f55454;font-weight:400}._depositWrap_zg057_41 ._warnWrap_zg057_356 ._linkTxt_zg057_384{color:#ff7f00;align-items:center;margin-left:auto;display:flex}._depositWrap_zg057_41 ._warnWrap_zg057_356 ._linkTxt_zg057_384 span{height:24rem}._depositWrap_zg057_41 ._warnWrap_zg057_356 ._linkTxt_zg057_384 ._icon_zg057_370{color:#b91c1c;font-size:12rem}._depositWrap_zg057_41 ._listWrap_zg057_69{box-sizing:border-box;color:#54379e;margin:0 18rem 10rem;font-family:Roboto;font-size:14rem;font-weight:700;position:relative}._depositWrap_zg057_41 ._listWrap_zg057_69 ._itemTitle_zg057_458{color:#815eda;z-index:10;justify-content:flex-start;align-items:center;gap:10rem;margin-bottom:14rem;font-weight:700;display:flex;position:relative}._depositWrap_zg057_41 ._listWrap_zg057_69 ._itemTitle_zg057_458 ._itemLine_zg057_469{background-color:#815eda;width:2rem;height:12rem}._depositWrap_zg057_41 ._listWrap_zg057_69 ._itemTitle_zg057_458>img{width:30rem;margin-right:12rem}._depositWrap_zg057_41 ._listWrap_zg057_69 ._itemSpecial_zg057_478{margin-left:5rem}._depositWrap_zg057_41 ._rebate_zg057_481{color:#9806fe;justify-content:center;align-items:center;gap:2rem;font-family:Roboto;font-size:14rem;font-weight:700;display:flex;position:absolute;top:0;right:0}._depositWrap_zg057_41 ._rebate_zg057_481 img{width:11rem;height:12rem}._depositWrap_zg057_41 ._eventWrap_zg057_498{border-radius:0}._depositWrap_zg057_41 ._eventWrap_zg057_498 ._eventBody_zg057_501{grid-template-columns:repeat(2,1fr);column-gap:24rem;display:grid}._depositWrap_zg057_41 ._eventWrap_zg057_498 ._eventBody_zg057_501 ._item_zg057_458{box-sizing:border-box;color:#54379e;background:linear-gradient(#fcfcff,#d6dffe);border-top:1rem solid #fff;border-radius:6rem;align-items:center;height:57rem;font-family:Roboto;font-size:13rem;font-weight:700;display:flex;position:relative;box-shadow:0 1rem 1rem #00000040}._depositWrap_zg057_41 ._eventWrap_zg057_498 ._eventBody_zg057_501 ._item_zg057_458._eventActive_zg057_523{color:#ca590e;background:linear-gradient(#ffefd2,#ffc578);border-top:1rem solid #feffef}._depositWrap_zg057_41 ._eventWrap_zg057_498 ._eventBody_zg057_501 ._item_zg057_458._eventActive_zg057_523>img{width:24rem;position:absolute;top:-1rem;right:0}._depositWrap_zg057_41 ._eventWrap_zg057_498 ._eventBody_zg057_501 ._item_zg057_458 span{word-wrap:break-word;z-index:1;max-width:60rem;line-height:14rem;position:absolute;right:10%}._depositWrap_zg057_41 ._eventWrap_zg057_498 ._eventBody_zg057_501 ._item_zg057_458 ._icon_zg057_370{z-index:0;height:100%;position:absolute;bottom:0;left:0}._depositWrap_zg057_41 ._eventWrap_zg057_498 ._eventBody_zg057_501 ._item_zg057_458 ._icon_zg057_370 img{height:100%}._depositWrap_zg057_41 ._eventWrap_zg057_498 ._eventBody_zg057_501 ._item_zg057_458 ._tag_zg057_552{width:68rem;position:absolute;top:-6rem;left:-2rem}._depositWrap_zg057_41 ._eventWrap_zg057_498 ._eventBody_zg057_501 ._item_zg057_458 ._tag_zg057_552 ._bg_zg057_96{width:100%}._depositWrap_zg057_41 ._eventWrap_zg057_498 ._eventBody_zg057_501 ._item_zg057_458 ._tag_zg057_552 ._bg_zg057_96>img{width:100%;display:block}._depositWrap_zg057_41 ._eventWrap_zg057_498 ._eventBody_zg057_501 ._item_zg057_458 ._tag_zg057_552 ._title_zg057_104{color:#fff;text-align:center;width:69rem;font-size:8rem;position:absolute;top:2px;left:0}._depositWrap_zg057_41 ._accountWrap_zg057_574 ._accountBg_zg057_574{justify-content:center;align-items:center;display:flex;position:relative}._depositWrap_zg057_41 ._accountWrap_zg057_574 ._accountBg_zg057_574 img{width:100%}._depositWrap_zg057_41 ._accountWrap_zg057_574 ._accountBg_zg057_574 ._accountInfo_zg057_583{text-align:center;flex-direction:column;width:calc(100% - 11rem);height:calc(100% - 11rem);font-family:Roboto;font-weight:700;display:flex;position:absolute;top:11rem;left:11rem}._depositWrap_zg057_41 ._accountWrap_zg057_574 ._accountBg_zg057_574 ._accountInfo_zg057_583 ._bankName_zg057_595{justify-content:flex-start;align-items:center;gap:5rem;display:flex}._depositWrap_zg057_41 ._accountWrap_zg057_574 ._accountBg_zg057_574 ._accountInfo_zg057_583 ._bankName_zg057_595 img{width:23rem;height:23rem}._depositWrap_zg057_41 ._accountWrap_zg057_574 ._accountBg_zg057_574 ._accountInfo_zg057_583 ._bankId_zg057_605{text-align:left;font-size:20rem}._depositWrap_zg057_41 ._accountWrap_zg057_574 ._accountBg_zg057_574 ._accountInfo_zg057_583 ._changeBank_zg057_609{justify-content:flex-end;align-items:center;gap:3rem;font-size:10rem;text-decoration:underline;display:flex}._depositWrap_zg057_41 ._accountWrap_zg057_574 ._accountBg_zg057_574 ._accountInfo_zg057_583 ._changeBank_zg057_609 img{width:7rem;height:8rem;margin-right:15rem}._depositWrap_zg057_41 ._unAccountWrap_zg057_622{text-align:center;font-family:Roboto;font-size:12rem;font-weight:700}._depositWrap_zg057_41 ._unAccountWrap_zg057_622 ._accountBg_zg057_574{justify-content:center;align-items:center;display:flex;position:relative}._depositWrap_zg057_41 ._unAccountWrap_zg057_622 ._accountBg_zg057_574 img{width:100%}._depositWrap_zg057_41 ._unAccountWrap_zg057_622 ._noneCenter_zg057_637{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._depositWrap_zg057_41 ._unAccountWrap_zg057_622 ._noneCenter_zg057_637 ._noneCircle_zg057_647{background-color:#9d7ef5;border-radius:48rem;justify-content:center;align-items:center;gap:7rem;width:48rem;height:48rem;display:flex}._depositWrap_zg057_41 ._unAccountWrap_zg057_622 ._noneCenter_zg057_637 ._noneCircle_zg057_647 img{width:23rem;height:25rem}._depositWrap_zg057_41 ._unAccountWrap_zg057_622 ._noneCenter_zg057_637 ._placeholder_zg057_661{color:#7469e2;margin-top:5rem}._depositWrap_zg057_41 ._canWithdraw_zg057_665{color:#54379e;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;margin:10rem 0;font-family:Roboto;font-size:14rem;font-weight:700;line-height:14rem;display:flex}._depositWrap_zg057_41 ._canWithdraw_zg057_665 ._canNum_zg057_679{color:#fc901b;font-size:28rem;line-height:28rem}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684{grid-template-columns:repeat(3,1fr);gap:10rem 8rem;display:grid}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._padding_zg057_693{width:25%}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._listItem_zg057_696{box-sizing:border-box;color:#583ca0;background-color:#f5f5ff;border:2rem solid #d9c9f0;border-radius:5rem;flex-direction:column;justify-content:center;align-items:center;gap:3rem;padding:5rem;display:flex;position:relative}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._listItem_zg057_696>img{width:24rem;height:24rem;position:absolute;top:-2rem;right:-2rem}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._listItem_zg057_696 ._itemGold_zg057_717{justify-content:center;align-items:center;display:flex}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._listItem_zg057_696 ._itemGold_zg057_717 img{width:14rem}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._listItem_zg057_696 ._firstIcon_zg057_725{width:30%;position:absolute;top:-15%;left:-2rem}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._listItem_zg057_696 ._firstIcon_zg057_725 img{width:100%}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._listItem_zg057_696 ._hotIcon_zg057_734{height:20rem;position:absolute;top:-30%;left:-10%}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._listItem_zg057_696 ._hotIcon_zg057_734 img{height:100%;display:block}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._listItem_zg057_696 ._symbol_zg057_744{color:#ff7f00;text-align:center;background:#ffdf9c;border-radius:16rem;width:16rem;height:16rem;font-size:12rem;font-weight:700;line-height:16rem}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._listItem_zg057_696 ._gold_zg057_755{text-align:center;font-size:14rem;font-weight:900;line-height:16rem}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._listItem_zg057_696 ._goldGift_zg057_761{color:#f97316;font-size:10rem;font-weight:500;line-height:12rem}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._listItem_zg057_696 ._first_zg057_725{color:#fff;background:#33a96b;border-radius:12rem 0;height:14rem;padding:0 9rem;font-size:10rem;font-weight:700;line-height:14rem;position:absolute;top:.1rem;left:.1rem}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._listItem_zg057_696 ._giftIcon_zg057_780{width:32rem;position:absolute;top:-4rem;left:-2rem}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._listItem_zg057_696 ._giftIcon_zg057_780>img{width:100%;display:block}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._listItem_zg057_696 ._gift_zg057_780{color:#f97316;font-size:10rem;font-weight:400}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._listItem_zg057_696._active_zg057_29{color:#ea5d00;background:linear-gradient(#ffefd2,#ffc578);border:2rem solid #f1915d}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._listItem_zg057_696 ._expBubble_zg057_800{width:56%;position:absolute;top:-7rem;left:-2rem}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._listItem_zg057_696 ._expBubble_zg057_800 img{width:100%}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._listItem_zg057_696 ._expBubble_zg057_800 ._expText_zg057_809{color:#fff;justify-content:center;width:100%;margin:0 auto;font-size:8rem;font-weight:700;line-height:8rem;display:flex;position:absolute;top:25%;left:0;transform:translateY(-50%)}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._specialShow_zg057_823{padding:12.5rem 5rem}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._freezeShow_zg057_826{background:#281b5759;border:2rem solid #bab0c9;border-radius:5rem;width:100%;height:100%;position:absolute;top:-2rem;left:-2rem}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._freezeShow_zg057_826 ._service_zg057_836{width:30%;position:absolute;top:-15%;left:72%}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._freezeShow_zg057_826 ._service_zg057_836 img{width:100%}._depositWrap_zg057_41 ._options_zg057_684 ._body_zg057_684 ._withdrawItem_zg057_845{height:43rem}._depositWrap_zg057_41 ._exp_zg057_800{margin-bottom:9rem}._depositWrap_zg057_41 ._exp_zg057_800 ._expBg_zg057_851{justify-content:center;align-items:center;display:flex;position:relative}._depositWrap_zg057_41 ._exp_zg057_800 ._expBg_zg057_851 img{width:100%}._depositWrap_zg057_41 ._exp_zg057_800 ._expContent_zg057_860{justify-content:space-between;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._depositWrap_zg057_41 ._exp_zg057_800 ._expContent_zg057_860 ._expLeft_zg057_870{text-align:center;color:#54379e;justify-content:center;align-items:center;gap:12rem;margin-left:16rem;font-family:Roboto;font-size:12rem;font-weight:700;display:flex}._depositWrap_zg057_41 ._exp_zg057_800 ._expContent_zg057_860 ._expLeft_zg057_870 img{width:21rem}._depositWrap_zg057_41 ._exp_zg057_800 ._expContent_zg057_860 ._expRight_zg057_885{justify-content:center;align-items:center;margin-right:13rem;display:flex}._depositWrap_zg057_41 ._exp_zg057_800 ._expContent_zg057_860 ._expRight_zg057_885 img{width:18rem}._depositWrap_zg057_41 ._mehtod_zg057_894{height:43rem;min-height:43rem}._depositWrap_zg057_41 ._mehtod_zg057_894 ._mehtodBox_zg057_898{box-sizing:border-box;background-color:#fcfcff;border-radius:6rem;justify-content:space-between;align-items:center;height:100%;padding:0 10rem 0 15rem;display:flex}._depositWrap_zg057_41 ._mehtod_zg057_894 ._mehtodBox_zg057_898 ._methodLeft_zg057_908{justify-content:center;align-items:center;gap:6rem;display:flex}._depositWrap_zg057_41 ._mehtod_zg057_894 ._mehtodBox_zg057_898 ._methodLeft_zg057_908 img{width:20rem}._depositWrap_zg057_41 ._mehtod_zg057_894 ._mehtodBox_zg057_898 ._methodRight_zg057_917{justify-content:center;align-items:center;gap:4rem;display:flex}._depositWrap_zg057_41 ._mehtod_zg057_894 ._mehtodBox_zg057_898 ._methodRight_zg057_917 img{width:24rem}._depositWrap_zg057_41 ._channel_zg057_926 ._channelBox_zg057_926{gap:8rem;margin-bottom:160rem;display:grid}._depositWrap_zg057_41 ._channel_zg057_926 ._channelBox_zg057_926 ._channelItem_zg057_931{box-sizing:border-box;color:#815eda;background-color:#fff;border:1rem solid #fff;border-radius:8rem;justify-content:space-between;align-items:center;width:100%;height:52rem;padding:0 10rem;font-family:Roboto;font-size:14rem;font-weight:500;display:flex;box-shadow:0 2rem 6rem #0000000d}._depositWrap_zg057_41 ._channel_zg057_926 ._channelBox_zg057_926 ._channelItem_zg057_931 ._channelLeft_zg057_948{justify-content:center;align-items:center;gap:5rem;display:flex}._depositWrap_zg057_41 ._channel_zg057_926 ._channelBox_zg057_926 ._channelItem_zg057_931 ._channelLeft_zg057_948 ._channelIcon_zg057_954{justify-content:center;align-items:center;width:23rem;display:flex}._depositWrap_zg057_41 ._channel_zg057_926 ._channelBox_zg057_926 ._channelItem_zg057_931 ._channelLeft_zg057_948 ._channelIcon_zg057_954 img{width:100%}._depositWrap_zg057_41 ._channel_zg057_926 ._channelBox_zg057_926 ._channelItem_zg057_931 ._channelLeft_zg057_948 ._channelMsg_zg057_963 ._channelTime_zg057_963{color:#ab72d8;justify-content:flex-start;align-items:center;display:flex}._depositWrap_zg057_41 ._channel_zg057_926 ._channelBox_zg057_926 ._channelItem_zg057_931 ._channelLeft_zg057_948 ._channelMsg_zg057_963 ._channelTime_zg057_963 img{width:11rem}._depositWrap_zg057_41 ._channel_zg057_926 ._channelBox_zg057_926 ._channelItem_zg057_931 ._channelRight_zg057_972{width:18rem;height:18rem}._depositWrap_zg057_41 ._channel_zg057_926 ._channelBox_zg057_926 ._channelItem_zg057_931 ._channelRight_zg057_972 img{width:100%}._depositWrap_zg057_41 ._channel_zg057_926 ._channelBox_zg057_926 ._channelSelect_zg057_979{background-color:#f2eeff;border:1rem solid #8525f8}._depositWrap_zg057_41 ._bottomWrap_zg057_983{flex:1;align-items:flex-end;width:100%;font-family:Roboto;font-size:12rem;font-weight:700;display:grid;position:absolute;bottom:0;left:0}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._bottomLine_zg057_996,._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._bottomLine_zg057_996 img{width:100%}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002{color:#54379e;box-sizing:border-box;background:#f1f1ff;border-radius:7rem;justify-content:space-between;align-items:center;width:100%;padding:19rem 10rem 80rem;font-size:16rem;display:flex}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._btn_zg057_283{color:#fff;box-sizing:border-box;text-align:center;background:linear-gradient(#7d50f5,#794fe8);border-radius:6rem;justify-content:center;align-items:center;width:86rem;padding:8rem 0;font-family:Roboto;font-size:16rem;font-weight:700;display:flex}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._depositText_zg057_1029{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._depositText_zg057_1029 ._totalText_zg057_1035{color:#a48cb7;justify-content:center;align-items:flex-end;gap:3rem;margin-top:5rem;font-size:10rem;line-height:15rem;display:flex}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._depositText_zg057_1029 ._totalText_zg057_1035 ._moneyDiv_zg057_1045{color:#6e3efe;justify-content:center;align-items:center;gap:3rem;font-size:11rem;display:flex}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._depositText_zg057_1029 ._totalText_zg057_1035 ._moneyDiv_zg057_1045 ._radio_zg057_1053{background:linear-gradient(#f64f55,#f15bc8);border-radius:13rem;justify-content:center;align-items:center;width:13rem;height:13rem;display:flex}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._depositText_zg057_1029 ._totalText_zg057_1035 ._moneyDiv_zg057_1045 ._radio_zg057_1053 img{width:7rem}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._depositText_zg057_1029 ._totalText_zg057_1035 ._moneyDiv_zg057_1045 img{width:15rem}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._depositText_zg057_1029 ._totalText_zg057_1035 ._totalNum_zg057_1068{color:#6e3efe;justify-content:center;align-items:center;font-size:11rem;display:flex}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._depositText_zg057_1029 ._chargeText_zg057_1075{justify-content:center;align-items:flex-end;gap:5rem;font-size:13rem;line-height:16rem;display:flex}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._depositText_zg057_1029 ._chargeText_zg057_1075 ._pay_zg057_1083{color:#ff7f00;font-size:23rem;font-weight:900;line-height:23rem}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002._contentWrap_zg057_1089{margin:12rem 15rem}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._bottom_symbol_zg057_1092{color:#6e3efe;justify-content:center;align-items:center;font-size:15rem;line-height:15rem;display:flex}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._topTxt_zg057_1100{align-items:baseline;font-weight:500;display:flex}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._topTxt_zg057_1100 ._symbol_zg057_744{color:#ff7f00;margin-left:4rem;font-weight:900}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._topTxt_zg057_1100 ._time_zg057_1110{color:#a48cb7;margin-left:5rem}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._withdrawalBottomTxt_zg057_1114{line-height:12rem}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._bottomTxt_zg057_1117{color:#a48cb7;align-items:center;font-weight:400;display:flex}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._bottomTxt_zg057_1117 ._giftIconDeposit_zg057_1123{width:15rem;height:15rem;margin-right:4rem}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._bottomTxt_zg057_1117 ._giftIconDeposit_zg057_1123>img{width:100%;height:100%;margin-top:-2rem}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._bottomTxt_zg057_1117>img{width:42rem;margin-right:2rem;display:block}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._bottomTxt_zg057_1117 span{color:#6e3efe;margin-left:2rem;font-weight:700}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._bottomTxt_zg057_1117 ._extra_zg057_1143{margin-left:6rem}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._bottomTxt_zg057_1117 ._extra_zg057_1143 span{color:#6e3efe}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._bottomTxt_zg057_1117 ._fee_zg057_130{color:#a48cb7;font-size:11rem;font-weight:700}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._content_zg057_1002 ._bottomTxt_zg057_1117 ._fee_zg057_130 span{color:#6e3efe}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._time_zg057_1110{color:#955029;text-align:center;background-color:#ffead4;width:100%;height:20rem;font-size:11rem;line-height:20rem}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._time_zg057_1110 span{margin-left:5rem;margin-right:5rem;font-family:Satoshi;font-weight:900}._depositWrap_zg057_41 ._bottomWrap_zg057_983 ._time_zg057_1110 ._tip_zg057_1172{color:#41096a;margin-left:8rem;font-weight:600}._contDetail_zg057_1177{z-index:10;flex-direction:column;align-items:end;font-size:12rem;display:flex;position:absolute;top:50rem;right:20rem}._contDetail_zg057_1177 ._text_zg057_1187{margin-bottom:14rem}._contDetail_zg057_1177 ._text_zg057_1187 span{color:#ffc60b}._contDetail_zg057_1177 ._checkBtn_zg057_1193{box-sizing:border-box;background:linear-gradient(10deg,#ec048c,#fd2d3a 60%);border-radius:8rem;align-items:center;height:25rem;padding:0 12rem 1rem;display:flex}._contDetail_zg057_1177 ._checkBtn_zg057_1193 ._arr_zg057_1202>img{width:12rem;height:12rem;margin-top:6rem}._body_zg057_684{z-index:10;position:relative}._bankInfo_zg057_73{background:linear-gradient(#f1f1ff,#fff);border-radius:6rem;margin-bottom:13rem;padding:8rem 7rem;position:relative}._bankInfo_zg057_73 ._bg_zg057_96{width:100%;position:absolute;top:0;left:0}._bankInfo_zg057_73 ._bg_zg057_96>img{width:100%}._bankInfo_zg057_73 ._itemTitle_zg057_458{color:#41096a;z-index:10;height:34rem;margin-bottom:2rem;font-size:16rem;font-weight:500;line-height:36rem;display:flex;position:relative}._bankInfo_zg057_73 ._itemTitle_zg057_458>img{width:30rem;margin-right:12rem}._bankInfo_zg057_73 ._listWrap_zg057_69{margin:0!important;padding:0!important}._bankInfo_zg057_73 ._withdrawInfo_zg057_1246{margin-bottom:0;padding:0 5rem}._bankInfo_zg057_73 ._withdrawInfo_zg057_1246 ._content_zg057_1002{width:100%;font-family:Roboto;font-size:10rem;font-weight:700}._bankInfo_zg057_73 ._withdrawInfo_zg057_1246 ._content_zg057_1002 ._infoTop_zg057_1256{justify-content:flex-start;align-items:center;height:11rem;margin-bottom:5rem;display:flex}._bankInfo_zg057_73 ._withdrawInfo_zg057_1246 ._content_zg057_1002 ._infoTop_zg057_1256 img{width:11rem;height:100%}._bankInfo_zg057_73 ._withdrawInfo_zg057_1246 ._content_zg057_1002 ._infoTop_zg057_1256 ._infoTopLine_zg057_1267{background:#815eda;width:2rem;height:100%}._bankInfo_zg057_73 ._withdrawInfo_zg057_1246 ._content_zg057_1002 ._infoTop_zg057_1256 span{color:#7b56dc;margin-left:5rem;line-height:11rem}._bankInfo_zg057_73 ._withdrawInfo_zg057_1246 ._content_zg057_1002 ._infoData_zg057_1277{justify-content:space-between;align-items:center;display:flex}._bankInfo_zg057_73 ._withdrawInfo_zg057_1246 ._content_zg057_1002 ._infoData_zg057_1277 ._infoLeft_zg057_1282{color:#54379e;justify-content:center;align-items:center;gap:5rem;font-size:12rem;display:flex}._bankInfo_zg057_73 ._withdrawInfo_zg057_1246 ._content_zg057_1002 ._infoData_zg057_1277 ._infoLeft_zg057_1282 ._circle_zg057_1290{background-color:#54379e;border-radius:4rem;width:4rem;height:4rem}._bankInfo_zg057_73 ._withdrawInfo_zg057_1246 ._content_zg057_1002 ._infoData_zg057_1277 ._infoRight_zg057_1296{color:#875af8;font-size:14rem}._bankInfo_zg057_73 ._withdrawInfo_zg057_1246 ._content_zg057_1002 ._infoData_zg057_1277 ._colorOrg_zg057_1300{color:#ff341a}._btn_zg057_283{color:#fff;text-align:center;background:linear-gradient(#7d50f5,#794fe8);border-radius:6rem;width:100%;margin-left:auto;padding:11rem 0;font-family:Roboto;font-size:16rem;font-weight:700}@keyframes _fadeInOut_zg057_1{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}._margin_bottom_zg057_1326{justify-content:space-between;align-items:center;margin-bottom:8rem;display:flex}._margin_bottom_zg057_1326 ._more_zg057_1332{color:#a48cb7;align-items:center;font-size:12rem;display:flex}._margin_bottom_zg057_1326 ._more_zg057_1332 img{width:18rem;margin-right:5rem;display:block}._loadingWrap_zg057_1343{background:#fff;border-radius:5rem;justify-content:center;align-items:center;margin:0 18rem 30rem;display:flex}._numberFont_8304v_1{font-family:Satoshi}._imgBox_8304v_4>img{width:100%;display:block}._ellipsis_8304v_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_8304v_14::-webkit-scrollbar{display:none}._loadingWrap_8304v_17{z-index:100;background-color:#00000005;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._loadingWrap_8304v_17 ._loader_8304v_30{border:4rem solid #6433b980;border-right-color:#df40ff;border-radius:50%;width:20rem;height:20rem;animation:.7s linear infinite _spin_8304v_1}@keyframes _spin_8304v_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._numberFont_61cr4_1{font-family:Satoshi}._imgBox_61cr4_4>img{width:100%;display:block}._ellipsis_61cr4_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_61cr4_14::-webkit-scrollbar{display:none}._frame4273213312_61cr4_17{border-radius:var(--Variable-collection-Bar_06);background:var(--Variable-collection-Color_008);letter-spacing:0;flex-direction:column;align-items:center;row-gap:15rem;width:75%;padding:22rem 21rem;display:flex}._frame4273213312_61cr4_17 ._frame427321332_61cr4_28{text-align:center;width:100%;color:var(--Color_018,#444344);font-family:Oswald;font-size:var(--Font_size_18);flex-direction:column;flex-shrink:0;align-items:center;row-gap:2rem;padding-left:10rem;padding-right:10rem;font-weight:700;display:flex}._frame4273213312_61cr4_17 ._frame427321332_61cr4_28 ._group427321331_61cr4_43{flex-shrink:0;width:83rem;height:83rem}._frame4273213312_61cr4_17 ._frame427321332_61cr4_28 ._frame427321331_61cr4_17{flex-shrink:0;justify-content:center;align-items:center;column-gap:10rem;width:100%;padding-left:20rem;padding-right:20rem;display:flex}._frame4273213312_61cr4_17 ._frame427321332_61cr4_28 ._frame427321331_61cr4_17 ._personalInformation_61cr4_58{height:27rem;color:var(--Variable-collection-Color_018);flex:1;line-height:normal}._frame4273213312_61cr4_17 ._frame427321335_61cr4_64{border-radius:var(--Variable-collection-Bar_06);background:var(--Variable-collection-Color_044);width:100%;height:57rem;font-family:Roboto;font-size:var(--Font_size_14);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;row-gap:5rem;padding:10rem 0;display:flex}._frame4273213312_61cr4_17 ._frame427321335_61cr4_64 ._frame4273213322_61cr4_79{box-sizing:border-box;width:100%;color:var(--Color_046,#ff797a);flex-shrink:0;justify-content:center;align-items:flex-start;column-gap:4rem;line-height:16rem;display:flex}._frame4273213312_61cr4_17 ._frame427321335_61cr4_64 ._frame4273213322_61cr4_79 ._leftIcon_61cr4_90{justify-content:center;align-items:center;width:16rem;height:16rem;display:flex}._frame4273213312_61cr4_17 ._frame427321335_61cr4_64 ._frame4273213322_61cr4_79 ._leftIcon_61cr4_90 ._vector_61cr4_97{flex-shrink:0;width:14rem;height:13rem}._frame4273213312_61cr4_17 ._frame427321335_61cr4_64 ._frame4273213322_61cr4_79 ._microPaymentGatewayM_61cr4_102{color:var(--Variable-collection-Color_046);text-align:left;max-width:80%;line-height:normal;line-height:var(--Font_size_16);flex-shrink:0}._frame4273213312_61cr4_17 ._frame427321335_61cr4_64 ._selectAlternativeDep_61cr4_110{text-align:center;color:var(--Variable-collection-Color_034);flex-shrink:0;align-self:stretch;line-height:normal}._frame4273213312_61cr4_17 ._secureWithdrawalsIns_61cr4_117{text-align:center;color:var(--Variable-collection-Color_019);font-family:Roboto;line-height:normal;font-size:var(--Font_size_12);flex-shrink:0;align-self:stretch}._frame4273213312_61cr4_17 ._rcButton001_61cr4_126{border-radius:var(--Variable-collection-Bar_06);background:var(--Color_jianbian_009);width:100%;color:var(--Color_008,#fff);font-family:Roboto;line-height:19rem;font-size:var(--Font_size_16);flex-shrink:0;justify-content:center;align-items:center;padding:14rem 0 12rem;font-weight:500;display:flex}._frame4273213312_61cr4_17 ._rcButton001_61cr4_126 ._ok_61cr4_142{color:var(--Variable-collection-Color_008);line-height:normal}._numberFont_1w45e_1{font-family:Satoshi}._imgBox_1w45e_4>img{width:100%;display:block}._ellipsis_1w45e_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1w45e_14::-webkit-scrollbar{display:none}._bindBank_1w45e_17{box-sizing:border-box;background-color:#dfdefd;border-radius:8rem;width:100%;padding:19rem 9rem 0}._numberFont_1rfhk_1{font-family:Satoshi}._imgBox_1rfhk_4>img{width:100%;display:block}._ellipsis_1rfhk_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1rfhk_14::-webkit-scrollbar{display:none}._v2SpecialWrap_1rfhk_17{box-sizing:border-box;gap:8rem;width:100%;padding:8rem 7rem 0;display:grid}._v2SpecialWrap_1rfhk_17 ._specialRule_1rfhk_24{box-sizing:border-box;text-align:center;z-index:2;background-color:#f0efff;border-radius:5rem;justify-content:flex-start;align-items:flex-start;padding:9rem 0 11rem 11rem;font-family:Roboto;font-size:12rem;font-weight:700;display:grid;position:relative;box-shadow:0 0 2rem #0000000d}._v2SpecialWrap_1rfhk_17 ._specialRule_1rfhk_24 ._ruleTitle_1rfhk_40{color:#9806fe}._v2SpecialWrap_1rfhk_17 ._specialRule_1rfhk_24 ._ruleTitle_1rfhk_40 img{width:10rem;margin-right:6rem}._v2SpecialWrap_1rfhk_17 ._specialRule_1rfhk_24 ._rules_1rfhk_47{justify-content:flex-start;align-items:flex-start;gap:5rem;margin-top:7rem;display:grid}._v2SpecialWrap_1rfhk_17 ._specialRule_1rfhk_24 ._rules_1rfhk_47 ._rule_1rfhk_40{color:#563a9f;justify-content:flex-start;align-items:center;gap:2rem;display:flex}._v2SpecialWrap_1rfhk_17 ._specialRule_1rfhk_24 ._rules_1rfhk_47 ._rule_1rfhk_40 img{width:14rem;margin-right:4rem}._v2SpecialWrap_1rfhk_17 ._specialRule_1rfhk_24 ._rules_1rfhk_47 ._rule_1rfhk_40 span{color:#d71aff}._v2SpecialWrap_1rfhk_17 ._specialRule_1rfhk_24 ._rules_1rfhk_47 ._rule_1rfhk_40 ._ruleWen_1rfhk_68{justify-content:center;align-items:center;width:14rem;height:14rem;margin-left:4rem;display:flex;position:relative}._v2SpecialWrap_1rfhk_17 ._specialRule_1rfhk_24 ._rules_1rfhk_47 ._rule_1rfhk_40 ._ruleWen_1rfhk_68 ._taskBubble_1rfhk_77{position:absolute;top:100%;left:50%;transform:translate(-50%)}._v2SpecialWrap_1rfhk_17 ._dailyContent_1rfhk_83{z-index:1;width:100%;position:relative}._v2SpecialWrap_1rfhk_17 ._dailyContent_1rfhk_83 ._dailyBg_1rfhk_88{justify-content:center;align-items:center;width:100%;display:flex}._v2SpecialWrap_1rfhk_17 ._dailyContent_1rfhk_83 ._dailyBg_1rfhk_88 img{width:100%}._v2SpecialWrap_1rfhk_17 ._dailyContent_1rfhk_83 ._dailyBody_1rfhk_97{text-align:center;width:100%;height:100%;font-family:Roboto;position:absolute;top:0;left:0}._v2SpecialWrap_1rfhk_17 ._dailyContent_1rfhk_83 ._dailyBody_1rfhk_97 ._dailyWrap_1rfhk_106{justify-content:space-evenly;align-items:center;height:100%;display:flex}._v2SpecialWrap_1rfhk_17 ._dailyContent_1rfhk_83 ._dailyBody_1rfhk_97 ._dailyWrap_1rfhk_106 ._dailyLeft_1rfhk_112{color:#8a2a2a;flex-direction:column;justify-content:center;align-items:center;font-size:12rem;font-weight:700;display:flex}._v2SpecialWrap_1rfhk_17 ._dailyContent_1rfhk_83 ._dailyBody_1rfhk_97 ._dailyWrap_1rfhk_106 ._dailyLeft_1rfhk_112 ._dailyAmount_1rfhk_121{color:#d04c03;font-size:22rem;line-height:22rem}._v2SpecialWrap_1rfhk_17 ._dailyContent_1rfhk_83 ._dailyBody_1rfhk_97 ._dailyWrap_1rfhk_106 ._dailyRight_1rfhk_126{flex-direction:column;justify-content:center;align-items:center;gap:3rem;font-weight:700;display:flex}._v2SpecialWrap_1rfhk_17 ._dailyContent_1rfhk_83 ._dailyBody_1rfhk_97 ._dailyWrap_1rfhk_106 ._dailyRight_1rfhk_126 ._getDay_1rfhk_134{color:#8f3634;font-size:10rem;line-height:12rem}._v2SpecialWrap_1rfhk_17 ._dailyContent_1rfhk_83 ._dailyBody_1rfhk_97 ._dailyWrap_1rfhk_106 ._dailyRight_1rfhk_126 ._btn_1rfhk_139{text-align:center;border-radius:50rem;justify-content:center;align-items:center;gap:5rem;width:98rem;padding:8rem 0;font-family:Roboto;font-size:12rem;line-height:12rem;display:flex}._v2SpecialWrap_1rfhk_17 ._dailyContent_1rfhk_83 ._dailyBody_1rfhk_97 ._dailyWrap_1rfhk_106 ._dailyRight_1rfhk_126 ._btn_1rfhk_139 img{width:12rem}._v2SpecialWrap_1rfhk_17 ._dailyContent_1rfhk_83 ._dailyBody_1rfhk_97 ._dailyWrap_1rfhk_106 ._dailyRight_1rfhk_126 ._org_1rfhk_155{color:#fff;background-color:#ff9e22}._v2SpecialWrap_1rfhk_17 ._dailyContent_1rfhk_83 ._dailyBody_1rfhk_97 ._dailyWrap_1rfhk_106 ._dailyRight_1rfhk_126 ._gray_1rfhk_159{color:#f7fcf5;background-color:#a8a8a8}._numberFont_1sw4v_1{font-family:Satoshi}._imgBox_1sw4v_4>img{width:100%;display:block}._ellipsis_1sw4v_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1sw4v_14::-webkit-scrollbar{display:none}._taskWrap_1sw4v_17{text-align:center;width:100%;font-family:Roboto;font-size:12px;font-weight:700;position:relative}._taskWrap_1sw4v_17 ._taskContent_1sw4v_25{width:100%;position:relative;overflow:hidden}._taskWrap_1sw4v_17 ._taskContent_1sw4v_25 ._otherBg_1sw4v_30{opacity:0;justify-content:center;align-items:center;width:100%;display:flex}._taskWrap_1sw4v_17 ._taskContent_1sw4v_25 ._otherBg_1sw4v_30 img{width:100%}._taskWrap_1sw4v_17 ._taskContent_1sw4v_25 ._effectWrap_1sw4v_40{border-radius:8rem;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._taskWrap_1sw4v_17 ._taskArrow_1sw4v_49{position:absolute;top:36%;left:0;transform:translate(-50%,-50%)}._taskWrap_1sw4v_17 ._taskArrow_1sw4v_49 img{width:20rem}._taskWrap_1sw4v_17 ._arrowFlip_1sw4v_58{left:auto;right:0}._taskWrap_1sw4v_17 ._arrowFlip_1sw4v_58 img{transform:scaleX(-1)}._slider_page_1sw4v_65{width:100%;height:100%;transition:transform .3s;position:absolute;top:0}._slide_static_1sw4v_72{transform:translate(0)}._slide_in_right_1sw4v_75{animation:.3s forwards _slideInFromRight_1sw4v_1;transform:translate(100%)}._slide_in_left_1sw4v_79{animation:.3s forwards _slideInFromLeft_1sw4v_1;transform:translate(-100%)}._slide_out_left_1sw4v_83{animation:.3s forwards _slideOutToLeft_1sw4v_1}._slide_out_right_1sw4v_86{animation:.3s forwards _slideOutToRight_1sw4v_1}@keyframes _slideInFromRight_1sw4v_1{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes _slideInFromLeft_1sw4v_1{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes _slideOutToLeft_1sw4v_1{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes _slideOutToRight_1sw4v_1{0%{transform:translate(0)}to{transform:translate(100%)}}._numberFont_1gfom_1{font-family:Satoshi}._imgBox_1gfom_4>img{width:100%;display:block}._ellipsis_1gfom_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1gfom_14::-webkit-scrollbar{display:none}._itemWrap_1gfom_17{width:100%;position:relative}._itemWrap_1gfom_17 ._taskBg_1gfom_21,._itemWrap_1gfom_17 ._taskBg_1gfom_21 img{width:100%}._itemWrap_1gfom_17 ._itemBody_1gfom_27{width:100%;height:100%;position:absolute;top:0;left:0}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34{box-sizing:border-box;width:100%;padding:0 15rem 0 10rem}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._vipNum_1gfom_39{color:#3f3290;align-items:center;gap:5rem;font-size:14rem;display:flex;position:relative}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._vipNum_1gfom_39 ._vipNumContent_1gfom_47 img{height:40rem}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._rewardBody_1gfom_50{flex-direction:column;justify-content:center;align-items:flex-start;margin-left:5rem;display:flex}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._rewardBody_1gfom_50 ._rewardTop_1gfom_57{justify-content:center;align-items:center;margin-bottom:5rem;margin-left:5rem;display:flex}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._rewardBody_1gfom_50 ._rewardTop_1gfom_57 img{width:12rem;margin-bottom:1rem;margin-right:5rem}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._rewardBody_1gfom_50 ._rewardTop_1gfom_57 span{color:#703eee;font-size:10rem;line-height:12rem}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._rewardBody_1gfom_50 ._rewardBox_1gfom_74{justify-content:space-between;align-items:center;gap:11rem;width:100%;display:flex}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._rewardBody_1gfom_50 ._rewardBox_1gfom_74 ._boxItem_1gfom_81{width:100%;position:relative}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._rewardBody_1gfom_50 ._rewardBox_1gfom_74 ._boxItem_1gfom_81 ._itemBg_1gfom_85,._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._rewardBody_1gfom_50 ._rewardBox_1gfom_74 ._boxItem_1gfom_81 ._itemBg_1gfom_85 img{width:100%}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._rewardBody_1gfom_50 ._rewardBox_1gfom_74 ._boxItem_1gfom_81 ._itemMsg_1gfom_91{white-space:nowrap;flex-direction:column;justify-content:center;align-items:center;font-size:13rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._rewardBody_1gfom_50 ._rewardBox_1gfom_74 ._boxItem_1gfom_81 ._itemMsg_1gfom_91 span{color:#fff712;font-size:20rem}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._rewardBody_1gfom_50 ._rewardLine_1gfom_107{justify-content:center;align-items:center;width:100%;margin:12.5rem 0;display:flex}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._rewardBody_1gfom_50 ._rewardLine_1gfom_107 img{width:100%}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._taskBody_1gfom_117{box-sizing:border-box;width:100%;padding-left:5rem;position:relative}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._taskBody_1gfom_117 ._taskData_1gfom_123 ._dataContent_1gfom_123{flex-direction:column;align-items:flex-start;gap:10rem;display:flex}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._taskBody_1gfom_117 ._taskData_1gfom_123 ._dataContent_1gfom_123 ._taskTop_1gfom_129{color:#703eee;font-size:12rem}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._taskBody_1gfom_117 ._taskData_1gfom_123 ._dataContent_1gfom_123 ._taskTop_1gfom_129 img{width:14rem;margin-right:5rem}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._taskBody_1gfom_117 ._taskData_1gfom_123 ._dataContent_1gfom_123 ._taskCenter_1gfom_137{justify-content:space-between;align-items:center;gap:22rem;width:100%;display:flex}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._taskBody_1gfom_117 ._taskData_1gfom_123 ._dataContent_1gfom_123 ._taskBottom_1gfom_144{color:#703eee;text-align:center;justify-content:center;align-items:center;font-size:10rem;font-weight:700;line-height:12rem;display:flex}._itemWrap_1gfom_17 ._itemBody_1gfom_27 ._itemContent_1gfom_34 ._taskBody_1gfom_117 ._taskData_1gfom_123 ._dataContent_1gfom_123 ._taskBottom_1gfom_144 img{width:12rem;margin-right:5rem}._numberFont_1ogeb_1{font-family:Satoshi}._imgBox_1ogeb_4>img{width:100%;display:block}._ellipsis_1ogeb_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1ogeb_14::-webkit-scrollbar{display:none}._cardWrap_1ogeb_17{text-align:center;color:#fff;width:100%;font-family:Roboto;font-size:12rem;font-weight:700;position:relative}._cardWrap_1ogeb_17 ._cardBg_1ogeb_26{width:100%;margin-bottom:2%}._cardWrap_1ogeb_17 ._cardBg_1ogeb_26 img{width:100%}._cardWrap_1ogeb_17 ._cardContent_1ogeb_33{z-index:3;width:100%;height:100%;position:absolute;top:0;left:0}._cardWrap_1ogeb_17 ._cardContent_1ogeb_33 ._cardBody_1ogeb_41{flex-direction:column;justify-content:center;align-items:center;gap:3rem;margin:6rem 11rem 6rem 7rem;display:flex}._cardWrap_1ogeb_17 ._cardContent_1ogeb_33 ._cardBody_1ogeb_41 ._cardIcon_1ogeb_49{justify-content:center;align-items:center;width:20.7%;display:flex}._cardWrap_1ogeb_17 ._cardContent_1ogeb_33 ._cardBody_1ogeb_41 ._cardIcon_1ogeb_49 img{width:100%}._cardWrap_1ogeb_17 ._cardContent_1ogeb_33 ._cardBody_1ogeb_41 ._text_1ogeb_58{flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:100%;display:flex}._cardWrap_1ogeb_17 ._cardContent_1ogeb_33 ._cardBody_1ogeb_41 ._text_1ogeb_58 ._taskMsg_1ogeb_66{white-space:nowrap;justify-content:center;align-items:center;display:flex}._cardWrap_1ogeb_17 ._cardContent_1ogeb_33 ._cardBody_1ogeb_41 ._text_1ogeb_58 ._taskMsg_1ogeb_66 ._charge_1ogeb_72{font-size:16rem;line-height:16rem}._cardWrap_1ogeb_17 ._cardContent_1ogeb_33 ._cardBody_1ogeb_41 ._text_1ogeb_58 ._taskMsg_1ogeb_66 ._charge_1ogeb_72 span{color:#fff712}._cardWrap_1ogeb_17 ._cardContent_1ogeb_33 ._cardBody_1ogeb_41 ._text_1ogeb_58 ._progressText_1ogeb_79{justify-content:center;align-items:center;width:100%;margin-bottom:3rem;font-size:14rem;line-height:14rem;display:flex}._cardWrap_1ogeb_17 ._cardContent_1ogeb_33 ._cardBody_1ogeb_41 ._text_1ogeb_58 ._progressText_1ogeb_79 span{color:#f9d86c}._cardWrap_1ogeb_17 ._cardContent_1ogeb_33 ._cardBody_1ogeb_41 ._text_1ogeb_58 ._progressText_1ogeb_79 ._taskWen_1ogeb_91{justify-content:center;align-items:center;width:12rem;height:12rem;margin-left:5rem;display:flex;position:relative}._cardWrap_1ogeb_17 ._cardContent_1ogeb_33 ._cardBody_1ogeb_41 ._text_1ogeb_58 ._progressText_1ogeb_79 ._taskWen_1ogeb_91 img{width:100%;height:100%}._cardWrap_1ogeb_17 ._cardContent_1ogeb_33 ._cardBody_1ogeb_41 ._text_1ogeb_58 ._progressText_1ogeb_79 ._taskWen_1ogeb_91 ._taskBubble_1ogeb_104{position:absolute;top:100%;left:50%;transform:translate(-50%)}._cardWrap_1ogeb_17 ._cardContent_1ogeb_33 ._cardBody_1ogeb_41 ._text_1ogeb_58 ._progressContent_1ogeb_110{box-sizing:border-box;width:100%;padding:0 8%}._cardWrap_1ogeb_17 ._cardContent_1ogeb_33 ._cardBody_1ogeb_41 ._text_1ogeb_58 ._progressContent_1ogeb_110 ._progress_1ogeb_79{background-color:#3747ba;border-radius:60rem;width:100%;height:10rem}._cardWrap_1ogeb_17 ._cardContent_1ogeb_33 ._cardBody_1ogeb_41 ._text_1ogeb_58 ._progressContent_1ogeb_110 ._progress_1ogeb_79 div{background-color:#ffdc63;border-radius:60rem;height:100%}._cardWrap_1ogeb_17 ._order_1ogeb_126{font-size:18rem;line-height:18rem;position:absolute;top:4rem;right:7rem}._cardWrap_1ogeb_17 ._cardBtn_1ogeb_133{z-index:10;background:linear-gradient(#f28a23,#ffaf36);border-radius:5rem;justify-content:center;align-items:center;width:100%;height:35rem;font-size:12rem;display:flex;position:relative}._numberFont_neq9e_1{font-family:Satoshi}._imgBox_neq9e_4>img{width:100%;display:block}._ellipsis_neq9e_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_neq9e_14::-webkit-scrollbar{display:none}._specialBubbleWrap_neq9e_17{animation:1.5s ease-in-out forwards _fadeInOut_neq9e_1}._specialBubbleWrap_neq9e_17 ._bubble_neq9e_20{padding-top:4rem;position:relative}._specialBubbleWrap_neq9e_17 ._bubble_neq9e_20 ._bubbleArrow_neq9e_24{z-index:3;border-bottom:12rem solid #fff;border-left:8rem solid #0000;border-right:8rem solid #0000;width:0;height:0;position:absolute;top:-4rem;left:50%;transform:translate(-50%)}._specialBubbleWrap_neq9e_17 ._bubble_neq9e_20 ._bubbleBg_neq9e_36{z-index:2;box-sizing:border-box;white-space:nowrap;background:#fff;border-radius:4rem;justify-content:center;align-items:center;min-height:29rem;padding:4rem 5rem;display:flex;position:relative;box-shadow:0 1rem 4rem #00000040}._specialBubbleWrap_neq9e_17 ._bubble_neq9e_20 ._bubbleBg_neq9e_36 ._bubbleText_neq9e_50{text-align:center;color:#6e52ff;font-family:Roboto;font-size:10rem;font-weight:700;line-height:10rem}@keyframes _fadeInOut_neq9e_1{0%{opacity:0}25%{opacity:1}75%{opacity:1}to{opacity:0}}._numberFont_1krkj_1{font-family:Satoshi}._imgBox_1krkj_4>img{width:100%;display:block}._ellipsis_1krkj_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1krkj_14::-webkit-scrollbar{display:none}._v2EarningWrap_1krkj_17{text-align:center;color:#fff;box-sizing:border-box;margin:0 8%;font-family:Roboto;font-size:12rem;font-weight:700;position:relative}._v2EarningWrap_1krkj_17 ._displayCenter_1krkj_27{justify-content:center;align-items:center;display:flex}._v2EarningWrap_1krkj_17 ._closeBtnWrap_1krkj_32{width:24rem;height:24rem;position:absolute;top:-25rem;right:0}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39{width:100%;position:relative}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBg_1krkj_43{justify-content:center;align-items:center;width:100%;display:flex}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBg_1krkj_43 img{width:100%}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52{box-sizing:border-box;width:100%;height:100%;padding:5% 0;position:absolute;top:0;left:0}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._earningTitle_1krkj_61{justify-content:center;align-items:center;display:flex;position:absolute;top:25%;left:5%;transform:translateY(-50%)}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._earningTitle_1krkj_61 img{height:22rem}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._titleagt_1krkj_73 img{height:16.5rem}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._totalEarning_1krkj_76{box-sizing:border-box;width:100%;padding:0 5%;position:absolute;bottom:2%;left:0}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._totalEarning_1krkj_76 ._totalBox_1krkj_84{background-color:#fff;border-radius:6rem;flex-direction:column;justify-content:center;align-items:center;margin:0 5%;display:flex}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._totalEarning_1krkj_76 ._totalBox_1krkj_84 ._totalText_1krkj_93{width:60%;position:relative}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._totalEarning_1krkj_76 ._totalBox_1krkj_84 ._totalText_1krkj_93 ._rateBg_1krkj_97{justify-content:center;align-items:center;width:100%;display:flex}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._totalEarning_1krkj_76 ._totalBox_1krkj_84 ._totalText_1krkj_93 ._rateBg_1krkj_97 img{width:100%}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._totalEarning_1krkj_76 ._totalBox_1krkj_84 ._totalText_1krkj_93 ._label_1krkj_106{white-space:nowrap;font-size:12rem;line-height:12rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._totalEarning_1krkj_76 ._totalBox_1krkj_84 ._totalNum_1krkj_115{color:#3476ff;box-sizing:border-box;width:100%;padding:3% 5% 4%;font-size:28rem;line-height:28rem}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._totalEarning_1krkj_76 ._totalBox_1krkj_84 ._totalNum_1krkj_115 ._progress_1krkj_123{background-color:#296cf6;border-radius:60rem;width:100%;height:10rem;margin:3rem 0 2rem;padding:1rem}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._totalEarning_1krkj_76 ._totalBox_1krkj_84 ._totalNum_1krkj_115 ._progress_1krkj_123 ._progressBar_1krkj_131{background-color:#fef2c2;border-radius:60rem;height:100%}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._totalEarning_1krkj_76 ._totalStill_1krkj_136{color:#4541ff;white-space:nowrap;margin-top:3rem}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._totalEarning_1krkj_76 ._totalStill_1krkj_136 span{color:#ff3101}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._privilegeTitle_1krkj_144{color:#296cf6;justify-content:center;align-items:center;gap:5rem;margin-bottom:1%;display:flex}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._privilegeTitle_1krkj_144 ._crow_1krkj_152{width:14rem}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._privilegeTitle_1krkj_144 ._crow_1krkj_152 img{width:100%}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._privilegeLayout_1krkj_158{margin:3rem 0 0}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._privilegeLayout_1krkj_158 ._privilefeItem_1krkj_161{margin-bottom:3rem;position:relative}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._privilegeLayout_1krkj_158 ._privilefeItem_1krkj_161 ._itemBg_1krkj_165,._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._privilegeLayout_1krkj_158 ._privilefeItem_1krkj_161 ._itemBg_1krkj_165 img{width:100%}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._privilegeLayout_1krkj_158 ._privilefeItem_1krkj_161 ._itemBody_1krkj_171{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._privilegeLayout_1krkj_158 ._privilefeItem_1krkj_161 ._itemBody_1krkj_171 ._itemText_1krkj_182{color:#3476ff;justify-content:center;align-items:center;height:31%;font-size:12rem;display:flex}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._privilegeLayout_1krkj_158 ._privilefeItem_1krkj_161 ._itemBody_1krkj_171 ._itemAmount_1krkj_190{color:#fff;box-sizing:border-box;flex:1;justify-content:center;align-items:center;gap:5rem;padding-bottom:2%;font-size:29rem;display:flex}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._privilegeLayout_1krkj_158 ._privilefeItem_1krkj_161 ._itemBody_1krkj_171 ._itemAmount_1krkj_190 ._goldIcon_1krkj_201{justify-content:center;align-items:center;width:29rem;display:flex}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._privilegeLayout_1krkj_158 ._privilefeItem_1krkj_161 ._itemBody_1krkj_171 ._itemAmount_1krkj_190 ._goldIcon_1krkj_201 img{width:100%}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._privilegeLayout_1krkj_158 ._privilefeItem_1krkj_161 ._itemBodySpecial_1krkj_210 ._itemText_1krkj_182{color:#944522;font-size:12rem}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._privilegeLayout_1krkj_158 ._privilefeItem_1krkj_161 ._itemBodySpecial_1krkj_210 ._itemAmount_1krkj_190{color:#944522}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._tipsContent_1krkj_217{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;gap:5rem;width:100%;margin-bottom:3rem;padding:0 3%;display:flex}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._tipsContent_1krkj_217 ._tips_1krkj_217{color:#4229ff;text-align:left;justify-content:flex-start;align-items:flex-start;gap:3rem;width:100%;line-height:16rem;display:flex}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._tipsContent_1krkj_217 ._tips_1krkj_217 ._tipsStar_1krkj_238{justify-content:center;align-items:center;width:12rem;height:16rem;display:flex}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._tipsContent_1krkj_217 ._tips_1krkj_217 ._tipsStar_1krkj_238 img{width:100%}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._tipsContent_1krkj_217 ._tips_1krkj_217 ._tipsText_1krkj_248{flex:1}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._hotBubble_1krkj_251{height:8.3%;position:absolute;top:0;left:-1%}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._hotBubble_1krkj_251 ._hotBg_1krkj_257,._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._hotBubble_1krkj_251 ._hotBg_1krkj_257 img{height:100%}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._hotBubble_1krkj_251 ._hotBody_1krkj_263{justify-content:center;align-items:center;gap:3rem;font-size:12rem;display:flex;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._hotBubble_1krkj_251 ._hotBody_1krkj_263 img{height:12rem}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._levelBtn_1krkj_277{box-sizing:border-box;width:100%;padding:0 3%;position:absolute;bottom:5%;left:0}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._earningBody_1krkj_52 ._levelBtn_1krkj_277 ._btn_1krkj_285{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;justify-content:center;align-items:center;width:100%;height:40rem;font-size:14rem;display:flex}._v2EarningWrap_1krkj_17 ._earningContent_1krkj_39 ._specialPadding_1krkj_295{padding:8% 3% 3%}._numberFont_1t5hz_1{font-family:Satoshi}._imgBox_1t5hz_4>img{width:100%;display:block}._ellipsis_1t5hz_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1t5hz_14::-webkit-scrollbar{display:none}._bubbleWrap_1t5hz_17{position:absolute;top:25rem;right:0}._bubbleWrap_1t5hz_17 ._bubbleArrow_1t5hz_22{z-index:1;width:100%;height:11rem;position:relative}._bubbleWrap_1t5hz_17 ._bubbleArrow_1t5hz_22 div{clip-path:polygon(50% 0%,0% 100%,100% 100%);background:linear-gradient(#fff3c5,#fffdf5);width:12rem;height:11rem;position:absolute;right:22rem}._bubbleWrap_1t5hz_17 ._bubbleContent_1t5hz_36{text-align:center;z-index:2;background:linear-gradient(#fff3c5,#fffdf5);border-radius:5rem;justify-content:space-between;align-items:center;min-width:227rem;margin-top:-5rem;padding:9rem 7rem 7rem 11rem;font-family:Roboto;font-size:12rem;font-weight:700;display:flex;position:relative}._bubbleWrap_1t5hz_17 ._bubbleContent_1t5hz_36 ._bubbleLeft_1t5hz_52{color:#fc901b;justify-content:center;align-items:center;display:flex}._bubbleWrap_1t5hz_17 ._bubbleContent_1t5hz_36 ._bubbleLeft_1t5hz_52 img{width:16rem;margin-right:3rem}._bubbleWrap_1t5hz_17 ._bubbleContent_1t5hz_36 ._btn_1t5hz_62{color:#fff;background-color:#ff9e22;border-radius:50rem;width:92rem;height:24rem;line-height:24rem}._numberFont_tzhuh_1{font-family:Satoshi}._imgBox_tzhuh_4>img{width:100%;display:block}._ellipsis_tzhuh_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_tzhuh_14::-webkit-scrollbar{display:none}._titlePageWrap_tzhuh_17{flex-flow:column;width:100%;height:100%;display:flex}._titlePageWrap_tzhuh_17._fullScreen_tzhuh_23{position:fixed;top:0;left:0}._titlePageWrap_tzhuh_17 ._header_tzhuh_28{background:#1c1631;justify-content:center;align-items:center;height:50rem;font-size:16rem;font-weight:700;display:flex;position:relative}._titlePageWrap_tzhuh_17 ._header_tzhuh_28>img{z-index:1;width:100%;position:absolute;bottom:0;left:0}._titlePageWrap_tzhuh_17 ._header_tzhuh_28 ._headerBody_tzhuh_45{z-index:2;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}._titlePageWrap_tzhuh_17 ._header_tzhuh_28 ._headerBody_tzhuh_45 ._right_tzhuh_54{position:absolute;top:50%;right:10rem;transform:translateY(-50%)}._titlePageWrap_tzhuh_17 ._header_tzhuh_28 ._back_tzhuh_60{color:#fff;background:#822fcc66;border-radius:24rem;justify-content:center;align-items:center;width:24rem;height:24rem;font-size:13rem;display:flex;position:absolute;top:50%;left:14rem;transform:translateY(-50%)}._titlePageWrap_tzhuh_17 ._content_tzhuh_75{background:#1c1631;flex-flow:column;flex:1;display:flex;overflow:auto}._titlePageWrap_tzhuh_17 ._content_tzhuh_75._noPadding_tzhuh_82{padding:0}._titlePageWrap_tzhuh_17 ._loadingWrap_tzhuh_85{justify-content:center;align-items:center;height:110rem;display:flex}._numberFont_19ag7_1{font-family:Satoshi}._imgBox_19ag7_4>img{width:100%;display:block}._ellipsis_19ag7_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_19ag7_14::-webkit-scrollbar{display:none}._header_19ag7_17{color:#fff;background:#1c1631;justify-content:center;align-items:center;height:50rem;font-size:16rem;font-weight:700;display:flex;position:relative;overflow:hidden}._header_19ag7_17>img{z-index:1;width:100%;position:absolute;bottom:0;left:0}._header_19ag7_17 ._headerBody_19ag7_36{z-index:2;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}._header_19ag7_17 ._headerBody_19ag7_36 ._right_19ag7_45{position:absolute;top:50%;right:10rem;transform:translateY(-50%)}._header_19ag7_17 ._back_19ag7_51{color:#fff;border-radius:24rem;justify-content:center;align-items:center;width:9rem;height:16rem;font-size:13rem;display:flex;position:absolute;top:50%;left:14rem;transform:translateY(-50%)}._header_19ag7_17 ._back_19ag7_51._arr_bg_19ag7_65{background:#822fcc66}._header_19ag7_17 ._back_19ag7_51>img{width:100%;height:100%}._numberFont_1eijb_1{font-family:Satoshi}._imgBox_1eijb_4>img{width:100%;display:block}._ellipsis_1eijb_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1eijb_14::-webkit-scrollbar{display:none}._orderWrap_1eijb_17{text-align:center;color:#fff;box-sizing:border-box;background:linear-gradient(#dfdefd,#dfdefd);border-radius:6rem 6rem 0 0;height:100%;margin:2rem 11rem 0;padding:7rem 7rem 2rem;font-family:Roboto;font-size:18px;font-weight:400;overflow-y:auto}._orderWrap_1eijb_17 ._orderTitle_1eijb_32{position:relative}._orderWrap_1eijb_17 ._orderTitle_1eijb_32 ._titleBg_1eijb_35 img{width:100%}._orderWrap_1eijb_17 ._orderTitle_1eijb_32 ._titleText_1eijb_38{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._orderWrap_1eijb_17 ._orderTitle_1eijb_32 ._titleText_1eijb_38 span{font-weight:700}._orderWrap_1eijb_17 ._orderItem_1eijb_47{background:#fff;border-radius:5rem;margin-bottom:6rem;padding:15rem 8rem 8rem;box-shadow:0 0 2rem #0000000d}._orderWrap_1eijb_17 ._orderItem_1eijb_47 ._info_1eijb_54{justify-content:space-between;align-items:center;width:100%;display:flex}._orderWrap_1eijb_17 ._orderItem_1eijb_47 ._info_1eijb_54 ._left_1eijb_60{flex-direction:column;justify-content:space-between;align-items:flex-start;display:flex}._orderWrap_1eijb_17 ._orderItem_1eijb_47 ._info_1eijb_54 ._left_1eijb_60 ._leftTop_1eijb_66{justify-content:center;align-items:center;gap:7rem;display:flex}._orderWrap_1eijb_17 ._orderItem_1eijb_47 ._info_1eijb_54 ._left_1eijb_60 ._leftTop_1eijb_66 ._value_1eijb_72{color:#5c1c9b;font-size:16rem;font-weight:700}._orderWrap_1eijb_17 ._orderItem_1eijb_47 ._info_1eijb_54 ._left_1eijb_60 ._leftTop_1eijb_66 ._tag_1eijb_77{border-radius:50rem;justify-content:center;align-items:center;min-width:74rem;height:20rem;padding:0 3rem;font-size:12rem;display:flex}._orderWrap_1eijb_17 ._orderItem_1eijb_47 ._info_1eijb_54 ._left_1eijb_60 ._leftBottom_1eijb_87{color:#646287;font-size:14rem}._orderWrap_1eijb_17 ._orderItem_1eijb_47 ._info_1eijb_54 ._right_1eijb_91 ._rightBtn_1eijb_91{background:#7c50f3;border-radius:50rem;justify-content:center;align-items:center;width:98rem;height:30rem;font-size:12rem;font-weight:700;display:flex}._orderWrap_1eijb_17 ._orderItem_1eijb_47 ._info_1eijb_54 ._right_1eijb_91 ._state8_1eijb_102{background:#ff954a}._updateBtn_1eijb_105{justify-content:center;align-items:center;width:100%;height:100%;display:flex}._updateBtn_1eijb_105 img{width:65%}._numberFont_1r0w8_1{font-family:Satoshi}._imgBox_1r0w8_4>img{width:100%;display:block}._ellipsis_1r0w8_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1r0w8_14::-webkit-scrollbar{display:none}._withdrawExpWrap_1r0w8_17{text-align:center;box-sizing:border-box;background-color:#fff;border-radius:10rem;width:90%;padding:10rem 10rem 13rem;font-family:Roboto;font-size:14rem;font-weight:700}._withdrawExpWrap_1r0w8_17 ._expTitle_1r0w8_28{color:#444344;width:100%;height:18rem;font-size:18rem;line-height:18rem;position:relative}._withdrawExpWrap_1r0w8_17 ._expTitle_1r0w8_28 ._closeBtn_1r0w8_36{position:absolute;top:0;right:0}._withdrawExpWrap_1r0w8_17 ._expTitle_1r0w8_28 ._closeBtn_1r0w8_36 img{width:24rem;height:24rem}._withdrawExpWrap_1r0w8_17 ._btn_1r0w8_45{color:#fff;background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;width:257rem;height:41rem;font-size:16rem;line-height:41rem}._withdrawExpWrap_1r0w8_17 ._countTime_1r0w8_54{visibility:hidden;width:0;height:0;position:absolute}._numberFont_1v6ov_1{font-family:Satoshi}._imgBox_1v6ov_4>img{width:100%;display:block}._ellipsis_1v6ov_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1v6ov_14::-webkit-scrollbar{display:none}._normalWrap_1v6ov_17{font-family:Roboto;font-weight:900;font-style:Condensed Black;text-align:center;flex-direction:column;align-items:center;gap:17rem;margin:20rem auto 9rem;font-size:12rem;display:flex}._normalWrap_1v6ov_17 ._orderState_1v6ov_29{border-radius:70rem;justify-content:center;align-items:center;width:70rem;height:70rem;display:flex}._normalWrap_1v6ov_17 ._orderState_1v6ov_29 ._stateIcon_1v6ov_37{width:30rem}._normalWrap_1v6ov_17 ._orderState_1v6ov_29 ._stateIcon_1v6ov_37 img{width:100%;display:block}._normalWrap_1v6ov_17 ._stateBg1_1v6ov_44{background-color:#fff1e5}._normalWrap_1v6ov_17 ._stateBg2_1v6ov_47{background-color:#e5ffed}._normalWrap_1v6ov_17 ._stateBg3_1v6ov_50{background-color:#e2eeff}._normalWrap_1v6ov_17 ._stateBg4_1v6ov_53{background-color:#fee5e5}._normalWrap_1v6ov_17 ._stateMsg_1v6ov_56{color:#bcb3ca;margin-bottom:5rem;line-height:12rem}._normalWrap_1v6ov_17 ._stateMsg_1v6ov_56 ._stateText_1v6ov_61{color:#444344;margin-bottom:5rem;font-size:18rem;line-height:18rem}._normalWrap_1v6ov_17 ._expInfo_1v6ov_67{color:#bab2c7;box-sizing:border-box;background-color:#f9fafb;border-radius:6rem;flex-direction:column;gap:10rem;width:100%;padding:12rem 7rem;line-height:12rem;display:flex}._normalWrap_1v6ov_17 ._expInfo_1v6ov_67 ._infoTop_1v6ov_79{color:#685781;justify-content:space-between;align-items:center;font-size:14rem;line-height:14rem;display:flex}._normalWrap_1v6ov_17 ._expInfo_1v6ov_67 ._infoTop_1v6ov_79 ._topAmount_1v6ov_87{color:#1daa4c;font-size:20rem;line-height:20rem}._normalWrap_1v6ov_17 ._expInfo_1v6ov_67 ._centerLine_1v6ov_92{box-sizing:border-box;border-bottom:1rem dashed #bcb3ca59;width:100%}._normalWrap_1v6ov_17 ._expInfo_1v6ov_67 ._infoBottom_1v6ov_97{justify-content:space-between;align-items:center;display:flex}._numberFont_tgo2s_1{font-family:Satoshi}._imgBox_tgo2s_4>img{width:100%;display:block}._ellipsis_tgo2s_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_tgo2s_14::-webkit-scrollbar{display:none}._expBtnWrap_tgo2s_17{width:100%;font-family:Roboto;font-weight:900;font-style:Condensed Black;text-align:center;margin-top:25rem}._expBtnWrap_tgo2s_17 ._expBtn_tgo2s_17{width:100%}._expBtnWrap_tgo2s_17 ._expBtn_tgo2s_17 ._btn_tgo2s_28{color:#fff;border-radius:6rem;justify-content:center;align-items:center;width:100%;height:46rem;font-size:16rem;font-weight:700;line-height:16rem;display:flex}._expBtnWrap_tgo2s_17 ._expBtn_tgo2s_17 ._btnState1_tgo2s_40{background:linear-gradient(#ff9f41,#fcac34)}._expBtnWrap_tgo2s_17 ._expBtn_tgo2s_17 ._btnState2_tgo2s_43{background:linear-gradient(#ff5959,#ff6969)}._expBtnWrap_tgo2s_17 ._expBtn_tgo2s_17 ._btnState3_tgo2s_46{background:#9265ff}._expBtnWrap_tgo2s_17 ._btnTip_tgo2s_49{width:100%;margin-top:10rem;font-size:10rem;line-height:10rem}._expBtnWrap_tgo2s_17 ._btnTipState1_tgo2s_55{color:#bab2c7}._expBtnWrap_tgo2s_17 ._btnTipState2_tgo2s_58{color:#3ac267}._expBtnWrap_tgo2s_17 ._btnTipState3_tgo2s_61{color:#ff8f84}._numberFont_1e8d2_1{font-family:Satoshi}._imgBox_1e8d2_4>img{width:100%;display:block}._ellipsis_1e8d2_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1e8d2_14::-webkit-scrollbar{display:none}._kycFormItemWrap_1e8d2_17{box-sizing:border-box;background:#fff;border:.5px solid #e8eaed;border-radius:6rem;align-items:center;height:44rem;margin-bottom:2rem;padding:7rem 7rem 7rem 4rem;display:flex}._kycFormItemWrap_1e8d2_17._focus_1e8d2_28{background-color:#fff;border:1rem solid #3776ec}._kycFormItemWrap_1e8d2_17._code_1e8d2_32{padding:4rem 4rem 4rem 7rem!important}._kycFormItemWrap_1e8d2_17._errorWrap_1e8d2_35{border:1rem solid #ff4848!important}._kycFormItemWrap_1e8d2_17 ._prefix_1e8d2_38{width:30rem}._kycFormItemWrap_1e8d2_17 ._prefix_1e8d2_38 img{width:100%;display:block}._kycFormItemWrap_1e8d2_17 input{background:unset;color:#000;border:none;outline:none;flex:1;height:26rem;font-size:16rem;font-weight:700}._kycFormItemWrap_1e8d2_17 input::placeholder{color:#bcb3ca;font-size:14rem}._kycFormItemWrap_1e8d2_17 input::-webkit-input-placeholder{color:#bcb3ca}._kycFormItemWrap_1e8d2_17 input:-moz-placeholder-shown{color:#bcb3ca}._kycFormItemWrap_1e8d2_17 input::-moz-placeholder{color:#bcb3ca}._kycFormItemWrap_1e8d2_17 input:-ms-placeholder-shown{color:#bcb3ca}._kycFormItemWrap_1e8d2_17 ._eye_1e8d2_71{color:#41096a}._inputWrap_1e8d2_74{flex:1}._bottom_1e8d2_77{min-height:10rem}._error_1e8d2_35{text-align:left;color:#f55454;font-size:12rem}._tip_1e8d2_85{text-align:left;color:#41096a4d;font-size:12rem}._codeBtn_1e8d2_90{white-space:nowrap;color:#fff;box-sizing:border-box;justify-content:center;align-items:center;height:100%;padding-left:7rem;padding-right:7rem;font-size:12rem;display:flex}._codeCuntdown_1e8d2_102{width:140rem}._kycModalWrap_1e8d2_105{width:100%;height:100%;font-family:Roboto;font-weight:700;font-style:Condensed Bold;text-align:center;flex-direction:column;font-size:14rem;display:flex}._kycModalWrap_1e8d2_105 ._kycHeader_1e8d2_116{background:#794fe8;justify-content:center;align-items:center;height:50rem;padding:0 11rem;display:flex;position:relative}._kycModalWrap_1e8d2_105 ._kycHeader_1e8d2_116 ._kycTitle_1e8d2_125{justify-content:center;align-items:center;width:100%;height:24rem;font-size:18rem;line-height:18rem;display:flex;position:relative}._kycModalWrap_1e8d2_105 ._kycHeader_1e8d2_116 ._kycTitle_1e8d2_125 ._titleClose_1e8d2_135{width:24rem;height:24rem;position:absolute;top:0;right:0}._kycModalWrap_1e8d2_105 ._kycContent_1e8d2_142{background:#fff;flex:1;overflow-y:auto}._kycModalWrap_1e8d2_105 ._kycContent_1e8d2_142 ._kycWrap_1e8d2_147{flex-direction:column;flex:1;gap:10rem;padding:15rem;display:flex;overflow:auto}._kycModalWrap_1e8d2_105 ._kycContent_1e8d2_142 ._kycWrap_1e8d2_147 ._enterWrap_1e8d2_156{text-align:left}._kycModalWrap_1e8d2_105 ._kycContent_1e8d2_142 ._kycWrap_1e8d2_147 ._enterWrap_1e8d2_156 ._enterTitle_1e8d2_159{color:#685781;font-weight:900}._kycModalWrap_1e8d2_105 ._kycContent_1e8d2_142 ._kycWrap_1e8d2_147 ._noteWrap_1e8d2_163{background:#fcf9fd;border-radius:8rem;padding:8rem 10rem}._kycModalWrap_1e8d2_105 ._kycContent_1e8d2_142 ._kycWrap_1e8d2_147 ._noteWrap_1e8d2_163 ._noteTitle_1e8d2_168{color:#f68485;gap:5rem;margin-bottom:5rem;font-size:12rem;font-weight:900;line-height:15rem;display:flex}._kycModalWrap_1e8d2_105 ._kycContent_1e8d2_142 ._kycWrap_1e8d2_147 ._noteWrap_1e8d2_163 ._noteTitle_1e8d2_168 ._noteIcon_1e8d2_177{justify-content:center;align-items:center;width:12rem;display:flex}._kycModalWrap_1e8d2_105 ._kycContent_1e8d2_142 ._kycWrap_1e8d2_147 ._noteWrap_1e8d2_163 ._noteTitle_1e8d2_168 ._noteIcon_1e8d2_177 img{width:100%}._kycModalWrap_1e8d2_105 ._kycContent_1e8d2_142 ._kycWrap_1e8d2_147 ._noteWrap_1e8d2_163 ._noteLayout_1e8d2_186{flex-direction:column;gap:3rem;display:flex}._kycModalWrap_1e8d2_105 ._kycContent_1e8d2_142 ._kycWrap_1e8d2_147 ._noteWrap_1e8d2_163 ._noteLayout_1e8d2_186 ._noteItem_1e8d2_191{color:#ff8f84;text-align:left;gap:3rem;font-size:11rem;line-height:11rem;display:flex}._kycModalWrap_1e8d2_105 ._kycContent_1e8d2_142 ._kycWrap_1e8d2_147 ._noteWrap_1e8d2_163 ._noteLayout_1e8d2_186 ._noteItem_1e8d2_191 ._pointContent_1e8d2_199{justify-content:center;align-items:center;width:11rem;height:11rem;display:flex}._kycModalWrap_1e8d2_105 ._kycContent_1e8d2_142 ._kycWrap_1e8d2_147 ._noteWrap_1e8d2_163 ._noteLayout_1e8d2_186 ._noteItem_1e8d2_191 ._pointContent_1e8d2_199 ._point_1e8d2_199{background:#f68485;border-radius:6rem;width:6rem;height:6rem}._kycModalWrap_1e8d2_105 ._kycContent_1e8d2_142 ._kycWrap_1e8d2_147 ._submitBtn_1e8d2_212{width:100%;margin-top:5rem}._kycModalWrap_1e8d2_105 ._kycContent_1e8d2_142 ._kycWrap_1e8d2_147 ._submitBtn_1e8d2_212 ._btn_1e8d2_216{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;justify-content:center;align-items:center;width:100%;height:44rem;font-size:16rem;line-height:16rem;display:flex}._kycModalWrap_1e8d2_105 ._kycContent_1e8d2_142 ._kycWrap_1e8d2_147 ._encrypted_1e8d2_227{color:#928a9e;justify-content:center;align-items:center;gap:5rem;font-size:12rem;line-height:12rem;display:flex}._kycModalWrap_1e8d2_105 ._kycContent_1e8d2_142 ._kycWrap_1e8d2_147 ._encrypted_1e8d2_227 ._encryptedIcon_1e8d2_236{justify-content:center;align-items:center;width:12rem;display:flex}._kycModalWrap_1e8d2_105 ._kycContent_1e8d2_142 ._kycWrap_1e8d2_147 ._encrypted_1e8d2_227 ._encryptedIcon_1e8d2_236 img{width:100%}._numberFont_vd1zs_1{font-family:Satoshi}._imgBox_vd1zs_4>img{width:100%;display:block}._ellipsis_vd1zs_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_vd1zs_14::-webkit-scrollbar{display:none}._headerTitle_vd1zs_17{position:relative}._headerTitle_vd1zs_17 ._title_vd1zs_20{color:#685781;text-align:left;font-weight:900}._headerTitle_vd1zs_17>img{width:100%;height:100%;display:block;position:absolute}._headerTitle_vd1zs_17 ._headerBody_vd1zs_31{width:100%;height:100%}._headerTitle_vd1zs_17 ._headerBody_vd1zs_31 ._content_vd1zs_35 ._boxList_vd1zs_35{text-align:center;gap:10rem;margin-top:15rem;display:flex}._headerTitle_vd1zs_17 ._headerBody_vd1zs_31 ._content_vd1zs_35 ._boxList_vd1zs_35 ._item_vd1zs_41{color:#8d8599;background:#fff;border:.89px solid #e8eaed;border-radius:8rem;flex-flow:column;flex:1;justify-content:center;align-items:center;height:92rem;font-size:12rem;font-weight:700;display:flex}._headerTitle_vd1zs_17 ._headerBody_vd1zs_31 ._content_vd1zs_35 ._boxList_vd1zs_35 ._item_vd1zs_41>img{width:40rem;margin-bottom:6rem;display:block}._numberFont_18162_1{font-family:Satoshi}._imgBox_18162_4>img{width:100%;display:block}._ellipsis_18162_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_18162_14::-webkit-scrollbar{display:none}._uploadWrap_18162_17{margin-top:15rem}._uploadWrap_18162_17 ._uploadBox_18162_20{color:#a48cb7b3;text-align:center;border:2px dashed #a48cb74d;border-radius:12rem;flex-flow:column;justify-content:center;align-items:center;margin-top:8rem;margin-bottom:2rem;padding:10rem 0;display:flex}._uploadWrap_18162_17 ._uploadBox_18162_20 ._icon_18162_33 span{margin-top:-10rem;font-size:12rem;display:block}._uploadWrap_18162_17 ._uploadBox_18162_20 ._icon_18162_33 img{width:36rem}._uploadWrap_18162_17 ._itemTitle_18162_41{color:#41096a;font-size:12rem;font-weight:500}._uploadWrap_18162_17 ._required_18162_46{color:#f55454;margin-left:4rem;font-size:12rem}._uploadWrap_18162_17 ._error_18162_51{text-align:left;color:#f55454;font-size:12rem}._uploadWrap_18162_17 ._uploadItem_18162_56{margin-bottom:8rem}._numberFont_s8c3r_1{font-family:Satoshi}._imgBox_s8c3r_4>img{width:100%;display:block}._ellipsis_s8c3r_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_s8c3r_14::-webkit-scrollbar{display:none}._uploadBox_s8c3r_17{color:#a48cb7b3;border:2px dashed #a48cb74d;border-radius:12rem;margin-top:8rem;margin-bottom:2rem}._uploadBox_s8c3r_17 ._icon_s8c3r_24 span{margin-top:-10rem;font-size:12rem;display:block}._uploadBox_s8c3r_17 ._icon_s8c3r_24 img{width:40rem;display:block}._uploadBox_s8c3r_17 ._txt_s8c3r_33{color:#a48cb7;font-size:12rem}._uploadBox_s8c3r_17 ._txt2_s8c3r_37{color:#a48cb7b3;padding:0 10rem;font-size:11rem}._uploadBox_s8c3r_17 ._uploadContent_s8c3r_42{flex-flow:column;justify-content:center;align-items:center;width:100%;height:100%;padding:24rem 0;display:flex}._uploadBox_s8c3r_17 .adm-space-item{width:100%}._numberFont_kbn6x_1{font-family:Satoshi}._imgBox_kbn6x_4>img{width:100%;display:block}._ellipsis_kbn6x_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_kbn6x_14::-webkit-scrollbar{display:none}._stepWrap_kbn6x_17{width:100%;position:relative}._stepWrap_kbn6x_17 ._stepContent_kbn6x_21{box-sizing:border-box;background:#f8f9fa;border-radius:6rem;justify-content:center;align-items:center;gap:7rem;width:100%;padding:14rem;display:flex}._stepWrap_kbn6x_17 ._stepContent_kbn6x_21 ._stepItem_kbn6x_32{justify-content:center;align-items:center;gap:7rem;display:flex}._stepWrap_kbn6x_17 ._stepContent_kbn6x_21 ._stepItem_kbn6x_32 ._stepNum_kbn6x_38{flex-direction:column;justify-content:center;align-items:center;gap:5rem;display:flex}._stepWrap_kbn6x_17 ._stepContent_kbn6x_21 ._stepItem_kbn6x_32 ._stepNum_kbn6x_38 ._num_kbn6x_1{color:#fff;background:linear-gradient(#b4b1b8,#b6b3ba);border-radius:60rem;justify-content:center;align-items:center;width:36rem;height:36rem;font-size:22rem;font-weight:900;line-height:22rem;display:inline-block;position:relative}._stepWrap_kbn6x_17 ._stepContent_kbn6x_21 ._stepItem_kbn6x_32 ._stepNum_kbn6x_38 ._num_kbn6x_1 ._arrowIcon_kbn6x_59{justify-content:center;align-items:center;width:23rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._stepWrap_kbn6x_17 ._stepContent_kbn6x_21 ._stepItem_kbn6x_32 ._stepNum_kbn6x_38 ._num_kbn6x_1 ._arrowIcon_kbn6x_59 img{width:100%}._stepWrap_kbn6x_17 ._stepContent_kbn6x_21 ._stepItem_kbn6x_32 ._stepNum_kbn6x_38 ._num_kbn6x_1 span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._stepWrap_kbn6x_17 ._stepContent_kbn6x_21 ._stepItem_kbn6x_32 ._stepNum_kbn6x_38 ._text_kbn6x_78{color:#b4b1b8;font-size:10rem;line-height:10rem}._stepWrap_kbn6x_17 ._stepContent_kbn6x_21 ._stepItem_kbn6x_32 ._stepNow_kbn6x_83 ._num_kbn6x_1{background:linear-gradient(#9264ff,#794fe8)}._stepWrap_kbn6x_17 ._stepContent_kbn6x_21 ._stepItem_kbn6x_32 ._stepNow_kbn6x_83 ._text_kbn6x_78{color:#7d49fa}._stepWrap_kbn6x_17 ._stepContent_kbn6x_21 ._stepItem_kbn6x_32 ._stepComplete_kbn6x_89 ._num_kbn6x_1{background:linear-gradient(#2ada30,#16ce41)}._stepWrap_kbn6x_17 ._stepContent_kbn6x_21 ._stepItem_kbn6x_32 ._stepComplete_kbn6x_89 ._text_kbn6x_78{color:#26d733}._stepWrap_kbn6x_17 ._stepContent_kbn6x_21 ._stepItem_kbn6x_32 ._stepFail_kbn6x_95 ._num_kbn6x_1{background:#f1657a}._stepWrap_kbn6x_17 ._stepContent_kbn6x_21 ._stepItem_kbn6x_32 ._stepFail_kbn6x_95 ._text_kbn6x_78{color:#f1657a}._stepWrap_kbn6x_17 ._stepContent_kbn6x_21 ._stepItem_kbn6x_32 ._arrow_kbn6x_59{justify-content:center;align-items:center;width:72rem;margin-bottom:12rem;display:flex}._stepWrap_kbn6x_17 ._stepContent_kbn6x_21 ._stepItem_kbn6x_32 ._arrow_kbn6x_59 img{width:100%}._numberFont_1qenk_1{font-family:Satoshi}._imgBox_1qenk_4>img{width:100%;display:block}._ellipsis_1qenk_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1qenk_14::-webkit-scrollbar{display:none}._approveWrap_1qenk_17{width:100%;position:relative}._approveWrap_1qenk_17 ._approveContent_1qenk_21{box-sizing:border-box;border:1rem solid #e8eaed;border-radius:6rem;width:100%;padding:15rem}._approveWrap_1qenk_17 ._approveContent_1qenk_21 ._approveTop_1qenk_28{justify-content:flex-start;gap:5rem;width:100%;display:flex}._approveWrap_1qenk_17 ._approveContent_1qenk_21 ._approveTop_1qenk_28 ._topLeftIcon_1qenk_34{justify-content:center;align-items:center;width:40rem;display:flex}._approveWrap_1qenk_17 ._approveContent_1qenk_21 ._approveTop_1qenk_28 ._topLeftIcon_1qenk_34 img{width:100%}._approveWrap_1qenk_17 ._approveContent_1qenk_21 ._approveTop_1qenk_28 ._topRightText_1qenk_43{text-align:left;flex-direction:column;flex:1;justify-content:space-around;display:flex}._approveWrap_1qenk_17 ._approveContent_1qenk_21 ._approveTop_1qenk_28 ._topRightText_1qenk_43 ._rightText_1qenk_50{color:#2b7bff;width:100%;font-size:17rem;line-height:17rem}._approveWrap_1qenk_17 ._approveContent_1qenk_21 ._approveTop_1qenk_28 ._topRightText_1qenk_43 ._rightMsg_1qenk_56{color:#b8adc8;text-align:left;margin-left:3rem;font-size:12rem;line-height:12rem}._approveWrap_1qenk_17 ._approveContent_1qenk_21 ._infoList_1qenk_63{flex-direction:column;gap:5rem;width:100%;margin-top:15rem;display:flex}._approveWrap_1qenk_17 ._approveContent_1qenk_21 ._infoList_1qenk_63 ._infoItem_1qenk_70{justify-content:flex-start;align-items:center;gap:5rem;width:100%;display:flex}._approveWrap_1qenk_17 ._approveContent_1qenk_21 ._infoList_1qenk_63 ._infoItem_1qenk_70 ._infoIcon_1qenk_77{justify-content:center;align-items:center;width:13rem;display:flex}._approveWrap_1qenk_17 ._approveContent_1qenk_21 ._infoList_1qenk_63 ._infoItem_1qenk_70 ._infoIcon_1qenk_77 img{width:100%}._approveWrap_1qenk_17 ._approveContent_1qenk_21 ._infoList_1qenk_63 ._infoItem_1qenk_70 ._infoText_1qenk_86{color:#928a9e;text-align:left;font-size:12rem;line-height:12rem}._numberFont_xriln_1{font-family:Satoshi}._imgBox_xriln_4>img{width:100%;display:block}._ellipsis_xriln_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_xriln_14::-webkit-scrollbar{display:none}._kycRuleWrap_xriln_17{padding:15rem}._kycRuleWrap_xriln_17 ._top_xriln_20{height:110rem;position:relative}._kycRuleWrap_xriln_17 ._top_xriln_20 img{width:100%;display:block;position:absolute}._kycRuleWrap_xriln_17 ._top_xriln_20 ._txt_xriln_29{width:240rem;font-size:12rem;position:absolute;top:34rem;left:23rem}._kycRuleWrap_xriln_17 ._itemBox_xriln_36{background:#fff;border-radius:12rem;margin-top:15rem;padding:12rem 15rem;box-shadow:0 2rem 6rem #0000000d}._kycRuleWrap_xriln_17 ._itemBox_xriln_36 ._title_xriln_43{align-items:center;display:flex}._kycRuleWrap_xriln_17 ._itemBox_xriln_36 ._title_xriln_43 img{width:36rem;display:block}._kycRuleWrap_xriln_17 ._itemBox_xriln_36 ._title_xriln_43 span{color:#41096a;margin-left:12rem;font-size:16rem;font-weight:500}._kycRuleWrap_xriln_17 ._itemBox_xriln_36 ._listBox_xriln_57{border-left:1rem solid #b478fb33;margin-top:12rem;padding-left:10rem}._kycRuleWrap_xriln_17 ._itemBox_xriln_36 ._listBox_xriln_57 ._listTitle_xriln_62{color:#41096a;margin-bottom:5rem;font-size:12rem;font-weight:500;line-height:10rem}._kycRuleWrap_xriln_17 ._itemBox_xriln_36 ._listBox_xriln_57 ._listTxt_xriln_69{color:#a48cb7;padding-left:12rem;font-size:11rem;position:relative}._kycRuleWrap_xriln_17 ._itemBox_xriln_36 ._listBox_xriln_57 ._listTxt_xriln_69:before{content:"";background:#b478fb;border-radius:4rem;width:4rem;height:4rem;position:absolute;top:7rem;left:2rem}._kycRuleWrap_xriln_17 ._itemBox_xriln_36 ._questionItem_xriln_85{border-bottom:1rem solid #e5e5e580;margin-top:10rem;padding-bottom:10rem}._kycRuleWrap_xriln_17 ._itemBox_xriln_36 ._questionItem_xriln_85:last-child{border-bottom:none}._kycRuleWrap_xriln_17 ._itemBox_xriln_36 ._questionItem_xriln_85 ._question_xriln_85{color:#41096a;font-size:13rem;font-weight:400}._kycRuleWrap_xriln_17 ._itemBox_xriln_36 ._questionItem_xriln_85 ._answer_xriln_98{color:#a48cb7;margin-top:6rem;font-size:13rem;font-weight:400;line-height:16rem}._kycRuleWrap_xriln_17 ._itemBox_xriln_36 ._tips_xriln_105{color:#a48cb7b3;background:#f6f4ff;border:1rem solid #b478fb1a;border-radius:12rem;align-items:center;margin-top:12rem;padding:5rem;font-size:10rem;display:flex}._kycRuleWrap_xriln_17 ._itemBox_xriln_36 ._tips_xriln_105 ._icon_xriln_116{font-size:15rem}._kycRuleWrap_xriln_17 ._itemBox_xriln_36 ._tips_xriln_105 span{flex:1;margin-left:5rem}._kycRuleWrap_xriln_17 ._itemBox_xriln_36 ._tipsInline_xriln_123{align-items:center;display:flex}._kycRuleWrap_xriln_17 ._itemBox_xriln_36 ._content_xriln_127{color:#a48cb7;border-left:1rem solid #b478fb33;margin-top:12rem;padding-left:10rem;font-size:12rem}._numberFont_v2msx_1{font-family:Satoshi}._imgBox_v2msx_4>img{width:100%;display:block}._ellipsis_v2msx_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_v2msx_14::-webkit-scrollbar{display:none}._kycModalWrap_v2msx_17{width:100%;height:100%;font-family:Roboto;font-weight:700;font-style:Condensed Bold;text-align:center;flex-direction:column;font-size:14rem;display:flex}._kycModalWrap_v2msx_17 ._kycHeader_v2msx_28{background:#794fe8;justify-content:center;align-items:center;height:50rem;padding:0 11rem;display:flex;position:relative}._kycModalWrap_v2msx_17 ._kycHeader_v2msx_28 ._kycTitle_v2msx_37{justify-content:center;align-items:center;width:100%;height:24rem;font-size:18rem;line-height:18rem;display:flex;position:relative}._kycModalWrap_v2msx_17 ._kycHeader_v2msx_28 ._kycTitle_v2msx_37 ._titleClose_v2msx_47{width:24rem;height:24rem;position:absolute;top:0;right:0}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54{background:#fff;flex:1;overflow-y:auto}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59{flex-direction:column;flex:1;gap:10rem;padding:15rem;display:flex;overflow:auto}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._stateWrap_v2msx_68{color:#444344;flex-direction:column;align-items:center;gap:10rem;font-size:20rem;line-height:20rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._stateWrap_v2msx_68 ._stateIconContent_v2msx_77{border-radius:77rem;justify-content:center;align-items:center;width:77rem;height:77rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._stateWrap_v2msx_68 ._stateIconContent_v2msx_77 ._stateIcon_v2msx_77{justify-content:center;align-items:center;width:31rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._stateWrap_v2msx_68 ._stateIconContent_v2msx_77 ._stateIcon_v2msx_77 img{width:100%}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._stateWrap_v2msx_68 ._state1_v2msx_94{background-color:#e2eeff}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._stateWrap_v2msx_68 ._state2_v2msx_97{background-color:#e5ffed}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._stateWrap_v2msx_68 ._state3_v2msx_100{background-color:#fee5e5}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._failWrap_v2msx_103{text-align:left;box-sizing:border-box;background-color:#fef2f2;border:1px solid #ffb9b9;border-radius:10rem;justify-content:flex-start;align-items:flex-start;gap:5rem;width:100%;padding:13rem 16rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._failWrap_v2msx_103 ._failIcon_v2msx_116{justify-content:center;align-items:center;width:14rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._failWrap_v2msx_103 ._failIcon_v2msx_116 img{width:100%}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._failWrap_v2msx_103 ._failTitle_v2msx_125{color:#7f1d1d;flex-direction:column;gap:5rem;line-height:14rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._failWrap_v2msx_103 ._failTitle_v2msx_125 ._failType_v2msx_132{color:#d2411c;font-size:12rem;line-height:12rem}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137{text-align:left;box-sizing:border-box;border:1px solid #e8eaed;border-radius:10rem;width:100%;padding:13rem 16rem}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._boxTitle_v2msx_145{color:#685781;margin-bottom:10rem;font-weight:900}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._enterInfoLayout_v2msx_150{flex-direction:column;gap:5rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._enterInfoLayout_v2msx_150 ._infoItem_v2msx_155{justify-content:space-between;align-items:center;width:100%;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._enterInfoLayout_v2msx_150 ._infoItem_v2msx_155 ._infoText_v2msx_161{color:#928a9e;font-size:13rem;line-height:13rem}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._enterInfoLayout_v2msx_150 ._infoItem_v2msx_155 ._infoValue_v2msx_166{color:#9081a7;font-size:14rem;line-height:14rem}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._enterInfoLayout_v2msx_150 ._infoItem_v2msx_155 ._infoValueState1_v2msx_171{color:#3776ec}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._enterInfoLayout_v2msx_150 ._infoItem_v2msx_155 ._infoValueState2_v2msx_174{color:#16a34a}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._enterInfoLayout_v2msx_150 ._infoItem_v2msx_155 ._infoValueState3_v2msx_177{color:#f86278}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._reSubmitLayout_v2msx_180{flex-direction:column;gap:8rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._reSubmitLayout_v2msx_180 ._reSubmitItem_v2msx_185{gap:5rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._reSubmitLayout_v2msx_180 ._reSubmitItem_v2msx_185 ._pointContent_v2msx_189{background:#dbeafe;border-radius:70rem;justify-content:center;align-items:center;width:35rem;height:35rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._reSubmitLayout_v2msx_180 ._reSubmitItem_v2msx_185 ._pointContent_v2msx_189 ._point_v2msx_189{color:#2576f0;font-size:22rem;line-height:22rem}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._reSubmitLayout_v2msx_180 ._reSubmitItem_v2msx_185 ._reSubmitText_v2msx_203{text-align:left;flex-direction:column;flex:1;justify-content:space-around;gap:3rem;font-size:13rem;line-height:13rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._reSubmitLayout_v2msx_180 ._reSubmitItem_v2msx_185 ._reSubmitText_v2msx_203 ._textTitle_v2msx_213{color:#787183}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._reSubmitLayout_v2msx_180 ._reSubmitItem_v2msx_185 ._reSubmitText_v2msx_203 ._textMsg_v2msx_216{color:#958da1}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._questionWrap_v2msx_219{background-color:#f9f9f9;border-radius:10rem;flex-direction:column;gap:5rem;padding:8rem 7rem;font-size:13rem;line-height:13rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._questionWrap_v2msx_219 ._questionTitle_v2msx_229{color:#787183;justify-content:space-between;align-items:center;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._questionWrap_v2msx_219 ._questionTitle_v2msx_229 ._questionState_v2msx_235{color:#d2411c;background:#fee2e2;border-radius:6rem;justify-content:center;align-items:center;padding:6rem 14rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._questionWrap_v2msx_219 ._questionMsg_v2msx_244{color:#b2a8c3}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._questionWrap_v2msx_219 ._questionInfo_v2msx_247{flex-direction:column;gap:5rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._questionWrap_v2msx_219 ._questionInfo_v2msx_247 ._questionItem_v2msx_252{gap:5rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._questionWrap_v2msx_219 ._questionInfo_v2msx_247 ._questionItem_v2msx_252 ._questionPointContent_v2msx_256{justify-content:center;align-items:center;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._questionWrap_v2msx_219 ._questionInfo_v2msx_247 ._questionItem_v2msx_252 ._questionPointContent_v2msx_256 ._questionPoint_v2msx_256{background-color:#928a9e;border-radius:14rem;width:7rem;height:7rem}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._boxWrap_v2msx_137 ._questionWrap_v2msx_219 ._questionInfo_v2msx_247 ._questionItem_v2msx_252 ._questionText_v2msx_267{color:#958da1}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._customWrap_v2msx_270{text-align:left;box-sizing:border-box;background-color:#eff6ff;border:1px solid #bed7ff;border-radius:10rem;width:100%;padding:13rem 16rem}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._customWrap_v2msx_270 ._customTitle_v2msx_279{color:#2b7bff;align-items:center;gap:5rem;margin-bottom:10rem;font-size:13rem;font-weight:900;line-height:13rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._customWrap_v2msx_270 ._customTitle_v2msx_279 ._customTitleIcon_v2msx_290{justify-content:center;align-items:center;width:25rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._customWrap_v2msx_270 ._customTitle_v2msx_279 ._customTitleIcon_v2msx_290 img{width:100%}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._customWrap_v2msx_270 ._customContent_v2msx_299{flex-direction:column;gap:10rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._customWrap_v2msx_270 ._customContent_v2msx_299 ._customText_v2msx_304{color:#5c9aff;font-size:13rem;line-height:13rem}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._customWrap_v2msx_270 ._customContent_v2msx_299 ._customBtn_v2msx_309{width:100%}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._customWrap_v2msx_270 ._customContent_v2msx_299 ._customBtn_v2msx_309 ._serverBtn_v2msx_312{background:#458bff;border-radius:8rem;justify-content:center;align-items:center;width:100%;height:37rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._customWrap_v2msx_270 ._customContent_v2msx_299 ._customBtn_v2msx_309 ._serverBtn_v2msx_312 ._server_v2msx_312{color:#fff;justify-content:center;align-items:center;gap:5rem;font-size:13rem;line-height:13rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._customWrap_v2msx_270 ._customContent_v2msx_299 ._customBtn_v2msx_309 ._serverBtn_v2msx_312 ._server_v2msx_312 ._serverIcon_v2msx_330{justify-content:center;align-items:center;width:16rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._customWrap_v2msx_270 ._customContent_v2msx_299 ._customBtn_v2msx_309 ._serverBtn_v2msx_312 ._server_v2msx_312 ._serverIcon_v2msx_330 img{width:100%}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._customWrap_v2msx_270 ._customContent_v2msx_299 ._customTime_v2msx_339{color:#5c8bd9;text-align:center;font-size:13rem;line-height:13rem}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._submitBtn_v2msx_345{width:100%;margin-top:5rem}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._submitBtn_v2msx_345 ._btn_v2msx_349{background:linear-gradient(#ff9f41,#fcac34);border-radius:10rem;justify-content:center;align-items:center;width:100%;height:44rem;font-size:16rem;line-height:16rem;display:flex}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._resubmit_v2msx_360{width:100%}._kycModalWrap_v2msx_17 ._kycContent_v2msx_54 ._kycWrap_v2msx_59 ._resubmit_v2msx_360 ._resubmitBtn_v2msx_363{color:#9b96a2;border:1px solid #c3c3c3;border-radius:10rem;justify-content:center;align-items:center;width:100%;height:44rem;font-size:16rem;line-height:16rem;display:flex}._numberFont_u5gkn_1{font-family:Satoshi}._imgBox_u5gkn_4>img{width:100%;display:block}._ellipsis_u5gkn_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_u5gkn_14::-webkit-scrollbar{display:none}._jumpKycWrap_u5gkn_17{font-family:Roboto;font-weight:700;font-style:Condensed Bold;text-align:center;box-sizing:border-box;background:#fff;border-radius:10rem;width:90%;padding:20rem 16rem;font-size:19rem;position:relative}._jumpKycWrap_u5gkn_17 ._displayCenter_u5gkn_30{justify-content:center;align-items:center;display:flex}._jumpKycWrap_u5gkn_17 img{width:100%}._jumpKycWrap_u5gkn_17 ._crowContent_u5gkn_38{justify-content:center;align-items:center;width:100%;display:flex}._jumpKycWrap_u5gkn_17 ._crowContent_u5gkn_38 ._crowCircle_u5gkn_44{background:#dcfce7;border-radius:140rem;justify-content:center;align-items:center;width:77rem;height:77rem;display:flex}._jumpKycWrap_u5gkn_17 ._crowContent_u5gkn_38 ._crowCircle_u5gkn_44 ._crowIcon_u5gkn_53{justify-content:center;align-items:center;width:34rem;display:flex}._jumpKycWrap_u5gkn_17 ._large_u5gkn_59{color:#444344;margin:10rem 0 4rem;font-size:20rem;font-weight:900;line-height:20rem}._jumpKycWrap_u5gkn_17 ._noKyc_u5gkn_66{color:#928a9e;font-size:14.5rem;line-height:14.5rem}._jumpKycWrap_u5gkn_17 ._greenChannel_u5gkn_71{background:linear-gradient(#dcfce7 -44.16%,#fbfff6 138.64%);border-radius:6rem;margin:15rem 0;padding:14rem 5rem 14rem 17rem}._jumpKycWrap_u5gkn_17 ._greenChannel_u5gkn_71 ._greenDeposit_u5gkn_77{color:#00d54f;justify-content:center;align-items:center;gap:5rem;margin-bottom:17rem;font-size:30rem;line-height:30rem;display:flex}._jumpKycWrap_u5gkn_17 ._greenChannel_u5gkn_71 ._greenDeposit_u5gkn_77 ._goldIcon_u5gkn_87{justify-content:center;align-items:center;width:23rem;display:flex}._jumpKycWrap_u5gkn_17 ._greenChannel_u5gkn_71 ._greenLayout_u5gkn_93{flex-direction:column;gap:5rem;display:flex}._jumpKycWrap_u5gkn_17 ._greenChannel_u5gkn_71 ._greenLayout_u5gkn_93 ._greenItem_u5gkn_98{color:#1daa4c;text-align:left;align-items:center;gap:5rem;font-size:14rem;line-height:14rem;display:flex}._jumpKycWrap_u5gkn_17 ._greenChannel_u5gkn_71 ._greenLayout_u5gkn_93 ._greenItem_u5gkn_98 ._greenArrow_u5gkn_107{justify-content:center;align-items:center;width:14rem;display:flex}._jumpKycWrap_u5gkn_17 ._expTipWrap_u5gkn_113{font-family:Roboto;font-weight:700;font-style:Condensed Bold;text-align:center;background-color:#fcf9fd;border:1rem solid #fcf9fd;border-radius:6rem;flex-direction:column;gap:5rem;margin:10rem 0;padding:9rem 10rem;font-size:12rem;display:flex}._jumpKycWrap_u5gkn_17 ._expTipWrap_u5gkn_113 ._expTipTop_u5gkn_128{color:#ff5b5c;align-items:center;gap:5rem;line-height:12rem;display:flex}._jumpKycWrap_u5gkn_17 ._expTipWrap_u5gkn_113 ._expTipTop_u5gkn_128 ._expTipTopIcon_u5gkn_135{width:19rem}._jumpKycWrap_u5gkn_17 ._expTipWrap_u5gkn_113 ._expTipTop_u5gkn_128 ._expTipTopIcon_u5gkn_135 img{width:100%;display:block}._jumpKycWrap_u5gkn_17 ._expTipWrap_u5gkn_113 ._expMsg_u5gkn_142{color:#ff8f84;text-align:left;width:100%;line-height:12rem}._jumpKycWrap_u5gkn_17 ._expTipWrap_u5gkn_113 ._failLine_u5gkn_148{box-sizing:border-box;border-bottom:1rem dashed #bcb3ca59;width:100%;margin:3rem 0}._jumpKycWrap_u5gkn_17 ._expTipWrap_u5gkn_113 ._countContent_u5gkn_154{color:#ff5b5c;text-align:center;font-family:Roboto;font-size:var(--Font_size_20);font-style:normal;line-height:var(--Font_size_20);justify-content:center;align-items:center;gap:3rem;display:flex}._jumpKycWrap_u5gkn_17 ._expTipWrap_u5gkn_113 ._countContent_u5gkn_154 ._countIcon_u5gkn_166{width:17.5rem}._jumpKycWrap_u5gkn_17 ._expTipWrap_u5gkn_113 ._countContent_u5gkn_154 ._countIcon_u5gkn_166 img{width:100%;display:block}._jumpKycWrap_u5gkn_17 ._btnContent_u5gkn_173{flex-direction:column;gap:12rem;width:100%;display:flex}._jumpKycWrap_u5gkn_17 ._btnContent_u5gkn_173 ._depositBtn_u5gkn_179{width:100%}._jumpKycWrap_u5gkn_17 ._btnContent_u5gkn_173 ._depositBtn_u5gkn_179 ._btn_u5gkn_173{color:#fff;background:linear-gradient(#ff9f41,#fcac34);border-radius:10rem;justify-content:center;align-items:center;width:100%;height:44rem;font-size:16rem;line-height:16rem;display:flex}._jumpKycWrap_u5gkn_17 ._btnContent_u5gkn_173 ._cancelBtn_u5gkn_194{width:100%}._jumpKycWrap_u5gkn_17 ._btnContent_u5gkn_173 ._cancelBtn_u5gkn_194 ._btn_u5gkn_173{color:#9b96a2;border:1px solid #c3c3c3;border-radius:10rem;justify-content:center;align-items:center;width:100%;height:44rem;font-size:16rem;line-height:16rem;display:flex}._numberFont_tf8pd_1{font-family:Satoshi}._imgBox_tf8pd_4>img{width:100%;display:block}._ellipsis_tf8pd_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_tf8pd_14::-webkit-scrollbar{display:none}._expScrollWrap_tf8pd_17 ._scrollContainer_tf8pd_17{background-color:#f9fafb;border-radius:6rem;width:100%;height:43rem;position:relative;overflow:hidden}._expScrollWrap_tf8pd_17 ._scrollContainer_tf8pd_17 ._scrollList_tf8pd_25{will-change:transform;flex-direction:column;height:21rem;display:flex}._expScrollWrap_tf8pd_17 ._scrollContainer_tf8pd_17 ._scrollList_tf8pd_25 ._listItem_tf8pd_31{justify-content:center;align-items:center;gap:5rem;width:100%;display:flex}._expScrollWrap_tf8pd_17 ._scrollContainer_tf8pd_17 ._scrollList_tf8pd_25 ._listItem_tf8pd_31 ._hornIcon_tf8pd_38{width:16rem}._expScrollWrap_tf8pd_17 ._scrollContainer_tf8pd_17 ._scrollList_tf8pd_25 ._listItem_tf8pd_31 ._hornIcon_tf8pd_38 img{width:100%;display:block}._expScrollWrap_tf8pd_17 ._scrollContainer_tf8pd_17 ._scrollList_tf8pd_25 ._listItem_tf8pd_31 ._hornTip_tf8pd_45{font-family:Roboto;font-weight:900;font-style:Condensed Black;text-align:center;color:#9c81c3;font-size:13rem;line-height:13rem}._expScrollWrap_tf8pd_17 ._scrollContainer_tf8pd_17 ._scrollList_tf8pd_25 ._listItem_tf8pd_31 ._hornTip_tf8pd_45 span{color:#ff8d71}._numberFont_1o3hq_1{font-family:Satoshi}._imgBox_1o3hq_4>img{width:100%;display:block}._ellipsis_1o3hq_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1o3hq_14::-webkit-scrollbar{display:none}._expTipWrap_1o3hq_17{font-family:Roboto;font-weight:700;font-style:Condensed Bold;text-align:center;background-color:#fcf9fd;border:1rem solid #fcf9fd;border-radius:6rem;flex-direction:column;gap:5rem;margin-top:10rem;padding:9rem 10rem;font-size:12rem;display:flex}._expTipWrap_1o3hq_17 ._expTipTop_1o3hq_32{color:#ff5b5c;align-items:center;gap:5rem;line-height:12rem;display:flex}._expTipWrap_1o3hq_17 ._expTipTop_1o3hq_32 ._expTipTopIcon_1o3hq_39{width:19rem}._expTipWrap_1o3hq_17 ._expTipTop_1o3hq_32 ._expTipTopIcon_1o3hq_39 img{width:100%;display:block}._expTipWrap_1o3hq_17 ._expMsg_1o3hq_46{color:#ff8f84;text-align:left;width:100%;line-height:12rem}._blueTip_1o3hq_52{background-color:#eff6ff;border:1rem solid #bed7ff}._blueTip_1o3hq_52 ._expTipTop_1o3hq_32{color:#2b7bff}._blueTip_1o3hq_52 ._expMsg_1o3hq_46{color:#5c9aff}._numberFont_zowux_1{font-family:Satoshi}._imgBox_zowux_4>img{width:100%;display:block}._ellipsis_zowux_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_zowux_14::-webkit-scrollbar{display:none}._expFailInfoWrap_zowux_17{text-align:center;background-color:#f9fafb;border-radius:8rem;flex-direction:column;gap:10rem;margin-top:10rem;padding:22rem 8rem;font-family:Roboto;font-size:12rem;font-weight:900;line-height:12rem;display:flex}._expFailInfoWrap_zowux_17 ._failInfo_zowux_31{color:#8c74af;justify-content:space-between;align-items:center;display:flex}._expFailInfoWrap_zowux_17 ._failInfo_zowux_31 ._failReason_zowux_37{color:#685781}._expFailInfoWrap_zowux_17 ._failInfo_zowux_31 ._failRed_zowux_40{color:#f1657a}._expFailInfoWrap_zowux_17 ._failLine_zowux_43{box-sizing:border-box;border-bottom:1rem dashed #bcb3ca59;width:100%}._expFailInfoWrap_zowux_17 ._failLayout_zowux_48{color:var(--Variable-collection-Color_045);font-family:Roboto;font-size:var(--Font_size_12);font-style:normal;font-weight:var(--Font_weight_700);justify-content:flex-start;align-items:center;line-height:normal;display:flex}._numberFont_sh6ob_1{font-family:Satoshi}._imgBox_sh6ob_4>img{width:100%;display:block}._ellipsis_sh6ob_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_sh6ob_14::-webkit-scrollbar{display:none}._expTipWrap_sh6ob_17{font-family:Roboto;font-weight:700;font-style:Condensed Bold;text-align:center;background-color:#fcf9fd;border:1rem solid #fcf9fd;border-radius:6rem;flex-direction:column;gap:5rem;margin-top:10rem;padding:9rem 10rem;font-size:12rem;display:flex}._expTipWrap_sh6ob_17 ._expTipTop_sh6ob_32{color:#ff5b5c;align-items:center;gap:5rem;line-height:12rem;display:flex}._expTipWrap_sh6ob_17 ._expTipTop_sh6ob_32 ._expTipTopIcon_sh6ob_39{width:19rem}._expTipWrap_sh6ob_17 ._expTipTop_sh6ob_32 ._expTipTopIcon_sh6ob_39 img{width:100%;display:block}._expTipWrap_sh6ob_17 ._expMsg_sh6ob_46{color:#ff8f84;text-align:left;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;line-height:12rem;display:flex}._expTipWrap_sh6ob_17 ._failLine_sh6ob_56{box-sizing:border-box;border-bottom:1rem dashed #bcb3ca59;width:100%;margin:3rem 0}._expTipWrap_sh6ob_17 ._countContent_sh6ob_62{color:#ff5b5c;text-align:center;font-family:Roboto;font-size:var(--Font_size_20);font-style:normal;line-height:var(--Font_size_20);justify-content:center;align-items:center;gap:3rem;display:flex}._expTipWrap_sh6ob_17 ._countContent_sh6ob_62 ._countIcon_sh6ob_74{width:17.5rem}._expTipWrap_sh6ob_17 ._countContent_sh6ob_62 ._countIcon_sh6ob_74 img{width:100%;display:block}._numberFont_1dcs4_1{font-family:Satoshi}._imgBox_1dcs4_4>img{width:100%;display:block}._ellipsis_1dcs4_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1dcs4_14::-webkit-scrollbar{display:none}._expScrollWrap_1dcs4_17 ._estimatedTime_1dcs4_17{font-family:Roboto;font-weight:900;font-style:Condensed Black;text-align:center;color:#685781;background-color:#f9fafb;border-radius:6rem;justify-content:space-between;align-items:center;padding:18rem 8rem;font-size:12rem;line-height:12rem;display:flex}._expScrollWrap_1dcs4_17 ._estimatedTime_1dcs4_17 ._estimatedTimeNum_1dcs4_32{font-size:14rem;line-height:14rem}._expScrollWrap_1dcs4_17 ._estimatedTime_1dcs4_17 ._estimatedTimeNum_1dcs4_32 span{color:#f97316;font-size:20rem;line-height:20rem}._expScrollWrap_1dcs4_17 ._specialMargin_1dcs4_41{margin-bottom:10rem}._expScrollWrap_1dcs4_17 ._specialMarginTop_1dcs4_44{margin-top:10rem}._expScrollWrap_1dcs4_17 ._waitContent_1dcs4_47{font-family:Roboto;font-weight:900;font-style:Condensed Black;text-align:center;color:#685781;background-color:#f9fafb;border-radius:6rem;flex-direction:column;justify-content:space-between;align-items:center;gap:5rem;padding:8rem;font-size:12rem;line-height:12rem;display:flex}._expScrollWrap_1dcs4_17 ._waitContent_1dcs4_47 ._failLine_1dcs4_64{box-sizing:border-box;border-bottom:1rem dashed #bcb3ca59;width:100%;margin:3rem 0}._expScrollWrap_1dcs4_17 ._waitContent_1dcs4_47 ._estimatedTime_1dcs4_17{background:0 0;border-radius:0;width:100%;padding:0}._expScrollWrap_1dcs4_17 ._speedTime_1dcs4_76{color:#1daa4c;background-color:#e4ffec}._expScrollWrap_1dcs4_17 ._speedTime_1dcs4_76 ._estimatedTimeNum_1dcs4_32{color:#257e25}._expScrollWrap_1dcs4_17 ._speedTime_1dcs4_76 ._estimatedTimeNum_1dcs4_32 span{color:#1daa4c}._numberFont_18egf_1{font-family:Satoshi}._imgBox_18egf_4>img{width:100%;display:block}._ellipsis_18egf_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_18egf_14::-webkit-scrollbar{display:none}._withdrawExpWrap_18egf_17{text-align:center;background-color:#fff;border-radius:10rem;width:264rem;padding:10rem 15rem 26rem 25rem;font-family:Roboto;font-size:14rem;font-weight:700}._withdrawExpWrap_18egf_17 ._expTitle_18egf_27{color:#444344;width:100%;height:18rem;font-size:18rem;line-height:18rem;position:relative}._withdrawExpWrap_18egf_17 ._expTitle_18egf_27 ._closeBtn_18egf_35{position:absolute;top:0;right:0}._withdrawExpWrap_18egf_17 ._expTitle_18egf_27 ._closeBtn_18egf_35 img{width:24rem;height:24rem}._withdrawExpWrap_18egf_17 ._paymentAwaitWrap_18egf_44{margin-top:17rem;font-size:14rem}._withdrawExpWrap_18egf_17 ._paymentAwaitWrap_18egf_44 ._boxWrap_18egf_48{background-color:#f6eaff;border-radius:5rem;flex-direction:column;justify-content:center;align-items:center;gap:3rem;margin-bottom:24rem;padding:7rem 0 9rem;display:flex}._withdrawExpWrap_18egf_17 ._paymentAwaitWrap_18egf_44 ._boxWrap_18egf_48 ._boxTitle_18egf_59{color:#ff512f;font-size:16rem}._withdrawExpWrap_18egf_17 ._paymentAwaitWrap_18egf_44 ._state2_18egf_63{text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;gap:10rem;margin-bottom:25rem;display:flex}._withdrawExpWrap_18egf_17 ._paymentAwaitWrap_18egf_44 ._state2_18egf_63 ._textLeft_18egf_72{text-align:left}._withdrawExpWrap_18egf_17 ._paymentAwaitWrap_18egf_44 ._state3_18egf_75{text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;margin-bottom:15rem;display:flex}._withdrawExpWrap_18egf_17 ._paymentAwaitWrap_18egf_44 ._state3_18egf_75 ._infoData_18egf_83{border-bottom:1rem dashed #cecece;justify-content:space-between;align-items:center;width:100%;padding:4rem 0;display:flex}._withdrawExpWrap_18egf_17 ._paymentAwaitWrap_18egf_44 ._state4_18egf_91{text-align:left}._withdrawExpWrap_18egf_17 ._paymentAwaitWrap_18egf_44 ._state4_18egf_91 ._bottomMsg_18egf_94 div{color:#ff512f}._withdrawExpWrap_18egf_17 ._paymentAwaitWrap_18egf_44 ._state4_18egf_91 ._bottomMsg_18egf_94 span{color:#0058ff;font-size:16rem;font-weight:900}._withdrawExpWrap_18egf_17 ._btn_18egf_102{color:#fff;background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;width:257rem;height:41rem;font-size:16rem;line-height:41rem}._org_18egf_111{color:#ff9a55;font-size:18rem}._blue_18egf_115{color:#6a479d;font-size:14rem}._little_18egf_119{color:#6a479d;font-size:14rem;font-weight:400}._violet_18egf_124{color:#7d49fa}._pink_18egf_127{color:#e93ff8}._littleRed_18egf_130{color:#ff3b3b;font-weight:400}._otherViolet_18egf_134{color:#6a479d}._numberFont_4c7hj_1{font-family:Satoshi}._imgBox_4c7hj_4>img{width:100%;display:block}._ellipsis_4c7hj_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_4c7hj_14::-webkit-scrollbar{display:none}._launchWrap_4c7hj_17{text-align:center;background-color:#f5f5ff;border-radius:7rem;width:100%;padding:11rem 0 3rem;font-family:Roboto;font-size:14rem;font-weight:700}._launchWrap_4c7hj_17 ._completeIcon_4c7hj_27{position:relative}._launchWrap_4c7hj_17 ._completeIcon_4c7hj_27 img{width:65.5rem}._launchWrap_4c7hj_17 ._completeIcon_4c7hj_27 ._iconZs_4c7hj_33{position:absolute;top:0;left:calc(50% - 37.5rem)}._launchWrap_4c7hj_17 ._completeIcon_4c7hj_27 ._iconZs_4c7hj_33 img{width:85rem}._launchWrap_4c7hj_17 ._completeText_4c7hj_41{color:#7d49fa}._launchWrap_4c7hj_17 ._completeAmount_4c7hj_44{color:#d52fff;font-size:30rem}._numberFont_1xulq_1{font-family:Satoshi}._imgBox_1xulq_4>img{width:100%;display:block}._ellipsis_1xulq_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1xulq_14::-webkit-scrollbar{display:none}._withdrawNotEnoughWrap_1xulq_17{text-align:center;background-color:#fff;border-radius:10rem;width:314rem;padding:26rem 15rem;font-family:Roboto;font-size:14rem;font-weight:700}._withdrawNotEnoughWrap_1xulq_17 ._displayCenter_1xulq_27{justify-content:center;align-items:center;display:flex}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32{flex-direction:column;gap:13rem;display:flex}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._titleContent_1xulq_37{position:relative}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._titleContent_1xulq_37 ._title_1xulq_37{color:#444344;font-size:18rem;line-height:18rem}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._titleContent_1xulq_37 span{color:#b4b1b8;font-size:12rem;line-height:12rem}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._titleContent_1xulq_37 ._closeBtn_1xulq_50{justify-content:center;align-items:center;display:flex;position:absolute;top:0;right:0}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._titleContent_1xulq_37 ._closeBtn_1xulq_50 img{width:24rem;height:24rem}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._vipContent_1xulq_62{box-sizing:border-box;background:linear-gradient(#f8f6ff,#ede0ff);border-radius:6rem;flex-direction:column;width:100%;padding:22rem 0 16rem;display:flex;position:relative}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._vipContent_1xulq_62 ._vipTop_1xulq_72{color:#8871aa;justify-content:center;align-items:center;gap:5rem;font-size:18rem;display:flex}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._vipContent_1xulq_62 ._vipTop_1xulq_72 span{color:#7d49fa}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._vipContent_1xulq_62 ._vipTop_1xulq_72 ._topIcon_1xulq_83{justify-content:center;align-items:center;width:15rem;display:flex}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._vipContent_1xulq_62 ._vipTop_1xulq_72 ._topIcon_1xulq_83 img{width:100%}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._vipContent_1xulq_62 ._vipLimit_1xulq_92{color:#8d6dbe;font-size:12rem;font-weight:900}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._vipContent_1xulq_62 ._banalce_1xulq_97{color:#7d49fa;font-size:33rem;line-height:33rem}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._vipContent_1xulq_62 ._privileges_1xulq_102{flex-direction:column;justify-content:center;align-items:flex-start;gap:5rem;padding-left:13rem;display:flex}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._vipContent_1xulq_62 ._privileges_1xulq_102 ._privilegesItem_1xulq_110{color:#ff8385;justify-content:flex-start;align-items:center;font-size:12rem;font-weight:900;line-height:12rem;display:flex}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._vipContent_1xulq_62 ._privileges_1xulq_102 ._privilegesItem_1xulq_110 ._pointContent_1xulq_119{justify-content:center;align-items:center;width:12rem;height:12rem;display:flex}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._vipContent_1xulq_62 ._privileges_1xulq_102 ._privilegesItem_1xulq_110 ._pointContent_1xulq_119 ._point_1xulq_119{background-color:#ff8385;border-radius:60rem;width:6rem;height:6rem}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._vipContent_1xulq_62 ._vipTag_1xulq_132{background:#b89fe2;border-radius:0 6rem;justify-content:center;align-items:center;padding:5rem 8rem;font-size:13rem;line-height:13rem;display:flex;position:absolute;top:0;right:0}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._vipContent_1xulq_62 ._vipTag_1xulq_132 ._tagIcon_1xulq_145{justify-content:center;align-items:center;width:11rem;margin-right:3rem;display:flex}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._vipContent_1xulq_62 ._vipTag_1xulq_132 ._tagIcon_1xulq_145 img{width:100%}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._vipSpecial_1xulq_155{background:linear-gradient(#fffaf6 -17.18%,#ffdcd3 111.03%)}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._vipSpecial_1xulq_155 ._vipTop_1xulq_72{color:#f89b59}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._vipSpecial_1xulq_155 ._vipTop_1xulq_72 span{color:#ff6a00}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._vipSpecial_1xulq_155 ._vipLimit_1xulq_92{color:#f89b59}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._vipSpecial_1xulq_155 ._banalce_1xulq_97{color:#ff6a00;margin-bottom:20rem}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._vipSpecial_1xulq_155 ._vipTag_1xulq_132{background:#f5780b;padding:5rem 8rem}._withdrawNotEnoughWrap_1xulq_17 ._notEnoughContent_1xulq_32 ._btn_1xulq_175{color:#fff;background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;width:100%;height:41rem;margin-top:13rem;font-size:16rem;line-height:41rem}._numberFont_zeh44_1{font-family:Satoshi}._imgBox_zeh44_4>img{width:100%;display:block}._ellipsis_zeh44_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_zeh44_14::-webkit-scrollbar{display:none}._kycWrap_zeh44_17{width:100%;margin-bottom:13rem;position:relative}._kycWrap_zeh44_17 ._kycBg_zeh44_22{justify-content:center;align-items:center;width:100%;display:flex}._kycWrap_zeh44_17 ._kycBg_zeh44_22 img{width:100%}._kycWrap_zeh44_17 ._kycContent_zeh44_31{box-sizing:border-box;width:100%;height:100%;font-family:Roboto;font-weight:700;font-style:Condensed Bold;text-align:center;justify-content:space-between;align-items:center;padding:6rem 7rem;display:flex;position:absolute;top:0;left:0}._kycWrap_zeh44_17 ._kycContent_zeh44_31 ._kycLeft_zeh44_47{gap:5rem;height:100%;display:flex}._kycWrap_zeh44_17 ._kycContent_zeh44_31 ._kycLeft_zeh44_47 ._kycIcon_zeh44_52{aspect-ratio:1;background:#7a47f2;border-radius:6rem;justify-content:center;align-items:center;height:100%;display:flex}._kycWrap_zeh44_17 ._kycContent_zeh44_31 ._kycLeft_zeh44_47 ._kycIcon_zeh44_52 img{width:25rem;display:block}._kycWrap_zeh44_17 ._kycContent_zeh44_31 ._kycLeft_zeh44_47 ._kycMsg_zeh44_65{color:#dccfff;text-align:left;flex-direction:column;justify-content:space-around;font-size:10rem;line-height:10rem;display:flex}._kycWrap_zeh44_17 ._kycContent_zeh44_31 ._kycLeft_zeh44_47 ._kycMsg_zeh44_65 ._kycTitle_zeh44_74{color:#fff;font-size:14rem;line-height:14rem}._kycWrap_zeh44_17 ._kycContent_zeh44_31 ._kycBtn_zeh44_79 ._kycStateBtn_zeh44_79{border-radius:40rem;justify-content:center;align-items:center;min-width:77rem;height:22rem;padding:0 3rem;font-size:12rem;line-height:12rem;display:flex}._kycWrap_zeh44_17 ._kycContent_zeh44_31 ._kycBtn_zeh44_79 ._state8_zeh44_90{color:#ece4ff;background:#7b42ff}._kycWrap_zeh44_17 ._kycContent_zeh44_31 ._kycBtn_zeh44_79 ._state10_zeh44_94{color:#fff;background:linear-gradient(102.66deg,#fe9731 -4.59%,#ffaf36 143.83%)}._kycWrap_zeh44_17 ._kycContent_zeh44_31 ._kycBtn_zeh44_79 ._state3_zeh44_98{color:#fff;background:linear-gradient(99.07deg,#02b3a0 -31.83%,#00cfb8 174.64%)}._kycWrap_zeh44_17 ._kycContent_zeh44_31 ._kycBtn_zeh44_79 ._state9_zeh44_102{color:#fff;background:#f85fa9}._numberFont_1nuzo_1{font-family:Satoshi}._imgBox_1nuzo_4>img{width:100%;display:block}._ellipsis_1nuzo_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1nuzo_14::-webkit-scrollbar{display:none}._depositDetailWrap_1nuzo_17{text-align:center;background-color:#fff;border-radius:10rem;width:264rem;padding:10rem 15rem 26rem 25rem;font-family:Roboto;font-size:14rem;font-weight:700}._depositDetailWrap_1nuzo_17 ._detailTitle_1nuzo_27{color:#444344;width:100%;height:24rem;font-size:18rem;line-height:24rem;position:relative}._depositDetailWrap_1nuzo_17 ._detailTitle_1nuzo_27 ._closeBtn_1nuzo_35{position:absolute;top:0;right:0}._depositDetailWrap_1nuzo_17 ._detailTitle_1nuzo_27 ._closeBtn_1nuzo_35 img{width:24rem;height:24rem}._depositDetailWrap_1nuzo_17 ._boxWrap_1nuzo_44{background-color:#f6eaff;border-radius:5rem;flex-direction:column;justify-content:center;align-items:center;gap:3rem;margin-top:11rem;margin-bottom:24rem;padding:7rem 0 9rem;display:flex}._depositDetailWrap_1nuzo_17 ._boxWrap_1nuzo_44 ._boxTitle_1nuzo_56{font-size:16rem}._depositDetailWrap_1nuzo_17 ._boxWrap_1nuzo_44 ._little_1nuzo_59{color:#6a479d;font-size:14rem;font-weight:400}._depositDetailWrap_1nuzo_17 ._btn_1nuzo_64{color:#fff;background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;width:257rem;height:41rem;font-size:16rem;line-height:41rem}._numberFont_1pgcs_1{font-family:Satoshi}._imgBox_1pgcs_4>img{width:100%;display:block}._ellipsis_1pgcs_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1pgcs_14::-webkit-scrollbar{display:none}._bankHeaderWrap_1pgcs_17{align-items:center;height:50rem;padding:0 11rem;display:flex}._bankHeaderWrap_1pgcs_17 ._headerContent_1pgcs_23{justify-content:space-between;align-items:center;width:100%;height:29rem;display:flex}._bankHeaderWrap_1pgcs_17 ._headerContent_1pgcs_23 ._headerLeft_1pgcs_30{background-color:#2d0d62;border-radius:9rem;justify-content:flex-start;align-items:center;gap:7rem;min-width:123rem;height:20rem;padding:4rem 4rem 5rem;display:flex}._bankHeaderWrap_1pgcs_17 ._headerContent_1pgcs_23 ._headerLeft_1pgcs_30 img{width:19rem}._bankHeaderWrap_1pgcs_17 ._headerContent_1pgcs_23 ._headerLeft_1pgcs_30 ._headerAmount_1pgcs_44{text-align:center;flex:1;font-family:Roboto;font-size:13rem;font-weight:700}._bankHeaderWrap_1pgcs_17 ._headerContent_1pgcs_23 ._headerRight_1pgcs_51{justify-content:center;align-items:center;gap:17rem;display:flex}._bankHeaderWrap_1pgcs_17 ._headerContent_1pgcs_23 ._headerRight_1pgcs_51 img{width:33rem}._bankHeaderWrap_1pgcs_17 ._headerContent_1pgcs_23 ._headerRight_1pgcs_51 ._btn_1pgcs_60{width:33rem;height:33rem}._numberFont_u5ro0_1{font-family:Satoshi}._imgBox_u5ro0_4>img{width:100%;display:block}._ellipsis_u5ro0_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_u5ro0_14::-webkit-scrollbar{display:none}._tabsItem_u5ro0_17{box-sizing:border-box;flex:1;height:41rem}._tabsItem_u5ro0_17 ._tabsContent_u5ro0_22{background-color:#281b57;border-radius:5rem;justify-content:center;align-items:center;gap:5rem;width:100%;height:100%;display:flex;position:relative;transform:scale(.95)}._tabsItem_u5ro0_17 ._tabsContent_u5ro0_22 img{width:24rem}._tabsItem_u5ro0_17 ._tabsContent_u5ro0_22 ._tabText_u5ro0_37{text-align:center;color:#6d68af;font-family:Roboto;font-size:14rem;font-weight:700}._tabsItem_u5ro0_17 ._tabsContent_u5ro0_22 ._tabRedPoint_u5ro0_44{background-color:#fff;border-radius:60rem;justify-content:center;align-items:center;width:10rem;height:10rem;display:flex;position:absolute;top:2.5rem;right:-2.5rem;transform:translateY(-50%)}._tabsItem_u5ro0_17 ._tabsContent_u5ro0_22 ._tabRedPoint_u5ro0_44 ._point_u5ro0_57{background-color:#ff0027;border-radius:60rem;width:8rem;height:8rem}._tabsWrap_u5ro0_63{justify-content:space-between;align-items:center;gap:5rem;width:100%;display:flex}._tabsItem_u5ro0_17:first-child ._tabsContent_u5ro0_22{transform-origin:0}._tabsItem_u5ro0_17:last-child ._tabsContent_u5ro0_22{transform-origin:100%}._tabsItem_u5ro0_17:not(:first-child):not(:last-child) ._tabsContent_u5ro0_22{transform-origin:50%}._active_u5ro0_79 ._tabsContent_u5ro0_22{background-color:#b84dff;transform:scale(1)}._active_u5ro0_79 ._tabsContent_u5ro0_22 ._tabText_u5ro0_37{color:#fff}._numberFont_shunm_1{font-family:Satoshi}._imgBox_shunm_4>img{width:100%;display:block}._ellipsis_shunm_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_shunm_14::-webkit-scrollbar{display:none}._bankTab_shunm_17{margin-top:11rem;padding:0 11rem}._numberFont_gx0fe_1{font-family:Satoshi}._imgBox_gx0fe_4>img{width:100%;display:block}._ellipsis_gx0fe_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_gx0fe_14::-webkit-scrollbar{display:none}._vipEarningWrap_gx0fe_17{text-align:center;color:#fff;font-family:Roboto;font-size:12rem;font-weight:700;position:relative}._vipEarningWrap_gx0fe_17 ._closeBtnWrap_gx0fe_25{width:27.5rem;height:27.5rem;position:absolute;top:-20rem;right:0}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32{position:relative}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._bg_gx0fe_35{width:297rem;height:425rem}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._bg_gx0fe_35 img{width:100%;height:100%}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:absolute;bottom:20rem;left:0}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._privilege_gx0fe_53{z-index:1;height:105rem;position:relative}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._privilege_gx0fe_53 ._privilegeBg_gx0fe_58{width:262rem;height:162rem}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._privilege_gx0fe_53 ._privilegeBg_gx0fe_58 img{width:100%;height:100%}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._privilege_gx0fe_53 ._now_gx0fe_66{color:#613a98;white-space:nowrap;justify-content:center;align-items:center;width:30rem;display:grid;position:absolute;top:25rem;left:52rem;transform:translate(-50%)}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._privilege_gx0fe_53 ._now_gx0fe_66 ._amount_gx0fe_78{font-size:30rem}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._privilege_gx0fe_53 ._up_gx0fe_81{white-space:nowrap;justify-content:center;align-items:center;width:30rem;display:grid;position:absolute;top:2rem;right:49rem;transform:translate(-50%)}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._privilege_gx0fe_53 ._up_gx0fe_81 ._title_gx0fe_92{margin-bottom:5rem}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._privilege_gx0fe_53 ._up_gx0fe_81 ._tip_gx0fe_95{color:#ab4d10}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._privilege_gx0fe_53 ._up_gx0fe_81 ._amount_gx0fe_78{color:#a5420f;font-size:30rem}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._invite_gx0fe_102{color:#815eda;z-index:2;justify-content:center;gap:5rem;margin-top:15rem;display:flex;position:relative}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._invite_gx0fe_102 ._icon_gx0fe_111{width:18rem;height:12rem}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._invite_gx0fe_102 ._icon_gx0fe_111 img{width:100%;height:100%}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._line_gx0fe_119{justify-content:center;align-items:center;padding:10rem 0 22rem;display:flex}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._line_gx0fe_119 img{width:250rem;height:2rem}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._btnWrap_gx0fe_129{justify-content:space-between;align-items:center;gap:20rem;padding:0 15rem;display:flex}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._btnWrap_gx0fe_129 ._btn_gx0fe_129{border-radius:6rem;width:126rem;height:47rem;line-height:47rem}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._btnWrap_gx0fe_129 ._violet_gx0fe_142{background:linear-gradient(#7d50f5,#794fe8)}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._btnWrap_gx0fe_129 ._orange_gx0fe_145{background:linear-gradient(#ff9f41,#fcac34)}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._bottom_gx0fe_148{box-sizing:border-box;color:#a484f5;text-align:left;justify-content:center;align-items:flex-start;gap:3rem;width:100%;margin-top:17rem;padding:0 10rem 0 15rem;line-height:14rem;display:flex}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._bottom_gx0fe_148 ._circleContent_gx0fe_161{justify-content:center;align-items:center;height:14rem;display:flex}._vipEarningWrap_gx0fe_17 ._content_gx0fe_32 ._body_gx0fe_43 ._bottom_gx0fe_148 ._circleContent_gx0fe_161 ._circle_gx0fe_161{background-color:#a484f5;border-radius:6rem;width:6rem;height:6rem}._numberFont_5xxej_1{font-family:Satoshi}._imgBox_5xxej_4>img{width:100%;display:block}._ellipsis_5xxej_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_5xxej_14::-webkit-scrollbar{display:none}._vipBoxWrap_5xxej_17{box-sizing:border-box;background-color:#fff;border-radius:12rem;padding:12rem 15rem;box-shadow:0 2rem 6rem #0000001a}._vipBoxWrap_5xxej_17>._leftTitle_5xxej_24{color:#41096a;font-size:13rem;font-weight:400}._box_background_5xxej_29{box-sizing:border-box;background:linear-gradient(#faefff,#fff 36%);border:1rem solid #fff}._loadingWrap_5xxej_34{border-radius:20rem;justify-content:center;align-items:center;display:flex;background:#fff!important}._new_back_5xxej_41{font-weight:900;color:#41096a!important;background:0 0!important;font-size:18rem!important}._header_bg_5xxej_47{color:#41096a!important}._header_bg_5xxej_47>img{top:0!important}._skeleton_5xxej_53{background-color:#fff;border-radius:5rem}._display_flex_col_5xxej_57{flex-direction:column;display:flex}._vipWrap_5xxej_61{background:linear-gradient(#24134c,#170b37);flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:auto}._vipWrap_5xxej_61 ._vipTabs_5xxej_70{margin:15rem 15rem 0}._vipWrap_5xxej_61 ._vipTabs_5xxej_70 ._tabContent_5xxej_73{justify-content:center;align-items:center;width:100%;display:flex}._vipWrap_5xxej_61 ._vipTabs_5xxej_70 ._tabContent_5xxej_73 ._tab_5xxej_73{background-color:#281b57;border-radius:5rem;flex:1;justify-content:center;align-items:center;gap:3rem;height:41rem;display:flex;transform:scale(.9)}._vipWrap_5xxej_61 ._vipTabs_5xxej_70 ._tabContent_5xxej_73 ._tab_5xxej_73 img{width:24rem}._vipWrap_5xxej_61 ._vipTabs_5xxej_70 ._tabContent_5xxej_73 ._tab_5xxej_73 ._tabText_5xxej_93{text-align:center;color:#6d68af;font-family:Roboto;font-size:14rem;font-weight:700}._vipWrap_5xxej_61 ._vipTabs_5xxej_70 ._tabContent_5xxej_73 ._selected_5xxej_100{background-color:#b84dff;transform:scale(1)}._vipWrap_5xxej_61 ._vipTabs_5xxej_70 ._tabContent_5xxej_73 ._selected_5xxej_100 ._tabText_5xxej_93{color:#fff}._vipWrap_5xxej_61 ._vipPrivileg_5xxej_107{flex-direction:column;flex:1;margin-top:5rem;padding:0 13rem;display:flex;overflow:hidden}._vipWrap_5xxej_61 ._vipPrivileg_5xxej_107 ._all_body_5xxej_115{box-sizing:border-box;flex:1;overflow-y:auto}._vipWrap_5xxej_61 ._vipPrivileg_5xxej_107 ._vipLayout_5xxej_120{justify-content:space-between;align-items:center;margin-bottom:10rem;display:flex}._vipWrap_5xxej_61 ._vipPrivileg_5xxej_107 ._vipLayout_5xxej_120 ._vipLevelLayout_5xxej_126{-ms-overflow-style:none;scrollbar-width:none;flex:1;height:79rem;overflow:visible hidden}._vipWrap_5xxej_61 ._vipPrivileg_5xxej_107 ._vipLayout_5xxej_120 ._vipLevelLayout_5xxej_126 ._layout_5xxej_136{gap:4rem;height:100%;display:flex}._vipWrap_5xxej_61 ._vipPrivileg_5xxej_107 ._vipLayout_5xxej_120 ._vipLevelLayout_5xxej_126::-webkit-scrollbar{display:none}._vipWrap_5xxej_61 ._vipPrivileg_5xxej_107 ._vipLayout_5xxej_120 ._vipArrow_5xxej_145{margin-left:5rem}._vipWrap_5xxej_61 ._vipPrivileg_5xxej_107 ._vipLayout_5xxej_120 ._vipArrow_5xxej_145 img{height:24rem}._vipWrap_5xxej_61 ._activateVip_5xxej_151{margin-bottom:70rem}._loadingWrap_5xxej_34{background:#fff;border-radius:20rem;justify-content:center;align-items:center;display:flex}._numberFont_nmxqd_1{font-family:Satoshi}._imgBox_nmxqd_4>img{width:100%;display:block}._ellipsis_nmxqd_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_nmxqd_14::-webkit-scrollbar{display:none}._vipBoxWrap_nmxqd_17{box-sizing:border-box;background-color:#fff;border-radius:12rem;padding:12rem 15rem;box-shadow:0 2rem 6rem #0000001a}._vipBoxWrap_nmxqd_17>._leftTitle_nmxqd_24{color:#41096a;font-size:13rem;font-weight:400}._box_background_nmxqd_29{box-sizing:border-box;background:linear-gradient(#faefff,#fff 36%);border:1rem solid #fff}._loadingWrap_nmxqd_34{border-radius:20rem;justify-content:center;align-items:center;display:flex;background:#fff!important}._new_back_nmxqd_41{font-weight:900;color:#41096a!important;background:0 0!important;font-size:18rem!important}._header_bg_nmxqd_47{color:#41096a!important}._header_bg_nmxqd_47>img{top:0!important}._skeleton_nmxqd_53{background-color:#fff;border-radius:5rem}._display_flex_col_nmxqd_57{flex-direction:column;display:flex}._vipBannerWrap_nmxqd_61{box-sizing:border-box;margin-bottom:12rem;padding:20rem 0 0}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66{width:100%;margin-bottom:14rem;position:relative}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._sk_nmxqd_53{height:100%;padding:0 7%}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._sk_nmxqd_53 ._skBox_nmxqd_75{width:100%;height:100%}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._bgMask_nmxqd_79{width:100%;position:absolute;top:80%;left:0}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._bgMask_nmxqd_79 img{width:100%}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._bg_nmxqd_79{padding:0 7%;position:absolute;top:0;left:0;overflow:hidden}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._bg_nmxqd_79 img{width:100%}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98{z-index:10;box-sizing:border-box;align-items:center;width:100%;height:100%;padding:0 7% 10rem;display:flex;position:relative}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._allBox_nmxqd_108{flex-direction:column;align-items:center;gap:5rem;width:100%;height:100%;display:flex}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._top_nmxqd_116{flex-direction:column;justify-content:center;width:100%;height:auto;display:flex}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._top_nmxqd_116._vip_nmxqd_17{justify-content:end}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._top_nmxqd_116 ._detail_nmxqd_126{align-items:center;display:flex}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._top_nmxqd_116 ._detail_nmxqd_126 ._avater_nmxqd_130{margin-right:6rem;padding:10rem 0 0;position:relative}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._top_nmxqd_116 ._detail_nmxqd_126 ._avater_nmxqd_130 ._vipAcater_nmxqd_135{text-align:center;justify-content:flex-start;align-items:center;font-family:Roboto;font-weight:700;display:flex;position:relative}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._top_nmxqd_116 ._detail_nmxqd_126 ._avater_nmxqd_130 ._vipAcater_nmxqd_135 ._vipLevel_nmxqd_144{color:#9a5d2a;width:60%}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._top_nmxqd_116 ._detail_nmxqd_126 ._avater_nmxqd_130 ._vipAcater_nmxqd_135 ._vipLevel_nmxqd_144 img{width:100%}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._top_nmxqd_116 ._detail_nmxqd_126 ._avater_nmxqd_130 ._vipAcater_nmxqd_135 ._levelUp_nmxqd_151{color:#9c7c50;white-space:nowrap;font-size:12rem;line-height:12rem;position:absolute;bottom:25%;left:55%}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._top_nmxqd_116 ._detail_nmxqd_126 ._avater_nmxqd_130>img{border-radius:56rem;width:100%;display:block}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._top_nmxqd_116 ._detail_nmxqd_126 ._info_nmxqd_165{position:absolute;top:18%;left:75%;transform:translate(-50%,-50%)}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._top_nmxqd_116 ._detail_nmxqd_126 ._info_nmxqd_165 img{width:135rem;height:135rem}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._top_nmxqd_116 ._detail_nmxqd_126 ._specialLevel_nmxqd_175 img{width:120rem;height:120rem}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._center_nmxqd_179{box-sizing:border-box;flex-direction:column;gap:2rem;width:100%;padding:0 4%;display:flex}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._bottom_nmxqd_187{box-sizing:border-box;justify-content:space-between;align-items:center;gap:20rem;margin-top:6rem;padding:0 4%;display:flex}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._bottom_nmxqd_187 ._btn_nmxqd_196{border-radius:6rem;justify-content:center;align-items:center;width:115rem;height:34rem;display:flex}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._bottom_nmxqd_187 ._btn1_nmxqd_204{background:linear-gradient(#722f09,#904c25)}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._bottom_nmxqd_187 ._btn2_nmxqd_207{background:linear-gradient(#1e1a17,#5e3d2a)}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._bottom_nmxqd_187 span{text-align:center;color:#fff;font-family:Roboto;font-size:14rem;font-weight:700;line-height:100%}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._tips_nmxqd_218{align-items:center;margin-top:18rem;font-size:12rem;line-height:10rem;display:flex}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._tips_nmxqd_218 ._time_nmxqd_225{color:#fff;background-color:#f434a5;border-radius:10rem;align-items:center;margin-right:6rem;padding:2rem 4rem;font-size:10rem;display:flex}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._tips_nmxqd_218 ._time_nmxqd_225 img{width:11rem;height:11rem;margin-right:4rem}._vipBannerWrap_nmxqd_61 ._bannerWrap_nmxqd_66 ._boxWrap_nmxqd_98 ._tips_nmxqd_218 ._time_nmxqd_225 span{text-align:center;flex:1}._numberFont_1ts15_1{font-family:Satoshi}._imgBox_1ts15_4>img{width:100%;display:block}._ellipsis_1ts15_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1ts15_14::-webkit-scrollbar{display:none}._VipProgressWrap_1ts15_17{text-align:center;color:#975f3c;flex-direction:column;width:100%;font-family:Roboto;font-size:12rem;font-weight:700;display:flex}._VipProgressWrap_1ts15_17 ._top_1ts15_27{justify-content:space-between;display:flex}._VipProgressWrap_1ts15_17 ._top_1ts15_27 ._topLeft_1ts15_31 span{color:#1c7524}._VipProgressWrap_1ts15_17 ._top_1ts15_27 ._topRight_1ts15_34 span{color:#fe5549}._VipProgressWrap_1ts15_17 ._bottom_1ts15_37{justify-content:space-between;display:flex}._VipProgressWrap_1ts15_17 ._bottom_1ts15_37 ._progressBg_1ts15_41{background-color:#703615;border-radius:28rem;flex:1;padding:1rem}._VipProgressWrap_1ts15_17 ._bottom_1ts15_37 ._progressBg_1ts15_41 ._progressBar_1ts15_47{background:linear-gradient(90deg,#e8c543,#faf1bb);border-radius:28rem;height:8rem}._VipProgressWrap_1ts15_17 ._bottom_1ts15_37 ._bottomRight_1ts15_52{margin-left:5rem;font-size:12rem;line-height:10rem}._numberFont_1bhve_1{font-family:Satoshi}._imgBox_1bhve_4>img{width:100%;display:block}._ellipsis_1bhve_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1bhve_14::-webkit-scrollbar{display:none}._loadingCircleWrap_1bhve_17{box-sizing:border-box;background:linear-gradient(#4e1c8e,#302598);border-radius:8rem;flex-direction:column;justify-content:center;align-items:center;gap:3rem;display:flex}._loadingCircleWrap_1bhve_17 ._loadImg_1bhve_27{align-items:center;width:34rem;height:34rem;display:flex}._loadingCircleWrap_1bhve_17 ._loadImg_1bhve_27 img{width:100%;height:100%;animation:2s linear infinite _rotate_1bhve_1}._loadingCircleWrap_1bhve_17 ._loadText_1bhve_38{text-align:center;color:#fff;font-family:Roboto;font-size:10rem;font-weight:700}@keyframes _rotate_1bhve_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._numberFont_9ri27_1{font-family:Satoshi}._imgBox_9ri27_4>img{width:100%;display:block}._ellipsis_9ri27_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_9ri27_14::-webkit-scrollbar{display:none}._vipBoxWrap_9ri27_17{box-sizing:border-box;background-color:#fff;border-radius:12rem;padding:12rem 15rem;box-shadow:0 2rem 6rem #0000001a}._vipBoxWrap_9ri27_17>._leftTitle_9ri27_24{color:#41096a;font-size:13rem;font-weight:400}._box_background_9ri27_29{box-sizing:border-box;background:linear-gradient(#faefff,#fff 36%);border:1rem solid #fff}._loadingWrap_9ri27_34{border-radius:20rem;justify-content:center;align-items:center;display:flex;background:#fff!important}._new_back_9ri27_41{font-weight:900;color:#41096a!important;background:0 0!important;font-size:18rem!important}._header_bg_9ri27_47{color:#41096a!important}._header_bg_9ri27_47>img{top:0!important}._skeleton_9ri27_53{background-color:#fff;border-radius:5rem}._display_flex_col_9ri27_57{flex-direction:column;display:flex}._ActivateVIPWrap_9ri27_61{background:linear-gradient(#dfdefd,#dfdefd);border-radius:6rem;margin:0 11rem;padding:11rem 0 36rem}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67{text-align:center;padding:0 11rem;font-family:Roboto;font-size:14rem;font-weight:700}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._surplusTime_9ri27_74{flex-direction:column;gap:5rem;display:flex}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._surplusTime_9ri27_74 ._surplusTitle_9ri27_79{color:#fe5549}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._surplusTime_9ri27_74 ._tips_9ri27_82{color:#54379e;font-size:12rem;font-weight:400}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._surplusTime_9ri27_74 ._tips_9ri27_82 span{color:#9806fe}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._profit_9ri27_90{margin:13rem 0}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._profit_9ri27_90 ._profitContent_9ri27_93{background-color:#fff;border-radius:5rem;padding:7rem 8rem}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._profit_9ri27_90 ._profitContent_9ri27_93 ._top_9ri27_98{color:#9806fe;justify-content:flex-start;align-items:center;font-size:14rem;display:flex}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._profit_9ri27_90 ._profitContent_9ri27_93 ._top_9ri27_98 img{width:13rem;margin-right:4rem}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._profit_9ri27_90 ._profitContent_9ri27_93 ._center_9ri27_109{margin-top:-20rem;padding:0 4%;position:relative}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._profit_9ri27_90 ._profitContent_9ri27_93 ._center_9ri27_109 img{width:100%}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._profit_9ri27_90 ._profitContent_9ri27_93 ._center_9ri27_109 ._before_9ri27_117{color:#54379e;font-size:14rem;position:absolute;bottom:8rem;left:46rem;transform:translate(-50%)}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._profit_9ri27_90 ._profitContent_9ri27_93 ._center_9ri27_109 ._after_9ri27_125{color:#ff6041;font-size:22rem;position:absolute;top:10rem;right:20%}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._profit_9ri27_90 ._profitContent_9ri27_93 ._bottom_9ri27_132{justify-content:space-between;margin-top:-5rem;padding:0 26rem 0 7rem;font-size:12rem;font-weight:400;display:flex}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._profit_9ri27_90 ._profitContent_9ri27_93 ._bottom_9ri27_132 ._remain_9ri27_140{color:#54379e}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._profit_9ri27_90 ._profitContent_9ri27_93 ._bottom_9ri27_132 ._end_9ri27_143{color:#ff6041}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._taskContent_9ri27_146{padding:0 7rem;position:relative}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._taskContent_9ri27_146 ._taskBg_9ri27_150{z-index:1;width:100%;position:absolute;top:0;left:0}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._taskContent_9ri27_146 ._taskBg_9ri27_150 img{width:100%}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._taskContent_9ri27_146 ._taskTitle_9ri27_160{z-index:1;color:#9806fe;justify-content:flex-start;align-items:center;padding:10rem 0;font-size:14rem;display:flex;position:relative}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._taskContent_9ri27_146 ._taskTitle_9ri27_160 img{width:14rem;margin-right:6rem}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._taskContent_9ri27_146 ._task_9ri27_146{z-index:2;flex-direction:column;gap:6rem;padding:0 3rem;display:flex;position:relative}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._taskContent_9ri27_146 ._taskWen_9ri27_182{color:#54379e;z-index:3;justify-content:flex-start;align-items:center;gap:5rem;margin:5rem 0;padding-left:7rem;font-size:12rem;display:flex;position:relative}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._taskContent_9ri27_146 ._taskWen_9ri27_182 img{width:14rem}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._taskContent_9ri27_146 ._taskLimit_9ri27_197{z-index:4;color:#fff;background-color:#ff6041;border-top-right-radius:5rem;border-bottom-left-radius:5rem;width:63px;height:20px;padding:0 3rem;font-size:12rem;font-weight:400;position:absolute;top:3rem;right:0}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._ruleContent_9ri27_212{background-color:#fff;border-radius:5rem;margin-top:11rem;padding:12rem 9rem 15rem 6rem}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._ruleContent_9ri27_212 ._ruleHead_9ri27_218{color:#9806fe;justify-content:flex-start;align-items:center;gap:3rem;font-size:14rem;display:flex}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._ruleContent_9ri27_212 ._ruleHead_9ri27_218 img{width:13rem}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._ruleContent_9ri27_212 ._ruleBody_9ri27_229{color:#54379e;text-align:left;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:7rem;font-size:12rem;font-weight:400;line-height:14rem;display:flex}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._ruleContent_9ri27_212 ._ruleBody_9ri27_229 ._ruleItem_9ri27_241{gap:6rem;display:flex}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._ruleContent_9ri27_212 ._ruleBody_9ri27_229 ._ruleItem_9ri27_241 ._pointContent_9ri27_245{justify-content:center;align-items:center;height:14rem;display:flex}._ActivateVIPWrap_9ri27_61 ._specialWrap_9ri27_67 ._ruleContent_9ri27_212 ._ruleBody_9ri27_229 ._ruleItem_9ri27_241 ._pointContent_9ri27_245 ._rulePoint_9ri27_251{background-color:#a855f7;border-radius:4rem;width:4rem;height:4rem}._loadingWrap_9ri27_34{background:#fff;border-radius:5rem}@keyframes _shimmer_9ri27_1{to{transform:translate(100%)}}._numberFont_6dh78_1{font-family:Satoshi}._imgBox_6dh78_4>img{width:100%;display:block}._ellipsis_6dh78_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_6dh78_14::-webkit-scrollbar{display:none}._timeWrap_6dh78_17,._timeWrap_6dh78_17 ._timeItem_6dh78_23{justify-content:center;align-items:center;gap:5rem;display:flex}._timeWrap_6dh78_17 ._timeItem_6dh78_23 ._timeBg_6dh78_29{text-align:center;color:#fff;background:linear-gradient(#3f55d6,#468aec);border-radius:5rem;padding:5rem 7rem 4rem;font-family:Roboto;font-size:20rem;font-weight:700}._timeWrap_6dh78_17 ._timeItem_6dh78_23 ._mao_6dh78_39{justify-content:center;align-items:center;display:flex}._timeWrap_6dh78_17 ._timeItem_6dh78_23 ._mao_6dh78_39 img{height:12rem}._numberFont_o36dy_1{font-family:Satoshi}._imgBox_o36dy_4>img{width:100%;display:block}._ellipsis_o36dy_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_o36dy_14::-webkit-scrollbar{display:none}._taskWrap_o36dy_17{position:relative}._taskWrap_o36dy_17 ._itemBg_o36dy_20{justify-content:center;align-items:center;width:100%;display:flex}._taskWrap_o36dy_17 ._itemBg_o36dy_20 img{width:100%}._taskWrap_o36dy_17 ._taskItemContext_o36dy_29{flex-direction:column;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._taskWrap_o36dy_17 ._taskItemContext_o36dy_29 ._taskItem_o36dy_29{color:#54379e;z-index:1;justify-content:space-between;align-items:center;padding:10rem 22.5rem 5.5% 15rem;font-size:14rem;display:flex;position:relative}._taskWrap_o36dy_17 ._taskItemContext_o36dy_29 ._taskItem_o36dy_29 span{color:#ff580f}._taskWrap_o36dy_17 ._taskItemContext_o36dy_29 ._taskItem_o36dy_29 ._taskLeft_o36dy_51{justify-content:flex-start;align-items:center;gap:7.5rem;display:flex}._taskWrap_o36dy_17 ._taskItemContext_o36dy_29 ._taskItem_o36dy_29 ._taskLeft_o36dy_51 img{width:17rem}._taskWrap_o36dy_17 ._taskItemContext_o36dy_29 ._taskItem_o36dy_29 ._taskRight_o36dy_60{color:#54379e;font-size:14rem}._taskWrap_o36dy_17 ._taskItemContext_o36dy_29 ._itemBtn_o36dy_64{z-index:2;margin-bottom:7rem;padding:0 24rem;position:relative}._taskWrap_o36dy_17 ._taskItemContext_o36dy_29 ._itemBtn_o36dy_64 ._btn_o36dy_70{color:#fff;background:linear-gradient(#7d50f5,#794fe8);border-radius:6rem;justify-content:center;align-items:center;height:35rem;font-size:16rem;display:flex}._numberFont_1v6sn_1{font-family:Satoshi}._imgBox_1v6sn_4>img{width:100%;display:block}._ellipsis_1v6sn_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1v6sn_14::-webkit-scrollbar{display:none}._VipPrivilegesWrap_1v6sn_17{box-sizing:border-box;text-align:center;flex-direction:column;height:100%;padding:12rem 5rem 5rem;font-family:Roboto;font-weight:700;display:flex;overflow-y:auto}._VipPrivilegesWrap_1v6sn_17 ._privilegesText_1v6sn_28{width:100%;font-size:12rem}._VipPrivilegesWrap_1v6sn_17 ._itemContent_1v6sn_32{padding-bottom:80rem}._VipPrivilegesWrap_1v6sn_17 ._itemContent_1v6sn_32 ._itemLayout_1v6sn_35{grid-template-columns:repeat(2,1fr);gap:6rem;margin-top:10rem;display:grid}._VipPrivilegesWrap_1v6sn_17 ._itemContent_1v6sn_32 ._itemLayout_1v6sn_35>:first-child{grid-column:1/-1}._VipPrivilegesWrap_1v6sn_17 ._itemContent_1v6sn_32 ._itemBtn_1v6sn_49{width:100%;margin:20rem 0 15rem}._VipPrivilegesWrap_1v6sn_17 ._itemContent_1v6sn_32 ._itemBtn_1v6sn_49 ._btn_1v6sn_53{color:#fff;background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;justify-content:center;align-items:center;width:100%;height:48rem;font-size:16rem;display:flex}._VipPrivilegesWrap_1v6sn_17 ._itemContent_1v6sn_32 ._itemSafe_1v6sn_64{justify-content:center;align-items:center;gap:3rem;display:flex}._VipPrivilegesWrap_1v6sn_17 ._itemContent_1v6sn_32 ._itemSafe_1v6sn_64 ._itemIcon_1v6sn_70{justify-content:center;align-items:center;width:10rem;display:flex}._VipPrivilegesWrap_1v6sn_17 ._itemContent_1v6sn_32 ._itemSafe_1v6sn_64 ._itemIcon_1v6sn_70 img{width:100%}._VipPrivilegesWrap_1v6sn_17 ._itemContent_1v6sn_32 ._itemSafe_1v6sn_64 ._itemText_1v6sn_79{color:#846999;font-size:14rem;font-weight:700;line-height:14rem}._VipPrivilegesWrap_1v6sn_17 ._none_1v6sn_85{text-align:center;box-sizing:border-box;flex-direction:column;flex:1;padding:20rem 0 80rem;font-weight:700;display:flex}._VipPrivilegesWrap_1v6sn_17 ._none_1v6sn_85 ._noneTop_1v6sn_94{color:#a360d7;font-size:19rem;line-height:19rem}._VipPrivilegesWrap_1v6sn_17 ._none_1v6sn_85 ._noneTop_1v6sn_94 span{color:#fda639}._VipPrivilegesWrap_1v6sn_17 ._none_1v6sn_85 ._noneLine_1v6sn_102{justify-content:center;align-items:center;width:100%;margin:15rem 0;display:flex}._VipPrivilegesWrap_1v6sn_17 ._none_1v6sn_85 ._noneLine_1v6sn_102 img{width:100%}._VipPrivilegesWrap_1v6sn_17 ._none_1v6sn_85 ._noneText_1v6sn_112{text-align:left;font-family:Roboto;font-size:13rem;line-height:14rem;position:relative}._VipPrivilegesWrap_1v6sn_17 ._none_1v6sn_85 ._noneText_1v6sn_112 ._noneBg_1v6sn_120{justify-content:center;align-items:center;width:100%;display:flex}._VipPrivilegesWrap_1v6sn_17 ._none_1v6sn_85 ._noneText_1v6sn_112 ._noneBg_1v6sn_120 img{width:100%}._VipPrivilegesWrap_1v6sn_17 ._none_1v6sn_85 ._noneText_1v6sn_112 ._noneMsg_1v6sn_129{flex-direction:column;justify-content:center;align-items:center;gap:5rem;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._VipPrivilegesWrap_1v6sn_17 ._none_1v6sn_85 ._noneText_1v6sn_112 ._noneMsg_1v6sn_129 ._noneAmount_1v6sn_141{color:#d3a3f9;font-size:17rem;line-height:17rem}._VipPrivilegesWrap_1v6sn_17 ._none_1v6sn_85 ._noneText_1v6sn_112 ._noneMsg_1v6sn_129 ._noneNum_1v6sn_146{color:#f6eaff;justify-content:center;align-items:center;gap:5rem;font-size:42rem;line-height:42rem;display:flex}._VipPrivilegesWrap_1v6sn_17 ._none_1v6sn_85 ._noneText_1v6sn_112 ._noneMsg_1v6sn_129 ._noneNum_1v6sn_146 ._noneNumIcon_1v6sn_155{justify-content:center;align-items:center;width:34rem;display:flex}._VipPrivilegesWrap_1v6sn_17 ._none_1v6sn_85 ._noneText_1v6sn_112 ._noneMsg_1v6sn_129 ._noneNum_1v6sn_146 ._noneNumIcon_1v6sn_155 img{width:100%}._VipPrivilegesWrap_1v6sn_17 ._none_1v6sn_85 ._noneBtn_1v6sn_164{width:100%;margin:20rem 0 15rem}._VipPrivilegesWrap_1v6sn_17 ._none_1v6sn_85 ._noneBtn_1v6sn_164 ._btn_1v6sn_53{color:#fff;background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;justify-content:center;align-items:center;width:100%;height:48rem;font-size:16rem;display:flex}._VipPrivilegesWrap_1v6sn_17 ._none_1v6sn_85 ._noneSafe_1v6sn_179{justify-content:center;align-items:center;gap:3rem;display:flex}._VipPrivilegesWrap_1v6sn_17 ._none_1v6sn_85 ._noneSafe_1v6sn_179 ._safeIcon_1v6sn_185{justify-content:center;align-items:center;width:10rem;display:flex}._VipPrivilegesWrap_1v6sn_17 ._none_1v6sn_85 ._noneSafe_1v6sn_179 ._safeIcon_1v6sn_185 img{width:100%}._VipPrivilegesWrap_1v6sn_17 ._none_1v6sn_85 ._noneSafe_1v6sn_179 ._safeText_1v6sn_194{color:#846999;font-size:14rem;font-weight:700;line-height:14rem}._numberFont_aqkd6_1{font-family:Satoshi}._imgBox_aqkd6_4>img{width:100%;display:block}._ellipsis_aqkd6_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_aqkd6_14::-webkit-scrollbar{display:none}._privilefesWrap_aqkd6_17{color:#fff;width:100%;height:100%;font-family:Roboto;font-size:12rem;font-weight:700;position:relative}._privilefesWrap_aqkd6_17 ._itemBg_aqkd6_26{justify-content:center;align-items:center;width:100%;display:flex}._privilefesWrap_aqkd6_17 ._itemBg_aqkd6_26 img{width:100%}._privilefesWrap_aqkd6_17 ._vipOneSpecial_aqkd6_35{justify-content:center;align-items:center;gap:5rem;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._privilefesWrap_aqkd6_17 ._vipOneSpecial_aqkd6_35 ._specialIcon_aqkd6_46{width:30rem}._privilefesWrap_aqkd6_17 ._vipOneSpecial_aqkd6_35 ._specialIcon_aqkd6_46 img{width:100%;display:block}._privilefesWrap_aqkd6_17 ._vipOneSpecial_aqkd6_35 ._specialText_aqkd6_53{color:#962d00;text-align:center;max-width:80%;font-family:Roboto;font-size:var(--Font_size_14);font-style:normal;font-weight:var(--Font_weight_700,700);line-height:normal}._privilefesWrap_aqkd6_17 ._itemContent_aqkd6_64{box-sizing:border-box;width:100%;height:100%;padding:0 6rem;display:flex;position:absolute;top:0;left:0}._privilefesWrap_aqkd6_17 ._itemContent_aqkd6_64 ._itemIcon_aqkd6_74{justify-content:center;align-items:center;width:46rem;display:flex}._privilefesWrap_aqkd6_17 ._itemContent_aqkd6_64 ._itemIcon_aqkd6_74 img{width:100%}._privilefesWrap_aqkd6_17 ._itemContent_aqkd6_64 ._itemDetail_aqkd6_83{flex-direction:column;flex:1;justify-content:center;align-items:center;font-size:12rem;line-height:12rem;display:flex}._privilefesWrap_aqkd6_17 ._itemContent_aqkd6_64 ._itemDetail_aqkd6_83 ._num_aqkd6_1{font-size:16rem;line-height:16rem}._privilefesWrap_aqkd6_17 ._itemContent_aqkd6_64 ._itemDetail_aqkd6_83 ._text_aqkd6_96{color:#ffe5fd;font-size:9rem;line-height:20rem}._privilefesWrap_aqkd6_17 ._specialShow_aqkd6_101{color:#b74600;padding:0 26rem}._privilefesWrap_aqkd6_17 ._specialShow_aqkd6_101 ._itemIcon_aqkd6_74{width:70rem}._privilefesWrap_aqkd6_17 ._specialShow_aqkd6_101 ._itemDetail_aqkd6_83{font-size:16rem;line-height:16rem}._privilefesWrap_aqkd6_17 ._specialShow_aqkd6_101 ._itemDetail_aqkd6_83 ._num_aqkd6_1{color:#962d00;font-size:25rem;line-height:27rem}._privilefesWrap_aqkd6_17 ._specialShow_aqkd6_101 ._itemDetail_aqkd6_83 ._text_aqkd6_96{color:#dd5b08;font-size:12rem;line-height:12rem}._numberFont_utmo5_1{font-family:Satoshi}._imgBox_utmo5_4>img{width:100%;display:block}._ellipsis_utmo5_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_utmo5_14::-webkit-scrollbar{display:none}._numWrap_utmo5_17{background:0 0;border-radius:4rem;flex-direction:column;justify-content:space-between;align-items:center;width:63rem;height:100%;display:flex;position:relative}._numWrap_utmo5_17 ._vipLevel_utmo5_28 img{height:66rem}._numWrap_utmo5_17 ._vipNum_utmo5_31{width:51rem;height:14rem;position:absolute;bottom:5.5rem}._numWrap_utmo5_17 ._vipNum_utmo5_31 img{width:100%;height:100%}._numWrap_utmo5_17 ._vipNum_utmo5_31 ._vipText_utmo5_41{text-align:center;justify-content:center;align-items:center;width:100%;height:14rem;font-family:Roboto;font-size:12rem;font-weight:700;line-height:14rem;display:flex;position:absolute;top:0;left:0}._selected_utmo5_56{background:linear-gradient(#591edf,#8e61ff)}._numberFont_j4p8e_1{font-family:Satoshi}._imgBox_j4p8e_4>img{width:100%;display:block}._ellipsis_j4p8e_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_j4p8e_14::-webkit-scrollbar{display:none}._agentWrap_j4p8e_17{background:#24134b;height:100%;overflow:hidden auto}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23{box-sizing:border-box;flex-direction:column;height:100%;padding:10rem 2% 0;display:flex}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._headerTabsWrap_j4p8e_30{color:#a48cb7;box-sizing:border-box;border-radius:10rem;align-items:center;height:42rem;display:flex}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._headerTabsWrap_j4p8e_30 ._tabsItem_j4p8e_38{text-align:center;color:#6d68af;background-color:#281b57;border-radius:5rem;flex:1;justify-content:center;align-items:center;gap:5rem;height:41rem;font-size:14rem;font-weight:400;display:flex;position:relative;transform:scale(.9)}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._headerTabsWrap_j4p8e_30 ._tabsItem_j4p8e_38 img{display:inline-block}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._headerTabsWrap_j4p8e_30 ._tabsItem_j4p8e_38:first-child img{width:26rem;height:18rem}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._headerTabsWrap_j4p8e_30 ._tabsItem_j4p8e_38:last-child img{width:22rem;height:22rem}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._headerTabsWrap_j4p8e_30 ._tabsItem_j4p8e_38._active_j4p8e_66{color:#fff;background-color:#b84dff;font-size:14rem;font-weight:700;position:relative;transform:scale(1)}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._bodyWrap_j4p8e_74{box-sizing:border-box;background:linear-gradient(90deg,#dfdefd,#dfdefd);border-radius:6rem;flex:1;margin-top:14rem;margin-bottom:120rem;padding:12rem 12rem 38rem;overflow-y:auto}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._bodyWrap_j4p8e_74 ._AgentBrokerageWrap_j4p8e_84 ._mb10_j4p8e_84,._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._bodyWrap_j4p8e_74 ._AgentRule_j4p8e_85 ._mb10_j4p8e_84{margin-bottom:10rem}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._rankBodyWrap_j4p8e_88{background:#201640;margin-bottom:80rem;padding:0;overflow-x:hidden}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._agentShareWrap_j4p8e_94{box-sizing:border-box;background-color:#fff;border-top-left-radius:8rem;border-top-right-radius:8rem;justify-content:space-between;width:100%;height:138rem;padding:14rem 12rem;display:flex;position:absolute;bottom:-6rem;left:0;box-shadow:0 3.5rem 6rem #00000040}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._agentShareWrap_j4p8e_94 ._agentShareBtn_j4p8e_110{height:100%;display:flex}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._agentShareWrap_j4p8e_94 ._agentShareBtn_j4p8e_110._agentCopy_j4p8e_114,._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._agentShareWrap_j4p8e_94 ._agentShareBtn_j4p8e_110._agentShare_j4p8e_94{color:#fff;box-sizing:border-box;border-radius:6rem;justify-content:center;align-items:center;height:42rem;padding:10rem 0;font-size:16rem;font-weight:700;display:flex}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._agentShareWrap_j4p8e_94 ._agentShareBtn_j4p8e_110._agentCopy_j4p8e_114 ._iconWrap_j4p8e_127,._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._agentShareWrap_j4p8e_94 ._agentShareBtn_j4p8e_110._agentShare_j4p8e_94 ._iconWrap_j4p8e_127{width:25rem;height:23rem;margin-right:10rem}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._agentShareWrap_j4p8e_94 ._agentShareBtn_j4p8e_110._agentCopy_j4p8e_114 ._iconWrap_j4p8e_127 img,._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._agentShareWrap_j4p8e_94 ._agentShareBtn_j4p8e_110._agentShare_j4p8e_94 ._iconWrap_j4p8e_127 img{width:100%;height:100%;display:inline-block}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._agentShareWrap_j4p8e_94 ._agentShareBtn_j4p8e_110._agentCopy_j4p8e_114{background:linear-gradient(90deg,#7d50f5,#794fe8);width:142rem;margin-right:8rem}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._agentShareWrap_j4p8e_94 ._agentShareBtn_j4p8e_110._agentShare_j4p8e_94{background:linear-gradient(90deg,#ff9f41,#fcac34);flex:1}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._agentShareWrap_j4p8e_94 ._agentShareBtn_j4p8e_110 ._shareBtn_j4p8e_148{justify-content:center;align-items:center;display:flex}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._agentRank_j4p8e_153{z-index:100;position:absolute;bottom:158rem;right:0}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._agentRank_j4p8e_153 ._rankBtn_j4p8e_159{width:53rem;height:55rem}._agentWrap_j4p8e_17 ._agentWrapPadding_j4p8e_23 ._agentRank_j4p8e_153 ._rankBtn_j4p8e_159 img{width:100%;height:100%}._numberFont_lkxbu_1{font-family:Satoshi}._imgBox_lkxbu_4>img{width:100%;display:block}._ellipsis_lkxbu_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_lkxbu_14::-webkit-scrollbar{display:none}._cardWrap_lkxbu_17{box-sizing:border-box;background-color:#f3f1fb;border-radius:6rem;flex-direction:column;justify-content:space-between;padding:10rem 12rem;display:flex}._cardWrap_lkxbu_17 ._cardTitle_lkxbu_26{align-items:center;height:16rem;margin-bottom:10rem;display:flex}._cardWrap_lkxbu_17 ._cardTitle_lkxbu_26 ._cardTitleIcon_lkxbu_32{align-items:center;margin-right:6rem;display:flex}._cardWrap_lkxbu_17 ._cardTitle_lkxbu_26 ._cardTitleIcon_lkxbu_32 img{width:14rem;height:16rem;display:inline-block}._cardWrap_lkxbu_17 ._cardTitle_lkxbu_26 ._cardTitleText_lkxbu_42{color:#815eda;height:14rem;font-size:11rem;font-weight:700}._cardWrap_lkxbu_17 ._cardContent_lkxbu_48{justify-content:space-between;align-items:center;height:42rem;display:flex}._cardWrap_lkxbu_17 ._cardContent_lkxbu_48 ._cardContentMoney_lkxbu_54,._cardWrap_lkxbu_17 ._cardContent_lkxbu_48 ._cardContentExtract_lkxbu_55{box-sizing:border-box;color:#fff;border-radius:6rem;flex:1;justify-content:center;align-items:center;height:28rem;font-size:16rem;font-weight:700;line-height:28rem;display:flex}._cardWrap_lkxbu_17 ._cardContent_lkxbu_48 ._cardContentMoney_lkxbu_54{background-color:#8350ee;margin-right:5rem}._cardWrap_lkxbu_17 ._cardContent_lkxbu_48 ._cardContentExtract_lkxbu_55{background:linear-gradient(#ff9f41,#fcac34);margin-left:5rem;font-size:12rem}._cardWrap_lkxbu_17 ._cardContent_lkxbu_48 ._cardContentTips_lkxbu_77{flex:1}._cardWrap_lkxbu_17 ._cardContent_lkxbu_48 ._cardContentTips_lkxbu_77 ._cardContentTipsTop_lkxbu_80{justify-content:center;align-items:center;height:16rem;display:flex}._cardWrap_lkxbu_17 ._cardContent_lkxbu_48 ._cardContentTips_lkxbu_77 ._cardContentTipsTop_lkxbu_80 ._cardContentTipsIcon_lkxbu_86{justify-content:center;align-items:center;width:16rem;height:16rem;display:flex}._cardWrap_lkxbu_17 ._cardContent_lkxbu_48 ._cardContentTips_lkxbu_77 ._cardContentTipsTop_lkxbu_80 ._cardContentTipsIcon_lkxbu_86 img{width:12rem;height:12rem;display:inline-block}._cardWrap_lkxbu_17 ._cardContent_lkxbu_48 ._cardContentTips_lkxbu_77 ._cardContentTipsTop_lkxbu_80 ._cardContentTipsIcon_lkxbu_86._lockIcon_lkxbu_98 img{width:10rem!important;height:12rem!important}._cardWrap_lkxbu_17 ._cardContent_lkxbu_48 ._cardContentTips_lkxbu_77 ._cardContentTipsTop_lkxbu_80 ._cardContentTipsTopText_lkxbu_102{color:#7731ac;margin:0 5rem;font-size:10rem;font-weight:700}._cardWrap_lkxbu_17 ._cardContent_lkxbu_48 ._cardContentTips_lkxbu_77 ._cardContentTipsBottom_lkxbu_108{color:#7731ac;text-align:center;font-size:14rem;font-weight:700}._cardWrap_lkxbu_17 ._cardBottom_lkxbu_114{color:#fb8c59;justify-content:center;align-items:center;font-size:10rem;display:flex}._cardWrap_lkxbu_17 ._cardBottom_lkxbu_114 ._cardBottomIcon_lkxbu_121{width:14rem;height:14rem;margin-right:5rem}._cardWrap_lkxbu_17 ._cardBottom_lkxbu_114 ._cardBottomIcon_lkxbu_121 img{width:100%;height:100%;display:inline-block}._numberFont_imuxk_1{font-family:Satoshi}._imgBox_imuxk_4>img{width:100%;display:block}._ellipsis_imuxk_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_imuxk_14::-webkit-scrollbar{display:none}._bankWrap_imuxk_17{background:linear-gradient(#1a1233,#190f42);height:100%;overflow:auto}._center_imuxk_22{margin:0 18rem;position:relative}._active_imuxk_26{border:1rem solid #ffc26c}._active_bg_imuxk_29{background-color:#f2eeff}._display_center_imuxk_32{justify-content:center;align-items:center;display:flex}._pageWrap_imuxk_37{box-sizing:border-box;background-color:#191234;flex-direction:column;width:100%;height:100%;padding:0 12rem;display:flex}._pageWrap_imuxk_37 ._header_imuxk_46{justify-content:space-between;align-items:center;height:33rem;margin-bottom:8rem;display:flex}._pageWrap_imuxk_37 ._header_imuxk_46 ._headerTitle_imuxk_53{color:#fff;font-size:16rem;font-weight:700}._pageWrap_imuxk_37 ._header_imuxk_46 ._headerBtn_imuxk_58{justify-content:center;align-items:center;gap:5rem;display:flex}._pageWrap_imuxk_37 ._header_imuxk_46 ._headerBtn_imuxk_58 ._closeIcon_imuxk_64{width:33rem;height:33rem}._pageWrap_imuxk_37 ._header_imuxk_46 ._headerBtn_imuxk_58 ._closeIcon_imuxk_64 img{width:100%;height:100%;display:inline-block}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73{background:linear-gradient(#dfdefd,#dfdefd);border-radius:6rem;flex:1;padding-bottom:80rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._withdrawContent_imuxk_79{box-sizing:border-box;border-radius:6rem;margin:0 11rem;padding:8rem 7rem 24rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._withdrawContent_imuxk_79 ._listWrap_imuxk_85{margin-top:18rem;padding:0!important}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._withdrawBottom_imuxk_89{margin:26rem 10rem 0;font-family:Roboto;font-size:12rem;font-weight:700}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._withdrawBottom_imuxk_89 ._bottomTip_imuxk_95{color:#54379e;text-align:center;width:100%;margin-top:17rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._withdrawBottom_imuxk_89 ._bottomTip_imuxk_95 span{color:#9806fe}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._draggable_imuxk_104{z-index:111;top:0;left:0}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._draggable_imuxk_104 ._bg_imuxk_109{width:70rem;height:70rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._draggable_imuxk_104 ._bg_imuxk_109>img{width:100%;display:block}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._draggable_imuxk_104 ._title_imuxk_117{z-index:10;color:#fff;text-align:center;width:68rem;font-size:9rem;position:absolute;top:53rem;left:50%;transform:translate(-50%)}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._draggable_imuxk_104 ._title_imuxk_117 span{margin-left:2rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._draggable_imuxk_104 ._titleBg_imuxk_131{z-index:9;width:68rem;position:absolute;top:50rem;left:50%;transform:translate(-50%)}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._draggable_imuxk_104 ._titleBg_imuxk_131>img{width:100%;display:block}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._feeWrap_imuxk_143{color:#a48cb7;background:#e2dfebb2;border-radius:12rem;align-items:center;margin:0 18rem 15rem;padding:6rem 20rem;font-size:12rem;display:flex;position:relative}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._feeWrap_imuxk_143>img{width:20rem;margin-right:10rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._feeWrap_imuxk_143 ._amount_imuxk_159{margin-left:auto;font-family:Satoshi;font-size:14rem;font-weight:900}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._banner_imuxk_165{background:linear-gradient(#9e43cf,#e9dff3);border-radius:22rem;width:100%;height:122rem;margin-top:20rem;overflow:hidden}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._banner_imuxk_165>img{width:100%;display:block}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._boxWrap_imuxk_177{background:#fff;border-radius:14rem;margin:0 18rem 5rem;position:relative;box-shadow:0 2rem 6rem #0000000d}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._boxWrap_imuxk_177 ._bottomQuick_imuxk_185{background:#8f4dde1a;border-radius:8rem;align-items:center;margin-top:9rem;padding:8rem;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._boxWrap_imuxk_177 ._bottomQuick_imuxk_185 img{width:18rem;margin-right:6rem;display:block}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._boxWrap_imuxk_177 ._bottomQuick_imuxk_185 ._left_imuxk_198{color:#8f4dde;font-size:11rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._boxWrap_imuxk_177 ._bottomQuick_imuxk_185 ._right_imuxk_202{color:#a48cb7;margin-left:auto;font-size:10rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207{padding:12rem 15rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._total_imuxk_207{color:#41096a;font-size:12rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._top_imuxk_214{align-items:center;margin-bottom:6rem;font-weight:500;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._top_imuxk_214 ._back_imuxk_220{width:24rem;margin-bottom:7rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._top_imuxk_214 ._back_imuxk_220>img{width:100%;display:block}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._top_imuxk_214 ._topLeft_imuxk_228{color:#41096a;font-size:12rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._top_imuxk_214 ._topRight_imuxk_232{color:#b478fb;align-items:center;margin-left:auto;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._top_imuxk_214 ._topRight_imuxk_232 img{width:18rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._top_imuxk_214 ._topRight_imuxk_232 img>img{width:100%;display:block}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._top_imuxk_214 ._topRight_imuxk_232 ._topItem_imuxk_245{align-items:center;margin-left:12rem;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._top_imuxk_214 ._topRight_imuxk_232 ._topItem_imuxk_245 span{margin-left:3rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._bottom_imuxk_95{color:#a48cb7;border-top:1rem solid #a48cb733;align-items:end;padding-top:10rem;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._bottom_imuxk_95 ._sTxt_imuxk_260{font-size:10rem;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._bottom_imuxk_95 ._sTxt_imuxk_260._es_imuxk_264{font-size:9rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._bottom_imuxk_95 ._sTxt_imuxk_260._es_imuxk_264 ._con_imuxk_267{font-size:8rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._bottom_imuxk_95 ._sTxt_imuxk_260 ._popWrap_imuxk_270{white-space:nowrap;color:#ff7a0d;z-index:2;background:#fff;border:1rem solid #ffecdc;border-radius:6rem;padding:2rem 4rem;font-size:12rem;position:absolute;top:-28rem;box-shadow:0 1rem 3rem #0000000d}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._bottom_imuxk_95 ._sTxt_imuxk_260 ._popWrap_imuxk_270:before{content:"";z-index:3;background:#fff;border-bottom:1rem solid #ffecdc;border-right:1rem solid #ffecdc;width:5rem;height:5rem;position:absolute;bottom:-3rem;left:37rem;transform:rotate(45deg)}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._bottom_imuxk_95 ._sTxt_imuxk_260 ._btnWrap_imuxk_296{position:relative}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._bottom_imuxk_95 ._up_imuxk_299{background:#22b955;border-radius:10rem;height:16rem;margin-left:4rem;padding:0 6rem 0 4rem;position:relative}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._bottom_imuxk_95 ._up_imuxk_299 ._bg_imuxk_109{width:100%;height:100%;position:absolute}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._bottom_imuxk_95 ._up_imuxk_299 ._bg_imuxk_109 img{width:100%;height:100%}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._bottom_imuxk_95 ._up_imuxk_299 ._con_imuxk_267{z-index:10;color:#fff;justify-content:center;align-items:center;height:100%;font-size:9rem;line-height:8rem;display:flex;position:relative}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._bottom_imuxk_95 ._up_imuxk_299 ._con_imuxk_267 img{width:8rem;height:9rem;margin-right:2rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._bottom_imuxk_95 ._amount_imuxk_159{color:#8f4dde;font-size:14rem;font-weight:900}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._bottom_imuxk_95 ._left_imuxk_198{color:#a48cb7b3;font-weight:500}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._bottom_imuxk_95 ._left_imuxk_198 span{color:#8525f8b3}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._bottom_imuxk_95 ._btn2_imuxk_344{background:#4195f8}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._totalWrap_imuxk_207 ._amount_imuxk_159{color:#41096a;font-size:20rem;font-weight:900}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._ordersProcessed_imuxk_352{color:#a48cb7b3;background:#f2eeffb3;border:1rem solid #b478fb1a;border-radius:12rem;align-items:center;margin:15rem 18rem;padding:8rem 10rem;font-weight:500;display:flex;position:relative}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._ordersProcessed_imuxk_352 span{margin-left:10rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._warnWrap_imuxk_369{background:#fffbeb;border:1rem solid #fff0b2;border-radius:12rem;align-items:center;margin:18rem 18rem 5rem;padding:8rem;font-weight:500;display:flex;position:relative;box-shadow:0 2rem 6rem #0000000d}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._warnWrap_imuxk_369>._icon_imuxk_383{width:24rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._warnWrap_imuxk_369>._icon_imuxk_383>img{width:100%;display:block}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._warnWrap_imuxk_369 ._txt_imuxk_390{color:#95502999;font-size:12rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._warnWrap_imuxk_369 ._txt_imuxk_390 span{color:#f55454}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._warnWrap_imuxk_369 ._linkTxt_imuxk_397 ._icon_imuxk_383{font-size:12rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._warnWrap_imuxk_369{background:#fef3f3;border:1rem solid #f5545480;border-radius:12rem;align-items:center;margin-top:15rem;padding:8rem;font-weight:500;animation:2s ease-in-out infinite _fadeInOut_imuxk_1;display:flex;position:relative}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._warnWrap_imuxk_369 ._num_imuxk_1{text-align:center;background:#ef4444;border-radius:16rem;width:16rem;height:16rem;font-size:11rem;line-height:15rem;position:absolute;top:-5rem;right:-6rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._warnWrap_imuxk_369>._iconWrap_imuxk_433{width:24rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._warnWrap_imuxk_369>._iconWrap_imuxk_433>img{width:100%;display:block}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._warnWrap_imuxk_369>._iconWrap_imuxk_433 ._icon_imuxk_383{color:#f55454}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._warnWrap_imuxk_369 ._txt_imuxk_390{color:#f55454;font-weight:400}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._warnWrap_imuxk_369 ._linkTxt_imuxk_397{color:#ff7f00;align-items:center;margin-left:auto;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._warnWrap_imuxk_369 ._linkTxt_imuxk_397 span{height:24rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._warnWrap_imuxk_369 ._linkTxt_imuxk_397 ._icon_imuxk_383{color:#b91c1c;font-size:12rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._listWrap_imuxk_85{box-sizing:border-box;z-index:10;color:#54379e;min-height:0;margin-bottom:30rem;font-family:Roboto;font-size:14rem;font-weight:700;position:relative;overflow:hidden}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._listWrap_imuxk_85 ._itemTitle_imuxk_472{color:#815eda;z-index:10;justify-content:flex-start;align-items:center;gap:6rem;margin-bottom:14rem;font-weight:700;display:flex;position:relative}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._listWrap_imuxk_85 ._itemTitle_imuxk_472 ._itemLine_imuxk_483{background-color:#815eda;width:2rem;height:12rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._listWrap_imuxk_85 ._itemTitle_imuxk_472>img{width:30rem;margin-right:12rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._eventWrap_imuxk_492{border-radius:0;min-height:auto}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._eventWrap_imuxk_492 ._eventBody_imuxk_496{gap:10rem;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._eventWrap_imuxk_492 ._eventBody_imuxk_496 ._item_imuxk_472{box-sizing:border-box;color:#54379e;background:linear-gradient(#fcfcff,#d6dffe);border-top:1px solid #fff;border-radius:6rem;align-items:center;width:153rem;height:57rem;font-family:Roboto;font-size:14rem;font-weight:700;display:flex;position:relative}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._eventWrap_imuxk_492 ._eventBody_imuxk_496 ._item_imuxk_472._eventActive_imuxk_515{color:#ca590e;background:linear-gradient(#ffefd2,#ffc578);border-top:1px solid #feffef}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._eventWrap_imuxk_492 ._eventBody_imuxk_496 ._item_imuxk_472._eventActive_imuxk_515>img{width:24rem;position:absolute;top:-1rem;right:-1rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._eventWrap_imuxk_492 ._eventBody_imuxk_496 ._item_imuxk_472 span{word-wrap:break-word;z-index:1;width:48rem;margin-left:80rem;line-height:14rem;position:relative}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._eventWrap_imuxk_492 ._eventBody_imuxk_496 ._item_imuxk_472 ._icon_imuxk_383{z-index:0;height:113rem;position:absolute;bottom:-20rem;left:-15rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._eventWrap_imuxk_492 ._eventBody_imuxk_496 ._item_imuxk_472 ._icon_imuxk_383 img{height:113rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._eventWrap_imuxk_492 ._eventBody_imuxk_496 ._item_imuxk_472 ._tag_imuxk_544{width:68rem;position:absolute;top:-6rem;left:-2rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._eventWrap_imuxk_492 ._eventBody_imuxk_496 ._item_imuxk_472 ._tag_imuxk_544 ._bg_imuxk_109{width:100%}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._eventWrap_imuxk_492 ._eventBody_imuxk_496 ._item_imuxk_472 ._tag_imuxk_544 ._bg_imuxk_109>img{width:100%;display:block}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._eventWrap_imuxk_492 ._eventBody_imuxk_496 ._item_imuxk_472 ._tag_imuxk_544 ._title_imuxk_117{color:#fff;text-align:center;width:69rem;font-size:8rem;position:absolute;top:2px;left:0}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._accountWrap_imuxk_566 ._accountBg_imuxk_566{justify-content:center;align-items:center;display:flex;position:relative}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._accountWrap_imuxk_566 ._accountBg_imuxk_566 img{width:100%}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._accountWrap_imuxk_566 ._accountBg_imuxk_566 ._accountInfo_imuxk_575{text-align:center;flex-direction:column;width:calc(100% - 11rem);height:calc(100% - 11rem);font-family:Roboto;font-weight:700;display:flex;position:absolute;top:11rem;left:11rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._accountWrap_imuxk_566 ._accountBg_imuxk_566 ._accountInfo_imuxk_575 ._bankName_imuxk_587{justify-content:flex-start;align-items:center;gap:5rem;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._accountWrap_imuxk_566 ._accountBg_imuxk_566 ._accountInfo_imuxk_575 ._bankName_imuxk_587 img{width:23rem;height:23rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._accountWrap_imuxk_566 ._accountBg_imuxk_566 ._accountInfo_imuxk_575 ._bankId_imuxk_597{text-align:left;font-size:20rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._accountWrap_imuxk_566 ._accountBg_imuxk_566 ._accountInfo_imuxk_575 ._changeBank_imuxk_601{justify-content:flex-end;align-items:center;gap:3rem;font-size:10rem;text-decoration:underline;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._accountWrap_imuxk_566 ._accountBg_imuxk_566 ._accountInfo_imuxk_575 ._changeBank_imuxk_601 img{width:7rem;height:8rem;margin-right:15rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._unAccountWrap_imuxk_614{text-align:center;font-family:Roboto;font-size:12rem;font-weight:700}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._unAccountWrap_imuxk_614 ._accountBg_imuxk_566{justify-content:center;align-items:center;display:flex;position:relative}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._unAccountWrap_imuxk_614 ._accountBg_imuxk_566 img{border-top-left-radius:6rem;border-top-right-radius:6rem;width:100%;display:inline-block}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._unAccountWrap_imuxk_614 ._noneCenter_imuxk_632{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._unAccountWrap_imuxk_614 ._noneCenter_imuxk_632 ._noneCircle_imuxk_642{background-color:#9d7ef5;border-radius:48rem;justify-content:center;align-items:center;gap:7rem;width:48rem;height:48rem;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._unAccountWrap_imuxk_614 ._noneCenter_imuxk_632 ._noneCircle_imuxk_642 img{width:23rem;height:25rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._unAccountWrap_imuxk_614 ._noneCenter_imuxk_632 ._placeholder_imuxk_656{color:#7469e2;margin-top:5rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._canWithdraw_imuxk_660{color:#54379e;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:5rem;margin-top:19rem;font-family:Roboto;font-size:15rem;font-weight:700;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._canWithdraw_imuxk_660 ._canNum_imuxk_673{color:#fc901b;font-size:36rem;line-height:36rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._options_imuxk_678 ._body_imuxk_678{grid-template-columns:repeat(3,1fr);gap:10rem 8rem;display:grid}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._options_imuxk_678 ._body_imuxk_678 ._listItem_imuxk_686{color:#583ca0;background-color:#fff;border:1rem solid #d9c9f0;border-radius:6rem;justify-content:center;align-items:center;gap:2rem;height:42rem;display:flex;position:relative}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._options_imuxk_678 ._body_imuxk_678 ._listItem_imuxk_686>img{width:24rem;height:24rem;position:absolute;top:0;right:0}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._options_imuxk_678 ._body_imuxk_678 ._listItem_imuxk_686 ._itemGold_imuxk_705{justify-content:center;align-items:center;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._options_imuxk_678 ._body_imuxk_678 ._listItem_imuxk_686 ._itemGold_imuxk_705 img{width:19rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._options_imuxk_678 ._body_imuxk_678 ._listItem_imuxk_686 ._symbol_imuxk_713{color:#ff7f00;text-align:center;background:#ffdf9c;border-radius:16rem;width:16rem;height:16rem;font-size:12rem;font-weight:700;line-height:16rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._options_imuxk_678 ._body_imuxk_678 ._listItem_imuxk_686 ._gold_imuxk_724{text-align:center;font-size:14rem;font-weight:900}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._options_imuxk_678 ._body_imuxk_678 ._listItem_imuxk_686 ._first_imuxk_729{color:#fff;background:#33a96b;border-radius:12rem 0;height:14rem;padding:0 9rem;font-size:10rem;font-weight:700;line-height:14rem;position:absolute;top:.1rem;left:.1rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._options_imuxk_678 ._body_imuxk_678 ._listItem_imuxk_686 ._giftIcon_imuxk_742{width:32rem;position:absolute;top:-4rem;left:-2rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._options_imuxk_678 ._body_imuxk_678 ._listItem_imuxk_686 ._giftIcon_imuxk_742>img{width:100%;display:block}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._options_imuxk_678 ._body_imuxk_678 ._listItem_imuxk_686 ._gift_imuxk_742{color:#f97316;font-size:10rem;font-weight:400}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._options_imuxk_678 ._body_imuxk_678 ._listItem_imuxk_686._active_imuxk_26{color:#ca590e;background:linear-gradient(#fff1dd,#fdd58c);border:1rem solid #f1915d}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._options_imuxk_678 ._body_imuxk_678 ._listItem_imuxk_686 ._only_imuxk_763{width:46rem;height:15rem;position:absolute;top:-2rem;left:0}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._options_imuxk_678 ._body_imuxk_678 ._listItem_imuxk_686 ._only_imuxk_763 img{width:100%;height:100%}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._options_imuxk_678 ._body_imuxk_678 ._listItem_imuxk_686 ._only_imuxk_763 ._onlyText_imuxk_774{color:#fff;width:100%;height:100%;font-size:7rem;font-weight:400;line-height:18rem;position:absolute;top:-2rem;left:4rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._exp_imuxk_785{border-bottom:1rem dashed #acacac;margin-bottom:16rem;padding-bottom:8rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._exp_imuxk_785 ._expBg_imuxk_790{position:relative}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._exp_imuxk_785 ._expBg_imuxk_790 img{width:100%}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._exp_imuxk_785 ._expContent_imuxk_796{justify-content:space-between;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._exp_imuxk_785 ._expContent_imuxk_796 ._expLeft_imuxk_806{text-align:center;color:#54379e;justify-content:center;align-items:center;gap:12rem;margin-left:16rem;font-family:Roboto;font-size:12rem;font-weight:700;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._exp_imuxk_785 ._expContent_imuxk_796 ._expLeft_imuxk_806 img{width:21rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._exp_imuxk_785 ._expContent_imuxk_796 ._expRight_imuxk_821{margin-right:13rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._exp_imuxk_785 ._expContent_imuxk_796 ._expRight_imuxk_821 img{width:18rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._channel_imuxk_827{height:43rem;min-height:43rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._channel_imuxk_827 ._channelBox_imuxk_831{background-color:#fcfcff;border-radius:6rem;justify-content:space-between;align-items:center;height:100%;padding:0 10rem 0 15rem;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._channel_imuxk_827 ._channelBox_imuxk_831 ._channelLeft_imuxk_840{justify-content:center;align-items:center;gap:6rem;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._channel_imuxk_827 ._channelBox_imuxk_831 ._channelLeft_imuxk_840 img{width:20rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._channel_imuxk_827 ._channelBox_imuxk_831 ._channelRight_imuxk_849{justify-content:center;align-items:center;gap:4rem;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._channel_imuxk_827 ._channelBox_imuxk_831 ._channelRight_imuxk_849 img{width:24rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858{margin-top:-8rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._bottomLine_imuxk_861{border:2px dashed #b9b7db;margin-bottom:11rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._btn_imuxk_296{color:#fff;text-align:center;background:linear-gradient(#7d50f5,#794fe8);border-radius:6rem;width:100%;margin-top:20rem;padding:11rem 0;font-family:Roboto;font-size:16rem;font-weight:700}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877{color:#6850ab;background-color:#fff;border-radius:6rem;align-items:center;padding:13rem 0 10rem 11rem;font-size:16rem;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._depositText_imuxk_886{flex-direction:column;justify-content:center;align-items:flex-start;gap:5rem;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._depositText_imuxk_886 ._totalText_imuxk_893{justify-content:flex-start;align-items:center;gap:5rem;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._depositText_imuxk_886 ._moneyDiv_imuxk_899{justify-content:center;align-items:center;gap:5rem;font-size:20rem;line-height:20rem;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._depositText_imuxk_886 ._moneyDiv_imuxk_899 ._radio_imuxk_907{background:#8f6df0;border-radius:23rem;justify-content:center;align-items:center;width:23rem;height:23rem;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._depositText_imuxk_886 ._moneyDiv_imuxk_899 ._radio_imuxk_907 img{width:12rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._depositText_imuxk_886 ._moneyDiv_imuxk_899 img{width:23rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._depositText_imuxk_886 ._pay_imuxk_922{font-size:20rem;line-height:20rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877._contentWrap_imuxk_926{margin:12rem 15rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._bottom_symbol_imuxk_929{font-size:22rem;line-height:22rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._topTxt_imuxk_933{align-items:baseline;font-weight:500;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._topTxt_imuxk_933 ._symbol_imuxk_713{color:#ff7f00;margin-left:4rem;font-weight:900}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._topTxt_imuxk_933 ._time_imuxk_943{color:#a48cb7;margin-left:5rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._withdrawalBottomTxt_imuxk_947{line-height:12rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._bottomTxt_imuxk_950{color:#a48cb7;align-items:center;font-weight:400;display:flex}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._bottomTxt_imuxk_950 ._giftIconDeposit_imuxk_956{width:15rem;height:15rem;margin-right:4rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._bottomTxt_imuxk_950 ._giftIconDeposit_imuxk_956>img{width:100%;height:100%;margin-top:-2rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._bottomTxt_imuxk_950>img{width:42rem;margin-right:2rem;display:block}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._bottomTxt_imuxk_950 span{color:#6e3efe;margin-left:2rem;font-weight:700}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._bottomTxt_imuxk_950 ._extra_imuxk_976{margin-left:6rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._bottomTxt_imuxk_950 ._extra_imuxk_976 span{color:#6e3efe}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._bottomTxt_imuxk_950 ._fee_imuxk_143{color:#a48cb7;font-size:11rem;font-weight:700}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._content_imuxk_877 ._bottomTxt_imuxk_950 ._fee_imuxk_143 span{color:#6e3efe}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._time_imuxk_943{color:#955029;text-align:center;background-color:#ffead4;width:100%;height:20rem;font-size:11rem;line-height:20rem}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._time_imuxk_943 span{margin-left:5rem;margin-right:5rem;font-family:Satoshi;font-weight:900}._pageWrap_imuxk_37 ._withdrawAgentModal_imuxk_73 ._bottomWrap_imuxk_858 ._time_imuxk_943 ._tip_imuxk_1005{color:#41096a;margin-left:8rem;font-weight:600}._contDetail_imuxk_1010{z-index:10;flex-direction:column;align-items:end;font-size:12rem;display:flex;position:absolute;top:50rem;right:20rem}._contDetail_imuxk_1010 ._text_imuxk_1020{margin-bottom:14rem}._contDetail_imuxk_1010 ._text_imuxk_1020 span{color:#ffc60b}._contDetail_imuxk_1010 ._checkBtn_imuxk_1026{box-sizing:border-box;background:linear-gradient(10deg,#ec048c,#fd2d3a 60%);border-radius:8rem;align-items:center;height:25rem;padding:0 12rem 1rem;display:flex}._contDetail_imuxk_1010 ._checkBtn_imuxk_1026 ._arr_imuxk_1035>img{width:12rem;height:12rem;margin-top:6rem}._body_imuxk_678{z-index:10;position:relative}._bankInfo_imuxk_1044{box-sizing:border-box;background:linear-gradient(#f1f1ff,#fff);border-radius:6rem;margin-bottom:10rem;padding:6rem 6rem 20rem;position:relative}._bankInfo_imuxk_1044 ._bg_imuxk_109{width:100%;position:absolute;top:0;left:0}._bankInfo_imuxk_1044 ._bg_imuxk_109>img{width:100%}._bankInfo_imuxk_1044 ._itemTitle_imuxk_472{color:#41096a;z-index:10;height:34rem;margin-bottom:2rem;font-size:16rem;font-weight:500;line-height:36rem;display:flex;position:relative}._bankInfo_imuxk_1044 ._itemTitle_imuxk_472>img{width:30rem;margin-right:12rem}._bankInfo_imuxk_1044 ._listWrap_imuxk_85{min-height:50rem;margin:0!important;padding:0!important}._btn_imuxk_296{color:#fff;text-align:center;background:linear-gradient(#7d50f5,#794fe8);border-radius:6rem;width:100%;margin-left:auto;padding:11rem 0;font-family:Roboto;font-size:16rem;font-weight:700}@keyframes _fadeInOut_imuxk_1{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}._margin_bottom_imuxk_1104{justify-content:space-between;align-items:center;margin-bottom:8rem;display:flex}._margin_bottom_imuxk_1104 ._more_imuxk_1110{color:#a48cb7;align-items:center;font-size:12rem;display:flex}._margin_bottom_imuxk_1104 ._more_imuxk_1110 img{width:18rem;margin-right:5rem;display:block}._loadingWrap_imuxk_1121{background:#fff;border-radius:5rem;justify-content:center;align-items:center;margin:0 18rem 30rem;display:flex}._numberFont_1e0f4_1{font-family:Satoshi}._imgBox_1e0f4_4>img{width:100%;display:block}._ellipsis_1e0f4_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1e0f4_14::-webkit-scrollbar{display:none}._cardWrap_1e0f4_17{box-sizing:border-box;background-color:#f3f1fb;border-radius:6rem;flex-direction:column;justify-content:space-between;padding:10rem 12rem;display:flex;position:relative}._cardWrap_1e0f4_17 ._cardTitle_1e0f4_27{align-items:center;height:16rem;margin-bottom:10rem;display:flex}._cardWrap_1e0f4_17 ._cardTitle_1e0f4_27 ._cardTitleIcon_1e0f4_33{align-items:center;margin-right:6rem;display:flex}._cardWrap_1e0f4_17 ._cardTitle_1e0f4_27 ._cardTitleIcon_1e0f4_33 img{width:14rem;height:16rem;display:inline-block}._cardWrap_1e0f4_17 ._cardTitle_1e0f4_27 ._cardTitleText_1e0f4_43{color:#815eda;height:14rem;font-size:11rem;font-weight:700}._cardWrap_1e0f4_17 ._cardContent_1e0f4_49{justify-content:space-between;width:100%;height:100%;display:flex}._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._leftWrap_1e0f4_55,._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._rightWrap_1e0f4_56{flex:1;height:92rem;position:relative;overflow:hidden}._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._leftWrap_1e0f4_55 ._wrapBg_1e0f4_62,._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._rightWrap_1e0f4_56 ._wrapBg_1e0f4_62{width:100%;height:100%;position:absolute}._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._leftWrap_1e0f4_55 ._wrapBg_1e0f4_62 img,._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._rightWrap_1e0f4_56 ._wrapBg_1e0f4_62 img{width:100%;height:100%;display:inline-block}._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._leftWrap_1e0f4_55 ._wrapContent_1e0f4_74,._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._rightWrap_1e0f4_56 ._wrapContent_1e0f4_74{z-index:10;color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;font-weight:700;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._leftWrap_1e0f4_55 ._wrapContent_1e0f4_74 ._wrapContentTop_1e0f4_90,._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._rightWrap_1e0f4_56 ._wrapContent_1e0f4_74 ._wrapContentTop_1e0f4_90{font-size:18rem}._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._leftWrap_1e0f4_55 ._wrapContent_1e0f4_74 ._wrapContentBottom_1e0f4_94,._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._rightWrap_1e0f4_56 ._wrapContent_1e0f4_74 ._wrapContentBottom_1e0f4_94{color:#edcdff;text-align:center;font-size:12rem}._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._leftWrap_1e0f4_55 ._rightBadge_1e0f4_100,._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._rightWrap_1e0f4_56 ._rightBadge_1e0f4_100{z-index:10;color:#fff;box-sizing:border-box;background-color:#f0664f;justify-content:center;align-items:center;width:70rem;height:24rem;padding-top:6rem;font-size:8rem;display:flex;position:absolute;top:-2rem;right:-25rem;transform:rotate(45deg)}._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._leftWrap_1e0f4_55 ._rightBadge_1e0f4_100 ._rightBadgeIcon_1e0f4_118,._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._rightWrap_1e0f4_56 ._rightBadge_1e0f4_100 ._rightBadgeIcon_1e0f4_118{width:10.4rem;height:10.4rem;margin-right:1rem}._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._leftWrap_1e0f4_55 ._rightBadge_1e0f4_100 ._rightBadgeIcon_1e0f4_118 img,._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._rightWrap_1e0f4_56 ._rightBadge_1e0f4_100 ._rightBadgeIcon_1e0f4_118 img{width:10.4rem;height:10.4rem;display:block}._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._leftWrap_1e0f4_55{margin-right:8rem}._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._leftWrap_1e0f4_55 ._wrapContent_1e0f4_74{right:15%}._cardWrap_1e0f4_17 ._cardContent_1e0f4_49 ._rightWrap_1e0f4_56 ._wrapContent_1e0f4_74{right:12%}._cardWrap_1e0f4_17 ._cardBottom_1e0f4_139{color:#815eda;align-items:center;margin-top:8rem;font-size:8.6rem;display:flex}._cardWrap_1e0f4_17 ._cardSurplus_1e0f4_146{position:absolute;top:0;right:0}._cardWrap_1e0f4_17 ._cardSurplus_1e0f4_146 ._surplusBg_1e0f4_151{justify-content:center;align-items:center;width:104rem;display:flex}._cardWrap_1e0f4_17 ._cardSurplus_1e0f4_146 ._surplusBg_1e0f4_151 img{width:100%}._cardWrap_1e0f4_17 ._cardSurplus_1e0f4_146 ._surplusTime_1e0f4_160{justify-content:center;align-items:center;gap:5rem;display:flex;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}._cardWrap_1e0f4_17 ._cardSurplus_1e0f4_146 ._surplusTime_1e0f4_160 ._timeIcon_1e0f4_170{justify-content:center;align-items:center;width:14rem;display:flex}._cardWrap_1e0f4_17 ._cardSurplus_1e0f4_146 ._surplusTime_1e0f4_160 ._timeIcon_1e0f4_170 img{width:100%}._cardWrap_1e0f4_17 ._cardSurplus_1e0f4_146 ._surplusTime_1e0f4_160 ._timeText_1e0f4_179{font-size:14rem;font-weight:700;line-height:14rem}._numberFont_1ypo2_1{font-family:Satoshi}._imgBox_1ypo2_4>img{width:100%;display:block}._ellipsis_1ypo2_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1ypo2_14::-webkit-scrollbar{display:none}._cardWrap_1ypo2_17{box-sizing:border-box;background-color:#f3f1fb;border-radius:6rem;flex-direction:column;justify-content:space-between;padding:10rem 12rem;display:flex}._cardWrap_1ypo2_17:first-child{border-bottom-right-radius:0;border-bottom-left-radius:0;padding-bottom:0}._cardWrap_1ypo2_17:last-child{border-radius:0;padding-top:0}._cardWrap_1ypo2_17:last-child ._cardTitle_1ypo2_35 ._cardTitleIcon_1ypo2_35 img{width:14rem;height:14rem}._cardWrap_1ypo2_17 ._cardTitle_1ypo2_35{align-items:center;height:16rem;margin-bottom:10rem;display:flex}._cardWrap_1ypo2_17 ._cardTitle_1ypo2_35 ._cardTitleIcon_1ypo2_35{align-items:center;margin-right:6rem;display:flex}._cardWrap_1ypo2_17 ._cardTitle_1ypo2_35 ._cardTitleIcon_1ypo2_35 img{width:16rem;height:12rem;display:inline-block}._cardWrap_1ypo2_17 ._cardTitle_1ypo2_35 ._cardTitleText_1ypo2_55{color:#815eda;height:14rem;font-size:11rem;font-weight:700}._cardWrap_1ypo2_17 ._section_1ypo2_61{margin-bottom:10rem}._cardWrap_1ypo2_17 ._section_1ypo2_61:last-child{margin-bottom:0}._cardWrap_1ypo2_17 ._section_1ypo2_61._indirectInvites_1ypo2_67 ._cardContent_1ypo2_67 ._leftWrap_1ypo2_67 ._wrapContent_1ypo2_67,._cardWrap_1ypo2_17 ._section_1ypo2_61._indirectInvites_1ypo2_67 ._cardContent_1ypo2_67 ._rightWrap_1ypo2_68 ._wrapContent_1ypo2_67{color:#98652f}._cardWrap_1ypo2_17 ._subTitle_1ypo2_71{color:#815eda;margin-bottom:5rem;font-size:10rem;font-weight:700}._cardWrap_1ypo2_17 ._subTitle_1ypo2_71 span{color:#fd8e1e;font-size:10rem;font-weight:700}._cardWrap_1ypo2_17 ._cardContent_1ypo2_67{justify-content:space-between;display:flex}._cardWrap_1ypo2_17 ._cardContent_1ypo2_67._inviteSuccessCard_1ypo2_86 ._leftWrap_1ypo2_67 ._wrapContent_1ypo2_67,._cardWrap_1ypo2_17 ._cardContent_1ypo2_67._inviteSuccessCard_1ypo2_86 ._rightWrap_1ypo2_68 ._wrapContent_1ypo2_67{color:#3d70f6}._cardWrap_1ypo2_17 ._cardContent_1ypo2_67 ._leftWrap_1ypo2_67,._cardWrap_1ypo2_17 ._cardContent_1ypo2_67 ._rightWrap_1ypo2_68{flex:1;height:50rem;position:relative}._cardWrap_1ypo2_17 ._cardContent_1ypo2_67 ._leftWrap_1ypo2_67 ._wrapBg_1ypo2_96,._cardWrap_1ypo2_17 ._cardContent_1ypo2_67 ._rightWrap_1ypo2_68 ._wrapBg_1ypo2_96{width:100%;height:100%;position:absolute}._cardWrap_1ypo2_17 ._cardContent_1ypo2_67 ._leftWrap_1ypo2_67 ._wrapBg_1ypo2_96 img,._cardWrap_1ypo2_17 ._cardContent_1ypo2_67 ._rightWrap_1ypo2_68 ._wrapBg_1ypo2_96 img{width:100%;height:100%;display:inline-block}._cardWrap_1ypo2_17 ._cardContent_1ypo2_67 ._leftWrap_1ypo2_67 ._wrapContent_1ypo2_67,._cardWrap_1ypo2_17 ._cardContent_1ypo2_67 ._rightWrap_1ypo2_68 ._wrapContent_1ypo2_67{z-index:10;color:#316f7e;flex-direction:column;justify-content:center;align-items:center;width:100%;font-weight:700;display:flex;position:absolute;top:50%;left:62%;transform:translate(-50%,-50%)}._cardWrap_1ypo2_17 ._cardContent_1ypo2_67 ._leftWrap_1ypo2_67 ._wrapContent_1ypo2_67 ._wrapContentTop_1ypo2_123,._cardWrap_1ypo2_17 ._cardContent_1ypo2_67 ._rightWrap_1ypo2_68 ._wrapContent_1ypo2_67 ._wrapContentTop_1ypo2_123{font-size:10rem}._cardWrap_1ypo2_17 ._cardContent_1ypo2_67 ._leftWrap_1ypo2_67 ._wrapContent_1ypo2_67 ._wrapContentBottom_1ypo2_127,._cardWrap_1ypo2_17 ._cardContent_1ypo2_67 ._rightWrap_1ypo2_68 ._wrapContent_1ypo2_67 ._wrapContentBottom_1ypo2_127{font-size:20rem}._cardWrap_1ypo2_17 ._cardContent_1ypo2_67 ._leftWrap_1ypo2_67{margin-right:18rem}._cardWrap_1ypo2_17 ._cardBottom_1ypo2_134{color:#815eda;align-items:center;margin-top:8rem;font-size:8.6rem;display:flex}._cardWrap_1ypo2_17 ._dashedLine_1ypo2_141{align-items:center;width:100%;height:2rem;margin:8rem 0;display:flex}._cardWrap_1ypo2_17 ._dashedLine_1ypo2_141 img{width:100%;height:100%;display:inline-block}._numberFont_1pzak_1{font-family:Satoshi}._imgBox_1pzak_4>img{width:100%;display:block}._ellipsis_1pzak_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1pzak_14::-webkit-scrollbar{display:none}._cardWrap_1pzak_17{box-sizing:border-box;background-color:#f3f1fb;border-radius:6rem;flex-direction:column;justify-content:space-between;padding:10rem 12rem;display:flex}._cardWrap_1pzak_17 ._cardTitle_1pzak_26{align-items:center;height:16rem;margin-bottom:10rem;display:flex}._cardWrap_1pzak_17 ._cardTitle_1pzak_26 ._cardTitleIcon_1pzak_32{align-items:center;margin-right:6rem;display:flex}._cardWrap_1pzak_17 ._cardTitle_1pzak_26 ._cardTitleIcon_1pzak_32 img{width:12rem;height:12rem;display:inline-block}._cardWrap_1pzak_17 ._cardTitle_1pzak_26 ._cardTitleText_1pzak_42{color:#815eda;height:14rem;font-size:11rem;font-weight:700}._cardWrap_1pzak_17 ._cardContent_1pzak_48{box-sizing:border-box;background-color:#fff;border:.5rem dashed #815eda;border-radius:6rem;justify-content:space-between;align-items:center;width:100%;padding:8rem 6rem 6rem 10rem;display:flex}._cardWrap_1pzak_17 ._cardContent_1pzak_48 ._linkConent_1pzak_59{color:#815eda;word-wrap:break-word;width:88%;font-size:12rem;font-weight:700}._cardWrap_1pzak_17 ._cardContent_1pzak_48 ._copyBtn_1pzak_66{box-sizing:border-box;background-color:#f5f5ff;border-radius:4rem;justify-content:center;align-items:center;width:22rem;height:22rem;margin-right:6rem;padding:4rem;display:flex}._cardWrap_1pzak_17 ._cardContent_1pzak_48 ._copyBtn_1pzak_66 ._copyBtnIcon_1pzak_78{justify-content:center;align-items:center;width:12rem;height:12rem;display:flex}._cardWrap_1pzak_17 ._cardContent_1pzak_48 ._copyBtn_1pzak_66 ._copyBtnIcon_1pzak_78 img{width:10rem;height:10rem;display:inline-block}._numberFont_22rvu_1{font-family:Satoshi}._imgBox_22rvu_4>img{width:100%;display:block}._ellipsis_22rvu_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_22rvu_14::-webkit-scrollbar{display:none}._cardWrap_22rvu_17{box-sizing:border-box;background-color:#f3f1fb;border-radius:6rem;flex-direction:column;justify-content:space-between;padding:10rem 12rem;display:flex}._cardWrap_22rvu_17 ._cardTitle_22rvu_26{align-items:center;height:17rem;margin-bottom:10rem;display:flex}._cardWrap_22rvu_17 ._cardTitle_22rvu_26 ._cardTitleIcon_22rvu_32{align-items:center;margin-right:6rem;display:flex}._cardWrap_22rvu_17 ._cardTitle_22rvu_26 ._cardTitleIcon_22rvu_32 img{width:16rem;height:12rem;display:inline-block}._cardWrap_22rvu_17 ._cardTitle_22rvu_26 ._cardTitleText_22rvu_42{color:#815eda;font-size:11rem;font-weight:700}._cardWrap_22rvu_17 ._cardContent_22rvu_47{justify-content:space-between;display:flex}._cardWrap_22rvu_17 ._cardContent_22rvu_47 ._leftWrap_22rvu_51,._cardWrap_22rvu_17 ._cardContent_22rvu_47 ._rightWrap_22rvu_52{flex:1}._cardWrap_22rvu_17 ._cardContent_22rvu_47 ._leftWrap_22rvu_51 ._wrapTitle_22rvu_55,._cardWrap_22rvu_17 ._cardContent_22rvu_47 ._rightWrap_22rvu_52 ._wrapTitle_22rvu_55{color:#a482ff;margin-bottom:5rem;font-size:10rem}._cardWrap_22rvu_17 ._cardContent_22rvu_47 ._leftWrap_22rvu_51 ._wrapContent_22rvu_61,._cardWrap_22rvu_17 ._cardContent_22rvu_47 ._rightWrap_22rvu_52 ._wrapContent_22rvu_61{color:#815eda;box-sizing:border-box;background-color:#fff;border-radius:6rem;align-items:center;height:34rem;padding-left:8rem;font-weight:700;display:flex}._cardWrap_22rvu_17 ._cardContent_22rvu_47 ._leftWrap_22rvu_51 ._wrapContent_22rvu_61 ._wrapIcon_22rvu_73,._cardWrap_22rvu_17 ._cardContent_22rvu_47 ._rightWrap_22rvu_52 ._wrapContent_22rvu_61 ._wrapIcon_22rvu_73{width:20rem;height:20rem;margin-right:5rem}._cardWrap_22rvu_17 ._cardContent_22rvu_47 ._leftWrap_22rvu_51 ._wrapContent_22rvu_61 ._wrapIcon_22rvu_73 img,._cardWrap_22rvu_17 ._cardContent_22rvu_47 ._rightWrap_22rvu_52 ._wrapContent_22rvu_61 ._wrapIcon_22rvu_73 img{width:100%;height:100%;display:inline-block}._cardWrap_22rvu_17 ._cardContent_22rvu_47 ._leftWrap_22rvu_51 ._wrapContent_22rvu_61 ._warpTotal_22rvu_85,._cardWrap_22rvu_17 ._cardContent_22rvu_47 ._rightWrap_22rvu_52 ._wrapContent_22rvu_61 ._warpTotal_22rvu_85{font-size:16rem;font-weight:700}._cardWrap_22rvu_17 ._cardContent_22rvu_47 ._leftWrap_22rvu_51{margin-right:18rem}._cardWrap_22rvu_17 ._cardContent_22rvu_47 ._rightWrap_22rvu_52 ._wrapContent_22rvu_61 ._wrapIcon_22rvu_73{height:16rem}._cardWrap_22rvu_17 ._cardBottom_22rvu_96{flex-direction:column;margin-top:8rem;font-size:8.6rem;display:flex}._cardWrap_22rvu_17 ._cardBottom_22rvu_96 ._cardDetail_22rvu_102{color:#815eda;align-items:center;height:10rem;margin-bottom:5rem;display:flex}._cardWrap_22rvu_17 ._cardBottom_22rvu_96 ._cardDetail_22rvu_102:last-child{margin-bottom:0}._cardWrap_22rvu_17 ._cardBottom_22rvu_96 ._cardDetail_22rvu_102 ._cardBottomIcon_22rvu_112{background-color:#815eda;border-radius:50%;width:6rem;height:6rem;margin-bottom:2rem;margin-right:6rem}._cardWrap_22rvu_17 ._cardBottom_22rvu_96 ._cardDetail_22rvu_102._emphasis_22rvu_120{color:#fd8e1e}._cardWrap_22rvu_17 ._cardBottom_22rvu_96 ._cardDetail_22rvu_102._emphasis_22rvu_120 ._cardBottomIcon_22rvu_112{background-color:#fd8e1e}._cardWrap_22rvu_17 ._dashedLine_22rvu_126{align-items:center;width:100%;height:2rem;margin:8rem 0;display:flex}._cardWrap_22rvu_17 ._dashedLine_22rvu_126 img{width:100%;height:100%;display:inline-block}._cardWrap_22rvu_17:first-child{border-bottom-right-radius:0;border-bottom-left-radius:0;padding-bottom:0}._cardWrap_22rvu_17:last-child{border-top-left-radius:0;border-top-right-radius:0;padding-top:0}._cardWrap_22rvu_17:last-child ._cardTitle_22rvu_26 ._cardTitleIcon_22rvu_32{align-items:center;width:14rem;height:14rem;margin-right:6rem;display:flex}._cardWrap_22rvu_17:last-child ._cardTitle_22rvu_26 ._cardTitleIcon_22rvu_32 img{width:100%;height:100%;display:inline-block}._cardWrap_22rvu_17:last-child ._cardTitle_22rvu_26 ._cardTitleText_22rvu_42{color:#815eda;font-size:12rem;font-weight:700}._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47{width:100%}._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168{background-color:#fff;border:.5rem solid #cdbefb;border-radius:6rem;width:100%}._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168 ._tableHeader_22rvu_174,._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168 ._tableRow_22rvu_175{color:#815eda;box-sizing:border-box;border-bottom:.5rem solid #cdbefb;justify-content:center;align-items:center;font-size:10rem;display:flex}._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168 ._tableHeader_22rvu_174:last-child,._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168 ._tableRow_22rvu_175:last-child{border-bottom:none}._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168 ._tableHeader_22rvu_174 ._tableCell_22rvu_188,._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168 ._tableRow_22rvu_175 ._tableCell_22rvu_188{color:#744cda;text-align:center;box-sizing:border-box;flex:1;justify-content:center;align-items:center;padding:4rem 0;font-size:14rem;display:flex}._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168 ._tableHeader_22rvu_174 ._tableCell_22rvu_188:first-child,._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168 ._tableRow_22rvu_175 ._tableCell_22rvu_188:first-child{color:#ff560e}._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168 ._tableHeader_22rvu_174 ._tableCell_22rvu_188:last-child,._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168 ._tableRow_22rvu_175 ._tableCell_22rvu_188:last-child{border-right:none}._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168 ._tableHeader_22rvu_174 ._tableCell_22rvu_188{color:#744cda;text-align:center;box-sizing:border-box;padding:8rem 0;font-size:10rem;font-weight:600}._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168 ._tableHeader_22rvu_174 ._tableCell_22rvu_188:nth-of-type(2){border-left:.5rem solid #cdbefb;border-right:.5rem solid #cdbefb}._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168 ._tableHeader_22rvu_174 ._tableCell_22rvu_188:first-child{color:#744cda}._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168 ._tableHeader_22rvu_174 ._tableCell_22rvu_188:last-child{border-right:none}._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168 ._tableRow_22rvu_175 ._tableCell_22rvu_188{border-right:.5rem solid #cdbefb;font-weight:700}._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168 ._tableRow_22rvu_175._active_22rvu_230 ._tableCell_22rvu_188{color:#744cda;background-color:#cdbefb80;position:relative}._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168 ._tableRow_22rvu_175._active_22rvu_230 ._tableCell_22rvu_188:first-child{color:#b20bf8}._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168 ._tableRow_22rvu_175._active_22rvu_230 ._tableCell_22rvu_188 ._activeLeftBadge_22rvu_238{z-index:10;width:32rem;height:26rem;position:absolute;top:-2rem;left:0}._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168 ._tableRow_22rvu_175._active_22rvu_230 ._tableCell_22rvu_188 ._activeLeftBadge_22rvu_238 ._rightBadgeIcon_22rvu_246 img{width:100%;height:100%;display:inline-block}._cardWrap_22rvu_17:last-child ._cardContent_22rvu_47 ._tableWrap_22rvu_168 ._tableRow_22rvu_175._active_22rvu_230 ._tableCell_22rvu_188 ._activeLeftBadge_22rvu_238 ._rightBadgeTitle_22rvu_251{z-index:10;color:#fff;width:100%;height:100%;font-size:6rem;position:absolute;top:4rem;right:0;transform:rotate(320deg)}._numberFont_1n1l2_1{font-family:Satoshi}._imgBox_1n1l2_4>img{width:100%;display:block}._ellipsis_1n1l2_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1n1l2_14::-webkit-scrollbar{display:none}._cardWrap_1n1l2_17{box-sizing:border-box;background-color:#f3f1fb;border-radius:6rem;flex-direction:column;justify-content:space-between;padding:10rem 12rem;display:flex}._cardWrap_1n1l2_17 ._cardTitle_1n1l2_26{align-items:center;height:16rem;margin-bottom:10rem;display:flex}._cardWrap_1n1l2_17 ._cardTitle_1n1l2_26 ._cardTitleIcon_1n1l2_32{align-items:center;margin-right:6rem;display:flex}._cardWrap_1n1l2_17 ._cardTitle_1n1l2_26 ._cardTitleIcon_1n1l2_32 img{width:14rem;height:14rem;display:inline-block}._cardWrap_1n1l2_17 ._cardTitle_1n1l2_26 ._cardTitleText_1n1l2_42{color:#815eda;height:16rem;font-size:11rem;font-weight:700}._cardWrap_1n1l2_17 ._cardContent_1n1l2_48{flex-direction:column;justify-content:space-between;display:flex}._cardWrap_1n1l2_17 ._cardContent_1n1l2_48 ._cardSection_1n1l2_53{justify-content:space-between;display:flex}._cardWrap_1n1l2_17 ._cardContent_1n1l2_48 ._cardSection_1n1l2_53:first-child ._answerWrap_1n1l2_57 span{margin-left:0}._cardWrap_1n1l2_17 ._cardContent_1n1l2_48 ._cardSection_1n1l2_53 ._rankCard_1n1l2_60{color:#af4cf1;background-color:#eedaff;border-radius:6rem;justify-content:center;align-items:center;width:40rem;height:40rem;margin-bottom:10rem;margin-right:10rem;font-size:25rem;font-weight:700;display:flex}._cardWrap_1n1l2_17 ._cardContent_1n1l2_48 ._cardSection_1n1l2_53 ._answerWrap_1n1l2_57{color:#744cda;flex-direction:column;flex:1;justify-content:center;height:40rem;font-size:10rem;font-weight:700;display:flex}._cardWrap_1n1l2_17 ._cardContent_1n1l2_48 ._cardSection_1n1l2_53 ._answerWrap_1n1l2_57 span{margin:0 5rem}._numberFont_1ep91_1{font-family:Satoshi}._imgBox_1ep91_4>img{width:100%;display:block}._ellipsis_1ep91_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1ep91_14::-webkit-scrollbar{display:none}._cardWrap_1ep91_17{box-sizing:border-box;background-color:#f3f1fb;border-radius:6rem;flex-direction:column;justify-content:space-between;padding:10rem 12rem;display:flex}._cardWrap_1ep91_17 ._cardTitle_1ep91_26{align-items:center;height:16rem;margin-bottom:10rem;display:flex}._cardWrap_1ep91_17 ._cardTitle_1ep91_26 ._cardTitleIcon_1ep91_32{align-items:center;margin-right:6rem;display:flex}._cardWrap_1ep91_17 ._cardTitle_1ep91_26 ._cardTitleIcon_1ep91_32 img{width:14rem;height:14rem;display:inline-block}._cardWrap_1ep91_17 ._cardTitle_1ep91_26 ._cardTitleText_1ep91_42{color:#815eda;height:16rem;font-size:12rem;font-weight:700}._cardWrap_1ep91_17 ._ratio_1ep91_48{flex-direction:column;align-items:center;font-size:7rem;display:flex}._cardWrap_1ep91_17 ._cardContent_1ep91_54{color:#7e697f;justify-content:space-between;width:290rem;height:380rem;font-size:10rem;font-weight:700;display:flex;position:relative}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._cardFlowBg_1ep91_64{width:100%;height:100%}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._cardFlowBg_1ep91_64 img{width:280rem;height:360rem;display:inline-block}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row1_1ep91_73 span{color:#6d3efe;font-size:9rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row1_1ep91_73 ._row1_cell1_1ep91_77,._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row1_1ep91_73 ._row1_cell2_1ep91_78,._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row1_1ep91_73 ._row1_cell3_1ep91_79{flex-direction:column;justify-content:center;align-items:center;height:30rem;display:flex;position:absolute;top:51rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row1_1ep91_73 ._row1_cell1_1ep91_77{left:62rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row1_1ep91_73 ._row1_cell2_1ep91_78{top:44rem;left:154rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row1_1ep91_73 ._row1_cell3_1ep91_79{top:44rem;right:8rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row2_1ep91_99 ._row1Value_1ep91_99{color:#6d3efe;font-size:9rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row2_1ep91_99 ._row2_cell1_1ep91_103,._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row2_1ep91_99 ._row2_cell2_1ep91_104,._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row2_1ep91_99 ._row2_cell3_1ep91_105{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:60rem;height:30rem;display:flex;position:absolute}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row2_1ep91_99 ._row2_cell2_1ep91_104,._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row2_1ep91_99 ._row2_cell3_1ep91_105{color:#beb6bf;font-size:8rem;top:96rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row2_1ep91_99 ._row2_cell1_1ep91_103{top:86rem;left:22rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row2_1ep91_99 ._row2_cell2_1ep91_104{left:76rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row2_1ep91_99 ._row2_cell3_1ep91_105{right:134rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row3_1ep91_131 ._row3Value_1ep91_131{color:#6d3efe;font-size:9rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row3_1ep91_131 ._row3_cell1_1ep91_135{flex-direction:column;justify-content:center;align-items:center;height:30rem;display:flex;position:absolute;top:122rem;left:50rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row4_1ep91_145 span{color:#0064e0;font-size:9rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row4_1ep91_145 ._row4_cell1_1ep91_149,._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row4_1ep91_145 ._row4_cell2_1ep91_150{flex-direction:column;justify-content:center;align-items:center;height:30rem;display:flex;position:absolute;top:206rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row4_1ep91_145 ._row4_cell1_1ep91_149{left:135rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row4_1ep91_145 ._row4_cell2_1ep91_150{right:26rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row5_1ep91_165 ._span_1ep91_165{color:#6d3efe;font-size:9rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row5_1ep91_165 ._row5_cell1_1ep91_169{flex-direction:column;justify-content:center;align-items:center;height:30rem;display:flex;position:absolute;top:216rem;left:49rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row6_1ep91_179 span{color:#6d3efe;font-size:9rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row6_1ep91_179 ._row6_cell1_1ep91_183,._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row6_1ep91_179 ._row6_cell2_1ep91_184,._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row6_1ep91_179 ._row6_cell3_1ep91_185{flex-direction:column;justify-content:center;align-items:center;height:30rem;display:flex;position:absolute;top:284rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row6_1ep91_179 ._row6_cell1_1ep91_183{left:164rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54 ._row6_1ep91_179 ._row6_cell2_1ep91_184{right:6rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54._in_1ep91_200 ._row1_1ep91_73 ._row1_cell1_1ep91_77,._cardWrap_1ep91_17 ._cardContent_1ep91_54._in_1ep91_200 ._row1_1ep91_73 ._row1_cell2_1ep91_78,._cardWrap_1ep91_17 ._cardContent_1ep91_54._in_1ep91_200 ._row1_1ep91_73 ._row1_cell3_1ep91_79{top:52rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54._in_1ep91_200 ._row1_1ep91_73 ._row1_cell1_1ep91_77{left:60rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54._in_1ep91_200 ._row1_1ep91_73 ._row1_cell2_1ep91_78{top:52rem;left:175rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54._in_1ep91_200 ._row1_1ep91_73 ._row1_cell3_1ep91_79{top:44rem;right:16rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54._in_1ep91_200 ._row2_1ep91_99 ._row2_cell1_1ep91_103,._cardWrap_1ep91_17 ._cardContent_1ep91_54._in_1ep91_200 ._row2_1ep91_99 ._row2_cell2_1ep91_104,._cardWrap_1ep91_17 ._cardContent_1ep91_54._in_1ep91_200 ._row2_1ep91_99 ._row2_cell3_1ep91_105{max-width:60rem;height:30rem;position:absolute}._cardWrap_1ep91_17 ._cardContent_1ep91_54._in_1ep91_200 ._row2_1ep91_99 ._row2_cell2_1ep91_104,._cardWrap_1ep91_17 ._cardContent_1ep91_54._in_1ep91_200 ._row2_1ep91_99 ._row2_cell3_1ep91_105{color:#beb6bf;font-size:8rem;top:96rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54._in_1ep91_200 ._row2_1ep91_99 ._row2_cell1_1ep91_103{top:86rem;left:22rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54._in_1ep91_200 ._row2_1ep91_99 ._row2_cell2_1ep91_104{left:76rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54._in_1ep91_200 ._row2_1ep91_99 ._row2_cell3_1ep91_105{right:134rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54._in_1ep91_200 ._row3_1ep91_131 ._row3_cell1_1ep91_135{top:122rem;left:64rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54._in_1ep91_200 ._row4_1ep91_145 ._row4_cell1_1ep91_149{top:212rem;left:154rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54._in_1ep91_200 ._row4_1ep91_145 ._row4_cell2_1ep91_150{top:206rem;right:36rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54._in_1ep91_200 ._row5_1ep91_165 ._row5_cell1_1ep91_169{top:216rem;left:64rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54._in_1ep91_200 ._row6_1ep91_179 ._row6_cell1_1ep91_183{top:288rem;left:182rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54._in_1ep91_200 ._row6_1ep91_179 ._row6_cell2_1ep91_184{top:284rem;right:16rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54._br_1ep91_263 ._row1_1ep91_73 ._row1_cell1_1ep91_77,._cardWrap_1ep91_17 ._cardContent_1ep91_54._br_1ep91_263 ._row1_1ep91_73 ._row1_cell2_1ep91_78,._cardWrap_1ep91_17 ._cardContent_1ep91_54._br_1ep91_263 ._row1_1ep91_73 ._row1_cell3_1ep91_79{top:52rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54._br_1ep91_263 ._row1_1ep91_73 ._row1_cell1_1ep91_77{left:55rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54._br_1ep91_263 ._row1_1ep91_73 ._row1_cell2_1ep91_78{top:44rem;left:154rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54._br_1ep91_263 ._row1_1ep91_73 ._row1_cell3_1ep91_79{top:44rem;right:8rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54._br_1ep91_263 ._row3_1ep91_131 ._row3_cell1_1ep91_135{top:122rem;left:47rem}._cardWrap_1ep91_17 ._cardContent_1ep91_54._br_1ep91_263 ._row5_1ep91_165 ._row5_cell1_1ep91_169{top:215rem;left:47rem}._numberFont_1wkwr_1{font-family:Satoshi}._imgBox_1wkwr_4>img{width:100%;display:block}._ellipsis_1wkwr_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1wkwr_14::-webkit-scrollbar{display:none}._cardWrap_1wkwr_17{box-sizing:border-box;background-color:#f3f1fb;border-radius:6rem;flex-direction:column;justify-content:space-between;padding:10rem 12rem;display:flex}._cardWrap_1wkwr_17 ._cardTitle_1wkwr_26{align-items:center;height:16rem;margin-bottom:10rem;display:flex}._cardWrap_1wkwr_17 ._cardTitle_1wkwr_26 ._cardTitleIcon_1wkwr_32{align-items:center;margin-right:6rem;display:flex}._cardWrap_1wkwr_17 ._cardTitle_1wkwr_26 ._cardTitleIcon_1wkwr_32 img{width:14rem;height:16rem;display:inline-block}._cardWrap_1wkwr_17 ._cardTitle_1wkwr_26 ._cardTitleText_1wkwr_42{color:#815eda;height:14rem;font-size:12rem;font-weight:700}._cardWrap_1wkwr_17 ._cardContent_1wkwr_48{flex-direction:column;justify-content:space-between;width:100%;height:100%;display:flex}._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionTitle_1wkwr_55{font-size:12rem}._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionTitle_1wkwr_55._titleFont_1wkwr_58{color:#fd8e1e;font-weight:700}._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._cardDetail_1wkwr_62{color:#9f7cf8;padding-left:12rem;font-size:11rem;font-weight:700;display:flex;position:relative}._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._cardDetail_1wkwr_62:before{content:"";background-color:#815eda;border-radius:50%;width:6rem;height:6rem;position:absolute;top:5rem;left:0}._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80{background-color:#fff;border:.5rem solid #cdbefb;border-radius:6rem;width:100%;margin:14rem 0}._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableTitle_1wkwr_87,._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableHeader_1wkwr_88,._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableRow_1wkwr_89{color:#9f7cf8;border-bottom:.5rem solid #cdbefb;justify-content:center;align-items:center;font-size:10rem;display:flex}._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableTitle_1wkwr_87:last-child,._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableHeader_1wkwr_88:last-child,._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableRow_1wkwr_89:last-child{border-bottom:none}._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableTitle_1wkwr_87 ._tableCell_1wkwr_102,._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableHeader_1wkwr_88 ._tableCell_1wkwr_102,._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableRow_1wkwr_89 ._tableCell_1wkwr_102{color:#744cda;text-align:center;box-sizing:border-box;border-right:.5rem solid #cdbefb;flex:1;justify-content:center;align-items:center;padding:4rem 0;font-size:10rem;display:flex}._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableTitle_1wkwr_87 ._tableCell_1wkwr_102:first-child,._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableHeader_1wkwr_88 ._tableCell_1wkwr_102:first-child,._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableRow_1wkwr_89 ._tableCell_1wkwr_102:first-child{color:#ff560e}._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableTitle_1wkwr_87 ._tableCell_1wkwr_102:last-child,._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableHeader_1wkwr_88 ._tableCell_1wkwr_102:last-child,._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableRow_1wkwr_89 ._tableCell_1wkwr_102:last-child{border-right:none}._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableTitle_1wkwr_87{color:#744cda;box-sizing:border-box;padding:8rem 0;font-weight:700}._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableHeader_1wkwr_88 ._tableCell_1wkwr_102{color:#744cda;text-align:center;box-sizing:border-box;border-right:.5rem solid #cdbefb;height:40rem;padding:0 8rem;font-size:7rem;font-weight:700}._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableHeader_1wkwr_88 ._tableCell_1wkwr_102:first-child{color:#744cda}._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableHeader_1wkwr_88 ._tableCell_1wkwr_102:last-child{border-right:none}._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableRow_1wkwr_89 ._tableCell_1wkwr_102{font-weight:700}._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableRow_1wkwr_89._active_1wkwr_151 ._tableCell_1wkwr_102{color:#744cda;background-color:#cdbefb80;position:relative}._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableRow_1wkwr_89._active_1wkwr_151 ._tableCell_1wkwr_102 ._activeLeftBadge_1wkwr_156{z-index:10;width:32rem;height:26rem;position:absolute;top:0;left:0}._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableRow_1wkwr_89._active_1wkwr_151 ._tableCell_1wkwr_102 ._activeLeftBadge_1wkwr_156 ._rightBadgeIcon_1wkwr_164 img{width:100%;height:100%;display:inline-block}._cardWrap_1wkwr_17 ._cardContent_1wkwr_48 ._cardSection_1wkwr_55 ._cardSectionContent_1wkwr_62 ._tableWrap_1wkwr_80 ._tableRow_1wkwr_89._active_1wkwr_151 ._tableCell_1wkwr_102 ._activeLeftBadge_1wkwr_156 ._rightBadgeTitle_1wkwr_169{z-index:10;color:#fff;width:100%;height:100%;font-size:8rem;position:absolute;top:2rem;right:2rem;transform:rotate(320deg)}._cardWrap_1wkwr_17 ._cardBottom_1wkwr_180{color:#815eda;align-items:center;margin-top:8rem;font-size:8.6rem;display:flex}._numberFont_gnn5j_1{font-family:Satoshi}._imgBox_gnn5j_4>img{width:100%;display:block}._ellipsis_gnn5j_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_gnn5j_14::-webkit-scrollbar{display:none}._cardWrap_gnn5j_17{box-sizing:border-box;background-color:#f3f1fb;border-radius:6rem;flex-direction:column;justify-content:space-between;padding:10rem 12rem;display:flex}._cardWrap_gnn5j_17 ._cardTitle_gnn5j_26{align-items:center;height:16rem;margin-bottom:10rem;display:flex}._cardWrap_gnn5j_17 ._cardTitle_gnn5j_26 ._cardTitleIcon_gnn5j_32{align-items:center;margin-right:6rem;display:flex}._cardWrap_gnn5j_17 ._cardTitle_gnn5j_26 ._cardTitleIcon_gnn5j_32 img{width:14rem;height:12rem;display:inline-block}._cardWrap_gnn5j_17 ._cardTitle_gnn5j_26 ._cardTitleText_gnn5j_42{color:#815eda;height:100%;font-size:12rem;font-weight:700}._cardWrap_gnn5j_17 ._cardContent_gnn5j_48{flex-direction:column;justify-content:space-between;width:100%;height:100%;display:flex}._cardWrap_gnn5j_17 ._cardContent_gnn5j_48 ._cardSection_gnn5j_55 ._cardSectionTitle_gnn5j_55{font-size:12rem}._cardWrap_gnn5j_17 ._cardContent_gnn5j_48 ._cardSection_gnn5j_55 ._cardSectionTitle_gnn5j_55._titleFont_gnn5j_58{color:#fd8e1e;font-weight:700}._cardWrap_gnn5j_17 ._cardContent_gnn5j_48 ._cardSection_gnn5j_55 ._cardSectionContent_gnn5j_62 ._cardDetail_gnn5j_62{color:#9f7cf8;padding-left:12rem;font-size:11rem;font-weight:700;display:flex;position:relative}._cardWrap_gnn5j_17 ._cardContent_gnn5j_48 ._cardSection_gnn5j_55 ._cardSectionContent_gnn5j_62 ._cardDetail_gnn5j_62:before{content:"";background-color:#815eda;border-radius:50%;width:6rem;height:6rem;position:absolute;top:5rem;left:0}._cardWrap_gnn5j_17 ._cardBottom_gnn5j_80{color:#fff;text-align:center;box-sizing:border-box;background:linear-gradient(90deg,#fcac34,#ff9f41);border-radius:6rem;justify-content:center;align-items:center;width:100%;height:42rem;margin-top:8rem;font-size:16rem;font-weight:700;display:flex}._numberFont_1q5k3_1{font-family:Satoshi}._imgBox_1q5k3_4>img{width:100%;display:block}._ellipsis_1q5k3_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1q5k3_14::-webkit-scrollbar{display:none}._registerAgentModalWrap_1q5k3_17{text-align:center;width:320rem;height:491rem;position:relative}._registerAgentModalWrap_1q5k3_17 ._closeBtnWrap_1q5k3_23{z-index:10;width:27rem;height:27rem;position:absolute;top:-50rem;right:-5rem}._registerAgentModalWrap_1q5k3_17 ._bg_1q5k3_31{z-index:1;width:100%;height:502rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._registerAgentModalWrap_1q5k3_17 ._bg_1q5k3_31 ._animationWrap_1q5k3_40{z-index:2;position:absolute;top:20%;left:50%}._registerAgentModalWrap_1q5k3_17 ._bg_1q5k3_31 ._bgWrap_1q5k3_46{z-index:3;position:absolute}._registerAgentModalWrap_1q5k3_17 ._bg_1q5k3_31 ._bgWrap_1q5k3_46 img{width:100%;height:100%}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54{z-index:4;z-index:10;box-sizing:border-box;flex-direction:column;width:100%;height:100%;padding:20rem 20rem 36rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._header_1q5k3_67{text-align:left;box-sizing:border-box;width:100%;position:absolute;top:40rem;left:10rem}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._header_1q5k3_67 ._headerTitle_1q5k3_75,._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._header_1q5k3_67 ._headerTips_1q5k3_76{color:#fff;font-weight:700}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._header_1q5k3_67 ._headerTitle_1q5k3_75{font-size:19rem}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._header_1q5k3_67 ._headerTips_1q5k3_76{text-align:center;background-color:#f040b0;border-radius:6rem;width:150rem;height:22rem;margin-top:5rem;font-size:12rem;line-height:22rem}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93{flex-direction:column;flex:1;width:100%;display:flex}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vipWrap_1q5k3_99{box-sizing:border-box;flex-direction:column;width:100%;padding-left:14rem;padding-right:14rem;display:flex;position:absolute}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vipWrap_1q5k3_99 ._vipHeader_1q5k3_108{display:flex}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vipWrap_1q5k3_99 ._vipHeader_1q5k3_108 ._vipHeaderIcon_1q5k3_111{width:25rem;height:25rem}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vipWrap_1q5k3_99 ._vipHeader_1q5k3_108 ._vipHeaderIcon_1q5k3_111 img{width:100%;height:100%;display:inline-block}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vipWrap_1q5k3_99 ._vipHeader_1q5k3_108 ._vipHeaderText_1q5k3_120{font-size:18rem;font-weight:700;line-height:24rem}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vipWrap_1q5k3_99 ._vipValue_1q5k3_125 ._vipValueIcon_1q5k3_125{width:34rem;height:28rem}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vipWrap_1q5k3_99 ._vipValue_1q5k3_125 ._vipValueIcon_1q5k3_125 img{width:100%;height:100%;display:inline-block}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vipWrap_1q5k3_99 ._vipTable_1q5k3_134 ._vipRow_1q5k3_134{justify-content:space-between;display:flex}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vipWrap_1q5k3_99 ._vipTable_1q5k3_134 ._vipRow_1q5k3_134 ._vipCell_1q5k3_138{align-items:center;display:flex}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vipWrap_1q5k3_99 ._vipTable_1q5k3_134 ._vipRow_1q5k3_134 ._vipCell_1q5k3_138 ._vipIcon_1q5k3_142{width:22rem;height:22rem}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vipWrap_1q5k3_99 ._vipTable_1q5k3_134 ._vipRow_1q5k3_134 ._vipCell_1q5k3_138 ._vipIcon_1q5k3_142 img{width:100%;height:100%;display:inline-block}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vipWrap_1q5k3_99 ._vipTable_1q5k3_134 ._vipRow_1q5k3_134 ._vipCell_1q5k3_138 ._vipTitle_1q5k3_151{font-size:12rem;font-weight:700}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vipWrap_1q5k3_99 ._vipTable_1q5k3_134 ._vipRow_1q5k3_134 ._vipCell_1q5k3_138 ._vipValue_1q5k3_125{font-size:14rem;font-weight:700}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vip0Wrap_1q5k3_159{width:252rem;top:150rem;left:8.5%}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vip0Wrap_1q5k3_159 ._vipHeader_1q5k3_108{color:#188c9d}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vip0Wrap_1q5k3_159 ._vipTable_1q5k3_134{box-sizing:border-box;padding-top:6rem}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vip0Wrap_1q5k3_159 ._vipTable_1q5k3_134 ._vipRow_1q5k3_134 ._vipCell_1q5k3_138 ._vipTitle_1q5k3_151,._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vip0Wrap_1q5k3_159 ._vipTable_1q5k3_134 ._vipRow_1q5k3_134 ._vipCell_1q5k3_138 ._vipValue_1q5k3_125{color:#188c9d}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vip1Wrap_1q5k3_175{width:284rem;top:232rem;left:5%}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vip1Wrap_1q5k3_175 ._vipHeader_1q5k3_108{color:#a5420f}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vip1Wrap_1q5k3_175 ._vip1Value_1q5k3_183{justify-content:center;align-items:center;width:100%;display:flex}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vip1Wrap_1q5k3_175 ._vip1Value_1q5k3_183 ._vip1ValueIcon_1q5k3_189{width:34rem;height:28rem;margin-right:5rem}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vip1Wrap_1q5k3_175 ._vip1Value_1q5k3_183 ._vip1ValueIcon_1q5k3_189 img{width:100%;height:100%;display:inline-block}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vip1Wrap_1q5k3_175 ._vip1Value_1q5k3_183 ._vip1ValueText_1q5k3_199{color:#a5420f;font-size:30rem;font-weight:700}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vip1Wrap_1q5k3_175 ._vipTable_1q5k3_134{box-sizing:border-box;padding-top:18rem}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vip1Wrap_1q5k3_175 ._vipTable_1q5k3_134 ._vipRow_1q5k3_134 ._vipCell_1q5k3_138 ._vipTitle_1q5k3_151,._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._cardContainer_1q5k3_93 ._vip1Wrap_1q5k3_175 ._vipTable_1q5k3_134 ._vipRow_1q5k3_134 ._vipCell_1q5k3_138 ._vipValue_1q5k3_125{color:#a5420f}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._btnWrap_1q5k3_212{text-align:center;width:100%;margin:auto 0}._registerAgentModalWrap_1q5k3_17 ._content_1q5k3_54 ._btnWrap_1q5k3_212>div{padding:7.5rem 0;font-size:16rem;font-weight:700}._numberFont_6xsr4_1{font-family:Satoshi}._imgBox_6xsr4_4>img{width:100%;display:block}._ellipsis_6xsr4_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_6xsr4_14::-webkit-scrollbar{display:none}._superAgentLimitWrap_6xsr4_17{text-align:center;color:#fff;box-sizing:border-box;margin:0 5%;font-family:Roboto;font-size:12rem;font-weight:700;position:relative}._superAgentLimitWrap_6xsr4_17 ._displayCenter_6xsr4_27{justify-content:center;align-items:center;display:flex}._superAgentLimitWrap_6xsr4_17 ._closeBtnWrap_6xsr4_32{z-index:100;width:24rem;height:24rem;position:absolute;top:-15%;right:0}._superAgentLimitWrap_6xsr4_17 ._limitBg_6xsr4_40,._superAgentLimitWrap_6xsr4_17 ._limitBg_6xsr4_40 img{width:100%}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46{width:100%;height:100%;position:absolute;top:0;left:0}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._limitCard_6xsr4_53{box-sizing:border-box;width:100%;padding:0 3%;position:absolute;top:-10%}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._limitCard_6xsr4_53 ._cardBg_6xsr4_60,._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._limitCard_6xsr4_53 ._cardBg_6xsr4_60 img{width:100%}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._limitCard_6xsr4_53 ._cardBody_6xsr4_66{box-sizing:border-box;flex-direction:column;align-items:flex-end;gap:5rem;width:100%;height:100%;padding:3% 15% 0 0;display:flex;position:absolute;top:0;left:0}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._limitCard_6xsr4_53 ._cardBody_6xsr4_66 ._cardTitle_6xsr4_79{height:20rem}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._limitCard_6xsr4_53 ._cardBody_6xsr4_66 ._cardTitle_6xsr4_79 img{height:100%}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._limitCard_6xsr4_53 ._cardBody_6xsr4_66 ._cardLimit_6xsr4_85{height:12rem}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._limitCard_6xsr4_53 ._cardBody_6xsr4_66 ._cardLimit_6xsr4_85 img{height:100%}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._limitCard_6xsr4_53 ._cardBody_6xsr4_66 ._activeTime_6xsr4_91{z-index:3;color:#c3907d;font-size:11rem;position:absolute;bottom:17.5%;left:63%;transform:translate(-50%,-50%)}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._limitCard_6xsr4_53 ._cardBody_6xsr4_66 ._activeTime_6xsr4_91 ._activeTimeContent_6xsr4_100{margin-top:3rem}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._limitCard_6xsr4_53 ._cardBody_6xsr4_66 ._activeTime_6xsr4_91 ._activeTimeContent_6xsr4_100 ._giftTimeBg_6xsr4_103{color:#fff;background:linear-gradient(#c762ff,#ffbb41);border-radius:4rem;width:16rem;height:22rem;font-size:18rem}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._infoContent_6xsr4_111{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:10rem;width:100%;padding:0 7%;display:flex;position:absolute;top:50%;left:0%;transform:translateY(-50%)}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._infoContent_6xsr4_111 ._infoItem_6xsr4_125{aspect-ratio:3.3;box-sizing:border-box;background:linear-gradient(#694aec,#6881ff);border-radius:6rem;flex-direction:column;align-items:center;width:100%;padding-bottom:3%;display:flex;position:relative}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._infoContent_6xsr4_111 ._infoItem_6xsr4_125 ._itemTitle_6xsr4_137{color:#4a63fd;width:52.8%;font-size:12rem;position:relative}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._infoContent_6xsr4_111 ._infoItem_6xsr4_125 ._itemTitle_6xsr4_137 ._titleBg_6xsr4_143{justify-content:center;align-items:center;width:100%;display:flex}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._infoContent_6xsr4_111 ._infoItem_6xsr4_125 ._itemTitle_6xsr4_137 ._titleBg_6xsr4_143 img{width:100%}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._infoContent_6xsr4_111 ._infoItem_6xsr4_125 ._itemTitle_6xsr4_137 ._text1_6xsr4_152{white-space:nowrap;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._infoContent_6xsr4_111 ._infoItem_6xsr4_125 ._centerText_6xsr4_159{flex-direction:column;flex:1;justify-content:space-around;align-items:center;display:flex}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._infoContent_6xsr4_111 ._infoItem_6xsr4_125 ._centerText_6xsr4_159 ._text2_6xsr4_166{font-size:22rem}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._infoContent_6xsr4_111 ._infoItem_6xsr4_125 ._centerText_6xsr4_159 ._text2_6xsr4_166 span{color:#ffde00}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._infoContent_6xsr4_111 ._infoItem_6xsr4_125 ._centerText_6xsr4_159 ._smallFont_6xsr4_172{margin-top:3rem;font-size:16rem;line-height:19rem}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._infoContent_6xsr4_111 ._infoItem_6xsr4_125 ._centerText_6xsr4_159 ._text3_6xsr4_177{color:#c9c6ff;font-size:12rem}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._infoContent_6xsr4_111 ._infoItem_6xsr4_125 ._text4_6xsr4_181{position:absolute;top:-21%;right:-3%}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._infoContent_6xsr4_111 ._infoItem_6xsr4_125 ._text4_6xsr4_181 ._text4Bg_6xsr4_186{justify-content:center;align-items:center;width:40rem;display:flex}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._infoContent_6xsr4_111 ._infoItem_6xsr4_125 ._text4_6xsr4_181 ._text4Bg_6xsr4_186 img{width:100%}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._infoContent_6xsr4_111 ._infoItem_6xsr4_125 ._text4_6xsr4_181 ._text4Label_6xsr4_195{justify-content:center;align-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._infoContent_6xsr4_111 ._infoItem_6xsr4_125 ._text4_6xsr4_181 ._text4Label_6xsr4_195 ._label1_6xsr4_204{font-size:9rem;line-height:9rem}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._infoContent_6xsr4_111 ._infoItem_6xsr4_125 ._text4_6xsr4_181 ._text4Label_6xsr4_195 ._label2_6xsr4_208{font-size:14rem;line-height:14rem}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._bottomBtn_6xsr4_212{box-sizing:border-box;border-radius:6rem 6rem 0 0;justify-content:space-between;align-items:center;width:100%;padding:0 7%;font-size:17rem;display:flex;position:absolute;bottom:7.5%;left:0}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._bottomBtn_6xsr4_212 ._copyBtn_6xsr4_225{background:linear-gradient(#7d50f5,#794fe8);border-radius:6rem;justify-content:center;align-items:center;gap:5rem;width:40%;height:48rem;display:flex}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._bottomBtn_6xsr4_212 ._inviteBtn_6xsr4_235{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;justify-content:center;align-items:center;gap:5rem;width:58%;height:48rem;display:flex}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._bottomBtn_6xsr4_212 ._btnIcon_6xsr4_245{justify-content:center;align-items:center;width:18rem;display:flex}._superAgentLimitWrap_6xsr4_17 ._limitBody_6xsr4_46 ._bottomBtn_6xsr4_212 ._btnIcon_6xsr4_245 img{width:100%}._numberFont_j4zap_1{font-family:Satoshi}._imgBox_j4zap_4>img{width:100%;display:block}._ellipsis_j4zap_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_j4zap_14::-webkit-scrollbar{display:none}._AgentRankWrap_j4zap_17{text-align:center;color:#fff;box-sizing:border-box;background:linear-gradient(#311870,#291066);flex-direction:column;width:100%;height:100%;font-family:Roboto;font-size:14rem;font-weight:700;display:flex;position:relative;overflow:hidden auto;box-shadow:inset 0 3rem #530faa}._AgentRankWrap_j4zap_17 ._rankBg_j4zap_34{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._AgentRankWrap_j4zap_17 ._rankBg_j4zap_34 img{width:100%}._AgentRankWrap_j4zap_17 ._agentRankHeader_j4zap_45{align-items:center;height:50rem;padding:0 11rem;display:flex;position:relative}._AgentRankWrap_j4zap_17 ._agentRankHeader_j4zap_45 ._headerTitle_j4zap_52{font-family:Anton;font-weight:400;font-style:Regular;text-align:center;justify-content:center;align-items:center;width:100%;height:33rem;font-size:18rem;display:flex;position:relative}._AgentRankWrap_j4zap_17 ._agentRankHeader_j4zap_45 ._headerTitle_j4zap_52 ._headerClose_j4zap_65{width:33rem;height:33rem;position:absolute;top:0;right:0}._AgentRankWrap_j4zap_17 ._rankDiv_j4zap_72{width:100%;position:relative}._AgentRankWrap_j4zap_17 ._rankTabs_j4zap_76{box-sizing:border-box;width:100%;height:36rem;margin-top:25rem;margin-bottom:10rem;padding:0 26rem;position:relative}._AgentRankWrap_j4zap_17 ._rankTabs_j4zap_76 ._tabsContainer_j4zap_85{box-sizing:border-box;background:#1a1234;border:1rem solid #2b265c;border-radius:20rem;justify-content:center;align-items:center;width:100%;height:100%;line-height:14rem;display:flex}._AgentRankWrap_j4zap_17 ._rankTabs_j4zap_76 ._tabsContainer_j4zap_85 ._tabContent_j4zap_97{color:#6866b1;text-overflow:ellipsis;white-space:nowrap;flex:1;justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}._AgentRankWrap_j4zap_17 ._rankTabs_j4zap_76 ._tabsContainer_j4zap_85 ._active_j4zap_108{color:#ece3ff;background:#b84dff;border-radius:20rem}._AgentRankWrap_j4zap_17 ._earningDiv_j4zap_113{z-index:3;margin:10rem 0 30rem;position:relative}._AgentRankWrap_j4zap_17 ._rankBottom_j4zap_118{z-index:4;padding:0 7%;position:relative}._AgentRankWrap_j4zap_17 ._rankBottom_j4zap_118 ._bottomBtn_j4zap_123{background:linear-gradient(#ff9f41,#fcac34);border-radius:6rem;justify-content:center;align-items:center;width:100%;height:43rem;display:flex}._AgentRankWrap_j4zap_17 ._rankBottom_j4zap_118 ._bottomMsg_j4zap_132{color:#7b4deb;justify-content:center;align-items:center;gap:3rem;margin-top:10rem;font-size:13rem;line-height:13rem;display:flex}._AgentRankWrap_j4zap_17 ._rankBottom_j4zap_118 ._bottomMsg_j4zap_132 ._bottomIcon_j4zap_142{justify-content:center;align-items:center;width:10rem;display:flex}._AgentRankWrap_j4zap_17 ._rankBottom_j4zap_118 ._bottomMsg_j4zap_132 ._bottomIcon_j4zap_142 img{width:100%}._numberFont_ygsip_1{font-family:Satoshi}._imgBox_ygsip_4>img{width:100%;display:block}._ellipsis_ygsip_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_ygsip_14::-webkit-scrollbar{display:none}._agentRankTopWrap_ygsip_17{box-sizing:border-box;width:100%;padding:0 11rem}._agentRankTopWrap_ygsip_17 ._topHead_ygsip_22{z-index:1;pointer-events:none;justify-content:center;align-items:center;width:100%;height:170rem;display:flex;position:relative}._agentRankTopWrap_ygsip_17 ._topHead_ygsip_22 ._headIcon_ygsip_32{aspect-ratio:1}._agentRankTopWrap_ygsip_17 ._topHead_ygsip_22 ._headIcon_ygsip_32 img{width:100%}._agentRankTopWrap_ygsip_17 ._topHead_ygsip_22 ._headIcon_ygsip_32 ._lottieDiv_ygsip_38{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._agentRankTopWrap_ygsip_17 ._topHead_ygsip_22 ._top1_ygsip_44{z-index:3;width:40%;position:relative}._agentRankTopWrap_ygsip_17 ._topHead_ygsip_22 ._top2_ygsip_49{z-index:1;width:35%;position:absolute;bottom:-5%;left:0}._agentRankTopWrap_ygsip_17 ._topHead_ygsip_22 ._top3_ygsip_56{z-index:2;width:35%;position:absolute;bottom:-5%;right:0}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63{z-index:2;justify-content:center;align-items:center;width:100%;margin-top:5%;display:flex;position:relative}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._topInfoContent_ygsip_72{position:relative}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._topInfoContent_ygsip_72 ._topInfoBg_ygsip_75,._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._topInfoContent_ygsip_72 ._topInfoBg_ygsip_75 img{width:100%}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._infoData_ygsip_81{z-index:4;flex-direction:column;justify-content:center;align-items:center;gap:5rem;display:flex;position:absolute}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._infoData_ygsip_81 ._infoName_ygsip_90{background-color:#17001bcc;border-radius:20rem;justify-content:center;align-items:center;width:80%;margin-bottom:6.5%;padding:6rem 0;line-height:14rem;display:flex}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._infoData_ygsip_81 ._infoInviteNum_ygsip_101{color:#d3c5fb;line-height:14rem}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._infoData_ygsip_81 ._infoInviteReward_ygsip_105{color:#ffd7ad;font-size:20rem;line-height:20rem}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._infoData_ygsip_81 ._infoInviteRate_ygsip_110{color:#f0eaff;justify-content:center;align-items:center;gap:3rem;font-size:16rem;line-height:16rem;display:flex}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._infoData_ygsip_81 ._infoInviteRate_ygsip_110 ._rateIcon_ygsip_119{justify-content:center;align-items:center;height:15rem;display:flex}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._infoData_ygsip_81 ._infoInviteRate_ygsip_110 ._rateIcon_ygsip_119 img{height:100%}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._infoData1_ygsip_128{gap:4rem;width:45%;top:-11%;left:50%;transform:translate(-50%)}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._infoData2_ygsip_135{gap:1rem;width:35%;line-height:12rem;top:2%;left:0}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._infoData2_ygsip_135 ._infoName_ygsip_90{width:70%;font-size:12rem}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._infoData2_ygsip_135 ._infoInviteNum_ygsip_101{font-size:12rem}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._infoData2_ygsip_135 ._infoInviteReward_ygsip_105{font-size:15rem;line-height:15rem}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._infoData2_ygsip_135 ._infoInviteRate_ygsip_110{font-size:12rem}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._infoData2_ygsip_135 ._infoInviteRate_ygsip_110 ._rateIcon_ygsip_119{height:11rem}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._infoData3_ygsip_159{gap:1rem;width:35%;line-height:12rem;top:3%;right:0}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._infoData3_ygsip_159 ._infoName_ygsip_90{width:70%;font-size:12rem}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._infoData3_ygsip_159 ._infoInviteNum_ygsip_101{font-size:12rem}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._infoData3_ygsip_159 ._infoInviteReward_ygsip_105{font-size:15rem;line-height:15rem}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._infoData3_ygsip_159 ._infoInviteRate_ygsip_110{font-size:12rem}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._infoData3_ygsip_159 ._infoInviteRate_ygsip_110 ._rateIcon_ygsip_119{height:11rem}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._info1_ygsip_183{z-index:3;width:45%;position:relative}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._info2_ygsip_188{z-index:1;width:48%;position:absolute;bottom:0%;left:0}._agentRankTopWrap_ygsip_17 ._topInfo_ygsip_63 ._info3_ygsip_195{z-index:2;width:48%;position:absolute;bottom:0%;right:0}._agentRankTopWrap_ygsip_17 ._moreTop_ygsip_202{z-index:3;width:100%;margin-top:-16%;position:relative}._agentRankTopWrap_ygsip_17 ._moreTop_ygsip_202 ._moreTopBg_ygsip_208{width:100%}._agentRankTopWrap_ygsip_17 ._moreTop_ygsip_202 ._moreTopBg_ygsip_208 img{width:94%}._agentRankTopWrap_ygsip_17 ._moreTop_ygsip_202 ._moreIcon_ygsip_214{white-space:nowrap;justify-content:center;align-items:center;gap:5rem;font-size:13rem;line-height:13rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._agentRankTopWrap_ygsip_17 ._moreTop_ygsip_202 ._moreIcon_ygsip_214 img{width:15rem}._numberFont_3njfq_1{font-family:Satoshi}._imgBox_3njfq_4>img{width:100%;display:block}._ellipsis_3njfq_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_3njfq_14::-webkit-scrollbar{display:none}._rankEarningWrap_3njfq_17{width:100%}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20{position:relative}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningCard_3njfq_23{z-index:1;width:100%;position:absolute;top:85%;left:50%;transform:translate(-50%)}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningCard_3njfq_23 img{width:100%}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningBody_3njfq_34{z-index:2;box-sizing:border-box;margin:0 7%;position:relative}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningBody_3njfq_34 ._earningBg_3njfq_40,._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningBody_3njfq_34 ._earningBg_3njfq_40 img{width:100%}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningBody_3njfq_34 ._earning_3njfq_20{flex-direction:column;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningBody_3njfq_34 ._earning_3njfq_20 ._earningTop_3njfq_56{width:80%;position:relative}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningBody_3njfq_34 ._earning_3njfq_20 ._earningTop_3njfq_56 ._topBg_3njfq_60{justify-content:center;align-items:center;width:100%;display:flex}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningBody_3njfq_34 ._earning_3njfq_20 ._earningTop_3njfq_56 ._topBg_3njfq_60 img{width:100%}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningBody_3njfq_34 ._earning_3njfq_20 ._earningTop_3njfq_56 ._topText_3njfq_69{color:#ece3ff;white-space:nowrap;line-height:14rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningBody_3njfq_34 ._earning_3njfq_20 ._earningInfo_3njfq_78{flex-direction:column;flex:1;justify-content:space-evenly;align-items:center;display:flex}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningBody_3njfq_34 ._earning_3njfq_20 ._earningInfo_3njfq_78 ._earningMoney_3njfq_85{justify-content:center;align-items:center;display:flex}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningBody_3njfq_34 ._earning_3njfq_20 ._earningInfo_3njfq_78 ._earningMoney_3njfq_85 ._moneyIcon_3njfq_90{justify-content:center;align-items:center;width:44rem;display:flex}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningBody_3njfq_34 ._earning_3njfq_20 ._earningInfo_3njfq_78 ._earningMoney_3njfq_85 ._moneyIcon_3njfq_90 img{width:100%}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningBody_3njfq_34 ._earning_3njfq_20 ._earningInfo_3njfq_78 ._earningMoney_3njfq_85 ._moneyNum_3njfq_99{font-size:36rem;line-height:36rem}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningBody_3njfq_34 ._earning_3njfq_20 ._earningInfo_3njfq_78 ._ruleContent_3njfq_103{flex-direction:column;justify-content:center;align-items:flex-start;gap:3rem;margin-bottom:10rem;padding:0 15rem;display:flex}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningBody_3njfq_34 ._earning_3njfq_20 ._earningInfo_3njfq_78 ._ruleContent_3njfq_103 ._rule_3njfq_103{text-align:left;justify-content:flex-start;align-items:flex-start;gap:5rem;display:flex}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningBody_3njfq_34 ._earning_3njfq_20 ._earningInfo_3njfq_78 ._ruleContent_3njfq_103 ._rule_3njfq_103 ._pointBody_3njfq_119{justify-content:center;align-items:center;width:13rem;height:13rem;display:flex}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningBody_3njfq_34 ._earning_3njfq_20 ._earningInfo_3njfq_78 ._ruleContent_3njfq_103 ._rule_3njfq_103 ._pointBody_3njfq_119 ._rulePoint_3njfq_126{background-color:#e9e1ff;border-radius:60rem;width:5rem;height:5rem}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningBody_3njfq_34 ._earning_3njfq_20 ._earningInfo_3njfq_78 ._ruleContent_3njfq_103 ._rule_3njfq_103 ._ruleText_3njfq_132{color:#e9e1ff;font-size:13rem;line-height:13rem}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningBody_3njfq_34 ._earning_3njfq_20 ._earningInfo_3njfq_78 ._ruleContent_3njfq_103 ._rule2_3njfq_137 ._pointBody_3njfq_119 ._rulePoint_3njfq_126{background-color:#cc95ff}._rankEarningWrap_3njfq_17 ._earningContent_3njfq_20 ._earningBody_3njfq_34 ._earning_3njfq_20 ._earningInfo_3njfq_78 ._ruleContent_3njfq_103 ._rule2_3njfq_137 ._ruleText_3njfq_132{color:#cc95ff}._numberFont_2d4tx_1{font-family:Satoshi}._imgBox_2d4tx_4>img{width:100%;display:block}._ellipsis_2d4tx_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_2d4tx_14::-webkit-scrollbar{display:none}._agentRankPop_2d4tx_17{z-index:1000;max-width:var(--max-width);height:var(--min-height);width:100vw;position:fixed;top:0;left:50%;transform:translate(-50%)}._agentRankPop_2d4tx_17 ._agentRankPopMask_2d4tx_27{width:100%;height:100%}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31{box-sizing:border-box;background:linear-gradient(#311870,#291066);border-radius:10rem 10rem 0 0;flex-direction:column;width:100%;height:60%;padding:0 15rem;display:flex;position:absolute;bottom:0;left:0;box-shadow:inset 0 3rem #530faa}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popHead_2d4tx_45{justify-content:center;align-items:center;width:100%;height:50rem;display:flex;position:relative}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popHead_2d4tx_45 ._popHeadText_2d4tx_53{color:#ece3ff}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popHead_2d4tx_45 ._popHeadClose_2d4tx_56{width:25rem;height:25rem;position:absolute;top:50%;right:0;transform:translateY(-50%)}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64{flex:1;overflow-y:auto}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64 ._popLayout_2d4tx_68{flex-direction:column;gap:5rem;width:100%;margin-bottom:10rem;display:flex}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64 ._popLayout_2d4tx_68 ._popItem_2d4tx_75{box-sizing:border-box;background:#1e1048;border-radius:6rem;justify-content:space-between;align-items:center;width:100%;padding:6rem 15rem 6rem 0;display:flex;box-shadow:inset 0 -4rem 9.3rem #201066}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64 ._popLayout_2d4tx_68 ._popItem_2d4tx_75 ._itemLeft_2d4tx_86{justify-content:center;align-items:center;gap:5rem;display:flex}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64 ._popLayout_2d4tx_68 ._popItem_2d4tx_75 ._itemLeft_2d4tx_86 ._rankNum_2d4tx_92{justify-content:center;align-items:center;width:45rem;height:100%;display:flex}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64 ._popLayout_2d4tx_68 ._popItem_2d4tx_75 ._itemLeft_2d4tx_86 ._rankNum_2d4tx_92 img{width:100%}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64 ._popLayout_2d4tx_68 ._popItem_2d4tx_75 ._itemLeft_2d4tx_86 ._rankNum_2d4tx_92 ._num_2d4tx_1{color:#ade7f2;font-size:24rem}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64 ._popLayout_2d4tx_68 ._popItem_2d4tx_75 ._itemLeft_2d4tx_86 ._rankHead_2d4tx_106{background:linear-gradient(#8a50ff,#4927de);border-radius:45rem;justify-content:center;align-items:center;width:45rem;height:45rem;display:flex;position:relative}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64 ._popLayout_2d4tx_68 ._popItem_2d4tx_75 ._itemLeft_2d4tx_86 ._rankHead_2d4tx_106 ._headImg_2d4tx_116{justify-content:center;align-items:center;width:43rem;display:flex}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64 ._popLayout_2d4tx_68 ._popItem_2d4tx_75 ._itemLeft_2d4tx_86 ._rankHead_2d4tx_106 ._headImg_2d4tx_116 img{width:100%}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64 ._popLayout_2d4tx_68 ._popItem_2d4tx_75 ._itemLeft_2d4tx_86 ._rankHead_2d4tx_106 ._vipCrow_2d4tx_125{justify-content:center;align-items:center;width:90%;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64 ._popLayout_2d4tx_68 ._popItem_2d4tx_75 ._itemLeft_2d4tx_86 ._rankHead_2d4tx_106 ._vipCrow_2d4tx_125 img{width:100%}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64 ._popLayout_2d4tx_68 ._popItem_2d4tx_75 ._itemLeft_2d4tx_86 ._leftInfo_2d4tx_138{flex-direction:column;justify-content:center;align-items:flex-start;gap:5rem;display:flex}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64 ._popLayout_2d4tx_68 ._popItem_2d4tx_75 ._itemLeft_2d4tx_86 ._leftInfo_2d4tx_138 ._userName_2d4tx_145{color:#a6d3db;font-size:11rem;line-height:11rem}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64 ._popLayout_2d4tx_68 ._popItem_2d4tx_75 ._itemLeft_2d4tx_86 ._leftInfo_2d4tx_138 ._inviteNum_2d4tx_150{color:#e4aa6c;font-size:12rem;line-height:12rem}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64 ._popLayout_2d4tx_68 ._popItem_2d4tx_75 ._itemRight_2d4tx_155{flex-direction:column;justify-content:center;align-items:flex-end;gap:5rem;display:flex}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64 ._popLayout_2d4tx_68 ._popItem_2d4tx_75 ._itemRight_2d4tx_155 ._inviteReward_2d4tx_162{color:#a0e8f5;font-size:12rem;line-height:12rem}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64 ._popLayout_2d4tx_68 ._popItem_2d4tx_75 ._itemRight_2d4tx_155 ._inviteRate_2d4tx_167{gap:3rem;display:flex}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64 ._popLayout_2d4tx_68 ._popItem_2d4tx_75 ._itemRight_2d4tx_155 ._inviteRate_2d4tx_167 ._rateIcon_2d4tx_171{justify-content:center;align-items:center;width:11rem;display:flex}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64 ._popLayout_2d4tx_68 ._popItem_2d4tx_75 ._itemRight_2d4tx_155 ._inviteRate_2d4tx_167 ._rateIcon_2d4tx_171 img{width:100%}._agentRankPop_2d4tx_17 ._agentRankPopBody_2d4tx_31 ._popBody_2d4tx_64 ._popLayout_2d4tx_68 ._popItem_2d4tx_75 ._itemRight_2d4tx_155 ._inviteRate_2d4tx_167 ._rateNum_2d4tx_180{color:#ffd83c;line-height:14rem}._slide_up_2d4tx_184{animation:.3s ease-out forwards _slideUpAnim_2d4tx_1}@keyframes _slideUpAnim_2d4tx_1{0%{opacity:0;transform:translate(-50%,100%)}to{opacity:1;transform:translate(-50%)}}._slide_down_2d4tx_197{animation:.3s ease-in forwards _slideDownAnim_2d4tx_1}@keyframes _slideDownAnim_2d4tx_1{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,100%)}}._numberFont_9116f_1{font-family:Satoshi}._imgBox_9116f_4>img{width:100%;display:block}._ellipsis_9116f_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_9116f_14::-webkit-scrollbar{display:none}._registerAwardWrap_9116f_17{text-align:center;width:100%;position:relative}._registerAwardWrap_9116f_17 ._closeBtnWrap_9116f_22{z-index:10;position:absolute;top:70rem;right:40rem}._registerAwardWrap_9116f_17 ._closeBtnWrap_9116f_22 ._close_9116f_22{width:27rem;height:27rem}._registerAwardWrap_9116f_17 ._closeBtnWrap_9116f_22 ._close_9116f_22 img{width:100%;height:100%}._registerAwardWrap_9116f_17 ._bg_9116f_36{z-index:1;width:100%;height:100%;position:absolute;inset:0}._registerAwardWrap_9116f_17 ._bg_9116f_36 ._animationWrap_9116f_43{z-index:2;position:absolute;top:35%;left:50%}._registerAwardWrap_9116f_17 ._content_9116f_49{z-index:10;flex-direction:column;gap:5rem;display:flex;position:relative}._registerAwardWrap_9116f_17 ._content_9116f_49 ._title_9116f_56{justify-content:center;align-items:center;height:31rem;display:flex}._registerAwardWrap_9116f_17 ._content_9116f_49 ._title_9116f_56 img{height:100%;display:block}._registerAwardWrap_9116f_17 ._content_9116f_49 ._littleTitle_9116f_66{line-height:var(--Font_line_height_normal);color:#fff;font-family:var(--Font_family_Roboto);font-size:var(--Font_size_16);font-weight:var(--Variable-collection-Font_weight_500);padding:0 20rem}._registerAwardWrap_9116f_17 ._content_9116f_49 ._bgWrap_9116f_74{justify-content:center;align-items:center;margin-top:14rem;display:flex;position:relative}._registerAwardWrap_9116f_17 ._content_9116f_49 ._bgWrap_9116f_74 img{width:82%;display:block}._registerAwardWrap_9116f_17 ._content_9116f_49 ._bgWrap_9116f_74 ._amount_9116f_85{text-shadow:-2rem -2rem #5a16a7,2rem -2rem #9b42ff,-2rem 2rem #5a16a7,2rem 2rem #9b42ff;font-family:Satoshi;font-size:48rem;font-weight:900;position:absolute;bottom:10%;left:50%;transform:translate(-50%)}._registerAwardWrap_9116f_17 ._content_9116f_49 ._bgWrap_9116f_74 ._amount_9116f_85 ._numberImg_9116f_95{justify-content:center}._registerAwardWrap_9116f_17 ._content_9116f_49 ._bgWrap_9116f_74 ._amount_9116f_85 ._numberImg_9116f_95 img{height:62rem}._registerAwardWrap_9116f_17 ._content_9116f_49 ._bgWrap_9116f_74 ._amount_9116f_85 ._numberImg_9116f_95 img:nth-child(2){margin:0}._registerAwardWrap_9116f_17 ._content_9116f_49 ._btnWrap_9116f_104{text-align:center;width:70%;margin:auto;font-weight:700}._registerAwardWrap_9116f_17 ._content_9116f_49 ._btnWrap_9116f_104>div{justify-content:center;align-items:center;padding:5.5rem 0;font-size:18rem;display:flex}._numberFont_xdl3z_1{font-family:Satoshi}._imgBox_xdl3z_4>img{width:100%;display:block}._ellipsis_xdl3z_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_xdl3z_14::-webkit-scrollbar{display:none}._bottomNavContainer_xdl3z_18{flex-direction:column;height:100%;display:flex;overflow:hidden}._content_xdl3z_24{flex-direction:column;flex:1;justify-content:center;align-items:start;display:flex;overflow:hidden}._contentBox_xdl3z_33{width:100%;height:100%;padding-bottom:40rem;overflow:auto}._tabBar_xdl3z_39{z-index:9;justify-content:space-around;align-items:center;padding:5px 0;display:flex;position:relative}._tabBar_xdl3z_39>img{width:100%;position:absolute;bottom:-16rem}._tabBar_xdl3z_39 ._tabBarWrap_xdl3z_52{align-items:center;width:100%;display:flex;position:absolute;top:-56rem}._tabItem_xdl3z_59{color:#5e5c82;cursor:pointer;-webkit-tap-highlight-color:transparent;flex-direction:column;flex:1;justify-content:center;align-items:center;width:51rem;height:51rem;text-decoration:none;display:flex;position:relative}._tabItem_xdl3z_59 ._iconWrap_xdl3z_73{z-index:10;flex-direction:column;justify-content:space-around;align-items:center;width:51rem;height:51rem;display:flex;position:absolute;top:25%}._tabItem_xdl3z_59 ._iconWrap_xdl3z_73 img{width:51rem;height:51rem;position:absolute;top:-22%;left:50%;transform:translate(-50%)}._tabItem_xdl3z_59 ._iconWrap_xdl3z_73 span{z-index:100;font-size:10rem;position:absolute;bottom:16%;left:50%;transform:translate(-50%)}._tabItem_xdl3z_59._active_xdl3z_100{color:#fff}._tabItem_xdl3z_59._active_xdl3z_100 ._activeBg_xdl3z_103{z-index:1;justify-content:center;align-items:center;width:56rem;height:56rem;display:flex;position:absolute;top:55%;left:50%;transform:translate(-50%,-50%)}._tabItem_xdl3z_59._active_xdl3z_100 ._activeBg_xdl3z_103 img{width:100%;height:100%;position:static;transform:translate(0)}._tabItem_xdl3z_59._active_xdl3z_100 ._iconWrap_xdl3z_73{z-index:10;flex-direction:column;justify-content:space-around;align-items:center;width:51rem;height:51rem;display:flex;position:absolute;top:16%}._tabItem_xdl3z_59 ._middleBox_xdl3z_132{height:29rem}._tabItem_xdl3z_59 ._show_xdl3z_135{display:block!important}._tabItem_xdl3z_59 ._none_xdl3z_138{display:none!important}._huode_xdl3z_141{width:80rem;height:60rem;position:absolute;bottom:10rem;right:0;overflow:hidden}._numberFont_12qrc_1{font-family:Satoshi}._imgBox_12qrc_4>img{width:100%;display:block}._ellipsis_12qrc_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_12qrc_14::-webkit-scrollbar{display:none}._moreContainer_12qrc_17{z-index:20;position:fixed;bottom:80rem;right:10rem}._moreContainer_12qrc_17 ._more_icon_12qrc_23{background-color:#27083eb3;border-radius:48rem;justify-content:center;align-items:center;width:48rem;height:48rem;display:flex}._moreContainer_12qrc_17 ._more_icon_12qrc_23._active_12qrc_32 img{transform:rotate(180deg)}._moreContainer_12qrc_17 ._more_icon_12qrc_23 img{transition:all .3s;transform:rotate(0)}._moreContainer_12qrc_17 ._slide_down_12qrc_39{justify-content:center;align-items:center;margin-bottom:12rem;display:flex}._moreContainer_12qrc_17 ._slide_down_12qrc_39 ._more_pop_12qrc_45{flex-direction:column;justify-content:center;align-items:center;gap:5rem;width:58rem;display:flex}._moreContainer_12qrc_17 ._slide_down_12qrc_39 ._more_pop_12qrc_45._none_12qrc_53{display:none}._draggable_12qrc_56{z-index:99;width:100%;height:100%;top:0;right:0}._service_12qrc_63{width:58rem;height:58rem}._service_12qrc_63 img{width:100%;height:100%;display:block}._numberFont_1hw3h_1{font-family:Satoshi}._imgBox_1hw3h_4>img{width:100%;display:block}._ellipsis_1hw3h_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1hw3h_14::-webkit-scrollbar{display:none}._item_1hw3h_17{border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}._item_1hw3h_17._box_1hw3h_24{box-sizing:border-box;width:58rem;height:58rem}._item_1hw3h_17 ._bg_1hw3h_29{width:100%;height:100%;position:relative}._item_1hw3h_17 ._bg_1hw3h_29 ._point_1hw3h_34{background:#f55;border:.5rem solid #fff;border-radius:7rem;width:7rem;height:7rem;position:absolute;top:-1rem;right:-1rem}._item_1hw3h_17 ._bg_1hw3h_29 ._limit_1hw3h_44{z-index:10;width:90%;position:absolute;bottom:8rem;left:5%}._item_1hw3h_17 ._bg_1hw3h_29 ._limit_1hw3h_44 ._limitBg_1hw3h_51{justify-content:center;align-items:center;width:100%;display:flex}._item_1hw3h_17 ._bg_1hw3h_29 ._limit_1hw3h_44 ._limitBg_1hw3h_51 img{width:100%}._item_1hw3h_17 ._bg_1hw3h_29 ._limit_1hw3h_44 ._limitTime_1hw3h_60{font-size:10rem;line-height:10rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._item_1hw3h_17 ._amount_1hw3h_68{z-index:10;width:54rem;height:15rem;font-family:Satoshi;font-size:10rem;position:absolute;bottom:6rem;left:50%;transform:translate(-50%)}._item_1hw3h_17 ._amount_1hw3h_68 ._red_1hw3h_79{width:100%;height:100%;position:absolute;bottom:0;left:0}._item_1hw3h_17 ._amount_1hw3h_68 ._red_1hw3h_79 img{width:100%;height:100%}._item_1hw3h_17 ._amount_1hw3h_68 ._money_1hw3h_90{z-index:10;text-align:center;line-height:16rem;position:relative}._item_1hw3h_17 ._maxAmount_1hw3h_96{z-index:10;color:#fff;white-space:nowrap;background-color:#ff6251;border-radius:7rem;align-items:center;height:20rem;padding:0 6rem;font-family:Satoshi;font-size:11rem;display:flex;position:absolute;top:-20rem;left:50%;transform:translate(-50%);box-shadow:2rem 4rem 6rem #00000073}._item_1hw3h_17 ._maxAmount_1hw3h_96 ._arr_1hw3h_114{background:#ff6251;width:8rem;height:8rem;position:absolute;bottom:-3rem;left:50%;transform:translate(-50%)rotate(45deg)}._item_1hw3h_17 ._light_1hw3h_123{width:100%;height:100%;position:absolute;top:0;left:0}._item_1hw3h_17 ._light_1hw3h_123 img{width:100%;height:100%}._item_1hw3h_17:nth-last-child(2),._item_1hw3h_17:nth-last-child(3),._item_1hw3h_17:nth-last-child(4){box-sizing:border-box;padding:1rem}._ani_1hw3h_146{width:100%;height:100%;position:relative}._numberFont_38csq_1{font-family:Satoshi}._imgBox_38csq_4>img{width:100%;display:block}._ellipsis_38csq_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_38csq_14::-webkit-scrollbar{display:none}._eventsWrap_38csq_17{box-sizing:border-box;background:linear-gradient(#170c3b,#170c3b);flex-direction:column;width:100%;height:100%;display:flex;position:relative}._eventsWrap_38csq_17 ._eventHead_38csq_26{text-align:center;justify-content:space-between;align-items:center;padding:5rem 16rem;font-family:Roboto;font-size:16rem;font-weight:700;display:flex}._eventsWrap_38csq_17 ._eventHead_38csq_26 ._headTitle_38csq_36{color:#fff}._eventsWrap_38csq_17 ._eventHead_38csq_26 ._headClose_38csq_39{justify-content:center;align-items:center;display:flex}._eventsWrap_38csq_17 ._eventHead_38csq_26 ._headClose_38csq_39 img{height:33rem}._eventsWrap_38csq_17 ._body_38csq_47{box-sizing:border-box;text-align:center;flex:1;gap:5rem;padding:7rem 12rem 15rem;font-family:Roboto;font-size:16rem;font-weight:700;display:flex;overflow:hidden}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59{flex:1;height:100%;font-family:Satoshi;overflow-y:auto}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 img{width:100%;height:100%;display:block}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._actBody_38csq_70{width:100%;padding-bottom:60rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74{border-radius:8rem;width:100%;position:relative;overflow:hidden}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74 ._receivedTag_38csq_80{color:#fff;background:#17ae5c;border:.5rem solid #28be3f;border-bottom-left-radius:8rem;align-items:center;height:22rem;padding:0 5rem;font-family:Roboto;font-size:10rem;font-weight:400;display:flex;position:absolute;top:-1rem;right:-1rem;box-shadow:0 1rem 2rem #00000040}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74 ._receivedTag_38csq_80 img{width:11rem;display:block}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74 ._receivedTag_38csq_80 span{margin-left:3rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74 ._host_38csq_104{color:#fff;background-color:#00000080;border-radius:10rem 0 0 10rem;justify-content:center;align-items:center;height:19rem;padding:0 8rem;font-size:12rem;font-weight:400;line-height:12rem;display:flex;position:absolute;bottom:30.5%;right:0}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74 ._people_38csq_120{color:#fff;background:#fff3;border-radius:30rem;align-items:center;height:17rem;padding:0 5rem 0 2rem;font-family:Roboto;font-size:10rem;font-weight:400;display:flex;position:absolute;bottom:3rem;left:6rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74 ._people_38csq_120 ._icon_38csq_135{width:14rem;margin-right:4rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74 ._people_38csq_120 ._icon_38csq_135 img{width:100%;display:block}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74._es_38csq_143 ._down_load_amount_38csq_143{top:60rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74._es_38csq_143 ._experience_gold_amount_38csq_146{top:57rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74._es_38csq_143 ._free_cash_amount_38csq_149{top:55rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74._es_38csq_143 ._lucky_spin_amount_38csq_152{top:56rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74._es_38csq_143 ._vip_lottery_amount_38csq_155,._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74._es_38csq_143 ._vip_sign_amount_38csq_158{top:60rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74._es_38csq_143 ._vip_gift_amount_38csq_161{top:59rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74._es_38csq_143 ._proxy_amount_38csq_164{top:51rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74._es_38csq_143 ._first_charge_amount_38csq_167,._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74._es_38csq_143 ._second_charge_amount_38csq_168{top:59rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74 ._down_load_amount_38csq_143{top:62rem;left:22rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74 ._experience_gold_amount_38csq_146{top:60rem;left:44rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74 ._financial_center_amount_38csq_179{top:68rem;left:40rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74 ._free_cash_amount_38csq_149{top:58rem;left:46rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74 ._lucky_spin_amount_38csq_152{top:60rem;left:42rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74 ._vip_lottery_amount_38csq_155{top:63rem;left:42rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74 ._vip_sign_amount_38csq_158{top:65rem;left:46rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74 ._vip_gift_amount_38csq_161{top:62rem;left:44rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74 ._proxy_amount_38csq_164{color:#ffd202;font-size:20rem;top:55rem;left:38rem}._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74 ._first_charge_amount_38csq_167,._eventsWrap_38csq_17 ._body_38csq_47 ._actWrap_38csq_59 ._item_38csq_74 ._second_charge_amount_38csq_168{top:62rem;left:46rem}._eventsWrap_38csq_17 ._item_38csq_74{margin-bottom:8rem}._loadingWrap_38csq_217{background:#fff;border-radius:20rem;justify-content:center;align-items:center;height:128rem;margin-bottom:15rem;display:flex}._numberFont_11d4a_1{font-family:Satoshi}._imgBox_11d4a_4>img{width:100%;display:block}._ellipsis_11d4a_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_11d4a_14::-webkit-scrollbar{display:none}._redEnvelopesWrap_11d4a_17{text-align:center;color:#fff;background-color:#1c1631;flex-flow:column;width:100%;height:100%;font-family:Roboto;font-size:16rem;font-weight:700;display:flex}._redEnvelopesWrap_11d4a_17._fullScreen_11d4a_29{position:fixed;top:0;left:0}._redEnvelopesWrap_11d4a_17 ._headerContent_11d4a_34{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;height:50rem;padding:0 11rem;display:flex}._redEnvelopesWrap_11d4a_17 ._headerContent_11d4a_34 ._headerLeft_11d4a_43{background-color:#2d0d62;border-radius:9rem;justify-content:flex-start;align-items:center;gap:7rem;min-width:120rem;height:20rem;padding:4rem 4rem 5rem;display:flex}._redEnvelopesWrap_11d4a_17 ._headerContent_11d4a_34 ._headerLeft_11d4a_43 img{width:19rem}._redEnvelopesWrap_11d4a_17 ._headerContent_11d4a_34 ._headerLeft_11d4a_43 ._headerAmount_11d4a_57{text-align:center;font-family:Roboto;font-size:13rem;font-weight:700}._redEnvelopesWrap_11d4a_17 ._headerContent_11d4a_34 ._titleLable_11d4a_63{flex:1}._redEnvelopesWrap_11d4a_17 ._headerContent_11d4a_34 ._headerRight_11d4a_66{justify-content:center;align-items:center;gap:17rem;display:flex}._redEnvelopesWrap_11d4a_17 ._headerContent_11d4a_34 ._headerRight_11d4a_66 img{width:33rem}._redEnvelopesWrap_11d4a_17 ._headerContent_11d4a_34 ._headerRight_11d4a_66 ._btn_11d4a_75,._redEnvelopesWrap_11d4a_17 ._headerContent_11d4a_34 ._btnClose_11d4a_79{width:33rem;height:33rem}._redEnvelopesWrap_11d4a_17 ._content_11d4a_83{box-sizing:border-box;background:#1c1631;flex-flow:column;flex:1;padding:0 12rem 0;display:flex}._redEnvelopesWrap_11d4a_17 ._content_11d4a_83 ._loadingWrap_11d4a_91{justify-content:center;align-items:center;height:110rem;display:flex}._redEnvelopesWrap_11d4a_17 ._content_11d4a_83 ._wrap_11d4a_97{border-radius:6rem;flex:1;position:relative}._redEnvelopesWrap_11d4a_17 ._content_11d4a_83 ._wrap_11d4a_97 ._wrapBg_11d4a_102{z-index:10;border-radius:6rem;width:100%;height:100%;position:absolute;inset:0}._redEnvelopesWrap_11d4a_17 ._content_11d4a_83 ._wrap_11d4a_97 ._wrapBg_11d4a_102 img{width:100%;height:100%;display:inline-block}._redEnvelopesWrap_11d4a_17 ._content_11d4a_83 ._wrap_11d4a_97 ._contentWrap_11d4a_115{z-index:11;box-sizing:border-box;flex-direction:column;flex:1;padding:18rem 8rem 0;display:flex;position:absolute;inset:0;overflow-y:auto}._redEnvelopesWrap_11d4a_17 ._content_11d4a_83 ._wrap_11d4a_97 ._contentWrap_11d4a_115 ._myLinkWrap_11d4a_126{box-sizing:border-box;background:linear-gradient(48deg,#754fff5c 36%,#3d87fb);border-radius:6rem;flex-direction:column;width:100%;padding:10rem 5rem;display:flex}._redEnvelopesWrap_11d4a_17 ._content_11d4a_83 ._wrap_11d4a_97 ._contentWrap_11d4a_115 ._myLinkWrap_11d4a_126 ._linkTitle_11d4a_135{box-sizing:border-box;color:#fff;align-self:flex-start;padding-left:7rem;font-family:Roboto;font-size:14rem;font-weight:900}._redEnvelopesWrap_11d4a_17 ._content_11d4a_83 ._wrap_11d4a_97 ._contentWrap_11d4a_115 ._myLinkWrap_11d4a_126 ._linkCopyWrap_11d4a_144{box-sizing:border-box;background:linear-gradient(#4d63edad 68%,#2b7ae4);border:1rem dashed #67a6ffba;border-radius:7rem;justify-content:space-between;align-items:center;width:100%;margin-top:8rem;margin-bottom:8rem;padding:8rem;display:flex}._redEnvelopesWrap_11d4a_17 ._content_11d4a_83 ._wrap_11d4a_97 ._contentWrap_11d4a_115 ._myLinkWrap_11d4a_126 ._linkCopyWrap_11d4a_144 ._linkContent_11d4a_157{text-align:left;word-break:break-all;flex:1;margin-right:8rem;font-size:13rem;font-weight:700}._redEnvelopesWrap_11d4a_17 ._content_11d4a_83 ._wrap_11d4a_97 ._contentWrap_11d4a_115 ._myLinkWrap_11d4a_126 ._linkCopyWrap_11d4a_144 ._linkCopyBtn_11d4a_165{width:24rem;height:24rem}._redEnvelopesWrap_11d4a_17 ._content_11d4a_83 ._wrap_11d4a_97 ._contentWrap_11d4a_115 ._myLinkWrap_11d4a_126 ._linkCopyWrap_11d4a_144 ._linkCopyBtn_11d4a_165 img{width:100%;height:100%;display:inline-block}._redEnvelopesWrap_11d4a_17 ._content_11d4a_83 ._wrap_11d4a_97 ._contentWrap_11d4a_115 ._myLinkWrap_11d4a_126 ._shareAppsWrap_11d4a_174{justify-content:space-around;padding:0 8rem;display:flex}._redEnvelopesWrap_11d4a_17 ._content_11d4a_83 ._wrap_11d4a_97 ._contentWrap_11d4a_115 ._myLinkWrap_11d4a_126 ._shareAppsWrap_11d4a_174 ._shareApp_11d4a_174{flex-direction:column;justify-content:center;align-items:center;display:flex}._redEnvelopesWrap_11d4a_17 ._content_11d4a_83 ._wrap_11d4a_97 ._contentWrap_11d4a_115 ._myLinkWrap_11d4a_126 ._shareAppsWrap_11d4a_174 ._shareApp_11d4a_174 ._appIcon_11d4a_185{width:43rem;height:43rem}._redEnvelopesWrap_11d4a_17 ._content_11d4a_83 ._wrap_11d4a_97 ._contentWrap_11d4a_115 ._myLinkWrap_11d4a_126 ._shareAppsWrap_11d4a_174 ._shareApp_11d4a_174 ._appIcon_11d4a_185 img{width:100%;height:100%;display:inline-block}._redEnvelopesWrap_11d4a_17 ._content_11d4a_83 ._wrap_11d4a_97 ._contentWrap_11d4a_115 ._myLinkWrap_11d4a_126 ._shareAppsWrap_11d4a_174 ._shareApp_11d4a_174 ._appTitle_11d4a_194{color:#fff;margin-top:4rem;font-family:Roboto;font-size:12rem;font-weight:700}._redEnvelopesWrap_11d4a_17 ._content_11d4a_83 ._wrap_11d4a_97 ._contentWrap_11d4a_115 ._ruleWrap_11d4a_201{width:100%;margin-top:10rem}._redEnvelopesWrap_11d4a_17 ._content_11d4a_83 ._wrap_11d4a_97 ._contentWrap_11d4a_115 ._ruleWrap_11d4a_201 ._ruleBg_11d4a_205{width:100%;height:100%}._redEnvelopesWrap_11d4a_17 ._content_11d4a_83 ._wrap_11d4a_97 ._contentWrap_11d4a_115 ._ruleWrap_11d4a_201 ._ruleBg_11d4a_205 img{width:100%;height:100%;display:inline-block}._numberFont_1iff7_1{font-family:Satoshi}._imgBox_1iff7_4>img{width:100%;display:block}._ellipsis_1iff7_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1iff7_14::-webkit-scrollbar{display:none}._jackpot_1iff7_17{width:100%;height:120rem;position:relative}._jackpot_1iff7_17 ._jackpotBg_1iff7_22{width:258rem;height:110rem;position:absolute;top:36%;left:50%;transform:translate(-50%,-50%)}._jackpot_1iff7_17 ._jackpotBg_1iff7_22 ._jackpotNumberWrap_1iff7_30{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}._jackpot_1iff7_17 ._jackpotBg_1iff7_22 ._jackpotNumberWrap_1iff7_30 ._jackpotNumberImg_1iff7_36{height:32rem}._jackpot_1iff7_17 ._jackpotBg_1iff7_22 ._jackpotNumberWrap_1iff7_30 ._jackpotNumberImg_1iff7_36 img{height:100%;display:block}._numberFont_nr81o_1{font-family:Satoshi}._imgBox_nr81o_4>img{width:100%;display:block}._ellipsis_nr81o_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_nr81o_14::-webkit-scrollbar{display:none}._rankingsTop3_nr81o_17{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24,._rankingsTop3_nr81o_17 ._rankingsTop3Bottom_nr81o_25{justify-content:space-around;width:302rem;display:flex}._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24{position:relative}._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser1_nr81o_33,._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser2_nr81o_34,._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser3_nr81o_35{width:78rem;height:76rem;position:relative}._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser1_nr81o_33 ._topUserBg_nr81o_40,._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser2_nr81o_34 ._topUserBg_nr81o_40,._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser3_nr81o_35 ._topUserBg_nr81o_40,._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser1_nr81o_33 ._userIcon_nr81o_43,._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser2_nr81o_34 ._userIcon_nr81o_43,._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser3_nr81o_35 ._userIcon_nr81o_43{width:100%;height:100%}._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser1_nr81o_33 ._topUserBg_nr81o_40,._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser2_nr81o_34 ._topUserBg_nr81o_40,._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser3_nr81o_35 ._topUserBg_nr81o_40{z-index:21;position:absolute}._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser1_nr81o_33 ._userIcon_nr81o_43,._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser2_nr81o_34 ._userIcon_nr81o_43,._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser3_nr81o_35 ._userIcon_nr81o_43{z-index:20;width:58rem;height:56rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser1_nr81o_33 ._userIcon_nr81o_43 img,._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser2_nr81o_34 ._userIcon_nr81o_43 img,._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser3_nr81o_35 ._userIcon_nr81o_43 img{width:100%;height:100%;display:inline-block}._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser2_nr81o_34,._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser3_nr81o_35{margin-top:30rem}._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser1_nr81o_33{width:92rem;height:95rem}._rankingsTop3_nr81o_17 ._rankingsTop3User_nr81o_24 ._topUser1_nr81o_33 ._userIcon_nr81o_43{width:72rem;height:75rem}._rankingsTop3_nr81o_17 ._rankingsTop3Bottom_nr81o_25{width:302rem;position:relative}._rankingsTop3_nr81o_17 ._rankingsTop3Bottom_nr81o_25 ._bottomBg_nr81o_89{width:100%}._rankingsTop3_nr81o_17 ._rankingsTop3Bottom_nr81o_25 ._bottomBg_nr81o_89 img{width:100%;height:100%;display:inline-block}._rankingsTop3_nr81o_17 ._rankingsTop3Bottom_nr81o_25 ._rankingsInfo_nr81o_97{box-sizing:border-box;justify-content:space-between;width:100%;height:80rem;padding:0 6rem;display:flex;position:absolute}._rankingsTop3_nr81o_17 ._rankingsTop3Bottom_nr81o_25 ._rankingsInfo_nr81o_97 ._rankingsInfoItem_nr81o_106 ._userCode_nr81o_106{text-align:center;background-color:#150a41c2;border-radius:20rem;width:82rem;height:18rem;margin-bottom:12rem;font-size:11rem;font-weight:500;line-height:18rem}._rankingsTop3_nr81o_17 ._rankingsTop3Bottom_nr81o_25 ._rankingsInfo_nr81o_97 ._rankingsInfoItem_nr81o_106 ._bettingInfo_nr81o_117{color:#f2e8a0;font-size:9rem;font-weight:500}._rankingsTop3_nr81o_17 ._rankingsTop3Bottom_nr81o_25 ._rankingsInfo_nr81o_97 ._rankingsInfoItem_nr81o_106:nth-of-type(2){position:absolute;bottom:30rem;left:50%;transform:translate(-50%)}._rankingsTop3_nr81o_17 ._rankingsTop3Bottom_nr81o_25 ._rankingsInfo_nr81o_97 ._rankingsInfoItem_nr81o_106:nth-of-type(2) ._bettingInfo_nr81o_117{color:#ffe500;font-size:11rem;font-weight:500}._numberFont_1fdua_1{font-family:Satoshi}._imgBox_1fdua_4>img{width:100%;display:block}._ellipsis_1fdua_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_1fdua_14::-webkit-scrollbar{display:none}._rankingsListWrap_1fdua_17{box-sizing:border-box;background-color:#1a1537;border-top-left-radius:8rem;border-top-right-radius:8rem;flex-direction:column;padding:16rem 12rem 0;display:flex;overflow-y:auto}._rankingsListWrap_1fdua_17 ._rankingsItemWrap_1fdua_27{box-sizing:border-box;border-radius:8rem;width:100%;min-height:52rem;margin-bottom:5rem;padding:6rem 16rem;position:relative}._rankingsListWrap_1fdua_17 ._rankingsItemWrap_1fdua_27:last-child{margin-bottom:0}._rankingsListWrap_1fdua_17 ._rankingsItemWrap_1fdua_27 ._rankingItemBg_1fdua_39{z-index:10;width:100%;height:100%;position:absolute;inset:0}._rankingsListWrap_1fdua_17 ._rankingsItemWrap_1fdua_27 ._rankingItemBg_1fdua_39 img{width:100%;height:100%;display:inline-block}._rankingsListWrap_1fdua_17 ._rankingsItemWrap_1fdua_27 ._rankingItemInfo_1fdua_51{z-index:11;box-sizing:border-box;height:100%;padding:0 16rem;display:flex;position:absolute;inset:0}._rankingsListWrap_1fdua_17 ._rankingsItemWrap_1fdua_27 ._rankingItemInfo_1fdua_51 ._leftWrap_1fdua_60{align-items:center;height:100%;display:flex}._rankingsListWrap_1fdua_17 ._rankingsItemWrap_1fdua_27 ._rankingItemInfo_1fdua_51 ._leftWrap_1fdua_60 ._rankingIndex_1fdua_65{color:#baf4ff;width:30rem;margin-right:10rem;font-family:Roboto;font-size:20rem;font-weight:500}._rankingsListWrap_1fdua_17 ._rankingsItemWrap_1fdua_27 ._rankingItemInfo_1fdua_51 ._leftWrap_1fdua_60 ._userIcon_1fdua_73{width:36rem;height:36rem}._rankingsListWrap_1fdua_17 ._rankingsItemWrap_1fdua_27 ._rankingItemInfo_1fdua_51 ._leftWrap_1fdua_60 ._userIcon_1fdua_73 img{width:100%;height:100%;display:inline-block}._rankingsListWrap_1fdua_17 ._rankingsItemWrap_1fdua_27 ._rankingItemInfo_1fdua_51 ._rightWrap_1fdua_82{flex-direction:column;flex:1;justify-content:center;height:100%;margin-left:6rem;display:flex}._rankingsListWrap_1fdua_17 ._rankingsItemWrap_1fdua_27 ._rankingItemInfo_1fdua_51 ._rightWrap_1fdua_82 ._topInfo_1fdua_90,._rankingsListWrap_1fdua_17 ._rankingsItemWrap_1fdua_27 ._rankingItemInfo_1fdua_51 ._rightWrap_1fdua_82 ._bottomInfo_1fdua_91{text-align:center;justify-content:space-between;display:flex}._rankingsListWrap_1fdua_17 ._rankingsItemWrap_1fdua_27 ._rankingItemInfo_1fdua_51 ._rightWrap_1fdua_82 ._topInfo_1fdua_90{color:#a6d3db;font-size:11.5rem;font-weight:500}._rankingsListWrap_1fdua_17 ._rankingsItemWrap_1fdua_27 ._rankingItemInfo_1fdua_51 ._rightWrap_1fdua_82 ._bottomInfo_1fdua_91{color:#ffca4b;font-size:12.5rem;font-weight:500}._numberFont_miuo7_1{font-family:Satoshi}._imgBox_miuo7_4>img{width:100%;display:block}._ellipsis_miuo7_8{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._scrollbarNone_miuo7_14::-webkit-scrollbar{display:none}._bettingRankingsWrap_miuo7_17{text-align:center;color:#fff;box-sizing:border-box;flex-flow:column;width:100%;height:100%;font-family:Roboto;font-size:16rem;font-weight:700;display:flex;position:relative}._bettingRankingsWrap_miuo7_17._fullScreen_miuo7_30{position:fixed;top:0;left:0}._bettingRankingsWrap_miuo7_17 ._wrapBg_miuo7_35{z-index:10;border-radius:6rem;width:100%;height:100%;position:absolute;inset:0}._bettingRankingsWrap_miuo7_17 ._wrapBg_miuo7_35 img{width:100%;height:100%;display:inline-block}._bettingRankingsWrap_miuo7_17 ._contentWrap_miuo7_48{z-index:11;flex-direction:column;display:flex;position:absolute;inset:0}._bettingRankingsWrap_miuo7_17 ._contentWrap_miuo7_48 ._headerContent_miuo7_55{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;height:80rem;padding:0 12rem;display:flex}._bettingRankingsWrap_miuo7_17 ._contentWrap_miuo7_48 ._headerContent_miuo7_55 ._titleLable_miuo7_64{text-align:center;box-sizing:border-box;flex:1;padding-left:20rem}._bettingRankingsWrap_miuo7_17 ._contentWrap_miuo7_48 ._headerContent_miuo7_55 ._headerRight_miuo7_70{justify-content:center;align-items:center;gap:17rem;display:flex}._bettingRankingsWrap_miuo7_17 ._contentWrap_miuo7_48 ._headerContent_miuo7_55 ._headerRight_miuo7_70 img{width:33rem}._bettingRankingsWrap_miuo7_17 ._contentWrap_miuo7_48 ._headerContent_miuo7_55 ._headerRight_miuo7_70 ._btn_miuo7_79,._bettingRankingsWrap_miuo7_17 ._contentWrap_miuo7_48 ._headerContent_miuo7_55 ._btnClose_miuo7_83{width:33rem;height:33rem}._bettingRankingsWrap_miuo7_17 ._contentWrap_miuo7_48 ._bodyContent_miuo7_87{flex-flow:column;flex:1;display:flex;overflow-y:auto}._bettingRankingsWrap_miuo7_17 ._contentWrap_miuo7_48 ._bodyContent_miuo7_87 ._loadingWrap_miuo7_93{justify-content:center;align-items:center;height:110rem;display:flex}._bettingRankingsWrap_miuo7_17 ._contentWrap_miuo7_48 ._bodyContent_miuo7_87 ._jackpotRankingTop3_miuo7_99{width:100%;position:relative}._bettingRankingsWrap_miuo7_17 ._contentWrap_miuo7_48 ._bodyContent_miuo7_87 ._jackpotRankingTop3_miuo7_99 ._animationWrap_miuo7_103{width:100%;position:absolute;top:33%}._bettingRankingsWrap_miuo7_17 ._contentWrap_miuo7_48 ._footerContent_miuo7_108{width:100%;height:64rem;position:relative}._bettingRankingsWrap_miuo7_17 ._contentWrap_miuo7_48 ._footerContent_miuo7_108 ._rankingBottomBgWrap_miuo7_113{z-index:10;width:100%;height:100%;position:absolute;inset:0}._bettingRankingsWrap_miuo7_17 ._contentWrap_miuo7_48 ._footerContent_miuo7_108 ._rankingBottomBgWrap_miuo7_113 img{width:100%;height:100%;display:inline-block}._bettingRankingsWrap_miuo7_17 ._contentWrap_miuo7_48 ._footerContent_miuo7_108 ._rankingBottomWrap_miuo7_125{z-index:11;align-items:center;display:flex;position:absolute;inset:0}._bettingRankingsWrap_miuo7_17 ._contentWrap_miuo7_48 ._footerContent_miuo7_108 ._rankingBottomWrap_miuo7_125 ._userRankIndex_miuo7_132{color:#a3a6d9;text-align:center;width:110rem;font-size:14rem;font-weight:700}._bettingRankingsWrap_miuo7_17 ._contentWrap_miuo7_48 ._footerContent_miuo7_108 ._rankingBottomWrap_miuo7_125 ._userInfo_miuo7_139{color:#e8ddfe;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}._bettingRankingsWrap_miuo7_17 ._contentWrap_miuo7_48 ._footerContent_miuo7_108 ._rankingBottomWrap_miuo7_125 ._userInfo_miuo7_139 ._title_miuo7_64{font-size:17rem;font-weight:500}._bettingRankingsWrap_miuo7_17 ._contentWrap_miuo7_48 ._footerContent_miuo7_108 ._rankingBottomWrap_miuo7_125 ._userInfo_miuo7_139 ._tips_miuo7_152{color:#a3a6d9;font-size:10rem}.numberFont{font-family:Satoshi}.imgBox>img{width:100%;display:block}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.scrollbarNone::-webkit-scrollbar{display:none}body[theme=light]{--hall-bg:linear-gradient(to right, #24134c, #170b37);--header-bg:radial-gradient(ellipse at 50% -100%, #540999 0%, #31046a 100%);--card-bg:#fff;--card-disabled-bg:#fff;--Variable-collection-Color_000:#6b4aff;--Variable-collection-Color_001:#341b78db;--Variable-collection-Color_002:#ffffffb3;--Variable-collection-Color_003:#8b78ba;--Variable-collection-Color_004:#62528e;--Variable-collection-Color_005:#9d59fb;--Variable-collection-Color_006:#b2b8ff;--Variable-collection-Color_007:#827a91;--Variable-collection-Color_008:#fff;--Variable-collection-Color_009:#5e5c82;--Variable-collection-Color_010:#010000;--Variable-collection-Bar_08:8rem;--Variable-collection-Bar_10:10rem;--Variable-collection-Bar_05:5rem;--Variable-collection-Bar_20:20rem;--Variable-collection-Color_011:#814a1e;--Variable-collection-Opacity_80:.8;--Variable-collection-Color_001_01:#fdc93a;--Variable-collection-Opacity_70:.7;--Font_weight_900:900;--Font_weight_500:500;--Font_weight_400:400;--Font_weight_700:700;--Variable-collection-Color_012:#480aba;--Variable-collection-Color:#6333cc;--Variable-collection-Color_013:#ffaffc;--Variable-collection-Color_014:#3963e2;--Font_size_30:30rem;--Variable-collection-Color_015:#283394;--Variable-collection-Color_016:#f155ff;--Variable-collection-Color_017:#5e5c82;--Variable-collection-Bar_010:10rem;--Variable-collection-Bar_06:6rem;--Variable-collection-Bar_12:12rem;--Variable-collection-Color_018:#444344;--Variable-collection-Color_019:#bcb3ca;--Variable-collection-Color_020:#613a98;--Variable-collection-Color_021:#a78ccc;--Variable-collection-Color_022:#b13e0e;--Variable-collection-Color_023:#ff1e00;--Variable-collection-Color_024:#dd551b;--Variable-collection-Bar_09:9rem;--Variable-collection-Color_025:#9667ff;--Variable-collection-Color_026:#8c58ff;--Variable-collection-Color_027:#b0aceb;--Variable-collection-Color_028:#281b57;--Variable-collection-Color_029:#815eda;--Variable-collection-Color_030:#fb8c59;--Variable-collection-Color_031:#f7e2ff;--Variable-collection-Color_032:#d557ff;--Variable-collection-Color_033:#b69aff;--Variable-collection-Color_034:#9b96a2;--Variable-collection-Color_035:#c3c3c3;--Variable-collection-Color_036:#00d54f;--Variable-collection-Color_037:#1daa4c;--Variable-collection-Color_038:#fef5bf;--Variable-collection-Color_039:#dfdefd;--Variable-collection-Color_040:#e0e1e2;--Variable-collection-Color_041:#e8eaed;--Variable-collection-Color_042:#ff834a;--Variable-collection-Color_043:#e8eaed6e;--Variable-collection-Color_044:#fcf9fd;--Variable-collection-Color_045:#ff8f84;--Variable-collection-Color_046:#ff797a;--Color_jianbian_001:linear-gradient(180deg, #794fe8 0%, #8a5eff 100%);--Color_jianbian_002:linear-gradient(180deg, #ff5133 0%, #ff906e 100%);--Color_jianbian_003:linear-gradient(360deg, #42ecff 0%, #738fff 100%);--Color_jianbian_004:linear-gradient(0deg, #b673fd 0%, #3c7cff 100%);--Color_jianbian_005:linear-gradient(180deg, #2d77ff 0%, #9491ff 100%);--Color_jianbian_006:linear-gradient(180deg, #1fdebc 0%, #fcea78 100%);--Color_jianbian_007:linear-gradient(180deg, #cf6cc9 0%, #ee609c 50%, #ee609c 100%);--Color_jianbian_008:linear-gradient(180deg, #7d50f5 0%, #794fe8 100%);--Color_jianbian_009:linear-gradient(180deg, #ff9f41 0%, #fcac34 100%);--Color_jianbian_010:linear-gradient(180deg, #ff5d3f 0%, #ff9258 100%);--Color_jianbian_011:linear-gradient(180deg, #ed4ae0 0%, #fe8f80 100%);--Color_jianbian_012:linear-gradient(180deg, #c9ffdc 0%, #fbfff6 100%);--Color_jianbian_013:linear-gradient(180deg, #c5cdff 0%, #f0f2ff 51%, #fff 100%);--Color_jianbian_014:linear-gradient(90deg, #eb49df 0%, #fec2b6 50%, #fff 100%);--Font_size_11:11rem;--Font_size_12:12rem;--Font_size_14:14rem;--Font_size_16:16rem;--Font_size_18:18rem;--Font_size_20:20rem;--Font_size_24:24rem;--Font_size_22:22rem;--Font_size_10:10rem;--Font_size_8:8rem;--Font_size_9:9rem;--Font_size_26:26rem;--Font_size_36:36rem;--Blur_background_15:blur(8px);--Layer_120:blur(60px)}body[theme=dark]{--test-color:#000;--header-bg:#fff}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Black.CBuN7gOj-CBuN7gOj.otf)}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--max-width:600px;--transition:all .3s;--tabbar-height:66rem;--min-height:100%;--adm-mask-z-index:999;background-color:#242424;font-family:Open Sans,Helvetica,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}:root:root{--adm-color-background:unset}*{margin:0;padding:0}ul,li{list-style:none}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{background:var(--hall-bg);overscroll-behavior-y:none;-webkit-user-select:none;user-select:none;place-items:center;min-width:320px;height:100%;margin:0;display:flex;overflow:hidden}html{height:100%;font-size:.285vw;overflow:hidden}@media (width>=650px){html{font-size:1.5px}}html,body{overscroll-behavior:none;height:100%;margin:0;overflow:hidden}input{color:#41096a}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.element{width:100vw;max-width:650px;margin:0 auto}@media (width>=660px){.root{width:650px}}#root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;height:100%;max-width:var(--max-width);min-height:var(--min-height);width:100%;margin:auto;font-size:14rem;overflow:hidden}.driver-popover{box-shadow:none;background-color:#0000}.driver-popover .driver-popover-arrow{display:none}.driver-popover .driver-popover-description{pointer-events:none;width:120rem;height:120rem;position:absolute;top:-66rem;right:10rem}.driver-popover .driver-popover-description img{pointer-events:none}.driver-popover.hallPagePopover .driver-popover-description{pointer-events:none;width:122rem;height:122rem;position:absolute;top:-130rem;left:12rem}.driver-popover.hallPagePopover .driver-popover-description img{pointer-events:none}:root,:host{--van-black:#000;--van-white:#fff;--van-gray-1:#f7f8fa;--van-gray-2:#f2f3f5;--van-gray-3:#ebedf0;--van-gray-4:#dcdee0;--van-gray-5:#c8c9cc;--van-gray-6:#969799;--van-gray-7:#646566;--van-gray-8:#323233;--van-red:#ee0a24;--van-blue:#1989fa;--van-orange:#ff976a;--van-orange-dark:#ed6a0c;--van-orange-light:#fffbe8;--van-green:#07c160;--van-gradient-red:linear-gradient(to right, #ff6034, #ee0a24);--van-gradient-orange:linear-gradient(to right, #ffd01e, #ff8917);--van-primary-color:var(--van-blue);--van-success-color:var(--van-green);--van-danger-color:var(--van-red);--van-warning-color:var(--van-orange);--van-text-color:var(--van-gray-8);--van-text-color-2:var(--van-gray-6);--van-text-color-3:var(--van-gray-5);--van-active-color:var(--van-gray-2);--van-active-opacity:.6;--van-disabled-opacity:.5;--van-background:var(--van-gray-1);--van-background-2:var(--van-white);--van-background-3:var(--van-white);--van-padding-base:4px;--van-padding-xs:8px;--van-padding-sm:12px;--van-padding-md:16px;--van-padding-lg:24px;--van-padding-xl:32px;--van-font-bold:600;--van-font-size-xs:10px;--van-font-size-sm:12px;--van-font-size-md:14px;--van-font-size-lg:16px;--van-line-height-xs:14px;--van-line-height-sm:18px;--van-line-height-md:20px;--van-line-height-lg:22px;--van-base-font:-apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--van-price-font:avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;--van-duration-base:.3s;--van-duration-fast:.2s;--van-ease-out:ease-out;--van-ease-in:ease-in;--van-border-color:var(--van-gray-3);--van-border-width:1px;--van-radius-sm:2px;--van-radius-md:4px;--van-radius-lg:8px;--van-radius-max:999px}.van-theme-dark{--van-text-color:#f5f5f5;--van-text-color-2:#707070;--van-text-color-3:#4d4d4d;--van-border-color:#3a3a3c;--van-active-color:#3a3a3c;--van-background:#000;--van-background-2:#1c1c1e;--van-background-3:#37363b}html{-webkit-tap-highlight-color:transparent}body{font-family:var(--van-base-font);margin:0}a{text-decoration:none}input,button,textarea{color:inherit;font:inherit}a:focus,input:focus,button:focus,textarea:focus,[class*=van-]:focus{outline:none}ol,ul{margin:0;padding:0;list-style:none}@keyframes van-slide-up-enter{0%{transform:translateY(100%)}}@keyframes van-slide-up-leave{to{transform:translateY(100%)}}@keyframes van-slide-down-enter{0%{transform:translateY(-100%)}}@keyframes van-slide-down-leave{to{transform:translateY(-100%)}}@keyframes van-slide-left-enter{0%{transform:translate(-100%)}}@keyframes van-slide-left-leave{to{transform:translate(-100%)}}@keyframes van-slide-right-enter{0%{transform:translate(100%)}}@keyframes van-slide-right-leave{to{transform:translate(100%)}}@keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@keyframes van-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.van-fade-enter-active{animation:var(--van-duration-base) van-fade-in both var(--van-ease-out)}.van-fade-leave-active{animation:var(--van-duration-base) van-fade-out both var(--van-ease-in)}.van-slide-up-enter-active{animation:van-slide-up-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-up-leave-active{animation:van-slide-up-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-down-enter-active{animation:van-slide-down-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-down-leave-active{animation:van-slide-down-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-left-enter-active{animation:van-slide-left-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-left-leave-active{animation:van-slide-left-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-right-enter-active{animation:van-slide-right-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-right-leave-active{animation:van-slide-right-leave var(--van-duration-base) both var(--van-ease-in)}.van-clearfix:after{clear:both;content:"";display:table}.van-ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.van-multi-ellipsis--l2{text-overflow:ellipsis;-webkit-line-clamp:2;line-break:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.van-multi-ellipsis--l3{text-overflow:ellipsis;-webkit-line-clamp:3;line-break:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.van-safe-area-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-safe-area-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-haptics-feedback{cursor:pointer}.van-haptics-feedback:active{opacity:var(--van-active-opacity)}[class*=van-hairline]:after{box-sizing:border-box;content:" ";pointer-events:none;border:0 solid var(--van-border-color);position:absolute;inset:-50%;transform:scale(.5)}.van-hairline,.van-hairline--top,.van-hairline--left,.van-hairline--right,.van-hairline--bottom,.van-hairline--surround,.van-hairline--top-bottom{position:relative}.van-hairline--top:after{border-top-width:var(--van-border-width)}.van-hairline--left:after{border-left-width:var(--van-border-width)}.van-hairline--right:after{border-right-width:var(--van-border-width)}.van-hairline--bottom:after{border-bottom-width:var(--van-border-width)}.van-hairline--top-bottom:after,.van-hairline-unset--top-bottom:after{border-width:var(--van-border-width) 0}.van-hairline--surround:after{border-width:var(--van-border-width)}:root,:host{--van-badge-size:16px;--van-badge-color:var(--van-white);--van-badge-padding:0 3px;--van-badge-font-size:var(--van-font-size-sm);--van-badge-font-weight:var(--van-font-bold);--van-badge-border-width:var(--van-border-width);--van-badge-background:var(--van-danger-color);--van-badge-dot-color:var(--van-danger-color);--van-badge-dot-size:8px;--van-badge-font:-apple-system-font, helvetica neue, arial, sans-serif}.van-badge{box-sizing:border-box;min-width:var(--van-badge-size);padding:var(--van-badge-padding);color:var(--van-badge-color);font-weight:var(--van-badge-font-weight);font-size:var(--van-badge-font-size);font-family:var(--van-badge-font);text-align:center;background:var(--van-badge-background);border:var(--van-badge-border-width) solid var(--van-background-2);border-radius:var(--van-radius-max);line-height:1.2;display:inline-block}.van-badge--fixed{transform-origin:100%;position:absolute}.van-badge--top-left{top:0;left:0;transform:translate(-50%,-50%)}.van-badge--top-right{top:0;right:0;transform:translate(50%,-50%)}.van-badge--bottom-left{bottom:0;left:0;transform:translate(-50%,50%)}.van-badge--bottom-right{bottom:0;right:0;transform:translate(50%,50%)}.van-badge--dot{width:var(--van-badge-dot-size);min-width:0;height:var(--van-badge-dot-size);background:var(--van-badge-dot-color);border:none;border-radius:100%;padding:0}.van-badge__wrapper{display:inline-block;position:relative}.van-icon{font:14px/1 vant-icon;font:normal normal normal 14px/1 var(--van-icon-font-family,"vant-icon");font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;display:inline-block;position:relative}.van-icon:before{display:inline-block}.van-icon-arrow-double-left:before{content:""}.van-icon-arrow-double-right:before{content:""}.van-icon-contact:before{content:""}.van-icon-notes:before{content:""}.van-icon-records:before{content:""}.van-icon-cash-back-record:before{content:""}.van-icon-newspaper:before{content:""}.van-icon-discount:before{content:""}.van-icon-completed:before{content:""}.van-icon-user:before{content:""}.van-icon-description:before{content:""}.van-icon-list-switch:before{content:""}.van-icon-list-switching:before{content:""}.van-icon-link-o:before{content:""}.van-icon-miniprogram-o:before{content:""}.van-icon-qq:before{content:""}.van-icon-wechat-moments:before{content:""}.van-icon-weibo:before{content:""}.van-icon-cash-o:before{content:""}.van-icon-guide-o:before{content:""}.van-icon-invitation:before{content:""}.van-icon-shield-o:before{content:""}.van-icon-exchange:before{content:""}.van-icon-eye:before{content:""}.van-icon-enlarge:before{content:""}.van-icon-expand-o:before{content:""}.van-icon-eye-o:before{content:""}.van-icon-expand:before{content:""}.van-icon-filter-o:before{content:""}.van-icon-fire:before{content:""}.van-icon-fail:before{content:""}.van-icon-failure:before{content:""}.van-icon-fire-o:before{content:""}.van-icon-flag-o:before{content:""}.van-icon-font:before{content:""}.van-icon-font-o:before{content:""}.van-icon-gem-o:before{content:""}.van-icon-flower-o:before{content:""}.van-icon-gem:before{content:""}.van-icon-gift-card:before{content:""}.van-icon-friends:before{content:""}.van-icon-friends-o:before{content:""}.van-icon-gold-coin:before{content:""}.van-icon-gold-coin-o:before{content:""}.van-icon-good-job-o:before{content:""}.van-icon-gift:before{content:""}.van-icon-gift-o:before{content:""}.van-icon-gift-card-o:before{content:""}.van-icon-good-job:before{content:""}.van-icon-home-o:before{content:""}.van-icon-goods-collect:before{content:""}.van-icon-graphic:before{content:""}.van-icon-goods-collect-o:before{content:""}.van-icon-hot-o:before{content:""}.van-icon-info:before{content:""}.van-icon-hotel-o:before{content:""}.van-icon-info-o:before{content:""}.van-icon-hot-sale-o:before{content:""}.van-icon-hot:before{content:""}.van-icon-like:before{content:""}.van-icon-idcard:before{content:""}.van-icon-like-o:before{content:""}.van-icon-hot-sale:before{content:""}.van-icon-location-o:before{content:""}.van-icon-location:before{content:""}.van-icon-label:before{content:""}.van-icon-lock:before{content:""}.van-icon-label-o:before{content:""}.van-icon-map-marked:before{content:""}.van-icon-logistics:before{content:""}.van-icon-manager:before{content:""}.van-icon-more:before{content:""}.van-icon-live:before{content:""}.van-icon-manager-o:before{content:""}.van-icon-medal:before{content:""}.van-icon-more-o:before{content:""}.van-icon-music-o:before{content:""}.van-icon-music:before{content:""}.van-icon-new-arrival-o:before{content:""}.van-icon-medal-o:before{content:""}.van-icon-new-o:before{content:""}.van-icon-free-postage:before{content:""}.van-icon-newspaper-o:before{content:""}.van-icon-new-arrival:before{content:""}.van-icon-minus:before{content:""}.van-icon-orders-o:before{content:""}.van-icon-new:before{content:""}.van-icon-paid:before{content:""}.van-icon-notes-o:before{content:""}.van-icon-other-pay:before{content:""}.van-icon-pause-circle:before{content:""}.van-icon-pause:before{content:""}.van-icon-pause-circle-o:before{content:""}.van-icon-peer-pay:before{content:""}.van-icon-pending-payment:before{content:""}.van-icon-passed:before{content:""}.van-icon-plus:before{content:""}.van-icon-phone-circle-o:before{content:""}.van-icon-phone-o:before{content:""}.van-icon-printer:before{content:""}.van-icon-photo-fail:before{content:""}.van-icon-phone:before{content:""}.van-icon-photo-o:before{content:""}.van-icon-play-circle:before{content:""}.van-icon-play:before{content:""}.van-icon-phone-circle:before{content:""}.van-icon-point-gift-o:before{content:""}.van-icon-point-gift:before{content:""}.van-icon-play-circle-o:before{content:""}.van-icon-shrink:before{content:""}.van-icon-photo:before{content:""}.van-icon-qr:before{content:""}.van-icon-qr-invalid:before{content:""}.van-icon-question-o:before{content:""}.van-icon-revoke:before{content:""}.van-icon-replay:before{content:""}.van-icon-service:before{content:""}.van-icon-question:before{content:""}.van-icon-search:before{content:""}.van-icon-refund-o:before{content:""}.van-icon-service-o:before{content:""}.van-icon-scan:before{content:""}.van-icon-share:before{content:""}.van-icon-send-gift-o:before{content:""}.van-icon-share-o:before{content:""}.van-icon-setting:before{content:""}.van-icon-points:before{content:""}.van-icon-photograph:before{content:""}.van-icon-shop:before{content:""}.van-icon-shop-o:before{content:""}.van-icon-shop-collect-o:before{content:""}.van-icon-shop-collect:before{content:""}.van-icon-smile:before{content:""}.van-icon-shopping-cart-o:before{content:""}.van-icon-sign:before{content:""}.van-icon-sort:before{content:""}.van-icon-star-o:before{content:""}.van-icon-smile-comment-o:before{content:""}.van-icon-stop:before{content:""}.van-icon-stop-circle-o:before{content:""}.van-icon-smile-o:before{content:""}.van-icon-star:before{content:""}.van-icon-success:before{content:""}.van-icon-stop-circle:before{content:""}.van-icon-records-o:before{content:""}.van-icon-shopping-cart:before{content:""}.van-icon-tosend:before{content:""}.van-icon-todo-list:before{content:""}.van-icon-thumb-circle-o:before{content:""}.van-icon-thumb-circle:before{content:""}.van-icon-umbrella-circle:before{content:""}.van-icon-underway:before{content:""}.van-icon-upgrade:before{content:""}.van-icon-todo-list-o:before{content:""}.van-icon-tv-o:before{content:""}.van-icon-underway-o:before{content:""}.van-icon-user-o:before{content:""}.van-icon-vip-card-o:before{content:""}.van-icon-vip-card:before{content:""}.van-icon-send-gift:before{content:""}.van-icon-wap-home:before{content:""}.van-icon-wap-nav:before{content:""}.van-icon-volume-o:before{content:""}.van-icon-video:before{content:""}.van-icon-wap-home-o:before{content:""}.van-icon-volume:before{content:""}.van-icon-warning:before{content:""}.van-icon-weapp-nav:before{content:""}.van-icon-wechat-pay:before{content:""}.van-icon-warning-o:before{content:""}.van-icon-wechat:before{content:""}.van-icon-setting-o:before{content:""}.van-icon-youzan-shield:before{content:""}.van-icon-warn-o:before{content:""}.van-icon-smile-comment:before{content:""}.van-icon-user-circle-o:before{content:""}.van-icon-video-o:before{content:""}.van-icon-add-square:before{content:""}.van-icon-add:before{content:""}.van-icon-arrow-down:before{content:""}.van-icon-arrow-up:before{content:""}.van-icon-arrow:before{content:""}.van-icon-after-sale:before{content:""}.van-icon-add-o:before{content:""}.van-icon-alipay:before{content:""}.van-icon-ascending:before{content:""}.van-icon-apps-o:before{content:""}.van-icon-aim:before{content:""}.van-icon-award:before{content:""}.van-icon-arrow-left:before{content:""}.van-icon-award-o:before{content:""}.van-icon-audio:before{content:""}.van-icon-bag-o:before{content:""}.van-icon-balance-list:before{content:""}.van-icon-back-top:before{content:""}.van-icon-bag:before{content:""}.van-icon-balance-pay:before{content:""}.van-icon-balance-o:before{content:""}.van-icon-bar-chart-o:before{content:""}.van-icon-bars:before{content:""}.van-icon-balance-list-o:before{content:""}.van-icon-birthday-cake-o:before{content:""}.van-icon-bookmark:before{content:""}.van-icon-bill:before{content:""}.van-icon-bell:before{content:""}.van-icon-browsing-history-o:before{content:""}.van-icon-browsing-history:before{content:""}.van-icon-bookmark-o:before{content:""}.van-icon-bulb-o:before{content:""}.van-icon-bullhorn-o:before{content:""}.van-icon-bill-o:before{content:""}.van-icon-calendar-o:before{content:""}.van-icon-brush-o:before{content:""}.van-icon-card:before{content:""}.van-icon-cart-o:before{content:""}.van-icon-cart-circle:before{content:""}.van-icon-cart-circle-o:before{content:""}.van-icon-cart:before{content:""}.van-icon-cash-on-deliver:before{content:""}.van-icon-cash-back-record-o:before{content:""}.van-icon-cashier-o:before{content:""}.van-icon-chart-trending-o:before{content:""}.van-icon-certificate:before{content:""}.van-icon-chat:before{content:""}.van-icon-clear:before{content:""}.van-icon-chat-o:before{content:""}.van-icon-checked:before{content:""}.van-icon-clock:before{content:""}.van-icon-clock-o:before{content:""}.van-icon-close:before{content:""}.van-icon-closed-eye:before{content:""}.van-icon-circle:before{content:""}.van-icon-cluster-o:before{content:""}.van-icon-column:before{content:""}.van-icon-comment-circle-o:before{content:""}.van-icon-cluster:before{content:""}.van-icon-comment:before{content:""}.van-icon-comment-o:before{content:""}.van-icon-comment-circle:before{content:""}.van-icon-completed-o:before{content:""}.van-icon-credit-pay:before{content:""}.van-icon-coupon:before{content:""}.van-icon-debit-pay:before{content:""}.van-icon-coupon-o:before{content:""}.van-icon-contact-o:before{content:""}.van-icon-descending:before{content:""}.van-icon-desktop-o:before{content:""}.van-icon-diamond-o:before{content:""}.van-icon-description-o:before{content:""}.van-icon-delete:before{content:""}.van-icon-diamond:before{content:""}.van-icon-delete-o:before{content:""}.van-icon-cross:before{content:""}.van-icon-edit:before{content:""}.van-icon-ellipsis:before{content:""}.van-icon-down:before{content:""}.van-icon-discount-o:before{content:""}.van-icon-ecard-pay:before{content:""}.van-icon-envelop-o:before{content:""}@font-face{font-weight:400;font-family:vant-icon;font-style:normal;font-display:auto;src:url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAAGNAAA0AAAAA6ngAAGLlAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCWhEICoOqHILKFAuEDgABNgIkA4QUBCAFhQ4HllAbe7dFB2rYOIAxOG/nKOrEpKWbGbVlVHRZ9v816Tis0RbhPC4JZQk1ws72WlBGJJIsL3bc5Y/x5HdtBrzwoZQX/Ls/uAhsXMZIVk73Ds/ntvd3cezvhO1/2HExro3B2ID/4d7GxjXObZwqxy0gG8pQPDBFMAW980hTNIuhpqZleVwJlHSKR6WkDM3KECuz083Qu+8BCnabd+4tsemRGtBnHBAHxuTmuLWNUbd7fuSZA88fOBlzekCqfDPnV1BArpTKjp/r0AfE0+Lc97SXNa3ugaSqW2AfIo5Ghr2YAos8H+krfQ3L8DwA+F1V4Mecr9JV2ljSM/wUzQWAITlxoJSfEmfsi321rwHH2TjhEuUPgNJu+Hcty5uF3l0Cy0kEaR28qmxd8hKkAt5Trc38Jr9PItjeThzVmTUBj5z82tS8UPpag3jw7WchyoaNGucZYxmcV1Jb6vJBqnCMkPdKndPjulEbt2VSBNS4ZVtIZLN6T9OnLc4cOBve6vc6m1plHO0oxsXKP/eW/2ZnuXyddAuKQbgYR1EK4cAhrOf/N9XeX86QVOD/DqRT/CFXTqcPKVVuujv3vcG8eW/eYDAguOCA5CJIaxCg/iJIaxCgdgkCwgnk0qC01BF/yHEArvaQ3ASR0kYHOuVQ5djFTsfVlluULl2UrlNo3fUuSpcu3ZQuqpCWpVYrmWKnTAyidINbXlvu8bu//dIWc5DsbS7GIKHEPJFYjquWVH/3b/fH9Hv+26O9ju21WlGpogESSNAeY5MiykWEExSVOOK47UMhvaS1xPVqDWvyXAAAoBcwRQlvI/bwC/dtkISEsc4loVoTIbIVCZ0AIJHYfDMgr9cTJpanTeQN9AuIhrzvf00mgr8/5Nen14LLjxN/LCL2eHpgQbwHVi9DEjNBPAZfTAsKwnMSwP7qC7wBARAe6x9bHpf9WOTxAPA48XFR7j2u+DZ/LOBswPsBp1TOAERZQSgIVpzf/feAvzvI47F6AFF6BLhHCukZF45LVMtBJKlnIvAGFHtJAGRAaHoLQiKLSNqKGJ/iSh1q4tXURKt6IBdS5ApVMI26ClYVZuVQVnhVZgY4CYyzCpOoqw1rsgcEu7Q3GuxKXG3aJn0qjxMHVImq1jrHlwJ5PVtvHrX3Ko2IEfgjlbcFnyYathK4PgKjqatOPbBMVV8xGuwT1DE0AxC6x+5SJJyBz+Fn2AkJxZ4glrASujSdxsleq/PHWbE0RywisaeK8VEJZLLrdigkOat2y1CZLYwZ1YnRRpTdTk64eN4CfgfsjqnucvDALVR3A2vlb2hX0wNceye5Hmm5fEBzdP+Qyb085kH1PuANU75Jzsv7ZS/lLnC4ZoKnV+dJLf4NlekCzHB3ZLelfqmuL45JnZvrXJsJkHk15+TdfdqgwG+izf3JCXOj2RyinXv/VMefCSdPVMiY8jjXOo2MAP4mI/AtycatkqmIALn6l0Uq0lI87BIJ04zYwdq+uVjZCxY2jV+rwhDAwgMpoizZa05SYFIIR3JHR+IKxpnh40BpkzSirZGEOCAuOR/KRAje55CKZod135qzlfbXOMuOPHx1h7YxinH5Uij/5Dwy73HhX1B5ZKvVwRDanqFUFff3wOnQyxyWdERob6qK7Gi12nOhCPvVtZnIYtm2NwfM3k5EXA3H+6YC2B5AN2ejHZQofD50sdRcRWiq+zbZmwWxUU4+e26XKyCyQz1nkYmVlZIqmHnHyniMwALg7W0ge9iTxu3Hui5LzZirrSnxcNzQbrVOEohrbh4R6ilExdRG3ok7V4wlzRGOHiwv0cB50pZ+3m+urqJjt0nyn1mdwTS7GeBAZd7buqpOLOJOzjswwyHGHZYUl6VSbXyOF+71XRUd3IVOwPN4SxT9WirnGy624oNiyc5Or9oH0Xk7cnuxO8pCwYb5hEzNIdfsbrKorNqB2QzwQQmn/Qwb5NRYcbDz1o26MSF3dPfSrJMiL/dAGlRNHMtCEVt3nDSsVrHaufOEusODmTKY8DriHN07hL0EzqFkNyJpnLfFzsVNmR74ahkk6gGTe9J/GHlIpI2GNPlqZ3r+IevE+3Wt703n+Go4OwVuvCrAuzjuoMxtExVKOPdlyui9uI5AoqdxF83KGIUjIoIfDD06nOXu3SMUijv0qc4/wnkmI17W2EBApdJANX4zFNC4sVrhfKJCiHMfHYMLKqu4E37QzW/mhSNfGcYXYxwzR0nViMWyCzAiTOQcKTKZLcduJ+FwJUGuGFwrbmOUnyKEOuXZiVUugONRFLS+hbbikD6NOwjMNHWdlyhkKG64GPuGgnEYa5WqB2KiSgX1MmfwEBm02vhE1dZl9lyNSCFhrsrfe5XGiqVa1cMkU+UwTlQxTOPv1XioWX5gB/GSKMyxDWafvs/FDTk6t+XgVh5hDrEDKqVCJBGTkSYUgljvEqQ6bX8in0iutaWULcSirLCQch+B+4LqWLZVu96F3YTcUWEbTfUuWMYGlYLcl1zdCTpEBDfs014M6OiYmvsMCIXwx0V7JAxjfRyKkVFaGEVsCBnZ25CPrHY1H0ZHSGEcL6cw3ZXrV4fh+8ttExFKOPXlVTmZ2h8sy2L73Q/KF6h0AEjYCuELIVkkL9Te8+OtKEF97Uunyl4YSaJUkKmMocCOWwjY/HhRk2M1YpKE80TkVkpOzRPxXfcYpfowYEOo+JbRI/lBpFv1iKhXtfDc3p6PK2K0rKQKrqiZNpZgQt4pHxotxzgGi2ldPdBYX+3MY5kvdDts5F6XPARl0YNNJv/GGJwwcMCqrFLH4Hlo3S0sxzaAicMhZyfeEeBtitFEcscUDkUNDGtqmrzADU1kYnLOclO4yba+dwmSK4ix+qyrNPM4i4z0tinwCAEBby+PPZy2pdmiVmTTU1m5QdV+2iSEcV+/IBX2r2DuL70bzb87V+D5jl0Umt1rny6hpufLPsTPEId2fxKswvnv8E6ZhgNiOVn6k+0tbffCvHzl79fW1VuTnkhTCFspS+uZnEzLnFmqwL9L5Sbf3gU+GCOMx+CJ9dvlIg5qhJYgltBMHcEKQ4w9AaVHebnXT+0RfSf4PPoy/OoM4wYkiIrbKCNXEIxL+tQTblS7fmRe/YU/n1rXfl0mNuSennYFZFBXD5oDpfYN7L4vLvR+Bozp5fDL6PPgi1Xan1fW9Tt/vTQvXkZUCP7RupSEs5w2dNvUliTerBVUUrCDsklwAFASjm+7blXNTKldPwLkM82lNMQM/wz7zPq/rM4kotIv/rrZFXy8faP/saE+AtzdyiqQy9kx1tjznWamFvA2los64ONCg9erx80RGjYCGbtXyFkPgiDd4q1FlacgoO6+RUeq0gkpFfbePZwXQxywYtBsBtQ1oevUhlV7zrEfjrZ1zOFOM3Jr52OqVOdwkMLTmZ7pVvcLFSqvDqpc1jsevuMIs41Hvh8jEdIr5VCz+3chcDxe09IS0nwVYDY2RXOtnk+jSw77g7lrBevvyePfhIwOlkRq4YW9M5UfHGSWZnUapsXprah2Ah4zUBUo3Lj/atA+pp1wWnJvH6JUpYLz/X3ZuyLn+80YzbnZG3/LKazt3IV2fhn2a8pkxgG8IioDL1po8B0XdsiUsrG/0L4ThA+9MWbSMS+d2etmuer1MaWcTjfqNhhSD+ExEvtSBVUoyL1RTUc9/KS9/HR06btoPDwqJnCQCGZ1rCMOuDf0blRD7srP9tMJBGxeLFiZwhGGzvtbXFxVCJ725SqgK3vLu7a739PuJgS2BcjZJS5OFSioEzAvPJM/tL9gp8piaShTHVs15xBNvfp89jDgaRny92xKf2vlmcAOZDOQDMu31tdet7tWnw2dULFC1V4SLdnacGtQk4dwIppwVgKOpxj0asPoZ9yo9uby077lS0Ygm3Zgb6y7wbvXnouWRKodKpYTOpvrbw7oN441mbSu/5ayYmjNXjn+bfaibsPvbWzZkkO6g9xUZOfJVEGKS20pbtyxM8CnVZvRxvUpgAEI9Fn3Ld55Q47pDgIbgRd0zWKTPYw6vRQeo+ibZ8+jKA3hDI1f3wlTjZkUlbufOvwRnFxJi0dJ28Vd8BdwkESik4R+H5twr1NRMTkwunZCeXB2RcZvcyW1EzL7pzX0qJgCx6YVMBr68LiU6U6n4q/RuIPCB8/4AdGKWXTn/44H+8IBV9xDRjJfVOi8rFnd+P925llwS9uWPMDgSGiu4yIoCfgRhtASRPw1ioQFAwW6T2CSbOIBjbiv2n1cRSZxjcWpd1kyFo4vNJGTxiw/csJ5FvYN5+afU6z17j2/i1PPbVAwWidc8TmTixlzxpi5Oy+bNHof4lsmlAl18vJnpveUtAanFOhNzqQ03DMO/2iEqjWvgppPYvXH97bCOrMb99th2os6SXnLO96NncC2FHqpJdiNOgor3xR1GQP6mP2SHkKIph5NcS9/DGTWqmOAwh9fRIQh5/TDXqfseVDBWDQ4PLaITdXtH35rVMHaVwu/NcENIkjEzuwN2ndLrV8HdTcae0buLY+efoi1k+ZyHQMOjWOFe/3s4iS9VqGOEI4pFYApALYqwvXeo9LiKWI5HhHmFi1n3lap534+/k2F2Psr6pWrc0qRI4BEZH2ABOcb3hqQbOIBqjN7/Mr6s0IL/IS12cOqgeqr4TWJKvtBfK1u7nKL2pHB+pQ+5KZtGISD1PFNxjyqw+WH93CKwpYk9PU9FcrErSApKIgq7+Q0IdBAmxxiCqMUcwEHEUuzAGU/FNIuGbkpqCWg4ByAWpss999fG8z5IvwKxZ9VQhnlhzGoMEI8qKhPz1ObEmMMMMBXtfWXuShxre7Dy3X7dz2qTBHWFywLPojO6jBKCzWuRbenfZSgRgwflw5HbCOuCx9Re05YhmRdKkGNUAxkZT6zBF2myWSf77yw15mMtqIrLeZb0PRvKIqw2xGUW7uMMQDX6WH8621RNpZHqird7JJ91mlSQ8hJrTOMBK8JCP9SR/ffPcruAyvYooRhSUrCLos4Q7jISeC/L1PyiQcjLjlC5Wd47wBm52StDg9Eg1xHy9cM2yUZSBXipSGPeuLlMUaAE96phx+r3qXUYhV2KSu5+AFUevGMNM3Y0s+8nJsKxBdvKYoVWc7Wer0SBrY6r1VIc0WLoK5VkW5tDbizVeaHWtrlyyMHKLxSHSOc+nBnTjz0KJtWNwxOe/1eU7p1JeUCZjwW7rg4QIrBFQWQaPNdQqX08GRqWijgOaR0lUfmB6JwbH3fjvhiml11Ty1Xr6wx9YO++nDQKoHaWBDNRgy42MK4tv3Ph0zX9RXbHetwhoa9iD2PgmwcbMSGsXeErvNLAKACtGipFpaHVsyoDESzRhzIaR4BZKgDR5p6TehGgcGaxaEWuomsCqakdBfLejJ4BNwUqZBC/8mJJuHtd7AJ1XEL+1TRoEZuWwk00WQjhUpbvVa0nvEo80+pxDASFbCrIM7ouwdEAHfKPbgEzWmj9tyocroYW6BSJJviEBu+oPlzcys7A3j9tM5IhFuiEg3hWBYNurPnxtvNbhxu+e7SQBPosQvbtBcMlCBGNE3rPtikG/uo2oxZueowVQjWeWH15EiVm3sl+vl5RFQgONfWcSMOlBnzKXKu2MoXTUuV922QzKIl0ax5X3ltqhJfNQvIvwoGorKiFsXu8/DMZ7pZNjYrts4M8ShRUAfDtDraG/y0vz/jvpiQsZM1DtywV1x2Cofq98JgpY+mrVGEfTSm4cVcvyQVhtw4pApXvDeUFSw6dNGgDTw1ioWGf/xJFBo7el4iCBo/EBEWevRgppx/4IIpLuDk9aZoEiseOjuutwUBMmchPE2Oa1Br53tR1mpRwM1YpaGwchsnNNoX5eVfwFBE4IZ877vUcNsykCZmbfe7FSWN8IFq3ZL+SI6pQ8VG+naSvfXqeO6ZYf9e/MKQrzlfnc4nNQlxaSE8zCQB/10NKYoRZaI0RdHG/no3YD/X5Hhgt2H6/i+K7JllF2r3fMn3qr/8ytxDUejMLr/Yd0zTkWF73VQ7ND/5t/U1rgeIGJMx50YP7o27zym2BtbhUwIYTYkJCX2L5kAS3m6jXC3L4iL5DEkiUjvuKU+q7UXYl0SYYHRIErPa8E0AVrS9GHx1TADOPuC3+heQ5wKWL/S6y0/ng2ZbkigaLy/N6jDp3avdWTYTLJ3euv38bkds05t9+3Wl5bPhirkd5ZcOGKwZkw0tDbG5ta0YLc1SK4xvxmYLtRa+IUrzIxbFGKXw6lXtPd1M3m+NEODjkFIBv8+GcmWFw4zu6IGtDmbGCxdIFCJV2FZmdozcAXZFKT0YKpZKQWr0rfWl0zNTq1DHjStpUwr9Y0s7opcOIuUVSyeIubKKqBE0fNSiQfHTAcp07vfCjY/B4ODHH0aFSOS9Pvn44EefECzd0uMXCwpK2D5tfdw2o5vPilPTmu3n+cPo9hSgFDNl/UTPef1uiyE2lpl5ZSdJZmO07saDZQlwB3g2kK+4bnNnHnp9AeOYYKNG6IqUptBn9WVPOkiU//fQPnf0G5VHjQnYduZmuH1zzriJu7JWp8mxm4KJvmL2rvZ1EUF/0D64ZWZk5RlnU6Cr78OEdW0rq8+6m0MRGlebzjeMsVSdc2yJGXAip7UXlyD3SUZmmBIKZ6UhEeFLOZ4ScYpi5oRIfG7ROdFcYBvz7NwMW/CACmnJ8MLhRJa+pq5l2pF51rWi4SrtlggNkcQMsemlRvtlgvSMqUM5Sp+4qpQ7ddg63uRwB+ZWXAro24JdAjap6YHXlc+6U7Fokd9MlVezEOM7EXRQKNO/E+KD0DZ7Od3snxDmV/QXMG/DAovxfiIRITkTYzBEB4XYS2Al24go0Q71V+3qqZltVzXnR2XWojTCygjsVuW2a+f/PnFCEloBwRn+Y8z/6OMvnpCR0eqCmuPUjLx2Kn5nnUR5OPZE32cnP83hs5nVH3MMiPvsc8pNO4BMF0IQXIGCWPnK/3vgGY114TxjzmIkY4idbGPt4LvD0WXmj884QLtSoF7SjBsNNgSnMQPslbUo6V8PeeViX4poMW6IAdFGTmEJNcLzOsLOsx9cLu8wZVl6liE8cdlbtUaUaI0GRBLaKcJf1iUzNHaaKrbsSVziLfaodIk34nFJRpgycTwCjnUZu3xvlJpEwDX+bwX3Aii0E4WoGSukTjnGXVxK6w5sRnck9mRmxBuh6Dc2nrhQlsEa62jLlZzvqd0Kzs2RNvx/6ga/MGDApGco41YM8QLdZy0BD+a1wrrEHdgkH2o6uQ0PQWwmHaHkKC3Ege7q1bODT5dENDYBBpxtCz7+6HPt9sQ/lE584qGpmbWfcrW+pnKlRoKCq7TaiSeXD5eFSKiLm2U09ruFjsHBJf1Bit2sbrLLeBli/PRW3+LtYyZ0jktEsN/yxIgOp/3D2m4Rd2R/EqyZy7Fs2o5/m87BLcpHT7TBMZHFE+BbdhcbXRJ2BYD9MoPQWaoc4rxOQChxJo1t4BKfjTGM8MFEmaY3KjYRB7ZdWikTV/oUt74AKNrSvLn7eW70G8cAnISYVAC+gK4abPStRgQoEgBHYnPolBwiRAujX/qNh6JVmtTaHkYXEKATmBFnroXQnnmSRDG6K+7sAUhEuOElr4dekBfHt6DpJJosO79tmYXCMGwsh7YE1Le2LgekWXM6r8nUIVvs0xQFURSUZwqmCsx0DgMjAyHj1ndNIHdhci9tGWgk7W16E56rg3NPscCJjMtbAxRbrXYiiJAXCiarouxGq3e0ijF/esUKmfcD/AYxEC7lLLNL6N005ZSfvNREpcCJzkdOFatMf7rRnpiSLRgyDuiyG52tN7vW5fYsIrHIF5o7VjbVchMJWGDuOnNo5klbfYO/WLGzy9bN9T1N01Z75M3UtYbLFfOOxycU9Q9e3tvJOG7j28cYImdEelZ4qDawW0PxcXY+ER1NNxJFwdf7JHoMOUI3ODHGx+70zOJXZF1XktcDXI7GzUzizy7jhK14IQzEVg57zOPOwUHrWOk1LQcF6cQCvIBiYKi4qmByqcihCJU73lZj6ifygmBuC2wBxyB5S8qqRHEJjhUuYdR7oiQBpKFWkKcu2hAqy6nA0XKm1gcXNR9+XErFelk7en+pKLXowwmtobl/9trN9a2OzQJf5rttWfWNzo6bXRKH9CuopBWK9tU+MTkffHGKuzDasVkUfm3RCrV1xu6wco9D7KmJ5/6MFdlLM82tmI+dZlhsFzr2fA6cjXUd6PxmVI8eQy/YOaXduQnGRcYdXAT4JHgM8LC4MnAHef+W8j8oImHAHjr0/7lNH87nTRgfPSnfniRyUwv/NYjO97Gl/7tvEW19cCG4OJzEn40vh5dGc28JyiRsUVwZrseSUgwdDgA64zjC0+/IETD5bIMgPKQAxiQ63mJQ5SobrLWBNJkk+tJcSr6crEDEq+FyyhzTkEkIn+Xwr+8FbThXRksOmiEjsIM5vJXTO+2109o+Z0rLL8YXq2KTsGbetn5UDKETwMK3BDktSyskAufu0kkHErprx4h/GfKK4JonEWisQOOGpeeOFDAgwdok+JQAsY+hcZUszyIj0WVLroNq2br6BexLTnCEo3ryd5JyGeqnqETTkNFD4DDdC8xoLEWh0PIqJEmSwAcdwNInxEs/S5NklJehqasPryC+eF3+3K8UECx2dMJDAwC0gXx5bfS25BaTKidgGB+3W1ISRx5iXZqnch7nKVV+Bdrluq7qYGjrz4/6be562uw8dkW415iY+HxPjFS+QSW6ZWdnmgzGgQVCrXsNHsw6nJ/1gNhiytxBtW75ccb1VcJiQ/ucB/6GG0BSLhLd26eWdjPjdY2WgrVMS7wEXs0n+vsFbtk9j8Wfe1xsEgDDaV0FAszZFsDQAwyjWfhtsl8hqI+gwe2YDMbifpvLhsZYJOdDvUxvwtnBlMxGjy66MlQViPOSC+hmFUC1db/CzfzyZeWtQ5hv1JmLZ4S4Cs6qEsbJuyUpH6h1whZs2RX2l5YbxIg/IaxjJG3HPC2/Vmt0Qk347qUJLHIB707wCtpKqUhxeQK38LL6ZlvOrNe5ak6iECtcm1o2FURLJKOQ1VQY1eJrta86ixjC/N6+WvZAfSOWNUEmqgdE3atvSJMG9XoLsxhtu8RcKh5y/36qW3FT2oWz8dDu/LnFaqMpt1gVzdpoAqn+Y5ijo7EDvwc3odUJ+LV96qk2qCld4hUDAgVZU98LozOatOpOniMv8k0hLCtguJEPqTNV0ijTSeqnyhYlVing2A9rA2LwTEoQ9oXO08S3bhHA/XwOyJRKn6LOiNkGgsGiPyivtpOvKomkKQ0uOlXprY2yJ4JJ0wdlc3/d3O2aGtRjuqL+q1Rte7qsI2ikExd0uqKFbmRP6Ecgm8nyOLk/+ZlZ655Sf1v1skJ7ZjJ6udqpmQSRqoZ2hurrDnJ3cYbkCR1klWvGYd47jPCUVY8DtYRvw74ggIxqQpHS1KsyuDJHKyc3a6TTB54WGXiuoFEzd+LWrCBqZzj4DCXI3R0UjqQRPaBj7A8m5+ZInB6FJd1MnPBfnRT1Eq1sT+Rd8bgptZqjFi+C2xZ/IZvIWYgJwRe2QCHYdJwveiDwiaDPi12b7q8XWPriw0NyFl4YDNrA+baj3qQ1aT5x2Jec0vdRQ0Pa8j2lHJNbtj7dXjqmaHLzOJ5mucPlg8DaJudyicBFHskzd/ODA4VMk+DKM8bXNYfbQEFYKuuDQuyUUB2FrX3OuMZP1kx+9Fz3UFViJ2u6AFWIwVxFnLmnfdd9IgsVztf4KttS7aNr6z4lHpX1ptuhsc7exbEQ8DWPGUmIGQTntNFuRPdeV6roYlowsWJui+QBNWU/zudEgYQgkvZLIw0Mi5DmC9ngGcWxjmMPUcggJ4WmZ0ZREqJCQzr+MTcbalaX4mqafKqegxq2JrhW2Dtc2SNrjxp7nJ683gAlma+GkJsmU0nAfmqGXMODYa2xaJ1PXxgUjnoXrz9qCBoLBPnScIlsdm8x/NIR/SPs660vBektKHCsZi9eROj7yDusw3bwTyjgTUkSNyZnzx87n6EOCemQeKygt4GOffPsFYv3OMqFRbmSc+QrwmuffvXTY2gnI0zuiH67HalK5ALdZ16AHHxatYa1KKn3wftKpe1GhxVnkcnNL3TcbabC+tIgvbf8Rnby9Nn1mLRfT5jhuiWFpE2jzMomh7kEg9CphlTa+vGOMi7LD6Y1Cs1qVUiQLOs1Z3I/pZHop8dNuQ1FykthtjL5cVaTw5fnwloSL3PvNRXtrSGvoTANoAOyedPPjeIdXW6XmsKhKsOYxnQpqZ/hBWy6fDpv5mSapFmi1AjZLt9fSp+3NwHYXI/7CC8XBz5idux2eeUl0ifzHzH88VjkC7vmJ6zmHOqlDn5pEO3MYi0G4Adc9NxWzx3kLP4wD0mIg0OFIFGwzXI/nU1HNB6JBPEj2GQ53hGioicAXCm0/2rc75C5e3EcrRxuglT9mV3kFjupNwe5DYzL8cD/umNOLs8VMrtBKgCV611j5koR2yv4QRaOXgf4bnNJqlqV1kOnhfHEjE+RM4SfmAryOBRrsFPgoXZuDU5u10oV90a1OWLOI9ZCLdsRN7oBvFJTVEVt4sG7aWDO3vFi4By4CSSIGD9kv8sFC3u65CUI2vwgZfE9yIgOKw3qSbDAG0lsU1Nak/0qOtMSNyKVdbwCw4KWzJdING4VFDi1SRReAFE4ZERlo7IPP43pVWsKYW81YT6MlOrtYgxy3HG9Yt3yrQqhF99gq5Pzz61Y2nHJJ3Zq9hWC7tbom9mkLE5RpmcosearYTw+p3kD2w8bUsO5xXQBDDlFUYTb69RKtfb5jSsLjK0SOehPXf0lkJjYvX701z4UGBzYt1/ywHI6FJ279qs3tZhz6/TAOdEM7N/j74Vd5IHNtbRv3+o/0Fz27pk9u4IKZArkOXwuJAl9ZP1zlGDfMuiPqx67IcFEOBPUJ8nIqHd2n/jm23EqIB7yVuoofKc4rQcyNMugZe1gF3r5qmpHdO7cPgubEhSaczo9xRYdSzXB+g2bZfPx08U+xl2c0HjiAAyH//GDUBgAW0d9zzxdWlmAlctMhqd44Pnz/a0H28E72jQNEKW14IxkT5ZprFa3xlStl7cltMLFH8PnEnNlFoAvFTey9Z8b8otPyMnk/N3S/4ATxdZNS6mNposW2XwdVunoPLGQpZdlaDoLItv3J/Clt1d8R42CzoQr+tov7sB1mn1H9ks+J6SwPrPNTb2nPwMoSEVq1+/4rlxls4GqV2dL8JLLf86KROKD3bxlQyQfqL3Y2sRT/IhMWInfl3jZ1+YUath8VVFkGcoqjIVxobf0mqAwOM9wzGH/800Rk7srNTFYnauMIQzVMHcJ64+1mOiCAt7AnCuFzC74rBBCAWnf74yMnKiG+4ZE+ARnS7cHckKDcIIrMz9Rm7W0NoB1ka3YxPyai3TZ/Cwt3OV6Ph3ykeglFnSMciD2YJTekQJKpx4jb7KIwKEewih5hf4xs0bVIo/aS2Yql17C5eyJHl2/X+PppsQ8m5VfkF+9j+WeOYaGY9ltZfaw2shCxBmIca2GXl1Nj3DeicY0uWtCBOYc+yOsN0PxsTxxutJ8WfV2JJ7PI1OCBY5oFMXo8tYFra/ocMkBlc7NtxVrRyad7OUyT2I7RGgojeHtKzTGRoqvIEq5A4Vgtv3BpsD2EtpgcjFUVWiUeVzbolpolzQeDZLVyQuxphVDc9CbU8TCUlxBfu/dFmIBaydLZJl5DNsJZp4RmBe4RR4X8I+ScHSBXWX5GinwbEe0ax4UmtYXAUhLQqwjmM0Y9l3zn8IT6F9Wx7XjN+tQadAO6fbjtHmxagilhxAtWr6A5tV1chqC03gykxjT48PwsUK29o/DWCXbFzDLEIHrR/bW5GqOVqiNdLOlYRE+k5h3c/vwQO96qHIgt854Se5htoDBwbbkBaBlsJ6vK1BMnrRZAqmQiHlCXgK2N0DoCCJ7VyQ1gBjCeOTzcCyQ9/aHXRXS7fINInEYVK8JYoo7V/yHOdSqfNbBZrlyioCabnqbzxwd2837JYvlZFtXqsDKghJDTpkNbNxAU26drPs/1WIDnSd7Nzok75RxUdMZiWkV7kbgLwzF54RdAex9mHy6swPa2A1mIVLyp2wY9hRH53D8ruGNtw/tzKWccCiyyZWxxYW7Jg7KXHERhldfRPcTZhyNiJxzoi01RApuh2w+YWqzjEpdHfqI4TlGKDjZHGFqF2btd0uFw1vm/Tktf9rcZd8EOLtl13lbMDEpDKaUxsDB9TEywuB58QIM8pX6DwfrIV5DjaCA4jJv6UnjBWfXls/zUOEvo/D2TWXp7lt0+mS5XBLe3RXAZYokNBOjWVb30xehf+WSXtxJmybtT/d8Ou0fjy9esmNBZuWPS1mUkOgWfwxlbCK7fi+fDOet/nmlHCmVvU4Vz0vz5KrWFV4tcyTYrkt/ztVOLT2PYwy7bpq918Lp4EpPxxznmVEd3gCvDaFaAqPmCqSkUNF6IW2PNBlFUxVJCdWYEK+QprWff1mzdo3LcFA9Hz+313Ts7k0Fv54VtpeqyD7Cu8qC+8iPkwOEa+7Cfg2H4Zz8fhgVK7rWI94+WkbSMfNHEc+3Pt1oyd3be7wYGU8SIXrNz7YnyF6ryO902KmV8zs5I3sxvXjqEs/QLspQBbJXcHRBOuH6x0M5sSl5YNIAsOQBbHNGtgbE6X7vuJzCtNiQ/exV9ZwZlDj5EO/60bdO+9KhFKZ+zhz0mMD60LjLRzswIRnL6i/NSbFPxxT8D2QGNUP73FGJR0mL93djpw8/p1aPyV8qxcT+ylAva+DrYJ2AkXTQtupZgOvv8KS/Xqm3Umi4pKHJ/i6PVGlYgJ8HPuoMFeDun9+6om9I6PHL9GrZ8uNx29Uca4u3obR6Ft/lS74gijV/cs3kfHvNXXDInxMZJ0ckwXckroXMuGQcwcPgn1fBKTY82dyDGNiPv+t0RWm5SMSvp583pO2NPGIK5uaHsrx4LzgA/H0Nv164B+xn3ILaqsmosvGCY+8sEzCXKSjja025saLcagdnZUjY4vOHKEjlLfQE4g00qpstnrmmO3YwIzsBYzxlNjLjK+fTBfdCTt0xFW1VpedWdERL7mxQ3pDVBoW/p0qw3U509y09d61yY5k5DfrTstXNrnLQzYbLd8yMsoVQKw6C4e2xR0gtqdeb7SNXavdSCUYWDUy7UlU6t3rWCQ1XEaZlYIs20B7AcZd79MtuZpjNxVfawjLCtZ62+JWe7qgK2TxSzqSMxZFeD7iwrx6Csh/LT6kjynYoYCWVxbYKl+7petCEFDWbLKKv0vg8PQ3O78nna0dHmfpSIjgnaVCxLJkej4M8qjVWLA2/CKcj4d6R5LFD8aZ0hHY5GBkMDI3W8PZYVSdP9Ou/OrSwcl/wX/SGZUcBepQu8jbtApiBemCBbUMPyoBd7kEYIADerqLaW3PcI1SAMqgjVz9nAFCtibGyrTdsLNuDHzQFBRwi0ffLME4hWR92dvTIESuX35pEphOjWgX29CNvv8u9z/XlkDIbDsRkBazG8W3nmtMKHO62YSdPveHnCnb57fKpbhuyRJRE1rVUxJRqtaUxFXc1TJCg3LSl1hZhUba9xUzbUVea0safKkrrEqxlqoLkIWMOzKGMOdzoHDpXLWDJZ7qUWUUNAJgOwJ69az2QXlMN1JcVuAvvd4dxPIgj5zAGRhwjA9gIFcBuGFBH4DmfmqNaBwcEWzSHekLsDu8MO6jtfVuoBbGrpMRql9nnRy2wT90+X+M+sNpcIMwNMuYTcnII+cYgfpNCrwAhQgUbGMAw1MRvZhVNvCBT94fGFMTrb+5CfE4WJxfJys5CzEU35GcK5LTI933j5bkh8d1B4PsmF/9SfycKUDdJjHw6dfZfiv1F5qNpabEC6z//aHyjrTJq9E8XpFRJSXz0Fo1iPQxglx1gfRiAV5Oc1NiQuHwGF+zeT1hL7evxStrhD4sfU5nXHRi/zqQ+bsoP04Dde9s2rmu0Af71o3NXr3jQMhS87YIZKAPmnw/z2mHQSgF42O5G4ar8wbklvH6r9VxQv2wibu0dOyHrDzpntTqtL30UIkU2cF45PyhLgpiDneDhGzIWy6pRbSUlwPd9OkCYKN2HhQAUOg50AQCGMWAH3gHfndnoAi4AEA6visc5YZIhj4wM24H9EumnMhHIob4+wL13nMpAGdRxNzKHzlUzDwcbdmVcFozWjIwkLUzEHdWM7zfTy5uS6hMS6pOa/tIwQYKy/V/77uDvzaf6LNYJWb/sRtxKHJNrtTrTAVzeBSD+wYr4hVvMfuw7TkWXn0g/RJuC2M3TsVUZ+f8WqhaUgzyl6zX/7QWgPCJPVXh4PqdE7DSygBq3YEFshXZhK7jUFrtAW7EQtLZd+hZtBm0w02OZP7BKfALuGsS9j020H1JQBgqSOe/ngfBN/Sm9KTum/EBoeAcoFgPRZcC9dwyeg8HRHf10cpZRPwVjVA/yLC5Y4E7hHi477e9ya1+IhePLVtTvdOnBQOn+g7+/ES/eZUA/CstA5+/DLosvz8/1iWWTCq+Kr8YeFOMzd4v5v+TSfvmxNfvLAz55QabadbhRF5Qq06Y1RH9pI0sDD0qFSriwuSO69/wPHjVKx1T52gjPF5u31XzfZwTqqyE6/Y14+/X3bXAfNHiKAjhske1nVzPshGxXsdwtdVoNQtQ3mJyUHgxPDx9KHwpMDzwYqilSq4vq1BY+UmdRszoEeP5eYgAAD/ZRiSDTguoJIK/AaLdE4U8yEBNNXruwN/AB2IN64IEqSkF0vlqdH11AqbqFAAU00IEu7JwwILsiBwVRtT9wLT4CA5iS1qIqKZH9HSrB5ZQj+cGnS+/Ny1XlKCNyIvI+YuAgQdn+4326wi1KdqtEUnKS21cClTPA6rRYb5QfFst1tHk/8EyadcEvFsh1e+Rp8tQ/MtuzsD8CvGCJ6ha8yGM52EgPYY7I/TgiVzMA2gxAOWFGt4Eu2JWwO353wq5x2cFAY8CQcSjAGHhwe7U9UvUcWutYi1VYsRELFm5MVPdaLLz8h0vigyjAvqolZSMt/Jfa8+1GAYLPe2JwnhijlPYKl2Jq7fPXsFBwU4SrlOZDVg7gtlRVMywMeQXDNFfOtDHl8yt/h+hmBHAbVeaICPM8BAzO219I/SgK0CULEpIbExMbk6PDivMWlrrcVD8r2yqNNuzcdC2uAJ8J1oRPOD+czEV9brBu+KAK72rSW8FHTqDrWueqDa/XWJ3d3QJLkLBOc2Gdm2wGVp/oDwhwogzE+fPPXrCLMmAvyZzgoM5erD90uYzAz9PAUmOYEvG6VczB+gnm9im+dWLETRAlo/v+HCYfRDj3OTCpH3x6wn4bWG/uq2PVFRTmlUZZ77mAq35fV+32i602a7/s4k/UvoaGPgQg/fe5xWhEwVdwhJASZTBCgTbj3u9HAFBXRnSnCeU0ufF/yU4vQgZ908zNSxL6hJPbnKLcwaKOT0pgeFrs6+RGCkoOeRl+/ihSjyADNGusXpuWK772eo32Ty4H5XL/1HYsu2YWx6TF6OlW7oCv7qhLv9hAMywu2nM+2Dn/iXPvO1Efc9Z3+iV8n6NDLFwQrqkbzvcaajgyh3quKgCuUZfd1Y4tHSnZUoPxHXw75kCYKB9lIo6Byn9T+5hjLIFCyNiGO2ZTJQgERmsQZqRSQGxttfsTaNB9L56bnDtZfKHz+tnTatRlUQDh9UsCup6+kJgA1DlKAcw19oltjenyCCVr+GkonuQf614Ag93N9T30ve8/5eu3u97/V/96iLWL72b7zvq38A1Cg1jAcZZz3zdA/thjy9Grn2ZZCzX/oCA5Kaj5eTxwGfku/jDmWvDohPUfF447xrBxBHISQxDdkgv90w57YAcJFG8cVo6k8lMj8/h5gngQIg68XwoszyMjzLkRFRqciJyzR0Xu5NV1i+btbnuGN/x4CED9f5k8+l/of2Y74czDS/48FABwFkDAmYSjfZ9zFMa7LFAEKiPs/zmsG9UAoFE7jrCQGToZbl808rGFm74s9AMWmoxlZMksHlhtKLRRBueFZobllPBtQRG212vUxi9poQf9P0NsFCHsAR7aau+77bFgf+mjPfLJA96bJ2Nef5R5HLSB45mPXo+Z3Ox9YFK+51HpflBSm6NfgqCLs/Wf6fhiFFlSjtdgXwj4dXTiz3m38/AFgYFBJJ+oJzmbw7t57K+CJ+aR48VhwcpewWAGXJC8r4iqSK9SQRsGCl9wxN0bFGm0rCteZ3GbBfUOrL04djE6qTJi/tL5Ea5guofKgPGJi+dPhzNxO+pLr5Ras22lJ0rrtnV2Ic5+JzqHdDn7ENNSmAGDOakvgBlNz7bXlV7OtCVA6clSW/vCPqTPeTE0h0ofBKivPkr/6DfbbyaNffoZCt6+Y9hJNwohNgRC3ekzLfvG6RaBHyFOOhy7b2xcJdpv3FmbT47z/1sT+evIJoC66fgMPozZU+lj2d0YNj1hR5ldk+kPgaLohkR9t/oPcUqBa6/dZR+ww5tlC9gHuHub2TnVkdFWdAsUWw9d8PVlRHXLRIHRpctyll0NSA2I7BGwowKiOFjAxoA4TuSrUj/qwl2eYZx/tTPICyRG/voC1NdMOD7o909MM82atfoejbgqyYuvddo+r//c5tTyvZJWEWn3VmdZm2kx//gN4njcNPb5zdor3J0/4qvUSXyq0RJx6hMxd9EZkcVI5SepV+E/7uReqb3pxBwYwOaoc/AIFSAR52FPxOAYgByFTWPYILbRB7CE48y/94v2/yT66S3RW3+P0eWBn27DT1dDwxf70nxf+P4XkGgNv3mQshJb5d3OXV/FNja/FL0Q+4pjbvr+T83XI8vHu07kYLwDC+wPYQCT/GJcoT/7ujAXn3npS8mXl+xMQYPwR3jgNUCYFSAsRBDoYSfddQQKPJf5LoSFvPOhox2/SwqHZvh3f0Fu2XscFRVu5U6kddcyXqXLflw1uAsvHq8dTwktbD3BrGWeaA1GnzzNgw/N+4+faGycX9JaOQksAOzVKmzs8WIP6zGppXAwD/YJg1GqNUIrtW7evsNaZlwG60Rp3Qvyk6yvrcwK7JOAD+yYnSOiksvUiN0RSFj88GIG3fhGfX+zvm/Cn0iFFQIFVgsUpGuCM9F343r6wZMZqgfxUNtgD9z2r7TI+SG7jd0a2yZDCJv0xUxYbE9bz0DhKj0qF7O80NjZttm4zGdzhbgM/OmTwV3zVaN8nWDmSIzXm9sth9J38N8d0lK+WVcNsJNnwngtPfmqLeUFwa+li3PnYf8atDyJBL8HVT6DziFzl9sT13vJECLpdO204ZuilRbdA00u3fLA4DQwrPX1TrQfiIn05U0x9dqE0qSKuxocJChvwXLDKsmiLaptWC8e3Z0ib0toOTrebXFRof8Qg2TLPYEuG+UYc6NYfUjfho2r50TBC0jWB6No10Z8PK5z42HAvvaaF8kqavBlrRWqUqXGHJN7NiZXwBtK+7sPL7yK2qQiLOG8ou3/atQG3QM44+fjwuM/C/9EXXSsHNkv2k+ydR46ngVqoyS+RXLTy2Qn+aUGUBOVl0qiktj3BrHmK32EW0NTO0y6K9ovDLB+45pOzpItxBXRaiSxYBoGivpYoCfHjBsGEPeYoVyz3tx7Z8NGwKD6RnPHLlG6hlDyKO4qOoHjS75N8PnJfz4/fnrbra3RO8L75csX3YPfuvfzy9iWdiWrPWFxhWOdoqOqU14VviiVnUoAfX6zU359f1wTq5ZWyZdUqZb5OxmmBa/bKpYtzar5AHgozWXaEo2mRFs2qS3TlJRoyvaTH9belKLW7Oik3WEPT1S7vogk2Y+oQAECzU7ZguWTC1/oeYnm963jps9f9Jo+i7QZ22wgQAGNT6KoYGBhqdcoNjpBgAkRnzUmHEokOsm2wh54hkKAPZPx+7DkOcRT+cYGRQGNoaZXG+vOc+wYpklpRXQJLZyBrT3Tt5DBo0noRdvrPIINSuVDQxrACy9uTBtVjSOId+PaCNonggga28a7NcdRlYbaFuf2Afa9uurS3sS711w7PqR3WsYsfseAaxLiOw4MPMWFyxMAHySs3vufj8XHxgbffSCqa7AhrThVPn1ZP++Qx1jYd2YtxgiPlkg1c5FcCtTX6Lh1ag7F8eunMh/T/89kQVYAMWXemn/+qe+haBYtiiZBZNmbmi3RJfESqvSnC5KedB7uwjFqGoueKuFhzBXEMrGC/hwG2PQtWiz5i0L1ZRd/jI/9CA7SwsuROYA9Dy9pwNFOtN0S2J+aXRv1l1B67LgTdXb1oQxb4OxHhry7WAJcJQCyzEveh4E4+7rmAmyU/iYde0CfQGCcHkHcN2vj3oribj7pp8FVvTrDgvGr1El1bdjK5gj8oknsAb608EOfvsATbj8TyzYYVYakuKA4Q2JkukF6Jm4RVrVXWWxWIwpxkFjJjbaZ9yqqRqMoMS96Nv6tvpucxKBZEYhifqvXJwhQQH3dLZbXr6E6hhzGBmaDjkHHrtRXTGPY2LB9Bp+x2sdd48Q1VlT68FA7LrCpLjm+gEba5ZExxI+MCtwU0qDzQf9Jtfnyj9ETt9cHNPdPlGbCUjizNHwLmwPW7772hfKLQ2HmTRIsWfEwH8MnEh4hXWOdamniv/lA1Hb+B1phd6VAnHRfzL6RIA6VotoANhon4CAcj4tbcPCjfeeFwuCNQDaG1gyjntjcN9MTY3ql1qvZt6oMJlCXVXeGK3996ssREIC0EBOKw63YzNW9BHEoO0CLStE4Qbuw2Q25k0CrEGZS3wgkC++ByxVoturjuNL9klaSyDeC+oPOk0krSfcwMrik81McJimSh+wPFDcpXV1O1Flbe+AAQaig6rvy8vqc5iLETN2dpeb+jtPS9otOKhUksmh/2nOY5ldT40eDwdlJjvZhCesT+uuk2olaYX+tBbQ1fbHXsyfv3j0XNQEmgs6hAYw5gKIxuks80fll+SR7N3jgMz396+AWT1rVbq6/J+DJlEo19STA48/dXZXm2TL465krmFl6RRM/gfgRYQriFanuBsdzzVOHmVxOFmX3uwgla/9HJz4kVx7POMm2z9PMb5fZF0TNt/+zdat+OxKZdkG3xKdNLazLFZcDzzzqSbydytOeThsbHu6HXNA7wyHDfwX1ayzUI+gm0ktiIS4BPA4KXh77XoyPqS/jfOV2x8lV9mFL/Jf0YsperCqxCmgffMD56rGKbXatzNnbu1uwu6+PKUk6kxo5N4KxarvfHNrVu/Y29CEMtA94Jm25Qn3ACcprf9pENIbt8daXl8pEnvB43sD/0sutj20Mmsj252uUEyWcOqV12g7lR3hkLBPLSBVgL43dz9r3JrTMOYsC9CNW/92N9dHKlI3ZPgzPes41vXmJ6QLr7AGx7yUOXJOulTKQC395V+wjcRFJunuMD+AlJiO1jvf6d84mw3Vi6U9Do1ceHxD9mvdfGcIc0WENrq+/3h0oO+8N+RHaborNabhJmCXaCgCQ9sAsvtlG8INoY3DuZH5OYBrysXY/VqwJquls+sLw2cvMwM24o5efGb5o6qwJ0hRj+7UfpyE5gXkDmnJyK4Bm9F/LXXEtBdRXblUrVv/aamW81a/Vq4vVXAdbKrdaRvKctPdx+jXNq/bYMf3XR5C9XQMt6ab77farpX/4c+1xaMmu4TrA7zBVFb5AuucdXPxOwsprjxWR779x7nPi4/8l/vsineOeqNMRPQG1W8rnFRUJWm1yYU5my4G1/MrxDR8quIYUE61UoIvIjFoUnl5ofj11z/ru0k5nxWEw+orS5WXxcnpRA7z6KYmUfi/lRyiIBFEgEhCMhSzZ8+HCXW7MjRy2CB+Y7UdZaP+sx4k6WdTOs73q4jpi8T+h4sSz1ekLKna/f/iNxTcVoac2LUo4JF4ckmeE9kkeTofwralleCaW0RSZ1uRfyyrIMHwm521Y2LUM8j/5UlA0Ql94dNa+daxpTcqr+6vzW5eMpfQNBVBfBTUqU0k1tv83NqOf3fiQlspd2NbdSPHAtNV7NbaK0sqVWdKGViw9RnrsKz+h2USbf5O0gbzpuVCWlgs+e/VB+PXD3uM7T6QRs1AT9OrlpX0/pfzz4Qcfbc/i9Px2IZ2QuHznncTkH0FNpyUwNZuQzm6KqUj8y+fKBzl+OeyFmx/M4+wy5ph/+ufkbQ+IKaLP5uA8N/PjifvDFrLLATO4/wWQHSOwB/liy2XRYcy1hgcwIOEjjLzCoDz33xWAtobu/VNI7atgkXXE3WDvcz1KjwyufhXyk88YxtxYvrD86MoC34K35LkZuUfMox+D0Y34KP290fOm0Wsg9FJsaKoupGoog2jXh4bpEC8nA3A+rOv9M/zKmzn0Oj1Uf77pQMjEu113TmWU00AGhAO7rjQGK9b73XxUXfcN89mp9NZ5tzoe8PYtTW/eYLz2w5uHQko4Ib4n5VhZWWz1rh8LeAWJeQ+Ztc6lTacbWHFdmiXBBdaaJTUwQBmoB52rZMBzyBxKn4krzwTXRXfFybRGHxjA9A1Lm5y1zIeJebwCEPoLdw4m+wNprbVGnkwVGW4b6J1c92jTo4y6bYu2DXRurtyMYZmel6EH9No89JizBwJ1Hoh/qgFrRdbOW7e0r5SizR9iH7wlUs5qHz3amZUZdLj+sG17k5aBMZq0223LyZRvQvHX9zu/zoZNhNyr5xPEQ/NJliExgV9/L2QiDIRo6LHlWm15bEJyZQjIYHcsEOvF6bkQBDOoHVRApUA5EoM4rWN+BguEJi9IiI0pL9MeS6N//XpGdGhp3ryQzne86pp9P/chM+LaK3Mvgm2afHWEIjtbCXQ38TcW6GIbEyGCr9gOypGliZYWmn6BDjBQBvzlNsrw4DS5PM0sT00L5gVU5KlylMocVd483BysW/Bim28mZ0M9ObmHDj7vA33Yg/3xXTEyjRvb5p04gq8kvCxRFIWkyuWpuRpewdwPPRtjy2O0ZS3a8nJtS00BWFnzKAOPMUyZOs2z8mh6alQ4AE46tnTOzSsqKGBgQl01q+hiwE46OrkL89UtKuTuMjAtGXz9tDzf9cHzBRSng21EV6LdGYP1ocq9RD/Ceogd2hniHRmpbsOkRShAB1GADif3D/vyA7EonpQWBzVK435gCa1oCTNNVUS9hhSGtnYGfzRgH7SDqb3rL8ZdXJ+wxZyikR2Ljz8m05hTtpSgABlBAWo1Nro4OIK4nQdzvtTqAJfDBdy0g21LrjUZr108RyErOoe67Q7c4bK4rK6B3w+BuUfco64Npnn8i+sPrr/o4b2rC3s8gn+dGSPi1mcGZe189Eg7qxS9tQJbuVmkfKW9dWvn+ZVTw+IDzSMZHlULDWguMm1/42sH9rNd3L666P/D/zeJPu5De9bC5vbmc5uxzbynlqeBUfynv4b/ilNRgZur+mkPND23pAQ5iWr255ikP3WeBtG+0eCvd8UzYD6NLCdIWb8ePf9rmif02eGZw8/UA+D758GCAy9f34kCVCIi07kaJ8MkDyOGZwZFpTrTuXSOX5Iu7IIo+E+5LoRC6YMgCAw/Sy9qH3iMMhHcGxiGaRyfC9gLqQKYAQ+MZnr4Hx6wE0AaIOwI/BBOIhEIMovvYwoNOYvQKCJCG6dxvshzdruM1z58WS0uEEZOismsKu5CNgAAQJsVDMPavGjJWcGHEGBFp2zXQ8qBHNDhRxZPRiafPPgX97nRCCl/C/AieONQXOnjCanjo09rJDcel8wLoUAQiRDwm3ZAGbSz7rM4vGEilP7dFZmvYv5RuPjPRWmL/hRjUar8BrnZ+OLFhw/Tou9yAVZTMxc1x/hAG4CbYkQx1vUc+9WdmFfKeHV8xJEIvVqvPFgY2mJaGCog/a6eCz4f8EIww0de8F+04/1hqhXKFarnbkosNbgC4LhLu7xROmkGUQFwPR9zjVFJCclYJKKtnMKoAMapAIlbY1Q3dSGQ/ehyOwwc28I/Z/q64aTkcXdGXVaXBbMWoi8uoiRU2CPoM8LxJyYADAUdBZxTvFUKVo2AskCl70FGRwQZX/yHmmPY+OD4x94YXdkiXar9rSR5//t5RSyVhTlWv1ya+/Xf3tnQYyyZj/l2IpWSSm4XYr/ivW35c0k3t1pSjaQ6MoCPJIxd9wWle3L9ryE3//uE/kkzoX9taMG+BuqzrSG9T0P/Dks3xlWHkpMYx5QbS3zEFxrzZFJCS6o0ifWUcHvndfenP/IS1F4ymSysAIQEy4JDw6RhKplEvJrlDwvO9gztUCtlyhDQ8XVfKUFfHYnWx+mj7d7Hx8WvKRTYouI0QYLQc/nnkQC5UI7w/cWcVQvDNCuiV2jCQFfGnySCuC9oXU1Nr1TFWbt3s+AH2FppbY1snaiPWLyQ8eB53Dc2Ohzqkbd7aRngY3wwYPLNBud69VuBxFsC8qLS/lkR70PiN8RpNHENfKvji+4d3B3mmP/G29txe1dE7LiwN+TqExxYNL/O0tQY0Mxvys1tDGwIrGdJ6i1Ex5y7gcHLLs7O2b2btVbaq+Dq+bW1qNXd/8iBL0gxfjL2GMr2/vvrXOny+jELU1XEynt/f3LJb9ql0hYlnXtcilRLqrndkufLt3lfsSNd3EpJZXW5V5jEB2TYCOsnuymX/K58Qv/kv7f9KfsKQtfeR572hmz1YsnCZDKZlzqB9+On7us7bxOespKkqS0EqSyv8YLYp2Sj8hgjiRxaHWdMXxwSFKKUKdU7hnrOCmB/1mqxRKYKk4aFBsuCgZiYMS8vIkehzFbllP+n1ADwYE6p/bdclaPMzlHkRZRj5jR5alD2yuwZXhBf9ig7Z+UfaXLzaHAaytAyfFhw5MF4QwRFmkBoD8rS/xmfV773mKE41ZPW/Gs4tnez1fg/hmlkyysflY9ni2qLxx95tQUMhCf0EOgMqQ5H185Wj+IIE8UZBx6z+s/wzrD7bx9g4CHVpWcdSQxbNMlhOnDYDhpm2bgjzJ3lO4LlaViod1owUF/m/I39zRvgHTIj82+K084QVquZzM+3V9DKzreneatqqfDTFfxHo2/s3uW+OpD4LVuBApQ1sNPdvZFRdWrF+CkAwKnxFafSp/Fx3D2dXI1dxCxNSRuzjYx3dIyP2MbSUpbGqHhJ0kAcfgOhNfSwaaf88hoFx8xWspgbKodilA81Tzjf47yBkoWV+neHxYUKisFxw/LjMr+fMjU6irCCmVZBXZps4iiGQB1yW5R7M/lmbtJ3WYAVF+Bgy09o6iUSUdZFZ6phBtXx9AwdVAb2O6jZGP/BcgfcgJkzhVt27ICAk/2trRfLfrJ6+svOtUSV/OlFOcFiNyLrOso7uXPwR76X7euA64Prrusf2BK/lK396Vl+C5wd57q3UrOPMvDUYDZL196bi5rLz/dEGp7XANgs0qNmIkzUceOYzqfT0Wm8YzccQNNF43U6Xd2jDsmLyCH4uyHHXCb/+2H3/E2cibDPL364WFfrTfR96gNKlgeaBPDl+MtUgUlAvSygQMuyFTWM0dhSG2+sabdrIQU7Futqi/eu1OJswEbAvdecJn+xIFi3R2faTG6ewdxxI+MjSY1JiQ3LNbg9frH004JVMmGqKF4QXyGUsFurvGBfS6IgUaQTBlWt/Hhtvbj3TO6/x4vimkTi99W5h8kIpemNn0HZ27963rtHxEphifcI9ohZOv85/VB7/bTlQE2H8uvG4cGL1sCUnJR92bocHfxv19WuA8LV8au/b7AnpgjfFCZVdIPx+Yf53MIr7+EX4vDMtsrxyvn7Kcx0AX+PkJSqkhnlmUWBsmcrCsoMSveYWgbYldXHj7FK9kDjXrCkt+BHyA8p1Pm25v7y1GhG/s41pz/9dqo5Lz9vPVlIFy9CCfG2ALrelBvwLS6yifBvA3LbMVdfWITeHKKyqQwEn7BtQ7IRYWI1VCNKBUm10M00Wc1I7jdZmiBOkB01Ic0yuSvYzwEhDgHigJAFl0zWuYgch3ty9wx1lpqUJHpXOCIYFh0WfSQYEZ4VaZOos4k2QaOgyHfWV5U35sxS/XHvPV5qrz3e5y5/WXxO0MUPPGlMJe/y1vaYc3OTvHaRe85qvd+gxBkXGZLSc+Mob1BxQu3Tw6PbRx0jDp77xYYjc8IuqylAlYwOuz0Es0abhYpIgJrs2HfYNctiYWPlv8srZcI0XqIo0ewDk1evZD+//lgxEcZLFkrmVW5Nkz4YgIzju3QEqyhoOGhYJG7QRJ8/7li9XcZMYMre2ta7XcpMYQY1VjoLrxQdzPUeO7riu/qwaGOC8TtjilH77vXF12VF2hXacqWhuTxBtE+U3AHkpbuZdeI65uPvJFDfNKGiNELJB3wlhGIYLsA9bhVWjHx38F2WbyisYSwVNYYeTkxRD8v49Q1iwhFZHZRUK3CpGmhv9YMqm5QmRzNIO4hxyoA9fIw/Zh+W5yQu7av8Y4DbZcf5PjnGj2ORZnssOC+Stsr1he+7LhgFjP3LQ02teI62XEdoPR8+0kTs1L9rS74AnDc/yCRjMGn7y8dATL7CbncbSZtjCZq1YcMkNbwydMGqtiY3oWxpqlrKcY+E/UKjcS6wDHmPnGcnjYBccu7YGQYGnYTgttNFb8sFludBrCAMhemic6nsYh04FD5ey9gc7i5mzKryimPTijH+mPqyHXrIdNxf7+mqwufk5TlRZ15+X/a6Xq3nnbqsFZkY5hiOS4wsyDXhANZ0iPHsIf/XF6AmBHcaYIMO6+Q4N/YZYO2X2q919szor6KVT/VfUeO2bQN5qZlpE9uYZnN+aTV3XDwa5D+0xhO2fDiRrgeApH/90g80Xkoj5GI2pvBo///7rpYEgNYy0c0iQ+kV2cGaY8TfT7mhJEVK1Hcax+HrFogcMe2y4SGpJYU4nMylD3zuYRz+xU8wVLtG67N7sx4zhgv8LmbNee7dpXPdl7fJS1JDtoGISQBBYgvka16pMnv57mcBy90D7TnKO2afOQMbaOrOv/3racUdKMiqbl8UZVOb6qcyz++qup0zT22QGfH5rKuxelmqupSUSa6YlX7zlZjQutvju8gQ4Q0LvzXUN+j3zZ0cVKW3UVNSd99WQ3CEph/E5Ne6XC4cBWheRFOYNjk6PIxd0e6yo2DZQH6Zzndh7mtfMDgZ6juYmfHsIGyw8cYVSz/obzXI/Y9DxrlfFlIEHNifEu9QQb4Acx0lZBQ//01kmEN7D6KjdjThaYThkBMNGv8mCLSV/1oMa/c2dkPz/IQVVdOXJp7u18p92m/apPCi1COHU9suy2xJpmZTnl608x/urcDTZ9a+G4XG3xW5QswVruHemiO9XPAYVwQGb8jJni3bpq3x8uVnZG0qTWfve/SaL2179gaAPYcZKEDnUA/Vrtr7pmmIMcTnkoxMRiTDlAzy157ml9nt08vFYv82J+Zlcdi/EWLhtkeeYLG6QtZ9824dF8D5vl9VrwNqSe1A8s7qr3xXwAzukvRkWRfcxa6Tv57TR7nJMF5YEpKK21x121JDSuTbLru59Lv3PHPkRT9BuBHTb97to11TOyTw++Uww/P5wF0A9OkTH7LIALJcP+zQfBeVokiC3Kd+Jx7TBGdXpENkVveERQsASfvuv//TeI0pTBeU0sij/XDpdT1QbaPOkadcdXtRCHGAnQutpdDcAQi9bP14igwq77v6L0DHd7t+rfxjD7CCOMvXQ3hwB95u95sBnqG3Sq07/gqH/EiJbacvD9E0bhqCwv/aYS31CnPzdaB3jbQ7hN9+WsMKf7LWahrs6LeobsPQJpOWDKML+0/3wIh7EDAkd6329oDB/ML+8+f7J+7nz3UxizKZb6EAiUfm2vERpbfO8UAp29IP8j8HI03fvLuu+ivffBhw69ifkpAu1rGlZUI9rtVJCq++hk5RAXXEzhWrX7rUJXmNjs0beAbAarjxvfpHtb/Af6U1m6ybUAjZNOY53ju19xUbxoocYCXPx5F2AIDdeT6BejDZ6nazGxYVG30lY0yDSdpCurWO4v3K6npeeP/EHBnFVtu9rKVFKun7p6z/xHv9T5rrwjCEiT7pf+9E/9aIv+pFLr01OvAiMnf+Ibl42pibZ4Do0bxoOhRODlRI08UoeaT9l01slAxoGh4kVChM7fTTG1aosEydqdX//Pchu0OGQ/pB70QnyaSpT1sSffRoLNebRPH3k7pGnKiHmKFZuvRJZUFEnlJljso9qzIrs3MiclUVhHgqA/liS2pEgUGukwenhqbtCk7Nfc1sJvwBgm5qh+1jwvFhe6/uB2pDBmW9OlofYBRaGMUMa6wOMwwnFjMsdF1cOiaw7M4iEok5G3afzc47EVRXqM/X1bGb2J9lGgp1eax6v6agOmHRrxNDCTZyPHVKB9xnEYDOIADBUYAI+AIEoDgCkBkUINZReA5uLM6vyJnUjq86qaGmNsKgzpK+S7dE/RmByQ0RRpc481Pt9Pm0pncp2PvAuMSgX7JBjyzRb2CGqBiyhljc48kF3Tyv/gY5bjWFGcMwbnKFZaAmhsNc2PPqkGGNC6oDsm30PHzUvNwIc4QSTw2uxXxuIKw7haviiF/fjtkV+7sV3Ok/Jds7S9W1jiKeOf7toU8+jNbYOhqDVTWNx8ICVmHtWea0s7D89VI12pKYMqhZllH94RXKXGV2doRZVQbgUmCOyFIqsyoPlJFHfrxHyBzqsGZK4eVRfAZvd38Jfym4jeEQe8Bu9O5YgyYQHxwewlZ7Zc6G+56cMdyjYIvNEPOoGQmdfP8/AyD3GZt7IzvphnQiJ/Ucwnq3ONtX77NVfMTwaW+o+3CbOZzCyy37dGb+Oyk7Mi5mCvPFlTSgkT6qPZsaWrjiALOWeaA1tLAdBYgLYaLt9xpGrMNprjSrC3O549wEe3h7OAh2k3MM5wg3ckw3KOyRt7uCK0V/3un5VA2FzXKrVflJzVWGzsIjyFE2RbUuGf2jegenwVitj2+f3bEt/ydSIJqKeiU+fQKC9dkmxooMsg/9ZesDjmErx/Cg9SXdh7wiw8QA3+en5n8PRq3/rqYYT+Lj2bv4mqb7uONYtzOfLKPHHMd9OrBam3+hX02aSQNCah2/z/8y9rVtX3CDmMXur7A3C0KZN2u+02cq8WPLr0U/0d/65cfw8CQjPtax7XNEtoASGcr4pOaGLuOcsUSAsyabQMg2OmNjd3yJi5gbIPEyV+vXvZHRNZ3ckJTUsFwTgIw2oGm178jZo3Uf+f+okw7OGqcOG2HXqPHwVPUpkA3qfvTbX1ruyXxWXv5MztEG4AFaf7ln5Ef/DdgGT3vO2xMzg7a/jQa++WlgaJ8XFAV59eX3hUJq/9JCAz99MxB9OyJl0X/OUYH6Cl2UNCMiMasIwaUyAADYrBDq1tilrHcE7wAAOcAhQ6TyzRywmE0WTSaJJFdO8o753dFJN9yXhoWmG0LDgp5lZf2Q8UNZ1g9B/jH+GipAGNQ0Vh87ecdE+n3pBt0dP90MCmm1rEiWlzfkhUNxJY+fqh3f/WKP/uxFaUUIiYKy+UeTg7YeRkKdeZ0UQiSB0pnbGUKIOu/pDEUOK3CqB5mjquZbtbEfAhRc9hHM3PlzZ0zbyhpDNSh5/H5zQlZ9xkr9ycxKaG44ksDOMFcrWqsUmWZ2wpGNV/zPhZ4POx96LiS5E8B7DV3iK47ZgwLEh2sRp74NeNFq31fUoGzJC5JQxbHUUuSVNPGv/uOpj4u2t9pxxj/AJSVGGXZMck6JT9PTcXz9PXxp+jmYQoVaK5WPkp5Rg9Hvve7uWPWfP0WyerVnC2yZDbysdbs9J/jHeBx4wIO9NnsQ1nsKDdPTQEmVj1sKviIMX/w7tueeAgsxEfDq5wa8DWGe9sPFWcEUHvejr7oofQY7M37j89K6HTUxDlL61PuB3PQu7FyQ78OD3tVg3t6XuAu3a63EAbsDL3L7XD1OWCBVRG5ORHl2HK4HqOC69KYqUfANnUCdK8bV+4lRdiju5rmD8pwMlpP16YFBmidUzsBXbCbfXZbz1FJfD6vGqi6IiipQW0c1OEhQth+9961OXFwdXxkXVxlf/USDgwRl+yf3u2GiUbTRisCW0cDrLYEV1xfCUf5Ms4Owc+bTCc3OIwnsTHOVorVakcFddgPnfZsAT7yn/XBJZrAXj7O/71Ude69TvHtzqA8PtP+sYml9g39xZrFuyckltVF1N7uX5NeNOEmdf/75seScyXWSp5bUPA8YSK7Rkziz3F+4sxwf7hRXHFvnATd2UJanPxbR8/xrmtp3+85RjG7qzm0n6szPd1INfRcvtD3OMa+8RxC0eAMEpcbklkcf6xo/n/wYWzZK7iSzryzNiQ7Dt6WdxpFfyfVZvLzT2KMtzPcAGMCZCKgn+z8bMmGgd5xI4d8lyY+i5Jm8rnFbuD4EIiGZl03w9yYF+tCz5UQiwX9Ip4hiH/F7hx78tZF2asOh5UWScNPN1N9cfzw96D+00Q2iIVhm3TTly+87/J2MVE8kevuQ5MH+FBIpkJRF4NC4xHAfHkogayuzvSW72OQi6hRakQsaUmJ+/Z/giFy/pd40hUuKlh/acMpI+zqY/o7fEbYiSjfkTyAS5dl0n0CStz8hm5dMIBJ8uC3cayavTzuH/A8e/+nEFJVcxN4lyfau1JIJKM8nnMilcQhZpEASieIfLCf5eBOJ9aTvZIf7+L5Tm6wyGIoG/6/6j0aEvVLTW9r0aRSRwsVEAQpooJOCibPueHoKdQrBcQ7+xIxgPM/u/gtPl8t7mCKxQIVVt+QgOKnmWEsglzJsN5ta6nJSz2J2e2rBsBIdhHeRvhM4hEtj2VZmsjXktQ+cPz0DBp0HDN92OMF0CPdHMBdwTXhdXrC9Pkvu/rkDA5hSeLly+5IsUwr9RL1y2nuYEsg91lKT1HqrCiqUWCjDYMB4Qq1UBucDmzv1CXL6+696SJe8+1I/Rj/njT0K3SikSxW236MO/B76R6i/ZXWlO0uT5oeGfF0Yz3tN+RoPJDpqB2eM2MeS+Nj5Kut5WOi0bOLj/BFJoflJH+vKNJfHA2y6tvb0wzCbkbIjdX0Eh0PZ1B2UdaGCzeILNU9a5ItLy39e1Ufbg0CXC1jIiH0EairIrvbQnPaHlL766P/DwaG9ZzkTYROcb8f/JZeft4187v/X8EQ4XuSA8LM/7Ptsvo0fDZ7Fxti9zNPMXvbYtAv1YlKYXqjm6aykQFb0sQZXMutsEBiFmUMAkNuQn98Z3rAYHqzT+UxWWDH9zM+B6Bz3bWqkmh/Cnlp+mkEtx8nibhqCPOiCV9LDw3g7rh0HtuzDfkKKvtaRkdm5/fKCQgrMgK9Q5Fn128PzjjKvRZmIK3yAu34xgg7C9E385kpu1AFov9/9knWW9eVdd98dxt7TMvjvZY49bupDnAZDxntXNThympf4RMpeF/pOONFF7V1I/zmVfaUW54pkXBM8rx4eLZo+tATpd+VSVoOkXtIpccJnEkhWslcX0UoKJ9EL6t1FtgLPZOj+qgXYdUtC2xcfWMF+/qrPN2VXv/TE4tvvG+2XHUPX47PKwisUzYtrNAuiMSte0liqyAvLydayF3ntvL4sLyY7sLBjsFJ29/mQXjRzDlwkW0kJlCJ7d5F268syUbSaVS9pkDglneAMMK1MNtSnaObOBbOQvOLI1QOibM9URvOqjOYpz+xc7uvx8+p/gOg5019lLE6XbgE0ZM3DF37tcaIF3/8Rkpr95b5tGYmtDIMwXWgVWoYSJpL5BvaP7F1Bu9X4ri8vNgNPjvd4GZRd6IaKDWiXEn169MnFvK5/jf92vQDqHHzNYivMXqIX1z9ijVZi9EU/cr+ExAW7wyq2TS00aoqSVqt71Bbi19+FU4dywnbrKh1N9rlbjheXrgZtz0e+bV5tGXsa/PWfMIlMJgaXUb3FjNAsTmIY2Rsh6WJYuT4957wpJej/HVGrp7yTCle6vmPZwH97C1rfFq8vbDs8kfUB420UoPSWgrb3P8++o/uBpCGGkzQkMkzUE4VEDZFTEeSO4v3U9hrVHcGOMiqB/o0gUXWz1i0GVBAZYc4+BtRluapol8xuM6X4dcBz9qhf6zfYVUKVNvauY1PnRN9Lf+8z1ZOPqn6faa9LC1PXtc/8XvVosvqMt//LvhtOliprl+WUBneq46zTc/klKxBJbG6R0qYaR0BI3+YSRPH7d9+hxoCM3OW86SzP7UH/p5+Kzr+iA0Pf9noxOUP6/Zvoh0NRQw+jv/mdNDP5wuvt0MDov2zURyPDLtw1EVCvvRnlCsyAwr8zM8PIsWMO1zSOtyvgCibs97cNSPSpcTXGrdw3dZmZb1TGTeoF2znb9LxvKmP6M19/NL7J2WqMrYlNhkBcTQF5X5Tz17yINLlRUCQ3KrNVR5+H7CMXxGuoHhhs3QHPcT3wDrCd+ozroe7YBnu4c/C2bTAD1H0cvSP9/VMRWVkRyrL68qQb2WtLT4enk1Kwp/7Z136NI+3/WO7OUKxbn76Tr+uIX+BL++Tr/L7u+P1+lmEtFbGlGk1pbEVLs6Y8utgWkzZvJHSASn7aunxWyRW1fElKy05UU1rGK2PJ299uKoupCFMAIlY7NVGPHdaJa7pk/Od0mLaiNHadbkdNo8y4NH1p8zoQl19+WYj8CCLmd5wOb/E7UHqKYCQ8lMkeGgmEU6WbiS3hpzvmR3grvjb15Evkugpky6O+YjdhIb9IWPKVXvuJTvNAWMy3EFpehlY/8KrQySVglaSZ5gU06eAqI+6/PuEg5fQxGHpxgu9hfwktD77JilR8NSd5yhxzjI1XngYi/bq+3nVRVqBkaK82/uwXZQNKRuzlLv5OH/jr76avwoA1je/4mNel/d/Hwet41r7TeWuJdeDqoc7fsSsvXwBrPyme2sP+7wl4EUlCoyje7pi49Yspq39jrbfJBuVybcxvi7fEHZo9N2VSpYbZ/Ar9cshFlFS/goD/d3gV0CBN+QRpa+gKly1r+mIRX1z3QS7IyFgWtI3SrTEV1mTkd4dvofw/kVEW0W/UA+g+KZ2y0iTtufzGxt3zaQw/dcbVJ5uuxG3xu12Vdkx+a809ZXbMw3/Ey59/llp4r+J6Tgo3K7BcUKPeUklimCVVhB+PiidXf9tpZ57OB0ObAcPAgL85BSBI4idsz/Eiet/zn/KFJCI+vfAn3yn/+75zYvYa/vw9XwDht8wS8XxyYcTospAFjmUg/qSe+HJde8fn/gWc/HO5nDz2vTRdf887/Wh/StqrXKEtT+Tp4y8KWNTU1jy8iNcmKCgQVP+mp9SxZCpfomBPF0bcbg7JcywDCZf1xJed9o7P/Qr888/lcXLZT3W6/gAW2lUV7b0h6aSf/hNQ++DRRkZr0dk9FfppKUUjvlCTaiKPogau4ebO2ibQGLcT3H3r+AGoV9w/WJS/rOtU6aUtSMETf7Ogz2/zmOYvEhcwEl94U0ngf+LMB54eEiD2CNMb9BnI/7FpVUzYSnqm3TYpoQ2Pow4wAkqoCGDsI/AxG8XBGpWAVKAiAopBPDUCRQBAjo6BY+KQOMALvMZKjFS4Vfl4Fg4lon1bVUsMrrPVVDjkBabGxFC8z8VOApUYSFq78cwOAofGhC287dwPAh2kgWfM5le4RvAVZ1BRtB4ZIx2FnKmBFVJZH4HK+QMA9dSFNajUmPWklpWWrM40LJvirQbyvhYEiENhDWp47KEdRAMHpKE1yi5X5597K0sn27KN/qvUSQoA8LoXFEmtQlr4S9B/33lxEdAASHlEX2UAeAA4ssEU2vuBUGoQ8AH5RgBeoJnEUXsdSdA+bGRABaOkQPux+QIFlPGaCvygNwFR9kk++2AAKoMAGyQaAdBBGYnYdpAE7c1GBlxwnBRof2O+wAbmfqOCYGgx0AMHqANVYLF9WAvEoBosXfPtN4EasAi0gXoYbtwECO2RlBVJXrMAdIKq72BEUmhZVZdHxPYGoBDUgQawBLSAqvmiX4nzCaQ4oZgJG6irzI6f+HW8GKiBCkQBQPL8KKlVUalVk2jLYdH2mh1Sow0gGqRZzwKZDkmztRHGHDCh2VKbi36K9nCzmTNrROtUAJDgF3Z0NkQvXlyP/4wXPYQUvoHLw48B0Jj/TDuIB5F1u/qcharGSqtOZyzrpRFvdgEn6zJ8v8IQJeSfmAkQASJCJIgMUQ6C0nTDtGzH9bCw+fHHwYVABQjEwycgJCImISUTRC5YiFBhwikoRVCJFEUtmoZWjFhxMLh4CRIlSZYiFQAEgSFQGByBRKExWByeQCSRKVQanREAYrLYHC6PLxCKxBKpTK5QqtQarU5vMJrMFqvN7nC63B6vDwyBwuAIJAqNweLwBCKJTKHS6Awmi83h8vh5BgiEIrFEKpMrlKH7KkCt0er0BqPJbLHa7A6nyx2pC16fH4RgBMVwgqRohuV4fIFQJJZIZXKFUqXWaHV6g9FktlhtdofT5fZ4fX5AmFDGhVTaWEc6nywp93pjEF+esQ5zxc211BcU3l3bQP0GBbiXA9hus8PXPfpPvt/1UsJdwi78Tl+EZZdHSF5LWXfn9UtrpVXKz2s+r7YVnrwW8xpbb/wSFqSXK3Awx+QOKc7r3/lPJEr2Xmii9t5G2ae8M5IO04xIJQS/w45A+N84Fmmz9Li+XGsjTIsTub6fYtt9Yd4B26Qg/FWuYgAVVm1RGrZ2ghFOaM1HqG2ggDkAC3MgM7ZetybkcL+0Cv0LF9pmXtvKwDhNZU2FU60zdQ9z4TAbDQU4ge+Rw8WPrfMcmIbDVGsmnKbfXJLmYNMEB/eEiSOLwk23fQ05jLl4WY8Qray1Y/ntYG3ghSDGJtwJ78gyzMmCp2SCaIGUy4JVGKArttX27ahK8aupMlJooOHQIghimWEaG5WV/Co50Ja/kzCKBd2c1FxDSZBx6Bj1ELT4kDQUniGjmaczG2uPwk5g/khBQNZ+6cjQ92gO0xsqhbAEye+WcWLzFHc3KJPD1LXtYoG+KxgXLLjZTXwYOHp+h8XYhvQ4/cStuUeokLUtnMaiTazAWuS0DBUycA78yWCYoGR4ZZP2KIREy1oXHgicFMhx7Jgt3Hu9f73MZ5sLnTPXKknmT5aiwwTjEU7Vx6394kwYKFZZo99aJA6SnBTIQZcJgG2iOYEsA/LgjmzKES2ZorolhWDN4CQuJuRsFswnDcUAAZi2TRY7JPXJAYgZ+rwVJO3T4yAk0pyCAGwjaFvwZo0PWAJpnAVMR/IKkLFD3rrE4CXkkh7ZdmWq3JjRmQOLM4eFIcU3V4kDVT6REKckYXPGANSPBMWlNOQYjkIawhCXnuM5prZCQwfdXgqfZidhGfJpYOqTA/Y0500ZB4LQReO8YZ6mjq2e6QIdzdGLzR8ziEWSLVQd2NoiYGkRGaMXLCt0oq7fOWoCTc11KgkMttjj0jFJ6zIc7BafifCk0pZOhSbraAopcEpG4/kOwyNmF39Mt5ppTW7jRoB8WgPkOc51rC8oKZl62iKAamlu4DmuBkvCcCtjwcMLAlVzR32t10CwTyM6AbagGllb48gU5ACDzUmBCyJqxlxs8U4XAyTcTtjWMNGdH9GuwTBmjyI3YJFEgrovcQDR5kFZ0NMkmgTDZclc183uTcoBDNAaimIE2Cwu9OXklBGRkNvItMU7zXTlX5Zz/V8YIO2iK//xMnpu22WBNXRyG9vGQuJ0mGsc26/Aag5YQelZZs5Bi2ubsxHV/DzGXRt3P3KTOvQ4HG8aKpm9OyoHnIgzG/GkIEerHqEBaYCQ8UJPWbg8/vNFDyFvqkhIe6O6l0WordG9pHAAyyTWbhCGHCtBD7vDjzljqRT4+8E2POgLpACHDw+E5jqrtyanHw0AAA==)format("woff2"),url(//at.alicdn.com/t/c/font_2553510_ciljc7axaw7.woff?t=1705587463221)format("woff")}.van-icon__image{object-fit:contain;width:1em;height:1em;display:block}:root,:host{--van-overlay-z-index:1;--van-overlay-background:#000000b3}.van-overlay{z-index:var(--van-overlay-z-index);background:var(--van-overlay-background);width:100%;height:100%;position:fixed;top:0;left:0}:root,:host{--van-popup-background:var(--van-background-2);--van-popup-transition:transform var(--van-duration-base);--van-popup-round-radius:16px;--van-popup-close-icon-size:22px;--van-popup-close-icon-color:var(--van-gray-5);--van-popup-close-icon-margin:16px;--van-popup-close-icon-z-index:1}.van-overflow-hidden{overflow:hidden!important}.van-popup{box-sizing:border-box;background:var(--van-popup-background);max-height:100%;transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch;position:fixed;overflow-y:auto}.van-popup--center{width:fit-content;max-width:calc(100vw - var(--van-padding-md) * 2);margin:0 auto;top:50%;left:0;right:0;transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{width:100%;top:0;left:0}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;transform:translateY(-50%)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{width:100%;bottom:0;left:0}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translateY(-50%)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translateY(-100%)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate(100%,-50%)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translateY(100%)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate(-100%,-50%)}.van-popup__close-icon{z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size);position:absolute}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}.fade-slide-enter-active,.fade-slide-leave-active{transition:all .25s}.fade-slide-enter-from{opacity:0;transform:translate(10px)}.fade-slide-leave-to{opacity:0;transform:translate(-10px)}
