@charset "UTF-8";: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-white: #ffffff;--adm-color-text: #333333;--adm-color-text-secondary: #666666;--adm-color-weak: #999999;--adm-color-light: #cccccc;--adm-color-border: #eeeeee;--adm-color-box: #f5f5f5;--adm-color-background: #ffffff;--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-text: #e6e6e6;--adm-color-text-secondary: #b3b3b3;--adm-color-weak: #808080;--adm-color-light: #4d4d4d;--adm-color-border: #2b2b2b;--adm-color-box: #0a0a0a;--adm-color-background: #1a1a1a;--adm-border-color: var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}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 ease-in-out .2s}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);width:0;position:fixed;right:-100vw;bottom:-100vh;-webkit-user-select:none;user-select:none;pointer-events:none}.adm-popup{--z-index: var(--adm-popup-z-index, 1000);position:fixed;z-index:var(--z-index)}.adm-popup-body{position:fixed;background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10)}.adm-popup-body .adm-popup-close-icon{position:absolute;z-index:100}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{right:8px;bottom:8px}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{left:8px;top:8px}.adm-popup-close-icon{cursor:pointer;padding:4px;font-size:18px;line-height:1;color:var(--adm-color-weak)}.adm-mask{--z-index: var(--adm-mask-z-index, 1000);position:fixed;top:0;left:0;z-index:var(--z-index);display:block;width:100%;height:100%}.adm-mask-aria-button{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.adm-mask-content{z-index:1}.adm-safe-area{--multiple: var(--adm-safe-area-multiple, 1);display:block;width:100%}.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{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.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{position:relative;background-color:var(--adm-color-box);height:100%;min-height:24px;min-width:24px}.adm-image-tip>svg{width:24px;height:24px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--adm-color-weak)}.adm-button{--color: var(--adm-color-white);--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);position:relative;display:inline-block;box-sizing:border-box;height:auto;padding:7px 12px;margin:0;font-size:var(--adm-font-size-9);line-height:1.4;text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;transition:opacity ease .15s;-webkit-user-select:none;user-select:none}.adm-button:focus{outline:none}.adm-button:before{position:absolute;top:0;left:0;transform:translate(calc(var(--border-width) * -1),calc(var(--border-width) * -1));width:100%;height:100%;background-color:#000;border:var(--border-width) var(--border-style) #000;border-radius:var(--border-radius);opacity:0;content:" ";box-sizing:content-box}.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-white);--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{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-main)}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{padding-top:11px;padding-bottom:11px;font-size:var(--adm-font-size-10)}.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{display:flex;height:1.4em;align-items:center;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.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:adm-spin-loading-rotate .8s infinite linear}.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-skeleton{--width: 100%;--height: 0;--border-radius: 0;background-color:#bebebe33;border-radius:var(--border-radius);width:var(--width);height:var(--height);display:block}.adm-skeleton.adm-skeleton-animated{background:linear-gradient(90deg,rgba(190,190,190,.2) 25%,rgba(129,129,129,.24) 37%,rgba(190,190,190,.2) 63%);background-size:400% 100%;animation:adm-skeleton-loading 1.4s ease infinite}.adm-skeleton.adm-skeleton-title{--width: 45%;--height: 32px;--border-radius: 2px;margin-bottom:16px;margin-top: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% 50%}to{background-position:0 50%}}.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);position:fixed;z-index:var(--z-index)}.adm-center-popup .adm-center-popup-mask{z-index:0}.adm-center-popup-wrap{position:fixed;z-index:1;top:50%;left:50%;width:auto;min-width:var(--min-width);max-width:var(--max-width);transform:translate(-50%,-50%)}.adm-center-popup-body{background-color:var(--background-color);border-radius:var(--border-radius)}.adm-center-popup-close{position:absolute;z-index:100;right:8px;top:8px;cursor:pointer;padding:4px;font-size:18px;color:var(--adm-color-weak)}.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);overflow:hidden;display:flex;flex-direction:column}.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{margin-bottom:12px;max-height:40vh}.adm-dialog-header{margin-bottom:8px;padding:0 12px}.adm-dialog-title{margin-bottom:8px;padding:0 12px;font-weight:700;font-size:var(--adm-font-size-10);line-height:25px;text-align:center}.adm-dialog-content{padding:0 12px 20px;max-height:70vh;overflow-x:hidden;overflow-y:auto;font-size:var(--adm-font-size-7);line-height:1.4;color:var(--adm-color-text)}.adm-dialog-content-empty{padding:0;height:12px}.adm-dialog-footer{-webkit-user-select:none;user-select:none}.adm-dialog-footer .adm-dialog-action-row{display:flex;align-items:stretch;border-top:.5px solid var(--adm-color-border)}.adm-dialog-footer .adm-dialog-action-row>*{flex:1}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button{padding:10px;font-size:var(--adm-font-size-10);line-height:25px;border-radius:0;border-right:solid .5px var(--adm-color-border)}.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-ellipsis{overflow:hidden;line-height:1.5}.adm-grid{--gap: 0;--gap-horizontal: var(--gap);--gap-vertical: var(--gap);display:grid;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}.adm-grid-item{grid-column-end:span var(--item-span)}.adm-space-item{flex:none}.adm-space{display:inline-flex;--gap: 8px;--gap-vertical: var(--gap);--gap-horizontal: var(--gap)}.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{flex-wrap:wrap;margin-bottom:calc(var(--gap-vertical) * -1)}.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-infinite-scroll{color:var(--adm-color-weak);padding:18px;display:flex;justify-content:center;align-items:center;font-size:var(--adm-font-size-main)}.adm-infinite-scroll-failed-text{display:inline-block;margin-right:8px}.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;display:flex;justify-content:flex-start;align-items:center;width:100%;max-width:100%;max-height:100%;min-height:24px;background-color:var(--background-color)}.adm-input-disabled{opacity:.4;cursor:not-allowed}.adm-input-element{flex:auto;display:inline-block;box-sizing:border-box;width:100%;max-width:100%;max-height:100%;padding:0;margin:0;color:var(--color);font-size:var(--font-size);line-height:1.5;background:transparent;border:0;outline:none;-webkit-appearance:none;appearance:none;min-height:1.5em;text-align:var(--text-align)}.adm-input-element::-webkit-input-placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element:-webkit-autofill{background-color:transparent}.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{flex:none;margin-left:8px;color:var(--adm-color-light);padding:4px;cursor:pointer}.adm-input-clear:active{color:var(--adm-color-weak)}.adm-input-clear .antd-mobile-icon{display:block;font-size:var(--adm-font-size-7)}.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);overflow:hidden;display:flex;flex-direction:column}.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{margin-bottom:12px;max-height:40vh;overflow-y:scroll}.adm-modal-header{margin-bottom:8px;padding:0 12px}.adm-modal-title{margin-bottom:8px;padding:0 12px;font-weight:700;font-size:var(--adm-font-size-10);line-height:25px;text-align:center}.adm-modal-content{padding:0 12px 12px;max-height:70vh;overflow-x:hidden;overflow-y:auto;font-size:var(--adm-font-size-7);line-height:1.4;color:var(--adm-color-text)}.adm-modal-footer{-webkit-user-select:none;user-select:none;padding:8px 12px 12px}.adm-modal-footer-empty{padding:0;height:8px}.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-page-indicator{display:flex;width:auto;--dot-color: #dddddd;--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}.adm-page-indicator-dot{display:block;width:var(--dot-size);height:var(--dot-size);border-radius:var(--dot-border-radius);background:var(--dot-color)}.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: rgba(255, 255, 255, .5);--active-dot-color: var(--adm-color-white)}.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-pull-to-refresh-head{overflow:hidden;position:relative}.adm-pull-to-refresh-head-content{position:absolute;bottom:0;left:0;width:100%;color:var(--adm-color-weak);display:flex;justify-content:center;align-items:center}.adm-rate{--star-size: 24px;--active-color: #ffd21e;--inactive-color: #e5e5e5;--inactive-color-half: #dbdbdb;display:inline-flex;touch-action:pan-y;-webkit-user-select:none;user-select:none}.adm-rate-box{position:relative}.adm-rate-star{padding:.125em;line-height:var(--star-size);font-size:var(--star-size);color:var(--inactive-color);text-align:center;overflow:hidden;cursor:pointer;box-sizing:border-box;transition:all .3s}.adm-rate-star-half{padding-right:0;width:50%;position:absolute;left:0;top: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-swiper{--height: auto;--width: 100%;--border-radius: 0;--track-padding: 0;--slide-size: 100%;--track-offset: 0%;display:block;width:var(--width);height:var(--height);position:relative;border-radius:var(--border-radius);z-index:0;overflow:hidden}.adm-swiper-track{width:100%;height:100%;white-space:nowrap;padding:var(--track-padding)}.adm-swiper-track-allow-touch-move{cursor:-webkit-grab;cursor:grab}.adm-swiper-track-inner{width:100%;height:100%;overflow:visible;position:relative;display:flex;flex-wrap:nowrap}.adm-swiper-slide{width:100%;height:100%;display:block;position:relative;white-space:unset;flex:none}.adm-swiper-item{display:block;width:100%;height:100%;white-space:normal}.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{flex-direction:row;width:var(--slide-size)}.adm-swiper-vertical .adm-swiper-track-allow-touch-move{touch-action:pan-x}.adm-swiper-vertical .adm-swiper-indicator{position:absolute;right:6px;top:50%;transform:translateY(-50%)}.adm-swiper-vertical .adm-swiper-track{transform:translateY(var(--track-offset))}.adm-swiper-vertical .adm-swiper-track-inner{flex-direction:column;height:var(--slide-size)}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;max-width:204px;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:#000000b3;border-radius:8px;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box}.adm-toast-mask .adm-toast-main-text{padding:12px;min-width:0px}.adm-toast-mask .adm-toast-main-icon{padding:35px 12px;min-width:150px}.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}._app_g9u22_6{position:relative}._app_g9u22_6 ._close_box_g9u22_9{width:4.4rem;height:4.4rem;position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center}._app_g9u22_6 ._close_box_g9u22_9 ._close_g9u22_9{width:1.2rem;height:1.2rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/ic_close@2x.png) no-repeat;background-size:100% 100%}._nav_g9u22_26{width:100%;height:4rem;display:flex;align-items:flex-end;justify-content:center}._nav_box_g9u22_33{display:flex;flex-direction:column;margin:0 1.5rem}._nav_box_g9u22_33 p{font-size:1.7rem;color:#333;line-height:2.4rem}._nav_box_g9u22_33 div{width:100%;height:.3rem;border-radius:.2rem;margin-top:.1rem}._nav_box_g9u22_33 ._checked_nav_g9u22_49{background:#6d81ff}._app_11ri5_6{width:100%;display:flex;flex-direction:column;align-items:center}._app_11ri5_6 ._email_content_11ri5_12{width:34.3rem;height:4.6rem;background:#f5f6ff;border:1px solid #f5f6ff;box-sizing:border-box;border-radius:1.2rem;margin-top:2rem}._app_11ri5_6 ._email_content_11ri5_12 ._email_input_11ri5_21{width:31rem;--font-size: 1.4rem;color:#333}._app_11ri5_6 ._password_content_11ri5_26{width:34.3rem;height:4.6rem;background:#f5f6ff;border:1px solid #f5f6ff;box-sizing:border-box;border-radius:1.2rem;margin-top:1rem}._app_11ri5_6 ._password_content_11ri5_26 ._password_box_11ri5_35{width:31rem;display:flex;align-items:center;justify-content:space-between}._app_11ri5_6 ._password_content_11ri5_26 ._password_box_11ri5_35 ._password_input_11ri5_41{width:18rem;--font-size: 1.4rem;color:#333}._app_11ri5_6 ._password_content_11ri5_26 ._password_box_11ri5_35 p{font-size:1.2rem;color:#6d82ff;line-height:1.7rem}._app_11ri5_6 ._input_content_error_11ri5_51{border:1px solid #ff6767;box-sizing:border-box}._app_11ri5_6 ._tips_11ri5_55{width:34.3rem;font-size:1.2rem;font-weight:700;color:#b3b6c2;line-height:1.7rem;margin-top:.6rem}._app_11ri5_6 ._login_btn_box_11ri5_63{width:34.3rem;height:4.8rem;background:#e9eaef;border-radius:1.2rem;color:#b3b6c2;margin:1rem 0 3rem}._app_11ri5_6 ._login_btn_box_11ri5_63 span{font-size:1.6rem;line-height:2.2rem}._app_11ri5_6 ._login_btn_box_active_11ri5_75{background:#6d82ff;color:#fff}._app_11ri5_6 ._or_box_11ri5_79{width:100%}._app_11ri5_6 ._or_box_11ri5_79 ._line_11ri5_82{width:3.2rem;height:.1rem;background:#e5e5e5}._app_11ri5_6 ._or_box_11ri5_79 span{font-size:1.2rem;color:#aaa;line-height:1.7rem;margin:0 2.8rem}._app_11ri5_6 ._other_login_channel_content_11ri5_93{width:100%;margin:4rem 0 1.5rem}._app_11ri5_6 ._other_login_channel_content_11ri5_93 ._channel_facebook_11ri5_97{width:13.6rem;height:4.8rem;background:#7298e5;border-radius:1.2rem;display:flex;align-items:center;justify-content:space-between;margin:0 1.2rem}._app_11ri5_6 ._other_login_channel_content_11ri5_93 ._channel_facebook_11ri5_97 div{width:.8rem;height:1.7rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/Facebook@2x.png) no-repeat;background-size:100%;margin-left:2.2rem}._app_11ri5_6 ._other_login_channel_content_11ri5_93 ._channel_facebook_11ri5_97 span{font-size:1.4rem;color:#fff;line-height:2rem;letter-spacing:1px;margin-right:1.6rem}._app_11ri5_6 ._other_login_channel_content_11ri5_93 ._channel_google_11ri5_121{width:13.6rem;height:4.8rem;background:#43bcf3;border-radius:1.2rem;display:flex;align-items:center;justify-content:space-between;margin:0 1.2rem}._app_11ri5_6 ._other_login_channel_content_11ri5_93 ._channel_google_11ri5_121 div{width:2.2rem;height:2.2rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/googleLogin.png) no-repeat;background-size:100%;margin-left:2.2rem}._app_11ri5_6 ._other_login_channel_content_11ri5_93 ._channel_google_11ri5_121 span{font-size:1.4rem;color:#fff;line-height:2rem;letter-spacing:1px;margin-right:2.4rem}._app_11ri5_6 ._other_login_channel_content_11ri5_93 ._channel_twitter_11ri5_145{width:13.6rem;height:4.8rem;background:#43bcf3;border-radius:1.2rem;display:flex;align-items:center;justify-content:space-between;margin:0 1.2rem}._app_11ri5_6 ._other_login_channel_content_11ri5_93 ._channel_twitter_11ri5_145 div{width:2.2rem;height:2rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/Twitter@2x.png) no-repeat;background-size:100%;margin-left:2.2rem}._app_11ri5_6 ._other_login_channel_content_11ri5_93 ._channel_twitter_11ri5_145 span{font-size:1.4rem;color:#fff;line-height:2rem;letter-spacing:1px;margin-right:2.4rem}._app_18e6x_6 ._password_content_18e6x_71 ._password_box_18e6x_80 ._password_visible_18e6x_91{width:2rem;height:2rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/visible@2x.png) no-repeat;background-size:100% 100%}._app_18e6x_6 ._password_content_18e6x_71 ._password_box_18e6x_80 ._password_unVisible_18e6x_97{width:2rem;height:2rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/unvisible@2x.png) no-repeat;background-size:100% 100%}._app_18e6x_6{width:100%;display:flex;flex-direction:column;align-items:center}._app_18e6x_6 ._email_content_18e6x_12{width:34.3rem;height:4.6rem;background:#F5F6FF;border:1px solid #F5F6FF;box-sizing:border-box;border-radius:1.2rem;margin-top:2rem}._app_18e6x_6 ._email_content_18e6x_12 ._email_input_18e6x_21{width:31rem;--font-size: 1.4rem;color:#333}._app_18e6x_6 ._verifyCode_content_18e6x_26{width:34.3rem;height:4.6rem;background:#F5F6FF;border:1px solid #F5F6FF;box-sizing:border-box;border-radius:1.2rem;margin-top:1rem}._app_18e6x_6 ._verifyCode_content_18e6x_26 ._verifyCode_box_18e6x_35{width:31rem;display:flex;align-items:center;justify-content:space-between}._app_18e6x_6 ._verifyCode_content_18e6x_26 ._verifyCode_box_18e6x_35 ._verifyCode_input_18e6x_41{width:18rem;--font-size: 1.4rem;color:#333}._app_18e6x_6 ._verifyCode_content_18e6x_26 ._verifyCode_box_18e6x_35 p{font-size:1.2rem;color:#6d82ff;line-height:1.7rem}._app_18e6x_6 ._input_content_error_18e6x_51{border:1px solid #FF6767;box-sizing:border-box}._app_18e6x_6 ._next_btn_content_18e6x_55{width:34.3rem;height:4.8rem;background:#E9EAEF;border-radius:1.2rem;color:#b3b6c2;margin:1rem 0 2.4rem}._app_18e6x_6 ._next_btn_content_18e6x_55 span{font-size:1.6rem;line-height:2.2rem}._app_18e6x_6 ._next_btn_content_active_18e6x_67{background:#6D82FF;color:#fff}._app_18e6x_6 ._password_content_18e6x_71{width:34.3rem;height:4.6rem;background:#F5F6FF;border:1px solid #F5F6FF;box-sizing:border-box;border-radius:1.2rem;margin-top:1rem}._app_18e6x_6 ._password_content_18e6x_71 ._password_box_18e6x_80{width:31rem;display:flex;align-items:center;justify-content:space-between}._app_18e6x_6 ._password_content_18e6x_71 ._password_box_18e6x_80 ._password_input_18e6x_86{width:18rem;--font-size: 1.4rem;color:#333}._app_18e6x_6 ._password_content_18e6x_71 ._password_box_18e6x_80 ._password_visible_18e6x_91{width:2rem;height:2rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/visible@2x.png) no-repeat;background-size:100% 100%}._app_18e6x_6 ._password_content_18e6x_71 ._password_box_18e6x_80 ._password_unVisible_18e6x_97{width:2rem;height:2rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/unvisible@2x.png) no-repeat;background-size:100% 100%}._app_18e6x_6 ._tips_18e6x_103{width:34.3rem;font-size:1.2rem;color:#b3b6c2;line-height:1.7rem;margin-top:.6rem}._app_18e6x_6 ._sign_up_btn_18e6x_110{width:34.3rem;height:4.8rem;background:#E9EAEF;border-radius:1.2rem;color:#b3b6c2;margin:2.5rem 0}._app_18e6x_6 ._sign_up_btn_18e6x_110 span{font-size:1.6rem;line-height:2.2rem}._app_18e6x_6 ._sign_up_btn_active_18e6x_122{background:#6D82FF;color:#fff}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}._dialog_3qd6h_7 .adm-dialog-content{padding:0;color:inherit}._dialog_body_3qd6h_12:not(._pure_3qd6h_12){width:calc(100vw - 3.2rem);max-height:90vh;padding:1.2rem;background:#6D5BFF;box-shadow:inset 3px 3px #a39aff,inset 0 3px #a39aff;border-radius:16px;border:.3rem solid #2B02D6;box-sizing:border-box;overflow:hidden auto}._pure_3qd6h_12{padding-top:0!important;background-color:unset!important;border-radius:unset!important;overflow:unset!important}._pure_3qd6h_12 .adm-dialog-content{overflow:unset}@media screen and (orientation: landscape){._dialog_body_3qd6h_12:not(._pure_3qd6h_12){width:60vw}}._close_3qd6h_39{position:absolute;top:-.8rem;right:-.8rem;z-index:1}._close_3qd6h_39._top_3qd6h_45{top:-4.2rem}._dialog_183xk_6{min-width:32rem}._title_183xk_10{text-align:center;margin-top:1.2rem;font-size:20px;font-weight:700}._body_183xk_17{margin-top:3.2rem;padding:0 .8rem}._controls_183xk_22{padding:0 .8rem;margin-top:3.2rem}._controls_183xk_22 button{font-weight:700}._prompt_controls_183xk_30{display:flex}._prompt_control_183xk_30{flex:1}._prompt_control_183xk_30:nth-child(2){margin-left:1.2rem}._close_183xk_41{position:absolute;top:1.2rem;right:1.2rem}._with_cloud_bg_1q8xm_11{padding-top:12rem;border-radius:16px;background:white url(https://pic.claweden.com/online/images/mediafile/dialog/cloud@2x.png) top center no-repeat;background-size:100%;overflow:visible!important}._with_cloud_bg_1q8xm_11>div{overflow:visible!important}._win_1q8xm_22{background:url(https://pic.claweden.com/online/images/mediafile/dialog/ribbon@2x.png) center no-repeat;background-size:100%}._title_inner_1q8xm_27{margin-top:-8rem}._result_title_1q8xm_31{margin-top:2.4rem;font-size:22px}._shadow_money_1wusn_6{position:relative;color:#fff;-webkit-text-stroke:4px #921F1F}._shadow_money_1wusn_6:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._shadow_blue_1wusn_17{position:relative;color:#fff;-webkit-text-stroke:4px #5439FF}._shadow_blue_1wusn_17:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._shadow_txt_1xwsd_12{display:inline-block;position:relative;color:var(--text-color);-webkit-text-stroke:.5rem var(--shadow-color);text-shadow:0 2px 0 var(--effect-color)}._shadow_txt_1xwsd_12:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._option_181pf_17{position:relative;display:flex;padding:.2rem 1.2rem;align-items:center;min-height:4.8rem;color:#921f1f;z-index:var(--focused-z-index);background:#FFF5A2;box-shadow:0 8px #0000004d,0 4px #f64d4b,inset 2px 3px #fff;border-radius:24px;border:2px solid #FFAD00}._option_special_181pf_30{color:#04576e;background:linear-gradient(180deg,#A9FFEB 0%,#00FFC2 100%);box-shadow:0 8px #0000004d,0 4px #009ac5,inset 2px 3px #fffc;border-radius:24px;border:2px solid #00C5AF}._option_special_181pf_30 ._price_181pf_37{position:relative;color:#fff800;-webkit-text-stroke:4px #600098}._option_special_181pf_30 ._price_181pf_37:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._option_181pf_17._with_cd_181pf_47{margin-top:1rem}._option_181pf_17._disabled_181pf_50,._option_181pf_17._done_181pf_50{pointer-events:none}._option_181pf_17._disabled_181pf_50:before,._option_181pf_17._done_181pf_50:before{position:absolute;display:inline-block;inset:-2px;border-radius:2.5rem;background:rgba(0,0,0,.5);content:"";z-index:1}._option_181pf_17._done_181pf_50:after{display:inline-block;position:absolute;top:0;right:0;width:2.4rem;height:2.4rem;background:url(https://pic.claweden.com/online/images/mediafile/recharge/check@2x.png) center no-repeat;background-size:100%;content:"";z-index:1}._extra_181pf_78{display:flex;justify-content:center;align-items:center;width:3.6rem;height:3.6rem;text-align:center;color:#fff;background:url(https://pic.claweden.com/online/images/mediafile/recharge/bg_extra@2x.png) center no-repeat;background-size:100%;position:relative;color:#ffe644;-webkit-text-stroke:4px #127117;transform:rotate(15deg);white-space:nowrap}._extra_181pf_78:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._plus_181pf_100{font-size:1.6rem;font-weight:700;margin:0 .4rem}._coin_181pf_106{font-size:1.6rem;font-weight:700;display:flex;align-items:center}._coin_181pf_106:before{display:inline-block;margin-right:.4rem;width:1.6rem;height:1.6rem;background:url(https://pic.claweden.com/online/images/mediafile/recharge/coin@2x.png) center no-repeat;background-size:100%;content:""}._addition_181pf_122{flex:1;display:flex;justify-content:center;align-items:center}._price_181pf_37{font-size:2rem;position:relative;color:#fff;-webkit-text-stroke:4px #5439FF;text-shadow:0 2px 0 #00C5AF}._price_181pf_37:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._original_price_181pf_142{color:#921f1f;font-size:1.8rem;font-family:B2,B2}._recommend_181pf_148{position:absolute;line-height:1.4rem;padding:0 .2rem;top:0;left:0;font-size:1.2rem;color:#fff;background:#F02FAD;border-radius:.8rem;border:.2rem solid #FFFFFF;outline:.2rem solid #C40382;transform:rotate(-10deg)}._duration_181pf_163{display:flex;align-items:center;position:absolute;top:-.8rem;left:0;height:2rem;padding:0 .4rem;color:#fff;background:#F02FAD;border-radius:.8rem;outline:2px solid #F02FAD;border:2px solid #FFFFFF;font-size:1.2rem}._duration_181pf_163>img{margin:0 .4rem}._buy_limit_181pf_182{display:flex;flex-direction:column;align-items:flex-end;text-align:right;padding:0 .6rem;position:relative;z-index:var(--focused-z-index)}._buy_discount_181pf_192{display:flex;align-items:center;position:relative;margin-bottom:-.4rem;font-size:1.2rem;padding:0 .4rem;color:#fff;background:#F02FAD;border-radius:.8rem;border:2px solid #FFFFFF;outline:2px solid #C40382;overflow-x:auto}._buy_discount_val_181pf_206{margin:0 .4rem;color:#ffe644}._club_term_181pf_211{padding:.1rem .6rem;border-radius:1rem;color:#fff;font-weight:700;background:#FF9100}._option_special_181pf_30 ._club_term_181pf_211{background:#009AC5}._club_original_181pf_221{text-decoration:line-through;text-align:center;line-height:1;color:#04576e;font-size:1.8rem}._club_price_181pf_228{line-height:1;font-size:2.2rem}._worth_tip_181pf_233{position:relative;z-index:0;top:-1rem;padding:2rem 1rem .6rem;background:#B3411C;border-radius:0 0 2.4rem 2.4rem;border:.2rem solid #921F1F;color:#fff;display:flex}._worth_tip_181pf_233._highlight_181pf_244{background:#009AC5;border-color:#007292}._tip_txt_181pf_249{flex:1}._tip_val_181pf_253{margin:0 .2rem;color:#ffe644}._tip_1j0w3_17{text-align:center;color:#ffe644;font-size:2.4rem;font-weight:700}._club_right_1j0w3_24{color:#fff;font-size:1.5rem;line-height:2}._club_right_1j0w3_24:before{display:inline-block;vertical-align:middle;margin-right:.4rem;width:2.4rem;height:2.4rem;background:url(https://pic.claweden.com/online/images/mediafile/icons/check_cyan@2x.png) center no-repeat;background-size:100%;content:""}._desc_1j0w3_40{margin-top:.8rem;color:#fff;font-size:1.6rem}._link_1j0w3_46{margin-top:.8rem;text-align:right;color:#ffe644}._postage_desc_1j0w3_52{margin-top:1.2rem;color:#fff;font-size:1.2rem}._postage_desc_1j0w3_52 img{margin-right:.4rem;vertical-align:middle}._divider_1j0w3_62{margin-top:1.2rem;border:1px dashed #CB72FE}._club_1j0w3_24{margin:1.6rem -1.2rem 2rem;padding:1.6rem .8rem;background:#600098;border-radius:1.6rem}._club_header_1j0w3_73{display:flex;align-items:center;justify-content:center;text-align:center;position:relative;top:-2rem;height:4.2rem;font-size:2rem;font-weight:700;background:url(https://pic.claweden.com/online/images/mediafile/recharge/bg_club_header@2x.png) no-repeat center;background-size:12rem}._club_header_text_1j0w3_86{margin-left:.4rem;position:relative;color:#ffe644;-webkit-text-stroke:4px #600098}._club_header_text_1j0w3_86:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._outer_18cp4_17{position:relative;height:100%;display:flex;flex-direction:column}._inner_18cp4_24{position:absolute;inset:0;display:flex;flex-direction:column}._tip_18cp4_34{color:#ffe644;font-size:2.4rem;font-weight:700;text-align:center}._desc_18cp4_41{margin-top:.8rem;color:#fff;font-size:1.6rem}._sign_table_18cp4_47{flex:1;padding-left:4rem;padding-right:3.2rem;overflow-x:visible;overflow-y:auto}._sign_day_18cp4_55{display:flex;align-items:center;margin:1.4rem 0}._sign_day_0_18cp4_60 ._sign_order_wrp_18cp4_60{background:#4C33E4}._sign_day_0_18cp4_60 ._sign_order_wrp_18cp4_60:before,._sign_day_0_18cp4_60 ._sign_order_wrp_18cp4_60:after{background:#4C33E4}._sign_day_0_18cp4_60 ._sign_order_18cp4_60{color:#a39aff;background:#6D5BFF}._sign_day_0_18cp4_60 ._sign_order_18cp4_60:after{display:inline-block;position:absolute;right:-1.2rem;top:-1.2rem;width:2.4rem;height:2.4rem;background:url(https://pic.claweden.com/online/images/mediafile/recharge/check@2x.png) center no-repeat;background-size:100%;content:""}._sign_day_0_18cp4_60 ._sign_day_prize_18cp4_81{color:#a39aff;background:#5439FF}._sign_day_0_18cp4_60 ._sign_day_prize_18cp4_81:before{border-color:#5439ff}._sign_day_1_18cp4_88 ._sign_order_wrp_18cp4_60:after{background:linear-gradient(to bottom,#3315D0,#4C33E4)}._sign_day_1_18cp4_88 ._sign_day_prize_18cp4_81{box-shadow:inset 2px 2px #f682ce,inset 0 -2px #d3048c;border:2px solid #2B02D6;background:#F02FAD}._sign_day_1_18cp4_88 ._sign_day_prize_18cp4_81:before{border-color:#f02fad;outline:2px solid #2B02D6}._sign_day_1_18cp4_88 ._sign_day_prize_18cp4_81:after{display:inline-block;position:absolute;left:-.7rem;border-left:1.6rem solid transparent;border-top:1.6rem solid #F02FAD;border-radius:.1rem;transform:rotate(45deg);content:""}._sign_order_wrp_18cp4_60{position:relative;background:#3315D0;border:2px solid #8070FF;border-radius:50%}._sign_order_wrp_18cp4_60:before,._sign_order_wrp_18cp4_60:after{position:absolute;width:.8rem;height:1.4rem;background:#3315D0;content:"";left:calc(50% - .4rem - 2px);border-width:0 2px 0 2px;border-color:#8070ff;border-style:solid}._sign_order_wrp_18cp4_60:before{bottom:calc(100% - .5px)}._sign_order_wrp_18cp4_60:after{top:calc(100% - .5px);z-index:1}._sign_order_18cp4_60{position:relative;width:2.8rem;height:2.8rem;line-height:2.8rem;text-align:center;margin:.6rem;font-size:1.6rem;font-weight:700;color:#fff;border-radius:50%;background:linear-gradient(360deg,#FF5F00 0%,#FFAD00 100%)}._sign_order_today_18cp4_149{position:absolute;top:0;right:0;height:100%;line-height:2.6rem;width:7rem;background:#F02FAD;border-radius:1.4rem;border:.2rem solid #F682CE;box-sizing:border-box}._sign_day_prize_18cp4_81{position:relative;display:flex;align-items:center;padding-left:2rem;padding-right:1.2rem;margin-left:1.6rem;width:160px;height:32px;color:#ffe644;font-size:1.6rem;font-weight:700;background:#2B02D6;border-radius:1rem}._sign_day_prize_18cp4_81:before{display:inline-block;position:absolute;left:-.4rem;border-top:1rem solid transparent;border-left:1rem solid #2B02D6;border-radius:.1rem;transform:rotate(45deg);content:""}._sign_prize_18cp4_188{flex:1;display:flex;align-items:center}._sign_prize_18cp4_188:before{display:inline-block;width:1.6rem;height:1.6rem;margin-right:.8rem;background:url(https://pic.claweden.com/online/images/mediafile/recharge/coin@2x.png) center no-repeat;background-size:100%;content:""}._sign_addition_18cp4_203{width:4.2rem;height:4.2rem;line-height:4.2rem;background:url(https://pic.claweden.com/online/images/mediafile/recharge/bg_extra@2x.png) center no-repeat;background-size:100%;position:relative;color:#ffe644;-webkit-text-stroke:4px #127117;transform:rotate(15deg)}._sign_addition_18cp4_203:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._tip_1mak0_12{display:flex;align-items:center;color:#fff;font-weight:700;background:#600098;border-radius:1.2rem;border:.2rem solid #F64D4B}._tip_left_1mak0_21{position:relative;color:#ffe644;-webkit-text-stroke:4px #B3411C}._tip_left_1mak0_21:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._desc_1mak0_32{margin:1.6rem 0;color:#fff;font-size:1.6rem}._recommend_dialog_14ras_12{background:#9600D2;box-shadow:inset 3px 3px #cb72fe,inset 0 3px #cb72fe;border:3px solid #600098;color:#fff}._recommend_dialog_title_14ras_18{text-align:center;color:#ffe644;font-size:2.4rem;font-weight:700}._recommend_dialog_desc_14ras_24{margin-top:2.2rem}._vip_14ras_28{min-width:10rem;font-size:1.4rem;line-height:1.2}._vip_info_14ras_33{font-weight:700}._vip_type_14ras_36{height:16px;color:#fff;padding:.1rem .4rem .1rem .2rem;margin-left:.4rem;font-size:1.2rem;background:#921F1F;border-radius:16px}._vip_type_14ras_36:before{display:inline-block;width:1.6rem;height:1.6rem;background:url(https://pic.claweden.com/online/images/mediafile/recharge/jade@2x.png) no-repeat;background-size:100%;content:""}._vip_type_2_14ras_53:before{background-image:url(https://pic.claweden.com/online/images/mediafile/recharge/ruby@2x.png)}._vvip_14ras_57{display:flex;align-items:center;font-size:1.1rem;margin-bottom:1.6rem}._switch_14ras_64{display:flex;align-items:center;margin-left:1.2rem;height:2.8rem;padding:.4rem;background:white;border-radius:2rem}._switch_14ras_64>span{display:inline-block;line-height:2rem;border-radius:2rem;padding:0 .4rem}._switch_14ras_64 ._active_14ras_79{background:#00C5AF;color:#fff;font-weight:700}@media screen and (orientation: landscape){._dialog_wrp_u9es7_12 .adm-center-popup-wrap{top:55%}._dialog_u9es7_12{height:70vh}}._d_icon_wrap_u9es7_19{width:30rem;height:12.8rem;background:url(../img/home/special_offer_bg@2x.png) no-repeat;background-size:100% 100%;z-index:1;position:relative}._coins_icon_u9es7_28{position:absolute;bottom:0;right:0;width:7.4rem;height:5.6rem;background:url(../img/home/special_offer_coins@2x.png) no-repeat;background-size:100% 100%}._d_icon_u9es7_19{width:30rem;height:15.7rem;position:relative;padding-top:3.2rem}._d_title_u9es7_45{position:relative;color:#ffe644;-webkit-text-stroke:4px #1A0863;font-size:2.2rem;font-family:B2,serif;font-weight:700;line-height:2.4rem;text-align:center}._d_title_u9es7_45:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._time_u9es7_61{display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-family:B2,serif;font-weight:700;margin-top:1.6rem;color:#fff}._time_u9es7_61>span{display:inline-block;width:3.2rem;text-align:center;height:3.2rem;line-height:3.2rem;background:#201F29;border-radius:.8rem}._time_u9es7_61 ._t_split_u9es7_80{margin:0 .2rem;color:#201f29}._time_u9es7_61 ._t_day_u9es7_84{display:inline-block;padding:0 1rem;text-align:center;height:3.2rem;line-height:3.2rem;background:#201F29;border-radius:.8rem;margin-right:.6rem}._main_title_u9es7_95{text-align:center;font-size:2rem;font-family:Helvetica-Bold,Helvetica,serif;font-weight:700;color:#fff;line-height:2.4rem;height:2.4rem}._sub_title_u9es7_105{margin:1.6rem 0;font-size:1.6rem;font-family:Helvetica,serif;color:#fff;line-height:2rem}._items_u9es7_113{margin-top:1.2rem}._item_u9es7_113{width:30.3rem;height:5.6rem;background:url(https://pic.claweden.com/online/images/mediafile/home/recharge_button@2x.png) no-repeat;background-size:100% 100%}._item_content_u9es7_124{width:30.3rem;height:5.2rem;display:flex;align-items:center;padding:0 1.6rem;font-size:1.6rem;font-family:Helvetica-Bold,Helvetica,serif;font-weight:700;color:#921f1f}._coin_icon_u9es7_136{width:1.6rem;height:1.6rem;background:url(https://pic.claweden.com/online/images/mediafile/home/coin_2d@2x.png) no-repeat;background-size:100% 100%}._coin_green_u9es7_143{width:4.2rem;height:4.2rem;background:url(https://pic.claweden.com/online/images/mediafile/home/bg_percent@2x.png) no-repeat;background-size:100% 100%;display:flex;align-items:center;justify-content:center}._coin_green_u9es7_143 p{position:relative;color:#ffe644;-webkit-text-stroke:4px #127117;font-size:1.6rem;font-family:B2;font-weight:700;transform:rotate(30deg)}._coin_green_u9es7_143 p:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._coast_wrap_u9es7_167{flex:1;display:flex;flex-direction:row-reverse}._coast_u9es7_167{position:relative;color:#fff;-webkit-text-stroke:4px #5439FF;font-size:2rem;font-family:B2;font-weight:700}._coast_u9es7_167:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._first_in_u9es7_187{position:fixed;bottom:1.8rem;left:50%;margin-left:-17.2rem;background-image:linear-gradient(50deg,#C0501B 25%,transparent 25%,transparent 75%,#C0501B 75%),linear-gradient(-50deg,#C0501B 25%,#B3411C 25%,#B3411C 75%,#C0501B 75%);background-size:20px 20px;width:34.4rem;height:13.8rem;z-index:9999;border:.3rem solid #921F1F;border-radius:1.2rem}._fi_content_u9es7_201{width:100%;height:100%;position:relative}._fi_content_u9es7_201 img{width:14rem;height:18.4rem;position:absolute;bottom:0;left:-1.2rem}._fi_content_u9es7_201 p{position:absolute;left:13.2rem;top:2.4rem;right:1.6rem;font-size:1.6rem;font-family:Helvetica;color:#fff;line-height:2rem}._got_it_u9es7_224{position:absolute;bottom:1.2rem;right:1.6rem;width:7.6rem;height:3.4rem;background:url(https://pic.claweden.com/online/images/mediafile/home/bg_btn@2x.png) no-repeat;background-size:100% 100%;display:flex;justify-content:center;padding-top:.4rem;font-size:1.6rem;font-family:B2;font-weight:700;color:#921f1f}._empty_page_nipyt_6{min-height:20rem;display:flex;flex-direction:column;justify-content:center;align-items:center}._empty_page_nipyt_6 ._iv_emplety_nipyt_13{width:6rem;height:6rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/iv_emplety.png) no-repeat;background-size:100% 100%}._empty_page_nipyt_6 ._title_nipyt_19{color:#b1b1cc;font-weight:400;margin-top:1rem}._page_jd9of_6{height:100%;display:flex;flex-direction:column;background:#2B02D6}._page_jd9of_6._themed_jd9of_12{background:var(--theme-page-bg)}._page_header_jd9of_16{min-height:5.6rem;max-height:5.6rem;background:var(--theme-page-title-bg);border-radius:0rem 0rem 2.4rem 2.4rem;display:flex;align-items:center;padding:1.2rem 0;box-sizing:border-box;z-index:var(--popup-z-index)}._h_left_jd9of_28{flex:1}._h_back_jd9of_32{height:4rem;width:4rem;display:flex;align-items:center;justify-content:center}._h_center_jd9of_40{flex:1;display:flex;align-items:center;justify-content:center;font-size:1.42rem;font-family:Helvetica-Bold,Helvetica;font-weight:700;color:#fff;white-space:nowrap}._h_right_jd9of_52{flex:1;display:flex;justify-content:flex-end}._page_content_jd9of_58{width:100%;flex:1;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}._page_content_jd9of_58::-webkit-scrollbar{display:none}._card_stshn_17{margin-bottom:1.6rem;border-radius:1.6rem;background:#E0F8F5}._main_stshn_23{display:flex;justify-content:space-between;padding:1.2rem;border-radius:16px;border:3px solid #009AC5;background:#00C5AF;color:#fff}._main_stshn_23._slot_stshn_32{border-color:#ff9100;background:#FFAD00}._main_stshn_23._plinko_stshn_36{border-color:#2461f5;background:#517BFF}._main_stshn_23._bo_stshn_40{border-color:#d3048c;background:#EC4CB4}._main_stshn_23._fishing_stshn_44{border-color:#3f94ff;background:#6CB2FF}._bodyClass_stshn_49{height:50rem}._left_stshn_53{flex:2}._header_stshn_57{font-weight:700;font-size:1.6rem;line-height:2rem}._title_stshn_63{font-weight:700;font-size:1.6rem}._desc_stshn_68{margin-right:1rem;margin-top:1.4rem;font-size:1.2rem;line-height:1.6rem}._right_stshn_75{text-align:center;flex:1}._value_stshn_80{display:flex;align-items:center;justify-content:center;font-size:3.2rem}._value_stshn_80>img{margin-right:.4rem}._btn_stshn_90{border:none;height:3.8rem;width:9.6rem;background:url(https://pic.claweden.com/online/images/mediafile/home/bg_btn@2x.png) center;background-size:100% 100%;font-size:1.8rem}._btn_txt_stshn_99{position:relative;color:#fff;-webkit-text-stroke:4px #921F1F}._btn_txt_stshn_99:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._link_stshn_110{display:flex;height:3.6rem;padding:0 1.6rem;align-items:center}._entry_stshn_117{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;position:absolute;left:1rem;bottom:7rem;width:7.2rem;height:6.1rem;color:#fff;background:url(https://pic.claweden.com/online/images/mediafile/cards/bg_cards_entry@2x.png) center no-repeat;background-size:100% 100%;z-index:var(--focused-z-index)}._bubble_stshn_133{position:absolute;padding:1.2rem 3rem 1.2rem 1.2rem;top:calc(-100% - 1.2rem);left:0;width:18rem;text-align:left;background:#FFE644;border:2px solid #43037B;border-radius:1rem;color:#201f29;font-size:1.2rem}._bubble_caret_stshn_146{position:absolute;top:calc(100% - 1px);left:22%;width:0;height:0;border:8px solid transparent;border-top-color:#ffe644;border-bottom:none}._bubble_caret_stshn_146:before{z-index:-1;content:"";position:absolute;top:-8px;left:-10px;width:0;height:0;border:10px solid transparent;border-top-color:#43037b;border-bottom:none}._dismiss_stshn_169{position:absolute;width:1.8rem;height:1.8rem;top:.8rem;right:.8rem}._coin_v_stshn_177{display:flex;align-items:center;justify-content:center}._coin_v_stshn_177:before{display:inline-block;width:14px;height:14px;margin-right:.2rem;background:url(https://pic.claweden.com/online/images/mediafile/home/coin_2d@2x.png) center no-repeat;background-size:14px;content:""}._card_name_stshn_192{margin:.2rem 0 .4rem;font-size:1.2rem;position:relative;color:#fff;-webkit-text-stroke:4px #711010}._card_name_stshn_192:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._cards_count_stshn_205{position:absolute;top:0;right:0;width:16px;height:16px;border-radius:50%;background:#F64D4B;font-size:1.2rem;border:1px solid #FFFFFF}._title_stshn_63{text-align:center;font-size:2.4rem;font-weight:700;margin-bottom:1.6rem;color:#ffe644}._title_sub_stshn_224{color:#fff;margin-bottom:2.8rem}._cards_stshn_205{max-height:36rem;overflow-y:auto}._cards_ee7ci_11{display:flex;flex-direction:column}._rule_ee7ci_16{display:flex;align-items:center;color:#fff;margin-right:1.6rem}._filter_item_ee7ci_23{margin-right:.8rem;color:#fff;background:#604AFF;border-radius:2rem;border:.1rem solid #A39AFF;padding:.8rem}._filter_item_ee7ci_23._active_ee7ci_31{background-color:#00c5af;border-color:#00c5af;font-weight:700}._list_wrp_ee7ci_37{flex:1;margin-top:2.4rem;padding:2.4rem 1.6rem;border-radius:1.6rem 1.6rem 0 0;background:#6D5BFF;box-shadow:inset 0 .3rem #ffffff4d}._limit_style_ee7ci_46{color:#7d5500!important;background:linear-gradient(180deg,#FFEDB6 0%,#D1A852 100%)!important}._limit_style_ee7ci_46 ._ticket_left_ee7ci_50{border:unset!important}._limit_style_ee7ci_46._level_3_ee7ci_53{color:#7d5500!important}._limit_style_ee7ci_46._level_3_ee7ci_53 ._ticket_type_txt_ee7ci_56{background:#D19752!important;color:#fff0c3!important}._limit_style_ee7ci_46._level_3_ee7ci_53 ._ticket_right_ee7ci_60{background:none}._limit_style_ee7ci_46._level_3_ee7ci_53 ._ticket_right_txt_ee7ci_63{color:transparent!important;background:linear-gradient(90deg,#E69200 0%,#7D5500 100%)!important;background-clip:text!important}._ticket_ee7ci_50{display:flex;position:relative;height:8.8rem;border-radius:1.6rem;align-items:center;margin-top:1.6rem;box-sizing:border-box;background:white;overflow:hidden}._ticket_diabled_ee7ci_80{pointer-events:none;padding:0}._ticket_diabled_ee7ci_80:before{position:absolute;inset:0;border-radius:1.6rem;background:rgba(0,0,0,.5);content:"";z-index:1}._ticket_diabled_ee7ci_80:after{position:absolute;left:calc(50% - 3.2rem);z-index:1;width:6.4rem;line-height:2.4rem;text-align:center;color:#fff;background:rgba(0,0,0,.5);border-radius:.4rem;content:attr(data-content)}._ticket_left_ee7ci_50,._ticket_right_ee7ci_60{height:100%;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}._ticket_left_ee7ci_50{padding-left:.8rem;text-align:left;border-radius:1.6rem 0 0 1.6rem;border-right:none;flex:2}._ticket_right_ee7ci_60{flex:1;position:relative;border-radius:0 1.6rem 1.6rem 0;border-left:none;text-align:center;font-size:3.2rem;line-height:3.2rem;color:#fff}._ticket_right_ee7ci_60 ._point_top_ee7ci_131,._ticket_right_ee7ci_60 ._point_bottom_ee7ci_132{position:absolute;display:inline-block;width:1.6rem;height:1.6rem;background:#6D5BFF;border-radius:50%;content:"";top:-1rem;left:-.8rem}._ticket_right_ee7ci_60 ._point_bottom_ee7ci_132{top:initial;bottom:-1rem}._ticket_type_txt_ee7ci_56{margin-right:.2rem;padding:0 .4rem;display:inline-block;text-align:center;line-height:2.6rem;border-radius:.8rem;font-weight:700}._ticket_deadline_ee7ci_156{color:#d52a27}._ticket_source_ee7ci_159{margin:.4rem 0;font-size:1.2rem;font-weight:700}._ticket_type_level_ee7ci_164{display:flex;align-items:center}._ticket_type_level_ee7ci_164 .adm-rate-star{padding:0}._ticket_0_ee7ci_171 ._ticket_left_ee7ci_50{border:.3rem solid #00C5AF}._ticket_0_ee7ci_171 ._ticket_right_ee7ci_60{background:#00C5AF}._ticket_0_ee7ci_171 ._ticket_type_txt_ee7ci_56{background:#B4EEE8;color:#009ac5}._ticket_0_ee7ci_171._level_2_ee7ci_181 ._ticket_left_ee7ci_50{border-color:#ff9100}._ticket_0_ee7ci_171._level_2_ee7ci_181 ._ticket_right_ee7ci_60{background:#FF9100}._ticket_0_ee7ci_171._level_2_ee7ci_181 ._ticket_type_txt_ee7ci_56{background:#FFF5CC;color:#ff9100}._ticket_0_ee7ci_171._level_3_ee7ci_53{color:#585666;background:linear-gradient(180deg,#F3F3F7 0%,#A2A5BB 100%)}._ticket_0_ee7ci_171._level_3_ee7ci_53 ._ticket_left_ee7ci_50{border:none}._ticket_0_ee7ci_171._level_3_ee7ci_53 ._ticket_right_ee7ci_60{background:none}._ticket_0_ee7ci_171._level_3_ee7ci_53 ._ticket_right_txt_ee7ci_63{color:transparent;background:linear-gradient(90deg,#9DABCF 0%,#3E4A68 100%);background-clip:text}._ticket_0_ee7ci_171._level_3_ee7ci_53 ._ticket_type_txt_ee7ci_56{background:#9DABCF;color:#fff}._postage_card_ee7ci_211{background:#FFF5CC;border-radius:1.6rem}._postage_card_detail_ee7ci_215{padding:0 1.6rem;display:flex;align-items:center;height:7.2rem;border-radius:1.6rem;border:.3rem solid #FF9100;color:#fff;background:#FFAD00}._postage_card_record_ee7ci_225{position:relative;padding:0 1.6rem;line-height:3.6rem}._postage_card_record_ee7ci_225:after{position:absolute;right:1.6rem;top:calc(50% - .8rem);display:inline-block;width:1.6rem;height:1.6rem;background:url(/img/cards/caret_right@2x.png) center no-repeat;background-size:100%;content:""}._card_title_ee7ci_242{flex:1;margin-left:.8rem;font-size:1.6rem;font-weight:700}._price_ee7ci_249{font-weight:700;font-size:3.2rem}._history_page_ee7ci_254{padding:3.2rem 1.2rem 0}._history_list_ee7ci_258{padding:1.6rem;border-radius:1.6rem;background:white}._history_item_ee7ci_264{min-height:5.6rem;display:flex;align-items:center}._history_item_left_ee7ci_269{flex:1}._history_item_time_ee7ci_272{font-size:1.2rem;color:#9494a4}._history_item_value_ee7ci_276{font-weight:700;color:#00c5af}._history_item_value_ee7ci_276._consume_ee7ci_280{color:#d52a27}._important_tip_ee7ci_284{background:#921F1F;border-radius:0rem 0rem 1.2rem 1.2rem;margin-top:-1rem;display:flex;font-size:1.2rem;color:#fff;line-height:1.6rem;padding:1.8rem .8rem .8rem}._important_tip_ee7ci_284 img{margin-right:.4rem}._btn_ee7ci_298{border:none;height:3.8rem;width:8rem;background:url(https://pic.claweden.com/online/images/mediafile/home/bg_btn@2x.png) center;background-size:100% 100%;font-size:1.8rem}._btn_txt_ee7ci_307{position:relative;color:#fff;-webkit-text-stroke:4px #921F1F}._btn_txt_ee7ci_307:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._limit_label_ee7ci_318{width:10rem;height:2rem;position:absolute;background-color:#f64d4b;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;transform:rotate(-45deg);top:.8rem;left:0;margin-left:-3.4rem}._card_item_1swxg_6{position:relative;border-radius:1.2rem;width:100%;height:11.2rem;margin-top:1.6rem;display:flex}._item_l_1swxg_15{flex:1;background-color:#e0f2ff;border-top:.3rem solid #3F94FF;border-left:.3rem solid #3F94FF;border-bottom:.3rem solid #3F94FF;border-radius:1.2rem 0 0 1.2rem;display:flex;flex-direction:column;justify-content:center;padding-left:1.6rem}._card_title_1swxg_28{width:14rem;background:#BAE2FF;border-radius:.8rem;padding:.5rem;font-weight:700;font-size:1.6rem;color:#3f94ff;line-height:1.7rem;margin-bottom:1.2rem}._room_coins_1swxg_40{font-size:1.2rem;color:#201f29;line-height:1.4rem}._item_r_1swxg_46{min-width:12rem;max-width:12rem;background-color:#6cb2ff;border-top:.3rem solid #3F94FF;border-right:.3rem solid #3F94FF;border-bottom:.3rem solid #3F94FF;border-radius:0 1.2rem 1.2rem 0;padding-top:1rem}._r_t_1swxg_57{display:flex;align-items:center;justify-content:center}._i_bg_1swxg_63{max-width:4rem;min-width:4rem;height:4rem;background:#BAE2FF;border-radius:1.2rem;position:relative}._i_bg_1swxg_63 img{width:3.2rem;height:3.2rem;margin-left:.4rem}._i_mark_1swxg_77{position:absolute;bottom:-.2rem;left:50%;transform:translate(-50%)}._i_mark_1swxg_77 p{font-weight:700;font-size:1.4rem;font-family:B2;position:relative;color:#fff;-webkit-text-stroke:4px #D52A27}._i_mark_1swxg_77 p:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._use_btn_1swxg_97{width:9.6rem;height:3.8rem;background:url(../img/infinite/btn_bg@2x.png) no-repeat;background-size:100% 100%;display:flex;align-items:center;justify-content:center;margin:auto;margin-top:.8rem}._use_btn_1swxg_97 p{font-weight:700;font-size:1.8rem;font-family:B2;position:relative;color:#fff;-webkit-text-stroke:4px #921F1F}._use_btn_1swxg_97 p:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._border_box_1swxg_122{width:100%;height:100%;position:absolute;overflow:hidden}._border_position_1swxg_129{width:100%;height:100%;overflow:hidden;position:relative}._border_position_1swxg_129:before{content:"";width:1.2rem;height:1.2rem;background-color:#6d5bff;border-radius:50%;position:absolute;top:-.7rem;right:11.1rem;border:.3rem solid #3F94FF}._border_position_1swxg_129:after{content:"";width:1.2rem;height:1.2rem;background-color:#6d5bff;border-radius:50%;position:absolute;bottom:-.7rem;right:11.1rem;border:.3rem solid #3F94FF}._card_num_1swxg_158{position:absolute;height:2.4rem;background:#F64D4B;border-radius:1.2rem;border:.2rem solid #FFFFFF;display:flex;align-items:center;justify-content:center;font-family:B2;font-weight:700;font-size:1.6rem;color:#fff;padding:0 .4rem;right:-.6rem;top:-.6rem}._d_content_1swxg_176{display:flex;flex-direction:column;justify-content:center}._d_content_1swxg_176 img{width:6.4rem;height:6.4rem;margin:auto;margin-bottom:2.4rem}._d_content_1swxg_176 p{font-size:1.6rem;color:#585666;line-height:2rem}._card_item_12ou5_6{position:relative;border-radius:1.2rem;width:100%;height:11.2rem;margin-top:1.6rem;display:flex}._item_l_12ou5_15{flex:1;background-color:#fff5cc;border-top:.3rem solid #FF9100;border-left:.3rem solid #FF9100;border-bottom:.3rem solid #FF9100;border-radius:1.2rem 0 0 1.2rem;display:flex;flex-direction:column;justify-content:center;padding-left:1.6rem}._card_title_12ou5_28{width:18.8rem;background:#FFE7AF;border-radius:.8rem;padding:.5rem;font-weight:700;font-size:1.6rem;color:#ff9100;line-height:1.7rem;margin-bottom:1.2rem;display:flex}._card_title_12ou5_28 img{width:2.4rem;height:2.4rem;margin-right:.4rem}._room_coins_12ou5_46{font-size:1.2rem;color:#201f29;line-height:1.4rem;padding-right:1.2rem}._item_r_12ou5_53{min-width:12rem;max-width:12rem;background-color:#ffcb00;border-top:.3rem solid #FF9100;border-right:.3rem solid #FF9100;border-bottom:.3rem solid #FF9100;border-radius:0 1.2rem 1.2rem 0;padding-top:1rem}._r_t_12ou5_64{display:flex;align-items:center;justify-content:center}._i_bg_12ou5_70{max-width:4.6rem;min-width:4.6rem;height:4.6rem;background:#FFEA99;border-radius:1.2rem;position:relative}._i_bg_12ou5_70 img{width:4.8rem;height:4.8rem;position:absolute;top:-.4rem;left:-.6rem}._i_mark_12ou5_86{position:absolute;bottom:-.8rem;right:0}._i_mark_12ou5_86 p{font-weight:700;font-size:2.4rem;font-family:B2;position:relative;color:#fff;-webkit-text-stroke:4px #D52A27}._i_mark_12ou5_86 p:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._use_btn_12ou5_105{width:9.6rem;height:3.8rem;background:url(../img/infinite/btn_bg@2x.png) no-repeat;background-size:100% 100%;display:flex;align-items:center;justify-content:center;margin:auto;margin-top:.8rem}._use_btn_12ou5_105 p{font-weight:700;font-size:1.8rem;font-family:B2;position:relative;color:#fff;-webkit-text-stroke:4px #921F1F}._use_btn_12ou5_105 p:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._border_box_12ou5_130{width:100%;height:100%;position:absolute;overflow:hidden}._border_position_12ou5_137{width:100%;height:100%;overflow:hidden;position:relative}._border_position_12ou5_137:before{content:"";width:1.2rem;height:1.2rem;background-color:#6d5bff;border-radius:50%;position:absolute;top:-.7rem;right:11.1rem;border:.3rem solid #FF9100}._border_position_12ou5_137:after{content:"";width:1.2rem;height:1.2rem;background-color:#6d5bff;border-radius:50%;position:absolute;bottom:-.7rem;right:11.1rem;border:.3rem solid #FF9100}._card_num_12ou5_166{position:absolute;height:2.4rem;background:#F64D4B;border-radius:1.2rem;border:.2rem solid #FFFFFF;display:flex;align-items:center;justify-content:center;font-family:B2;font-weight:700;font-size:1.6rem;color:#fff;padding:0 .4rem;right:-.6rem;top:-.6rem}._d_content_12ou5_184{display:flex;flex-direction:column;justify-content:center}._d_content_12ou5_184 img{width:6.4rem;height:6.4rem;margin:auto;margin-bottom:2.4rem}._d_content_12ou5_184 p{font-size:1.6rem;color:#585666;line-height:2rem}._flex_16w78_11{display:flex}._flex_1_16w78_15,._flex1_16w78_15,._record_16w78_15{flex:1}._flex_2_16w78_19{flex:2}._align_right_16w78_23{text-align:right}._recharge_16w78_27{display:flex;flex-direction:column;height:100%;background:#2B02D6}._recharge_16w78_27 img{vertical-align:middle}._header_16w78_37{display:flex;justify-content:space-between;align-items:center;height:60px;padding:0 12px;border-radius:0 0 24px 24px;color:#fff;background:#5439FF}._asset_btn_16w78_48{font-size:1.8rem;width:110px;height:32px;border-radius:16px;border:1px solid #A39AFF}._record_16w78_15{color:#fff;display:flex;justify-content:flex-end;align-items:center}._scroller_16w78_63{flex:1;overflow-y:auto;padding:0 12px}._choices_16w78_69{display:flex;margin-top:12px;flex-wrap:wrap}._flex1_16w78_15{min-width:50%;max-width:50%;margin-bottom:12px;box-sizing:border-box}._flex1_16w78_15:nth-child(odd){padding-right:6px}._flex1_16w78_15:nth-child(even){padding-left:6px}._choice_16w78_69{height:48px;padding-left:12px;border:3px solid #5439FF;border-radius:12px;font-size:18px;background:#6D5BFF;box-sizing:border-box}._coin_amount_16w78_98{position:relative;margin-left:6px}._coin_amount_16w78_98 p{line-height:1}._well_amount_16w78_106{position:relative;color:#ffe644;-webkit-text-stroke:4px #5439FF}._well_amount_16w78_106:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._amount_16w78_117{color:#fff;opacity:.5;font-size:14px;text-decoration:line-through}._price_16w78_124{flex:1;margin-right:12px;text-align:right;text-shadow:1px 1px 2px #00C5AF;position:relative;color:#fff;-webkit-text-stroke:4px #5439FF}._price_16w78_124:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._pay_dialog_16w78_140{min-width:34.3rem;padding:32px 20px 20px;box-sizing:border-box;text-align:center}._pay_horizontal_dialog_16w78_147{transform:rotate(-90deg)}._pay_title_16w78_151{font-weight:700;font-size:20px}._pay_btn_sub_title_16w78_156{color:#201f29;font-size:12px}._pay_price_16w78_161{margin:32px 0;font-size:48px;font-weight:700;color:#00c5af;display:flex;justify-content:center;align-items:baseline}._pay_rules_16w78_171{font-size:14px;text-align:left}._pay_rule_16w78_171{color:#585666}._pay_rule_16w78_171:first-child{margin-bottom:4px;font-weight:700}._pay_coupon_16w78_184{margin-top:1.6rem;padding:0 .8rem;min-height:4rem;background:#FAF9FF;border-radius:8px;border:1px solid #E8E9FF}._pay_coupon_16w78_184._have_choice_16w78_192{background:#FFD2D2;border-color:#f64d4b}._pay_coupon_coins_16w78_196{font-weight:400;border-radius:1.2rem;padding:.2rem .8rem;flex:1;background:#FFE644}._no_coupon_msg_16w78_204{flex:1;text-align:left;color:#b1b1cc}._no_coupon_caret_16w78_210{opacity:.5}._pay_close_16w78_214{position:absolute;top:12px;right:12px}._pay_16w78_140{flex:1;border-color:#00c5af;border-radius:12px;font-size:16px;font-weight:700;color:#00c5af}._pay_16w78_140:not(:last-child){margin-right:12px}._pay_16w78_140 span{display:flex;align-items:center;justify-content:center}._pay_16w78_140 span img{margin-right:.8rem}._guide_holder_16w78_240{position:absolute;width:7rem;left:50%;top:calc(100% - 1.2rem);transform:translate(-50%);z-index:1}._guide_btn_16w78_249{animation:_waggle-y_16w78_1 .6s infinite ease-in-out}._club_gift_entrance_16w78_253{padding:0 1rem 0 8rem;height:7.2rem;margin-top:1.6rem;color:#f8ff00;background:url(https://pic.claweden.com/online/images/mediafile/activities/banner@2x.png) center no-repeat;background-size:100%;box-sizing:border-box}@keyframes _waggle-y_16w78_1{0%{transform:translateY(0)}50%{transform:translateY(1rem)}to{transform:translateY(0)}}._help_16w78_274{margin-top:2rem;color:var(--adm-color-success)}._check_wrap_16w78_279{display:flex;margin-top:2.4rem;align-items:center}._check_wrap_16w78_279 img{width:2.4rem;height:2.4rem;margin-left:1.2rem;margin-right:.6rem}._check_wrap_16w78_279 span{font-weight:600;font-size:1.4rem}._check_box_16w78_295{width:2.2rem;height:2.2rem;background:#FFFFFF;border-radius:.6rem;border:.15rem solid #BDC1E8;margin-right:.6rem;display:flex;align-items:center;justify-content:center}._check_box_16w78_295._active_16w78_306{background:#00C5AF;border:.15rem solid #009AC5}._discount_amount_16w78_311{font-family:Helvetica;font-size:1.8rem;color:#9494a4;line-height:1.6rem;text-align:left;font-style:normal;text-decoration-line:line-through;margin-left:.6rem}._bodyClass_16w78_322{z-index:5}._title_7wyu9_17{margin:1.6rem 0;color:#fff;font-size:2rem;font-weight:700;text-align:center}._cards_7wyu9_25{height:25rem;overflow:auto;padding:0 .8rem;background:#4C40B2;border-radius:2rem;border:3px solid #8172FF;box-sizing:border-box}._card_item_7wyu9_35{display:flex;align-items:center}._card_item_7wyu9_35 .ticket_right:before,._card_item_7wyu9_35 .ticket_right:after{background:#4C40B2}._place_7wyu9_43{width:2.4rem;height:2.4rem;margin-right:.8rem}._fake_radio_7wyu9_49{box-sizing:border-box;position:relative;display:inline-block;width:2.4rem;height:2.4rem;margin-right:.8rem;border-radius:50%;background:#5439FF;border:2px solid #6D5BFF}:checked+._fake_radio_7wyu9_49{background:#23E8D2;border-color:#23e8d2}:checked+._fake_radio_7wyu9_49:after{position:absolute;display:inline-block;width:1.2rem;height:1.2rem;background:#23E8D2;border:.3rem solid #5439FF;border-radius:50%;content:"";top:50%;left:50%;transform:translate(-50%,-50%)}._confirm_7wyu9_79{display:block;width:100%;height:5.6rem;margin-top:2rem;border:none;font-size:2.8rem;font-weight:700;background:url(https://pic.claweden.com/online/images/mediafile/recharge/bg_card_confirm@2x.png) center no-repeat;background-size:100%;position:relative;color:#ffe644;-webkit-text-stroke:4px #5439FF}._confirm_7wyu9_79:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._recharge_1gvaw_7 .adm-center-popup-body{width:34.4rem;max-height:84vh;background:transparent;box-sizing:border-box;overflow:hidden auto}._recharge_vertical_1gvaw_15 .adm-center-popup-wrap{transform:translate(-50%) translateY(-50%) translateZ(1000px) rotate(-90deg)!important}@media screen and (orientation: landscape){._recharge_1gvaw_7 .adm-center-popup-body{width:60vw}}._close_1gvaw_24{position:absolute;top:-30px;right:0}._hide_tabs_close_1gvaw_30{top:-6rem}._tabs_1gvaw_34{height:8.5rem;display:flex;align-items:flex-end}._tab_1gvaw_34{position:relative;display:flex;align-items:center;justify-content:center;flex:1;height:7rem;padding-bottom:2rem;border-radius:1.6rem 1.6rem 0 0;text-align:center;color:#fff;background:#2B02D6;margin-bottom:-2rem;box-sizing:border-box}._tab_2_1gvaw_55._tab_active_1gvaw_55,._tab_6_1gvaw_60._tab_active_1gvaw_55{background:#9600D2;box-shadow:inset 0 2px #cb72fe;border-color:#600098}._tab_1gvaw_34:not(:first-child){margin-left:.8rem}._tab_active_1gvaw_55{font-size:1.6rem;font-weight:700;border:.3rem solid #2B02D6;border-bottom:none;z-index:1;height:100%;background:#6D5BFF;box-shadow:inset 0 2px #a39aff;border-radius:1.3rem 1.3rem 0 0}._tab_active_1gvaw_55:after{position:absolute;top:-.3rem;width:4rem;height:3px;background:#23E8D2;border-radius:0 0 2px 2px;content:""}._tab_1gvaw_34:first-child._tab_active_1gvaw_55{box-shadow:inset 3px 2px #a39aff}._tab_6_1gvaw_60._tab_active_1gvaw_55:nth-of-type(1),._tab_2_1gvaw_55._tab_active_1gvaw_55:nth-of-type(1){box-shadow:inset 3px 2px #cb72fe}._content_wrp_1gvaw_95{position:relative;box-shadow:inset 3px 3px #a39aff,inset 0 3px #a39aff;border-radius:1.6rem;border:.3rem solid #2B02D6;background:#6D5BFF;padding:2.4rem 0;min-height:200px;max-height:calc(84vh - 8.5rem);box-sizing:border-box}._content_wrp_1gvaw_95:before{display:inline-block;position:absolute;top:3px;left:6px;right:3px;height:2rem;border-radius:1.6rem;content:"";background-color:#6d5bff;z-index:1}._content_wrp_2_1gvaw_118{background:#9600D2;box-shadow:inset 3px 3px #cb72fe,inset 0 3px #cb72fe;border-color:#600098}._content_wrp_2_1gvaw_118:before{background-color:#9600d2}._content_wrp_6_1gvaw_126{background:#9600D2;box-shadow:inset 3px 3px #cb72fe,inset 0 3px #cb72fe;border-color:#600098}._content_wrp_6_1gvaw_126:before{background-color:#9600d2}._content_1gvaw_95{height:80vh;padding:0 2.4rem;position:relative;z-index:2;max-height:calc(84vh - 12.9rem);overflow:hidden auto;box-sizing:border-box}._image_box_1maz0_1{object-fit:cover;width:100%;height:100%;background:#ffffff;vertical-align:middle}._dialog_ra62s_17 .adm-center-popup-wrap{width:92vw}._body_ra62s_21{overflow:hidden;position:relative;height:46.2rem;background:none}._img_wrp_ra62s_28>img{width:100%;height:100%;display:block;margin-top:-1px}._title_ra62s_35{position:relative;color:#fdee00;-webkit-text-stroke:4px #921F1F;position:absolute;top:8.2rem;left:0;right:0;padding:0 3rem;font-size:2rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._title_ra62s_35:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._content_wrp_ra62s_56{position:absolute;inset:0;padding:14.2rem 5rem 13rem}._content_ra62s_56{height:100%;display:flex;flex-direction:column}._desc_ra62s_68{flex:1;display:flex;align-items:center;padding:1rem;color:#921f1f;font-size:1.6rem;overflow-y:auto}._close_ra62s_78{position:absolute;top:1rem;right:1rem;width:4rem;height:4rem;cursor:pointer}._option_ra62s_87{position:relative;display:flex;padding:0 1.2rem;margin-bottom:1.2rem;align-items:center;min-height:4.8rem;color:#921f1f;background:#FFF5A2;box-shadow:0 8px #0000004d,0 4px #f64d4b,inset 2px 3px #fff;border-radius:24px;border:2px solid #FFAD00}._option_special_ra62s_100{color:#04576e;background:linear-gradient(180deg,#A9FFEB 0%,#00FFC2 100%);box-shadow:0 8px #0000004d,0 4px #009ac5,inset 2px 3px #fffc;border-radius:24px;border:2px solid #00C5AF}._option_special_ra62s_100 ._price_ra62s_107{position:relative;color:#fff800;-webkit-text-stroke:4px #600098}._option_special_ra62s_100 ._price_ra62s_107:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._price_ra62s_107{font-size:2rem;position:relative;color:#fff;-webkit-text-stroke:4px #5439FF;text-shadow:0 2px 0 #00C5AF}._price_ra62s_107:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._original_price_ra62s_131{color:#921f1f;font-size:1.8rem;font-family:B2,B2}._coin_ra62s_137{font-size:1.6rem;font-weight:700;display:flex;align-items:center;margin-right:.4rem}._coin_ra62s_137:before{display:inline-block;margin-right:.4rem;width:1.6rem;height:1.6rem;background:url(https://pic.claweden.com/online/images/mediafile/recharge/coin@2x.png) center no-repeat;background-size:100%;content:""}._vip_ra62s_154{color:#fff;background:#009AC5;font-weight:700;border-radius:2rem;padding:.1rem .8rem}._extra_ra62s_162{display:inline-block;width:4.2rem;line-height:4.2rem;text-align:center;color:#fff;background:url(https://pic.claweden.com/online/images/mediafile/recharge/bg_extra@2x.png) center no-repeat;background-size:100%;position:relative;color:#ffe644;-webkit-text-stroke:4px #127117;transform:rotate(15deg);white-space:nowrap}._extra_ra62s_162:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._addition_ra62s_182{flex:1;display:flex;justify-content:center;align-items:center}._plus_ra62s_189{font-size:1.6rem;font-weight:700;margin:0 .4rem}._tip_578ps_11{text-align:center;color:#ffe644;font-size:2.4rem;font-weight:700}._club_right_578ps_18{color:#fff;font-size:1.5rem;line-height:2}._club_right_578ps_18:before{display:inline-block;vertical-align:middle;margin-right:.4rem;width:2.4rem;height:2.4rem;background:url(https://pic.claweden.com/online/images/mediafile/icons/check_cyan@2x.png) center no-repeat;background-size:100%;content:""}._desc_578ps_34{margin-top:.8rem;color:#fff;font-size:1.6rem}._link_578ps_40{margin-top:.8rem;text-align:right;color:#ffe644}._postage_desc_578ps_46{margin-top:1.2rem;color:#fff;font-size:1.2rem}._postage_desc_578ps_46 img{margin-right:.4rem;vertical-align:middle}._divider_578ps_56{margin-top:1.2rem;border:1px dashed #CB72FE}._club_578ps_18{margin:1.6rem -1.2rem 2rem;padding:1.6rem .8rem;background-color:#0003;border-radius:1.6rem}._club_header_578ps_67{display:flex;align-items:center;justify-content:center;text-align:center;position:relative;top:-2rem;height:4.2rem;font-size:2rem;font-weight:700;background:url(https://pic.claweden.com/online/images/mediafile/recharge/bg_club_header@2x.png) no-repeat center;background-size:12rem}._club_header_text_578ps_80{margin-left:.4rem;position:relative;color:#ffe644;-webkit-text-stroke:4px #600098}._club_header_text_578ps_80:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._renew_tip_578ps_92{background:#FFF5A2;border-radius:1.2rem;border:.2rem solid #600098;padding:.8rem 1.6rem;font-size:1.4rem;color:#201f29;line-height:1.6rem}._abus_578ps_102{margin-top:2.8rem;margin-bottom:2.8rem;font-size:1.4rem;color:#ffe644;line-height:2rem;text-align:center}._o_box_1dliq_11{position:relative;width:32%;margin-right:2%;margin-bottom:.8rem;padding:.2rem;border-radius:1.2rem;box-sizing:border-box}._o_box_1dliq_11:nth-child(3n){margin-right:0}._o_main_1dliq_24{box-sizing:border-box;background:#FFEE71;border-radius:1.2rem;border:.2rem solid #ffffff;position:relative}._o_main_1dliq_24._addition_1dliq_31,._o_main_1dliq_24._sale_1dliq_34{background:#A9FFAD}._o_main_1dliq_24._limit_1dliq_37{background:linear-gradient(180deg,#FEECB5 0%,#D1A852 100%)}._o_content_1dliq_41{width:100%;height:100%;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;padding-top:2rem;min-height:12rem;justify-content:space-between}._vip_bg_1dliq_54{width:10rem;height:2rem;position:absolute;background-color:#4e9cff;display:flex;align-items:center;justify-content:center;color:#fff;font-family:B2;font-size:1.1rem;transform:rotate(-45deg);top:1rem;margin-left:calc(-50% - 1rem)}._coins_bg_1dliq_70{width:100%;position:absolute;top:0;left:0}._coins_1dliq_70{position:relative;width:4.8rem;height:4.8rem;background:url(https://pic.claweden.com/online/images/mediafile/recharge/coin_3d@2x.png) center no-repeat;background-size:100% 100%}._got_1dliq_85{position:absolute;bottom:-.4rem;left:50%;transform:translate(-50%)}._got_1dliq_85 span{position:relative;color:#fff;-webkit-text-stroke:4px #921F1F;font-weight:700;font-size:1.8rem;font-family:B2,serif}._got_1dliq_85 span:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._send_1dliq_105{position:absolute;width:4.2rem;height:4.2rem;background:url(https://pic.claweden.com/online/images/mediafile/recharge/discount@2x.png) no-repeat;background-size:100% 100%;top:-1.2rem;right:-1.2rem;display:flex;align-items:center;justify-content:center;transform:rotate(25deg);z-index:2}._send_1dliq_105 span{position:relative;color:#ffe644;-webkit-text-stroke:4px #127117;font-weight:700;font-size:1.6rem;font-family:B2,serif}._send_1dliq_105 span:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._send_1dliq_105._limit_ratio_1dliq_132{background:url(https://pic.claweden.com/online/images/mediafile/recharge/limit_discount@2x.png) no-repeat;background-size:100% 100%}._original_1dliq_137{margin-top:.4rem;text-decoration:line-through;font-size:1rem;line-height:.8rem;font-weight:400}._cost_1dliq_145{line-height:1;margin-top:1.8rem;height:2.4rem;min-width:8.8rem;background:#F64D4B;border-radius:1.2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700;font-size:1.6rem;color:#fff}._cost_1dliq_145._limit_cost_1dliq_160{background:#8400B8}._desc_1dliq_164{margin-top:-.8rem;border-radius:0 0 1.2rem 1.2rem;background:#600098;font-size:1rem;color:#fff;padding:1.6rem .8rem .8rem}._coupon_1dliq_173{display:flex;align-items:center;font-family:B2,serif;font-weight:700;font-size:1.6rem;color:#921f1f;margin-top:.2rem}._coupon_1dliq_173 img{margin:0 .4rem}._extra_1dliq_186{font-size:1.4rem}._sale_type_1dliq_190{position:absolute;top:-.8rem;left:-.4rem}._sale_type_1dliq_190>img:not(:first-child){margin-left:-.8rem}._disable_mask_1dliq_199{position:absolute;display:flex;align-items:center;justify-content:center;inset:0;border-radius:1.2rem;background:rgba(0,0,0,.5)}._limit_label_1dliq_212{width:10rem;height:2rem;position:absolute;background-color:#f64d4b;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;transform:rotate(-45deg);top:.8rem;margin-left:calc(-50% - 1rem)}._left_time_1dliq_227{display:flex;align-items:center;position:absolute;top:-.8rem;left:0;height:2rem;color:#fff;padding-right:.2rem;background:#F02FAD;border-radius:.8rem;outline:2px solid #F02FAD;border:2px solid #FFFFFF;font-size:1.2rem}._left_time_1dliq_227>img{margin:0 .2rem}._tip_1sbkk_11{text-align:center;color:#ffe644;font-size:2.4rem;font-weight:700}._sub_tip_1sbkk_18{font-size:1.5rem;color:#fff;line-height:2rem;margin-top:1.2rem}._club_right_1sbkk_25{color:#fff;font-size:1.5rem;line-height:2}._club_right_1sbkk_25:before{display:inline-block;vertical-align:middle;margin-right:.4rem;width:2.4rem;height:2.4rem;background:url(https://pic.claweden.com/online/images/mediafile/icons/check_cyan@2x.png) center no-repeat;background-size:100%;content:""}._desc_1sbkk_41{margin-top:.8rem;color:#fff;font-size:1.6rem}._link_1sbkk_47{margin-top:.8rem;text-align:right;color:#ffe644}._postage_desc_1sbkk_53{margin-top:1.2rem;color:#fff;font-size:1.2rem}._postage_desc_1sbkk_53 img{margin-right:.4rem;vertical-align:middle}._divider_1sbkk_63{margin-top:1.2rem;border:1px dashed #CB72FE}._club_1sbkk_25{margin:1.6rem -1.2rem 2rem;padding:1.6rem .8rem;background:#600098;border-radius:1.6rem}._club_header_1sbkk_74{display:flex;align-items:center;justify-content:center;text-align:center;position:relative;top:-2rem;height:4.2rem;font-size:2rem;font-weight:700;background:url(https://pic.claweden.com/online/images/mediafile/recharge/bg_club_header@2x.png) no-repeat center;background-size:12rem}._club_header_text_1sbkk_87{margin-left:.4rem;position:relative;color:#ffe644;-webkit-text-stroke:4px #600098}._club_header_text_1sbkk_87:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._abus_1sbkk_99{margin-top:2.8rem;margin-bottom:2.8rem;font-size:1.4rem;color:#ffe644;line-height:2rem;text-align:center}._recommend_dialog_a7l4n_6{background:#9600D2;box-shadow:inset 3px 3px #cb72fe,inset 0 3px #cb72fe;border:3px solid #600098;color:#fff}._recommend_dialog_title_a7l4n_12{text-align:center;color:#ffe644;font-size:2.4rem;font-weight:700}._recommend_dialog_desc_a7l4n_18{margin-top:2.2rem}._vip_a7l4n_22{min-width:10rem;font-size:1.4rem;line-height:1.2}._vip_info_a7l4n_27{font-weight:700}._vip_type_a7l4n_30{height:16px;color:#fff;padding:.1rem .4rem .1rem .2rem;margin-left:.4rem;font-size:1.2rem;background:#921F1F;border-radius:16px}._vip_type_a7l4n_30:before{display:inline-block;width:1.6rem;height:1.6rem;background:url(https://pic.claweden.com/online/images/mediafile/recharge/jade@2x.png) no-repeat;background-size:100%;content:""}._vip_type_2_a7l4n_47:before{background-image:url(https://pic.claweden.com/online/images/mediafile/recharge/ruby@2x.png)}._r_title_a7l4n_51{text-align:center;font-weight:700;margin-bottom:1.2rem;font-size:1.8rem;color:#fff;line-height:2rem}._about_us_a7l4n_60{margin-top:2rem;font-size:1.4rem;color:#ffe644;line-height:2rem;text-align:center}._recharge_fl11y_1 .adm-center-popup-body{width:34.4rem;max-height:84vh;background:transparent;box-sizing:border-box;overflow:hidden auto}._recharge_vertical_fl11y_9 .adm-center-popup-wrap{transform:translate(-50%) translateY(-50%) translateZ(1000px) rotate(-90deg)!important}@media screen and (orientation: landscape){._recharge_fl11y_1 .adm-center-popup-body{width:60vw}}._close_fl11y_18{position:absolute;top:-30px;right:0}._hide_tabs_close_fl11y_24{top:-6rem}._tabs_fl11y_28{height:8.5rem;display:flex;align-items:flex-end}._tab_fl11y_28{position:relative;display:flex;align-items:center;justify-content:center;flex:1;height:7rem;padding-bottom:2rem;border-radius:1.6rem 1.6rem 0 0;text-align:center;color:#fff;background:#2B02D6;margin-bottom:-2rem;box-sizing:border-box}._tab_2_fl11y_49._tab_active_fl11y_49,._tab_6_fl11y_54._tab_active_fl11y_49{background:#9600D2;box-shadow:inset 0 2px #cb72fe;border-color:#600098}._tab_fl11y_28:not(:first-child){margin-left:.8rem}._tab_active_fl11y_49{font-size:1.6rem;font-weight:700;border:.3rem solid #2B02D6;border-bottom:none;z-index:1;height:100%;background:#6D5BFF;box-shadow:inset 0 2px #a39aff;border-radius:1.3rem 1.3rem 0 0}._tab_active_fl11y_49:after{position:absolute;top:-.3rem;width:4rem;height:3px;background:#23E8D2;border-radius:0 0 2px 2px;content:""}._tab_fl11y_28:first-child._tab_active_fl11y_49{box-shadow:inset 3px 2px #a39aff}._tab_6_fl11y_54._tab_active_fl11y_49:nth-of-type(1),._tab_2_fl11y_49._tab_active_fl11y_49:nth-of-type(1){box-shadow:inset 3px 2px #cb72fe}._content_wrp_fl11y_89{position:relative;box-shadow:inset 3px 3px #a39aff,inset 0 3px #a39aff;border-radius:1.6rem;border:.3rem solid #2B02D6;background:#6D5BFF;padding:2.4rem 0;min-height:200px;max-height:calc(84vh - 8.5rem);box-sizing:border-box}._content_wrp_fl11y_89._full_screen_fl11y_100{max-height:unset}._content_wrp_fl11y_89:before{display:inline-block;position:absolute;top:3px;left:6px;right:3px;height:2rem;border-radius:1.6rem;content:"";background-color:#6d5bff;z-index:1}._content_wrp_2_fl11y_115{background:#9600D2;box-shadow:inset 3px 3px #cb72fe,inset 0 3px #cb72fe;border-color:#600098}._content_wrp_2_fl11y_115:before{background-color:#9600d2}._content_wrp_6_fl11y_123{background:#9600D2;box-shadow:inset 3px 3px #cb72fe,inset 0 3px #cb72fe;border-color:#600098}._content_wrp_6_fl11y_123:before{background-color:#9600d2}._content_fl11y_89{height:80vh;padding:0 1.2rem;position:relative;z-index:2;max-height:calc(84vh - 12.9rem);overflow:hidden auto;box-sizing:border-box}._content_fl11y_89._full_screen_fl11y_100{max-height:unset}._count_fl11y_145{position:absolute;top:-.4rem;right:-.4rem;display:inline-block;width:1.6rem;height:1.6rem;line-height:1.4rem;font-size:1.2rem;border-radius:50%;background:#00B90B;border:1px solid #FFFFFF}._tab_fl11y_28:last-child ._count_fl11y_145{right:0}._dialog_1j24c_7{overflow:unset!important}._desc_1j24c_11{display:flex;color:#fff}._beauty_1j24c_16{position:absolute;top:-8rem;left:-2rem}._btn_1j24c_22{font-size:2.4rem;border:none;margin-top:2rem;height:5.6rem;background:url(/img/post/bg_btn_block_cyan@2x.png) center no-repeat;background-size:100% 100%}._how_1j24c_31{margin-top:.8rem;display:flex;justify-content:center;align-items:center;color:#fff}*{margin:0;padding:0;box-sizing:border-box}._btn_box_dw22q_12{position:relative;width:100%;overflow:hidden;font-size:2.8rem}._btn_content_dw22q_19{width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1;position:absolute}._text_box_dw22q_29{display:flex;align-items:center;justify-content:center}._text_box_dw22q_29 p{font-family:B2}._bg1_dw22q_38{width:100%;height:90%;background-color:#a9ffe7;position:absolute;top:0;left:0}._bg2_dw22q_47{width:100%;height:84%;background-color:#a9ffe7;position:absolute;top:6%;left:0}._bg3_dw22q_56{width:4%;height:15%;position:absolute;top:10%;left:.8rem;border-radius:40%;transform:rotate(-25deg)}._default_dw22q_66 ._text_box_dw22q_29 p{position:relative;color:#ffe644;-webkit-text-stroke:4px #5439FF}._default_dw22q_66 ._text_box_dw22q_29 p:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._default_dw22q_66._btn_box_dw22q_12{border:.36rem solid #2B1AB2;background-color:#009ac5}._default_dw22q_66 ._bg1_dw22q_38{background-color:#a9ffe7}._default_dw22q_66 ._bg2_dw22q_47{background-color:#16dbc5}._default_dw22q_66 ._bg3_dw22q_56{background-color:#a9ffe7}._disable_dw22q_90 ._text_box_dw22q_29 p{position:relative;color:#bdc1e8;-webkit-text-stroke:4px #9198D8}._disable_dw22q_90 ._text_box_dw22q_29 p:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._disable_dw22q_90._btn_box_dw22q_12{border:.36rem solid #2B1AB2;background-color:#666eb7}._disable_dw22q_90 ._bg1_dw22q_38{background-color:#abb2f2}._disable_dw22q_90 ._bg2_dw22q_47{background-color:#9198d8}._disable_dw22q_90 ._bg3_dw22q_56{background-color:#abb2f2}._main_title_oo0pd_6{font-family:B2;font-weight:700;font-size:2.4rem;color:#ffe644;line-height:3.2rem;text-align:center}._list_box_oo0pd_15{padding:1.6rem 1.6rem .8rem;background:#FFFFFF;border-radius:1.2rem;margin-bottom:3.2rem;margin-top:1.6rem}._list_oo0pd_15{max-height:19rem;overflow-y:scroll}._amazon_item_oo0pd_28{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}._amazon_item_oo0pd_28:last-child{margin-bottom:0}._times_oo0pd_38{font-size:2.4rem;font-family:Helvetica-Bold,Helvetica;font-weight:700;color:#585666}._amazon_coupon_oo0pd_45{width:23rem;height:7.2rem;background:url(https://pic.claweden.com/online/images/mediafile/prizes/coupon@2x.png) no-repeat;background-size:100% 100%;display:flex;align-items:center;padding:0 1.2rem}._amazon_coupon_oo0pd_45 img{width:4rem;height:4rem}._amazon_coupon_oo0pd_45 p{flex:1;font-size:1.6rem;font-family:Helvetica;color:#201f29;line-height:2rem;margin-left:.8rem;margin-right:2.6rem}._amazon_coupon_oo0pd_45 span{margin-left:.8rem;font-size:2.8rem;font-family:B2;font-weight:700;color:#201f29}._tips_oo0pd_75{margin-top:.8rem;font-size:1.4rem;color:#9494a4;line-height:1.6rem}._serial_box_oo0pd_82{max-height:25.6rem;margin-top:1.6rem;overflow-y:auto;background:#FFFFFF;border-radius:1.2rem;padding:1.6rem 1.6rem 0;margin-bottom:2rem}._serial_tips_oo0pd_92{font-size:1.4rem;color:#dadae5;line-height:1.6rem;margin-top:1.2rem;margin-bottom:2rem}._serial_item_oo0pd_100{width:100%;height:6.4rem;background:#E8E9FF;border-radius:1.2rem;display:flex;align-items:center;justify-content:space-between;padding:0 .8rem;margin-bottom:1.2rem}._serial_item_oo0pd_100:last-child{margin-bottom:1.6rem}._item_left_oo0pd_115{flex:1}._item_title_oo0pd_119{display:flex;align-items:center;font-size:1.6rem;font-family:Helvetica-Bold,Helvetica;font-weight:700;color:#201f29}._item_title_oo0pd_119 img{width:2.4rem;height:2.4rem;margin-right:.4rem}._item_code_oo0pd_133{margin-top:.6rem;font-size:1.4rem;font-family:Helvetica;color:#585666;line-height:1.6rem}._copy_btn_oo0pd_141{width:7.2rem;height:3.2rem;background:#00C5AF;border-radius:1.6rem;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-family:Helvetica-Bold,Helvetica;font-weight:700;color:#fff}._popup_main_5acg4_6{width:100%;display:flex;flex-direction:column;align-items:center}._popup_main_5acg4_6 ._popup_title_5acg4_12{width:33.5rem;font-size:2rem;font-weight:700;color:#333;line-height:2.8rem;margin-top:2rem}._popup_main_5acg4_6 ._link_content_5acg4_20{width:33.5rem;height:4.8rem;background:#E5DAFF;border-radius:1.6rem;margin-top:1.6rem}._popup_main_5acg4_6 ._link_content_5acg4_20 ._link_box_5acg4_27{width:calc(100% - 3.2rem);display:flex;align-items:center;justify-content:space-between}._popup_main_5acg4_6 ._link_content_5acg4_20 ._link_box_5acg4_27 p{width:27rem;font-size:1.4rem;font-weight:700;color:#444;line-height:2rem}._popup_main_5acg4_6 ._link_content_5acg4_20 ._link_box_5acg4_27 div{width:1.4rem;height:1.4rem;margin-left:.3rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/ic_save_copy.png) no-repeat;background-size:100% 100%}._popup_main_5acg4_6 ._popup_notice_5acg4_47{width:31.5rem;font-size:1.2rem;color:#999;line-height:1.7rem;margin-top:.4rem}._popup_main_5acg4_6 ._save_list_5acg4_54{width:37.5rem;border-top:1px solid #E5E5E5;border-bottom:1px solid #E5E5E5;display:flex;justify-content:center;padding:2rem 0 1.6rem;margin-top:1rem}._popup_main_5acg4_6 ._save_list_5acg4_54 ._list_item_5acg4_63{display:flex;flex-direction:column;align-items:center}._popup_main_5acg4_6 ._save_list_5acg4_54 ._list_item_5acg4_63 div{width:6.4rem;height:6.4rem;margin:0 2.5rem}._popup_main_5acg4_6 ._save_list_5acg4_54 ._list_item_5acg4_63 ._facebook_5acg4_73{background:url(https://pic.claweden.com/online/images/mediafile/image-base/facebook.png) no-repeat;background-size:100% 100%}._popup_main_5acg4_6 ._save_list_5acg4_54 ._list_item_5acg4_63 ._whatsapp_5acg4_77{background:url(https://pic.claweden.com/online/images/mediafile/image-base/whats_app.png) no-repeat;background-size:100% 100%}._popup_main_5acg4_6 ._save_list_5acg4_54 ._list_item_5acg4_63 ._email_5acg4_81{background:url(https://pic.claweden.com/online/images/mediafile/image-base/email.png) no-repeat;background-size:100% 100%}._popup_main_5acg4_6 ._save_list_5acg4_54 ._list_item_5acg4_63 span{font-size:1.2rem;color:#666;line-height:1.7rem;margin-top:.8rem}._popup_main_5acg4_6 ._cancel_5acg4_91{width:37.5rem;height:5.8rem}._popup_main_5acg4_6 ._cancel_5acg4_91 span{font-size:1.6rem;font-weight:700;color:#333;line-height:2.2rem}._default_main_1opjd_6{width:29.5rem;background:#FFFFFF;border-radius:1rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}._default_main_1opjd_6 ._close_box_1opjd_18{width:2.4rem;height:2.4rem;position:absolute;top:.6rem;right:.6rem}._default_main_1opjd_6 ._close_box_1opjd_18 ._close_1opjd_18{width:1.2rem;height:1.2rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/ic_close@2x.png) no-repeat;background-size:100% 100%}._default_main_1opjd_6 ._default_title_1opjd_31{width:25.5rem;margin-top:2rem;display:flex;align-items:center}._default_main_1opjd_6 ._default_title_icon_1opjd_37{width:3.2rem;height:3.2rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/ic_save_link.png) no-repeat;background-size:100% 100%}._default_main_1opjd_6 ._default_title_1opjd_31 span{font-size:2rem;font-weight:700;color:#333;line-height:2.8rem;margin-left:1rem}._default_main_1opjd_6 ._default_notice_1opjd_50{width:25.5rem;font-size:1.4rem;font-weight:700;color:#444;line-height:2rem;margin-top:1.6rem}._default_main_1opjd_6 ._default_content_1opjd_58{width:25.5rem;height:8.4rem;background:#E5DAFF;border-radius:1.6rem;margin-top:1.6rem}._default_main_1opjd_6 ._default_content_box_1opjd_65{width:calc(100% - 3rem);height:5.4rem;display:flex}._default_main_1opjd_6 ._default_content_box_1opjd_65 ._default_content_logo_1opjd_70{width:5.4rem;height:5.4rem;border:1px solid #444444;box-sizing:border-box;border-radius:.6rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/logo.png) no-repeat;background-size:100% 100%}._default_main_1opjd_6 ._default_content_box_1opjd_65 ._default_content_info_1opjd_79{margin-left:.9rem;display:flex;flex-direction:column;justify-content:space-between}._default_main_1opjd_6 ._default_content_box_1opjd_65 ._default_content_info_1opjd_79 ._app_name_1opjd_85{font-size:1.4rem;font-weight:700;color:#444;line-height:2rem;margin-top:.3rem}._default_main_1opjd_6 ._default_content_box_1opjd_65 ._default_content_info_1opjd_79 ._app_link_mes_1opjd_92{margin-bottom:.5rem;display:flex;align-items:center}._default_main_1opjd_6 ._default_content_box_1opjd_65 ._default_content_info_1opjd_79 ._app_link_mes_1opjd_92 span{width:13rem;font-size:1.4rem;font-weight:700;color:#444;line-height:2rem}._default_main_1opjd_6 ._default_content_box_1opjd_65 ._default_content_info_1opjd_79 ._app_link_mes_1opjd_92 div{width:1.4rem;height:1.4rem;margin-left:.3rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/ic_save_copy.png) no-repeat;background-size:100% 100%}._default_main_1opjd_6 ._default_button_1opjd_111{width:25.5rem;height:4.2rem;background:#38E1BB;border-radius:1.4rem;margin-top:2.4rem}._default_main_1opjd_6 ._default_button_1opjd_111 span{font-size:1.4rem;font-weight:700;color:#333;line-height:2rem}._default_main_1opjd_6 ._not_prompt_1opjd_124{display:flex;align-items:center;margin:1.6rem 0 2rem}._default_main_1opjd_6 ._not_prompt_1opjd_124 ._icon_box_1opjd_129,._default_main_1opjd_6 ._not_prompt_1opjd_124 ._unchecked_1opjd_129,._default_main_1opjd_6 ._not_prompt_1opjd_124 ._checked_1opjd_129{width:1.6rem;height:1.6rem;background-repeat:no-repeat;background-size:100% 100%}._default_main_1opjd_6 ._not_prompt_1opjd_124 ._checked_1opjd_129{background-image:url(https://pic.claweden.com/online/images/mediafile/image-base/account_logout_checked.png)}._default_main_1opjd_6 ._not_prompt_1opjd_124 ._unchecked_1opjd_129{background-image:url(https://pic.claweden.com/online/images/mediafile/image-base/account_logout_check.png)}._default_main_1opjd_6 ._not_prompt_1opjd_124 span{font-size:1.2rem;color:#666;line-height:1.7rem;margin-left:.8rem}._popup_content_1kthe_6{width:32.4rem;background:white;border-radius:1.4rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:2.4rem 1.4rem 2.6rem;box-sizing:border-box}._popup_content_1kthe_6 ._dialog_img_close_1kthe_17{width:2.4rem;height:2.4rem;background:url(https://pic.claweden.com/online/images/mediafile/dialog/close_2d@2x.png) no-repeat;background-size:100% 100%;position:absolute;top:1.5rem;right:1.5rem}._popup_content_1kthe_6 ._content_info_1kthe_26{width:29.6rem;background:#FFFFFF;border-radius:6px;display:flex;flex-direction:column;align-items:center}._popup_content_1kthe_6 ._content_info_1kthe_26 ._success_1kthe_34{width:7.2rem;height:6.4rem;margin:0 auto;background:url(https://pic.claweden.com/online/images/mediafile/clawRoom/happy@2x.png) no-repeat;background-size:100% 100%}._popup_content_1kthe_6 ._content_info_1kthe_26 ._main_title_1kthe_41{margin-bottom:2.4rem;font-size:2rem;font-weight:700;color:#201f29}._popup_content_1kthe_6 ._content_info_1kthe_26 ._title_1kthe_47{font-size:1.8rem;color:#000;line-height:2.5rem;text-align:center;font-weight:500;margin-bottom:1.2rem;margin-top:1.8rem}._popup_content_1kthe_6 ._content_info_1kthe_26 ._text_1kthe_56{width:25rem;font-size:1.4rem;color:#333;line-height:2rem;text-align:center;margin-bottom:1.6rem}._popup_content_1kthe_6 ._content_info_1kthe_26 ._link_content_1kthe_64{width:100%;height:4.8rem;background:#FAF9FF;border-radius:1.6rem;margin-bottom:2rem;border:1px solid #E8E9FF}._popup_content_1kthe_6 ._content_info_1kthe_26 ._link_content_1kthe_64 ._link_box_1kthe_72{width:calc(100% - 3.2rem);display:flex;align-items:center;justify-content:space-between}._popup_content_1kthe_6 ._content_info_1kthe_26 ._link_content_1kthe_64 ._link_box_1kthe_72 p{width:19.8rem;font-size:1.4rem;font-weight:700;color:#444;line-height:2rem}._popup_content_1kthe_6 ._content_info_1kthe_26 ._link_content_1kthe_64 ._link_box_1kthe_72 div{width:2.4rem;height:2.4rem;margin-left:.3rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/copy_24@2x.png) no-repeat;background-size:100% 100%}._popup_content_1kthe_6 ._button_1kthe_92{width:100%;height:4.8rem;background:#00C5AF;color:#fff;border-radius:1.2rem;margin:1.8rem auto 0}._popup_content_1kthe_6 ._button_1kthe_92 span{font-size:1.6rem;font-weight:700;line-height:2rem}._free_coins_horizontal_popup_76vm0_11{transform:rotate(-90deg)}._beauty_76vm0_15{position:absolute;width:14rem;height:18.4rem;left:0;top:0;transform:translate(-1.2rem) translateY(-2.4rem)}._tag_76vm0_24{position:absolute;width:4rem;height:4rem;left:2rem;top:3.4rem}._tips_76vm0_32{height:10rem;position:relative;padding-left:11.2rem;margin-top:1.4rem}._tips_text_76vm0_39{font-size:1.6rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;color:#fff}._tag_tips_76vm0_49{position:relative;padding-left:6rem;margin-top:1.4rem}._coins_76vm0_55{display:flex;align-items:center;font-family:B2,B2;justify-content:space-between;margin-top:2.8rem}._coins_76vm0_55 ._coins_text_76vm0_62{display:flex;align-items:center;height:5.6rem;background:#5439FF;border-radius:2.8rem;padding:1.2rem 2.3rem;color:#fff;font-size:3rem}._coins_76vm0_55 ._coins_icon_76vm0_72{height:3.2rem;width:3.4rem;margin-right:.8rem}._coins_76vm0_55 ._coins_img_76vm0_77{width:14.4rem;height:5.6rem;background-image:url(https://pic.claweden.com/online/images/mediafile/home/coins@2x.png);background-size:cover;font-size:2.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;position:relative;color:#ffe644;-webkit-text-stroke:4px #5439FF}._coins_76vm0_55 ._coins_img_76vm0_77:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._coins_76vm0_55 ._coins_img_76vm0_77._disabled_76vm0_96{color:#a39aff;border-radius:2.8rem;background:#5439FF}._coupons_76vm0_102{padding-left:2rem;max-height:20rem;overflow-y:auto}._coupons_76vm0_102 ._coupons_item_76vm0_107{display:flex;align-items:center;margin:2rem 0 1rem}._coupons_76vm0_102 ._coupons_img_76vm0_112{width:3.2rem;height:3.2rem}._coupons_76vm0_102 ._coupons_card_76vm0_116{width:11.2rem;height:5.6rem;background-size:cover;background-image:url(https://pic.claweden.com/online/images/mediafile/home/coupons-card@2x.png);margin:0 1.6rem;color:#fff;display:flex;position:relative}._coupons_76vm0_102 ._coupons_desc_76vm0_126{position:absolute;top:.4rem;left:2.8rem;text-align:center;text-wrap:nowrap;width:7.2rem}._coupons_76vm0_102 ._coupons_quota_76vm0_134{position:absolute;font-family:B2,B2;font-size:1.6rem;bottom:.5rem;left:50%;transform:translate(calc(-50% + .8rem))}._coupons_76vm0_102 ._coupons_number_76vm0_142{font-size:2rem;font-family:B2,B2;font-weight:700;color:#fff}._coupons_tips_76vm0_149{display:flex;align-items:center;justify-content:center;color:#fff;margin-top:1.2rem;padding-bottom:1.2rem}._coupons_tips_76vm0_149 ._coupons_tips_img_76vm0_157{width:1.6rem;height:1.6rem;margin-right:.4rem}._main_1w927_11{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:3}._step_one_1w927_21{height:100%;width:100%}._text_base_1w927_26,._guide_text_5_1w927_26 p,._guide_text_4_1w927_26 p,._guide_text_3_1w927_26 p,._guide_text_2_1w927_26 p,._guide_text_1_1w927_26 p{padding:1rem .8rem;font-size:1.4rem;font-family:Helvetica;color:#fff;border-radius:.8rem}._guide_text_1_1w927_26{position:fixed;left:.8rem;bottom:7.6rem;width:9.6rem}._guide_text_1_1w927_26 p{position:relative;background-color:#7098f8}._guide_text_1_1w927_26 p:after{content:"";position:absolute;left:50%;margin-left:-1.4rem;top:100%;width:0;height:0;border-color:transparent #7098F8;border-style:solid;border-width:0 0 2.6rem 1.8rem}._guide_text_2_1w927_26{position:fixed;left:3.6rem;bottom:17.8rem;width:11.6rem}._guide_text_2_1w927_26 p{position:relative;background-color:#f02fad}._guide_text_2_1w927_26 p:after{content:"";position:absolute;left:50%;margin-left:2rem;top:100%;width:0;height:0;border-color:transparent #F02FAD;border-style:solid;border-width:0 0 13rem 1.8rem}._guide_text_3_1w927_26{position:fixed;left:12.8rem;bottom:9.4rem;width:11.2rem;z-index:2}._guide_text_3_1w927_26 p{position:relative;background-color:#ff9100}._guide_text_3_1w927_26 p:after{content:"";position:absolute;left:50%;top:100%;width:0;height:0;border-color:transparent #FF9100;border-style:solid;border-width:0 0 2rem 2rem}._guide_text_4_1w927_26{position:fixed;left:23.8rem;bottom:7rem;width:12rem;z-index:1}._guide_text_4_1w927_26 p{position:relative;background-color:#06b66d}._guide_text_4_1w927_26 p:after{content:"";position:absolute;left:2.2rem;top:100%;width:0;height:0;border-color:transparent #06B66D;border-style:solid;border-width:0 0 2rem 2rem}._guide_text_5_1w927_26{position:fixed;left:27.5rem;bottom:17.2rem;width:9.6rem}._guide_text_5_1w927_26 p{position:relative;background-color:#7098f8}._guide_text_5_1w927_26 p:after{content:"";position:absolute;right:.8rem;top:100%;width:0;height:0;border-color:transparent #7098F8;border-style:solid;border-width:0 0 12rem 1.8rem}._first_in_one_1w927_148{position:fixed;top:50%;margin-top:-12rem;left:50%;margin-left:-17.2rem;background-image:linear-gradient(50deg,#C0501B 25%,transparent 25%,transparent 75%,#C0501B 75%),linear-gradient(-50deg,#C0501B 25%,#B3411C 25%,#B3411C 75%,#C0501B 75%);background-size:20px 20px;width:34.4rem;min-height:13.8rem;z-index:9999;border:.3rem solid #921F1F;border-radius:1.2rem;box-shadow:0 0 1.4rem 1rem #00000080}._first_in_default_1w927_164,._first_in_two_1w927_164{position:fixed;bottom:1.8rem;left:50%;margin-left:-17.2rem;background-image:linear-gradient(50deg,#C0501B 25%,transparent 25%,transparent 75%,#C0501B 75%),linear-gradient(-50deg,#C0501B 25%,#B3411C 25%,#B3411C 75%,#C0501B 75%);background-size:20px 20px;width:34.4rem;min-height:13.8rem;z-index:var(--system-z-index);border:.3rem solid #921F1F;border-radius:1.2rem;box-shadow:0 0 1.4rem 1rem #00000080}._fi_content_1w927_179{width:100%;height:100%;min-height:13.8rem;position:relative}._fi_content_1w927_179 img{width:14rem;height:18.4rem;position:absolute;bottom:0;left:-1.2rem}._fi_content_1w927_179 p{padding:1.2rem 1.6rem 5.6rem 13.2rem;font-size:1.6rem;font-family:Helvetica;color:#fff;line-height:2rem;display:flex;align-items:center}._got_it_1w927_202{position:absolute;bottom:1.2rem;right:1.6rem;width:7.6rem;height:3.4rem;background:url(https://pic.claweden.com/online/images/mediafile/home/bg_btn@2x.png) no-repeat;background-size:100% 100%;display:flex;justify-content:center;padding-top:.4rem;font-size:1.6rem;font-family:B2;font-weight:700;color:#921f1f}._step_three_1w927_219{position:fixed;bottom:6rem;width:100%;z-index:3}._three_main_1w927_226{position:relative;height:24rem}._three_text_1w927_231{position:absolute;padding:1.2rem 1rem;width:24rem;bottom:10rem;right:1.2rem;background:#FFEE71;border-radius:1.6rem;border:.3rem solid #FFCB00}._three_text_1w927_231 p{font-size:2.4rem;font-family:B2;font-weight:700;position:relative;color:#fff;-webkit-text-stroke:4px #921F1F}._three_text_1w927_231 p:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._pointer_1w927_255{position:absolute;bottom:0;right:7.9rem;width:6.8rem;height:10.2rem;animation:_mover_1w927_1 linear .5s infinite alternate}._pointer_1w927_255 img{width:100%;height:100%}._prizes_main_1w927_276{position:fixed;bottom:13.2rem;width:100%;z-index:3}._prizes_guide_1w927_283{position:relative;height:24rem}._prizes_text_1w927_288{position:absolute;padding:1.2rem 1rem;width:24rem;bottom:9rem;right:1.2rem;background:#FFEE71;border-radius:1.6rem;border:.3rem solid #FFCB00}._prizes_text_1w927_288 p{font-size:2.4rem;font-family:B2;font-weight:700;position:relative;color:#fff;-webkit-text-stroke:4px #921F1F}._prizes_text_1w927_288 p:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._prizes_pointer_1w927_312{position:absolute;bottom:0;right:.4rem;width:6.8rem;height:10.2rem;animation:_mover_1w927_1 linear .5s infinite alternate}._prizes_pointer_1w927_312 img{width:100%;height:100%}@keyframes _mover_1w927_1{0%{bottom:1rem}to{bottom:-1rem}}._level_up_box_ecsdp_6{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-sizing:border-box;width:34.3rem;height:42.4rem;background-color:#fff;border-radius:1.6rem}._level_up_box_ecsdp_6 ._level_up_info_ecsdp_17{position:relative;height:100%;width:100%;padding-top:13rem}._level_up_box_ecsdp_6 ._level_up_info_ecsdp_17 ._up_bg_ecsdp_23{width:34.3rem;height:18.1rem;position:absolute;top:-4rem;left:0}._level_up_box_ecsdp_6 ._level_up_info_ecsdp_17 ._up_close_ecsdp_30{width:4.8rem;height:4.8rem;background:url(https://pic.claweden.com/online/images/mediafile/dialog/close_2d@2x.png) no-repeat;background-position:center;background-size:2.4rem 2.4rem;position:absolute;top:0;right:0}._level_up_box_ecsdp_6 ._level_up_info_ecsdp_17 ._up_lv_ecsdp_40{width:11.9rem;height:10.2rem;position:absolute;left:11.2rem;top:-2.4rem}._level_up_box_ecsdp_6 ._level_up_info_ecsdp_17 ._up_mtt_ecsdp_47{text-align:center;font-size:2.4rem;font-family:B2;font-weight:700;color:#201f29;line-height:2.4rem}._level_up_box_ecsdp_6 ._level_up_info_ecsdp_17 ._up_cc_ecsdp_55{padding:2rem 2rem 2.4rem;font-size:1.4rem;font-family:Helvetica;color:#585666;line-height:1.8rem}._level_up_box_ecsdp_6 ._level_up_info_ecsdp_17 ._up_pbg_ecsdp_62{width:26.3rem;height:9rem;background:url(https://pic.claweden.com/online/images/mediafile/level/send_points@2x.png) no-repeat;background-size:100%;padding-top:2.47rem;padding-left:13.2rem;font-size:4rem;font-family:B2;font-weight:700;color:#f64d4b;line-height:6.3rem;margin:auto;box-sizing:border-box}._level_up_box_ecsdp_6 ._level_up_info_ecsdp_17 ._up_btns_ecsdp_77{display:flex;justify-content:space-between;margin-top:3.2rem;box-sizing:border-box;padding:0 2rem}._level_up_box_ecsdp_6 ._level_up_info_ecsdp_17 ._up_btns_ecsdp_77 ._up_btn_ecsdp_77{border:none;width:12.4rem;height:4.8rem;border-radius:1.2rem;border:.1rem solid #00C5AF;background-color:#fff;font-size:1.6rem;font-family:Helvetica-Bold,Helvetica;font-weight:700;color:#00c5af;line-height:2rem}._level_up_box_ecsdp_6 ._level_up_info_ecsdp_17 ._up_btns_ecsdp_77 ._up_btn_act_ecsdp_97{border:none;width:16.4rem;height:4.8rem;background:#00C5AF;border-radius:1.2rem;font-size:1.6rem;font-family:Helvetica-Bold,Helvetica;font-weight:700;color:#fff;line-height:2rem}._result_box_11l0k_11{width:34.4rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;border-radius:1.6rem;background-color:#fff;padding-bottom:2rem}._result_content_11l0k_23{position:relative;background-color:#fff;background-image:url(https://pic.claweden.com/online/images/mediafile/live/cloud@2x.png);background-repeat:no-repeat;background-size:34.4rem 12rem;background-position:0 0;border-radius:1.6rem;padding-top:12rem;padding-bottom:1rem}._result_body_11l0k_35{padding:0 2rem}._close_btn_11l0k_39{position:absolute;width:4.8rem;height:4.8rem;right:0;top:0;padding:1.2rem}._close_btn_11l0k_39 img{width:2.4rem;height:2.4rem}._main_title_11l0k_52{text-align:center;font-size:2.2rem;font-family:B2;font-weight:700;color:#201f29;line-height:2.4rem}._sub_title_11l0k_61{font-family:Helvetica;font-size:1.6rem;color:#201f29;line-height:2rem;text-align:left;font-style:normal;margin-top:1.6rem}._star_face_11l0k_71{position:absolute;width:15.4rem;height:13.6rem;left:9.5rem;top:-4.3rem}._ribbon_11l0k_79{position:absolute;width:33.4rem;height:14.8rem;top:-1rem;left:.5rem}._win_coins_11l0k_87{display:flex;align-items:center;justify-content:center;margin-top:1.2rem}._win_coins_11l0k_87 img{width:6.4rem;height:6.4rem}._win_coins_11l0k_87 ._win_num_11l0k_97{position:relative;color:#23e8d2;-webkit-text-stroke:4px #2B02D6;font-family:B2;font-weight:700;font-size:3.2rem;margin-left:.8rem}._win_coins_11l0k_87 ._win_num_11l0k_97:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._winners_11l0k_112{display:flex;align-items:center;justify-content:center;margin-top:1.2rem}._winners_11l0k_112 img{width:3.2rem;height:3.2rem;margin-left:.6rem}._winners_11l0k_112 ._win_num_11l0k_97{position:relative;color:#23e8d2;-webkit-text-stroke:4px #2B02D6;font-family:B2;font-weight:700;font-size:2rem;margin-left:.8rem}._winners_11l0k_112 ._win_num_11l0k_97:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._vote_body_11l0k_138{width:100%;background:#FAF9FF;border-radius:.8rem;border:.05rem solid #E8E9FF;margin-top:1.6rem;padding:1.2rem}._vote_item_11l0k_147{display:flex;justify-content:space-between;align-items:center}._vote_num_11l0k_153{font-family:Helvetica,Helvetica;font-weight:700;font-size:1.4rem}._process_box_11l0k_159{width:16.8rem;height:1.2rem;background:#E8E9FF;border-radius:.6rem;margin-top:.4rem}._process_11l0k_159{height:100%;border-radius:.6rem}._win_state_11l0k_172{display:flex;font-family:B2;font-weight:700;font-size:1.5rem;color:#201f29}._win_state_11l0k_172 img{width:2rem;height:2rem}._got_it_11l0k_184{width:100%;height:4.8rem;background:#00C5AF;border-radius:1.2rem;font-family:Helvetica,Helvetica;font-weight:700;font-size:1.6rem;color:#fff;margin-top:2.4rem}._box_sizing_1704n_6,._popup_content_1704n_6 ._content_info_1704n_6,._popup_content_1704n_6{box-sizing:border-box}._popup_content_1704n_6{width:32.4rem;background:#FFF298;border-radius:1.4rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:5.7rem 1.4rem 2.6rem;box-sizing:border-box}._popup_content_1704n_6 ._dialog_dot_1704n_21{width:5.3rem;height:2.7rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/dialog_dot.png) no-repeat;background-size:100% 100%;position:absolute;top:1.2rem;left:1.1rem}._popup_content_1704n_6 ._dialog_img_close_1704n_30{width:3rem;height:3rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/dialog_img_close.png) no-repeat;background-size:100% 100%;position:absolute;top:-1.5rem;right:-1.5rem}._popup_content_1704n_6 ._content_info_1704n_6{width:29.6rem;background:#FFFFFF;border-radius:6px;padding:0 1.4rem 2rem;position:relative}._popup_content_1704n_6 ._content_info_1704n_6:before{content:"";display:block;width:.6rem;height:.6rem;border-radius:50%;background:#FEE84B;position:absolute;left:.5rem;top:.6rem}._popup_content_1704n_6 ._content_info_1704n_6:after{content:"";display:block;width:.6rem;height:.6rem;border-radius:50%;background:#FEE84B;position:absolute;right:.5rem;top:.6rem}._popup_content_1704n_6 ._content_info_1704n_6 ._same_style_1704n_68,._popup_content_1704n_6 ._content_info_1704n_6 ._success_1704n_68,._popup_content_1704n_6 ._content_info_1704n_6 ._failed_1704n_68,._popup_content_1704n_6 ._content_info_1704n_6 ._no_money_1704n_68,._popup_content_1704n_6 ._content_info_1704n_6 ._success_yeah_1704n_68,._popup_content_1704n_6 ._content_info_1704n_6 ._welcome_1704n_68,._popup_content_1704n_6 ._content_info_1704n_6 ._group_item_1704n_68,._popup_content_1704n_6 ._content_info_1704n_6 ._dispatch_1704n_68{width:14rem;height:14rem;margin:0 auto}._popup_content_1704n_6 ._content_info_1704n_6 ._title_1704n_73{font-size:1.8rem;font-family:PingFang-SC-Bold,PingFang-SC;color:#000;line-height:2.5rem;text-align:center;font-weight:500;padding-bottom:1.2rem;padding-top:1.8rem}._popup_content_1704n_6 ._content_info_1704n_6 ._text_1704n_83{font-size:1.4rem;font-family:PingFang-SC-Medium,PingFang-SC;color:#333;line-height:2rem;text-align:center;white-space:pre-wrap}._popup_content_1704n_6 ._content_info_1704n_6 ._dispatch_1704n_68{background:url(https://pic.claweden.com/online/images/mediafile/image-base/dialog_img_dispatch.png) no-repeat;background-size:100% 100%;display:flex;position:relative}._popup_content_1704n_6 ._content_info_1704n_6 ._dispatch_tag_1704n_97{width:13.2rem;height:3.4rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/bg-tag@2x.png) no-repeat;background-size:100% 100%;margin:1rem auto 0;display:flex;justify-content:center}._popup_content_1704n_6 ._content_info_1704n_6 ._dispatch_tag_1704n_97 span{font-size:1.4rem;font-weight:700;color:#000;margin-top:.4rem}._popup_content_1704n_6 ._content_info_1704n_6 ._group_item_1704n_68{background:url(https://pic.claweden.com/online/images/mediafile/image-base/dialog_img_happy.png) no-repeat;background-size:100% 100%}._popup_content_1704n_6 ._content_info_1704n_6 ._welcome_1704n_68{background:url(https://pic.claweden.com/online/images/mediafile/image-base/dialog_img_welcome.png) no-repeat;background-size:100% 100%}._popup_content_1704n_6 ._content_info_1704n_6 ._success_yeah_1704n_68{background:url(https://pic.claweden.com/online/images/mediafile/image-base/dialog_img_success_yeah.png) no-repeat;background-size:100% 100%}._popup_content_1704n_6 ._content_info_1704n_6 ._no_money_1704n_68{background:url(https://pic.claweden.com/online/images/mediafile/image-base/dialog_img_no_money.png) no-repeat;background-size:100% 100%}._popup_content_1704n_6 ._content_info_1704n_6 ._failed_1704n_68{background:url(https://pic.claweden.com/online/images/mediafile/image-base/dialog_img_failed.png) no-repeat;background-size:100% 100%}._popup_content_1704n_6 ._content_info_1704n_6 ._success_1704n_68{background:url(https://pic.claweden.com/online/images/mediafile/image-base/dialog_img_success.png) no-repeat;background-size:100% 100%}._popup_content_1704n_6 ._btn_info_1704n_136{display:flex;align-items:center;justify-content:space-around;margin-top:1.8rem}._popup_content_1704n_6 ._btn_info_1704n_136 ._btn_same_style_1704n_142,._popup_content_1704n_6 ._btn_info_1704n_136 ._confirm_1704n_142,._popup_content_1704n_6 ._btn_info_1704n_136 ._cancel_1704n_142{min-width:13.4rem;display:inline-block;height:4.2rem;border-radius:1.4rem;font-size:1.4rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#000;line-height:4.2rem;text-align:center}._popup_content_1704n_6 ._btn_info_1704n_136 ._cancel_1704n_142{background:#DDDDDD}._popup_content_1704n_6 ._btn_info_1704n_136 ._confirm_1704n_142{background:#38E1BB}._df_center_fa58k_12,._m_middle_fa58k_12 ._b_recharge_fa58k_12{display:flex;align-items:center;justify-content:center}._i_wrap_fa58k_18{margin-left:.8rem;padding:.4rem;background:rgba(0,0,0,.3);border-radius:1.2rem;display:flex;align-items:center;justify-content:center;position:relative}._i_wrap_fa58k_18 ._h_number_fa58k_28{position:absolute;height:1.6rem;background:#F64D4B;border:.12rem solid #FFFFFF;border-radius:.8rem;font-size:1.2rem;font-family:B2;font-weight:700;color:#fff;right:0;top:0;transform:translate(40%,-40%);min-width:1.6rem;text-align:center}._i_wrap_fa58k_18 ._i_base_fa58k_44,._i_wrap_fa58k_18 ._i_msg_fa58k_44,._i_wrap_fa58k_18 ._i_gift_fa58k_44{height:2.4rem;width:2.4rem}._i_wrap_fa58k_18 ._i_gift_fa58k_44{background:url(https://pic.claweden.com/online/images/mediafile/mine/gift.png) no-repeat;background-size:100%}._i_wrap_fa58k_18 ._i_msg_fa58k_44{background:url(https://pic.claweden.com/online/images/mediafile/home/letter@2x.png) no-repeat;background-size:100%}._task_num_fa58k_57{font-size:1.4rem;font-family:B2;font-weight:700;color:#fff;border:none;background:none;display:flex;align-items:center;justify-content:center;margin-left:.4rem}._de_wrap_fa58k_70{position:relative}._verify_phone_fa58k_74{position:absolute;width:32.7rem;left:2.4rem;top:4.8rem;z-index:1}._vp_content_fa58k_82{position:relative;background:#FFEE71;border:.3rem solid #201F29;border-radius:.8rem;display:flex;padding:.6rem .8rem;box-sizing:border-box}._triangle_wrap_fa58k_92{position:absolute;top:-1.6rem;left:1.6rem}._triangle_fa58k_92{width:0;height:0;border-style:solid;border-width:0 .8rem 1.6rem .8rem;border-color:transparent transparent #201F29 transparent;position:relative}._triangle_fa58k_92:before{content:"";position:absolute;top:.5rem;left:-.52rem;width:0;height:0;border-style:solid;border-width:0 .6rem 1.2rem .6rem;border-color:transparent transparent #FFEE71 transparent}._i_coins_fa58k_118{width:3.4rem;height:3.2rem;background:url(https://pic.claweden.com/online/images/mediafile/tasks/gold_coin@2x.png) no-repeat;background-size:100%}._vp_text_fa58k_125{font-size:1.4rem;font-family:Helvetica;color:#201f29;padding-left:.8rem;flex:1;display:flex;align-items:center}._i_close_fa58k_135{width:3.2rem;height:3.2rem;background:url(https://pic.claweden.com/online/images/mediafile/tasks/close@2x.png) no-repeat;background-size:1.6rem 1.6rem;background-position:center;margin-top:-.4rem}._m_middle_fa58k_12{flex:1;display:flex;align-items:center;padding-left:.6rem;background:rgba(0,0,0,.3);border-radius:1.2rem}._m_middle_fa58k_12 ._i_coins_fa58k_118{margin-right:.4rem;height:1.6rem;width:1.6rem;background:url(https://pic.claweden.com/online/images/mediafile/mine/coins.png) center no-repeat;background-size:100%}._m_middle_fa58k_12 ._t_coins_fa58k_159{text-align:center;margin-right:.6rem;font-size:1.8rem;font-weight:700;color:#fff;flex:1}._m_middle_fa58k_12 ._i_btn_fa58k_167{width:4.2rem;height:3.2rem;border:none;background:url(https://pic.claweden.com/online/images/mediafile/home/bg_btn_add@2x.png) center no-repeat;background-size:100%;position:relative;color:#ffe644;-webkit-text-stroke:4px #036FAF}._m_middle_fa58k_12 ._i_btn_fa58k_167:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._m_middle_fa58k_12 ._b_recharge_fa58k_12{width:7.2rem;height:2.4rem;background:#00C5AF;border-radius:1.2rem;font-size:1.4rem;font-weight:700;color:#fff;border:none}._bubble_fa58k_193{position:absolute;display:flex;top:100%;left:-.5rem;padding:1.8rem .8rem .8rem;width:18.2rem;height:6.6rem;background:url(https://pic.claweden.com/online/images/mediafile/messages/bg_bubble@2x.png) center no-repeat;background-size:100% 100%;z-index:1}._bubble_txt_fa58k_205{flex:1;line-height:1.4;margin:.4rem}._trial_main_fa58k_211{height:3.2rem;background:rgba(0,0,0,.5);border-radius:1.6rem;display:flex;align-items:center;justify-content:center;font-family:B2;font-weight:700;font-size:1.4rem;color:#fff;line-height:1.6rem;margin-right:.8rem;padding:0 .8rem;position:relative}._trial_main_fa58k_211 img{width:1.6rem;height:1.6rem;margin-right:.4rem}._trial_main_fa58k_211 p{height:1.4rem;border-radius:.6rem;border:.05rem solid #FFCB00;display:flex;align-items:center;font-size:1rem;color:#ffcb00;line-height:1.2rem;padding:0 .3rem;margin-left:.4rem;white-space:nowrap}._tips_box_fa58k_246{position:absolute;left:0;top:4.8rem;z-index:var(--popup-z-index)}._tips_main_fa58k_253{background-color:#ffee71;border:.2rem solid #201F29;border-radius:.8rem;font-family:Helvetica;font-weight:400;font-size:1.4rem;color:#201f29;line-height:1.6rem;width:28rem;padding:1.4rem 1.4rem 1.2rem;position:relative;white-space:normal}._tips_main_fa58k_253:after{content:"";position:absolute;transform:rotate(45deg);width:1.4rem;height:1.4rem;background-color:#ffee71;border-left:.2rem solid #201F29;border-top:.2rem solid #201F29;border-bottom-right-radius:.2rem;top:-1rem;left:3.6rem}._tips_main_fa58k_253:before{content:"\ff58";position:absolute;top:.4rem;right:.8rem;font-weight:700}._entry_1pwg1_17{position:absolute;right:1rem;top:12rem;z-index:var(--focused-z-index)}._entry_box_1pwg1_23{width:10rem;overflow:hidden;margin:0 .4rem;padding:.4rem .8rem;text-align:center;background:rgba(0,0,0,.5);border-radius:0 0 1.2rem 1.2rem}._cover_1pwg1_33{position:relative}._cover_1pwg1_33>img{width:10.8rem;object-fit:contain}._vote_txt_1pwg1_41{position:relative;color:#fff;-webkit-text-stroke:4px #1A0863;position:absolute;bottom:1rem;left:0;right:0;text-align:center;font-size:1.6rem;font-weight:700}._vote_txt_1pwg1_41:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._state_1pwg1_59{margin-bottom:.4rem;color:#ffe644;font-weight:700}._option_state_1pwg1_65{display:flex;align-items:center;justify-content:space-between;height:1.6rem;padding:0 .4rem;margin-bottom:.4rem;border-radius:.4rem;font-size:1.2rem;color:#fff;background:#00C5AF}._option_state_b_1pwg1_77{background:#F64D4B}._winner_1pwg1_81{color:#fff;font-size:1.1rem}._entry_odds_1pwg1_86{display:flex;align-items:center;justify-content:center;border:.2rem solid #F02FAD;border-radius:1.2rem;font-size:1.6rem;color:#ffe644;background:#600098}._quiz_popup_1pwg1_97{z-index:var(--focused-z-index)}._quiz_1pwg1_97{box-shadow:inset .3rem .3rem #a39aff,inset 0 .3rem #a39aff;border-radius:1.6rem;border:.3rem solid #2B02D6;color:#fff;background:#6D5BFF}._title_1pwg1_109{position:relative;top:-1rem;height:5rem;margin-bottom:.5rem;line-height:4.8rem;font-size:2rem;font-weight:700;text-align:center;background:url(https://pic.claweden.com/online/images/mediafile/live/live-dolls-discount@2x.png) top center no-repeat;background-size:23.7rem 5.1rem}._close_1pwg1_122{position:absolute;right:1.2rem;top:1.2rem}._balance_and_cd_1pwg1_128{display:flex;margin:0 2rem 2.4rem;justify-content:space-between}._status_1pwg1_134{display:flex;align-items:center;justify-content:space-around;padding:0 1.2rem;width:10.4rem;height:3.6rem;border:.2rem solid #D3048C;border-radius:1.8rem;font-size:1.8rem;font-weight:700;background:#F02FAD}._body_1pwg1_148{margin:0 1.2rem 1.2rem;padding:1.6rem 1.2rem;border-radius:1.2rem;background:#2B02D6}._description_1pwg1_155{margin-bottom:2.4rem;font-size:1.6rem;font-weight:700}._labels_1pwg1_161{margin-bottom:.4rem;font-weight:700;display:flex;align-items:center;color:#f64d4b}._option_a_1pwg1_169{color:#23e8d2;flex:1}._progress_1pwg1_174{position:relative;margin-bottom:2.4rem;height:1.2rem;border-radius:.6rem;background:#F64D4B}._percent_1pwg1_182{width:50%;position:absolute;left:0;top:0;display:block;height:100%;border-radius:.6rem;background:#23E8D2}._controls_1pwg1_193{margin-bottom:1.4rem;display:flex;align-items:center}._selector_1pwg1_199{margin:0 1.2rem;height:4.8rem;border:.2rem solid #A39AFF;border-radius:1.2rem;flex:1;display:flex;align-items:center}._positive_1pwg1_209{box-shadow:inset 0 -.5rem #009ac5,inset .4rem .4rem #23e8d2;background-color:#00c5af;border-radius:1.2rem;border:.2rem solid rgb(0,154,197)}._negative_1pwg1_216{box-shadow:inset 0 -.5rem #d52a27,inset .4rem .4rem #ffa5a4;background-color:#f64d4b;border-radius:1.2rem;border:.2rem solid #D52A27}._readonly_1pwg1_223,._select_1pwg1_199._hit_1pwg1_223,._select_1pwg1_199._selected_1pwg1_223,._select_1pwg1_199._disabled_1pwg1_223{pointer-events:none}._active_1pwg1_227,._select_1pwg1_199._hit_1pwg1_223,._select_1pwg1_199._selected_1pwg1_223{outline:.2rem solid #FFE644}._select_1pwg1_199{flex:1;max-width:10rem;position:relative;font-size:1.6rem;font-weight:700;height:4.8rem;color:inherit}._select_1pwg1_199._disabled_1pwg1_223{box-shadow:inset 0 -.5rem #6a73cd,inset .4rem .4rem #bdc1e8;background:#9198D8;border:.2rem solid #6A73CD}._select_1pwg1_199._selected_1pwg1_223:after{position:absolute;top:-1.2rem;right:-1.2rem;width:2.4rem;height:2.4rem;background:url(https://pic.claweden.com/online/images/mediafile/live/check_round_orange@2x.png) center no-repeat;background-size:100%;display:inline-block;content:""}._select_1pwg1_199._hit_1pwg1_223:after{display:inline-block;position:absolute;top:-1.8rem;left:50%;height:2rem;width:90%;line-height:2rem;padding-left:2.2rem;background:url(https://pic.claweden.com/online/images/mediafile/live/crown@2x.png) 10% center no-repeat;color:#ffe644;background-size:2rem 2rem;font-family:B2,B2,serif;font-size:1.2rem;content:attr(data-content);transform:translate(-50%);overflow:hidden;text-overflow:ellipsis}._set_1pwg1_276{background:none;border:none;font-size:2rem;color:inherit;width:4rem;font-family:B2,B2,serif}._set_1pwg1_276._disabled_1pwg1_223{pointer-events:none;opacity:.5}._input_1pwg1_289{color:#ffe644;font-size:1.6rem;font-weight:700;display:flex;align-items:center;flex:1}._odds_1pwg1_298{font-size:1.6rem;display:flex;padding:0 1.2rem;align-items:center;border-radius:1.2rem;height:4.8rem;background:#5439FF}._coin_1pwg1_308{color:#ffe644;font-size:2rem}._choices_1pwg1_313{display:flex;flex-wrap:wrap;font-size:2rem;font-weight:700}._choice_1pwg1_313{display:flex;align-items:center;justify-content:space-evenly;text-align:center;min-width:12rem;padding-right:1.2rem;height:4rem;margin-bottom:1.2rem;background:#E8E9FF;border-radius:2rem;flex:1}._choice_1pwg1_313:nth-child(2n){margin-left:2.4rem}._result_box_14wyx_11{width:34.4rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;border-radius:1.6rem;background-color:#fff;padding-bottom:2rem}._result_content_14wyx_23{position:relative;background-color:#fff;background-image:url(https://pic.claweden.com/online/images/mediafile/live/cloud@2x.png);background-repeat:no-repeat;background-size:34.4rem 12rem;background-position:0 0;border-radius:1.6rem;padding-top:12rem;padding-bottom:1rem}._result_body_14wyx_35{padding:0 2rem}._close_btn_14wyx_39{position:absolute;width:4.8rem;height:4.8rem;right:0;top:0;padding:1.2rem}._close_btn_14wyx_39 img{width:2.4rem;height:2.4rem}._main_title_14wyx_52{text-align:center;font-size:2.2rem;font-family:B2;font-weight:700;color:#201f29;line-height:2.4rem}._sub_title_14wyx_61{font-family:Helvetica;font-size:1.6rem;color:#201f29;line-height:2rem;text-align:center;font-style:normal;margin-top:1.6rem}._star_face_14wyx_71{position:absolute;width:15.4rem;height:13.6rem;left:9.5rem;top:-4.3rem}._ribbon_14wyx_79{position:absolute;width:33.4rem;height:14.8rem;top:-1rem;left:.5rem}._win_coins_14wyx_87{display:flex;align-items:center;justify-content:center;margin-top:1.2rem}._win_coins_14wyx_87 img{width:6.4rem;height:6.4rem}._win_coins_14wyx_87 ._win_num_14wyx_97{position:relative;color:#23e8d2;-webkit-text-stroke:4px #2B02D6;font-family:B2;font-weight:700;font-size:3.2rem;margin-left:.8rem}._win_coins_14wyx_87 ._win_num_14wyx_97:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._got_it_14wyx_112{width:100%;height:4.8rem;background:#00C5AF;border-radius:1.2rem;font-family:Helvetica,Helvetica;font-weight:700;font-size:1.6rem;color:#fff;margin-top:2.4rem}._title_drcsu_11{font-family:B2;font-weight:700;font-size:2.4rem;color:#ffe644;line-height:3.2rem;text-align:center}._text_drcsu_20{font-size:1.4rem;color:#fff;line-height:2rem;margin-top:1.6rem}._box_drcsu_27{border-radius:1.2rem;background-color:#2b02d6;padding:1.5rem 1.2rem;margin-top:1.6rem}._box_title_drcsu_34{display:flex;align-items:center;font-weight:700;font-size:1.4rem;color:#fff;line-height:1.8rem}._upto_lv_drcsu_43{height:2.4rem;background:#F02FAD;border-radius:1.8rem;margin-left:.8rem;line-height:2.4rem;padding:0 .8rem}._recharge_box_drcsu_52{background:#FFAD00;border-radius:.8rem;padding:1.6rem;margin-top:2rem;display:flex;align-items:center}._coins_drcsu_61{width:5.6rem;height:4.8rem;position:relative}._coins_drcsu_61 img{width:5.6rem;height:4.8rem}._exp_drcsu_71{width:5.6rem;height:4.8rem;margin-left:2.4rem;position:relative}._exp_drcsu_71 img{width:5.6rem;height:4.8rem}._recharge_btn_drcsu_82{width:9.7rem;height:4.2rem;background:url(https://pic.claweden.com/online/images/mediafile/home/bg_btn@2x.png) center no-repeat;background-size:100% 100%;margin-left:1.6rem;display:flex;justify-content:center;padding-top:.4rem}._recharge_btn_drcsu_82 p{position:relative;color:#fffdda;-webkit-text-stroke:4px #921F1F;font-weight:700;font-size:2.4rem;font-family:B2}._recharge_btn_drcsu_82 p:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._value_drcsu_106{position:absolute;top:2.6rem;left:50%;transform:translate(-50%)}._value_drcsu_106 span{position:relative;color:#fff;-webkit-text-stroke:4px #921F1F;font-weight:700;font-size:1.4rem;font-family:B2}._value_drcsu_106 span:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._extra_drcsu_126{position:absolute;width:4.2rem;height:4.2rem;background:url(https://pic.claweden.com/online/images/mediafile/recharge/discount@2x.png) no-repeat;background-size:100% 100%;top:-2.2rem;right:-2.4rem;display:flex;align-items:center;justify-content:center;transform:rotate(25deg);z-index:2}._extra_drcsu_126 span{position:relative;color:#ffe644;-webkit-text-stroke:4px #127117;font-weight:700;font-size:1.6rem;font-family:B2}._extra_drcsu_126 span:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._d_icon_1q0qh_11{position:absolute;width:14.1rem;height:11rem;top:-5.5rem;left:50%;margin-left:-7.05rem}._d_icon_1q0qh_11 img{width:100%;height:100%}._modal_1q0qh_24{width:100%;height:100%;padding-top:2.6rem}._d_title_1q0qh_30{position:relative;color:#ffe644;-webkit-text-stroke:4px #1A0863;font-size:4rem;font-family:B2;font-weight:700;line-height:5.6rem;text-align:center}._d_title_1q0qh_30:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._d_title_1q0qh_30:before{left:50%;transform:translate(-50%);width:100%}._items_1q0qh_51{display:flex;flex-wrap:wrap;margin-top:1.2rem}._item_1q0qh_51{width:48%;height:4.8rem;background:#2B02D6;border-radius:1.6rem;display:flex;align-items:center;padding:0 .2rem;position:relative}._item_1q0qh_51 ._newbie_only_1q0qh_67{position:absolute;left:-1rem;top:-2rem;width:8.5rem;height:2.4rem;font-size:1.2rem;color:#fff;background:#F02FAD;border-radius:.9rem;display:flex;justify-content:center;align-items:center;transform:rotate(-8deg);border:.2rem solid #C40382}._item_1q0qh_51 ._newbie_only_1q0qh_67:after{width:8.1rem;height:2rem;border:.2rem solid #fff;position:absolute;content:"";border-radius:.8rem;box-sizing:border-box}._item_1q0qh_51._active_1q0qh_92{box-shadow:0 0 .3rem .3rem #f1eb3a,inset 0 0 .8rem #f1eb3a}._item_1q0qh_51._active_1q0qh_92 ._choose_1q0qh_95{background-image:url(https://pic.claweden.com/online/images/mediafile/home/selected@2x.png);background-repeat:no-repeat;background-size:100% 100%}._item_1q0qh_51._active_1q0qh_92 ._cost_1q0qh_100{color:#ffe644}._item_1q0qh_51 ._choose_1q0qh_95{max-width:3.4rem;min-width:3.4rem;height:3.4rem}._item_1q0qh_51 ._coin_icon_1q0qh_108{max-width:3.4rem;min-width:3.4rem;height:3.4rem;background-image:url(https://pic.claweden.com/online/images/mediafile/home/gold_coin@2x.png);background-repeat:no-repeat;background-size:100% 100%}._item_1q0qh_51 ._cost_1q0qh_100{font-size:3rem;font-family:B2;font-weight:700;color:#fff;margin-left:.4rem}._item_1q0qh_51:nth-child(odd){margin-right:4%;margin-bottom:1.2rem}._item_1q0qh_51 ._level_limit_1q0qh_127{position:absolute;right:0;top:-1rem}._level_limit_1q0qh_127{width:3.6rem;height:2rem;background:#4E9CFF;border-radius:1rem;border:.2rem solid #2461F5;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 .3rem #fff}._level_limit_1q0qh_127 p{position:relative;color:#fff;-webkit-text-stroke:4px #2461F5;font-size:1.2rem;font-family:B2}._level_limit_1q0qh_127 p:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._play_1q0qh_157{height:5.6rem;background-image:url(https://pic.claweden.com/online/images/mediafile/home/play_btn@2x.png);background-repeat:no-repeat;background-size:100% 100%;margin:3.6rem auto 1.2rem;display:flex;align-items:center;justify-content:center}._play_1q0qh_157 p{position:relative;color:#ffe644;-webkit-text-stroke:4px #5439FF;font-size:2.8rem;font-family:B2;font-weight:700}._play_1q0qh_157 p:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._app_ltqyi_6{width:100%;height:100%;background:#fff6a3;position:absolute;z-index:100}._app_ltqyi_6 ._icon_ltqyi_13{width:21.6rem;height:19.2rem;background-size:100% 100%;background-repeat:no-repeat}._app_ltqyi_6 ._footer_ltqyi_19{width:37.5rem;height:12rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/em@2x.png) no-repeat;background-size:100% 100%;position:absolute;left:0;bottom:0}._header_a9jxy_6{height:60px;width:100%;margin-top:0;border-radius:0 0 24px 24px}._page_content_a9jxy_13{padding:0 12px}._bullet_wrapper_1niak_6{position:absolute;width:100%;left:100%;z-index:var(--focused-z-index)}._bullet_item_1niak_13{display:inline-block;max-width:80%;border:2px solid #201F29;border-radius:12px;background:#B4EEE8;box-sizing:border-box}._bullet_item_1niak_13 img{position:absolute;left:8px}._bullet_ship_1niak_26{padding:16px 14px 8px;font-size:12px}._bullet_ship_1niak_26 img{top:-16px}._bullet_award_1niak_34{padding:5px 16px 5px 56px}._bullet_award_1niak_34 img{bottom:0}._body_mn4fc_17{color:#fff}._header_mn4fc_21{padding:1.8rem .6rem 0 1.6rem}._title_mn4fc_25{margin-top:1.3rem;font-size:4rem;overflow:hidden}._sub_title_mn4fc_31{margin-top:1.6rem;font-size:1.8rem}._right_img_mn4fc_36{width:100%;max-width:13.3rem}._card_mn4fc_41{position:relative;padding:1.6rem 2rem;margin:4.8rem 1.6rem;background:#6D5BFF;box-shadow:inset .5rem .5rem #a39aff,inset 0 .5rem #a39aff;border-radius:1.6rem;border:.3rem solid #1A0863;box-sizing:border-box}._clock_mn4fc_52{position:absolute;top:-1.6rem;left:calc(50% - 9rem);display:flex;align-content:center;justify-content:center;text-align:center;font-size:2.4rem;padding:1rem 0;width:20rem;background:#F64D4B;box-shadow:0 .4rem #1a0863,inset .4rem .4rem #f98281;border-radius:2rem;border:.3rem solid #D52A27}._clock_mn4fc_52._timeout_mn4fc_68{background:#3F94FF;box-shadow:0 .4rem #1a0863,inset .4rem .4rem #9fcaff;border-radius:2rem;border:.3rem solid #015CCE}._clock_mn4fc_52>span{display:inline-block;width:4rem;height:4rem;line-height:4rem;background:#201F29;border-radius:1.2rem}._clock_mn4fc_52>span:not(:last-child){position:relative;margin-right:1.8rem}._clock_mn4fc_52>span:not(:last-child):after{position:absolute;right:-1.2rem;color:#201f29;content:":"}._goods_mn4fc_93{margin-top:5.8rem}._term_mn4fc_97{display:flex;align-items:center;margin-top:1.6rem;counter-increment:term}._term_mn4fc_97:before{text-align:center;font-size:2rem;width:3.2rem;height:3.2rem;line-height:3.2rem;margin-right:1.6rem;border-radius:50%;background:#00C5AF;content:counter(term)}._term_img_mn4fc_114{position:relative;width:8rem;height:8rem;border-radius:1.6rem;border:.3rem solid #1A0863}._term_img_mn4fc_114:after{position:absolute;right:0;bottom:0;display:inline-block;width:2.4rem;height:2.4rem;background:url(https://pic.claweden.com/online/images/mediafile/events/f72h/zoom@2x.png) center no-repeat;background-size:100% 100%;content:""}._value_mn4fc_133{margin:0 .8rem;font-size:1.6rem}._price_block_mn4fc_138{padding:.4rem .8rem;color:#ffe644;background:#5439FF;border-radius:.8rem}._title_mn4fc_25{margin-bottom:1.6rem;max-width:120px}._plus_mn4fc_150{margin:0 .8rem}._awards_mn4fc_154{margin-left:.8rem}._award_mn4fc_154{display:flex;align-items:center;padding:.8rem;background:#5439FF;border-radius:.8rem;font-size:1.6rem}._award_mn4fc_154>img{margin-right:.8rem}._award_mn4fc_154:not(:first-child){margin-top:.8rem}._tip_mn4fc_173{margin-top:2.4rem;font-size:1.6rem}._order_btn_mn4fc_178{position:relative;width:100%;height:5.6rem;background:url(https://pic.claweden.com/online/images/mediafile/events/f72h/bg_btn@2x.png) center no-repeat;border:none;font-size:2rem;color:#bdc1e8;background-size:100% 100%}._order_btn_mn4fc_178[disabled]{background-image:url(https://pic.claweden.com/online/images/mediafile/events/f72h/bg_btn_disabled@2x.png)}._order_btn_mn4fc_178 ._price_mn4fc_138{font-size:2.4rem}._order_btn_mn4fc_178 ._origin_price_mn4fc_194{font-size:2rem;margin-right:.8rem;color:#b3411c;text-decoration:line-through}._order_btn_mn4fc_178:not([disabled]) ._price_mn4fc_138{position:relative;color:#fff;-webkit-text-stroke:4px #5439FF;text-shadow:0 .2rem 0 #00C5AF}._order_btn_mn4fc_178:not([disabled]) ._price_mn4fc_138:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._chance_mn4fc_212{position:absolute;top:-1rem;left:-.4rem;padding:0 .4rem;font-size:1.2rem;transform:rotate(-10deg);background:#F02FAD;outline:.2rem solid #F02FAD;border-radius:8px;border:.2rem solid #FFFFFF;content:attr(data-chance)}._buff_mn4fc_226{position:relative}._buff_mn4fc_226:after{left:100%;top:-1.2rem;position:absolute;display:inline-block;height:4.2rem;width:4.2rem;text-align:center;line-height:4.2rem;color:#ffe644;background:url(https://pic.claweden.com/online/images/mediafile/events/f72h/buff@2x.png) center no-repeat;background-size:100% 100%;transform:rotate(15deg);content:attr(data-buff)}._title_1rpbm_17{line-height:2;text-align:center;color:#ffe644;font-size:2.4rem}._sub_title_1rpbm_24{color:#fff}._goods_list_1rpbm_28{display:flex;width:100%;margin-top:3.2rem;padding-top:2rem;overflow-x:auto}._goods_1rpbm_28{position:relative;display:inline-block;padding:1.6rem;color:#fff;background:#2B02D6;border-radius:1.2rem}._goods_1rpbm_28:not(:last-child){margin-right:2rem}._goods_img_1rpbm_47{width:8rem;height:8rem;border-radius:1.6rem;border:.3rem solid #1A0863}._clock_1rpbm_54{position:absolute;top:-2rem;left:50%;padding:.4rem 1.2rem;align-items:center;line-height:1;background:url(https://pic.claweden.com/online/images/mediafile/events/f72h/bg_clock@2x.png) center no-repeat;background-size:100% 100%;transform:translate(-50%)}._clock_part_1rpbm_65{text-align:center;width:6rem;height:2rem;background:#201F29;border-radius:.6rem}._btn_1rpbm_73{margin-top:2.4rem;height:5.6rem;width:100%;font-size:2.8rem;border:none;background:url(https://pic.claweden.com/online/images/mediafile/events/f72h/bg_btn_cyan@2x.png) center no-repeat;background-size:100% 100%;position:relative;color:#ffe644;-webkit-text-stroke:4px #5439FF}._btn_1rpbm_73:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._award_1rpbm_91{margin-top:1rem;display:flex;align-items:center;justify-content:center}._award_1rpbm_91>img{margin-right:.6rem}._origin_1rpbm_101{text-align:center;text-decoration:line-through}._price_1rpbm_106{font-size:1.6rem;position:relative;color:#fff;-webkit-text-stroke:4px #5439FF;text-shadow:0 .2rem 0 #00C5AF}._price_1rpbm_106:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._dialog_19d4t_16{text-align:center;background:transparent}._body_19d4t_21{position:relative;min-width:319px;padding:62px 18px 0;border-radius:24px;box-sizing:border-box;background:linear-gradient(to right,#FFEE71 15px,#FFE644 15px);background-size:30px;box-shadow:inset 0 0 0 6px #6d5bff,inset 0 5px #a39aff;border:3px solid #2B02D6}._header_19d4t_33{top:-40px;width:260px;height:90px;line-height:88px;font-size:28px;background:url(https://pic.claweden.com/online/images/mediafile/dialog/marquee@2x.png) center no-repeat;background-size:100%;position:relative;color:#fdee00;-webkit-text-stroke:4px #B3411C;position:absolute}._header_19d4t_33:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._profit_19d4t_52{display:inline-block;position:relative;padding-top:36px;padding-left:10px;width:65px;height:65px;border-radius:12px;border:3px solid #C9591B;background:#921F1F;box-sizing:border-box}._profit_19d4t_52 img{position:absolute;top:-8px;left:-8px}._profit_num_19d4t_70{font-size:20px;position:relative;color:#fff;-webkit-text-stroke:4px #590505}._profit_num_19d4t_70:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._desc_19d4t_82{margin-top:16px;font-size:20px;color:#921f1f}._item_19d4t_88{display:flex;align-items:center;color:#fff;padding:6px 12px;margin-top:8px;font-size:14px;border-radius:12px;border:3px solid #921F1F;background:#B3411C}._item_19d4t_88:last-child{margin-bottom:20px}._item_19d4t_88 img{margin-right:8px}._close_19d4t_106{position:absolute;top:10px;right:-10px}._renew_close_19d4t_112{position:absolute;top:-60px;right:-10px}._controls_19d4t_118{display:flex;height:48px;padding:0 11px;margin-top:24px}._controls_19d4t_118 button{border:none;border-radius:12px;font-size:18px;color:#fff;font-weight:700}._controls_19d4t_118 :nth-child(1){background:#9494A4}._controls_19d4t_118 :nth-child(2){margin-left:15px;background:#00C5AF}._left_19d4t_139{margin:14px 0 20px;padding:12px 24px;border:3px solid #1D63C8;border-radius:16px;background:#A5D9FF}._days_19d4t_147{display:flex;align-items:center}._day_no_19d4t_152{display:flex;justify-content:center;align-items:center;width:76px;height:40px;background:url(https://pic.claweden.com/online/images/mediafile/dialog/bg_cd@2x.png) center no-repeat;background-size:100%}._digital_19d4t_162{font-size:32px;flex:1;position:relative;color:#fdee00;-webkit-text-stroke:4px #0345A4}._digital_19d4t_162:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._day_text_19d4t_175{font-size:28px;position:relative;color:#fff;-webkit-text-stroke:4px #0345A4}._day_text_19d4t_175:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._left_text_19d4t_187{margin-top:4px;font-size:14px;color:#0345a4}._newbie_club_19d4t_193{width:90vw;background:none}._newbie_club_header_19d4t_197{position:relative;text-align:center;height:14rem;padding-top:7.4rem;background:url(../img/home/nb_club_b1@2x.png) no-repeat;background-size:100% 100%;box-sizing:border-box}._newbie_club_body_19d4t_206{position:relative;color:#04576e;height:14rem;background:url(../img/home/nb_club_b2@2x.png) no-repeat;background-size:100% 100%;box-sizing:border-box;margin-top:-1px}._newbie_club_title_19d4t_215{padding-left:4rem;font-size:1.8rem;font-weight:700}._newbie_club_footer_19d4t_220{padding-top:8rem;text-align:center;height:14.4rem;color:#fff;background:url(../img/home/nb_club_b3@2x.png) no-repeat;background-size:100% 100%;box-sizing:border-box;margin-top:-1px;position:relative}._newbie_club_btn_19d4t_231{display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:#04576e;width:30rem;height:5.6rem;padding-bottom:.4rem;margin:2.4rem auto;background:url(https://pic.claweden.com/online/images/mediafile/home/recharge_button_special@2x.png) center no-repeat;background-size:100%}._newbie_club_btn_price_19d4t_245{margin:0 .8rem;position:relative;color:#fff800;-webkit-text-stroke:4px #600098}._newbie_club_btn_price_19d4t_245:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._newbie_club_btn_origin_19d4t_256{text-decoration:line-through}._body_content_19d4t_260{text-align:center;padding-top:2rem;font-weight:700;font-size:1.8rem}._extra_rate_19d4t_267{font-size:1.6rem;display:flex;align-items:center;justify-content:center}._extra_rate_19d4t_267:before{display:inline-block;margin-right:1rem;height:2.4rem;width:2.4rem;background:url(https://pic.claweden.com/online/images/mediafile/home/coin_2d@2x.png) center no-repeat;background-size:100%;content:""}._extra_coin_19d4t_283{font-weight:700;font-size:2.6rem}._title_19d4t_288{display:inline-block;font-size:2.8rem;font-weight:700;position:relative;color:#fff800;-webkit-text-stroke:4px #921F1F}._title_19d4t_288:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._badge_19d4t_302{position:relative;color:#ffe644;-webkit-text-stroke:4px #127117;position:absolute;top:2rem;left:0;padding-top:1rem;display:inline-block;width:6.7rem;height:6.4rem;background:url(https://pic.claweden.com/online/images/mediafile/recharge/bg_extra_big@2x.png) center no-repeat;background-size:100%;transform:rotate(-15deg)}._badge_19d4t_302:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._club_type_19d4t_323{position:absolute;width:8rem;text-align:center;right:5rem;top:3.8rem;color:#fff}._rate_icon_19d4t_332{position:relative;color:#ffe644;-webkit-text-stroke:4px #127117;display:inline-flex;align-items:center;justify-content:center;width:4.2rem;height:4.2rem;background:url(https://pic.claweden.com/online/images/mediafile/recharge/bg_extra_big@2x.png) center no-repeat;background-size:100%;transform:rotate(15deg);font-size:1.6rem;font-family:B2}._rate_icon_19d4t_332:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._rate_line_19d4t_353{display:flex;justify-content:center;align-items:end}._free_label_19d4t_359{display:flex;align-items:center;justify-content:center;padding:.4rem .8rem;background:#F02FAD;border-radius:.8rem;border:.2rem solid #FFFFFF;outline:.2rem solid #C40382;font-size:1.2rem;color:#fff;line-height:1.4rem;transform:rotate(-15deg);position:absolute;top:1.2rem;left:6rem}._rate_l1_19d4t_377{display:flex}._rate_l1_19d4t_377 img{width:2.4rem;height:2.4rem;margin:0 .4rem}._got_num_19d4t_386{position:relative;color:#ffee71;-webkit-text-stroke:4px #B3411C;font-family:B2;margin-right:.4rem}._got_num_19d4t_386:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._title_9qf0l_17{position:absolute;top:7.6rem;left:0;right:0;padding:0 3rem;font-size:2.8rem;font-weight:700;text-align:center;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._content_wrp_9qf0l_32{padding-bottom:10rem}._content_9qf0l_32{padding:.8rem}._desc_9qf0l_40{color:#921f1f;font-size:1.8rem;font-weight:700;text-align:center}._option_9qf0l_47{border:none;min-height:6rem;margin:auto;width:14.3rem;font-size:2.4rem;background:url(https://pic.claweden.com/online/images/mediafile/home/bg_btn@2x.png) center no-repeat;background-size:100%;position:relative;color:#fff;-webkit-text-stroke:4px #921F1F}._option_9qf0l_47:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._worth_9qf0l_65{text-align:center;margin-top:2rem;height:6.4rem;display:flex;align-items:center;justify-content:center}._extra_9qf0l_74{position:absolute;top:-1rem;right:-1rem}._amount_9qf0l_80{position:relative;height:6.4rem;min-width:6.4rem;background:url(https://pic.claweden.com/online/images/mediafile/home/coin_3d@2x.png) center no-repeat;background-size:100%}._amount_txt_9qf0l_87{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;font-size:2.4rem;color:#fff}._plus_9qf0l_99{font-weight:700;flex:1;color:#921f1f;font-size:2.2rem}._card_9qf0l_106{font-size:1.2rem;padding:.4rem 0;color:#fff;text-align:center;min-width:10.4rem;max-width:10.4rem;min-height:6.4rem;background:url(https://pic.claweden.com/online/images/mediafile/dialog/bg_bonus_card@2x.png) center no-repeat;background-size:100%}._card_val_9qf0l_117{margin-top:.6rem;font-size:2.4rem}._persuade_float_9qf0l_122{width:7.2rem;height:7.2rem;position:fixed;left:1.2rem;bottom:15.7rem;z-index:var(--focused-z-index);background:url(https://pic.claweden.com/online/images/mediafile/dialog/persuade_float@2x.png) center no-repeat;display:flex;flex-direction:column;align-items:center;background-size:cover;padding-bottom:.4rem}._persuade_float_cd_9qf0l_136{position:relative;top:-1rem}._persuade_float_money_9qf0l_140{margin-top:.8rem;flex:1}._persuade_float_txt_9qf0l_144{font-size:1.1rem}._top_area_1a2k1_11{display:flex;align-items:center;justify-content:space-between}._guide_1a2k1_17{width:4.8rem;height:4.8rem;background:#FFE644;border-radius:.8rem;border:.2rem solid #FFCB00;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1rem;color:#921f1f;line-height:1.2rem}._guide_1a2k1_17 img{width:2.4rem;height:2.4rem}._list_1a2k1_36{display:flex;align-items:center;font-size:1.4rem;color:#fff;line-height:1.8rem}._list_1a2k1_36 p{margin-left:.8rem}._types_1a2k1_47{height:calc(80vh - 17rem);background:rgba(0,0,0,.3);border-radius:1.2rem;padding:2.4rem 1.3rem;margin-top:1.6rem;overflow-y:auto}._free_buff_1a2k1_56{position:relative;z-index:4}._buff_newbie_1a2k1_61{position:absolute;left:0;top:14rem}@keyframes _waggle_1a2k1_1{0%{transform:translateY(0)}50%{transform:translateY(2rem)}to{transform:translateY(0)}}._buff_newbie_content_1a2k1_78{position:relative;width:21.6rem;background:#FFEE71;border:.2rem solid #201F29;border-radius:1.2rem;padding:1.2rem;display:flex;flex-direction:column;align-items:center}._buff_newbie_hand_1a2k1_90{position:absolute;width:4.8rem;height:7.2rem;background:url(https://pic.claweden.com/online/images/mediafile/202502/cards/hand@2x.png) no-repeat;background-size:100% 100%;animation:_waggle_1a2k1_1 .6s infinite ease-in-out;top:-8rem;left:4rem}._buff_newbie_btn_1a2k1_101{height:3.2rem;width:10rem;background:#201F29;border-radius:1.6rem;font-weight:700;font-size:1.4rem;color:#fff;display:flex;align-items:center;justify-content:center;margin-top:1.6rem}._recharge_1a2k1_115 .adm-center-popup-body{width:34.4rem;max-height:84vh;background:transparent;box-sizing:border-box}@media screen and (orientation: landscape){._recharge_1a2k1_115 .adm-center-popup-body{width:60vw}}._buff_card_list_1a2k1_127{position:relative;box-shadow:inset 3px 3px #a39aff,inset 0 3px #a39aff;border-radius:1.6rem;border:.3rem solid #2B02D6;background:#6D5BFF;padding:2.4rem 0;min-height:200px;max-height:calc(84vh - 8.5rem);box-sizing:border-box}._buff_card_body_1a2k1_139{overflow-y:auto;height:50vh}._buff_card_title_1a2k1_144{font-weight:700;font-size:1.67rem;color:#fff;line-height:2rem;text-align:center}._close_1a2k1_152{position:absolute;width:3.8rem;height:3.8rem;top:-8rem;right:0}._close_1a2k1_152 img{width:3.8rem;height:3.8rem}._list_body_1a2k1_164{padding:1.6rem 2.7rem 0;overflow-y:auto;height:40rem}._buff_item_1a2k1_171{width:13rem;height:21.8rem;position:relative}._item_body_1a2k1_177{width:13rem;height:100%;position:absolute;top:0;left:0;border:.3rem solid #D98B5F;box-shadow:.3rem .3rem .3rem #c9591b;border-radius:1.2rem;background-color:#fff5cc;display:flex;flex-direction:column;align-items:center;padding-top:.8rem}._left_time_1a2k1_193{background:#F02FAD;border-radius:1.2rem;border:.2rem solid #F682CE;display:flex;align-items:center;position:absolute;top:-1.2rem;right:-1.2rem;z-index:3;padding:.1rem .4rem .1rem .2rem;font-weight:700;font-size:1.2rem;color:#fff;line-height:1.8rem}._left_time_1a2k1_193 img{width:1.8rem;height:1.8rem}._buff_bg_1a2k1_214{width:10.8rem;max-height:7.2rem;min-height:7.2rem;background-image:url(https://pic.claweden.com/online/images/mediafile/202502/cards/buff_push@2x.png);background-repeat:no-repeat;background-size:100% 100%;display:flex;align-items:center;justify-content:center;position:relative}._type_coins_1a2k1_227{position:absolute;display:flex;align-items:center;justify-content:center;bottom:.4rem;right:.4rem}._type_coins_1a2k1_227 p{position:relative;color:#ffe644;-webkit-text-stroke:4px #B3411C;font-size:1.2rem;font-family:B2;font-weight:700;line-height:1.2rem;margin-left:.3rem}._type_coins_1a2k1_227 p:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._buff_name_1a2k1_251{font-weight:700;font-size:1rem;color:#921f1f;line-height:1.4rem;margin-top:.4rem;width:100%;padding:0 1rem}._star_box_1a2k1_261{width:10.8rem;display:flex;align-items:center;justify-content:space-around;margin-top:.2rem}._star_box_1a2k1_261 img{width:1.6rem;height:1.6rem}._buff_desc_1a2k1_273{font-size:1rem;color:#201f29;line-height:1.2rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical;padding:0 1rem;margin-top:.4rem;width:100%}._item_shadow_1a2k1_288{width:13rem;height:100%;position:absolute;top:.3rem;left:.3rem;border-radius:1.2rem;box-shadow:.3rem .3rem .3rem #362d7f}._guide_img_1a2k1_298{margin-top:1.6rem;height:20rem;border-radius:.8rem;background:#fff}._guide_text_1a2k1_305{font-size:1.4rem;color:#fff;line-height:2rem;margin-top:2.4rem}._got_btn_1a2k1_312{height:4.8rem;background:#00C5AF;border-radius:1.2rem;font-weight:700;font-size:1.6rem;color:#fff;line-height:2rem;display:flex;align-items:center;justify-content:center;margin-top:3.2rem}._result_coins_1a2k1_326{display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-family:B2;font-size:3.2rem}._result_coins_1a2k1_326 img{margin-right:.8rem}._dialog_box_1929y_11{width:100vw}._dialog_box_1929y_11 ._box_sizing_1929y_14,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._reward_list_1929y_14 ._index_1929y_14,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._reward_list_1929y_14 ._index_1929y_14,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._reward_list_1929y_14 ._index_1929y_14,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._reward_list_1929y_14 ._index_1929y_14,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-TW_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-CN_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_en-US_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_1929y_14 ._amount_box_1929y_14,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-TW_1929y_14 ._amount_box_1929y_14,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-CN_1929y_14 ._amount_box_1929y_14,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_en-US_1929y_14 ._amount_box_1929y_14,._dialog_box_1929y_11 ._dialog_box_1929y_11{box-sizing:border-box}._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_1929y_14,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-TW_1929y_14,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-CN_1929y_14,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_en-US_1929y_14{width:26.3rem;height:31.4rem;position:relative}._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_1929y_14 ._amount_box_1929y_14,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-TW_1929y_14 ._amount_box_1929y_14,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-CN_1929y_14 ._amount_box_1929y_14,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_en-US_1929y_14 ._amount_box_1929y_14{width:26.3rem;display:flex;align-items:center;justify-content:space-around;padding:0 4.4rem;position:absolute;bottom:3rem}._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-TW_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-CN_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_en-US_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14{padding-top:.6rem;width:5.4rem;height:5.4rem;background:#66e2c6;border:.2rem solid #ffffff;border-radius:50%;display:flex;flex-direction:column;align-items:center;position:relative}._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._smile_icon_1929y_49,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-TW_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._smile_icon_1929y_49,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-CN_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._smile_icon_1929y_49,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_en-US_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._smile_icon_1929y_49{width:2.6rem;height:2.3rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/ic_dialog_charge.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._number_1929y_55,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-TW_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._number_1929y_55,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-CN_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._number_1929y_55,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_en-US_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._number_1929y_55{margin-top:.3rem;font-size:1rem;color:#08765d;line-height:1.4rem}._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-TW_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-CN_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_en-US_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_zh-TW_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-TW_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_zh-TW_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-CN_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_zh-TW_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_en-US_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_zh-TW_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_en-US_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-TW_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_en-US_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-CN_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_en-US_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_en-US_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_en-US_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_zh-CN_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-TW_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_zh-CN_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-CN_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_zh-CN_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_en-US_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_zh-CN_1929y_61{width:2.4rem;height:2.5rem;position:absolute;top:-.8rem;right:-.9rem}._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_zh-CN_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-TW_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_zh-CN_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-CN_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_zh-CN_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_en-US_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_zh-CN_1929y_61{background:url(https://pic.claweden.com/online/images/mediafile/image-zh-CN/img_dialog_charge_first_gift.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_en-US_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-TW_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_en-US_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-CN_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_en-US_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_en-US_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_en-US_1929y_61{background:url(https://pic.claweden.com/online/images/mediafile/image-en-US/img_dialog_charge_first_gift.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_zh-TW_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-TW_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_zh-TW_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-CN_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_zh-TW_1929y_61,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_en-US_1929y_14 ._amount_box_1929y_14 ._circle_1929y_14 ._gift_icon_zh-TW_1929y_61{background:url(https://pic.claweden.com/online/images/mediafile/image-zh-TW/img_dialog_charge_first_gift.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_1929y_14 ._amount_box_1929y_14 ._plus_icon_1929y_80,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-TW_1929y_14 ._amount_box_1929y_14 ._plus_icon_1929y_80,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-CN_1929y_14 ._amount_box_1929y_14 ._plus_icon_1929y_80,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_en-US_1929y_14 ._amount_box_1929y_14 ._plus_icon_1929y_80{width:1rem;height:1.1rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/img_dialog_charge_first_plus.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_en-US_1929y_14{background:url(https://pic.claweden.com/online/images/mediafile/image-en-US/img_dialog_charge_first.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-CN_1929y_14{background:url(https://pic.claweden.com/online/images/mediafile/image-zh-CN/img_dialog_charge_first.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_dialog_bg_zh-TW_1929y_14{background:url(https://pic.claweden.com/online/images/mediafile/image-zh-TW/img_dialog_charge_first.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_bt_bg_1929y_98,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_bt_bg_zh-TW_1929y_98,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_bt_bg_zh-CN_1929y_98,._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_bt_bg_en-US_1929y_98{width:18rem;height:7rem;margin:0 auto}._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_bt_bg_en-US_1929y_98{background:url(https://pic.claweden.com/online/images/mediafile/image-en-US/img_dialog_charge_first_go.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_bt_bg_zh-CN_1929y_98{background:url(https://pic.claweden.com/online/images/mediafile/image-zh-CN/img_dialog_charge_first_go.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._recharge_bt_bg_zh-TW_1929y_98{background:url(https://pic.claweden.com/online/images/mediafile/image-zh-TW/img_dialog_charge_first_go.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._first_recharge_dialog_1929y_14 ._close_icon_1929y_115{width:1.6rem;height:1.6rem;margin:2.8rem auto 0;background:url(https://pic.claweden.com/online/images/mediafile/image-base/iv_close_white.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._reward_dialog_1929y_14{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14{width:32.6rem;height:46.6rem;position:relative}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._reward_list_1929y_14,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._reward_list_1929y_14,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._reward_list_1929y_14,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._reward_list_1929y_14{position:relative}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._reward_list_1929y_14 ._index_1929y_14,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._reward_list_1929y_14 ._index_1929y_14,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._reward_list_1929y_14 ._index_1929y_14,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._reward_list_1929y_14 ._index_1929y_14{width:7rem;height:7rem;background:#ffffff;border-radius:1rem;border:.2rem solid #ffffff;display:flex;flex-direction:column;justify-content:space-between}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._active_box_1929y_146,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._active_box_1929y_146,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._active_box_1929y_146,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._active_box_1929y_146{background:#fee84b;border:.2rem solid #8b572a}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._active_box_1929y_146:after,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._active_box_1929y_146:after,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._active_box_1929y_146:after,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._active_box_1929y_146:after{content:"";display:block;width:2.9rem;height:2.7rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/user_sign_already.png) no-repeat;background-size:100% 100%;position:absolute;top:-.2rem;right:-.2rem}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._active_box_1929y_146 ._day_box_1929y_161,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._active_box_1929y_146 ._day_box_1929y_161,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._active_box_1929y_146 ._day_box_1929y_161,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._active_box_1929y_146 ._day_box_1929y_161{background:#8b572a;color:#fff;border-radius:0 0 .6rem .6rem}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._reward_list_1929y_14 ._index_1929y_14 ._amount_reward_box_1929y_166,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._reward_list_1929y_14 ._index_1929y_14 ._amount_reward_box_1929y_166,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._reward_list_1929y_14 ._index_1929y_14 ._amount_reward_box_1929y_166,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._reward_list_1929y_14 ._index_1929y_14 ._amount_reward_box_1929y_166{display:flex;align-items:center;justify-content:center;margin-top:1rem}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._reward_list_1929y_14 ._index_1929y_14 ._amount_reward_box_1929y_166 ._amount_icon_1929y_172,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._reward_list_1929y_14 ._index_1929y_14 ._amount_reward_box_1929y_166 ._amount_icon_1929y_172,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._reward_list_1929y_14 ._index_1929y_14 ._amount_reward_box_1929y_166 ._amount_icon_1929y_172,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._reward_list_1929y_14 ._index_1929y_14 ._amount_reward_box_1929y_166 ._amount_icon_1929y_172{width:2.6rem;height:2.6rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/ic_coin_home.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._reward_list_1929y_14 ._index_1929y_14 ._amount_reward_box_1929y_166 ._amount_num_1929y_178,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._reward_list_1929y_14 ._index_1929y_14 ._amount_reward_box_1929y_166 ._amount_num_1929y_178,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._reward_list_1929y_14 ._index_1929y_14 ._amount_reward_box_1929y_166 ._amount_num_1929y_178,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._reward_list_1929y_14 ._index_1929y_14 ._amount_reward_box_1929y_166 ._amount_num_1929y_178{height:2.3rem;font-size:1.4rem;font-family:AaMianHuatang;color:#8b572a;line-height:2.6rem;margin-left:.3rem}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._reward_list_1929y_14 ._index_1929y_14 ._day_box_1929y_161,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._reward_list_1929y_14 ._index_1929y_14 ._day_box_1929y_161,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._reward_list_1929y_14 ._index_1929y_14 ._day_box_1929y_161,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._reward_list_1929y_14 ._index_1929y_14 ._day_box_1929y_161{width:100%;height:2.1rem;background:#e5e5e5;border-radius:0 0 .8rem .8rem;text-align:center;font-size:1.2rem;font-family:PingFang-SC-Medium,PingFang-SC;font-weight:500;color:#8b572a;line-height:2.1rem}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_1_1929y_198,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_1_1929y_198,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_1_1929y_198,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_1_1929y_198{position:absolute;top:9rem;left:3.7rem}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_2_1929y_203,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_2_1929y_203,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_2_1929y_203,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_2_1929y_203{position:absolute;top:9rem;left:12.7rem}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_3_1929y_208,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_3_1929y_208,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_3_1929y_208,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_3_1929y_208{position:absolute;top:9rem;left:21.7rem}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_4_1929y_213,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_4_1929y_213,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_4_1929y_213,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_4_1929y_213{position:absolute;top:19rem;left:3.7rem}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_5_1929y_218,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_5_1929y_218,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_5_1929y_218,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_5_1929y_218{position:absolute;top:19rem;left:12.7rem}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_6_1929y_223,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_6_1929y_223,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_6_1929y_223,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_6_1929y_223{position:absolute;top:19rem;left:21.7rem}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_7_1929y_228,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_7_1929y_228,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_7_1929y_228,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._reward_list_1929y_14 ._index_1929y_14._index_7_1929y_228{width:10.8rem;position:absolute;top:29rem;left:10.8rem}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._close_icon_1929y_115,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._close_icon_1929y_115,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._close_icon_1929y_115,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._close_icon_1929y_115{width:3rem;height:3rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/dialog_img_close.png) no-repeat;background-size:100% 100%;position:absolute;right:-.9rem;top:4rem}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._daily_bonus_1929y_243,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._daily_bonus_1929y_243,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._daily_bonus_1929y_243,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._daily_bonus_1929y_243{position:absolute;left:50%;transform:translate(-50%);bottom:3rem}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._daily_bonus_en-US_1929y_249,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._daily_bonus_en-US_1929y_249,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._daily_bonus_en-US_1929y_249,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._daily_bonus_en-US_1929y_249{width:19rem;height:4.2rem;background:url(https://pic.claweden.com/online/images/mediafile/image-en-US/user_sigin_btn.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._daily_bonus_disabled_en-US_1929y_255,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._daily_bonus_disabled_en-US_1929y_255,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._daily_bonus_disabled_en-US_1929y_255,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._daily_bonus_disabled_en-US_1929y_255{width:19rem;height:4.2rem;background:url(https://pic.claweden.com/online/images/mediafile/image-en-US/user_sigin_unenable_btn.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._daily_bonus_zh-CN_1929y_261,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._daily_bonus_zh-CN_1929y_261,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._daily_bonus_zh-CN_1929y_261,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._daily_bonus_zh-CN_1929y_261{width:13.2rem;height:4.2rem;background:url(https://pic.claweden.com/online/images/mediafile/image-zh-CN/user_sigin_btn.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._daily_bonus_disabled_zh-CN_1929y_267,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._daily_bonus_disabled_zh-CN_1929y_267,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._daily_bonus_disabled_zh-CN_1929y_267,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._daily_bonus_disabled_zh-CN_1929y_267{width:13.2rem;height:4.2rem;background:url(https://pic.claweden.com/online/images/mediafile/image-zh-CN/user_sigin_unenable_btn.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._daily_bonus_zh-TW_1929y_273,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._daily_bonus_zh-TW_1929y_273,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._daily_bonus_zh-TW_1929y_273,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._daily_bonus_zh-TW_1929y_273{width:13.2rem;height:4.2rem;background:url(https://pic.claweden.com/online/images/mediafile/image-zh-TW/user_sigin_btn.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_1929y_14 ._daily_bonus_disabled_zh-TW_1929y_279,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14 ._daily_bonus_disabled_zh-TW_1929y_279,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14 ._daily_bonus_disabled_zh-TW_1929y_279,._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14 ._daily_bonus_disabled_zh-TW_1929y_279{width:13.2rem;height:4.2rem;background:url(https://pic.claweden.com/online/images/mediafile/image-zh-TW/user_sigin_unenable_btn.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_en-US_1929y_14{background:url(https://pic.claweden.com/online/images/mediafile/image-en-US/user_sign_bg.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-CN_1929y_14{background:url(https://pic.claweden.com/online/images/mediafile/image-zh-CN/user_sign_bg.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._reward_dialog_1929y_14 ._reward_dialog_bg_zh-TW_1929y_14{background:url(https://pic.claweden.com/online/images/mediafile/image-zh-TW/user_sign_bg.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._active_dialog_box_1929y_297{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._dialog_box_1929y_11 ._active_dialog_box_1929y_297 ._swiper_box_1929y_303 ._customIndicator_box_1929y_303{display:flex;align-items:center;justify-content:center;margin-top:1.6rem}._dialog_box_1929y_11 ._active_dialog_box_1929y_297 ._swiper_box_1929y_303 ._customIndicator_box_1929y_303 ._custom_index_1929y_309{width:.8rem;height:.8rem;background:rgba(255,255,255,.4);border-radius:50%;margin:0 .2rem}._dialog_box_1929y_11 ._active_dialog_box_1929y_297 ._swiper_box_1929y_303 ._customIndicator_box_1929y_303 ._custom_index_1929y_309._active_1929y_146{width:1.6rem;border-radius:.4rem;background:rgb(255,255,255)}._dialog_box_1929y_11 ._active_dialog_box_1929y_297 ._swiper_box_1929y_303 ._content_box_1929y_321{width:23.5rem;min-height:23.5rem;border-radius:1rem;margin:0 auto;animation:_frames_1929y_1 1s ease-in-out forwards;overflow:hidden}._dialog_box_1929y_11 ._active_dialog_box_1929y_297 ._swiper_box_1929y_303 ._content_box_small_1929y_329{width:23.5rem;min-height:23.5rem;border-radius:1rem;margin:0 auto;animation:_small_frames_1929y_1 .1s ease-in forwards;overflow:hidden}@keyframes _frames_1929y_1{0%{transform:scale(.85)}to{transform:scale(1)}}@keyframes _small_frames_1929y_1{0%{transform:scale(1)}to{transform:scale(.85)}}._dialog_box_1929y_11 ._active_dialog_box_1929y_297 ._close_icon_1929y_115{width:1.6rem;height:1.6rem;margin:2.8rem auto 0;background:url(https://pic.claweden.com/online/images/mediafile/image-base/iv_close_white.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._weekly_list_box_1929y_360{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._dialog_box_1929y_11 ._weekly_list_box_1929y_360 ._weekly_list_info_1929y_366{box-sizing:border-box;padding:0 3rem 2rem;width:30rem;min-height:30rem;background:#ffffff;border-radius:1.6rem;display:flex;align-items:center;align-self:center;flex-direction:column;position:relative}._dialog_box_1929y_11 ._weekly_list_box_1929y_360 ._weekly_list_info_1929y_366 ._iv_medal_bg_1929y_379{width:18rem;height:16.4rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/iv_medal_bg.png) no-repeat;background-size:100% 100%;margin-bottom:2rem}._dialog_box_1929y_11 ._weekly_list_box_1929y_360 ._weekly_list_info_1929y_366 ._weekly_close_1929y_386{width:1.2rem;height:1.2rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/weekly_close.png) no-repeat;background-size:100% 100%;position:absolute;top:1.2rem;right:1.2rem}._dialog_box_1929y_11 ._weekly_list_box_1929y_360 ._weekly_list_info_1929y_366 ._weekly_title_1929y_395{font-size:2rem;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#333;line-height:2.8rem;text-align:center;margin-bottom:1rem}._dialog_box_1929y_11 ._weekly_list_box_1929y_360 ._weekly_list_info_1929y_366 ._weekly_text_1929y_404{font-size:1.5rem;font-family:PingFangSC-Regular,PingFang SC;color:#777;line-height:2.1rem;text-align:center;margin-bottom:2rem}._dialog_box_1929y_11 ._weekly_list_box_1929y_360 ._weekly_list_info_1929y_366 ._weekly_view_rankings_1929y_412{box-sizing:border-box;display:inline-block;padding:1.1rem 4rem;background:#38e1bb;border-radius:1.4rem;font-size:1.4rem;font-weight:400;color:#000}._dialog_box_1929y_11 ._coupon_dialog_box_1929y_422{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._dialog_box_1929y_11 ._coupon_dialog_box_1929y_422 ._coupon_dialog_info_1929y_428{box-sizing:border-box;padding:0 3rem 2.6rem;width:28rem;min-height:20rem;background:#ffffff;border-radius:1rem;display:flex;align-items:center;align-self:center;flex-direction:column;position:relative}._dialog_box_1929y_11 ._coupon_dialog_box_1929y_422 ._coupon_dialog_info_1929y_428 ._close_icon_1929y_115{width:1.2rem;height:1.2rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/ic_close@2x.png) no-repeat;background-size:100% 100%;position:absolute;top:1.3rem;right:1.3rem}._dialog_box_1929y_11 ._coupon_dialog_box_1929y_422 ._coupon_dialog_info_1929y_428 ._img_recharge_top_dlg_zh-CN_1929y_450{width:28rem;height:20rem;background:url(https://pic.claweden.com/online/images/mediafile/image-zh-CN/img_recharge_top_dlg.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._coupon_dialog_box_1929y_422 ._coupon_dialog_info_1929y_428 ._img_recharge_top_dlg_zh-TW_1929y_456{width:28rem;height:20rem;background:url(https://pic.claweden.com/online/images/mediafile/image-zh-TW/img_recharge_top_dlg.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._coupon_dialog_box_1929y_422 ._coupon_dialog_info_1929y_428 ._img_recharge_top_dlg_en-US_1929y_462{width:28rem;height:20rem;background:url(https://pic.claweden.com/online/images/mediafile/image-en-US/img_recharge_top_dlg.png) no-repeat;background-size:100% 100%}._dialog_box_1929y_11 ._coupon_dialog_box_1929y_422 ._coupon_dialog_info_1929y_428 ._title_1929y_468{font-size:2rem;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#333;line-height:2.8rem;text-align:center;margin-top:1rem;margin-bottom:2rem}._dialog_box_1929y_11 ._coupon_dialog_box_1929y_422 ._coupon_dialog_info_1929y_428 ._text_1929y_478{font-size:1.4rem;font-family:PingFangSC-Medium,PingFang SC;color:#444;font-weight:400;line-height:2rem;text-align:center;margin-bottom:2rem}._dialog_box_1929y_11 ._coupon_dialog_box_1929y_422 ._coupon_dialog_info_1929y_428 ._coupon_dialog_btn_1929y_487{box-sizing:border-box;display:inline-block;padding:1.1rem 7.8rem;background:#38e1bb;border-radius:1.4rem;font-size:1.4rem;font-weight:400;color:#000}._dialog_box_1929y_11 ._fc_main_1929y_497{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._dialog_box_1929y_11 ._fc_main_1929y_497 ._fc_bg_1929y_503{width:33.3rem;min-height:36.8rem;background:#6D5BFF;border:.3rem solid #2B02D6;border-radius:1.6rem;position:relative;box-shadow:inset 2px 5px #a39aff,inset 0 5px #a39aff}._dialog_box_1929y_11 ._fc_main_1929y_497 ._fc_bg_1929y_503 ._fc_stars_1929y_512{padding-top:1rem;position:relative;color:#ffe644;-webkit-text-stroke:4px #921F1F;font-size:2.6rem;text-align:center;width:100%;height:9rem;background-image:url(https://pic.claweden.com/online/images/mediafile/dialog/dialog_ribbon@2x.png);background-repeat:no-repeat;background-size:100%;position:absolute;top:-3.6rem}._dialog_box_1929y_11 ._fc_main_1929y_497 ._fc_bg_1929y_503 ._fc_stars_1929y_512:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._dialog_box_1929y_11 ._fc_main_1929y_497 ._fc_bg_1929y_503 ._fc_rooms_1929y_532{padding:4rem 1rem 1rem}._dialog_box_1929y_11 ._fc_main_1929y_497 ._fc_bg_1929y_503 ._p_1929y_52{font-weight:700;font-size:1.6rem;color:#fff;margin-top:1.2rem;text-align:center}._dialog_box_1929y_11 ._fc_main_1929y_497 ._fc_bg_1929y_503 ._fc_room_1929y_532{margin-top:1.2rem;padding-right:1rem;display:flex;justify-content:center;align-items:center;background:#FFF5A2;border:3px solid #2B02D6;border-radius:1.3rem}._dialog_box_1929y_11 ._fc_main_1929y_497 ._fc_bg_1929y_503 ._fc_room_img_1929y_552{max-width:8rem}._dialog_box_1929y_11 ._fc_main_1929y_497 ._fc_bg_1929y_503 ._fc_room_img_1929y_552 img{width:100%}._dialog_box_1929y_11 ._fc_main_1929y_497 ._fc_bg_1929y_503 ._fc_room_thumb_1929y_558{padding:1rem;width:6rem;height:5.2rem}._dialog_box_1929y_11 ._fc_main_1929y_497 ._fc_bg_1929y_503 ._fc_room_thumb_1929y_558 img{height:100%;object-fit:cover;border-radius:1.2rem;border:3px solid #3A52AD}._dialog_box_1929y_11 ._fc_main_1929y_497 ._fc_bg_1929y_503 ._room_names_1929y_569{flex:1}._dialog_box_1929y_11 ._fc_main_1929y_497 ._fc_bg_1929y_503 ._room_kind_1929y_572{font-size:1.6rem;font-weight:700}._dialog_box_1929y_11 ._fc_main_1929y_497 ._fc_bg_1929y_503 ._room_btn_1929y_576{display:flex;align-items:center;justify-content:center;font-weight:700;color:#921f1f;width:7.6rem;height:3.4rem;border:none;background:url(https://pic.claweden.com/online/images/mediafile/recharge/btn_3d@2x.png) center no-repeat;background-size:100%}._dialog_box_1929y_11 ._fc_main_1929y_497 ._fc_close_1929y_588{width:4.2rem;height:4.2rem;position:absolute;right:0;top:-8.2rem;background-image:url(https://pic.claweden.com/online/images/mediafile/dialog/fc_close.png);background-repeat:no-repeat;background-size:3.8rem 3.8rem;background-position:center}._dialog_box_1929y_11 ._fc_main_1929y_497 ._fc_btns_1929y_599{display:flex;padding:0 2.4rem;margin-top:2.4rem}._dialog_box_1929y_11 ._fc_main_1929y_497 ._fc_btns_1929y_599 ._btn_normal_1929y_604,._dialog_box_1929y_11 ._fc_main_1929y_497 ._fc_btns_1929y_599 ._btn_ok_1929y_604{flex:1;border:none;height:4.8rem;background:#9494A4;border-radius:1.2rem;font-size:1.8rem;color:#fff;font-weight:700}._dialog_box_1929y_11 ._fc_main_1929y_497 ._fc_btns_1929y_599 ._btn_ok_1929y_604{background:#00C5AF;margin-left:1.5rem}._collect_box_1929y_619 ._container_1929y_619{width:29.5rem;background:#ffffff;border-radius:1rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}._collect_box_1929y_619 ._container_1929y_619 ._close_1929y_115{width:1.2rem;height:1.2rem;background:url(https://pic.claweden.com/online/images/mediafile/image-base/ic_close@2x.png) no-repeat;background-size:100% 100%;position:absolute;top:1.3rem;right:1.3rem}._collect_box_1929y_619 ._container_1929y_619 section{width:25.5rem}._collect_box_1929y_619 ._container_1929y_619 ._title_1929y_468{display:flex;align-items:center;margin-top:2rem}._collect_box_1929y_619 ._container_1929y_619 ._title_1929y_468 ._browser_ios_icon_1929y_648{width:3.2rem;height:3.2rem;background:url(https://pic.claweden.com/online/images/mediafile/collect/Safari@2x.png) no-repeat;background-size:100% 100%}._collect_box_1929y_619 ._container_1929y_619 ._title_1929y_468 ._browser_android_icon_1929y_654{width:3.2rem;height:3.2rem;background:url(https://pic.claweden.com/online/images/mediafile/collect/android@2x.png) no-repeat;background-size:100% 100%}._collect_box_1929y_619 ._container_1929y_619 ._title_1929y_468 p{font-size:2rem;font-weight:700;color:#333;line-height:2.8rem;margin-left:1rem}._collect_box_1929y_619 ._container_1929y_619 ._text_box_1929y_667{font-size:1.4rem;color:#444;line-height:2rem}._collect_box_1929y_619 ._container_1929y_619 ._ios_con_1_1929y_672{width:100%;height:4rem;background:url(https://pic.claweden.com/online/images/mediafile/collect/ios-1@2x.png) no-repeat;background-size:100% 100%}._collect_box_1929y_619 ._container_1929y_619 ._android_con_1_1929y_678{width:100%;height:4rem;background:url(https://pic.claweden.com/online/images/mediafile/collect/Android-1@2x.png) no-repeat;background-size:100% 100%}._collect_box_1929y_619 ._container_1929y_619 ._ios_con_2_zh-CN_1929y_684{width:100%;height:8rem;background:url(https://pic.claweden.com/online/images/mediafile/collect/ios-2-zh-CN@2x.png) no-repeat;background-size:100% 100%}._collect_box_1929y_619 ._container_1929y_619 ._ios_con_2_zh-TW_1929y_690{width:100%;height:8rem;background:url(https://pic.claweden.com/online/images/mediafile/collect/ios-2-zh-TW@2x.png) no-repeat;background-size:100% 100%}._collect_box_1929y_619 ._container_1929y_619 ._ios_con_2_en-US_1929y_696{width:100%;height:8rem;background:url(https://pic.claweden.com/online/images/mediafile/collect/ios-2-en-US@2x.png) no-repeat;background-size:100% 100%}._collect_box_1929y_619 ._container_1929y_619 ._android_con_2_zh-CN_1929y_702{width:100%;height:5.5rem;background:url(https://pic.claweden.com/online/images/mediafile/collect/Android-2-zh-CN@2x.png) no-repeat;background-size:100% 100%}._collect_box_1929y_619 ._container_1929y_619 ._android_con_2_zh-TW_1929y_708{width:100%;height:5.5rem;background:url(https://pic.claweden.com/online/images/mediafile/collect/Android-2-zh-TW@2x.png) no-repeat;background-size:100% 100%}._collect_box_1929y_619 ._container_1929y_619 ._android_con_2_en-US_1929y_714{width:100%;height:5.5rem;background:url(https://pic.claweden.com/online/images/mediafile/collect/Android-2-en-US@2x.png) no-repeat;background-size:100% 100%}._collect_box_1929y_619 ._container_1929y_619 ._android_con_3_zh-CN_1929y_720{width:100%;height:10rem;background:url(https://pic.claweden.com/online/images/mediafile/collect/Android-3-zh-CN@2x.png) no-repeat;background-size:100% 100%}._collect_box_1929y_619 ._container_1929y_619 ._android_con_3_zh-TW_1929y_726{width:100%;height:10rem;background:url(https://pic.claweden.com/online/images/mediafile/collect/Android-3-zh-TW@2x.png) no-repeat;background-size:100% 100%}._collect_box_1929y_619 ._container_1929y_619 ._android_con_3_en-US_1929y_732{width:100%;height:10rem;background:url(https://pic.claweden.com/online/images/mediafile/collect/Android-3-en-US@2x.png) no-repeat;background-size:100% 100%}._collect_box_1929y_619 ._container_1929y_619 ._logo_1929y_738{width:5.4rem;height:5.4rem;background:url(https://pic.claweden.com/online/images/mediafile/collect/logo@2x.png) no-repeat;background-size:100% 100%;margin-top:.9rem}._si_wrap_1929y_746{margin-top:-6rem;position:relative;width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}._si_top_1929y_757{position:relative;width:100%;box-sizing:border-box;padding-top:15.8rem;background:url(https://pic.claweden.com/online/images/mediafile/home/sign_top@2x.png) no-repeat;background-size:100% 100%}._si_title_1929y_766{position:relative;-webkit-text-stroke:4px #5439FF;font-size:2.2rem;font-family:B2;font-weight:700;color:#fff;line-height:2.6rem;text-align:center}._si_title_1929y_766:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._si_close_1929y_783{position:absolute;top:10rem;right:2rem;width:3.8rem;height:3.8rem;background:url(https://pic.claweden.com/online/images/mediafile/tasks/d_close@2x.png) no-repeat;background-size:100%}._si_desc_1929y_793{font-size:1.4rem;font-family:Helvetica-Bold,Helvetica;font-weight:700;color:#fff;margin-top:3.8rem;text-align:center;padding:0 5.8rem}._si_items_1929y_803{height:6.4rem;margin-top:1.1rem;margin-bottom:3rem;display:flex;justify-content:center}._si_items_1929y_803 ._si_item_1929y_803,._si_items_1929y_803 ._si_item_suspend_1929y_810,._si_items_1929y_803 ._si_item_unclaimed_1929y_810,._si_items_1929y_803 ._si_item_claimed_1929y_810,._si_items_1929y_803 ._si_item_today_1929y_810{width:5rem;height:6.4rem;margin-right:.5rem;border-radius:.8rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}._si_items_1929y_803 ._si_item_1929y_803:last-child,._si_items_1929y_803 ._si_item_suspend_1929y_810:last-child,._si_items_1929y_803 ._si_item_unclaimed_1929y_810:last-child,._si_items_1929y_803 ._si_item_claimed_1929y_810:last-child,._si_items_1929y_803 ._si_item_today_1929y_810:last-child{margin-right:0}._si_items_1929y_803 ._si_item_1929y_803 ._p_i_wrap_1929y_823,._si_items_1929y_803 ._si_item_suspend_1929y_810 ._p_i_wrap_1929y_823,._si_items_1929y_803 ._si_item_unclaimed_1929y_810 ._p_i_wrap_1929y_823,._si_items_1929y_803 ._si_item_claimed_1929y_810 ._p_i_wrap_1929y_823,._si_items_1929y_803 ._si_item_today_1929y_810 ._p_i_wrap_1929y_823{display:flex;align-items:center;margin-top:.2rem}._si_items_1929y_803 ._si_item_1929y_803 ._p_i_wrap_1929y_823 ._p_icon_1929y_828,._si_items_1929y_803 ._si_item_suspend_1929y_810 ._p_i_wrap_1929y_823 ._p_icon_1929y_828,._si_items_1929y_803 ._si_item_unclaimed_1929y_810 ._p_i_wrap_1929y_823 ._p_icon_1929y_828,._si_items_1929y_803 ._si_item_claimed_1929y_810 ._p_i_wrap_1929y_823 ._p_icon_1929y_828,._si_items_1929y_803 ._si_item_today_1929y_810 ._p_i_wrap_1929y_823 ._p_icon_1929y_828{width:1.6rem;height:1.6rem;background:url(https://pic.claweden.com/online/images/mediafile/tasks/point@2x.png) no-repeat;background-size:100%}._si_items_1929y_803 ._si_item_1929y_803 ._p_i_wrap_1929y_823 ._p_text_1929y_834,._si_items_1929y_803 ._si_item_suspend_1929y_810 ._p_i_wrap_1929y_823 ._p_text_1929y_834,._si_items_1929y_803 ._si_item_unclaimed_1929y_810 ._p_i_wrap_1929y_823 ._p_text_1929y_834,._si_items_1929y_803 ._si_item_claimed_1929y_810 ._p_i_wrap_1929y_823 ._p_text_1929y_834,._si_items_1929y_803 ._si_item_today_1929y_810 ._p_i_wrap_1929y_823 ._p_text_1929y_834{display:flex;align-items:center;border:none;background:none;font-size:1.2rem;font-family:B2;font-weight:700;margin-left:.2rem}._si_items_1929y_803 ._si_item_1929y_803 ._si_month_1929y_844,._si_items_1929y_803 ._si_item_suspend_1929y_810 ._si_month_1929y_844,._si_items_1929y_803 ._si_item_unclaimed_1929y_810 ._si_month_1929y_844,._si_items_1929y_803 ._si_item_claimed_1929y_810 ._si_month_1929y_844,._si_items_1929y_803 ._si_item_today_1929y_810 ._si_month_1929y_844{line-height:1.2rem;font-size:1rem;font-family:Helvetica}._si_items_1929y_803 ._si_item_1929y_803 ._si_day_1929y_849,._si_items_1929y_803 ._si_item_suspend_1929y_810 ._si_day_1929y_849,._si_items_1929y_803 ._si_item_unclaimed_1929y_810 ._si_day_1929y_849,._si_items_1929y_803 ._si_item_claimed_1929y_810 ._si_day_1929y_849,._si_items_1929y_803 ._si_item_today_1929y_810 ._si_day_1929y_849{font-size:1.8rem;font-family:B2;font-weight:700;min-height:2.2rem;max-height:2.2rem}._si_items_1929y_803 ._si_item_today_1929y_810{background:#fff;padding-top:.6rem}._si_items_1929y_803 ._si_item_claimed_1929y_810{border:.3rem solid #ffcb00;background:#FFEE71;padding-top:.7rem}._si_items_1929y_803 ._si_item_claimed_1929y_810 ._claimed_icon_1929y_865{width:2.8rem;height:2.8rem;background:url(https://pic.claweden.com/online/images/mediafile/tasks/claimed@2x.png) no-repeat;background-size:100%}._si_items_1929y_803 ._si_item_unclaimed_1929y_810{border:.3rem solid #1A51DC;background:#2461F5;padding-top:.3rem}._si_items_1929y_803 ._si_item_suspend_1929y_810{border:.3rem solid #1A51DC;background:#2461F5;padding-top:.7rem}._si_items_1929y_803 ._si_item_suspend_1929y_810 ._suspend_icon_1929y_881{width:2.8rem;height:2.8rem;background:url(https://pic.claweden.com/online/images/mediafile/tasks/unclaimed@2x.png) no-repeat;background-size:100%}._si_getbtn_1929y_888{box-sizing:border-box;margin:auto;width:15.1rem;height:4.8rem;background:url(https://pic.claweden.com/online/images/mediafile/tasks/getbtn@2x.png) no-repeat;background-size:100% 100%;padding-top:.9rem;display:flex;justify-content:center}._si_getbtn_1929y_888>img{margin-right:.4rem;margin-top:.3rem}._si_getbtn_text_1929y_904{position:relative;color:#fff;-webkit-text-stroke:4px #921F1F;font-size:1.6rem;font-family:B2;font-weight:700}._si_getbtn_text_1929y_904:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._si_body_1929y_918{margin-top:-1px;padding:1.2rem 4.4rem;width:100%;background:url(https://pic.claweden.com/online/images/mediafile/home/sign_repeat@2x.png) repeat-y;background-size:100% .4rem}._si_footer_1929y_926{padding-bottom:1.6rem;width:100%;background:url(https://pic.claweden.com/online/images/mediafile/home/sign_bottom@2x.png) no-repeat;background-size:100% 100%}._si_gotbtn_1929y_933{margin:auto;width:15.1rem;height:4.4rem;background:#5439FF;border-radius:2rem 2rem 1.8rem 1.8rem;box-sizing:border-box;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-family:B2;font-weight:700;color:#a39aff}._club_only_1929y_949{width:30rem;height:4.8rem;margin:3rem auto 2rem;padding:2rem;background:#3F94FF;border-radius:16px;border:3px solid #2B02D6;display:flex;align-items:center;color:#fff;font-weight:700;box-sizing:border-box}._club_only_1929y_949 ._plus_1929y_80{margin:0 .4rem}._club_only_1929y_949 ._club_type_1929y_966{position:relative;width:60px;height:20px;padding-left:1.2rem;background:#032DA4;border-radius:14px;box-sizing:border-box}._club_only_1929y_949 ._club_type_1929y_966:before{position:absolute;left:-1.2rem;top:-.2rem;display:inline-block;width:2.4rem;height:2.4rem;background:url(https://pic.claweden.com/online/images/mediafile/recharge/jade@2x.png) no-repeat;background-size:100%;content:""}._club_only_1929y_949 ._club_type_2_1929y_986:before{background-image:url(https://pic.claweden.com/online/images/mediafile/recharge/ruby@2x.png)}._club_only_1929y_949 ._club_extra_1929y_989{color:#ffe644}._club_only_1929y_949 ._club_coin_1929y_992:before{display:inline-block;vertical-align:middle;width:1.6rem;height:1.6rem;margin-right:.4rem;background:url(https://pic.claweden.com/online/images/mediafile/home/coin_2d@2x.png) no-repeat;background-size:100%;content:""}._how_1929y_1003{margin-left:1rem}._how_1929y_1003 img{display:block}._what_1929y_1010 img{width:100%}._si_item_empty_1929y_1014{padding:0 4rem;height:6rem;margin:7rem 0 3rem;text-align:center;color:#fff}._bonus_card_1929y_1022{display:flex;align-items:center;padding:1.2rem;border:3px solid #2B02D6;border-radius:1.6rem;color:#ffe644;font-weight:700;background:#3F94FF}._bonus_card_1929y_1022 *+*{margin-left:.8rem}._body_16f04_16{min-width:335px}._header_16f04_20{display:flex;justify-content:center;align-items:flex-end;height:140px;padding-bottom:20px;font-size:28px;font-family:B2,serif;background:url(https://pic.claweden.com/online/images/mediafile/dialog/newbie_bouns_header@2x.png) top center no-repeat;background-size:100%;position:relative;color:#fdee00;-webkit-text-stroke:4px #D52A27;text-shadow:0 3px 0 #921F1F;box-sizing:border-box}._header_16f04_20:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._content_16f04_42{height:140px;background:url(https://pic.claweden.com/online/images/mediafile/dialog/newbie_bouns_body@2x.png) top center no-repeat;background-size:100%}._desc_16f04_48{margin:8px 0;font-size:20px;color:#921f1f}._coins_16f04_54{display:inline-block;line-height:34px;vertical-align:middle;padding:0 20px;font-size:24px;color:#921f1f;border:2px solid #F64D4B;background:#FFF5A2;border-radius:19px}._coins_16f04_54 img{vertical-align:middle;margin-right:4px}._footer_16f04_70{display:flex;justify-content:center;align-items:flex-end;height:144px;padding-bottom:24px;background:url(https://pic.claweden.com/online/images/mediafile/dialog/newbie_bouns_footer@2x.png) top center no-repeat;background-size:100%;font-size:18px;font-weight:700;color:#921f1f;box-sizing:border-box}._no_16f04_84{margin-right:4px;font-size:24px;color:#fff}._live_send_coins_popup_ujg2g_11{color:#fff}._live_send_coins_popup_ujg2g_11 ._logo_ujg2g_14{width:8rem;height:8.8rem;position:absolute;top:-3.5rem;left:50%;transform:translate(-50%)}._live_send_coins_popup_ujg2g_11 ._content_tips_ujg2g_22{width:100%;margin:3.8rem 0 3.2rem;text-align:center;color:#ffe644;font-weight:700;font-size:2.4rem;font-family:B2,B2}._live_send_coins_popup_ujg2g_11 ._welfare_ujg2g_31{margin-bottom:3.6rem;width:100%}._live_send_coins_popup_ujg2g_11 ._welfare_title_ujg2g_35{font-weight:700;margin-bottom:1.6rem;font-size:1.6rem}._live_send_coins_popup_ujg2g_11 ._welfare_item_ujg2g_40{display:flex;align-items:center;line-height:2.4rem}._live_send_coins_popup_ujg2g_11 ._welfare_item_icon_ujg2g_45{width:1.6rem;height:1.6rem;margin-right:1.2rem}._live_send_coins_popup_ujg2g_11 ._setting_ujg2g_50{display:flex;align-items:center;justify-content:center}._live_send_coins_popup_ujg2g_11 ._setting_ujg2g_50 ._button_ujg2g_55{border:none;width:12.7rem;height:4.8rem;color:#fff;border-radius:1.2rem;font-family:B2,B2;font-weight:700;font-size:1.6rem}._live_send_coins_popup_ujg2g_11 ._setting_ujg2g_50 ._setting_confirm_ujg2g_65{width:28rem;height:5.6rem;box-sizing:border-box;background-color:transparent;background-image:url(https://pic.claweden.com/online/images/mediafile/live/live-send-coins-enter@2x.png);background-size:100%;background-repeat:no-repeat;font-size:2.8rem;position:relative;color:#ffe644;-webkit-text-stroke:4px #5439FF}._live_send_coins_popup_ujg2g_11 ._setting_ujg2g_50 ._setting_confirm_ujg2g_65:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._bouns_card_k4qnl_1{width:100%;height:70vh;padding-bottom:40vw;position:relative}._bouns_card_bg_k4qnl_8{width:100%;height:auto;position:absolute;top:0;left:0}._card_item_k4qnl_16{width:76vw;position:absolute;top:48vw;left:50%;margin-left:-38vw}._bouns_desc_k4qnl_24{width:70vw;position:absolute;top:calc(64vw + 8.8rem);color:#fff;left:50%;margin-left:-35vw}._bouns_btn_k4qnl_33{width:60vw;height:12.8vw;border-radius:6.4vw;display:flex;align-items:center;justify-content:center;background-color:#00c5af;font-weight:700;font-size:4.8vw;color:#fff;position:absolute;top:120vw;left:50%;margin-left:-30vw}._close_k4qnl_50{position:absolute;top:14.7vw;right:4.3vw;height:10vw;width:10vw}._close_k4qnl_50 img{width:100%;height:100%}._coins_nm2jt_6{display:flex;align-items:center;justify-content:center}._coins_nm2jt_6 img{width:6.4rem;margin-right:.8rem}._coins_nm2jt_6 p{position:relative;color:#23e8d2;-webkit-text-stroke:4px #2B02D6;font-family:B2;font-weight:700;font-size:3.2rem}._coins_nm2jt_6 p:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._sub_nm2jt_29{text-align:center;font-size:1.4rem;color:#585666;line-height:2rem;margin-top:.8rem}._desc_nm2jt_37{font-size:1.6rem;color:#201f29;line-height:2rem;margin-top:3.2rem}._footer_wrp_poypa_6{position:absolute;right:0;bottom:0;left:0;height:5.6rem;z-index:1}._footer_poypa_6{display:flex;position:absolute;height:5.6rem;width:100%;bottom:0;background:var(--theme-page-bar-bg);box-shadow:0 -2px #1a0863,inset 0 3px #ffffff80;border-radius:14px 14px 0 0}._page_nav_poypa_26{display:flex;justify-content:center;flex:1;position:relative;z-index:1}._nav_item_poypa_34{position:absolute;transition:bottom .1s ease;bottom:0;font-size:1rem}._nav_item_poypa_34._active_poypa_40{font-size:1.2rem}._nav_item_poypa_34._active_poypa_40 ._nav_pic_poypa_43{margin-top:-.8rem}._nav_item_poypa_34._active_poypa_40 ._pic_wrp_poypa_46{width:7.5rem;height:5.6rem;background-size:7.1rem 5rem}._pic_wrp_poypa_46{width:6.3rem;height:4.7rem;background:url(https://pic.claweden.com/online/images/mediafile/home/active@2x.png) center no-repeat;background-size:0 0;transition:all .1s ease;position:relative}._left_days_poypa_61{position:absolute;height:1.4rem;background:#1A0863;border-radius:.8rem;display:flex;align-items:center;padding:0 .6rem 0 .2rem;font-weight:700;font-size:1.2rem;color:#ffe644;line-height:1.4rem;bottom:.2rem;left:50%;transform:translate(-50%);white-space:nowrap}._left_days_poypa_61 img{width:1.2rem;height:1.2rem;margin-right:.2rem}._nav_pic_poypa_43{height:100%;width:100%;max-height:5.6rem;vertical-align:middle}._nav_label_poypa_91{text-align:center;color:#fff;font-weight:700}._home_box_poypa_97{flex:1;height:100%}._home_box_poypa_97 ._icon_off_poypa_101{width:3rem;height:3rem;background:url(https://pic.claweden.com/online/images/mediafile/footer/iv_home_icon_unchecked.png) no-repeat;background-size:100% 100%}._home_box_poypa_97 ._icon_on_poypa_107{width:3rem;height:3rem;background:url(https://pic.claweden.com/online/images/mediafile/footer/iv_home_icon_checked.png) no-repeat;background-size:100% 100%}._home_box_poypa_97 ._icon_top_poypa_113{width:3rem;height:3rem;background:url(https://pic.claweden.com/online/images/mediafile/footer/icon_top@2x.png) no-repeat;background-size:100% 100%}._prizes_show_box_poypa_120{flex:1;height:100%}._prizes_show_box_poypa_120 ._icon_off_poypa_101{width:3rem;height:3rem;background:url(https://pic.claweden.com/online/images/mediafile/footer/iv_price_icon_unshow.png) no-repeat;background-size:100% 100%}._prizes_show_box_poypa_120 ._icon_on_poypa_107{width:3rem;height:3rem;background:url(https://pic.claweden.com/online/images/mediafile/footer/iv_price_icon_show.png) no-repeat;background-size:100% 100%}._mine_box_poypa_137{flex:1;height:100%}._mine_box_poypa_137 ._icon_off_poypa_101{width:3rem;height:3rem;background:url(https://pic.claweden.com/online/images/mediafile/footer/iv_mine_icon_unchecked.png) no-repeat;background-size:100% 100%}._mine_box_poypa_137 ._icon_on_poypa_107{width:3rem;height:3rem;background:url(https://pic.claweden.com/online/images/mediafile/footer/iv_mine_icon_checked.png) no-repeat;background-size:100% 100%}._mall_tab_poypa_154{flex:1}._mall_tab_poypa_154 ._icon_off_poypa_101{width:3rem;height:3rem;background:url(https://pic.claweden.com/online/images/mediafile/footer/mall_tab@2x.png) no-repeat;background-size:100% 100%}._mall_tab_poypa_154 ._icon_on_poypa_107{width:3rem;height:3rem;background:url(https://pic.claweden.com/online/images/mediafile/footer/mall_tab_active@2x.png) no-repeat;background-size:100% 100%}._icon_text_poypa_170{font-size:1.2rem;line-height:1.7rem;zoom:.83;color:#999}._icon_text_active_poypa_177{color:#000}._red_point_poypa_181{position:absolute;top:0;right:0;border-radius:50%;width:1.6rem;height:1.6rem;line-height:1.4rem;border:1px solid #FFFFFF;font-size:1rem;text-align:center;color:#fff;background:#F64D4B;font-weight:700}._bubble_poypa_197{position:absolute;right:0;bottom:120%;padding:.8rem;width:18rem;color:#201f29;background:#FFEE71;border:2px solid #201F29;border-radius:1rem}._bubble_poypa_197:after{position:absolute;width:1.4rem;height:1.4rem;background-color:#ffee71;transform:rotate(45deg);bottom:-.9rem;right:3rem;border-right:.2rem solid #201F29;border-bottom:.2rem solid #201F29;border-bottom-right-radius:.2rem;content:""}._guide_1qo81_6{width:100%;position:absolute;z-index:2}._guide_top_1qo81_11{bottom:100%}._guide_hand_1qo81_14{position:relative;left:50%;transform:translate(80%);z-index:1;animation:_vertical_shake_1qo81_1 .8s infinite}._guide_txt_1qo81_21{font-size:2rem;font-weight:700;padding:.4rem .8rem;width:22rem;margin:-2rem auto auto;background:#FFEE71;border-radius:1.6rem;border:.3rem solid #FFCB00}._guide_txt__inner_1qo81_31{position:relative;color:#fff;-webkit-text-stroke:4px #921F1F}._guide_txt__inner_1qo81_31:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._guide_txt_1qo81_21._left_1qo81_41{position:absolute;bottom:100%;left:0}._guide_txt_1qo81_21._right_1qo81_46{position:absolute;bottom:100%;right:0}@keyframes _vertical_shake_1qo81_1{0%{transform:translateY(0) translate(-50%)}50%{transform:translateY(-1rem) translate(-50%)}to{transform:translateY(0) translate(-50%)}}._fill_iai23_7>:not(.hand_guide){width:100%;height:100%}._free_coins_jhf9i_11{width:6.7rem;height:4.2rem;background-image:url(https://pic.claweden.com/online/images/mediafile/home/free-coins@2x.png);background-size:cover;position:fixed;z-index:2;right:.8rem;bottom:26.7rem}._free_coins_close_jhf9i_22{width:1.8rem;height:1.8rem;position:absolute;right:0;top:0;transform:translateY(-100%)}._free_coins_close_jhf9i_22 ._free_coins_close_image_jhf9i_30{width:100%;height:100%}._free_coins_number_contenter_jhf9i_35{left:2.9rem;top:.4rem;font-size:1.4rem;font-family:B2,B2;font-weight:700;position:absolute}._free_coins_number_jhf9i_35{position:relative;color:#ffe644;-webkit-text-stroke:4px #1A0863}._free_coins_number_jhf9i_35:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._free_coins_text_container_jhf9i_55{font-family:B2,B2;font-weight:700;font-size:1.4rem;position:absolute;left:50%;bottom:.2rem;transform:translate(-50%)}._free_coins_text_jhf9i_55{position:relative;color:#fff;-webkit-text-stroke:4px #1A0863}._free_coins_text_jhf9i_55:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._df_center_1nrtp_11,._mp_main_1nrtp_11 ._gift_wrap_1nrtp_11 ._gift_item_1nrtp_11{display:flex;align-items:center;justify-content:center}._main_1nrtp_17{height:100%;background:#2B02D6;overflow-y:auto}._main_1nrtp_17::-webkit-scrollbar{display:none}._l_wrap_1nrtp_26{background:#FFFFFF;border-radius:1.6rem;padding:.8rem 1.6rem;box-sizing:border-box;margin-top:4rem}._l_wrap_1nrtp_26 ._l_item_1nrtp_33{height:5.6rem;display:flex;align-items:center;font-size:1.6rem;font-family:Helvetica;color:#201f29}._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._l_i_base_1nrtp_41,._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._l_aright_1nrtp_41,._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._i_aboutus_1nrtp_41,._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._i_settings_1nrtp_41,._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._i_records_1nrtp_41,._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._i_FAQ_1nrtp_41,._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._i_menu_vip_1nrtp_41,._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._i_service_1nrtp_41,._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._i_friend_1nrtp_41,._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._i_buy_1nrtp_41{height:1.6rem;width:1.6rem;margin-right:1.2rem}._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._i_buy_1nrtp_41{background:url(https://pic.claweden.com/online/images/mediafile/mine/coin.png) no-repeat;background-size:100%}._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._i_friend_1nrtp_41{background:url(https://pic.claweden.com/online/images/mediafile/mine/friend.png) no-repeat;background-size:100%}._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._i_service_1nrtp_41{background:url(https://pic.claweden.com/online/images/mediafile/mine/service.png) no-repeat;background-size:100%}._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._i_menu_vip_1nrtp_41{background:url(https://pic.claweden.com/online/images/mediafile/mine/menu_vip@2x.png) no-repeat;background-size:100%}._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._i_FAQ_1nrtp_41{background:url(https://pic.claweden.com/online/images/mediafile/mine/FAQ.png) no-repeat;background-size:100%}._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._i_records_1nrtp_41{background:url(https://pic.claweden.com/online/images/mediafile/mine/records.png) no-repeat;background-size:100%}._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._i_settings_1nrtp_41{background:url(https://pic.claweden.com/online/images/mediafile/mine/setting.png) no-repeat;background-size:100%}._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._i_aboutus_1nrtp_41{background:url(../img/aboutus/aboutus@2x.png) no-repeat;background-size:100%}._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._l_aright_1nrtp_41{background:url(https://pic.claweden.com/online/images/mediafile/mine/go_gray.png) no-repeat;background-size:100%}._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._l_text_1nrtp_82{flex:1}._l_wrap_1nrtp_26 ._l_item_1nrtp_33 ._l_text_1nrtp_82 ._l_sub_1nrtp_85{font-size:1.2rem;font-family:Helvetica;color:#585666;margin-left:.4rem}._mp_main_1nrtp_11{width:35.1rem;height:7.2rem;border-radius:1.6rem;background:url(https://pic.claweden.com/online/images/mediafile/mine/bg_p.png) no-repeat;background-size:100%;margin:1.2rem auto;display:flex;align-items:center;padding-left:1.6rem;padding-right:1.2rem;box-sizing:border-box}._mp_main_1nrtp_11 ._i_claw_1nrtp_105{width:1.6rem;height:1.6rem;background:url(https://pic.claweden.com/online/images/mediafile/mine/prizes.png) no-repeat;background-size:100%;margin-right:.4rem}._mp_main_1nrtp_11 ._mp_text_1nrtp_112{flex:1;font-size:1.4rem;font-family:Helvetica;color:#b3411c}._mp_main_1nrtp_11 ._gift_wrap_1nrtp_11{display:flex}._mp_main_1nrtp_11 ._gift_wrap_1nrtp_11 ._gift_item_1nrtp_11{width:4.8rem;height:4.8rem;border-radius:1.2rem;border:.2rem solid #FFFFFF;margin-right:.4rem;overflow:hidden}._mp_main_1nrtp_11 ._gift_wrap_1nrtp_11 ._gift_item_1nrtp_11 ._gi_defalt_1nrtp_129{height:2.4rem;width:2.4rem}._mp_main_1nrtp_11 ._i_pright_1nrtp_133{width:2rem;height:2rem;background:url(https://pic.claweden.com/online/images/mediafile/mine/go_p.png) no-repeat;background-size:1.6rem 1.6rem;background-position:center}._ui_wrap_1nrtp_141{margin-top:2.2rem;box-sizing:border-box;display:flex;align-items:center;width:calc(90vw - 3.2rem)}._ui_wrap_1nrtp_141 ._avatar_1nrtp_148{max-width:5.6rem;min-width:5.6rem;height:5.6rem;border-radius:1.6rem;border:.2rem solid #FFFFFF;overflow:hidden}._ui_wrap_1nrtp_141 ._avatar_1nrtp_148 img{width:100%;height:100%}._ui_wrap_1nrtp_141 ._userinfo_1nrtp_160{flex:1;color:#fff;padding-left:1.6rem;overflow:hidden}._ui_wrap_1nrtp_141 ._userinfo_1nrtp_160 ._ui_name_1nrtp_166{font-size:2rem;font-family:Helvetica-Bold,Helvetica;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}._ui_wrap_1nrtp_141 ._userinfo_1nrtp_160 ._ui_id_1nrtp_175{display:flex;align-items:center;font-size:1.6rem;font-family:Helvetica}._ui_wrap_1nrtp_141 ._userinfo_1nrtp_160 ._ui_id_1nrtp_175 ._i_copy_1nrtp_181{margin-left:1rem;width:3.2rem;height:3.2rem;background:url(https://pic.claweden.com/online/images/mediafile/mine/copy.png) center no-repeat;background-size:100%}._ui_wrap_1nrtp_141 ._i_wright_1nrtp_188{max-width:5.6rem;min-width:5.6rem;height:5.6rem;background:url(https://pic.claweden.com/online/images/mediafile/mine/go_w.png) no-repeat;background-size:1.6rem 1.6rem;background-position:3rem 50%}._c_main_1nrtp_197{display:flex;width:35.1rem;justify-content:space-between;margin:auto;box-sizing:border-box}._c_main_1nrtp_197 ._club_1nrtp_204{width:22.7rem;height:7.2rem;background:url(https://pic.claweden.com/online/images/mediafile/mine/bg_y.png) no-repeat;background-size:100%;display:flex;align-items:center;box-sizing:border-box;padding-right:1.6rem}._c_main_1nrtp_197 ._club_1nrtp_204 ._c_coins_1nrtp_214,._c_main_1nrtp_197 ._club_1nrtp_204 ._c_club_1nrtp_217{flex:1}._c_main_1nrtp_197 ._club_1nrtp_204 ._c_yright_1nrtp_220{width:1.6rem;height:1.6rem;background:url(https://pic.claweden.com/online/images/mediafile/mine/go_y.png) no-repeat;background-size:100%}._c_main_1nrtp_197 ._level_1nrtp_226{width:11.2rem;height:7.2rem;background:url(https://pic.claweden.com/online/images/mediafile/mine/bg_b.png) no-repeat;background-size:100%;display:flex;align-items:center;box-sizing:border-box;padding-right:1.6rem}._c_main_1nrtp_197 ._level_1nrtp_226 ._c_level_1nrtp_236{flex:1}._c_main_1nrtp_197 ._level_1nrtp_226 ._c_bright_1nrtp_239{width:1.6rem;height:1.6rem;background:url(https://pic.claweden.com/online/images/mediafile/mine/go_b.png) no-repeat;background-size:100%}._c_main_1nrtp_197 ._ci_box_1nrtp_245{display:flex;flex-direction:column;align-items:center}._c_main_1nrtp_197 ._ci_box_1nrtp_245 ._ci_wrap_1nrtp_250{display:flex;align-items:center}._c_main_1nrtp_197 ._ci_box_1nrtp_245 ._ci_wrap_1nrtp_250 ._ci_icon_co_1nrtp_254{width:1.6rem;height:1.6rem;background:url(https://pic.claweden.com/online/images/mediafile/mine/i_coins.png) no-repeat;background-size:100%}._c_main_1nrtp_197 ._ci_box_1nrtp_245 ._ci_wrap_1nrtp_250 ._ci_icon_cb_1nrtp_260{width:1.6rem;height:1.6rem;background:url(https://pic.claweden.com/online/images/mediafile/mine/i_club.png) no-repeat;background-size:100%}._c_main_1nrtp_197 ._ci_box_1nrtp_245 ._ci_wrap_1nrtp_250 ._ci_icon_lv_1nrtp_266{width:1.6rem;height:1.6rem;background:url(https://pic.claweden.com/online/images/mediafile/mine/lv.png) no-repeat;background-size:100%}._c_main_1nrtp_197 ._ci_box_1nrtp_245 ._ci_wrap_1nrtp_250 ._ci_text_1nrtp_272{font-size:1.4rem;font-family:Helvetica;margin-left:.4rem}._c_main_1nrtp_197 ._ci_box_1nrtp_245 ._ci_text_b_1nrtp_277{font-size:2rem;font-family:B2;font-weight:700;position:relative;color:#fff;-webkit-text-stroke:4px #921F1F}._c_main_1nrtp_197 ._ci_box_1nrtp_245 ._ci_text_b_1nrtp_277:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._c_main_1nrtp_197 ._ci_box_1nrtp_245 ._ci_text_b_l_1nrtp_290{font-size:2rem;font-family:B2;font-weight:700;position:relative;color:#fff;-webkit-text-stroke:4px #0345A4}._c_main_1nrtp_197 ._ci_box_1nrtp_245 ._ci_text_b_l_1nrtp_290:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._top_bar_71hjs_6{height:5.2rem;padding:0 1.2rem}._menu_71hjs_11{margin-left:.8rem;padding:.4rem;background:rgba(0,0,0,.3);border-radius:1.2rem;display:flex;align-items:center}._menu_71hjs_11 img{width:2.4rem;height:2.4rem}._comm_71hjs_24{margin-left:.8rem;padding:.4rem;border-radius:1.2rem;display:flex;align-items:center;background:rgba(0,0,0,.3)}._center_71hjs_33{flex:1;display:flex}._level_71hjs_38{padding:.4rem;margin-left:1rem;display:flex;align-items:center;background:rgba(0,0,0,.3);border-radius:1.2rem}._level_badge_71hjs_46{font-weight:700;color:#fff;font-size:1.6rem;height:2rem;padding:.2rem;background:#F02FAD;box-shadow:inset 0 3px #fff2f266;border-radius:.4rem}._pull_refresh_height_1269o_6{width:100%;height:100%}._refresh_bg_1269o_11{width:100%;height:100%;text-align:center;line-height:8rem}._loading_style_1269o_18{background:#ffffff}._refresh_pulling_img_1269o_22{width:14rem;height:11rem;background:url(https://pic.claweden.com/online/images/mediafile/loading/0.png) no-repeat;background-size:100% 100%;margin:0 auto}._refresh_loading_img_op_1269o_30{opacity:0;width:14rem;height:11rem;margin:0 auto;background:url(https://pic.claweden.com/online/images/mediafile/loading/0.png) no-repeat;background-size:100% 100%;animation:_gif_1269o_44 2s infinite linear}._refresh_loading_img_1269o_30{width:14rem;height:11rem;margin:0 auto;background:url(https://pic.claweden.com/online/images/mediafile/loading/loading.gif) no-repeat;background-size:100% 100%}._is_show_bottom_bg_1269o_48{height:14rem;background:#FFFFFF;width:100%}._fault_list_yiwxe_1{position:fixed;top:50%;right:-32.5rem;z-index:var(--focused-z-index);display:flex;align-items:center;transform:translateY(-50%);transition:all .5s}._fault_list_yiwxe_1._showList_yiwxe_11{right:0}._fault_list_yiwxe_1 ._left_text_yiwxe_14{width:3.8rem;height:4.6rem;text-align:center;display:flex;justify-content:center;align-items:center;background:#ff465a;border-radius:.8rem 0px 0px .8rem;font-size:1.3rem;font-family:PingFang-SC-Bold,PingFang-SC;font-weight:700;color:#fff}._fault_list_yiwxe_1 ._right_box_yiwxe_28{width:32.5rem;height:37.2rem;background:#ffffff;border-radius:.8rem 0 0 .8rem;border:2px solid #ff465a;border-right:none;display:flex;flex-direction:column}._fault_list_yiwxe_1 ._right_box_yiwxe_28 ._tab_header_yiwxe_38{display:flex;padding-top:.6rem;height:4rem}._fault_list_yiwxe_1 ._right_box_yiwxe_28 ._tab_header_yiwxe_38 ._header_text_yiwxe_43{flex:1;height:4rem;line-height:4rem;text-align:center;font-size:1.4rem;font-family:PingFang-SC-Bold,PingFang-SC;font-weight:700;color:#333}._fault_list_yiwxe_1 ._right_box_yiwxe_28 ._tab_header_yiwxe_38 ._header_text_yiwxe_43._header_center_yiwxe_53{flex:1.5}._fault_list_yiwxe_1 ._right_box_yiwxe_28 ._tab_center_yiwxe_56{flex:1;height:100%;overflow-y:auto}._fault_list_yiwxe_1 ._right_box_yiwxe_28 ._tab_center_yiwxe_56 ._item_yiwxe_61{display:flex}._fault_list_yiwxe_1 ._right_box_yiwxe_28 ._tab_center_yiwxe_56 ._item_yiwxe_61:nth-child(2n-1){background-color:#ffdfdf}._fault_list_yiwxe_1 ._right_box_yiwxe_28 ._tab_center_yiwxe_56 ._item_yiwxe_61 ._item_text_yiwxe_67{height:5rem;line-height:5rem;text-align:center;font-size:1.4rem;font-family:PingFang-SC-Bold,PingFang-SC;color:#333}._fault_list_yiwxe_1 ._right_box_yiwxe_28 ._tab_center_yiwxe_56 ._item_yiwxe_61 ._item_text_yiwxe_67._item_text_left_yiwxe_75{text-align:left;padding-left:1rem}._fault_list_yiwxe_1 ._right_box_yiwxe_28 ._tab_center_yiwxe_56 ._item_yiwxe_61 ._item_text_yiwxe_67._item_center_yiwxe_79{flex:1}._fault_list_yiwxe_1 ._right_box_yiwxe_28 ._tab_center_yiwxe_56 ._item_yiwxe_61 ._item_text_yiwxe_67._item_text_right_yiwxe_82{color:#ff465a}._home_1y32x_16{display:flex;flex-direction:column}._home_1y32x_16 img{vertical-align:middle}._home_body_1y32x_24{min-height:calc(100% + 5rem);display:flex;flex-direction:column;overflow:hidden}._notice_holder_1y32x_31{margin:.8rem 1.2rem 0}._notice_1y32x_31.adm-notice-bar{height:3.2rem;line-height:1rem;display:flex;align-items:center;border:none;background-color:#d3048ccc;border-radius:1.2rem;color:#fff}._notice_1y32x_31.adm-notice-bar img{width:2.4rem;height:2.4rem}._notice_content_1y32x_50{flex:1;margin-left:8px;vertical-align:middle}._category_1y32x_56{display:flex;height:48px;margin-top:.8rem;align-items:flex-end;justify-content:space-between;padding:0 20px}._category_btn_of_few_1y32x_65,._category_btn_of_many_1y32x_66{position:relative;height:40px;padding:0 .8rem;border:none;border-radius:16px 16px 0 0;font-size:15px;font-weight:700;color:#fffc;background:#5439FF;transition:height .2s ease}._category_btn_of_few_1y32x_65 img,._category_btn_of_many_1y32x_66 img{margin-right:4px;display:none}._category_btn_of_few_1y32x_65._active_1y32x_83,._category_btn_of_many_1y32x_66._active_1y32x_83{height:48px;padding-top:8px;color:#fff;background:#6D5BFF}._category_btn_of_few_1y32x_65._active_1y32x_83._vip_1y32x_90,._category_btn_of_many_1y32x_66._active_1y32x_83._vip_1y32x_90{border-color:#dfa161;background:#DFA161;font-weight:bolder;font-style:italic}._category_btn_of_few_1y32x_65._active_1y32x_83 img,._category_btn_of_many_1y32x_66._active_1y32x_83 img{display:inline-block}._category_btn_of_few_1y32x_65._active_1y32x_83:before,._category_btn_of_many_1y32x_66._active_1y32x_83:before{position:absolute;display:inline-block;top:0;left:50%;height:2px;width:50%;border-radius:2px;background:#23E8D2;transform:translate(-50%);content:""}._category_btn_of_few_1y32x_65:not(:first-child),._category_btn_of_many_1y32x_66:not(:first-child){margin-left:1rem}._category_btn_of_few_1y32x_65{flex:1}._category_btn_of_many_1y32x_66:not(:first-child){flex:1}._category_content_1y32x_127{position:relative;display:flex;padding-bottom:5rem;flex:1;flex-direction:column;border-radius:16px 16px 0 0;background:#6D5BFF;overflow:hidden}._carousel_1y32x_138{height:10.4rem;border-radius:1.6rem;border:.3rem solid #5439FF;overflow:hidden;box-sizing:border-box;transform:rotate(0)}._carousel_item_1y32x_147{height:10.4rem}._carousel_item_1y32x_147 img{object-fit:cover;width:100%;height:100%}._indicator_1y32x_156{position:absolute;bottom:6px;right:3px}._indicator_item_1y32x_162{display:inline-block;width:6px;height:6px;margin-right:4px;border-radius:6px;background:rgba(255,255,255,.5)}._indicator_item_1y32x_162._active_1y32x_83{background:white}._champion_1y32x_174{padding:.4rem;height:10.4rem;border:.3rem solid #FFCB00;border-radius:1.6rem;color:#b3411c;font-size:1.2rem;background-image:linear-gradient(50deg,#FFF5A2 25%,transparent 25%,transparent 75%,#FFF5A2 75%),linear-gradient(-50deg,#FFF5A2 25%,#FFEE71 25%,#FFEE71 75%,#FFF5A2 75%);background-size:20px 20px;box-sizing:border-box}._champion_avatar_1y32x_186{position:relative;margin-right:8px}._champion_avatar_1y32x_186 img:nth-child(2){position:absolute;right:-2px;bottom:0}._avatar_holder_1y32x_196{width:36px;height:36px;border-radius:12px;display:inline-block;border:2px solid #FFAD00;overflow:hidden;box-sizing:border-box}._champion_name_1y32x_206{overflow:hidden;line-height:1;margin-top:4px;max-width:50px;text-overflow:ellipsis}._champion_level_1y32x_214{display:inline-block;vertical-align:middle;padding:0 4px;height:12px;border:1px solid #B3411C;border-radius:6px;font-size:9px;background:#FFCB00}._rank_btn_1y32x_225{height:30px;width:100%;border:none;background:transparent url(https://pic.claweden.com/online/images/mediafile/home/btn_bg@2x.png) center no-repeat;background-size:100% 100%;position:relative;color:#fff;-webkit-text-stroke:4px #921F1F}._rank_btn_1y32x_225:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._game_1y32x_241{height:100%}._type_swiper_1y32x_245{width:100%;overflow-x:auto}._type_slide_1y32x_250{width:auto;height:40px;display:flex;align-items:center}._type_item_1y32x_257{height:32px;margin-left:8px;padding:0 10px;border:1px solid var(--theme-option-border-color);border-radius:20px;color:#fff;background:var(--theme-option-bg);display:flex;align-items:center;position:relative}._type_item_1y32x_257 ._hot_1y32x_269{position:absolute;top:-10px;right:-8px;width:44px;height:20px;background-image:url(https://pic.claweden.com/online/images/mediafile/temu/Hot@2x.png);background-repeat:no-repeat;background-size:100% 100%;font-size:12px;font-family:B2;font-weight:700;color:#fff;text-align:right;padding-right:4px}._type_item_1y32x_257 img{margin-right:4px}._type_item_1y32x_257._active_1y32x_83{font-weight:700;color:var(--theme-option-active-color, white);border-color:var(--theme-option-active-bg);background:var(--theme-option-active-bg)}._type_item_1y32x_257._active_1y32x_83._vip_1y32x_90{border-color:#dfa161;background:#DFA161;font-weight:bolder;font-style:italic}._room_1y32x_301{position:relative;padding:5px;border:3px solid var(--theme-option-border-color);border-radius:16px;box-sizing:border-box;background:white}._room-discount_1y32x_310{position:absolute;right:.8rem;top:1.2rem;height:4.2rem;line-height:4.2rem;color:#ffe644;font-family:B2;text-align:center;background-image:url(https://pic.claweden.com/online/images/mediafile/recharge/bg_extra@2x.png);background-repeat:no-repeat;background-size:4.2rem 4.2rem;background-position:center center;transform:rotate(20deg)}._room-discount_1y32x_310 span{white-space:nowrap;position:relative;color:#ffe644;-webkit-text-stroke:4px #127117}._room-discount_1y32x_310 span:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._arcade_room_1y32x_337{padding-bottom:.8rem}._arcade_room_1y32x_337:not(:first-child){margin-top:1rem}._plinko_room_type_1y32x_344{height:4rem;background:#00C5AF;border-radius:1.2rem;border:.2rem solid #009AC5;display:flex;align-items:center;justify-content:space-between;padding:0 2.2rem}._play_icon_1y32x_355{display:flex;align-items:center}._play_icon_1y32x_355 img{margin-right:.6rem}._play_icon_1y32x_355 span{font-size:1.8rem;font-family:B2;position:relative;color:#ffe644;-webkit-text-stroke:4px #032DA4}._play_icon_1y32x_355 span:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._play_btn_1y32x_375{font-size:1.8rem;font-family:B2;position:relative;color:#fff;-webkit-text-stroke:4px #032DA4}._play_btn_1y32x_375:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._room_img_1y32x_388{height:130px;margin-bottom:1rem;border-radius:16px;overflow:hidden;position:relative}._room_img_1y32x_388 img{width:100%;height:100%}._room_title_1y32x_400{text-align:center;font-size:2.6rem;font-family:B2;font-weight:700;line-height:4.1rem;margin-right:.8rem;position:relative;color:#fff;-webkit-text-stroke:4px #F02FAD}._room_title_1y32x_400:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._room_info_1y32x_417{height:100%;position:absolute;top:0;right:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-end}._room_info_item_1y32x_428{width:13.6rem;display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem;margin-right:2.4rem}._room_info_item_1y32x_428:last-child{margin-bottom:0rem}._info_left_1y32x_440{display:flex;align-items:center}._info_left_1y32x_440 img{width:1.6rem;height:1.6rem;margin-right:.4rem}._info_left_1y32x_440 span{font-size:1.2rem;font-family:Helvetica;color:#fff}._info_num_1y32x_455{font-size:1.4rem;font-family:B2;font-weight:700;color:#ffe644}._room_main_placeholder_1y32x_462{position:relative;height:0;padding-top:100%}._room_main_1y32x_462{position:absolute;inset:0;border-radius:16px;overflow:hidden;background-image:linear-gradient(45deg,#E0F2FF 25%,transparent 0,transparent 75%,#E0F2FF 0),linear-gradient(45deg,#E0F2FF 25%,#CDEAFF 0,#CDEAFF 75%,#E0F2FF 0);background-position:0 0,15px 15px;background-size:30px 30px}._room_name_1y32x_481{margin:12px 0 3px;max-width:100%;text-overflow:ellipsis;overflow:hidden;word-break:keep-all;white-space:nowrap}._room_name_right_1y32x_489{flex:1;text-align:right;padding-right:5px}._room_name_right_pad_1y32x_494{padding-right:25px}._room_stock_1y32x_498{font-size:1.4rem}._room_state_1y32x_502{position:absolute;top:-3px;left:0;right:0;text-align:center}._room_state_bar_1y32x_510{display:inline-flex;align-items:center;padding:0 20px 2px;border-radius:0 0 12px 12px;background:white;font-size:12px}._room_badges_1y32x_519,._room_badges_float_1y32x_519{display:flex;align-items:center}._room_badges_float_1y32x_519{position:absolute;left:4px;right:4px;bottom:4px}._room_price_1y32x_531{display:flex;align-items:center;height:24px;padding:0 4px;border:2px solid #4E9CFF;border-radius:12px;color:#fff;background:#2461F5}._room_price_origin_1y32x_541{font-size:1.1rem;margin-left:8px;text-decoration:line-through}._room_price_no_1y32x_547{font-size:18px;margin:0 8px}._room_club_badge_1y32x_552,._right_level_badge_1y32x_556{margin-left:.8rem}._try_plinko_1y32x_560{position:absolute;z-index:2;bottom:6rem;left:2.4rem;right:2.4rem;height:5.6rem;padding:.6rem 1.2rem;border:2px solid #600098;border-radius:1.2rem;color:#201f29;background:#FFEE71;box-sizing:border-box}._plinko_img_1y32x_575{align-self:flex-end;position:relative}._plinko_txt_1y32x_580{bottom:.6rem;left:1.2rem;position:absolute}._plinko_txt_1y32x_580 span{display:inline-block}._plinko_mul_1y32x_589{position:relative;color:#ffe644;-webkit-text-stroke:4px #600098}._plinko_mul_1y32x_589:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._plinko_mul_txt_1y32x_600{position:relative;color:#fff;-webkit-text-stroke:4px #600098}._plinko_mul_txt_1y32x_600:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._list_header_public_1y32x_611{overflow:auto hidden}._default_header_1y32x_615{position:sticky;top:0;padding:1.2rem 0;background:var(--theme-tab-content-bg);z-index:1}._home_view_header_1y32x_623{background:var(--theme-home-bg) url(https://pic.claweden.com/online/images/mediafile/home/rhombus@2x.png) top left;background-size:4.7rem;background-position-y:0}._list_header_1y32x_611{position:sticky;top:0;padding:1.2rem;background:#2B02D6;z-index:var(--focused-z-index)}._list_body_1y32x_637{flex:1;min-height:100%;background-color:#6d5bff;padding:1.2rem 1.2rem 0;border-radius:1.6rem 1.6rem 0 0;box-shadow:inset 0 .3rem #ffffff4d}._search_box_1y32x_646{width:100%;height:11vw;background:#FAF9FF;border-radius:.8rem;border:.05rem solid #E8E9FF;outline-color:#9a9fff;font-size:1.4rem;font-weight:700;color:#201f29;padding:0 1.2rem;box-sizing:border-box}._club_badge_1y32x_660{position:absolute;right:0}._discount_1y32x_665{border-color:#3fb445;background-color:#127117}._discount_bubble_1y32x_670{position:absolute;top:calc(-100% + .9rem);left:0;padding:0 .8rem .8rem;background:url(https://pic.claweden.com/online/images/mediafile/clawRoom/bg_y_bubble@2x.png) no-repeat;background-size:100% 100%;font-size:1rem}._sunday_discount_1y32x_680{position:absolute;top:-.8rem;right:-.8rem;width:4.2rem;height:4.2rem;background-image:url(https://pic.claweden.com/online/images/mediafile/recharge/bg_extra@2x.png);background-repeat:no-repeat;background-size:100% 100%;transform:rotate(20deg);display:flex;align-items:center;justify-content:center}._sunday_discount_1y32x_680 span{font-family:B2;white-space:nowrap;position:relative;color:#ffe644;-webkit-text-stroke:4px #127117}._sunday_discount_1y32x_680 span:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._disable_mask_1y32x_707{position:absolute;inset:0;background-color:#00000080;border-radius:13px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:#fff;line-height:2rem}._for_maintainer_header_1y32x_723{position:fixed;top:18vw;left:.8rem;right:.8rem}._paypal_txt_1y32x_730{position:absolute;inset:0;display:flex}._paypal_txt_1y32x_730>div{flex:1}._content_1y32x_739{color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}._main_7o2k9_6{background:white url(https://pic.claweden.com/online/images/mediafile/dialog/cloud@2x.png) top center no-repeat;background-size:100%;border-radius:1.2rem;width:34.2rem}._content_7o2k9_13{position:relative;padding:12.4rem 2rem 2rem}._close_7o2k9_18{width:4.8rem;height:4.8rem;background:url(https://pic.claweden.com/online/images/mediafile/dialog/close_2d@2x.png) no-repeat;background-size:2.4rem 2.4rem;background-position:center center;position:absolute;top:0;right:0}._big_icon_7o2k9_29{width:15.5rem;height:13.6rem;position:absolute;top:-4.3rem;left:50%;margin-left:-7.75rem}._main_title_7o2k9_38{text-align:center;font-family:B2;font-weight:700;font-size:2.2rem;color:#201f29;line-height:2.4rem}._question_box_7o2k9_47{margin-top:2.4rem;display:flex}._step_7o2k9_52{max-width:4.2rem;min-width:4.2rem;height:2.2rem;background-color:#0000004d;border-radius:1.1rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.4rem;border:none;margin-right:.8rem}._question_7o2k9_47{font-size:1.6rem;color:#585666;line-height:2rem}._answer_btns_7o2k9_73{margin-top:1.6rem;display:flex}._answer_btn_7o2k9_73{flex:1;height:4rem;border-radius:.8rem;border:.1rem solid #E8E9FF;font-weight:700;font-size:1.6rem;color:#b1b1cc;position:relative;background-color:#fff}._answer_btn_7o2k9_73:nth-child(1){margin-right:1.8rem}._btn_yes_7o2k9_93{border:.1rem solid #00C5AF;color:#00c5af}._btn_no_7o2k9_98{border:.1rem solid #F64D4B;color:#f64d4b}._icon_7o2k9_103{position:absolute;width:2rem;height:2rem;border-radius:50%;top:.9rem;right:1.2rem;display:flex;align-items:center;justify-content:center}._explain_7o2k9_115{font-size:1.2rem;color:#00c5af;line-height:1.6rem;margin-top:.8rem}._next_btn_7o2k9_122{width:100%;height:4.8rem;margin-top:2.4rem;background:#00C5AF;border-radius:1.2rem;font-weight:700;font-size:1.6rem;color:#fff;border:none}._next_btn_7o2k9_122[disabled]{background:#DADAE5;color:#9494a4}._user_guide_popup_video_3fuz1_6{position:absolute;background-color:#00000080;background-size:cover;background-position:bottom;background-repeat:no-repeat;z-index:9999;inset:0}._levitate_tips_3fuz1_16{width:20rem;font-size:1.8rem;padding:1.2rem;box-sizing:border-box;text-align:center;font-family:B2,B2;border-radius:1.6rem;position:relative;color:#fff;-webkit-text-stroke:4px #921F1F;position:absolute;border:.3rem solid #FFCB00;background-color:#ffee71}._levitate_tips_3fuz1_16:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._levitate_tips_3fuz1_16:before{width:calc(100% - 2.4rem);left:1.2rem}._pic_hand_3fuz1_42{position:absolute;width:6.8rem;height:10.2rem}._pic_hand_3fuz1_42 ._pic_hand_container_3fuz1_47,._pic_hand_3fuz1_42 ._pic_hand_image_3fuz1_51{width:100%;height:100%}._pic_hand_3fuz1_42 ._pic_hand_image_animation_3fuz1_55{animation:_handAnimation_3fuz1_1 1s infinite}._pic_hand_up_3fuz1_59{transform:rotate(180deg)}._guide_close_3fuz1_63{position:absolute;width:3.2rem;height:3.2rem;right:1.6rem;top:3.2rem}._guide_close_3fuz1_63 ._guide_close_image_3fuz1_70{width:100%;height:100%}@keyframes _handAnimation_3fuz1_1{0%{transform:translateY(0)}50%{transform:translateY(-1rem)}to{transform:translateY(0)}}._levitate_rkrtm_11{position:relative;z-index:var(--popup-z-index)}._levitate_rkrtm_11._focus_rkrtm_15{position:absolute;inset:0;background:rgba(0,0,0,.5)}._levitate_tips_rkrtm_21{width:20rem;font-size:1.8rem;padding:1.2rem;box-sizing:border-box;text-align:center;font-family:B2,B2;border-radius:1.6rem;bottom:24rem;left:1.2rem;position:relative;color:#fff;-webkit-text-stroke:4px #921F1F;position:absolute;border:.3rem solid #FFCB00;background-color:#ffee71}._levitate_tips_rkrtm_21:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._levitate_tips_rkrtm_21:before{width:calc(100% - 2.4rem);left:1.2rem}._pic_hand_rkrtm_49{position:absolute;width:6.8rem;height:10.2rem;bottom:15.2rem;left:1.4rem;animation:_handAnimation_rkrtm_1 1s infinite}._pic_hand_rkrtm_49 ._pic_hand_image_rkrtm_57{width:100%;height:100%}._levitate_container_rkrtm_62{position:absolute;bottom:8.3rem;left:1rem;width:7.8rem;height:7rem;background-image:url(https://pic.claweden.com/online/images/mediafile/home/guide/levitate-bg@2x.png);background-size:cover;background-repeat:no-repeat;color:#fff;font-size:1.2rem;font-family:B2,B2}._levitate_container_rkrtm_62 ._levitate_text_rkrtm_75{position:absolute;bottom:.1rem;right:1.4rem;font-weight:700;color:#ffe644}._levitate_container_rkrtm_62 ._levitate_coins_rkrtm_82{position:absolute;bottom:2.2rem;right:.6rem}._levitate_container_rkrtm_62 ._levitate_button_tips_rkrtm_87{bottom:4.4rem;line-height:.8;position:relative;color:#fff;-webkit-text-stroke:4px #1A0863;position:absolute}._levitate_container_rkrtm_62 ._levitate_button_tips_rkrtm_87:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._levitate_container_rkrtm_62 ._levitate_button_tips_zh_rkrtm_100{text-wrap:nowrap;left:3.6rem}._levitate_container_rkrtm_62 ._levitate_button_tips_other_rkrtm_104{max-width:5rem;right:-.8rem}._user_guide_provider_list_rkrtm_109{padding:.8rem 0;box-sizing:border-box;display:flex;flex-direction:column}._title_rkrtm_116{font-family:B2,B2;font-weight:700;display:flex;align-items:center}._title_rkrtm_116 ._title_text_rkrtm_122{flex:1;color:#ffe644;font-size:2rem}._title_rkrtm_116 ._schedule_rkrtm_127{display:flex;align-items:center;background-color:#2b02d6;border-radius:1.6rem;border:.2rem solid #8070FF;height:3.2rem;box-sizing:border-box;color:#fff;font-size:1.6rem;padding:.8rem}._title_rkrtm_116 ._schedule_icon_rkrtm_139{width:1.6rem;height:1.6rem}._title_rkrtm_116 ._schedule_text_rkrtm_143{flex:1;line-height:1;margin-left:.4rem;min-width:5rem;text-align:right}._list_rkrtm_151{margin-top:2.4rem;padding:1.6rem;border-radius:1.6rem;box-sizing:border-box;background-color:#fff;flex:1;overflow-y:auto}._list_rkrtm_151 ._cell_title_rkrtm_160{font-size:1.6rem;color:#201f29;font-weight:700}._list_rkrtm_151 ._item_rkrtm_165{margin-bottom:1.2rem;border-radius:1.2rem;padding:.8rem 2rem;background-color:#e8e9ff;display:flex;align-items:center}._list_rkrtm_151 ._item_content_rkrtm_173{flex:1;font-size:1.4rem;line-height:1.2}._list_rkrtm_151 ._item_coins_rkrtm_178{margin-top:.4rem;font-size:1.2rem;color:#00b90b}._list_rkrtm_151 ._item_button_rkrtm_183{border-radius:1.7rem;display:flex;align-items:center;justify-content:center;width:8rem;height:3.2rem;box-sizing:border-box;margin-left:.8rem;background-color:#fff;border:none}._list_rkrtm_151 ._item_button_success_rkrtm_195{width:7.2rem;background-color:#bdc1e8}._list_rkrtm_151 ._item_button_icon_rkrtm_199{width:1.6rem;height:1.6rem}._list_rkrtm_151 ._item_button_text_rkrtm_203{font-size:1.4rem;margin-left:.8rem}@keyframes _handAnimation_rkrtm_1{0%{transform:translateY(0)}50%{transform:translateY(-1rem)}to{transform:translateY(0)}}._header_1h968_7{margin-top:2.5rem;text-align:center}._desc_1h968_12{padding:0 4rem;font-size:2rem;font-weight:700;color:#fff}._themes_1h968_19{margin-top:3.2rem;display:flex}._themes_outer_1h968_23{padding:0 1.6rem}._theme_1h968_19{position:relative;flex:1;text-align:center;color:#bdc1e8;font-size:1.6rem}._theme_1h968_19._active_1h968_34{font-weight:700;color:var(--theme-option-active-bg)}._theme_1h968_19._active_1h968_34 ._sample_1h968_38{border-color:var(--theme-option-active-bg)}._theme_1h968_19:not(:first-child){margin-left:1.6rem}._theme_1h968_19 ._sample_1h968_38{border-radius:1.2rem;border:3px solid transparent;width:100%}._btn_1h968_50{font-weight:700;width:26rem;margin:1.6rem auto}._checked_1h968_56{position:absolute;top:3rem;right:1rem}._bubble_1h968_62{margin-top:1rem;position:relative;box-sizing:border-box;border-radius:1.2rem;padding:1.2rem 1.6rem 0;background:#FFEE71;border:2px solid #201F29}._bubble_1h968_62:before{content:"";position:absolute;bottom:100%;left:20%;width:0;height:0;border:1rem solid transparent;border-bottom-color:#ffee71}._bubble_1h968_62._right_1h968_81:before{left:unset;right:20%}._from_title_oigfy_7{color:#ffe644;font-weight:700}._enter_box_oigfy_12{position:absolute;height:8rem;width:6rem;bottom:8rem;left:1rem;z-index:1}._left_time_oigfy_21{font-weight:700;font-size:1.4rem;position:relative;color:#ffe644;-webkit-text-stroke:4px #1A0863;text-align:center}._left_time_oigfy_21:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._daily_coins_oigfy_35{width:6rem;height:6.7rem;background:url(../img/home/growth_fund_enter@2x.png) no-repeat;background-size:100% 100%;margin-top:-.4rem;padding-top:1rem}._day_num_oigfy_44{font-weight:700;font-size:1.4rem;color:#fff;text-align:center;line-height:1.6rem}._total_coins_oigfy_52{margin-top:2rem;font-family:B2;font-weight:700;font-size:1.4rem;position:relative;color:#fff;-webkit-text-stroke:4px #921F1F;line-height:1.8rem;text-align:center}._total_coins_oigfy_52:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._main_title_oigfy_69{font-family:B2;font-weight:700;font-size:2.4rem;color:#ffe644;line-height:3.2rem;text-align:center}._sub_title_oigfy_78{font-weight:700;font-size:2rem;color:#fff;line-height:3rem;margin-top:2.4rem;text-align:center}._d_body_oigfy_87{width:100%;height:23.2rem;background:#2B02D6;border-radius:1.2rem;margin-top:5.8rem;position:relative;padding-top:8rem}._tips_box_oigfy_97{position:absolute;top:1.4rem;right:1.4rem;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center}._tips_main_oigfy_108{width:2rem;height:2rem;position:relative}._tips_body_oigfy_114{position:absolute;top:3.4rem;right:-2rem;z-index:2}._tips_oigfy_97{background-color:#ffee71;border:.2rem solid #201F29;border-radius:.8rem;font-size:1.4rem;color:#201f29;width:28rem;padding:1.4rem 1.4rem 1.2rem;position:relative}._tips_oigfy_97:after{content:"";position:absolute;transform:rotate(45deg);width:1.4rem;height:1.4rem;background-color:#ffee71;border-left:.2rem solid #201F29;border-top:.2rem solid #201F29;border-bottom-right-radius:.2rem;top:-.8rem;right:2rem}._tips_oigfy_97:before{content:"\ff58";position:absolute;top:.4rem;right:.8rem}._time_box_oigfy_151{width:100%;height:12.8rem;background:url(../img/home/growth_fund_time@2x.png) no-repeat;background-size:100% 100%;position:absolute;left:0;top:-5.2rem;padding-top:2.8rem}._time_title_oigfy_162{font-family:B2;font-weight:700;font-size:2.2rem;position:relative;color:#ffe644;-webkit-text-stroke:4px #1A0863;text-align:center}._time_title_oigfy_162:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._time_count_oigfy_177{font-family:B2;font-weight:700;font-size:2rem;color:#fff;margin-top:1.3rem;display:flex;align-items:center;justify-content:center}._time_count_oigfy_177 span{display:inline-flex;width:2.8rem;height:2.8rem;align-items:center;justify-content:center}._get_coins_oigfy_195{height:3.2rem;text-align:center;font-weight:700;font-size:1.8rem;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 2rem}._coins_oigfy_207{display:flex;align-items:center;justify-content:center}._coins_oigfy_207 img{width:2.8rem;height:2.8rem;margin:0 .4rem}._coins_oigfy_207 span{font-family:B2;font-size:2rem;color:#ffe644}._from_type_oigfy_223{width:27.9rem;height:4rem;background:#5439FF;border-radius:.8rem;margin:.8rem auto;display:flex;align-items:center;justify-content:space-between;padding:0 1.2rem;font-size:1.6rem;color:#fff}._ft_coins_oigfy_237{display:flex;align-items:center;font-weight:700;font-size:1.6rem;color:#ffe644}._ft_coins_oigfy_237 img{width:1.6rem;height:1.6rem;margin-right:.4rem}._tip_oigfy_97{margin-top:1.6rem;color:#fff;font-size:1.6rem}._live_send_coins_9zhnv_11{width:5.8rem;height:6.2rem;position:fixed;right:.8rem;bottom:15.7rem;z-index:var(--popup-z-index);background-image:url(https://pic.claweden.com/online/images/mediafile/live/live-icon-TV@2x.png);background-size:cover;background-repeat:no-repeat}._live_send_coins_close_9zhnv_23{position:absolute;right:0;top:0;transform:translateY(-100%);width:1.8rem;height:1.8rem}._live_send_coins_close_image_9zhnv_32{width:100%;height:100%}@keyframes _shake_9zhnv_1{0%{transform:rotate(0)}2%{transform:rotate(-20deg)}6%{transform:rotate(20deg)}10%{transform:rotate(-20deg)}14%{transform:rotate(20deg)}16%{transform:rotate(0)}to{transform:rotate(0)}}._live_lucky_bag_9zhnv_60{width:3rem;height:2.4rem;position:absolute;bottom:0;left:-1rem;transform:rotate(0);animation-name:_shake_9zhnv_1;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:ease-in-out}._live_send_coins_text_9zhnv_73{font-weight:700;font-family:B2,B2;bottom:1.5rem;left:50%;transform:translate(-50%);position:relative;color:#fff;-webkit-text-stroke:4px #43037B;position:absolute}._live_send_coins_text_9zhnv_73:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._home_1fj59_17{display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden;background:var(--theme-home-bg) url(https://pic.claweden.com/online/images/mediafile/home/rhombus@2x.png) top left;background-size:4.7rem}._viewer_1fj59_27{padding-bottom:calc(5.6rem - 6px);flex:1;overflow:hidden auto}._newbie_club_1fj59_33{text-align:center;padding:.8rem;width:100%;height:7.2rem;background:url(https://pic.claweden.com/online/images/mediafile/home/placeholder_cyan_bg@2x.png) center no-repeat;background-size:100% 100%}._coin_amount_1fj59_42{display:flex;justify-content:center}._coin_amount_txt_1fj59_46{margin-left:.4rem;font-size:1.6rem}._newbie_club_btn_1fj59_51{position:relative;display:flex;align-items:center;justify-content:center;height:2.8rem;background:url(https://pic.claweden.com/online/images/mediafile/home/bg_btn@2x.png) center no-repeat;background-size:100% 100%}._newbie_club_btn_1fj59_51:before{position:absolute;top:-.8rem;left:-.4rem;display:inline-block;width:3.4rem;height:1.4rem;line-height:1.6rem;font-size:.9rem;text-align:right;padding-right:.4rem;color:#fff;background:url(https://pic.claweden.com/online/images/mediafile/home/jade_club_badge@2x.png) center no-repeat;background-size:100% 100%;content:attr(data-text)}._price_original_1fj59_77{color:#921f1f;text-decoration:line-through}._price_1fj59_77{font-size:1.6rem;position:relative;color:#fff;-webkit-text-stroke:4px #921F1F}._price_1fj59_77:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._swiper_1fj59_94{overflow-y:visible}._flex1_1fj59_98,._left_1fj59_98,._right_1fj59_99{flex:1}._left_1fj59_98{background:#F64D4B;box-shadow:inset 0 -3px #0000004d,inset 3px 3px #ffffff4d,inset -3px -3px #0003;border-radius:16px;border:3px solid #1A0863}._right_1fj59_99{background:#AC66F8;box-shadow:inset 0 -3px #0000004d,inset 3px 3px #ffffff4d,inset -3px 0 #0003;border-radius:16px;border:3px solid #1A0863}._flex_center_1fj59_117,._card_1fj59_117{display:flex;justify-content:center;align-items:center}._card_1fj59_117{height:6rem;padding:.8rem;position:relative}._card_1fj59_117>img{margin-right:.8rem;width:40px;height:40px;display:block}._unread_1fj59_135{position:absolute;top:-.2rem;right:-.2rem;width:1.2rem;height:1.2rem;border-radius:50%;background-color:#f64d4b;border:.2rem solid #FFFFFF}._title_1fj59_146{font-size:1.5rem;position:relative;color:#fff;-webkit-text-stroke:4px #7B2625}._title_1fj59_146:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._sub_title_1fj59_158{font-size:1.2rem;font-weight:700;color:#fff}._body_1fj59_164{padding-left:.2rem;overflow:hidden}._avatar_1fj59_169{margin-right:.8rem;width:4rem;height:4rem;border-radius:.8rem;border:.2rem solid #43037B}._prize_1fj59_177{display:flex;align-items:center;top:.4rem;right:.4rem;height:2rem;padding:.2rem;background:#F64D4B;border-radius:10px;border:2px solid #D52A27;position:absolute}._coin_1fj59_42{margin-left:.4rem;position:relative;color:#fff;-webkit-text-stroke:4px #7B2625}._coin_1fj59_42:before{position:absolute;-webkit-text-stroke:0 transparent;content:attr(data-content)}._wrp_1fj59_202{max-height:86vh;min-height:86vh;display:flex;flex-direction:column}._challenge_view_1fj59_209{border-radius:1.6rem;border:.3rem solid #2B02D6;background:#6D5BFF;box-shadow:inset 3px 3px #a39aff,inset 0 3px #a39aff}._close_1fj59_216{position:absolute;top:1rem;right:1rem}._page_main_8465f_6{height:100%;overflow-y:auto;background:#5439FF}._page_btm_8465f_12{padding:0 3.2rem}._page_btm_8465f_12 ._btm_line_8465f_15{height:20px;display:flex;align-items:center}._page_btm_8465f_12 ._btm_line_8465f_15 ._line_8465f_20{height:1px;background-color:#6d5bff;flex:1}._main_btn_8465f_26{position:relative}._main_btn_8465f_26 ._free_icon_8465f_29{width:8.4rem;height:3.2rem;position:absolute;background:url(https://pic.claweden.com/online/images/mediafile/login/btn.png) no-repeat;background-size:100%;right:-1.2rem;top:-1.8rem;text-align:center;font-size:1rem;font-family:Helvetica;color:#201f29;padding-top:.6rem}._main_btn_8465f_26 ._base_8465f_43{height:4.8rem;border-radius:1.2rem;display:flex;align-items:center;font-size:1.6rem;font-family:Helvetica-Bold,Helvetica;font-weight:700;color:#fff;justify-content:center}._main_btn_8465f_26 ._apple_8465f_54{background:#000}._main_btn_8465f_26 ._android_8465f_57{background:#4285F4}._main_btn_8465f_26 ._android_icon_8465f_60,._main_btn_8465f_26 ._apple_icon_8465f_61{width:3.2rem;height:3.2rem;margin-right:1.2rem}._main_btn_8465f_26 ._apple_icon_8465f_61{background:url(https://pic.claweden.com/online/images/mediafile/icons/apple@2x.png) no-repeat;background-size:100%}._main_btn_8465f_26 ._apple_8465f_54{background:#000000}._pc_lbtn_8465f_74{display:flex;align-items:center;justify-content:space-between}._pc_lbase_8465f_80,._pc_apple_8465f_80,._pc_google_8465f_80{height:4.8rem;border-radius:1.2rem;display:flex;align-items:center;font-size:1.6rem;font-family:Helvetica-Bold,Helvetica;font-weight:700;color:#fff;justify-content:center;background:#4285F4;flex:1}._pc_lbase_8465f_80 img,._pc_apple_8465f_80 img,._pc_google_8465f_80 img{width:3.2rem;margin-right:.8rem}._pc_google_8465f_80{background:#4285F4;margin-right:1.6rem}._pc_apple_8465f_80{background:#000}._swiper_img_8465f_107{width:37.5rem;height:44rem}._dot_box_8465f_112{display:flex;justify-content:center;margin-top:1.7rem}._dot_normal_8465f_118{width:1rem;height:1rem;border-radius:50%;background:#6D5BFF}._dot_active_8465f_125{width:1rem;height:1rem;border-radius:50%;background:#ffffff}._tow_box_8465f_132{display:flex;justify-content:space-around;padding:1.6rem 0 2.2rem}._tow_box_8465f_132 ._i_base_8465f_137{width:4rem;height:4rem;border-radius:1.2rem;background-color:#6d5bff;display:flex;align-items:center;justify-content:center}._tow_box_8465f_132 ._tow_item_8465f_146{flex:1;display:flex;justify-content:center;flex-direction:column;align-items:center}._tow_box_8465f_132 ._tow_p_8465f_153{margin-top:.4rem;font-size:1rem;font-family:Helvetica;color:#fff;line-height:1.2rem}._pllicy_8465f_161{font-size:1rem;color:#a39aff;margin-top:.8rem;margin-bottom:1.3rem}._or_8465f_168{width:3.1rem;text-align:center;font-size:1rem;font-family:Helvetica;color:#6d5bff}._email_mask_1c40l_6{width:100vw;height:100vh;background-color:#0000004d;position:absolute;top:0;left:0;z-index:1}._main_box_1c40l_16{width:91vw;height:113vw;background:#FFFFFF;border-radius:4vw;position:fixed;top:150vh;left:50%;transform:translate(-50%,-50%);z-index:2;-webkit-transition:top .2s;transition:top .2s;margin:auto;box-sizing:border-box}._box_show_1c40l_32{top:50%}._close_1c40l_36{height:4.8rem;display:flex;justify-content:flex-end}._close_1c40l_36 ._close_icon_1c40l_41{height:4.8rem;width:4.8rem;background:url(https://pic.claweden.com/online/images/mediafile/login/close.png) no-repeat;background-position:center;background-size:2.4rem 2.4rem}._sh_1c40l_49{height:4rem;display:flex;position:relative}._sh_1c40l_49 ._sh_item_1c40l_54{flex:1;height:4rem;display:flex;padding-top:.6rem;justify-content:center;font-size:1.6rem;font-family:Helvetica;color:#9494a4;line-height:1.9rem}._sh_1c40l_49 ._sh_active_1c40l_65{font-family:Helvetica-Bold,Helvetica;font-weight:700;color:#201f29}._sh_1c40l_49 ._sh_line_1c40l_70{position:absolute;bottom:0;width:6vw;height:2vw;background:#00C5AF;border-radius:.3rem;transition:left .3s}._sign_box_1c40l_80{height:33.6rem;width:100%;padding-top:2.4rem}._base_input_1c40l_86,._opt_input_1c40l_86{width:81vw;height:11vw;background:#FAF9FF;border-radius:.8rem;border:.05rem solid #E8E9FF;outline-color:#9a9fff;font-size:1.4rem;font-family:Helvetica-Bold,Helvetica;font-weight:700;color:#201f29;padding:0 1.2rem;box-sizing:border-box}._base_input_1c40l_86::-webkit-input-placeholder,._opt_input_1c40l_86::-webkit-input-placeholder{font-size:1.4rem;font-family:Helvetica;color:#b1b1cc}._base_input_1c40l_86::input-placeholder,._opt_input_1c40l_86::input-placeholder{font-size:1.4rem;font-family:Helvetica;color:#b1b1cc}._err_input_1c40l_113{border:1px solid #ff6767!important}._opt_wrap_1c40l_117{margin-top:1.2rem;position:relative}._send_btn_1c40l_122{height:11vw;line-height:11vw;padding:0 1.2rem;position:absolute;right:0;top:0;font-size:1.4rem;font-family:Helvetica;color:#00c5af}._pwd_wrap_1c40l_134{margin-top:1.2rem;position:relative}._sign_btn_1c40l_139{width:81vw;height:13vw;background:#DADAE5;border-radius:1.2rem;font-size:1.6rem;font-family:Helvetica-Bold,Helvetica;font-weight:700;color:#9494a4;display:flex;align-items:center;justify-content:center;border:none}._sign_btn_active_1c40l_154{background:#00C5AF;color:#fff}._e_icon_1c40l_159,._e_open_1c40l_159,._e_close_1c40l_159{height:4rem;width:4rem;position:absolute;right:0;top:0}._e_close_1c40l_159{background:url(https://pic.claweden.com/online/images/mediafile/login/eye_close.png) no-repeat;background-position:center;background-size:1.6rem 1.6rem}._e_open_1c40l_159{background:url(https://pic.claweden.com/online/images/mediafile/login/eye_open.png) no-repeat;background-position:center;background-size:1.6rem 1.6rem}._n_p_1c40l_179{font-size:1.2rem;font-family:Helvetica;color:#585666;line-height:1.4rem;margin-top:.4rem}._pllicy_1c40l_187{font-size:1rem;color:#9494a4;margin-top:1.2rem}._f_p_1c40l_193{display:flex;justify-content:flex-end}._f_p_1c40l_193 ._fp_p_1c40l_197{font-size:1.4rem;font-family:Helvetica;color:#00c5af;line-height:1.7rem;padding:.8rem 0}._rp_t_1c40l_205{font-size:1.6rem;font-family:Helvetica-Bold,Helvetica;font-weight:700;color:#201f29;line-height:1.9rem;text-align:center;margin-bottom:3.8rem}@font-face{font-family:claw_icon;src:url(/assets/claw_icon.e1c2cfd7.eot?lijlgg);src:url(/assets/claw_icon.e1c2cfd7.eot?lijlgg#iefix) format("embedded-opentype"),url(data:font/ttf;base64,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) format("truetype"),url(data:font/woff;base64,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) format("woff"),url(/assets/claw_icon.776e7470.svg?lijlgg#claw_icon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=claw_icon-],[class*=" claw_icon-"]{font-family:claw_icon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.claw_icon-close:before{content:"\e900"}.claw_icon-check:before{content:"\e902"}.claw_icon-quick:before{content:"\e904"}.claw_icon-eyes:before{content:"\e905"}.claw_icon-lock:before{content:"\e906"}.claw_icon-progress:before{content:"\e907"}.claw_icon-guide:before{content:"\e908"}.claw_icon-back:before{content:"\e909"}.claw_icon-person:before{content:"\e90a"}.claw_icon-tip:before{content:"\e90b"}.claw_icon-emoji:before{content:"\e90c"}.claw_icon-add:before{content:"\e90d"}.claw_icon-service:before{content:"\e913"}:root{font-family:PingFangSC-Medium,PingFang SC,arial,helvetica,sans-serif;--vh: 1vh;--focused-z-index: 1;--popup-z-index: 2;--system-z-index: 3;--theme-suffix: "";--theme-page-bg: #2B02D6;--theme-page-title-bg: #5439FF;--theme-page-bar-bg: #1C93FC;--theme-home-bg: #3500B1;--theme-tab-bg: #5439FF;--theme-tab-content-bg: #6D5BFF;--theme-panel-bg: #6D5BFF;--theme-option-bg: #604AFF;--theme-option-border-color: #A39AFF;--theme-option-active-bg: #00C5AF}:root.theme-pink{--theme-suffix: "_pink";--theme-page-bg: #FC7FB3;--theme-page-title-bg: #694AA2;--theme-page-bar-bg: #9875D8;--theme-home-bg: #694AA2;--theme-game-room-bg: var(--theme-page-bg);--theme-tab-bg: #F46AA4;--theme-tab-content-bg: #FC7FB3;--theme-panel-bg: #9875D8;--theme-option-bg: #F05C99;--theme-option-border-color: #FF9EC6;--theme-option-active-bg: #FFE644;--theme-option-active-color: #694AA2}:root:root{--adm-font-family: PingFangSC-Medium, PingFang SC, Helvetica, arial, sans-serif;--adm-safe-area-multiple: 1;--adm-color-primary: #4285F4;--adm-color-success: #00C5AF;--adm-button-border-radius: 12px;--adm-center-popup-max-width: 91.5vw;--adm-font-size-main: 14px;--adm-mask-z-index: var(--popup-z-index);--adm-center-popup-z-index: var(--popup-z-index);--adm-dialog-z-index: var(--popup-z-index);--adm-popup-z-index: var(--popup-z-index);--adm-modal-z-index: var(--popup-z-index)}@font-face{font-family:B2;src:url(https://pic.claweden.com/online/images/mediafile/font/Baloo2-Bold.ttf) format("truetype");font-weight:700}.font-b2{font-family:B2,PingFangSC-Medium,PingFang SC,Helvetica,arial,sans-serif}.adm-pull-to-refresh-head{max-height:120px!important}.adm-pull-to-refresh,.adm-pull-to-refresh-content{height:100%}.adm-popup-body.adm-popup-body-position-bottom{border-top-left-radius:.8rem;border-top-right-radius:.8rem}@media screen and (orientation: landscape){html{font-size:10px}}*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-touch-callout:none!important;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}[contenteditable=true],input,textarea{-webkit-user-select:auto!important;-khtml-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;-o-user-select:auto!important;user-select:auto!important}html,body{font-family:PingFangSC-Medium,PingFang SC,arial,helvetica,sans-serif;font-size:14px;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;line-height:1.4;overflow:hidden;width:100%;height:100%}body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,form,fieldset,legend,input,textarea,select,button,th,td,span{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}table{font-size:inherit}input,select{font-family:arial,helvetica,clean,sans-serif;font-size:100%;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;line-height:normal;-webkit-tap-highlight-color:rgba(255,0,0,0)}button{font-family:inherit;overflow:visible;outline:none}th,em,strong,b,address,cite{font-style:normal;font-weight:400}li{list-style:none}img,fieldset{border:0 none;-webkit-touch-callout:none;pointer-events:none;-webkit-user-select:none;user-select:auto!important}ins{text-decoration:none}a{text-decoration:none;-webkit-touch-callout:none}.flex-center{display:flex;align-items:center;justify-content:center}.flex-x-center{display:flex;justify-content:center}.flex-y-center{display:flex;align-items:center}.flex-column-center{display:flex;flex-direction:column;align-items:center;justify-content:center}.flex-1{flex:1}.ibm{display:inline-block;vertical-align:middle}.round{border-radius:50%}#root{position:absolute;inset:0;background:var(--theme-page-title-bg);overflow:hidden;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.text-overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.background-none{background:none}.adm-center-popup-wrap{transform:translate(-50%) translateY(-50%) translateZ(1000px)!important}@font-face{font-family:AaMianHuatang;src:url(https://pic.claweden.com/online/images/mediafile/font/font_mianhuatang.ttf)}@media screen and (max-width: 750px){html{font-size:2.6666666667vw}}@media screen and (min-width: 751px){html{font-size:20px}}.error_mask{z-index:3000!important}/*!*定义竖屏 css*!*/@media screen and (orientation: landscape) and (max-device-width: 800px){html{font-size:8px}}#ECHAT_icon,#ECHAT_mini_icon{display:none!important}#root .adm-image-uploader-cell-delete{width:1.6rem;height:1.6rem;border-radius:50%;background:url(https://pic.claweden.com/online/images/mediafile/image-base/shanchu.png) no-repeat;background-size:100% 100%}#root .adm-space-item{margin-right:.2rem}#root .adm-image-tip{border-radius:.8rem}#root .adm-image.adm-image-uploader-cell-image{padding:.4rem;box-sizing:border-box;border-radius:.8rem;overflow:hidden}#root .adm-image.adm-image-uploader-cell-image .adm-image-img{width:7.2rem;height:7.2rem;border-radius:.8rem}#root .adm-space-item .adm-image-uploader-cell .adm-image-uploader-cell-mask{width:7.2rem;height:7.2rem;border-radius:.8rem;left:.4rem;top:.4rem}#root .adm-space.adm-space-block{display:flex;flex-direction:row;flex-wrap:nowrap;overflow:auto;padding:0 1.2rem}#root .adm-space.adm-space-block::-webkit-scrollbar{display:none}.adm-toast-mask.loading_mask .adm-toast-main{background:transparent}[data-type=offscreen-wrapper]{height:100%}.adm-toast-mask:not(.loading_mask):not(.error_mask) .adm-toast-main{top:1.6rem!important;transform:none!important;left:1.6rem!important;min-width:34.3rem!important;max-width:34.3rem!important;background-color:#097897e6!important;border-radius:1.2rem!important;word-break:keep-all!important;font-family:Helvetica!important;color:#fff!important;line-height:1.5rem!important}.adm-auto-center-content{line-height:24px;word-break:break-word}@keyframes ring_cd{to{stroke-dashoffset:0}}[disabled]{pointer-events:none}a{color:inherit}img.block{width:100%;vertical-align:middle}.alert-message{position:absolute;top:50%;left:50%;right:0;margin:auto;padding:1.2rem;width:200px;text-align:center;color:#fff;background:rgba(0,0,0,.8);border-radius:1.2rem;transform:translate(-50%,-50%);z-index:var(--system-z-index)}::-webkit-scrollbar{scrollbar-width:none}
