.comp-spiner-root,.modal-dialogbox-root{width:100%;height:100%}.comp-spiner-cont{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;font-size:18px;color:#282828}.theme-light .comp-spiner-cont{color:#282828}.theme-dark .comp-spiner-cont{color:#f5f5f5}.comp-spiner-text{margin-top:10px}.modal-popup-content{position:absolute;top:0;left:0;width:100%;height:100%}.modal-popup-angle{position:absolute;top:-28px;right:-28px;width:28px;height:28px;border-radius:50%}.comp-message-notice-root{width:84vw;height:40vh;border-radius:12px;font-size:18px}.comp-message-notice-root,.theme-light .comp-message-notice-root{background:#fff;color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.theme-dark .comp-message-notice-root{background:#0c0c0c;color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.comp-message-notice-head{width:100%;height:45px}.comp-message-notice-bottom{width:100%;height:45px;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.comp-message-notice-bottom-button-left{width:50%;height:100%;border-bottom-left-radius:12px}.comp-message-notice-bottom-button-right{width:50%;height:100%;border-bottom-right-radius:12px}.comp-message-notice-content{width:100%;height:calc(40vh - 92px);padding:12px;line-height:1.5}.comp-message-toast-root{width:100%;height:100%}.comp-message-toast-cont{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:20px;border-radius:16px;font-size:14px}.comp-message-toast-cont,.theme-dark .comp-message-toast-cont,.theme-light .comp-message-toast-cont{background:rgba(80,80,80,.65);color:#fff}select{padding-left:15px;padding-right:15px;background:transparent;font-size:12;color:silver;text-align:center;outline:none;border:1px solid #6e86ae;border-radius:2px}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none!important}input[type=number]{-moz-appearance:textfield}.minirefresh-totop{bottom:90px!important}.common-boxsize-full{width:100%;height:100%}.common-boxsize-full-number{width:100vw;height:100vh;height:calc(100vh - var(--vh-offset, 0px))}.common-boxsize-fit{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.common-boxsize-background,.theme-light .common-boxsize-background{background:rgba(0,0,0,.1)}.theme-dark .common-boxsize-background{background:rgba(47,47,47,.1)}.common-solid-input{padding:0 12px;text-align:left;background:transparent;border:1px solid #5e5e5e;border-radius:12px;color:#fff;font-size:12px;outline:none;box-sizing:border-box}.common-spline-x{width:100%;height:1px}.common-spline-x,.theme-light .common-spline-x{background:rgba(0,0,0,.1)}.theme-dark .common-spline-x{background:#2f2f2f}.common-spline-y{width:1px;height:100%}.common-spline-y,.theme-light .common-spline-y{background:rgba(0,0,0,.1)}.theme-dark .common-spline-y{background:#2f2f2f}.common-spline-select,.theme-dark .common-spline-select,.theme-light .common-spline-select{background:#ff5e1b;background:var(--mainColor,#ff5e1b)}.common-input{border-width:0;outline:none;border-radius:6px;background:#1f1f1f;font-size:12px;text-align:center;color:#ccc}.common-overflow-y{overflow-x:hidden;overflow-y:auto}.common-underline{text-decoration:underline}.common-spin-90{transform:rotate(-90deg);-ms-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg)}@-webkit-keyframes commonRotate{0%{-webkit-transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg)}to{-webkit-transform:rotate(1turn)}}@keyframes commonRotate{0%{-webkit-transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg)}to{-webkit-transform:rotate(1turn)}}.common-rotate{-webkit-animation:commonRotate .5s linear infinite;animation:commonRotate .5s linear infinite}.common-card-glass{margin:0 auto;padding:1em;max-width:30em;border-radius:.3em;box-shadow:inset 0 0 0 1px rgba(51,51,51,.3),0 .5em 1em rgba(0,0,0,.6);text-shadow:0 1px 1px rgba(51,51,51,.3);background:rgba(51,51,51,.3)}.common-text-singleline{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.common-input-text-none{color:#b0b0b0;outline:medium;border:none;background:transparent}.common-minball{display:flex;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;color:#fff;border-radius:100%}.common-fixed-modal{position:fixed;top:0;left:0;z-index:100}.common-click-in-ripple{position:relative;overflow:hidden}.common-click-in-ripple:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-repeat:no-repeat;background-position:50%;transform:scale(10);opacity:0;transition:transform .4s,opacity .6s}.common-click-in-ripple:after,.theme-light .common-click-in-ripple:after{background-image:radial-gradient(circle,#000 8%,transparent 0)}.theme-dark .common-click-in-ripple:after{background-image:radial-gradient(circle,#fafafa 8%,transparent 0)}.common-click-in-ripple:active:after{transform:scale(0);opacity:.3;transition:0s}.common-click-out-ripple{position:relative}.common-click-out-ripple:focus{outline:none}.common-click-out-ripple:after{content:"";display:block;position:absolute;top:-15px;left:-15px;right:-15px;bottom:-15px;pointer-events:none;background-color:#000;background-repeat:no-repeat;background-position:50%;opacity:0;border-radius:inherit;transition:all .3s}.theme-light .common-click-out-ripple:after{background-color:#000}.theme-dark .common-click-out-ripple:after{background-color:#fafafa}.common-click-out-ripple:active:after{opacity:.2;top:0;left:0;right:0;bottom:0;transition:0s}.common-display-center{display:flex;justify-content:center;align-items:center}.common-display-space-between{display:flex;justify-content:space-between;align-items:center}.common-display-space-around{display:flex;justify-content:space-around;align-items:center}.common-display-column{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.common-display-warp{display:flex;flex-wrap:wrap}.common-display-warp-space-between{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.common-display-warp-center{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.common-display-warp-center-start{display:flex;flex-wrap:wrap;justify-content:center;align-content:flex-start;text-align:center}.common-display-warp-center-space-evenly{display:flex;flex-wrap:wrap;justify-content:center;align-content:space-evenly;text-align:center}.common-display-warp-space-around{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:flex-end}.common-display-start{display:flex;justify-content:flex-start;align-items:center}.common-display-end{display:flex;justify-content:flex-end;align-items:center}.common-pos-relative{position:relative;width:100%;height:100%}.common-pos-absolute{width:100%;height:100%}.common-pos-absolute,.common-pos-absolute-nosize{position:absolute;top:0;left:0}.common-win-color{color:#329fcf}.common-lose-color{color:#f92672}.common-color-theme,.theme-dark .common-color-theme,.theme-light .common-color-theme{color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.common-background-theme,.theme-dark .common-background-theme,.theme-light .common-background-theme{background:#ff5e1b;background:var(--mainColor,#ff5e1b)}.common-border{border:2px solid #3379ce!important;box-sizing:border-box!important}.theme-dark .common-input-select,.theme-light .common-input-select{-webkit-filter:drop-shadow(2px 4px 6px #ff5e1b);filter:drop-shadow(2px 4px 6px #ff5e1b);-webkit-filter:drop-shadow(2px 4px 6px var(--mainColor,#ff5e1b));filter:drop-shadow(2px 4px 6px var(--mainColor,#ff5e1b))}.common-cut-off-rule{height:1px}.theme-dark .common-cut-off-rule,.theme-light .common-cut-off-rule{background:-webkit-linear-gradient(top,#fff,var(--mainColor,#ff5e1b))}html{-ms-overflow-style:none;overflow:-moz-scrollbars-none}body,html{width:100%;height:100%}body{overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-user-select:none;-o-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}img{vertical-align:middle}::-webkit-scrollbar{display:none}#root{width:100%;height:100%;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}div{box-sizing:border-box}.app{position:relative;width:100%;height:100%}.page-screen-root{position:absolute;left:0;top:0;z-index:1;width:100%;height:100%}.page-screen-view{position:relative;width:100%;height:100%}.page-screen-container{position:absolute;left:0;top:0;width:100%;height:100%;transition:opacity 3s;background:#dcdcdc}.theme-light .page-screen-container{background:#dcdcdc}.theme-dark .page-screen-container{background:#1e1e1e}.page-screen-container-wrapper{position:relative;width:100%;height:100%}.page-screen-container-locator{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.page-screen-container-toolbar{width:100%;height:45px;position:absolute;top:0;left:0;z-index:2}.page-screen-container-toolbar,.theme-light .page-screen-container-toolbar{background:#f2f2f2;box-shadow:0 0 5px 0 grey}.theme-dark .page-screen-container-toolbar{background:#272727;box-shadow:0 0 5px 0 #000}.page-screen-container-toolbar-view{width:100%;height:100%;padding-left:3px;padding-right:3px;box-sizing:border-box;font-size:16px;color:#999}.theme-dark .page-screen-container-toolbar-view,.theme-light .page-screen-container-toolbar-view{color:#999}.page-screen-container-toolbar-ele{width:45px;height:100%;border-radius:50%}.page-screen-container-view{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.theme-light .page-screen-container-view{color:#000}.theme-dark .page-screen-container-view{color:#fff}.page-screen-container-view-have-toolbar{padding-top:45px}.page-screen-container-view-no-toolbar{padding-top:0}.page-modal-root{position:absolute;left:0;top:0;z-index:2}.page-modal-root,.page-modal-view{width:100%;height:100%;pointer-events:none}.page-modal-view{position:relative}.page-modal-container{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;pointer-events:auto}.page-modal-container,.theme-light .page-modal-container{background:rgba(0,0,0,.1)}.theme-dark .page-modal-container{background:rgba(80,80,80,.1)}.page-modal-container-wrapper{position:relative;width:100%;height:100%}.page-modal-container-view{position:absolute;top:0;left:0;width:100%;height:100%}.screen-router-enter{transform:translateX(100%);box-shadow:0 0 100vw rgba(0,0,0,.3)}.screen-router-enter.screen-router-enter-active{transform:translateX(0);transition:transform .3s ease}.screen-router-leave{transform:translateX(0);box-shadow:0 0 100vw rgba(0,0,0,.3)}.screen-router-leave.screen-router-leave-active{transform:translateX(100%);transition:transform .3s ease}.screen-router-appear{opacity:.01}.screen-router-appear.screen-router-appear-active{opacity:1;transition:opacity .2s ease-in}.example-enter{opacity:.01}.example-enter.example-enter-active{opacity:1;transition:opacity .2s ease-in}.example-leave{opacity:1}.example-leave.example-leave-active{opacity:.01;transition:opacity .2s ease-in}.example-appear{opacity:.01}.example-appear.example-appear-active{opacity:1;transition:opacity .2s ease-in}.theme-dark .app-theme-background,.theme-light .app-theme-background{background:#ff5e1b;background:var(--mainColor,#ff5e1b)}.theme-dark .app-theme-color,.theme-light .app-theme-color{color:#ff5e1b;color:var(--mainColor,#ff5e1b)}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.classic-h5{position:relative;display:flex;flex-direction:column;width:100%;height:100vh;height:calc(100vh - var(--vh-offset, 0px));overflow:hidden;background:var(--page-bg);font-family:Arial,Microsoft YaHei,Hiragino Sans GB,Noto Sans CJK SC,PingFang SC,sans-serif}.classic-h5,.classic-h5 *{box-sizing:border-box}.classic-h5-navbar{flex-shrink:0;display:flex;align-items:center;height:46px;padding:0 12px;background:var(--header-color);color:var(--text-color)}.classic-h5-navbar__left,.classic-h5-navbar__right{display:flex;align-items:center;grid-gap:8px;gap:8px;font-size:16px;min-width:62px}.classic-h5-navbar__right{justify-content:flex-end}.classic-h5-navbar__title{flex:1 1;display:flex;align-items:center;justify-content:center;min-width:0;font-size:18px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classic-h5-navbar__title img{height:44px;width:auto;max-width:100%;object-fit:contain;display:block;margin-top:-1px}.classic-h5-navbar__title--clickable{grid-gap:2px;gap:2px;cursor:pointer;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.classic-h5-navbar__caret{display:flex;align-items:center;flex-shrink:0;transition:transform .2s ease}.classic-h5-navbar__caret--up{transform:rotate(180deg)}.classic-h5-navbar__back{grid-gap:2px;gap:2px}.classic-h5-navbar__back,.classic-h5-navbar__reload{display:flex;align-items:center}.classic-h5-navbar__reload.is-loading{opacity:.5;pointer-events:none;-webkit-animation:classic-spin .8s linear infinite;animation:classic-spin .8s linear infinite}.classic-h5-navbar__envelope{position:relative;display:flex}.classic-h5-navbar__badge{position:absolute;top:-5px;right:-7px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:#ee0a24;color:#fff;font-size:11px;font-weight:600;line-height:18px;text-align:center}.classic-h5-main{flex:1 1;display:flex;flex-direction:column;overflow:hidden;padding:5px 8px 8px}.classic-h5-banner{position:relative;flex-shrink:0;margin-bottom:8px}.classic-h5-banner:after{content:"";position:absolute;left:15%;right:15%;bottom:-3px;height:8px;background:radial-gradient(ellipse at center,var(--banner-shadow-color) 0,transparent 70%);pointer-events:none}.classic-h5-banner__card{position:relative;display:flex;height:125px;border-radius:12px;border:1px solid hsla(0,0%,100%,.5);background:var(--banner-bg);box-shadow:0 4px 20px var(--banner-shadow-color),0 2px 8px var(--banner-shadow-color),inset 0 1px 0 hsla(0,0%,100%,.4);overflow:hidden}.classic-h5-banner__card:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;border-radius:12px 12px 0 0;background:linear-gradient(180deg,hsla(0,0%,100%,.25),hsla(0,0%,100%,0));pointer-events:none}.classic-h5-banner__content{position:relative;z-index:1;max-width:55%;padding:12px 0 12px 16px}.classic-h5-banner__title{margin:0 0 8px;color:#fff;font-size:20px;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.15)}.classic-h5-banner__features{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.classic-h5-banner__feature{color:hsla(0,0%,100%,.9);font-size:11px;line-height:1.4}.classic-h5-banner__feature-title{color:#fff;font-weight:600}.classic-h5-banner__image{position:absolute;top:0;right:0;bottom:0;width:60%;max-width:314px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 40%,#000);mask-image:linear-gradient(90deg,transparent,#000 40%,#000)}.classic-h5-banner__image img{width:100%;height:100%;object-fit:cover;object-position:right center;display:block}.classic-h5-notice{grid-gap:8px;gap:8px;height:30px;padding:0 10px;margin-bottom:8px;border-radius:5px;background:hsla(0,0%,100%,.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#5a6270;font-size:14px;overflow:hidden}.classic-h5-notice,.classic-h5-notice__bell{flex-shrink:0;display:flex;align-items:center}.classic-h5-notice__bell{justify-content:center;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#ffd666,#faad14);color:#fff}.classic-h5-notice__label{flex-shrink:0}.classic-h5-notice__wrap{flex:1 1;min-width:0;overflow:hidden}.classic-h5-notice__text{display:inline-block;padding-left:100%;white-space:nowrap;-webkit-animation:classic-h5-marquee 30s linear infinite;animation:classic-h5-marquee 30s linear infinite}@-webkit-keyframes classic-h5-marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes classic-h5-marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.classic-h5-panel{flex:1 1;display:flex;grid-gap:8px;gap:8px;min-height:0}.classic-h5-gamepanel{position:fixed;top:46px;left:0;right:0;bottom:0;z-index:110}.classic-h5-gamepanel__mask{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.45);-webkit-animation:classic-h5-fade-in .22s ease-out;animation:classic-h5-fade-in .22s ease-out}.classic-h5-gamepanel__sheet{position:relative;margin:3px 10px 0;max-height:62%;display:flex;flex-direction:column;background:#f5f7fa;border-radius:10px;-webkit-animation:classic-h5-fade-in .18s ease-out;animation:classic-h5-fade-in .18s ease-out}.classic-h5-gamepanel__sheet:before{content:"";position:absolute;top:-6px;left:50%;margin-left:-7px;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:6px solid #f5f7fa}.classic-h5-gamesheet{flex:1 1;min-height:0;overflow-y:auto;padding:4px 8px 8px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.classic-h5-gamesheet__row{display:flex;align-items:flex-start;grid-gap:8px;gap:8px;padding:8px 0}.classic-h5-gamesheet__row+.classic-h5-gamesheet__row{border-top:1px solid #edf0f4}.classic-h5-gamesheet__label{flex-shrink:0;display:flex;flex-direction:column;align-items:center;grid-gap:4px;gap:4px;width:60px;padding-top:4px;color:var(--active-color);font-size:13px;font-weight:600;white-space:nowrap}.classic-h5-gamesheet__icon{width:22px;height:22px;flex-shrink:0;object-fit:contain}.classic-h5-gamesheet .classic-h5-grid{flex:1 1;min-width:0;margin-bottom:0}@-webkit-keyframes classic-h5-fade-in{0%{opacity:0}to{opacity:1}}@keyframes classic-h5-fade-in{0%{opacity:0}to{opacity:1}}.classic-h5-sidebar-wrap{position:relative;width:92px;flex-shrink:0}.classic-h5-sidebar{height:100%;padding:6px 4px;background:#fff;border-radius:5px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.classic-h5-sidebar::-webkit-scrollbar{display:none}.classic-h5-sidebar__tab{display:flex;align-items:center;grid-gap:4px;gap:4px;height:40px;padding:0 4px;border-radius:8px;color:#6b7280;font-size:13px;white-space:nowrap;overflow:hidden}.classic-h5-sidebar__tab--active{background:var(--active-color-hover);color:var(--active-color);font-weight:600}.classic-h5-sidebar__icon{width:18px;height:18px;flex-shrink:0;object-fit:contain}.classic-h5-sidebar__name{min-width:0;overflow:hidden;text-overflow:ellipsis}.classic-h5-sidebar__name--tight{font-size:11px;letter-spacing:-.2px}.classic-h5-sidebar__name--long{font-size:10px;letter-spacing:-.5px}.classic-h5-sidebar-fade{position:absolute;left:0;right:0;bottom:0;height:50px;border-radius:0 0 5px 5px;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 70%);pointer-events:none}.classic-h5-lottery-content{position:relative;flex:1 1;min-width:0;padding:6px 8px;background:#fff;border:1px solid #eef0f3;border-radius:5px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.classic-h5-lottery-content::-webkit-scrollbar{display:none}.classic-h5-section__header{display:flex;align-items:center;grid-gap:6px;gap:6px;padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid #f0f0f0}.classic-h5-section__icon{width:22px;height:22px;object-fit:contain}.classic-h5-section__title{font-size:14px;font-weight:600;color:#333}.classic-h5-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:5px;-webkit-column-gap:5px;column-gap:5px;grid-row-gap:8px;row-gap:8px;margin-bottom:12px}.classic-h5-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;grid-gap:2px;gap:2px;min-height:65px;padding:24px 4px 8px;border-radius:8px;background:var(--card-bg);overflow:hidden}.classic-h5-card:active{transform:scale(.98)}.classic-h5-card--nobadge{justify-content:center;padding-top:8px}.classic-h5-card--current{box-shadow:inset 0 0 0 1.5px var(--active-color)}.classic-h5-card__badge{position:absolute;top:0;left:0;padding:1px 5px;border-radius:8px 0 8px 0;color:#fff;font-size:10px;font-weight:500;line-height:1.4}.classic-h5-card__badge--official{background:var(--badge-official)}.classic-h5-card__badge--data{background:var(--badge-data)}.classic-h5-card__name{max-width:100%;color:#333;font-size:11px;font-weight:500;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classic-h5-card__time{font-size:13px;font-weight:700}.classic-h5-card__time--countdown{color:var(--state-countdown)}.classic-h5-card__time--closing{color:var(--state-closing)}.classic-h5-card__time--waiting{color:var(--state-waiting)}.classic-h5-card__time--closed{color:var(--closed-color)}.classic-h5-card__time--maintain{color:var(--state-maintain)}.classic-h5-tabbar{flex-shrink:0;display:flex;height:50px;background:#fff;border-top:1px solid #ebedf0}.classic-h5-tabbar__item{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:3px;gap:3px;font-size:12px;color:#646566}.classic-h5-tabbar__item--active{color:var(--active-color)}.classic-h5-tabbar__item--disabled{color:#c8c9cc;cursor:default}.classic-h5-bet-header{flex-shrink:0;padding:10px 5px 5px;background:#fff;border-bottom:1px solid #e0e0e0}.classic-h5-bet-header__result{display:flex;align-items:center;grid-gap:8px;gap:8px;margin-bottom:4px}.classic-h5-bet-header__period{flex-shrink:0;color:#3467c9;font-size:12px;font-weight:600;white-space:nowrap}.classic-h5-bet-header__balls{display:flex;align-items:center;justify-content:flex-end;grid-gap:5px;gap:5px;flex-wrap:wrap;margin-left:auto}.classic-h5-bet-header__plus{display:flex;align-items:center;flex-shrink:0;color:#999;font-size:15px;line-height:1}.classic-h5-bet-header__options{display:flex;align-items:center;justify-content:space-between;grid-gap:8px;gap:8px}.classic-h5-bet-header__next{display:flex;flex-direction:column;flex-shrink:0}.classic-h5-bet-header__period-next{color:#e05339;font-size:12px;font-weight:600;line-height:1.4;white-space:nowrap}.classic-h5-bet-header__countdown{color:#333;font-size:16px;font-weight:700}.classic-h5-bet-header__tabs{display:flex;grid-gap:6px;gap:6px}.classic-h5-bet-header__tab{display:flex;align-items:center;grid-gap:4px;gap:4px;padding:6px 10px;border:1px solid #e0e0e0;border-radius:8px;background:#f8f9fa;color:#666;font-size:12px;font-weight:500;white-space:nowrap}.classic-h5-bet-header__tab:active{background:#eceef0}.classic-h5-dice{display:block;width:28px;height:28px;flex-shrink:0;border-radius:4px}.classic-h5-ball{display:flex;align-items:center;justify-content:center;box-sizing:content-box;width:24px;height:24px;flex-shrink:0;border:2px solid transparent;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.3);color:#fff;font-size:18px;font-weight:700;line-height:1}.classic-h5-ball--outline{border-color:currentColor;background:transparent}.classic-h5-ball--square{box-sizing:border-box;width:23px;height:24px;border-radius:4px;box-shadow:none;font-size:16px}.classic-h5-bet-area{flex:1 1;display:flex;min-height:0;background:#fff}.classic-h5-bet-methods{width:max(75px,20vw);min-width:75px;flex-shrink:0;padding:10px 0 86px;border-right:1px solid #efefef;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.classic-h5-bet-methods::-webkit-scrollbar{display:none}.classic-h5-bet-methods__item{display:flex;align-items:center;min-height:44px;padding:10px 8px;border-left:3px solid transparent;border-radius:3px 0 0 3px;color:#666;font-size:14px}.classic-h5-bet-methods__item--active{background:var(--active-color-hover);border-left-color:var(--active-color);color:var(--active-color);font-weight:600}.classic-h5-bet-methods__name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.classic-h5-bet-methods__name--four{font-size:13px}.classic-h5-bet-methods__name--five{font-size:11px}.classic-h5-bet-methods__name--long{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal;word-break:break-all;font-size:11px;line-height:1.2}.classic-h5-bet-content{flex:1 1;min-width:0;overflow-y:auto;padding-bottom:106px;scrollbar-width:none;-ms-overflow-style:none}.classic-h5-bet-content::-webkit-scrollbar{display:none}.classic-h5-bet-plays{display:flex;align-items:center;height:40px;padding:0 8px;border-bottom:1px solid #efefef;background:#fff;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.classic-h5-bet-plays::-webkit-scrollbar{display:none}.classic-h5-bet-plays__item{flex-shrink:0;padding:5px 10px;margin:0 3px;border:1px solid transparent;border-radius:4px;color:#666;font-size:13px;white-space:nowrap;transition:color .2s,border-color .2s,background .2s;-webkit-tap-highlight-color:transparent}.classic-h5-bet-plays__item--active{border-color:var(--active-color);background:var(--active-color-hover);color:var(--active-color);font-weight:600}.classic-h5-bet-seats{display:flex;align-items:center;flex-wrap:wrap;padding:8px 10px;border-bottom:1px solid #efefef;background:#fff}.classic-h5-bet-seats__label{flex-shrink:0;margin-right:8px;color:#999;font-size:12px}.classic-h5-bet-seats__item{display:flex;align-items:center;flex-shrink:0;margin-right:10px;color:#666;font-size:13px;-webkit-tap-highlight-color:transparent}.classic-h5-bet-seats__item--active{color:var(--active-color);font-weight:600}.classic-h5-bet-seats__box{display:flex;align-items:center;justify-content:center;width:15px;height:15px;margin-right:4px;border:1px solid #ccc;border-radius:3px;background:#fff}.classic-h5-bet-seats__item--active .classic-h5-bet-seats__box{border-color:var(--active-color);background:var(--active-color);color:#fff}.classic-h5-bet-hand{padding:10px;background:#fff}.classic-h5-bet-hand__text{display:block;box-sizing:border-box;width:100%;height:90px;padding:8px;border:1px solid #e0e0e0;border-radius:4px;color:#333;font-size:14px;line-height:1.6;resize:none;outline:none}.classic-h5-bet-hand__text:focus{border-color:var(--active-color)}.classic-h5-bet-hand__text:disabled{background:#f7f7f7;color:#999}.classic-h5-bet-hand__tip{margin-top:8px;padding:0;list-style:none;color:#999;font-size:12px;line-height:1.8}.classic-h5-bet-type{position:relative;display:flex;align-items:center;justify-content:space-between;height:40px;padding:0 20px;border-bottom:1px solid #efefef;background:#fff}.classic-h5-bet-type__item{flex:1 1;display:flex;align-items:center;justify-content:center;height:100%;color:#666;font-size:16px;transition:color .25s,transform .15s;-webkit-tap-highlight-color:transparent}.classic-h5-bet-type__item:active{transform:scale(.94)}.classic-h5-bet-type__item--active{color:var(--active-color);font-weight:600}.classic-h5-bet-type__indicator{position:absolute;bottom:0;left:20px;width:calc(50% - 20px);height:3px;pointer-events:none;transition:transform .3s cubic-bezier(.34,1.4,.64,1)}.classic-h5-bet-type__indicator:before{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:80px;height:3px;border-radius:3px 3px 0 0;background:var(--active-color)}.classic-h5-bet-options__section{padding:10px;background:#fbfcfe}.classic-h5-bet-options__head{display:flex;align-items:center;justify-content:space-between;grid-gap:8px;gap:8px}.classic-h5-bet-options__title{padding-bottom:8px;color:#566376;font-size:16px;font-weight:600}.classic-h5-bet-options__quick{display:flex;flex-wrap:wrap;grid-gap:4px;gap:4px;padding-bottom:8px}.classic-h5-bet-options__quick-item{min-width:26px;padding:3px 6px;border:1px solid #e9ecef;border-radius:4px;background:#fff;color:#566376;font-size:12px;text-align:center}.classic-h5-bet-options__quick-item:active{background:var(--active-color-hover);border-color:var(--active-color);color:var(--active-color)}.classic-h5-bet-options__quick-item--clear{border-color:#ffd0d6;color:#fc243b}.classic-h5-bet-options__quick-item--clear:active{background:#fff1f3;border-color:#fc243b;color:#fc243b}.classic-h5-bet-options__subname{margin-bottom:8px;padding:4px 8px;border-left:3px solid var(--active-color);border-radius:0 3px 3px 0;background:var(--active-color-hover);color:var(--active-color);font-size:13px;font-weight:600}.classic-h5-bet-options__tabs{display:flex;flex-wrap:wrap;grid-gap:6px;gap:6px;padding-bottom:8px}.classic-h5-bet-options__tab{padding:5px 10px;border:1px solid #e9ecef;border-radius:4px;background:#fff;color:#666;font-size:13px}.classic-h5-bet-options__tab--active{background:var(--active-color-hover);border-color:var(--active-color);color:var(--active-color);font-weight:600}.classic-h5-bet-options__group{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:10px 5px;gap:10px 5px}.classic-h5-bet-options__item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:52px;padding:6px;border:1px solid #e9ecef;border-radius:6px;background:#fff;overflow:hidden}.classic-h5-bet-options__item--selected{background:linear-gradient(180deg,#ffeed4,#fff5d0);border-color:#ffdf88}.classic-h5-bet-options__item--selected:after{content:"";position:absolute;top:0;right:0;border-color:transparent #fc243b transparent transparent;border-style:solid;border-width:0 16px 16px 0;border-radius:0 6px 0 0}.classic-h5-bet-options__item--selected:before{content:"";box-sizing:border-box;position:absolute;top:3px;right:2px;z-index:1;width:6px;height:3px;border-left:1.5px solid #fff;border-bottom:1.5px solid #fff;transform:rotate(-45deg)}.classic-h5-bet-options__item--selected .classic-h5-bet-options__label--number{background:#da2013;border-color:#ffdf88;color:#fff}.classic-h5-bet-options__item--selected .classic-h5-bet-options__label--text{color:#333}.classic-h5-bet-options__item--selected .classic-h5-bet-options__odds{color:#dc3545}.classic-h5 .classic-h5-bet-options__item.scenes-game-fragment-list-item-select,.classic-h5 .classic-h5-bet-options__item.scenes-game-fragment-list-item-TUOTOU{background:none!important;color:inherit}.classic-h5-bet-options__content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0}.classic-h5-bet-options__group--normal{grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.classic-h5-bet-options__item--normal{flex-direction:row;align-items:center;justify-content:flex-start;grid-gap:10px;gap:10px;min-height:50px;padding:12px 4px}.classic-h5-bet-options__item--normal .classic-h5-bet-options__content{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0}.classic-h5-bet-options__amount{flex-shrink:0;width:80px;height:36px;padding:0 8px;border:1px solid #ffc107;border-radius:4px;background:#fff;color:#333;font-size:16px;outline:none;transition:border-color .3s ease}.classic-h5-bet-options__amount::-webkit-input-placeholder{color:#999}.classic-h5-bet-options__amount:-ms-input-placeholder{color:#999}.classic-h5-bet-options__amount::-ms-input-placeholder{color:#999}.classic-h5-bet-options__amount::placeholder{color:#999}.classic-h5-bet-options__amount:focus{border-color:#ffb300;box-shadow:0 0 0 2px rgba(255,193,7,.2)}.classic-h5-bet-options__item--wide{grid-column:1/-1;min-height:44px;padding:6px 10px}.classic-h5-bet-options__item--wide .classic-h5-bet-options__content{flex:1 1;flex-direction:row;align-items:center;justify-content:flex-start;grid-gap:8px;gap:8px;width:100%}.classic-h5-bet-options__item--wide .classic-h5-bet-options__label{flex-shrink:0;margin-bottom:0}.classic-h5-bet-options__item--wide .classic-h5-bet-options__odds{margin-left:auto;flex-shrink:0}.classic-h5-bet-options__balls{display:flex;flex-wrap:wrap;align-items:center;grid-gap:3px;gap:3px;min-width:0}.classic-h5-bet-options__dice{display:flex;align-items:center;justify-content:center;grid-gap:2px;gap:2px;margin-bottom:2px}.classic-h5-bet-options__dice img{display:block;flex-shrink:0}.classic-h5-bet-options__ball{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;border-radius:50%;color:#fff;font-size:11px;font-style:normal;font-weight:600;line-height:1;text-shadow:0 1px 1px rgba(0,0,0,.3)}.classic-h5-bet-options__subhead{grid-column:1/-1;display:flex;grid-gap:8px;gap:8px;padding:4px 2px;color:#566376;font-size:13px;font-weight:600}.classic-h5-bet-options__label{display:flex;align-items:center;justify-content:center;margin-bottom:2px;font-weight:600;line-height:1;text-align:center;white-space:nowrap}.classic-h5-bet-options__label--number{width:28px;height:28px;border:1px solid #e9ecef;border-radius:50%;color:#3467c9;font-size:18px}.classic-h5-bet-options__label--text{color:#566376;font-size:16px}.classic-h5-bet-options__label--text-two{font-size:14px}.classic-h5-bet-options__label--text-three{font-size:12px}.classic-h5-bet-options__odds{color:#ea6e64;font-size:12px;font-weight:700;line-height:1}.classic-h5-notice-page{flex:1 1;overflow-y:auto;padding:12px;background:#f5f5f5}.classic-h5-notice-page__card{padding:16px;margin-bottom:12px;border-radius:8px;background:#fff}.classic-h5-notice-page__body{color:#333;font-size:14px;line-height:1.8;word-break:break-all}.classic-h5-notice-page__tag{color:#e74c3c;font-weight:600}.classic-h5-notice-page__date{margin-top:12px;color:#999;font-size:12px;text-align:right}.classic-h5-notice-page__end{padding:16px 0 24px;color:#999;font-size:13px;text-align:center}.classic-h5-drawer{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100;visibility:hidden;transition:visibility 0s linear .25s}.classic-h5-drawer--open{visibility:visible;transition-delay:0s}.classic-h5-drawer__mask{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.45);opacity:0;transition:opacity .25s ease}.classic-h5-drawer--open .classic-h5-drawer__mask{opacity:1}.classic-h5-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:270px;display:flex;flex-direction:column;padding:12px;background:var(--menu-primary-color);color:var(--text-color);transform:translateX(100%);transition:transform .25s ease-out;overflow-y:auto}.classic-h5-drawer--open .classic-h5-drawer__panel{transform:translateX(0)}.classic-h5-drawer__close{align-self:flex-end;padding:4px}.classic-h5-drawer__member{display:flex;align-items:center;grid-gap:10px;gap:10px;padding:12px;margin-bottom:10px;border-radius:6px;background:hsla(0,0%,100%,.14)}.classic-h5-drawer__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.classic-h5-drawer__member-info{min-width:0}.classic-h5-drawer__member-name{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classic-h5-drawer__member-balance{display:flex;align-items:center;grid-gap:5px;gap:5px;margin-top:3px;font-size:13px}.classic-h5-drawer__currency{opacity:.75;font-size:11px}.classic-h5-drawer__refresh{display:flex;opacity:.8}.classic-h5-drawer__profit{display:flex;align-items:center;justify-content:space-between;height:44px;padding:0 12px;margin-bottom:14px;border-radius:6px;background:hsla(0,0%,100%,.14);font-size:15px}.classic-h5-drawer__profit-value{color:#f5d88a;font-weight:600}.classic-h5-drawer__menu{display:flex;flex-direction:column;grid-gap:6px;gap:6px;padding:6px;margin-bottom:14px;border-radius:6px;background:hsla(0,0%,100%,.07)}.classic-h5-drawer__item{display:flex;align-items:center;justify-content:space-between;grid-gap:10px;gap:10px;height:44px;padding:0 12px;border-radius:4px;background:hsla(0,0%,100%,.14);font-size:15px}.classic-h5-drawer__item:active{background:hsla(0,0%,100%,.24)}.classic-h5-drawer__item-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classic-h5-drawer__item-icon{opacity:.65}.classic-h5-drawer__dots{display:flex;align-items:center;grid-gap:8px;gap:8px;flex-shrink:0}.classic-h5-drawer__dot{width:16px;height:16px;border-radius:50%;border:2px solid transparent;box-shadow:0 1px 3px rgba(0,0,0,.25);transition:transform .15s}.classic-h5-drawer__dot--active{border-color:var(--text-color);transform:scale(1.15)}.classic-h5-bet-bar{position:absolute;left:0;right:0;bottom:0;z-index:10;display:flex;align-items:stretch;flex-wrap:nowrap;height:80px;background-color:hsla(0,0%,83.9%,.92)}.classic-h5-bet-bar__left{position:relative;flex:1 1 auto;min-width:0;padding:35px 8px 12px}.classic-h5-bet-bar--gfc{flex-direction:column;justify-content:center;height:auto;grid-gap:6px;gap:6px;padding:7px 10px}.classic-h5-bet-bar__gfc-row{display:flex;align-items:center;justify-content:space-between;grid-gap:8px;gap:8px}.classic-h5-bet-bar__gfc-summary{display:flex;align-items:baseline;grid-gap:6px;gap:6px;white-space:nowrap}.classic-h5-bet-bar__gfc-count{color:#566376;font-size:12px}.classic-h5-bet-bar__gfc-total{color:#fc243b;font-size:14px;font-weight:600}.classic-h5-bet-bar__gfc-controls{display:flex;align-items:center;grid-gap:8px;gap:8px}.classic-h5-bet-bar__gfc-units{display:flex;border:1px solid #c9d0da;border-radius:4px;overflow:hidden}.classic-h5-bet-bar__gfc-unit{min-width:26px;padding:3px 7px;background:#fff;color:#566376;font-size:12px;text-align:center}.classic-h5-bet-bar__gfc-unit+.classic-h5-bet-bar__gfc-unit{border-left:1px solid #c9d0da}.classic-h5-bet-bar__gfc-unit.is-active{background:var(--active-color);color:#fff}.classic-h5-bet-bar__gfc-multiple{display:flex;align-items:center;grid-gap:0;gap:0;border:1px solid #c9d0da;border-radius:4px;background:#fff;padding:0 2px}.classic-h5-bet-bar__gfc-step{display:flex;align-items:center;justify-content:center;width:20px;height:22px;color:#566376;font-size:15px}.classic-h5-bet-bar__gfc-step:active{color:var(--active-color)}.classic-h5-bet-bar__gfc-value{min-width:24px;color:#fc243b;font-size:13px;font-weight:600;text-align:center}.classic-h5-bet-bar__gfc-unit-text{padding-right:2px;color:#566376;font-size:12px}.classic-h5-bet-bar__gfc-actions{display:flex;align-items:center;grid-gap:10px;gap:10px}.classic-h5-bet-bar__gfc-actions .classic-h5-bet-bar__clear{flex:0 0 84px;width:auto;height:36px;margin-left:0}.classic-h5-bet-bar__gfc-actions .classic-h5-bet-bar__submit{flex:1 1 auto;width:auto;height:36px;font-size:16px}.classic-h5-bet-bar__rail-wrap{position:absolute;left:0;right:0;top:0;transform:translateY(-50%)}.classic-h5-bet-bar__rail{display:flex;grid-gap:8px;gap:8px;padding:12px 5px 8px 8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.classic-h5-bet-bar__rail::-webkit-scrollbar{display:none}.classic-h5-bet-bar__chip{position:relative;flex:0 0 auto;width:45px;height:45px;border-radius:50%;overflow:hidden;transition:transform .2s ease}.classic-h5-bet-bar__chip img{width:100%;height:100%}.classic-h5-bet-bar__chip:active{transform:translateY(-6px)}.classic-h5-bet-bar__chip-text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;pointer-events:none;line-height:1;white-space:nowrap;font-weight:700}.classic-h5-bet-bar__row{display:flex;align-items:center;grid-gap:12px;gap:12px;flex-wrap:nowrap}.classic-h5-bet-bar__amount{flex:1 1 auto;display:flex;align-items:center;grid-gap:6px;gap:6px;min-width:0}.classic-h5-bet-bar__input{display:flex;align-items:center;width:108px;height:35px;border:1px solid transparent;border-radius:6px;background:#fff;overflow:hidden;transition:border-color .3s ease}.classic-h5-bet-bar__input:focus-within{border-color:#ff9156}.classic-h5-bet-bar__input input{flex:1 1;width:100%;height:100%;padding:0 10px;border:none;outline:none;background:transparent;font-size:16px}.classic-h5-bet-bar__input input::-webkit-input-placeholder{color:#999}.classic-h5-bet-bar__input input:-ms-input-placeholder{color:#999}.classic-h5-bet-bar__input input::-ms-input-placeholder{color:#999}.classic-h5-bet-bar__input input::placeholder{color:#999}.classic-h5-bet-bar__balance{display:flex;flex-direction:column;align-items:flex-start;min-width:0;color:#3a3a3a;font-size:14px}.classic-h5-bet-bar__balance-label{opacity:.7;white-space:nowrap}.classic-h5-bet-bar__balance-value{color:#384e72;white-space:nowrap}.classic-h5-bet-bar__clear{margin-left:auto;flex-shrink:0;width:55px;height:34px;border:1px solid rgba(255,176,69,.25);border-radius:3px;box-shadow:0 2px rgba(190,36,0,.8);background:linear-gradient(180deg,#ffa743,#ff7979);color:#fff;font-size:15px;font-weight:600;white-space:nowrap}.classic-h5-bet-bar__right{display:flex;justify-content:center;align-items:center;flex:0 0 75px;width:75px}.classic-h5-bet-bar__submit{display:flex;align-items:center;justify-content:center;width:70px;height:67px;border:none;border-radius:3px;box-shadow:0 2px rgba(0,62,114,.96);background:linear-gradient(180deg,#74caff,#1779ff);color:#fff;font-size:18px;font-weight:600;white-space:nowrap}.classic-h5-bet-bar__clear.is-disabled,.classic-h5-bet-bar__submit.is-disabled{box-shadow:none;background:#b9b9b9;border-color:transparent;color:#f0f0f0}@-webkit-keyframes classic-h5-confirm-mask{0%{opacity:0}to{opacity:1}}@keyframes classic-h5-confirm-mask{0%{opacity:0}to{opacity:1}}@-webkit-keyframes classic-h5-confirm-pop{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes classic-h5-confirm-pop{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.classic-h5-confirm{position:fixed;top:0;left:0;right:0;bottom:0;z-index:130;display:flex;align-items:center;justify-content:center}.classic-h5-confirm__mask{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-animation:classic-h5-confirm-mask .16s ease-out both;animation:classic-h5-confirm-mask .16s ease-out both}.classic-h5-confirm__dialog{position:relative;display:flex;flex-direction:column;width:95%;max-width:712px;max-height:80vh;border-radius:8px;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.15);overflow:hidden;-webkit-animation:classic-h5-confirm-pop .18s ease-out both;animation:classic-h5-confirm-pop .18s ease-out both}.classic-h5-confirm__header{position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center;height:45px;padding:12px 16px;border-bottom:1px solid #eee;background:#f5f8ff}.classic-h5-confirm__title{margin:0;color:#6587e5;font-size:18px;font-weight:700}.classic-h5-confirm__close{position:absolute;right:16px;display:flex;color:#6587e5}.classic-h5-confirm__table-wrap{flex:1 1;min-height:230px;max-height:230px;padding:10px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.classic-h5-confirm__table{width:100%;border-collapse:collapse;font-size:14px}.classic-h5-confirm__table th{height:30px;border:1px solid #e0e0e0;background:#fafafa;color:#333;font-weight:600;text-align:center}.classic-h5-confirm__table td{padding:8px;border:1px solid #e0e0e0;text-align:center;vertical-align:middle}.classic-h5-confirm__name{min-width:100px;max-width:120px;color:#333;font-weight:500;word-break:break-word}.classic-h5-confirm__odds{color:#ff4d4f;font-weight:600}.classic-h5-confirm__amount-cell{padding:4px}.classic-h5-confirm__amount{width:80px;height:25px;padding:0 8px;border:1px solid gold;border-radius:4px;background:#fff;font-size:16px;text-align:center}.classic-h5-confirm__amount:focus{outline:none;border-color:gold;box-shadow:0 0 0 2px rgba(255,215,0,.2)}.classic-h5-confirm__action{padding:4px}.classic-h5-confirm__remove{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#f5f5f5;color:#666}.classic-h5-confirm__footer-info{position:relative;flex-shrink:0;padding:10px 20px;border-top:1px solid #e0e0e0;background:#fff}.classic-h5-confirm__row{display:flex;align-items:center;justify-content:space-between}.classic-h5-confirm__checkbox{display:flex;align-items:center;color:#333;font-size:14px}.classic-h5-confirm__checkbox>input{width:14px;height:14px;margin:0 8px 0 0;accent-color:#1779ff}.classic-h5-confirm__summary{display:flex;align-items:center;grid-gap:16px;gap:16px;color:#333;font-size:14px}.classic-h5-confirm__desc{margin:4px 0 0;color:#ff4d4f;font-size:11px;line-height:1.4;text-align:center}.classic-h5-confirm__footer{flex-shrink:0;display:flex;grid-gap:12px;gap:12px;padding:16px 20px;background:#f2f2f2}.classic-h5-confirm__cancel{flex:0.6 1;padding:12px;border:1px solid #ddd;border-radius:6px;background:#f5f5f5;color:#666;font-size:14px}.classic-h5-confirm__submit{flex:1.4 1;padding:12px;border:none;border-radius:6px;background:linear-gradient(135deg,#1779ff,#74caff);color:#fff;font-size:14px;font-weight:600}.classic-h5-confirm__submit.is-disabled{background:#ccc;opacity:.6}.classic-h5-history-page{position:absolute;top:46px;left:0;right:0;bottom:0}.classic-h5-history-page__action{display:inline-flex;align-items:center;padding:3px 8px;border:1px solid hsla(0,0%,100%,.7);border-radius:3px;color:#fff;font-size:12px;line-height:1.4;white-space:nowrap}.classic-h5-history-page__action:active{opacity:.7}.classic-h5-result{display:flex;flex-direction:column;align-items:center;min-width:0}.classic-h5-result__row{flex-wrap:wrap}.classic-h5-result__row,.classic-h5-result__zodiac{display:flex;align-items:center;justify-content:center;grid-gap:6px;gap:6px}.classic-h5-result__zodiac{margin-top:4px;height:20px}.classic-h5-result__zodiac-text{width:28px;color:#666;font-size:14px;font-weight:700}.classic-h5-result__op,.classic-h5-result__zodiac-text{display:flex;align-items:center;justify-content:center;flex-shrink:0}.classic-h5-result__op{width:14px;color:#999;font-size:16px;line-height:1}.classic-h5-draw-result{position:absolute;top:46px;left:0;right:0;bottom:0;display:flex;flex-direction:column;background:#f5f5f5}.classic-h5-draw-result__tabs{flex-shrink:0;display:flex;flex-wrap:wrap;padding:10px 12px 2px;background:#fff;border-bottom:1px solid #ececec}.classic-h5-draw-result__tab{margin:0 8px 8px 0;padding:7px 15px;border-radius:4px;background:#f2f3f5;color:#646566;font-size:13px;line-height:1}.classic-h5-draw-result__tab.is-active{box-shadow:inset 0 0 0 1px #dcdee0;background:#fff;color:#323233;font-weight:600}.classic-h5-draw-result__list{flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch}.classic-h5-draw-result__row{padding:10px 12px;background:#fff;border-bottom:1px solid #f0f0f0}.classic-h5-draw-result__head{display:flex;align-items:baseline}.classic-h5-draw-result__name{color:#c8161d;font-size:14px;font-weight:600}.classic-h5-draw-result__no{margin-left:6px;color:#969799;font-size:11px}.classic-h5-draw-result__no-unit{margin-left:2px}.classic-h5-draw-result__time{margin-left:auto;color:#969799;font-size:11px}.classic-h5-draw-result__body{display:flex;align-items:center;margin-top:8px}.classic-h5-draw-result__balls{flex:1 1;min-width:0;align-items:flex-start}.classic-h5-draw-result__arrow{margin-left:8px;color:#c8c9cc}.classic-h5-draw-result__empty-balls{color:#969799;font-size:12px}.classic-h5-draw-result__empty{padding:60px 0;color:#969799;font-size:13px;text-align:center}.classic-h5-bet-detail{position:absolute;top:46px;left:0;right:0;bottom:0;display:flex;flex-direction:column;background:#f5f5f5}.classic-h5-bet-detail__name{flex:1 1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.classic-h5-bet-detail__count{flex-shrink:0;width:64px;text-align:center}.classic-h5-bet-detail__amount{flex-shrink:0;width:96px;text-align:center}.classic-h5-bet-detail__head{flex-shrink:0;display:flex;align-items:center;padding:10px 12px;background:#f7f8fa;color:#969799;font-size:12px}.classic-h5-bet-detail__unit{display:block;font-style:normal;font-size:11px}.classic-h5-bet-detail__list{flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch}.classic-h5-bet-detail__row{display:flex;align-items:center;padding:14px 12px;background:#fff;border-bottom:1px solid #f0f0f0;color:#323233;font-size:13px}.classic-h5-bet-detail__row.is-active{color:#c8161d;font-weight:600}.classic-h5-bet-detail__total{flex-shrink:0;display:flex;align-items:center;padding:12px;background:#fff;border-top:1px solid #ebedf0;color:#d4a017;font-size:14px;font-weight:600}.classic-h5-bet-detail__total-label{display:block;font-style:normal;font-size:11px;font-weight:400}.classic-h5-bet-detail__empty{padding:60px 0;color:#969799;font-size:13px;text-align:center}@-webkit-keyframes classic-page-in{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes classic-page-in{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes classic-page-out{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}@keyframes classic-page-out{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}.page-screen-container:last-child .classic-h5>:not(.classic-h5-navbar):not(.classic-h5-drawer):not(.classic-h5-history):not(.classic-h5-gamepanel):not(.classic-h5-confirm):not(.classic-h5-multi-picker):not(.classic-h5-goodroad__explain-mask){-webkit-animation:classic-page-in .25s ease-out both;animation:classic-page-in .25s ease-out both}.classic-h5>.classic-h5-leaving{position:absolute;top:46px;left:0;right:0;bottom:0;display:flex;flex-direction:column;pointer-events:none;-webkit-animation:classic-page-out .25s ease-out both!important;animation:classic-page-out .25s ease-out both!important}.page-screen-container:not(:last-child) .classic-h5>:not(.classic-h5-navbar):not(.classic-h5-drawer):not(.classic-h5-history):not(.classic-h5-gamepanel):not(.classic-h5-confirm):not(.classic-h5-multi-picker):not(.classic-h5-goodroad__explain-mask){-webkit-animation:classic-page-out .25s ease-out both;animation:classic-page-out .25s ease-out both}.page-screen-container.classic-page-enter,.page-screen-container.classic-page-leave{background:transparent!important}.page-screen-container.classic-page-enter .classic-h5,.page-screen-container.classic-page-leave .classic-h5{background:transparent}.classic-page-leave.classic-page-leave-active .classic-h5>.classic-h5-navbar{opacity:0}.classic-page-leave.classic-page-leave-active .classic-h5>:not(.classic-h5-navbar):not(.classic-h5-drawer):not(.classic-h5-history):not(.classic-h5-gamepanel):not(.classic-h5-confirm):not(.classic-h5-multi-picker):not(.classic-h5-goodroad__explain-mask){-webkit-animation:classic-page-out .15s ease-out both;animation:classic-page-out .15s ease-out both}.classic-page-appear .classic-h5>:not(.classic-h5-navbar):not(.classic-h5-drawer):not(.classic-h5-history):not(.classic-h5-gamepanel):not(.classic-h5-confirm):not(.classic-h5-multi-picker):not(.classic-h5-goodroad__explain-mask){opacity:0}.classic-page-appear.classic-page-appear-active .classic-h5>:not(.classic-h5-navbar):not(.classic-h5-drawer):not(.classic-h5-history):not(.classic-h5-gamepanel):not(.classic-h5-confirm):not(.classic-h5-multi-picker):not(.classic-h5-goodroad__explain-mask){opacity:1;transition:opacity .25s ease-out}.classic-h5-rules{position:absolute;top:46px;left:0;right:0;bottom:0;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#f5f5f5}.classic-h5-rules__row{display:flex;align-items:center;padding:14px 12px;background:#fff;border-bottom:1px solid #f0f0f0;color:#323233;font-size:14px}.classic-h5-rules__row:nth-child(2n){background:#fafafa}.classic-h5-rules__name{flex:1 1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.classic-h5-rules__arrow{flex-shrink:0;margin-left:8px;color:#c8c9cc}.classic-h5-rules__empty{padding:60px 0;color:#969799;font-size:13px;text-align:center}.classic-h5-rule-page{position:absolute;top:46px;left:0;right:0;bottom:0;background:#fff}.classic-h5-rule-page__frame{display:block;width:100%;height:100%;border:0}.classic-h5-rule-page__loading{top:0;align-items:center;justify-content:center;background:#fff;color:#969799;font-size:13px}.classic-h5-report,.classic-h5-rule-page__loading{position:absolute;left:0;right:0;bottom:0;display:flex}.classic-h5-report{top:46px;flex-direction:column;background:#f5f5f5}.classic-h5-report__tabs{flex-shrink:0;display:flex;padding:10px 12px 2px;background:#fff;border-bottom:1px solid #ececec}.classic-h5-report__tab{margin:0 8px 8px 0;padding:7px 15px;border-radius:4px;background:#f2f3f5;color:#646566;font-size:13px;line-height:1}.classic-h5-report__tab.is-active{box-shadow:inset 0 0 0 1px #dcdee0;background:#fff;color:#323233;font-weight:600}.classic-h5-report__date{flex:1 1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.classic-h5-report__amount,.classic-h5-report__result{flex-shrink:0;width:100px;text-align:right}.classic-h5-report__head{flex-shrink:0;display:flex;align-items:center;padding:10px 12px;background:#f7f8fa;color:#969799;font-size:12px}.classic-h5-report__unit{display:block;font-style:normal;font-size:11px}.classic-h5-report__list{flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch}.classic-h5-report__row{display:flex;align-items:center;padding:14px 12px;background:#fff;border-bottom:1px solid #f0f0f0;color:#323233;font-size:13px}.classic-h5-report__row.is-active{color:#c8161d;font-weight:600;cursor:pointer}.classic-h5-report__winloss.is-win{color:#c8161d}.classic-h5-report__winloss.is-lose{color:#4a5a6a}.classic-h5-report__total{flex-shrink:0;display:flex;align-items:center;padding:12px;background:#fff;border-top:1px solid #ebedf0;color:#d4a017;font-size:14px;font-weight:600}.classic-h5-report__total .classic-h5-report__winloss{color:inherit}.classic-h5-report__total-label{display:block;font-style:normal;font-size:11px;font-weight:400}.classic-h5-report__empty{padding:60px 0;color:#969799;font-size:13px;text-align:center}.classic-h5-bet-list{position:absolute;top:46px;left:0;right:0;bottom:0;display:flex;flex-direction:column;background:#f5f5f5}.classic-h5-bet-list__scroll{flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch}.classic-h5-bet-list__row{padding:10px 12px;background:#fff;border-bottom:1px solid #f0f0f0}.classic-h5-bet-list__head{display:flex;align-items:baseline;color:#969799;font-size:11px}.classic-h5-bet-list__game{margin-right:8px;color:#c8161d;font-size:12px;font-weight:600}.classic-h5-bet-list__no{color:#323233;font-size:12px;font-weight:600}.classic-h5-bet-list__no-unit{margin-left:2px;font-style:normal;font-weight:400}.classic-h5-bet-list__id{margin-left:8px}.classic-h5-bet-list__time{margin-left:auto}.classic-h5-bet-list__body{display:flex;align-items:center;margin-top:6px}.classic-h5-bet-list__play{flex:1 1;min-width:0;color:#323233;font-size:14px;font-weight:600;word-break:break-all}.classic-h5-bet-list__winloss{flex-shrink:0;margin-left:10px;font-size:15px;font-weight:600}.classic-h5-bet-list__winloss.is-win{color:#c8161d}.classic-h5-bet-list__winloss.is-lose{color:#4a5a6a}.classic-h5-bet-list__state{flex-shrink:0;margin-left:10px;color:#969799;font-size:12px}.classic-h5-bet-list__foot{display:flex;flex-wrap:wrap;margin-top:6px;color:#969799;font-size:11px}.classic-h5-bet-list__foot>span{margin-right:14px}.classic-h5-bet-list__foot em{color:#646566;font-style:normal}.classic-h5-bet-list__result em{color:#c8161d;font-weight:600}.classic-h5-bet-list__total{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:12px;background:#fff;border-top:1px solid #ebedf0;color:#d4a017;font-size:13px;font-weight:600}.classic-h5-bet-list__total-amount em{margin-left:2px;font-style:normal;font-size:15px}.classic-h5-bet-list__empty{padding:60px 0;color:#969799;font-size:13px;text-align:center}.classic-h5-history{position:fixed;top:0;left:0;right:0;bottom:0;z-index:120;visibility:hidden;transition:visibility 0s linear .25s}.classic-h5-history--open{visibility:visible;transition-delay:0s}.classic-h5-history--page{position:absolute;z-index:auto;visibility:visible;transition:none}.classic-h5-history--page .classic-h5-history__panel{position:absolute;top:0;height:100%;border-radius:0;transform:none;transition:none}.classic-h5-history__mask{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.45);opacity:0;transition:opacity .25s ease}.classic-h5-history--open .classic-h5-history__mask{opacity:1}.classic-h5-history__panel{position:absolute;left:0;right:0;bottom:0;height:99%;display:flex;flex-direction:column;border-radius:16px 16px 0 0;background:#f5f5f5;transform:translateY(100%);transition:transform .25s ease-out;overflow:hidden}.classic-h5-history--open .classic-h5-history__panel{transform:translateY(0)}.classic-h5-history__header{position:relative;flex-shrink:0;display:flex;align-items:center;padding:8px 16px;background:var(--history-header-color)}.classic-h5-history__close{display:flex;align-items:center;grid-gap:4px;gap:4px;padding:4px 8px;color:var(--icon-color);font-size:16px}.classic-h5-history__title{position:absolute;left:50%;transform:translateX(-50%);margin:0;color:var(--icon-color);font-size:18px;font-weight:700}.classic-h5-history__selector{flex-shrink:0;display:flex;grid-gap:16px;gap:16px;padding:6px 16px;background:#fff}.classic-h5-history__selector.is-single{justify-content:center}.classic-h5-history__select{flex:1 1;display:flex;align-items:center;justify-content:center;grid-gap:6px;gap:6px;height:36px;padding:0 12px;color:#6c757d;font-size:14px;overflow:hidden}.classic-h5-history__selector.is-single .classic-h5-history__select{flex:0 1 auto;max-width:70%}.classic-h5-history__select>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classic-h5-history__caret{flex-shrink:0;width:0;height:0;border-color:#6f6f6f transparent transparent;border-style:solid;border-width:6px 5px 0;transition:transform .2s ease}.classic-h5-history__caret.is-open{transform:rotate(180deg)}.classic-h5-history__body{position:relative;flex:1 1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.classic-h5-history__list{flex:1 1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.classic-h5-history__item{border-bottom:1px solid #eee;background:#fff}.classic-h5-history__main{position:relative;padding:10px 14px}.classic-h5-history__more-icon{position:absolute;right:12px;bottom:4px;color:#999;font-size:14px;font-weight:700;line-height:1}.classic-h5-history__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.classic-h5-history__issue{display:flex;align-items:center;grid-gap:6px;gap:6px}.classic-h5-history__no{display:flex;align-items:baseline;color:#3467c9;font-size:16px}.classic-h5-history__no-unit{margin-left:1px;font-size:10px;line-height:1}.classic-h5-history__time{color:#ccc;font-size:12px}.classic-h5-history__summary{display:flex;align-items:center;grid-gap:2px;gap:2px}.classic-h5-history__summary-label{margin-right:4px;color:#999;font-size:14px}.classic-h5-history__summary-sum{color:#333;font-size:14px;font-weight:700}.classic-h5-history__summary-value{font-size:14px;font-weight:700}.classic-h5-history__balls{width:100%}.classic-h5-history__ball.is-outline{border-color:currentColor;background:#fff;box-shadow:none;text-shadow:none}.classic-h5-history__plus{display:flex;align-items:center;justify-content:center;width:14px;flex-shrink:0;color:#999;font-size:16px}.classic-h5-history__details{border-top:1px solid #eee;background:#fafafa}.classic-h5-history__table{width:100%;border-collapse:collapse;table-layout:fixed}.classic-h5-history__table td,.classic-h5-history__table th{height:25px;border:1px solid #eee;color:#333;font-size:12px;font-weight:400;text-align:center;white-space:nowrap}.classic-h5-history__table td:first-child,.classic-h5-history__table th:first-child{width:44px;color:#999}.classic-h5-history__table-head{background:#f8f9fa}.classic-h5-history__table-head th{color:#999;font-weight:500}.classic-h5-history__empty{display:flex;align-items:center;justify-content:center;height:200px;color:#999;font-size:14px}.classic-h5-history__more{padding:16px;color:#999;font-size:14px;text-align:center}.classic-h5-history__picker{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;visibility:hidden;transition:visibility 0s linear .25s}.classic-h5-history__picker.is-open{visibility:visible;transition-delay:0s}.classic-h5-history__picker-mask{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);opacity:0;transition:opacity .25s ease}.classic-h5-history__picker.is-open .classic-h5-history__picker-mask{opacity:1}.classic-h5-history__picker-list{position:relative;max-height:60%;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.12);transform:translateY(-100%);transition:transform .25s ease-out}.classic-h5-history__picker.is-open .classic-h5-history__picker-list{transform:translateY(0)}.classic-h5-history__picker-item{padding:12px 16px;border-bottom:1px solid #f2f2f2;color:#333;font-size:15px;text-align:center}.classic-h5-history__picker-item.is-active{color:var(--active-color);font-weight:600}.classic-h5-trend{position:fixed;top:0;left:0;right:0;bottom:0;z-index:120;visibility:hidden;transition:visibility 0s linear .25s}.classic-h5-trend--open{visibility:visible;transition-delay:0s}.classic-h5-trend__mask{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.45);opacity:0;transition:opacity .25s ease}.classic-h5-trend--open .classic-h5-trend__mask{opacity:1}.classic-h5-trend__panel{position:absolute;left:0;right:0;bottom:0;height:99%;display:flex;flex-direction:column;border-radius:16px 16px 0 0;background:#f5f5f5;transform:translateY(100%);transition:transform .25s ease-out;overflow:hidden}.classic-h5-trend--open .classic-h5-trend__panel{transform:translateY(0)}.classic-h5-trend__header{position:relative;flex-shrink:0;display:flex;align-items:center;padding:8px 16px;background:var(--history-header-color)}.classic-h5-trend__close{display:flex;align-items:center;grid-gap:4px;gap:4px;padding:4px 8px;color:var(--icon-color);font-size:16px}.classic-h5-trend__title{position:absolute;left:0;right:0;margin:0;color:var(--header-color);font-size:17px;font-weight:600;text-align:center;pointer-events:none}.classic-h5-trend__body{flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff}.classic-h5-trend__tabs{display:flex;border-bottom:1px solid #ebedf0;background:#fff}.classic-h5-trend__tab{position:relative;flex:1 1;padding:12px 0;color:#646566;font-size:14px;text-align:center}.classic-h5-trend__tab.is-active{color:var(--active-color);font-weight:600}.classic-h5-trend__tab.is-active:after{content:"";position:absolute;left:50%;bottom:0;width:24px;height:3px;margin-left:-12px;border-radius:2px;background:var(--header-color)}.classic-h5-trend__periods{display:flex;grid-gap:8px;gap:8px;padding:10px 12px 8px}.classic-h5-trend__period{padding:4px 14px;border:1px solid #dcdee0;border-radius:12px;color:#646566;font-size:12px}.classic-h5-trend__period.is-active{border-color:transparent;background:var(--primary-color);color:#fff}.classic-h5-trend__scroll{max-height:46vh;margin:0 12px 12px;overflow:auto;-webkit-overflow-scrolling:touch}.classic-h5-trend__table{width:100%;border-collapse:separate;border-spacing:0;font-size:12px;text-align:center}.classic-h5-trend__table td,.classic-h5-trend__table th{min-width:26px;height:26px;padding:0 2px;border-right:1px solid #ebedf0;border-bottom:1px solid #ebedf0;white-space:nowrap}.classic-h5-trend__table td:first-child,.classic-h5-trend__table th:first-child{border-left:1px solid #ebedf0}.classic-h5-trend__table th{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#f7f8fa;color:#646566;font-weight:600;border-top:1px solid #ebedf0}.classic-h5-trend__th-issue{left:0;z-index:3}.classic-h5-trend__issue{position:-webkit-sticky;position:sticky;left:0;z-index:1;background:#fff}.classic-h5-trend__issue,.classic-h5-trend__th-issue{min-width:58px;color:#969799}.classic-h5-trend__cell{color:#323233}.classic-h5-trend__cell.is-on{color:#e05339}.classic-h5-trend__cell.is-off{color:#4193e4}.classic-h5-trend__cell.is-number{font-weight:600}.classic-h5-trend__cell.is-missing{color:#c8c9cc}.classic-h5-trend__ball{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--primary-color);color:#fff;font-size:11px}.classic-h5-trend__beton{display:flex;flex-wrap:wrap;grid-gap:6px;gap:6px;padding:10px 12px;border-top:8px solid #f5f5f5}.classic-h5-trend__beton-item{padding:5px 12px;border:1px solid #dcdee0;border-radius:4px;color:#646566;font-size:12px}.classic-h5-trend__beton-item.is-active{border-color:var(--active-color);background:var(--active-color-hover);color:var(--active-color);font-weight:600}.classic-h5-trend__section{padding:0 12px 12px}.classic-h5-trend__section-title{padding:10px 12px;border-top:8px solid #f5f5f5;color:#323233;font-size:14px;font-weight:600}.classic-h5-trend__road{display:flex;align-items:stretch;margin-top:8px;border:1px solid #ebedf0}.classic-h5-trend__road-tally{flex-shrink:0;display:flex;flex-direction:column;justify-content:center;grid-gap:2px;gap:2px;width:62px;padding:4px 6px;border-right:1px solid #ebedf0;background:#fafafa;font-size:11px}.classic-h5-trend__road-tally b{margin-left:4px;font-weight:600}.classic-h5-trend__tally.is-on{color:#e05339}.classic-h5-trend__tally.is-off{color:#4193e4}.classic-h5-trend__tally.is-tie{color:#27ae60}.classic-h5-trend__road-cells{display:flex;flex-wrap:wrap;align-content:flex-start;grid-gap:2px;gap:2px;padding:4px}.classic-h5-trend__bead{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;font-size:10px;line-height:1}.classic-h5-trend__bead.is-on{background:rgba(224,83,57,.1);color:#e05339}.classic-h5-trend__bead.is-off{background:rgba(65,147,228,.1);color:#4193e4}.classic-h5-trend__bead.is-tie{background:rgba(39,174,96,.1);color:#27ae60}.classic-h5-trend__dragons{padding:0 12px 12px}.classic-h5-trend__dragon{display:flex;align-items:center;justify-content:space-between;padding:12px 4px;border-bottom:1px solid #f2f3f5;font-size:13px}.classic-h5-trend__dragon-name{color:#323233}.classic-h5-trend__dragon-times{color:#969799}.classic-h5-trend__empty{padding:24px 0;color:#969799;font-size:13px;text-align:center}.classic-h5-trend__foot{padding:16px 0 calc(24px + env(safe-area-inset-bottom));color:#c8c9cc;font-size:11px;text-align:center}.classic-h5-trend__scroll.is-tall{max-height:72vh}.classic-h5-goodroad{display:flex;flex-direction:column;min-height:100vh;background:var(--page-bg);color:var(--text-color)}.classic-h5-goodroad__tabs{position:relative;flex-shrink:0;display:flex;background:var(--card-bg)}.classic-h5-goodroad__indicator{position:absolute;bottom:0;left:0;width:33.33333%;height:2px;pointer-events:none;transition:transform .3s cubic-bezier(.34,1.4,.64,1)}.classic-h5-goodroad__indicator:before{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:32px;height:2px;border-radius:2px 2px 0 0;background:var(--active-color)}.classic-h5-goodroad__tab{flex:1 1;padding:12px 0;text-align:center;font-size:14px;color:#333;opacity:.6;position:relative;transition:color .25s,opacity .25s}.classic-h5-goodroad__tab--active{opacity:1;color:var(--active-color);font-weight:600}.classic-h5-goodroad__filter{-webkit-animation:classic-h5-goodroad-in .28s ease both;animation:classic-h5-goodroad-in .28s ease both;position:relative;z-index:20;flex-shrink:0;display:flex;align-items:center;grid-gap:6px;gap:6px;padding:8px 12px;font-size:12px;color:var(--text-color)}.classic-h5-goodroad__filter-unit{opacity:.6}.classic-h5-goodroad__select{color:#333;position:relative;display:flex;align-items:center;justify-content:space-between;grid-gap:4px;gap:4px;padding:3px 8px;min-width:52px;border:1px solid #ebedf0;border-radius:4px;background:#fff}.classic-h5-goodroad__dropdown{position:absolute;top:100%;left:0;z-index:10;margin-top:2px;min-width:100%;max-height:180px;overflow-y:auto;border:1px solid #ebedf0;border-radius:4px;background:var(--card-bg);box-shadow:0 2px 8px rgba(0,0,0,.12)}.classic-h5-goodroad__dropdown-item{padding:6px 10px;text-align:center;color:#333}.classic-h5-goodroad__dropdown-item--active{color:var(--active-color)}.classic-h5-goodroad__sort{margin-left:auto;display:flex;align-items:center;grid-gap:2px;gap:2px;color:#fff;font-weight:500}.classic-h5-goodroad__sort span{border-bottom:1px solid hsla(0,0%,100%,.5)}.classic-h5-goodroad__body{-webkit-animation:classic-h5-goodroad-in .28s ease both;animation:classic-h5-goodroad-in .28s ease both;position:relative;z-index:0;flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch}.classic-h5-goodroad__hint{padding:48px 0;text-align:center;font-size:13px;color:var(--text-color);opacity:.5}.classic-h5-goodroad__list{padding:0 10px 116px}.classic-h5-goodroad__card{color:#333;position:relative;margin-top:10px;padding:10px 12px;border-radius:8px;background:#fff}.classic-h5-goodroad__mask{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;border-radius:8px;background:rgba(0,0,0,.06);font-size:16px;font-weight:600;font-style:italic;color:#ee0a24}.classic-h5-goodroad__card-main{display:flex;align-items:flex-start;grid-gap:8px;gap:8px}.classic-h5-goodroad__card-info{flex:1 1;min-width:0}.classic-h5-goodroad__name{font-size:15px;font-weight:600}.classic-h5-goodroad__issue{margin-top:2px;font-size:11px;opacity:.5}.classic-h5-goodroad__play{margin-top:4px;font-size:13px}.classic-h5-goodroad__play em{font-style:normal;color:#ee0a24}.classic-h5-goodroad__streak{margin-top:4px;font-size:13px}.classic-h5-goodroad__streak em{margin:0 3px;font-style:normal;font-weight:600;color:#ee0a24}.classic-h5-goodroad__bets{flex-shrink:0;display:flex;grid-gap:8px;gap:8px}.classic-h5-goodroad__bet{-webkit-tap-highlight-color:transparent;transition:transform .15s;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:2px;gap:2px;width:56px;padding:7px 0;border:1px solid;border-radius:6px}.classic-h5-goodroad__bet--front{color:#ee0a24;border-color:rgba(238,10,36,.45);background:rgba(238,10,36,.05)}.classic-h5-goodroad__bet--back{color:#1989fa;border-color:rgba(25,137,250,.45);background:rgba(25,137,250,.05)}.classic-h5-goodroad__bet--hot{border-color:currentColor}.classic-h5-goodroad__bet-name{font-size:16px;font-weight:600}.classic-h5-goodroad__bet-odds{font-size:11px;opacity:.65}.classic-h5-goodroad__card-foot{display:flex;justify-content:flex-end;margin-top:4px}.classic-h5-goodroad__countdown{font-size:14px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.classic-h5-goodroad__coef{display:flex;align-items:center;margin-top:4px;font-size:13px}.classic-h5-goodroad__coef em{margin:0 3px;font-style:normal;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#ee0a24}.classic-h5-goodroad__coef-arrow{display:inline-flex;align-items:center;margin-left:2px;color:#ee0a24}.classic-h5-goodroad__nums{flex-shrink:0;display:flex;grid-gap:6px;gap:6px}.classic-h5-goodroad__num{-webkit-tap-highlight-color:transparent;transition:transform .15s;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:1px;gap:1px;width:44px;padding:6px 0;border:1px solid;border-radius:6px}.classic-h5-goodroad__num--miss{color:#07c160;border-color:rgba(7,193,96,.45);background:rgba(7,193,96,.05)}.classic-h5-goodroad__num--cold{color:#1989fa;border-color:rgba(25,137,250,.45);background:rgba(25,137,250,.05)}.classic-h5-goodroad__num--hot{color:#ee0a24;border-color:rgba(238,10,36,.45);background:rgba(238,10,36,.05)}.classic-h5-goodroad__num-value{font-size:16px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.classic-h5-goodroad__num-kind{font-size:11px}.classic-h5-goodroad__num-odds{font-size:11px;opacity:.65}.classic-h5-goodroad__bet,.classic-h5-goodroad__num{position:relative;overflow:visible}.classic-h5-goodroad__bet--picked,.classic-h5-goodroad__num--picked{border-color:currentColor;border-width:2px}.classic-h5-goodroad__bet--picked:after,.classic-h5-goodroad__num--picked:after{content:"";position:absolute;top:-2px;right:-2px;border-top-right-radius:6px;border-top:11px solid;border-left:11px solid transparent}.classic-h5-goodroad__bet--picked{padding:6px 0}.classic-h5-goodroad__num--picked{padding:5px 0}.classic-h5-goodroad__pk{margin-top:8px}.classic-h5-goodroad__pk-track{position:relative;height:12px;border-radius:6px;overflow:hidden;background:#1989fa}.classic-h5-goodroad__pk-front{height:100%;background:#ee0a24}.classic-h5-goodroad__pk-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:0 4px;border-radius:2px;background:#ffd21e;font-size:9px;font-weight:600;line-height:12px;color:#323233}.classic-h5-goodroad__pk-count{display:flex;justify-content:space-between;margin-top:2px;font-size:11px}.classic-h5-goodroad__pk-count--front{color:#ee0a24}.classic-h5-goodroad__pk-count--back{color:#1989fa}.classic-h5-goodroad__expand{display:flex;align-items:center;justify-content:center;grid-gap:3px;gap:3px;padding-top:8px;font-size:11px;opacity:.5}.classic-h5-goodroad__expand-caret{display:inline-flex;transition:transform .2s}.classic-h5-goodroad__expand-caret--up{transform:rotate(180deg)}.classic-h5-goodroad__road{display:flex;align-items:flex-start;grid-gap:8px;gap:8px;padding-top:8px}.classic-h5-goodroad__road-tally{flex-shrink:0;display:flex;flex-direction:column;grid-gap:4px;gap:4px;padding-top:1px;font-size:11px}.classic-h5-goodroad__road-tally-row{display:flex;align-items:center;grid-gap:4px;gap:4px}.classic-h5-goodroad__road-tally-row b{font-weight:600}.classic-h5-goodroad__road-grid{flex:1 1;min-width:0;display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;border-top:1px solid #ebedf0;border-left:1px solid #ebedf0}.classic-h5-goodroad__road-col{display:flex;flex-direction:column;flex-shrink:0}.classic-h5-goodroad__road-cell{width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-right:1px solid #ebedf0;border-bottom:1px solid #ebedf0}.classic-h5-goodroad__dot{font-size:11px;line-height:1;white-space:nowrap}.classic-h5-goodroad__dot--front{color:#ee0a24}.classic-h5-goodroad__dot--back{color:#1989fa}.classic-h5-goodroad__dot--tie{color:#07c160}.classic-h5-goodroad__explain-btn{margin-left:10px;color:#fff;font-weight:500;border-bottom:1px solid hsla(0,0%,100%,.5)}.classic-h5-goodroad__explain-mask{position:fixed;top:0;left:0;right:0;bottom:0;z-index:110;display:flex;align-items:center;justify-content:center;padding:0 24px;background:rgba(0,0,0,.45);-webkit-animation:classic-h5-fade-in .22s ease-out;animation:classic-h5-fade-in .22s ease-out}.classic-h5-goodroad__explain{position:relative;width:100%;max-height:80%;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:14px 16px 16px;border-radius:10px;background:#f5f7fa;color:#333;-webkit-animation:classic-h5-fade-in .18s ease-out;animation:classic-h5-fade-in .18s ease-out}.classic-h5-goodroad__explain-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;margin-bottom:4px;border-bottom:1px solid #ebedf0;font-size:16px;font-weight:600}.classic-h5-goodroad__explain-close{display:inline-flex;opacity:.45}.classic-h5-goodroad__explain-item{padding-top:12px}.classic-h5-goodroad__explain-title{font-size:14px;font-weight:600;color:#ee0a24}.classic-h5-goodroad__explain-text{padding-top:3px;font-size:12px;line-height:1.6;opacity:.75}@-webkit-keyframes classic-h5-goodroad-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes classic-h5-goodroad-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.classic-h5-multi__body{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:10px 10px 116px}.classic-h5-multi-card{margin-bottom:10px;border-radius:8px;overflow:hidden;background-color:#fff;box-shadow:0 0 0 2px hsla(0,0%,100%,.85),0 2px 10px rgba(0,0,0,.16)}.classic-h5-multi-card:last-child{margin-bottom:0}.classic-h5-multi-card__head{display:flex;align-items:center;grid-gap:8px;gap:8px;height:38px;padding:0 8px;background-color:var(--header-color);background-image:linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.18));color:#fff}.classic-h5-multi-card__picker{display:flex;align-items:center;grid-gap:4px;gap:4px;flex:0 1 auto;min-width:0;max-width:46%;height:26px;padding:0 6px;border-radius:4px;background-color:hsla(0,0%,100%,.18);font-size:13px}.classic-h5-multi-card__picker>span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.classic-h5-multi-card__picker svg{flex-shrink:0}.classic-h5-multi-card__caret{display:flex;align-items:center;flex-shrink:0;transition:transform .2s ease}.classic-h5-multi-card__caret--up{transform:rotate(180deg)}.classic-h5-multi-card__clock{display:flex;align-items:center;grid-gap:2px;gap:2px;margin-left:auto}.classic-h5-multi-card__digit{min-width:24px;padding:2px 4px;border-radius:3px;background-color:#fff;color:var(--header-color);text-align:center;line-height:18px}.classic-h5-multi-card__colon,.classic-h5-multi-card__digit{font-size:14px;font-weight:700}.classic-h5-multi-card__status{font-size:13px;white-space:nowrap}.classic-h5-multi-card__actions{display:flex;align-items:center;grid-gap:10px;gap:10px;flex-shrink:0}.classic-h5-multi-card__actions>span{display:flex;align-items:center}.classic-h5-multi-card__tabs{position:relative;display:flex;border-bottom:1px solid #ebedf0}.classic-h5-multi-card__tab{flex:1 1;min-width:0;padding:9px 6px;overflow:hidden;color:#646566;font-size:12px;text-align:center;white-space:nowrap;text-overflow:ellipsis;transition:color .25s,transform .15s;-webkit-tap-highlight-color:transparent}.classic-h5-multi-card__tab:active{transform:scale(.94)}.classic-h5-multi-card__tab--active{color:var(--active-color);font-weight:700}.classic-h5-multi-card__indicator{position:absolute;left:0;bottom:0;height:2px;pointer-events:none;background-color:var(--active-color);transition:transform .3s cubic-bezier(.34,1.4,.64,1)}.classic-h5-multi-card__positions{display:grid;grid-template-columns:repeat(5,1fr);background-color:#f7f8fa}.classic-h5-multi-card__position{min-width:0;padding:7px 4px;border-right:1px solid #ebedf0;border-bottom:1px solid #ebedf0;overflow:hidden;color:#323233;font-size:12px;text-align:center;white-space:nowrap;text-overflow:ellipsis}.classic-h5-multi-card__position:nth-child(5n){border-right:0}.classic-h5-multi-card__position--active{background-color:var(--active-color);color:#fff}.classic-h5-multi-card__balls{position:relative;display:grid;grid-template-columns:repeat(5,1fr)}.classic-h5-multi-card__ball{display:flex;align-items:center;justify-content:center;height:34px;border-right:1px solid #ebedf0;border-bottom:1px solid #ebedf0;color:#323233;font-size:14px}.classic-h5-multi-card__ball:nth-child(5n){border-right:0}.classic-h5-multi-card__ball--active{background-color:var(--active-color-hover);color:var(--active-color);font-weight:700}.classic-h5-multi-card__ball--color{height:40px}.classic-h5-multi-card__dot{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;color:#fff;font-size:13px;font-weight:700;text-shadow:0 1px 1px rgba(0,0,0,.25)}.classic-h5-multi-card__mask{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;grid-gap:6px;gap:6px;background-color:hsla(0,0%,100%,.82);color:#f0891a}.classic-h5-multi-card__mask-text{color:var(--closed-color);font-size:13px;font-weight:700}.classic-h5-multi-card--empty .classic-h5-multi-card__head{background-color:#c8c9cc}.classic-h5-multi-card__placeholder{padding:26px 10px;color:#969799;font-size:13px;text-align:center}.classic-h5-multi-picker{position:fixed;left:0;top:0;right:0;bottom:0;z-index:110;display:flex;align-items:center;justify-content:center;padding:20px;background-color:rgba(0,0,0,.55);-webkit-animation:classic-h5-confirm-mask .22s ease-out;animation:classic-h5-confirm-mask .22s ease-out}.classic-h5-multi-picker__panel{position:relative;width:100%;max-height:76%;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:34px 10px 12px;border-radius:10px;background-color:#fff;-webkit-animation:classic-h5-confirm-pop .2s ease-out;animation:classic-h5-confirm-pop .2s ease-out}.classic-h5-multi-picker__close{position:absolute;right:8px;top:8px;color:#969799}.classic-h5-multi-picker__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.classic-h5-multi-picker__item{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:3px;gap:3px;min-height:52px;padding:6px 4px;border:1px solid #ebedf0;border-radius:6px}.classic-h5-multi-picker__item--current{border-color:var(--active-color);background-color:var(--active-color-hover)}.classic-h5-multi-picker__item--used{background-color:#f7f8fa}.classic-h5-multi-picker__name{color:#323233;font-size:12px;line-height:1.2;text-align:center}.classic-h5-multi-picker__time{color:var(--state-countdown);font-size:12px;font-weight:700}.classic-h5-multi-picker__time--closed{color:var(--closed-color);font-weight:400}.classic-h5-multi-picker__empty{padding:30px 0;color:#969799;font-size:13px;text-align:center}.classic-pc{height:100%;background:var(--pc-page-bg);font-family:Helvetica,Tahoma,Arial,Microsoft YaHei,SimSun,sans-serif;font-size:13px;color:#333;overflow-y:auto}.classic-pc::-webkit-scrollbar{display:block;width:10px}.classic-pc::-webkit-scrollbar-track{background:rgba(0,0,0,.05)}.classic-pc::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3);border-radius:5px}.classic-pc::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.45)}.classic-pc *{box-sizing:border-box}.classic-pc-body{position:relative;width:100%;max-width:var(--pc-max-width);min-width:var(--pc-min-width);margin:0 auto;padding-bottom:50px;background:#eee;border:1px solid #ccc;border-top:none;box-shadow:0 0 15px rgba(0,0,0,.2)}.classic-pc-inner{width:100%;padding:0 4px;margin:0 auto}.classic-pc-topbar{display:flex;align-items:center;height:var(--pc-topbar-height);line-height:var(--pc-topbar-height);font-size:12px}.classic-pc-topbar__user{display:flex;align-items:center;grid-gap:6px;gap:6px;padding:0 12px;color:#333}.classic-pc-topbar__user b{color:var(--pc-accent)}.classic-pc-topbar__refresh{display:flex;align-items:center;color:#999;cursor:pointer}.classic-pc-topbar__refresh:hover{color:var(--pc-accent)}.classic-pc-topbar__nav{display:flex;grid-gap:10px;gap:10px;color:#555}.classic-pc-notice{position:relative;flex:1 1;min-width:0;height:29px;color:#666}.classic-pc-notice.is-open{z-index:777}.classic-pc-notice__head{display:flex;align-items:center;height:29px;cursor:pointer;border:1px solid transparent;border-top:none}.classic-pc-notice.is-open .classic-pc-notice__head{border-color:var(--pc-nav-bg);border-bottom-color:transparent;background:#fff}.classic-pc-notice__title{flex-shrink:0;padding:0 5px;color:grey}.classic-pc-notice__quote{flex:1 1;min-width:0;overflow:hidden}.classic-pc-notice__marquee{display:inline-block;padding-left:100%;white-space:nowrap;-webkit-animation:classic-pc-marquee 60s linear infinite;animation:classic-pc-marquee 60s linear infinite}.classic-pc-notice.is-open .classic-pc-notice__marquee{-webkit-animation-play-state:paused;animation-play-state:paused}.classic-pc-notice__arrow{flex-shrink:0;margin-right:5px;color:#ddd;transform:rotate(180deg);transition:transform .3s,color .3s}.classic-pc-notice.is-open .classic-pc-notice__arrow{color:#999;transform:rotate(270deg)}.classic-pc-notice__detail{display:none;position:absolute;top:29px;left:0;right:0;height:186px;overflow-y:auto;padding:0 10px;background:#fff;border:1px solid var(--pc-nav-bg);border-top:none;box-shadow:0 0 6px rgba(0,0,0,.3);font-size:12px;line-height:1}.classic-pc-notice.is-open .classic-pc-notice__detail{display:block}.classic-pc-notice__item{cursor:pointer}.classic-pc-notice__item-head{display:flex;height:27px;line-height:27px;overflow:hidden;color:grey;border-bottom:1px solid #eee;font-size:inherit;font-weight:700;margin:0}.classic-pc-notice__item.is-open .classic-pc-notice__item-head,.classic-pc-notice__item:hover .classic-pc-notice__item-head{color:var(--pc-nav-bg);background:#f3f3f3}.classic-pc-notice__item-date{flex-shrink:0;padding:0 5px}.classic-pc-notice__item-date b{color:var(--pc-odds-color)}.classic-pc-notice__item-title{flex:1 1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.classic-pc-notice__item-body{overflow:hidden;max-height:0;transition:max-height .15s ease-out}.classic-pc-notice__item-body p{padding:5px 0;line-height:1.8;text-indent:24px}.classic-pc-notice__item.is-open .classic-pc-notice__item-body{max-height:200px;transition:max-height .25s ease-in}@media (hover:hover){.classic-pc-notice:hover{z-index:777}.classic-pc-notice:hover .classic-pc-notice__head{border-color:var(--pc-nav-bg);border-bottom-color:transparent;background:#fff}.classic-pc-notice:hover .classic-pc-notice__marquee{-webkit-animation-play-state:paused;animation-play-state:paused}.classic-pc-notice:hover .classic-pc-notice__arrow{color:#999;transform:rotate(270deg)}.classic-pc-notice:hover .classic-pc-notice__detail{display:block}}@-webkit-keyframes classic-pc-marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes classic-pc-marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.classic-pc-nav{position:relative;min-height:var(--pc-nav-height);background:var(--pc-nav-bg);text-align:center}.classic-pc-nav__logo{position:absolute;top:0;left:0;width:180px;height:90px;display:flex;align-items:center;justify-content:center;padding:0 10px}.classic-pc-nav__logo img{max-width:100%;max-height:100%;object-fit:contain}.classic-pc-nav__tabs{margin-left:180px;min-height:40px;display:flex;flex-wrap:wrap;align-content:flex-start;border-bottom:1px solid var(--pc-border-dark)}.classic-pc-nav__tab{height:40px;min-width:70px;flex-shrink:0;white-space:nowrap;padding:0 10px;display:flex;align-items:center;justify-content:center;grid-gap:4px;gap:4px;font-size:13px;font-weight:700;color:var(--pc-text-on-nav);border-left:1px solid var(--pc-border-light);border-right:1px solid var(--pc-border-dark);cursor:pointer}.classic-pc-nav__tab:hover{background:var(--pc-hover-bg);color:#fff}.classic-pc-nav__tab--active{background:var(--pc-accent);color:var(--pc-text-on-accent)}.classic-pc-nav__games{margin-left:180px;min-height:50px;display:flex;flex-wrap:wrap;align-content:flex-start}.classic-pc-nav__tab-icon{width:18px;height:18px;flex-shrink:0;object-fit:contain}.classic-pc-nav__game{width:68px;height:50px;flex-shrink:0;white-space:nowrap;padding:0 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:12px;color:var(--pc-text-on-nav);cursor:pointer;line-height:1.4;border-right:1px solid var(--pc-border-dark);border-bottom:1px solid var(--pc-border-dark)}.classic-pc-nav__game--wide{width:80px}.classic-pc-nav__game--active{background:var(--pc-accent);color:var(--pc-text-on-accent)}.classic-pc-nav__game-name{overflow:hidden;text-overflow:ellipsis;max-width:100%}.classic-pc-nav__game-tips{font-size:11px;text-align:center;font-family:Consolas,Menlo,Monaco,monospace}.classic-pc-nav__game-tips--countdown{color:var(--pc-state-countdown)}.classic-pc-nav__game-tips--closed,.classic-pc-nav__game-tips--closing{color:var(--pc-state-closing)}.classic-pc-nav__game-tips--waiting{color:var(--pc-state-waiting)}.classic-pc-nav__game-tips--maintain{color:var(--pc-state-maintain)}.classic-pc-nav__game-tips--none{color:transparent}.classic-pc-nav__fav-hint{color:var(--pc-text-on-nav);opacity:.75}.classic-pc-nav__fav-edit,.classic-pc-nav__fav-hint{height:50px;display:flex;align-items:center;padding:0 14px;font-size:12px}.classic-pc-nav__fav-edit{margin-left:auto;flex-shrink:0;grid-gap:5px;gap:5px;cursor:pointer;background:var(--pc-accent);color:var(--pc-text-on-accent)}@media (hover:hover){.classic-pc-nav__fav-edit:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1)}}.classic-pc-container{display:flex;padding-top:5px}.classic-pc-aside{display:flex;flex-direction:column;grid-gap:var(--pc-gap);gap:var(--pc-gap);width:var(--pc-assist-width);flex-shrink:0}.classic-pc-assist{background:#fff;border:1px solid var(--pc-grid-line)}.classic-pc-assist__head{display:flex;background:var(--pc-nav-bg)}.classic-pc-assist__nav{flex:1 1;height:28px;line-height:28px;text-align:center;border-left:1px solid var(--pc-border-dark);color:var(--pc-text-on-nav);font-size:12px;cursor:pointer}.classic-pc-assist__nav:first-child{border-left:none}.classic-pc-assist__nav:hover{background:var(--pc-hover-bg)}.classic-pc-assist__nav.is-active{background:var(--pc-accent);color:var(--pc-text-on-accent);font-weight:700}.classic-pc-assist__body{padding:5px}.classic-pc-assist__body--list{max-height:290px;overflow-y:auto}.classic-pc-assist__body--list::-webkit-scrollbar{display:block;width:6px}.classic-pc-assist__body--list::-webkit-scrollbar-track{background:transparent}.classic-pc-assist__body--list::-webkit-scrollbar-thumb{background:rgba(0,0,0,.25);border-radius:3px}.classic-pc-assist__empty{display:flex;align-items:center;justify-content:center;height:120px;color:#999;font-size:12px}.classic-pc-assist__table{width:100%;border-collapse:collapse;font-size:12px}.classic-pc-assist__table th{height:24px;background:#f3f3f3;border-bottom:1px solid var(--pc-grid-line);color:#666;font-weight:400}.classic-pc-assist__table td{height:24px;padding:0 4px;border-bottom:1px solid #eee;color:#555}.classic-pc-assist__table tr:hover td{background:#fafafa}.classic-pc-assist__times{width:62px;text-align:right;white-space:nowrap}.classic-pc-assist__times .is-hot{color:var(--pc-odds-color)}.classic-pc-history{font-size:12px}.classic-pc-history .classic-pc-assist__body{padding:0}.classic-pc-history__scroll{min-height:180px;max-height:calc(100vh - 500px);overflow:auto}.classic-pc-history__scroll::-webkit-scrollbar{display:block;width:6px;height:6px}.classic-pc-history__scroll::-webkit-scrollbar-track{background:transparent}.classic-pc-history__scroll::-webkit-scrollbar-thumb{background:rgba(0,0,0,.25);border-radius:3px}.classic-pc-history__scroll:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.4)}.classic-pc-history__table{width:100%;border-collapse:collapse}.classic-pc-history__table th{position:-webkit-sticky;position:sticky;top:0;z-index:1;height:24px;padding:0 2px;background:#f3f3f3;box-shadow:inset 0 -1px 0 var(--pc-grid-line);color:#666;font-weight:400;white-space:nowrap}.classic-pc-history__table td{height:26px;border-bottom:1px solid #eee;text-align:center}.classic-pc-history__table tr:hover td{background:#fafafa}.classic-pc-history__no{padding:0 4px;color:#888;font-size:11px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:left;white-space:nowrap}.classic-pc-history__cell{padding:0 1px}.classic-pc-history__cell--te{color:var(--pc-odds-color);font-weight:700}.classic-pc-history__ball{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;color:#fff;font-size:10px;font-style:normal;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1;text-shadow:0 1px 1px rgba(0,0,0,.35);vertical-align:middle}.classic-pc-history__ball.is-flat{width:16px;height:11px;border-radius:3px}.classic-pc-history__ball.is-outline{box-sizing:border-box;border-width:2px}.classic-pc-history__ball.is-square{border-radius:3px}.classic-pc-history__ball.is-tema{margin-left:6px}.classic-pc-history__die{width:20px;height:20px;vertical-align:middle}.classic-pc-history__side.is-0{color:#2347df}.classic-pc-history__side.is-1{color:#d64934}.classic-pc-history__side.is-2{color:#439a38}.classic-pc-fast{font-size:12px}.classic-pc-fast__row{display:flex}.classic-pc-fast__mark{flex:1 1;display:flex;align-items:center;justify-content:center;height:26px;border-radius:13px;color:#333;font-size:14px;font-weight:700;cursor:pointer}.classic-pc-fast__mark.is-red{color:red}.classic-pc-fast__mark.is-green{color:green}.classic-pc-fast__mark.is-blue{color:#00f}.classic-pc-fast__mark.is-on{background:#ffefb0;box-shadow:inset 0 0 0 1px #e0b73c}.classic-pc-fast__picks{display:flex;flex-wrap:wrap;margin-top:6px;border-top:1px solid #eee;padding-top:6px}.classic-pc-fast__pick{flex:0 0 33.333%;display:flex;align-items:center;grid-gap:4px;gap:4px;height:24px;cursor:pointer;color:#555}.classic-pc-fast__pick.is-red{color:#d64934}.classic-pc-fast__pick.is-green{color:#439a38}.classic-pc-fast__pick.is-blue{color:#2347df}.classic-pc-fast__pick.is-on{font-weight:700}.classic-pc-fast__box{flex-shrink:0;position:relative;width:12px;height:12px;border:1px solid #bbb;background:#fff}.classic-pc-fast__pick.is-on .classic-pc-fast__box{border-color:var(--pc-accent);background:var(--pc-accent)}.classic-pc-fast__pick.is-on .classic-pc-fast__box:after{content:"";position:absolute;left:50%;top:50%;width:3px;height:6px;margin:-4px 0 0 -2px;border:solid var(--pc-text-on-accent);border-width:0 2px 2px 0;transform:rotate(45deg)}.classic-pc-fast__he{margin-top:6px;border-top:1px solid #eee;padding-top:6px}.classic-pc-fast__he-row{display:flex;align-items:center;grid-gap:2px;gap:2px;margin-bottom:4px}.classic-pc-fast__he-row em{flex-shrink:0;width:20px;font-style:normal;color:#888}.classic-pc-fast__he-item{flex:1 1;height:22px;line-height:22px;text-align:center;border:1px solid #ddd;color:#555;cursor:pointer}.classic-pc-fast__he-item:hover{border-color:var(--pc-accent)}.classic-pc-fast__he-item.is-on{background:var(--pc-accent);border-color:var(--pc-accent);color:var(--pc-text-on-accent);font-weight:700}.classic-pc-fast__confirm{margin-top:6px;border-top:1px solid #eee;padding-top:6px}.classic-pc-fast__confirm-row{display:flex;align-items:center;grid-gap:6px;gap:6px;margin-bottom:6px}.classic-pc-fast__confirm-row--btn{grid-gap:8px;gap:8px}.classic-pc-fast__amount{display:flex;align-items:center;grid-gap:4px;gap:4px;margin-left:auto;color:#666}.classic-pc-fast__amount input{width:68px;height:22px;padding:0 4px;border:1px solid #ccc;background:#fff;text-align:right;font-size:12px}.classic-pc-fast__amount input:focus{border-color:var(--pc-accent);outline:none}.classic-pc-fast__btn{flex:1 1;height:26px;border:1px solid var(--pc-border-dark);border-radius:2px;background:#f5f5f5;color:#333;font-size:12px;cursor:pointer}.classic-pc-fast__btn--primary{background:var(--pc-accent);border-color:var(--pc-accent);color:var(--pc-text-on-accent);font-weight:700}.classic-pc-fast__btn.is-disabled{opacity:.45;cursor:default}.classic-pc-operate{flex:1 1;min-width:0;margin-left:var(--pc-gap)}.classic-pc-road{background:#fff;border:1px solid var(--pc-grid-line);margin-bottom:5px}.classic-pc-road__tabs{display:flex;flex-wrap:wrap;min-height:32px;background:var(--pc-nav-bg)}.classic-pc-road__title{width:86px;flex-shrink:0;text-align:center;line-height:32px;background:var(--pc-accent);color:var(--pc-text-on-accent);font-size:13px;font-weight:700}.classic-pc-road__tab{padding:0 12px;line-height:32px;border-left:1px solid var(--pc-border-dark);color:var(--pc-text-on-nav);font-size:13px;cursor:pointer;white-space:nowrap}.classic-pc-road__tab:hover{background:var(--pc-hover-bg)}.classic-pc-road__tab.is-active{background:#fff;color:var(--pc-accent);font-weight:700}.classic-pc-road__main{display:flex;align-items:stretch}.classic-pc-road__bead{flex-shrink:0;border-right:1px solid var(--pc-grid-line)}.classic-pc-road__big{flex:1 1;min-width:0;overflow-x:auto}.classic-pc-road__derived{display:flex;border-top:1px solid var(--pc-grid-line)}.classic-pc-road__third{flex:1 1;min-width:0;overflow-x:auto;border-left:1px solid var(--pc-grid-line)}.classic-pc-road__third:first-child{border-left:none}.classic-pc-road__third-head{text-align:center;line-height:20px;background:#f5f5f5;color:#666;font-size:12px;position:-webkit-sticky;position:sticky;left:0}.classic-pc-road-grid{display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content}.classic-pc-road-grid--bead .classic-pc-road-cell{width:22px;height:22px}.classic-pc-road-grid--big .classic-pc-road-cell{width:14px;height:14px}.classic-pc-road-grid--small .classic-pc-road-cell{width:11px;height:11px}.classic-pc-road-col{display:flex;flex-direction:column}.classic-pc-road-cell{border-right:1px solid var(--pc-grid-line);border-bottom:1px solid var(--pc-grid-line)}.classic-pc-road-cell,.classic-pc-road-dot{box-sizing:border-box;display:flex;align-items:center;justify-content:center;position:relative}.classic-pc-road-dot{width:82%;height:82%;border-radius:50%}.classic-pc-road-dot--on{background:#d64934}.classic-pc-road-dot--off{background:#2347df}.classic-pc-road-dot--tie{background:#439a38}.classic-pc-road-dot--text{color:#fff;font-size:11px;line-height:1}.classic-pc-road-dot--hollow{background:transparent;border:2px solid #d64934}.classic-pc-road-dot--hollow.classic-pc-road-dot--off{border-color:#2347df}.classic-pc-road-dot--hollow.classic-pc-road-dot--tie{border-color:#439a38}.classic-pc-road-dot--slash{background:transparent;border-radius:0}.classic-pc-road-dot--slash:after{content:"";position:absolute;left:50%;top:-14%;width:2px;height:128%;background:#d64934;transform:translateX(-50%) rotate(45deg)}.classic-pc-road-dot--slash.classic-pc-road-dot--off:after{background:#2347df}.classic-pc-road-dot--slash.classic-pc-road-dot--tie:after{background:#439a38}.classic-pc-road-dot--preview{opacity:.45;-webkit-animation:classic-pc-road-breathe 1.1s ease-in-out infinite;animation:classic-pc-road-breathe 1.1s ease-in-out infinite}.classic-pc-road-dot--preview:before{content:"";position:absolute;left:-3px;top:-3px;right:-3px;bottom:-3px;border:1px dashed;border-radius:50%}.classic-pc-road-dot--preview.classic-pc-road-dot--slash:before{border-color:#999}.classic-pc-road-dot__tie{position:absolute;left:50%;top:-18%;width:2px;height:136%;background:#439a38;transform:translateX(-50%) rotate(45deg)}@-webkit-keyframes classic-pc-road-breathe{0%,to{opacity:.28}50%{opacity:.62}}@keyframes classic-pc-road-breathe{0%,to{opacity:.28}50%{opacity:.62}}.classic-pc-road-tally{width:96px;flex-shrink:0;border-left:1px solid var(--pc-grid-line);display:flex;flex-direction:column}.classic-pc-road-tally__row{flex:1 1;display:flex;background:#f0f0f0;border-bottom:1px solid var(--pc-grid-line);cursor:pointer}.classic-pc-road-tally__row:last-child{border-bottom:none}.classic-pc-road-tally__row:hover{background:#e8e8e8}.classic-pc-road-tally__row.is-active{background:#fff;box-shadow:inset 2px 0 0 var(--pc-accent)}.classic-pc-road-tally__cell{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center}.classic-pc-road-tally__cell span{font-size:11px;line-height:16px}.classic-pc-road-tally__cell b{font-size:17px;line-height:20px}.classic-pc-road-tally__cell--on{color:#d64934}.classic-pc-road-tally__cell--off{color:#2347df}.classic-pc-road-ask{display:flex;justify-content:center;grid-gap:48px;gap:48px;padding:8px 0;border-top:1px solid var(--pc-grid-line)}.classic-pc-road-ask__box{display:flex;align-items:center;grid-gap:10px;gap:10px;padding:4px 18px;border:2px solid;border-radius:4px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.classic-pc-road-ask__box--on{border-color:#d64934;color:#d64934}.classic-pc-road-ask__box--off{border-color:#2347df;color:#2347df}.classic-pc-road-ask__box.is-active{box-shadow:inset 0 0 0 2px rgba(0,0,0,.08)}.classic-pc-road-ask__label{font-size:13px;font-weight:700}.classic-pc-road-ask__label em{font-style:normal;margin-left:4px;opacity:.75}.classic-pc-road-ask__mark{width:18px;height:18px;display:flex;align-items:center;justify-content:center;position:relative}.classic-pc-road-ask__mark .classic-pc-road-dot{width:14px;height:14px}.classic-pc-road-ask__blank{display:block;width:14px;height:14px;position:relative}.classic-pc-road-ask__blank--solid{background:#ccc;border-radius:50%}.classic-pc-road-ask__blank--hollow{border:2px solid #ccc;border-radius:50%;box-sizing:border-box}.classic-pc-road-ask__blank--slash:after{content:"";position:absolute;left:50%;top:-14%;width:2px;height:128%;background:#ccc;transform:translateX(-50%) rotate(45deg)}.classic-pc-empty{display:flex;align-items:center;justify-content:center;height:200px;background:#fff;border:1px solid var(--pc-grid-line);color:#999;font-size:13px}.classic-pc-bet__ball.is-outline,.classic-pc-history-dlg__ball.is-outline,.classic-pc-history__ball.is-outline,.classic-pc-info__ball.is-outline{border-style:solid;background:#fff;text-shadow:none}.classic-pc-bet__ball,.classic-pc-info__ball{display:inline-flex;align-items:center;justify-content:center;box-sizing:content-box;flex-shrink:0;width:22px;height:22px;border:2px solid #fff;border-radius:50%;color:#fff;font-size:12px;font-style:normal;line-height:1;text-shadow:0 1px 1px rgba(0,0,0,.35)}.classic-pc-mode{display:flex;flex-wrap:wrap;min-height:var(--pc-mode-height);margin-bottom:5px;background:var(--pc-nav-bg)}.classic-pc-mode__item{flex:1 1 auto;display:flex;align-items:center;justify-content:center;height:var(--pc-mode-height);padding:0 4px;border-left:1px solid var(--pc-border-dark);color:var(--pc-text-on-nav);font-size:13px;white-space:nowrap;cursor:pointer}.classic-pc-mode__item:first-child{border-left:none}.classic-pc-mode__item:hover{background:var(--pc-hover-bg)}.classic-pc-mode__item.is-active{background:var(--pc-accent);color:var(--pc-text-on-accent);font-weight:700}.classic-pc-info{display:flex;flex-wrap:wrap;grid-gap:5px;gap:5px;margin-bottom:5px}.classic-pc-info__win{flex:0 1 445px;min-width:320px;max-width:445px;display:flex;align-items:stretch;background:#fff;border:1px solid var(--pc-grid-line)}.classic-pc-info__current{flex:0 1 auto;display:flex;flex-direction:column;justify-content:flex-start;background:var(--pc-counter-bg)}.classic-pc-info__no{height:26px;line-height:26px;padding:0 10px;background:var(--pc-issue-bg);color:var(--pc-issue-color);font-weight:700;text-align:center;white-space:nowrap}.classic-pc-info__counter{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:4px;gap:4px;padding:4px 10px}.classic-pc-info__counter em{font-style:normal;color:#666}.classic-pc-info__time{font-family:Consolas,Menlo,monospace;font-size:16px;color:#333}.classic-pc-info__time.is-closed,.classic-pc-info__time.is-closing{color:var(--pc-odds-color)}.classic-pc-info__time.is-waiting{color:#2e9e3e}.classic-pc-info__time.is-maintain{color:#888}.classic-pc-info__prev{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;border-left:1px solid var(--pc-grid-line);color:#666}.classic-pc-info__prev-title{flex-shrink:0;display:flex;align-items:center;justify-content:center;grid-gap:6px;gap:6px;height:26px;padding:0 10px;background:var(--pc-prev-bg);white-space:nowrap}.classic-pc-info__prev-name{font-weight:700;font-size:14px;color:#333}.classic-pc-info__balls{flex:1 1 auto;min-height:34px;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;overflow-x:auto;grid-gap:4px;gap:4px;padding:4px 8px;background:var(--pc-result-bg)}.classic-pc-info__ball.is-outline{width:24px;height:24px;border-width:3px;font-size:16px;font-weight:700;box-shadow:2px 2px 4px #999}.classic-pc-info__ball.is-square{border-radius:3px}.classic-pc-info__ball.is-tema{margin-left:16px}.classic-pc-info__die{flex-shrink:0;width:26px;height:26px}.classic-pc-info__empty{font-style:normal;color:#999}.classic-pc-info__order{flex:1 1 340px;min-width:300px;display:flex}.classic-pc-info__order .classic-pc-confirm{flex:1 1;margin-bottom:0}.classic-pc-bet-plays{display:flex;flex-wrap:wrap;grid-gap:6px;gap:6px;padding:8px 10px;margin-bottom:5px;background:#f7f7f7;border:1px solid var(--pc-grid-line)}.classic-pc-bet-plays__item{padding:3px 12px;border:1px solid #d9d9d9;border-radius:3px;background:#fff;color:#666;font-size:13px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.classic-pc-bet-plays__item:hover{border-color:var(--pc-accent);color:var(--pc-accent)}.classic-pc-bet-plays__item--active{border-color:var(--pc-accent);background:var(--pc-accent);color:var(--pc-text-on-accent)}.classic-pc-bet-seats{display:flex;align-items:center;flex-wrap:wrap;grid-gap:14px;gap:14px;padding:8px 12px;margin-bottom:5px;background:#fff;border:1px solid var(--pc-grid-line)}.classic-pc-bet-seats__label{color:#999;font-size:13px}.classic-pc-bet-seats__item{display:flex;align-items:center;color:#666;font-size:13px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.classic-pc-bet-seats__item:hover{color:var(--pc-accent)}.classic-pc-bet-seats__item--active{color:var(--pc-accent);font-weight:600}.classic-pc-bet-seats__box{display:flex;align-items:center;justify-content:center;width:14px;height:14px;margin-right:5px;border:1px solid #ccc;border-radius:2px;background:#fff}.classic-pc-bet-seats__item--active .classic-pc-bet-seats__box{border-color:var(--pc-accent);background:var(--pc-accent);color:var(--pc-text-on-accent)}.classic-pc-bet-hand{padding:10px 12px;margin-bottom:5px;background:#fff;border:1px solid var(--pc-grid-line)}.classic-pc-bet-hand__text{display:block;box-sizing:border-box;width:100%;height:110px;padding:8px;border:1px solid #d9d9d9;border-radius:3px;color:#333;font-size:14px;line-height:1.6;resize:vertical;outline:none}.classic-pc-bet-hand__text:focus{border-color:var(--pc-accent)}.classic-pc-bet-hand__text:disabled{background:#f7f7f7;color:#999}.classic-pc-bet-hand__tip{margin-top:8px;padding:0;list-style:none;color:#999;font-size:12px;line-height:1.8}.classic-pc-bet__line{margin-bottom:5px}.classic-pc-bet__line-head{display:flex;align-items:center;height:26px;background:var(--pc-nav-bg)}.classic-pc-bet__line-name{height:26px;line-height:26px;padding:0 10px;background:var(--pc-nav-bg);color:var(--pc-text-on-nav);font-weight:700}.classic-pc-bet__quick{display:flex;align-items:center;grid-gap:4px;gap:4px;margin-left:auto;padding:0 10px}.classic-pc-bet__quick-item{min-width:28px;height:18px;line-height:18px;padding:0 6px;border-radius:3px;background:hsla(0,0%,100%,.18);color:var(--pc-text-on-nav);font-size:12px;font-weight:400;text-align:center;cursor:pointer}.classic-pc-bet__quick-item:hover{background:hsla(0,0%,100%,.35)}.classic-pc-bet__quick-item--clear{background:hsla(0,0%,100%,.85);color:#d8384a}.classic-pc-bet__quick-item--clear:hover{background:#fff}.classic-pc-bet__gfc-line{display:flex;align-items:center;min-height:42px;padding:5px 10px;background:#fff;border:1px solid var(--pc-grid-line)}.classic-pc-bet__gfc-line+.classic-pc-bet__gfc-line{border-top:none}.classic-pc-bet__gfc-line:last-child{margin-bottom:5px}.classic-pc-bet__gfc-name{flex-shrink:0;min-width:52px;padding-right:8px;color:#333;font-size:13px;font-weight:700}.classic-pc-bet__gfc-cells{display:flex;flex:1 1;flex-wrap:wrap;align-items:center;grid-gap:5px;gap:5px}.classic-pc-bet__gfc-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:34px;padding:2px 4px;border:1px solid transparent;border-radius:3px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.classic-pc-bet__gfc-cell:hover{background:#f3f3f3}.classic-pc-bet__gfc-cell.is-selected{background:var(--pc-row-active);border-color:var(--pc-accent)}.classic-pc-bet__gfc-bets{margin-top:1px;color:#999;font-size:11px;font-weight:400;line-height:1.2}.classic-pc-bet__gfc-line .classic-pc-bet__quick{flex-shrink:0;padding:0 0 0 8px}.classic-pc-bet__gfc-line .classic-pc-bet__quick-item{border:1px solid #ddd;background:#f5f5f5;color:#666}.classic-pc-bet__gfc-line .classic-pc-bet__quick-item:hover{background:#e9e9e9}.classic-pc-bet__gfc-line .classic-pc-bet__quick-item--clear{background:#fff;color:#d8384a}.classic-pc-bet__subname{display:flex;align-items:center;min-height:24px;background:var(--pc-prev-bg);border-left:1px solid var(--pc-grid-line);border-right:1px solid var(--pc-grid-line);border-top:1px solid var(--pc-grid-line);color:var(--pc-nav-bg);font-size:12px;font-weight:700}.classic-pc-bet__subname span{flex:1 1;text-align:center}.classic-pc-bet__tabs{display:flex;flex-wrap:wrap;background:#f3f3f3;border:1px solid var(--pc-grid-line);border-bottom:none}.classic-pc-bet__tabs--child{background:#fafafa}.classic-pc-bet__tab{height:26px;line-height:26px;padding:0 12px;border-right:1px solid var(--pc-grid-line);cursor:pointer}.classic-pc-bet__tab:hover{background:#e6e6e6}.classic-pc-bet__tab.is-active{background:var(--pc-accent);color:var(--pc-text-on-accent);font-weight:700}.classic-pc-bet__head,.classic-pc-bet__row{display:flex;flex-wrap:wrap;border-left:1px solid var(--pc-grid-line)}.classic-pc-bet__head{border-top:1px solid var(--pc-grid-line)}.classic-pc-bet__subhead{display:flex;align-items:center;min-height:24px;padding:0 8px;background:#eef2f5;border-left:1px solid var(--pc-grid-line);border-right:1px solid var(--pc-grid-line);border-bottom:1px solid var(--pc-grid-line);color:#555;font-size:12px}.classic-pc-bet__subhead span{flex:1 1;text-align:center}.classic-pc-bet__cell{display:flex;align-items:center;box-sizing:border-box;width:20%;height:34px;border-right:1px solid var(--pc-grid-line);border-bottom:1px solid var(--pc-grid-line);background:#fff;cursor:pointer}.classic-pc-bet__cell:hover{background:var(--pc-row-hover)}.classic-pc-bet__cell--wide{width:100%;height:auto;min-height:34px}.classic-pc-bet__cell--head{height:26px;background:#f3f3f3;color:#555;cursor:default}.classic-pc-bet__cell--head:hover{background:#f3f3f3}.classic-pc .classic-pc-bet__cell.scenes-game-fragment-list-item-select,.classic-pc .classic-pc-bet__cell.scenes-game-fragment-list-item-select:hover,.classic-pc .classic-pc-bet__cell.scenes-game-fragment-list-item-TUOTOU,.classic-pc .classic-pc-bet__cell.scenes-game-fragment-list-item-TUOTOU:hover{background:var(--pc-row-active)!important}.classic-pc .classic-pc-bet__cell.scenes-game-fragment-list-item-select,.classic-pc .classic-pc-bet__cell.scenes-game-fragment-list-item-TUOTOU{color:#222}.classic-pc .classic-pc-bet__cell.scenes-game-fragment-list-item-select .classic-pc-bet__odds,.classic-pc .classic-pc-bet__cell.scenes-game-fragment-list-item-TUOTOU .classic-pc-bet__odds{color:#a51919;font-weight:700}.classic-pc .classic-pc-bet__cell.scenes-game-fragment-list-item-select .classic-pc-bet__text,.classic-pc .classic-pc-bet__cell.scenes-game-fragment-list-item-TUOTOU .classic-pc-bet__text{color:#222}.classic-pc .classic-pc-bet__cell.scenes-game-fragment-list-item-select .classic-pc-bet__text--red,.classic-pc .classic-pc-bet__cell.scenes-game-fragment-list-item-TUOTOU .classic-pc-bet__text--red{color:#a3271c}.classic-pc .classic-pc-bet__cell.scenes-game-fragment-list-item-select .classic-pc-bet__text--green,.classic-pc .classic-pc-bet__cell.scenes-game-fragment-list-item-TUOTOU .classic-pc-bet__text--green{color:#2f6f28}.classic-pc .classic-pc-bet__cell.scenes-game-fragment-list-item-select .classic-pc-bet__text--blue,.classic-pc .classic-pc-bet__cell.scenes-game-fragment-list-item-TUOTOU .classic-pc-bet__text--blue{color:#1a34a8}.classic-pc-bet__cell.scenes-game-fragment-list-item-select .classic-pc-bet__ball,.classic-pc-bet__cell.scenes-game-fragment-list-item-select .classic-pc-bet__die{-webkit-animation:classic-pc-beat .5s;animation:classic-pc-beat .5s}.classic-pc-bet__goal{flex:45 1;display:flex;align-items:center;grid-gap:4px;gap:4px;min-width:0;padding:0 4px}.classic-pc-bet__odds{flex:50 1;text-align:center;color:var(--pc-odds-color);font-size:16px}.classic-pc-bet__amount{flex:62 1;text-align:center}.classic-pc-bet__amount input{width:46px;height:24px;padding:0 2px;border:1px solid #ccc;background:#fff;text-align:center;font-size:13px}.classic-pc-bet__amount input:focus{border-color:var(--pc-accent);outline:none}.classic-pc-bet__cell--head .classic-pc-bet__odds{color:#555;font-size:inherit}.classic-pc-bet__ball.is-outline{border-width:2px}.classic-pc-bet__ball.is-square{border-radius:3px}.classic-pc-bet__text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.classic-pc-bet__text--red{color:#d64934;font-weight:700}.classic-pc-bet__text--green{color:#439a38;font-weight:700}.classic-pc-bet__text--blue{color:#2347df;font-weight:700}.classic-pc-bet__dice{display:flex;align-items:center;flex:1 1 auto;grid-gap:2px;gap:2px;min-width:0}.classic-pc-bet__die{flex-grow:0;flex-shrink:1;width:auto;height:auto;min-width:0}.classic-pc-bet__cell--wide .classic-pc-bet__goal{flex:1 1 auto;flex-wrap:wrap;padding:4px}.classic-pc-bet__balls{display:flex;align-items:center;flex-wrap:wrap;grid-gap:3px;gap:3px}.classic-pc-bet__ball--small{width:16px;height:16px;border-width:1px;font-size:10px}.classic-pc-bet__ball--small.is-outline{border-width:1px}.classic-pc-bet__todo{padding:24px 12px;background:#fff;border:1px dashed #9bb0bb;color:#667;text-align:center}@-webkit-keyframes classic-pc-beat{0%,to{transform:scale(1)}30%{transform:scale(1.25)}60%{transform:scale(.92)}}@keyframes classic-pc-beat{0%,to{transform:scale(1)}30%{transform:scale(1.25)}60%{transform:scale(.92)}}.classic-pc-confirm{display:flex;flex-direction:column;justify-content:center;grid-gap:8px;gap:8px;margin-bottom:5px;padding:6px 8px;background:#fff;border:1px solid var(--pc-grid-line)}.classic-pc-confirm__row{display:flex;align-items:center;justify-content:space-between;grid-gap:8px;gap:8px}.classic-pc-confirm--single .classic-pc-confirm__row{justify-content:flex-start}.classic-pc-confirm--single .classic-pc-confirm__form{margin-left:auto}.classic-pc-confirm__chips{display:flex;align-items:center;grid-gap:5px;gap:5px}.classic-pc-confirm__setting-wrap{position:relative}.classic-pc-confirm__setting{display:inline-flex;align-items:center;grid-gap:3px;gap:3px;color:var(--pc-nav-bg);cursor:pointer;white-space:nowrap}.classic-pc-confirm__setting b{font-weight:400}.classic-pc-confirm__setting.is-on svg{transform:rotate(45deg)}.classic-pc-confirm__setting svg{transition:transform .2s ease-out}.classic-pc-confirm__chip{position:relative;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;cursor:pointer;transition:transform .12s ease-out}.classic-pc-confirm__chip img{display:block;width:100%;height:100%}.classic-pc-confirm__chip-text{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;font-weight:700;line-height:1;text-shadow:0 0 2px hsla(0,0%,100%,.9);pointer-events:none}.classic-pc-confirm__stat{display:flex;align-items:center;grid-gap:4px;gap:4px;color:#666}.classic-pc-confirm__stat .is-profit{color:#2e9e3e}.classic-pc-confirm__stat .is-loss{color:var(--pc-odds-color)}.classic-pc-confirm__form{flex-shrink:0;display:flex;align-items:center;grid-gap:6px;gap:6px;color:#666}.classic-pc-confirm__input{flex:0 1 70px;min-width:56px;height:24px;padding:0 4px;border:1px solid #ccc;background:#fff;text-align:right;font-size:13px}.classic-pc-confirm__input:focus{border-color:var(--pc-accent);outline:none}.classic-pc-confirm__btn{height:24px;padding:0 12px;border:1px solid var(--pc-border-dark);border-radius:2px;background:#f5f5f5;color:#333;font-size:12px;cursor:pointer}.classic-pc-confirm__btn--submit{background:var(--pc-accent);border-color:var(--pc-accent);color:var(--pc-text-on-accent);font-weight:700}.classic-pc-confirm__btn.is-disabled{opacity:.45;cursor:default}.classic-pc-confirm__gfc{display:flex;align-items:center;grid-gap:12px;gap:12px}.classic-pc-confirm__units{display:flex;border:1px solid var(--pc-border-dark);border-radius:2px;overflow:hidden}.classic-pc-confirm__unit{min-width:30px;height:24px;line-height:24px;padding:0 6px;background:#fff;color:#666;font-size:12px;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.classic-pc-confirm__unit+.classic-pc-confirm__unit{border-left:1px solid var(--pc-border-dark)}.classic-pc-confirm__unit.is-active{background:var(--pc-accent);color:var(--pc-text-on-accent)}.classic-pc-confirm__multiple{display:flex;align-items:center;height:24px;border:1px solid var(--pc-border-dark);border-radius:2px;background:#fff;overflow:hidden}.classic-pc-confirm__step{display:flex;align-items:center;justify-content:center;width:24px;height:100%;color:#666;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.classic-pc-confirm__step:hover{background:#f3f3f3;color:var(--pc-accent)}.classic-pc-confirm__multiple-value{min-width:26px;color:var(--pc-accent);font-size:13px;text-align:center}.classic-pc-confirm__multiple-unit{padding-right:4px;color:#999;font-size:12px}.classic-pc-confirm__gfc-summary{margin-right:4px;color:#666;font-size:12px;white-space:nowrap}.classic-pc-chipsedit{position:absolute;z-index:30;top:50%;left:calc(100% + 8px);transform:translateY(-50%);padding:8px 10px;background:#fff;border:1px solid var(--pc-grid-line);box-shadow:0 2px 8px rgba(0,0,0,.25);white-space:nowrap}.classic-pc-chipsedit__row{display:flex;align-items:center;grid-gap:6px;gap:6px}.classic-pc-chipsedit__select{height:24px;min-width:56px;padding:0 2px;border:1px solid #ccc;background:#fff;color:#333;font-size:13px;cursor:pointer}.classic-pc-chipsedit__select:focus{border-color:var(--pc-accent);outline:none}.classic-pc-chipsedit__tip{margin-top:6px;color:#999;font-size:12px;text-align:center}.classic-pc-betdialog{position:fixed;z-index:100;left:0;top:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.45)}.classic-pc-betdialog__box{width:560px;max-width:calc(100vw - 40px);background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.35)}.classic-pc-betdialog__head{display:flex;align-items:center;justify-content:space-between;height:34px;padding:0 10px;background:var(--pc-nav-bg);color:var(--pc-text-on-nav);font-weight:700}.classic-pc-betdialog__close{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:#d0021b;color:#fff;cursor:pointer}.classic-pc-betdialog__close:hover{background:#b00016}.classic-pc-betdialog__body{max-height:320px;overflow-y:auto}.classic-pc-betdialog__table{width:100%;border-collapse:collapse}.classic-pc-betdialog__table th{height:30px;background:#f3f3f3;border-bottom:1px solid var(--pc-grid-line);color:#666;font-weight:400}.classic-pc-betdialog__table td{height:34px;border-bottom:1px solid #eee;text-align:center}.classic-pc-betdialog__name{color:#333}.classic-pc-betdialog__rate{color:var(--pc-odds-color);font-weight:700}.classic-pc-betdialog__amount{width:110px;height:24px;padding:0 4px;border:1px solid #ccc;background:#fff;text-align:center;font-size:13px}.classic-pc-betdialog__amount:focus{border-color:var(--pc-accent);outline:none}.classic-pc-betdialog__remove{display:inline-flex;color:#888;cursor:pointer}.classic-pc-betdialog__remove:hover{color:#d0021b}.classic-pc-betdialog__foot{display:flex;align-items:center;flex-wrap:wrap;grid-gap:6px 10px;gap:6px 10px;padding:8px 10px}.classic-pc-betdialog__odds{display:inline-flex;align-items:center;grid-gap:4px;gap:4px;color:#333;cursor:pointer}.classic-pc-betdialog__odds input{cursor:pointer}.classic-pc-betdialog__sum{margin-left:auto;color:var(--pc-odds-color);font-weight:700}.classic-pc-betdialog__note{flex:1 1 100%;color:var(--pc-odds-color);font-size:12px;line-height:1.5}.classic-pc-betdialog__btns{display:flex;grid-gap:10px;gap:10px;padding:0 10px 12px}.classic-pc-betdialog__btn{flex:1 1;height:38px;border:none;color:#fff;font-size:15px;cursor:pointer}.classic-pc-betdialog__btn--cancel{background:#c0392b}.classic-pc-betdialog__btn--cancel:hover{background:#a53125}.classic-pc-betdialog__btn--ok{background:#4a6572}.classic-pc-betdialog__btn--ok:hover{background:#3b525c}.classic-pc-betdialog__btn.is-disabled{opacity:.45;cursor:default}.classic-pc-history-dlg{position:fixed;z-index:100;left:0;top:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.35)}.classic-pc-history-dlg__box{display:flex;flex-direction:column;width:860px;max-width:calc(100vw - 40px);height:640px;max-height:calc(100vh - 60px);background:#fff;box-shadow:0 4px 24px rgba(0,0,0,.4);transition:width .22s ease-out,height .22s ease-out}.classic-pc-history-dlg__box.is-large{width:1120px;height:860px}.classic-pc-history-dlg__head{display:flex;flex:0 0 auto;align-items:center;justify-content:center;position:relative;height:38px;background:var(--pc-nav-bg);color:var(--pc-text-on-nav);font-size:15px;font-weight:700}.classic-pc-history-dlg__actions{position:absolute;right:0;top:0;display:flex;height:100%}.classic-pc-history-dlg__close,.classic-pc-history-dlg__zoom{display:inline-flex;align-items:center;justify-content:center;width:42px;height:100%;color:#fff;cursor:pointer}.classic-pc-history-dlg__zoom{background:#e2571f}.classic-pc-history-dlg__zoom:hover{background:#c74817}.classic-pc-history-dlg__close{background:#e02020}.classic-pc-history-dlg__close:hover{background:#b81a1a}.classic-pc-history-dlg__title{flex:0 0 auto;padding:10px 0;color:#333;font-size:20px;text-align:center}.classic-pc-history-dlg__bar{display:flex;flex:0 0 auto;align-items:center;flex-wrap:wrap;grid-gap:6px;gap:6px;padding:0 12px 10px;color:#333}.classic-pc-history-dlg__select{height:26px;min-width:130px;padding:0 2px;border:1px solid #ccc;background:#fff;color:#333;text-align:left}.classic-pc-history-dlg__select option{color:#333}.classic-pc-history-dlg__range{height:26px;padding:0 12px;border:1px solid #ccc;background:#f5f5f5;color:#333;cursor:pointer}.classic-pc-history-dlg__range.is-on{background:#b3121b;border-color:#b3121b;color:#fff}.classic-pc-history-dlg__gap{margin-left:20px}.classic-pc-history-dlg__keyword{width:130px;height:26px;padding:0 4px;border:1px solid #ccc;background:#fff}.classic-pc-history-dlg__find{height:26px;padding:0 14px;border:1px solid #4a6572;background:#4a6572;color:#fff;cursor:pointer}.classic-pc-history-dlg__find:hover{background:#3b525c}.classic-pc-history-dlg__pager{display:flex;align-items:center;grid-gap:4px;gap:4px;margin-left:auto;white-space:nowrap}.classic-pc-history-dlg__pager select{height:24px;border:1px solid #ccc;background:#fff;color:#333}.classic-pc-history-dlg__pager select option{color:#333}.classic-pc-history-dlg__body-wrap{position:relative;display:flex;flex:1 1 auto;min-height:0}.classic-pc-history-dlg__body{flex:1 1 auto;overflow-y:auto;padding:0 12px 12px}.classic-pc-history-dlg__body.is-loading{pointer-events:none}.classic-pc-history-dlg__mask{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;align-items:flex-start;justify-content:center;padding-top:60px;background:hsla(0,0%,100%,.72);color:#666}.classic-pc-history-dlg__empty{display:flex;align-items:center;justify-content:center;height:200px;color:#999}.classic-pc-history-dlg__table{width:100%;border-collapse:collapse;text-align:center}.classic-pc-history-dlg__table th{padding:6px 4px;background:#f3f3f3;border:1px solid var(--pc-grid-line);color:#333;font-weight:400;white-space:nowrap}.classic-pc-history-dlg__table td{padding:5px 4px;border:1px solid var(--pc-grid-line)}.classic-pc-history-dlg__no{color:#2a6ebb;white-space:nowrap}.classic-pc-history-dlg__date{color:#333;white-space:nowrap}.classic-pc-history-dlg__ball-cell{padding:4px 2px}.classic-pc-history-dlg__ball{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid transparent;border-radius:50%;font-size:13px;font-style:normal;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.35)}.classic-pc-history-dlg__ball.is-outline{border-width:2px;font-weight:700}.classic-pc-history-dlg__ball.is-square{border-radius:3px}.classic-pc-history-dlg__ball.is-tema{margin-left:8px}.classic-pc-history-dlg__zodiac-row td{background:#fafafa}.classic-pc-history-dlg__zodiac{color:#666;font-size:12px}.classic-pc-history-dlg__total{color:#333;font-weight:700}.classic-pc-history-dlg__side b{font-weight:400}.classic-pc-history-dlg__side .is-0{color:#2347df}.classic-pc-history-dlg__side .is-1{color:#d64934}.classic-pc-history-dlg__side .is-2{color:#439a38}.classic-pc-betdetail,.classic-pc-instantbet,.classic-pc-report{position:fixed;z-index:100;left:0;top:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.35)}.classic-pc-betdetail__box,.classic-pc-instantbet__box,.classic-pc-report__box{display:flex;flex-direction:column;width:780px;max-width:calc(100vw - 40px);height:615px;max-height:calc(100vh - 60px);background:#fff;box-shadow:0 4px 24px rgba(0,0,0,.4)}.classic-pc-betdetail__head,.classic-pc-instantbet__head,.classic-pc-report__head{display:flex;flex:0 0 auto;align-items:center;justify-content:center;position:relative;height:38px;background:var(--pc-nav-bg);color:var(--pc-text-on-nav);font-size:15px;font-weight:700}.classic-pc-betdetail__back,.classic-pc-betdetail__refresh,.classic-pc-instantbet__back,.classic-pc-instantbet__refresh,.classic-pc-report__back,.classic-pc-report__refresh{position:absolute;left:0;top:0;display:inline-flex;align-items:center;justify-content:center;width:42px;height:100%;color:#fff;cursor:pointer}@media (hover:hover){.classic-pc-betdetail__back:hover,.classic-pc-betdetail__refresh:hover,.classic-pc-instantbet__back:hover,.classic-pc-instantbet__refresh:hover,.classic-pc-report__back:hover,.classic-pc-report__refresh:hover{background:hsla(0,0%,100%,.12)}}.classic-pc-betdetail__actions,.classic-pc-instantbet__actions,.classic-pc-report__actions{position:absolute;right:0;top:0;display:flex;height:100%}.classic-pc-betdetail__close,.classic-pc-instantbet__close,.classic-pc-report__close{display:inline-flex;align-items:center;justify-content:center;width:42px;height:100%;background:#e02020;color:#fff;cursor:pointer}@media (hover:hover){.classic-pc-betdetail__close:hover,.classic-pc-instantbet__close:hover,.classic-pc-report__close:hover{background:#b81a1a}}.classic-pc-betdetail__body-wrap,.classic-pc-instantbet__body-wrap,.classic-pc-report__body-wrap{position:relative;display:flex;flex:1 1 auto;min-height:0}.classic-pc-betdetail__body,.classic-pc-instantbet__body,.classic-pc-report__body{flex:1 1 auto;overflow:auto}.classic-pc-betdetail__body.is-loading,.classic-pc-instantbet__body.is-loading,.classic-pc-report__body.is-loading{pointer-events:none}.classic-pc-betdetail__mask,.classic-pc-instantbet__mask,.classic-pc-report__mask{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;align-items:flex-start;justify-content:center;padding-top:60px;background:hsla(0,0%,100%,.72);color:#666}.classic-pc-betdetail__empty,.classic-pc-instantbet__empty,.classic-pc-report__empty{display:flex;align-items:center;justify-content:center;height:200px;color:#999}.classic-pc-betdetail__error,.classic-pc-instantbet__error,.classic-pc-report__error{flex:0 0 auto;padding:6px 10px;background:#fdecea;border-bottom:1px solid #f5c6c2;color:#b3121b;font-size:12px;text-align:center}.classic-pc-betdetail__table,.classic-pc-instantbet__table,.classic-pc-report__table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;color:#323233;font-size:13px}.classic-pc-betdetail__table td,.classic-pc-betdetail__table th,.classic-pc-instantbet__table td,.classic-pc-instantbet__table th,.classic-pc-report__table td,.classic-pc-report__table th{padding:7px 10px;border-bottom:1px solid var(--pc-grid-line);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.classic-pc-betdetail__table th,.classic-pc-instantbet__table th,.classic-pc-report__table th{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#f3f3f3;color:#969799;font-weight:400}.classic-pc-betdetail__table .is-left,.classic-pc-instantbet__table .is-left,.classic-pc-report__table .is-left{text-align:left}.classic-pc-betdetail__table .is-right,.classic-pc-instantbet__table .is-right,.classic-pc-report__table .is-right{text-align:right}.classic-pc-betdetail__table tbody tr.is-link,.classic-pc-instantbet__table tbody tr.is-link,.classic-pc-report__table tbody tr.is-link{cursor:pointer;color:#c8161d;font-weight:600}@media (hover:hover){.classic-pc-betdetail__table tbody tr.is-link:hover td,.classic-pc-instantbet__table tbody tr.is-link:hover td,.classic-pc-report__table tbody tr.is-link:hover td{background:#eaf3fb}}.classic-pc-betdetail__table tbody tr.is-total td,.classic-pc-instantbet__table tbody tr.is-total td,.classic-pc-report__table tbody tr.is-total td{position:-webkit-sticky;position:sticky;bottom:0;z-index:1;background:#e8f1f8;border-top:1px solid var(--pc-grid-line);border-bottom:none;color:#d4a017;font-weight:700}.classic-pc-betdetail__table.is-fill,.classic-pc-instantbet__table.is-fill,.classic-pc-report__table.is-fill{height:100%}.classic-pc-betdetail__table.is-fill tbody tr.is-filler td,.classic-pc-instantbet__table.is-fill tbody tr.is-filler td,.classic-pc-report__table.is-fill tbody tr.is-filler td{height:100%;padding:0;border-bottom:none}.classic-pc-betdetail__table.is-detail,.classic-pc-instantbet__table.is-detail,.classic-pc-report__table.is-detail{table-layout:auto;font-size:12px}.classic-pc-betdetail__table.is-detail td,.classic-pc-betdetail__table.is-detail th,.classic-pc-instantbet__table.is-detail td,.classic-pc-instantbet__table.is-detail th,.classic-pc-report__table.is-detail td,.classic-pc-report__table.is-detail th{padding:6px 8px}.classic-pc-betdetail__table.is-detail .is-left,.classic-pc-instantbet__table.is-detail .is-left,.classic-pc-report__table.is-detail .is-left{min-width:120px;white-space:normal;overflow:visible}.classic-pc-betdetail .is-dim,.classic-pc-instantbet .is-dim,.classic-pc-report .is-dim{color:#969799;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.classic-pc-betdetail .is-game,.classic-pc-instantbet .is-game,.classic-pc-report .is-game{color:#c8161d;font-weight:600}.classic-pc-betdetail .is-win,.classic-pc-instantbet .is-win,.classic-pc-report .is-win{color:#c8161d}.classic-pc-betdetail .is-lose,.classic-pc-instantbet .is-lose,.classic-pc-report .is-lose{color:#4a5a6a}.classic-pc-betdetail .is-pending,.classic-pc-instantbet .is-pending,.classic-pc-report .is-pending{color:#969799}.classic-pc-instantbet__box{width:860px}.classic-pc-instantbet__refresh{transition:opacity .15s}.classic-pc-instantbet__refresh.is-loading{opacity:.5;cursor:default}.classic-pc-report__box{width:860px}.classic-pc-report__bar{display:flex;flex:0 0 auto;align-items:center;grid-gap:6px;gap:6px;padding:8px 12px;border-bottom:1px solid var(--pc-grid-line)}.classic-pc-report__range{height:26px;padding:0 14px;border:1px solid #ccc;background:#f5f5f5;color:#323233;cursor:pointer}.classic-pc-report__range.is-on{background:#b3121b;border-color:#b3121b;color:#fff}@media (hover:hover){.classic-pc-report__range:hover:not(.is-on){background:#eaeaea}}.classic-pc-rules{position:fixed;z-index:100;left:0;top:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.35)}.classic-pc-rules__box{display:flex;flex-direction:column;width:760px;max-width:calc(100vw - 40px);height:585px;max-height:calc(100vh - 60px);background:#fff;box-shadow:0 4px 24px rgba(0,0,0,.4)}.classic-pc-rules__head{display:flex;flex:0 0 auto;align-items:center;justify-content:center;position:relative;height:38px;background:var(--pc-nav-bg);color:var(--pc-text-on-nav);font-size:15px;font-weight:700}.classic-pc-rules__actions{position:absolute;right:0;top:0;display:flex;height:100%}.classic-pc-rules__close{display:inline-flex;align-items:center;justify-content:center;width:42px;height:100%;background:#e02020;color:#fff;cursor:pointer}@media (hover:hover){.classic-pc-rules__close:hover{background:#b81a1a}}.classic-pc-rules__cats{display:flex;flex:0 0 auto;background:var(--pc-nav-bg)}.classic-pc-rules__cat{flex:1 1;padding:11px 4px;color:var(--pc-text-on-nav);font-size:14px;text-align:center;white-space:nowrap;cursor:pointer}.classic-pc-rules__cat.is-on{background:#e9edf0;color:#323233;font-weight:700}@media (hover:hover){.classic-pc-rules__cat:hover:not(.is-on){background:hsla(0,0%,100%,.12)}}.classic-pc-rules__games{display:flex;flex:0 0 auto;overflow-x:auto;background:#e9edf0}.classic-pc-rules__game{flex:0 0 auto;padding:10px 22px;color:#323233;font-size:13px;white-space:nowrap;cursor:pointer}.classic-pc-rules__game.is-on{background:#c8161d;color:#fff}@media (hover:hover){.classic-pc-rules__game:hover:not(.is-on){background:#dde3e8}}.classic-pc-rules__body{display:flex;flex:1 1 auto;min-height:0;padding:4px 0 0}.classic-pc-rules__frame{flex:1 1 auto;width:100%;border:0}.classic-pc-rules__empty{display:flex;flex:1 1 auto;align-items:center;justify-content:center;color:#969799}@media (max-width:1099px){.classic-pc-nav__logo{width:150px}.classic-pc-nav__games,.classic-pc-nav__tabs{margin-left:150px}.classic-pc-nav__tab{min-width:60px;padding:0 6px;font-size:12px}.classic-pc-nav__tab-icon{width:16px;height:16px}.classic-pc-nav__game,.classic-pc-topbar{font-size:11px}.classic-pc-topbar__user{padding:0 8px;grid-gap:4px;gap:4px}.classic-pc-topbar__nav{grid-gap:6px;gap:6px}.classic-pc-aside{width:220px}}@media (max-width:899px){.classic-pc-nav__logo{width:118px;padding:0 6px}.classic-pc-nav__games,.classic-pc-nav__tabs{margin-left:118px}.classic-pc-nav__tab{min-width:52px;padding:0 4px;font-size:11px}.classic-pc-nav__tab-icon{width:14px;height:14px}.classic-pc-nav__game{width:62px;font-size:10px}.classic-pc-nav__game--wide{width:72px}.classic-pc-nav__game-tips{font-size:10px}.classic-pc-notice{display:none}.classic-pc-topbar__user{padding:0 6px}.classic-pc-topbar__nav{grid-gap:4px;gap:4px}.classic-pc-aside{width:200px}}.classic-pc-topbar__nav{flex-shrink:0;white-space:nowrap}.classic-pc-topbar__nav span{flex-shrink:0}.classic-pc-topbar__nav .is-link{cursor:pointer}.classic-pc-topbar__nav .is-link:hover{text-decoration:underline}.classic-pc-topbar__skin{position:relative;cursor:pointer}.classic-pc-topbar__skin.is-open .classic-pc-topbar__skin-menu{display:block}@media (hover:hover){.classic-pc-topbar__skin:hover .classic-pc-topbar__skin-menu{display:block}.classic-pc-confirm__chip:hover{transform:translateY(-2px)}}.classic-pc-topbar__skin-menu{display:none;position:absolute;top:100%;right:0;z-index:20;width:68px;background:#fff;box-shadow:0 0 6px rgba(0,0,0,.3)}.classic-pc-topbar__skin-menu b{position:relative;z-index:0;display:block;height:24px;line-height:24px;text-align:center;font-weight:400;color:#333;transition:color .3s}.classic-pc-topbar__skin-menu b:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:var(--skin-swatch);transform:scaleX(0);transform-origin:0 50%;transition:transform .3s ease-out}.classic-pc-topbar__skin-menu b:hover{color:#fff;font-weight:700}.classic-pc-topbar__skin-menu b:hover:before{transform:scaleX(1)}.classic-pc-topbar__skin-menu b.is-active{font-weight:700;box-shadow:inset 3px 0 0 var(--skin-swatch)}.classic-pc-topbar__skin-menu b.theme-sky{--skin-swatch:#5a8fe8}.classic-pc-topbar__skin-menu b.theme-green{--skin-swatch:#17a2b8}.classic-pc-topbar__skin-menu b.theme-red{--skin-swatch:#e74c3c}.classic-pc-topbar__skin-menu b.theme-dark{--skin-swatch:#3d5c5c}.classic-pc-topbar__user{flex-shrink:0;white-space:nowrap}.classic-pc-fav-mask{position:fixed;z-index:100;left:0;top:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.35)}.classic-pc-fav{display:flex;flex-direction:column;width:860px;max-width:calc(100vw - 40px);max-height:calc(100vh - 60px);background:var(--pc-page-bg);box-shadow:0 0 15px rgba(0,0,0,.2)}.classic-pc-fav__head{flex:0 0 auto;position:relative;height:38px;display:flex;align-items:center;justify-content:center;background:var(--pc-nav-bg);color:var(--pc-text-on-nav)}.classic-pc-fav__title{font-size:15px;font-weight:700}.classic-pc-fav__close{position:absolute;right:0;top:0;width:42px;height:100%;display:inline-flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;background:#e02020}.classic-pc-fav__close:hover{background:#b81a1a}.classic-pc-fav__picked{flex:0 0 auto;min-height:46px;display:flex;align-items:center;grid-gap:8px;gap:8px;padding:8px 12px;overflow-x:auto;border-bottom:1px solid var(--pc-border-light)}.classic-pc-fav__picked::-webkit-scrollbar{display:block;height:6px}.classic-pc-fav__picked::-webkit-scrollbar-thumb{background:var(--pc-border-dark)}.classic-pc-fav__picked-empty{font-size:12px;color:var(--pc-odds-color);opacity:.7}.classic-pc-fav__chip{flex-shrink:0;height:30px;padding:0 14px;display:flex;align-items:center;font-size:12px;white-space:nowrap;cursor:-webkit-grab;cursor:grab;background:var(--pc-counter-bg);border:1px solid var(--pc-border-dark);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.classic-pc-fav__chip--dragging{opacity:.4;cursor:-webkit-grabbing;cursor:grabbing}.classic-pc-fav__chip--over{box-shadow:-3px 0 0 0 var(--pc-accent)}.classic-pc-fav__body{flex:1 1 auto;display:flex;grid-gap:6px;gap:6px;padding:12px;overflow:auto}.classic-pc-fav__body::-webkit-scrollbar{display:block;width:8px;height:8px}.classic-pc-fav__body::-webkit-scrollbar-thumb{background:var(--pc-border-dark)}.classic-pc-fav__col{flex:1 1;min-width:86px;display:flex;flex-direction:column;grid-gap:5px;gap:5px}.classic-pc-fav__col-head{height:24px;padding-left:8px;font-weight:700;border-left:3px solid var(--pc-accent)}.classic-pc-fav__cell,.classic-pc-fav__col-head{display:flex;align-items:center;font-size:12px;white-space:nowrap}.classic-pc-fav__cell{height:28px;justify-content:center;overflow:hidden;text-overflow:ellipsis;cursor:pointer;background:var(--pc-page-bg);border:1px solid var(--pc-border-dark)}@media (hover:hover){.classic-pc-fav__cell:hover{background:var(--pc-row-hover)}}.classic-pc-fav__cell--on{position:relative;color:var(--pc-accent);border-color:var(--pc-accent)}.classic-pc-fav__cell--on:after{content:"";position:absolute;right:0;top:0;width:0;height:0;border-top:8px solid var(--pc-accent);border-left:8px solid transparent}.classic-pc-fav__foot{flex:0 0 auto;display:flex;align-items:flex-end;justify-content:space-between;grid-gap:20px;gap:20px;padding:12px;border-top:1px solid var(--pc-border-light)}.classic-pc-fav__tips{font-size:12px;line-height:1.7;color:var(--pc-odds-color)}.classic-pc-fav__tips p{margin:0}.classic-pc-fav__save{flex-shrink:0;height:36px;padding:0 40px;font-size:14px;border:0;cursor:pointer;background:var(--pc-accent);color:var(--pc-text-on-accent)}@media (hover:hover){.classic-pc-fav__save:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1)}}.classic-spiner{--spiner-color:#5a8fe8}.classic-spiner.theme-green{--spiner-color:#17a2b8}.classic-spiner.theme-red{--spiner-color:#e74c3c}.classic-spiner.theme-dark{--spiner-color:#3d5c5c}.classic-spiner .comp-spiner-cont{grid-gap:12px;gap:12px;padding:22px 30px;border-radius:10px;background:hsla(0,0%,100%,.96);box-shadow:0 4px 20px rgba(0,0,0,.15);color:#666;font-size:14px;font-weight:500}.classic-spiner .comp-spiner-cont>:not(.comp-spiner-text){display:none}.classic-spiner .comp-spiner-cont:before{content:"";width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid var(--spiner-color);border-radius:50%;-webkit-animation:classic-spin 1s linear infinite;animation:classic-spin 1s linear infinite}.classic-spiner .comp-spiner-text{margin-top:0;color:#666}@-webkit-keyframes classic-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes classic-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.classic-h5{--primary-color:linear-gradient(90deg,#7eb3fc,#5a8fe8);--header-color:#5a8fe8;--history-header-color:linear-gradient(180deg,#f0f6ff,#fff);--menu-primary-color:linear-gradient(0deg,#4a7fd8,#7ba8f0);--page-bg:linear-gradient(180deg,#5a8fe8,#5a8fe8 46px,#6ea0f0 96px,#85b4f8 146px,#a0c8fc 206px,#bcdaff 266px,#d8ebff 346px,#e8f3ff 426px,#f5f9ff 526px,#fafbff);--banner-bg:linear-gradient(135deg,#5b8def,#7ba3f7 50%,#9bbcff);--banner-fade-color:#7ba3f7;--banner-shadow-color:rgba(90,143,232,0.25);--card-bg:linear-gradient(135deg,#fff,#e8f2ff 50%,#dbeaff);--text-color:#fff;--icon-color:#5a8fe8;--active-color:#5a8fe8;--active-color-hover:#e8f3ff;--closed-color:#e74c3c;--closed-bg:linear-gradient(135deg,#fff5f5,#ffe8e8);--state-countdown:#4674cb;--state-closing:#e06b6b;--state-waiting:#22c55e;--state-maintain:#9aa4ab;--badge-official:linear-gradient(135deg,#4d8de2,#3c7bd5);--badge-data:linear-gradient(135deg,#e09620,#cf830a)}.classic-h5.theme-green{--primary-color:linear-gradient(90deg,#48d1cc,#17a2b8);--header-color:#17a2b8;--history-header-color:linear-gradient(180deg,#e0f7fa,#fff);--menu-primary-color:linear-gradient(0deg,#138496,#48d1cc);--page-bg:linear-gradient(180deg,#17a2b8,#17a2b8 46px,#3dbfb0 106px,#6dd4c8 166px,#a0e8df 246px,#e0f7f4 50%,#f5f5f5);--banner-bg:linear-gradient(135deg,#17a2b8,#3dbfb0 50%,#6dd4c8);--banner-fade-color:#3dbfb0;--banner-shadow-color:rgba(23,162,184,0.25);--card-bg:linear-gradient(135deg,#e0f7fa,#b2ebf2);--icon-color:#17a2b8;--active-color:#17a2b8;--active-color-hover:#e0f7fa}.classic-h5.theme-red{--primary-color:linear-gradient(90deg,#ff7b7b,#e74c3c);--header-color:#e74c3c;--history-header-color:linear-gradient(180deg,#fff0f0,#fff);--menu-primary-color:linear-gradient(0deg,#c0392b,#e74c3c);--page-bg:linear-gradient(180deg,#e74c3c,#e74c3c 46px,#ec6b5e 106px,#f28b80 166px,#f7aba3 246px,#fcd5d1 50%,#f5f5f5);--banner-bg:linear-gradient(135deg,#e74c3c,#f06857 50%,#f7918a);--banner-fade-color:#f06857;--banner-shadow-color:rgba(231,76,60,0.25);--card-bg:linear-gradient(135deg,#fff,#fff0f0 50%,#ffe8e8);--icon-color:#e74c3c;--active-color:#e74c3c;--active-color-hover:#fff0f0;--closed-color:#c0392b}.classic-h5.theme-dark{--primary-color:linear-gradient(90deg,#5a7a7a,#3d5c5c);--header-color:#3d5c5c;--history-header-color:linear-gradient(-180deg,#e8f0f0,#fff);--menu-primary-color:linear-gradient(0deg,#3d5c5c,#4a6a6a);--page-bg:linear-gradient(180deg,#3d5c5c,#3d5c5c 46px,#5a7a7a 106px,#7a9a9a 166px,#a0baba 246px,#d0e0e0 50%,#f0f5f5);--banner-bg:linear-gradient(135deg,#3d5c5c,#5a7a7a 50%,#7a9a9a);--banner-fade-color:#5a7a7a;--banner-shadow-color:rgba(61,92,92,0.25);--card-bg:linear-gradient(135deg,#f5fafa,#e8f2f2 50%,#dceaea);--icon-color:#5a7a7a;--active-color:#3d5c5c;--active-color-hover:#e8f2f2;--closed-bg:linear-gradient(135deg,#fdf2f2,#fce4e4)}.classic-pc{--pc-nav-bg:#3f6fc0;--pc-border-dark:#2e5494;--pc-border-light:#5a8fe8;--pc-accent:#b20000;--pc-hover-bg:#35609f;--pc-text-on-nav:#eee;--pc-text-on-accent:#fff;--pc-issue-color:#ff0;--pc-issue-bg:#7ba3f7;--pc-counter-bg:linear-gradient(180deg,#fff,#e8f0fd);--pc-result-bg:linear-gradient(to bottom right,#eaf1fd,#c2d6f5);--pc-prev-bg:#f5f9ff;--pc-state-countdown:#ffd666;--pc-state-closing:#ff9a9a;--pc-state-waiting:#7ee787;--pc-state-maintain:#b9c6cd;--pc-page-bg:#fafbff;--pc-grid-line:#ccc;--pc-row-hover:#eee;--pc-row-active:linear-gradient(180deg,#ffeed4,#fff5d0);--pc-odds-color:red;--pc-max-width:1100px;--pc-min-width:768px;--pc-assist-width:280px;--pc-gap:5px;--pc-topbar-height:30px;--pc-nav-height:91px;--pc-mode-height:40px}.classic-pc.theme-green{--pc-nav-bg:#12798a;--pc-border-dark:#0d5b68;--pc-border-light:#17a2b8;--pc-accent:#b20000;--pc-hover-bg:#106a78;--pc-issue-bg:#3dbfb0;--pc-counter-bg:linear-gradient(180deg,#fff,#e0f7fa);--pc-result-bg:linear-gradient(to bottom right,#e4f7f9,#b2ebf2);--pc-prev-bg:#f2fbfc;--pc-state-waiting:#aaf0bd;--pc-page-bg:#f5f5f5}.classic-pc.theme-red{--pc-nav-bg:#b8392c;--pc-border-dark:#8c2b21;--pc-border-light:#e74c3c;--pc-accent:#d4a017;--pc-text-on-accent:#3d2b00;--pc-hover-bg:#a33227;--pc-issue-bg:#f06857;--pc-counter-bg:linear-gradient(180deg,#fff,#fdeceb);--pc-result-bg:linear-gradient(to bottom right,#fdeeed,#f7c9c4);--pc-prev-bg:#fff5f5;--pc-state-closing:#ffd6d6;--pc-page-bg:#f5f5f5}.classic-pc.theme-dark{--pc-nav-bg:#3d5c5c;--pc-border-dark:#2c4343;--pc-border-light:#5a7a7a;--pc-accent:#b20000;--pc-hover-bg:#345050;--pc-issue-bg:#7a9a9a;--pc-counter-bg:linear-gradient(180deg,#fff,#e8f0f0);--pc-result-bg:linear-gradient(to bottom right,#eaf1f1,#c6dada);--pc-prev-bg:#f4f9f9;--pc-page-bg:#f0f5f5}.comp-button-root{box-shadow:0 0 3px rgba(0,0,0,.3)}.comp-button-solid2{width:100%;height:40px;border-radius:16px;font-size:14px}.comp-button-solid2,.theme-light .comp-button-solid2{background:#f1a586;background:var(--mainColor2,#f1a586);color:#fff}.theme-dark .comp-button-solid2{background:#d15e2e;background:var(--mainColor2,#d15e2e);color:#fff}.comp-button-solid{width:100%;height:40px;border-radius:16px;font-size:14px}.comp-button-solid,.theme-dark .comp-button-solid,.theme-light .comp-button-solid{background:#ff5e1b;background:var(--mainColor,#ff5e1b);color:#fff}.comp-button-hollow{width:100%;height:40px;background:transparent;font-size:14px}.comp-button-hollow,.theme-dark .comp-button-hollow,.theme-light .comp-button-hollow{border:2px solid #ff5e1b;border:2px solid var(--mainColor,#ff5e1b);border-radius:16px;color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.comp-list-button-root{width:100%;height:34px;border:1px solid #ff5e1b;border:1px solid var(--mainColor,#ff5e1b);border-radius:16px;background:transparent;font-size:12px;color:#fff}.comp-list-button-start{border-top-left-radius:16px;border-bottom-left-radius:16px}.comp-list-button-end{border-top-right-radius:16px;border-bottom-right-radius:16px}.comp-list-button-select{height:100%;background:#ff5e1b;background:var(--mainColor,#ff5e1b);color:inherit}.comp-list-button-unsele{height:"100%";background:inherit;color:#000}.comp-drawer-menu-content-root{width:100%;height:100%;overflow:hidden}.comp-drawer-menu-content-scroll{width:100%;height:100%;overflow-x:hidden;overflow-y:auto}.exist-bottom .comp-drawer-menu-content-scroll{height:calc(100% - 45px)}.comp-drawer-menu-content-head{width:100%;height:180px;padding:20px;background:linear-gradient(316deg,#fccf1a,#039a7c)}.comp-drawer-menu-content-head-user-avatar{width:80px;height:80px;border-radius:50%;border:1px solid #ff5e1b;border-color:var(--mainColor,#ff5e1b);box-sizing:border-box}.theme-dark .comp-drawer-menu-content-head-user-avatar,.theme-light .comp-drawer-menu-content-head-user-avatar{border-color:#ff5e1b;border-color:var(--mainColor,#ff5e1b)}.comp-drawer-menu-content-head-user-describe{margin-top:20px;font-size:16px;color:#000}.theme-light .comp-drawer-menu-content-head-user-describe{color:#000}.theme-dark .comp-drawer-menu-content-head-user-describe{color:#fff}.comp-drawer-menu-content-item{width:100%;height:45px;padding-left:14px;padding-right:14px;font-size:16px;color:#000}.theme-light .comp-drawer-menu-content-item{color:#000}.theme-dark .comp-drawer-menu-content-item{color:#fff}.comp-drawer-menu-content-bottom{width:100%;height:45px;padding-left:14px;padding-right:14px;font-size:14px}.comp-drawer-menu-content-bottom,.theme-light .comp-drawer-menu-content-bottom{background:rgba(0,0,0,.2);color:#000}.theme-dark .comp-drawer-menu-content-bottom{background:rgba(168,164,164,.2);color:#fff}.comp-drawer-menu-root{position:relative;width:100%;height:100%}.comp-drawer-menu-left{position:absolute;top:0;left:0;z-index:1001;width:75vw;height:100%;background:#f2f2f2}.theme-dark .comp-drawer-menu-left{background:#272727}.comp-drawer-menu-right{position:absolute;top:0;right:0;z-index:1001;width:75vw;height:100%;background:#f2f2f2}.theme-dark .comp-drawer-menu-right{background:#272727}.comp-drawer-menu-bottom{position:absolute;bottom:0;left:0;z-index:1001;width:100%;height:50vh;background:#f2f2f2}.theme-dark .comp-drawer-menu-bottom{background:#272727}.comp-drawer-menu-top{position:absolute;top:0;left:0;z-index:1001;width:100%;height:50vh;background:#f2f2f2}.theme-dark .comp-drawer-menu-top{background:#272727}.comp-drawer-menu-mask{position:absolute;width:100%;height:100%;z-index:1000;top:0;left:0;background:rgba(0,0,0,.2)}.theme-dark .comp-drawer-menu-mask{background:rgba(80,80,80,.1)}.comp-drawer-menu-left-enter{transform:translateX(-75vw)}.comp-drawer-menu-left-enter.comp-drawer-menu-left-enter-active{transform:translateX(0);transition:transform .3s ease}.comp-drawer-menu-left-leave{transform:translateX(0)}.comp-drawer-menu-left-leave.comp-drawer-menu-left-leave-active{transform:translateX(-75vw);transition:transform .3s ease}.comp-drawer-menu-left-appear{transform:translateX(-75vw)}.comp-drawer-menu-left-appear.comp-drawer-menu-left-appear-active{transform:translateX(0);transition:transform .3s ease}.comp-drawer-menu-right-enter{right:-75vw}.comp-drawer-menu-right-enter.comp-drawer-menu-right-enter-active{right:0;transition:right .3s ease}.comp-drawer-menu-right-leave{right:0}.comp-drawer-menu-right-leave.comp-drawer-menu-right-leave-active{right:-75vw;transition:right .3s ease}.comp-drawer-menu-right-appear{right:-75vw}.comp-drawer-menu-right-appear.comp-drawer-menu-right-appear-active{right:0;transition:right .3s ease}.comp-drawer-menu-bottom-enter{bottom:-50vh}.comp-drawer-menu-bottom-enter.comp-drawer-menu-bottom-enter-active{bottom:0;transition:bottom .3s ease}.comp-drawer-menu-bottom-leave{bottom:0}.comp-drawer-menu-bottom-leave.comp-drawer-menu-bottom-leave-active{bottom:-50vh;transition:bottom .3s ease}.comp-drawer-menu-bottom-appear{bottom:-50vh}.comp-drawer-menu-bottom-appear.comp-drawer-menu-bottom-appear-active{bottom:0;transition:bottom .3s ease}.comp-drawer-menu-top-enter{transform:translateY(-50vh)}.comp-drawer-menu-top-enter.comp-drawer-menu-top-enter-active{transform:translateY(0);transition:transform .3s ease}.comp-drawer-menu-top-leave{transform:translateY(0)}.comp-drawer-menu-top-leave.comp-drawer-menu-top-leave-active{transform:translateY(-50vh);transition:transform .3s ease}.comp-drawer-menu-top-appear{transform:translateY(-50vh)}.comp-drawer-menu-top-appear.comp-drawer-menu-top-appear-active{transform:translateY(0);transition:transform .3s ease}.comp-gesture-lock-root{width:100%;font-size:16px;font-weight:700}.comp-gesture-lock-root,.theme-dark .comp-gesture-lock-root{color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.comp-gesture-lock-canvas{width:100%}.comp-marquee-root{width:100%;height:34px;display:flex;justify-content:space-between;align-items:center;padding-left:12px;padding-right:12px;border-radius:6px;background:rgba(0,0,0,.2)}.comp-marquee-cont{width:94%;font-size:12px;color:#000}.theme-light .comp-marquee-cont{color:#000}.theme-dark .comp-marquee-cont{color:#fff}.comp-marquee-imag{height:55%}.minirefresh-root-safety{position:relative;width:100%;height:100%}.minirefresh-root-safety-content{width:100%;color:grey!important}.downwrap-tips,.theme-dark .downwrap-tips,.theme-dark .minirefresh-root-safety-content,.theme-light .downwrap-tips,.theme-light .minirefresh-root-safety-content{color:grey!important}.downwrap-progress,.theme-dark .downwrap-progress,.theme-light .downwrap-progress{border:1px solid!important;border-color:grey grey transparent!important}.theme-dark .upwrap-tips,.theme-light .upwrap-tips,.upwrap-tips{color:grey!important}.theme-dark .upwrap-progress,.theme-light .upwrap-progress,.upwrap-progress{border:1px solid!important;border-color:grey grey transparent!important}.comp-minirefresh-scroll,.theme-light .comp-minirefresh-scroll{background:#dcdcdc!important}.theme-dark .comp-minirefresh-scroll{background:#1e1e1e!important}.comp-navbar-root{width:100%;height:45px;font-size:14px}.comp-navbar-root,.theme-dark .comp-navbar-root,.theme-light .comp-navbar-root{background:transparent}.comp-navbar-select{height:100%}.comp-navbar-select,.theme-dark .comp-navbar-select,.theme-light .comp-navbar-select{border-bottom:2px solid #ff5e1b;border-bottom-color:var(--mainColor,#ff5e1b);color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.comp-navbar-unsele{height:100%}.comp-navbar-unsele,.theme-light .comp-navbar-unsele{border-bottom:2px solid transparent;color:#000}.theme-dark .comp-navbar-unsele{border-bottom:2px solid transparent;color:#fff}.comp-number-keyboard-root{position:absolute;bottom:0;left:0;width:100vw;height:30vh;font-size:20px}.comp-number-keyboard-root,.theme-dark .comp-number-keyboard-root{background:grey;box-shadow:0 -2px 8px rgba(0,0,0,.3);color:#fff}.comp-number-keyboard-close-button{width:calc((100vw - 4px)/5);height:100%;background:#505050}.theme-dark .comp-number-keyboard-close-button{background:#505050}.comp-number-keyboard-min-button{width:calc((100vw - 4px)/5);height:calc((30vh - 3px)/4);background:#505050}.theme-dark .comp-number-keyboard-min-button{background:#505050}.comp-number-keyboard-mid-button{width:calc((100vw - 4px)/5);height:calc((30vh - 1px)/2);background:#505050}.theme-dark .comp-number-keyboard-mid-button{background:#505050}.comp-number-keyboard-max-button{width:calc((100vw - 4px)/5);height:calc((30vh - 3px)/4*3 + 2px);background:#505050}.theme-dark .comp-number-keyboard-max-button{background:#505050}.comp-number-keyboard-zero-button{width:calc((100vw - 4px)/5*2 + 1px);height:calc((30vh - 3px)/4);background:#505050}.theme-dark .comp-number-keyboard-zero-button{background:#505050}.comp-number-keyboard-maxzero{width:100%}.comp-number-keyboard-numberzone{width:calc((100vw - 4px)/5*3 + 2px);height:100%}.comp-number-keyboard-tool-zone{width:calc((100vw - 4px)/5);height:100%}.comp-number-keyboard-button-margin{margin-top:1px}.comp-number-keyboard-fixed-modal{width:100%;height:100%}.comp-number-keyboard-target-revision{position:fixed!important;top:unset!important;bottom:30vh!important}.comp-page-navigation-bar-root{width:100%;height:40px;padding-left:10px;padding-right:10px;background:#f2f2f2;font-size:14px;color:#000}.theme-light .comp-page-navigation-bar-root{background:#f2f2f2;color:#000}.theme-dark .comp-page-navigation-bar-root{background:#272727;color:#fff}.comp-preblock-last{width:100%;height:100%;z-index:1;overflow-x:hidden;overflow-y:auto}.comp-preblock-mid{z-index:2}.comp-preblock-fast,.comp-preblock-mid{width:100%;height:100%;background:transparent}.comp-preblock-fast{z-index:3}.comp-search-root{width:100%;height:34px;padding:0 8px;border-radius:6px;background:rgba(0,0,0,.2)}.comp-search-input{width:90%;height:100%;outline:medium;border:none;background:transparent;font-size:14px;color:#000}.theme-light .comp-search-input{color:#000}.theme-dark .comp-search-input{color:#fff}.comp-search-submit-root{height:60%}.comp-search-submit-icon{height:100%}.comp-select-panel-root{width:100%;height:45px;font-size:16px}.comp-select-panel-root,.theme-dark .comp-select-panel-root,.theme-light .comp-select-panel-root{color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.comp-select-panel-content{position:absolute;top:0;left:0;width:100%;max-height:56vh;background:#f2f2f2;overflow-x:hidden;overflow-y:auto}.theme-light .comp-select-panel-content{background:#f2f2f2}.theme-dark .comp-select-panel-content{background:#272727}.comp-select-panel-item{width:100%;height:40px;padding-left:10px;padding-right:10px;font-size:16px;color:#000}.theme-light .comp-select-panel-item{color:#000}.theme-dark .comp-select-panel-item{color:#fff}.comp-select-panel-item-select,.theme-dark .comp-select-panel-item-select,.theme-light .comp-select-panel-item-select{color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.comp-select-panel-item-deep{background:#dcdcdc}.theme-light .comp-select-panel-item-deep{background:hsla(0,0%,86.3%,.4)}.theme-dark .comp-select-panel-item-deep{background:rgba(30,30,30,.4)}.comp-sorry-imag{width:100px}.comp-sorry-title{margin-top:10px;text-align:center;font-size:20px}.comp-sorry-title,.theme-dark .comp-sorry-title,.theme-light .comp-sorry-title{color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.comp-sorry-tips{text-align:center;font-size:18px;color:#000}.theme-light .comp-sorry-tips{color:#000}.theme-dark .comp-sorry-tips{color:#fff}.comp-sorry-retry-button{margin-top:10px;border-radius:6px;font-size:14px}.comp-swiper-view-root{width:100%;height:auto}.comp-swiper-view-slide{height:100%;overflow-x:hidden;overflow-y:auto}.comp-swiper-banner-root{width:100%;height:auto}.comp-swiper-banner-image{height:100%;max-width:100%;object-fit:cover}.comp-swiper-banner-button,.theme-dark .comp-swiper-banner-button,.theme-light .comp-swiper-banner-button{color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.comp-toolbarmenu-root{width:100px;max-height:calc(100vh - 46px);max-height:calc(100vh - var(--vh-offset, 0px) - 46px);overflow-x:hidden;overflow-y:auto;font-size:12px}.comp-toolbarmenu-root,.theme-light .comp-toolbarmenu-root{background:#f2f2f2;color:#999}.theme-dark .comp-toolbarmenu-root{background:#272727;color:#999}.comp-toolbarmenu-item{width:100%;height:40px}.comp-toolbarmenu-item-select,.theme-light .comp-toolbarmenu-item-select{background:rgba(0,0,0,.1)}.theme-dark .comp-toolbarmenu-item-select{background:rgba(47,47,47,.1)}.comp-toolbarmenu-item-unsele{background:transparent}.scenes-category-list-root{width:100%;padding:10px 16px}.scenes-category-list-cont-root{width:calc(100vw - 98px);margin-left:16px}.scenes-category-list-imag{width:50px}.scenes-category-list-item-root{width:23.5%;height:42px;border-radius:6px;font-size:12px}.scenes-category-list-item-root,.theme-light .scenes-category-list-item-root{background:rgba(0,0,0,.1);color:#000}.theme-dark .scenes-category-list-item-root{background:rgba(47,47,47,.1);color:#fff}.scenes-category-list-item-name{font-weight:700}.scenes-category-list-item-color-sealer,.theme-light .scenes-category-list-item-color-sealer{color:#91abd5;color:var(--oppositeColor,#91abd5)}.theme-dark .scenes-category-list-item-color-sealer{color:#5d78a1;color:var(--oppositeColor,#5d78a1)}.scenes-category-list-item-color-close,.theme-light .scenes-category-list-item-color-close{color:#adadad}.theme-dark .scenes-category-list-item-color-close{color:#5d5d5d}.scenes-category-list-item-tips-status-sealer,.theme-light .scenes-category-list-item-tips-status-sealer{color:#91abd5;color:var(--oppositeColor,#91abd5)}.theme-dark .scenes-category-list-item-tips-status-sealer{color:#5d78a1;color:var(--oppositeColor,#5d78a1)}.scenes-category-list-item-tips-status-close,.theme-light .scenes-category-list-item-tips-status-close{color:#adadad}.theme-dark .scenes-category-list-item-tips-status-close{color:#5d5d5d}.scenes-category-list-item-tips-status-run,.theme-dark .scenes-category-list-item-tips-status-run,.theme-light .scenes-category-list-item-tips-status-run{color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.scenes-category-list-item-tips{font-size:10px;margin-top:3px}.scenes-category-list-item-margin{margin-top:6px}.scenes-date-select-panel-root{width:100%;height:45px;font-size:14px}.scenes-date-select-panel-root,.theme-dark .scenes-date-select-panel-root,.theme-light .scenes-date-select-panel-root{color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.scenes-date-select-panel-content{position:absolute;top:0;left:0;width:100%;height:30vh;background:#f2f2f2;overflow-x:hidden;overflow-y:auto}.theme-light .scenes-date-select-panel-content{background:#f2f2f2}.theme-dark .scenes-date-select-panel-content{background:#272727}.scenes-date-select-panel-item{width:100%;height:40px;padding-left:10px;padding-right:10px;font-size:14px;color:#000}.theme-light .scenes-date-select-panel-item{color:#000}.theme-dark .scenes-date-select-panel-item{color:#fff}.scenes-date-select-panel-item-select,.theme-dark .scenes-date-select-panel-item-select,.theme-light .scenes-date-select-panel-item-select{color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.scenes-date-select-panel-item-deep{background:#dcdcdc}.theme-light .scenes-date-select-panel-item-deep{background:hsla(0,0%,86.3%,.4)}.theme-dark .scenes-date-select-panel-item-deep{background:rgba(30,30,30,.4)}.scenes-game-fragment-chipsedit-root{position:absolute;bottom:0;left:0;width:100%}.scenes-game-fragment-chipsedit-head{width:100%;height:45px;color:#fff}.scenes-game-fragment-chipsedit-head,.theme-dark .scenes-game-fragment-chipsedit-head,.theme-light .scenes-game-fragment-chipsedit-head{background:#ff5e1b;background:var(--mainColor,#ff5e1b)}.scenes-game-fragment-chipsedit-input{width:12%;height:68%;background:#fff;border-radius:26px;border:none;outline:none;text-align:center;font-size:12px;box-sizing:border-box}.scenes-game-fragment-chipsedit-input-select{color:#000;background:#c1c1c1;border:2px solid #000;-webkit-animation:glow .8s ease-out infinite alternate;animation:glow .8s ease-out infinite alternate}@-webkit-keyframes glow{0%{border:2px solid #000}to{border:1px solid #c1c1c1}}@keyframes glow{0%{border:2px solid #000}to{border:1px solid #c1c1c1}}.scenes-game-fragment-chipsedit-keyboard{position:unset!important;box-shadow:none!important}.scenes-game-fragment-footer-input{width:38%;height:100%;border-radius:5px;border:0;padding:0;background:#fff;text-align:center;color:#000}.theme-dark .scenes-game-fragment-footer-input,.theme-light .scenes-game-fragment-footer-input{background:#fff}.scenes-game-fragment-footer-totalbet{width:95%;height:20%;font-size:13px}.scenes-game-fragment-footer-number{padding:0 2px}.scenes-game-fragment-footer-number,.theme-dark .scenes-game-fragment-footer-number,.theme-light .scenes-game-fragment-footer-number{color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.scenes-game-fragment-footer-amountzone{width:95%;height:27%}.scenes-game-fragment-footer-betcount{width:95%;height:20%;font-size:13px}.scenes-game-fragment-footer-chipszone{width:100%;height:33%;color:#fff}.scenes-game-fragment-footer-chipszone,.theme-dark .scenes-game-fragment-footer-chipszone,.theme-light .scenes-game-fragment-footer-chipszone{background:#ff5e1b;background:var(--mainColor,#ff5e1b)}.scenes-game-fragment-footer-root{width:100%;height:18%;background:#f2f2f2;color:#000}.theme-light .scenes-game-fragment-footer-root{background:#f2f2f2;color:#000}.theme-dark .scenes-game-fragment-footer-root{background:#272727;color:#fff}.scenes-game-fragment-gfc-chase{width:100%;height:calc(100% - 110px);font-size:13px;position:absolute;top:110px}.theme-light .scenes-game-fragment-gfc-chase{background:#f2f2f2;color:#000}.theme-dark .scenes-game-fragment-gfc-chase{background:#272727;color:#fff}.theme-light .scenes-game-fragment-gfc-chase-color{color:#636363}.theme-dark .scenes-game-fragment-gfc-chase-color{color:#afafaf}.scenes-game-fragment-gfc-chase-top{width:100%;height:50px;font-size:15px}.theme-light .scenes-game-fragment-gfc-chase-top{background:#e4e4e4!important}.theme-dark .scenes-game-fragment-gfc-chase-top{background:#020202!important}.scenes-game-fragment-gfc-chase-input{width:30px;height:25px;border:0;margin:0 5px;border-radius:8px;text-align:center}.theme-light .scenes-game-fragment-gfc-chase-input{color:#000;background:#dfdfdf}.theme-dark .scenes-game-fragment-gfc-chase-input{color:#fff;background:#4a4a4a}.scenes-game-fragment-gfc-chase-create{border-radius:25px;text-align:center}.theme-light .scenes-game-fragment-gfc-chase-create{color:#fff;background:#91abd5;background:var(--oppositeColor,#91abd5)}.theme-dark .scenes-game-fragment-gfc-chase-create{color:#fff;background:#5d78a1;background:var(--oppositeColor,#5d78a1)}.scenes-game-fragment-gfc-chase-content{width:100%;padding:0 10px;overflow-y:auto}.scenes-game-fragment-gfc-chase-line{width:100%;height:50px;padding:0 10px}.scenes-game-fragment-gfc-chase-circle{height:20px}.scenes-game-fragment-gfc-chase-multiple{width:30px;margin:0 3px;height:24px;border-radius:5px}.theme-light .scenes-game-fragment-gfc-chase-multiple{color:#000;background:#dfdfdf}.theme-dark .scenes-game-fragment-gfc-chase-multiple{color:#fff;background:#4a4a4a}.scenes-game-fragment-gfc-chase-tips{width:100%;height:35px}.theme-light .scenes-game-fragment-gfc-chase-tips{background:#e4e4e4!important;color:#636363}.theme-dark .scenes-game-fragment-gfc-chase-tips{background:#020202!important;color:#afafaf}.scenes-game-fragment-gfc-chase-bottom{width:100%;height:65px;padding:0 10px}.scenes-game-fragment-gfc-chase-btnClose{width:30%;height:55%;border-radius:25px}.theme-dark .scenes-game-fragment-gfc-chase-btnClose,.theme-light .scenes-game-fragment-gfc-chase-btnClose{color:#ff5e1b;color:var(--mainColor,#ff5e1b);border:1px solid #ff5e1b;border:1px solid var(--mainColor,#ff5e1b)}.scenes-game-fragment-gfc-chase-btnSubmit{width:calc(70% - 10px);height:55%;border-radius:25px}.theme-dark .scenes-game-fragment-gfc-chase-btnSubmit,.theme-light .scenes-game-fragment-gfc-chase-btnSubmit{background:#ff5e1b;background:var(--mainColor,#ff5e1b);color:#fff}.scenes-game-fragment-gfc-content{width:100%;height:100%;font-size:14px;overflow-y:auto;overflow-x:hidden}.theme-light .scenes-game-fragment-gfc-content{background:#f2f2f2;color:#000}.theme-dark .scenes-game-fragment-gfc-content{background:#272727;color:#fff}.scenes-game-fragment-gfc-content-title{width:100%;height:40px}.theme-light .scenes-game-fragment-gfc-content-title{background:#e4e4e4!important}.theme-dark .scenes-game-fragment-gfc-content-title{background:#020202!important}.scenes-game-fragment-gfc-content-rules{margin-left:10px;width:33%;height:55%}.scenes-game-fragment-gfc-content-gameName{width:33%;height:100%;font-size:18px}.scenes-game-fragment-gfc-content-titleBtn{margin-right:5px;width:33%;height:100%;color:#9c9c9c}.scenes-game-fragment-gfc-content-quick{width:100%;height:2rem}.theme-light .scenes-game-fragment-gfc-content-quick{color:#efefef;background:#ccc}.theme-dark .scenes-game-fragment-gfc-content-quick{color:#666;background:#1a1a1a}.theme-light .scenes-game-fragment-gfc-content-quick-btnTop{color:#f1f1f1;background:#999}.theme-dark .scenes-game-fragment-gfc-content-quick-btnTop{color:#e6e6e6;background:#070707}.scenes-game-fragment-gfc-content-quick-btnTop-horn{border-top:1rem solid transparent;border-bottom:1rem solid transparent}.theme-light .scenes-game-fragment-gfc-content-quick-btnTop-horn{border-left:.5rem solid #999}.theme-dark .scenes-game-fragment-gfc-content-quick-btnTop-horn{border-left:.5rem solid #070707}.scenes-game-fragment-gfc-content-ball-bet{width:40px;height:40px;border-radius:50%;margin:8px 0;font-size:20px;text-align:center;line-height:40px}.theme-light .scenes-game-fragment-gfc-content-ball-bet{color:#000}.theme-dark .scenes-game-fragment-gfc-content-ball-bet{color:#fff}.theme-light .scenes-game-fragment-gfc-content-ball-bet-select{color:#fff;background:-webkit-linear-gradient(top,var(--btnColor,#ff991b 0,#ff5e1b) 100%)}.theme-dark .scenes-game-fragment-gfc-content-ball-bet-select{color:#fff;background:-webkit-linear-gradient(top,var(--btnColor,#c3885b 0,#724e36) 100%)}.scenes-game-fragment-gfc-content-hotCold-appearance{position:absolute;top:2px;right:5px;font-size:12px}.scenes-game-fragment-gfc-content-manual{width:100%;height:calc(100% - 65px);color:#727272;overflow-y:auto;padding:0 15px}.scenes-game-fragment-gfc-content-manual-groupBox{width:calc(100% - 30px);height:200px;border-radius:8px;padding:15px;margin-bottom:5px;resize:none;border:0}.theme-light .scenes-game-fragment-gfc-content-manual-groupBox{background:#fff}.theme-dark .scenes-game-fragment-gfc-content-manual-groupBox{background:#0c0c0c}.scenes-game-fragment-gfc-content-manual-padding{padding-bottom:5px}.scenes-game-fragment-gfc-footer{width:100%;height:calc(18% - 1px);font-size:15px}.theme-light .scenes-game-fragment-gfc-footer{background:#f2f2f2;color:#000}.theme-dark .scenes-game-fragment-gfc-footer{background:#272727;color:#fff}.scenes-game-fragment-gfc-footer-top{width:100%;height:30%}.theme-light .scenes-game-fragment-gfc-footer-top{background:#e4e4e4!important}.theme-dark .scenes-game-fragment-gfc-footer-top{background:#020202!important}.scenes-game-fragment-gfc-footer-circle{height:65%}.scenes-game-fragment-gfc-footer-circularBead{height:65%;padding:0 18px;border-radius:5px}.theme-dark .scenes-game-fragment-gfc-footer-circularBead,.theme-light .scenes-game-fragment-gfc-footer-circularBead{color:#ff5e1b;color:var(--mainColor,#ff5e1b);border:1px solid #ff5e1b;border:1px solid var(--mainColor,#ff5e1b)}.scenes-game-fragment-gfc-footer-circularBead-selected{height:65%;padding:0 18px;border-radius:5px}.theme-dark .scenes-game-fragment-gfc-footer-circularBead-selected,.theme-light .scenes-game-fragment-gfc-footer-circularBead-selected{background:#ff5e1b;background:var(--mainColor,#ff5e1b);color:#fff}.scenes-game-fragment-gfc-footer-color{color:#afafaf}.scenes-game-fragment-gfc-footer-multiple{width:40px;margin:0 3px;height:65%;border-radius:5px}.theme-light .scenes-game-fragment-gfc-footer-multiple{color:#000;background:#dfdfdf}.theme-dark .scenes-game-fragment-gfc-footer-multiple{color:#fff;background:#4a4a4a}.scenes-game-fragment-gfc-footer-bottom{width:100%;height:70%}.scenes-game-fragment-gfc-footer-bottom-btn1{height:2.4rem;width:2.4rem;text-align:center;border-radius:8px}.scenes-game-fragment-gfc-footer-bottom-btn1,.theme-dark .scenes-game-fragment-gfc-footer-bottom-btn1,.theme-light .scenes-game-fragment-gfc-footer-bottom-btn1{color:#ff5e1b;color:var(--mainColor,#ff5e1b);border:1px solid #ff5e1b;border:1px solid var(--mainColor,#ff5e1b)}.scenes-game-fragment-gfc-footer-bottom-btn2{height:2.4rem;border-radius:25px;padding:0 20px;color:#ff5e1b;color:var(--mainColor,#ff5e1b);background:#ff5e1b;background:var(--mainColor,#ff5e1b)}.theme-dark .scenes-game-fragment-gfc-footer-bottom-btn2,.theme-light .scenes-game-fragment-gfc-footer-bottom-btn2{color:#fff;background:#ff5e1b;background:var(--mainColor,#ff5e1b)}.scenes-game-fragment-gfc-footer-bottom-btn3{height:2.4rem;border-radius:8px 1px 1px 8px;padding:0 8px;color:#ff5e1b;color:var(--mainColor,#ff5e1b);background:#ff5e1b;background:var(--mainColor,#ff5e1b)}.theme-dark .scenes-game-fragment-gfc-footer-bottom-btn3,.theme-light .scenes-game-fragment-gfc-footer-bottom-btn3{color:#fff;background:#ff5e1b;background:var(--mainColor,#ff5e1b)}.scenes-game-fragment-gfc-footer-bottom-btn4{border-top:1.2rem solid transparent;border-bottom:1.2rem solid transparent}.scenes-game-fragment-gfc-footer-bottom-btn4,.theme-dark .scenes-game-fragment-gfc-footer-bottom-btn4,.theme-light .scenes-game-fragment-gfc-footer-bottom-btn4{border-left:1rem solid #ff5e1b;border-left:1rem solid var(--mainColor,#ff5e1b)}.scenes-game-fragment-gfc-footer-bottom-carNumber{position:absolute;bottom:57%;border-radius:8px;font-size:12px;padding:0 5px}.theme-dark .scenes-game-fragment-gfc-footer-bottom-carNumber,.theme-light .scenes-game-fragment-gfc-footer-bottom-carNumber{color:#fff;background:#ff5e1b;background:var(--mainColor,#ff5e1b)}.scenes-game-fragment-gfc-submit{width:100%;height:calc(100% - 110px);font-size:13px;position:absolute;top:110px}.theme-light .scenes-game-fragment-gfc-submit{background:#f2f2f2;color:#000}.theme-dark .scenes-game-fragment-gfc-submit{background:#272727;color:#fff}.scenes-game-fragment-gfc-submit-top{width:100%;height:50px;font-size:15px}.theme-light .scenes-game-fragment-gfc-submit-top{background:#e4e4e4!important}.theme-dark .scenes-game-fragment-gfc-submit-top{background:#020202!important}.scenes-game-fragment-gfc-submit-content{width:100%;overflow-y:auto;height:calc(100% - 115px)}.scenes-game-fragment-gfc-submit-line{margin:0 10px;width:calc(100% - 20px);padding:10px}.theme-light .scenes-game-fragment-gfc-submit-line{border-bottom:1px solid #ccc}.theme-dark .scenes-game-fragment-gfc-submit-line{border-bottom:1px solid #1a1a1a}.theme-light .scenes-game-fragment-gfc-submit-color{color:#636363}.theme-dark .scenes-game-fragment-gfc-submit-color{color:#afafaf}.scenes-game-fragment-gfc-submit-circle{height:24px}.scenes-game-fragment-gfc-submit-multiple{width:30px;margin:0 3px;height:24px;border-radius:5px}.theme-light .scenes-game-fragment-gfc-submit-multiple{color:#000;background:#dfdfdf}.theme-dark .scenes-game-fragment-gfc-submit-multiple{color:#fff;background:#4a4a4a}.scenes-game-fragment-gfc-submit-betUnit{padding:8px;border-radius:8px}.theme-dark .scenes-game-fragment-gfc-submit-betUnit,.theme-light .scenes-game-fragment-gfc-submit-betUnit{color:#ff5e1b;color:var(--mainColor,#ff5e1b);border:1px solid #ff5e1b;border:1px solid var(--mainColor,#ff5e1b)}.scenes-game-fragment-gfc-submit-updateUnit{width:33%;padding:8px;border-radius:8px}.theme-light .scenes-game-fragment-gfc-submit-updateUnit{color:#636363;border:1px solid #ff5e1b;border:1px solid var(--mainColor,#ff5e1b)}.theme-dark .scenes-game-fragment-gfc-submit-updateUnit{color:#afafaf;border:1px solid #ff5e1b;border:1px solid var(--mainColor,#ff5e1b)}.theme-light .scenes-game-fragment-gfc-submit-zw{color:#f2f2f2}.theme-dark .scenes-game-fragment-gfc-submit-zw{color:#272727}.scenes-game-fragment-gfc-submit-bottom{width:100%;height:64px}.scenes-game-fragment-gfc-submit-btn{height:60%;border-radius:25px;font-size:15px}.theme-dark .scenes-game-fragment-gfc-submit-btn,.theme-light .scenes-game-fragment-gfc-submit-btn{color:#fff;background:#ff5e1b;background:var(--mainColor,#ff5e1b)}.scenes-game-fragment-gfc-submit-bottom-info{font-size:14px;padding-left:10px}.scenes-game-fragment-header-root{width:100%;height:65px;padding-left:8px;padding-right:8px;font-size:12px}.theme-light .scenes-game-fragment-header-root{background:#e4e4e4;color:#333}.theme-dark .scenes-game-fragment-header-root{background:#020202;color:#ccc}.scenes-game-fragment-header-result-root{width:100%;height:60%}.scenes-game-fragment-header-result{height:100%}.scenes-game-fragment-header-info-root{width:100%;height:40%}.theme-dark .scenes-game-fragment-header-info-color,.theme-light .scenes-game-fragment-header-info-color{color:#848484}.scenes-game-fragment-header-ball{width:18px;height:18px;border-radius:50%;font-family:Segoe UI;color:#fff}.scenes-game-fragment-header-image{width:18px;height:18px}.scenes-game-fragment-howplay-root{position:absolute;bottom:0;left:0;width:100%;background:#dcdcdc;font-size:14px;color:#000}.theme-light .scenes-game-fragment-howplay-root{background:#dcdcdc;color:#000}.theme-dark .scenes-game-fragment-howplay-root{background:#1e1e1e;color:#fff}.scenes-game-fragment-howplay-list{width:100%;height:calc(100vh - 180px);height:calc(100vh - var(--vh-offset, 0px) - 180px);box-sizing:border-box;overflow-y:auto;overflow-x:hidden;background:#f2f2f2}.theme-light .scenes-game-fragment-howplay-list{background:#f2f2f2}.theme-dark .scenes-game-fragment-howplay-list{background:#272727}.scenes-game-fragment-howplay-title{width:100%;height:40px;font-size:16px}.scenes-game-fragment-howplay-bottom{width:100%;height:40px}.scenes-game-fragment-howplay-save{width:100%;height:100%;font-size:17px}.scenes-game-fragment-howplay-save,.theme-dark .scenes-game-fragment-howplay-save,.theme-light .scenes-game-fragment-howplay-save{color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.scenes-game-fragment-howplay-checkAll{width:20%;height:40px;font-size:15px;position:absolute;right:0;color:#000}.theme-light .scenes-game-fragment-howplay-checkAll{color:#000}.theme-dark .scenes-game-fragment-howplay-checkAll{color:#fff}.scenes-game-fragment-howplay-list-item-status-select{width:100%;height:40px;padding-left:20px;padding-right:20px;color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.theme-dark .scenes-game-fragment-howplay-list-item-status-select,.theme-light .scenes-game-fragment-howplay-list-item-status-select{color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.scenes-game-fragment-howplay-list-item-status-unsele{width:100%;height:40px;padding-left:20px;padding-right:20px}.scenes-game-fragment-line-name{width:100%;height:35px;line-height:35px;font-size:14px}.scenes-game-fragment-line-name,.theme-light .scenes-game-fragment-line-name{border-left:.5px solid #c5c3c3;border-right:.5px solid #c5c3c3;background:#c5c3c3;color:#1e1e1e}.theme-dark .scenes-game-fragment-line-name{background:#151515;border-left:.5px solid #151515;border-right:.5px solid #151515;color:#ccc}.scenes-game-fragment-line-sname{width:100%;height:35px;line-height:35px;border-left:.5px solid #c5c3c3;border-right:.5px solid #c5c3c3;font-size:14px}.theme-light .scenes-game-fragment-line-sname{border-left:.5px solid #c5c3c3;border-right:.5px solid #c5c3c3;background:#e4e4e4!important}.theme-dark .scenes-game-fragment-line-sname{border-left:.5px solid #151515;border-right:.5px solid #151515;background:#020202!important}.scenes-game-fragment-menu-unsele{width:100%;height:40px;font-size:12px}.theme-light .scenes-game-fragment-menu-unsele{color:#1e1e1e}.theme-dark .scenes-game-fragment-menu-unsele{color:#ccc}.scenes-game-fragment-menu-select{width:100%;height:40px;font-size:12px;color:#fff}.theme-dark .scenes-game-fragment-menu-select,.theme-light .scenes-game-fragment-menu-select{background:#ff5e1b;background:var(--mainColor,#ff5e1b)}.scenes-game-fragment-container-list{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;background:#f2f2f2}.theme-light .scenes-game-fragment-container-list{background:#f2f2f2}.theme-dark .scenes-game-fragment-container-list{background:#272727}.scenes-game-fragment-navigation{width:100%;height:100%;overflow:hidden}.scenes-game-fragment-navigation-top{width:100%;height:140px}.scenes-game-fragment-navigation-list{width:100%;height:calc(100% - 198px);overflow-x:hidden;overflow-y:auto}.scenes-game-fragment-navigation-bottom{width:100%;height:56px}.scenes-game-fragment-navigation-button{width:70%;height:20%;border-radius:16px;background:#e7e3e3;font-size:12px;color:#000}.theme-light .scenes-game-fragment-navigation-button{background:#e7e3e3;color:#000}.theme-dark .scenes-game-fragment-navigation-button{background:#272727;color:#fff}.scenes-game-fragment-navigation-button-select,.theme-dark .scenes-game-fragment-navigation-button-select,.theme-light .scenes-game-fragment-navigation-button-select{background:#ff5e1b;background:var(--mainColor,#ff5e1b);color:#fff}.scenes-game-fragment-navigation-betrecord-ball{width:10px;height:10px;border-radius:50%}.theme-dark .navigation-select .scenes-game-fragment-navigation-betrecord-ball,.theme-light .navigation-select .scenes-game-fragment-navigation-betrecord-ball{background:#533f31;background:var(--clickBall,#533f31)}.scenes-game-fragment-color-ball{width:40px;height:40px;font-size:20px}.scenes-game-fragment-color-ball,.scenes-game-fragment-color-ball-min{border-radius:50%;background:#e4e4e4;opacity:.9;font-family:Segoe UI;color:#fff}.scenes-game-fragment-color-ball-min{width:22px;height:22px;font-size:14px}.scenes-game-fragment-small-ball{width:30px;height:30px;border-radius:50%;opacity:.9;font-family:Segoe UI;font-size:18px;color:#fff}.scenes-game-fragment-ball-max{width:55px;height:40px;border-radius:25px;font-size:13px;font-weight:500}.theme-light .scenes-game-fragment-ball-max{color:#000}.theme-dark .scenes-game-fragment-ball-max{color:#fff}.scenes-game-fragment-ball-min{width:40px;height:40px;border-radius:50%;font-size:15px;font-weight:500}.theme-light .scenes-game-fragment-ball-min{color:#000}.theme-dark .scenes-game-fragment-ball-min{color:#fff}.scenes-game-fragment-list-item-select,.theme-light .scenes-game-fragment-list-item-select{background:#c0ccde 100%!important;background:var(--playMenuColor,#c0ccde) 100%!important;color:#fff}.theme-dark .scenes-game-fragment-list-item-select{color:#fff;background:#364861 100%!important;background:var(--playMenuColor,#364861) 100%!important}.scenes-game-fragment-list-item-TUOTOU,.theme-light .scenes-game-fragment-list-item-TUOTOU{background:#c0ccde!important;background:var(--TuoBtnColor,#c0ccde)!important;color:#fff}.theme-dark .scenes-game-fragment-list-item-TUOTOU{color:#fff;background:#364861!important;background:var(--TuoBtnColor,#364861)!important}.scenes-game-fragment-list-button-wrapper{width:100%;padding:0 5px 5px 0;font-size:12px}.scenes-game-fragment-list-button-wrapper,.theme-light .scenes-game-fragment-list-button-wrapper{border-left:.5px solid #c5c3c3;border-right:.5px solid #c5c3c3;background:#e7e3e3}.theme-dark .scenes-game-fragment-list-button-wrapper{border-left:.5px solid #151515;border-right:.5px solid #151515;background:#272727}.scenes-game-fragment-list-button{height:35px;margin-left:5px;margin-top:5px;border-radius:5px;padding:0 5px;box-sizing:border-box}.scenes-game-fragment-list-button-select{text-align:center}.scenes-game-fragment-list-button-select,.theme-dark .scenes-game-fragment-list-button-select,.theme-light .scenes-game-fragment-list-button-select{background:#ff5e1b;background:var(--mainColor,#ff5e1b);color:#fff}.scenes-game-fragment-list-button-unsele{text-align:center}.scenes-game-fragment-list-button-unsele,.theme-dark .scenes-game-fragment-list-button-unsele,.theme-light .scenes-game-fragment-list-button-unsele{background:#f9f8f8;color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.scenes-game-fragment-list-child-button-select{text-align:center}.scenes-game-fragment-list-child-button-select,.theme-dark .scenes-game-fragment-list-child-button-select,.theme-light .scenes-game-fragment-list-child-button-select{background:rgba(0,0,0,.1);color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.scenes-game-fragment-list-child-button-unsele{background:rgba(0,0,0,.1);color:#666;text-align:center}.theme-dark .scenes-game-fragment-list-child-button-unsele,.theme-light .scenes-game-fragment-list-child-button-unsele{background:rgba(0,0,0,.1);color:#666}.scenes-game-fragment-long-dragon-list-item{width:100%;font-size:12px}.scenes-game-fragment-long-dragon-list-item-left{width:52%;padding-left:14px}.scenes-game-fragment-long-dragon-list-item-right{width:48%}.scenes-game-fragment-long-dragon-list-item-ball{width:50%;height:80px}.scenes-game-fragment-omission-item{width:100%;height:80px;padding:0 8px;background:#f2f2f2;font-size:14px;color:#000}.theme-light .scenes-game-fragment-omission-item{background:#f2f2f2;color:#000}.theme-dark .scenes-game-fragment-omission-item{background:#272727;color:#fff}.scenes-game-fragment-omission-left{width:25%}.scenes-game-fragment-omission-right{width:50%;height:38px;padding:0 5px;line-height:38px;border-radius:16px;background:#dcdcdc;color:#000}.theme-light .scenes-game-fragment-omission-right{background:#dcdcdc;color:#000}.theme-dark .scenes-game-fragment-omission-right{background:#1e1e1e;color:#fff}.scenes-game-fragment-omission-ball{width:20px;height:20px;border-radius:50%;font-size:12px;color:#fff}.scenes-game-fragment-omission-right div{float:left;margin-right:5px}.scenes-game-fragment-fast-menu{display:grid;justify-items:center;align-items:center;text-align:center;grid-row-gap:4px;grid-column-gap:4px;padding:4px}.scenes-game-fragment-fast-menu>div{height:28px;width:100%;justify-items:center;align-items:center;display:grid;border:1px solid #ff5e1b;border:1px solid var(--mainColor,#ff5e1b);border-radius:6px;background:#fff;font-size:12px;color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.theme-light .scenes-game-fragment-fast-menu>div{background:#fff}.theme-dark .scenes-game-fragment-fast-menu>div{background:#0c0c0c}.theme-dark .scenes-game-fragment-fast-menu>div,.theme-light .scenes-game-fragment-fast-menu>div{color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.scenes-game-fragment-fast-menu .active-road-menu,.theme-dark .scenes-game-fragment-fast-menu .active-road-menu,.theme-light .scenes-game-fragment-fast-menu .active-road-menu{background:#ff5e1b;background:var(--mainColor,#ff5e1b);color:#fff}.scenes-game-fragment-fast-menu-four{grid-template-columns:1fr 1fr 1fr 1fr}.scenes-game-fragment-fast-menu-five{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.scenes-game-fragment-left-head-menu{display:flex;width:100%}.scenes-game-fragment-left-head-menu .menuBall{margin-top:9px;margin-left:2px}.scenes-game-fragment-bet-color{color:#979797}.theme-light .scenes-game-fragment-bet-color{color:#333}.theme-dark .scenes-game-fragment-bet-color{color:#ccc}.scenes-game-fragment-submit-root{width:100%;height:100%;background:rgba(0,0,0,.3);color:#000}.theme-light .scenes-game-fragment-submit-root{color:#000}.theme-dark .scenes-game-fragment-submit-root{color:#fff}.scenes-game-fragment-submit-content{position:absolute;bottom:0;left:0;width:100%;height:calc(100% - 107.1px);background:#e6e6e6}.theme-light .scenes-game-fragment-submit-content{background:#e6e6e6}.theme-dark .scenes-game-fragment-submit-content{background:#1e1e1e}.scenes-game-fragment-submit-toolbar{width:100%;height:50px;padding-left:10px;padding-right:10px;font-size:15px}.scenes-game-fragment-submit-toolbar-right{height:100%;font-size:14px}.scenes-game-fragment-submit-close-button{width:50px;height:60%;line-height:50px;font-size:14px;color:#7a7a7a}.scenes-game-fragment-submit-list{width:100%;height:calc(100% - 165px);overflow-x:hidden;overflow-y:auto;background:#f2f2f2}.theme-light .scenes-game-fragment-submit-list{background:#f2f2f2}.theme-dark .scenes-game-fragment-submit-list{background:#272727}.scenes-game-fragment-submit-bottom{width:100%;height:100px}.scenes-game-fragment-submit-bottom-tips{width:100%;height:35px;font-size:14px}.scenes-game-fragment-submit-bottom-amount{width:100%;height:80px;font-size:14px;background:#f2f2f2}.theme-light .scenes-game-fragment-submit-bottom-amount{background:#f2f2f2}.theme-dark .scenes-game-fragment-submit-bottom-amount{background:#272727}.scenes-game-fragment-submit-bottom-input{width:38%;height:45%;border-radius:5px;border:0;padding:0;background:#fefefe;text-align:center}.scenes-game-fragment-submit-list-item{width:100%;height:60px;padding-left:14px;padding-right:6px;font-size:12px}.scenes-game-fragment-submit-list-item-left,.scenes-game-fragment-submit-list-item-right{width:50%;height:100%}.scenes-game-fragment-submit-list-item-input{width:68px;height:36px;margin-right:14px;border-radius:5px;border:0;padding:0;outline:none;background:#dfdfdf;color:#000;font-size:14px;text-align:center}.theme-light .scenes-game-fragment-submit-list-item-input{background:#dfdfdf;color:#000}.theme-dark .scenes-game-fragment-submit-list-item-input{background:#4a4a4a;color:#fff}.scenes-game-fragment-submit-list-item-remove{height:80%;padding-left:14px;padding-right:14px}.scenes-game-fragment-submit-list-item-serialnumber,.theme-dark .scenes-game-fragment-submit-list-item-serialnumber,.theme-light .scenes-game-fragment-submit-list-item-serialnumber{color:grey}.scenes-game-fragment-submit-list-item-info{margin-left:14px;text-align:left;color:#000}.theme-light .scenes-game-fragment-submit-list-item-info{color:#000}.theme-dark .scenes-game-fragment-submit-list-item-info{color:#fff}.scenes-game-fragment-topten-result{width:100%;position:absolute;top:83px;left:0;background:#dcdcdc;font-size:14px;color:#000}.theme-light .scenes-game-fragment-topten-result{background:#dcdcdc;color:#000}.theme-dark .scenes-game-fragment-topten-result{background:#1e1e1e;color:#fff}.scenes-game-fragment-topten-result-list{width:100%;max-height:62vh;overflow-x:hidden;overflow-y:auto}.scenes-game-fragment-topten-result-TopTitle{width:100%;height:36px;padding:8px}.scenes-game-fragment-topten-result-item{width:100%;padding:8px}.scenes-game-fragment-topten-result-item-left{padding-right:8px;font-size:12px;height:100%}.scenes-game-fragment-topten-result-item-right{font-size:12px;height:100%}.scenes-game-fragment-topten-result-item-deep,.theme-light .scenes-game-fragment-topten-result-item-deep{background:#f2f2f2}.theme-dark .scenes-game-fragment-topten-result-item-deep{background:#272727}.scenes-game-fragment-topten-result-ball{width:20px;height:20px;border-radius:50%;font-size:12px;color:#fff}.scenes-game-fragment-topten-result-more{width:100%;height:40px}.scenes-game-fragment-topten-result-more,.theme-dark .scenes-game-fragment-topten-result-more,.theme-light .scenes-game-fragment-topten-result-more{color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.scenes-game-lottery-road-root{position:absolute;top:45px;left:0;width:100%;height:calc(100% - 45px);background:#f2f2f2}.scenes-game-lottery-road-wrapper{width:100%;height:calc(100% - 45px);overflow-x:hidden;overflow-y:auto}.scenes-game-lottery-road-mask{background:rgba(0,0,0,.2)}.scenes-game-lottery-road-menu,.scenes-game-lottery-road-menu div{display:grid;justify-items:center;align-items:center}.scenes-game-lottery-road-menu div{text-align:center}.scenes-game-lottery-road-menu .road-menu{width:100%;height:34px;border:1px solid #fff;border-radius:6px;background:#fff;font-size:12px;color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.scenes-game-lottery-road-menu .active-road-menu{background:#ff5e1b;background:var(--mainColor,#ff5e1b);color:#fff}.scenes-game-lottery-road-menu-six{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr 1fr;grid-column-gap:4px;padding:6px 4px}.scenes-game-lottery-road-menu-nine{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;grid-column-gap:4px;grid-row-gap:4px;padding:6px 4px}.scenes-game-lottery-road-menu .menu-1{grid-row-start:1;grid-row-end:3;height:72px}.scenes-game-lottery-road-block{width:100%}.scenes-game-lottery-road-header{width:100%;height:35px;line-height:35px;background:#c5c3c3;text-align:center;font-size:14px;color:#1e1e1e}.theme-light .scenes-game-lottery-road-header{background:#c5c3c3;color:#1e1e1e}.theme-dark .scenes-game-lottery-road-header{background:#151515;color:#ccc}.scenes-game-lottery-road-container{display:grid;justify-items:center;align-items:center;grid-auto-flow:column;grid-template-columns:repeat(25,4%)}.scenes-game-lottery-road-container>div>div{height:4vw;width:4vw;font-size:xx-small;text-align:center;border:1px solid #c5c3c3}.scenes-game-lottery-road-close-button{width:100%;height:45px;color:#ff5e1b;color:var(--mainColor,#ff5e1b);background:#dcdcdc}.scenes-game-select-panel-root{width:100%;height:45px;font-size:14px}.scenes-game-select-panel-root,.theme-dark .scenes-game-select-panel-root,.theme-light .scenes-game-select-panel-root{color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.scenes-game-select-panel-content{position:absolute;top:0;left:0;background:#dcdcdc}.theme-light .scenes-game-select-panel-content{background:#dcdcdc}.theme-dark .scenes-game-select-panel-content{background:#1e1e1e}.scenes-game-select-panel-slide-item,.theme-light .scenes-game-select-panel-slide-item{background:#f2f2f2}.theme-dark .scenes-game-select-panel-slide-item{background:#272727}.scenes-game-toolbar-info{margin-left:6px}.scenes-game-toolbar-gamename{font-size:14px}.scenes-game-toolbar-gamename,.theme-dark .scenes-game-toolbar-gamename,.theme-light .scenes-game-toolbar-gamename{color:#ff5e1b!important;color:var(--mainColor,#ff5e1b)!important}.scenes-game-toolbar-issue{font-size:12px}.theme-light .scenes-game-toolbar-issue{color:#333!important}.theme-dark .scenes-game-toolbar-issue{color:#ccc!important}.scenes-game-toolbar-seal{position:relative;width:24%;height:65%;border-radius:5px;font-size:12px}.scenes-game-toolbar-seal,.theme-light .scenes-game-toolbar-seal{background:#404040!important;border:1px solid #757575!important}.theme-dark .scenes-game-toolbar-seal{background:#141414!important;border:1px solid #a2a2a2!important}@media screen and (max-width:340px){.scenes-game-toolbar-seal{width:20%}}@media screen and (min-width:341px) and (max-width:375px){.scenes-game-toolbar-seal{width:22%}}.scenes-game-toolbar-seal-tips{position:absolute;top:-5px;left:0;width:100%;color:#dedede!important;text-shadow:0 1px #000,1px 0 #000,-1px 0 #000,0 -1px #000}.theme-light .scenes-game-toolbar-seal-tips{color:#dedede!important}.theme-dark .scenes-game-toolbar-seal-tips{color:#9f9f9f!important}.scenes-game-toolbar-seal-time{font-size:14px;color:#58e528;position:absolute;top:8px}.scenes-game-toolbar-back{height:30px;padding:3px 6px;border-radius:6px}.scenes-game-toolbar-road{height:26px;padding-left:4px;padding-right:4px;margin-right:6px;border-radius:6px;border:1px solid #909090;font-size:12px;color:#909090}.scenes-game-toolbar-menu,.scenes-game-toolbar-trend{height:30px;padding:3px 6px;border-radius:6px}.scenes-game-toolbar-left,.scenes-game-toolbar-right{height:100%}.scenes-gameResult-ball,.scenes-gameResult-otherBall{width:20px;height:20px;border-radius:50%;font-family:Segoe UI;color:#fff;font-size:12px}.scenes-gameResult-otherBall{margin-left:2px}.scenes-gameResult-flatBall{width:20px;height:14px;border-radius:4px;font-family:Segoe UI;color:#fff;font-size:12px;margin-left:2px}.scenes-gameResult-font{height:20px;font-size:12px;line-height:30px}.scenes-gameResult-image{width:20px;height:20px;line-height:30px;padding:0 5px}.scenes-gameResult-erectWidth{width:8px}.scenes-gameResult-erectHeight{height:2px}.scenes-hk-lotto-header-root{width:100%;height:80px;padding-left:8px;padding-right:8px;font-size:12px}.scenes-hk-lotto-header-root,.theme-light .scenes-hk-lotto-header-root{background:#e4e4e4;color:#848484}.theme-dark .scenes-hk-lotto-header-root{background:#020202;color:#848484}.scenes-hk-lotto-header-result-root{width:100%;height:40%}.scenes-hk-lotto-header-info-root{width:100%;height:30%}.scenes-toolbarmenu-root{width:168px;max-height:calc(100vh - 46px);max-height:calc(100vh - var(--vh-offset, 0px) - 46px);overflow-x:hidden;overflow-y:auto;font-size:14px}.theme-light .scenes-toolbarmenu-root{background:#f2f2f2;color:#333}.theme-dark .scenes-toolbarmenu-root{background:#272727;color:#ccc}.scenes-toolbarmenu-item{width:100%;height:42px;padding-left:10px;padding-right:10px}.scenes-toolbarmenu-item-nopadding{width:100%;height:42px}.scenes-toolbarmenu-horizontal-item{height:100%;padding-left:6px;padding-right:6px}.scenes-toolbarmenu-checkbox{width:18px;height:18px}.scenes-toolbarmenu-userinfo-root{width:100%;padding:12px;font-size:12px}.scenes-toolbarmenu-userinfo-item{width:100%;padding-top:3px;padding-bottom:3px}.screen-bet-today-root{width:100%;height:100%}.screen-bet-today-top{width:100%;height:45px;margin-bottom:1px;background:#f2f2f2}.theme-light .screen-bet-today-top{background:#f2f2f2}.theme-dark .screen-bet-today-top{background:#272727}.screen-bet-today-top-bigtype,.screen-bet-today-top-subtype{width:50%;height:100%}.screen-bet-today-btn{width:100%;height:55px;padding-left:15px;padding-right:15px;margin-bottom:1px;background:#f2f2f2}.theme-light .screen-bet-today-btn{background:#f2f2f2}.theme-dark .screen-bet-today-btn{background:#272727}.screen-bet-today-list{width:100%;height:calc(100vh - 234px);height:calc(100vh - var(--vh-offset, 0px) - 234px);overflow-x:hidden;overflow-y:auto;font-size:14px;color:#000}.theme-light .screen-bet-today-list{color:#000}.theme-dark .screen-bet-today-list{color:#fff}.screen-bet-today-list-item{width:100%;background:#f2f2f2;margin-bottom:10px}.theme-light .screen-bet-today-list-item{background:#f2f2f2}.theme-dark .screen-bet-today-list-item{background:#272727}.screen-bet-today-list-item-info{width:100%}.screen-bet-today-list-item-info-comp{width:95%}.screen-bet-today-list-item-openprize-result{width:100%;padding:6px 10px 14px;font-size:12px}.screen-bet-today-list-item-openprize-result-ball{width:20px;height:20px;margin-left:5px;border-radius:50%;color:#fff}.screen-bet-today-bottom{width:100%;height:45px;margin-top:1px;padding-left:10px;padding-right:10px;font-size:12px}.screen-bet-today-bottom,.theme-light .screen-bet-today-bottom{background:#f2f2f2;color:#000}.theme-dark .screen-bet-today-bottom{background:#272727;color:#fff}.screen-game-rules-root{width:100%;height:100%}.screen-game-rules-top{width:100%;height:45px;background:#f2f2f2}.theme-light .screen-game-rules-top{background:#f2f2f2}.theme-dark .screen-game-rules-top{background:#272727}.screen-game-rules-content{width:100%;height:calc(100vh - 90px);height:calc(100vh - var(--vh-offset, 0px) - 90px)}.screen-gfc-rules{width:80%;height:300px}.theme-light .screen-gfc-rules{background:#f2f2f2!important}.theme-dark .screen-gfc-rules{background:#272727!important}.screen-gfc-rules-top{width:100%;height:40px;font-size:16px;color:#fff}.theme-dark .screen-gfc-rules-top,.theme-light .screen-gfc-rules-top{background:#ff5e1b!important;background:var(--mainColor,#ff5e1b)!important}.screen-gfc-rules-content{width:100%;height:160px;padding:0 20px;margin:20px 0;overflow-y:auto;font-size:13px}.theme-light .screen-gfc-rules-content{color:#000}.theme-dark .screen-gfc-rules-content{color:#fff}.theme-dark .screen-gfc-rules-detail,.theme-light .screen-gfc-rules-detail{color:#ff5e1b!important;color:var(--mainColor,#ff5e1b)!important}.screen-gfc-rules-close{width:80%;height:40px;font-size:14px;color:#fff;margin-left:10%}.theme-dark .screen-gfc-rules-close,.theme-light .screen-gfc-rules-close{background:#ff5e1b!important;background:var(--mainColor,#ff5e1b)!important}.screen-hk-lotto-background{width:100%;height:100%;flex-wrap:wrap;align-content:flex-start}.theme-light .screen-hk-lotto-background{background:#e4e4e4!important}.theme-dark .screen-hk-lotto-background{background:#020202!important}.screen-hk-lotto-navigation{width:20%}.lottoMaxHeight .screen-hk-lotto-navigation{height:calc(100% - 81px)}.lottoMinHeight .screen-hk-lotto-navigation{height:calc(82% - 81px)}.screen-hk-lotto-container{width:80%}.lottoMaxHeight .screen-hk-lotto-container{height:calc(100% - 81px)}.lottoMinHeight .screen-hk-lotto-container{height:calc(82% - 81px)}.screen-instant-bet-root{width:100%;height:100%}.screen-instant-bet-top{width:100%;height:45px;margin-bottom:1px;background:#f2f2f2}.theme-light .screen-instant-bet-top{background:#f2f2f2}.theme-dark .screen-instant-bet-top{background:#272727}.screen-instant-bet-top-bigtype,.screen-instant-bet-top-subtype{width:50%;height:100%}.screen-instant-bet-list{width:100%;height:calc(100vh - 178px);height:calc(100vh - var(--vh-offset, 0px) - 178px);overflow-x:hidden;overflow-y:auto;font-size:14px;color:#000}.theme-light .screen-instant-bet-list{color:#000}.theme-dark .screen-instant-bet-list{color:#fff}.screen-instant-bet-list-item{width:100%;background:#f2f2f2;margin-bottom:10px}.theme-light .screen-instant-bet-list-item{background:#f2f2f2}.theme-dark .screen-instant-bet-list-item{background:#272727}.screen-instant-bet-bottom{width:100%;height:45px;margin-top:1px;padding-left:10px;padding-right:10px;font-size:12px}.screen-instant-bet-bottom,.theme-light .screen-instant-bet-bottom{background:#f2f2f2;color:#000}.theme-dark .screen-instant-bet-bottom{background:#272727;color:#fff}.screen-login-content{width:100%;height:100%;padding:20px}.screen-login-input{width:100%;height:45px;margin-bottom:20px;border-radius:6px;border:1px solid rgba(0,0,0,.2);outline:medium;background:transparent;color:#000}.theme-light .screen-login-input{color:#000}.theme-dark .screen-login-input{color:#fff}.screen-lotto-background{width:100%;height:100%;flex-wrap:wrap;align-content:flex-start}.theme-light .screen-lotto-background{background:#e4e4e4!important}.theme-dark .screen-lotto-background{background:#020202!important}.screen-lotto-navigation{width:20%}.lottoMaxHeight .screen-lotto-navigation{height:calc(100% - 66px)}.lottoMinHeight .screen-lotto-navigation{height:calc(82% - 66px)}.screen-lotto-container{width:80%}.lottoMaxHeight .screen-lotto-container{height:calc(100% - 66px)}.lottoMinHeight .screen-lotto-container{height:calc(82% - 66px)}.screen-main-slide-background{padding-top:10px;background:#f2f2f2!important}.theme-light .screen-main-slide-background{background:#f2f2f2!important}.theme-dark .screen-main-slide-background{background:#272727!important}.screen-openprize-result-root{width:100%;height:100%}.screen-openprize-result-select{width:100%;height:45px;background:#f2f2f2}.theme-light .screen-openprize-result-select{background:#f2f2f2}.theme-dark .screen-openprize-result-select{background:#272727}.screen-openprize-result-select-date,.screen-openprize-result-select-game{width:50%;height:100%}.screen-openprize-result-list{width:100%;height:calc(100vh - 90px);height:calc(100vh - var(--vh-offset, 0px) - 90px);overflow-x:hidden;overflow-y:auto}.screen-openprize-result-list-item{padding-left:20px;padding-right:20px;font-size:14px;color:#000}.theme-light .screen-openprize-result-list-item{color:#000}.theme-dark .screen-openprize-result-list-item{color:#fff}.screen-openprize-result-list-item-deep,.theme-light .screen-openprize-result-list-item-deep{background:#f2f2f2}.theme-dark .screen-openprize-result-list-item-deep{background:#272727}.screen-openprize-result-ball{width:20px;height:20px;border-radius:50%;font-family:Segoe UI;font-size:12px;color:#fff}.screen-openprize-result-img{width:20px;height:20px}.screen-openprize-result-ball-zone{font-size:12px;width:100%;height:36px}.screen-openprize-result-info-zone{width:100%;height:30px}.screen-openprize-result-total-message .title{color:#ff5e1b}.screen-openprize-result-total-message .red{color:#c00}.screen-openprize-result-total-message .blue{color:#438cd0}.screen-openprize-result-total-message .green{color:#0f8d30}.screen-report-cont-root{width:100%;height:100%;background:#f2f2f2}.theme-light .screen-report-cont-root{background:#f2f2f2}.theme-dark .screen-report-cont-root{background:#272727}.screen-report-date-zone{width:100%;padding:16px 18px}.screen-report-list-column-name{width:100%;height:34px;padding-left:10px;padding-right:10px;color:#000;font-size:12px}.theme-light .screen-report-list-column-name{color:#000}.theme-dark .screen-report-list-column-name{color:#fff}.screen-report-list-column-name-pro-max{width:40%}.screen-report-list-column-name-max{width:30%}.screen-report-list-column-name-mid{width:20%}.screen-report-list-column-name-min{width:10%}.screen-report-list-content{width:100%;height:calc(100vh - 259px);height:calc(100vh - var(--vh-offset, 0px) - 259px)}.screen-report-list-content-lotto{width:100%;height:calc(100vh - 191px);height:calc(100vh - var(--vh-offset, 0px) - 191px)}.screen-report-info-list{width:100%;height:calc(100vh - 208px);height:calc(100vh - var(--vh-offset, 0px) - 208px)}.screen-report-list-refresh,.theme-light .screen-report-list-refresh{background-color:#f2f2f2}.theme-dark .screen-report-list-refresh{background-color:#272727}.screen-report-list-item{width:100%;padding:14px 10px;font-size:14px;color:#000}.theme-light .screen-report-list-item{color:#000}.theme-dark .screen-report-list-item{color:#fff}.screen-gamereport-list-item{width:100%;padding:14px 10px;font-size:12px;color:#000}.theme-light .screen-gamereport-list-item{color:#000}.theme-dark .screen-gamereport-list-item{color:#fff}.screen-report-bottom-cont{width:100%;height:45px;padding-left:18px;padding-right:18px;font-size:12px;color:#000}.theme-light .screen-report-bottom-cont{color:#000}.theme-dark .screen-report-bottom-cont{color:#fff}.screen-report-bottom-number,.theme-dark .screen-report-bottom-number,.theme-light .screen-report-bottom-number{color:#ff5e1b;color:var(--mainColor,#ff5e1b)}.screen-report-spline-block{width:100%;height:8px;background:#dcdcdc}.theme-light .screen-report-spline-block{background:#dcdcdc}.theme-dark .screen-report-spline-block{background:#1e1e1e}.screen-gamereport-list-item-desbox{border-radius:4px;background:rgba(0,0,0,.2);padding:3px}.screen-gamereport-list-item-info-comp{width:95%}.screen-gamereport-list-item-openprize-result{width:100%;padding:6px 10px 14px;font-size:12px}.screen-gamereport-list-item-openprize-result-ball{width:20px;height:20px;margin-left:5px;border-radius:50%;color:#fff}.screen-trend-root{width:100%;height:100%;overflow-x:hidden;overflow-y:auto}.theme-light .screen-trend-root{background:#fff}.screen-trend-table{width:100%;margin-bottom:10px;overflow-x:auto;overflow-y:hidden}.screen-trend-root table,.screen-trend-root table tr td,.screen-trend-root table tr th{height:25px;min-width:18px;border:1px solid #000}.theme-light .screen-trend-root table,.theme-light .screen-trend-root table tr td,.theme-light .screen-trend-root table tr th{border:1px solid #d6d6d6}.screen-trend-root table th{font-weight:700;font-size:14px}.theme-light .screen-trend-root table th{background:#f2f2f2}.theme-dark .screen-trend-root table th{background:#272727}.screen-trend-root table{width:100%;line-height:25px;border-collapse:collapse;text-align:center;font-size:12px;color:#000;box-sizing:border-box}.theme-light .screen-trend-root table{color:#000}.theme-dark .screen-trend-root table{color:#fff}.screen-trend-control{width:100%;padding:10px 12px;font-size:14px}.screen-trend-checkbox{width:18px;height:18px;margin-right:4px}.screen-trend-select-ball{width:18px;height:18px;margin:auto;border-radius:50%;box-sizing:border-box}.theme-dark .screen-trend-select-ball,.theme-light .screen-trend-select-ball{background:#ff5e1b;background:var(--mainColor,#ff5e1b)}.theme-light .screen-trend-color{background:#f5f5f5!important;color:#555}.theme-light .screen-trend-divided{background:#fcf8f3;color:#999}.screen-trend-divided-select{background:#9595c5}.theme-light .screen-trend-divided-select{color:#fff}