body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--adm-radius-s:4px;--adm-radius-m:8px;--adm-radius-l:12px;--adm-font-size-1:9px;--adm-font-size-2:10px;--adm-font-size-3:11px;--adm-font-size-4:12px;--adm-font-size-5:13px;--adm-font-size-6:14px;--adm-font-size-7:15px;--adm-font-size-8:16px;--adm-font-size-9:17px;--adm-font-size-10:18px;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-yellow:#ff9f18;--adm-color-orange:#ff6430;--adm-color-wathet:#e7f1ff;--adm-color-text:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-background:#fff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#fff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000;--adm-color-fill-content:var(--adm-color-box);--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,segoe ui,arial,roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-yellow:#ffa930;--adm-color-orange:#e65a2b;--adm-color-wathet:#0d2543;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:grey;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-color-background-body:var(--adm-color-background);--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:#333;color:var(--adm-color-text);font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,segoe ui,arial,roboto,PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif;font-family:var(--adm-font-family);font-size:13px;font-size:var(--adm-font-size-main)}a,button{cursor:pointer}a{color:#1677ff;color:var(--adm-color-primary);transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:inherit;transition:none}.adm-plain-anchor:active{opacity:1}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size)/2*2px);left:-100vw;pointer-events:none;position:fixed;top:-100vh;-webkit-user-select:none;user-select:none;width:0}.adm-avatar{--size:var(--adm-avatar-size,44px);--border-radius:var(--adm-avatar-border-radius,4px);border-radius:var(--border-radius)}.adm-avatar.adm-image{--width:var(--size);--height:var(--size)}.adm-avatar-fallback{display:block;height:100%;width:100%}.adm-image{--width:var(--adm-image-width,auto);--height:var(--adm-image-height,auto);display:block;height:var(--height);overflow:hidden;width:var(--width)}.adm-image-img{height:100%;width:100%}.adm-image-tip{background-color:var(--adm-color-fill-content);height:100%;min-height:24px;min-width:24px;position:relative}.adm-image-tip>svg{color:var(--adm-color-weak);height:24px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:24px}.adm-badge-wrapper{display:inline-block;position:relative}.adm-badge{--right:0;--top:0;--color:var(--adm-badge-color,var(--adm-color-highlight));background-color:var(--color);border-radius:100px;box-sizing:initial;display:inline-flex;vertical-align:middle}.adm-badge-content{box-sizing:border-box;color:var(--adm-color-text-light-solid);font-size:var(--adm-font-size-1);font-weight:400;line-height:12px;min-width:8px;padding:1px 4px;text-align:center;white-space:nowrap}.adm-badge-fixed{position:absolute;right:var(--right);top:var(--top);transform:translate(50%,-50%)}.adm-badge-dot{border-radius:5px;height:10px;min-width:10px;width:10px}.adm-badge-bordered{border:1px solid var(--adm-color-text-light-solid)}.adm-button{--color:var(--adm-color-text-light-solid);--text-color:var(--adm-button-text-color,var(--adm-color-text));--background-color:var(--adm-button-background-color,var(--adm-color-background));--border-radius:var(--adm-button-border-radius,4px);--border-width:var(--adm-button-border-width,1px);--border-style:var(--adm-button-border-style,solid);--border-color:var(--adm-button-border-color,var(--adm-color-border));background-color:var(--background-color);border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);box-sizing:border-box;color:var(--text-color);cursor:pointer;display:inline-block;font-size:var(--adm-font-size-9);height:auto;line-height:1.4;margin:0;padding:7px 12px;position:relative;text-align:center;transition:opacity .15s ease;-webkit-user-select:none;user-select:none}.adm-button:focus{outline:none}.adm-button:before{background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);box-sizing:initial;content:" ";height:100%;left:0;opacity:0;position:absolute;top:0;transform:translate(calc(var(--border-width)*-1),calc(var(--border-width)*-1));width:100%}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color:#0000;--border-color:var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color:#0000;--border-width:0px}.adm-button:not(.adm-button-default){--text-color:var(--adm-color-text-light-solid);--background-color:var(--color);--border-color:var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color:var(--color);--background-color:#0000}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color:var(--color);--background-color:#0000;--border-width:0px}.adm-button-primary{--color:var(--adm-color-primary)}.adm-button-success{--color:var(--adm-color-success)}.adm-button-danger{--color:var(--adm-color-danger)}.adm-button-warning{--color:var(--adm-color-warning)}.adm-button-block{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{font-size:var(--adm-font-size-main);padding-bottom:3px;padding-top:3px}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{font-size:var(--adm-font-size-10);padding-bottom:11px;padding-top:11px}.adm-button.adm-button-shape-rounded{--border-radius:1000px}.adm-button.adm-button-shape-rectangular{--border-radius:0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{align-items:center;display:flex;height:1.4em;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-calendar .adm-calendar-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding-top:4px}.adm-calendar .adm-calendar-header a.adm-calendar-arrow-button{display:block;flex:none;padding:4px 8px}.adm-calendar .adm-calendar-header a.adm-calendar-arrow-button svg{height:22px}.adm-calendar .adm-calendar-header a.adm-calendar-arrow-button.adm-calendar-arrow-button-right svg{transform:rotate(180deg)}.adm-calendar .adm-calendar-header .adm-calendar-title{flex:auto;font-size:var(--adm-font-size-10);text-align:center}.adm-calendar .adm-calendar-body,.adm-calendar-cells{display:flex;flex-wrap:wrap}.adm-calendar-cells{align-items:stretch;flex-direction:row;justify-content:flex-start;padding:8px 8px 4px}.adm-calendar-cell{align-items:center;box-sizing:border-box;color:var(--adm-color-text);cursor:pointer;display:flex;flex:none;flex-direction:column;height:48px;justify-content:flex-end;margin-bottom:4px;padding:2px;width:14.28571%}.adm-calendar-cell.adm-calendar-cell-today{color:var(--adm-color-primary)}.adm-calendar-cell.adm-calendar-cell-disabled,.adm-calendar-cell.adm-calendar-cell-disabled .adm-calendar-cell-bottom{color:var(--adm-color-light)}.adm-calendar-cell.adm-calendar-cell-selected.adm-calendar-cell.adm-calendar-cell-selected{background:var(--adm-color-primary);color:var(--adm-color-white)}.adm-calendar-cell.adm-calendar-cell-selected .adm-calendar-cell-bottom{color:var(--adm-color-white)}.adm-calendar-cell.adm-calendar-cell-selected.adm-calendar-cell.adm-calendar-cell-selected-begin{border-bottom-left-radius:4px;border-top-left-radius:4px}.adm-calendar-cell.adm-calendar-cell-selected.adm-calendar-cell.adm-calendar-cell-selected-end{border-bottom-right-radius:4px;border-top-right-radius:4px}.adm-calendar-cell.adm-calendar-cell-disabled.adm-calendar-cell.adm-calendar-cell-selected{color:var(--adm-color-light)}.adm-calendar-cell .adm-calendar-cell-top{flex:none;font-size:var(--adm-font-size-10)}.adm-calendar-cell .adm-calendar-cell-bottom{color:var(--adm-color-weak);flex:none;font-size:var(--adm-font-size-4);height:12px;line-height:12px}.adm-calendar-mark{align-items:center;border-bottom:1px solid var(--adm-color-border);box-sizing:border-box;display:flex;flex-direction:row;font-size:var(--adm-font-size-7);height:45px;justify-content:flex-start;padding:0 8px}.adm-calendar-mark .adm-calendar-mark-cell{flex:1 1;text-align:center}.adm-card{background:var(--adm-color-background);border-radius:8px;padding:0 12px}.adm-card-header{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;padding:12px 0;position:relative}.adm-card-header:not(:last-child){border-bottom:.5px solid var(--adm-color-border)}.adm-card-header-title{font-size:var(--adm-font-size-7);font-weight:700;line-height:1.4}.adm-card-body{padding:12px 0}.adm-check-list-item-extra{color:var(--adm-color-primary);font-size:var(--adm-font-size-10);line-height:1}.adm-check-list-item-readonly{cursor:inherit}.adm-list{--header-font-size:var(--adm-font-size-7);--prefix-width:"auto";--prefix-padding-right:12px;--align-items:center;--active-background-color:var(--adm-color-border);--border-inner:solid 1px var(--adm-color-border);--border-top:solid 1px var(--adm-color-border);--border-bottom:solid 1px var(--adm-color-border);--padding-left:12px;--padding-right:12px;--font-size:var(--adm-font-size-9);--extra-max-width:70%}.adm-list-header{color:var(--adm-color-weak);font-size:var(--header-font-size);padding:8px var(--padding-right) 8px var(--padding-left)}.adm-list-body{background-color:var(--adm-color-background);font-size:var(--font-size);overflow:hidden}.adm-list-body-inner{margin-top:-1px}.adm-list-default .adm-list-body{border-bottom:var(--border-bottom);border-top:var(--border-top)}.adm-list-card{margin:12px}.adm-list-card .adm-list-body{border-radius:8px}.adm-list-card .adm-list-header{padding-left:0}.adm-list-item{background-color:var(--adm-color-background);display:block;line-height:1.5;padding-left:var(--padding-left);position:relative}.adm-list-item-description,.adm-list-item-title{color:var(--adm-color-weak);font-size:var(--adm-font-size-main)}.adm-list-item-content{align-items:var(--align-items);border-top:var(--border-inner);display:flex;justify-content:flex-start;padding-right:var(--padding-right)}.adm-list-item-content-prefix{flex:none;padding-right:var(--prefix-padding-right);width:var(--prefix-width)}.adm-list-item-content-main{flex:auto;padding:12px 0}.adm-list-item-content-extra{color:var(--adm-color-weak);flex:none;font-size:var(--adm-font-size-7);max-width:var(--extra-max-width);padding-left:12px}.adm-list-item-content-arrow{align-items:center;color:var(--adm-color-light);display:flex;flex:none;font-size:19px;margin-left:4px}.adm-list-item-disabled{cursor:not-allowed}.adm-list-item-disabled.adm-list-item-disabled>.adm-list-item-content>*{opacity:.4;pointer-events:none}a.adm-list-item:active:not(.adm-list-item-disabled){background-color:var(--active-background-color)}a.adm-list-item:active:not(.adm-list-item-disabled):after{border-bottom:var(--border-inner);bottom:-1px;content:" ";display:block;left:0;position:absolute;width:100%}.adm-collapse-panel-header .adm-list-item-content-main{padding:12px 0}.adm-collapse-arrow{transform:rotate(0deg);transition:all .3s ease}.adm-collapse-arrow-active{transform:rotate(-180deg)}.adm-collapse-panel-content{color:var(--adm-color-weak);font-size:var(--adm-font-size-main);overflow:hidden}.adm-dialog{--z-index:var(--adm-dialog-z-index,1000);---z-index:var(--z-index)}.adm-dialog .adm-center-popup{--z-index:var(---z-index)}.adm-dialog-body{display:flex;flex-direction:column;font-size:var(--adm-font-size-6);max-height:70vh;overflow:hidden;width:100%}.adm-dialog-body>*{flex:none}.adm-dialog-body>.adm-dialog-content{flex:auto}.adm-dialog-body:not(.adm-dialog-with-image){padding-top:20px}.adm-dialog-image-container{margin-bottom:12px;max-height:40vh}.adm-dialog-header,.adm-dialog-title{margin-bottom:8px;padding:0 12px}.adm-dialog-title{font-size:var(--adm-font-size-10);font-weight:700;line-height:25px;text-align:center}.adm-dialog-content{color:var(--adm-color-text);font-size:var(--adm-font-size-7);line-height:1.4;max-height:70vh;overflow-x:hidden;overflow-y:auto;padding:0 12px 20px}.adm-dialog-content-empty{height:12px;padding:0}.adm-dialog-footer{-webkit-user-select:none;user-select:none}.adm-dialog-footer .adm-dialog-action-row{align-items:stretch;border-top:.5px solid var(--adm-color-border);display:flex}.adm-dialog-footer .adm-dialog-action-row>*{flex:1 1}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button{border-radius:0;border-right:.5px solid var(--adm-color-border);font-size:var(--adm-font-size-10);line-height:25px;padding:10px}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button-bold{font-weight:700}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button:last-child{border-right:none}.adm-dialog-image-container{overflow-y:auto}.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.adm-center-popup{--background-color:var(--adm-center-popup-background-color,var(--adm-color-background));--border-radius:var(--adm-center-popup-border-radius,8px);--max-width:var(--adm-center-popup-max-width,75vw);--min-width:var(--adm-center-popup-min-width,280px);--z-index:var(--adm-center-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-center-popup .adm-center-popup-mask{z-index:0}.adm-center-popup-wrap{left:50%;max-width:var(--max-width);min-width:var(--min-width);position:fixed;top:50%;transform:translate(-50%,-50%);width:auto;z-index:1}.adm-center-popup-body{background-color:var(--background-color);border-radius:var(--border-radius)}.adm-center-popup-close{color:var(--adm-color-weak);cursor:pointer;font-size:18px;padding:4px;position:absolute;right:8px;top:8px;z-index:100}.adm-mask{--z-index:var(--adm-mask-z-index,1000);display:block;position:fixed;z-index:var(--z-index)}.adm-mask,.adm-mask-aria-button{height:100%;left:0;top:0;width:100%}.adm-mask-aria-button{pointer-events:none;position:absolute;z-index:0}.adm-mask-content{z-index:1}.adm-divider-horizontal{align-items:center;border-color:var(--adm-color-border);border-style:solid;border-width:0;color:var(--adm-color-weak);display:flex;font-size:14px;margin:16px 0}.adm-divider-left.adm-divider-horizontal:before,.adm-divider-right.adm-divider-horizontal:after{max-width:10%}.adm-divider-horizontal:after,.adm-divider-horizontal:before{border-color:inherit;border-style:inherit;border-width:1px 0 0;content:"";display:block;flex:auto}.adm-divider-horizontal .adm-divider-content{flex:none;padding:0 16px}.adm-divider-vertical{border-left:1px solid var(--adm-color-border);border-top:0;display:inline-block;height:.9em;margin:0 16px;position:relative;top:-.06em;vertical-align:middle}.adm-ellipsis{line-height:1.5;overflow:hidden}.adm-empty{align-items:center;flex-direction:column;padding:24px 0}.adm-empty,.adm-empty-image-container{display:flex;justify-content:center}.adm-empty-image-container .adm-empty-image{height:intrinsic;width:64px}.adm-empty-description{color:var(--adm-color-light);font-size:var(--adm-font-size-6);margin-top:8px}.adm-form{--border-inner:solid 1px var(--adm-border-color);--border-top:solid 1px var(--adm-border-color);--border-bottom:solid 1px var(--adm-border-color);--prefix-width:6.8em;---border-inner:var(--border-inner);---border-top:var(--border-top);---border-bottom:var(--border-bottom);---prefix-width:var(--prefix-width)}.adm-form .adm-list.adm-list{--padding-left:16px;--padding-right:12px;--border-inner:var(---border-inner);--border-top:var(---border-top);--border-bottom:var(---border-bottom)}.adm-form .adm-form-footer{padding:20px 12px}.adm-form .adm-form-item-horizontal.adm-list-item{--prefix-width:var(---prefix-width)}.adm-form-list-operation{color:var(--adm-color-primary);text-align:center}.adm-form-item+.adm-form-item{border-top:none}.adm-form-item-label{box-sizing:border-box;color:var(--adm-color-text-secondary);display:block;height:100%;line-height:1.5;position:relative}.adm-form-item-label .adm-form-item-required-asterisk{color:var(--adm-color-danger);font-family:SimSun,sans-serif;left:-.6em;position:absolute;top:0;-webkit-user-select:none;user-select:none}.adm-form-item-label .adm-form-item-required-text{color:var(--adm-color-weak);margin-left:4px}.adm-form-item-label-help{cursor:pointer;margin-left:4px}.adm-form-item-child{display:flex}.adm-form-item-child-position-normal{justify-content:normal}.adm-form-item-child-position-normal>*{flex:auto}.adm-form-item-child-position-right{justify-content:flex-end}.adm-form-item-child-position-right>*{flex:none}.adm-form-item-feedback-error{color:var(--adm-color-danger);margin-top:4px}.adm-form-item-feedback-warning{color:var(--adm-color-warning);margin-top:4px}.adm-form-item.adm-form-item-hidden{display:none}.adm-form-item.adm-form-item-horizontal.adm-list-item{--align-items:stretch}.adm-form-item.adm-form-item-horizontal .adm-list-item-content-prefix{padding-bottom:12px;padding-top:12px}.adm-form-item.adm-form-item-horizontal .adm-list-item-content-extra{align-self:center}.adm-form-item.adm-form-item-vertical .adm-form-item-label{font-size:var(--adm-font-size-7);margin-bottom:4px}.adm-popover{--z-index:var(--adm-popover-z-index,1030);--background:#fff;--arrow-size:8px;--content-padding:8px 12px;animation:none;color:var(--adm-color-text);cursor:auto;left:0;position:absolute;text-align:left;top:0;-webkit-user-select:text;user-select:text;white-space:normal;z-index:var(--z-index)}.adm-popover.adm-popover-dark{--background:#000000bf;--adm-color-text:#fff;color:#fff}.adm-popover.adm-popover-dark .adm-popover-inner{box-shadow:none}.adm-popover:after{background:#ffffff03;content:"";position:absolute}.adm-popover-hidden{display:none}.adm-popover-inner{background-clip:padding-box;background-color:var(--background);border-radius:8px;box-shadow:0 0 30px 0 #3333;font-size:var(--adm-font-size-7);max-width:calc(100vw - 24px);min-width:32px;overflow-y:hidden;width:max-content}.adm-popover-inner-content{padding:var(--content-padding)}.adm-popover-arrow{background:#0000;overflow:visible;width:var(--arrow-size)}.adm-popover-arrow,.adm-popover-arrow-icon{display:block;height:var(--arrow-size);position:absolute}.adm-popover-arrow-icon{left:50%;top:50%;transform:translate(-50%,-50%) rotate(var(--arrow-icon-rotate));width:calc(var(--arrow-size)/8*15)}.adm-popover .adm-popover-arrow{color:var(--background)}.adm-popover-menu{--border-color:var(--adm-color-border)}.adm-popover-menu.adm-popover{--content-padding:0}.adm-popover-menu-list{min-width:120px;overflow:hidden}.adm-popover-menu-list-inner{margin-top:-1px}.adm-popover-menu-list-scroll{-webkit-overflow-scrolling:auto;overflow-y:scroll;padding-right:2px}.adm-popover-menu-list-scroll::-webkit-scrollbar{-webkit-appearance:none;width:4px}.adm-popover-menu-list-scroll::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:4px}.adm-popover-menu-item{align-items:center;display:flex;justify-content:flex-start;padding-left:20px;position:relative}.adm-popover-menu-item-icon{flex:none;font-size:20px;padding-right:8px}.adm-popover-menu-item-text{border-top:1px solid var(--border-color);flex:auto;padding:14px 20px 14px 0}.adm-popover-menu-item-disabled{cursor:not-allowed}.adm-popover-menu-item-disabled>*{opacity:.4}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled){background-color:var(--border-color)}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled):after{border-bottom:1px solid var(--border-color);bottom:-1px;content:" ";display:block;left:0;position:absolute;width:100%}.adm-popover.adm-popover-dark.adm-popover-menu{--border-color:var(--adm-color-text);--background:#000000e6}.adm-grid{--gap:0;--gap-horizontal:var(--gap);--gap-vertical:var(--gap);grid-gap:10px;grid-column-gap:var(--gap-horizontal);grid-row-gap:var(--gap-vertical);align-items:stretch;-webkit-column-gap:var(--gap-horizontal);column-gap:var(--gap-horizontal);display:grid;grid-template-columns:repeat(var(--columns),minmax(0,1fr));row-gap:var(--gap-vertical)}.adm-grid-item{grid-column-end:span var(--item-span)}.adm-infinite-scroll{align-items:center;color:var(--adm-color-weak);display:flex;font-size:var(--adm-font-size-main);justify-content:center;padding:18px}.adm-infinite-scroll-failed-text{display:inline-block;margin-right:8px}.adm-input{--font-size:var(--adm-font-size-9);--color:var(--adm-color-text);--placeholder-color:var(--adm-color-light);--text-align:left;--background-color:#0000;align-items:center;background-color:var(--background-color);display:flex;justify-content:flex-start;max-height:100%;max-width:100%;min-height:24px;width:100%}.adm-input-disabled{cursor:not-allowed;opacity:.4}.adm-input-element{-webkit-appearance:none;appearance:none;background:#0000;border:0;box-sizing:border-box;color:var(--color);display:inline-block;flex:auto;font-size:var(--font-size);line-height:1.5;margin:0;max-height:100%;max-width:100%;min-height:1.5em;outline:none;padding:0;text-align:var(--text-align);width:100%}.adm-input-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element:-webkit-autofill{background-color:initial}.adm-input-element:read-only{cursor:default}.adm-input-element:invalid{box-shadow:none}.adm-input-element::-ms-clear,.adm-input-element::-ms-reveal{display:none}.adm-input-element::-webkit-search-cancel-button,.adm-input-element::-webkit-search-decoration{display:none}.adm-input-element:disabled{opacity:1}.adm-input-element[type=date],.adm-input-element[type=datetime-local],.adm-input-element[type=time]{min-height:1.5em}.adm-input-element[type=search]{-webkit-appearance:none}.adm-input-element[readonly]{pointer-events:none}.adm-input-clear{color:var(--adm-color-light);cursor:pointer;flex:none;margin-left:8px;padding:4px}.adm-input-clear:active{color:var(--adm-color-weak)}.adm-input-clear .antd-mobile-icon{display:block;font-size:var(--adm-font-size-7)}.adm-nav-bar{--height:45px;--border-bottom:none;align-items:center;border-bottom:var(--border-bottom);display:flex;height:var(--height);padding:0 12px;white-space:nowrap}.adm-nav-bar-left,.adm-nav-bar-right{flex:1 1}.adm-nav-bar-title{flex:auto;overflow:hidden;text-align:center;text-overflow:ellipsis}.adm-nav-bar-back{align-items:center;cursor:pointer;display:flex;margin-right:16px;padding:6px 0}.adm-nav-bar-back-arrow{font-size:24px;margin-right:4px}.adm-nav-bar-left{align-items:center;display:flex;font-size:var(--adm-font-size-7);justify-content:flex-start}.adm-nav-bar-title{font-size:var(--adm-font-size-10);justify-content:center;padding:0 12px;white-space:nowrap}.adm-nav-bar-right{text-align:right}.adm-notice-bar{--background-color:var(--adm-color-weak);--border-color:var(--adm-color-weak);--text-color:var(--adm-color-text-light-solid);--font-size:var(--adm-font-size-7);--icon-font-size:var(--adm-font-size-10);--height:40px;align-items:center;background-color:var(--background-color);border:1px solid var(--border-color);border-left:none;border-right:none;box-sizing:border-box;display:flex;font-size:var(--font-size);height:var(--height);justify-content:space-between;padding:0 12px}.adm-notice-bar,.adm-notice-bar>span[role=img]{color:var(--text-color)}.adm-notice-bar.adm-notice-bar-alert{--background-color:#fff9ed;--border-color:#fff3e9;--text-color:var(--adm-color-orange)}.adm-notice-bar.adm-notice-bar-error{--background-color:var(--adm-color-danger);--border-color:#d9281e;--text-color:#fff}.adm-notice-bar.adm-notice-bar-info{--background-color:#d0e4ff;--border-color:#bcd8ff;--text-color:var(--adm-color-primary)}.adm-notice-bar .adm-notice-bar-left{flex-shrink:0;font-size:var(--icon-font-size);margin-right:8px}.adm-notice-bar .adm-notice-bar-content{align-items:center;display:flex;flex:1 1;height:100%;overflow:hidden;position:relative}.adm-notice-bar .adm-notice-bar-content .adm-notice-bar-content-inner{transition-timing-function:linear;white-space:nowrap;width:auto}.adm-notice-bar-wrap.adm-notice-bar .adm-notice-bar-content .adm-notice-bar-content-inner{white-space:normal}.adm-notice-bar .adm-notice-bar-right{align-items:center;display:flex;flex-shrink:0;margin-left:12px}.adm-notice-bar-close{align-items:center;display:flex;height:24px;justify-content:center;margin-right:-3px;width:24px}.adm-notice-bar-close-icon{font-size:var(--adm-font-size-10)}.adm-notice-bar-wrap{align-items:flex-start;height:auto;line-height:22px;padding-bottom:8px;padding-top:8px}.adm-picker{--header-button-font-size:var(--adm-font-size-7);--title-font-size:var(--adm-font-size-7);--item-font-size:var(--adm-font-size-8);--item-height:34px;---item-font-size:var(--item-font-size);---item-height:var(--item-height);display:flex;flex-direction:column;height:300px;overflow:hidden;position:relative;width:100%}.adm-picker .adm-picker-view.adm-picker-view{--item-font-size:var(---item-font-size);--item-height:var(---item-height)}.adm-picker-header{align-items:center;border-bottom:1px solid var(--adm-color-border);display:flex;flex-shrink:0;justify-content:space-between;padding:4px}.adm-picker-header-button{display:inline-block;font-size:var(--header-button-font-size);padding:8px}.adm-picker-header-button-disabled,.adm-picker-header-button-disabled:active{cursor:not-allowed;opacity:.4}.adm-picker-header-title{color:var(--adm-color-text);flex:1 1;font-size:var(--title-font-size);padding:4px;text-align:center}.adm-picker-body{flex:1 1;height:100%;width:100%}.adm-picker-body>.adm-picker-view{--height:100%}.adm-picker-popup .adm-popup-body{border-top-left-radius:8px;border-top-right-radius:8px}.adm-popup{--z-index:var(--adm-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-popup-body{background-color:var(--adm-color-background);position:fixed;z-index:calc(var(--z-index) + 10)}.adm-popup-body .adm-popup-close-icon{position:absolute;z-index:100}.adm-popup-body-position-bottom{bottom:0;left:0;width:100%}.adm-popup-body-position-bottom .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-top{left:0;top:0;width:100%}.adm-popup-body-position-top .adm-popup-close-icon{bottom:8px;right:8px}.adm-popup-body-position-left{height:100%;left:0;top:0}.adm-popup-body-position-left .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-right{height:100%;right:0;top:0}.adm-popup-body-position-right .adm-popup-close-icon{left:8px;top:8px}.adm-popup-close-icon{color:var(--adm-color-weak);cursor:pointer;font-size:18px;line-height:1;padding:4px}.adm-spin-loading{--color:var(--adm-color-weak);--size:32px;height:var(--size);width:var(--size)}.adm-spin-loading-svg{animation:adm-spin-loading-rotate .8s linear infinite;height:100%;width:100%}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.adm-picker-view{--height:240px;--item-height:34px;--item-font-size:var(--adm-font-size-8);background:var(--adm-color-background);display:flex;height:var(--height);overflow:hidden;position:relative;width:100%}.adm-picker-view-column{flex:1 1;height:100%;position:relative;touch-action:none;-webkit-user-select:none;user-select:none;z-index:0}.adm-picker-view-column-wheel{cursor:grab;left:0;position:absolute;top:calc(50% - var(--item-height)/2);width:100%}.adm-picker-view-column-wheel:before{content:" ";display:block;height:100vh;position:absolute;top:-100vh;width:100%}.adm-picker-view-column-wheel:after{bottom:-100vh;content:" ";display:block;height:100vh;position:absolute;width:100%}.adm-picker-view-column-item{align-items:center;display:flex;font-size:var(--item-font-size);height:var(--item-height);justify-content:center;padding:0 6px}.adm-picker-view-column-item-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-picker-view-column-accessible{display:flex;flex-direction:column;height:100%;opacity:0;padding-bottom:1px;pointer-events:none;position:relative;top:calc(var(--item-height)*-1);width:100%;z-index:0}.adm-picker-view-column-accessible>*{flex:1 1;text-overflow:ellipsis}.adm-picker-view-column-accessible-current{height:100%;position:absolute;width:100%}.adm-picker-view-column-accessible-button,.adm-picker-view-mask{height:100%;width:100%}.adm-picker-view-mask{display:flex;flex-direction:column;left:0;pointer-events:none;position:absolute;top:0;z-index:10000}.adm-picker-view-mask-bottom,.adm-picker-view-mask-top{flex:auto}.adm-picker-view-mask-middle{border-bottom:1px solid var(--adm-color-border);border-top:1px solid var(--adm-color-border);box-sizing:border-box;flex:none;height:var(--item-height)}.adm-picker-view-mask-top{background:var(--adm-color-background);-webkit-mask:linear-gradient(0deg,#0009,#000c 50%,#000);mask:linear-gradient(0deg,#0009,#000c 50%,#000)}.adm-picker-view-mask-bottom{background:var(--adm-color-background);-webkit-mask:linear-gradient(180deg,#0009,#000c 50%,#000);mask:linear-gradient(180deg,#0009,#000c 50%,#000)}.adm-picker-view-loading-content{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.adm-picker-view-item-height-measure{height:var(--item-height);left:0;pointer-events:none;position:relative;top:0;width:0}.adm-safe-area{--multiple:var(--adm-safe-area-multiple,1);display:block;width:100%}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top)*var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom)*var(--multiple))}.adm-progress-bar{--track-width:var(--adm-progress-bar-track-width,8px);--track-color:var(--adm-progress-bar-track-color,var(--adm-color-border));--fill-color:var(--adm-progress-bar-fill-color,var(--adm-color-primary));--text-width:var(--adm-progress-bar-text-width,40px);align-items:center;display:flex}.adm-progress-bar-trail{background:var(--track-color);flex:auto;height:var(--track-width);overflow:hidden}.adm-progress-bar-fill{background:var(--fill-color);height:var(--track-width);transition:width .3s}.adm-progress-bar-text{color:var(--adm-color-weak);flex:none;padding-left:8px;width:calc(var(--text-width) + 8px)}.adm-progress-bar-rounded .adm-progress-bar-fill,.adm-progress-bar-rounded .adm-progress-bar-trail{border-radius:var(--track-width)}.adm-radio{--icon-size:22px;--font-size:var(--adm-font-size-9);--gap:8px;align-items:center;cursor:pointer;display:inline-flex;justify-content:flex-start;vertical-align:text-bottom}.adm-radio input{display:none}.adm-radio .adm-radio-icon{border:1px solid var(--adm-color-light);border-radius:var(--icon-size);box-sizing:border-box;color:var(--adm-color-text-light-solid);flex:none;height:var(--icon-size);width:var(--icon-size)}.adm-radio .adm-radio-icon>svg{display:block;height:100%;width:100%}.adm-radio.adm-radio-block{display:flex}.adm-radio.adm-radio-checked .adm-radio-icon{background-color:var(--adm-color-primary);border-color:var(--adm-color-primary)}.adm-radio.adm-radio-disabled{cursor:not-allowed}.adm-radio.adm-radio-disabled .adm-radio-content{opacity:.4}.adm-radio.adm-radio-disabled .adm-radio-icon{background-color:var(--adm-color-fill-content);border-color:var(--adm-color-light);color:var(--adm-color-light)}.adm-radio .adm-radio-custom-icon{font-size:var(--icon-size)}.adm-radio-content{flex:0 1 auto;font-size:var(--font-size);padding-left:var(--gap)}.adm-search-bar{--height:32px;--padding-left:8px;--background:var(--adm-color-fill-content);--border-radius:6px;--placeholder-color:var(--adm-color-weak);---placeholder-color:var(--placeholder-color);align-items:center;display:flex;height:var(--height);justify-content:center}.adm-search-bar .adm-search-bar-input-box{align-items:center;background:var(--background);border:1px solid #0000;border-radius:var(--border-radius);display:flex;flex:auto;justify-content:center;padding-left:var(--padding-left)}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input-box-icon{color:var(--adm-color-light);flex:none;font-size:var(--adm-font-size-8)}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input{box-sizing:border-box;flex:auto;height:calc(var(--height) - 2px);padding:4px 8px 4px 4px}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input.adm-input{--placeholder-color:var(---placeholder-color);--font-size:var(--adm-font-size-7)}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input .adm-input-element{line-height:19px}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input.adm-search-bar-input-without-icon{padding-left:8px}.adm-search-bar .adm-search-bar-suffix{flex:none;margin-left:4px}.adm-search-bar .adm-search-bar-cancel-button.adm-button{padding:3px 12px}.adm-search-bar-active .adm-input.adm-input.adm-input{--placeholder-color:var(--adm-color-light)}.adm-search-bar-active .adm-search-bar-input-box{background:var(--adm-color-background);border-color:var(--adm-color-primary)}.adm-space-item{flex:none}.adm-space{--gap:8px;--gap-vertical:var(--gap);--gap-horizontal:var(--gap);display:inline-flex}.adm-space-vertical{flex-direction:column}.adm-space-vertical>.adm-space-item{margin-bottom:var(--gap-vertical)}.adm-space-vertical>.adm-space-item:last-child{margin-bottom:0}.adm-space-horizontal{flex-direction:row}.adm-space-horizontal>.adm-space-item{margin-right:var(--gap-horizontal)}.adm-space-horizontal>.adm-space-item:last-child{margin-right:0}.adm-space-horizontal.adm-space-wrap{flex-wrap:wrap;margin-bottom:calc(var(--gap-vertical)*-1)}.adm-space-horizontal.adm-space-wrap>.adm-space-item{padding-bottom:var(--gap-vertical)}.adm-space.adm-space-block{display:flex}.adm-space-align-center{align-items:center}.adm-space-align-start{align-items:flex-start}.adm-space-align-end{align-items:flex-end}.adm-space-align-baseline{align-items:baseline}.adm-space-justify-center{justify-content:center}.adm-space-justify-start{justify-content:flex-start}.adm-space-justify-end{justify-content:flex-end}.adm-space-justify-between{justify-content:space-between}.adm-space-justify-around{justify-content:space-around}.adm-space-justify-evenly{justify-content:space-evenly}.adm-space-justify-stretch{justify-content:stretch}.adm-swiper{--height:auto;--width:100%;--border-radius:0;--track-padding:0;--slide-size:100%;--track-offset:0%;border-radius:var(--border-radius);display:block;height:var(--height);overflow:hidden;position:relative;width:var(--width);z-index:0}.adm-swiper-track{height:100%;padding:var(--track-padding);white-space:nowrap;width:100%}.adm-swiper-track-allow-touch-move{cursor:grab}.adm-swiper-track-inner{display:flex;flex-wrap:nowrap;height:100%;overflow:visible;position:relative;width:100%}.adm-swiper-slide,.adm-swiper-slide-placeholder{display:block;flex:none;height:100%;position:relative;white-space:inherit;width:100%}.adm-swiper-item{display:block;height:100%;white-space:normal;width:100%}.adm-swiper-horizontal .adm-swiper-track-allow-touch-move{touch-action:pan-y}.adm-swiper-horizontal .adm-swiper-indicator{bottom:6px;left:50%;position:absolute;transform:translateX(-50%)}.adm-swiper-horizontal .adm-swiper-track{transform:translateX(var(--track-offset))}.adm-swiper-horizontal .adm-swiper-track-inner{flex-direction:row;width:var(--slide-size)}.adm-swiper-vertical .adm-swiper-track-allow-touch-move{touch-action:pan-x}.adm-swiper-vertical .adm-swiper-indicator{position:absolute;right:6px;top:50%;transform:translateY(-50%)}.adm-swiper-vertical .adm-swiper-track{transform:translateY(var(--track-offset))}.adm-swiper-vertical .adm-swiper-track-inner{flex-direction:column;height:var(--slide-size)}.adm-page-indicator{--dot-color:var(--adm-color-light);--active-dot-color:var(--adm-color-primary);--dot-size:3px;--active-dot-size:13px;--dot-border-radius:1px;--active-dot-border-radius:var(--dot-border-radius);--dot-spacing:3px;display:flex;width:auto}.adm-page-indicator-dot{background:var(--dot-color);border-radius:var(--dot-border-radius);display:block;height:var(--dot-size);width:var(--dot-size)}.adm-page-indicator-dot:last-child{margin-right:0}.adm-page-indicator-dot-active{background:var(--active-dot-color);border-radius:var(--active-dot-border-radius)}.adm-page-indicator-color-white{--dot-color:#ffffff80;--active-dot-color:var(--adm-color-text-light-solid)}.adm-page-indicator-horizontal{flex-direction:row}.adm-page-indicator-horizontal .adm-page-indicator-dot{margin-right:var(--dot-spacing)}.adm-page-indicator-horizontal .adm-page-indicator-dot-active{width:var(--active-dot-size)}.adm-page-indicator-vertical{flex-direction:column}.adm-page-indicator-vertical .adm-page-indicator-dot{margin-bottom:var(--dot-spacing)}.adm-page-indicator-vertical .adm-page-indicator-dot-active{height:var(--active-dot-size)}.adm-tab-bar-wrap{align-items:stretch;display:flex;flex-wrap:nowrap;justify-content:flex-start;min-height:48px;overflow:hidden}.adm-tab-bar-item{align-items:center;color:var(--adm-color-text-secondary);cursor:pointer;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:4px 8px;position:relative;white-space:nowrap;width:min-content}.adm-tab-bar-item-icon{font-size:24px;height:24px;line-height:1}.adm-tab-bar-item-title{font-size:var(--adm-font-size-2);line-height:15px}.adm-tab-bar-item-title-with-icon{margin-top:2px}.adm-tab-bar-item-active{color:var(--adm-color-primary)}.adm-tab-bar-icon-badge{--top:6px}.adm-tab-bar-title-badge{--right:-2px;--top:-2px}.adm-tabs{--title-font-size:var(--adm-font-size-9);--content-padding:12px;--active-line-height:2px;--active-line-border-radius:var(--active-line-height);--active-line-color:var(--adm-color-primary);--active-title-color:var(--adm-color-primary);min-width:0;position:relative}.adm-tabs-header{border-bottom:1px solid var(--adm-color-border);position:relative}.adm-tabs-tab-list{align-items:center;display:flex;flex-wrap:nowrap;justify-content:flex-start;overflow-x:scroll;position:relative;scrollbar-width:none}.adm-tabs-tab-list::-webkit-scrollbar{display:none}.adm-tabs-tab-wrapper{padding:0 12px}.adm-tabs-tab-wrapper-stretch{flex:auto}.adm-tabs-tab{cursor:pointer;font-size:var(--title-font-size);margin:0 auto;padding:8px 0 10px;position:relative;white-space:nowrap;width:min-content}.adm-tabs-tab-active{color:var(--active-title-color)}.adm-tabs-tab-disabled{cursor:not-allowed;opacity:.5}.adm-tabs-tab-line{background:var(--active-line-color);border-radius:var(--active-line-border-radius);bottom:0;height:var(--active-line-height);position:absolute}.adm-tabs-content{padding:var(--content-padding)}.adm-tabs-header-mask{bottom:0;height:100%;pointer-events:none;position:absolute;top:0;width:30px;z-index:1}.adm-tabs-header-mask-left{background:linear-gradient(to right,var(--adm-color-background),#fff0);left:0}.adm-tabs-header-mask-right{background:linear-gradient(to left,var(--adm-color-background),#fff0);right:0}.adm-tag{--border-radius:var(--adm-tag-border-radius,2px);background:var(--background-color);border:1px solid var(--border-color);border-radius:var(--border-radius);box-sizing:border-box;color:var(--text-color);display:inline-block;font-size:var(--adm-font-size-3);font-weight:400;line-height:1;padding:2px 4px;white-space:nowrap}.adm-tag-round{border-radius:100px}.adm-text-area{--font-size:var(--adm-font-size-9);--color:var(--adm-color-text);--placeholder-color:var(--adm-color-light);--disabled-color:var(--adm-color-weak);--text-align:left;--count-text-align:right;position:relative}.adm-text-area,.adm-text-area-element{max-height:100%;max-width:100%;width:100%}.adm-text-area-element{-webkit-appearance:none;appearance:none;background:#0000;border:0;box-sizing:border-box;color:var(--color);display:block;flex:auto;font-family:var(--adm-font-family);font-size:var(--font-size);line-height:1.5;margin:0;min-height:1.5em;outline:none;padding:0;resize:none;text-align:var(--text-align)}.adm-text-area-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-text-area-element:-webkit-autofill{background-color:initial}.adm-text-area-element:disabled{-webkit-text-fill-color:var(--disabled-color);color:var(--disabled-color);cursor:not-allowed;opacity:1}.adm-text-area-element:read-only{cursor:default}.adm-text-area-element:invalid{box-shadow:none}.adm-text-area-element::-ms-clear{display:none}.adm-text-area-element[readonly]{pointer-events:none}.adm-text-area-element-hidden{left:0;position:absolute;top:0;visibility:hidden;z-index:-1000}.adm-text-area-count{color:var(--adm-color-weak);font-size:var(--adm-font-size-9);padding-top:8px;text-align:var(--count-text-align)}.adm-toast-mask .adm-toast-wrap{height:100%;left:0;position:fixed;text-align:center;top:0;width:100%}.adm-toast-mask .adm-toast-main{background-color:#000000b3;border-radius:8px;box-sizing:border-box;color:#fff;display:inline-block;font-size:var(--adm-font-size-7);line-height:1.5;max-height:70%;max-width:204px;overflow:auto;pointer-events:all;position:relative;text-align:left;text-align:initial;top:50%;transform:translateY(-50%);width:auto;word-break:break-all}.adm-toast-mask .adm-toast-main-text{min-width:0;padding:12px}.adm-toast-mask .adm-toast-main-icon{min-width:150px;padding:35px 12px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{font-size:36px;line-height:1;margin-bottom:8px;text-align:center}.adm-toast-loading{--size:48px;margin:0 auto 8px}.login-img{margin:3.6rem auto 3rem}.LoginItem .adm-list .adm-list-body{background-color:#f1f1f1}.LoginItem .adm-list-item{background-color:#f1f1f1;border:1px solid #dcdcdc;border-radius:10px}.LoginItem .adm-list-item-content{align-items:center;display:flex;justify-content:center}.LoginItem .adm-list-item .adm-form-item-label{width:20px}.LoginItem .adm-list-item .adm-list-item-content-prefix{padding:5px 10px;width:-moz-fit-content;width:fit-content}.LoginItem .adm-list-item .adm-list-item-content-main{font-size:16px!important;padding:10px 0}.LoginItem .adm-list-item .adm-input-element{-webkit-appearance:unset!important;background-color:#f1f1f1;background-color:initial!important;border:initial!important;border-radius:0!important;border-radius:initial!important;height:auto!important;line-height:inherit!important;margin-bottom:0!important;outline:medium none invert!important;outline:initial!important;padding:5px 10px;padding:initial!important;-webkit-user-select:unset!important;width:auto!important}.LoginItem .adm-list-item .adm-input-element::placeholder{font-size:16px}.LoginItem header .login-logo{top:.6rem;width:4.75rem}.LoginItem .login_trigger_btn{color:#000}.LoginItem .login_trigger_btn span{color:#1180c2}.vipbg{background:#000;height:160px;width:100%}.vipbg .adm-image{height:160px!important;width:100%!important}.roomPanel{display:flex;flex-direction:column;height:auto;padding-left:20px;padding-right:20px}.roomPanel .jump_room{background:#1e1c38;border-radius:10px;box-sizing:border-box;display:block;display:flex;flex:1 1;margin-top:7%;padding:25px 10px}.roomPanel .jump_room img{display:block;width:64px}.roomPanel .jump_room .adm-card-body{align-items:center;display:flex;justify-content:space-between;padding:initial;width:100%}.roomPanel .jump_room .adm-card-body>div{align-items:center;display:flex}.binding{color:#faf4df;flex:1 1;font-size:16px;font-weight:800;margin-left:20px}.rightbnt{width:120px}.rightbnt .bot,.rightbnt .top{background:linear-gradient(90deg,#d4b38f,#b88964);border-radius:5px;color:#fff;font-size:12px;height:35px;line-height:35px;text-align:center;width:100%}.rightbnt .top{margin-bottom:10px}.main{background-size:100% 100%!important;min-height:100vh;padding-bottom:20px}.game-cont .right{left:80%!important;width:60px!important}.rightbnt{align-items:flex-end;display:flex;flex-direction:column}.App-main{background:#f9f9f9}@font-face{font-family:countFont;src:url(/static/media/DISPLAY-FREE-TFB.cff6dec1ccd62f6436a4.ttf)}.img-content{align-items:center;height:180px}.home-menu{padding-bottom:20px;position:relative}.home-menu .menu{position:relative;z-index:1}.home-menu .bg{bottom:0;left:0;position:absolute;right:0;width:100%}.grid-demo-item-block{background:#f5f5f5;border:1px solid #999;color:#999;height:100%;text-align:center}.adm-tab-bar-item-active,.adm-tabs-tab-active{color:#e80101}.adm-tabs-tab-line{background:#e80101}.adm-tabs-content{padding:0}.adm-tabs-header{background:#fff}.button{font-size:35px;margin-bottom:5px}.button,.button-txt{color:#1e90ff}.button-list{background:#fff;margin:2px 0;padding-bottom:5px;padding-top:10px;text-align:center}.img-list{height:55px;margin:auto;width:55px}.adm-nav-bar-left{padding-left:0}.adm-nav-bar-right{padding-right:12px}.body-content{padding-bottom:50px;position:relative;top:45px}.footer{background-color:#fff;border-top:.01rem solid #dcdcdc;bottom:0;position:fixed;width:100%;z-index:1}.home-hot{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;height:20px;width:20px}.home-game-name{font-size:15px;padding-top:5px}.home-game-body{background:#fff;margin-top:10px;padding:20px 20px 50px}.home-game-left{background-color:#0abbb5;border-radius:25px;color:#fff;float:left;font-size:16px;line-height:25px;padding:3px 12px}.home-game-right{color:#727272;float:right;font-size:16px;height:30px;line-height:30px}.home-game-righ-icon{color:#0abbb5}.home-logo{margin-left:-15px;max-width:100px;padding:5px 0;text-align:left}.home-list{background-position:50%;background-repeat:no-repeat,no-repeat;background-size:100% 100%}.adm-tab-bar-icon-badge{--top:6px!important}.sc-button{color:#000;font-size:15px;text-align:center}.sc-button-img{height:50px;margin:auto auto 3px;width:50px}.sc-youhui{margin:-10px 5px 5px}.sc-tejia{margin:15px auto;width:75%}.sc-jxhw{margin:25px auto;width:200px}.sc-itme{background:#fff7f7;background-position:50%;background-repeat:no-repeat,no-repeat;background-size:100% 100%;border-radius:5px;padding:25px 0 15px;text-align:center}.sc-itme-img{height:100px;margin:5px auto auto;width:90px}.sc-itme-title{border-radius:20px;color:#555;color:#000;font-size:16px;margin:0 auto;padding:3px 20px;width:-moz-fit-content;width:fit-content}.sc-itme-desc{color:#6d6d6d;font-size:14px}.sc-type-list{padding-bottom:0}.sc-type{color:#fff;text-align:left}.sc-type-name{background-position:50%;background-repeat:no-repeat,no-repeat;background-size:100% 100%;color:#000;padding:30px 20px 70px;position:relative;z-index:1}.sc-type-name .title{color:#d5ac7a;font-size:20px;font-weight:600;margin-bottom:5px}.sc-type-name .btn{background-position:50%;background-repeat:no-repeat,no-repeat;background-size:100% 100%;color:#a54100;margin-top:5px;padding:3px 10px;width:-moz-fit-content;width:fit-content}.sc-type-name .sc-img{bottom:8px;position:absolute;right:6px;z-index:-1}.sc-badge{padding:5px}.sc-item{background:#f6fbff;border-radius:5px;padding:25px 0 15px;text-align:center}.sc-item-img{height:100px;margin:5px auto auto;width:100px}.sc-item-title{color:#555;font-size:16px;margin-bottom:5px}.sc-item-desc{color:#777;font-size:12px}.dy-type{color:#cba16d;font-size:18px;font-weight:700;letter-spacing:1.5px;margin:20px 0}.dy-type:before{text-align:right}.dy-type:after,.dy-type:before{border:initial;color:#999;content:"/////";font-size:10px;letter-spacing:1.5px}.dy-type:after{text-align:left}@media only screen and (min-width:600px){.home-menu{margin-top:35px}.home-menu .bg{height:190px}.home-list{padding-top:125px}.sc-type-name .sc-img{right:45px}}#__bs_notify__{display:none!important}[click],[data-href],[onclick],a{cursor:pointer}@media screen and (min-width:320px){html{font-size:21.33px}body{font-size:12px}}@media screen and (min-width:360px){html{font-size:24px}body{font-size:12px}}@media screen and (min-width:375px){html{font-size:25px}body{font-size:12px}}@media screen and (min-width:384px){html{font-size:25.6px}body{font-size:14px}}@media screen and (min-width:400px){html{font-size:26.67px}body{font-size:14px}}@media screen and (min-width:414px){html{font-size:27.6px}body{font-size:14px}}@media screen and (min-width:424px){html{font-size:28.27px}body{font-size:14px}}@media screen and (min-width:480px){html{font-size:32px}body{font-size:15.36px}}@media screen and (min-width:540px){html{font-size:36px}body{font-size:17.28px}}@media screen and (min-width:720px){html{font-size:48px}body{font-size:23.04px}}@media screen and (min-width:750px){html{font-size:50px}body{font-size:24px}}.scroll-scroll{bottom:0;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:2}.flex-scroll{display:flex;flex-direction:column;height:100%;overflow:hidden}.flex-scroll-fixed{display:block;float:left;padding-bottom:5px}.flex-scroll-container{flex:1 1;overflow:auto;position:relative;transition-duration:0s}.p10{padding:.2rem}.p15{padding:.3rem}.h10{clear:both;height:10px;line-height:10px}body p{font-size:16px;line-height:20px}.fflex-row{-webkit-align-items:stretch;align-items:stretch;display:-webkit-flex;display:flex;flex-flow:row;-webkit-justify-content:space-between;justify-content:space-between}.flex1{flex:1 1}.flex-wrap{flex-wrap:wrap}.fg,.l{color:#ff2742}.guide-page{background:#ff2742;min-height:100vh}.guide-page .inner{padding-top:6.68rem}.box-guide{background:#fff;border-radius:.3rem;margin:0 auto;padding-bottom:.8rem;padding-top:2.34rem;position:relative;text-align:center;width:10.62rem}.box-guide .logo-row{left:0;position:absolute;text-align:center;top:-2rem;width:100%}.box-guide .logo-row img{height:4rem}.box-guide h3{color:#a1a1a1;font-size:.82rem;font-weight:500}.box-guide h1{color:#000;font-size:1.2rem;font-weight:700}.box-guide .sub{color:#a1a1a1;font-size:.44rem}.box-guide .button-row{margin:3.1rem .8rem 0}.box-guide .button-row a{background:#ff2742;border-radius:.2rem;color:#fff;display:block;font-size:.74rem;height:1.7rem;line-height:1.7rem;text-align:center}.mui-bar-nav{background:#fff;box-shadow:0 0 0 0}.mui-bar-nav .mui-action-back,.mui-bar-nav .mui-title{color:#1c1c36!important}.mui-bar-nav *{color:#000!important}.login-page{padding:.1rem 20px 0}.login-page .title{color:#1c1c36;font-family:PingFangSC-Semibold,PingFang SC;font-size:22px;font-weight:600;padding:20px;text-align:left}.login-page .title h1{color:#000;font-size:1.2rem;font-weight:700}.login-page .title p{color:#a1a1a1;font-size:.44rem;font-weight:400}.flex-input-group{display:block}.flex-input-group .input-row{-webkit-align-items:stretch;align-items:stretch;background:#fff;border-radius:0;display:-webkit-flex;display:flex;flex-flow:row;-webkit-justify-content:space-between;justify-content:space-between;margin:0 10px}.flex-input-group .input-row input{border:0;border-radius:20px;color:#222;flex:1 1;font-size:18px;font-weight:500;height:1rem;line-height:1rem;margin:0}.flex-input-group .input-row .label{height:2.2rem;width:1.88rem}.flex-input-group .input-row .label~input{padding-left:0}.flex-input-group .button-row{padding:10px 5px}.flex-input-group .button-row button{border:0;border-radius:.2rem;color:#fff}.mui-btn-gold{background:linear-gradient(90deg,#d4b38f,#b88964);border-radius:46px!important;color:#fff}.mui-btn-red{background:#ff2742!important}.reg-page{padding-top:.6rem}.mui-bar-tab{background-color:#fff;border-radius:12px 12px 0 0;box-shadow:0 0 1px #00000040}.mui-bar-tab .mui-tab-item.mui-active{color:#ff2742;opacity:1}.padded{padding:0 .26rem}.pt{padding-top:.26rem}.pb{padding-bottom:.26rem}.bgfff{background:#fff}.bgf0f{background:#f0f4f8}.index-banner a,.index-banner img{border-radius:.3rem;display:block;height:6.8rem;width:100%}.index-banner .swiper-pagination{bottom:5px!important;line-height:0!important}.notice-row{background:#fff;border-radius:5px;line-height:1.56rem;margin:10px 0;padding:0 5px}.notice-row a{font-size:.52rem}.notice-row .swiper-container{height:1.56rem}.notice-row .right{font-family:PingFang;font-size:.52rem;font-weight:500}.notice-row .right a{color:#6e6e6e;font-size:.52rem}.article-box h1{color:#1f2d3d;font-size:18px;font-weight:700;line-height:1.5em;text-align:center;word-break:break-all}.article-box .time{color:#999;font-size:14px;margin:22px 11px;text-align:center}.article-box article,.article-box p{color:#333;font-size:16px;line-height:1.5}.line{background:#f2f2f2;clear:both;height:1px;line-height:1px}.g-title-row{-webkit-align-items:center;align-items:center;display:-webkit-inline-flex;display:inline-flex;flex-flow:row;-webkit-justify-content:space-between;justify-content:space-between;line-height:1.76rem}.g-title-row h3{color:#333;font-size:.56rem;font-weight:600;position:relative}.g-title-row span{color:#6e6e6e;font-size:.52rem;font-weight:500}.game-list{-webkit-align-items:center;align-items:center;background:#1e1c38;border-radius:.4rem;display:-webkit-flex;display:flex;flex-flow:row;-webkit-justify-content:space-between;justify-content:space-between;padding-top:.3rem;position:relative;width:100%}.game-list .img{line-height:0;text-align:center;vertical-align:middle;width:3.4rem}.game-list .img img{display:block;height:2.74rem;line-height:0;margin:0 auto;vertical-align:middle}.game-list .txt{color:#888;flex:1 1;position:relative;text-align:left}.game-list .txt .label{border-radius:.2rem;color:#faf4df;font-size:.6rem;font-weight:800;line-height:1.2em}.game-list .button-row{width:4.6rem}.game-list .button-row div{background:linear-gradient(90deg,#d4b38f,#b88964);border-radius:.1rem;color:#fff;display:block;height:1.3rem;line-height:1.3rem;margin:.5rem;text-align:center}.game-list .bei{font-size:.48rem}.game-list .long .label,.game-list .sort .label{border:.04rem solid #fff;border-radius:.2rem;color:#fff;font-size:.44rem;font-weight:800;left:.14rem;padding:0 .24rem;position:absolute;top:.14rem}.game-lists .long{float:left}.slide-list,.slide-list .swiper-container{height:5.12rem}.slide-list .swiper-slide{color:#6e6e6e;font-size:.6rem;height:1.28rem}.slide-list .jf{flex:1 1}.slide-list .point{background:#c58e5d;border-radius:100%;height:6px;margin:0 5px;width:6px}.slide-list .name{color:#ff2742;width:3rem}.slide-list em{font-style:normal}.game-lists .game-list+.game-list{margin-top:.6rem}.mui-bar-nav .btn-link{font-size:14px;line-height:44px;padding-bottom:0;padding-top:0}.rechange-box .hd{background:#1c1c34;font-size:.67rem;padding:2rem 0}.rechange-box .hd p{color:#fff;font-size:.67rem;margin:0}.rechange-box .hd .number{padding:.35rem 0}.rechange-box .hd .number strong{font-size:24px}.rechange-box .hd .id{color:#fff;font-size:12px;font-weight:500;opacity:.5}.rechange-box .bd p{color:#969696;font-size:12px;font-weight:500}.rechange-box .bd .tips{color:#969696;font-size:.48rem;font-weight:500;line-height:.82rem;text-align:center}.rechange-box .bd .tips .mui-icon{position:relative;top:.12rem}.rechange-box .flex-input-group{background:#fff;border-radius:10px;margin-bottom:5px;padding-top:10px}.rechange-box .flex-input-group .button-row{padding-bottom:.3rem}.service-box .img{border-radius:.4rem;display:block;width:100%}.service-box .left{padding-left:.76rem;padding-right:.5rem}.service-box .left img{height:2.3rem}.service-box .mid{flex:1 1}.service-box .mid h3{color:#000;font-size:.64rem;font-weight:800}.service-box .mid p{color:#969696;font-family:PingFang;font-size:.4rem;font-weight:500;margin:0}.service-box .fflex-row{background:#fff;border-radius:.3rem;padding-bottom:.76rem;padding-top:.76rem}.service-box .right{padding-right:.76rem}.service-box .right a{background:linear-gradient(90deg,#d4b38f,#b88964);border-radius:1rem;color:#fff;display:inline-block;font-size:12px;font-weight:500;height:1.2rem;line-height:1.2rem;text-align:center;width:2.88rem}.user-head{border-radius:0 0 15% 15%;padding:2.5rem 0}.user-head .avator{height:2.8rem;width:2.8rem}.user-head .tit .vip img{height:.54rem}.user-head .id{font-size:.56rem;margin:.4rem 0}.user-nav a>span{padding-left:1.82rem}ul.mui-table-view:after,ul.mui-table-view:before{display:none}ul.mui-table-view li:after{background:#f3f3f3;left:0}ul.mui-table-view a{font-size:16px;line-height:1.6em}ul.mui-table-view a span+span{color:#888;float:right}ul.mui-table-view .avator{float:right;height:2rem;margin-right:.8rem;width:2rem}ul.mui-table-view .avator img{border-radius:200px;display:block;height:100%;width:100%}ul.mui-table-view .avator~span{line-height:2rem}.file-row input{bottom:0;filter:alpha(opacity=0);height:500px;opacity:0;position:absolute;right:0;width:500px}.wallet-list{background:#fff;border-radius:15px}.wallet-list a{display:block;padding-bottom:.42rem;padding-top:.42rem;text-align:center}.wallet-list p{color:#737373;font-size:.5rem;font-weight:500;margin:0}.border0{border:0!important}.txt-row{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;flex-flow:row;-webkit-justify-content:space-between;justify-content:space-between;width:100%}.txt-row .left{color:#222;font-size:16px;line-height:40px;padding-left:.3rem}.txt-row .right{color:#9a9999;font-size:16px;font-weight:500;padding-right:.6rem}.txt-row .right input,.txt-row .right select{border:0;font-size:.66rem;height:1.86rem;line-height:1.86rem;margin:0;padding:0;text-align:right}.txt-row .flex1{padding-left:15px}.txt-row .flex1 input,.txt-row .flex1 select{text-align:left}.withdrawal-box p{color:#222;font-size:24px;padding-left:.3rem;padding-top:.38rem}.withdrawal-box .btn{color:#c58e5d;font-size:18px;line-height:40px;padding-right:.3rem}.withdrawal-box .tips{color:#999;padding:.4rem .7rem 0}.withdrawal-box .button-row{padding-bottom:.3rem;padding-top:.45rem}.h44{clear:both;height:44px}.tab-bar-row{height:1.86rem}.tab-bar{background-color:#efefef;display:table;left:0;position:fixed;table-layout:fixed;top:44px;width:100%;z-index:10}.tab-bar a{color:#222;display:table-cell;font-size:.66rem;height:1.56rem;position:relative;text-align:center;vertical-align:middle}.tab-bar a.on{color:#c58e5d;position:relative}.tab-bar a.on:after{background:#c58e5d;bottom:0;content:"";display:block;height:.08rem;left:10%;position:absolute;right:10%}.tab-bar2{background:#fff;height:1.86rem;left:0;padding-left:.38rem;padding-right:.38rem;padding-top:.4rem;position:fixed;right:0;top:44px;z-index:10}.tab-bar2 a{color:#222;display:block;font-size:.5rem;font-weight:500;height:1.06rem;line-height:1.06rem;padding:0 5px;text-align:center}.tab-bar2 a.on{background:#ff2742;color:#fff}.order-box{-webkit-align-items:center;align-items:center;background:#fff;border-bottom:1px solid #eee;display:-webkit-flex;display:flex;flex-flow:row;font-size:.6rem;-webkit-justify-content:space-between;justify-content:space-between;padding:.5rem .32rem;width:100%}.order-box .price{word-wrap:break-word;color:#c58e5d;margin-right:.44rem;min-width:2.16rem}.order-box .time{color:#999;margin-right:1.52rem}.order-box .zt{text-align:left;width:4.64rem}.no-data{padding-bottom:25vh;padding-top:25vh;text-align:center}.no-data img{height:3.28rem}.no-data p{color:#b7b7b7;font-size:.52rem;font-weight:500;line-height:.79rem}.page-calendar-select{display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.raduis{border-radius:100px!important}.Calendar-box{-webkit-align-items:stretch;align-items:stretch;display:-webkit-flex;display:flex;flex-flow:row;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:1.2rem;text-align:center;width:100%}.Calendar-box p{margin-bottom:.2rem}.Calendar-box .left,.Calendar-box .right{width:6.36rem}.Calendar-box .left .strong,.Calendar-box .right .strong{color:#222;font-size:.63rem;font-weight:800}.card-item{background:linear-gradient(90deg,#d4b38f,#b88964);border-radius:15px;height:4.76rem;position:relative}.card-item .txt{color:#fff;font-size:.66rem;left:.74rem;line-height:1.1em;position:absolute;top:.68rem}.card-item .txt>div{margin-bottom:.6rem}.card-item .btns{position:absolute;right:.3rem;top:.2rem;width:1.6rem}.card-item .btns a{display:block;height:1.5rem;text-indent:-9999px}.hi-columns h1{color:#353535;font-size:26px;padding-top:33px;text-align:center}.hi-columns .des{color:red;font-size:15px;margin-bottom:55px;margin-top:33px;text-align:center}.mm_box{-webkit-align-items:stretch;align-items:stretch;display:-webkit-flex;display:flex;flex-flow:row;-webkit-justify-content:space-between;justify-content:space-between;margin:0 auto;width:86%}.mm_box,.mm_box li{list-style:none;padding:0;text-align:center}.mm_box li{background:#fff;border:1px solid #a1a1a1;display:block;font-size:30px;height:1.8rem;line-height:1.8rem;margin:0 .1rem;width:1.8rem}.numb_box{bottom:0;left:0;position:absolute;width:100%;z-index:10}.numb_box li,.numb_box ul{list-style:none;margin:0;padding:0}.numb_box li{border-left:1px solid #dadada;border-top:1px solid #dadada;float:left;height:50px;line-height:48px;text-align:center;width:33.33333%}.numb_box a{background:#fff;color:#666;display:block;font-size:22px}.pop-filter-box{background:#fff;bottom:0;display:none;left:0;position:fixed;width:100%;z-index:100}.pop-filter-box h3{color:#333;font-size:.55rem;font-weight:400;padding:.3rem 0;text-align:center}.pop-filter-box ul{margin:0}.pop-filter-box ul:after{clear:both;content:"";display:table}.pop-filter-box li{background:#fff0;border:.04rem solid #cecece;border-radius:1rem;cursor:pointer;float:left;font-size:.55rem;height:1.74rem;line-height:1.7rem;margin-top:.56rem;text-align:center;width:49%}.pop-filter-box li:nth-of-type(odd){float:right}.pop-filter-box li:first-of-type{font-size:.76rem;margin-top:0;width:100%}.pop-filter-box .inner{padding:0 .3rem .5rem}.pop-filter-box li.on{border-color:#ff2742;color:#ff2742}.jl-content{margin-bottom:22px}.jl-content .jl-box{color:#333;font-size:15px;line-height:1.8;margin-top:11px;padding:4px 19px;position:relative}.jl-content .jl-box .title-box{display:flex}.jl-content .jl-box .title-box .title_l{color:#df5356;font-size:16px;font-weight:700;margin-right:16px}.jl-content .jl-box .title-box .title_c .room{margin-right:11px}.jl-content .jl-box .title-box .title_r{flex:1 1;text-align:right}.jl-content .jl-box .title-box .title_r div{background:#b4b4b4;border-radius:552px;color:#fff;display:inline-block;font-size:13px;text-align:center;width:66px}.jl-content .jl-box .title-box .title_r div.zj{background:red}.jl-content .jl-box .kj-box{align-items:center;display:flex;position:relative}.jl-content .jl-box .kj-box .yuan{border:1px solid #2aa7f6;border-radius:100%;color:#2aa7f6;display:flex;font-size:13px;height:22px;justify-content:center;line-height:18px;text-align:center;width:22px}.jl-content .jl-box .kj-box .btn{background:red;border-radius:552px;color:#fff;display:inline-block;font-size:13px;position:absolute;right:0;text-align:center;width:66px}.jl-content .jl-box .jc-nr{display:flex}.jl-content .jl-box .jc-nr div{flex:1 1}.jl-content .jl-box .jc-nr .l-box{color:red}.jl-content .jl-box .zj-box{display:flex}.jl-content .jl-box .zj-box div{flex:1 1}.bottom-title{background:#fff;font-size:13px;padding:11px 0 0}.bottom-content{background:#fff;box-sizing:border-box;padding:11px 11px calc(11px + env(safe-area-inset-bottom))}.bottom-content-box{flex-direction:column;margin-bottom:11px;width:50%}.bottom-content-image{align-items:center;border:1px solid #c9c9c9;color:#666;display:flex;font-size:17px;height:38px;justify-content:center;width:90%}.bottom-content-box:first-child{width:100%}.bottom-content-box:first-child .bottom-content-image:first-child{width:95%}.bottom-content-image.active{border:1px solid #ee6968;color:#ee6968}body.pages-room-jcjl{background-color:#fff;background-color:#fafafa}.tdcy{background-color:#fff;border-radius:5px;margin:16px 11px;padding:16px 0 5px}.tdcy .title-box{display:flex;justify-content:space-between;padding:0 16px}.tdcy .title-box .title{font-size:16px}.tdcy .title-box .num{font-size:19px}.tdcy .time-box{color:#999;font-size:14px;margin-bottom:5px;margin-top:5px;text-align:center}.tdcy .info-box .td-box{border-bottom:1px solid #eee;padding:11px 0}.tdcy .info-box .td-box .name-box{margin:5px 0 11px;text-align:center}.tdcy .info-box .td-box .name-box .num{font-size:22px}.tdcy .info-box .td-box .name-box .title{color:#666}.tdcy .info-box .td-box .sl-box{display:flex;flex-wrap:wrap}.tdcy .info-box .td-box .sl-box .sl{color:#666;font-size:14px;margin:11px 0;text-align:center;width:50%}.tdcy .info-box .td-box .sl-box .sl .title{color:#000}.tdcy .info-box .td-box .sl-box .sl .num{color:#999;margin-top:2px}.tdcy .info-box .td-box:last-child{border-bottom:none}.zoushi-box{position:fixed;width:100%}.zoushi-box .top{background:#fff;height:39px}.item-content{padding-bottom:env(safe-area-inset-bottom);padding-top:72px}.all_text{font-size:19px;font-weight:700;margin-right:7px}.fund_box .fund_time{border-bottom:1px solid #999;display:block;font-size:19px;font-weight:700;padding-bottom:15px;padding-left:22px;padding-top:15px}.fund_box .fund_item{border-bottom:1px solid #999;padding:7px 23px}.fund_box .fund_item .date{color:#999;font-size:13px}.bottom-title{border-bottom:1px solid #c7c7c7;font-size:17px;line-height:33px;padding:8px 0}.bottom-content{align-items:center;display:flex;flex-wrap:wrap;padding:16px 5px}.bottom-content-box{align-items:center;box-sizing:border-box;display:flex;padding:5px;width:33.3333%}.bottom-content-image{background:#fff;border-radius:5px;box-shadow:0 2px 30px #ccc;color:#333;flex:1 1;font-size:14px;height:44px;line-height:44px;overflow:hidden;text-align:center;width:60px}.bottom-content-image.active{background:#d22727;color:#fff}.bottom-btn{border-top:1px solid #f5f5f5;height:49px;line-height:49px}.bottom-content-image.wx{background:#00ce47}.bottom-content-image.qq{background:#00b6f6}.bottom-content-image.sina{background:#ff766a}.bottom-content-image.copy{background:#07ccd0}.head{border-bottom:1px solid #efefef;box-sizing:border-box;width:100%}.content-item,.head{background-color:#f8f8f8;display:table;height:33px;width:100%}.row4{border-right:1px solid #e1e1e1;box-sizing:border-box;display:table-cell;font-size:16px;text-align:center;vertical-align:middle;width:36px}.row4:first-child{width:auto}.content-item .row4,.row4:last-child{border-right:0}.icon_sj{height:5px;margin-left:5px;width:11px}.content-item span{border-radius:11px;font-size:12px;line-height:1;padding:4px}.content-item .label,.content-item span{color:#333;display:inline-block;text-align:center}.content-item .label{font-size:14px}.content-item .red{background-color:#d22727;color:#fff}.content-item .blue{background-color:#2aa7f6;color:#fff}.content-item span.red{background-color:#d22727;color:#fff}.content-item span.gold{background-color:#c58e5d;color:#fff}.content-item span.blue{background-color:#2aa7f6;color:#fff}.begin,.end{background:#f8f6f7;border-radius:32px;flex:1 1;height:32px}.heng{background:#000;height:1px;margin:0 16px;width:14px}.send{background:#d22727;border-radius:58px;color:#fff;height:32px;margin-left:8px;width:77px}.transform-transition{transition:transform .9s}.item-content .content-item{border-bottom:1px solid #e1e1e1;box-sizing:border-box;height:39px;padding-right:11px}.item-content .content-item:nth-child(1n){background-color:#fff}.item-content .content-item:nth-child(2n){background-color:#f8f8f8}.item-content .content-item:last-child{border-bottom:0}body.pages-room-record-list{background-color:#fff}.head-popover{width:140px}.head-popover a{display:block;font-size:.6rem!important;line-height:1.5em!important;padding-left:0!important}.head-popover a span{display:block;padding-left:40px;position:relative}.head-popover a span:after{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:36px}.mui-popup-text p{font-size:14px;margin-bottom:0}.body-content{line-height:1.8;padding-bottom:calc(66px + env(safe-area-inset-bottom))}.top-box{background:#1e1c38;position:fixed;width:100%;z-index:10}.top-box .header-mes-show{box-sizing:border-box;display:flex;height:70px;justify-content:space-between;padding:10px 0 0;width:100%}.top-box .header-mes-show .common-cutoff-time,.top-box .header-mes-show .common-user-balance{align-items:center;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;font-size:14px;height:71px;line-height:1.5;padding:0 16px;position:relative;vertical-align:top;width:calc(50% - 5px)}.top-box .header-mes-show .common-cutoff-time:after{border-right:1px solid #c7c7c7;bottom:0;color:#c7c7c7;content:" ";height:80%;position:absolute;right:0;top:0;transform:scaleX(.5);transform-origin:100% 0;width:1px}.top-box .header-mes-show .only-one-line{align-items:center;color:#fff;display:flex;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-box .header-mes-show .common-cutoff-time .cir{color:#333;margin:10px}.top-box .header-mes-show .common-cutoff-time .cir span{background-color:#fff;color:#424242!important;font-weight:600}.top-box .header-mes-show .common-cutoff-time .cir p,.top-box .header-mes-show .common-cutoff-time .cir span{border-radius:2px;display:inline-block;height:24px;line-height:24px;margin:0 5px;text-align:center;vertical-align:-2px;width:27px}.top-box .header-mes-show .common-cutoff-time .cir p{background-color:#424242;color:#fff!important}.top-box .header-mes-show .reload{align-items:center;display:flex;justify-content:space-between}.top-box .header-mes-show .reload p,.top-box .header-mes-show .reload span{color:#2aa7f6}.top-box .header-mes-show .reload div.image{height:23px;width:23px}.top-box .header-mes-show .common-balance{align-items:center;color:#fff;display:flex;font-size:19px}.top-box .lottery-record:after{border-bottom:1px solid #c7c7c7;bottom:0;color:#fff;content:" ";height:1px;left:0;position:absolute;right:0;transform:scaleY(.5);transform-origin:0 100%}.top-box .lottery-record{align-items:center;box-sizing:border-box;color:#fff;display:flex;height:38px;justify-content:space-between;margin:10px 0;padding:0 16px;position:relative;width:100%}.top-box .lottery-record p{color:#fff}.top-box .lottery-record .record-qihao{margin-right:22px;margin-top:10px}.top-box .lottery-record .record-qihao .record-id{padding:0 5px}.top-box .lottery-record .game-history{align-items:center;display:flex;flex:1 1}.top-box .lottery-record .game-history p,.top-box .lottery-record .game-history span{border:1px solid #fff;border-radius:100%;color:#fff;display:inline-block;height:22px;line-height:22px;margin:0 3px;overflow:hidden;text-align:center;width:22px}.top-box .lottery-record .dsj{height:9px;position:relative;width:15px}.top-box .lottery-record .dsj:after{background:#0000;bottom:-15px;content:"";display:block;height:40px;position:absolute;right:-15px;width:40px}.top-box .lottery-record .dsj img{float:left;height:9px;width:15px}.top-box .lottery-record .transform-transition{transition:all 2s}.top-box .lottery-record .transform-transitions{transition:all .4s}.top-box .lottery-record .dsj.active{transform:rotate(180deg)}.top-box .lottery-record .pop_box{background-color:#fff;border-radius:15px;box-shadow:none;color:#333;display:none;height:auto;left:15px;margin:0 auto;overflow:hidden;position:absolute;right:15px;top:48px;transition:all .4s;width:auto;z-index:20}.top-box .lottery-record .pop_box .biaoti{background-color:#fff;border-bottom:1px solid #e5e5e5;color:#333;display:flex;font-size:15px;justify-content:space-between;padding:5px 0}.top-box .lottery-record .pop_box .biaoti div{flex:1 1;line-height:30px;text-align:center}.top-box .lottery-record .pop_box .biaoti .zonghe span{background-color:#fff;border-radius:5px}.top-box .lottery-record .pop_box .biaoti .number span,.top-box .lottery-record .pop_box .biaoti .zonghe span{display:inline-block;height:25px;line-height:25px;width:50px}.top-box .lottery-record .pop_box .history:last-child{border-bottom:none}.top-box .lottery-record .history{align-items:center;border-bottom:1px solid #c7c7c7;display:flex;height:36px}.top-box .lottery-record .history div{flex:1 1;font-size:15px;text-align:center}.top-box .lottery-record .history div p{display:inline}.top-box .lottery-record .lottery-number{align-items:center;display:flex}.top-box .lottery-record .lottery-number label{background-color:#dbbb9c;background-color:#fff;border:1px solid #2aa7f6;border-radius:50%;color:#2aa7f6;display:inline-block;font-size:15px;height:22px;line-height:22px;overflow:hidden;text-align:center;width:22px}.jl-box{padding-top:130px}@keyframes fdin{0%{opacity:0}to{opacity:1}}.jl-box .lt-box .msg-box{animation:fdin .5s;padding:11px}.jl-box .lt-box .msg-box .tips{display:flex;justify-content:center}.jl-box .lt-box .msg-box .tips .comt{align-items:center;background:#c9c8cd;border-radius:8px;display:flex;flex-direction:column;font-size:13px;justify-content:center;max-width:80%;padding:5px 11px;text-align:center}.jl-box .lt-box .msg-box .tips .comt div{font-size:13px}.jl-box .lt-box .msg-box .xinxi-box .time-box{padding-bottom:5px;text-align:center}.jl-box .lt-box .msg-box .xinxi-box .info-box{display:flex}.jl-box .lt-box .msg-box .xinxi-box .info-box .img-box{border-radius:50%;height:46px;margin:0 11px;width:46px}.jl-box .lt-box .msg-box .xinxi-box .info-box .img-box img{height:46px;width:46px}.jl-box .lt-box .msg-box .xinxi-box .info-box .info{flex:1 1;padding-right:36px}.jl-box .lt-box .msg-box .xinxi-box .info-box .info .nickname{font-size:17px}.jl-box .lt-box .msg-box .xinxi-box .info-box .info .msgIntro{background:#fff;border-radius:3px;box-shadow:0 1px 3px #23181545;padding:5px}.jl-box .lt-box .msg-box .xinxi-box .info-box .info .msgIntro .intor1{align-items:center;display:flex}.jl-box .lt-box .msg-box .xinxi-box .info-box .info .msgIntro .intor1 .img{height:16px;margin-right:8px;width:16px}.jl-box .lt-box .msg-box .xinxi-box .info-box .info .msgIntro .intor1 .img img{float:left;height:16px;width:16px}.jl-box p{margin-bottom:0}.jl-box .lt-box .msg-box .xinxi-box .info-box .info .msgIntro .intor1 .qi{color:#676767;font-size:15px}.jl-box .lt-box .msg-box .xinxi-box .info-box .info .msgIntro .intor2{border-bottom:1px solid #dadada;color:#333;display:flex;font-family:Microsoft YaHei;font-size:15px;justify-content:space-between}.jl-box .lt-box .msg-box .xinxi-box .info-box .info .msgIntro .intor3{display:flex;font-size:15px;justify-content:space-between}.jl-box .lt-box p{font-size:14px}.jl-box .lt-box .msg-box .xinxi-box .info-box .info .msgIntro .intor4{color:#8f8f94;font-size:14px}.jl-box .lt-box .msg-box .xinxi-box .info-box .info .msgIntro .right{align-items:center;display:flex;justify-content:flex-end}.down-box .down{bottom:82px;left:0;margin-bottom:env(safe-area-inset-bottom);padding:13px 16px;position:fixed;z-index:2}.down-box .down,.down-box .down img{display:block;height:48px;width:48px}.jc-btn{background-color:#fafafa;bottom:0;display:flex;padding:11px 16px env(safe-area-inset-bottom);position:fixed;width:100%}.jc-btn .btn{background:linear-gradient(90deg,#d4b38f,#b88964);border-radius:20px;color:#fff;font-size:17px;height:44px;line-height:44px;margin-bottom:11px;text-align:center;width:50%}.jc-btn .kaishi{margin-right:11px}.jc-btn .quxiao{background:linear-gradient(90deg,#1e1c38,#1e1c38)}.room_menu{background-color:#0006;box-sizing:border-box;display:flex;height:100%;justify-content:space-between;position:fixed;right:0;top:44px;width:100%;z-index:999}.room_menu .room_tip{background-color:#fff;border-radius:5px;display:flex;flex-direction:column;padding:7px 0;position:absolute;right:11px;top:7px}.room_menu .room_tip div{align-items:center;border-bottom:1px solid #ccc;color:#252833;display:flex;padding:4px 16px}.room_menu .room_tip div:last-child{border-bottom:0}.room_menu .room_tip div div.image{margin-right:8px}.room_menu .sj{border-color:#0000 #0000 #fff;border-style:dashed dashed solid;border-width:16px 7px 8px;content:"";position:absolute;right:27px;top:-18px}.alert-popup{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:900}.alert-popup__mask{background-color:#0006;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:all 2s}.show-mask{opacity:1}.alert-popup__wrapper.bottom{bottom:0;left:0;position:absolute;width:100%}.overhidden{overflow:hidden}.bet-content .bet-box{flex-direction:column}.bet-content .bet-box .right .center .item .inp{font-weight:700;text-align:center}.bet-content .bet-info .top .jine div.image{height:38px;left:0;position:absolute;top:0;width:38px}.bet-content .bet-info .bottom .util uni-input{border:1px solid #c6c4c5;border-radius:3px;flex:1 1;height:37px;margin-right:5px;padding:0 5px;text-align:left}.bet-content .chat-fun div{background:linear-gradient(90deg,#f04250,#ff9e62);border:none;border-radius:5px;box-sizing:border-box;color:#fff;font-size:17px;height:44px;line-height:44px;margin:0;text-align:center;width:calc(50% - 5px)}.jcje-tc .sr-box .input-box .price-box:empty{content:"请输入竞猜金额"}.jcje-tc .sr-box .input-box .btn-box .btn{border-radius:5px}body.pages-room-room{background:#fafafa}.bet-content{background:#f1f1f1;display:flex;flex-direction:column;position:relative;z-index:998}.bet-content .bet-box .center .item span{font-size:15px}.bet-content .bet-box{display:flex}.bet-content .bet-box .left{background-color:#f1f1f1;display:flex;flex-direction:column;justify-content:space-between;padding-top:5px}.bet-content .bet-box .right{flex:1 1;flex-direction:column}.bet-content .bet-box .left .item{padding:5px 0;width:33%}.bet-content .bet-box .left .item .content{font-size:16px;font-weight:600;height:35px;line-height:35px;text-align:center}.bet-content .bet-box .left .item.active .content{border-bottom:4px solid}.bet-content .bet-box .right .bottom .tip{height:22px;width:22px}.bet-content .bet-box .right .top{font-size:17px;height:49px;line-height:49px;margin-left:5px}.bet-content .bet-box .right .top span{color:#ff6179;font-size:15px}.bet-content .bet-box .right .center{display:flex;flex-wrap:wrap;justify-content:space-between;padding:16px 5px 0}.bet-content .bet-box .right .center .item{align-items:center;background-color:#f4f4f6;border:1px solid #d3d3d3;border-radius:5px;box-sizing:border-box;display:flex;height:38px;justify-content:space-between;margin-bottom:11px;padding:0 11px;position:relative;width:48%}.bet-content .bet-box .right .center .item.active{background:#1c1c36;border:1px solid #f50c8a;opacity:.85}.bet-content .bet-box .right .center .item .inp{align-items:center;background-color:#00000080;color:#fff;display:flex;height:100%;justify-content:center;left:0;position:absolute;width:100%}.bet-content .bet-box .right .bottom{align-items:center;display:flex;font-size:19px;justify-content:flex-end;padding:0 5px env(safe-area-inset-bottom)}.bet-content .bet-box .left .item-bottom .item{align-items:center;display:flex;justify-content:center}.bet-content .bet-info{display:flex;flex-direction:column}.bet-content .bet-info .top{background-color:#f2f0f2;display:flex;padding:5px 11px}.bet-content .bet-info .top .jine{align-items:baseline;display:flex;flex:1 1}.bet-content .bet-info .top .jine>div{position:relative;width:15%}.bet-content .bet-info .top .jine .image{height:38px;left:0;position:absolute;top:0;width:38px}.bet-content .bet-info .top p,.bet-content .bet-info .top span{left:9px;position:absolute;top:4px}.bet-content .bet-info .top .touzhu-btn{background-color:#66b7ff;border-radius:3px;color:#fff;height:37px;line-height:37px;text-align:center;width:88px}.bet-content .bet-info .bottom .des{margin-bottom:5px;text-align:left}.bet-content .bet-info .bottom .des p{color:red;display:inline}.bet-content .bet-info .bottom .des span{color:red}.bet-content .bet-info .bottom .util{display:flex}.bet-content .bet-info .bottom .util input{border:1px solid #c6c4c5;border-radius:3px;flex:1 1;height:37px;margin-right:5px;padding:0 5px;text-align:left}.bet-content .bet-info .bottom .util .btn-groupp{display:flex;justify-content:space-between;width:60%}.bet-content .chat-fun{background-color:#fafafa;bottom:0;box-sizing:border-box;display:flex;height:calc(64px + constant(safe-area-inset-bottom));height:calc(64px + env(safe-area-inset-bottom));justify-content:space-between;left:0;padding:9px 16px;width:100%;z-index:9}.bet-content .chat-fun>div{background:linear-gradient(90deg,#d4b38f,#b88964);border:none;border-radius:20px;box-sizing:border-box;color:#fff;font-size:17px;height:44px;line-height:44px;margin:0;text-align:center;width:calc(50% - 5px)}.bet-content .touzhu-btn{background-color:#fa8732}.bet-content .cancel-btn,.bet-content .touzhu-btn{border-radius:3px;color:#fff;line-height:37px;width:30%}.bet-content .cancel-btn{background-color:#646464}.jcje-tc{background:#fff;bottom:0;padding-bottom:env(safe-area-inset-bottom);position:fixed;width:100%;z-index:3}.jcje-tc .sr-box{background:#fafafa;border-bottom:1px solid #ececec;border-top:1px solid #ececec;margin-bottom:242px;padding:11px 13px}.jcje-tc .sr-box .info-box{margin-left:2px;margin-top:-2px;padding-bottom:8px}.jcje-tc .sr-box .info-box .title{color:red;font-size:16px}.jcje-tc .sr-box .info-box .if-box{display:flex}.jcje-tc .sr-box .info-box .if-box p{color:#333;display:inline-block;font-size:16px;margin-right:16px}.jcje-tc .sr-box .info-box .if-box .title{color:red}.jcje-tc .sr-box .input-box{align-items:center;display:flex}.jcje-tc .sr-box .input-box .type{color:#333;font-size:16px;margin-right:11px}.jcje-tc .sr-box .input-box .price-box{border:.5px solid #0000001a;border-radius:5px;color:#333;flex:1 1;font-size:17px;overflow:hidden;padding:5px 11px}.jcje-tc .sr-box .input-box .btn-box{align-items:center;display:flex}.jcje-tc .sr-box .input-box .btn-box .btn{border-radius:20px;color:#fff;font-size:15px;height:38px;line-height:38px;text-align:center;width:66px}.jcje-tc .sr-box .input-box .btn-box .qd{background:linear-gradient(90deg,#d4b38f,#b88964);margin:0 11px}.jcje-tc .sr-box .input-box .btn-box .qx{background:-webkit-linear-gradient(left,#017bff,#53ceea);background:#1e1c38}.plsm .plsm-box{background-color:#fff;border-radius:7px;margin:auto;padding-bottom:11px;width:80%}.plsm .shuoming{align-items:center;color:#000;display:flex;font-size:17px;height:44px;justify-content:center}.plsm .pop_cont{border-radius:16px;height:auto;padding:16px 22px}.plsm .pop_cont .title2{font-size:15px;margin:7px 0}.plsm .pop_cont span{color:#666;display:block;font-size:13px}.plsm .iknow{background-color:#ff2742;border-radius:5px;color:#fff;font-size:16px;margin:5px auto 11px;padding:5px 0;text-align:center;width:60%}.mask{background:#0000004d;height:100vh;left:0;opacity:1;position:fixed;top:0;transition:all .3s ease;visibility:visible;width:100vw;z-index:1}.mask.visible{opacity:0;visibility:hidden;z-index:1}.keyboard{background:#ebebeb;bottom:-331px;flex-wrap:wrap;left:0;padding-bottom:env(safe-area-inset-bottom);position:fixed;transition:all .2s ease-in .2s;width:100%;z-index:1}.keyboard,.keyboard .keyboard-item{display:flex;justify-content:center}.keyboard .keyboard-item{align-items:center;background:#fff;border:.5px solid #ebebeb;border-left:none;border-top:none;box-sizing:border-box;color:#333;flex-direction:column;font-size:22px;font-weight:700;height:60px;width:33.3%}.keyboard .key-click,.keyboard .keyboard-item:active{background:#e1e1e1}.keyboard .disable:active{background:#fff}.keyboard .hide{opacity:0}.keyboard .delte{background:#ebebeb;box-shadow:none}.keyboard .delte:active{background:#fff}.keyboard .delte.disable:active{background:#ebebeb}.keyboard.active{bottom:0}.keyboard.isIphone{padding-bottom:37px!important}.gg-box{border-radius:5px;display:flex;margin-top:10px;padding:10px}.gg-box .time-box{display:flex;flex-direction:column;margin:0 13px 0 0;width:11px}.gg-box .time-box .point{background:#1c1c34;border-radius:100%;height:11px;margin:auto;width:11px}.gg-box .time-box .line{background:#1c1c34;flex:1 1;margin:auto;width:2px}.gg-box .content-box{flex:1 1;padding-bottom:16px}.gg-box .content-box .time{color:#999;font-size:14px;margin-bottom:8px;margin-top:-3px}.gg-box .content-box .title-box{background:#f8f8f8;border-radius:5px;padding:11px}.gg-box .content-box .title-box .title{font-size:15px}.gg-box:last-child .line{margin-bottom:16px}.game-banner-row{background:#000;height:160px;margin-bottom:20px;position:relative}.game-banner-row img{display:block;height:80%;max-width:100%;position:absolute}.game-banner-row span{bottom:.4rem;color:#fff;font-size:.6rem;left:.4rem;position:absolute}.pagination{border-radius:4px;display:inline-block;margin:20px 0;padding-left:0}.pagination>li{display:inline}child>span{border-bottom-left-radius:4px;border-top-left-radius:4px;margin-left:0}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{background-color:#fff;border-color:#ddd;color:#777;cursor:not-allowed}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{background-color:red;border-color:red;color:#fff;cursor:default;z-index:3}.pagination>li>a,.pagination>li>span{background-color:#fff;border:1px solid #ddd;color:red;float:left;line-height:1.42857143;margin-left:-1px;padding:6px 12px;position:relative;text-decoration:none}.mui-btn-block{margin:0 auto 10px;padding:10px 0;width:90%}
/*!
 * =====================================================
 * Mui v3.7.2 (http://dev.dcloud.net.cn/mui)
 * =====================================================
 */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{-webkit-text-size-adjust:100%;font-family:sans-serif}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:initial}[hidden],template{display:none}a{background:#0000}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}mark{background:#ff0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit}button{overflow:visible}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:initial}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0}optgroup{font-weight:700}td,th{padding:0}*{box-sizing:border-box;outline:none;-webkit-user-select:none}body{-webkit-overflow-scrolling:touch;background-color:#efeff4;color:#000;font-family:Helvetica Neue,Helvetica,sans-serif;font-size:17px;line-height:21px}a{color:#007aff}a:active{color:#0062cc}.mui-content{-webkit-overflow-scrolling:touch;background-color:#efeff4}.mui-bar-nav~.mui-content{padding-top:44px}.mui-bar-nav~.mui-content.mui-scroll-wrapper .mui-scrollbar-vertical{top:44px}.mui-bar-header-secondary~.mui-content{padding-top:88px}.mui-bar-header-secondary~.mui-content.mui-scroll-wrapper .mui-scrollbar-vertical{top:88px}.mui-bar-footer~.mui-content{padding-bottom:44px}.mui-bar-footer~.mui-content.mui-scroll-wrapper .mui-scrollbar-vertical{bottom:44px}.mui-bar-footer-secondary~.mui-content{padding-bottom:88px}.mui-bar-footer-secondary~.mui-content.mui-scroll-wrapper .mui-scrollbar-vertical{bottom:88px}.mui-bar-tab~.mui-content{padding-bottom:50px}.mui-bar-tab~.mui-content.mui-scroll-wrapper .mui-scrollbar-vertical{bottom:50px}.mui-bar-footer-secondary-tab~.mui-content{padding-bottom:94px}.mui-bar-footer-secondary-tab~.mui-content.mui-scroll-wrapper .mui-scrollbar-vertical{bottom:94px}.mui-content-padded{margin:10px}.mui-inline{display:inline-block;vertical-align:top}.mui-block{display:block!important}.mui-visibility{visibility:visible!important}.mui-hidden{display:none!important}.mui-ellipsis{white-space:nowrap}.mui-ellipsis,.mui-ellipsis-2{overflow:hidden;text-overflow:ellipsis}.mui-ellipsis-2{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;white-space:normal!important}.mui-table{display:table;table-layout:fixed;width:100%}.mui-table-cell{display:table-cell;position:relative}.mui-text-left{text-align:left!important}.mui-text-center{text-align:center!important}.mui-text-justify{text-align:justify!important}.mui-text-right{text-align:right!important}.mui-pull-left{float:left}.mui-pull-right{float:right}.mui-list-inline,.mui-list-unstyled{list-style:none;padding-left:0}.mui-list-inline{margin-left:-5px}.mui-list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}.mui-clearfix:after,.mui-clearfix:before{content:" ";display:table}.mui-clearfix:after{clear:both}.mui-bg-primary{background-color:#007aff}.mui-bg-positive{background-color:#4cd964}.mui-bg-negative{background-color:#dd524d}.mui-error{background-color:#bbb;border-radius:6px;margin:88px 35px;padding:10px}.mui-subtitle{font-size:15px}h1,h2,h3,h4,h5,h6{line-height:1;margin-bottom:5px;margin-top:5px}.mui-h1,h1{font-size:36px}.mui-h2,h2{font-size:30px}.mui-h3,h3{font-size:24px}.mui-h4,h4{font-size:18px}.mui-h5,h5{font-size:14px}.mui-h5,.mui-h6,h5,h6{color:#8f8f94;font-weight:400}.mui-h6,h6{font-size:12px}p{color:#8f8f94;font-size:14px;margin-bottom:10px;margin-top:0}.mui-row:after,.mui-row:before{content:" ";display:table}.mui-row:after{clear:both}.mui-col-sm-1,.mui-col-sm-10,.mui-col-sm-11,.mui-col-sm-12,.mui-col-sm-2,.mui-col-sm-3,.mui-col-sm-4,.mui-col-sm-5,.mui-col-sm-6,.mui-col-sm-7,.mui-col-sm-8,.mui-col-sm-9,.mui-col-xs-1,.mui-col-xs-10,.mui-col-xs-11,.mui-col-xs-12,.mui-col-xs-2,.mui-col-xs-3,.mui-col-xs-4,.mui-col-xs-5,.mui-col-xs-6,.mui-col-xs-7,.mui-col-xs-8,.mui-col-xs-9{min-height:1px;position:relative}.mui-row>[class*=mui-col-]{float:left}.mui-col-xs-12{width:100%}.mui-col-xs-11{width:91.66666667%}.mui-col-xs-10{width:83.33333333%}.mui-col-xs-9{width:75%}.mui-col-xs-8{width:66.66666667%}.mui-col-xs-7{width:58.33333333%}.mui-col-xs-6{width:50%}.mui-col-xs-5{width:41.66666667%}.mui-col-xs-4{width:33.33333333%}.mui-col-xs-3{width:25%}.mui-col-xs-2{width:16.66666667%}.mui-col-xs-1{width:8.33333333%}@media (min-width:400px){.mui-col-sm-12{width:100%}.mui-col-sm-11{width:91.66666667%}.mui-col-sm-10{width:83.33333333%}.mui-col-sm-9{width:75%}.mui-col-sm-8{width:66.66666667%}.mui-col-sm-7{width:58.33333333%}.mui-col-sm-6{width:50%}.mui-col-sm-5{width:41.66666667%}.mui-col-sm-4{width:33.33333333%}.mui-col-sm-3{width:25%}.mui-col-sm-2{width:16.66666667%}.mui-col-sm-1{width:8.33333333%}}.mui-scroll-wrapper{bottom:0;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:2}.mui-scroll{position:absolute;width:100%;z-index:1}.mui-scrollbar{opacity:0;overflow:hidden;pointer-events:none;position:absolute;transform:translateZ(0);transition:.5s;z-index:9998}.mui-scrollbar-vertical{bottom:2px;right:1px;top:0;width:4px}.mui-scrollbar-vertical .mui-scrollbar-indicator{width:100%}.mui-scrollbar-horizontal{bottom:0;height:4px;left:2px;right:2px}.mui-scrollbar-horizontal .mui-scrollbar-indicator{height:100%}.mui-scrollbar-indicator{background:rgba(0,0,0,.398);border:1px solid hsla(0,0%,100%,.802);border-radius:2px;box-sizing:border-box;display:block;position:absolute;transform:translate(0) translateZ(0);transition:.01s cubic-bezier(.1,.57,.1,1)}.mui-plus-pullrefresh .mui-fullscreen .mui-scroll-wrapper .mui-scroll-wrapper,.mui-plus-pullrefresh .mui-fullscreen .mui-slider-group .mui-scroll-wrapper{bottom:0;left:0;overflow:hidden;position:absolute;top:0;width:100%}.mui-plus-pullrefresh .mui-fullscreen .mui-scroll-wrapper .mui-scroll,.mui-plus-pullrefresh .mui-fullscreen .mui-slider-group .mui-scroll{position:absolute;width:100%}.mui-plus-pullrefresh .mui-scroll-wrapper,.mui-plus-pullrefresh .mui-slider-group{bottom:auto;left:auto;overflow:auto;position:static;top:auto;width:auto}.mui-plus-pullrefresh .mui-slider-group{overflow:visible}.mui-plus-pullrefresh .mui-scroll{position:static;width:auto}.mui-off-canvas-wrap .mui-bar{box-shadow:none;position:absolute!important;transform:translateZ(0)}.mui-off-canvas-wrap{overflow:hidden}.mui-off-canvas-wrap,.mui-off-canvas-wrap .mui-inner-wrap{height:100%;position:relative;width:100%;z-index:1}.mui-off-canvas-wrap .mui-inner-wrap.mui-transitioning{transition:transform .35s cubic-bezier(.165,.84,.44,1)}.mui-off-canvas-wrap .mui-inner-wrap .mui-off-canvas-left{transform:translate3d(-100%,0,0)}.mui-off-canvas-wrap .mui-inner-wrap .mui-off-canvas-right{transform:translate3d(100%,0,0)}.mui-off-canvas-wrap.mui-active{height:100%;overflow:hidden}.mui-off-canvas-wrap.mui-active .mui-off-canvas-backdrop{-webkit-tap-highlight-color:transparent;background:#0006;bottom:0;box-shadow:-4px 0 4px #00000080,4px 0 4px #00000080;display:block;left:0;position:absolute;right:0;top:0;transition:background .35s cubic-bezier(.165,.84,.44,1);z-index:998}.mui-off-canvas-wrap.mui-slide-in .mui-off-canvas-right{-webkit-transform:translate3d(100%,0,0);z-index:10000!important}.mui-off-canvas-wrap.mui-slide-in .mui-off-canvas-left{-webkit-transform:translate3d(-100%,0,0);z-index:10000!important}.mui-off-canvas-left,.mui-off-canvas-right{-webkit-overflow-scrolling:touch;background:#333;bottom:0;box-sizing:initial;min-height:100%;position:absolute;top:0;visibility:hidden;width:70%;z-index:-1}.mui-off-canvas-left.mui-transitioning,.mui-off-canvas-right.mui-transitioning{transition:transform .35s cubic-bezier(.165,.84,.44,1)}.mui-off-canvas-left{left:0}.mui-off-canvas-right{right:0}.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable{background-color:#333}.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable>.mui-off-canvas-left,.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable>.mui-off-canvas-right{opacity:.1;transform:scale(.8);width:80%}.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable>.mui-off-canvas-left.mui-transitioning,.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable>.mui-off-canvas-right.mui-transitioning{transition:transform .35s cubic-bezier(.165,.84,.44,1),opacity .35s cubic-bezier(.165,.84,.44,1)}.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable>.mui-off-canvas-left{transform-origin:-100%}.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable>.mui-off-canvas-right{transform-origin:200%}.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable.mui-active>.mui-inner-wrap{transform:scale(.8)}.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable.mui-active>.mui-off-canvas-left,.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable.mui-active>.mui-off-canvas-right{opacity:1;transform:scale(1)}.mui-loading .mui-spinner{display:block;margin:0 auto}.mui-spinner{animation:spinner-spin 1s step-end infinite;display:inline-block;height:24px;transform-origin:50%;width:24px}.mui-spinner:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;content:"";display:block;height:100%;width:100%}.mui-spinner-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@keyframes spinner-spin{0%{transform:rotate(0deg)}8.33333333%{transform:rotate(30deg)}16.66666667%{transform:rotate(60deg)}25%{transform:rotate(90deg)}33.33333333%{transform:rotate(120deg)}41.66666667%{transform:rotate(150deg)}50%{transform:rotate(180deg)}58.33333333%{transform:rotate(210deg)}66.66666667%{transform:rotate(240deg)}75%{transform:rotate(270deg)}83.33333333%{transform:rotate(300deg)}91.66666667%{transform:rotate(330deg)}to{transform:rotate(1turn)}}.mui-btn,button,input[type=button],input[type=reset],input[type=submit]{background-clip:padding-box;background-color:#fff;border:1px solid #ccc;border-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;color:#333;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;line-height:1.42;margin-bottom:0;padding:6px 12px;position:relative;text-align:center;transition:all;transition-duration:.2s;transition-timing-function:linear;vertical-align:top;white-space:nowrap}.mui-btn.mui-active:enabled,.mui-btn:enabled:active,button.mui-active:enabled,button:enabled:active,input[type=button].mui-active:enabled,input[type=button]:enabled:active,input[type=reset].mui-active:enabled,input[type=reset]:enabled:active,input[type=submit].mui-active:enabled,input[type=submit]:enabled:active{background-color:#929292;color:#fff}.mui-btn.mui-disabled,.mui-btn:disabled,button.mui-disabled,button:disabled,input[type=button].mui-disabled,input[type=button]:disabled,input[type=reset].mui-disabled,input[type=reset]:disabled,input[type=submit].mui-disabled,input[type=submit]:disabled{opacity:.6}.mui-btn-blue,.mui-btn-primary,input[type=submit]{background-color:#007aff;border:1px solid #007aff;color:#fff}.mui-btn-blue.mui-active:enabled,.mui-btn-blue:enabled:active,.mui-btn-primary.mui-active:enabled,.mui-btn-primary:enabled:active,input[type=submit].mui-active:enabled,input[type=submit]:enabled:active{background-color:#0062cc;border:1px solid #0062cc;color:#fff}.mui-btn-green,.mui-btn-positive,.mui-btn-success{background-color:#4cd964;border:1px solid #4cd964;color:#fff}.mui-btn-green.mui-active:enabled,.mui-btn-green:enabled:active,.mui-btn-positive.mui-active:enabled,.mui-btn-positive:enabled:active,.mui-btn-success.mui-active:enabled,.mui-btn-success:enabled:active{background-color:#2ac845;border:1px solid #2ac845;color:#fff}.mui-btn-warning,.mui-btn-yellow{background-color:#f0ad4e;border:1px solid #f0ad4e;color:#fff}.mui-btn-warning.mui-active:enabled,.mui-btn-warning:enabled:active,.mui-btn-yellow.mui-active:enabled,.mui-btn-yellow:enabled:active{background-color:#ec971f;border:1px solid #ec971f;color:#fff}.mui-btn-danger,.mui-btn-negative,.mui-btn-red{background-color:#dd524d;border:1px solid #dd524d;color:#fff}.mui-btn-danger.mui-active:enabled,.mui-btn-danger:enabled:active,.mui-btn-negative.mui-active:enabled,.mui-btn-negative:enabled:active,.mui-btn-red.mui-active:enabled,.mui-btn-red:enabled:active{background-color:#cf2d28;border:1px solid #cf2d28;color:#fff}.mui-btn-purple,.mui-btn-royal{background-color:#8a6de9;border:1px solid #8a6de9;color:#fff}.mui-btn-purple.mui-active:enabled,.mui-btn-purple:enabled:active,.mui-btn-royal.mui-active:enabled,.mui-btn-royal:enabled:active{background-color:#6641e2;border:1px solid #6641e2;color:#fff}.mui-btn-grey{background-color:#c7c7cc;border:1px solid #c7c7cc;color:#fff}.mui-btn-grey.mui-active:enabled,.mui-btn-grey:enabled:active{background-color:#acacb4;border:1px solid #acacb4;color:#fff}.mui-btn-outlined{background-color:initial}.mui-btn-outlined.mui-btn-blue,.mui-btn-outlined.mui-btn-primary{color:#007aff}.mui-btn-outlined.mui-btn-green,.mui-btn-outlined.mui-btn-positive,.mui-btn-outlined.mui-btn-success{color:#4cd964}.mui-btn-outlined.mui-btn-warning,.mui-btn-outlined.mui-btn-yellow{color:#f0ad4e}.mui-btn-outlined.mui-btn-danger,.mui-btn-outlined.mui-btn-negative,.mui-btn-outlined.mui-btn-red{color:#dd524d}.mui-btn-outlined.mui-btn-purple,.mui-btn-outlined.mui-btn-royal{color:#8a6de9}.mui-btn-outlined.mui-btn-blue:enabled:active,.mui-btn-outlined.mui-btn-danger:enabled:active,.mui-btn-outlined.mui-btn-green:enabled:active,.mui-btn-outlined.mui-btn-negative:enabled:active,.mui-btn-outlined.mui-btn-positive:enabled:active,.mui-btn-outlined.mui-btn-primary:enabled:active,.mui-btn-outlined.mui-btn-purple:enabled:active,.mui-btn-outlined.mui-btn-red:enabled:active,.mui-btn-outlined.mui-btn-royal:enabled:active,.mui-btn-outlined.mui-btn-success:enabled:active,.mui-btn-outlined.mui-btn-warning:enabled:active,.mui-btn-outlined.mui-btn-yellow:enabled:active{color:#fff}.mui-btn-link{background-color:initial;border:0;color:#007aff;padding-bottom:6px;padding-top:6px}.mui-btn-link.mui-active:enabled,.mui-btn-link:enabled:active{background-color:initial;color:#0062cc}.mui-btn-block{display:block;font-size:18px;margin-bottom:10px;padding:15px 0;width:100%}.mui-btn .mui-badge{background-color:#00000026;font-size:14px;margin:-2px -4px -2px 4px}.mui-btn .mui-badge-inverted,.mui-btn:enabled:active .mui-badge-inverted{background-color:initial}.mui-btn-negative:enabled:active .mui-badge-inverted,.mui-btn-positive:enabled:active .mui-badge-inverted,.mui-btn-primary:enabled:active .mui-badge-inverted{color:#fff}.mui-btn-block .mui-badge{margin-right:10px;position:absolute;right:0}.mui-btn .mui-icon{font-size:inherit}.mui-btn.mui-icon{font-size:14px;line-height:1.42}.mui-btn.mui-fab{border-radius:50%;height:56px;outline:none;padding:16px;width:56px}.mui-btn.mui-fab.mui-btn-mini{height:40px;padding:8px;width:40px}.mui-btn.mui-fab .mui-icon{font-size:24px;height:24px;line-height:24px;width:24px}.mui-btn .mui-spinner{height:14px;vertical-align:text-bottom;width:14px}.mui-btn-block .mui-spinner{height:22px;width:22px}.mui-bar{backface-visibility:hidden;background-color:#f7f7f7;border-bottom:0;box-shadow:0 0 1px #000000d9;height:44px;left:0;padding-left:10px;padding-right:10px;position:fixed;right:0;z-index:10}.mui-bar .mui-title{display:inline-block;left:40px;margin:0;overflow:hidden;right:40px;text-overflow:ellipsis;width:auto}.mui-bar .mui-backdrop{background:none}.mui-bar-header-secondary{top:44px}.mui-bar-footer{bottom:0}.mui-bar-footer-secondary{bottom:44px}.mui-bar-footer-secondary-tab{bottom:50px}.mui-bar-footer,.mui-bar-footer-secondary,.mui-bar-footer-secondary-tab{border-top:0}.mui-bar-transparent{background-color:#f7f7f700;box-shadow:none;top:0}.mui-bar-nav{box-shadow:0 1px 6px #ccc;top:0}.mui-bar-nav~.mui-content .mui-anchor{display:block;height:45px;margin-top:-45px;visibility:hidden}.mui-bar-nav.mui-bar .mui-icon{margin-left:-10px;margin-right:-10px;padding-left:10px;padding-right:10px}.mui-title{color:#000;display:block;font-size:17px;font-weight:500;line-height:44px;margin:0 -10px;padding:0;position:absolute;text-align:center;white-space:nowrap;width:100%}.mui-title a{color:inherit}.mui-bar-tab{-webkit-touch-callout:none;border-bottom:0;border-top:0;bottom:0;display:table;height:50px;padding:0;table-layout:fixed;width:100%}.mui-bar-tab .mui-tab-item{color:#929292;display:table-cell;height:50px;overflow:hidden;text-align:center;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;width:1%}.mui-bar-tab .mui-tab-item.mui-active{color:#007aff}.mui-bar-tab .mui-tab-item .mui-icon{height:24px;padding-bottom:0;padding-top:0;top:3px;width:24px}.mui-bar-tab .mui-tab-item .mui-icon~.mui-tab-label{display:block;font-size:11px;overflow:hidden;text-overflow:ellipsis}.mui-focusin>.mui-bar-header-secondary,.mui-focusin>.mui-bar-nav{position:absolute}.mui-focusin>.mui-bar~.mui-content{padding-bottom:0}.mui-bar .mui-btn{font-weight:400;margin-top:0;padding:6px 12px 7px;position:relative;top:7px;z-index:20}.mui-bar .mui-btn.mui-pull-right{margin-left:10px}.mui-bar .mui-btn.mui-pull-left{margin-right:10px}.mui-bar .mui-btn-link{border:0;color:#007aff;font-size:16px;line-height:44px;padding:0;top:0}.mui-bar .mui-btn-link.mui-active,.mui-bar .mui-btn-link:active{color:#0062cc}.mui-bar .mui-btn-block{font-size:16px;margin-bottom:0;padding:5px 0;top:6px}.mui-bar .mui-btn-nav.mui-pull-left{margin-left:-5px}.mui-bar .mui-btn-nav.mui-pull-left .mui-icon-left-nav{margin-right:-3px}.mui-bar .mui-btn-nav.mui-pull-right{margin-right:-5px}.mui-bar .mui-btn-nav.mui-pull-right .mui-icon-right-nav{margin-left:-3px}.mui-bar .mui-btn-nav:active{opacity:.3}.mui-bar .mui-icon{font-size:24px;padding-bottom:10px;padding-top:10px;position:relative;z-index:20}.mui-bar .mui-icon:active{opacity:.3}.mui-bar .mui-btn .mui-icon{margin:0;padding:0;top:1px}.mui-bar .mui-title .mui-icon{margin:0;padding:0}.mui-bar .mui-title .mui-icon.mui-icon-caret{margin-left:-5px;top:4px}.mui-bar input[type=search]{height:29px;margin:6px 0}.mui-bar .mui-input-row .mui-btn{padding:12px 10px}.mui-bar .mui-search:before{margin-top:-10px}.mui-bar .mui-input-row .mui-input-clear~.mui-icon-clear,.mui-bar .mui-input-row .mui-input-speech~.mui-icon-speech{right:12px;top:0}.mui-bar.mui-bar-header-secondary .mui-input-row .mui-input-clear~.mui-icon-clear,.mui-bar.mui-bar-header-secondary .mui-input-row .mui-input-speech~.mui-icon-speech{right:0;top:0}.mui-bar .mui-segmented-control{margin:0 auto;top:7px;width:auto}.mui-bar.mui-bar-header-secondary .mui-segmented-control{top:0}.mui-badge{background-color:#00000026;border-radius:100px;color:#333;display:inline-block;font-size:12px;line-height:1;padding:3px 6px}.mui-badge.mui-badge-inverted{background-color:initial;color:#929292;padding:0 5px 0 0}.mui-badge-blue,.mui-badge-primary{background-color:#007aff;color:#fff}.mui-badge-blue.mui-badge-inverted,.mui-badge-primary.mui-badge-inverted{background-color:initial;color:#007aff}.mui-badge-green,.mui-badge-success{background-color:#4cd964;color:#fff}.mui-badge-green.mui-badge-inverted,.mui-badge-success.mui-badge-inverted{background-color:initial;color:#4cd964}.mui-badge-warning,.mui-badge-yellow{background-color:#f0ad4e;color:#fff}.mui-badge-warning.mui-badge-inverted,.mui-badge-yellow.mui-badge-inverted{background-color:initial;color:#f0ad4e}.mui-badge-danger,.mui-badge-red{background-color:#dd524d;color:#fff}.mui-badge-danger.mui-badge-inverted,.mui-badge-red.mui-badge-inverted{background-color:initial;color:#dd524d}.mui-badge-purple,.mui-badge-royal{background-color:#8a6de9;color:#fff}.mui-badge-purple.mui-badge-inverted,.mui-badge-royal.mui-badge-inverted{background-color:initial;color:#8a6de9}.mui-icon .mui-badge{background:red;color:#fff;font-size:10px;left:100%;line-height:1.4;margin-left:-10px;padding:1px 5px;position:absolute;top:-2px}.mui-card{background-clip:padding-box;background-color:#fff;border-radius:2px;box-shadow:0 1px 2px #0000004d;font-size:14px;margin:10px;overflow:hidden;position:relative}.mui-content>.mui-card:first-child{margin-top:15px}.mui-card .mui-input-group .mui-input-row:last-child:after,.mui-card .mui-input-group .mui-input-row:last-child:before,.mui-card .mui-input-group:after,.mui-card .mui-input-group:before{height:0}.mui-card .mui-table-view{border-bottom:0;border-radius:6px;border-top:0;margin-bottom:0}.mui-card .mui-table-view .mui-table-view-cell:first-child,.mui-card .mui-table-view .mui-table-view-divider:first-child{border-top-left-radius:6px;border-top-right-radius:6px;top:0}.mui-card .mui-table-view .mui-table-view-cell:last-child,.mui-card .mui-table-view .mui-table-view-divider:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.mui-card .mui-table-view:after,.mui-card .mui-table-view:before,.mui-card>.mui-table-view>.mui-table-view-cell:last-child:after,.mui-card>.mui-table-view>.mui-table-view-cell:last-child:before{height:0}.mui-card-footer,.mui-card-header{align-items:center;display:flex;justify-content:space-between;min-height:44px;padding:10px 15px;position:relative}.mui-card-footer .mui-card-link,.mui-card-header .mui-card-link{align-items:center;display:flex;height:44px;justify-content:flex-start;line-height:44px;margin-bottom:-10px;margin-top:-10px;position:relative;text-decoration:none;transition-duration:.3s}.mui-card-footer:before,.mui-card-header:after{background-color:#c8c7cc;content:"";height:1px;left:0;position:absolute;right:0;top:0;transform:scaleY(.5)}.mui-card-header{border-radius:2px 2px 0 0;font-size:17px}.mui-card-header:after{bottom:0;top:auto}.mui-card-header>img:first-child{float:left;font-size:0;height:34px;line-height:0;width:34px}.mui-card-footer{border-radius:0 0 2px 2px;color:#6d6d72}.mui-card-content{font-size:14px;position:relative}.mui-card-content-inner{padding:15px;position:relative}.mui-card-media{background-position:50%;background-size:cover;color:#fff;vertical-align:bottom}.mui-card-header.mui-card-media{display:block;padding:10px}.mui-card-header.mui-card-media .mui-media-body{color:#333;font-size:14px;font-weight:500;line-height:17px;margin-bottom:0;margin-left:44px}.mui-card-header.mui-card-media .mui-media-body p{font-size:13px;margin-bottom:0}.mui-table-view{background-color:#fff;list-style:none;margin-bottom:0;margin-top:0;padding-left:0;position:relative}input,select,textarea{-webkit-tap-highlight-color:transparent;font-family:Helvetica Neue,Helvetica,sans-serif;font-size:17px}input:focus,select:focus,textarea:focus{-webkit-tap-highlight-color:transparent;-webkit-user-modify:read-write-plaintext-only}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{-webkit-appearance:none;background-color:#fff;border:1px solid #0003;border-radius:3px;height:40px;line-height:21px;margin-bottom:15px;outline:none;padding:10px 25px;-webkit-user-select:text;width:100%}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=search]{background-color:#0000001a;border:0;border-radius:6px;box-sizing:border-box;font-size:16px;height:34px;text-align:center}input[type=search]:focus{text-align:left}textarea{height:auto;resize:none}select{background-color:#fff;border:0!important;font-size:14px;height:auto;margin-top:1px}select:focus{-webkit-user-modify:read-only}.mui-input-group{background-color:#fff;border:0;padding:0;position:relative}.mui-input-group:after{bottom:0}.mui-input-group:after,.mui-input-group:before{background-color:#c8c7cc;content:"";height:1px;left:0;position:absolute;right:0;transform:scaleY(.5)}.mui-input-group:before{top:0}.mui-input-group input,.mui-input-group textarea{background-color:initial;border:0;border-radius:0;box-shadow:none;margin-bottom:0}.mui-input-group input[type=search]{background:none}.mui-input-group input:last-child{background-image:none}.mui-input-row{clear:left;overflow:hidden}.mui-input-row select{font-size:17px;height:37px;padding:0}.mui-input-row .mui-btn+input,.mui-input-row label+input,.mui-input-row:last-child{background:none}.mui-input-group .mui-input-row{height:40px}.mui-input-group .mui-input-row:after{background-color:#c8c7cc;bottom:0;content:"";height:1px;left:15px;position:absolute;right:0;transform:scaleY(.5)}.mui-input-row label{float:left;font-family:Helvetica Neue,Helvetica,sans-serif;line-height:1.1;padding:11px 15px;width:35%}.mui-input-row label~input,.mui-input-row label~select,.mui-input-row label~textarea{border:0;float:right;margin-bottom:0;padding-left:0;width:65%}.mui-input-row .mui-btn{float:right;line-height:1.1;padding:10px 15px;width:15%}.mui-input-row .mui-btn~input,.mui-input-row .mui-btn~select,.mui-input-row .mui-btn~textarea{border:0;float:left;margin-bottom:0;padding-left:0;width:85%}.mui-button-row{padding-top:5px;position:relative;text-align:center}.mui-input-group .mui-button-row{height:45px}.mui-input-row{position:relative}.mui-input-row.mui-input-range{overflow:visible;padding-right:20px}.mui-input-row .mui-inline{padding:8px 0}.mui-input-row .mui-input-clear~.mui-icon-clear,.mui-input-row .mui-input-password~.mui-icon-eye,.mui-input-row .mui-input-speech~.mui-icon-speech{color:#999;font-size:20px;height:38px;position:absolute;right:0;text-align:center;top:10px;width:38px;z-index:1}.mui-input-row .mui-input-clear~.mui-icon-clear.mui-active,.mui-input-row .mui-input-password~.mui-icon-eye.mui-active,.mui-input-row .mui-input-speech~.mui-icon-speech.mui-active{color:#007aff}.mui-input-row .mui-input-speech~.mui-icon-speech{font-size:24px;top:8px}.mui-input-row .mui-input-clear~.mui-icon-clear~.mui-icon-speech{display:none}.mui-input-row .mui-input-clear~.mui-icon-clear.mui-hidden~.mui-icon-speech{display:inline-block}.mui-input-row .mui-icon-speech~.mui-placeholder{right:38px}.mui-input-row.mui-search .mui-icon-clear{top:7px}.mui-input-row.mui-search .mui-icon-speech{top:5px}.mui-checkbox,.mui-radio{position:relative}.mui-checkbox label,.mui-radio label{display:inline-block;float:none;width:100%}.mui-checkbox.mui-left input[type=checkbox],.mui-radio.mui-left input[type=radio]{left:20px}.mui-checkbox.mui-left label,.mui-radio.mui-left label{padding-left:58px;padding-right:15px}.mui-checkbox input[type=checkbox],.mui-radio .adm-radio-icon,.mui-radio input[type=radio]{-webkit-appearance:none;background-color:initial;border:0;display:inline-block;height:26px;outline:0!important;position:absolute;right:20px;width:28px}.mui-checkbox input[type=checkbox][disabled]:before,.mui-radio input[type=radio][disabled]:before{opacity:.3}.mui-checkbox input[type=checkbox]:before,.mui-radio input[type=radio]:before{-webkit-font-smoothing:antialiased;background:none;border-radius:0;color:#aaa;font-family:Muiicons;font-size:26px;font-weight:400;line-height:1;text-decoration:none}.mui-checkbox input[type=checkbox]:checked:before,.mui-radio input[type=radio]:checked:before{color:#007aff}.mui-checkbox label.mui-disabled,.mui-checkbox.mui-disabled label,.mui-radio label.mui-disabled,.mui-radio.mui-disabled label{opacity:.4}.mui-radio input[type=radio]:before{content:"\e411"}.mui-radio input[type=radio]:checked:before{content:"\e441"}.mui-checkbox input[type=checkbox]:before{content:"\e411"}.mui-checkbox input[type=checkbox]:checked:before{content:"\e442"}.mui-select{position:relative}.mui-select:before{color:#aaa9;content:"\e581";font-family:Muiicons;position:absolute;right:21px;top:8px}.mui-input-row .mui-switch{float:right;margin-right:20px;margin-top:5px}.mui-input-range input[type=range]{-webkit-appearance:none!important;background-color:#999;border:0;border-radius:3px;cursor:pointer;height:2px;margin:17px 0;outline:none;padding:0;position:relative;width:100%}.mui-input-range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none!important;background-clip:padding-box;background-color:#007aff;border-color:#0062cc;border-radius:50%;height:28px;width:28px}.mui-input-range label~input[type=range]{width:65%}.mui-input-range .mui-tooltip{background-color:#fff;border:1px solid #ddd;border-radius:6px;color:#333;font-size:36px;height:64px;line-height:64px;opacity:.8;position:absolute;text-align:center;text-shadow:0 1px 0 #f3f3f3;top:-70px;width:64px;z-index:1}.mui-search{position:relative}.mui-search input[type=search]{padding-left:30px}.mui-search .mui-placeholder{background:none;border:0;border-radius:6px;bottom:0;color:#999;display:inline-block;font-size:16px;height:34px;left:0;line-height:34px;position:absolute;right:0;text-align:center;top:0;z-index:1}.mui-search .mui-placeholder .mui-icon{color:#333;font-size:20px}.mui-search:before{content:"\e466";display:none;font-family:Muiicons;font-size:20px;font-weight:400;margin-right:31px;margin-top:-18px;position:absolute;right:50%;top:50%}.mui-search.mui-active:before{display:block;font-size:20px;left:5px;margin-right:0;right:auto}.mui-search.mui-active input[type=search]{text-align:left}.mui-search.mui-active .mui-placeholder{display:none}.mui-segmented-control{-webkit-touch-callout:none;background-color:initial;border:1px solid #007aff;border-radius:3px;display:table;font-size:15px;font-weight:400;overflow:hidden;position:relative;table-layout:fixed;width:100%}.mui-segmented-control.mui-segmented-control-vertical{border-collapse:collapse;border-radius:0;border-width:0}.mui-segmented-control.mui-segmented-control-vertical .mui-control-item{border-bottom:1px solid #c8c7cc;border-left-width:0;display:block}.mui-segmented-control.mui-scroll-wrapper{height:38px}.mui-segmented-control.mui-scroll-wrapper .mui-scroll{height:40px;white-space:nowrap;width:auto}.mui-segmented-control.mui-scroll-wrapper .mui-control-item{border:0;display:inline-block;padding:0 20px;width:auto}.mui-segmented-control .mui-control-item{border-color:#007aff;border-left:1px solid #007aff;color:#007aff;display:table-cell;line-height:38px;overflow:hidden;text-align:center;text-overflow:ellipsis;transition:background-color .1s linear;white-space:nowrap;width:1%}.mui-segmented-control .mui-control-item:first-child{border-left-width:0}.mui-segmented-control .mui-control-item.mui-active{background-color:#007aff;color:#fff}.mui-segmented-control.mui-segmented-control-inverted{border:0;border-radius:0;width:100%}.mui-segmented-control.mui-segmented-control-inverted.mui-segmented-control-vertical .mui-control-item,.mui-segmented-control.mui-segmented-control-inverted.mui-segmented-control-vertical .mui-control-item.mui-active{border-bottom:1px solid #c8c7cc}.mui-segmented-control.mui-segmented-control-inverted .mui-control-item{border:0;color:inherit}.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active{background:none;border-bottom:2px solid #007aff;color:#007aff}.mui-segmented-control.mui-segmented-control-inverted~.mui-slider-progress-bar{background-color:#007aff}.mui-segmented-control-positive{border:1px solid #4cd964}.mui-segmented-control-positive .mui-control-item{border-color:inherit;color:#4cd964}.mui-segmented-control-positive .mui-control-item.mui-active{background-color:#4cd964;color:#fff}.mui-segmented-control-positive.mui-segmented-control-inverted .mui-control-item.mui-active{background:none;border-bottom:2px solid #4cd964;color:#4cd964}.mui-segmented-control-positive.mui-segmented-control-inverted~.mui-slider-progress-bar{background-color:#4cd964}.mui-segmented-control-negative{border:1px solid #dd524d}.mui-segmented-control-negative .mui-control-item{border-color:inherit;color:#dd524d}.mui-segmented-control-negative .mui-control-item.mui-active{background-color:#dd524d;color:#fff}.mui-segmented-control-negative.mui-segmented-control-inverted .mui-control-item.mui-active{background:none;border-bottom:2px solid #dd524d;color:#dd524d}.mui-segmented-control-negative.mui-segmented-control-inverted~.mui-slider-progress-bar{background-color:#dd524d}.mui-control-content{display:none;position:relative}.mui-control-content.mui-active{display:block}.mui-popover{background-color:#f7f7f7;border-radius:7px;box-shadow:0 0 15px #0000001a;display:none;opacity:0;position:absolute;transform:none;transition:opacity .3s;transition-property:opacity;width:280px;z-index:999}.mui-popover .mui-popover-arrow{height:26px;left:0;overflow:hidden;position:absolute;top:-25px;width:26px;z-index:1000}.mui-popover .mui-popover-arrow:after{background:#f7f7f7;border-radius:3px;content:" ";height:26px;left:0;position:absolute;top:19px;transform:rotate(45deg);width:26px}.mui-popover .mui-popover-arrow.mui-bottom{left:-26px;margin-top:-1px;top:100%}.mui-popover .mui-popover-arrow.mui-bottom:after{left:0;top:-19px}.mui-popover.mui-popover-action{background:none;border-radius:0;bottom:0;box-shadow:none;transform:translate3d(0,100%,0);transition:transform .3s,opacity .3s;width:100%}.mui-popover.mui-popover-action .mui-popover-arrow{display:none}.mui-popover.mui-popover-action.mui-popover-bottom{position:fixed}.mui-popover.mui-popover-action.mui-active{transform:translateZ(0)}.mui-popover.mui-popover-action .mui-table-view{border-radius:4px;color:#007aff;margin:8px;text-align:center}.mui-popover.mui-popover-action .mui-table-view .mui-table-view-cell:after{background-color:#c8c7cc;bottom:0;content:"";height:1px;left:0;position:absolute;right:0;transform:scaleY(.5)}.mui-popover.mui-popover-action .mui-table-view small{display:block;font-weight:400;line-height:1.3}.mui-popover.mui-active{display:block;opacity:1}.mui-popover .mui-bar~.mui-table-view{padding-top:44px}.mui-backdrop{background-color:#0000004d;bottom:0;left:0;position:fixed;right:0;top:0;z-index:998}.mui-bar-backdrop.mui-backdrop{background:none;bottom:50px}.mui-backdrop-action.mui-backdrop{background-color:#0000004d}.mui-backdrop-action.mui-backdrop,.mui-bar-backdrop.mui-backdrop{opacity:0}.mui-backdrop-action.mui-backdrop.mui-active,.mui-bar-backdrop.mui-backdrop.mui-active{opacity:1;transition:all .4s ease}.mui-popover .mui-btn-block{margin-bottom:5px}.mui-popover .mui-btn-block:last-child{margin-bottom:0}.mui-popover .mui-bar{box-shadow:none}.mui-popover .mui-bar-nav{border-bottom:1px solid #00000026;border-top-left-radius:12px;border-top-right-radius:12px;box-shadow:none}.mui-popover .mui-scroll-wrapper{background-clip:padding-box;border-radius:7px;margin:7px 0}.mui-popover .mui-scroll .mui-table-view{max-height:none}.mui-popover .mui-table-view{-webkit-overflow-scrolling:touch;background-color:#f7f7f7;background-image:none;border-radius:7px;margin-bottom:0;max-height:300px;overflow:auto}.mui-popover .mui-table-view:after,.mui-popover .mui-table-view:before{height:0}.mui-popover .mui-table-view .mui-table-view-cell:first-child,.mui-popover .mui-table-view .mui-table-view-cell:first-child>a:not(.mui-btn){border-top-left-radius:12px;border-top-right-radius:12px}.mui-popover .mui-table-view .mui-table-view-cell:last-child,.mui-popover .mui-table-view .mui-table-view-cell:last-child>a:not(.mui-btn){border-bottom-left-radius:12px;border-bottom-right-radius:12px}.mui-popover.mui-bar-popover .mui-table-view{width:106px}.mui-popover.mui-bar-popover .mui-table-view .mui-table-view-cell{background-position:0 100%;padding:11px 15px}.mui-popover.mui-bar-popover .mui-table-view .mui-table-view-cell>a:not(.mui-btn){margin:-11px -15px}.mui-popup-backdrop{background:#0006;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition-duration:.4s;z-index:998}.mui-popup-backdrop.mui-active{opacity:1}.mui-popup{border-radius:13px;color:#000;display:none;left:50%;opacity:0;overflow:hidden;position:fixed;text-align:center;top:50%;transform:translate3d(-50%,-50%,0) scale(1.185);transition-property:transform,opacity;width:270px;z-index:10000}.mui-popup.mui-popup-in{display:block;opacity:1}.mui-popup.mui-popup-in,.mui-popup.mui-popup-out{transform:translate3d(-50%,-50%,0) scale(1);transition-duration:.4s}.mui-popup.mui-popup-out{opacity:0}.mui-popup-inner{background:#fffffff2;border-radius:13px 13px 0 0;padding:15px;position:relative}.mui-popup-inner:after{background-color:#0003;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;right:auto;top:auto;transform:scaleY(.5);transform-origin:50% 100%;width:100%;z-index:15}.mui-popup-title{font-size:18px;font-weight:500;text-align:center}.mui-popup-title+.mui-popup-text{font-family:inherit;font-size:14px;margin:5px 0 0}.mui-popup-buttons{display:flex;height:44px;justify-content:center;position:relative}.mui-popup-button{-webkit-box-flex:1;background:#fffffff2;box-sizing:border-box;color:#007aff;cursor:pointer;display:block;font-size:17px;height:44px;line-height:44px;overflow:hidden;padding:0 5px;position:relative;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.mui-popup-button:after{background-color:#0003;bottom:auto;content:"";display:block;height:100%;left:auto;position:absolute;right:0;top:0;transform:scaleX(.5);transform-origin:100% 50%;width:1px;z-index:15}.mui-popup-button:first-child{border-radius:0 0 0 13px}.mui-popup-button:first-child:last-child{border-radius:0 0 13px 13px}.mui-popup-button:last-child{border-radius:0 0 13px 0}.mui-popup-button:last-child:after{display:none}.mui-popup-button.mui-popup-button-bold{font-weight:600}.mui-popup-input input{background:#fff;border:1px solid #0000004d;border-radius:0;font-size:14px;height:26px;margin:15px 0 0;padding:0 5px;width:100%}.mui-plus.mui-android .mui-popup-backdrop{transition-duration:1ms}.mui-plus.mui-android .mui-popup{transform:translate3d(-50%,-50%,0) scale(1);transition-duration:1ms}.mui-progressbar{background:#b6b6b6;border-radius:2px;display:block;height:2px;overflow:hidden;position:relative;transform-origin:center top;transform-style:preserve-3d;vertical-align:middle;width:100%}.mui-progressbar span{transform:translate3d(-100%,0,0);transition:.15s}.mui-progressbar span,.mui-progressbar.mui-progressbar-infinite:before{background:#007aff;height:100%;left:0;position:absolute;top:0;width:100%}.mui-progressbar.mui-progressbar-infinite:before{animation:mui-progressbar-infinite 1s linear infinite;content:"";transform:translateZ(0);transform-origin:left center}body>.mui-progressbar{border-radius:0;left:0;position:absolute;top:44px;z-index:10000}.mui-progressbar-in{animation:mui-progressbar-in .3s forwards}.mui-progressbar-out{animation:mui-progressbar-out .3s forwards}@keyframes mui-progressbar-in{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}@keyframes mui-progressbar-out{0%{opacity:1;transform:scaleY(1)}to{opacity:0;transform:scaleY(0)}}@keyframes mui-progressbar-infinite{0%{transform:translate3d(-50%,0,0) scaleX(.5)}to{transform:translate3d(100%,0,0) scaleX(.5)}}.mui-pagination{border-radius:6px;display:inline-block;margin:0 auto;padding-left:0}.mui-pagination>li{display:inline}.mui-pagination>li>a,.mui-pagination>li>span{background-color:#fff;border:1px solid #ddd;color:#007aff;float:left;line-height:1.428571429;margin-left:-1px;padding:6px 12px;position:relative;text-decoration:none}.mui-pagination>li:first-child>a,.mui-pagination>li:first-child>span{background-clip:padding-box;border-bottom-left-radius:6px;border-top-left-radius:6px;margin-left:0}.mui-pagination>li:last-child>a,.mui-pagination>li:last-child>span{background-clip:padding-box;border-bottom-right-radius:6px;border-top-right-radius:6px}.mui-pagination>li.mui-active>a,.mui-pagination>li.mui-active>a:active,.mui-pagination>li.mui-active>span,.mui-pagination>li.mui-active>span:active,.mui-pagination>li:active>a,.mui-pagination>li:active>a:active,.mui-pagination>li:active>span,.mui-pagination>li:active>span:active{background-color:#007aff;border-color:#007aff;color:#fff;cursor:default;z-index:2}.mui-pagination>li.mui-disabled>a,.mui-pagination>li.mui-disabled>a:active,.mui-pagination>li.mui-disabled>span,.mui-pagination>li.mui-disabled>span:active{background-color:#fff;border:1px solid #ddd;color:#777;opacity:.6}.mui-pagination-lg>li>a,.mui-pagination-lg>li>span{font-size:18px;padding:10px 16px}.mui-pagination-sm>li>a,.mui-pagination-sm>li>span{font-size:12px;padding:5px 10px}.mui-pager{list-style:none;padding-left:0;text-align:center}.mui-pager:after,.mui-pager:before{content:" ";display:table}.mui-pager:after{clear:both}.mui-pager li{display:inline}.mui-pager li>a,.mui-pager li>span{background-clip:padding-box;background-color:#fff;border:1px solid #ddd;border-radius:6px;display:inline-block;padding:5px 14px}.mui-pager li.mui-active>a,.mui-pager li.mui-active>span,.mui-pager li:active>a,.mui-pager li:active>span{background-color:#007aff;border-color:#007aff;color:#fff;cursor:default;text-decoration:none}.mui-pager .mui-next>a,.mui-pager .mui-next>span{float:right}.mui-pager .mui-previous>a,.mui-pager .mui-previous>span{float:left}.mui-pager .mui-disabled>a,.mui-pager .mui-disabled>a:active,.mui-pager .mui-disabled>span,.mui-pager .mui-disabled>span:active{background-color:#fff;border:1px solid #ddd;color:#777;opacity:.6}.mui-modal{background-color:#fff;min-height:100%;opacity:0;overflow:hidden;position:fixed;top:0;transform:translate3d(0,100%,0);transition:transform .25s,opacity 1ms .25s;transition-timing-function:cubic-bezier(.1,.5,.1,1);width:100%;z-index:999}.mui-modal.mui-active{height:100%;opacity:1;transform:translateZ(0);transition:transform .25s;transition-timing-function:cubic-bezier(.1,.5,.1,1)}.mui-android .mui-modal .mui-bar{position:static}.mui-android .mui-modal .mui-bar-nav~.mui-content{padding-top:0}.mui-slider{overflow:hidden;position:relative;width:100%;z-index:1}.mui-slider .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active{border-bottom:0}.mui-slider .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-group .mui-slider-item{border-bottom:1px solid #c8c7cc;border-top:1px solid #c8c7cc}.mui-slider .mui-slider-group{font-size:0;position:relative;transition:all 0s linear;white-space:nowrap}.mui-slider .mui-slider-group .mui-slider-item{display:inline-block;font-size:14px;height:100%;position:relative;vertical-align:top;white-space:normal;width:100%}.mui-slider .mui-slider-group .mui-slider-item>a:not(.mui-control-item){display:block;line-height:0;position:relative}.mui-slider .mui-slider-group .mui-slider-item img{width:100%}.mui-slider .mui-slider-group .mui-slider-item .mui-table-view:after,.mui-slider .mui-slider-group .mui-slider-item .mui-table-view:before{height:0}.mui-slider .mui-slider-group.mui-slider-loop{transform:translate(-100%)}.mui-slider-title{background-color:#000;bottom:0;height:30px;left:0;line-height:30px;margin:0;opacity:.8;position:absolute;text-align:left;text-indent:12px;width:100%}.mui-slider-indicator{background:none;bottom:8px;position:absolute;text-align:center;width:100%}.mui-slider-indicator.mui-segmented-control{bottom:auto;position:relative}.mui-slider-indicator .mui-indicator{background:#aaa;border-radius:50%;box-shadow:0 0 1px 1px #828282b3;cursor:pointer;display:inline-block;height:6px;margin:1px 6px;width:6px}.mui-slider-indicator .mui-active.mui-indicator{background:#fff}.mui-slider-indicator .mui-icon{border:1px solid #ddd;font-size:20px;height:30px;line-height:30px;margin:3px;text-align:center;width:40px}.mui-slider-indicator .mui-number{display:inline-block;line-height:32px;width:58px}.mui-slider-indicator .mui-number span{color:#ff5053}.mui-slider-progress-bar{height:2px;transform:translateZ(0);z-index:1}.mui-switch{background-clip:padding-box;background-color:#fff;border:2px solid #ddd;border-radius:20px;display:block;height:30px;position:relative;transition-duration:.2s;transition-property:background-color,border;transition-timing-function:ease-in-out;width:74px}.mui-switch.mui-disabled{opacity:.3}.mui-switch .mui-switch-handle{background-clip:padding-box;background-color:#fff;border-radius:16px;box-shadow:0 2px 5px #0006;height:28px;left:-1px;position:absolute;top:-1px;transition:.2s ease-in-out;transition-property:transform,width,left;width:28px;z-index:1}.mui-switch:before{color:#999;content:"Off";font-size:13px;position:absolute;right:11px;text-transform:uppercase;top:3px}.mui-switch.mui-dragging{background-color:#f7f7f7;border-color:#f7f7f7}.mui-switch.mui-dragging .mui-switch-handle{width:38px}.mui-switch.mui-dragging.mui-active .mui-switch-handle{left:-11px;width:38px}.mui-switch.mui-active{background-color:#4cd964;border-color:#4cd964}.mui-switch.mui-active .mui-switch-handle{transform:translate(43px)}.mui-switch.mui-active:before{color:#fff;content:"On";left:15px;right:auto}.mui-switch input[type=checkbox]{display:none}.mui-switch-mini{width:47px}.mui-switch-mini:before{display:none}.mui-switch-mini.mui-active .mui-switch-handle{transform:translate(16px)}.mui-switch-blue.mui-active{background-color:#007aff;border:2px solid #007aff}.mui-content.mui-fade{left:0;opacity:0}.mui-content.mui-fade.mui-in{opacity:1}.mui-content.mui-sliding{transform:translateZ(0);transition:transform .4s;z-index:2}.mui-content.mui-sliding.mui-left{transform:translate3d(-100%,0,0);z-index:1}.mui-content.mui-sliding.mui-right{transform:translate3d(100%,0,0);z-index:3}.mui-pull-bottom-pocket,.mui-pull-top-pocket{display:block;height:50px;left:0;overflow:hidden;position:absolute;visibility:hidden;width:100%}.mui-plus-pullrefresh .mui-pull-bottom-pocket,.mui-plus-pullrefresh .mui-pull-top-pocket{display:none;visibility:visible}.mui-pull-top-pocket{top:0}.mui-bar-nav~.mui-content .mui-pull-top-pocket{top:44px}.mui-bar-nav~.mui-bar-header-secondary~.mui-content .mui-pull-top-pocket{top:88px}.mui-pull-bottom-pocket{bottom:0;height:40px;position:relative}.mui-pull-bottom-pocket .mui-pull-loading{visibility:hidden}.mui-pull-bottom-pocket .mui-pull-loading.mui-in{display:inline-block}.mui-pull{bottom:10px;color:#777;font-weight:700;left:0;position:absolute;right:0;text-align:center}.mui-pull-loading{margin-right:10px;transition:transform .4s;transition-duration:.4s;vertical-align:middle}.mui-pull-loading.mui-reverse{transform:rotate(180deg) translateZ(0)}.mui-pull-caption{display:inline-block;font-size:15px;line-height:24px;margin-top:0;overflow:visible;position:relative;vertical-align:middle}.mui-pull-caption span{display:none}.mui-pull-caption span.mui-in{display:inline}.mui-toast-container{bottom:50px;left:50%;line-height:17px;opacity:0;position:fixed;transform:translate(-50%);transition:opacity .3s;z-index:9999}.mui-toast-container.mui-active{opacity:.9}.mui-toast-message{background-color:#323232;border-radius:6px;color:#fff;font-size:14px;padding:10px 25px;text-align:center}.mui-numbox{background-color:#efeff4;border:1px solid #bbb;border-radius:3px;display:inline-block;height:35px;overflow:hidden;padding:0 40px;position:relative;vertical-align:top;vertical-align:middle;width:120px}.mui-numbox [class*=btn-numbox],.mui-numbox [class*=numbox-btn]{background-color:#f9f9f9;border:none;border-radius:0;color:#555;font-size:18px;font-weight:400;height:100%;line-height:100%;overflow:hidden;padding:0;position:absolute;top:0;width:40px}.mui-numbox [class*=btn-numbox]:active,.mui-numbox [class*=numbox-btn]:active{background-color:#ccc}.mui-numbox [class*=btn-numbox][disabled],.mui-numbox [class*=numbox-btn][disabled]{color:silver}.mui-numbox .mui-btn-numbox-plus,.mui-numbox .mui-numbox-btn-plus{border-bottom-right-radius:3px;border-top-right-radius:3px;right:0}.mui-numbox .mui-btn-numbox-minus,.mui-numbox .mui-numbox-btn-minus{border-bottom-left-radius:3px;border-top-left-radius:3px;left:0}.mui-numbox .mui-input-numbox,.mui-numbox .mui-numbox-input{border:1px solid #ccc!important;border-bottom:none!important;border-radius:0!important;border-top:none!important;display:inline-block;height:100%;margin:0;overflow:hidden;padding:0 3px!important;text-align:center;text-overflow:ellipsis;width:100%!important;word-break:normal}.mui-input-row .mui-numbox{float:right;margin:2px 8px}@font-face{font-family:Muiicons;font-style:normal;font-weight:400;src:url(/static/media/mui.2a312d2206af9eefb8dc.ttf) format("truetype")}.mui-icon{-webkit-font-smoothing:antialiased;display:inline-block;font-family:Muiicons;font-size:24px;font-style:normal;font-weight:400;line-height:1;text-decoration:none}.mui-icon.mui-active{color:#007aff}.mui-icon.mui-right:before{float:right;padding-left:.2em}.mui-icon-contact:before{content:"\e100"}.mui-icon-person:before{content:"\e101"}.mui-icon-personadd:before{content:"\e102"}.mui-icon-contact-filled:before{content:"\e130"}.mui-icon-person-filled:before{content:"\e131"}.mui-icon-personadd-filled:before{content:"\e132"}.mui-icon-phone:before{content:"\e200"}.mui-icon-email:before{content:"\e201"}.mui-icon-chatbubble:before{content:"\e202"}.mui-icon-chatboxes:before{content:"\e203"}.mui-icon-phone-filled:before{content:"\e230"}.mui-icon-email-filled:before{content:"\e231"}.mui-icon-chatbubble-filled:before{content:"\e232"}.mui-icon-chatboxes-filled:before{content:"\e233"}.mui-icon-weibo:before{content:"\e260"}.mui-icon-weixin:before{content:"\e261"}.mui-icon-pengyouquan:before{content:"\e262"}.mui-icon-chat:before{content:"\e263"}.mui-icon-qq:before{content:"\e264"}.mui-icon-videocam:before{content:"\e300"}.mui-icon-camera:before{content:"\e301"}.mui-icon-mic:before{content:"\e302"}.mui-icon-location:before{content:"\e303"}.mui-icon-mic-filled:before,.mui-icon-speech:before{content:"\e332"}.mui-icon-location-filled:before{content:"\e333"}.mui-icon-micoff:before{content:"\e360"}.mui-icon-image:before{content:"\e363"}.mui-icon-map:before{content:"\e364"}.mui-icon-compose:before{content:"\e400"}.mui-icon-trash:before{content:"\e401"}.mui-icon-upload:before{content:"\e402"}.mui-icon-download:before{content:"\e403"}.mui-icon-close:before{content:"\e404"}.mui-icon-redo:before{content:"\e405"}.mui-icon-undo:before{content:"\e406"}.mui-icon-refresh:before{content:"\e407"}.mui-icon-star:before{content:"\e408"}.mui-icon-plus:before{content:"\e409"}.mui-icon-minus:before{content:"\e410"}.mui-icon-checkbox:before,.mui-icon-circle:before{content:"\e411"}.mui-icon-clear:before,.mui-icon-close-filled:before{content:"\e434"}.mui-icon-refresh-filled:before{content:"\e437"}.mui-icon-star-filled:before{content:"\e438"}.mui-icon-plus-filled:before{content:"\e439"}.mui-icon-minus-filled:before{content:"\e440"}.mui-icon-circle-filled:before{content:"\e441"}.mui-icon-checkbox-filled:before{content:"\e442"}.mui-icon-closeempty:before{content:"\e460"}.mui-icon-refreshempty:before{content:"\e461"}.mui-icon-reload:before{content:"\e462"}.mui-icon-starhalf:before{content:"\e463"}.mui-icon-spinner:before{content:"\e464"}.mui-icon-spinner-cycle:before{content:"\e465"}.mui-icon-search:before{content:"\e466"}.mui-icon-plusempty:before{content:"\e468"}.mui-icon-forward:before{content:"\e470"}.mui-icon-checkmarkempty:before{content:"\e472"}.mui-icon-home:before{content:"\e500"}.mui-icon-navigate:before{content:"\e501"}.mui-icon-gear:before{content:"\e502"}.mui-icon-paperplane:before{content:"\e503"}.mui-icon-info:before{content:"\e504"}.mui-icon-help:before{content:"\e505"}.mui-icon-locked:before{content:"\e506"}.mui-icon-more:before{content:"\e507"}.mui-icon-flag:before{content:"\e508"}.mui-icon-home-filled:before{content:"\e530"}.mui-icon-gear-filled:before{content:"\e532"}.mui-icon-info-filled:before{content:"\e534"}.mui-icon-help-filled:before{content:"\e535"}.mui-icon-more-filled:before{content:"\e537"}.mui-icon-settings:before{content:"\e560"}.mui-icon-list:before{content:"\e562"}.mui-icon-bars:before{content:"\e563"}.mui-icon-loop:before{content:"\e565"}.mui-icon-paperclip:before{content:"\e567"}.mui-icon-eye:before{content:"\e568"}.mui-icon-arrowup:before{content:"\e580"}.mui-icon-arrowdown:before{content:"\e581"}.mui-icon-arrowleft:before{content:"\e582"}.mui-icon-arrowright:before{content:"\e583"}.mui-icon-arrowthinup:before{content:"\e584"}.mui-icon-arrowthindown:before{content:"\e585"}.mui-icon-arrowthinleft:before{content:"\e586"}.mui-icon-arrowthinright:before{content:"\e587"}.mui-icon-pulldown:before{content:"\e588"}.mui-fullscreen{bottom:0;left:0;position:absolute;right:0;top:0}.mui-fullscreen.mui-slider .mui-slider-group{height:100%}.mui-fullscreen .mui-segmented-control~.mui-slider-group{bottom:0;height:auto;position:absolute;top:40px;width:100%}.mui-fullscreen.mui-slider .mui-slider-item>a{top:50%;transform:translateY(-50%)}.mui-fullscreen .mui-off-canvas-wrap .mui-slider-item>a{top:auto;transform:none}.mui-bar-nav~.mui-content .mui-slider.mui-fullscreen{top:44px}.mui-bar-tab~.mui-content .mui-slider.mui-fullscreen .mui-segmented-control~.mui-slider-group{bottom:50px}.mui-android.mui-android-4-0 input:focus,.mui-android.mui-android-4-0 textarea:focus{-webkit-user-modify:inherit}.mui-android.mui-android-4-2 input,.mui-android.mui-android-4-2 textarea,.mui-android.mui-android-4-3 input,.mui-android.mui-android-4-3 textarea{-webkit-user-select:text}.mui-ios .mui-table-view-cell{transform-style:preserve-3d}.mui-plus-visible,.mui-wechat-visible{display:none!important}.mui-plus-hidden,.mui-wechat-hidden{display:block!important}.mui-tab-item.mui-plus-hidden,.mui-tab-item.mui-wechat-hidden{display:table-cell!important}.mui-plus .mui-plus-visible,.mui-wechat .mui-wechat-visible{display:block!important}.mui-plus .mui-tab-item.mui-plus-visible,.mui-wechat .mui-tab-item.mui-wechat-visible{display:table-cell!important}.mui-plus .mui-plus-hidden,.mui-wechat .mui-wechat-hidden{display:none!important}.mui-plus.mui-statusbar.mui-statusbar-offset .mui-bar-nav{height:64px;padding-top:20px}.mui-plus.mui-statusbar.mui-statusbar-offset .mui-bar-nav~.mui-content{padding-top:64px}.mui-plus.mui-statusbar.mui-statusbar-offset .mui-bar-header-secondary,.mui-plus.mui-statusbar.mui-statusbar-offset .mui-bar-nav~.mui-content .mui-pull-top-pocket{top:64px}.mui-plus.mui-statusbar.mui-statusbar-offset .mui-bar-header-secondary~.mui-content{padding-top:94px}.mui-iframe-wrapper{-webkit-overflow-scrolling:touch;left:0;position:absolute;right:0}.mui-iframe-wrapper iframe{border:0;height:100%;width:100%}.mui-radio{align-items:center;background:#fff;border-radius:5px;display:flex;font-family:PingFangSC-Semibold,PingFang SC;font-size:14px;font-weight:600;justify-content:center;margin:10px;padding:10px}.bggrey .adm-list-body-inner{background-color:#fff}.rechange-box .hd{background:linear-gradient(90deg,#ffcf68,#a76d09);border-radius:0 0 15% 15%;color:#fff;font-size:16px;padding:50px 0;text-align:center}.bggrey .adm-list-default .adm-list-body{border-bottom:initial;border-top:initial}.mui-row .mui-col-xs-4 .adm-button,.mui-row>[class*=mui-col-]{align-items:center;display:flex;justify-content:center}.mui-row .mui-col-xs-4 .adm-button>span{align-items:center;display:flex;flex-direction:column;justify-content:space-around}.mui-row .mui-col-xs-4 .adm-button p{white-space:normal}.login-img{margin:1rem auto}.login-img2{margin:auto;padding-bottom:120px;padding-top:10px;width:250px}.kefu{font-size:16px;padding:10px;text-align:center}a{color:#e80101}.login-form{--border-bottom:0px}.RegisterItem .adm-list .adm-list-body{background-color:#f1f1f1}.RegisterItem .adm-list-item{background-color:#f1f1f1;border:1px solid #dcdcdc;border-radius:10px;margin:10px 20px}.RegisterItem .adm-list-item-content{align-items:center;display:flex;justify-content:center}.RegisterItem .adm-list-item .adm-list-item-content-prefix{padding:5px 20px;width:-moz-fit-content;width:fit-content}.RegisterItem .adm-list-item .adm-list-item-content-main{font-size:16px!important;padding:10px 0}.RegisterItem .adm-list-item .adm-input-element{-webkit-appearance:unset!important;background-color:#f1f1f1;background-color:initial!important;border:initial!important;border-radius:0!important;border-radius:initial!important;height:auto!important;line-height:inherit!important;margin-bottom:0!important;outline:medium none invert!important;outline:initial!important;padding:5px 10px;padding:initial!important;-webkit-user-select:unset!important;width:auto!important}.RegisterItem .adm-list-item .adm-input-element::placeholder{font-size:16px}.LoginInputP{margin:20px 30px}*{-webkit-tap-highlight-color:transparent;outline:0}blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}img{border:0;vertical-align:top}em,i{font-style:normal}button,h1,h2,h3,h4,h5,h6,input,select{-webkit-appearance:none;appearance:none;-moz-appearance:none;font-family:inherit;font-size:100%}a,a:visited{color:#000;text-decoration:none}::-webkit-input-placeholder{color:#ad978e}:-moz-placeholder,::-moz-placeholder{color:#ad978e}:-ms-input-placeholder{color:#ad978e}.clear{clear:both}html{font-size:100px}body{background:#f1f1f1;background-size:cover}#wraplogin,body{-webkit-text-size-adjust:100%!important;color:#4c4743;font-size:.3rem;line-height:1.5;margin:0 auto;max-width:750px;min-width:320px}#wraplogin{background:#ffd6e0;background-size:cover;width:100%}.reg_body{background:#efeae8;background-image:none}#header{height:.86rem}#header .topbox{left:0;position:fixed;top:0;width:100%;z-index:9999}#header .topbox_m{background:#e65050;height:.86rem;position:relative}#header .topbox h2{color:#fff;cursor:pointer;display:block;font-size:.36rem;font-weight:400;height:.86rem;line-height:.86rem;margin:0 1.5rem;text-align:center}.login_main{left:.3rem;margin-top:-5.1rem;position:fixed;right:.3rem;top:50%}.login_logo{height:2.6rem}.login_logo img{display:block;height:2.14rem;margin:0 auto}.login_box{background:#f7f4f2;border-radius:.12rem;box-shadow:0 .1rem .2rem #0000001a;padding:.2rem .39rem .84rem}.login_tit{color:#4c4743;font-size:.36rem;line-height:.56rem;padding:.3rem .3rem 0}.login_form .item{background:#e8e0dd;border:1px solid #dbd3ce;border-radius:.06rem;height:.86rem;margin-top:.3rem;position:relative}.login_form .item .input{background:0;border:0;font-size:.3rem;height:.86rem;text-indent:.95rem;width:100%}.login_form .item .viewpass_on{background-position:bottom}.login_tip{font-size:.28rem;height:.6rem;line-height:.6rem;padding-left:.2rem}.login_btn{margin-bottom:.2rem;padding:0 20px}.login_prompt{float:right}.login_btn .aftercheck2{background:#fff;border:1px solid #dcdcdc!important;color:#000}.login_btn .aftercheck{background-image:linear-gradient(90deg,#d4b38f,#b88964)!important}.login_nav{height:.9rem}.login_nav a{background:#e8e0dd;background-image:-webkit-gradient(linear,0 0,0 100%,from(#eee2dd),to(#e2d3cd));border:1px solid #e2d3cd;border-radius:.06rem;color:#4c4743;float:left;font-size:.36rem;height:.86rem;line-height:.86rem;text-align:center;width:100%}.login_nav a:nth-child(2){float:right}.login_nav a:hover{background:#ff4941;background-image:-webkit-gradient(linear,0 0,0 100%,from(#ff4941),to(#ff4941));border:1px solid #ff4941;color:#fff}.reg_main{height:-webkit-fill-available;padding:.2rem}.reg_form{padding-bottom:.4rem}.reg_form .item{background:#e8e0dd;border:1px solid #dbd3ce;border-radius:.06rem;box-shadow:0 1px 1px #fdfcfb;height:.86rem;margin-bottom:.2rem;position:relative}.reg_form .item .input{background:0;border:0;font-size:.24rem;height:.86rem;text-indent:1.83rem;width:100%}.reg_form .item .code_btn{background:#e65050}.reg_form .item .code_btn,.reg_form .item .code_btns{border-radius:.05rem;color:#fff;height:.64rem;line-height:.64rem;padding:0 1em;position:absolute;right:.19rem;top:.11rem}.reg_form .item .code_btns{background:#e8dbd5}.reg_form .item .t{color:#4c4743;font-size:.28rem;left:.2rem;line-height:.86rem;position:absolute;top:0}.reg_form .item .t i{color:#e54d4d;font-style:normal}.reg_form .item .yzm{height:.64rem;position:absolute;right:.19rem;top:.11rem}.loading_wrap{background:#fff3;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999998}.loading_box{left:50%;margin-left:-21px;margin-top:-21px;position:fixed;top:50%;z-index:9999999}.preloader{animation:preloader_s 5s linear infinite;height:42px;position:relative;width:42px}.preloader span{animation:preloader_s_span 1s linear infinite;background:red;display:block;height:20px;position:absolute;width:20px}.preloader span:first-child{background:#2ecc71}.preloader span:nth-child(2){animation-delay:.2s;background:#9b59b6;left:22px}.preloader span:nth-child(3){animation-delay:.4s;background:#3498db;top:22px}.preloader span:nth-child(4){animation-delay:.6s;background:#f1c40f;left:22px;top:22px}@keyframes fade-in{0%{opacity:0}40%{opacity:.4}to{opacity:1}}@keyframes preloader_s_span{0%{transform:scale(1)}50%{transform:scale(.5)}to{transform:scale(1)}}@media screen and (max-width:640px){html{font-size:85.33px}}@media screen and (max-width:480px){html{font-size:64px}}@media screen and (max-width:414px){html{font-size:55.2px}}@media screen and (max-width:375px){html{font-size:50px}}@media screen and (max-width:360px){html{font-size:48px}}@media screen and (max-width:320px){html{font-size:42.67px}}.LoginInputTopp{color:#1c1c36!important;font-family:PingFangSC-Semibold,PingFang SC;font-size:22px!important;font-weight:600}.LoginInput{border:1px solid #dcdcdc}.LoginInput>input{color:#000;font-size:20px}.LoginInput>input::placeholder{color:gray!important}.content-input .login_trigger_btn{color:#000}.content-input .login_trigger_btn span{color:#1180c2}.RegisterItem header .login-logo{height:auto;left:0;margin:auto;position:absolute;right:0;top:.6rem;width:auto;width:4.75rem}.Register-clause a{color:#1180c2}.RegisterItem .login_trigger_btn{color:#000;font-size:.28rem;margin-top:.5rem;padding-bottom:.3rem;text-align:center}.RegisterItem .login_trigger_btn span{color:#1180c2;padding-left:6px}body{background:#ffd6e0!important}.my-content{background-size:100% 100%!important}.login_out_newCode span{background-image:-webkit-gradient(linear,0 0,0 100%,from(#2694d5),to(#4377e2));box-shadow:none}.my_header_v2_div>div:nth-child(2)>div:nth-child(2){color:#1180c2}.my_money_v2 .my_money_v2_div{border:1px solid #1180c2}.my_item_div>div,.my_money_v2 .my_money_v2_div{background-image:linear-gradient(0deg,#d9f0fd,#fff)}.my_item_div>div{border:1px solid #1180c2!important}.bggrey{background:#efefef}.mui-content,body{background:#f3f3f3;color:#333}.user-head{background:#1c1c34;padding:1rem 0}.align-items{align-items:center}.fflex-row{display:block;width:100%}.user-head .left{display:block;margin:0 auto;padding:0!important;width:1.8rem}.user-head .mid{margin:0 auto;text-align:center}.user-head .mid .tit{align-items:center;display:flex;justify-content:center;margin-bottom:5px;margin-top:10px}.user-head{background:linear-gradient(90deg,#ffcf68,#a76d09);border-radius:0;color:#fff;margin-bottom:1rem;padding:.5rem 0}.user-head .left{padding-left:.6rem;padding-right:.5rem}.user-head .avator{border:.08rem solid #fff;border-radius:100px;height:1.8rem;width:1.8rem}.user-head .avator img{border-radius:100px;display:block;height:100%;width:100%}.user-head .mid{flex:1 1;position:relative}.user-head .mui-navigate-right:after{color:#fff;display:none;font-size:.66rem}.mui-navigate-right:after,.mui-push-right:after{content:"\e471"}.user-head .tit strong{font-size:.68rem}.user-head .tit label{border:none;display:inline-block;font-size:14px;margin:0 0 0 10px;padding:0}.user-head .tit .vip img{height:18px;padding-top:.05rem;width:18px}.user-head .id{color:#fff;font-size:14px;margin:0}.user-head .progressbar{width:85%}.user-nav{margin:0 10px;position:relative;top:-1.3rem}.progressbar .bar{background:#e5233b;border-radius:1rem;height:.36rem;overflow:hidden;position:relative;width:8rem}.progressbar .bar span{background:#fff;border-radius:50px;display:block;height:.36rem}.user-nav>ul{border-radius:10px;margin-top:8px}.user-nav>ul:after,.user-nav>ul:before{display:none}.user-nav a{font-size:.66rem;line-height:1.6em;padding-left:0!important}.user-nav a>span{padding-left:20px}.user-nav .icon{height:100%;left:0;position:absolute;top:0;width:1.82rem}.table_lump{background:#fff;border-radius:.4rem;box-shadow:1px 2px 5px #0000004d;margin-bottom:.2rem;padding:.3rem .1rem}.table_lump [type=button]{padding:0;width:100%}.table_lump [type=button] span{display:flex}.table_lump [type=button] span .adm-image{margin-right:10px}.info_lump :after{display:none}.info_lump a>span{padding-left:.5rem}.info_lump .icon{left:.7rem}.info_lump{background:#fff;border-radius:10px;box-shadow:1px 2px 5px #0000004d;display:grid;grid-template-columns:33% 34% 33%;margin-bottom:.2rem;padding:.3rem .1rem}.info_lump div{font-size:.3rem;position:relative;text-align:center}.info_lump div i{color:#000;color:red;display:block;font-size:14px;margin-top:5px}.mui-table-view:after{bottom:0}.mui-table-view:after,.mui-table-view:before{background-color:#c8c7cc;content:"";height:1px;left:0;position:absolute;right:0;transform:scaleY(.5)}.mui-table-view:before{top:0;top:-1px}.mui-table-view-icon .mui-table-view-cell .mui-navigate-right .mui-icon{font-size:20px;margin-left:-5px;margin-right:5px;margin-top:-1px}.mui-table-view-icon .mui-table-view-cell:after{left:40px}.mui-table-view-chevron .mui-table-view-cell{padding-right:65px}.mui-table-view-chevron .mui-table-view-cell>a:not(.mui-btn){margin-right:-65px}.mui-table-view-radio .mui-table-view-cell{padding-right:65px}.mui-table-view-radio .mui-table-view-cell>a:not(.mui-btn){margin-right:-65px}.mui-table-view-radio .mui-table-view-cell .mui-navigate-right:after{color:#007aff;content:"";font-size:30px;font-weight:600;right:9px}.mui-table-view-radio .mui-table-view-cell.mui-selected .mui-navigate-right:after{content:"\e472"}.mui-table-view-inverted{background:#333;color:#fff}.mui-table-view-inverted:after{bottom:0}.mui-table-view-inverted:after,.mui-table-view-inverted:before{background-color:#222;content:"";height:1px;left:0;position:absolute;right:0;transform:scaleY(.5)}.mui-table-view-inverted:before{top:0}.mui-table-view-inverted .mui-table-view-cell:after{background-color:#222;bottom:0;content:"";height:1px;left:15px;position:absolute;right:0;transform:scaleY(.5)}.mui-table-view-inverted .mui-table-view-cell.mui-active,.mui-table-view-inverted .mui-table-view-cell>a:not(.mui-btn).mui-active{background-color:#242424}.mui-table-view-cell{-webkit-touch-callout:none;border-bottom:1px solid #3d5179;overflow:hidden;padding:11px 15px;position:relative}.mui-table-view-cell:last-child{border-bottom:none}.mui-table-view-cell:after{background-color:#c8c7cc;bottom:0;content:"";height:1px;left:15px;position:absolute;right:0;transform:scaleY(.5)}.mui-table-view-cell.mui-checkbox input[type=checkbox],.mui-table-view-cell.mui-radio input[type=radio]{top:8px}.mui-table-view-cell.mui-checkbox.mui-left,.mui-table-view-cell.mui-radio.mui-left{padding-left:58px}.mui-table-view-cell.mui-active{background-color:#eee}.mui-table-view-cell:last-child:after,.mui-table-view-cell:last-child:before{height:0}.mui-table-view-cell>a:not(.mui-btn){color:inherit;display:block;margin:-11px -15px;overflow:hidden;padding:inherit;position:relative;text-overflow:ellipsis;white-space:nowrap}.mui-table-view-cell>a:not(.mui-btn).mui-active{background-color:#eee}.mui-table-view-cell p{margin-bottom:0}.mui-table-view-cell.mui-transitioning>.mui-slider-handle,.mui-table-view-cell.mui-transitioning>.mui-slider-left .mui-btn,.mui-table-view-cell.mui-transitioning>.mui-slider-right .mui-btn{transition:transform .3s ease}.mui-table-view-cell.mui-active>.mui-slider-handle{background-color:#eee}.mui-table-view-cell>.mui-slider-handle{background-color:#fff;position:relative}.mui-table-view-cell>.mui-slider-handle .mui-navigate-right:after,.mui-table-view-cell>.mui-slider-handle.mui-navigate-right:after{right:0}.mui-table-view-cell>.mui-slider-handle,.mui-table-view-cell>.mui-slider-left .mui-btn,.mui-table-view-cell>.mui-slider-right .mui-btn{transition:transform 0ms ease}.mui-table-view-cell>.mui-slider-left,.mui-table-view-cell>.mui-slider-right{display:flex;height:100%;position:absolute;top:0}.mui-table-view-cell>.mui-slider-left>.mui-btn,.mui-table-view-cell>.mui-slider-right>.mui-btn{align-items:center;border:0;border-radius:0;color:#fff;display:flex;left:0;padding:0 30px;position:relative}.mui-table-view-cell>.mui-slider-left>.mui-btn:after,.mui-table-view-cell>.mui-slider-right>.mui-btn:after{background:inherit;content:"";height:100%;position:absolute;top:0;width:600%;z-index:-1}.mui-table-view-cell>.mui-slider-left>.mui-btn.mui-icon,.mui-table-view-cell>.mui-slider-right>.mui-btn.mui-icon{font-size:30px}.mui-table-view-cell>.mui-slider-right{right:0;transform:translateX(100%);transition:transform 0ms ease}.mui-table-view-cell>.mui-slider-left{left:0;transform:translateX(-100%);transition:transform 0ms ease}.mui-table-view-cell>.mui-slider-left>.mui-btn:after{margin-right:-1px;right:100%}.mui-table-view-divider{background-color:#fafafa;color:#999;font-weight:500;margin-left:0;margin-top:-1px;padding-bottom:6px;padding-left:15px;padding-top:6px;position:relative}.mui-table-view-divider:after{bottom:0}.mui-table-view-divider:after,.mui-table-view-divider:before{background-color:#c8c7cc;content:"";height:1px;left:0;position:absolute;right:0;transform:scaleY(.5)}.mui-table-view-divider:before{top:0}.mui-table-view .mui-media,.mui-table-view .mui-media-body{overflow:hidden}.mui-table-view .mui-media-large .mui-media-object{height:80px;line-height:80px;max-width:80px}.mui-table-view .mui-media .mui-subtitle{color:#000}.mui-table-view .mui-media-object{height:42px;line-height:42px;max-width:42px}.mui-table-view .mui-media-object.mui-pull-left{margin-right:10px}.mui-table-view .mui-media-object.mui-pull-right{margin-left:10px}.mui-table-view .mui-table-view-cell.mui-media-icon .mui-media-object{height:29px;line-height:29px;margin:-4px 0;max-width:29px}.mui-table-view .mui-table-view-cell.mui-media-icon .mui-media-object img{height:29px;line-height:29px;max-width:29px}.mui-table-view .mui-table-view-cell.mui-media-icon .mui-media-object.mui-pull-left{margin-right:10px}.mui-table-view .mui-table-view-cell.mui-media-icon .mui-media-object .mui-icon{font-size:29px}.mui-table-view .mui-table-view-cell.mui-media-icon .mui-media-body:after{background-color:#c8c7cc;bottom:0;content:"";height:1px;left:55px;position:absolute;right:0;transform:scaleY(.5)}.mui-table-view .mui-table-view-cell.mui-media-icon:after{height:0!important}.mui-table-view.mui-unfold .mui-table-view-cell.mui-collapse .mui-table-view{display:block}.mui-table-view.mui-unfold .mui-table-view-cell.mui-collapse .mui-table-view:after,.mui-table-view.mui-unfold .mui-table-view-cell.mui-collapse .mui-table-view:before{height:0!important}.mui-table-view.mui-unfold .mui-table-view-cell.mui-media-icon.mui-collapse .mui-media-body:after{background-color:#c8c7cc;bottom:0;content:"";height:1px;left:70px;position:absolute;right:0;transform:scaleY(.5)}.mui-table-view-cell>.mui-badge,.mui-table-view-cell>.mui-btn,.mui-table-view-cell>.mui-switch,.mui-table-view-cell>a>.mui-badge,.mui-table-view-cell>a>.mui-btn,.mui-table-view-cell>a>.mui-switch{position:absolute;right:15px;top:50%;transform:translateY(-50%)}.mui-table-view-cell .mui-navigate-right>.mui-badge,.mui-table-view-cell .mui-navigate-right>.mui-btn,.mui-table-view-cell .mui-navigate-right>.mui-switch,.mui-table-view-cell .mui-push-left>.mui-badge,.mui-table-view-cell .mui-push-left>.mui-btn,.mui-table-view-cell .mui-push-left>.mui-switch,.mui-table-view-cell .mui-push-right>.mui-badge,.mui-table-view-cell .mui-push-right>.mui-btn,.mui-table-view-cell .mui-push-right>.mui-switch,.mui-table-view-cell>a .mui-navigate-right>.mui-badge,.mui-table-view-cell>a .mui-navigate-right>.mui-btn,.mui-table-view-cell>a .mui-navigate-right>.mui-switch,.mui-table-view-cell>a .mui-push-left>.mui-badge,.mui-table-view-cell>a .mui-push-left>.mui-btn,.mui-table-view-cell>a .mui-push-left>.mui-switch,.mui-table-view-cell>a .mui-push-right>.mui-badge,.mui-table-view-cell>a .mui-push-right>.mui-btn,.mui-table-view-cell>a .mui-push-right>.mui-switch{right:35px}.mui-content>.mui-table-view:first-child{margin-top:15px}.mui-table-view-cell.mui-collapse .mui-table-view .mui-table-view-cell:last-child:after,.mui-table-view-cell.mui-collapse .mui-table-view:after,.mui-table-view-cell.mui-collapse .mui-table-view:before{height:0}.mui-table-view-cell.mui-collapse>.mui-navigate-right:after,.mui-table-view-cell.mui-collapse>.mui-push-right:after{content:"\e581"}.mui-table-view-cell.mui-collapse.mui-active{margin-top:-1px}.mui-table-view-cell.mui-collapse.mui-active .mui-collapse-content,.mui-table-view-cell.mui-collapse.mui-active .mui-table-view{display:block}.mui-table-view-cell.mui-collapse.mui-active>.mui-navigate-right:after,.mui-table-view-cell.mui-collapse.mui-active>.mui-push-right:after{content:"\e580"}.mui-table-view-cell.mui-collapse.mui-active .mui-table-view-cell>a:not(.mui-btn).mui-active{margin-left:-31px;padding-left:47px}.mui-table-view-cell.mui-collapse .mui-collapse-content{background:#fff;display:none;margin:11px -15px -11px;overflow:hidden;padding:8px 15px;position:relative;transition:height .35s ease}.mui-table-view-cell.mui-collapse .mui-collapse-content>.mui-input-group,.mui-table-view-cell.mui-collapse .mui-collapse-content>.mui-slider{height:auto;margin:-8px -15px;width:auto}.mui-table-view-cell.mui-collapse .mui-collapse-content>.mui-slider{margin:-8px -16px}.mui-table-view-cell.mui-collapse .mui-table-view{border:0;display:none;margin:11px -15px -11px}.mui-table-view-cell.mui-collapse .mui-table-view.mui-table-view-chevron{margin-right:-65px}.mui-table-view-cell.mui-collapse .mui-table-view .mui-table-view-cell{background-position:31px 100%;padding-left:31px}.mui-table-view-cell.mui-collapse .mui-table-view .mui-table-view-cell:after{background-color:#c8c7cc;bottom:0;content:"";height:1px;left:30px;position:absolute;right:0;transform:scaleY(.5)}.mui-table-view.mui-grid-view{display:block;font-size:0;padding:0 10px 10px 0;white-space:normal;width:100%}.mui-table-view.mui-grid-view .mui-table-view-cell{background:none;display:inline-block;font-size:17px;margin-right:-4px;padding:10px 0 0 14px;text-align:center;vertical-align:middle}.mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-object{height:auto;max-width:100%;width:100%}.mui-table-view.mui-grid-view .mui-table-view-cell>a:not(.mui-btn){margin:-10px 0 0 -14px}.mui-table-view.mui-grid-view .mui-table-view-cell>a:not(.mui-btn).mui-active,.mui-table-view.mui-grid-view .mui-table-view-cell>a:not(.mui-btn):active{background:none}.mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body{color:#333;display:block;font-size:15px;height:15px;line-height:15px;margin-top:8px;text-overflow:ellipsis;width:100%}.mui-table-view.mui-grid-view .mui-table-view-cell:after,.mui-table-view.mui-grid-view .mui-table-view-cell:before{height:0}.mui-grid-view.mui-grid-9{background-color:#f2f2f2;border-left:1px solid #eee;border-top:1px solid #eee;margin:0;padding:0}.mui-grid-view.mui-grid-9:after,.mui-grid-view.mui-grid-9:before{content:" ";display:table}.mui-grid-view.mui-grid-9:after{clear:both;position:static}.mui-grid-view.mui-grid-9 .mui-table-view-cell{border-bottom:1px solid #eee;border-right:1px solid #eee;margin:0;padding:11px 15px;vertical-align:top}.mui-grid-view.mui-grid-9 .mui-table-view-cell.mui-active{background-color:#eee}.mui-grid-view.mui-grid-9 .mui-table-view-cell>a:not(.mui-btn){margin:0;padding:10px 0}.mui-grid-view.mui-grid-9:before{height:0}.mui-grid-view.mui-grid-9 .mui-media{color:#797979}.mui-grid-view.mui-grid-9 .mui-media .mui-icon{font-size:2.4em;position:relative}.mui-slider-cell{position:relative}.mui-slider-cell>.mui-slider-handle{z-index:1}.mui-slider-cell>.mui-slider-left,.mui-slider-cell>.mui-slider-right{bottom:0;position:absolute;top:0;z-index:0}.mui-slider-cell>.mui-slider-left{left:0}.mui-slider-cell>.mui-slider-right{right:0}.mui-navigate-right:after,.mui-push-left:after,.mui-push-right:after{-webkit-font-smoothing:antialiased;color:#bbb;display:inline-block;font-family:Muiicons;font-size:inherit;line-height:1;position:absolute;text-decoration:none;top:50%;transform:translateY(-50%)}.mui-push-left:after{content:"\e582";left:15px}.mui-navigate-right:after,.mui-push-right:after{content:"\e583";right:15px}.glyphicon{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Glyphicons Halflings;font-style:normal;font-weight:400;line-height:1;position:relative;top:1px;top:25px}.glyphicon-menu-right:before{color:#fff;content:"\e258"}.footer-nav{height:2.3rem}.footer-nav div{padding:0 1.3rem}.footer-nav div li{height:2rem}.footer-nav div .active span,.footer-nav div .footer-link span{font-size:12px}.footer-nav div .footer-link img{height:1rem}.mui-icon-back:before,.mui-icon-left-nav:before{content:"\e471"}.user-info-body{padding-top:45px}.user-info-name{padding-right:20px}.user-edit-avatar{margin:5px}.vip-title{background-color:#eee;padding:10px;text-align:center}.vip-list{border-bottom:1px solid #eee;font-size:15px;padding:12px}.vip-list,.vip-my{text-align:center}.bank-body{padding-top:45px}.bank-item{background-image:linear-gradient(180deg,#2694d5,#4377e2)}.bank-item,.bank-item1{box-shadow:0 .02rem .08rem 0 #0003;color:#fff;font-size:15px;margin:10px;padding:0 20px}.bank-item1{background:#888}.bank-state{float:right;font-size:14px}.search-input{margin:10px}.withdraw-span{color:#ccc}.withdraw-bank{text-align:center;width:100px}.withdraw-info-head{color:#f5791f;margin:0 12px}.withdraw-info{border-right:1px solid #f5791f;border-top:1px solid #f5791f;margin:10px 12px}.withdraw-info-key{background:#fffdec;color:#f5791f;padding:5px;text-align:center}.withdraw-info-key,.withdraw-info-value{border-bottom:1px solid #f5791f;border-left:1px solid #f5791f}.withdraw-info-value{padding:5px 5px 5px 10px}.history-day{margin-top:5px;text-align:center}.history-limit{margin:10px 3px;text-align:center}.history-button{background:#e53333;margin:5px;text-align:center}.history-empty{margin-top:50px}.history-list{margin-top:10px}.history-list-name{font-size:16px;text-align:left}.history-list-amount{color:#555;text-align:right}.history-list-date{color:#555;font-size:14px;margin-top:5px;padding-top:6px;text-align:left}.history-list-state{color:#555;margin-top:5px;text-align:right}.withdraw-info-body{font-size:15px;padding:20px;text-align:left}.withdraw-info-body span{float:right;margin-left:10px;max-width:85%}.withdraw-info-value1{color:#757575}.discount-body,.discount-empty{padding-top:45px}.discount-title{color:#333;font-size:16px;margin:5px 0}.activity-body img{max-width:100%}.adm-list{--padding-left:0!important;--padding-right:0!important}#img_set .adm-list-item-content-main{padding:0!important}.notice-body,.notice-empty,.recharge-body,.recharge-empty{padding-top:45px}.notice-title{color:#333;font-size:16px}.notice-time{color:#989898;font-size:14px;margin-top:5px}.adm-list-body{background-color:#efefef}.notice-item{margin:10px;padding:0 10px}.notice-item .adm-list-item-content-main{border-radius:5px;display:flex;margin-top:10px;padding:10px}.k3-popup{padding-top:45px}.k3-name-button{color:#e53333;font-size:16px;height:35px;padding:5px 10px}.k3-name-list{text-align:center}.k3-name-list-body{margin:5px}.k3-name-list-head{box-shadow:0 0 .2rem #0003}.k3-name-list-button{--border-color:#555;--border-radius:0px;border-color:#aaa;color:#555;font-size:100%;width:100%}.k3-name-list-button-active{--border-radius:0px;background:#e53333;border-color:#e53333;color:#fff;font-size:100%;width:100%}.k3-kj{background-color:#fff;box-shadow:0 0 .2rem #0003;padding:10px 0;text-align:center}.k3-kj-qs{font-size:15px}.k3-kj-div{align-items:end;display:flex;padding-top:5px}.k3-kj-qss{color:#322424;font-size:15px;font-weight:600;padding-bottom:9px}.k3-kj-div .k3-mall-imgs{height:40px;margin-right:5px;width:40px}.k3-kj-time{color:#fe0b22;color:#c29f73;font-size:20px;font-size:1.3rem;margin-top:6px}.k3-kj-time .num{font-family:countFont,serif}.k3-kj-img{color:#f4635e;font-size:15px;margin:10px auto auto;width:120px}.ks-kj-history{background:#ecebe6;margin-top:10px;padding:10px 0;text-align:center}.ks-kj-history-qs{border-right:1px solid #d6dad6}.k3-kj-history-img{margin:auto;width:80px}.k3-kj-history-row-0{background:#fff}.k3-kj-history-row-0,.k3-kj-history-row-1{line-height:25px;padding:5px 0;text-align:center}.k3-kj-history-row-1{background:#f8f7f2}.ks-alert-body{background:#fff;border-radius:10px;color:#888;margin:70% auto auto;padding:10px;text-align:center;width:200px}.ks-alert-body button{background-color:#e53333;border:1px solid #e53333;color:#fff;margin-top:5px}.ks-alert-qs1{font-size:16px}.ks-alert-number{font-size:100px}.hz-playinfo,.ks-alert-qs2{font-size:14px}.hz-playinfo{color:#a3aac3;float:right;margin:0 15px}.hz-card-body{margin:20px 10px 10px}.hz-card{box-shadow:0 0 5px #0003;color:#444;height:20px;padding:15px 0}.hz-card,.hz-card-activity{border-radius:5px;font-size:16px;font-weight:700;margin:2px;text-align:center}.hz-card-activity{background:#f30000;border-color:#fff;box-shadow:0 0 5px #fff;color:#fff;padding:10px 0}.hz-card-number,.hz-card-number-activity{color:#555;font-size:13px;font-weight:400;margin-top:5px}.hz-card-number-activity{color:#fff}.touzhu-footer{background-color:#fff;bottom:0;height:50px}.touzhu-banner,.touzhu-footer{border-top:1px solid #dcdcdc;box-sizing:border-box;left:0;overflow:hidden;padding:0 10px;position:absolute;text-align:center;width:100%;z-index:10}.touzhu-banner{align-items:center;background-color:#a41c20;bottom:50px;color:#fff;display:flex;font-size:18px;font-weight:600;height:40px;justify-content:center;letter-spacing:2px}.touzhu-button-left{height:50px;line-height:50px;text-align:left}.touzhu-button-left button{background-color:#fff3f3;border:1px solid #e53333;color:#e53333;height:32px}.touzhu-button-right{height:50px;line-height:50px;text-align:right}.touzhu-button-right button{background-color:#e53333;border:1px solid #e53333;color:#fff;height:32px;vertical-align:initial}.touzhu-button-glod{font-size:15px;margin-top:3px}.touzhu-button-number{color:#ff0e14;height:20px;line-height:20px;margin-top:1px}.touzhu-number{background-color:#fff;border-top:1px solid #dcdcdc;bottom:50px;box-shadow:0 0 5px #888;box-sizing:border-box;font-size:15px;left:0;overflow:hidden;padding:0 10px;position:absolute;text-align:center;text-align:left;width:100%;z-index:10}.touzhu-number-row{margin:10px 0;overflow:hidden}.touzhu-number-select{color:#e74d4f;font-size:16px;font-weight:bolder;height:20px;line-height:20px;padding-top:1px}.k3-howplay-title{font-weight:bolder}.k3-howplay-txt{color:#555}.k3-menu{background:#fff;border:1px solid #bfbfbf;border-radius:5px;margin:0 5px;position:absolute;right:0;z-index:1}.k3-mall-img,.k3-menu{padding:10px}.k3-title{color:#555;font-size:15px;padding-left:15px}.record-date{font-size:16px;padding:10px;text-align:center}.record-date-left{border-right:2px solid #eee}.record-type{background:#eee}.record-cptitle{text-align:left}.record-status-str{text-align:right}.record-info-value span,.record-status-str span{font-size:14px}.record-expect{text-align:left}.record-amount,.record-expect{color:#888;font-size:14px;padding-top:3px}.record-amount{text-align:right}.record-info-body{text-align:center}.record-info-img{margin:20px auto auto}.record-info-title{font-size:16px;font-weight:bolder;margin-top:15px}.record-info-expect{color:#888;font-size:14px;margin-top:5px}.record-info-key{font-size:15px;text-align:right}.record-info-value{color:#888;font-size:15px;text-align:left}.open-body{background:#f0f0f0}.open-itme{background:#fff;border-radius:10px;margin:12px;padding:15px}.open-title{font-size:15px;font-weight:bolder;line-height:30px;text-align:left}.open-expect{color:#888;font-size:13px;line-height:30px;text-align:right}.open-number{border:1px solid #f84848;border-radius:50%;color:#f84848;font-size:16px;font-weight:bolder;height:28px;line-height:28px;text-align:center;width:28px}.open-list{color:#555;font-size:14px;text-align:center}.open-list-head{background:#888;margin-top:10px}.fuddetail-type{background:#fff}.fuddetail-body{background:#eee;font-size:var(--title-font-size);margin-top:10px}.fuddetail-typename{text-align:left}.fuddetail-amount-str{text-align:right}.fuddetail-amount-str1{color:red}.fuddetail-amount-str2{color:green}.fuddetail-oddtime{color:#888;font-size:15px;padding-top:3px;text-align:left}.fuddetail-amountafter{color:#888;font-size:15px;padding-top:3px;text-align:right}.pass-cont .submit .adm-button{background:linear-gradient(90deg,#d4b38f,#b88964)!important;border:none;border-radius:20px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;height:40px;margin:0 auto;width:100%}.pass-cont .adm-list-item{background-color:#efefef;padding:0 10px}.pass-cont .adm-form-footer{background-color:#efefef}.password-from{background:#fff}.message-send{font-size:16px}.message-accept{font-size:16px;line-height:28px;margin:10px;text-align:right}.message-accept-list{text-align:left}.message-add-button{background:#ff6c00;border-radius:50%;color:#fff;font-size:28px}.message-p{font-weight:bolder}.message-user{background:#eee;border-radius:5px;padding:0 5px}.message-text{margin:0 12px;width:auto}.message-info{margin:12px}.message-info-name{font-size:20px;font-weight:bolder}.message-info-time{color:#888;font-size:14px;margin-top:5px}.message-info-txt{color:#333;font-size:16px;word-break:break-all}.white-space{white-space:pre-wrap}.check-titel{color:#fff;font-size:20px;margin-top:10px;text-align:center}.check-color{border-radius:50%;height:10px;margin-top:5px;width:10px}.check-type{color:#fff;font-size:15px}.check-type-list{margin-top:15px;text-align:center}.check-update{color:#66bbd1;font-size:20px}.check-line{background:#00000080;border:1px solid #3290b1;border-radius:10px;margin:20px auto auto;padding:15px 15px 25px;width:85%}.check-status-txt{color:#fff}.check-status-progress{padding-top:8px}.check-status-button{line-height:30px;text-align:right}.check-line-txt{padding-bottom:0}.check-row>.adm-space-item{padding-bottom:0!important}.check-title-img{margin:auto;padding-top:120px}.check-code{background-color:#fff;margin:-25px auto auto}.check-button,.check-code{border-radius:30px;height:40px;width:75%}.check-button{border:1px solid #fff;color:#fff;font-size:16px;letter-spacing:.2em;line-height:40px;margin:20px auto auto;text-align:center}.check-zt-img{margin:60px auto auto;width:80%}.code-title{color:#fff;font-family:cursive;font-size:30px;text-align:center}.proxy-info{border-right:1px solid #0abbb5!important;border-top:1px solid #0abbb5!important;margin:10px}.proxy-key{background:#eee;color:#727272}.proxy-key,.proxy-value{border-bottom:1px solid #0abbb5;border-left:1px solid #0abbb5;padding:5px;text-align:center}.proxy-value{background-color:#fff;color:#0abbb5;font-size:16px}.proxy-total{font-size:16px;font-weight:700}.proxy-member-list .adm-collapse-panel-header .adm-list-item-content-main{padding:5px 0;text-align:left}.proxy-member-list .adm-list-item-content{border-top:0}.proxy-member-list .adm-collapse-panel-header{border-top:1px solid var(--adm-border-color);padding-left:0}.proxy-member-info{border-right:1px solid #0abbb5!important;border-top:1px solid #0abbb5!important}.mall-body{padding:10px}.App-loading{color:red;font-size:30px;margin:auto;padding-top:60%;text-align:center}.App-main{bottom:0;left:0;margin:auto;max-width:600px;overflow:scroll;position:absolute;right:0;top:0}.App-header{align-items:center;background:#fff;box-sizing:border-box;color:#000;opacity:1;position:absolute;width:100%;width:100vw}.App-header>.adm-nav-bar{padding:0}.App-content{display:block;height:100%;overflow:auto;position:absolute;top:45px;width:100%}#banner_bg{background:#f5f5f5;padding:15px!important}#banner_bg img{object-fit:cover!important}#banner_bg .adm-swiper.adm-swiper-horizontal,#banner_bg img{border-radius:10px!important}.App-footer{background-color:#fff;border-top:1px solid #dcdcdc;border-top-left-radius:10px;border-top-right-radius:10px;bottom:0;padding-top:5px;position:absolute;width:100%;z-index:2}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button{color:#e53333!important}.adm-dialog-wrap{width:90vw!important}.slide-enter,.slide-exit{transition:transform .3s ease-out}.slide-enter{transform:translateX(100%)}.slide-enter-active,.slide-exit{transform:translateX(0)}.slide-exit{left:0;position:absolute;top:0;width:100%}.slide-exit-active{transform:translateX(-100%)}.sc-m-img{width:25px}.g-title-row{font-size:12px;padding-left:20px;padding-right:20px}.g-title-row h3{font-size:14px;margin-top:15px}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{-webkit-text-decoration-skip:objects;background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=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{display:inline-block;vertical-align:initial}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-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}.am-modal-button-group-h .am-modal-button{color:#108ee9}.header-nav .header-back{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:center}.header-nav .header-back img{height:.42rem;margin-right:.2rem;width:.25rem}.header-nav .header-title{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.header-nav .header-right,.header-nav .header-right>*{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:center}.header-nav .header-right img:first-child{height:.37rem;width:.4rem}.header-nav .header-right img:nth-child(2){height:.38rem;width:.38rem}.header-nav .header-right .RightTextOption{background:#ff898e;font-size:.28rem;height:.52rem;line-height:.52rem;padding:0 .14rem}.header-nav .Toggle,.header-nav .header-right .RightTextOption{align-items:center;display:flex;flex-direction:row;justify-content:center}.hot-colud-content .name{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAbFBMVEUAAACWlpaZmZmYmJiZmZmZmZmYmJiYmJiSkpKYmJiZmZmYmJiXl5eYmJiYmJiZmZmZmZmZmZmYmJiZmZmZmZmZmZmYmJiZmZmZmZmZmZmYmJiYmJiWlpaYmJiIiIiYmJiZmZmZmZmTk5OZmZmiVkZpAAAAI3RSTlMADtzBtJ4oGxGrfHBj+PLt5dbQzMW4jIF2Wko/NjIH4tFVITumICoAAACbSURBVBjTXY/ZEoIwFEPD1rKqgCKyueT//9Hb2zoOnJd2MmmSIlCWGw5k7OxBask43ykzhRQ2+kspHZPtvbYCDyqJ4c07zOdMz5WsRDGsWgo9lZOUFGz0vpZURiwMRBh8oGzU/kJyt5jCBXpwrhaJrTUMWpZB9+TaisR5w2h9UuvKOwKdS4fLrxF48qV/H5ufy7IIEWYI0nuC8AUt4xL0Z+gcmQAAAABJRU5ErkJggg==) 0 no-repeat;color:#333;font-size:.28rem;height:.4rem;line-height:.4rem;margin-bottom:.2rem;padding-left:.6rem;width:100%}.hot-colud-content .name.cloud{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAclBMVEUAAACZmZmZmZmYmJiYmJiZmZmXl5eZmZmZmZmZmZmUlJSRkZGZmZmZmZmZmZmYmJiYmJiYmJiYmJiYmJiIiIiZmZmZmZmZmZmYmJiYmJiYmJiZmZmYmJiZmZmYmJiXl5eWlpaYmJiZmZmWlpaWlpaZmZlcwOCIAAAAJXRSTlMA+vPs6JwsvKyiEw3i3dqocVdSOAfSw8q5XLKVfXlnPiQckUlEKV/wrQAAAMBJREFUGNNlkNmuwjAMRMdZm6Zb0nRj5178/7+IQQIJOA+WRrJHnsGLYPFNO33q2g9NN/gaL9IWKxb6eEgQfLisHeCUcoDZueBRMakO6WzMf4JRsguMmsk+D61l1qM4a+5X0UrJqPaka5TB4dZwF8vE7YjrqQCbQ255Kpi5SbhuQFRkA4mJYaawJ1UDrmH2OxaqRSzF3hIrjVM2bc4wxPSHZR17/XhVXwCznOcZQj4+A1Eoh+Ez9nGOP+V8078rvAODew5c3EdaJgAAAABJRU5ErkJggg==)}.hot-colud-content ul{border:1px solid #cdcdcd;border-bottom:none;margin-bottom:.24rem;position:relative}.hot-colud-content ul:before{background:#cdcdcd;content:"";height:100%;left:50%;margin-left:-.5px;position:absolute;top:0;width:1px}.hot-colud-content ul li{border-bottom:1px solid #cdcdcd;display:flex;height:.8rem;width:100%}.hot-colud-content ul li:nth-child(odd){background:#f0f4f4}.hot-colud-content ul li:nth-child(2n){background:#fff}.hot-colud-content ul li span{align-items:center;color:#333;display:flex;flex:1 1;font-size:.3rem;height:100%;justify-content:center}.hot-colud-content ul li span.hot{color:#ff4941}.hot-colud-content ul li span.cold{color:#00b41e}.six-lottery-content .fs-12{margin-top:.36rem}.six-lottery-content .fs-12 tbody tr,.six-lottery-content .fs-12 tbody tr:nth-child(odd){background:#fff}.six-lottery-content .fs-12 tbody tr:nth-child(2n){background:#f0f4f4}.six-lottery-content .red{border-radius:50%;color:#fff;display:inline-block;height:20px;line-height:20px;text-align:center;width:20px}.ran-king{background:#fff;height:100%;width:100%}.ran-king .content{padding:.4rem}.NickModify{background-color:#fff;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;margin-top:.2rem;padding:.24rem .32rem}.PhoneModify{background-color:#fff;min-height:80vh;padding:.88rem .62rem}.PhoneModify .Button{margin-top:1rem}.EmailModify{background-color:#fff;min-height:80vh;padding:.88rem .62rem}.EmailModify .LoginInput{margin-bottom:1rem}.am-picker-popup-item{color:#108ee9}.am-picker-col{flex:1 1}.RecordItem{background-color:#fff;box-sizing:border-box;padding-top:1.75rem}.RecordItem span.redtext{color:#ff4941!important}.RecordItem span.backtext{color:#000!important}.RecordItem .item-li{align-items:center;display:flex;flex-direction:row;height:1.75rem;justify-content:space-between;padding:0 .38rem}.RecordItem .item-li>img{height:.3rem;width:.16rem}.RecordItem .item-li .li-data{align-items:center;display:flex;flex-direction:column;height:1.04rem;justify-content:center;width:65%}.RecordItem .item-li .li-state{align-items:flex-end;color:#666;display:flex;flex-direction:column;font-size:.28rem;height:1.04rem;justify-content:space-between}.RecordItem .item-li .li-state>span{align-items:center;display:inline-block;display:flex;height:100%}.RecordItem .item-li .li-state>div{color:#999}.RecordItem .item-li .li-title{align-items:center;display:flex;flex-direction:row;font-size:.32rem;justify-content:space-between;margin-bottom:.24rem;width:100%}.RecordItem .item-li .li-title>div{color:#666;font-size:.28rem}.RecordItem .item-li .li-bottom{align-items:center;color:#999;display:flex;flex-direction:row;font-size:.26rem;justify-content:space-between;width:100%}.RecordItem .item-border{background-color:#e0e0e0;height:1px;margin-left:4%;margin-right:4%;width:92%}.RecordItem .addbettinglist{height:1.4rem;padding:0 .34rem}.RecordItem .addbettinglist>div{border-bottom:1px dotted #b1b1b1;height:100%;position:relative;width:100%}.RecordItem .addbettinglist>div>div{align-items:center;display:flex;flex-direction:row;height:.44rem;justify-content:space-between;width:90%}.RecordItem .addbettinglist>div>div:first-child{margin-bottom:.2rem;margin-top:.38rem}.RecordItem .addbettinglist>div>div:first-child span:first-child{font-size:.32rem}.RecordItem .addbettinglist>div>div:nth-child(2){color:#999}.RecordItem .addbettinglist>div div.iconRight{align-items:center;display:flex;flex-direction:row;height:.4rem;justify-content:center;position:absolute;right:0;top:50%;transform:translateY(-50%);width:.32rem}.RecordItem .addbettinglist>div div.iconRight img{display:block;height:.3rem;width:.16rem}.NoRecord{align-items:center;background:#fff;display:flex;flex-direction:column;height:-webkit-fill-available;justify-content:center}.NoRecord>img{margin-bottom:.3rem;width:2.3rem}.NoRecord>div{color:#666}.bettingDetailsItem.cancelOrder p{color:#000;font-size:.26rem;letter-spacing:-.1px;line-height:.32rem;text-align:center}.am-list-footer{padding:0}.BettingDetailsItem{background-color:#fbfbfb;display:flex;flex-direction:column;min-height:calc(100vh - 1rem)}.BettingDetailsItem *{box-sizing:border-box}.BettingDetailsItem span.redtext{color:#ff4941!important}.BettingDetailsItem span.backtext{color:#000!important}.BettingDetailsItem div.headers{background-color:#fff;height:1.6rem;padding:0 .34rem;width:100%}.BettingDetailsItem div.headers,.BettingDetailsItem div.headers>div:first-child{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.BettingDetailsItem div.headers>div:first-child img{height:1.06rem;margin-right:.24rem;width:1.06rem}.BettingDetailsItem div.headers>div:first-child>div:nth-child(2) span{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.BettingDetailsItem div.headers>div:first-child>div:nth-child(2) span:first-child{color:#000;font-size:.36rem;letter-spacing:-.25px;margin-bottom:.1rem;text-align:center}.BettingDetailsItem div.headers>div:first-child>div:nth-child(2) span:nth-child(2){color:#666;font-size:.28rem;letter-spacing:-.2px}.BettingDetailsItem div.headers>div:nth-child(2){color:#46b1ea;font-size:18px;letter-spacing:-.25px;text-align:center}.BettingDetailsItem div.meonyCount{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:.08rem;padding:0 .34rem}.BettingDetailsItem div.meonyCount>div{align-items:center;background-color:#fff;display:flex;flex-direction:row;height:1.06rem;justify-content:flex-start;padding-left:.26rem;width:50%}.BettingDetailsItem div.meonyCount>div>div:first-child{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between}.BettingDetailsItem div.meonyCount>div>div:first-child img{height:.4rem;margin-right:.5rem;width:.4rem}.BettingDetailsItem div.meonyCount>div>div:nth-child(2) span{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.BettingDetailsItem div.meonyCount>div>div:nth-child(2) span:first-child{color:#000;font-size:.28rem;letter-spacing:-.25px;margin-bottom:.06rem;text-align:center}.BettingDetailsItem div.meonyCount>div>div:nth-child(2) span:nth-child(2){color:#000;font-size:.36rem;letter-spacing:-.2px}.BettingDetailsItem div.meonyCount>div:first-child{border-right:1px solid #f1f1f1}.BettingDetailsItem ul.orderList{padding:0 .34rem}.BettingDetailsItem ul.orderList>li{align-items:center;border-bottom:1px dotted #bababa;color:#1d1d1d;display:flex;flex-direction:row;font-size:.26rem;height:auto;justify-content:flex-start;min-height:.64rem;padding-left:.1rem}.BettingDetailsItem ul.orderList>li>span{white-space:normal;word-break:break-all}.BettingDetailsItem ul.orderList>li.count{align-items:center;border-bottom:1px dotted #bababa;color:#000;display:flex;flex-direction:row;font-size:.24rem;height:.84rem;justify-content:flex-start;padding-left:.1rem}.BettingDetailsItem section.groupTitle{align-items:center;display:flex;flex-direction:row;font-weight:700;height:.66rem;justify-content:flex-start;padding:0 .34rem}.BettingDetailsItem section.groupTitle>span{background-color:#ff4941;border-radius:2.5px;display:block;height:.28rem;margin-right:.3rem;width:.06rem}.BettingDetailsItem section.groupTitle>p{align-items:center;color:#333;display:flex;flex-direction:row;font-size:.26rem;height:.28rem;justify-content:center;letter-spacing:-.18px}.BettingDetailsItem div.guanfangList{border-radius:3px;padding:0 .34rem}.BettingDetailsItem div.guanfangList .item{align-items:center;background-color:#fff;border-bottom:1px dotted #bababa;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;min-height:1.2rem;padding:.14rem}.BettingDetailsItem div.guanfangList .item>div{width:100%}.BettingDetailsItem div.guanfangList .item>div:first-child{color:#1d1d1d;font-size:.26rem;letter-spacing:-.18px;padding-bottom:.1rem;white-space:normal;word-break:break-all}.BettingDetailsItem div.guanfangList .item>div:nth-child(2){align-items:center;display:flex;flex-direction:row;font-size:.24rem;justify-content:space-between}.BettingDetailsItem div.guanfangList .item>div:nth-child(2) span.redText{color:#ff4941}.BettingDetailsItem div.guanfangList .item>div:nth-child(2)>span:nth-child(2),.BettingDetailsItem div.guanfangList .item>div:nth-child(2)>span:nth-child(3){color:#7d7d7d}.BettingDetailsItem div.guanfangList .item>div:nth-child(2)>span.xiangqing{align-items:center;border:1px solid #46b1ea;border-radius:.06rem;color:#46b1ea;display:flex;flex-direction:row;height:.44rem;justify-content:center;margin-right:.3rem;width:.7rem}.BettingDetailsItem div.guanfangList .item>div:nth-child(2)>span:first-child{width:25%}.BettingDetailsItem div.guanfangList .item>div:nth-child(2)>span:nth-child(2){width:30%}.BettingDetailsItem div.guanfangList .item>div:nth-child(2)>span:nth-child(3){width:40%}.BettingDetailsItem div.guanfangList .count{align-items:center;background-color:#fff;box-shadow:0 2px 4px 0 #f5f5f5;display:flex;flex-direction:row;height:.66rem;justify-content:space-between;padding:0 .14rem}.BettingDetailsItem div.guanfangList .count div:first-child{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.BettingDetailsItem div.guanfangList .count div:first-child>span:first-child{width:25%}.BettingDetailsItem div.guanfangList .count div:first-child>span:nth-child(2){width:30%}.BettingDetailsItem div.guanfangList .count div:first-child>span:nth-child(3){width:40%}.BettingDetailsItem div.guanfangList .count div:first-child>span>span{color:#ff4941}.BettingDetailsItem div.guoguanList{border-radius:3px;font-size:.24rem;padding:0 .34rem}.BettingDetailsItem div.guoguanList table{width:100%}.BettingDetailsItem div.guoguanList table td,.BettingDetailsItem div.guoguanList table th{border:1px solid #ccc;height:.72rem;padding:.1rem 0;text-align:center}.BettingDetailsItem div.guoguanList table td>p,.BettingDetailsItem div.guoguanList table th>p{margin:.02rem 0}.BettingDetailsItem div.guoguanList table thead{background:#ededed;box-shadow:0 2px 4px 0 #cdcdcd}.BettingDetailsItem div.guoguanList table thead td{color:#141414;font-size:.26rem;letter-spacing:0}.BettingDetailsItem div.guoguanList table tbody tr td{color:#818181;font-size:.24rem;letter-spacing:0;text-align:center}.BettingDetailsItem div.guoguanList table tbody tr td:nth-child(2) span{color:#46b1ea}.BettingDetailsItem div.guoguanList table tbody tr td:nth-child(3){color:#ff4941}.BettingDetailsItem div.guoguanList table tbody tr td.addSuessic{color:#4855bb;text-decoration:underline}.BettingDetailsItem div.guoguanList>div.count{align-items:center;background-color:#fff;box-shadow:0 2px 4px 0 #f5f5f5;display:flex;flex-direction:row;height:.66rem;justify-content:space-between;padding:0 .14rem}.BettingDetailsItem div.guoguanList>div.count div:first-child{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:2.1rem}.BettingDetailsItem div.guoguanList>div.count div:nth-child(2){margin-right:.34rem}.BettingDetailsItem div.guoguanList>div.count div:nth-child(2)>span:nth-child(2){color:#ff4941}.BettingDetailsItem div.openLottery{border-radius:3px;padding:0 .34rem}.BettingDetailsItem div.openLottery>div{background-color:#fff;padding:.14rem;width:100%}.BettingDetailsItem div.openLottery>div>div{align-items:center;color:#727272;display:flex;flex-direction:row;font-size:.24rem;justify-content:flex-start;letter-spacing:-.17px;padding:.08rem 0}.BettingDetailsItem div.openLottery>div>div>span:first-child{color:#727272;font-size:.24rem;letter-spacing:-.17px;width:1.4rem}.BettingDetailsItem div.openLottery>div>div span.win{color:#ff4941;font-size:14px}.BettingDetailsItem div.openLottery>div>div span.lose{color:#5fcc49;font-size:14px}.BettingDetailsItem header{background:#fff;box-sizing:border-box;left:0;padding:.2rem .32rem;position:fixed;top:.88rem;width:100%}.BettingDetailsItem header .header-title{align-items:center;display:flex;margin-bottom:.24rem}.BettingDetailsItem header .header-title .titlePic{height:1.08rem;width:1.08rem}.BettingDetailsItem header .header-title .titlePic img{display:block;height:100%;width:100%}.BettingDetailsItem header .header-title .titleDec{align-items:center;display:flex;flex:1 1;justify-content:space-between;margin-left:.36rem}.BettingDetailsItem header .header-title .titleDec span{color:#2a2a2a;font-size:.28rem}.BettingDetailsItem header .header-title .titleDec span:first-child{color:#333;font-size:.36rem}.BettingDetailsItem header .header-number{color:#333;display:flex;font-size:.3rem;height:1.04rem}.BettingDetailsItem header .header-number>span{align-items:center;color:#333;display:flex;font-size:.3rem;justify-content:center}.BettingDetailsItem .BettingDetailsMoneny{background:#f1f1f1;border:1px solid #e0e0e0;box-sizing:border-box;color:#333;display:flex;height:1.38rem;justify-content:space-around;left:0;position:fixed;top:3.64rem;width:100%}.BettingDetailsItem .BettingDetailsMoneny p{align-items:center;display:flex;flex-direction:column;font-size:.28rem;justify-content:center;width:3rem}.BettingDetailsItem .BettingDetailsMoneny p span{font-size:.32rem;margin-bottom:.1rem}.BettingDetailsItem .BettingDetailsMoneny p span.bet-red{color:#ff4941}.BettingDetailsItem .BettingDetailsfooter{background:#fff;bottom:0;box-sizing:border-box;flex:1 1;left:0;overflow:auto;padding:0 .36rem 1.5rem;position:fixed;top:5rem;width:100%}.BettingDetailsItem .BettingDetailsfooter>p{align-items:center;border-bottom:1px solid #e0e0e0;box-sizing:border-box;color:#333;display:flex;font-size:.32rem;height:1rem;padding-left:.34rem;position:relative;width:100%}.BettingDetailsItem .BettingDetailsfooter>p:before{background:#ff4e56;content:"";height:.4rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.08rem}.BettingDetailsItem .BettingDetailsfooter .dec{padding-top:.3rem;position:relative}.BettingDetailsItem .BettingDetailsfooter .dec .border{background:#e0e0e0;border-radius:.06rem;height:.12rem;left:0;position:absolute;top:.22rem;width:100%}.BettingDetailsItem .BettingDetailsfooter .dec .form li{color:#2a2a2a;display:flex;font-size:.3rem;padding:.1rem 0}.BettingDetailsItem .BettingDetailsfooter .dec .form li span{color:#333;font-size:.32rem;margin-right:1rem;text-align:right;width:1.6rem}.BettingDetailsItem .BettingDetailsfooter .dec .Bet{box-shadow:0 4px 4px 0 #909090;box-sizing:border-box;margin:0 auto .16rem;padding:.18rem .5rem;position:relative;width:95%}.BettingDetailsItem .BettingDetailsfooter .dec .Bet:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAAIBAMAAACbn1OMAAAAElBMVEUAAAD///////////////////8+Uq06AAAABXRSTlMA41kZEg11JQgAAABCSURBVEjHYwgdBRSB0QAcDUCSwGgADjYADMBAZSPRUUweBgegCAOD4ygmD4MDUIGBgWkUk4fBAWjAwMA8isnDoaEA4VEcmjRnt9cAAAAASUVORK5CYII=) 0 0 no-repeat;background-size:100% auto;bottom:-7px;content:"";height:8px;left:0;position:absolute;width:100%}.BettingDetailsItem .BettingDetailsfooter .dec .Bet li{color:#2a2a2a;display:flex;font-size:.3rem;padding:.1rem 0}.BettingDetailsItem .BettingDetailsfooter .dec .Bet li>span{color:#333;font-size:.32rem;margin-right:1rem;text-align:right;width:1.3rem}.BettingDetailsItem .BettingDetailsfooter .dec .Bet li>span.bet-red{color:#ff4941;text-align:left}.BettingDetailsItem .BettingDetailsfooter .dec .Bet li p{color:#2a2a2a;display:flex;flex:1 1;flex-wrap:wrap;font-size:.3rem}.BettingDetailsItem .BettingDetailsfooter .dec .Bet li p span{color:#2a2a2a;font-size:.3rem;margin:0 3px 5px 0}.BettingDetailsItem .BettingDetailsItem-btn{align-items:center;background:#f2f2f2;bottom:0;box-shadow:0 0 0 0 #f0f0f0;display:flex;flex-direction:row;height:1rem;justify-content:center;left:0;position:fixed;right:0}.BettingDetailsItem .BettingDetailsItem-btn .buttonorder{align-items:center;background-image:linear-gradient(-180deg,#ff4941,#ff4941 98%);border-radius:.12rem;box-shadow:0 2px 4px 0 #ff4d5580;color:#fff;display:flex;flex-direction:row;font-size:.32rem;height:.7rem;justify-content:center;margin:.14rem auto;width:3.2rem}.AdditionalBetting .BettingDetailsItem{padding-bottom:1.36rem}.AdditionalBetting .BettingDetailsItem .headers>div:nth-child(2){align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;height:100%;justify-content:center}.AdditionalBetting .BettingDetailsItem .headers>div:nth-child(2)>div{padding-right:.4rem}.AdditionalBetting .BettingDetailsItem .headers>div:nth-child(2)>div>span{display:block;width:100%}.AdditionalBetting .BettingDetailsItem .headers>div:nth-child(2)>div>span:first-child{font-size:.32rem;letter-spacing:-.23px;margin-bottom:.1rem;text-align:center}.AdditionalBetting .BettingDetailsItem .headers>div:nth-child(2)>div>span:nth-child(2){color:#7d7d7d;font-size:.28rem;letter-spacing:-.2px;text-align:center}.AdditionalBetting .BettingDetailsItem .meonyCount>div{align-items:center;display:flex;flex-direction:row;justify-content:center;width:100%}.AdditionalBetting .BettingDetailsItem .meonyCount>div>div{display:block!important}.AdditionalBetting .BettingDetailsItem .meonyCount>div>div>span{display:block;text-align:center}.AdditionalBetting .BettingDetailsItem .meonyCount>div>div>span:first-child{color:#000;font-size:.28rem;letter-spacing:-.2px;margin-bottom:.1rem}.AdditionalBetting .BettingDetailsItem .meonyCount>div>div>span:nth-child(2){color:#000;font-size:.36rem;letter-spacing:-.25px;text-align:center}.AdditionalBetting .cacheAddtionBetOrder{background:#fff;bottom:0;height:1.3rem;position:fixed;width:100%}.AdditionalBetting .cacheAddtionBetOrder>div{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:center;width:100%}.AdditionalBetting .cacheAddtionBetOrder>div>div{border:1px solid #ff4941;border-radius:2px;color:#ff4941;cursor:pointer;padding:.14rem .6rem;width:auto}.ResultBall .xingyun div{align-items:center;display:flex;flex-direction:row;justify-content:center}.ResultBall .xingyun div .redBall{background-image:linear-gradient(-43deg,#ff7d83,#ff4941)}.ResultBall .xingyun div .greenBall{background-image:linear-gradient(-43deg,#57c946,#6d5)}.ResultBall .xingyun div .blueBall{background-image:linear-gradient(-180deg,#00d9f9,#1f9efb)}.ResultBall .xingyun div .grayBall{background-image:linear-gradient(-132deg,#999 1%,#666)}.ResultBall .xingyun div .balls{border-radius:50%;color:#fff;display:inline-block;height:.48rem;line-height:.48rem;margin:0 .12rem;text-align:center;width:.48rem}.ResultBall .beijingcar,.ResultBall .xingyun div .balls{align-items:center;display:flex;flex-direction:row;justify-content:center}.ResultBall .beijingcar>span{align-items:center;border-radius:.04rem;color:#fff;display:inline-block;display:flex;flex-direction:row;font-size:.24rem;height:.32rem;justify-content:center;line-height:.32rem;margin-left:.04rem;text-align:center;width:.32rem}.ResultBall .beijingcar .eight{background:#ff7878}.ResultBall .beijingcar .seven{background:#999}.ResultBall .beijingcar .ten{background:#5fcc49}.ResultBall .beijingcar .six{background:#5c57cc}.ResultBall .beijingcar .three{background:#606060}.ResultBall .beijingcar .one{background:#ecca00}.ResultBall .beijingcar .nine{background:#a23f4b}.ResultBall .beijingcar .five{background:#20c5d3}.ResultBall .beijingcar .four{background:#e8803f}.ResultBall .beijingcar .two{background:#3ca2ed}.ResultBall .liuhecai div,.ResultBall .luck8 div{align-items:center;display:flex;flex-direction:row;justify-content:space-around}.ResultBall .liuhecai div .redBall,.ResultBall .luck8 div .redBall{background-image:linear-gradient(-180deg,#ff666d,#ff4941)}.ResultBall .liuhecai div .greenBall,.ResultBall .luck8 div .greenBall{background-image:linear-gradient(-180deg,#6d5,#57c946)}.ResultBall .liuhecai div .blueBall,.ResultBall .luck8 div .blueBall{background-image:linear-gradient(-180deg,#00d9f9,#1f9efb)}.ResultBall .liuhecai div .balls,.ResultBall .luck8 div .balls{align-items:center;border-radius:50%;color:#fff;display:inline-block;display:flex;flex-direction:row;font-size:.24rem;height:.38rem;justify-content:center;line-height:.38rem;margin:0 .02rem;text-align:center;width:.38rem}.ResultBall .luck8{width:4.55rem}.ResultBall .luck8 div{flex-wrap:wrap}.ResultBall .luck8 div .balls{margin:.06rem .01rem}.ResultBall .k3{align-items:center;display:flex}.ResultBall .k3 img{margin:.2rem}.ResultBall .k3 span{margin-left:.2rem}.am-calendar .confirm-panel .button,.am-calendar .single-month .row .cell .date-wrapper .date-selected{background:#108ee9}.am-calendar .shortcut-panel .item,.am-calendar .single-month .row .cell .date-selected{color:#108ee9}.slect-button{align-items:center;display:flex;flex-direction:row;justify-content:flex-end}.slect-button *{box-sizing:border-box}.slect-button>div{align-items:center;background:#9b9b9b;border-right:1px solid #ccc;color:#fff;display:flex;flex-direction:row;font-size:.28rem;height:.56rem;justify-content:center;min-width:1.1rem;padding:0 .28rem}.slect-button>div.active{background:#ff4941}.slect-button>div:first-child{border-bottom-left-radius:4px;border-top-left-radius:4px}.slect-button>div:last-child{border-bottom-right-radius:4px;border-right:none;border-top-right-radius:4px}.search-input{background:#fff;height:1rem;justify-content:center;padding:.14rem .32rem;width:100%}.search-input,.search-input>div{align-items:center;box-sizing:border-box;display:flex}.search-input>div{background:#8e8e931f;border-radius:15px;flex:1 1;height:100%;justify-content:space-between;padding:0 .2rem}.search-input>div input{background:0 0;border:none;flex:1 1;height:100%;margin-left:.2rem}.search-input>span{color:#007aff;font-size:.34rem;margin-left:.3rem}.am-fade-appear,.am-fade-enter{opacity:0}.am-fade-appear,.am-fade-enter,.am-fade-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused;animation-timing-function:cubic-bezier(.55,0,.55,.2)}.am-fade-appear.am-fade-appear-active,.am-fade-enter.am-fade-enter-active{animation-name:amFadeIn;animation-play-state:running}.am-fade-leave.am-fade-leave-active{animation-name:amFadeOut;animation-play-state:running}@keyframes amFadeIn{0%{opacity:0}to{opacity:1}}@keyframes amFadeOut{0%{opacity:1}to{opacity:0}}.am-slide-up-appear,.am-slide-up-enter{transform:translateY(100%)}.am-slide-up-appear,.am-slide-up-enter,.am-slide-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused;animation-timing-function:cubic-bezier(.55,0,.55,.2)}.am-slide-up-appear.am-slide-up-appear-active,.am-slide-up-enter.am-slide-up-enter-active{animation-name:amSlideUpIn;animation-play-state:running}.am-slide-up-leave.am-slide-up-leave-active{animation-name:amSlideUpOut;animation-play-state:running}@keyframes amSlideUpIn{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes amSlideUpOut{0%{transform:translate(0)}to{transform:translateY(100%)}}.am.am-zoom-enter,.am.am-zoom-leave{display:block}.am-zoom-appear,.am-zoom-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused;animation-timing-function:cubic-bezier(.55,0,.55,.2);animation-timing-function:cubic-bezier(.18,.89,.32,1.28);opacity:0}.am-zoom-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused;animation-timing-function:cubic-bezier(.55,0,.55,.2);animation-timing-function:cubic-bezier(.6,-.3,.74,.05)}.am-zoom-appear.am-zoom-appear-active,.am-zoom-enter.am-zoom-enter-active{animation-name:amZoomIn;animation-play-state:running}.am-zoom-leave.am-zoom-leave-active{animation-name:amZoomOut;animation-play-state:running}@keyframes amZoomIn{0%{opacity:0;transform:scale(0);transform-origin:50% 50%}to{opacity:1;transform:scale(1);transform-origin:50% 50%}}@keyframes amZoomOut{0%{opacity:1;transform:scale(1);transform-origin:50% 50%}to{opacity:0;transform:scale(0);transform-origin:50% 50%}}.am-slide-down-appear,.am-slide-down-enter{transform:translateY(-100%)}.am-slide-down-appear,.am-slide-down-enter,.am-slide-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused;animation-timing-function:cubic-bezier(.55,0,.55,.2)}.am-slide-down-appear.am-slide-down-appear-active,.am-slide-down-enter.am-slide-down-enter-active{animation-name:amSlideDownIn;animation-play-state:running}.am-slide-down-leave.am-slide-down-leave-active{animation-name:amSlideDownOut;animation-play-state:running}@keyframes amSlideDownIn{0%{transform:translateY(-100%)}to{transform:translate(0)}}@keyframes amSlideDownOut{0%{transform:translate(0)}to{transform:translateY(-100%)}}*,:after,:before{-webkit-tap-highlight-color:transparent}body{background-color:#f5f5f9;font-size:14px}[contenteditable]{-webkit-user-select:auto!important}:focus,a{outline:0}a{background:0 0}.am-accordion{border-top:1px solid #ddd;position:relative}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-accordion{border-top:none}html:not([data-scale]) .am-accordion:before{background-color:#ddd;bottom:auto;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:0;transform:scaleY(.5);transform-origin:50% 50%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-accordion:before{transform:scaleY(.33)}}.am-accordion-anim-active{transition:all .2s ease-out}.am-accordion .am-accordion-item .am-accordion-header{background-color:#fff;border-bottom:1px solid #ddd;box-sizing:initial;color:#000;font-size:17px;height:44px;line-height:44px;overflow:hidden;padding-left:15px;padding-right:30px;position:relative;text-overflow:ellipsis;white-space:nowrap;width:auto}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-header{border-bottom:none}html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-header:after{background-color:#ddd;bottom:0;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:auto;transform:scaleY(.5);transform-origin:50% 100%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-header:after{transform:scaleY(.33)}}.am-accordion .am-accordion-item .am-accordion-header i{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0 0 2l11.5 11L0 24l2 2 14-13z' fill='%23C7C7CC' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:50% 50%;background-repeat:no-repeat;background-size:contain;display:block;height:15px;position:absolute;right:15px;top:15px;transform:rotate(90deg);transition:transform .2s ease;width:15px}.am-accordion .am-accordion-item .am-accordion-header[aria-expanded~=true] i{transform:rotate(270deg)}.am-accordion .am-accordion-item .am-accordion-content{background:#fff;overflow:hidden}.am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box{border-bottom:1px solid #ddd;color:#333;font-size:15px;position:relative}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box{border-bottom:none}html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box:after{background-color:#ddd;bottom:0;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:auto;transform:scaleY(.5);transform-origin:50% 100%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box:after{transform:scaleY(.33)}}.am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box .am-list-body{border-top:0}.am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box .am-list-body:before{display:none!important}.am-accordion .am-accordion-item .am-accordion-content.am-accordion-content-inactive{display:none}.am-action-sheet-wrap{-webkit-overflow-scrolling:touch;outline:0;overflow:auto}.am-action-sheet-mask,.am-action-sheet-wrap{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.am-action-sheet-mask{background-color:#0006;height:100%}.am-action-sheet-close,.am-action-sheet-mask-hidden{display:none}.am-action-sheet{background-color:#fff;bottom:0;left:0;padding-bottom:env(safe-area-inset-bottom);position:fixed;width:100%}.am-action-sheet.am-action-sheet-share{background-color:#f2f2f2}.am-action-sheet-message,.am-action-sheet-title{margin:15px auto;padding:0 15px;text-align:center}.am-action-sheet-title{font-size:17px}.am-action-sheet-message{color:#888;font-size:14px}.am-action-sheet-button-list{color:#000;text-align:center}.am-action-sheet-button-list-item{border-top:1px solid #ddd;box-sizing:border-box;font-size:18px;height:50px;line-height:50px;margin:0;overflow-x:hidden;padding:0 8px;position:relative;text-overflow:ellipsis;white-space:nowrap}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-action-sheet-button-list-item{border-top:none}html:not([data-scale]) .am-action-sheet-button-list-item:before{background-color:#ddd;bottom:auto;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:0;transform:scaleY(.5);transform-origin:50% 50%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-action-sheet-button-list-item:before{transform:scaleY(.33)}}.am-action-sheet-button-list-item.am-action-sheet-button-list-item-active{background-color:#ddd}.am-action-sheet-button-list-badge{align-items:center;display:flex;justify-content:center}.am-action-sheet-button-list-badge .am-badge{flex-shrink:0;margin-left:8px}.am-action-sheet-button-list-item-content{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.am-action-sheet-button-list .am-action-sheet-cancel-button{padding-top:6px;position:relative}.am-action-sheet-button-list .am-action-sheet-cancel-button-mask{background-color:#e7e7ed;border-bottom:1px solid #ddd;border-top:1px solid #ddd;height:6px;left:0;position:absolute;top:0;width:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-action-sheet-button-list .am-action-sheet-cancel-button-mask{border-top:none}html:not([data-scale]) .am-action-sheet-button-list .am-action-sheet-cancel-button-mask:before{background-color:#ddd;bottom:auto;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:0;transform:scaleY(.5);transform-origin:50% 50%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-action-sheet-button-list .am-action-sheet-cancel-button-mask:before{transform:scaleY(.33)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-action-sheet-button-list .am-action-sheet-cancel-button-mask{border-bottom:none}html:not([data-scale]) .am-action-sheet-button-list .am-action-sheet-cancel-button-mask:after{background-color:#ddd;bottom:0;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:auto;transform:scaleY(.5);transform-origin:50% 100%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-action-sheet-button-list .am-action-sheet-cancel-button-mask:after{transform:scaleY(.33)}}.am-action-sheet-button-list .am-action-sheet-destructive-button{color:#f4333c}.am-action-sheet-share-list{-webkit-overflow-scrolling:touch;border-top:1px solid #ddd;display:flex;overflow-y:scroll;padding:21px 0 21px 15px;position:relative}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-action-sheet-share-list{border-top:none}html:not([data-scale]) .am-action-sheet-share-list:before{background-color:#ddd;bottom:auto;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:0;transform:scaleY(.5);transform-origin:50% 50%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-action-sheet-share-list:before{transform:scaleY(.33)}}.am-action-sheet-share-list-item{flex:none;margin:0 12px 0 0}.am-action-sheet-share-list-item-icon{align-items:center;background-color:#fff;border-radius:3px;display:flex;height:60px;justify-content:center;margin-bottom:9px;width:60px}.am-action-sheet-share-list-item-title{color:#888;font-size:10px;text-align:center}.am-action-sheet-share-cancel-button{background-color:#fff;border-top:1px solid #ddd;box-sizing:border-box;color:#000;font-size:18px;height:50px;line-height:50px;position:relative;text-align:center}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-action-sheet-share-cancel-button{border-top:none}html:not([data-scale]) .am-action-sheet-share-cancel-button:before{background-color:#ddd;bottom:auto;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:0;transform:scaleY(.5);transform-origin:50% 50%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-action-sheet-share-cancel-button:before{transform:scaleY(.33)}}.am-action-sheet-share-cancel-button.am-action-sheet-share-cancel-button-active{background-color:#ddd}.am-activity-indicator{align-items:center;display:flex;z-index:99}.am-activity-indicator-spinner{animation:spinner-anime 1s linear infinite;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2.125 -1.875 64 64'%3E%3Cpath fill='%23CCC' d='M29.875-1.875c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 60.7c-15.85 0-28.7-12.85-28.7-28.7s12.85-28.7 28.7-28.7 28.7 12.85 28.7 28.7-12.85 28.7-28.7 28.7z'/%3E%3Cpath fill='%23FF4941' d='M61.858 30.34c.003-.102.008-.203.008-.305 0-11.43-5.996-21.452-15.01-27.113l-.013.026a1.629 1.629 0 0 0-.81-.22 1.646 1.646 0 0 0-.713 3.132c7.963 5.1 13.247 14.017 13.247 24.176 0 .147-.01.293-.01.44h.022c0 .01-.004.02-.004.03 0 .91.74 1.65 1.65 1.65s1.65-.74 1.65-1.65c0-.06-.012-.112-.018-.167z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:20px;width:20px}.am-activity-indicator-tip{color:#000;font-size:14px;margin-left:8px;opacity:.4}.am-activity-indicator.am-activity-indicator-toast{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:fixed;text-align:center;top:0;width:100%;z-index:1999}.am-activity-indicator.am-activity-indicator-toast .am-activity-indicator-spinner{margin:0}.am-activity-indicator.am-activity-indicator-toast .am-activity-indicator-toast{display:inline-block;position:relative;top:4px}.am-activity-indicator-content{align-items:center;background-clip:padding-box;background-color:#3a3a3ae6;border-radius:7px;color:#fff;display:flex;flex-direction:column;font-size:15px;justify-content:center;line-height:20px;padding:15px}.am-activity-indicator-spinner-lg{height:32px;width:32px}@keyframes spinner-anime{to{transform:rotate(1turn)}}.am-badge{display:inline-block;line-height:1;position:relative;vertical-align:middle}.am-badge-text{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#ff5b05;border-radius:12px;color:#fff;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",SimSun,sans-serif;font-size:12px;height:18px;line-height:18px;min-width:9px;padding:0 5px;position:absolute;text-align:center;text-rendering:optimizeLegibility;top:-6px;transform:translateX(-45%);transform-origin:-10% center;white-space:nowrap;z-index:10}.am-badge-text a{color:#fff}.am-badge-text p{margin:0;padding:0}.am-badge-hot .am-badge-text{background-color:#f96268}.am-badge-dot{background:#ff5b05;border-radius:100%;height:8px;position:absolute;top:-4px;transform:translateX(-50%);transform-origin:0 center;width:8px;z-index:10}.am-badge-dot-large{height:16px;width:16px}.am-badge-not-a-wrapper .am-badge-dot,.am-badge-not-a-wrapper .am-badge-text{display:block;position:relative;top:auto;transform:translateX(0)}.am-badge-corner{background-color:#ff5b05;color:#fff;font-size:15px;padding:8px;position:absolute;right:-32px;text-align:center;top:8px;transform:rotate(45deg);white-space:nowrap;width:80px}.am-badge-corner-wrapper{overflow:hidden}.am-button-primary{background-color:#ff4941;border:1px solid #ff4941}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-button-primary{border:none;position:relative}html:not([data-scale]) .am-button-primary:before{border:1px solid #ff4941;border-radius:10px;box-sizing:border-box;content:"";height:200%;left:0;pointer-events:none;position:absolute;top:0;transform:scale(.5);transform-origin:0 0;width:200%}}.am-button-ghost{border:1px solid #ff4941;color:#ff4941}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-button-ghost{border:none;position:relative}html:not([data-scale]) .am-button-ghost:before{border:1px solid #ff4941;border-radius:10px;box-sizing:border-box;content:"";height:200%;left:0;pointer-events:none;position:absolute;top:0;transform:scale(.5);transform-origin:0 0;width:200%}}.am-button-ghost.am-button-active{border:1px solid #ff494199;color:#ff494199}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-button-ghost.am-button-active{border:none;position:relative}html:not([data-scale]) .am-button-ghost.am-button-active:before{border:1px solid #ff494199;border-radius:10px;box-sizing:border-box;content:"";height:200%;left:0;pointer-events:none;position:absolute;top:0;transform:scale(.5);transform-origin:0 0;width:200%}}.am-calendar .animate{animation-duration:.3s;animation-fill-mode:both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.am-calendar .fade-enter{animation-name:fadeIn}.am-calendar .fade-leave{animation-name:fadeOut}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translateZ(0);visibility:visible}to{transform:translate3d(0,100%,0)}}@keyframes slideInLeft{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translateZ(0);visibility:visible}to{transform:translate3d(100%,0,0)}}.am-calendar .slideV-enter{animation-name:slideInUp}.am-calendar .slideV-leave{animation-name:slideInDown}.am-calendar .slideH-enter{animation-name:slideInLeft}.am-calendar .slideH-leave{animation-name:slideInRight}.am-calendar .mask{background:#00000080}.am-calendar .content,.am-calendar .mask{height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.am-calendar .content{background:#fff;display:flex;flex-direction:column}.am-calendar .header{align-items:center;display:flex;flex-shrink:0;margin:5px}.am-calendar .header .title{font-size:16px;font-weight:700;text-align:center;width:100%}.am-calendar .header .left{left:5px}.am-calendar .header .left,.am-calendar .header .right{align-items:center;color:#068eef;display:flex;height:24px;justify-content:center;padding:0 8px;position:absolute;top:5px}.am-calendar .header .right{font-size:14px;right:5px}.am-calendar .timePicker{border-top:1px solid #ccc}.am-calendar .week-panel{background:#fff;border-bottom:1px solid #ddd;display:flex;flex-shrink:0;padding:0 2px}.am-calendar .week-panel .cell{align-items:center;color:#000;display:flex;font-size:14px;height:24px;justify-content:center;width:14.28571429%}.am-calendar .week-panel .cell-grey{color:#bbb}.am-calendar .date-picker{background:#eee;display:flex;flex:1 1;flex-direction:column;min-height:0;padding-bottom:env(safe-area-inset-bottom)}.am-calendar .date-picker .wrapper{flex:1 1;height:auto;min-height:0;position:relative}.am-calendar .date-picker .months{background:#fff}.am-calendar .date-picker .load-tip{align-items:flex-end;color:#bbb;display:flex;justify-content:center;left:0;padding:10px 0;position:absolute;right:0;top:-40px}.am-calendar .confirm-panel{align-items:center;background:#f7f7f7;border-top:1px solid #ddd;display:flex;flex-shrink:0;padding:8px 15px}.am-calendar .confirm-panel .info{font-size:12px}.am-calendar .confirm-panel .info p{margin:0}.am-calendar .confirm-panel .info p+p{margin-top:8px}.am-calendar .confirm-panel .info .grey{color:#bbb}.am-calendar .confirm-panel .button{background:#ff4941;border-radius:5px;color:#fff;font-size:18px;margin:0 0 0 auto;padding:8px 0;text-align:center;width:80px}.am-calendar .confirm-panel .button-disable{background:#ddd;color:#bbb}.am-calendar .confirm-panel .button-full{text-align:center;width:100%}.am-calendar .time-picker{background:#fff;flex-shrink:0;text-align:center}.am-calendar .time-picker .title{align-items:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd;display:flex;font-size:16px;height:44px;justify-content:center}.am-calendar .single-month{padding:0}.am-calendar .single-month .month-title{margin:0;padding:21px 0 6px 15px}.am-calendar .single-month .row{align-items:baseline;display:flex}.am-calendar .single-month .row .cell{align-items:center;display:flex;flex-direction:column;justify-content:center;width:14.28571429%}.am-calendar .single-month .row .cell .date-wrapper{align-items:center;display:flex;height:35px;justify-content:center;margin-bottom:2px;width:100%}.am-calendar .single-month .row .cell .date-wrapper .date{align-items:center;color:#000;display:flex;flex-shrink:0;font-size:17px;font-weight:700;height:35px;justify-content:center;width:35px}.am-calendar .single-month .row .cell .date-wrapper .disable{background:#eee;border:none;border-radius:100%;color:#bbb}.am-calendar .single-month .row .cell .date-wrapper .grey{color:#bbb}.am-calendar .single-month .row .cell .date-wrapper .important{border:1px solid #ddd;border-radius:100%}.am-calendar .single-month .row .cell .date-wrapper .left,.am-calendar .single-month .row .cell .date-wrapper .right{border:none;height:35px;width:100%}.am-calendar .single-month .row .cell .date-wrapper .date-selected{background:#ff4941;border:none;color:#fff;font-size:17px}.am-calendar .single-month .row .cell .date-wrapper .selected-start{border-radius:100% 0 0 100%}.am-calendar .single-month .row .cell .date-wrapper .selected-single{border-radius:100%}.am-calendar .single-month .row .cell .date-wrapper .selected-middle{border-radius:0}.am-calendar .single-month .row .cell .date-wrapper .selected-end{border-radius:0 100% 100% 0}.am-calendar .single-month .row .cell .info{color:#888;font-size:10px;height:15px;overflow:hidden;padding:0 5px;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.am-calendar .single-month .row .cell .date-selected{color:#ff4941}.am-calendar .single-month .row+.row{margin-top:6px}.am-calendar .single-month .row-xl+.row-xl{margin-top:21px}.am-calendar .shortcut-panel{align-items:center;border-top:1px solid #ddd;display:flex;flex-direction:row;flex-shrink:0;height:42px;justify-content:space-between;padding:0 30px}.am-calendar .shortcut-panel .item{color:#ff4941;display:inline-block;font-size:16px}.am-card{background-color:#fff;display:flex;flex-direction:column;min-height:96px;padding-bottom:6px}.am-card:not(.am-card-full){border:1px solid #ddd;border-radius:5px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-card:not(.am-card-full){border:none;position:relative}html:not([data-scale]) .am-card:not(.am-card-full):before{border:1px solid #ddd;border-radius:10px;box-sizing:border-box;content:"";height:200%;left:0;pointer-events:none;position:absolute;top:0;transform:scale(.5);transform-origin:0 0;width:200%}}.am-card.am-card-full{border-bottom:1px solid #ddd;border-top:1px solid #ddd;position:relative}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-card.am-card-full{border-top:none}html:not([data-scale]) .am-card.am-card-full:before{background-color:#ddd;bottom:auto;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:0;transform:scaleY(.5);transform-origin:50% 50%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-card.am-card-full:before{transform:scaleY(.33)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-card.am-card-full{border-bottom:none}html:not([data-scale]) .am-card.am-card-full:after{background-color:#ddd;bottom:0;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:auto;transform:scaleY(.5);transform-origin:50% 100%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-card.am-card-full:after{transform:scaleY(.33)}}.am-card-header{align-items:center;display:flex;font-size:17px;padding:9px 15px}.am-card-header-content{align-items:center;color:#000;display:flex;flex:1 1;text-align:left}.am-card-header-content img{margin-right:5px}.am-card-header-extra{color:#888;flex:1 1;font-size:17px;text-align:right}.am-card-body{border-top:1px solid #ddd;color:#333;flex:1 1;font-size:15px;min-height:40px;padding:15px 15px 6px;position:relative}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-card-body{border-top:none}html:not([data-scale]) .am-card-body:before{background-color:#ddd;bottom:auto;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:0;transform:scaleY(.5);transform-origin:50% 50%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-card-body:before{transform:scaleY(.33)}}.am-card-footer{color:#888;display:flex;font-size:14px;padding:0 15px}.am-card-footer-content{flex:1 1}.am-card-footer-extra{flex:1 1;text-align:right}.am-checkbox{display:inline-block;height:21px;position:relative;vertical-align:middle;width:21px}.am-checkbox-inner{border:1px solid #ccc;border-radius:50%;box-sizing:border-box;height:21px;position:absolute;right:0;transform:rotate(0);width:21px}.am-checkbox-inner:after{border-style:solid;border-width:0 1px 1px 0;content:" ";display:none;height:11px;position:absolute;right:6px;top:1.5px;transform:rotate(45deg);width:5px;z-index:999}.am-checkbox-input{-webkit-appearance:none;appearance:none;border:0;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:2}.am-checkbox.am-checkbox-checked .am-checkbox-inner{background:#ff4941;border-color:#ff4941}.am-checkbox.am-checkbox-checked .am-checkbox-inner:after{border-color:#fff;display:block}.am-checkbox.am-checkbox-disabled{opacity:.3}.am-checkbox.am-checkbox-disabled.am-checkbox-checked .am-checkbox-inner{background:0 0;border-color:#888}.am-checkbox.am-checkbox-disabled.am-checkbox-checked .am-checkbox-inner:after{border-color:#888}.am-list .am-list-item.am-checkbox-item .am-list-thumb{height:21px;width:21px}.am-list .am-list-item.am-checkbox-item .am-list-thumb .am-checkbox{bottom:0;height:44px;left:0;position:absolute;right:0;top:0;width:100%}.am-list .am-list-item.am-checkbox-item .am-list-thumb .am-checkbox-inner{left:15px;top:12px}.am-list .am-list-item.am-checkbox-item.am-checkbox-item-disabled .am-list-content{color:#bbb}.am-checkbox-agree{align-items:stretch;display:flex;margin-left:15px;padding-bottom:9px;padding-top:9px;position:relative}.am-checkbox-agree .am-checkbox{height:100%;left:0;position:absolute;top:0;width:30px}.am-checkbox-agree .am-checkbox-inner{left:0;top:12px}.am-checkbox-agree .am-checkbox-agree-label{color:#000;display:inline-block;font-size:15px;line-height:1.5;margin-left:30px;margin-top:1PX}.am-drawer{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.am-drawer-sidebar{overflow-y:auto;position:absolute;transition:transform .3s ease-out;will-change:transform;z-index:4}.am-drawer-draghandle{background-color:#3232321a;position:absolute;z-index:1}.am-drawer-overlay{background-color:#0006;opacity:0;transition:opacity .5s ease-out;visibility:hidden;z-index:3}.am-drawer-content,.am-drawer-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.am-drawer-content{overflow:auto;transition:left .3s ease-out,right .3s ease-out}.am-drawer.am-drawer-left .am-drawer-draghandle,.am-drawer.am-drawer-left .am-drawer-sidebar,.am-drawer.am-drawer-right .am-drawer-draghandle,.am-drawer.am-drawer-right .am-drawer-sidebar{bottom:0;top:0}.am-drawer.am-drawer-left .am-drawer-draghandle,.am-drawer.am-drawer-right .am-drawer-draghandle{height:100%;width:10px}.am-drawer.am-drawer-bottom .am-drawer-draghandle,.am-drawer.am-drawer-bottom .am-drawer-sidebar,.am-drawer.am-drawer-top .am-drawer-draghandle,.am-drawer.am-drawer-top .am-drawer-sidebar{left:0;right:0}.am-drawer.am-drawer-bottom .am-drawer-draghandle,.am-drawer.am-drawer-top .am-drawer-draghandle{height:10px;width:100%}.am-drawer.am-drawer-left .am-drawer-sidebar{left:0;transform:translateX(-100%)}.am-drawer-open.am-drawer.am-drawer-left .am-drawer-sidebar{box-shadow:1PX 1PX 2px #00000026}.am-drawer.am-drawer-left .am-drawer-draghandle{left:0}.am-drawer.am-drawer-right .am-drawer-sidebar{right:0;transform:translateX(100%)}.am-drawer-open.am-drawer.am-drawer-right .am-drawer-sidebar{box-shadow:-1PX 1PX 2px #00000026}.am-drawer.am-drawer-right .am-drawer-draghandle{right:0}.am-drawer.am-drawer-top .am-drawer-sidebar{top:0;transform:translateY(-100%)}.am-drawer-open.am-drawer.am-drawer-top .am-drawer-sidebar{box-shadow:1PX 1PX 2px #00000026}.am-drawer.am-drawer-top .am-drawer-draghandle{top:0}.am-drawer.am-drawer-bottom .am-drawer-sidebar{bottom:0;transform:translateY(100%)}.am-drawer-open.am-drawer.am-drawer-bottom .am-drawer-sidebar{box-shadow:1PX -1PX 2px #00000026}.am-drawer.am-drawer-bottom .am-drawer-draghandle{bottom:0}.am-grid .am-flexbox{background:#fff}.am-grid .am-flexbox .am-flexbox-item{margin-left:0}.am-grid .am-flexbox .am-flexbox-item.am-grid-item{position:relative}.am-grid .am-flexbox .am-flexbox-item.am-grid-item-active .am-grid-item-content{background-color:#ddd}.am-grid .am-flexbox .am-flexbox-item .am-grid-item-content{height:100%;padding:15px 0;text-align:center;width:100%}.am-grid .am-flexbox .am-flexbox-item .am-grid-item-content .am-grid-item-inner-content{align-items:center;display:flex;flex-direction:column;justify-content:center}.am-grid .am-flexbox .am-flexbox-item .am-grid-item-content .am-grid-item-inner-content .am-grid-icon{max-width:100%}.am-grid .am-flexbox .am-flexbox-item .am-grid-item-content .am-grid-item-inner-content .am-grid-text{color:#000;font-size:12px;margin-top:9px;text-align:center}.am-grid .am-flexbox .am-flexbox-item .am-grid-item-content .am-grid-item-inner-content.column-num-3 .am-grid-text{font-size:16px}.am-grid .am-flexbox .am-flexbox-item .am-grid-item-content .am-grid-item-inner-content.column-num-2 .am-grid-text{font-size:18px;margin-top:15px}.am-grid.am-grid-line{position:relative}.am-grid.am-grid-line:not(.am-grid-carousel){border-right:1px solid #ddd;border-top:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-grid.am-grid-line:not(.am-grid-carousel){border-top:none}html:not([data-scale]) .am-grid.am-grid-line:not(.am-grid-carousel):before{background-color:#ddd;bottom:auto;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:0;transform:scaleY(.5);transform-origin:50% 50%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-grid.am-grid-line:not(.am-grid-carousel):before{transform:scaleY(.33)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-grid.am-grid-line:not(.am-grid-carousel){border-right:none}html:not([data-scale]) .am-grid.am-grid-line:not(.am-grid-carousel):after{background-color:#ddd;background:#ddd;bottom:auto;content:"";display:block;height:100%;left:auto;position:absolute;right:0;top:0;transform:scaleX(.5);transform-origin:100% 50%;width:1PX;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-grid.am-grid-line:not(.am-grid-carousel):after{transform:scaleX(.33)}}.am-grid.am-grid-line .am-flexbox{border-bottom:1px solid #ddd;position:relative}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-grid.am-grid-line .am-flexbox{border-bottom:none}html:not([data-scale]) .am-grid.am-grid-line .am-flexbox:after{background-color:#ddd;bottom:0;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:auto;transform:scaleY(.5);transform-origin:50% 100%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-grid.am-grid-line .am-flexbox:after{transform:scaleY(.33)}}.am-grid.am-grid-line .am-flexbox .am-flexbox-item{position:relative}.am-grid.am-grid-line .am-flexbox .am-flexbox-item:first-child{border-left:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-grid.am-grid-line .am-flexbox .am-flexbox-item:first-child{border-left:none}html:not([data-scale]) .am-grid.am-grid-line .am-flexbox .am-flexbox-item:first-child:before{background-color:#ddd;bottom:auto;content:"";display:block;height:100%;left:0;position:absolute;right:auto;top:0;transform:scaleX(.5);transform-origin:100% 50%;width:1PX;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-grid.am-grid-line .am-flexbox .am-flexbox-item:first-child:before{transform:scaleX(.33)}}.am-grid.am-grid-line .am-flexbox .am-flexbox-item:not(:last-child){border-right:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-grid.am-grid-line .am-flexbox .am-flexbox-item:not(:last-child){border-right:none}html:not([data-scale]) .am-grid.am-grid-line .am-flexbox .am-flexbox-item:not(:last-child):after{background-color:#ddd;background:#ddd;bottom:auto;content:"";display:block;height:100%;left:auto;position:absolute;right:0;top:0;transform:scaleX(.5);transform-origin:100% 50%;width:1PX;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-grid.am-grid-line .am-flexbox .am-flexbox-item:not(:last-child):after{transform:scaleX(.33)}}.am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page{border-right:1px solid #ddd;border-top:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page{border-top:none}html:not([data-scale]) .am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page:before{background-color:#ddd;bottom:auto;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:0;transform:scaleY(.5);transform-origin:50% 50%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page:before{transform:scaleY(.33)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page{border-right:none}html:not([data-scale]) .am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page:after{background-color:#ddd;background:#ddd;bottom:auto;content:"";display:block;height:100%;left:auto;position:absolute;right:0;top:0;transform:scaleX(.5);transform-origin:100% 50%;width:1PX;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page:after{transform:scaleX(.33)}}.am-grid .am-carousel .am-carousel-wrap-dot>span{background:#dcdee3}.am-grid .am-carousel .am-carousel-wrap-dot-active>span{background:#0ae}.am-grid.am-grid-square .am-grid-item:before{content:" ";display:block;padding-bottom:100%}.am-grid.am-grid-square .am-grid-item .am-grid-item-content{position:absolute;top:50%;transform:translateY(-50%)}.am-grid.am-grid-square .am-grid-item .am-grid-item-inner-content{height:100%}.am-grid.am-grid-square .am-grid-item .am-grid-item-inner-content .am-grid-icon{margin-top:9px;width:28%!important}.am-icon{fill:currentColor;background-size:cover;height:22px;width:22px}.am-icon-xxs{height:15px;width:15px}.am-icon-xs{height:18px;width:18px}.am-icon-sm{height:21px;width:21px}.am-icon-md{height:22px;width:22px}.am-icon-lg{height:36px;width:36px}.am-icon-loading{animation:cirle-anim 1s linear infinite}@keyframes cirle-anim{to{transform:rotate(1turn)}}.am-image-picker-list{margin-bottom:15px;padding:9px 8px 0}.am-image-picker-list .am-flexbox{margin-bottom:6px}.am-image-picker-list .am-flexbox .am-flexbox-item{margin-left:0;margin-right:5px;position:relative}.am-image-picker-list .am-flexbox .am-flexbox-item:after{content:" ";display:block;padding-bottom:100%}.am-image-picker-list .am-image-picker-item{height:100%;position:absolute;top:50%;transform:translateY(-50%);width:100%}.am-image-picker-list .am-image-picker-item .am-image-picker-item-remove{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill-opacity='.4' fill='%23404040' cx='8' cy='8' r='8'/%3E%3Cpath d='M11.898 4.101a.345.345 0 0 0-.488 0L8 7.511l-3.411-3.41a.345.345 0 0 0-.488.488l3.411 3.41-3.41 3.412a.345.345 0 0 0 .488.488L8 8.487l3.411 3.411a.345.345 0 0 0 .488-.488L8.488 8l3.41-3.412a.344.344 0 0 0 0-.487Z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");background-size:15px auto;height:15px;position:absolute;right:6px;text-align:right;top:6px;vertical-align:top;width:15px;z-index:2}.am-image-picker-list .am-image-picker-item .am-image-picker-item-content{background-size:cover;border-radius:3px;height:100%;width:100%}.am-image-picker-list .am-image-picker-item img{width:100%}.am-image-picker-list .am-image-picker-upload-btn{background-color:#fff;border:1px solid #ddd;border-radius:3px;box-sizing:border-box}.am-image-picker-list .am-image-picker-upload-btn:after,.am-image-picker-list .am-image-picker-upload-btn:before{background-color:#ccc;content:" ";height:25px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1PX}.am-image-picker-list .am-image-picker-upload-btn:after{height:1PX;width:25px}.am-image-picker-list .am-image-picker-upload-btn-active{background-color:#ddd}.am-image-picker-list .am-image-picker-upload-btn input{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.am-list-item .am-input-control .fake-input-container .fake-input.focus:after{border-right:1.5px solid #ff4941}.am-list-item .am-input-clear-active,.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm{background-color:#ff4941}.am-list-header{box-sizing:border-box;color:#888;font-size:14px;padding:15px 15px 9px;width:100%}.am-list-footer{color:#888;font-size:14px;padding:9px 15px 15px}.am-list-body{background-color:#fff;border-bottom:1px solid #ddd;border-top:1px solid #ddd;position:relative}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-list-body{border-top:none}html:not([data-scale]) .am-list-body:before{background-color:#ddd;bottom:auto;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:0;transform:scaleY(.5);transform-origin:50% 50%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-list-body:before{transform:scaleY(.33)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-list-body{border-bottom:none}html:not([data-scale]) .am-list-body:after{background-color:#ddd;bottom:0;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:auto;transform:scaleY(.5);transform-origin:50% 100%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-list-body:after{transform:scaleY(.33)}}.am-list-body div:not(:last-child) .am-list-line{border-bottom:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line{border-bottom:none}html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line:after{background-color:#ddd;bottom:0;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:auto;transform:scaleY(.5);transform-origin:50% 100%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line:after{transform:scaleY(.33)}}.am-list-item{align-items:center;background-color:#fff;display:flex;min-height:44px;overflow:hidden;padding-left:15px;position:relative;transition:background-color .2s;vertical-align:middle}.am-list-item .am-list-ripple{background:0 0;border-radius:100%;cursor:pointer;display:inline-block;outline:0;overflow:hidden;position:absolute;transform:scale(0);transition:box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);will-change:box-shadow,transform}.am-list-item .am-list-ripple.am-list-ripple-animate{animation:ripple 1s linear;background-color:#9e9e9e33}.am-list-item.am-list-item-top .am-list-line{align-items:flex-start}.am-list-item.am-list-item-top .am-list-line .am-list-arrow{margin-top:2px}.am-list-item.am-list-item-middle .am-list-line{align-items:center}.am-list-item.am-list-item-bottom .am-list-line{align-items:flex-end}.am-list-item.am-list-item-error .am-list-line .am-list-extra,.am-list-item.am-list-item-error .am-list-line .am-list-extra .am-list-brief{color:#f50}.am-list-item.am-list-item-active{background-color:#ddd}.am-list-item.am-list-item-disabled .am-list-line .am-list-content,.am-list-item.am-list-item-disabled .am-list-line .am-list-extra{color:#bbb}.am-list-item img{height:22px;vertical-align:middle;width:22px}.am-list-item .am-list-thumb:first-child{margin-right:15px}.am-list-item .am-list-thumb:last-child{margin-left:8px}.am-list-item .am-list-line{align-self:stretch;display:flex;flex:1 1;overflow:hidden;padding-right:15px;position:relative}.am-list-item .am-list-line .am-list-content{color:#000;flex:1 1;font-size:17px;text-align:left}.am-list-item .am-list-line .am-list-content,.am-list-item .am-list-line .am-list-extra{line-height:1.5;overflow:hidden;padding-bottom:7px;padding-top:7px;text-overflow:ellipsis;white-space:nowrap;width:auto}.am-list-item .am-list-line .am-list-extra{color:#888;flex-basis:36%;font-size:16px;text-align:right}.am-list-item .am-list-line .am-list-brief,.am-list-item .am-list-line .am-list-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto}.am-list-item .am-list-line .am-list-brief{color:#888;font-size:15px;line-height:1.5;margin-top:6px}.am-list-item .am-list-line .am-list-arrow{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0 0 2l11.5 11L0 24l2 2 14-13z' fill='%23C7C7CC' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:50% 50%;background-repeat:no-repeat;background-size:contain;display:block;height:15px;margin-left:8px;visibility:hidden;width:15px}.am-list-item .am-list-line .am-list-arrow-horizontal{visibility:visible}.am-list-item .am-list-line .am-list-arrow-vertical{transform:rotate(90deg);visibility:visible}.am-list-item .am-list-line .am-list-arrow-vertical-up{transform:rotate(270deg);visibility:visible}.am-list-item .am-list-line-multiple{padding:12.5px 15px 12.5px 0}.am-list-item .am-list-line-multiple .am-list-content,.am-list-item .am-list-line-multiple .am-list-extra{padding-bottom:0;padding-top:0}.am-list-item .am-list-line-wrap .am-list-content,.am-list-item .am-list-line-wrap .am-list-extra{white-space:normal}.am-list-item select{-webkit-appearance:none;appearance:none;background-color:initial;border:0;display:block;font-size:17px;height:100%;padding:0;position:relative;width:100%}@keyframes ripple{to{opacity:0;transform:scale(2.5)}}.am-indexed-list-quick-search-bar{color:#ff4941}.am-menu{background-color:#f5f5f9}.am-menu .am-menu-select-container{flex-grow:2}.am-menu .am-menu-select-container .am-menu-select-container-submenu{align-self:stretch}.am-menu .am-multi-select-btns{height:47px;width:100%}.am-menu .am-multi-select-btns .am-multi-select-btns-btn{border:1px solid #ddd;border-radius:0;height:100%;width:50%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-menu .am-multi-select-btns .am-multi-select-btns-btn{border:none;position:relative}html:not([data-scale]) .am-menu .am-multi-select-btns .am-multi-select-btns-btn:before{border:1px solid #ddd;border-radius:0;box-sizing:border-box;content:"";height:200%;left:0;pointer-events:none;position:absolute;top:0;transform:scale(.5);transform-origin:0 0;width:200%}}.am-menu .am-flexbox .am-flexbox-item{-webkit-overflow-scrolling:touch;margin-left:0;overflow-y:scroll}.am-menu .am-flexbox .am-flexbox-item .am-list{padding:0}.am-menu .am-flexbox .am-flexbox-item .am-list .am-list-item .am-list-line .am-list-content{font-size:16px}.am-menu .am-flexbox .am-flexbox-item .am-list .am-list-item .am-list-line .am-list-extra .am-checkbox-wrapper .am-checkbox{bottom:0;height:100%;left:0;overflow:visible;position:absolute;right:0;top:0;width:100%}.am-menu .am-flexbox .am-flexbox-item .am-list .am-list-item .am-list-line .am-list-extra .am-checkbox-wrapper .am-checkbox .am-checkbox-inner{right:15px;top:12px}.am-menu .am-flexbox .am-flexbox-item:first-child{background-color:#f7f7f7}.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-body{background-color:#f7f7f7;border-bottom:0}.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-body:after{display:none!important}.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item{background-color:#f7f7f7}.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item .am-list-line{border-bottom:0}.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item .am-list-line:after{display:none!important}.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item .am-list-line .am-list-content{color:#000}.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item:last-child{border-bottom:0}.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item:last-child:after{display:none!important}.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item.am-menu-selected,.am-menu .am-flexbox .am-flexbox-item:last-child{background-color:#fff}.am-menu .am-flexbox .am-flexbox-item:last-child .am-list .am-list-item{background-color:#fff;border-bottom:0}.am-menu .am-flexbox .am-flexbox-item:last-child .am-list .am-list-item:after{display:none!important}.am-menu .am-flexbox .am-flexbox-item:last-child .am-list .am-list-item .am-list-line .am-list-extra{flex:0 1}.am-menu .am-flexbox .am-flexbox-item:last-child .am-list .am-list-item.am-sub-menu-item-selected .am-list-line .am-list-content{color:#ff4941}.am-menu .am-flexbox .am-flexbox-item:last-child .am-list .am-list-item.am-sub-menu-item-disabled .am-list-line .am-list-content{color:#bbb}.am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item .am-list-line{border-bottom:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item .am-list-line{border-bottom:none}html:not([data-scale]) .am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item .am-list-line:after{background-color:#ddd;bottom:0;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:auto;transform:scaleY(.5);transform-origin:50% 100%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item .am-list-line:after{transform:scaleY(.33)}}.am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item:last-child{border-bottom:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item:last-child{border-bottom:none}html:not([data-scale]) .am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item:last-child:after{background-color:#ddd;bottom:0;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:auto;transform:scaleY(.5);transform-origin:50% 100%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item:last-child:after{transform:scaleY(.33)}}.am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item:last-child .am-list-line{border-bottom:0}.am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item:last-child .am-list-line:after{display:none!important}.am-modal{position:relative}.am-modal:not(.am-modal-transparent):not(.am-modal-popup){height:100%;width:100%}.am-modal-mask{background-color:#0006;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;z-index:999}.am-modal-mask-hidden{display:none}.am-modal-wrap{-webkit-overflow-scrolling:touch;align-items:center;bottom:0;display:flex;height:100%;justify-content:center;left:0;outline:0;overflow:auto;position:fixed;right:0;top:0;transform:translateZ(1px);z-index:999}.am-modal-wrap-popup{display:block}.am-modal-transparent{width:270px}.am-modal-transparent .am-modal-content{border-radius:7px;padding-top:15px}.am-modal-transparent .am-modal-content .am-modal-body{padding:0 15px 15px}.am-modal-popup{left:0;position:fixed;width:100%}.am-modal-popup-slide-down{top:0}.am-modal-popup-slide-up{bottom:0}.am-modal-popup .am-modal-content{padding-bottom:env(safe-area-inset-bottom)}.am-modal-title{color:#000;font-size:18px;line-height:1;margin:0;text-align:center}.am-modal-header{padding:6px 15px 15px}.am-modal-content{background-clip:padding-box;background-color:#fff;border:0;height:100%;overflow:hidden;position:relative;text-align:center}.am-modal-close{background-color:initial;border:0;height:21px;outline:0;padding:0;position:absolute;right:15px;width:21px;z-index:999}.am-modal-close-x{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23888' fill-rule='evenodd'%3E%3Cpath d='m1.414 0 28.284 28.284-1.414 1.414L0 1.414z'/%3E%3Cpath d='M28.284 0 0 28.284l1.414 1.414L29.698 1.414z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;display:inline-block;height:15px;width:15px}.am-modal-body{color:#888;font-size:15px;height:100%;line-height:1.5;overflow:auto}.am-modal-button-group-h{border-top:1px solid #ddd;display:flex;position:relative}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-modal-button-group-h{border-top:none}html:not([data-scale]) .am-modal-button-group-h:before{background-color:#ddd;bottom:auto;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:0;transform:scaleY(.5);transform-origin:50% 50%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-modal-button-group-h:before{transform:scaleY(.33)}}.am-modal-button-group-h .am-modal-button{-webkit-touch-callout:none;box-sizing:border-box;color:#ff4941;display:block;flex:1 1;font-size:18px;height:50px;line-height:50px;outline:0;overflow:hidden;text-align:center;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:auto}.am-modal-button-group-h .am-modal-button:first-child{color:#000}.am-modal-button-group-h .am-modal-button:last-child{border-left:1px solid #ddd;position:relative}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child{border-left:none}html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child:before{background-color:#ddd;bottom:auto;content:"";display:block;height:100%;left:0;position:absolute;right:auto;top:0;transform:scaleX(.5);transform-origin:100% 50%;width:1PX;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child:before{transform:scaleX(.33)}}.am-modal-button-group-v .am-modal-button{-webkit-touch-callout:none;border-top:1px solid #ddd;box-sizing:border-box;color:#ff4941;display:block;font-size:18px;height:50px;line-height:50px;outline:0;overflow:hidden;position:relative;text-align:center;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:auto}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-modal-button-group-v .am-modal-button{border-top:none}html:not([data-scale]) .am-modal-button-group-v .am-modal-button:before{background-color:#ddd;bottom:auto;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:0;transform:scaleY(.5);transform-origin:50% 50%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-modal-button-group-v .am-modal-button:before{transform:scaleY(.33)}}.am-modal-button-active{background-color:#ddd}.am-modal-input-container{border:1px solid #ddd;border-radius:3px;margin-top:9px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-modal-input-container{border:none;position:relative}html:not([data-scale]) .am-modal-input-container:before{border:1px solid #ddd;border-radius:6px;box-sizing:border-box;content:"";height:200%;left:0;pointer-events:none;position:absolute;top:0;transform:scale(.5);transform-origin:0 0;width:200%}}.am-modal-input{height:36px;line-height:1}.am-modal-input:nth-child(2){border-top:1px solid #ddd;position:relative}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-modal-input:nth-child(2){border-top:none}html:not([data-scale]) .am-modal-input:nth-child(2):before{background-color:#ddd;bottom:auto;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:0;transform:scaleY(.5);transform-origin:50% 50%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-modal-input:nth-child(2):before{transform:scaleY(.33)}}.am-modal-input input{border:0;box-sizing:border-box;height:34px;margin:0;position:relative;top:1PX;width:98%}.am-modal-input input::placeholder{color:#ccc;font-size:14px;padding-left:8px}.am-modal.am-modal-transparent.am-modal-android .am-modal-content{border-radius:0}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header{padding:9px 24px 12px}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header .am-modal-title{color:#000;font-size:21px;text-align:left}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body{color:#000;padding:0 24px 15px;text-align:left}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container{border:0;border-bottom:1px solid #ddd}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container:before{display:none!important}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container{border-bottom:none}html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container:after{background-color:#ddd;bottom:0;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:auto;transform:scaleY(.5);transform-origin:50% 100%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container:after{transform:scaleY(.33)}}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container .am-modal-input:first-child{border-top:0}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container .am-modal-input:first-child:before{display:none!important}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer{padding-bottom:12px}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h{border-top:0;justify-content:flex-end;overflow:hidden;padding:0 12px}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h:before{display:none!important}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button{box-sizing:border-box;flex:initial;height:48px;margin-left:3px;padding:0 15px}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:first-child{color:#777}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:last-child{border-left:0}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:last-child:before{display:none!important}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal{display:flex;justify-content:flex-end;overflow:hidden;padding:0 12px}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal .am-modal-button{border-top:0;box-sizing:border-box;height:48px;margin-left:3px;padding:0 15px}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal .am-modal-button:before{display:none!important}.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-operation .am-modal-button{padding-left:15px;text-align:start}.am-modal.am-modal-operation .am-modal-content{border-radius:7px;height:auto;padding-top:0}.am-modal.am-modal-operation .am-modal-content .am-modal-body{padding:0!important}.am-modal.am-modal-operation .am-modal-content .am-modal-button{color:#000;padding-left:15px;text-align:left}.am-modal-alert-content,.am-modal-propmt-content{zoom:1;overflow:hidden}.am-navbar{align-items:center;background-color:#ff4941;color:#fff;display:flex;height:45px}.am-navbar-left,.am-navbar-right,.am-navbar-title{align-items:center;display:flex;flex:1 1;height:100%}.am-navbar-left{font-size:16px;padding-left:15px}.am-navbar-left-icon{display:inherit;margin-right:5px}.am-navbar-title{font-size:18px;justify-content:center;white-space:nowrap}.am-navbar-right{font-size:16px;justify-content:flex-end;margin-right:15px}.am-navbar-light{background-color:#fff;color:#ff4941}.am-navbar-light .am-navbar-title{color:#000}.am-notice-bar{background-color:#fefcec;color:#f76a24;display:flex;font-size:14px;height:36px;line-height:36px;overflow:hidden}.am-notice-bar-content{flex:1 1;margin:auto 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;width:auto}.am-notice-bar-icon{align-items:center;display:flex;margin-left:15px}.am-notice-bar-icon .am-notice-bar-trips{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='38' height='33' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M17.838 28.8c-.564-.468-1.192-.983-1.836-1.496-4.244-3.385-5.294-3.67-6.006-3.67-.014 0-.027.005-.04.005-.015 0-.028-.005-.042-.005H3.562c-.734 0-.903-.203-.903-.928V10.085c0-.49.058-.8.66-.8h5.782c.693 0 1.758-.28 6.4-3.628.828-.597 1.637-1.197 2.336-1.723V28.8zM19.682.19a1.36 1.36 0 0 0-1.417.157c-.02.016-1.983 1.552-4.152 3.125C10.34 6.21 9.243 6.664 9.02 6.737H3.676c-.027 0-.053.003-.08.004H1.183c-.608 0-1.1.486-1.1 1.085V25.14c0 .598.492 1.084 1.1 1.084h8.71c.22.08 1.257.55 4.605 3.24 1.947 1.562 3.694 3.088 3.712 3.103a1.362 1.362 0 0 0 1.44.217c.48-.213.79-.684.79-1.204V1.38c0-.506-.294-.968-.758-1.19z' mask='url(%23mask-2)'/%3E%3Cpath d='M31.42 16.475c0-3.363-1.854-6.297-4.606-7.876-.125-.066-.42-.192-.625-.192a1.1 1.1 0 0 0-1.108 1.09c0 .404.22.764.55.952 2.128 1.19 3.565 3.442 3.565 6.025 0 2.627-1.486 4.913-3.677 6.087-.318.19-.53.54-.53.934 0 .602.496 1.09 1.107 1.09.26.002.568-.15.568-.15 2.835-1.556 4.754-4.538 4.754-7.96' mask='url(%23mask-4)'/%3E%3Cpath d='M30.14 3.057c-.205-.122-.41-.22-.658-.22-.608 0-1.1.485-1.1 1.084 0 .433.26.78.627.977 4.043 2.323 6.762 6.636 6.762 11.578 0 4.938-2.716 9.248-6.755 11.572-.354.19-.66.55-.66.993 0 .6.494 1.084 1.102 1.084.243 0 .438-.092.65-.213 4.692-2.695 7.848-7.7 7.848-13.435 0-5.723-3.142-10.718-7.817-13.418' mask='url(%23mask-6)'/%3E%3C/g%3E%3C/svg%3E")}.am-notice-bar-icon+div{margin-left:5px}.am-notice-bar-operation{align-items:center;display:flex;padding-right:8px}.am-pagination-wrap .active{color:#ff4941}.am-picker-popup{background-color:#fff;bottom:0;left:0;padding-bottom:env(safe-area-inset-bottom);position:fixed;width:100%}.am-picker-popup-wrap{-webkit-overflow-scrolling:touch;outline:0;overflow:auto}.am-picker-popup-mask,.am-picker-popup-wrap{bottom:0;left:0;position:fixed;right:0;top:0;transform:translateZ(1px);z-index:1000}.am-picker-popup-mask{background-color:#0006;height:100%}.am-picker-popup-mask-hidden{display:none}.am-picker-popup-header{align-items:center;background-image:linear-gradient(180deg,#e7e7e7,#e7e7e7,#0000,#0000);background-position:bottom;background-repeat:no-repeat;background-size:100% 1PX;border-bottom:1px solid #ddd;display:flex;position:relative}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-picker-popup-header{border-bottom:none}html:not([data-scale]) .am-picker-popup-header:after{background-color:#ddd;bottom:0;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:auto;transform:scaleY(.5);transform-origin:50% 100%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-picker-popup-header:after{transform:scaleY(.33)}}.am-picker-popup-header .am-picker-popup-header-right{text-align:right}.am-picker-popup-item{align-items:center;box-sizing:border-box;color:#ff4941;display:flex;font-size:17px;height:42px;justify-content:center;padding:9px 15px}.am-picker-popup-item-active{background-color:#ddd}.am-picker-popup-title{color:#000;flex:1 1;text-align:center}.am-picker-popup .am-picker-popup-close{display:none}.am-picker{flex:1 1}.am-picker-col{display:block;height:238px;overflow:hidden;position:relative;width:100%}.am-picker-col-content{left:0;padding:102px 0;position:absolute;top:0;width:100%;z-index:1}.am-picker-col-item{color:#000;font-size:16px;height:34px;line-height:34px;text-align:center;text-overflow:ellipsis;touch-action:manipulation;white-space:nowrap}.am-picker-col-item-selected{font-size:17px}.am-picker-col-mask{background-image:linear-gradient(180deg,#fffffff2,#fff9),linear-gradient(0deg,#fffffff2,#fff9);background-position:top,bottom;background-repeat:no-repeat;background-size:100% 102px;height:100%;margin:0 auto;top:0}.am-picker-col-indicator,.am-picker-col-mask{left:0;position:absolute;width:100%;z-index:3}.am-picker-col-indicator{border-bottom:1px solid #ddd;border-top:1px solid #ddd;box-sizing:border-box;height:34px;top:102px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-picker-col-indicator{border-top:none}html:not([data-scale]) .am-picker-col-indicator:before{background-color:#ddd;bottom:auto;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:0;transform:scaleY(.5);transform-origin:50% 50%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-picker-col-indicator:before{transform:scaleY(.33)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-picker-col-indicator{border-bottom:none}html:not([data-scale]) .am-picker-col-indicator:after{background-color:#ddd;bottom:0;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:auto;transform:scaleY(.5);transform-origin:50% 100%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-picker-col-indicator:after{transform:scaleY(.33)}}.am-picker{align-items:center;display:flex}.am-picker-item{flex:1 1;text-align:center}.am-popover{position:absolute;z-index:1999}.am-popover-hidden{display:none}.am-popover-mask{background-color:#0006;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;z-index:999}.am-popover-mask-hidden{display:none}.am-popover-arrow{background-color:#fff;border-radius:1PX;box-shadow:0 0 2px #00000036;height:7px;position:absolute;transform:rotate(45deg);width:7px;z-index:0}.am-popover-placement-top .am-popover-arrow,.am-popover-placement-topLeft .am-popover-arrow,.am-popover-placement-topRight .am-popover-arrow{bottom:-3.5px;transform:rotate(225deg)}.am-popover-placement-top .am-popover-arrow{left:50%}.am-popover-placement-topLeft .am-popover-arrow{left:8px}.am-popover-placement-topRight .am-popover-arrow{right:8px}.am-popover-placement-right .am-popover-arrow,.am-popover-placement-rightBottom .am-popover-arrow,.am-popover-placement-rightTop .am-popover-arrow{left:-3.5px;transform:rotate(-45deg)}.am-popover-placement-right .am-popover-arrow{top:50%}.am-popover-placement-rightTop .am-popover-arrow{top:8px}.am-popover-placement-rightBottom .am-popover-arrow{bottom:8px}.am-popover-placement-left .am-popover-arrow,.am-popover-placement-leftBottom .am-popover-arrow,.am-popover-placement-leftTop .am-popover-arrow{right:-3.5px;transform:rotate(135deg)}.am-popover-placement-left .am-popover-arrow{top:50%}.am-popover-placement-leftTop .am-popover-arrow{top:8px}.am-popover-placement-leftBottom .am-popover-arrow{bottom:8px}.am-popover-placement-bottom .am-popover-arrow,.am-popover-placement-bottomLeft .am-popover-arrow,.am-popover-placement-bottomRight .am-popover-arrow{top:-3.5px}.am-popover-placement-bottom .am-popover-arrow{left:50%}.am-popover-placement-bottomLeft .am-popover-arrow{left:8px}.am-popover-placement-bottomRight .am-popover-arrow{right:8px}.am-popover-inner{background-color:#fff;border-radius:3px;box-shadow:0 0 2px #00000036;color:#000;font-size:15px;overflow:hidden}.am-popover-inner-wrapper{background-color:#fff;position:relative}.am-popover .am-popover-item{padding:0 8px}.am-popover .am-popover-item-container{align-items:center;box-sizing:border-box;display:flex;height:39px;padding:0 8px;position:relative}.am-popover .am-popover-item:not(:first-child) .am-popover-item-container{border-top:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-popover .am-popover-item:not(:first-child) .am-popover-item-container{border-top:none}html:not([data-scale]) .am-popover .am-popover-item:not(:first-child) .am-popover-item-container:before{background-color:#ddd;bottom:auto;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:0;transform:scaleY(.5);transform-origin:50% 50%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-popover .am-popover-item:not(:first-child) .am-popover-item-container:before{transform:scaleY(.33)}}.am-popover .am-popover-item.am-popover-item-active .am-popover-item-container{border-top:0}.am-popover .am-popover-item.am-popover-item-active .am-popover-item-container:before{display:none!important}.am-popover .am-popover-item.am-popover-item-active+.am-popover-item .am-popover-item-container{border-top:0}.am-popover .am-popover-item.am-popover-item-active+.am-popover-item .am-popover-item-container:before{display:none!important}.am-popover .am-popover-item.am-popover-item-active{background-color:#ddd}.am-popover .am-popover-item.am-popover-item-active.am-popover-item-fix-active-arrow{position:relative}.am-popover .am-popover-item.am-popover-item-disabled{color:#bbb}.am-popover .am-popover-item.am-popover-item-disabled.am-popover-item-active{background-color:initial}.am-popover .am-popover-item-icon{height:18px;margin-right:8px;width:18px}.am-progress-outer{background-color:#ddd;display:block}.am-progress-fixed-outer{left:0;position:fixed;top:0;width:100%;z-index:2000}.am-progress-hide-outer{background-color:initial}.am-progress-bar{border:2px solid #ff4941;transition:all .3s linear 0s}.am-pull-to-refresh-content-wrapper{padding:10px}.am-radio{display:inline-block;height:15px;position:relative;vertical-align:middle;width:15px}.am-radio-inner{box-sizing:border-box;height:15px;position:absolute;right:0;transform:rotate(0);width:15px}.am-radio-inner:after{border-style:solid;border-width:0 1.5px 1.5px 0;content:" ";display:none;height:14px;position:absolute;right:5px;top:-2.5px;transform:rotate(45deg);width:7px;z-index:999}.am-radio-input{-webkit-appearance:none;appearance:none;border:0;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:2}.am-radio.am-radio-checked .am-radio-inner{border-width:0}.am-radio.am-radio-checked .am-radio-inner:after{border-color:#ff4941;display:block}.am-radio.am-radio-disabled.am-radio-checked .am-radio-inner:after{border-color:#bbb;display:block}.am-list .am-list-item.am-radio-item .am-list-line .am-list-extra{flex:0 1}.am-list .am-list-item.am-radio-item .am-list-line .am-list-extra .am-radio{bottom:0;height:44px;left:0;overflow:visible;position:absolute;right:0;top:0;width:100%}.am-list .am-list-item.am-radio-item .am-list-line .am-list-extra .am-radio-inner{right:15px;top:15px}.am-list .am-list-item.am-radio-item.am-radio-item-disabled .am-list-content{color:#bbb}.am-result{background-color:#fff;border-bottom:1px solid #ddd;padding-bottom:21px;padding-top:30px;position:relative;text-align:center;width:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-result{border-bottom:none}html:not([data-scale]) .am-result:after{background-color:#ddd;bottom:0;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:auto;transform:scaleY(.5);transform-origin:50% 100%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-result:after{transform:scaleY(.33)}}.am-result .am-result-pic{background-size:60px 60px;height:60px;line-height:60px;margin:0 auto;width:60px}.am-result .am-result-message,.am-result .am-result-title{color:#000;font-size:21px;padding-left:15px;padding-right:15px}.am-result .am-result-title{line-height:1;margin-top:15px}.am-result .am-result-message{color:#888;font-size:16px;line-height:1.5;margin-top:9px}.am-result .am-result-button{margin-top:15px;padding:0 15px}.am-search{align-items:center;background-color:#efeff4;display:flex;height:44px;padding:0 8px}.am-search,.am-search-input{overflow:hidden;position:relative}.am-search-input{background-clip:padding-box;background-color:#fff;border-radius:3px;flex:1 1;height:28px;width:100%}.am-search-input .am-search-synthetic-ph,.am-search-input input[type=search]{left:0;position:absolute;top:0}.am-search-input .am-search-synthetic-ph{box-sizing:initial;display:block;height:28px;line-height:28px;text-align:center;transition:width .3s;width:100%;z-index:1}.am-search-input .am-search-synthetic-ph-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='38' height='36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.05 25.23a15.81 15.81 0 0 0 3.004-9.294c0-8.8-7.17-15.934-16.017-15.934C7.192.002.02 7.136.02 15.936c0 8.802 7.172 15.937 16.017 15.937a16 16 0 0 0 10.772-4.143l8.873 8.232 2.296-2.45-8.927-8.282zM16.2 28.933c-7.19 0-13.04-5.788-13.04-12.903 0-7.113 5.85-12.904 13.04-12.904 7.19 0 12.9 5.79 12.9 12.904 0 7.115-5.71 12.903-12.9 12.903z' fill='%23bbb' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:15px auto;display:inline-block;height:15px;margin-right:5px;overflow:hidden;vertical-align:-2.5px;width:15px}.am-search-input .am-search-synthetic-ph-placeholder{color:#bbb;font-size:15px}.am-search-input input[type=search]{background-color:initial;border:0;color:#000;display:block;font-size:15px;height:28px;opacity:0;text-align:left;width:100%;z-index:2}.am-search-input input[type=search]::placeholder{background:0 0;color:#0000;text-align:left}.am-search-input input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.am-search-input .am-search-clear{background-color:initial;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23ccc'/%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-miterlimit='10' d='m8 8 12 12'/%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-miterlimit='10' d='M20 8 8 20'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:15px 15px;border-radius:50%;box-sizing:initial;display:none;height:15px;padding:6.5px;position:absolute;right:0;top:0;transition:all .3s;width:15px;z-index:3}.am-search-input .am-search-clear-active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23FF4941'/%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-miterlimit='10' d='m8 8 12 12'/%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-miterlimit='10' d='M20 8 8 20'/%3E%3C/svg%3E")}.am-search-input .am-search-clear-show{display:block}.am-search-cancel{color:#ff4941;flex:none;font-size:16px;height:44px;line-height:44px;opacity:0;padding-left:8px;text-align:right}.am-search-cancel-anim{transition:margin-right .3s,opacity .3s;transition-delay:.1s}.am-search-cancel-show{opacity:1}.am-search.am-search-start .am-search-input input[type=search]{opacity:1;padding:0 28px 0 35px}.am-search.am-search-start .am-search-input input[type=search]::placeholder{color:#0000}.am-search.am-search-start .am-search-input .am-search-synthetic-ph{padding-left:15px;width:auto}.am-segment{border-radius:5px;display:flex;min-height:27px;opacity:1;overflow:hidden}.am-segment.am-segment-disabled{opacity:.5}.am-segment-item{align-items:center;border:1px solid #ff4941;border-left-width:0;box-sizing:border-box;color:#ff4941;display:flex;flex:1 1;font-size:14px;justify-content:center;line-height:1;position:relative;transition:background .2s;width:100%}.am-segment-item-tintcolor{border-color:#ff4941}.am-segment-item:first-child{border-left-width:1PX;border-radius:5px 0 0 5px}.am-segment-item:last-child{border-radius:0 5px 5px 0}.am-segment-item-selected{background:#ff4941;color:#fff}.am-segment-item-active .am-segment-item-inner{background-color:#ff4941;height:100%;left:0;opacity:.1;position:absolute;top:0;transition:background .2s;width:100%}.am-slider-track{background-color:#ff4941}.am-slider-handle{border:2px solid #ff4941}.am-slider-handle:focus{background-color:#ff6d67}.am-slider-dot-active{border-color:#ff4941}.am-stepper{box-sizing:initial;display:inline-block;font-size:14px;height:35px;line-height:35px;margin:0;overflow:hidden;padding:2px 0;position:relative;vertical-align:middle;width:63px}.am-stepper-handler-wrap{font-size:24px;position:absolute;width:100%}.am-stepper-handler,.am-stepper-handler-down-inner,.am-stepper-handler-up-inner{height:30px;line-height:30px;width:30px}.am-stepper-handler{border:1px solid #ddd;border-radius:5px;box-sizing:initial;color:#000;display:inline-block;overflow:hidden;position:absolute;text-align:center}.am-stepper-handler-active{background-color:#ddd;z-index:2}.am-stepper-handler-down-inner,.am-stepper-handler-up-inner{color:#000;right:2px;-webkit-user-select:none;user-select:none}.am-stepper-input-wrap{display:none;height:30px;line-height:30px;overflow:hidden;text-align:center;width:100%}.am-stepper-input{background:0 0;border:0;color:#000;display:none;font-size:16px;padding:0;text-align:center;vertical-align:middle;width:60px}.am-stepper-input[disabled]{color:#000;opacity:1}.am-stepper.showNumber{width:138px}.am-stepper.showNumber .am-stepper-input,.am-stepper.showNumber .am-stepper-input-wrap{display:inline-block}.am-stepper.showNumber .am-stepper-handler-down-disabled{right:-1PX}.am-stepper-handler-up{cursor:pointer;right:0}.am-stepper-handler-up-inner:before{content:"+";text-align:center}.am-stepper-handler-down{cursor:pointer;left:0}.am-stepper-handler-down-inner:before{content:"-";text-align:center}.am-stepper-handler-down-disabled,.am-stepper-handler-up-disabled{opacity:.3}.am-stepper-handler-up-disabled .am-stepper-handler-active{background:0 0}.am-stepper-disabled .am-stepper-handler-down,.am-stepper-disabled .am-stepper-handler-up{background:0 0;opacity:.3}.am-stepper-disabled .am-stepper-handler,.am-stepper-disabled .am-stepper-input-wrap{opacity:.3}.am-steps{display:flex;font-size:0;line-height:1.5;width:100%}.am-steps,.am-steps *{box-sizing:border-box}.am-steps-item{display:inline-block;flex:1 1;overflow:hidden;position:relative;vertical-align:top}.am-steps-item:last-child{flex:none}.am-steps-item:last-child .am-steps-item-tail,.am-steps-item:last-child .am-steps-item-title:after{display:none}.am-steps-item-content,.am-steps-item-icon{display:inline-block;vertical-align:top}.am-steps-item-icon{border:1px solid #bbb;border-radius:22px;font-size:14px;height:22px;line-height:22px;margin-right:8px;text-align:center;transition:background-color .3s,border-color .3s;width:22px}.am-steps-item-icon>.am-steps-icon{color:#ff4941;line-height:1;position:relative;top:-1px}.am-steps-item-icon>.am-steps-icon .am-icon{float:left;font-size:12px;position:relative}.am-steps-item-tail{left:0;padding:0 10px;position:absolute;top:12px;width:100%}.am-steps-item-tail:after{background:#ddd;border-radius:1px;content:"";display:inline-block;height:1px;left:-2px;position:relative;transition:background .3s;width:100%}.am-steps-item-content{margin-top:3px}.am-steps-item-title{color:#000;display:inline-block;font-size:16px;font-weight:700;margin-bottom:4px;padding-right:10px;position:relative}.am-steps-item-description{color:#bbb;font-size:15px}.am-steps-item-wait .am-steps-item-icon{background-color:#fff;border-color:#ccc}.am-steps-item-wait .am-steps-item-icon>.am-steps-icon{color:#ccc}.am-steps-item-wait .am-steps-item-icon>.am-steps-icon .am-steps-icon-dot{background:#ccc}.am-steps-item-wait .am-steps-item-title{color:#000}.am-steps-item-wait .am-steps-item-title:after{background-color:#ddd}.am-steps-item-wait .am-steps-item-description{color:#000}.am-steps-item-wait .am-steps-item-tail:after{background-color:#ddd}.am-steps-item-process .am-steps-item-icon{background-color:#fff;border-color:#ff4941}.am-steps-item-process .am-steps-item-icon>.am-steps-icon{color:#ff4941}.am-steps-item-process .am-steps-item-icon>.am-steps-icon .am-steps-icon-dot{background:#ff4941}.am-steps-item-process .am-steps-item-title{color:#000}.am-steps-item-process .am-steps-item-title:after{background-color:#ddd}.am-steps-item-process .am-steps-item-description{color:#000}.am-steps-item-process .am-steps-item-tail:after{background-color:#ddd}.am-steps-item-process .am-steps-item-icon{background:#ff4941}.am-steps-item-process .am-steps-item-icon>.am-steps-icon{color:#fff}.am-steps-item-finish .am-steps-item-icon{background-color:#fff;border-color:#ff4941}.am-steps-item-finish .am-steps-item-icon>.am-steps-icon{color:#ff4941}.am-steps-item-finish .am-steps-item-icon>.am-steps-icon .am-steps-icon-dot{background:#ff4941}.am-steps-item-finish .am-steps-item-title{color:#000}.am-steps-item-finish .am-steps-item-title:after{background-color:#ff4941}.am-steps-item-finish .am-steps-item-description{color:#000}.am-steps-item-finish .am-steps-item-tail:after{background-color:#ff4941}.am-steps-item-error .am-steps-item-icon{background-color:#fff;border-color:#f4333c}.am-steps-item-error .am-steps-item-icon>.am-steps-icon{color:#f4333c}.am-steps-item-error .am-steps-item-icon>.am-steps-icon .am-steps-icon-dot{background:#f4333c}.am-steps-item-error .am-steps-item-title{color:#f4333c}.am-steps-item-error .am-steps-item-title:after{background-color:#ddd}.am-steps-item-error .am-steps-item-description{color:#f4333c}.am-steps-item-error .am-steps-item-tail:after{background-color:#ddd}.am-steps-item.am-steps-next-error .am-steps-item-title:after{background:#f4333c}.am-steps-item.error-tail .am-steps-item-tail:after{background-color:#f4333c}.am-steps-horizontal:not(.am-steps-label-vertical) .am-steps-item{margin-right:10px}.am-steps-horizontal:not(.am-steps-label-vertical) .am-steps-item:last-child{margin-right:0}.am-steps-horizontal:not(.am-steps-label-vertical) .am-steps-item-tail{display:none}.am-steps-horizontal:not(.am-steps-label-vertical) .am-steps-item-description{max-width:100px}.am-steps-item-custom .am-steps-item-icon{background:0 0;border:0;height:auto;width:auto}.am-steps-item-custom .am-steps-item-icon>.am-steps-icon{font-size:22px;height:22px;top:1px;width:22px}.am-steps-item-custom.am-steps-item-process .am-steps-item-icon>.am-steps-icon{color:#ff4941}.am-steps-small .am-steps-item-icon{border-radius:18px;font-size:14px;height:18px;line-height:18px;margin-right:8px;text-align:center;width:18px}.am-steps-small .am-steps-item-icon>.am-steps-icon{font-size:12px;top:-2px;transform:scale(.75)}.am-steps-small .am-steps-item-content{margin-top:0}.am-steps-small .am-steps-item-title{color:#000;font-size:16px;font-weight:700;margin-bottom:3px}.am-steps-small .am-steps-item-description{color:#bbb;font-size:12px}.am-steps-small .am-steps-item-tail{padding:0 8px;top:8px}.am-steps-small .am-steps-item-tail:after{border-radius:1px;height:1px;left:0;width:100%}.am-steps-small .am-steps-item-custom .am-steps-item-icon{background:0 0}.am-steps-small .am-steps-item-custom .am-steps-item-icon>.am-steps-icon{font-size:18px;top:-2px;transform:none}.am-steps-vertical{display:block}.am-steps-vertical .am-steps-item{display:block;overflow:visible}.am-steps-vertical .am-steps-item-icon{float:left}.am-steps-vertical .am-steps-item-icon-inner{margin-right:16px}.am-steps-vertical .am-steps-item-content{display:block;min-height:48px;overflow:hidden}.am-steps-vertical .am-steps-item-title{line-height:26px}.am-steps-vertical .am-steps-item-title:after{display:none}.am-steps-vertical .am-steps-item-description{padding-bottom:12px}.am-steps-vertical .am-steps-item-tail{height:100%;left:13px;padding:30px 0 4px;position:absolute;top:0;width:1px}.am-steps-vertical .am-steps-item-tail:after{height:100%;width:1px}.am-steps-vertical.am-steps-small .am-steps-item-tail{left:9px;padding:22px 0 4px;position:absolute;top:0}.am-steps-vertical.am-steps-small .am-steps-item-title{line-height:18px}.am-steps-label-vertical .am-steps-item{overflow:visible}.am-steps-label-vertical .am-steps-item-tail{margin-left:48px;padding:0 24px}.am-steps-label-vertical .am-steps-item-content{display:block;margin-top:8px;text-align:center;width:100px}.am-steps-label-vertical .am-steps-item-icon{display:inline-block;margin-left:36px}.am-steps-label-vertical .am-steps-item-title{padding-right:0}.am-steps-label-vertical .am-steps-item-title:after{display:none}.am-switch.am-switch-android input[type=checkbox]:checked+.checkbox{background:#ff4941}.am-tab-bar{height:100%;overflow:hidden}.am-tab-bar-bar{align-items:center;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;display:flex;height:50px;justify-content:space-around;position:relative;transition-duration:.2s;transition-property:height bottom;width:100%;z-index:100}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-tab-bar-bar{border-top:none}html:not([data-scale]) .am-tab-bar-bar:before{background-color:#ddd;bottom:auto;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:0;transform:scaleY(.5);transform-origin:50% 50%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-tab-bar-bar:before{transform:scaleY(.33)}}.am-tab-bar-bar-hidden-top{bottom:50px;height:0}.am-tab-bar-bar-hidden-bottom{bottom:-50px;height:0}.am-tab-bar-bar .am-tab-bar-tab{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;text-align:center;width:100%}.am-tab-bar-bar .am-tab-bar-tab-image{height:22px;vertical-align:middle;width:22px}.am-tab-bar-bar .am-tab-bar-tab-title{font-size:10px;line-height:1;margin:3px 0 0;text-align:center}.am-tab-bar-bar .am-tab-bar-tab-icon{display:flex;justify-content:center}.am-tab-bar-bar .am-tab-bar-tab-icon .tab-badge :last-child,.am-tab-bar-bar .am-tab-bar-tab-icon .tab-dot :last-child{left:22px;margin-top:4px}.am-tab-bar-item{height:100%}.am-tabs-default-bar-tab-active{color:#ff4941}.am-tabs-default-bar-underline{border:1px solid #ff4941}.am-tag{box-sizing:border-box;display:inline-block;font-size:14px;height:25px;line-height:25px;padding:0 15px;position:relative;text-align:center}.am-tag.am-tag-small{font-size:10px;height:15px;line-height:15px;padding:0 5px}.am-tag-normal{background-color:#fff;border:1px solid #ddd;border-radius:3px;color:#888}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-tag-normal{border:none;position:relative}html:not([data-scale]) .am-tag-normal:before{border:1px solid #ddd;border-radius:6px;box-sizing:border-box;content:"";height:200%;left:0;pointer-events:none;position:absolute;top:0;transform:scale(.5);transform-origin:0 0;width:200%}}.am-tag-active{background-color:#fff;border:1px solid #ff4941;border-radius:3px;color:#ff4941}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-tag-active{border:none;position:relative}html:not([data-scale]) .am-tag-active:before{border:1px solid #ff4941;border-radius:6px;box-sizing:border-box;content:"";height:200%;left:0;pointer-events:none;position:absolute;top:0;transform:scale(.5);transform-origin:0 0;width:200%}}.am-tag-disabled{background-color:#ddd;border:1px solid #ddd;border-radius:3px;color:#bbb}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-tag-disabled{border:none;position:relative}html:not([data-scale]) .am-tag-disabled:before{border:1px solid #ddd;border-radius:6px;box-sizing:border-box;content:"";height:200%;left:0;pointer-events:none;position:absolute;top:0;transform:scale(.5);transform-origin:0 0;width:200%}}.am-tag-close{color:#bbb;left:-10px;position:absolute;top:-9px}.am-tag-close-active{color:#888}.am-tag-close .am-icon{background-color:#fff;border-radius:9px}.am-list .am-list-item.am-textarea-item{align-items:flex-start;border-bottom:1px solid #ddd;box-sizing:border-box;display:flex;min-height:44px;padding-left:15px;padding-right:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-list .am-list-item.am-textarea-item{border-bottom:none}html:not([data-scale]) .am-list .am-list-item.am-textarea-item:after{background-color:#ddd;bottom:0;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:auto;transform:scaleY(.5);transform-origin:50% 100%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-list .am-list-item.am-textarea-item:after{transform:scaleY(.33)}}.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line{align-items:center}.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-label{align-self:center}.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-control{padding-bottom:0;padding-top:0}.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-control textarea{line-height:25.5px}.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-clear,.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line.am-textarea-error .am-textarea-error-extra{margin-top:0}.am-textarea-label{align-self:flex-start;color:#000;font-size:17px;line-height:44px;margin-left:0;margin-right:5px;min-height:44px;overflow:hidden;text-align:left;white-space:nowrap}.am-textarea-label.am-textarea-label-2{width:34px}.am-textarea-label.am-textarea-label-3{width:51px}.am-textarea-label.am-textarea-label-4{width:68px}.am-textarea-label.am-textarea-label-5{width:85px}.am-textarea-label.am-textarea-label-6{width:102px}.am-textarea-label.am-textarea-label-7{width:119px}.am-textarea-control{flex:1 1;padding-bottom:9px;padding-top:10px}.am-textarea-control textarea{word-wrap:break-word;-webkit-appearance:none;appearance:none;background-color:initial;border:0;color:#000;display:block;font-size:17px;line-height:25.5px;overflow:visible;padding:0;resize:none;width:100%;word-break:break-word}.am-textarea-control textarea::placeholder{color:#bbb}.am-textarea-control textarea:disabled{background-color:#fff;color:#bbb}.am-textarea-clear{background-color:#ccc;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:21px auto;border-radius:50%;color:#fff;display:none;font-style:normal;height:21px;margin-top:12px;overflow:hidden;width:21px}.am-textarea-clear-active{background-color:#ff4941}.am-textarea-focus .am-textarea-clear{display:block}.am-textarea-has-count{padding-bottom:14px}.am-textarea-count{bottom:6px;color:#bbb;font-size:14px;position:absolute;right:5px}.am-textarea-count span{color:#000}.am-textarea-error .am-textarea-control textarea{color:#f50}.am-textarea-error .am-textarea-error-extra{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1.266a7.69 7.69 0 0 1 5.469 2.264c.71.71 1.269 1.538 1.657 2.459.404.954.608 1.967.608 3.011a7.69 7.69 0 0 1-2.264 5.469 7.694 7.694 0 0 1-2.459 1.657A7.675 7.675 0 0 1 9 16.734a7.69 7.69 0 0 1-5.469-2.264 7.694 7.694 0 0 1-1.657-2.459A7.675 7.675 0 0 1 1.266 9 7.69 7.69 0 0 1 3.53 3.531a7.694 7.694 0 0 1 2.459-1.657A7.675 7.675 0 0 1 9 1.266ZM9 0a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9Zm0 11.25a.703.703 0 0 1-.703-.703V4.06a.703.703 0 1 1 1.406 0v6.486A.703.703 0 0 1 9 11.25Zm-.791 1.916a.791.791 0 1 1 1.582 0 .791.791 0 0 1-1.582 0Z' fill='%23F50' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:21px 21px;height:21px;margin-left:8px;margin-top:12px;width:21px}.am-textarea-disabled .am-textarea-label{color:#bbb}.am-list-body .am-list-item:last-child{border-bottom:0}.am-list-body .am-list-item:last-child:after{display:none!important}.am-toast{font-size:14px;position:fixed;text-align:center;width:100%;z-index:1999}.am-toast>span{max-width:50%}.am-toast.am-toast-mask{align-items:center;display:flex;height:100%;justify-content:center;left:0;top:0;transform:translateZ(1px)}.am-toast.am-toast-nomask{left:50%;max-width:50%;position:fixed;top:50%;transform:translateZ(1px);width:auto}.am-toast.am-toast-nomask .am-toast-notice{transform:translateX(-50%) translateY(-50%)}.am-toast-notice-content .am-toast-text{background-color:#3a3a3ae6;border-radius:3px;color:#fff;line-height:1.5;min-width:60px;padding:9px 15px}.am-toast-notice-content .am-toast-text.am-toast-text-icon{border-radius:5px;padding:15px}.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-info{margin-top:6px}.am-whitespace.am-whitespace-xs{height:3px}.am-whitespace.am-whitespace-sm{height:6px}.am-whitespace.am-whitespace-md{height:9px}.am-whitespace.am-whitespace-lg{height:15px}.am-whitespace.am-whitespace-xl{height:21px}.am-calendar .confirm-panel{margin-bottom:.88rem}.Calendar_div_2{color:#888;float:right;font-size:.32rem}.modal{background-color:#fff;width:100%}.modalBack{z-index:99}.am-pull-to-refresh-content{transform-origin:left top 0}.am-pull-to-refresh-content-wrapper{overflow:hidden}.am-pull-to-refresh-transition{transition:transform .3s}.am-pull-to-refresh-indicator{color:grey;height:25px;text-align:center}.am-pull-to-refresh-down .am-pull-to-refresh-indicator{margin-top:-25px}.am-pull-to-refresh-up .am-pull-to-refresh-indicator{margin-bottom:-25px}.am-indexed-list-section-body.am-list-body,.am-indexed-list-section-body.am-list-body .am-list-item:last-child .am-list-line{border-bottom:0}.am-indexed-list-section-body.am-list-body .am-list-item:last-child .am-list-line:after,.am-indexed-list-section-body.am-list-body:after{display:none!important}.am-indexed-list-section-header.am-list-body,.am-indexed-list-section-header.am-list-body .am-list-item .am-list-line{border-bottom:0}.am-indexed-list-section-header.am-list-body .am-list-item .am-list-line:after,.am-indexed-list-section-header.am-list-body:after{display:none!important}.am-indexed-list-section-header .am-list-item{background-color:#f5f5f9;height:30px;min-height:30px}.am-indexed-list-section-header .am-list-item .am-list-line{height:30px;min-height:30px}.am-indexed-list-section-header .am-list-item .am-list-content{color:#888!important;font-size:14px!important}.am-indexed-list-quick-search-bar{color:#108ee9;font-size:16px;list-style:none;padding:0;position:fixed;right:0;text-align:center;top:0;z-index:0}.am-indexed-list-quick-search-bar li{padding:0 5px}.am-indexed-list-quick-search-bar-over{background-color:#0006}.am-indexed-list-qsindicator{background:0 0;border-radius:30px;color:#0af;font-size:20px;height:30px;left:50%;line-height:30px;margin:-15px auto auto -30px;opacity:.7;position:absolute;text-align:center;top:50%;width:60px;z-index:1999}.am-indexed-list-qsindicator-hide{display:none}.BackItem{background-color:#fff}.BackItem *{box-sizing:border-box}.BackItem>div.item-li{align-items:normal;display:flex;flex-direction:column;height:1.74rem;justify-content:space-around;padding:0 18% 0 7%}.BackItem>div.item-li .li-top{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.BackItem>div.item-li .li-top>span{font-size:.32rem}.BackItem>div.item-li .li-top .bottom-time{color:#ff4941}.BackItem>div.item-li .li-bottom{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.BackItem>div.item-li .li-bottom>span{color:#999;font-size:.28rem}.BackItem>div.item-li .bottom-time{color:#999;font-size:.26rem}.BackItem .item-border{background-color:#e0e0e0;height:1px;margin-left:4%;margin-right:4%;width:92%}.TypeToggle{background:#00000080;bottom:0;left:0;position:absolute;right:0;top:.88rem;z-index:100}.TypeToggle ul{align-items:center;background:#fff;box-shadow:0 2px 3px #d8d8d8;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;opacity:.95;padding:.5rem .4rem 0}.TypeToggle ul li{background:#fff;background:#f0f0f0;border-radius:6px;font-size:.28rem;height:.8rem;line-height:.8rem;margin-bottom:.5rem;text-align:center;width:2rem}.TypeToggle ul li.active{background-image:linear-gradient(-90deg,#ff686f,#ff4e56 97%);border-radius:6px;color:#fff}.LoginInput{background-color:#fff;border-radius:2rem;height:.9rem}.LoginInput>input{font-size:.32rem}.LoginInput>img{height:.38rem;margin-left:.46rem;margin-right:.35rem;width:.38rem}.LoginInput>div img{width:.38rem}.fs-16{color:#000;font-size:.28rem}.container{height:-webkit-fill-available}.signOut{align-items:center;background-color:#fff;display:flex;font-size:.32rem;height:.9rem;justify-content:center;margin-top:.24rem}.PayMethodItem{color:#131313;font-size:.3rem}.PayMethodItem .PayMethodItem-title{color:#333;font-size:.32rem;padding:.26rem 0 .26rem .32rem}.PayMethodItem .PayMethodItem-ul{background:#fff;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.PayMethodItem .PayMethodItem-ul .active-opacity:last-child{border:none}.PayMethodItem .PayMethodItem-ul .active-opacity{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;flex-direction:row;height:1rem;justify-content:space-between;margin:0 .54rem 0 .86rem}.PayMethodItem .PayMethodItem-ul .active-opacity>img{width:.16rem}.PayMethodItem .PayMethodItem-ul .active-opacity div{align-items:center;display:flex;flex-direction:row;justify-content:center}.PayMethodItem .PayMethodItem-ul .active-opacity div img{margin-right:.24rem;width:.48rem}.RechargeMoneyItem{color:#131313;font-size:.3rem;margin:.64rem auto}.RechargeMoneyItem .RechargeMoneyItem-title{align-items:center;box-sizing:border-box;color:#131313;display:flex;flex-direction:row;font-size:.34rem;justify-content:center;padding-top:.64rem;position:relative;width:100%}.RechargeMoneyItem .RechargeMoneyItem-title input{border:1px solid #cecdce;box-shadow:0 2px 4px 0 #cecdce;color:#131313;display:inline-block;font-size:.3rem;height:.8rem;margin:0 .3rem;outline:0;padding-left:.2rem;width:50%}.RechargeMoneyItem .RechargeMoneyItem-ul{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin:.2rem 0}.RechargeMoneyItem .RechargeMoneyItem-ul li{border:1px solid #ff6e75;border-radius:6px;height:.8rem;line-height:.8rem;margin-bottom:.36rem;margin-right:.34rem;text-align:center;width:1.4rem}.RechargeMoneyItem .RechargeMoneyItem-ul li.active{background-image:linear-gradient(-90deg,#ff686f,#ff4e56 97%);box-shadow:0 2px 4px 0 #ff4941;color:#fff}.RechargeMoneyItem .Button{margin:1rem .62rem}.TransferTitle .TransferTitle-ul li span{color:#666;font-size:.3rem}.TransferTitle .TransferTitle-ul li p{color:#007aff;font-size:.26rem}.TransferTitle-ul{background:#fff;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;padding-left:.34rem}.TransferTitle-ul li{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;flex-direction:row;height:.9rem;justify-content:flex-start}.TransferTitle-ul li .left-title{color:#333;font-size:.32rem;text-align:right;width:27%}.TransferTitle-ul li input{border:none;color:#666;flex:1 1;font-size:.3rem;outline:0}.TransferTitle-ul li .right-title{align-items:center;color:#666;display:flex;flex:1 1;flex-direction:row;font-size:.3rem;justify-content:space-between;padding-right:.42rem}.TransferTitle-ul li .right-title img{width:.16rem}.TransferTitle-ul .TransferTitle-Picker li,.TransferTitle-ul>li:last-child{border:none}.Transfer-button{background:#f9f9f9;border-top:1px solid #e0e0e0;bottom:0;left:0;padding:.14rem .62rem;position:fixed;right:0}.BankTransferItem{color:#131313;font-size:.3rem;margin-top:.19rem;padding-bottom:1.5rem}.BankTransferItem .BankTransferItem-title{background:#fff;font-size:.32rem;height:.9rem;line-height:.9rem;text-align:center}.AlipayTransferItem{color:#131313;font-size:.3rem;margin-top:.19rem;padding-bottom:1.5rem}.AlipayTransferItem .AlipayTransferItem-step{background:#fff;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;margin-bottom:.19rem;padding:.24rem .48rem .48rem}.AlipayTransferItem .step-span{color:#333;font-size:.3rem;padding-bottom:.24rem}.AlipayTransferItem .mark{background:#0000004d;opacity:.5}.WeChatTransferItem{color:#131313;font-size:.3rem;padding-bottom:1.5rem}.WeChatTransferItem .WeChatTransferItem-code{background:#fff;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;margin:.19rem 0;padding:.42rem 0;text-align:center}.WeChatTransferItem .WeChatTransferItem-code img{width:3rem}.WeChatTransferItem .WeChatTransferItem-code div{color:#666;font-size:.24rem;margin-top:.22rem}.WeChatTransferItem .WeChatTransferItem-tip{color:#666;font-size:.28rem;margin:.28rem 0 0 .48rem}.WeChatTransferItem .WeChatTransferItem-tip span{color:#ff4941}.CashierDeskItem{color:#131313;font-size:.3rem}.CashierDeskItem .CashierDeskItem-top{padding-top:.66rem}.CashierDeskItem .CashierDeskItem-top>span{color:#333;font-size:.52rem;margin-left:.32rem}.CashierDeskItem .CashierDeskItem-top>div{color:#666;font-size:.36rem;margin-top:.66rem;text-align:center}.CashierDeskItem .CashierDeskItem-top>div .CashierDeskItem-money{color:#333;font-size:.96rem;margin-left:.15rem}.CashierDeskItem .CashierDeskItem-content{margin:1.22rem .9rem 0 .38rem}.CashierDeskItem .CashierDeskItem-content .content-li{color:#333;font-size:.3rem;margin-left:.3rem;margin-top:.4rem}.CashierDeskItem .CashierDeskItem-content .content-li,.CashierDeskItem .CashierDeskItem-content .content-li .li-img{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.CashierDeskItem .CashierDeskItem-content .content-li .li-img img{margin-right:.24rem;width:.48rem}.CashierDeskItem .CashierDeskItem-content .content-li>img{width:.4rem}.CashierDeskItem .Button{margin:.72rem .62rem 0}.Rechargeing{color:#131313;font-size:.3rem}.Rechargeing .Rechargeing-content{margin:0 .78rem;padding-top:1.1rem;text-align:center}.Rechargeing .RechargeCountDown-time{color:#666;font-size:.36rem;margin-bottom:.3rem}.Rechargeing .RechargeCountDown-time>span{color:#333;font-size:.96rem;margin-right:.2rem}.Rechargeing .RechargeCountDown-tip{color:#666;font-size:.3rem;line-height:.6rem;text-align:left}.Rechargeing .Rechargeing-img{margin-bottom:.48rem;width:1.4rem}.Rechargeing .Rechargeing-text{color:#666;font-size:.32rem;margin-bottom:1.5rem}.Rechargeing .Button{margin-top:.66rem}.ScanCodePayItem{color:#131313;font-size:.3rem;text-align:center}.ScanCodePayItem .ScanCodePayItem-title{color:#333;font-size:.32rem;padding-top:.6rem;text-align:center}.ScanCodePayItem .ScanCodePayItem-img{display:block;height:4rem;margin:.5rem auto;width:4rem}.ScanCodePayItem .ScanCodePayItem-img img{height:4rem;width:4rem}.ScanCodePayItem .ScanCodePayItem-contene{color:#666;font-size:.28rem;line-height:.4rem;margin:0 .6rem;text-align:left}.ScanCodePayItem .ScanCodePayItem-contene pre{white-space:pre-wrap;word-break:break-all}.ScanCodePayItem .Button{margin:.48rem .6rem .6rem}.ScanCodePayItem .ScanCodePayItem-bottom{align-items:center;color:#666;display:flex;flex-direction:row;font-size:.3rem;justify-content:space-around;margin:1rem 1.16rem}.ScanCodePayItem .ScanCodePayItem-bottom .oederSuccess{background-image:linear-gradient(-180deg,#ff4941,#ff4941 98%);border-radius:.12rem;box-shadow:0 2px 4px 0 #ff4d5580;color:#fff;font-size:.32rem;height:.72rem;line-height:.72rem;padding:0 .2rem}.ScanCodePayItem .ScanCodePayItem-bottom .oederSuccess a{color:#fff}.PayMethodItem2V{color:#131313;font-size:.3rem}.PayMethodItem2V *{box-sizing:border-box}.PayMethodItem2V .topWallte{align-items:center;background:#f5f5f5;color:#666;display:flex;flex-direction:row;font-size:.3rem;height:.64rem;justify-content:space-between;padding:0 .4rem;width:100%}.PayMethodItem2V .topWallte>div{align-items:center;display:flex;flex-direction:row;justify-content:center}.PayMethodItem2V .topWallte>div img{margin-left:.2rem;width:.36rem}.PayMethodItem2V .PayMethodItem-overseas .moneySelectContent{padding:0}.PayMethodItem2V .PayMethodItem-overseas .overseas-input{background:#fff;padding-bottom:3.7rem}.PayMethodItem2V .PayMethodItem-overseas .overseas-input .input-top{align-items:center;display:flex;flex-direction:row;justify-content:center}.PayMethodItem2V .PayMethodItem-overseas .overseas-input .input-top span{color:#333;font-size:17px}.PayMethodItem2V .PayMethodItem-overseas .overseas-input .input-top input{background:#fff;border:1px solid #cecdce;height:.8rem;margin-left:.3rem;margin-right:.2rem;padding-left:.1rem;width:50%}.PayMethodItem2V .PayMethodItem-overseas .overseas-input .input-tips{color:#ff6e75;margin:.5rem 0;text-align:center}.PayMethodItem2V .PayMethodItem-overseas .overseas-input .input-btn{align-items:center;background-image:linear-gradient(-180deg,#ff4d55,#ff4d55 98%);border-radius:6px;box-shadow:0 2px 4px 0 #ff4d5580;color:#fff;display:flex;height:.8rem;justify-content:center;margin:.8rem auto;width:6rem}.PayMethodItem2V .PayMethodItem-overseas .overseas-input .input-btn:active{opacity:.7}.PayMethodItem2V .moneySelectContent{background:#fff;padding:.4rem 0 0}.PayMethodItem2V .moneySelectContent .inputBox{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:.18rem;padding:0 .4rem;width:100%}.PayMethodItem2V .moneySelectContent .inputBox>span{color:#333;display:block;font-size:17px;text-align:left;width:1.8rem}.PayMethodItem2V .moneySelectContent .inputBox>div{width:calc(100% - 2.3rem)}.PayMethodItem2V .moneySelectContent .inputBox input{background:#fff;border:1px solid #cecdce;height:.8rem;margin-right:.2rem;padding-left:.1rem;width:95%}.PayMethodItem2V .moneySelectContent .buttonBox{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;padding:0 .4rem}.PayMethodItem2V .moneySelectContent .buttonBox span{align-items:center;border:1px solid #ff6e75;border-radius:6px;color:#333;display:block;display:flex;flex-direction:row;font-size:.32rem;height:.8rem;justify-content:center;margin-bottom:.18rem;margin-right:.3rem;margin-top:.18rem;width:1.4rem}.PayMethodItem2V .moneySelectContent .buttonBox span.active{background-image:linear-gradient(-90deg,#ff686f,#ff4e56 97%);border-radius:6px;box-shadow:0 2px 4px 0 #ff4d55;color:#fff}.PayMethodItem2V .moneySelectContent .buttonBox span:nth-child(4n){margin-right:0}.PayMethodItem2V .PayMethodItem-title{background:#fff;color:#999;font-size:.26rem;padding:.26rem 0 .26rem .32rem}.PayMethodItem2V .PayMethodItem-ul{background:#fff;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.PayMethodItem2V .PayMethodItem-ul .active-opacity:last-child{border:none}.PayMethodItem2V .PayMethodItem-ul .active-opacity{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;flex-direction:row;height:1.6rem;justify-content:space-between;margin:0 .4rem;position:relative}.PayMethodItem2V .PayMethodItem-ul .active-opacity>img{position:absolute;right:0;top:50%;transform:translateY(-50%);width:.16rem}.PayMethodItem2V .PayMethodItem-ul .active-opacity>div{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.PayMethodItem2V .PayMethodItem-ul .active-opacity>div img{margin-right:.32rem;width:.6rem}.PayMethodItem2V .PayMethodItem-ul .active-opacity>div>div{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:calc(100% - 1.4rem)}.PayMethodItem2V .PayMethodItem-ul .active-opacity>div>div>p{color:#333;font-size:.32rem;margin:.1rem 0;overflow:hidden;white-space:nowrap;width:100%}.PayMethodItem2V .PayMethodItem-ul .active-opacity>div>div>span{color:#999;font-size:.26rem;width:100%}.BitcoinItem *,.QRCodeIntegrationItem *{box-sizing:border-box}.BitcoinItem .header_title,.QRCodeIntegrationItem .header_title{align-items:center;background:#fff;color:#999;display:flex;flex-direction:row;font-size:.26rem;height:.9rem;justify-content:flex-start;padding-left:.4rem;width:100%}.BitcoinItem .QRCodeBox,.QRCodeIntegrationItem .QRCodeBox{align-items:center;background:#fff;border:1px solid #eaeaea;border-left:none;border-right:none;display:flex;flex-direction:row;justify-content:center;margin-bottom:.2rem;padding:.5rem 0;width:100%}.BitcoinItem .QRCodeBox>img,.QRCodeIntegrationItem .QRCodeBox>img{width:3rem}.BitcoinItem .orderContet,.QRCodeIntegrationItem .orderContet{background:#fff;padding:0 .4rem}.BitcoinItem .orderContet .infomation>div,.QRCodeIntegrationItem .orderContet .infomation>div{align-items:center;border-bottom:1px solid #eaeaea;display:flex;flex-direction:row;height:.9rem;justify-content:space-between;width:100%}.BitcoinItem .orderContet .infomation>div>div:first-child,.QRCodeIntegrationItem .orderContet .infomation>div>div:first-child{color:#333;font-size:.32rem}.BitcoinItem .orderContet .infomation>div>div:first-child span,.QRCodeIntegrationItem .orderContet .infomation>div>div:first-child span{color:#666}.BitcoinItem .orderContet .infomation>div>div:nth-child(2),.QRCodeIntegrationItem .orderContet .infomation>div>div:nth-child(2){align-items:center;border:1px solid #007aff;border-radius:3px;color:#007aff;display:flex;flex-direction:row;height:.46rem;justify-content:center;width:.9rem}.BitcoinItem .orderContet .infomation>.saveName>div,.QRCodeIntegrationItem .orderContet .infomation>.saveName>div{align-items:center;display:flex;width:80%}.BitcoinItem .orderContet .infomation>.saveName>div>div,.QRCodeIntegrationItem .orderContet .infomation>.saveName>div>div{width:max-content}.BitcoinItem .orderContet .infomation>.saveName>div>input,.QRCodeIntegrationItem .orderContet .infomation>.saveName>div>input{border:none;width:60%}.BitcoinItem .orderContet .infomation>.saveName>span,.QRCodeIntegrationItem .orderContet .infomation>.saveName>span{color:#ff4b50;font-size:.26rem}.BitcoinItem .orderContet .operationContent,.QRCodeIntegrationItem .orderContet .operationContent{padding:.26rem 0}.BitcoinItem .orderContet .operationContent .warnText,.QRCodeIntegrationItem .orderContet .operationContent .warnText{color:#ff4b50;font-size:.26rem;text-align:center;width:100%}.BitcoinItem .orderContet .operationContent .controle,.QRCodeIntegrationItem .orderContet .operationContent .controle{align-items:center;display:flex;flex-direction:row;justify-content:space-around}.BitcoinItem .orderContet .operationContent .controle .buttomsQRCode,.QRCodeIntegrationItem .orderContet .operationContent .controle .buttomsQRCode{align-items:center;background-image:linear-gradient(-180deg,#ff4d55,#ff4d55 98%);border-radius:6px;box-shadow:0 2px 4px 0 #ff4d5580;color:#fff;display:flex;flex-direction:row;height:.8rem;justify-content:center;margin:.2rem 0;width:6rem}.BitcoinItem .warmPrompt,.QRCodeIntegrationItem .warmPrompt{color:#3f3f3f;font-size:.26rem;letter-spacing:0;line-height:.36rem;padding:.4rem}.BitcoinItem .infomation{display:flex;flex-flow:column}.BitcoinItem .orderContet .infomation>div>div:first-child{display:flex}.BitcoinItem .orderContet .infomation>div>div:first-child span{width:3.7rem;word-break:break-word}.BitcoinItem .am-list-item.am-input-item{padding-left:0}.BitcoinItem .am-list-item .am-input-label.am-input-label-5{font-size:.32rem}.BitcoinItem .orderContet .infomation>div>div:first-child{width:100%}.PayMethod-headerBody{align-items:center;border:1px solid #fff;display:flex;flex-direction:row;height:.6rem;justify-content:space-between;width:3.6rem}.PayMethod-headerBody.showOverseas{border-left:none;width:4.6rem}.PayMethod-headerBody.showOverseas>div{border-left:1px solid #fff}.PayMethod-headerBody>div{align-items:center;color:#fff;display:flex;flex-direction:row;font-size:.28rem;height:100%;justify-content:center;letter-spacing:-.21px;text-align:center;width:inherit}.PayMethod-headerBody>div.active{background-color:#fff;color:#ff4d55}.NoTransterPage{box-sizing:border-box;height:calc(100vh - 2.36rem);padding-top:.5rem}.NoTransterPage img{display:block;margin:0 auto .3rem;width:3.2rem}.NoTransterPage div{color:#999;font-size:.3rem;letter-spacing:-.83px;text-align:center}.Withdrawals .Withdrawals-ul{background:#fff;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;margin-bottom:.2rem}.Withdrawals .Withdrawals-ul .Withdrawals-li{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;flex-direction:row;height:.9rem;justify-content:space-between;padding:0 .48rem 0 .38rem}.Withdrawals .Withdrawals-ul .Withdrawals-li .li-div{align-items:center;display:flex;flex:1 1;flex-direction:row;height:1rem;justify-content:space-between;position:relative}.Withdrawals .Withdrawals-ul .Withdrawals-li .li-div p{color:#ccc;font-size:.32rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.Withdrawals .Withdrawals-ul .Withdrawals-li .li-title{color:#333;display:inline-block;font-size:.32rem;margin-right:.28rem;text-align:right;width:20%}.Withdrawals .Withdrawals-ul .Withdrawals-li .li-input{border:none;color:#666;font-size:.32rem;width:70%}.Withdrawals .Withdrawals-ul .Withdrawals-li .li-input:disabled{background-color:#fff}.Withdrawals .Withdrawals-ul .Withdrawals-li .li-click{color:#007aff;display:block;font-size:.28rem;width:35%}.Withdrawals .Withdrawals-ul .Withdrawals-li img{width:.18rem}.Withdrawals .Withdrawals-ul>li:last-child{border:none}.Withdrawals .NoWithdrawalsBank-tip{color:#ff4941;font-size:.28rem;line-height:.45rem;margin:.5rem .48rem 1.5rem .4rem}.Withdrawals .NoWithdrawalsBank .NoWithdrawalsBank-title{color:#333;font-size:.32rem;margin:.28rem 0 .28rem .36rem}.Withdrawals .NoWithdrawalsBank .NoWithdrawalsBank-title span{color:#ff4941}.Withdrawals .NoWithdrawalsBank .Button{margin:1.7rem .6rem}.Withdrawals .WithdrawalsBank{color:#131313;font-size:.3rem}.Withdrawals .WithdrawalsBank .WithdrawalsBank-top{align-items:center;background:#fff;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;display:flex;flex-direction:row;height:1.4rem;justify-content:space-between;margin-top:.2rem}.Withdrawals .WithdrawalsBank .WithdrawalsBank-top>img{margin:0 .36rem;width:.16rem}.Withdrawals .WithdrawalsBank .Bank-top-img{align-items:center;display:flex;flex-direction:row;justify-content:center}.Withdrawals .WithdrawalsBank .Bank-top-img>img{margin:0 .42rem;width:.8rem}.Withdrawals .WithdrawalsBank .Bank-top-img .Bank-top-name{flex:1 1}.Withdrawals .WithdrawalsBank .Bank-top-img .Bank-top-name>div{color:#333;font-size:.3rem;margin-bottom:.24rem}.Withdrawals .WithdrawalsBank .Bank-top-img .Bank-top-name>span{color:#666;font-size:.26rem}.Withdrawals .WithdrawalsBank .WithdrawalsBank-No{align-items:center;background:#fff;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;display:flex;flex-direction:row;font-size:.3rem;height:1.4rem;justify-content:space-evenly;margin-top:.2rem}.Withdrawals .WithdrawalsBank .WithdrawalsBank-No>a{color:#007aff}.Withdrawals .WithdrawalsBank .WithdrawalsBank-money{background:#fff;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;margin:.2rem 0;padding-left:.32rem}.Withdrawals .WithdrawalsBank .WithdrawalsBank-money .Bank-money-title{color:#666;font-size:.24rem;padding-top:.26rem}.Withdrawals .WithdrawalsBank .WithdrawalsBank-money .Bank-money-input{border-bottom:1px solid #e0e0e0;color:#333;font-size:.48rem;height:.55rem;padding:.28rem 0;position:relative}.Withdrawals .WithdrawalsBank .WithdrawalsBank-money .Bank-money-input input{border:none;color:#333;font-size:.4rem;width:80%}.Withdrawals .WithdrawalsBank .WithdrawalsBank-money .Bank-money-input input::-webkit-input-placeholder{color:#ddd;font-size:.32rem}.Withdrawals .WithdrawalsBank .WithdrawalsBank-money .Bank-money-bottom{align-items:center;color:#999;display:flex;flex-direction:row;font-size:.28rem;justify-content:space-between;margin-right:.5rem;min-height:.8rem}.Withdrawals .WithdrawalsBank .WithdrawalsBank-money .Bank-money-bottom .active-opacity{color:#007aff;display:block;text-align:center;width:20%}.Withdrawals .WithdrawalsBank .WithdrawalsBank-money .Bank-money-bottom span:first-child{display:block;width:80%}.Withdrawals .WithdrawalsBank .Button{margin:1.5rem .62rem 0}.Withdrawals .WithdrawalsBank .description{margin-top:1rem;padding:0 .6rem}.Withdrawals .WithdrawalsBank .description p{color:#999;font-family:Arial Normal,Arial;font-size:.3rem;font-style:normal;font-weight:400;margin:.15rem 0}.Withdrawals .WithdrawalsBank .Withdrawals-time{color:#999;margin-top:10px;text-align:center}.ChoiceBankCardItem .ChoiceBankCardItem-ul{background:#fff;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;color:#131313;font-size:.3rem;margin-top:.2rem}.ChoiceBankCardItem .ChoiceBankCardItem-ul .Item-ul-li{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;flex-direction:row;height:1.4rem;justify-content:space-between}.ChoiceBankCardItem .ChoiceBankCardItem-ul .Item-ul-li>img{margin:0 .42rem;width:.36rem}.ChoiceBankCardItem .ChoiceBankCardItem-ul>li:last-child{border:none}.ChoiceBankCardItem .ChoiceBankCardItem-ul .Item-ul-li-left{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.ChoiceBankCardItem .ChoiceBankCardItem-ul .Item-ul-li-left>img{margin:0 .42rem;width:.8rem}.ChoiceBankCardItem .ChoiceBankCardItem-ul .Item-ul-li-left-name>div{color:#333;font-size:.3rem;margin-bottom:.24rem}.ChoiceBankCardItem .ChoiceBankCardItem-ul .Item-ul-li-left-name>span{color:#666;font-size:.26rem}.ChoiceBankCardItem .ChoiceBankCardItem-ul .Item-remove{align-items:center;background:#ff4941;color:#fff;display:flex;display:none;flex-direction:row;height:100%;justify-content:center;text-align:center;width:1.2rem}.WithdrawalsHelp{color:#333;flex:1 1;font-size:.3rem;line-height:.45rem;padding:.42rem}.WithdrawalsResultItem .WithdrawalsResultItem-content{margin-bottom:1.52rem;padding-top:1.1rem;text-align:center}.WithdrawalsResultItem .WithdrawalsResultItem-content>img{margin-bottom:.2rem;width:1.4rem}.WithdrawalsResultItem .WithdrawalsResultItem-content>div{color:#666;font-size:.32rem;line-height:.5rem}.WithdrawalsResultItem .Button{margin:0 .62rem}.put-forward{align-items:center;background:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.put-forward>section{background:#fff;border-radius:6px;display:flex;flex-direction:column;height:5rem;width:80%}.put-forward>section>header{align-items:center;border-bottom:1px solid #e0e0e0;color:#333;display:flex;font-size:16px;height:.8rem;justify-content:center;position:relative;width:100%}.put-forward>section>header span{color:#333;font-size:30px;left:.2rem;position:absolute;top:50%;transform:translateY(-50%)}.put-forward>section .cont{box-sizing:border-box;flex:1 1;padding:.2rem;width:100%}.put-forward>section .cont p{align-items:center;color:#000;display:flex;flex-direction:column;font-size:14px;justify-content:center;width:100%}.put-forward>section .cont p span{color:#ff4941;font-size:16px;margin-top:.2rem}.put-forward>section .cont .SetPayPwd-Input{margin-top:.5rem}.put-forward>section .cont .dec{color:#ff4941;font-size:15px;margin-top:.5rem;text-align:center}.DepositSuccessPageItem .imageDic{align-items:center;display:flex;flex-direction:row;justify-content:center;padding-bottom:.2rem;padding-top:1.5rem}.DepositSuccessPageItem .imageDic img{width:1.5rem}.DepositSuccessPageItem .textDic{color:#333;font-size:.3rem;letter-spacing:0;margin:0 auto;width:5rem}.DepositSuccessPageItem .iknowbtn{align-items:center;background-image:linear-gradient(-180deg,#ff4941,#ff4941 98%);border-radius:.12rem;color:#fff;display:flex;flex-direction:row;font-size:.3rem;height:.8rem;justify-content:center;letter-spacing:0;margin:1rem auto;width:3.2rem}.CustomenServers header{background:red;height:50px;left:0;position:fixed;top:0;width:100%;z-index:1000}.CustomenServers .content{height:50vh;margin-top:0}.CustomenServers .content iframe{min-height:100vh;width:100%}@media only screen and (device-width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:3){.CustomenServers .content iframe{min-height:86vh}}@media (device-height:480px) and (-webkit-min-device-pixel-ratio:2),(device-height:568px) and (-webkit-min-device-pixel-ratio:2),(device-height:667px) and (-webkit-min-device-pixel-ratio:2),only screen and (device-height:736px) and (-webkit-min-device-pixel-ratio:2){.CustomenServers .content iframe{min-height:88vh}}@media only screen and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3){.CustomenServers .content iframe{min-height:80vh}}.CustomenServers_wxh{background-color:#f1f1f1;height:100vh;width:100%}.PayMethodItem-ul-wxh{background:#fff;border-top:1px solid #e0e0e0;margin-top:.88rem;padding-left:.4rem}.PayMethodItem-ul-wxh .active-opacity{border-bottom:1px solid #e0e0e0;display:block;width:100vw}.PayMethodItem-ul-wxh .active-opacity div{align-items:center;color:#333;display:flex;flex-direction:row;font-size:.32rem;height:1rem;justify-content:space-between;margin-left:0;margin-right:.84rem;margin-top:0}.PayMethodItem-ul-wxh .active-opacity div img{width:.16rem}.CustomenServers_wxh_index{background-color:#f1f1f1;height:100vh;width:100%}.PayMethodItem-ul_wxh_index{background:#fff;border-top:1px solid #e0e0e0;margin-top:.88rem;padding-left:.4rem}.PayMethodItem-ul_wxh_index .active-opacity{border-bottom:1px solid #e0e0e0}.PayMethodItem-ul_wxh_index .active-opacity div{align-items:center;color:#333;display:flex;flex-direction:row;font-size:.32rem;height:1rem;justify-content:space-between;margin-left:0;margin-right:.84rem;margin-top:0}.PayMethodItem-ul_wxh_index .active-opacity div img{width:.16rem}.PayMethodItem-ul_wxh_index .active-opacity:last-child{border-bottom:none}.act-detail-content{align-items:center;background-color:#ee463f;display:flex;flex-direction:column;height:100vh;padding-top:.88rem;width:100%}.act-detail-content iframe{color:#000;font-family:PingFangSC-Regular;font-size:.24rem;letter-spacing:0;margin-bottom:2.5rem}.act-detail-content .act-detail-img{height:auto;position:relative;width:100%}.act-detail-content .act-detail-img img{height:3.44rem;width:100%}.act-detail-content .act-detail-img .level_item{align-items:center;color:#666;display:flex;flex-direction:row;font-family:PingFangSC-Regular;font-size:.28rem;justify-content:space-around;letter-spacing:0;margin-bottom:.5rem;margin-top:.2rem;width:100%}.act-detail-content .act-detail-img .level_item>div{align-items:center;display:flex;flex-direction:column;justify-content:center}.act-detail-content .act-detail-img .level_item>div>span{margin-bottom:.14rem}.act-detail-content .act-detail-img .level_item>div:nth-child(2){width:50%}.act-detail-content .act-detail-img .level_item>div:nth-child(2) .rank-bg{background-color:#cdcdcd;height:.2rem;width:100%}.act-detail-content .act-detail-img .level_item>div:nth-child(2) .rank-bg .rank-slide{background-image:linear-gradient(-45deg,#ff7d83,#ff4d55);height:100%;width:40%}.act-detail-content .act-detail-img .level_item img{height:.48rem;width:.48rem}.act-detail-content .act-detail-img .level_item .noLogin{color:#ff4d55;font-family:PingFangSC-Regular;font-size:.28rem;letter-spacing:0}.act-detail-content .act-detail-img .level_item_1{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:.14rem;margin-top:.14rem;width:100%}.act-detail-content .act-detail-img .level_item_1 img{height:.48rem;margin-bottom:.14rem;margin-top:.14rem;width:.48rem}.act-detail-content .act-detail-img .gift_desc{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.act-detail-content .act-detail-img .gift_desc button{background:#ffea00!important;border-radius:.48rem;bottom:.66rem;box-shadow:0 .1rem 0 #f9b800;color:#000!important;font-family:PingFang SC;font-size:.36rem;height:.82rem;left:50%;letter-spacing:-.024rem;position:fixed;transform:translateX(-50%);width:3.76rem}.act-detail-content .act-detail-img .gift_desc>span{color:#666;font-family:PingFangSC-Regular;font-size:.28rem;letter-spacing:0;margin-bottom:.08rem}.act-detail-content .act-detail-img .gift_desc>span>span{color:#ff4d55;font-family:PingFangSC-Regular;font-size:.28rem;letter-spacing:0;line-height:20px}.act-detail-content .act-detail-img .gift_desc button{background:#ff4d55;border:none;border-radius:10px;color:#fff;font-size:.32rem;height:.8rem;width:2.8rem}.act-detail-content .act-detail-img .gift_desc .disable{background:#cecdce;border-radius:6px;box-shadow:0 2px 4px 0 #cecdce80}.act-detail-content .act-detail-img .gift_desc_1{align-items:center;display:flex;justify-content:center;width:100%}.act-detail-content .act-detail-dec{box-sizing:border-box;font-family:PingFang SC;font-size:.32rem;letter-spacing:0;padding:.48rem .7rem 0;text-align:center;width:100%}.act-detail-content .act-detail-dec h3{align-items:center;color:#333;display:flex;font-size:.3rem;justify-content:center;margin-bottom:.26rem;position:relative}.act-detail-content .act-detail-dec h3:before{left:0}.act-detail-content .act-detail-dec h3:after,.act-detail-content .act-detail-dec h3:before{background-color:#000;border-radius:2px;content:"";height:.02rem;position:absolute;width:2.18rem}.act-detail-content .act-detail-dec h3:after{right:0}.act-detail-content .act-detail-dec div{color:#2a2a2a;font-size:.28rem;word-break:break-all}.act-detail-content .act-detail-dec pre{white-space:pre-wrap;word-break:break-all}.act-detail-content .wxh_modalBack{align-items:center;background-color:#00000080;display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;width:100%;z-index:999}.act-detail-content .wxh_modalBack>div:first-child>span{color:#fff;font-family:PingFangSC-Medium;font-size:1rem;left:1.5rem;letter-spacing:0;position:absolute;top:1rem}.act-detail-content .wxh_modalBack>div:first-child>span>span{color:#fff;font-family:PingFangSC-Medium;font-size:.52rem;letter-spacing:0}.act-detail-content .wxh_modalBack>div:nth-child(2){background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAABpCAYAAAA5gg06AAAAAXNSR0IArs4c6QAAC41JREFUeAHtnV2oHdUVx5NUJa2mMaJPKsSAVQiKVYK1FKH6IIgvgi9GMLeNLwqXvCSPAfMUfZJAJIRqFcHGl4BQ8qgFPxAfNKlFMAYihkhaJQbUqK2Y29//3L3OWXfuzJmPM3tmzjmz4H/3ntkfa63/uvO1Z88+a9b00nkG1nbewhQDl5aWZPcN4Cbwa7ABXBXSX5F+D74F34X0G9LPwNm1a9cukU6VdD5IBORKGP0DuAfcCm4BvwEKRllR8D4FJ8En4D3wDoG7SNpZ6VyQCMo62FJQ7gf3gbvB5SCW/ETH74M3wRtAQbtE2hnpTJAIzlZYeRw8Bq4vwNBX1DkFvgb+1KajRUeZPwVew/bN4DqQJ19Q4VXwCsH6OK9yE+WtBonArMfJP4EnwJ0ZDusa8i+g//QTQKeqkxB4gbSUoG8TDXS6FO4AOlJvA1k8fEjZC+Al9P1IOj8CWVeBPeAcSJN/s/MQeARcG5MZ9R/0SJ/0pons3A10czLbgpNXgr3gPEjK9+w4Ah4Ev2iDCfReFvTLDtmTFNkt+3UzM3uCYw+Dz0FSzrBjEehWujMie4Jdsi8p8uPhzhg7qSE4swUcS3rJ9imwE8S8c5vU/DWyL9gpe5Miv7ZMrKTNDnBAR8gPCc/+w/YCaOWUVpUP2Rvslv1e5N9i1X5ba4fRG8FR7wn5n8Hz4OrWDKtBsewPfsgfL/J3Yw0q4neBodvAaW89+Q/AXfG1N6dB/gS/SIYiv7c1Z0UFTRi4Hfx3aPJy5gDJFRW663wT+QXknxf5v72TxmPYLnDJWXuB/OzcAY1hXX4C+WsiHnaNadJ8EQbtN+tC+hHp5uYtaU+j/AXy28v+9ixymrHosLeK/Ftgqm8OnHulsvI7+E8ylMOlOqm7MmYkj6DX2afxuLkV+Q/Eg5d2jigs0DXIy8tsTNWzT6z/JPEAxIeXZq9RaNZdnL9J0H9OHyAXdfEB/BElvpq560ORnoP8bbauQXN9inOxWZEVL0D8mIi3uM9RKLganDaNpLqbmcubhBXRGLMhfgJPJAMRf/FGJujcD/XouWDzGPv6osCAeAL+OepoFHJQsgi8zMWDal1kQpweeL3UOyhLz3rd4EezD9Rl/Dz1A4d+CEl81veag8703sREg6UzORYX+x9GvAHxZ3KsFp305g9TDc/P1Gh2LSSV6ET8Af+aY7LLBp1pToJ/5X2whD191QwG4PQgMBG/1edM0Hiv9USqN5L97XYG8WV2i8fAJ8lA9pZpP6xLU027Or/cx+DvwrCwz0zMAIwuOG7Fc/npYjTa4zrRJIx+2Gfi0Iw6EJ/AT27ZMyotkKOxhjPOAZOdBZpVqoICXfc08TBrFmmlfidtJHuCXdWvFzlG0P9OYCK+iw+vUfkpa0l6BkSZdkW/CpCNbb1IvhOBkh1A9khkX5RA0a+mi4lfkydz4joqpsWH1oq03ifjkZo19K0jyEvrgcIYHyCzbbczu9YsChZNCekHhTqn4lbXSFNto80spe80QloLVBv2iF/gpzRvzQ0UDZ4FJkdyG0xYAUWdCFSbdqD7iBFO+uxYSqmwDpx1DR4c26CmQvS1GqgO6NdHCibif10mtRTeazVJ9RlIY7fd6GolUG3p9UHABn3NIb5N7vXlK/LU2Ge1SA+tKGxgA52NBqppfeMoFN/AZF9mXWq8bbVIH8msGLEAvY0Eqik9RakS38Dk7dR2lOqZ5X+hliZNRP3CLtWIsBPdUQMVu/9xvmWViW8g3iWKw+pnM3Y+oNIgJ7I6a2o/dkQJVKx+6+AF204E/pU8sKpPdu5zFZ5bVaGFHdhTa6Dq7q9uSrDvOReDp1f1T+FrrsKOVRVa2oFNtQSqrn5i0oCNO4DJa6t0UXLcSkl/t6pCizuwZ6JATdq+KdfFOzA5vkIve0XCRSsl3bSiQgc2go026Gmm5g4hVW3Xhsvi3RwjVTxGA85s3OgKv2zDwCI6ZTQoHKiy9YvYELsONn8JTG4c6mOPH2l4d1jQwQy2FgpU0XpdcxG73wUmo5EH9jxke0n/3jXDk/Zg49hA5ZUn++vStvgHJg8NbWPPo7aX9G/Dgg5nsDMzUJQVPiV2zUXxD0welX2XBSM3OGO/dfnOZlmQSY5o4SjJn5eTQapl2LQenslfyTyh+raj46nnfxAXGxKfuiCJ6EC8AqVAmExzgORDZpB+aR6S/uDync+6QGlFSC/anqYjyGz3/A/iYkeSFvIzqbJsprVtPOWUp2cJrUnnjyDZoe0XQrm2p0U8/4O4WJC+cx74U5/b3b2sC5Bdk2SkP6K0f9oC5fkfnPosSP48WH4mZQvxywiQrk23An+NmrZAef5HBw8O989JLfyjpakkFpnPSf2IQxpjLewjSJkjDv3YXQsBSVNJkDLH7vRk2I+Cp7HW4D5ikD0KLjuo0L9PajAgaaqIQfb7pBCk/s1sGnMN7iNIO4BJ6pvZfVZK2s9xaDA4pkq8uxg8bfuHKYX9bKEhG+1kiME/XZBSZwv18+6Wh5haiRDByZ93J8uo2M9gbSlQcJ8/gzUEyV+X+rngDR5TBKnwXHA/8tB/VdFQkAiQPnIu/FVF/30SbAXRK/jRlKqIAUNP8e+Twimv/9LPwrQ8VyJ6oFDnv/R7Jvf/gQb9N7OjICkX9Yii//LfzIajya8ktZgb2YoVMHC3WHASlZAiZmKLxjFlh5fdRdpWqYOS8l+fSxENn3QWap2Bfh2HKhHIaSNeQeV1HNbT+Bww6VdEySG8SjHkVl8RRQrpoF9bqArzBdvAr267/dpC5U+pdNCv0lWQ8CrV4HcBmFRbpUuK6WGv9ULar3dXJRopbeCynvXuQpA06Pq5C9TBFJ39rpIMwOfzjlPxu/oj5jJ90kG/BmsZwnLqwme9a7CaPjo+Bkz0DHWFlfVpcQbEG/DPoPWsZiwT6HgL6NcFLx6P1JpweACY1LsueAiUfzKWosmWSk51Y3Z3ii+LTkjjjOTQ+VGn6AL5zbNLa32eiScgvkyO1td7oic06NbxtGki7X/1JcFRcjNw5n/rT/zF+9UXGYCCbaD//aRkNFK24UnDa28Bk/i/n2R2oHE7uGSaSV8Hja2NZ3Z0ORUfgReSgYivZn6JzIhB4a5l3cO/L5PrAwVB4gGIDy+7jLtGUyzY760gryNqfaNGdEyZ/A88kAylnV/HNG4w4/DQlOWMzsFz+ZsW8hv4a5AYafd3Zl2gkkeU7mY2W/k8pPIX+Ls4NpfaPYKSxGOQrlH+ZkLPBXPxwCs/gX8OEg/tXIOSgUluY5ju+vztOZuDoZCZHOvDN43F+aEe+Sv/m72LSwYibxsD9Rx1GnjRoOJdeW2nqVz+AD9YKn/ld9zfka2LJAzdCPwQEpuDn0g7SDrVNxWyH8iPn4EX+Rt3JKGuAPl+MHoR+NFzOaU3vAtgqp6pZG+wW/Z7kX9xBks9mTHzOKDXHP59lDmoSRg7QZTpYnX5JPuCnX7SCLsGIr+21KWr9X5wRndA/lX8wEv+nAE64qL9ukwV52VPsEv2JUV+zOadK45pzoQmt5wHSdHP02hOtCavt3IqlN6gX3b4n8thcyCyW/ZPNiehyn9N021wUtPF9oBzIE30GcghoA+rro1pn/oPeqRPetNEdspev6RMTLNW9B39i4EV2hIbOK1xPq39ozXrfpsotk0tJvgR+AfQyv8nBZZQu0BaStC3iQa3BNxB+kdwO8ji4ThlfwEvoe9H0lYky7jGjYFA/QLX4+AxcH0BA76izinwNdACVgatF6d14jY4XEP+ZnAdyJMvqPAqeIXAfJxXuYnyzgTJnCVYWjlMS3TeD+4Dd4OYd4A/0f/74E3wBniH4Fwi7Yx0LkhJZgiaLtIK2u+Bnaq04KBfvI/NQqJF/rQenk6Zn4D3gIJykbSz0vkgpTFH4GT3DeAmoFt3f2rTqU6nPDv9Kf0GfAbOEpBpWTAXc3uZGgb+D++BqSa0WLSXAAAAAElFTkSuQmCC) no-repeat;background-size:contain;height:.66rem;width:.66rem}.am-button{-webkit-appearance:none;background-color:#fff;border:1px solid #ddd;border-radius:5px;box-sizing:border-box;color:#000;display:block;font-size:18px;height:47px;line-height:47px;outline:0 none;overflow:hidden;padding:0;text-align:center;text-overflow:ellipsis;white-space:nowrap;word-break:break-word}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-button{border:none;position:relative}html:not([data-scale]) .am-button:before{border:1px solid #ddd;border-radius:10px;box-sizing:border-box;content:"";height:200%;left:0;pointer-events:none;position:absolute;top:0;transform:scale(.5);transform-origin:0 0;width:200%}}.am-button-borderfix:before{transform:scale(.49)!important}.am-button.am-button-active{background-color:#ddd}.am-button.am-button-disabled{color:#0000004d;opacity:.6}.am-button-primary{background-color:#108ee9;border:1px solid #108ee9;border-radius:5px;color:#fff}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-button-primary{border:none;position:relative}html:not([data-scale]) .am-button-primary:before{border:1px solid #108ee9;border-radius:10px;box-sizing:border-box;content:"";height:200%;left:0;pointer-events:none;position:absolute;top:0;transform:scale(.5);transform-origin:0 0;width:200%}}.am-button-primary.am-button-active{background-color:#0e80d2;color:#ffffff4d}.am-button-primary.am-button-disabled{color:#fff9;opacity:.4}.am-button-ghost{background-color:initial;border:1px solid #108ee9;border-radius:5px;color:#108ee9}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-button-ghost{border:none;position:relative}html:not([data-scale]) .am-button-ghost:before{border:1px solid #108ee9;border-radius:10px;box-sizing:border-box;content:"";height:200%;left:0;pointer-events:none;position:absolute;top:0;transform:scale(.5);transform-origin:0 0;width:200%}}.am-button-ghost.am-button-active{background-color:initial;border:1px solid #108ee999;border-radius:5px;color:#108ee999}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-button-ghost.am-button-active{border:none;position:relative}html:not([data-scale]) .am-button-ghost.am-button-active:before{border:1px solid #108ee999;border-radius:10px;box-sizing:border-box;content:"";height:200%;left:0;pointer-events:none;position:absolute;top:0;transform:scale(.5);transform-origin:0 0;width:200%}}.am-button-ghost.am-button-disabled{border:1px solid #0000001a;border-radius:5px;color:#0000001a;opacity:1}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-button-ghost.am-button-disabled{border:none;position:relative}html:not([data-scale]) .am-button-ghost.am-button-disabled:before{border:1px solid #0000001a;border-radius:10px;box-sizing:border-box;content:"";height:200%;left:0;pointer-events:none;position:absolute;top:0;transform:scale(.5);transform-origin:0 0;width:200%}}.am-button-warning{background-color:#e94f4f;color:#fff}.am-button-warning.am-button-active{background-color:#d24747;color:#ffffff4d}.am-button-warning.am-button-disabled{color:#fff9;opacity:.4}.am-button-inline{display:inline-block;padding:0 15px}.am-button-inline.am-button-icon{display:inline-flex}.am-button-small{font-size:13px;height:30px;line-height:30px;padding:0 15px}.am-button-icon{align-items:center;display:flex;justify-content:center}.am-button>.am-button-icon{margin-right:.5em}.tabButton{padding:10px}.tabButton .btn-choise{background-color:red;color:#fff}.tabButton .btn{margin-right:4px;margin-top:4px}.gameRecord_container{display:flex;height:100%;width:100%}.gameRecord_container .lottery-header-container{align-items:center;background-color:#ff4941;color:#fff;display:flex;flex-direction:row;height:.88rem;justify-content:flex-end;left:0;padding:0 .32rem;position:fixed;right:0;top:0;z-index:11!important}.gameRecord_container .lottery-header-title{font-size:.36rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.gameRecord_container .lottery-header-back{align-items:center;display:flex;flex-direction:row;height:.88rem;justify-content:center;left:.32rem;position:fixed;z-index:12}.gameRecord_container .lottery-header-back>*{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:center}.gameRecord_container .lottery-header-back img{height:.42rem;width:.25rem}.gameRecord_container .lottery-header-right{align-items:center;display:flex;flex-direction:row;font-size:.36rem;height:.88rem;justify-content:center;position:fixed;right:.32rem;z-index:9999}.gameRecord_container .lottery-header-right>*{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:center}.gameRecord_container .lottery-header-right img{height:.5rem;width:.46rem}.gameRecord_container .wxh_container{width:100%}.gameRecord_container .wxh_container .BackItem{background-color:#fff}.gameRecord_container .wxh_container .BackItem *{box-sizing:border-box}.gameRecord_container .wxh_container .BackItem>div.item-li{align-items:center;display:flex;flex-direction:column;height:1.58rem;justify-content:center;padding:0 18% 0 7%}.gameRecord_container .wxh_container .BackItem>div.item-li .li-top{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.12rem;width:100%}.gameRecord_container .wxh_container .BackItem>div.item-li .li-top>span{font-size:.32rem}.gameRecord_container .wxh_container .BackItem>div.item-li .li-top>span:first-child{color:#333;font-family:PingFangSC-Regular;font-size:.32rem;letter-spacing:-.89px}.gameRecord_container .wxh_container .BackItem>div.item-li .li-top>span:nth-child(2){color:#41c2ff;font-family:PingFangSC-Regular;font-size:.28rem;text-align:right}.gameRecord_container .wxh_container .BackItem>div.item-li .li-top .bottom-time{color:#ff4941}.gameRecord_container .wxh_container .BackItem>div.item-li .li-top .bottom-time-1{color:#41c2ff}.gameRecord_container .wxh_container .BackItem>div.item-li .li-bottom{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.gameRecord_container .wxh_container .BackItem>div.item-li .li-bottom>span{color:#999;font-size:.28rem}.gameRecord_container .wxh_container .BackItem>div.item-li .li-bottom>span:first-child{color:#999;font-family:PingFangSC-Regular;font-size:.26rem}.gameRecord_container .wxh_container .BackItem>div.item-li .li-bottom>span:nth-child(2){color:#999;font-family:PingFangSC-Regular;font-size:.28rem;text-align:right}.gameRecord_container .wxh_container .BackItem>div.item-li .bottom-time{color:#999;font-size:.26rem}.gameRecord_container .wxh_container .BackItem .item-border{background-color:#e0e0e0;height:1px;margin-left:4%;margin-right:4%;width:92%}.gameRecord_container .wxh_container .TypeToggle{background:#00000080;bottom:0;left:0;position:absolute;right:0;top:.88rem;z-index:100}.gameRecord_container .wxh_container .TypeToggle ul{align-items:center;background:#fff;box-shadow:0 2px 3px #d8d8d8;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;opacity:.95;padding:.5rem .4rem 0}.gameRecord_container .wxh_container .TypeToggle ul li{background:#fff;background:#f0f0f0;border-radius:6px;font-size:.28rem;height:.8rem;line-height:.8rem;margin-bottom:.5rem;text-align:center;width:2rem}.gameRecord_container .wxh_container .TypeToggle ul li.active{background-image:linear-gradient(-90deg,#ff686f,#ff4e56 97%);border-radius:6px;color:#fff}.gameRecord_container .wxh_footer{align-items:center;background-color:#f1f1f1;bottom:0;display:flex;flex-direction:row;height:30px;justify-content:space-between;position:fixed;width:100%}.gameRecord_container .wxh_footer>span:first-child{margin-left:15px}.gameRecord_container .wxh_footer>span:nth-child(2){margin-right:15px}.gameRecord_container .textDe{color:#50b5eb;font-family:PingFangSC-Regular;font-size:.24rem;letter-spacing:-.17px;text-align:center;text-decoration:underline}.gameRecord_container .textDe_1{background:#ff4941!important;border:0 solid #ff4941!important;border-radius:.32rem;color:#fff!important;font-family:PingFangSC-Regular;font-size:.256rem;letter-spacing:-.49px}.gameRecord_container .am-list-body:after,.gameRecord_container .am-list-body:before{display:none!important}.gameRecord_container .am-list-line{padding:0!important}.gameRecord_container .am-list-item{min-height:10px!important;padding:0!important}.gameRecord_container .am-list-content{padding:0!important;text-align:center!important}.gameRecord_container .content{margin-top:.88rem}.gameRecord_container .Calendar_div_2{color:#333;font-family:PingFangSC-Regular;font-size:.256rem;letter-spacing:-.49px}.gameRecord_container .wxh_transfer_modal{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.gameRecord_container .wxh_transfer_modal .wxh_teamBet_modal{align-items:center;background-color:#fff;border-radius:.24rem;color:#333;display:flex;flex-direction:column;font-size:.28rem;height:auto;justify-content:flex-start;position:relative;width:7.04rem}.gameRecord_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1.36rem;overflow-y:auto;padding-top:.4rem;position:relative}.gameRecord_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child .Icon{align-items:center;display:flex;justify-content:space-between}.gameRecord_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div{align-items:flex-start;height:auto;justify-content:space-around;margin-bottom:.2rem;width:90%}.gameRecord_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div>p{margin-bottom:.18rem}.gameRecord_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div .wxh_teamBet_tab{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;min-height:100%}.gameRecord_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div .wxh_teamBet_tab>span{border:1px solid #d8d8d8;border-radius:.12rem;height:.8rem;line-height:.8rem;margin-bottom:.2rem;margin-left:.1rem;margin-right:.12rem;padding-left:.02rem;padding-right:.02rem;text-align:center;white-space:nowrap;width:1.8rem}.gameRecord_container .wxh_transfer_modal .wxh_teamBet_modal>div:nth-child(2){align-items:center;background-color:#fff;border-bottom-left-radius:.24rem;border-bottom-right-radius:.24rem;border-top:1px solid #cdcdcd;bottom:0;display:flex;flex-direction:row;height:1.36rem;justify-content:space-around;position:absolute;width:100%;z-index:99}.gameRecord_container .wxh_transfer_modal .wxh_teamBet_modal>div:nth-child(2)>span{background-color:#cdcdcd;border-radius:.12rem;color:#fff;font-size:.3rem;height:.8rem;line-height:.8rem;text-align:center;width:2.4rem}.gameRecord_container .wxh_transfer_modal .wxh_teamBet_close{align-items:center;background-color:#fff;border-radius:50%;display:flex;flex-direction:column;height:.54rem;justify-content:center;margin-top:.5rem;width:.54rem}.gameRecord_container .teamBet_color{background-color:#ff4941!important;border-color:#ff4941!important;color:#fff;font-size:.28rem}.gameRecord_container .wxh_transfer_modalBack{align-items:center;background-color:#0000004d;display:flex;height:100%;justify-content:center;position:absolute;width:100%;z-index:999}.gameRecordDetails{height:100%;justify-content:flex-start;padding-top:1rem;width:100%}.gameRecordDetails,.gameRecordDetails>div:first-child{align-items:center;display:flex;flex-direction:column;text-align:center}.gameRecordDetails>div:first-child{border-bottom:1px solid #cdcdcd;color:#333;font-family:PingFangSC-Regular;font-size:.36rem;height:1.54rem;justify-content:center;letter-spacing:-1px;width:80%}.gameRecordDetails>div:first-child>div:first-child{height:.5rem}.gameRecordDetails>div:first-child>div:nth-child(2){color:#333;font-family:PingFangSC-Regular;font-size:.28rem;height:.4rem;letter-spacing:0;text-align:center}.gameRecordDetails>div:first-child>div:nth-child(2)>span{color:#151515;font-family:PingFangSC-Medium;font-size:.36rem;letter-spacing:0;line-height:20px;text-align:center}.gameRecordDetails .game_content{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:80%}.gameRecordDetails .game_content>div{align-items:flex-start;color:#999;display:flex;flex-direction:row;font-size:.26rem;justify-content:flex-start;line-height:.36rem;margin-bottom:.28rem;margin-top:.28rem;text-align:left;width:100%}.gameRecordDetails .game_content>div span:first-child{color:#999;font-family:PingFangSC-Regular;font-size:.26rem;width:30%}.gameRecordDetails .game_content>div span:nth-child(2){color:#666;font-family:PingFangSC-Regular;font-size:.28rem;letter-spacing:.3px}.gameRecordDetails .bor{align-items:flex-start;background-color:#f4f4f4;height:.12rem;width:100%}.gameRecordDetails .bor,.gameRecordDetails .game_info{display:flex;flex-direction:row;justify-content:flex-start}.gameRecordDetails .game_info{align-items:center;border-bottom:1px solid #cdcdcd;color:#333;font-family:PingFangSC-Regular;font-size:.32rem;height:1rem;letter-spacing:-.62px;width:80%}.gameRecordDetails .game_info>div:first-child{background-image:linear-gradient(-90deg,#ff686f,#ff4e56 97%);height:.4rem;margin-right:.26rem;width:.08rem}.gameRecordDetails .game_info_content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:.24rem;width:80%}.gameRecordDetails .game_info_content .jagged{border:1px solid #ccc;border-bottom:none;position:relative;width:92%}.gameRecordDetails .game_info_content .jagged>div{align-items:flex-start;background-position:bottom;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:center;padding:.2rem}.gameRecordDetails .game_info_content .jagged>div>span{color:#333;font-family:PingFangSC-Regular;font-size:.3rem;letter-spacing:0;line-height:26px}.gameRecordDetails .game_info_content .jagged:after{background-image:linear-gradient(135deg,#0000 45%,#ccc 55%,#0000 60%),linear-gradient(45deg,#0000 45%,#ccc 55%,#0000 60%);background-repeat:repeat-x;background-size:6px 6px;bottom:-2px;content:"";display:block;height:3px;left:0;position:absolute;right:0}.gameRecordDetails .game_info_content>div:first-child{background:#e0e0e0;border-radius:8px;box-shadow:0 2px 4px 0 #e0e0e080;height:.12rem;width:100%}.wxh_zhuihao_container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;width:100%}.wxh_zhuihao_header{background-color:#ff4941;border:1px solid #fff;border-radius:.04rem;flex-direction:row;font-size:.32rem;height:.44rem;width:4rem}.wxh_zhuihao_header,.wxh_zhuihao_header>div{align-items:center;display:flex;justify-content:center}.wxh_zhuihao_header>div{flex:1 1;height:100%;text-align:center}.tabSelect{background-color:#fff;color:#ff4941}#tabSelect_1{background-color:#f1f1f1;color:#333}.wxh_zhuihao_time{height:.8rem;margin-top:.7rem;width:100%}.wxh_zhuihao_multiple{align-items:center;background-color:#f5f5f5;display:flex;flex-direction:row;font-size:.26rem;height:.8rem;justify-content:space-around;width:100%}.wxh_zhuihao_multiple>div{align-items:center;display:flex;justify-content:center}.wxh_zhuihao_multiple input{border:1px solid #cdcdcd;border-radius:3px;text-align:center;width:.8rem}.wxh_zhuihao_multiple_span{border:1px solid #979797;border-radius:50%;height:.2rem;width:.2rem}.multipleSel{background-color:#ff4941}.wxh_zhuihao_content{align-items:center;display:flex;flex-direction:column;font-size:.28rem;height:8.5rem;justify-content:flex-start;margin-bottom:2rem;margin-top:.2rem;overflow-y:scroll;width:100%}.wxh_zhuihao_content table,.wxh_zhuihao_content td{border:1px solid #cdcdcd}.wxh_zhuihao_content table{border-collapse:collapse;text-align:center;width:95%}.wxh_zhuihao_content table thead{background-color:#ededed}.wxh_zhuihao_content table thead tr td:nth-child(3){border-top-width:0}.wxh_zhuihao_content table tr>td:nth-child(2) img{height:.28rem;width:.28rem}.wxh_zhuihao_content table td:nth-child(3),.wxh_zhuihao_content table tr>td:nth-child(2){padding-left:10px;padding-right:10px}.wxh_zhuihao_content table tr>td:nth-child(3){align-items:center;border-bottom-width:0;border-left-width:0;border-right-width:0;display:flex;flex-direction:row;justify-content:space-around}.wxh_zhuihao_content table tr>td:nth-child(3) div:first-child{font-size:12px}.wxh_zhuihao_content table tr>td:nth-child(3) div:nth-child(3){font-size:22px}.wxh_zhuihao_content table tr>td:nth-child(3) div{align-items:center;background-color:#cecece;color:#fff;display:flex;height:.34rem;justify-content:center;width:.34rem}.wxh_zhuihao_content table tr>td:nth-child(3) input{border:1px solid #cecece;border-radius:.04rem;height:.38rem;text-align:center;width:1rem}.wxh_zhuihao_content table td{padding-bottom:.2rem;padding-top:.2rem}.wxh_zhuihao_footer{background-color:#fff;bottom:0;flex-direction:column;height:1.64rem;justify-content:space-between;position:fixed}.wxh_zhuihao_footer,.wxh_zhuihao_footer_1{align-items:center;display:flex;width:100%}.wxh_zhuihao_footer_1{flex-direction:row;font-size:.32rem;height:.64rem;justify-content:center}.wxh_zhuihao_footer_1 img:first-of-type{height:.32rem;width:.32rem}.wxh_zhuihao_footer_1 img:nth-of-type(2){height:.36rem;width:.36rem}.wxh_zhuihao_footer_2{align-items:center;background-color:#ededed;display:flex;flex-direction:row;font-size:.32rem;height:1rem;justify-content:space-between;width:100%}.wxh_zhuihao_footer_2>div:first-child{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-left:.4rem}.wxh_zhuihao_footer_2>div:first-child span{color:#ff4941}.wxh_zhuihao_footer_2>div:nth-child(2){align-items:center;background-color:#ff4941;border-radius:.12rem;color:#fff;display:flex;flex-direction:row;height:.6rem;justify-content:center;margin-right:.4rem;width:1.6rem}.wxh_zhuihao_model_wrapper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.wxh_zhuihao_model_wrapper .wxh_zhuihao_model{align-items:center;background-color:#fff;border-radius:.24rem;color:#333;display:flex;flex-direction:column;font-size:.28rem;height:6rem;justify-content:flex-start;position:relative;width:7.04rem}.wxh_zhuihao_model_wrapper .wxh_zhuihao_model .wxh_zhuihao_model_1{align-items:center;display:flex;flex:.2 1;flex-direction:column;justify-content:center}.wxh_zhuihao_model_wrapper .wxh_zhuihao_model .wxh_zhuihao_model_2{flex:.6 1;width:100%}.wxh_zhuihao_model_wrapper .wxh_zhuihao_model .wxh_zhuihao_model_3{flex:.2 1;height:.72rem;width:5.52rem}.wxh_zhuihao_model_wrapper .wxh_zhuihao_model .wxh_zhuihao_model_3>div{align-items:center;background-color:#ff4941;border-radius:.1rem;color:#fff;display:flex;flex-direction:column;height:.72rem;justify-content:center;width:2.4rem}.wxh_zhuihao_model_wrapper .wxh_zhuihao_model .wxh_zhuihao_model_2,.wxh_zhuihao_model_wrapper .wxh_zhuihao_model .wxh_zhuihao_model_3{align-items:center;display:flex;flex-direction:row;justify-content:space-around}.wxh_zhuihao_model_wrapper .wxh_zhuihao_model .wxh_zhuihao_model_2_1{align-items:flex-end;display:flex;flex:.3 1;flex-direction:column;justify-content:center}.wxh_zhuihao_model_wrapper .wxh_zhuihao_model .wxh_zhuihao_model_2_1>div{align-items:center;display:flex;flex-direction:column;height:.9rem;justify-content:center;width:1.48rem}.wxh_zhuihao_model_wrapper .wxh_zhuihao_model .wxh_zhuihao_model_2_2{align-items:center;display:flex;flex:.7 1;flex-direction:column;justify-content:space-around}.wxh_zhuihao_model_wrapper .wxh_zhuihao_model .wxh_zhuihao_model_2_2 input{background-color:#cecece;border:1px solid #999;height:.54rem;opacity:.4;width:.8rem}.wxh_zhuihao_model_wrapper .wxh_zhuihao_model .wxh_zhuihao_model_2_2>div{align-items:center;display:flex;flex-direction:row;height:.9rem;justify-content:flex-start;width:100%}.wxh_zhuihao_model_wrapper .wxh_zhuihao_model .wxh_zhuihao_model_2_2>div:first-child input,.wxh_zhuihao_model_wrapper .wxh_zhuihao_model .wxh_zhuihao_model_2_2>div:nth-child(2) input{height:.54rem;width:1.4rem}.wxh_zhuihao_model_wrapper .wxh_zhuihao_model .wxh_zhuihao_model_2_2>div:first-child img,.wxh_zhuihao_model_wrapper .wxh_zhuihao_model .wxh_zhuihao_model_2_2>div:nth-child(2) img{height:.48rem;width:.48rem}.wxh_zhuihao_model_wrapper .wxh_zhuihao_model .wxh_zhuihao_model_2_2>div:nth-child(3) input,.wxh_zhuihao_model_wrapper .wxh_zhuihao_model .wxh_zhuihao_model_2_2>div:nth-child(4) input{height:.4rem;width:.6rem}.wxh_zhuihao_model_wrapper .wxh_zhuihao_model .wxh_zhuihao_model_2_2>div:nth-child(3) img,.wxh_zhuihao_model_wrapper .wxh_zhuihao_model .wxh_zhuihao_model_2_2>div:nth-child(4) img{height:.36rem;width:.36rem}.am-modal-button-group-v .am-modal-button{color:#108ee9}.wxh_modelBack{align-items:center;background-color:#0000004d;display:flex;height:100%;justify-content:center;position:absolute;width:100%;z-index:999}.happyRoomTitle{background:#fff;position:fixed;top:.88rem;width:100%}.happyRoomTitle *{box-sizing:border-box}.happyRoomTitle>div{align-items:center;display:flex;flex-direction:row;height:.8rem;justify-content:space-between;padding:0 .34rem;width:100%}.happyRoomTitle>div>div:first-child{align-items:center;color:#333;display:flex;flex-direction:row;font-size:.26rem;height:100%;justify-content:center}.happyRoomTitle>div>div:first-child span{color:#ff4941;font-size:.26rem;letter-spacing:-.18px;margin:0 .1rem}.happyRoomTitle>div>div:first-child .timers{color:#ff4941;font-size:.32rem;letter-spacing:-.23px;margin-left:.3rem;text-align:center}.happyRoomTitle>div>div.Balance{color:#333;font-size:.26rem;max-width:3rem;text-align:center}.happyRoomTitle>div>div.Balance span{color:#ff4941;font-size:.26rem;letter-spacing:-.18px}.happyRoomTitle>div>div.reBeToOdds{color:#ff4941;padding-right:.4rem}.happyRoomTitle>div>div.reBeToOdds span{position:relative}.happyRoomTitle>div>div.reBeToOdds span:after{border-right:2px solid #ff4941;border-top:2px solid #ff4941;content:" ";height:7px;position:absolute;right:-.2rem;top:50%;transform:rotate(45deg) translateY(-50%);width:7px}.system-Maintenance{width:6rem}.system-Maintenance>.am-modal-content{height:8rem;margin:0 auto;padding:0;width:6rem}.system-Maintenance>.am-modal-content>.am-modal-body{padding:0}.system-Maintenance>.am-modal-content>.am-modal-body .systemMaintenance .systemContent>div:first-child{padding-top:.4rem}.system-Maintenance>.am-modal-content>.am-modal-body .systemMaintenance .systemContent>div:first-child img{width:4.6rem}.system-Maintenance>.am-modal-content>.am-modal-body .systemMaintenance .systemContent>div:nth-child(2){padding:.3rem 0}.system-Maintenance>.am-modal-content>.am-modal-body .systemMaintenance .systemContent>div:nth-child(2) span{color:#333;font-size:.4rem;font-weight:700}.system-Maintenance>.am-modal-content>.am-modal-body .systemMaintenance .systemFooter{align-items:center;border-top:1px solid #ececec;display:flex;flex-direction:row;justify-content:center;padding:.3rem 0}.system-Maintenance>.am-modal-content>.am-modal-body .systemMaintenance .systemFooter div{align-items:center;background-image:linear-gradient(-180deg,#ff4d55,#ff4d55 98%);border-radius:.12rem;color:#fff;display:flex;flex-direction:row;font-size:.3rem;height:.7rem;justify-content:center;text-align:center;width:2.8rem}.LoginItem{background-size:100% auto;height:100vh}.LoginItem header{height:3.8rem;margin-top:1rem!important}.LoginItem content .content-input{padding:0 .42rem}.LoginItem content .content-input .Button{margin:0 0 .88rem}.Register-clause a{color:#e03c2f}.wxh_userProfit_container{height:100%;width:100%}.wxh_userProfit_container>div{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;width:100%}.wxh_userProfit_container>div .wxh_userProfit_time{align-items:center;display:flex;flex-direction:row;height:.5rem;justify-content:center;margin-bottom:.4rem;margin-top:1.3rem;padding-left:10px;padding-right:10px;width:inherit}.wxh_userProfit_container>div .wxh_userProfit_time span{font-size:.32rem}.wxh_userProfit_container>div .wxh_userProfit_time div{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:space-around;width:80%}.wxh_userProfit_container>div .wxh_userProfit_time div span{border:1px solid #ff4941;border-radius:15px;display:inline-block;font-size:.256rem;padding:5px 10px;text-align:center}.wxh_userProfit_container>div .wxh_userProfit_date{align-items:center;display:flex;flex-direction:row;height:.5rem;justify-content:center;margin-bottom:.3rem;width:100%}.wxh_userProfit_container>div .wxh_userProfit_date>span{font-size:.32rem}.wxh_userProfit_container>div .wxh_userProfit_date>div{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:space-around;width:80%}.wxh_userProfit_container>div .wxh_userProfit_date>div>div:first-child,.wxh_userProfit_container>div .wxh_userProfit_date>div>div:nth-child(3){align-items:center;display:flex;flex:1 1;flex-direction:row;justify-content:space-around}.wxh_userProfit_container>div .wxh_userProfit_date .am-list-body:after,.wxh_userProfit_container>div .wxh_userProfit_date .am-list-body:before{height:0}.wxh_userProfit_container>div .wxh_userProfit_content{height:100%;width:100%}.wxh_userProfit_container>div .wxh_userProfit_content>div{align-items:center;border:1px solid #f2f2f2;border-bottom:none;display:flex;flex-direction:row;height:60px;justify-content:center;width:100%}.wxh_userProfit_container>div .wxh_userProfit_content>div>div{align-items:center;border-right:1px solid #f2f2f2;display:flex;flex-direction:column;height:100%;justify-content:center;width:50%}.wxh_userProfit_container>div .wxh_userProfit_content>div>div>span:first-child{margin-bottom:5px}.wxh_userProfit_container>div .wxh_userProfit_content>div:first-child{border-top:5px solid #f2f2f2}.wxh_userProfit_container>div .wxh_userProfit_content>div:last-child{border:1px solid #f2f2f2}.color_userProfit{background-color:#ff4941;color:#fff}.wxh_teamBet_container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;width:100%}.wxh_teamBet_container span{display:inline-block}.wxh_teamBet_container .wxh_teamBet_header{align-content:center;padding-top:1rem}.wxh_teamBet_container .wxh_teamBet_header div:first-child{align-items:center;background-color:#ff4941;display:flex;flex-direction:row;height:100%;justify-content:space-around;margin:0 .3rem;text-align:center;width:6.96rem}.wxh_teamBet_container .wxh_teamBet_header div:first-child>span{align-items:center;color:#fff;flex:1 1;font-size:.3rem;height:100%;line-height:.8rem}.wxh_teamBet_container .wxh_teamBet_header div:first-child>span:first-child,.wxh_teamBet_container .wxh_teamBet_header div:first-child>span:nth-child(2),.wxh_teamBet_container .wxh_teamBet_header div:first-child>span:nth-child(3){border-right:1px solid #cdcdcd}.wxh_teamBet_container .am-pull-to-refresh-indicator{height:1px}.wxh_teamBet_container .wxh_teamBet_list{align-items:center;background-color:#fff;border-bottom:1px solid #ececed;color:#333;display:flex;flex-direction:row;font-size:.28rem;height:1rem;justify-content:space-around;margin-top:.2rem;width:100%}.wxh_teamBet_container .wxh_teamBet_list .time{width:1.5rem}.wxh_teamBet_container .wxh_teamBet_list>div:first-of-type{align-items:center;display:flex;flex-direction:column;height:.74rem;justify-content:space-around}.wxh_teamBet_container .wxh_teamBet_list>div:first-of-type>span:first-child{color:#333;font-size:.28rem}.wxh_teamBet_container .wxh_teamBet_list>div:first-of-type>span:nth-child(2){color:#999;font-size:.24rem}.wxh_teamBet_container .wxh_teamBet_list>div:nth-of-type(2){align-items:center;color:#ff4941;display:flex;flex-direction:row;font-size:.28rem;height:.4rem;justify-content:space-around}.wxh_teamBet_modal_wrapper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.wxh_teamBet_modal_wrapper .wxh_teamBet_modal{align-items:center;background-color:#fff;border-radius:.24rem;color:#333;display:flex;flex-direction:column;font-size:.28rem;height:83%;justify-content:flex-start;position:relative;width:7.04rem}.wxh_teamBet_modal_wrapper .wxh_teamBet_modal .vcontent{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1.36rem;margin-top:.4rem;overflow-y:auto;width:100%}.wxh_teamBet_modal_wrapper .wxh_teamBet_modal .vcontent>div{height:auto;margin-bottom:.2rem;width:90%}.wxh_teamBet_modal_wrapper .wxh_teamBet_modal .vcontent>div:first-child,.wxh_teamBet_modal_wrapper .wxh_teamBet_modal .vcontent>div:nth-child(4){align-items:flex-start;justify-content:space-around}.wxh_teamBet_modal_wrapper .wxh_teamBet_modal .vcontent>div:first-child>p,.wxh_teamBet_modal_wrapper .wxh_teamBet_modal .vcontent>div:nth-child(4)>p{margin-bottom:.18rem}.wxh_teamBet_modal_wrapper .wxh_teamBet_modal .vcontent .wxh_teamBet_tab{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin-bottom:.2rem;min-height:100%}.wxh_teamBet_modal_wrapper .wxh_teamBet_modal .vcontent .wxh_teamBet_tab>span{border:1px solid #d8d8d8;border-radius:.12rem;height:.8rem;line-height:.8rem;margin-bottom:.2rem;margin-left:.1rem;margin-right:.12rem;padding-left:.02rem;padding-right:.02rem;text-align:center;white-space:nowrap;width:1.8rem}.wxh_teamBet_modal_wrapper .wxh_teamBet_modal .vcontent>div:first-child,.wxh_teamBet_modal_wrapper .wxh_teamBet_modal .vcontent>div:nth-child(2){align-items:center;height:.8rem;justify-content:flex-start;margin-bottom:.4rem}.wxh_teamBet_modal_wrapper .wxh_teamBet_modal .vcontent>div:first-child>span,.wxh_teamBet_modal_wrapper .wxh_teamBet_modal .vcontent>div:nth-child(2)>span{float:left;height:100%;line-height:.8rem;width:20%}.wxh_teamBet_modal_wrapper .wxh_teamBet_modal .vcontent>div:first-child>input,.wxh_teamBet_modal_wrapper .wxh_teamBet_modal .vcontent>div:nth-child(2)>input{border:1px solid #cdcdcd;float:right;height:100%;padding-left:.24rem;width:70%}.wxh_teamBet_modal_wrapper .wxh_teamBet_modal .vcontent .showCalendar{align-items:center;border:1px solid #cdcdcd;border-radius:5px;display:flex;float:right;height:101.5%;padding-left:.24rem;width:71.5%}.wxh_teamBet_modal_wrapper .wxh_teamBet_modal .vcontent .showCalendar .am-list-arrow{display:none}.wxh_teamBet_modal_wrapper .wxh_teamBet_modal .vcontent .showCalendar .am-list-item{min-height:35px;padding-left:0}.wxh_teamBet_modal_wrapper .wxh_teamBet_modal .vcontent .showCalendar .am-list-body:after,.wxh_teamBet_modal_wrapper .wxh_teamBet_modal .vcontent .showCalendar .am-list-body:before{height:0}.wxh_teamBet_modal_wrapper .wxh_teamBet_modal .vcontent>div:nth-child(3){align-items:center;justify-content:flex-start}.wxh_teamBet_modal_wrapper .wxh_teamBet_modal>div:nth-child(2){align-items:center;background-color:#fff;border-bottom-left-radius:.24rem;border-bottom-right-radius:.24rem;border-top:1px solid #cdcdcd;bottom:0;display:flex;flex-direction:row;height:1.36rem;justify-content:space-around;position:absolute;width:100%;z-index:99}.wxh_teamBet_modal_wrapper .wxh_teamBet_modal>div:nth-child(2)>span{background-color:#cdcdcd;border-radius:.12rem;color:#fff;font-size:.3rem;height:.8rem;line-height:.8rem;text-align:center;width:2.4rem}.wxh_teamBet_modal_wrapper .wxh_teamBet_close{align-items:center;background-color:#fff;border-radius:50%;display:flex;flex-direction:column;height:.54rem;justify-content:center;margin-top:.5rem;width:.54rem}.teamBet_color{background-color:#ff4941!important;border-color:#ff4941!important;color:#fff;font-size:.28rem}.wxh_modalBack{align-items:center;background-color:#0000004d;display:flex;height:100%;justify-content:center;position:absolute;width:100%;z-index:999}.wxh_commission_details{align-items:center;background-color:#fff;border-radius:6px;display:flex;flex-direction:column;height:80%;justify-content:flex-start;margin:auto;padding-top:.3rem;position:relative;width:6.8rem}.wxh_commission_details>div:first-child{align-items:center;border-bottom:1px solid #cdcdcd;color:#333;display:flex;flex-direction:row;font-size:.3rem;height:1rem;justify-content:space-between;width:6.16rem}.wxh_commission_details>div:nth-child(2){align-items:center;color:#333;display:flex;flex-direction:row;font-size:.28rem;height:2rem;justify-content:space-around;margin-top:.21rem;width:6.16rem}.wxh_commission_details>div:nth-child(2)>div{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:space-around;white-space:nowrap;width:100%}.wxh_commission_details>div:nth-child(2)>div div{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around;width:100%}.wxh_commission_details>div:nth-child(2)>div div span{display:inline-block;height:.4rem;line-height:.4rem;text-align:left;width:100%}.wxh_commission_details>div:nth-child(2)>div div:first-child{text-align:right}.wxh_commission_details>div:nth-child(2)>div div:nth-child(2){text-align:left}.wxh_commission_details>div:nth-child(2)>div div:nth-child(2) span{color:#2a2a2a;font-size:.28rem}.wxh_commission_details>div:nth-child(3){height:60%;margin-bottom:1rem;margin-top:.4rem;overflow-y:scroll;padding-top:.1rem;width:100%}.wxh_commission_details>div:nth-child(3) p{color:#333;font-size:.3rem;height:.36rem;margin-bottom:.2rem;padding-left:.3rem;text-align:left;width:6.16rem}.wxh_commission_details>div:nth-child(3) table{border:1px solid #cdcdcd;height:auto;width:inherit}.wxh_commission_details>div:nth-child(3) thead{background-color:#f2f2f2;box-shadow:0 4px 4px #cdcdcd;color:#333;font-size:.3rem;height:.8rem;width:inherit}.wxh_commission_details>div:nth-child(3) thead th{border:1px solid #cdcdcd;padding:.1rem;white-space:nowrap}.wxh_commission_details>div:nth-child(3) tbody{color:#ff4941;font-size:.3rem;height:auto;width:inherit}.wxh_commission_details>div:nth-child(3) tbody tr{height:.4rem;width:inherit}.wxh_commission_details>div:nth-child(3) tbody tr td{border:1px solid #cdcdcd;height:.8rem;width:25%}.wxh_commission_details>div:nth-child(3) tbody tr td:first-child{color:#333;font-size:.3rem}.wxh_commission_details>div:nth-child(4){align-items:center;background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #cdcdcd;bottom:0;display:flex;flex-direction:column;height:auto;justify-content:center;position:absolute;width:100%}.wxh_commission_details>div:nth-child(4) span{align-items:center;background-color:#ff4941;border-radius:6px;color:#fff;display:flex;display:inline-block;flex-direction:column;font-size:.3rem;height:.72rem;justify-content:center;line-height:.72rem;margin-bottom:.1rem;margin-top:.15rem;width:1.6rem}.color{border-bottom:1px solid #ff4941;margin-top:1px}.color,.color_1{color:#ff4941;font-size:.32rem}.wxh_commission{background-color:#f1f1f1;height:100%;text-align:center;width:100%}.wxh_commission,.wxh_commission .wxh_commission_div{align-items:center;display:flex;flex-direction:column;justify-content:flex-start}.wxh_commission .wxh_commission_div{background-color:#fff;height:2.9rem;margin-top:.88rem;position:fixed;width:inherit;z-index:999}.wxh_commission .wxh_commission_div>div:lang(it){border-bottom:1px solid #cdcdcd;color:#333;font-size:.32rem;height:.8rem;line-height:.8rem;margin-bottom:.2rem;width:100%}.wxh_commission .wxh_commission_div>div:first-child,.wxh_commission .wxh_commission_div>div:first-child>div:nth-child(3),.wxh_commission .wxh_commission_div>div:first-child>div:nth-child(3)>div{align-items:center;display:flex;flex-direction:row;justify-content:space-around}.wxh_commission .wxh_commission_div>div:first-child>div:nth-child(3)>div{border:1px solid #cdcdcd;color:#999;font-size:.28rem;height:.54rem;width:1.52rem}.wxh_commission .wxh_commission_div>div:nth-child(2),.wxh_commission .wxh_commission_div>div:nth-child(3){align-items:center;border-top:1px solid #cdcdcd;display:flex;flex-direction:row;justify-content:space-around}.wxh_commission .wxh_commission_div>div:nth-child(2){align-self:flex-start;height:auto;width:100%}.wxh_commission .wxh_commission_div>div:nth-child(2)>div{border-right:1px solid #cdcdcd;flex:1 1}.wxh_commission .wxh_commission_div>div:nth-child(3){color:#666;font-size:.32rem;margin-bottom:0;padding-left:.3rem}.wxh_commission .wxh_commission_div>div:nth-child(3) .am-list-body:after,.wxh_commission .wxh_commission_div>div:nth-child(3) .am-list-body:before{display:none!important}.wxh_commission .wxh_commission_div>div:nth-child(3) .am-list-line{padding:0!important}.wxh_commission .wxh_commission_div>div:nth-child(3) .am-list-item{min-height:10px!important;padding:0!important}.wxh_commission .wxh_commission_div>div:nth-child(3) .am-list-content{margin-left:10px;margin-right:10px;padding:0!important;text-align:center!important}.wxh_commission .wxh_commission_div>div:nth-child(3) .am-list-arrow{margin-left:0!important;width:0!important}.wxh_commission .wxh_details{align-items:center;background-color:#fff;border-radius:4px;display:flex;flex-direction:column;height:4.04rem;justify-content:flex-start;margin-bottom:.2rem;margin-top:.2rem;width:7rem}.wxh_commission .wxh_details>div:first-child{align-items:center;border-bottom:1px solid #cdcdcd;color:#333;display:flex;flex-direction:row;font-size:.3rem;height:1.08rem;justify-content:space-between;position:relative;width:6.16rem}.wxh_commission .wxh_details>div:nth-child(2){align-items:center;color:#333;display:flex;flex-direction:row;font-size:.28rem;height:1.2rem;justify-content:space-around;width:6.16rem}.wxh_commission .wxh_details>div:nth-child(2)>div{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:space-around;white-space:nowrap;width:100%}.wxh_commission .wxh_details>div:nth-child(2)>div div{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around;width:100%}.wxh_commission .wxh_details>div:nth-child(2)>div div span{display:inline-block;height:.4rem;line-height:.4rem;text-align:left;width:100%}.wxh_commission .wxh_details>div:nth-child(2)>div div:first-child{text-align:right}.wxh_commission .wxh_details>div:nth-child(2)>div div:nth-child(2){text-align:left}.wxh_commission .wxh_details>div:nth-child(2)>div div:nth-child(2) span{color:#2a2a2a;font-size:.28rem}.wxh_commission .wxh_details div:nth-child(3){align-items:center;display:flex;flex-direction:row;height:.72rem;justify-content:flex-start;margin-top:.44rem;width:6.16rem}.wxh_commission .wxh_details div:nth-child(3) span{align-items:center;display:inline-block;display:flex;flex-direction:column;justify-content:center}.wxh_commission .wxh_details div:nth-child(3) span:first-child{color:#666;font-size:.28rem}.wxh_commission .wxh_details div:nth-child(3) span:nth-child(2){background-color:#cdcdcd;border-radius:6px;color:#666;font-size:.32rem;height:.72rem;margin-left:.36rem;width:1.6rem}.wxh_commission .wxh_details div:nth-child(3) span:nth-child(3){background-color:#ff4941;border-radius:6px;color:#fff;font-size:.3rem;height:.72rem;margin-left:.5rem;padding-left:5px;padding-right:5px;width:1.6rem}.modalBack{position:fixed}#triangle_1{left:-.46rem;transform:rotate(90deg)}#triangle_1,#triangle_2{background-color:initial;border-bottom:.2rem solid #f4f4f4;border-left:.1rem solid #0000;border-right:.1rem solid #0000;border-top-style:solid;bottom:-.1rem;height:0;position:absolute;width:0}#triangle_2{right:-.46rem;transform:rotate(-90deg)}.AccountDetailInfo{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding-top:1rem;text-align:center;width:100%}.AccountDetailInfo div:first-child{color:#333;font-size:.28rem;margin-top:.5rem}.AccountDetailInfo div:nth-child(2){color:#333;font-size:.36rem;line-height:1rem;margin-bottom:.13rem}.AccountDetailInfo div:nth-child(3){color:#999;font-size:.24rem;margin-bottom:.66rem}.AccountDetailInfo div:nth-child(4){background-color:#cdcdcd;height:.02rem;margin-bottom:.46rem;width:6.58rem}.AccountDetailInfo div:nth-child(10),.AccountDetailInfo div:nth-child(5),.AccountDetailInfo div:nth-child(6),.AccountDetailInfo div:nth-child(7),.AccountDetailInfo div:nth-child(8){align-items:flex-start;color:#999;display:flex;flex-direction:row;font-size:.26rem;height:.36rem;justify-content:flex-start;line-height:.36rem;margin-bottom:.326rem;text-align:left;width:6.58rem}.AccountDetailInfo div:nth-child(10) span:first-child,.AccountDetailInfo div:nth-child(5) span:first-child,.AccountDetailInfo div:nth-child(6) span:first-child,.AccountDetailInfo div:nth-child(7) span:first-child,.AccountDetailInfo div:nth-child(8) span:first-child{height:50%;width:30%}.AccountDetailInfo div:nth-child(10) span:nth-child(2),.AccountDetailInfo div:nth-child(5) span:nth-child(2),.AccountDetailInfo div:nth-child(6) span:nth-child(2),.AccountDetailInfo div:nth-child(7) span:nth-child(2),.AccountDetailInfo div:nth-child(8) span:nth-child(2){color:#666;font-size:.28rem}.AccountDetailInfo div:nth-child(10){align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start}.AccountDetailInfo div:nth-child(10) span:first-child{height:.36rem;line-height:.36rem;width:30%}.AccountDetailInfo div:nth-child(10) span:nth-child(2){word-break:break-all}.AccountDetailInfo div:nth-child(9){align-items:flex-start;background-color:#f4f4f4;display:flex;flex-direction:row;height:.12rem;justify-content:flex-start;margin-bottom:.42rem;margin-top:.6rem;width:100%}.fastTime-select{background:#f4f4f4;box-sizing:border-box;height:1.2rem;padding:.2rem .36rem;width:100%}.fastTime-select ul{background:#fff;border:1px solid #e0e0e0;width:100%}.fastTime-select ul,.fastTime-select ul li{align-items:center;display:flex;height:100%;justify-content:center}.fastTime-select ul li{border-right:1px solid #e0e0e0;flex:1 1;font-size:15px}.fastTime-select ul li.active{background:#ff4941;color:#fff}.fastTime-select ul li:last-child{border:none}.team-Container{padding:.88rem 0 1rem;width:100%}.team-Container .team-table{box-sizing:border-box;padding:.3rem;width:100%}.team-Container .team-table header{align-items:center;background:#ecf7ff;border:1px solid #e0e0e0;color:#333;display:flex;font-size:15px;height:.9rem;justify-content:center;width:100%}.team-Container .team-table ul{border:1px solid #e0e0e0;border-top:none;width:100%}.team-Container .team-table ul li{border-bottom:1px solid #cdcdcd;display:inline-block;height:.9rem;width:50%}.team-Container .team-table ul li span{background:#e0e0e0;color:#333;display:inline-block;font-size:15px;height:100%;line-height:.9rem;text-align:center;width:50%}.team-Container .team-table ul li span:last-child{background:#fff;color:#007aff}.team-Container .team-table ul li span.teamred{color:#ff4941}.agent-user-content{padding:.88rem 0 1rem;width:100%}.am-flexbox{align-items:center;display:flex;overflow:hidden;text-align:left}.am-flexbox.am-flexbox-dir-row{flex-direction:row}.am-flexbox.am-flexbox-dir-row-reverse{flex-direction:row-reverse}.am-flexbox.am-flexbox-dir-column{flex-direction:column}.am-flexbox.am-flexbox-dir-column .am-flexbox-item{margin-left:0}.am-flexbox.am-flexbox-dir-column-reverse{flex-direction:column-reverse}.am-flexbox.am-flexbox-dir-column-reverse .am-flexbox-item{margin-left:0}.am-flexbox.am-flexbox-nowrap{flex-wrap:nowrap}.am-flexbox.am-flexbox-wrap{flex-wrap:wrap}.am-flexbox.am-flexbox-wrap-reverse{flex-wrap:wrap-reverse}.am-flexbox.am-flexbox-justify-start{justify-content:flex-start}.am-flexbox.am-flexbox-justify-end{justify-content:flex-end}.am-flexbox.am-flexbox-justify-center{justify-content:center}.am-flexbox.am-flexbox-justify-between{justify-content:space-between}.am-flexbox.am-flexbox-justify-around{justify-content:space-around}.am-flexbox.am-flexbox-align-start{align-items:flex-start}.am-flexbox.am-flexbox-align-end{align-items:flex-end}.am-flexbox.am-flexbox-align-center{align-items:center}.am-flexbox.am-flexbox-align-stretch{align-items:stretch}.am-flexbox.am-flexbox-align-baseline{align-items:baseline}.am-flexbox.am-flexbox-align-content-start{align-content:flex-start}.am-flexbox.am-flexbox-align-content-end{align-content:flex-end}.am-flexbox.am-flexbox-align-content-center{align-content:center}.am-flexbox.am-flexbox-align-content-between{align-content:space-between}.am-flexbox.am-flexbox-align-content-around{align-content:space-around}.am-flexbox.am-flexbox-align-content-stretch{align-content:stretch}.am-flexbox .am-flexbox-item{box-sizing:border-box;flex:1 1;margin-left:8px;min-width:10px}.am-flexbox .am-flexbox-item:first-child{margin-left:0}.am-pagination-wrap{background:0 0;color:#000;font-size:18px;text-align:center}.am-pagination-wrap .active{color:#108ee9}.am-pagination-wrap-btn{text-align:center}.am-pagination-wrap-btn-prev{text-align:left}.am-pagination-wrap-btn-next{text-align:right}.am-pagination-wrap-dot{zoom:1;display:inline-block}.am-pagination-wrap-dot>span{background:#ccc;border-radius:50%;display:block;height:8px;margin-right:5px;width:8px}.am-pagination-wrap-dot-active>span{background:#888}.user-agent-center *{box-sizing:border-box}.user-agent-center .content-angent{align-items:center;color:#262626;display:flex;flex-direction:column;font-family:PingFangSC-Regular;font-size:.266rem;justify-content:flex-start;letter-spacing:-.19px;margin-top:1.1rem;text-align:center;width:100%}.user-agent-center .switchTabs{align-items:center;background:#fff;border-radius:.06rem;box-shadow:0 2px 4px 0 #eaeaea80;display:flex;flex-direction:row;flex-wrap:wrap;height:3.4rem;justify-content:flex-start;margin-bottom:.2rem;width:94%}.user-agent-center .switchTabs>div{align-items:center;display:flex;flex-direction:row;height:1.6rem;justify-content:center;width:33.3%}.user-agent-center .switchTabs .switchTabsItem{width:1.2rem}.user-agent-center .switchTabs .switchTabsItem>img{display:block;margin:0 auto;width:.64rem}.user-agent-center .switchTabs .switchTabsItem>span{align-items:center;display:block;display:flex;flex-direction:row;font-size:.24rem;justify-content:center;margin-top:.14rem;text-align:center;width:1.2rem}.user-agent-center .agent-select{align-items:center;background:#fff;border-radius:3px;box-shadow:0 2px 4px 0 #eaeaea80;display:flex;flex-direction:row;height:1.04rem;justify-content:space-around;width:94%}.user-agent-center .agent-select>span{border:1px solid #f2f2f2;border-radius:2px;padding:0}.user-agent-center .agent-select>span:first-child,.user-agent-center .agent-select>span:nth-child(3){border:none}.user-agent-center .agent-select .am-list-body:after,.user-agent-center .agent-select .am-list-body:before{display:none!important}.user-agent-center .agent-select .am-list-line{padding:0!important}.user-agent-center .agent-select .am-list-item{min-height:10px!important;padding:0!important}.user-agent-center .agent-select .am-list-content{margin-left:10px;margin-right:10px;padding:0!important;text-align:center!important}.user-agent-center .agent-select .am-list-arrow{margin-left:0!important;width:0!important}.user-agent-center .agent-select .Calendar_div_2{color:#000;font-family:PingFangSC-Regular;font-size:.24rem;letter-spacing:-.2px;text-align:center}.user-agent-center .teamDec{align-items:center;background-color:#fff;border-radius:.1rem;box-shadow:0 2px 13px 0 #dfdfdf80;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin:.18rem auto .4rem;padding:.3rem;width:94%}.user-agent-center .teamDec>div:not(.NoRecord){align-items:center;border-bottom:1px solid #f2f2f2;display:flex;flex-direction:column;height:1.6rem;justify-content:center;width:33.33%}.user-agent-center .teamDec>div:not(.NoRecord)>div{align-items:center;border-right:1px solid #f2f2f2;display:flex;flex-direction:column;height:.8rem;justify-content:center;width:100%}.user-agent-center .teamDec>div:not(.NoRecord)>div p:first-child{color:#999;font-size:.26rem;letter-spacing:-.72px;margin:.04rem;text-align:center}.user-agent-center .teamDec>div:not(.NoRecord)>div p:nth-child(2){color:#333;font-size:.32rem;letter-spacing:-.89px;margin:.1rem;text-align:center}.user-agent-center .teamDec>div:not(.NoRecord)>div p:nth-child(2).win{color:#ff4941}.user-agent-center .teamDec>div:not(.NoRecord)>div p:nth-child(2).lose{color:#5fcc49}.user-agent-center .teamDec>div:nth-child(3n+0)>div{border-right:none}.user-agent-center .teamDec .NoRecord{width:100%}.user-agent-center .teamDec table,.user-agent-center .teamDec td,.user-agent-center .teamDec th{border:1px solid #f1f1f1;border-collapse:collapse;padding:.2rem .1rem}.user-agent-center .teamDec th{font-weight:500}.user-agent-center .teamDec .pagination-container{height:1rem!important;margin:.2rem 0;width:100%!important}.user-agent-center .teamDec .custom-pagination-with-icon{border-right:none!important}.user-agent-center .teamDec .custom-pagination-with-icon .am-pagination-wrap-btn-prev .am-button-inline{height:.7rem;line-height:.7rem;padding-left:0;padding-right:10px}.user-agent-center .teamDec .custom-pagination-with-icon .am-pagination-wrap-btn-next .am-button-inline{height:.7rem;line-height:.7rem;padding-left:10px;padding-right:0}.user-agent-center .teamDec .am-flexbox-align-center{width:100%}.user-agent-center .teamDec .arrow-align{align-items:center;display:flex}.user-agent-center .teamDec .sub-title{color:#888;font-size:14px;padding:30px 0 18px}.user-agent-center .teamDec table{width:100%}.user-argent-adduser *{box-sizing:border-box}.user-argent-adduser .content{margin-top:0}.user-argent-adduser .content .adduserModelTab1{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-bottom:.3rem}.user-argent-adduser .content .adduserModelTab1>div{align-items:center;background:#fff;display:flex;flex-direction:row;height:1rem;justify-content:space-between;padding:0 5%;width:100%}.user-argent-adduser .content .adduserModelTab1>div>div{align-items:center;border-bottom:1px solid #0000;color:#333;display:flex;flex-direction:row;font-size:.3rem;height:1rem;justify-content:center;letter-spacing:-.83px;min-width:1.72rem}.user-argent-adduser .content .adduserModelTab1>div>div.active{border-bottom:1px solid #ff4941;color:#ff4941}.user-argent-adduser .content .adduserModelTab2{align-items:center;background:#fff;display:flex;flex-direction:row;justify-content:center;position:fixed;top:.88rem;width:100%;z-index:1}.user-argent-adduser .content .adduserModelTab2>div{align-items:center;background:#fff;display:flex;flex-direction:row;height:1rem;justify-content:space-between;padding:0 10%;width:100%}.user-argent-adduser .content .adduserModelTab2>div>div{align-items:center;border-bottom:1px solid #0000;color:#333;display:flex;flex-direction:row;font-size:.3rem;height:1rem;justify-content:center;letter-spacing:-.83px;min-width:1.72rem}.user-argent-adduser .content .adduserModelTab2>div>div.active{border-bottom:1px solid #ff4941;color:#ff4941}.user-argent-adduser .content .Link-Manage .direct-accounts-my-list .am-list-line .am-input-control,.user-argent-adduser .content .Link-Manage .direct-accounts-my-list .am-list-line .am-input-label,.user-argent-adduser .content .Link-Manage .direct-accounts-my-list .am-list-line .am-list-content{font-size:.28rem}.user-argent-adduser .content .Link-Manage .direct-accounts-my-list .am-list-line div.titleLink{align-items:center;display:block;display:flex;flex-direction:row;font-size:.3rem;justify-content:space-between;margin-bottom:.1rem}.user-argent-adduser .content .Link-Manage .direct-accounts-my-list .am-list-line div.titleLink span{display:block}.user-argent-adduser .content .Link-Manage .direct-accounts-my-list .am-list-line div.titleLink span.copyLink{color:#4a90e2}.user-argent-adduser .content .Link-Manage .direct-accounts-my-list .am-list-line div.herfLink{color:#666;height:auto;white-space:normal;width:100%;word-break:break-all}.user-argent-adduser .content .Link-Manage .direct-accounts-my-list .am-list-line div.QRcodeLink{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.user-argent-adduser .content .Link-Manage .direct-accounts-my-list .am-list-line div.QRcodeLink img{height:3rem;width:3rem}.user-argent-adduser .content .Link-Manage .direct-accounts-my-list .am-list-line div.QRcodeLink p{color:#666;font-size:.28rem;margin-top:.4rem;text-align:center;width:100%}.user-argent-adduser .content .Link-Manage .warmPrompt{margin:.2rem 0;padding:0 .23rem;width:100%}.user-argent-adduser .content .Link-Manage .warmPrompt div{background:#fff;padding:.54rem .23rem}.user-argent-adduser .content .Link-Manage .warmPrompt div p{align-items:flex-end;color:#333;display:flex;flex-direction:row;font-size:.28rem;height:.42rem;justify-content:flex-start;letter-spacing:-.83px;line-height:.42rem}.user-argent-adduser .content .Link-Manage .warmPrompt div>p:first-child{color:#151515;font-size:.3rem}.user-argent-adduser .content .Link-Manage .manageLinkPage{background:#f1f1f1;padding:.2rem 0;position:fixed;top:1.88rem;width:100%;z-index:1}.user-argent-adduser .content .Link-Manage .manageLinkPage>div{align-items:center;display:flex;flex-direction:row;justify-content:center}.user-argent-adduser .content .Link-Manage .manageLinkPage>div .slect-button{align-items:center;display:flex;flex-direction:row;justify-content:center;width:auto}.user-argent-adduser .content .Link-Manage .manageLinkPage>div .addButtonLInk{align-items:center;background:#ff4941;border-radius:4px 4px;border-right:1px solid #ccc;color:#fff;display:flex;flex-direction:row;font-size:.28rem;height:.56rem;justify-content:center;min-width:1.1rem;padding:0 .28rem;position:absolute;right:.24rem}.user-argent-transfer .content .adduserModelTab{align-items:center;display:flex;flex-direction:row;justify-content:center}.user-argent-transfer .content .adduserModelTab>div{align-items:center;background:#fff;display:flex;flex-direction:row;height:1rem;justify-content:space-between;width:100%}.user-argent-transfer .content .adduserModelTab>div>div{align-items:center;border-bottom:1px solid #0000;color:#333;display:flex;flex-direction:row;font-size:.3rem;height:1rem;justify-content:center;letter-spacing:-.83px;min-width:16.6%}.user-argent-transfer .content .adduserModelTab>div>div.active{border-bottom:1px solid #ff4941;color:#ff4941}.user-argent-transfer .content .balanceLine{align-items:center;display:flex;flex-direction:row;height:1.2rem;justify-content:center;width:100%}.user-argent-transfer .content .balanceLine>div{color:#000025;font-size:.32rem;letter-spacing:-.27px;text-align:center}.user-argent-transfer .content .balanceLine>div>span:nth-child(2){color:#ff4941}.user-argent-transfer .content .transfer-my-list .am-list-line .am-input-control,.user-argent-transfer .content .transfer-my-list .am-list-line .am-input-label,.user-argent-transfer .content .transfer-my-list .am-list-line .am-list-content{font-size:.28rem}.direct-accounts-room-responModal li{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;vertical-align:text-top}.direct-accounts-room-responModal li span{display:block;font-size:.24rem}.direct-accounts-room-responModal li span:first-child{width:40%}.direct-accounts-room-responModal li span:nth-child(2){width:60%}.direct-accounts-page{padding-bottom:1.2rem;padding-top:2.08rem}.direct-accounts-page .AgentModalHide{display:none}.direct-accounts-page .AgentModalShow{display:block}.direct-accounts-page .direct-accounts-my-list .am-list-line .am-input-control,.direct-accounts-page .direct-accounts-my-list .am-list-line .am-input-label,.direct-accounts-page .direct-accounts-my-list .am-list-line .am-list-content{font-size:.28rem}.direct-accounts-page .direct-accounts-my-list .am-list-line .am-list-content .list-uesr-type{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.direct-accounts-page .direct-accounts-my-list .am-list-line .am-list-content .list-uesr-type span{margin-right:5px;width:85px}.Link-Setting{background:#f1f1f1;box-sizing:border-box;display:flex;flex-direction:column;min-height:100vh;padding-bottom:1.5rem;padding-top:.72rem}.Link-Setting .am-list-line .am-input-control,.Link-Setting .am-list-line .am-input-label,.Link-Setting .am-list-line .am-list-content{font-size:.28rem}.Link-Setting *{box-sizing:border-box}.Link-Setting .header{align-items:center;background:#ff4941;color:#fff;display:flex;flex-direction:row;font-size:.3rem;height:.72rem;justify-content:center;position:fixed;top:0;width:100%;z-index:2}.Link-Setting .link-remark{margin-top:.1rem}.Link-Setting .subMitBox{background:#fff;bottom:0;color:#fff;font-size:.3rem;height:1.26rem;padding-bottom:.12rem;position:fixed;width:100%;z-index:2}.Link-Setting .subMitBox,.Link-Setting .subMitBox>div{align-items:center;display:flex;flex-direction:row;justify-content:center}.Link-Setting .subMitBox>div{background-image:linear-gradient(-180deg,#ff4941,#ff4941 98%);border-radius:6px;box-shadow:0 2px 4px 0 #ff4d5580;height:.8rem;margin:0 .34rem;width:2.4rem}#teamUserItem{background-color:#fff;height:2.8rem;margin:.2rem auto auto;padding:.32rem .46rem;width:auto}#teamUserItem *{box-sizing:border-box}#teamUserItem div{width:100%}#teamUserItem div>div:first-of-type{align-items:center;border-bottom:.01rem solid #cdcdcd;color:#333;display:flex;flex-direction:row;font-size:.3rem;height:.9rem;justify-content:space-between;line-height:.42rem;position:relative}#teamUserItem div>div:first-of-type .teamUserItem_span_1{overflow:hidden;text-overflow:ellipsis;width:3rem}#teamUserItem div>div:first-of-type>div{align-items:center;display:flex;flex-direction:row;justify-content:space-around;width:50%}#teamUserItem div>div:first-of-type>div>span{background-image:linear-gradient(-180deg,#ff4941,#ff4941 98%);border-radius:4px;color:#fff;display:inline-block;font-size:.28rem;height:.56rem;letter-spacing:-.0156rem;line-height:.56rem;min-width:1.1rem;padding-left:5px;padding-right:5px;text-align:center;width:auto}#teamUserItem div>div:first-of-type #triangle_1{left:-.46rem;transform:rotate(90deg)}#teamUserItem div>div:first-of-type #triangle_1,#teamUserItem div>div:first-of-type #triangle_2{background-color:initial;border-bottom:.2rem solid #f4f4f4;border-left:.1rem solid #0000;border-right:.1rem solid #0000;border-top-style:solid;bottom:-.1rem;height:0;position:absolute;width:0}#teamUserItem div>div:first-of-type #triangle_2{right:-.46rem;transform:rotate(-90deg)}#teamUserItem div div:nth-of-type(2){font-size:.28rem;height:1.36rem;line-height:.4rem;margin-top:.21rem;width:auto}#teamUserItem div div:nth-of-type(2) p{color:#333}#teamUserItem div div:nth-of-type(2) span{color:#2a2a2a;font-family:PingFang SC}#teamUserItem div div:nth-of-type(2) .team_span{color:#007aff}#add{color:#fff}.select{margin-top:.88rem;position:fixed;width:100%;z-index:99}.wxh_content_manage{margin-top:2.8rem}.Link-Manage-my-list .Link-Manage-Item{margin:.2rem 0;padding:0 .24rem;width:100%}.Link-Manage-my-list .Link-Manage-Item>div{background:#fff;border-radius:.08rem}.Link-Manage-my-list .Link-Manage-Item .top{align-items:center;display:flex;flex-direction:row;font-size:.3rem;height:.9rem;justify-content:space-between;padding:.16rem .46rem;width:100%}.Link-Manage-my-list .Link-Manage-Item .top span{color:#3ca2ed}.Link-Manage-my-list .Link-Manage-Item .bottom{height:2.2rem;padding:.2rem .46rem;position:relative;width:100%}.Link-Manage-my-list .Link-Manage-Item .bottom:before{background-color:#cdcdcd;bottom:auto;content:"";display:block;height:1px;left:50%;position:absolute;right:auto;top:0;transform:scaleY(.5);transform:translate(-50%);transform-origin:50% 50%;width:calc(100% - .92rem);z-index:1}.Link-Manage-my-list .Link-Manage-Item .bottom>div:first-child,.Link-Manage-my-list .Link-Manage-Item .bottom>div:nth-child(2){align-items:flex-start;color:#333;display:flex;flex-direction:row;font-size:.28rem;height:.8rem;justify-content:space-between;letter-spacing:-.78px;line-height:.4rem}.Link-Manage-my-list .Link-Manage-Item .bottom>div:first-child>div:first-child,.Link-Manage-my-list .Link-Manage-Item .bottom>div:nth-child(2)>div:first-child{height:100%;overflow:hidden;white-space:normal;width:4.4rem;word-break:break-all;word-spacing:normal}.Link-Manage-my-list .Link-Manage-Item .bottom>div:first-child>div:nth-child(2),.Link-Manage-my-list .Link-Manage-Item .bottom>div:nth-child(2)>div:nth-child(2){color:#3ca2ed}.Link-Manage-my-list .Link-Manage-Item .bottom>div:first-child span,.Link-Manage-my-list .Link-Manage-Item .bottom>div:nth-child(2) span{margin:0 .1rem}.Link-Manage-my-list .Link-Manage-Item .bottom>div:nth-child(2){height:.4rem}.Link-Manage-my-list .Link-Manage-Item .bottom>div:nth-child(3){align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin-top:.12rem}.Link-Manage-my-list .Link-Manage-Item .bottom>div:nth-child(3)>span{align-items:center;color:#666;display:block;display:flex;flex-direction:row;font-size:.28rem;height:.4rem;justify-content:flex-start;width:33%}.AgentLinkListItemAlert{background:#00000080!important;display:none;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:12}.AgentLinkListItemAlert.openDetail{display:block}.AgentLinkListItemAlert .linkAlertContainer{background:#fff;left:50%;padding:0 .28rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:6.52rem}.AgentLinkListItemAlert .linkAlertContainer>div:first-child{padding-top:.28rem;text-align:right}.AgentLinkListItemAlert .linkAlertContainer>div:first-child img{width:.32rem}.AgentLinkListItemAlert .linkAlertContainer>div:nth-child(2){word-wrap:break-word;color:#4a4a4a;font-size:.32rem;letter-spacing:0;text-align:center;white-space:normal}.AgentLinkListItemAlert .linkAlertContainer>div:nth-child(2) img{width:200px}.AgentLinkListItemAlert .linkAlertContainer>div:nth-child(3){word-wrap:break-word;color:#333;letter-spacing:0;margin:.3rem 0;text-align:center;white-space:normal}.AgentLinkListItemAlert .linkAlertContainer>div:nth-child(3) span{font-size:.32rem}.am-list-item .am-input-control .fake-input-container{height:30px;line-height:30px;position:relative}.am-list-item .am-input-control .fake-input-container .fake-input{color:#000;font-size:17px;height:100%;left:0;margin-right:5px;overflow:hidden;position:absolute;text-align:right;-webkit-text-decoration:rtl;text-decoration:rtl;text-overflow:ellipsis;top:0;white-space:nowrap;width:100%}.am-list-item .am-input-control .fake-input-container .fake-input.fake-input-disabled{color:#bbb}.am-list-item .am-input-control .fake-input-container .fake-input.focus{transition:color .2s}.am-list-item .am-input-control .fake-input-container .fake-input.focus:after{animation:keyboard-cursor 1s step-start infinite;border-right:1.5px solid #108ee9;content:"";height:80%;position:absolute;right:0;top:10%}.am-list-item .am-input-control .fake-input-container .fake-input-placeholder{color:#bbb;height:100%;left:0;position:absolute;text-align:right;top:0;width:100%}.am-list-item .am-input-control .fake-input-container-left .fake-input{text-align:left}.am-list-item .am-input-control .fake-input-container-left .fake-input.focus:after{position:relative}.am-list-item .am-input-control .fake-input-container-left .fake-input-placeholder{text-align:left}.am-number-keyboard-wrapper{background-color:#f6f6f7;bottom:0;font-family:PingFang SC;left:0;padding-bottom:env(safe-area-inset-bottom);position:fixed;right:0;transform:translateZ(0);transition-duration:.2s;transition-property:transform display;width:100%;z-index:10000}.am-number-keyboard-wrapper.am-number-keyboard-wrapper-hide{bottom:-500px}.am-number-keyboard-wrapper table{border-collapse:collapse;border-top:1px solid #ddd;margin:0;padding:0;width:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-number-keyboard-wrapper table{border-top:none}html:not([data-scale]) .am-number-keyboard-wrapper table:before{background-color:#ddd;bottom:auto;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:0;transform:scaleY(.5);transform-origin:50% 50%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-number-keyboard-wrapper table:before{transform:scaleY(.33)}}.am-number-keyboard-wrapper table tr{margin:0;padding:0;width:100%}.am-number-keyboard-wrapper table tr .am-number-keyboard-item{color:#2a2b2c;font-size:25.5px;height:50px;margin:0;padding:0;position:relative;text-align:center;width:25%}.am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm){border-bottom:1px solid #ddd;border-left:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm){border-left:none}html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm):before{background-color:#ddd;bottom:auto;content:"";display:block;height:100%;left:0;position:absolute;right:auto;top:0;transform:scaleX(.5);transform-origin:100% 50%;width:1PX;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm):before{transform:scaleX(.33)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm){border-bottom:none}html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm):after{background-color:#ddd;bottom:0;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:auto;transform:scaleY(.5);transform-origin:50% 100%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm):after{transform:scaleY(.33)}}.am-number-keyboard-wrapper table tr .am-number-keyboard-item.am-number-keyboard-item-active{background-color:#ddd}.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm{background-color:#108ee9;border-bottom:1px solid #ddd;color:#fff;font-size:21px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm{border-bottom:none}html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm:after{background-color:#ddd;bottom:0;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:auto;transform:scaleY(.5);transform-origin:50% 100%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm:after{transform:scaleY(.33)}}.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm.am-number-keyboard-item-active{background-color:#0e80d2}.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm.am-number-keyboard-item-disabled{background-color:#0e80d2;color:#ffffff73}.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-delete{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' width='204' height='148' viewBox='0 0 153 111'%3E%3Cpath d='M46.9 4.7c-2.5 2.6-14.1 15.5-25.8 28.6L-.1 57l25.6 27 25.7 27.1 47.4-.3 47.4-.3 3.2-3.3 3.3-3.2V7l-3.3-3.2L146 .5 98.7.2 51.5-.1l-4.6 4.8zm97.9 3.5c1.7 1.7 1.7 92.9 0 94.6-.9.9-12.6 1.2-46.3 1.2H53.4L31.2 80.4 9 56.9l5.1-5.7c2.8-3.1 12.8-14.4 22.2-24.9L53.5 7h45c33.8 0 45.4.3 46.3 1.2z'/%3E%3Cpath d='M69.5 31c-1.9 2.1-1.7 2.2 9.3 13.3L90 55.5 78.8 66.7 67.5 78l2.3 2.2 2.2 2.3 11.3-11.3L94.5 60l11.2 11.2L117 82.5l2.2-2.3 2.3-2.2-11.3-11.3L99 55.5l11.2-11.2L121.5 33l-2.3-2.2-2.2-2.3-11.3 11.3L94.5 51l-11-11c-6-6-11.2-11-11.6-11-.3 0-1.4.9-2.4 2z'/%3E%3C/svg%3E");background-position:50% 50%;background-repeat:no-repeat;background-size:25.5px 18.5px}.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-hide{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' width='260' height='188' viewBox='0 0 195 141'%3E%3Cpath d='M0 57v57h195V0H0v57zm183 0v45H12V12h171v45z'/%3E%3Cpath d='M21 31.5V39h15V24H21v7.5zm27 0V39h15V24H48v7.5zm27 0V39h15V24H75v7.5zm27 0V39h15V24h-15v7.5zm27 0V39h15V24h-15v7.5zm27 0V39h15V24h-15v7.5zm-120 24V63h15V48H36v7.5zm27 0V63h15V48H63v7.5zm27 0V63h15V48H90v7.5zm27 0V63h15V48h-15v7.5zm27 0V63h15V48h-15v7.5zm-117 24V87h15V72H27v7.5zm21 0V87h96V72H48v7.5zm102 0V87h15V72h-15v7.5zm-69 45c0 .8.7 1.5 1.5 1.5s1.5.7 1.5 1.5.7 1.5 1.5 1.5 1.5.7 1.5 1.5.7 1.5 1.5 1.5 1.5.7 1.5 1.5.7 1.5 1.5 1.5 1.5.7 1.5 1.5.7 1.5 1.5 1.5 1.5.7 1.5 1.5.7 1.5 1.5 1.5 1.5-.7 1.5-1.5.7-1.5 1.5-1.5 1.5-.7 1.5-1.5.7-1.5 1.5-1.5 1.5-.7 1.5-1.5.7-1.5 1.5-1.5 1.5-.7 1.5-1.5.7-1.5 1.5-1.5 1.5-.7 1.5-1.5.7-1.5 1.5-1.5 1.5-.7 1.5-1.5c0-1.3-2.5-1.5-16.5-1.5s-16.5.2-16.5 1.5z'/%3E%3C/svg%3E");background-position:50% 50%;background-repeat:no-repeat;background-size:32.5px 23.5px}.am-number-keyboard-wrapper table tr .am-number-keyboard-item-disabled{color:#bbb}@keyframes keyboard-cursor{0%{opacity:1}50%{opacity:0}to{opacity:1}}.am-list-item.am-input-item{height:44px;padding-left:15px}.am-list-item:not(:last-child) .am-list-line{border-bottom:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-list-item:not(:last-child) .am-list-line{border-bottom:none}html:not([data-scale]) .am-list-item:not(:last-child) .am-list-line:after{background-color:#ddd;bottom:0;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:auto;transform:scaleY(.5);transform-origin:50% 100%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-list-item:not(:last-child) .am-list-line:after{transform:scaleY(.33)}}.am-list-item .am-input-label{color:#000;font-size:17px;margin-left:0;margin-right:5px;overflow:hidden;padding:2px 0;text-align:left;white-space:nowrap}.am-list-item .am-input-label.am-input-label-2{width:34px}.am-list-item .am-input-label.am-input-label-3{width:51px}.am-list-item .am-input-label.am-input-label-4{width:68px}.am-list-item .am-input-label.am-input-label-5{width:85px}.am-list-item .am-input-label.am-input-label-6{width:102px}.am-list-item .am-input-label.am-input-label-7{width:119px}.am-list-item .am-input-control{flex:1 1;font-size:17px}.am-list-item .am-input-control input{-webkit-appearance:none;appearance:none;background-color:initial;border:0;box-sizing:border-box;color:#000;font-size:17px;line-height:1;padding:2px 0;width:100%}.am-list-item .am-input-control input::placeholder{color:#bbb;line-height:1.2}.am-list-item .am-input-control input:disabled{background-color:#fff;color:#bbb}.am-list-item .am-input-clear{background-color:#ccc;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");background-position:2px 2px;background-repeat:no-repeat;background-size:21px auto;border-radius:50%;color:#fff;display:none;font-style:normal;height:21px;overflow:hidden;width:21px}.am-list-item .am-input-clear-active{background-color:#108ee9}.am-list-item.am-input-focus .am-input-clear{display:block}.am-list-item .am-input-extra{color:#888;flex:initial;font-size:15px;line-height:1;margin-left:5px;max-height:21px;min-width:0;overflow:hidden;padding-right:0}.am-list-item.am-input-error .am-input-control input{color:#f50}.am-list-item.am-input-error .am-input-error-extra{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1.266a7.69 7.69 0 0 1 5.469 2.264c.71.71 1.269 1.538 1.657 2.459.404.954.608 1.967.608 3.011a7.69 7.69 0 0 1-2.264 5.469 7.694 7.694 0 0 1-2.459 1.657A7.675 7.675 0 0 1 9 16.734a7.69 7.69 0 0 1-5.469-2.264 7.694 7.694 0 0 1-1.657-2.459A7.675 7.675 0 0 1 1.266 9 7.69 7.69 0 0 1 3.53 3.531a7.694 7.694 0 0 1 2.459-1.657A7.675 7.675 0 0 1 9 1.266ZM9 0a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9Zm0 11.25a.703.703 0 0 1-.703-.703V4.06a.703.703 0 1 1 1.406 0v6.486A.703.703 0 0 1 9 11.25Zm-.791 1.916a.791.791 0 1 1 1.582 0 .791.791 0 0 1-1.582 0Z' fill='%23F50' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:21px auto;height:21px;margin-left:6px;width:21px}.am-list-item.am-input-disabled .am-input-label{color:#bbb}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.Agent-Response-Footer{background:#fffc;bottom:0;box-shadow:0 0 0 0 #cdcdcd;height:1.04rem;left:0;position:fixed;width:100%;z-index:2}.Agent-Response-Footer,.Agent-Response-Footer span{align-items:center;display:flex;flex-direction:row;justify-content:center}.Agent-Response-Footer span{background-image:linear-gradient(-180deg,#ff4941,#ff4941 98%);border-radius:.12rem;box-shadow:0 2px 4px 0 #ff4d5580;color:#fff;font-size:.3rem;height:.8rem;letter-spacing:0;width:3.2rem}.Agent-pageBody-addUser{margin-top:.2rem}.Agent-pageBody-addUser .my-list-pageBody-addUser .am-list-content{padding:0}.Agent-pageBody-addUser .my-list-pageBody-addUser .titles{align-items:center;color:#333;display:flex;flex-direction:row;font-size:.28rem;height:.82rem;justify-content:flex-start;letter-spacing:-.34px;padding-left:15px}.Agent-pageBody-addUser .my-list-pageBody-addUser .list-item-vip{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.Agent-pageBody-addUser .my-list-pageBody-addUser .list-item-vip div{color:#333;font-size:.28rem;height:.82rem;letter-spacing:-.34px}.Agent-pageBody-addUser .my-list-pageBody-addUser .list-item-vip div:first-child{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;width:2rem}.Agent-pageBody-addUser .my-list-pageBody-addUser .list-item-vip div:nth-child(2){align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:3.1rem}.Agent-pageBody-addUser .my-list-pageBody-addUser .list-item-vip div:nth-child(2) input{border:1px solid #cdcdcd;height:.72rem;text-align:center;width:2.8rem}.Agent-pageBody-addUser .my-list-pageBody-addUser .list-item-vip div:nth-child(2) input::-webkit-input-placeholder{font-size:.28rem}.Agent-pageBody-addUser .my-list-pageBody-addUser .list-item-vip div:nth-child(3){align-items:center;display:flex;flex-direction:row;justify-content:center;width:1.5rem}.Agent-pageBody-addUser .my-list-pageBody-addUser .list-item-vip div:nth-child(3) .unified-Amount{align-items:center;background:#fff;border:1px solid #007aff;border-radius:4px;color:#007aff;display:flex;flex-direction:row;height:.56rem;justify-content:center;width:1.46rem}.addUser-agent .checkModals{align-items:center;background:#fff;display:flex;flex-direction:row;height:.9rem;justify-content:space-between;margin:.1rem 0;padding:0 17px}.addUser-agent .addUser-agent-legacy.bevisible,.addUser-agent .addUser-agent-room.bevisible{display:none}.addUser-agent .my-list-addUser-agent .am-list-content{padding:0}.addUser-agent .my-list-addUser-agent .titles{align-items:flex-end;color:#333;display:flex;flex-direction:row;font-size:.28rem;height:.7rem;justify-content:flex-start;letter-spacing:-.34px;padding-bottom:.1rem;padding-left:15px}.addUser-agent .my-list-addUser-agent .modalReOFF{align-items:center;display:flex;flex-direction:row;height:.8rem;justify-content:flex-start;padding:.2rem 17px 0}.addUser-agent .my-list-addUser-agent .modalReOFF>span{padding-right:.34rem}.addUser-agent .my-list-addUser-agent .modalReOFF .am-switch .am-switch-checkbox{border:1px solid #e5e5e5}.addUser-agent .my-list-addUser-agent .modalReOFF .am-switch .checkbox{border:1px solid #e5e5e5;height:.5rem;width:.9rem}.addUser-agent .my-list-addUser-agent .modalReOFF .am-switch .checkbox:before{border:1px solid #e5e5e5;height:.5rem;left:0;top:0;width:.9rem}.addUser-agent .my-list-addUser-agent .modalReOFF .am-switch .checkbox:after{height:.46rem;left:0;top:0;width:.46rem}.addUser-agent .my-list-addUser-agent .contentTitle{align-items:center;color:#333;display:flex;flex-direction:row;font-size:.28rem;justify-content:flex-start}.addUser-agent .my-list-addUser-agent .list-item-agent{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.addUser-agent .my-list-addUser-agent .list-item-agent div{color:#333;font-size:.28rem;height:.82rem;letter-spacing:-.34px}.addUser-agent .my-list-addUser-agent .list-item-agent div:first-child,.addUser-agent .my-list-addUser-agent .list-item-agent div:nth-child(2){align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:2.3rem}.addUser-agent .my-list-addUser-agent .list-item-agent div:first-child input,.addUser-agent .my-list-addUser-agent .list-item-agent div:nth-child(2) input{border:1px solid #cdcdcd;height:.7rem;text-align:center;width:2.3rem}.addUser-agent .my-list-addUser-agent .list-item-agent div:first-child input::-webkit-input-placeholder,.addUser-agent .my-list-addUser-agent .list-item-agent div:nth-child(2) input::-webkit-input-placeholder{font-size:.28rem}.addUser-agent .my-list-addUser-agent .list-item-agent div:nth-child(3){align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:1.6rem}.addUser-agent .my-list-addUser-agent .list-item-agent div:nth-child(3) input{border:1px solid #cdcdcd;height:.7rem;text-align:center;width:.8rem}.addUser-agent .my-list-addUser-agent .list-item-agent div:nth-child(3) input::-webkit-input-placeholder{font-size:.28rem}.addUser-agent .my-list-addUser-agent .list-item-agent-title{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.addUser-agent .my-list-addUser-agent .list-item-agent-title div{color:#999;font-size:.28rem;height:.5rem;letter-spacing:-.07px;text-align:center}.addUser-agent .my-list-addUser-agent .list-item-agent-title div:first-child,.addUser-agent .my-list-addUser-agent .list-item-agent-title div:nth-child(2){align-items:center;display:flex;flex-direction:row;justify-content:center;width:2.3rem}.addUser-agent .my-list-addUser-agent .list-item-agent-title div:nth-child(3){align-items:center;display:flex;flex-direction:row;justify-content:center;width:1.6rem}.addUser-agent .my-list-addUser-agent .settlementInvatal .am-list-content{color:#333;font-size:.3rem;letter-spacing:0}.addUser-agent .my-list-addUser-agent .bonusGroup .contentTitle{align-items:flex-end;display:flex;flex-direction:row;height:.7rem;justify-content:flex-start}.addUser-agent .my-list-addUser-agent .bonusGroup .bonusGroup-list{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.addUser-agent .my-list-addUser-agent .bonusGroup .bonusGroup-list .bonusGroup-item{align-items:center;display:flex;flex-direction:row;font-size:.28rem;justify-content:flex-start;margin:.09rem 0;width:50%}.addUser-agent .my-list-addUser-agent .bonusGroup .bonusGroup-list .bonusGroup-item>span{display:block}.addUser-agent .my-list-addUser-agent .bonusGroup .bonusGroup-list .bonusGroup-item>span:first-child{width:1.2rem}.addUser-agent .my-list-addUser-agent .bonusGroup .bonusGroup-list .bonusGroup-item>span:last-child input{border:1px solid #cdcdcd;height:.7rem;margin-right:.1rem;text-align:center;width:1.7rem}.addUser-agent .my-list-addUser-agent .bonusGroup .bonusGroup-list .bonusGroup-item>span:last-child input::-webkit-input-placeholder{font-size:.28rem}.am-switch{align-self:center;display:inline-block;vertical-align:middle}.am-switch,.am-switch .checkbox{box-sizing:border-box;cursor:pointer;position:relative}.am-switch .checkbox{-webkit-appearance:none;appearance:none;background:#e5e5e5;border:0;border-radius:31px;height:31px;margin:0;padding:0;transition:all .3s;width:51px;z-index:0}.am-switch .checkbox:before{box-sizing:border-box;transform:scale(1);width:48px;z-index:1}.am-switch .checkbox:after,.am-switch .checkbox:before{background:#fff;border-radius:28px;content:" ";height:28px;left:1.5px;position:absolute;top:1.5px;transition:all .2s}.am-switch .checkbox:after{box-shadow:2px 2px 4px #00000036;transform:translateX(0);width:28px;z-index:2}.am-switch .checkbox.checkbox-disabled{z-index:3}.am-switch input[type=checkbox]{-webkit-appearance:none;appearance:none;border:0;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:2}.am-switch input[type=checkbox]:checked+.checkbox{background:#4dd865}.am-switch input[type=checkbox]:checked+.checkbox:before{transform:scale(0)}.am-switch input[type=checkbox]:checked+.checkbox:after{transform:translateX(20px)}.am-switch input[type=checkbox]:disabled+.checkbox{opacity:.3}.am-switch.am-switch-android .checkbox{background:#a7aaa6;border-radius:3px;height:23px;width:72px}.am-switch.am-switch-android .checkbox:before{display:none}.am-switch.am-switch-android .checkbox:after{border-radius:2px;box-shadow:none;height:21px;left:1PX;top:1PX;width:35px}.am-switch.am-switch-android input[type=checkbox]:checked+.checkbox{background:#108ee9}.am-switch.am-switch-android input[type=checkbox]:checked+.checkbox:before{transform:scale(0)}.am-switch.am-switch-android input[type=checkbox]:checked+.checkbox:after{transform:translateX(35px)}.checkBoxItem{display:inline-block}.checkBoxItem>img{display:block;height:.4rem;margin-right:.12rem;width:.4rem}.checkBoxItem.checkBoxSelect>img:nth-child(2),.checkBoxItem.checkBoxSelected>img:first-child{display:none}.modalBack{align-items:center;background-color:#0000004d;justify-content:center;position:absolute;z-index:999}.modalBack,.transfer_container{display:flex;height:100%;width:100%}.transfer_container .lottery-header-container{align-items:center;background-color:#ff4941;color:#fff;display:flex;flex-direction:row;height:.88rem;justify-content:flex-end;left:0;padding:0 .32rem;position:fixed;right:0;top:0;z-index:11!important}.transfer_container .lottery-header-title{font-size:.36rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.transfer_container .lottery-header-back{align-items:center;display:flex;flex-direction:row;height:.88rem;justify-content:center;left:.32rem;position:fixed;z-index:12}.transfer_container .lottery-header-back>*{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:center}.transfer_container .lottery-header-back img{height:.42rem;width:.25rem}.transfer_container .lottery-header-right{align-items:center;display:flex;flex-direction:row;font-size:.36rem;height:.88rem;justify-content:center;position:fixed;right:.32rem;z-index:9999}.transfer_container .lottery-header-right>*{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:center}.transfer_container .lottery-header-right img{height:.5rem;width:.46rem}.transfer_container .wxh_container{margin-top:.88rem;width:100%}.transfer_container .wxh_container .wxh_select_div{align-items:flex-end;background-color:#fff;display:flex;flex-direction:column;height:.94rem;justify-content:center;position:fixed;width:100%;z-index:13}.transfer_container .wxh_container .wxh_select_div>div{align-items:center;color:#555;display:flex;font-family:PingFangSC-Medium;font-size:.3rem;height:.9rem;justify-content:left;letter-spacing:-.21px;text-align:center;width:93%}.transfer_container .wxh_container .wxh_select_div>div>div:nth-child(2){align-items:center;color:#333;display:flex;font-family:PingFangSC-Regular;font-size:.28rem;justify-content:center;letter-spacing:-.54px;margin-left:.24rem}.transfer_container .wxh_container .wxh_select_div>div>div:nth-child(2)>span{align-items:center;background:#fff;border:1px solid #ff344d;border-radius:.2rem;display:flex;justify-content:center;margin-right:.2rem;padding:.12rem .24rem}.transfer_container .wxh_container .wxh_select_div>div>div:nth-child(2)>span:last-child{margin-right:0}.transfer_container .wxh_container .wxh_select_div>div:nth-child(2){border:none}.transfer_container .wxh_container .wxh_select_div>div:nth-child(2)>div:nth-child(2)>span{border:1px solid #f2f2f2;border-radius:2px;padding:0}.transfer_container .wxh_container .wxh_select_div>div:nth-child(2)>div:nth-child(2)>span:nth-child(2){border:none}.transfer_container .wxh_container .wxh_select_div_1{align-items:center;background-color:#fff;border-top:3px solid #cdcdcd80;color:#333;display:flex;flex-direction:row;font-family:PingFangSC-Regular;font-size:.3rem;height:.94rem;justify-content:space-around;letter-spacing:-.58px;position:fixed;top:1.82rem;width:100%;z-index:13}.transfer_container .wxh_container .wxh_select_div_1>div{border-right:1px solid #cdcdcd;padding-bottom:.1rem;padding-top:.1rem;text-align:center;width:33.3%}.transfer_container .wxh_container .wxh_select_div_1>div:last-child{border-right-color:#0000}.transfer_container .wxh_container .Panel_V2{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:.2rem;padding-left:.14rem;padding-right:.14rem}.transfer_container .wxh_container .Panel_V2>div{align-items:center;box-shadow:0 1px 1px 0 #ededed;display:flex;flex-direction:row;height:1.08rem;justify-content:space-around;width:100%}.transfer_container .wxh_container .Panel_V2>div>span{align-items:center;display:flex;justify-content:center;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:25%}.transfer_container .textDe{color:#50b5eb;font-family:PingFangSC-Regular;font-size:.24rem;letter-spacing:-.17px;text-align:center;text-decoration:underline}.transfer_container .textDe_1{background:#ff4941!important;border:0 solid #ff4941!important;border-radius:.32rem;color:#fff!important;font-family:PingFangSC-Regular;font-size:.256rem;letter-spacing:-.49px}.transfer_container .am-list-body:after,.transfer_container .am-list-body:before{display:none!important}.transfer_container .am-list-line{padding:0!important}.transfer_container .am-list-item{min-height:10px!important;padding:0!important}.transfer_container .am-list-content{padding:0!important;text-align:center!important}.transfer_container .content{margin-top:.88rem}.transfer_container .Calendar_div_2{color:#333;font-family:PingFangSC-Regular;font-size:.256rem;letter-spacing:-.49px}.transfer_container .wxh_transfer_modal{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.transfer_container .wxh_transfer_modal .wxh_teamBet_modal{align-items:center;background-color:#fff;border-radius:.24rem;color:#333;display:flex;flex-direction:column;font-size:.28rem;height:80%;justify-content:flex-start;position:relative;width:7.04rem}.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1.36rem;overflow-y:auto;padding-top:.44rem}.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div{height:auto;margin-bottom:.2rem;width:90%}.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:nth-child(3){align-items:flex-start;justify-content:space-around}.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:nth-child(3)>p{margin-bottom:.18rem}.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:nth-child(3) .wxh_teamBet_tab{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;min-height:100%}.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:nth-child(3) .wxh_teamBet_tab>span{border:1px solid #d8d8d8;border-radius:.12rem;height:.8rem;line-height:.8rem;margin-bottom:.2rem;margin-left:.1rem;margin-right:.12rem;padding-left:.02rem;padding-right:.02rem;text-align:center;white-space:nowrap;width:1.8rem}.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:first-child,.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:nth-child(2){align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:first-child>span,.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:nth-child(2)>span{float:left;height:100%;line-height:.8rem;width:20%}.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:first-child>input,.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:nth-child(2)>input{background:#f2f2f2;border:none;border-radius:.192rem;display:inline;height:.6rem;padding-left:.24rem;width:70%}.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:first-child .showCalendar,.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:nth-child(2) .showCalendar{align-items:center;display:flex;float:right;height:.66rem;width:100%}.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:first-child .showCalendar>span,.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:nth-child(2) .showCalendar>span{align-items:center;background:#f2f2f2;border-radius:.2rem;display:flex;height:.66rem;justify-content:center;width:2.4rem}.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:first-child .showCalendar>span:first-child,.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:nth-child(2) .showCalendar>span:first-child{margin-right:.46rem}.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:first-child .showCalendar .am-list-arrow,.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:nth-child(2) .showCalendar .am-list-arrow{display:none}.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:first-child .showCalendar .am-list-item,.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:nth-child(2) .showCalendar .am-list-item{background-color:#f2f2f2!important;min-height:35px;padding-left:0}.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:first-child .showCalendar .am-list-body:after,.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:first-child .showCalendar .am-list-body:before,.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:nth-child(2) .showCalendar .am-list-body:after,.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:first-child>div:nth-child(2) .showCalendar .am-list-body:before{height:0}.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:nth-child(2){align-items:center;background-color:#fff;border-bottom-left-radius:.24rem;border-bottom-right-radius:.24rem;border-top:1px solid #cdcdcd;bottom:0;display:flex;flex-direction:row;height:1.36rem;justify-content:space-around;position:absolute;width:100%;z-index:99}.transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:nth-child(2)>span{background-color:#cdcdcd;border-radius:.12rem;color:#fff;font-size:.3rem;height:.8rem;line-height:.8rem;text-align:center;width:2.4rem}.transfer_container .wxh_transfer_modal .wxh_teamBet_close{align-items:center;background-color:#fff;border-radius:50%;display:flex;flex-direction:column;height:.54rem;justify-content:center;margin-top:.5rem;width:.54rem}.transfer_container .teamBet_color{background-color:#ff4941!important;border-color:#ff4941!important;color:#fff;font-size:.28rem}.transfer_container .wxh_transfer_modalBack{align-items:center;background-color:#0000004d;display:flex;height:100%;justify-content:center;position:absolute;width:100%;z-index:999}.LoginItem{background-size:100%;color:#131313;font-size:.3rem;height:100%}.LoginItem .login_bar{background:linear-gradient(0deg,#f5bd6b,#f5bd6b);color:#fff;font-size:.36rem;height:1rem;line-height:1rem;position:relative;text-align:center;width:100%}.LoginItem .login_bar .lang_cur_s{display:none;right:.3rem;top:.05rem;width:.8rem}.LoginItem .login_bar .lang_cur_s,.LoginItem .login_bar .lang_cur_s>img{font-size:.16rem;height:auto;position:absolute;text-align:center;z-index:99}.LoginItem .login_bar .lang_cur_s>img{right:-.15rem;top:.3rem;width:.4rem}.LoginItem .login_bar .lang_cur_t{display:none;right:.3rem;top:.05rem;width:.8rem}.LoginItem .login_bar .lang_cur_t,.LoginItem .login_bar .lang_cur_t>img{font-size:.16rem;height:auto;position:absolute;text-align:center;z-index:99}.LoginItem .login_bar .lang_cur_t>img{right:-.15rem;top:.3rem;width:.4rem}.LoginItem .login_bar .lang_cur_e{display:none;right:.3rem;top:.05rem;width:.8rem}.LoginItem .login_bar .lang_cur_e,.LoginItem .login_bar .lang_cur_e>img{font-size:.16rem;height:auto;position:absolute;text-align:center;z-index:99}.LoginItem .login_bar .lang_cur_e>img{right:-.15rem;top:.3rem;width:.4rem}.LoginItem .login_bar .lang_cur_v{display:none;right:.3rem;top:.05rem;width:.8rem}.LoginItem .login_bar .lang_cur_v,.LoginItem .login_bar .lang_cur_v>img{font-size:.16rem;height:auto;position:absolute;text-align:center;z-index:99}.LoginItem .login_bar .lang_cur_v>img{right:-.15rem;top:.3rem;width:.4rem}.LoginItem .login_bar .lang_cur_in{display:none;right:.3rem;top:.05rem;width:.8rem}.LoginItem .login_bar .lang_cur_in,.LoginItem .login_bar .lang_cur_in>img{font-size:.16rem;height:auto;position:absolute;text-align:center;z-index:99}.LoginItem .login_bar .lang_cur_in>img{right:-.15rem;top:.3rem;width:.4rem}.LoginItem .login_bar .lang_lump{background:#ffffff4d;border:.01rem solid #333;border-radius:.8rem;display:none;font-size:.16rem;height:auto;position:absolute;right:.2rem;text-align:center;top:.15rem;width:.8rem;z-index:99}.LoginItem .login_bar .lang_lump a.lang{color:#6e6e6e;font-size:.32rem!important;height:.8rem;line-height:.8rem;padding:0!important}.LoginItem .login_bar .lang_lump a{display:block}.LoginItem .login_bar>a{left:0;position:absolute;top:.1rem}.LoginItem header{height:3.6rem;position:relative;text-align:center;width:100%}.LoginItem header .login-delete{height:.4rem;position:absolute;right:.58rem;top:.48rem;width:.4rem}.LoginItem header .login-logo{height:auto;left:0;margin:auto;position:absolute;right:0;top:.8rem;width:auto}.LoginItem header .login-logo img{height:auto;width:1.15rem}.LoginItem content .content-tab{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 0 .7rem}.LoginItem content .tab-title{align-items:center;color:#131313;display:flex;flex-direction:row;font-size:.32rem;justify-content:space-between;margin-bottom:.12rem;width:4rem}.LoginItem content .tab-title .active{color:#ff4941}.LoginItem content .tab-transform{background:#d8d8d8;height:2px;position:relative;width:4rem}.LoginItem content .tab-transform .active{background:#ff4941;height:2px;position:absolute;top:0;width:1.6rem}.LoginItem content .content-input{border-radius:25px;margin:1rem .3rem}.LoginItem content .content-input .LoginInput{margin-bottom:.38rem}.LoginItem content .content-input .LoginInput:first-child>div img{height:.3rem;width:.3rem}.LoginItem content .content-input .Button{margin:0 0 20px}.LoginItem content .content-input .input-link{align-items:center;color:#999;display:flex;flex-direction:row;font-size:.28rem;justify-content:space-between}.LoginInputTopp{color:#1180c2;font-size:20px;padding:30px 0;text-align:center}.LoginItem content .content-input .input-link-div{align-items:center;display:flex;flex-direction:row;justify-content:center}.LoginItem content .content-input .input-link-1,.LoginItem content .content-input .input-link-2{align-items:center;color:#999;display:flex;flex-direction:column;font-size:.28rem;justify-content:center;width:2rem}.LoginItem content .content-input .input-link-1 img{width:.5rem}.LoginItem content .content-input .input-link-2 img{width:.65rem}.LoginItem content .content-input .input-link-1 span{margin-top:5px}.LoginItem .input-link a{color:#999;font-size:.28rem}.verify-code{height:.62rem;line-height:.62rem}.z-index-top{z-index:10000}.FreeTryItem{color:#131313;font-size:.3rem}.FreeTryItem .FreeTryItem-title{padding:.52rem 0;text-align:center}.FreeTryItem .FreeTryItem-title img{height:1rem;width:2.5rem}.FreeTryItem .FreeTryItem-content{padding:0 .6rem}.FreeTryItem .FreeTryItem-content .Button{margin:.9rem 0 .6rem}.FreeTryItem .FreeTry-content-input{border-bottom:1px solid #e0e0e0;margin-bottom:.4rem;padding:.18rem 0}.FreeTryItem .FreeTry-content-input span:first-child{color:#333;font-size:.32rem;margin-right:.4rem}.FreeTryItem .FreeTry-content-input span:last-child{color:#666;font-size:.32rem}.FreeTryItem .FreeTry-content-pwd{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.FreeTryItem .FreeTry-content-pwd img{height:.3rem;width:.38rem}.FreeTryItem .FreeTry-content-link{align-items:center;color:#666;display:flex;flex-direction:row;font-size:.28rem;justify-content:flex-end}.FreeTryItem footer{padding:0 .52rem 0 .36rem}.FreeTryItem footer h4{color:#333;font-size:.32rem;font-weight:400;margin:.36rem 0 .08rem}.FreeTryItem footer .footer-text{color:#2a2a2a;font-size:.28rem;line-height:.5rem}.NameRegister{border-radius:25px;margin:0 .3rem;padding:0 .42rem}.NameRegister .NameReg-title{color:#999;font-size:.28rem;margin:.22rem 0 .3rem;padding-left:.46rem}.Register-clause{display:-webkit-box;font-size:.28rem;justify-content:center;margin-bottom:.4rem;margin-top:-15px;padding-left:8px}.Register-clause img{margin-right:.16rem;width:.32rem}.Register-clause a{font-size:.28rem}.AllRegister .AllRegister-content{background:#fff;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;margin-top:.2rem}.AllRegister .AllRegister-content .content-li:last-child{border:none}.AllRegister .content-li{align-items:center;border-bottom:1px solid #e0e0e0;color:#333;display:flex;flex-direction:row;font-size:.32rem;height:.9rem;justify-content:center;line-height:.9rem;margin-left:.32rem;padding-right:.3rem}.AllRegister .content-li span{width:2rem}.AllRegister .content-li.content-li-last{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-left:0;padding-left:.32rem}.AllRegister .content-li.content-li-last>div{align-items:center;color:#666;display:flex;flex:1 1;flex-direction:row;font-size:.3rem;justify-content:space-between}.AllRegister .content-li.content-li-last>div img{width:.12rem}.AllRegister .content-li-pwd img{width:.38rem}.AllRegister .Register-clause{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin:.68rem 0;padding-left:.32rem}.AllRegister .Button{margin:0 .62rem}.Register .content-tab{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:1.6rem 0 0!important}.Register .tab-title{align-items:center;color:#131313;display:flex;flex-direction:row;font-size:.32rem;justify-content:space-between;margin-bottom:.12rem;width:4rem}.Register .tab-title .active{color:#ff4941}.Register .tab-transform{background:#d8d8d8;height:2px;position:relative;width:5rem}.Register .tab-transform .active{background:#ff4941;height:2px;position:absolute;top:0;width:2.5rem}.Register .content{margin-top:.4rem!important}.LoginItem .login_trigger_btn{color:#fff;font-size:.28rem;margin-top:.5rem;padding-bottom:.3rem;text-align:center}.LoginItem .login_trigger_btn span{color:#e03c2f;padding-left:6px}.wxh_userManage_configTitle{align-items:flex-start;background-color:#fff;display:flex;flex-direction:column;height:1.5rem;justify-content:center;line-height:.5rem;padding:0 17px}.teamProfit_container .wxh_container{margin-top:.88rem;position:relative}.teamProfit_container .wxh_container .datePicker{align-items:center;border-bottom:1px solid grey;padding:.3rem}.teamProfit_container .wxh_select_div{align-items:flex-end;background-color:#fff;display:flex;flex-direction:column;justify-content:center;position:fixed;width:100%;z-index:13}.teamProfit_container .wxh_select_div>div{align-items:center;border-bottom:1px solid #cdcdcd;color:#333;display:flex;font-family:PingFangSC-Regular;font-size:.32rem;height:.9rem;justify-content:left;letter-spacing:-.89px;width:93%}.teamProfit_container .wxh_select_div>div>div:nth-child(2){align-items:center;color:#333;display:flex;font-family:PingFangSC-Regular;font-size:.256rem;justify-content:center;letter-spacing:-.49px;margin-left:.24rem}.teamProfit_container .wxh_select_div>div>div:nth-child(2)>span{align-items:center;background:#fff;border:1px solid #ff344d;border-radius:.32rem;display:flex;justify-content:center;margin-right:.2rem;padding:.12rem .24rem}.teamProfit_container .wxh_select_div>div>div:nth-child(2)>span:last-child{margin-right:0}.teamProfit_container .wxh_select_div>div:nth-child(2){border:none}.teamProfit_container .wxh_select_div>div:nth-child(2)>div:nth-child(2)>span{border:1px solid #f2f2f2;border-radius:2px;padding:0}.teamProfit_container .wxh_select_div>div:nth-child(2)>div:nth-child(2)>span:nth-child(2){border:none}.teamProfit_container .wxh_select_div_1{align-items:center;background-color:#fff;border-top:3px solid #cdcdcd80;color:#333;display:flex;flex-direction:row;font-family:PingFangSC-Regular;font-size:.3rem;height:.94rem;justify-content:center;letter-spacing:-.58px;position:fixed;width:100%;z-index:10}.teamProfit_container .wxh_select_div_1>div{border-right:1px solid #cdcdcd;padding-bottom:.1rem;padding-top:.1rem;text-align:center;width:25%}.teamProfit_container .wxh_select_div_1>div:last-child{border-right-color:#0000}.teamProfit_container .Panel_V2 .div_1{align-items:center;display:flex;flex-direction:row;height:.74rem;justify-content:space-around;width:100%}.teamProfit_container .Panel_V2 .div_1>span{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:25%}.teamProfit_container .Panel_V2 .div_1>span:last-child{align-items:center;display:flex;justify-content:center}.teamProfit_container .Panel_V2 .div_2{align-items:center;background-color:#fbfbfb;border-top:1px solid #dadada;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;text-align:center}.teamProfit_container .Panel_V2 .div_2>div{align-items:center;border-bottom:1px solid #dadada;border-right:1px solid #dadada;display:flex;height:1.2rem;justify-content:center;width:32%}.teamProfit_container .textDe{color:#50b5eb;font-family:PingFangSC-Regular;font-size:.24rem;letter-spacing:-.17px;text-align:center;text-decoration:underline}.teamProfit_container .textDe_1{background:#ff4941!important;border:0 solid #ff4941!important;border-radius:.32rem;color:#fff!important;font-family:PingFangSC-Regular;font-size:.256rem;letter-spacing:-.49px}.teamProfit_container .am-list-body:after,.teamProfit_container .am-list-body:before{display:none!important}.teamProfit_container .am-list-line{padding:0!important}.teamProfit_container .am-list-item{min-height:10px!important;padding:0!important}.teamProfit_container .am-list-content{margin-left:10px;margin-right:10px;padding:0!important;text-align:center!important}.teamProfit_container .am-list-arrow{margin-left:0!important;width:0!important}.teamProfit_container .content{margin-top:0}.teamProfit_container .Calendar_div_2{color:#333;font-family:PingFangSC-Regular;font-size:.256rem;letter-spacing:-.49px}.d-flex{display:flex}.justify-content-between{justify-content:space-between}.wxh_teamBet_container .wxh_teamBet_list{border-bottom:1px solid #f4a460}.footer-nav{align-items:center;background-color:initial;background-size:cover;bottom:0;display:flex;flex-direction:row;height:1.1rem;justify-content:center;justify-content:space-between;position:fixed;width:100%;z-index:10}.footer-nav *{box-sizing:border-box}.footer-nav div{background:#fff;border-radius:12px 12px 0 0;box-shadow:0 0 1px #00000040;height:100%;justify-content:space-between;padding:0 .54rem;width:100%}.footer-nav div,.footer-nav div li{align-items:center;display:flex;flex-direction:row;position:relative}.footer-nav div li{height:1rem;justify-content:center;margin-top:6px;text-align:center;z-index:1}.footer-nav div li .unreadMes{background:#ff4941;border-radius:50%;box-shadow:0 1px 1px 0 #ff4d5566;height:.16rem;position:absolute;right:-.16rem;top:.1rem;width:.16rem}.footer-nav div .footer-link{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.footer-nav div .footer-link span{color:#929292;font-size:.22rem;margin-top:.1rem}.footer-nav div .active span{color:#ff2742;font-size:.22rem;margin-top:.1rem}.footer-nav div .footer-link img{height:.5rem}.footer-nav>img{bottom:0;display:block;height:1.5rem;position:absolute;width:100%}.drop-down{background:#00000080;bottom:1rem;position:relative;position:fixed;top:.88rem;width:100%;z-index:11}.drop-down em{display:block;height:100%;width:100%}.drop-down ul{display:flex;flex-wrap:wrap;left:0;max-height:95%;overflow:hidden;overflow-y:scroll;padding:.4rem .32rem;position:absolute;top:0;width:100%}.drop-down ul,.drop-down ul li{background:#fff;box-sizing:border-box}.drop-down ul li{background:#f0f0f0;border-radius:4px;height:.68rem;line-height:.68rem;margin:.2rem .15rem;text-align:center;width:1.92rem}.drop-down ul li.active{background:#ff4d55;color:#fff}.luck28Table table{position:relative}.luck28Table table tbody div{position:relative;z-index:1}.luck28Table table tbody .blue,.luck28Table table tbody .gray,.luck28Table table tbody .green,.luck28Table table tbody .red{border-radius:10px;color:#fff;height:20px;line-height:20px;margin-left:50%;transform:translateX(-50%);width:20px}.luck28Table table tbody .w-p{width:32px}.timeColorTable ul{display:flex;justify-content:space-around;margin-bottom:.2rem;margin-top:.2rem}.timeColorTable ul li{color:#666}.timeColorTable ul li.active{color:#ff4941}.timeColorTable .blue,.timeColorTable .gray,.timeColorTable .green,.timeColorTable .red{border-radius:10px;color:#fff;height:20px;line-height:20px;margin-left:50%;position:relative;transform:translateX(-50%);width:20px;z-index:10}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=?#iefix) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+PGZvbnQtZmFjZSBmb250LWZhbWlseT0ic2xpY2siIHVuaXRzLXBlci1lbT0iNTEyIiBhc2NlbnQ9IjQ4MCIgZGVzY2VudD0iLTMyIi8+PGdseXBoIHVuaWNvZGU9IuKGkiIgZD0ibTI0MSAxMTMgMTMwIDEzMGM0IDQgNiA4IDYgMTNzLTIgOS02IDEzTDI0MSAzOTljLTMgMy03IDUtMTIgNXMtMTAtMi0xMy01bC0yOS0zMGMtNC0zLTYtNy02LTEyczItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzczItOSA2LTEybDI5LTMwYzMtMyA4LTUgMTMtNXM5IDIgMTIgNXptMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOXMtNzcgOS0xMTAgMjljLTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMHM5IDc3IDI5IDExMGMyMCAzNCA0NiA2MCA4MCA4MCAzMyAyMCA3MCAyOSAxMTAgMjlzNzctOSAxMTAtMjljMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPjxnbHlwaCB1bmljb2RlPSLihpAiIGQ9Im0yOTYgMTEzIDI5IDMwYzQgMyA2IDcgNiAxMnMtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTNzLTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1cy05LTItMTItNUwxNDEgMjY5Yy00LTQtNi04LTYtMTNzMi05IDYtMTNsMTMwLTEzMGMzLTMgNy01IDEyLTVzMTAgMiAxMyA1em0xNzkgMTQzYzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5cy03NyA5LTExMCAyOWMtMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwczkgNzcgMjkgMTEwYzIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOXM3Ny05IDExMC0yOWMzNC0yMCA2MC00NiA4MC04MCAyMC0zMyAyOS03MCAyOS0xMTB6Ii8+PGdseXBoIHVuaWNvZGU9IuKAoiIgZD0iTTQ3NSAyNTZjMC00MC05LTc3LTI5LTExMC0yMC0zNC00Ni02MC04MC04MC0zMy0yMC03MC0yOS0xMTAtMjlzLTc3IDktMTEwIDI5Yy0zNCAyMC02MCA0Ni04MCA4MC0yMCAzMy0yOSA3MC0yOSAxMTBzOSA3NyAyOSAxMTBjMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5czc3LTkgMTEwLTI5YzM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz48Z2x5cGggdW5pY29kZT0iYSIgZD0iTTQ3NSA0MzlWMzExYzAtNS0xLTktNS0xM3MtOC01LTEzLTVIMzI5Yy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01N3M0LTM5IDExLTU3YzgtMTggMTgtMzMgMzItNDYgMTMtMTQgMjgtMjQgNDYtMzIgMTgtNyAzNy0xMSA1Ny0xMSAyMyAwIDQ0IDUgNjQgMTUgMjAgOSAzOCAyMyA1MSA0MiAyIDEgNCAzIDcgM3M1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxN3MtNTEgMjctNzAgNDdjLTIwIDE5LTM1IDQzLTQ3IDcwcy0xNyA1NS0xNyA4NSA1IDU4IDE3IDg1IDI3IDUxIDQ3IDcwYzE5IDIwIDQzIDM1IDcwIDQ3czU1IDE3IDg1IDE3YzI4IDAgNTUtNSA4MS0xNSAyNi0xMSA1MC0yNiA3MC00NWwzNyAzN2M2IDYgMTIgNyAyMCA0IDgtNCAxMS05IDExLTE3eiIvPjwvZm9udD48L2RlZnM+PC9zdmc+#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:0 0;color:#0000;outline:0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"\2190"}[dir=rtl] .slick-prev:before{content:"\2192"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"\2192"}[dir=rtl] .slick-next:before{content:"\2190"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:0 0;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:0;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"\2022";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.pk10Table .tab{margin-bottom:.2rem;margin-top:.2rem;position:relative}.pk10Table .tab div{color:#666;text-align:center}.pk10Table .tab div.active{color:#ff4941}.pk10Table .tab-uc{overflow:auto;padding:10px 0;width:100%}.pk10Table .tab-uc section{display:flex}.pk10Table .tab-uc section div{color:#666;text-align:center;width:60px}.pk10Table .tab-uc section div.active{color:#ff4941}.pk10Table .blue,.pk10Table .gray,.pk10Table .green,.pk10Table .red{border-radius:10px;color:#fff;height:20px;line-height:20px;margin-left:50%;position:relative;transform:translateX(-50%);width:20px;z-index:10}.pk10Table .w-p{width:32px}.pk10Table .dropDownL,.pk10Table .dropDownR{height:30px;position:absolute;top:-5px;width:15px}.pk10Table img.dropDownL{left:-19px}.pk10Table img.dropDownR{right:-19px}.pk10Table .slick-track{margin-left:-.12rem}.slide-content{height:100%;overflow:auto;position:relative;width:100%}.slide-content section{display:flex;height:100%}.tab{height:.4rem;line-height:.4rem}.header-nav{z-index:11!important}.trend{margin-bottom:1.2rem}.trend .TarView .active-opacity{font-size:.26rem}.trend .trend-title div{border-left:.14rem solid #0000;border-right:.14rem solid #0000;border-top:.16rem solid #fff;display:inline-block;height:0;margin-left:15px;position:absolute;top:50%;transform:translateY(-50%);width:0}.trend .trend-setting,.trend .trend-title{color:#fff}.trend .trend-setting .thress,.trend .trend-title .thress{transform:rotateX(180deg)}.trend .trend-buy-info{background:#fffc;box-shadow:0 0 0 0 #f0f0f0;height:1rem;margin-top:1rem;position:relative}.trend .trend-buy-info ul{align-items:center;color:#fff;display:flex;flex-direction:row;justify-content:center;left:2.72rem;position:absolute;top:50%;transform:translateY(-50%);width:2.56rem}.trend .trend-buy-info ul li{background:#5a5a5a;border-radius:4px;box-shadow:0 2px 4px 0 #5a5a5a;float:left;height:26px;line-height:26px;margin-left:12px;text-align:center;width:.6rem}.trend .trend-buy-info ul li.timeAfter:after{color:#151515;content:":";font-size:.28rem;margin-left:.22rem;position:absolute}.trend .trend-buy-info span:first-child{left:19px;position:absolute;top:50%;transform:translateY(-50%)}.trend .trend-buy-info span:last-child{color:#ff4941;position:absolute;right:.76rem;top:50%;transform:translateY(-50%)}.trend .trend-buy-info span:last-child:after{border-right:2px solid #ff4941;border-top:2px solid #ff4941;content:" ";height:7px;position:absolute;right:-.2rem;top:50%;transform:rotate(45deg) translateY(-50%);width:7px}.trend-modal{width:90vw}.trend-modal .Button{background:#ff4941;background-image:linear-gradient(-180deg,#ff4941,#ff4941 98%);box-shadow:0 2px 4px 0 #ff4d5580;margin-left:auto;margin-right:auto;width:32%}.trend-modal .choice{display:flex;flex-wrap:wrap;justify-content:space-around}.trend-modal .choice label{color:#666;margin-bottom:.52rem;position:relative;text-align:left;width:50%}.trend-modal .choice label input{display:none;z-index:999}.trend-modal .choice .radio-label{margin-left:.8rem}.spanDis:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAAUVBMVEUAAACampqYmJiYmJiXl5eampqYmJiXl5eYmJiYmJiYmJiZmZmYmJiZmZmenp7///+Xl5f5+fnq6urDw8Ojo6O9vb3z8/Pw8PDl5eXa2tqwsLAxBJZiAAAAD3RSTlMALcGj8/744N7Zj4l8HhWrJ5hPAAABAUlEQVQ4y6WVSbKDMBBDP7aZCS0PjPc/6E85Q5GEgFXR+i1kdVv995OyTqvamFrpLjshmwobVc13/qIBBL/Mk7XTvPgAQF/22bZA7p1s5HyOot1BewUMo7xpHADVf7gtEZzsyAWU2RtrsFrZlV1hXui+xCBfNaDcOlFY5UAr1CYHBHsE24D2mW8BJ4dyKB5564fhI9v6ngTy8Qwec9wSaeDlVB5NhCu4c9ihurkIkqAQfXTwKbBHF7NYUuAl5qEwp8BznGKNKQWeUF9hA5sCWxgKpmxQD6Sio4ZCjZtZJGpFqeVnvhX1YZkqYEqGqi+mGJnKZcqcOBPMAeJOG380ef0DVT9SCd7p4o0AAAAASUVORK5CYII=) no-repeat 50%;background-size:contain}.spanDis:before,.spanSel:before{content:" ";height:.4rem;left:.3rem;position:absolute;width:.4rem}.spanSel:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAAe1BMVEUAAAD/TlX/Tln/T1X/TVX/TVX/TlX/Tlb/TVX/TVX/TVX/Tlb/Tlb/Tlb/VVX/VVX/VVX/Tlb/T1X/TVX/////9/f/5+j/3N7/mJ3/dnz/aG//YGf/jZL/UVn/8PH/6uv/2tv/1NX/09X/xcf/wMP/pan/e4H/W2L/Vl3gZknOAAAAE3RSTlMA8y4t+ODe2cO/paGPiR4VBnx7si1zUwAAAWRJREFUOMullemSgjAQhBflPkRsQEJAlPv9n3AhEQ8ktTtl/6PyhfRkJjM/X2l/ch1L0yzHPe3/IH0TLzJ9NX/wAPCsrdMkSes24wC8wyZ6DHSU2TV+0TUroQfHTza0gaKKV6oKwA7X7M4AP8cbOnMYuxWrgV3iTV0YtDc6NFAky6+6Ph/HvO+Wg5ICRvgSmw12Z5scD+XNnWawn1EG4NJDyvAmlkonHMHjfnXII28DVhpu0hr05b49FJIt8aFS0gW8e45RVsLDgA0NwklVQmbeRyZ2M2yKicUMvoBNiBw3UKgRmYcp8gEu9uYqOBfLHHNmImQyYKXO0kc0wS7a+aNTw9283sKdYAf1/NGr4X5er+FMsIX0aVltOoU1wRpEWYxqeBQFAo0Ek2yQAiRdHSUpJ1F0/0z3nlJIpBIlFT/lWZEeLKUVkJoMpX1RGiOl5ZKbOX1M0AcQfbTJSKNlaEa7n2/0C1K0bzxm2PWMAAAAAElFTkSuQmCC) no-repeat 50%;background-size:contain}.notice{background:#fff;box-sizing:border-box;display:flex;flex-direction:column;height:100vh;overflow:hidden;padding-top:.88rem;width:100%}.notice .list{background:#fff;min-height:90vh}.notice .list div{color:#666;font-size:15px}.notice .content{flex:1 1;margin:0;overflow:auto}.notice .dec{border-bottom:1px solid #efefef;margin:0 16px;padding:11px 0}.notice .dec header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.notice .dec .time{color:#999;font-size:12px;margin-top:.2rem;text-align:right}.notice .dec .title{font-size:15px;font-weight:500}.notice .dec .message{color:#989a9c;font-size:14px;white-space:normal;word-break:break-word}.notice .dec .message img{max-width:100%}.dianjing .my-content .my_header_v2 .my_header_v2_div>div:nth-child(2)>div:nth-child(2){color:#fff}.dianjing .my-content .my_money_v2 .my-rank .rank-slide{kground:#fec80d}.dianjing .tips{background:#313131!important}.longDragon,.longDragon *{box-sizing:border-box}.longDragon .container,.longDragon .content{margin-top:0}.longDragon .content{padding-top:.88rem}.longDragon .selectTitle{color:#333;font-size:.28rem;height:.88rem;padding:0 .34rem;width:100%}.longDragon .selectTitle,.longDragon .selectTitle div.leftDom{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.longDragon .selectTitle div.leftDom{height:.5rem;width:3.3rem}.longDragon .selectTitle div.leftDom div,.longDragon .selectTitle div.leftDom span{align-items:center;display:block;display:flex;flex-direction:row;height:.4rem;justify-content:center}.longDragon .selectTitle div.leftDom span{margin-right:.2rem}.longDragon .selectTitle div.leftDom div{background:#e0e0e0;border-radius:1.2px;color:#ff6269;width:2.2rem}.longDragon .selectTitle div.rightDom{align-items:center;display:flex;flex-direction:row;height:.5rem;justify-content:flex-start}.longDragon .selectTitle div.rightDom div,.longDragon .selectTitle div.rightDom span{align-items:center;display:block;display:flex;flex-direction:row;height:.4rem;justify-content:center}.longDragon .selectTitle div.rightDom span:first-child{margin-left:.2rem;margin-right:.2rem}.longDragon .selectTitle div.rightDom div{background:#e0e0e0;border-radius:1.2px;color:#ff6269;margin-right:.04rem;width:1rem}.longDragon .contentTable{color:#333;font-size:.24rem;margin-top:.22rem;padding:0 .34rem}.longDragon .contentTable>div{align-items:center;border-left:1px solid #cdcdcd;display:flex;flex-direction:row;height:.7rem;justify-content:space-between;width:100%}.longDragon .contentTable>div>span{align-items:center;border-right:1px solid #cdcdcd;display:block;display:flex;flex-direction:row;height:100%;justify-content:center;width:25%}.longDragon .contentTable>div>span:nth-child(2) span.redcolor,.longDragon .contentTable>div>span:nth-child(3){color:#ff6269}.longDragon .contentTable>div>span:nth-child(2) span.bluecolor{color:#3ca2ed}.longDragon .contentTable>div>span:nth-child(2) span.greencolor{color:#57c946}.longDragon .contentTable>div:nth-child(2n){background:#fff}.longDragon .contentTable>div:nth-child(odd){background:#f0f4f4}.longDragon .contentTable>div:first-child{background:#f3f3f4;border-bottom:1px solid #cdcdcd;border-top:1px solid #cdcdcd}.longDragon .contentTable>div:first-child>span:nth-child(2),.longDragon .contentTable>div:first-child>span:nth-child(3){color:#333}.longDragon .contentTable>div:last-child{border-bottom:1px solid #cdcdcd}.roomItem .rightAddIfy>div{right:.2rem}.roomItem .rightAddIfy>div:after{right:.4rem}.roomList{padding-top:.88rem}.roomList *{box-sizing:border-box}.roomList .blueBg{background-image:linear-gradient(45deg,#8d4bea,#4de2fc)}.roomList .yellowBg{background-image:linear-gradient(45deg,#fca311,#ffe527)}.roomList .header{color:#fff;height:.7rem;margin:0 .36rem .4rem;padding:0 .38rem 0 .28rem;position:relative}.roomList .header,.roomList .header div{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.roomList .header div{width:100%;z-index:2}.roomList .header div>div{font-size:.28rem}.roomList .header div>div a{color:#fff}.roomList .header div>div:first-child{align-items:center;display:inline-block;display:flex;flex-direction:row;justify-content:flex-start;line-height:.7rem}.roomList .header div>div:first-child>span:nth-child(2){font-size:.24rem;padding-left:.2rem}.roomList .header div>div:nth-child(2){background-image:linear-gradient(45deg,#ff7d83,#ff4941);border:0 solid #ff4941;border-radius:100px;display:inline-block;font-size:.24rem;height:.44rem;line-height:.44rem;text-align:center;width:1.3rem}.roomList .header>img{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.roomList .bodys{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 .36rem}.roomList .bodys div{border-radius:.1rem;box-shadow:0 2px 6px 0 #cacaca80;display:inline-block;margin-bottom:.32rem;min-height:3.52rem;min-width:3.2rem;position:relative;width:47.5%}.roomList .bodys div>a{display:block;height:100%;width:100%}.roomList .bodys div img{display:block;min-height:3.52rem;min-width:3.2rem;width:100%}.roomList .bodys div p{align-items:center;bottom:0;color:#fff;display:flex;flex-direction:row;font-size:.28rem;height:.36rem;justify-content:space-between;left:0;line-height:.36rem;padding:.28rem;position:absolute;text-align:center;width:100%}.roomList .bodys div p span:first-child{display:block;overflow:hidden;text-align:left;white-space:nowrap;width:1.8rem}.roomList .GameHall{border-radius:8px;margin:.32rem 0;padding:0 .32rem}.roomList .GameHall>div{border-radius:.16rem;display:flex;height:3.32rem;position:relative;width:100%}.roomList .GameHall>div .bgBox{height:100%;left:0;position:absolute;top:0;width:100%}.roomList .GameHall>div .bgBox img,.roomList .GameHall>div .contentTex{border-radius:.16rem;height:100%;width:100%}.roomList .GameHall>div .contentTex{align-items:flex-start;color:#fff;display:flex;flex-direction:column;justify-content:flex-start;position:relative;z-index:2}.roomList .GameHall>div .contentTex>div:first-child{align-items:center;display:flex;flex-direction:row;height:.6rem;justify-content:flex-start;padding-left:.32rem;width:100%}.roomList .GameHall>div .contentTex>div:first-child>img{height:.32rem;margin-right:.1rem;width:.32rem}.roomList .GameHall>div .contentTex>div:first-child span{font-size:.28rem}.roomList .GameHall>div .contentTex>div:nth-child(2){color:#fff;padding-left:2.4rem;text-align:center;width:100%}.roomList .GameHall>div .contentTex>div:nth-child(2)>span{display:block}.roomList .GameHall>div .contentTex>div:nth-child(2) span:first-child{font-size:.82rem;margin:.4rem 0 .1rem}.roomList .GameHall>div .contentTex>div:nth-child(2) span:nth-child(2){font-size:.28rem}.roomList .GameHall>div .contentTex div.peilv{align-items:center;border:1px solid #fff;border-radius:15px;bottom:.6rem;display:flex;flex-direction:row;font-size:.26rem;height:.44rem;justify-content:center;position:absolute;right:.6rem;transform:translateY(50%);width:1.4rem}.roomItem28{background:#f1f1f1;border-radius:8px;width:100%}.roomItem28 .roomItem28Title{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:.68rem;justify-content:flex-start;padding-left:.45rem;width:100%}.roomItem28 .roomItem28Title>span{height:.3rem;margin-right:.12rem}.roomItem28 .roomItem28Title>span img{height:.3rem;width:.3rem}.roomItem28 .roomItem28Title>div{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.roomItem28 .roomItem28Title>div p{color:#333;font-size:.36rem;font-weight:700}.roomItem28 .roomItem28Title>div span{color:#000;font-size:14px}.roomItem28 .roomItem28Content{align-items:center;background:#fff;border-radius:11px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 auto;padding:.26rem .06rem;width:calc(100% - .4rem)}.roomItem28 .roomItem28Content *{box-sizing:border-box}.roomItem28 .roomItem28Content>div{border-radius:.16rem;display:flex;height:4.8rem;margin:.06rem 0;position:relative;width:3.5rem}.roomItem28 .roomItem28Content>div>div:first-child{height:100%;left:0;position:absolute;top:0;width:100%}.roomItem28 .roomItem28Content>div>div:first-child>img{border-radius:.16rem;height:100%;width:100%}.roomItem28 .roomItem28Content>div>div:nth-child(2){color:#fff;height:100%;position:relative;width:100%;z-index:1}.roomItem28 .roomItem28Content>div>div:nth-child(2)>div{align-items:center;bottom:.3rem;display:flex;flex-direction:row;justify-content:space-between;padding:0 .32rem;position:absolute;width:100%}.roomItem28 .roomItem28Content>div>div:nth-child(2)>div div{font-size:.3rem}.roomItem28 .roomItem28Content>div>div:nth-child(2)>div div img{height:.32rem;margin-right:.08rem;width:.32rem}.am-carousel{position:relative}.am-carousel-wrap{zoom:1;background:0 0;color:#000;font-size:18px;text-align:center;width:100%}.am-carousel-wrap-dot{zoom:1;display:inline-block}.am-carousel-wrap-dot>span{background:#ccc;border-radius:50%;display:block;height:8px;margin:0 3px;width:8px}.am-carousel-wrap-dot-active>span{background:#888}.roomTitle28{align-items:center;background:#f2f2f2;display:flex;flex-direction:row;height:2rem;justify-content:flex-start;position:fixed;top:1.68rem;width:100%}.roomTitle28,.roomTitle28 *{box-sizing:border-box}.roomTitle28>div:first-child{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:1.6rem}.roomTitle28>div:first-child>img{border-radius:50%;display:block;height:1rem;margin-bottom:.08rem;margin-left:.2rem;width:1rem}.roomTitle28>div:first-child span{color:#333;font-size:.26rem;margin-left:.2rem;white-space:nowrap}.roomTitle28>div:nth-child(2){height:100%;position:relative;width:calc(100vw - 1.2rem)}.roomTitle28>div:nth-child(2)>div{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:flex-start;width:100%}.roomTitle28>div:nth-child(2)>div>div{background-color:#ffc265;border-radius:100px;height:1.4rem;margin-left:.2rem;padding-left:.6rem;width:5.6rem}.roomTitle28>div:nth-child(2)>div>div:before{border:.13rem solid #0000;border-right-color:#ffc265;content:"";height:0;left:-.04rem;margin-top:-.12rem;position:absolute;top:50%;width:0}.roomTitle28>div:nth-child(2)>div>div>div:first-child{align-items:center;color:#333;display:flex;flex-direction:row;font-size:.24rem;height:.4rem;justify-content:flex-start;margin-top:.22rem}.roomTitle28>div:nth-child(2)>div>div>div:first-child span{color:#ff4941;margin-left:.1rem}.roomTitle28>div:nth-child(2)>div>div>div:nth-child(2){align-items:center;display:flex;flex-direction:row;height:.6rem;justify-content:flex-start}.roomTitle28>div:nth-child(2)>div>div>div:nth-child(2).textTieleDOM span{color:#ff4941;margin-left:.1rem}.roomTitle28>div:nth-child(2)>div>div>div:nth-child(2)>div:first-child{color:#333;font-size:.22rem;margin-right:.3rem}.roomTitle28>div:nth-child(2)>div>div>div:nth-child(2)>div:first-child span{color:#ff4941}.roomTitle28>div:nth-child(2)>div>div>div:nth-child(2) div.timers{align-items:center;display:flex;flex-direction:row;font-size:.28rem;justify-content:center}.roomTitle28>div:nth-child(2)>div>div>div:nth-child(2) div.timers span{display:inline-block}.roomTitle28>div:nth-child(2)>div>div>div:nth-child(2) div.timers span:nth-child(2),.roomTitle28>div:nth-child(2)>div>div>div:nth-child(2) div.timers span:nth-child(4){margin:0 .06rem}.roomTitle28>div:nth-child(2)>div>div>div:nth-child(2) div.timers .reClock{align-items:center;background:#5a5a5a;border-radius:.08rem;box-shadow:0 .04rem .08rem 0 #5a5a5a;color:#fff;display:flex;flex-direction:row;height:.52rem;justify-content:center;text-align:center;width:.52rem}.countBox.Fastcar{border-top:1px solid #d8d8d8;color:#333;font-size:.28rem;height:1.62rem;letter-spacing:-.2px;position:fixed;top:1.68rem;width:100%;z-index:1}.countBox.Fastcar div.listcontet{background:#fff;border-bottom:1px solid #e5e5e5;height:1.62rem;padding-left:.32rem;padding-top:.2rem;width:100%}.countBox.Fastcar div.listcontet>div:first-child{float:left;height:100%;width:4.5rem}.countBox.Fastcar div.listcontet>div:first-child>div:first-child{align-items:center;color:#333;display:flex;flex-direction:row;font-size:.26rem;height:.36rem;justify-content:flex-start;letter-spacing:-.18px;margin-bottom:.2rem}.countBox.Fastcar div.listcontet>div:first-child>div:first-child span{color:#ff4941}.countBox.Fastcar div.listcontet>div:first-child>div:nth-child(2){align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.countBox.Fastcar div.listcontet>div:first-child>div:nth-child(2) span{align-items:center;border-radius:.06rem;color:#fff;display:block;display:flex;flex-direction:row;font-size:.24rem;height:.38rem;justify-content:center;letter-spacing:0;margin-right:.04rem;width:.38rem}.countBox.Fastcar div.listcontet>div:first-child>div:nth-child(2) span:last-child{margin-right:0}.countBox.Fastcar div.listcontet>div:first-child>div:nth-child(2) span.Ball01{background-color:#ecca00}.countBox.Fastcar div.listcontet>div:first-child>div:nth-child(2) span.Ball02{background-color:#3ca2ed}.countBox.Fastcar div.listcontet>div:first-child>div:nth-child(2) span.Ball03{background-color:#606060}.countBox.Fastcar div.listcontet>div:first-child>div:nth-child(2) span.Ball04{background-color:#e8803f}.countBox.Fastcar div.listcontet>div:first-child>div:nth-child(2) span.Ball05{background-color:#20c5d3}.countBox.Fastcar div.listcontet>div:first-child>div:nth-child(2) span.Ball06{background-color:#5c57cc}.countBox.Fastcar div.listcontet>div:first-child>div:nth-child(2) span.Ball07{background-color:#999}.countBox.Fastcar div.listcontet>div:first-child>div:nth-child(2) span.Ball08{background-color:#ff78db}.countBox.Fastcar div.listcontet>div:first-child>div:nth-child(2) span.Ball09{background-color:#a23f4b}.countBox.Fastcar div.listcontet>div:first-child>div:nth-child(2) span.Ball10{background-color:#5fcc49}.countBox.Fastcar div.listcontet>div:nth-child(2){align-items:center;display:flex;flex-direction:row;float:left;height:100%;justify-content:space-between;margin-left:.1rem;width:1.8rem}.countBox.Fastcar div.listcontet>div:nth-child(2)>div.shirt_hezhi,.countBox.Fastcar div.listcontet>div:nth-child(2)>div.shirt_liangmian{padding-bottom:.28rem;position:relative;text-align:center}.countBox.Fastcar div.listcontet>div:nth-child(2)>div.shirt_hezhi span.blackEle,.countBox.Fastcar div.listcontet>div:nth-child(2)>div.shirt_liangmian span.blackEle{border-color:#000;color:#000}.countBox.Fastcar div.listcontet>div:nth-child(2)>div.shirt_hezhi span.redEle,.countBox.Fastcar div.listcontet>div:nth-child(2)>div.shirt_liangmian span.redEle{border-color:#ff4941;color:#ff4941}.countBox.Fastcar div.listcontet>div:nth-child(2)>div.shirt_hezhi span.blueEle,.countBox.Fastcar div.listcontet>div:nth-child(2)>div.shirt_liangmian span.blueEle{border-color:#3ca2ed;color:#3ca2ed}.countBox.Fastcar div.listcontet>div:nth-child(2)>div.shirt_hezhi{height:100%;width:.9rem}.countBox.Fastcar div.listcontet>div:nth-child(2)>div.shirt_hezhi>p{color:#666;font-size:.24rem;margin-bottom:.06rem;width:100%}.countBox.Fastcar div.listcontet>div:nth-child(2)>div.shirt_hezhi>span{align-items:center;border:1px solid #999;border-radius:1.44px;color:#999;display:flex;flex-direction:row;font-size:.24rem;height:.9rem;justify-content:center;width:100%}.countBox.Fastcar div.listcontet>div:nth-child(2)>div.shirt_liangmian{height:100%;width:.8rem}.countBox.Fastcar div.listcontet>div:nth-child(2)>div.shirt_liangmian>p{color:#666;font-size:.24rem;margin-bottom:.06rem;width:100%}.countBox.Fastcar div.listcontet>div:nth-child(2)>div.shirt_liangmian>span{align-items:center;border:1px solid #999;border-radius:1.44px;color:#999;display:flex;flex-direction:row;font-size:.24rem;height:.42rem;justify-content:center;margin-bottom:.06rem;width:100%}.countBox.Fastcar div.listcontet>div:nth-child(2)>div.shirt_liangmian>span:first-child{margin-bottom:0}.countBox.Fastcar div.listcontet div.targetClose{position:absolute;right:.22rem;top:50%;transform:translateY(-50%)}.countBox.Fastcar div.listcontet div.targetClose span.seletImg{position:relative}.countBox.Fastcar div.listcontet div.targetClose span.seletImg img{display:inline-block;height:.3rem;width:.16rem}.countBox.Fastcar div.listcontet div.targetClose .seletImg.deg90 img{transform:rotate(90deg)}.countBox.Fastcar div.listcontet div.targetClose .seletImg.deg270 img{transform:rotate(270deg)}.countBox.Fastcar div.listBoxModal{background:0 0;height:100vh;left:0;position:fixed;top:0;width:100vw}.countBox.Fastcar div.listBoxModal>div{background:#fff;position:absolute;top:3.32rem;width:100%}.countBox.Fastcar div.listBoxModal.listNone{display:none}.countBox.xingyun28{background:#fff;border-top:1px solid #e0e0e0;color:#333;display:flex;font-size:.28rem;height:.8rem;letter-spacing:-.2px;position:fixed;top:.88rem;width:100%;z-index:3}.countBox.xingyun28 .countTest{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;flex-direction:row;height:.8rem;justify-content:flex-start;left:0;padding-left:.4rem;position:absolute;top:0;width:100%}.countBox.xingyun28 .countTest span{display:inline-block}.countBox.xingyun28 .countTest>span:first-child{color:#666;margin:0 .12rem 0 0}.countBox.xingyun28 .countTest span.seletImg{position:absolute;right:.32rem;top:.19rem}.countBox.xingyun28 .countTest span.seletImg img{display:inline-block;height:.3rem;width:.16rem}.countBox.xingyun28 .countTest .seletImg.deg90 img{transform:rotate(90deg)}.countBox.xingyun28 .countTest .seletImg.deg270 img{transform:rotate(270deg)}.countBox.xingyun28 .countTest .modelText,.countBox.xingyun28 .countTest .modelText span{align-items:center;display:flex;flex-direction:row;justify-content:center}.countBox.xingyun28 .countTest .modelText span{font-size:.26rem;height:.4rem;margin:0 .05rem;width:.6rem}.countBox.xingyun28 .countTest .modelText .blueText{border:1px solid #3ca2ed;color:#3ca2ed}.countBox.xingyun28 .countTest .modelText .redText{border:1px solid #ff4941;color:#ff4941}.countBox.xingyun28 .countList.listNone{display:none}.countBox.xingyun28 .countList{background:#0000004d;height:100vh;left:0;position:absolute;top:.8rem;width:100%}.countBox.xingyun28 .countList ul{background-color:#fff}.countBox.xingyun28 .countList li{align-items:center;border-bottom:1px solid #d8d8d8;display:flex;flex-direction:row;height:.8rem;justify-content:flex-start;padding-left:.4rem;width:100%}.countBox.xingyun28 .countList li span{display:inline-block}.countBox.xingyun28 .countList li>span:first-child{color:#666;margin:0 .12rem 0 0}.countBox.xingyun28 .countList li .modelText,.countBox.xingyun28 .countList li .modelText span{align-items:center;display:flex;flex-direction:row;justify-content:center}.countBox.xingyun28 .countList li .modelText span{font-size:.26rem;height:.4rem;margin:0 .05rem;width:.6rem}.countBox.xingyun28 .countList li .modelText .blueText{border:1px solid #3ca2ed;color:#3ca2ed}.countBox.xingyun28 .countList li .modelText .redText{border:1px solid #ff4941;color:#ff4941}.countBox.xingyun28 .redBall{background-image:linear-gradient(-43deg,#ff7d83,#ff4941)}.countBox.xingyun28 .greenBall{background-image:linear-gradient(-43deg,#57c946,#6d5)}.countBox.xingyun28 .blueBall{background-image:linear-gradient(-180deg,#00d9f9,#1f9efb)}.countBox.xingyun28 .grayBall{background-image:linear-gradient(-132deg,#999 1%,#666)}.countBox.xingyun28 .balls{align-items:center;border-radius:50%;color:#fff;display:flex;flex-direction:row;height:.48rem;justify-content:center;line-height:.48rem;margin:0 .12rem;text-align:center;width:.48rem}.countBox.happy8{border-top:1px solid #d8d8d8;color:#333;font-size:.28rem;height:1.96rem;letter-spacing:-.2px;position:fixed;top:1.68rem;width:100%;z-index:1}.countBox.happy8 div.listcontet{background:#fff;border-bottom:1px solid #e5e5e5;height:1.96rem;padding-left:.32rem;padding-top:.2rem;width:100%}.countBox.happy8 div.listcontet>div:first-child{float:left;height:100%;width:5rem}.countBox.happy8 div.listcontet>div:first-child>div:first-child{align-items:center;color:#333;display:flex;flex-direction:row;font-size:.26rem;height:.36rem;justify-content:flex-start;letter-spacing:-.18px;margin-bottom:.2rem}.countBox.happy8 div.listcontet>div:first-child>div:first-child span{color:#ff4941}.countBox.happy8 div.listcontet>div:first-child>div:nth-child(2){align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;width:5rem}.countBox.happy8 div.listcontet>div:first-child>div:nth-child(2) span{align-items:center;background-color:#ff4941;border-radius:50%;color:#fff;display:block;display:flex;flex-direction:row;font-size:.24rem;height:.38rem;justify-content:center;letter-spacing:0;margin:0 .12rem .16rem 0;width:.38rem}.countBox.happy8 div.listcontet>div:first-child>div:nth-child(2) span.blueBall{background-color:#3ca2ed}.countBox.happy8 div.listcontet>div:first-child>div:nth-child(2) span:nth-child(10n){margin:0 0 .16rem}.countBox.happy8 div.listcontet>div:nth-child(2){float:left;height:100%;margin-left:.1rem;width:1.5rem}.countBox.happy8 div.listcontet>div:nth-child(2) span.redRect{border:1px solid #ff4941;border-radius:2px;color:#ff4941}.countBox.happy8 div.listcontet>div:nth-child(2) span.BlueRect,.countBox.happy8 div.listcontet>div:nth-child(2) span.redRect{align-items:center;display:block;display:flex;flex-direction:row;float:left;height:.42rem;justify-content:center;margin:0 .1rem .1rem 0;width:.7rem}.countBox.happy8 div.listcontet>div:nth-child(2) span.BlueRect{border:1px solid #3ca2ed;border-radius:2px;color:#3ca2ed}.countBox.happy8 div.listcontet>div:nth-child(2) span.GreenRect{align-items:center;border:1px solid #5fcc49;border-radius:2px;color:#5fcc49;display:block;display:flex;flex-direction:row;float:left;height:.42rem;justify-content:center;margin:0 .1rem .1rem 0;width:.7rem}.countBox.happy8 div.listcontet>div:nth-child(2) span.theElementGold{align-items:center;border:1px solid #f5a623;border-radius:2px;color:#f5a623;display:block;display:flex;flex-direction:row;float:left;height:.42rem;justify-content:center;margin:0;width:1.5rem}.countBox.happy8 div.listcontet>div:nth-child(2) span.theElementWood{align-items:center;border:1px solid #996601;border-radius:2px;color:#996601;display:block;display:flex;flex-direction:row;float:left;height:.42rem;justify-content:center;margin:0;width:1.5rem}.countBox.happy8 div.listcontet>div:nth-child(2) span.theElementWater{align-items:center;border:1px solid #3ca2ed;border-radius:2px;color:#3ca2ed;display:block;display:flex;flex-direction:row;float:left;height:.42rem;justify-content:center;margin:0;width:1.5rem}.countBox.happy8 div.listcontet>div:nth-child(2) span.theElementFire{align-items:center;border:1px solid #ff4941;border-radius:2px;color:#ff4941;display:block;display:flex;flex-direction:row;float:left;height:.42rem;justify-content:center;margin:0;width:1.5rem}.countBox.happy8 div.listcontet>div:nth-child(2) span.theElementSoil{align-items:center;border:1px solid #666;border-radius:2px;color:#666;display:block;display:flex;flex-direction:row;float:left;height:.42rem;justify-content:center;margin:0;width:1.5rem}.countBox.happy8 div.listcontet>div:nth-child(2) span:nth-child(2n){margin:0 0 .1rem}.countBox.happy8 div.listcontet div.targetClose{position:absolute;right:.22rem;top:50%;transform:translateY(-50%)}.countBox.happy8 div.listcontet div.targetClose span.seletImg{position:relative}.countBox.happy8 div.listcontet div.targetClose span.seletImg img{display:inline-block;height:.3rem;width:.16rem}.countBox.happy8 div.listcontet div.targetClose .seletImg.deg90 img{transform:rotate(90deg)}.countBox.happy8 div.listcontet div.targetClose .seletImg.deg270 img{transform:rotate(270deg)}.countBox.happy8 div.listBoxModal{background:0 0;height:100vh;left:0;position:fixed;top:0;width:100vw}.countBox.happy8 div.listBoxModal>div{background:#fff;position:absolute;top:3.66rem;width:100%}.countBox.happy8 div.listBoxModal.listNone{display:none}.countBox.fastThree{border-top:1px solid #d8d8d8;color:#333;font-size:.28rem;height:1.62rem;letter-spacing:-.2px;position:fixed;top:1.68rem;width:100%;z-index:1}.countBox.fastThree div.listcontet{background:#fff;border-bottom:1px solid #e5e5e5;height:1.62rem;padding-left:.32rem;padding-top:.2rem;width:100%}.countBox.fastThree div.listcontet>div:first-child{float:left;height:100%;width:4.2rem}.countBox.fastThree div.listcontet>div:first-child>div:first-child{align-items:center;color:#333;display:flex;flex-direction:row;font-size:.26rem;height:.36rem;justify-content:flex-start;letter-spacing:-.18px;margin-bottom:.2rem}.countBox.fastThree div.listcontet>div:first-child>div:first-child span{color:#ff4941}.countBox.fastThree div.listcontet>div:first-child>div:nth-child(2){align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;width:3rem}.countBox.fastThree div.listcontet>div:first-child>div:nth-child(2) span{align-items:center;background-color:#ff4941;border-radius:50%;color:#fff;display:block;display:flex;flex-direction:row;font-size:.24rem;justify-content:center;letter-spacing:0;margin:0 .56rem .16rem 0}.countBox.fastThree div.listcontet>div:first-child>div:nth-child(2) span:last-child{margin-right:0}.countBox.fastThree div.listcontet>div:first-child>div:nth-child(2) span>img{width:.58rem}.countBox.fastThree div.listcontet>div:first-child>div:nth-child(2) span.blueBall{background-color:#3ca2ed}.countBox.fastThree div.listcontet>div:first-child>div:nth-child(2) span:nth-child(10n){margin:0 0 .16rem}.countBox.fastThree div.listcontet>div:nth-child(2){align-items:center;display:flex;flex-direction:row;float:left;height:100%;justify-content:space-between;margin-left:.1rem;width:2.3rem}.countBox.fastThree div.listcontet>div:nth-child(2)>div{padding-bottom:.28rem;position:relative;text-align:center}.countBox.fastThree div.listcontet>div:nth-child(2)>div>p{bottom:.7rem;color:#666;font-size:.24rem;position:absolute;width:100%}.countBox.fastThree div.listcontet>div:nth-child(2)>div>span{align-items:center;border:1px solid #999;border-radius:1.44px;bottom:.28rem;color:#999;display:flex;flex-direction:row;font-size:.24rem;height:.36rem;justify-content:center;position:absolute;width:100%}.countBox.fastThree div.listcontet>div:nth-child(2)>div span.blackEle{border-color:#000;color:#000}.countBox.fastThree div.listcontet>div:nth-child(2)>div span.redEle{border-color:#ff4941;color:#ff4941}.countBox.fastThree div.listcontet>div:nth-child(2)>div span.blueEle{border-color:#3ca2ed;color:#3ca2ed}.countBox.fastThree div.listcontet>div:nth-child(2)>div.shirt{height:100%;width:.7rem}.countBox.fastThree div.listcontet div.targetClose{position:absolute;right:.22rem;top:50%;transform:translateY(-50%)}.countBox.fastThree div.listcontet div.targetClose span.seletImg{position:relative}.countBox.fastThree div.listcontet div.targetClose span.seletImg img{display:inline-block;height:.3rem;width:.16rem}.countBox.fastThree div.listcontet div.targetClose .seletImg.deg90 img{transform:rotate(90deg)}.countBox.fastThree div.listcontet div.targetClose .seletImg.deg270 img{transform:rotate(270deg)}.countBox.fastThree div.listBoxModal{background:0 0;height:100vh;left:0;position:fixed;top:0;width:100vw}.countBox.fastThree div.listBoxModal>div{background:#fff;position:absolute;top:3.32rem;width:100%}.countBox.fastThree div.listBoxModal.listNone{display:none}.countBox.happyTenMin{border-top:1px solid #d8d8d8;color:#333;font-size:.28rem;height:1.62rem;letter-spacing:-.2px;position:fixed;top:1.68rem;width:100%;z-index:1}.countBox.happyTenMin div.listcontet{background:#fff;border-bottom:1px solid #e5e5e5;height:1.62rem;padding-left:.32rem;padding-top:.2rem;width:100%}.countBox.happyTenMin div.listcontet>div:first-child{float:left;height:100%;width:5rem}.countBox.happyTenMin div.listcontet>div:first-child>div:first-child{align-items:center;color:#333;display:flex;flex-direction:row;font-size:.26rem;height:.36rem;justify-content:flex-start;letter-spacing:-.18px;margin-bottom:.2rem}.countBox.happyTenMin div.listcontet>div:first-child>div:first-child span{color:#ff4941}.countBox.happyTenMin div.listcontet>div:first-child>div:nth-child(2){align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.countBox.happyTenMin div.listcontet>div:first-child>div:nth-child(2) span{align-items:center;border-radius:50%;color:#fff;display:block;display:flex;flex-direction:row;font-size:.24rem;height:.42rem;justify-content:center;letter-spacing:0;margin-right:.12rem;width:.42rem}.countBox.happyTenMin div.listcontet>div:first-child>div:nth-child(2) span.sixCliELe{margin-right:0}.countBox.happyTenMin div.listcontet>div:first-child>div:nth-child(2) span.sevenCliELe{color:#666;margin-right:0}.countBox.happyTenMin div.listcontet>div:first-child>div:nth-child(2) span:last-child{margin-right:0}.countBox.happyTenMin div.listcontet>div:first-child>div:nth-child(2) span.redsBall{background-color:#ff4941}.countBox.happyTenMin div.listcontet>div:first-child>div:nth-child(2) span.bluesBall{background-color:#3ca2ed}.countBox.happyTenMin div.listcontet>div:first-child>div:nth-child(2) span.greenBall{background-color:#5fcc49}.countBox.happyTenMin div.listcontet>div:first-child>div.liuhe{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;height:.3rem;justify-content:flex-start}.countBox.happyTenMin div.listcontet>div:first-child>div.liuhe span{align-items:center;display:block;display:flex;flex-direction:row;font-size:.24rem;justify-content:center;letter-spacing:0;margin-right:.12rem;margin-top:.06rem;width:.42rem}.countBox.happyTenMin div.listcontet>div:first-child>div.liuhe span:last-child,.countBox.happyTenMin div.listcontet>div:first-child>div.liuhe span:nth-child(6){margin-right:0}.countBox.happyTenMin div.listcontet>div:first-child>div.liuhe span:nth-child(7){color:#666;margin-right:0}.countBox.happyTenMin div.listcontet>div:nth-child(2){align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;float:left;height:100%;justify-content:space-between;margin-left:.1rem;padding-bottom:.12rem;width:1.5rem}.countBox.happyTenMin div.listcontet>div:nth-child(2)>p{color:#666;font-size:.24rem;height:.3rem;text-align:center;width:.7rem}.countBox.happyTenMin div.listcontet>div:nth-child(2)>span{align-items:center;border:1px solid #999;border-radius:1.44px;color:#999;display:flex;flex-direction:row;font-size:.24rem;height:.42rem;justify-content:center;width:.7rem}.countBox.happyTenMin div.listcontet>div:nth-child(2) span.greendEle{border-color:#5fcc49;color:#5fcc49}.countBox.happyTenMin div.listcontet>div:nth-child(2) span.redEle{border-color:#ff4941;color:#ff4941}.countBox.happyTenMin div.listcontet>div:nth-child(2) span.blueEle{border-color:#3ca2ed;color:#3ca2ed}.countBox.happyTenMin div.listcontet>div:nth-child(2) span.GrayEle{border-color:#9b9b9b;color:#9b9b9b}.countBox.happyTenMin div.listcontet div.targetClose{position:absolute;right:.22rem;top:50%;transform:translateY(-50%)}.countBox.happyTenMin div.listcontet div.targetClose span.seletImg{position:relative}.countBox.happyTenMin div.listcontet div.targetClose span.seletImg img{display:inline-block;height:.3rem;width:.16rem}.countBox.happyTenMin div.listcontet div.targetClose .seletImg.deg90 img{transform:rotate(90deg)}.countBox.happyTenMin div.listcontet div.targetClose .seletImg.deg270 img{transform:rotate(270deg)}.countBox.happyTenMin div.listcontet.liuhe>div:nth-child(2){align-items:center;display:flex;flex-direction:row;float:left;height:100%;justify-content:space-between;margin-left:.1rem;width:1.3rem}.countBox.happyTenMin div.listcontet.liuhe>div:nth-child(2)>div.shirt_hezhi,.countBox.happyTenMin div.listcontet.liuhe>div:nth-child(2)>div.shirt_liangmian{padding-bottom:.28rem;position:relative;text-align:center}.countBox.happyTenMin div.listcontet.liuhe>div:nth-child(2)>div.shirt_hezhi span.blackEle,.countBox.happyTenMin div.listcontet.liuhe>div:nth-child(2)>div.shirt_liangmian span.blackEle{border-color:#000;color:#000}.countBox.happyTenMin div.listcontet.liuhe>div:nth-child(2)>div.shirt_hezhi span.redEle,.countBox.happyTenMin div.listcontet.liuhe>div:nth-child(2)>div.shirt_liangmian span.redEle{border-color:#ff4941;color:#ff4941}.countBox.happyTenMin div.listcontet.liuhe>div:nth-child(2)>div.shirt_hezhi span.blueEle,.countBox.happyTenMin div.listcontet.liuhe>div:nth-child(2)>div.shirt_liangmian span.blueEle{border-color:#3ca2ed;color:#3ca2ed}.countBox.happyTenMin div.listcontet.liuhe>div:nth-child(2)>div.shirt_hezhi span.greendEle,.countBox.happyTenMin div.listcontet.liuhe>div:nth-child(2)>div.shirt_liangmian span.greendEle{border-color:#5fcc49;color:#5fcc49}.countBox.happyTenMin div.listcontet.liuhe>div:nth-child(2)>div.shirt_hezhi{height:100%;width:.6rem}.countBox.happyTenMin div.listcontet.liuhe>div:nth-child(2)>div.shirt_hezhi>p{color:#666;font-size:.24rem;margin-bottom:.06rem;width:100%}.countBox.happyTenMin div.listcontet.liuhe>div:nth-child(2)>div.shirt_hezhi>span{align-items:center;border:1px solid #999;border-radius:1.44px;color:#999;display:flex;flex-direction:row;font-size:.24rem;height:.9rem;justify-content:center;width:100%}.countBox.happyTenMin div.listcontet.liuhe>div:nth-child(2)>div.shirt_liangmian{height:100%;width:.6rem}.countBox.happyTenMin div.listcontet.liuhe>div:nth-child(2)>div.shirt_liangmian>p{color:#666;font-size:.24rem;margin-bottom:.06rem;width:100%}.countBox.happyTenMin div.listcontet.liuhe>div:nth-child(2)>div.shirt_liangmian>span{align-items:center;border:1px solid #999;border-radius:1.44px;color:#999;display:flex;flex-direction:row;font-size:.24rem;height:.42rem;justify-content:center;margin-bottom:.06rem;width:100%}.countBox.happyTenMin div.listcontet.liuhe>div:nth-child(2)>div.shirt_liangmian>span:first-child{margin-bottom:0}.countBox.happyTenMin div.listBoxModal{background:0 0;height:100vh;left:0;position:fixed;top:0;width:100vw}.countBox.happyTenMin div.listBoxModal>div{background:#fff;position:absolute;top:3.32rem;width:100%}.countBox.happyTenMin div.listBoxModal.listNone{display:none}.countBox.elevenSelectFive{border-top:1px solid #d8d8d8;color:#333;font-size:.28rem;height:1.62rem;letter-spacing:-.2px;position:fixed;top:1.68rem;width:100%;z-index:1}.countBox.elevenSelectFive div.listcontet{background:#fff;border-bottom:1px solid #e5e5e5;height:1.62rem;padding-left:.32rem;padding-top:.2rem;width:100%}.countBox.elevenSelectFive div.listcontet>div:first-child{float:left;height:100%;width:4rem}.countBox.elevenSelectFive div.listcontet>div:first-child>div:first-child{align-items:center;color:#333;display:flex;flex-direction:row;font-size:.26rem;height:.36rem;justify-content:flex-start;letter-spacing:-.18px;margin-bottom:.2rem}.countBox.elevenSelectFive div.listcontet>div:first-child>div:first-child span{color:#ff4941}.countBox.elevenSelectFive div.listcontet>div:first-child>div:nth-child(2){align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.countBox.elevenSelectFive div.listcontet>div:first-child>div:nth-child(2) span{align-items:center;border-radius:50%;color:#fff;display:block;display:flex;flex-direction:row;font-size:.24rem;height:.42rem;justify-content:center;letter-spacing:0;margin-right:.12rem;width:.42rem}.countBox.elevenSelectFive div.listcontet>div:first-child>div:nth-child(2) span:last-child{margin-right:0}.countBox.elevenSelectFive div.listcontet>div:first-child>div:nth-child(2) span.redsBall{background-color:#ff4941}.countBox.elevenSelectFive div.listcontet>div:first-child>div:nth-child(2) span.bluesBall{background-color:#3ca2ed}.countBox.elevenSelectFive div.listcontet>div:first-child>div:nth-child(2) span.greenBall{background:#5fcc49}.countBox.elevenSelectFive div.listcontet>div:nth-child(2){align-items:center;display:flex;flex-direction:row;float:left;height:100%;justify-content:space-between;margin-left:.1rem;width:2.3rem}.countBox.elevenSelectFive div.listcontet>div:nth-child(2)>div{padding-bottom:.28rem;position:relative;text-align:center}.countBox.elevenSelectFive div.listcontet>div:nth-child(2)>div>p{bottom:.7rem;color:#666;font-size:.24rem;position:absolute;width:100%}.countBox.elevenSelectFive div.listcontet>div:nth-child(2)>div>span{align-items:center;border:1px solid #999;border-radius:1.44px;bottom:.28rem;color:#999;display:flex;flex-direction:row;font-size:.24rem;height:.36rem;justify-content:center;position:absolute;width:100%}.countBox.elevenSelectFive div.listcontet>div:nth-child(2)>div span.blackEle{border-color:#000;color:#000}.countBox.elevenSelectFive div.listcontet>div:nth-child(2)>div span.redEle{border-color:#ff4941;color:#ff4941}.countBox.elevenSelectFive div.listcontet>div:nth-child(2)>div span.blueEle{border-color:#3ca2ed;color:#3ca2ed}.countBox.elevenSelectFive div.listcontet>div:nth-child(2)>div.shirt{height:100%;width:.7rem}.countBox.elevenSelectFive div.listcontet div.targetClose{position:absolute;right:.22rem;top:50%;transform:translateY(-50%)}.countBox.elevenSelectFive div.listcontet div.targetClose span.seletImg{position:relative}.countBox.elevenSelectFive div.listcontet div.targetClose span.seletImg img{display:inline-block;height:.3rem;width:.16rem}.countBox.elevenSelectFive div.listcontet div.targetClose .seletImg.deg90 img{transform:rotate(90deg)}.countBox.elevenSelectFive div.listcontet div.targetClose .seletImg.deg270 img{transform:rotate(270deg)}.countBox.elevenSelectFive div.listBoxModal{background:0 0;height:100vh;left:0;position:fixed;top:0;width:100vw}.countBox.elevenSelectFive div.listBoxModal>div{background:#fff;position:absolute;top:3.32rem;width:100%}.countBox.elevenSelectFive div.listBoxModal.listNone{display:none}.roomBody{background-color:#f4f4f4;background:#f2f2f2;bottom:1rem;overflow:auto;padding:.22rem .16rem;position:fixed;top:3.68rem;width:100%}.roomBody .chartItem.betBox{margin:.3rem 0;width:100%}.roomBody .chartItem.betBox.myAddbet .chartBody{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start}.roomBody .chartItem.betBox.myAddbet .chartBody .OtherMes{padding-right:.2rem}.roomBody .chartItem.betBox.myAddbet .chartBody .OtherMes>p{align-items:flex-end!important;display:flex;flex-direction:row!important;justify-content:flex-end!important}.roomBody .chartItem.betBox.myAddbet .chartBody .OtherMes>div:after{border:.13rem solid #0000;border-left-color:#ff535b;content:"";height:0;margin-top:-.12rem;position:absolute;right:-.24rem;top:50%;width:0}.roomBody .chartItem.betBox.myAddbet .chartBody .OtherMes>div:before{border:none}.roomBody .chartItem.betBox.myAddbet .chartBody .OtherMes>div>div>p img{margin:0 .2rem 0 0}.roomBody .chartItem.betBox.myAddbet .chartBody .OtherMes>div>div>p span{overflow:hidden;text-overflow:ellipsis}.roomBody .chartItem.betBox:first-child{margin-top:0}.roomBody .chartItem.betBox:last-child{margin-bottom:0}.roomBody .chartItem.betBox p{color:#8e8e93;font-size:.24rem;letter-spacing:.07px;line-height:.26rem;margin-bottom:.16rem;text-align:center}.roomBody .chartItem.betBox .chartBody{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start}.roomBody .chartItem.betBox .chartBody .userPhoto{height:100%;width:1rem}.roomBody .chartItem.betBox .chartBody .userPhoto img{border-radius:50%;height:1rem;width:1rem}.roomBody .chartItem.betBox .chartBody .userPhoto span{color:#333;font-size:.26rem;white-space:nowrap}.roomBody .chartItem.betBox .chartBody .OtherMes{padding-left:.2rem;width:5.8rem}.roomBody .chartItem.betBox .chartBody .OtherMes>p{align-items:flex-end;display:flex;flex-direction:row;height:.48rem;justify-content:flex-start;line-height:.48rem;margin-top:.18rem;min-width:50%}.roomBody .chartItem.betBox .chartBody .OtherMes>p img{display:block;height:.48rem;margin:0 .2rem 5px;width:1.21rem}.roomBody .chartItem.betBox .chartBody .OtherMes>div{background:#ff535b;border-radius:.06rem;border-radius:100px;color:#fff;font-size:.26rem;letter-spacing:.07px;max-width:5.8rem;padding:.15rem .2rem;position:relative}.roomBody .chartItem.betBox .chartBody .OtherMes>div:before{border:.13rem solid #0000;border-right-color:#ff535b;content:"";height:0;left:-.24rem;margin-top:-.12rem;position:absolute;top:50%;width:0}.roomBody .chartItem.betBox .chartBody .OtherMes>div>div{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;padding:0 .26rem;width:100%}.roomBody .chartItem.betBox .chartBody .OtherMes>div>div>p{align-items:flex-start;display:inline-block;display:flex;flex-direction:row;justify-content:flex-start;margin:.1rem 0;min-width:49%}.roomBody .chartItem.betBox .chartBody .OtherMes>div>div>p>img{height:.28rem;margin-right:.14rem;width:.28rem}.roomBody .chartItem.betBox .chartBody .OtherMes>div>div>p>span{align-items:center;color:#fff;display:flex;flex-direction:row;font-size:.26rem;justify-content:flex-start;letter-spacing:.07px;min-height:.3rem;overflow:hidden;text-align:left;text-overflow:ellipsis}.roomBody .winMed{align-items:center;display:flex;flex-direction:column;justify-content:flex-start}.roomBody .winMed>p{color:#8e8e93;font-size:.24rem;letter-spacing:.07px;line-height:.26rem;text-align:center}.roomBody .winMed.reloveRoom>.winMedText{background:#d6d6d6;border-radius:2rem;color:#666;display:inline-block;font-size:.24rem;letter-spacing:.07px;line-height:.34rem;margin:.16rem auto;padding:.1rem .3rem;text-align:center}.roomBody .winMed.reloveRoom>.winMedText span{color:#ff4b50}.roomBody .winMed.pushMes>.winMedText{background:#d6d6d6;border-radius:.12rem;color:#666;display:inline-block;font-size:.24rem;letter-spacing:.07px;line-height:.34rem;margin:.16rem auto .3rem;max-width:3.1rem;padding:.1rem;text-align:center}.roomBody .winMed.pushMes>.winMedText span{color:#2a2a2a}.roomBody .chartItem.mesBox{word-wrap:break-word;margin:.2rem 0;width:100%;word-break:break-all}.roomBody .chartItem.mesBox:first-child{margin-top:0}.roomBody .chartItem.mesBox:last-child{margin-bottom:0}.roomBody .chartItem.mesBox.myMesBox .chartBody{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-end}.roomBody .chartItem.mesBox.myMesBox .chartBody .OtherMes{padding-right:.2rem}.roomBody .chartItem.mesBox.myMesBox .chartBody .OtherMes>p{align-items:flex-end;display:flex;flex-direction:row;justify-content:flex-end}.roomBody .chartItem.mesBox.myMesBox .chartBody .OtherMes>div{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;margin-right:.1rem}.roomBody .chartItem.mesBox.myMesBox .chartBody .OtherMes>div span{background:#ff535b;color:#fff}.roomBody .chartItem.mesBox.myMesBox .chartBody .OtherMes>div img{bottom:0;left:auto;position:absolute;right:-.08rem;width:.3rem}.roomBody .chartItem.mesBox.myMesBox .disablesText{align-items:center;display:flex;flex-direction:row;justify-content:center}.roomBody .chartItem.mesBox.myMesBox .disablesText .winMedText{background:#d6d6d6;border-radius:2rem;color:#666;display:inline-block;font-size:.24rem;letter-spacing:.07px;line-height:.34rem;margin:.1rem auto;padding:.1rem .3rem;text-align:center}.roomBody .chartItem.mesBox p{color:#8e8e93;font-size:.24rem;letter-spacing:.07px;line-height:.26rem;text-align:center}.roomBody .chartItem.mesBox .chartBody{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start}.roomBody .chartItem.mesBox .chartBody .userPhoto{height:1rem;width:1rem}.roomBody .chartItem.mesBox .chartBody .userPhoto img{border-radius:50%;height:1rem;width:1rem}.roomBody .chartItem.mesBox .chartBody .OtherMes{padding-left:.2rem;width:82.1%}.roomBody .chartItem.mesBox .chartBody .OtherMes>p{align-items:flex-end;display:flex;flex-direction:row;height:.48rem;justify-content:flex-start;line-height:.48rem;margin-top:.18rem}.roomBody .chartItem.mesBox .chartBody .OtherMes>p img{display:block;height:.48rem;margin:0 .2rem 5px;width:1.22rem}.roomBody .chartItem.mesBox .chartBody .OtherMes div{color:#fff;font-size:.28rem;margin-left:.1rem;max-width:5.3rem;position:relative}.roomBody .chartItem.mesBox .chartBody .OtherMes div span{background:#e5e5ea;border-radius:.34rem;color:#333;display:inline-block;font-size:.28rem;letter-spacing:-.47px;line-height:.4rem;padding:.14rem .2rem;vertical-align:text-top}.roomBody .chartItem.mesBox .chartBody .OtherMes div img{bottom:0;left:-.08rem;position:absolute;width:.3rem}.roomBody>.loadingBox{height:100%}.roomBody>.loadingBox,.roomBody>.loadingBox>div{flex-wrap:wrap}.roomBody>.loadingBox,.roomBody>.loadingBox>div,.roomBody>.loadingBox>div>div{align-items:center;display:flex;flex-direction:row;justify-content:center;width:100%}.roomBody>.loadingBox>div>div{margin:.1rem 0}.roomBody>.loadingBox .am-icon-md{height:1rem;width:1rem}.roomBody>.loadingBox.loadingHide{display:none}.xingyun28.addBetModal{color:red}.xingyun28.addBetModal>div>div{align-items:space-start;color:#000;display:flex;flex-direction:row;justify-content:space-between;letter-spacing:0;line-height:.44rem;margin:0 auto;width:4rem}.xingyun28.addBetModal>div>div>.title{width:1rem}.xingyun28.addBetModal>div>div>.bodys{color:#666;text-align:left;white-space:normal;width:3rem;word-break:break-all}.am-modal-button-group-h .am-modal-button:first-child{color:#108ee9}.am-modal-button-group-h .am-modal-button{font-size:.34rem;height:.88rem;line-height:.88rem}.app,body,html{height:100%;overflow:auto}.app *,body *,html *{font-family:Arial,Microsoft YaHei,sans-serif}.app,body{position:relative}#app .ForgetPwd>content{-webkit-overflow-scrolling:touch;height:100%;overflow:auto}#app .Login{background:#fff}#app .Login>div.LoginItem{-webkit-overflow-scrolling:touch;overflow:auto}.container{background:#f1f1f1;display:flex;flex-direction:column}.content-wrapper{height:calc(100vh - 1.88rem)!important;overflow:auto;overflow-y:scroll}.content-wrapper1{-webkit-overflow-scrolling:touch;height:calc(100vh - .88rem)!important;overflow:auto;overflow-y:scroll}.scroll-wrapper{-webkit-overflow-scrolling:touch;overflow:auto;position:relative}.content{flex:1 1;position:relative}.active-bg:active{background-color:#e0e0e0!important}.active-opacity:active{opacity:.7}.ClearInput{align-items:center;background-color:#fff;display:flex;flex:1 1;flex-direction:row;justify-content:center}.ClearInput input{border:none;font-size:.3rem;outline:0;width:100%}.ClearInput img{height:.32rem;width:.32rem}.content-input .login_trigger_btn{color:#fff;font-size:.28rem;margin-top:.5rem;text-align:center}.content-input .login_trigger_btn span{color:#e03c2f;padding-left:6px}.login_btn .btn{background:linear-gradient(180deg,(#2694d5),#4377e2)!important;background-size:100% 100%!important;border:0;border-radius:.88rem!important;box-shadow:0 .02rem 0 #7d5c1d,inset 0 -.04rem .06rem #ffffff59;box-shadow:none!important;cursor:pointer;display:block;font-size:16px;font-weight:400!important;margin-top:.25rem;text-align:center;width:100%}#code::-webkit-input-placeholder,#password::-webkit-input-placeholder,#username::-webkit-input-placeholder{color:#d3d3d3}#code::-webkit-input-placeholder,#password::-webkit-input-placeholder,#username::-moz-placeholder{color:#d3d3d3}#code::-webkit-input-placeholder,#password::-webkit-input-placeholder,#username::-ms-input-placeholder{color:#d3d3d3}.LoginInput{align-items:center;background-color:#5a5a5ab3;background:0 0;border:1px solid #ffdca8;border-radius:10px;display:flex;flex:1 1;flex-direction:row;height:1rem;justify-content:center}.LoginInput>input{background:0 0;border:none;color:#fff;font-size:14px;height:80%;outline:0;width:100%}.LoginInput>input::placeholder{color:#fff9}.LoginInput>img{height:auto;margin-left:.28rem;margin-right:.28rem;width:auto}.LoginInput>div{flex:none;font-size:.26rem;margin-right:.46rem}.LoginInput>div img{width:80}.LoginInput-tip{color:#999;font-size:13px;padding:.22rem 0 .22rem .46rem}.Button{align-items:center;background:#cecdce;border-radius:.12rem;box-shadow:0 2px 4px 0 #cecdce80;color:#fff;display:flex;flex-direction:row;font-size:.32rem;height:.9rem;justify-content:center}.Button.active{background-image:linear-gradient(-180deg,#ff4941,#ff4941 98%);box-shadow:0 2px 4px 0 #ff4d5580}.TarView{align-items:center;display:flex;flex-direction:row;justify-content:space-around}.TarView .active-opacity{border:1px solid #e0e0e0;border-left:none;flex:1 1;font-size:.32rem;height:.8rem;line-height:.8rem;text-align:center}.TarView .active-opacity.active{background:#ff4941;border:none!important;color:#fff}.TarView .active-opacity:first-child{border-left:1px solid #e0e0e0}.fs-18{color:#444}.fs-15,.fs-18{font-size:.3rem}.fs-14,.fs-15{color:#131313}.fs-14{font-size:.28rem}.fs-13{color:#131313;font-size:.26rem}.fs-12{color:#131313;font-size:.24rem}.none{display:none}.trend table{margin-top:10px;width:100%}.trend table th{background:#e5e5ea;box-shadow:0 2px 4px 0 #e5e5ea;font-weight:400}.trend table td,.trend table th{border:1px solid #e0e0e0;height:.68rem}.trend table td{border-bottom:0;border-top:0;text-align:center}.trend table tr:nth-child(odd){background:#fff}.trend table tr:nth-child(2n){background:#f0f4f4}.trend table tr:last-child{border-bottom:1px solid #e0e0e0}.red{background-image:linear-gradient(-180deg,#ff666d,#ff4941)}.green{background-image:linear-gradient(-180deg,#6d5,#57c946)}.blue{background-image:linear-gradient(-180deg,#00d9f9,#1f9efb)}.gray{background-image:linear-gradient(-135deg,#b3b3b3,#999)}.PayPwdInput{align-items:center;border-left:1px solid #e0e0e0;display:flex;flex-direction:row;justify-content:center;position:relative}.PayPwdInput input{border:none;color:#0000;height:1rem;left:0;letter-spacing:1rem;opacity:0;outline:0;position:absolute;top:0;width:99%;z-index:1}.PayPwdInput input:focus{left:-10rem;top:-10rem}.PayPwdInput .InputShow{align-items:center;background:#efefef;border:1px solid #e0e0e0;border-right:none;display:flex;flex-direction:row;justify-content:space-around;text-align:center;width:100%}.PayPwdInput .InputShow li{border-right:1px solid #e0e0e0;flex:1 1;font-size:.56rem;height:1rem;line-height:1rem}.p-relative{position:relative}::-webkit-input-placeholder{color:#aaa;font-size:.32rem}.GmContent{flex:1 1;margin-top:.88rem;position:relative}.roomFooter{align-items:center;background-color:#fff;bottom:0;display:flex;flex-direction:row;height:1rem;justify-content:flex-end;padding-left:.32rem;position:fixed;width:100%;z-index:2}.roomFooter.hidefasong .sendBtn,.roomFooter.hidetouzhu .touzhu{display:none}.roomFooter input.sendMesg{background:#f2f2f2;border:0 solid #dedee2;border-radius:6px;font-size:.28rem;height:.72rem;line-height:.72rem;margin-right:.32rem;padding-left:.12rem;width:5.32rem}.roomFooter .AddBet{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);box-shadow:0 1px 4px 0 #b8b8b880;color:#fff}.roomFooter .AddBet,.roomFooter .coCoAddBet{align-items:center;border-radius:.12rem;display:flex;flex-direction:row;font-size:.3rem;height:.72rem;justify-content:center;margin:0 .17rem;width:1.6rem}.roomFooter .coCoAddBet{background:#fff;border:2px solid #ff4941;border-radius:6px;box-shadow:0 1px 4px 0 #ffcece80;color:#ff4941}.roomAdddBetContainer{background:#0000004d;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:11}.roomAdddBetContainer *{box-sizing:border-box}.roomAdddBetContainer.TahtHide{display:none}.roomAdddBetContainer>.contantBox{bottom:2.08rem;position:fixed;top:0;width:100%}.roomAdddBetContainer>.contantBox>.headers{height:1.96rem;padding-top:.4rem;position:absolute;top:1.2rem;width:100%;z-index:2}.roomAdddBetContainer>.contantBox>.headers img{display:block;height:1.56rem;margin:0 auto}.roomAdddBetContainer>.contantBox .box{background-color:#fff;bottom:0;padding-bottom:.7rem;position:absolute;top:2.98rem;width:100%}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox{background-color:#f2f2f2;height:calc(100vh - 6.16rem);overflow:scroll;padding-bottom:2.08rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds{background-color:#fff;border-radius:8px;margin:.16rem auto;overflow:auto;position:relative;width:calc(100vw - .4rem)}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox.baoSan .itemBox{padding:.3rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox.baoSan .itemBox>div{height:1.3rem;width:16.66%}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox.baoSan .itemBox>div>div{align-items:center;background-image:linear-gradient(-180deg,#f8f8f8 4%,#fff 55%);border:1px solid #f1f1f1;box-shadow:0 1px 4px 0 #ece9e980;display:flex;flex-direction:row;font-size:.36rem;height:.82rem;justify-content:center;margin:0 auto;width:.82rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox.temas .itemBox{padding:.3rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox.temas .itemBox>div{height:1.3rem;width:16.66%}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox.temas .itemBox>div.selected>div{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880;color:#fff;letter-spacing:-.18px;text-align:center}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox.temas .itemBox>div.selected span{display:block;font-size:.24rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox.temas .itemBox>div.selected span.numhundred{background:#5fcc49;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;right:0;width:.9rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox.temas .itemBox>div>div{align-items:center;background-image:linear-gradient(-180deg,#f8f8f8 4%,#fff 55%);border:1px solid #f1f1f1;box-shadow:0 1px 4px 0 #ece9e980;display:flex;flex-direction:row;font-size:.36rem;height:.82rem;justify-content:center;margin:0 auto;width:.82rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox.temas .itemBox>div>p{color:#959595;font-size:.26rem;margin-top:.1rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox.temas .itemBox>div span{background:#5fcc49;color:#fff;height:.46rem;position:absolute;right:0;top:-.18rem;width:.46rem;z-index:1}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .visibleModal{display:block;height:0;height:100%;position:absolute;top:0;width:calc(100% - .94rem)}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .visibleModal.hides{display:none!important}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox>h3{color:#333;font-size:.3rem;font-weight:400;height:.7rem;letter-spacing:-1px;line-height:.7rem;text-align:center;width:100%}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox>h3.hide{display:none!important}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;width:100%}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.DoubleFeace{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:0 .14rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.DoubleFeace>div{align-items:center;background-image:linear-gradient(-180deg,#fcfcfc,#fff);border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 1px 4px 0 #ece9e980;display:flex;flex-direction:column;height:1.24rem;justify-content:center;margin-bottom:.28rem;width:1.24rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.DoubleFeace>div.selected{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880;color:#fff}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.DoubleFeace>div.selected>div,.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.DoubleFeace>div.selected>p{background-image:none;border:none;box-shadow:none;color:#fff}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.DoubleFeace>div.selected span{display:block;font-size:.24rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.DoubleFeace>div.selected span.numhundred{background:#5fcc49;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;right:-.1rem;width:.9rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.DoubleFeace>div>div{font-size:.32rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.DoubleFeace>div>p{color:#959595;font-size:.26rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.DoubleFeace>div span{right:-.1rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.bose{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:0 .14rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.bose>div{align-items:center;background-image:linear-gradient(-180deg,#fcfcfc,#fff);border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 1px 4px 0 #ece9e980;display:flex;flex-direction:column;height:1.12rem;justify-content:center;margin-bottom:.28rem;width:2.01rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.bose>div:nth-child(2) div{color:#58aaf4}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.bose>div:nth-child(3) div{color:#83d672}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.bose>div.selected{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880;color:#fff}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.bose>div.selected>div,.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.bose>div.selected>p{background-image:none;border:none;box-shadow:none;color:#fff}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.bose>div.selected span{display:block;font-size:.24rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.bose>div.selected span.numhundred{background:#5fcc49;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;right:-.1rem;width:.9rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.bose>div>div{font-size:.32rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.bose>div>p{color:#959595;font-size:.26rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox.bose>div span{right:-.1rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox>div{color:#666;float:left;font-size:.28rem;position:relative;text-align:center;width:25%}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox>div.selected>div{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880;color:#fff;letter-spacing:-.18px;text-align:center}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox>div.selected span{display:block;font-size:.24rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox>div.selected span.numhundred{background:#5fcc49;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;right:-.25rem;width:.9rem}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox>div div{border-radius:50%;color:#ff4941;display:inline-block}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox>div p{font-size:.24rem;letter-spacing:-.8px;margin-top:.15rem;text-align:center}.roomAdddBetContainer>.contantBox .box .BasicsoddsBox .Basicsodds .contentBox .itemBox>div span{background:#5fcc49;border:1px solid #fff;border-radius:50%;box-shadow:-1px 1px 4px 0 #7e1f1f80;color:#fff;display:none;font-size:.32rem;height:.46rem;line-height:.46rem;position:absolute;right:.15rem;text-align:center;top:-.18rem;width:.46rem;z-index:1}.roomAdddBetContainer>.contantBox .box>.TabSelect{border-bottom:2px dashed #ededed;height:1.1rem;overflow:auto;padding-top:.14rem;width:100%}.roomAdddBetContainer>.contantBox .box>.TabSelect>div>span{border-bottom:2px solid #fff;color:#333;display:inline-block;font-size:.3rem;height:.6rem;letter-spacing:0;line-height:.6rem;margin-left:.2rem;text-align:center;width:1.4rem}.roomAdddBetContainer>.contantBox .box>.TabSelect>div>span.oddTabSelect{border-bottom:2px solid #ff4941;color:#ff4941}.roomAdddBetContainer .Statistics.fastcarsfooters{background:#f5f3f3;bottom:0;height:2.08rem;position:fixed;width:100%}.xinyun28-other{align-items:center;background-color:#fff;border-radius:8px;display:flex;margin:0 auto;overflow:auto;position:relative;width:calc(100% - .4rem)}.xinyun28-other:first-child{padding-top:.5rem}.xinyun28-other .visibleModal{display:block;height:0;height:100%;position:absolute;top:0;width:100%}.xinyun28-other .visibleModal.hides{display:none!important}.xinyun28-other .itemBox{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:0 .12rem;width:100%}.xinyun28-other .itemBox>div{align-items:center;background-image:linear-gradient(-180deg,#fcfcfc 2%,#fff);border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 2px 4px 0 #f2f2f280;color:#959595;display:flex;flex-direction:column;float:left;font-size:.28rem;height:1.16rem;justify-content:center;margin-bottom:.4rem;position:relative;width:2.02rem}.xinyun28-other .itemBox>div.selected{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880;color:#fff;letter-spacing:-.18px;text-align:center}.xinyun28-other .itemBox>div.selected>div{color:#fff}.xinyun28-other .itemBox>div.selected span{display:block;font-size:.24rem}.xinyun28-other .itemBox>div.selected span.numhundred{background:#5fcc49;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;right:-.06rem;width:.9rem}.xinyun28-other .itemBox>div div{color:#ff4941;font-size:.32rem;text-align:center}.xinyun28-other .itemBox>div p{font-size:.24rem;letter-spacing:-.8px;margin-top:.15rem;text-align:center}.xinyun28-other .itemBox>div span{background:#5fcc49;border:1px solid #fff;border-radius:50%;box-shadow:-1px 1px 4px 0 #7e1f1f80;color:#fff;display:none;font-size:.32rem;height:.46rem;line-height:.46rem;position:absolute;right:-.06rem;text-align:center;top:-.18rem;width:.46rem;z-index:1}.xinyun28-longhu{align-items:center space-between;background-color:#fff;border-bottom:1px dotted #c9c9c9;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0 auto;overflow:auto;padding-bottom:.3rem;position:relative;width:calc(100% - .4rem)}.xinyun28-longhu:first-child{border-top-left-radius:8px;border-top-right-radius:8px;padding-top:.1rem}.xinyun28-longhu:last-child{border-bottom:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding-bottom:.3rem}.xinyun28-longhu .visibleModal{display:block;height:0;height:100%;position:absolute;top:0;width:100%}.xinyun28-longhu .visibleModal.hides{display:none!important}.xinyun28-longhu>h3{color:#000;font-size:.3rem;font-weight:400;height:100%;letter-spacing:-1px;margin:.2rem 0;text-align:center;width:100%}.xinyun28-longhu>h3.hide{visibility:hidden}.xinyun28-longhu .itemBox{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:0 .1rem;width:100%}.xinyun28-longhu .itemBox>div{align-items:center;background-image:linear-gradient(-180deg,#f7f7f7,#fff 97%);border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 2px 4px 0 #f5f5f580;color:#959595;display:flex;flex-direction:column;float:left;font-size:.28rem;height:1rem;justify-content:center;position:relative;width:1.8rem}.xinyun28-longhu .itemBox>div.selected{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880;color:#fff;letter-spacing:-.18px;text-align:center}.xinyun28-longhu .itemBox>div.selected>div{color:#fff}.xinyun28-longhu .itemBox>div.selected span{display:block;font-size:.24rem}.xinyun28-longhu .itemBox>div.selected span.numhundred{background:#5fcc49;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;right:-.06rem;width:.9rem}.xinyun28-longhu .itemBox>div div{color:#ff4941;display:inline-block;font-size:.32rem;text-align:center}.xinyun28-longhu .itemBox>div p{font-size:.24rem;letter-spacing:-.8px;margin-top:.15rem;text-align:center}.xinyun28-longhu .itemBox>div span{background:#5fcc49;border:1px solid #fff;border-radius:50%;box-shadow:-1px 1px 4px 0 #7e1f1f80;color:#fff;display:none;font-size:.32rem;height:.46rem;line-height:.46rem;position:absolute;right:-.06rem;text-align:center;top:-.18rem;width:.46rem;z-index:1}.footerViewXinyun28 .footerEnd .footerPeopleM{width:3.4rem}.footerViewXinyun28 .footerEnd .footerPeopleM .dec{color:#999!important;font-size:.24rem!important;text-align:left!important}.footerViewXinyun28 .footerEnd .footerPeopleM .dec span{color:#ff4941;margin:0 3px}.fastcarsfooter.FooterViewFirst.footerViewXinyunB3 .betBox{background:#f5f3f3;color:#333;font-size:.26rem;justify-content:center}.fastcarsfooter.FooterViewFirst.footerViewXinyunB3 .betBox span{color:#ff4941}.fastcarsfooter.FooterViewFirst.footerViewXinyunB3 .betBox .footerPeopleM{width:auto}.fastcarsfooter.FooterViewFirst.footerViewXinyunB3 .betBox .footerPeopleM input{width:1.8rem}.fastcarsfooter.FooterViewFirst.footerViewXinyunB3 .footerPeopleM{align-items:center;color:#999;display:flex;font-size:.28rem;width:3.4rem}.fastcarsfooter.FooterViewFirst.footerViewXinyunB3 .footerPeopleM input{border:1px solid #dedee2;border-radius:6px;box-sizing:border-box;margin:0 .14rem;min-height:.72rem;padding:.16rem .2rem;width:1.88rem}.fastcarsfooter.FooterViewFirst.footerViewXinyunB3 .footerEnd .footerEnd-B3{align-items:center;color:#999;display:flex;flex-direction:column;font-size:12px;justify-content:center}.fastcarsfooter.FooterViewFirst.footerViewXinyunB3 .footerEnd .footerEnd-B3 p{color:#666;font-size:12px;margin-top:5px}.fastcarsfooter.FooterViewFirst.footerViewXinyunB3 .footerEnd .footerEnd-B3 p span{color:#ff4941;margin:0 5px}.ludanBody{animation:showAnimation .5s;background:#0000004d;display:block;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:11}.ludanBody.hides{animation:hideAnimation .5s;display:none}.ludanBody .box{background:#fff;bottom:0;height:6.4rem;position:fixed;width:100%}.ludanBody .box>div:first-child{position:absolute;right:.25rem;top:.25rem}.ludanBody .box>div:first-child img{height:.3rem;width:.3rem}.ludanBody .box .tabBtn{margin:.5rem auto;width:3.93rem}.ludanBody .box .tabBtn .TarView .active-opacity{box-shadow:0 2px 4px 0 #d8d8d8;font-size:.3rem;height:.72rem;letter-spacing:-.58px;line-height:.72rem;text-align:center}.ludanBody .box .tabBtn .TarView .active-opacity:first-child{border-radius:4px 0 0 4px}.ludanBody .box .tabBtn .TarView .active-opacity:last-child{border-radius:0 .08rem .08rem 0}.ludanBody .box .dataBox{background:#f9f9f9;border:0 solid #e0e0e0;border-radius:.08rem;box-shadow:0 1px 2px 0 #e0e0e0;height:3.92rem;margin:0 auto;width:6.88rem}.ludanBody .box .dataBox>.titles{background:#f2f2f2;float:left;height:100%;padding:.06rem;position:relative;width:.58rem}.ludanBody .box .dataBox>.titles>span{align-items:center;border-left:1px solid #ff4941;color:#333;display:flex;flex-direction:column;font-size:.28rem;justify-content:center;letter-spacing:-.54px;padding:.08rem;position:absolute;top:50%;transform:translateY(-50%)}.ludanBody .box .dataBox>.renderData{float:left;height:3.92rem;overflow-x:auto;overflow-y:hidden;width:6.3rem}.ludanBody .box .dataBox>.renderData table{width:19.6rem}.ludanBody .box .dataBox>.renderData table td{border:1px solid #e0e0e0;height:.56rem;padding:0;position:relative;width:.56rem}.ludanBody .box .dataBox>.renderData table td span{border-radius:50%;color:#fff;font-size:.24rem;height:.34rem;left:50%;line-height:.34rem;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:.34rem}@keyframes showAnimation{0%{opacity:0}to{opacity:1}}@keyframes hideAnimation{0%{opacity:1}to{display:none;opacity:0}}.roomRules{padding-top:.88rem}.roomRules .rulesContainer{margin:.32rem}.roomRules .rulesContainer *{box-sizing:border-box}.roomRules .rulesContainer div.rulesItem h3{color:#333;font-size:.32rem;font-weight:400;height:.6rem;line-height:.6rem;text-align:left}.roomRules .rulesContainer div.rulesItem div{color:#666;font-size:.3rem;line-height:.44rem;text-align:left}.roomRules .rulesContainer div.rulesItem div span{padding-right:15px}.roomRules .rulesContainer div.rulesItem ul{border-left:1px solid #d8d8d8;border-top:1px solid #d8d8d8;color:#666;margin-top:.3rem}.roomRules .rulesContainer div.rulesItem ul li{background:#f2f2f2;display:flex;display:-webkit-flex;flex-direction:row;font-size:.3rem;height:.8rem;letter-spacing:0;line-height:.8rem;position:relative;text-align:center}.roomRules .rulesContainer div.rulesItem ul li span{align-items:center;border-bottom:1px solid #d8d8d8;border-right:1px solid #d8d8d8;display:inline-block;display:flex;justify-content:center;width:50%}.roomRules .rulesContainer div.rulesItem ul li span img{height:.48rem;width:1.22rem}.roomRules .rulesContainer div.rulesItem ul li:first-child{background:#cdcdcd;color:#333;letter-spacing:0;text-align:center}.roomRules .rulesContainer div.rulesItem ul li:first-child span{display:inline-block;width:50%}.header-nav{align-items:center;background-color:#ff4941;color:#fff;display:flex;flex-direction:row;height:.88rem;justify-content:space-between;left:0;padding:0 .32rem;position:fixed;right:0;top:0;z-index:99}.header-nav>img{height:.42rem;width:.25rem}.header-nav .header-right,.header-nav .header-title{font-size:.36rem}.header-nav .header-right img{height:.37rem;margin-left:.2rem;width:.4rem}.header-nav .scrollRoomName{align-items:center;display:flex;flex-direction:row;justify-content:center;text-align:center;width:4rem}.header-nav .scrollRoomName .my-scrollRoomName li .v-item{align-items:center;display:flex;flex-direction:row;height:.4rem;justify-content:center}.roomItem{height:auto}.roomItem .roomContainer{position:absolute;top:.88rem;width:100%}.roomItem .roomContainer *{box-sizing:border-box}.roomItem .rightAddIfy{background:#0000004d;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:11}.roomItem .rightAddIfy *{box-sizing:border-box}.roomItem .rightAddIfy.rightAddIfyHide{display:none}.roomItem .rightAddIfy>div{background:#fff;border-radius:.08rem;opacity:.99;position:fixed;right:.36rem;top:.95rem}.roomItem .rightAddIfy>div:after{border:.13rem solid #0000;border-bottom:.24rem solid #fff;content:"";height:0;margin-top:-.1rem;position:fixed;right:.5rem;top:.7rem;width:0}.roomItem .rightAddIfy>div>span{align-items:center;color:#333;display:block;display:flex;flex-direction:row;font-size:.26rem;height:.72rem;justify-content:space-around;letter-spacing:-.72px;padding:0 .25rem;text-align:center;width:2.14rem}.roomItem .rightAddIfy>div>span img{width:.36rem}.ludan .MenuBtn{background:#d8d8d8;border-radius:4px 0 0 4px;bottom:5rem;color:#666;font-size:.26rem;letter-spacing:0;padding:.16rem;position:fixed;right:0;width:.56rem}.am-slider{position:relative}.am-slider-rail{background-color:#ddd;box-sizing:border-box;height:2px;position:absolute;width:100%}.am-slider-track{background-color:#108ee9;border-radius:2px;height:2px;left:0;position:absolute}.am-slider-handle{background-color:#fff;border:2px solid #108ee9;border-radius:50%;box-sizing:border-box;cursor:pointer;height:22px;margin-left:-12px;margin-top:-10px;position:absolute;width:22px}.am-slider-handle:focus{background-color:#40a5ed}.am-slider-mark{font-size:12px;left:0;position:absolute;top:20px;width:100%}.am-slider-mark-text{color:#000;cursor:pointer;display:inline-block;position:absolute;text-align:center;vertical-align:middle}.am-slider-mark-text-active{opacity:.3}.am-slider-step{background:0 0;height:4px;position:absolute;width:100%}.am-slider-dot{background-color:#fff;border:2px solid #ddd;border-radius:50%;bottom:-5px;cursor:pointer;height:12px;position:absolute;vertical-align:middle;width:12px}.am-slider-dot,.am-slider-dot:first-child,.am-slider-dot:last-child{margin-left:-4px}.am-slider-dot-active{border-color:#108ee9}.am-slider-disabled{opacity:.3}.am-slider-disabled .am-slider-track{height:2px}.am-slider-disabled .am-slider-dot,.am-slider-disabled .am-slider-handle,.am-slider-disabled .am-slider-mark-text{box-shadow:none;cursor:not-allowed}.fastcarsfooter.FooterViewFirst{background:#f5f3f3;bottom:0;height:2.08rem;overflow:auto;position:fixed;width:100%}.fastcarsfooter.FooterViewFirst .betBox{align-items:center;border-bottom:1px solid #bebebe;border-top:1px solid #bebebe;display:flex;flex-direction:row;height:1.08rem;justify-content:space-between;padding:0 .25rem}.fastcarsfooter.FooterViewFirst .betBox>div{width:.9rem}.fastcarsfooter.FooterViewFirst .betBox>div:last-child{align-items:center;display:flex;flex-direction:row;height:.8rem;justify-content:center;position:relative;width:1.5rem}.fastcarsfooter.FooterViewFirst .betBox>div:last-child>img{left:0;position:absolute;top:0;width:100%}.fastcarsfooter.FooterViewFirst .betBox>div:last-child>input{align-items:center;background:#8e8e931f;border:none;border-radius:6px;display:flex;flex-direction:row;height:.6rem;justify-content:center;line-height:.6rem;outline:0;text-align:center;width:1.3rem;z-index:1}.fastcarsfooter.FooterViewFirst .betBox>div:last-child input::-webkit-input-placeholder{font-size:12px}.fastcarsfooter.FooterViewFirst .betBox>div img{margin:0 auto}.fastcarsfooter.FooterViewFirst .betBox>div img:first-child{display:block}.fastcarsfooter.FooterViewFirst .betBox>div img:last-child,.fastcarsfooter.FooterViewFirst .betBox>div.active img:first-child{display:none}.fastcarsfooter.FooterViewFirst .betBox>div.active img:last-child{display:block}.fastcarsfooter.FooterViewFirst .footerEnd{align-items:center;background:#fff;display:flex;flex-direction:row;height:1rem;justify-content:space-between;padding-left:.4rem;padding-right:.2rem}.fastcarsfooter.FooterViewFirst .footerEnd>div.active{background:#ff4941;border-radius:50%;box-shadow:0 1px 4px 0 #7e1f1f80;height:.72rem;text-align:center;width:.72rem}.fastcarsfooter.FooterViewFirst .footerEnd>div.active img{margin-top:.21rem;width:.3rem}.fastcarsfooter.FooterViewFirst .footerEnd>div.clearing{background:#c6c6c6;border-radius:50%;box-shadow:0 2px 4px 0 #99999980;height:.72rem;text-align:center;width:.72rem}.fastcarsfooter.FooterViewFirst .footerEnd>div.clearing img{margin-top:.21rem;width:.3rem}.fastcarsfooter.FooterViewFirst .footerEnd>div:nth-child(2) p{color:#ff4941;font-size:.24rem;letter-spacing:-.83px;text-align:center}.fastcarsfooter.FooterViewFirst .footerEnd>div:nth-child(2)>div{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:3rem}.fastcarsfooter.FooterViewFirst .footerEnd>div:nth-child(2)>div>div{width:2rem}.fastcarsfooter.FooterViewFirst .footerEnd>div:nth-child(2)>div>div .am-slider{margin:0 .1rem!important}.fastcarsfooter.FooterViewFirst .footerEnd>div:nth-child(2)>div>span{align-items:center;border:1px solid #979797;border-radius:50%;color:#ff4941;display:block;display:flex;flex-direction:row;font-size:.3rem;height:.38rem;justify-content:center;text-align:center;width:.38rem}.fastcarsfooter.FooterViewFirst .footerEnd>div:nth-child(3){align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:2.5rem}.fastcarsfooter.FooterViewFirst .footerEnd>div:nth-child(3)>div.Btnactive{background:#ff4941;border-radius:.12rem;box-shadow:0 2px 4px 0 #99999980;color:#fff;font-size:.3rem;height:.6rem;line-height:.6rem;text-align:center;width:1.2rem}.fastcarsfooter.FooterViewFirst .footerEnd>div:nth-child(3)>div.Btnzhuihao{background:#3ca2ed;border-radius:.12rem;box-shadow:0 2px 4px 0 #99999980;color:#fff;font-size:.3rem;height:.6rem;line-height:.6rem;text-align:center;width:1.2rem}.fastcarsfooter.FooterViewFirst .footerEnd>div:nth-child(3)>div.Btnclearing{background:#c6c6c6;border-radius:.12rem;box-shadow:0 2px 4px 0 #99999980;color:#fff;font-size:.3rem;height:.6rem;line-height:.6rem;text-align:center;width:1.2rem}.betConfig.footerOfficial{background:#f5f3f3;bottom:0;height:1.68rem;overflow:auto;position:fixed;width:100%}.betConfig.footerOfficial.defualt{bottom:0;height:1.08rem}.betConfig.footerOfficial>div.top{align-items:center;border-top:1px solid #bebebe;color:#999;display:flex;flex-direction:row;font-size:.24rem;height:.6rem;justify-content:flex-start;letter-spacing:.03px;padding-left:.38rem;width:100%}.betConfig.footerOfficial>div.top span{color:#ff4941;display:inline-block;padding:0 .1rem}.betConfig.footerOfficial>div.bottom{align-items:center;background:#fff;border-top:1px solid #bebebe;display:flex;flex-direction:row;height:1.08rem;justify-content:space-between;padding:0 .38rem;width:100%}.betConfig.footerOfficial>div.bottom>div{color:#666;font-size:.24rem;letter-spacing:.04px}.betConfig.footerOfficial>div.bottom>div>span{color:#ff4941}.betConfig.footerOfficial>div.bottom>div.buttons{align-items:center;background:#0000001a;border-radius:6px;box-shadow:0 2px 4px 0 #cdcdcd;color:#666;display:flex;flex-direction:row;font-size:.32rem;height:.72rem;justify-content:center;letter-spacing:-.23px;position:relative;width:1.2rem}.betConfig.footerOfficial>div.bottom>div.buttons.active{background:#ff4941;border-radius:6px;box-shadow:0 2px 4px 0 #99999980,0 2px 4px 0 #99999980;color:#fff}.betConfig.footerOfficial>div.bottom>div.buttons>.countNum{background:#ff4941;border:1px solid #fff;border-radius:50%;box-shadow:-1px 1px 4px 0 #7e1f1f80;color:#fff;font-size:.24rem;height:.48rem;line-height:.54rem;position:absolute;right:-.15rem;text-align:center;top:-.18rem;width:.48rem;z-index:1}.fastcarsfooter.footerViewSecond{background:#f5f3f3;bottom:0;box-sizing:border-box;height:2.08rem;overflow:auto;position:fixed;width:100%}.fastcarsfooter.footerViewSecond *{box-sizing:border-box}.fastcarsfooter.footerViewSecond .betBox{border-bottom:1px solid #bebebe;border-top:1px solid #bebebe;color:#999;font-size:.28rem;height:1.08rem;padding:0 .4rem}.fastcarsfooter.footerViewSecond .betBox,.fastcarsfooter.footerViewSecond .betBox>div:first-child{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.fastcarsfooter.footerViewSecond .betBox>div:first-child>div{height:.72rem;margin:.1rem;position:relative;width:1.55rem}.fastcarsfooter.footerViewSecond .betBox>div:first-child>div input{background:#fff;border:none;border-radius:.12rem;color:#999;font-size:.28rem;height:.72rem;letter-spacing:.04px;outline:0;text-align:center;width:1.55rem}.fastcarsfooter.footerViewSecond .betBox>div:nth-child(2) p{color:#ff4941;font-size:.24rem;letter-spacing:-.83px;text-align:center}.fastcarsfooter.footerViewSecond .betBox>div:nth-child(2)>div{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:3rem}.fastcarsfooter.footerViewSecond .betBox>div:nth-child(2)>div>div{width:2rem}.fastcarsfooter.footerViewSecond .betBox>div:nth-child(2)>div>div .am-slider{margin:0 .1rem!important}.fastcarsfooter.footerViewSecond .betBox>div:nth-child(2)>div>span{align-items:center;border:1px solid #979797;border-radius:50%;color:#ff4941;display:block;display:flex;flex-direction:row;font-size:.3rem;height:.38rem;justify-content:center;text-align:center;width:.38rem}.fastcarsfooter.footerViewSecond .footerEnd{align-items:center;background:#fff;display:flex;flex-direction:row;height:1rem;justify-content:space-between;padding-left:.4rem;padding-right:.2rem}.fastcarsfooter.footerViewSecond .footerEnd>div.active{background:#ff4941;border-radius:50%;box-shadow:0 1px 4px 0 #7e1f1f80;height:.72rem;text-align:center;width:.72rem}.fastcarsfooter.footerViewSecond .footerEnd>div.active img{margin-top:.21rem;width:.3rem}.fastcarsfooter.footerViewSecond .footerEnd>div.clearing{background:#c6c6c6;border-radius:50%;box-shadow:0 2px 4px 0 #99999980;height:.72rem;text-align:center;width:.72rem}.fastcarsfooter.footerViewSecond .footerEnd>div.clearing img{margin-top:.21rem;width:.3rem}.fastcarsfooter.footerViewSecond .footerEnd>div:nth-child(2){color:#999;font-size:.24rem;letter-spacing:.04px;text-align:center}.fastcarsfooter.footerViewSecond .footerEnd>div:nth-child(2)>div{margin:.1rem}.fastcarsfooter.footerViewSecond .footerEnd>div:nth-child(2)>div:nth-child(2){color:#555}.fastcarsfooter.footerViewSecond .footerEnd>div:nth-child(2)>div span{color:#ff4941;margin:0 .1rem}.fastcarsfooter.footerViewSecond .footerEnd>div:nth-child(3){align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:2.5rem}.fastcarsfooter.footerViewSecond .footerEnd>div:nth-child(3)>div.Btnactive{background:#ff4941;border-radius:.12rem;box-shadow:0 2px 4px 0 #99999980;color:#fff;font-size:.3rem;height:.6rem;line-height:.6rem;text-align:center;width:1.2rem}.fastcarsfooter.footerViewSecond .footerEnd>div:nth-child(3)>div.Btnclearing{background:#c6c6c6;border-radius:.12rem;box-shadow:0 2px 4px 0 #99999980;color:#fff;font-size:.3rem;height:.6rem;line-height:.6rem;text-align:center;width:1.2rem}.fastcarsfooter.footerViewSecond .footerEnd>div:nth-child(3)>div.Btnzhuihao{background:#3ca2ed;border-radius:.12rem;box-shadow:0 2px 4px 0 #99999980;color:#fff;font-size:.3rem;height:.6rem;line-height:.6rem;text-align:center;width:1.2rem}.bonusDetails.groupOddsList{max-height:6rem;overflow:auto}.bonusDetails.groupOddsList *{box-sizing:border-box}.bonusDetails.groupOddsList>ul{margin:0 auto;width:4.2rem}.bonusDetails.groupOddsList>ul>li{align-items:center;display:flex;flex-direction:row;height:.66rem;justify-content:center;width:100%}.bonusDetails.groupOddsList>ul>li>span{align-items:center;border-bottom:1px solid #cdcdcd;border-left:1px solid #cdcdcd;color:#333;display:block;display:flex;flex-direction:row;font-size:12px;height:100%;justify-content:center;letter-spacing:0;text-align:center;width:100%}.bonusDetails.groupOddsList>ul>li>span:last-child{border-right:1px solid #cdcdcd}.bonusDetails.groupOddsList>ul>li:first-child{background:#ededed;border:1px solid #cdcdcd;box-shadow:0 2px 4px 0 #cdcdcd}.text-primary-color{color:#ff4941}.text-color-defualt{color:#666!important}.bet-list{background-color:#f1f1f1;height:100%;width:100%}.bet-list *{box-sizing:border-box}.bet-list .select-btn-box{align-items:center;border-top:1px solid #d8d8d8;display:flex;flex-direction:row;height:1rem;justify-content:space-around;line-height:1rem;padding:0 .3rem;position:fixed;top:1.68rem;width:100%}.bet-list .select-btn-box .am-button-primary{background:0 0;border:none!important;color:#333;font-size:.32rem;height:.5rem}.bet-list .select-btn-box .am-button-primary svg{color:#666;margin-bottom:.05rem}.bet-list .select-btn-box .am-button-primary .icon-plus{color:#666;font-size:.42rem!important;margin-bottom:.05rem}.bet-list .select-btn-box .am-button-primary:before,.bet-list .select-btn-box .am-button:before{border:none!important}.bet-list .select-btn-box .center-btn{border-left:1px solid #cdcdcd!important;border-radius:0!important;border-right:1px solid #cdcdcd!important}.bet-list .bet-list-main{background-color:#f1f1f1;height:100%;padding:0 .3rem;position:fixed;top:2.68rem;width:100%}.bet-list .bet-list-main .inner-ul{height:6.6rem;overflow-y:scroll}.bet-list .bet-list-main .inner-ul .list-item{align-items:center;border-bottom:1px dashed #cdcdcd;display:flex;flex-direction:row;justify-content:flex-start;min-height:1.32rem;padding:0 .6rem 0 .8rem;position:relative}.bet-list .bet-list-main .inner-ul .list-item .item-left{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;width:33%}.bet-list .bet-list-main .inner-ul .list-item .item-left .bet-info{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;min-height:.8rem}.bet-list .bet-list-main .inner-ul .list-item .item-left .bet-info .bet-play-result{color:#ff4941;font-size:.28rem;line-height:.28rem;white-space:normal;width:5.6rem;word-break:break-word!important}.bet-list .bet-list-main .inner-ul .list-item .item-left .bet-info>div:first-child{padding-bottom:.1rem}.bet-list .bet-list-main .inner-ul .list-item .item-left .bet-info>div:nth-child(2){align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.bet-list .bet-list-main .inner-ul .list-item .item-center{align-items:flex-end;display:flex;flex-direction:row;height:.8rem;justify-content:flex-start;width:33%}.bet-list .bet-list-main .inner-ul .list-item .item-center>div{align-self:flex-end}.bet-list .bet-list-main .inner-ul .list-item .item-right{align-items:center;display:flex;flex-direction:row;height:.8rem;justify-content:center;width:33%}.bet-list .bet-list-main .inner-ul .list-item .item-right>div{align-self:flex-end}.bet-list .bet-list-main .inner-ul .list-item p{word-wrap:normal;color:#2a2a2a;font-size:12px;white-space:nowrap;word-break:normal}.bet-list .bet-list-main .inner-ul .list-item .icon-right{position:absolute;right:0}.bet-list .bet-list-main .inner-ul .list-item .icon-left{left:.1rem;position:absolute}.bet-list .odds-change-box{align-items:center;background:#f5f3f3;border:0 solid #bebebe;bottom:2.69rem;display:flex;flex-direction:row;height:1rem;justify-content:flex-start;padding:0 .3rem;position:fixed;touch-action:none;width:100%}.bet-list .odds-change-box>div{margin-right:.6rem}.bet-list .odds-change-box img{height:.38rem;margin-left:.1rem;width:.38rem}.bet-list .odds-change-box .back-point>span{display:inline-block;width:.4rem}.bet-list .odds-change-box .slider-box{align-items:center;display:flex;flex-direction:row;height:.42rem;justify-content:space-around;width:3rem}.bet-list .odds-change-box .slider-box>span{align-items:center;border:1px solid #979797;border-radius:50%;color:#ff4941;display:inline-block!important;display:flex;flex-direction:row;font-size:.3rem;height:.42rem;justify-content:center;line-height:.38rem;text-align:center;width:.38rem;width:.52rem}.bet-list .odds-change-box .slider-box>div{width:150px}.bet-list .bet-list-footer{border-top:1px solid #d8d8d8;bottom:0;position:fixed;width:100%}.bet-list .bet-list-footer .double-cast-amount{align-items:center;background:#f5f3f3;border:0 solid #bebebe;display:flex;flex-direction:row;height:1.32rem;justify-content:space-around;padding:0 .3rem;width:100%}.bet-list .bet-list-footer .double-cast-amount p{color:#999}.bet-list .bet-list-footer .double-cast-amount input{background:#fff;border:0 solid #dedee2;border-radius:6px;height:.6rem;padding-left:.24rem;width:1.1rem}.bet-list .bet-list-footer .double-cast-amount .radio-box{align-items:center;background:#fff;border-radius:100px;display:flex;flex-direction:row;height:.48rem;justify-content:flex-start;width:5rem}.bet-list .bet-list-footer .double-cast-amount .radio-box>span{align-items:center;display:inline-block;display:flex;flex-direction:row;height:.48rem;justify-content:center;line-height:.48rem;text-align:center;width:16.67%}.bet-list .bet-list-footer .double-cast-amount .radio-box>span>span{border-right:1px solid #d7d7d7!important;display:inline-block;width:100%}.bet-list .bet-list-footer .double-cast-amount .radio-box span:last-child{border-radius:0 12px 12px 0}.bet-list .bet-list-footer .double-cast-amount .radio-box span:last-child span{border-right:none!important}.bet-list .bet-list-footer .double-cast-amount .radio-box span:first-child{border-radius:12px 0 0 12px}.bet-list .bet-list-footer .double-cast-amount .active{background:#ff4941;color:#fff}.bet-list .bet-list-footer .bet-btn-box{align-items:center;background-color:#fff;display:flex;flex-direction:row;height:1.32rem;justify-content:space-between;padding:0 .3rem;width:100%}.bet-list .bet-list-footer .bet-btn-box .am-button{font-size:.32rem;height:.75rem;line-height:.75rem;width:1.2rem}.bet-list .bet-list-footer .bet-btn-box .am-button-primary{background:#0000001a;border-radius:6px;box-shadow:0 2px 4px 0 #cdcdcd;color:#666}.bet-list .bet-list-footer .bet-btn-box .am-button-primary:before{border:none}.bet-list .bet-list-footer .bet-btn-box .am-button-disabled{background:#c6c6c6!important;box-shadow:0 2px 4px 0 #99999980;color:#fff;opacity:1}.bet-list .bet-list-footer .bet-btn-box p{color:#666}.bet-list .bet-list-footer .bet-btn-box p span{color:#ff4941}.roomItem.fastConfig{height:100%}.roomItem.fastConfig .header-nav .header-title div.up{border-bottom:.12rem solid #fff}.roomItem.fastConfig .roomContainer .fastcarsBody .box{position:relative}.roomItem.fastConfig .roomContainer .fastcarsBody .visibleModal{display:block;height:0;height:100%;position:absolute;top:0;width:100%}.roomItem.fastConfig .roomContainer .fastcarsBody .visibleModal.hides{display:none!important}.farstcars .differentBasicsPage{padding-top:0}.farstcars .differentBasicsPage>div.tabSelet{background:#fafafa;margin-bottom:.14rem;width:100%}.farstcars .differentBasicsPage>div.tabSelet>div{align-items:center;border-bottom:1px solid silver;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin:0 auto;width:calc(100% - .16rem)}.farstcars .differentBasicsPage>div.tabSelet>div>div{align-items:center;display:flex;flex-direction:row;height:.6rem;justify-content:center;width:25%}.farstcars .differentBasicsPage>div.tabSelet>div>div>span{align-items:center;border-bottom:.04rem solid #0000;display:block;display:flex;flex-direction:row;font-size:.28rem;height:.6rem;justify-content:center;min-width:.66rem}.farstcars .differentBasicsPage>div.tabSelet>div>div>span.active{border-bottom:.04rem solid #ff4941;color:#ff4941;font-size:.28rem;letter-spacing:-.2px;text-align:center}.farstcars.officialBasicsPage{align-items:center;background-color:#f4f4f4;background:#f2f2f2;bottom:1.08rem;display:flex;flex-direction:column;justify-content:flex-start;overflow:auto;padding:.14rem .16rem .2rem;position:fixed;top:3.32rem;width:100%}.farstcars.officialBasicsPage>.bodys{padding-bottom:.68rem;width:100%}.farstcars.officialBasicsPage>.bodys>.decAlert{align-items:center;color:#666;display:flex;flex-direction:row;font-size:.26rem;height:.66rem;justify-content:space-between;letter-spacing:-.2px;padding:.1rem 0 .2rem;width:100%}.farstcars.officialBasicsPage>.bodys>.decAlert .redText{color:#ff4941}.farstcars.officialBasicsPage>.bodys>.decAlert .blueText{color:#007aff}.farstcars.officialBasicsPage>.bodys>.decLineString{align-items:center;display:flex;flex-direction:row;height:.8rem;justify-content:center;position:relative;width:100%}.farstcars.officialBasicsPage>.bodys>.decLineString>div{background:#999;height:.02rem;position:absolute;width:100%}.farstcars.officialBasicsPage>.bodys>.decLineString>span{background:#f1f1f1;color:#999;font-size:.24rem;padding:0 .15rem;z-index:1}.farstcars.officialBasicsPage>.bodys>div.listItem{background:#fff;padding:.1rem 0;position:relative}.farstcars.officialBasicsPage>.bodys>div.listItem:first-of-type{border-top-left-radius:8px;border-top-right-radius:8px}.farstcars.officialBasicsPage>.bodys>div.listItem:last-of-type{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.farstcars.officialBasicsPage>.bodys>div.listItem:last-of-type>.fastselect,.farstcars.officialBasicsPage>.bodys>div.listItem:last-of-type>.odds.sscunderline{border:none}.farstcars.officialBasicsPage>.bodys>div.listItem.doubleSingle{border-radius:8px;margin-bottom:.2rem}.farstcars.officialBasicsPage>.bodys>div.listItem:last-child{border-bottom:none}.farstcars.officialBasicsPage>.bodys>div.listItem>.odds{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;width:calc(100% - .32rem)}.farstcars.officialBasicsPage>.bodys>div.listItem>.odds.sscunderline{border-bottom:1px dotted #e5e5e5}.farstcars.officialBasicsPage>.bodys>div.listItem>.odds>div:first-child{align-items:center;display:flex;flex-direction:row;height:1.3rem;justify-content:center;width:1rem}.farstcars.officialBasicsPage>.bodys>div.listItem>.odds>div:first-child div{align-items:center;color:#666;display:flex;flex-direction:row;font-size:.32rem;font-size:.26rem;height:.82rem;justify-content:center;margin:0 auto;padding-left:.04rem}.farstcars.officialBasicsPage>.bodys>div.listItem>.odds>div:first-child p{color:#959595;color:#666;font-size:.26rem;font-size:.24rem;height:.38rem;letter-spacing:-.2px;line-height:.38rem;padding-left:.04rem;text-align:left}.farstcars.officialBasicsPage>.bodys>div.listItem>.odds div:last-child{position:relative;width:calc(100% - 1rem)}.farstcars.officialBasicsPage>.bodys>div.listItem>.odds div:last-child>ul{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;width:100%}.farstcars.officialBasicsPage>.bodys>div.listItem>.odds div:last-child>ul li{align-items:center;border-radius:.08rem;color:#ff4941;display:flex;flex-direction:row;font-size:.24rem;height:1.3rem;justify-content:center;letter-spacing:-.18px;width:20%}.farstcars.officialBasicsPage>.bodys>div.listItem>.odds div:last-child>ul li div{align-items:center;background-image:linear-gradient(-180deg,#f8f8f8 4%,#fff 55%);border:1px solid #f1f1f1;border-radius:50%;box-shadow:0 1px 4px 0 #ece9e980;color:#ff4941;display:flex;flex-direction:row;font-size:.36rem;height:.82rem;justify-content:center;margin:0 auto;width:.82rem}.farstcars.officialBasicsPage>.bodys>div.listItem>.odds div:last-child>ul li div.active{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880;color:#fff}.farstcars.officialBasicsPage>.bodys>div.listItem>.odds div:last-child>ul li p{color:#959595;font-size:.26rem;height:.38rem;letter-spacing:-.2px;line-height:.38rem;text-align:center}.farstcars.officialBasicsPage>.bodys>div.listItem>.fastselect{align-items:center;background:#fff;border-bottom:1px dashed #e5e5e5;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex;flex-direction:row;height:1.4rem;justify-content:center}.farstcars.officialBasicsPage>.bodys>div.listItem>.fastselect>div:first-child{align-items:center;color:#666;display:flex;flex-direction:row;float:left;font-size:12px;height:.66rem;justify-content:center;letter-spacing:-.22px;width:1rem}.farstcars.officialBasicsPage>.bodys>div.listItem>.fastselect div:last-child{align-items:center;color:#ff4941;display:flex;flex-direction:row;float:left;justify-content:space-between;position:relative;width:calc(100% - 1rem)}.farstcars.officialBasicsPage>.bodys>div.listItem>.fastselect div:last-child div{align-items:center;display:flex;flex-direction:row;justify-content:center;width:20%}.farstcars.officialBasicsPage>.bodys>div.listItem>.fastselect div:last-child div span{align-items:center;background-image:linear-gradient(-180deg,#f8f8f8,#fff 94%);border:1px solid #f4f4f4;border-radius:2px;box-shadow:0 3px 4px 0 #f4f4f480;display:block;display:flex;flex-direction:row;font-size:14px;height:.6rem;justify-content:center;letter-spacing:-.15px;text-align:center;width:.82rem}.farstcars.officialBasicsPage>.bodys>div.listItem>.fastselect div:last-child div span.active{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:none;color:#fff}.farstcars.officialBasicsPage>.bodys>div.listItem>.fastselect div:last-child div:last-child{color:#3ca2ed}@keyframes hideActive{0%{background-color:#fff;color:#666!important}40%{background-color:#ff4941;color:#fff!important}60%{background-color:#ff4941;color:#fff!important}to{background-color:#fff;color:#666!important}}.sucessModal .buttomBox .goon{line-height:.61rem}.roomItem.liuHeCaiConfig *{box-sizing:border-box}.roomItem.liuHeCaiConfig .header-nav .header-title .active-opacity{align-items:center;display:flex;flex-direction:row;justify-content:center}.roomItem.liuHeCaiConfig .header-nav .header-title div.down{border-top:.12rem solid #fff}.roomItem.liuHeCaiConfig .header-nav .header-title div.down,.roomItem.liuHeCaiConfig .header-nav .header-title div.up{border-left:.12rem solid #0000;border-right:.12rem solid #0000;display:inline-block;height:0;margin-left:.2rem;width:0}.roomItem.liuHeCaiConfig .header-nav .header-title div.up{border-bottom:.12rem solid #fff}.roomItem.liuHeCaiConfig .dropMenu{background:#0000004d;display:flex;flex-direction:column;height:100%;position:fixed;top:.88rem;width:100%;z-index:11}.roomItem.liuHeCaiConfig .dropMenu.hide{display:none}.roomItem.liuHeCaiConfig .dropMenu .menuMaster{align-items:flex-end;background:#fff;display:flex;flex-direction:row;height:.9rem;justify-content:center;width:100%}.roomItem.liuHeCaiConfig .dropMenu .menuMaster span{border-bottom:1px solid #ff4941;color:#333;display:inline-block;font-size:.28rem;height:.72rem;letter-spacing:-.25px;line-height:.72rem;text-align:center;width:3.34rem}.roomItem.liuHeCaiConfig .dropMenu .menuMaster span.active{border:1px solid #ff4941;border-bottom-color:#fff;border-radius:4px 4px 0 0}.roomItem.liuHeCaiConfig .dropMenu .menuMaster>div{border-bottom:1px solid #ff4941;width:.42rem}.roomItem.liuHeCaiConfig .dropMenu .menuContent{background:#fff}.roomItem.liuHeCaiConfig .dropMenu .menuContent h5{color:#666;font-size:.36rem;font-weight:400;height:.8rem;letter-spacing:-.18px;line-height:.8rem;margin:.1rem;text-align:center;width:100%}.roomItem.liuHeCaiConfig .dropMenu .menuContent ul{align-items:flex-start;background:#fff;border-bottom:1px solid #e5e5e5;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;padding:.16rem .1rem}.roomItem.liuHeCaiConfig .dropMenu .menuContent ul li{background:#f0f0f0;border-radius:.08rem;color:#333;font-size:.28rem;height:.8rem;letter-spacing:-.18px;line-height:.8rem;margin:.1rem;text-align:center;width:calc(25% - .22rem)}.roomItem.liuHeCaiConfig .dropMenu .menuContent ul li.active{background:#ff4941;border-radius:.08rem;color:#fff}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody .box{position:relative}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody .visibleModal{display:block;height:0;height:100%;position:absolute;top:0;width:100%}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody .visibleModal.hides{display:none!important}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage>div.tabSelet{background:#fafafa;width:100%}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage>div.tabSelet>div{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage>div.tabSelet>div>div{align-items:center;display:flex;flex-direction:row;height:.6rem;justify-content:center;width:25%}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage>div.tabSelet>div>div>span{align-items:center;border-bottom:.04rem solid #0000;display:block;display:flex;flex-direction:row;font-size:.28rem;height:100%;justify-content:center;min-width:.66rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage>div.tabSelet>div>div>span.active{border-bottom:.04rem solid #ff4941;color:#ff4941;font-size:.28rem;letter-spacing:-.2px;text-align:center}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage{align-items:center;background-color:#f4f4f4;background:#f2f2f2;bottom:2.08rem;display:flex;flex-direction:column;justify-content:flex-start;overflow:auto;padding-top:.14rem;position:fixed;top:3.32rem;width:100%}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage>p{color:#666;font-size:.28rem;height:.4rem;letter-spacing:-.2px;line-height:.4rem;margin:.08rem;text-align:center;width:100%}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys{padding:0 .16rem .5rem;position:relative;width:100%}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys .visibleModal{width:calc(100% - .24rem)}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div{background:#fff;border-radius:8px;margin-top:.2rem;padding:.2rem 0;text-align:center;width:100%}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>p{color:#666;font-size:.28rem;height:.6rem;letter-spacing:-.15px;line-height:.6rem;text-align:center}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>p>span{align-items:center;color:#333;display:flex;flex-direction:row;font-weight:700;justify-content:center}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>p>span img{margin-left:.1rem;width:.3rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec{background-image:linear-gradient(-180deg,#f8f8f8,#fff 94%);border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 3px 4px 0 #f4f4f480;margin:.1rem;padding:.1rem 0 0;position:relative}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec.active{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec.active>div,.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec.active>p{color:#fff!important}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec.active>span{display:block;font-size:.24rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec.active>span.numhundred{background:#5fcc49;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;right:-.15rem;width:.9rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec.foutTh{height:1.08rem;margin:.2rem .26rem;width:1.24rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec.foutTh.bose{height:1.24rem;margin:.2rem .08rem;padding-top:.2rem;width:1.62rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec.threeTh{height:1.12rem;margin:.2rem .26rem;width:1.86rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec.twoTh{height:1.12rem;margin:.2rem .26rem;width:3.04rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec.fiveTh{height:1.24rem;padding-top:.2rem;width:1.23rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec.fiveTh.ColCenter{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:0}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec.sixeTh{height:1.24rem;width:1.01rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec.SSCTwoTh{height:2.62rem;width:3.43rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec.SSCTwoTh.SSC.active>div,.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec.SSCTwoTh.SSC.active>p{color:#fff}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec.SSCTwoTh.SSC p{color:#ff4941;font-size:24px;letter-spacing:-.27px;margin-top:.72rem;text-align:center}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec.SSCTwoTh.SSC>div{color:#959595;font-size:12px;letter-spacing:-.18px;margin-top:.12rem;text-align:center}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec>p{color:#ff4941;font-size:.32rem;height:.48rem;letter-spacing:-.18px;line-height:.48rem;text-align:center}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec>p.blueText{color:#3ca2ed}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec>p.redText{color:#ff4941}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec>p.greenText{color:#5fcc49}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec>div{color:#959595;font-size:.24rem;height:.38rem;letter-spacing:-.18px;line-height:.38rem;text-align:center}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.rec>span{background:#5fcc49;border:1px solid #fff;border-radius:50%;box-shadow:-1px 1px 4px 0 #7e1f1f80;color:#fff;display:none;font-size:.24rem;height:.46rem;line-height:.46rem;position:absolute;right:-.15rem;text-align:center;top:-.2rem;width:.46rem;z-index:1}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.round{height:1.2rem;margin-bottom:.2rem;position:relative;text-align:center;width:16.6%}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.round.active>p{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;color:#fff!important;letter-spacing:-.18px;text-align:center}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.round.active span{display:block;font-size:.24rem;z-index:1}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.round.active span.numhundred{background:#5fcc49;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;width:.9rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.round>p{background-image:linear-gradient(-180deg,#f8f8f8 4%,#fff 55%);border:1px solid #f1f1f1;border-radius:50%;box-shadow:0 1px 4px 0 #ece9e980;color:#ff4941;font-size:.36rem;height:.82rem;letter-spacing:-.18px;line-height:.82rem;margin:0 auto;text-align:center;width:.82rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.round>p.blueText{color:#3ca2ed}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.round>p.redText{color:#ff4941}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.round>p.greenText{color:#5fcc49}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.round>div{color:#959595;font-size:.26rem;height:.38rem;letter-spacing:-.2px;line-height:.38rem;text-align:center}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.round>span{background:#5fcc49;border:1px solid #fff;border-radius:50%;box-shadow:-1px 1px 4px 0 #7e1f1f80;color:#fff;display:none;font-size:.32rem;height:.46rem;line-height:.46rem;position:absolute;right:0;text-align:center;top:-.18rem;width:.46rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.AnimalBig{background-image:linear-gradient(-180deg,#f9f9f9,#fff);border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 2px 4px 0 #f0f0f0;height:1.4rem;margin:.14rem;padding:.24rem 0;position:relative;text-align:center;width:2.1rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.AnimalBig.AnimalBig.active{background-image:linear-gradient(-180deg,#ff4e56,#ff7a80 95%);border:1px solid #ff4941}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.AnimalBig.AnimalBig.active>div{color:#fff;letter-spacing:-.18px}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.AnimalBig.AnimalBig.active>div span{color:#fff}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.AnimalBig.AnimalBig.active>span{display:block;font-size:.24rem;z-index:1}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.AnimalBig.AnimalBig.active>span.numhundred{background:#5fcc49;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;right:-.08rem;width:.9rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.AnimalBig.AnimalBig.active p{color:#fff}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.AnimalBig>div{color:#ff4941;font-size:.28rem;font-size:.32rem;letter-spacing:-.18px;margin:0 auto .24rem;padding-left:.24rem;text-align:center;text-align:left}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.AnimalBig>div span{color:#c4c4c4;font-size:.24rem;letter-spacing:-.15px}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.AnimalBig>p{color:#959595;font-size:.26rem;height:.38rem;letter-spacing:-.2px;line-height:.38rem;padding-left:.24rem;text-align:left}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.AnimalBig>span{background:#5fcc49;border:1px solid #fff;border-radius:50%;box-shadow:-1px 1px 4px 0 #7e1f1f80;color:#fff;display:none;font-size:.24rem;height:.46rem;line-height:.46rem;position:absolute;right:-.08rem;text-align:center;top:-.18rem;width:.46rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.AnimalSmall{background:#fff;border:1px solid #e5e5e5;border-radius:4px;height:.78rem;margin:.12rem;padding:.24rem 0;position:relative;text-align:center;width:2.16rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.AnimalSmall.AnimalSmall.active{background:#ff4941;border:1px solid #ff4941}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.AnimalSmall.AnimalSmall.active>div{color:#fff;letter-spacing:-.18px}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.AnimalSmall.AnimalSmall.active>div span{color:#fff}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.AnimalSmall.AnimalSmall.active>span{display:block;font-size:.32rem;z-index:1}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.AnimalSmall.AnimalSmall.active>span.numhundred{background:#ff4941;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;right:-.26rem;width:.9rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.AnimalSmall>div{color:#ff4941;font-size:.32rem;letter-spacing:-.18px;margin:0 auto .24rem;padding-left:.24rem;text-align:center;text-align:left}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.AnimalSmall>div span:nth-child(2){color:#c4c4c4;font-size:.24rem;letter-spacing:-.15px}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.TeMaOddPage .bodys>div>div>div.AnimalSmall>span{background:#ff4941;border:1px solid #fff;border-radius:50%;box-shadow:-1px 1px 4px 0 #7e1f1f80;color:#fff;display:none;font-size:.32rem;height:.54rem;line-height:.54rem;position:absolute;right:-.08rem;text-align:center;top:-.18rem;width:.54rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan{align-items:center;background-color:#f4f4f4;bottom:2.08rem;display:flex;flex-direction:column;justify-content:flex-start;overflow:auto;padding:.16rem;position:fixed;top:3.32rem;width:100%}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>div{background:#fff}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>div:last-of-type{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>.titileDes{background:#fff;border-top-left-radius:8px;border-top-right-radius:8px;color:#666;font-size:.28rem;height:.8rem;letter-spacing:-.15px;line-height:.6rem;padding-top:.2rem;text-align:center;width:100%}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>.titileDes>span{align-items:center;color:#333;display:flex;flex-direction:row;font-weight:700;justify-content:center}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>.titileDes>span img{margin-left:.1rem;width:.3rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>div.listItem:last-of-type{padding-bottom:.2rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>div.listItem:last-of-type>div{border:none}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>div.listItem>div{align-items:flex-start;border-bottom:1px dotted #c9c9c9;display:flex;flex-direction:row;justify-content:flex-start;margin:0 auto;padding:.08rem 0 0;width:calc(100% - .16rem)}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>div.listItem>div>div:first-child{width:1.1rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>div.listItem>div>div:first-child>span{align-items:center;color:#666;display:block;display:flex;flex-direction:row;font-size:.24rem;height:1.08rem;justify-content:center;letter-spacing:-.22px;width:100%}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>div.listItem>div>div:last-child{position:relative;width:calc(100% - 1.1rem)}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>div.listItem>div>div:last-child>ul{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;width:100%}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>div.listItem>div>div:last-child>ul li{background-image:linear-gradient(-180deg,#f8f8f8,#fff 94%);border:1px solid #f4f4f4;border-radius:4px;box-shadow:0 3px 4px 0 #f4f4f480;color:#ff4941;font-size:.24rem;height:1.08rem;letter-spacing:-.18px;margin:.11rem;position:relative;text-align:center;width:1.24rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>div.listItem>div>div:last-child>ul li.active{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>div.listItem>div>div:last-child>ul li.active>div,.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>div.listItem>div>div:last-child>ul li.active>p{color:#fff!important;letter-spacing:-.18px;text-align:center}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>div.listItem>div>div:last-child>ul li div{align-items:center;color:#ff4941;display:flex;flex-direction:row;font-size:.32rem;height:.48rem;justify-content:center;margin-top:.12rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>div.listItem>div>div:last-child>ul li div.blueText{color:#3ca2ed}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>div.listItem>div>div:last-child>ul li div.redText{color:#ff4941}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>div.listItem>div>div:last-child>ul li div.greenText{color:#5fcc49}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>div.listItem>div>div:last-child>ul li p{color:#959595;font-size:.26rem;height:.38rem;letter-spacing:-.2px;line-height:.38rem;text-align:center}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.Guoguan>div.listItem>div>div:last-child>ul li span{background:#ff4941;border:1px solid #fff;border-radius:50%;box-shadow:-1px 1px 4px 0 #7e1f1f80;color:#fff;display:none;font-size:.32rem;height:.54rem;line-height:.54rem;position:absolute;right:-.08rem;text-align:center;top:-.18rem;width:.54rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong{align-items:center;background-color:#f4f4f4;background:#f2f2f2;bottom:2.08rem;display:flex;flex-direction:column;justify-content:flex-start;overflow:auto;padding-top:.14rem;position:fixed;top:3.32rem;width:100%}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong>div.tabSelet{background:#fafafa;width:100%}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong>div.tabSelet>div{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong>div.tabSelet>div>div{align-items:center;display:flex;flex-direction:row;height:.6rem;justify-content:center;width:25%}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong>div.tabSelet>div>div>span{align-items:center;border-bottom:.04rem solid #0000;display:block;display:flex;flex-direction:row;font-size:.28rem;height:100%;justify-content:center;min-width:.66rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong>div.tabSelet>div>div>span.active{border-bottom:.04rem solid #ff4941;color:#ff4941;font-size:.28rem;letter-spacing:-.2px;text-align:center}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong>div.listItem{background:#fff;border-radius:8px;margin:.22rem;width:calc(100% - .32rem)}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong>div.listItem>div:first-child{padding:.08rem 0 0;position:relative;width:100%}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong>div.listItem>div:first-child>p{color:#666;font-size:.28rem;height:.6rem;letter-spacing:-.15px;line-height:.6rem;text-align:center}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong>div.listItem>div:first-child>p>span{align-items:center;color:#333;display:flex;flex-direction:row;font-weight:700;justify-content:center}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong>div.listItem>div:first-child>p>span img{margin-left:.1rem;width:.3rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong>div.listItem>div:first-child>.visibleModal{width:calc(100% - .6rem)}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong>div.listItem>div:first-child>ul{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;text-align:center;width:100%}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong>div.listItem>div:first-child>ul li{align-items:center;display:flex;flex-direction:row;height:1.04rem;justify-content:center;position:relative;text-align:center;width:16.6%}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong>div.listItem>div:first-child>ul li.active>div{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880;color:#fff!important;letter-spacing:-.18px;text-align:center}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong>div.listItem>div:first-child>ul li div{background-image:linear-gradient(-180deg,#f8f8f8 4%,#fff 55%);border:1px solid #f1f1f1;border-radius:50%;box-shadow:0 1px 4px 0 #ece9e980;color:#ff4941;font-size:.36rem;height:.82rem;letter-spacing:-.18px;line-height:.82rem;margin:0 auto;text-align:center;width:.82rem}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong>div.listItem>div:first-child>ul li div.blueText{color:#3ca2ed}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong>div.listItem>div:first-child>ul li div.redText{color:#ff4941}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong>div.listItem>div:first-child>ul li div.greenText{color:#5fcc49}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong>div.listItem>div:first-child>ul li p{color:#959595;font-size:.28rem;height:.38rem;letter-spacing:-.2px;line-height:.38rem;text-align:center}.roomItem.liuHeCaiConfig .roomContainer .LiuHeCaiBody.ZXBuZhong>div.listItem>div:first-child>ul li span{background:#ff4941;border:1px solid #fff;border-radius:50%;box-shadow:-1px 1px 4px 0 #7e1f1f80;color:#fff;display:none;font-size:.32rem;height:.54rem;line-height:.54rem;position:absolute;right:-.08rem;text-align:center;top:-.18rem;width:.54rem}.roomItem.fastConfig *{box-sizing:border-box}.roomItem.fastConfig .header-nav .header-title .active-opacity{align-items:center;display:flex;flex-direction:row;justify-content:center}.roomItem.fastConfig .header-nav .header-title div.down{border-top:.12rem solid #fff}.roomItem.fastConfig .header-nav .header-title div.down,.roomItem.fastConfig .header-nav .header-title div.up{border-left:.12rem solid #0000;border-right:.12rem solid #0000;display:inline-block;height:0;margin-left:.2rem;width:0}.roomItem.fastConfig .header-nav .header-title div.up{border-bottom:.11rem solid #fff}.roomItem.fastConfig .dropMenu{background:#0000004d;display:flex;flex-direction:column;height:100%;position:fixed;top:.88rem;width:100%;z-index:11}.roomItem.fastConfig .dropMenu.hide{display:none}.roomItem.fastConfig .dropMenu .menuMaster{align-items:flex-end;background:#fff;display:flex;flex-direction:row;height:.9rem;justify-content:center;width:100%}.roomItem.fastConfig .dropMenu .menuMaster span{border-bottom:1px solid #ff4941;color:#333;display:inline-block;font-size:.28rem;height:.72rem;letter-spacing:-.25px;line-height:.72rem;text-align:center;width:3.34rem}.roomItem.fastConfig .dropMenu .menuMaster span.active{border:1px solid #ff4941;border-bottom-color:#fff;border-radius:4px 4px 0 0}.roomItem.fastConfig .dropMenu .menuMaster>div{border-bottom:1px solid #ff4941;width:.42rem}.roomItem.fastConfig .dropMenu .menuContent{background:#fff}.roomItem.fastConfig .dropMenu .menuContent h5{color:#666;font-size:.36rem;font-weight:400;height:.8rem;letter-spacing:-.18px;line-height:.8rem;margin:.1rem;text-align:center;width:100%}.roomItem.fastConfig .dropMenu .menuContent ul{align-items:flex-start;background:#fff;border-bottom:1px solid #e5e5e5;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;padding:.16rem .1rem}.roomItem.fastConfig .dropMenu .menuContent ul li{background:#f0f0f0;border-radius:.08rem;color:#333;font-size:.28rem;height:.8rem;letter-spacing:-.18px;line-height:.8rem;margin:.1rem;text-align:center;width:calc(25% - .22rem)}.roomItem.fastConfig .dropMenu .menuContent ul li.active{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border-radius:.08rem;box-shadow:0 1px 4px 0 #b8b8b880;color:#fff}.roomItem.fastConfig .roomContainer .shishicaiBody .box{position:relative}.roomItem.fastConfig .roomContainer .shishicaiBody .visibleModal{display:block;height:0;height:100%;position:absolute;top:0;width:100%}.roomItem.fastConfig .roomContainer .shishicaiBody .visibleModal.hides{display:none!important}.roomItem .am-modal-transparent{width:5.4rem}.sucessModal img{width:1.4rem}.sucessModal .texeinfo{color:#333;font-size:.32rem;letter-spacing:-.11px;margin:.51rem 0;text-align:center}.sucessModal .buttomBox{align-items:center;display:flex;flex-direction:row;justify-content:space-around;margin:0 auto}.sucessModal .buttomBox .addList{background-image:linear-gradient(-180deg,#59afff,#42a4ff 98%);box-shadow:0 2px 4px 0 #42a4ff80;height:.61rem;line-height:.61rem;width:1.8rem}.sucessModal .buttomBox .addList,.sucessModal .buttomBox .goon{border-radius:.12rem;color:#fff;display:inline-block;font-size:.26rem;letter-spacing:-.18px;text-align:center}.sucessModal .buttomBox .goon{background-image:linear-gradient(-180deg,#ff4941,#ff4941 98%);box-shadow:0 2px 4px 0 #ff4d5580;height:.72rem;line-height:.72rem;width:1.9rem}.roomContainer .happy8 .box{position:relative}.roomContainer .happy8 .visibleModal{display:block;height:100%;position:absolute;top:0;width:100%}.roomContainer .happy8 .visibleModal.hides{display:none!important}.roomContainer .happy8.specialOdds{align-items:center;background-color:#f4f4f4;background:#f2f2f2;bottom:2.08rem;display:flex;flex-direction:column;justify-content:flex-start;overflow:auto;padding-top:.14rem;position:fixed;top:3.66rem;width:100%}.roomContainer .happy8.specialOdds>p{color:#666;font-size:.28rem;height:.4rem;letter-spacing:-.2px;line-height:.4rem;margin:.08rem;text-align:center;width:100%}.roomContainer .happy8.specialOdds .bodys{padding:0 .12rem .5rem;position:relative;width:100%}.roomContainer .happy8.specialOdds .bodys .visibleModal{width:calc(100% - .24rem)}.roomContainer .happy8.specialOdds .bodys>div{background:#fff;border-radius:4px;margin-bottom:.16rem;padding:.2rem 0;text-align:center;width:100%}.roomContainer .happy8.specialOdds .bodys>div>p{color:#333;font-size:.28rem;font-weight:700;height:.6rem;letter-spacing:-.15px;line-height:.6rem;text-align:center}.roomContainer .happy8.specialOdds .bodys>div>p>span{align-items:center;display:flex;flex-direction:row;justify-content:center}.roomContainer .happy8.specialOdds .bodys>div>p>span img{margin-left:.1rem;width:.3rem}.roomContainer .happy8.specialOdds .bodys>div>div{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.roomContainer .happy8.specialOdds .bodys>div>div>div{background-image:linear-gradient(-180deg,#fcfcfc 2%,#fff);border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 2px 4px 0 #f2f2f280;margin:.12rem 0;padding:.2rem 0 0;position:relative}.roomContainer .happy8.specialOdds .bodys>div>div>div.active{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880}.roomContainer .happy8.specialOdds .bodys>div>div>div.active>div,.roomContainer .happy8.specialOdds .bodys>div>div>div.active>p{color:#fff}.roomContainer .happy8.specialOdds .bodys>div>div>div.active>span{display:block;font-size:.24rem}.roomContainer .happy8.specialOdds .bodys>div>div>div.active>span.numhundred{background:#5fcc49;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;right:-.15rem;width:.9rem}.roomContainer .happy8.specialOdds .bodys>div>div>div>p{color:#ff4941;font-size:.32rem;height:.48rem;letter-spacing:-.18px;line-height:.48rem;text-align:center}.roomContainer .happy8.specialOdds .bodys>div>div>div>div{color:#959595;font-size:.24rem;height:.38rem;letter-spacing:-.18px;line-height:.38rem;text-align:center}.roomContainer .happy8.specialOdds .bodys>div>div>div>span{background:#5fcc49;border:1px solid #fff;border-radius:50%;box-shadow:-1px 1px 4px 0 #7e1f1f80;color:#fff;display:none;font-size:.24rem;height:.46rem;line-height:.46rem;position:absolute;right:-.15rem;text-align:center;top:-.2rem;width:.46rem;z-index:1}.roomContainer .happy8.specialOdds .bodys>div>div>div.sumValue{height:1.16rem;width:1.52rem}.roomContainer .happy8.specialOdds .bodys>div>div>div.panRoad{height:1.12rem;width:2.02rem}.roomContainer .happy8.specialOdds .bodys>div>div>div.fiveElement{height:1.24rem;width:1.24rem}.roomContainer .Happy8.officialBasicsPage{align-items:center;background-color:#f4f4f4;background:#f2f2f2;bottom:1.08rem;display:flex;flex-direction:column;justify-content:flex-start;overflow:auto;padding:.14rem 0 .2rem;position:fixed;top:3.66rem;width:100%}.roomContainer .Happy8.officialBasicsPage>.bodys{padding-bottom:.6rem;width:100%}.roomContainer .Happy8.officialBasicsPage>.bodys>.decAlert{align-items:center;color:#666;display:flex;flex-direction:row;font-size:.26rem;height:.66rem;justify-content:space-between;letter-spacing:-.2px;padding:.1rem .16rem .2rem}.roomContainer .Happy8.officialBasicsPage>.bodys>.decAlert .redText{color:#ff4941}.roomContainer .Happy8.officialBasicsPage>.bodys>.decAlert .blueText{color:#007aff}.roomContainer .Happy8.officialBasicsPage>.bodys>.decLineString{align-items:center;display:flex;flex-direction:row;height:.28rem;justify-content:center;margin:0 auto;position:relative;width:calc(100% - .32rem)}.roomContainer .Happy8.officialBasicsPage>.bodys>.decLineString>div{background:#999;height:.02rem;position:absolute;width:100%}.roomContainer .Happy8.officialBasicsPage>.bodys>.decLineString>span{background:#f1f1f1;color:#999;font-size:.24rem;padding:0 .15rem;z-index:1}.roomContainer .Happy8.officialBasicsPage>.bodys>div.listItem{border-bottom:1px solid #999;padding:.25rem 0;position:relative}.roomContainer .Happy8.officialBasicsPage>.bodys>div.listItem.doubleSingle{height:1.8rem;margin-bottom:.2rem}.roomContainer .Happy8.officialBasicsPage>.bodys>div.listItem:last-child{border-bottom:none}.roomContainer .Happy8.officialBasicsPage>.bodys>div.listItem>.odds{align-items:flex-start;background:#fff;border-radius:8px;display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;padding:.3rem .2rem;width:calc(100% - .32rem)}.roomContainer .Happy8.officialBasicsPage>.bodys>div.listItem>.odds>div:first-child{height:1.3rem;width:1rem}.roomContainer .Happy8.officialBasicsPage>.bodys>div.listItem>.odds>div:first-child div{align-items:center;color:#666;display:flex;flex-direction:row;font-size:.32rem;font-size:.26rem;height:.82rem;justify-content:flex-start;margin:0 auto;padding-left:.04rem}.roomContainer .Happy8.officialBasicsPage>.bodys>div.listItem>.odds>div:first-child p{color:#959595;color:#666;font-size:.26rem;font-size:.24rem;height:.38rem;letter-spacing:-.2px;line-height:.38rem;padding-left:.04rem;text-align:left}.roomContainer .Happy8.officialBasicsPage>.bodys>div.listItem>.odds div:last-child{position:relative;width:calc(100% - 1rem)}.roomContainer .Happy8.officialBasicsPage>.bodys>div.listItem>.odds div:last-child>ul{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;width:100%}.roomContainer .Happy8.officialBasicsPage>.bodys>div.listItem>.odds div:last-child>ul li{border-radius:.08rem;color:#ff4941;font-size:.24rem;height:1.3rem;letter-spacing:-.18px;text-align:center;width:20%}.roomContainer .Happy8.officialBasicsPage>.bodys>div.listItem>.odds div:last-child>ul li div{align-items:center;background-image:linear-gradient(-180deg,#f8f8f8 4%,#fff 55%);border:1px solid #e5e5e5;border-radius:50%;box-shadow:0 1px 4px 0 #ece9e980;color:#ff4941;display:flex;flex-direction:row;font-size:.36rem;height:.82rem;justify-content:center;margin:0 auto;width:.82rem}.roomContainer .Happy8.officialBasicsPage>.bodys>div.listItem>.odds div:last-child>ul li div.active{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;color:#fff}.roomContainer .Happy8.officialBasicsPage>.bodys>div.listItem>.odds div:last-child>ul li p{color:#959595;font-size:.26rem;height:.38rem;letter-spacing:-.2px;line-height:.38rem;text-align:center}.roomContainer .Happy8.officialBasicsPage>.bodys>div.listItem>.fastselect{height:.66rem}.roomContainer .Happy8.officialBasicsPage>.bodys>div.listItem>.fastselect>div:first-child{align-items:center;color:#666;display:flex;flex-direction:row;float:left;font-size:12px;height:.66rem;justify-content:flex-start;letter-spacing:-.22px;width:1rem}.roomContainer .Happy8.officialBasicsPage>.bodys>div.listItem>.fastselect div:last-child{align-items:center;color:#666;display:flex;flex-direction:row;float:left;justify-content:space-between;position:relative;width:calc(100% - 1rem)}.roomContainer .Happy8.officialBasicsPage>.bodys>div.listItem>.fastselect div:last-child div{align-items:center;display:flex;flex-direction:row;justify-content:center;width:20%}.roomContainer .Happy8.officialBasicsPage>.bodys>div.listItem>.fastselect div:last-child div span{align-items:center;background:#fff;border:1px solid #e5e5e5;border-radius:4px;display:block;display:flex;flex-direction:row;font-size:14px;height:.6rem;justify-content:center;letter-spacing:-.15px;text-align:center;width:.82rem}.roomContainer .Happy8.officialBasicsPage>.bodys>div.listItem>.fastselect div:last-child div span.active{animation:hideActive .5s;border:none}.roomContainer .fastThree .box{position:relative}.roomContainer .fastThree .visibleModal{display:block;height:100%;position:absolute;top:0;width:100%}.roomContainer .fastThree .visibleModal.hides{display:none!important}.roomContainer .fastThree.sanJun{align-items:center;background-color:#f4f4f4;background:#f2f2f2;bottom:2.08rem;display:flex;flex-direction:column;justify-content:flex-start;overflow:auto;padding-top:.14rem;position:fixed;top:3.32rem;width:100%}.roomContainer .fastThree.sanJun>p{color:#666;font-size:.28rem;height:.4rem;letter-spacing:-.2px;line-height:.4rem;margin:.08rem;text-align:center;width:100%}.roomContainer .fastThree.sanJun .bodys{padding:0 .12rem .5rem;position:relative;width:100%}.roomContainer .fastThree.sanJun .bodys .visibleModal{width:calc(100% - .24rem)}.roomContainer .fastThree.sanJun .bodys>div{background:#fff;border-radius:8px;margin-bottom:.14rem;text-align:center;width:100%}.roomContainer .fastThree.sanJun .bodys>div>p{color:#333;font-size:.28rem;font-weight:700;height:.6rem;letter-spacing:-.15px;line-height:.6rem;text-align:center}.roomContainer .fastThree.sanJun .bodys>div>p>span{align-items:center;display:flex;flex-direction:row;justify-content:center}.roomContainer .fastThree.sanJun .bodys>div>p>span img{margin-left:.1rem;width:.3rem}.roomContainer .fastThree.sanJun .bodys>div>div{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.roomContainer .fastThree.sanJun .bodys>div>div>div{background-image:linear-gradient(-180deg,#fcfcfc 2%,#fff);border:1px solid #e5e5e5;border-radius:2px;box-shadow:0 2px 4px 0 #f1f1f1;margin:.12rem 0;padding:.2rem 0 0;position:relative}.roomContainer .fastThree.sanJun .bodys>div>div>div.active{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880}.roomContainer .fastThree.sanJun .bodys>div>div>div.active>div,.roomContainer .fastThree.sanJun .bodys>div>div>div.active>p{color:#fff}.roomContainer .fastThree.sanJun .bodys>div>div>div.active>span{display:block}.roomContainer .fastThree.sanJun .bodys>div>div>div.active>span.numhundred{background:#5fcc49;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;right:-.15rem;width:.9rem}.roomContainer .fastThree.sanJun .bodys>div>div>div>p{color:#ff4941;font-size:.32rem;height:.48rem;letter-spacing:-.18px;line-height:.48rem;text-align:center}.roomContainer .fastThree.sanJun .bodys>div>div>div>div{color:#959595;font-size:.24rem;height:.38rem;letter-spacing:-.18px;line-height:.38rem;text-align:center}.roomContainer .fastThree.sanJun .bodys>div>div>div>span{background:#5fcc49;border:1px solid #fff;border-radius:50%;box-shadow:-1px 1px 4px 0 #7e1f1f80;color:#fff;display:none;font-size:.24rem;height:.46rem;line-height:.46rem;position:absolute;right:-.15rem;text-align:center;top:-.2rem;width:.46rem;z-index:1}.roomContainer .fastThree.sanJun .bodys>div>div>div.sanjun{height:1.24rem;width:1.02rem}.roomContainer .fastThree.sanJun .bodys>div>div>div.sanjun>p img{display:block;margin:0 auto;width:.38rem}.roomContainer .fastThree.sanJun .bodys>div>div>div.hezhi{height:1.24rem;width:1.64rem}.roomContainer .fastThree.sanJun .bodys>div>div>section.dianshu{margin-bottom:.2rem;width:1.64rem}.roomContainer .fastThree.sanJun .bodys>div>div>section.dianshu.active>div>p{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880;color:#fff}.roomContainer .fastThree.sanJun .bodys>div>div>section.dianshu.active>div>span{display:block}.roomContainer .fastThree.sanJun .bodys>div>div>section.dianshu.active>div>span.numhundred{background:#5fcc49;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;right:-.15rem;width:.9rem}.roomContainer .fastThree.sanJun .bodys>div>div>section.dianshu>div{height:100%;margin:0 auto;position:relative;width:.82rem}.roomContainer .fastThree.sanJun .bodys>div>div>section.dianshu>div>p{align-items:center;background-image:linear-gradient(-180deg,#f8f8f8 4%,#fff 55%);border:1px solid #f1f1f1;border-radius:50%;box-shadow:0 1px 4px 0 #ece9e980;color:#ff4941;display:flex;flex-direction:row;font-size:.32rem;height:.82rem;justify-content:center;width:.82rem}.roomContainer .fastThree.sanJun .bodys>div>div>section.dianshu>div>div{color:#959595;font-size:.24rem;height:.38rem;letter-spacing:-.18px;line-height:.38rem;text-align:center}.roomContainer .fastThree.sanJun .bodys>div>div>section.dianshu>div>span{background:#5fcc49;border:1px solid #fff;border-radius:50%;box-shadow:-1px 1px 4px 0 #7e1f1f80;color:#fff;display:none;font-size:.24rem;height:.46rem;line-height:.46rem;position:absolute;right:-.15rem;text-align:center;top:-.2rem;width:.46rem;z-index:1}.roomContainer .fastThree.weiTou{align-items:center;background-color:#f4f4f4;background:#f2f2f2;bottom:2.08rem;display:flex;flex-direction:column;justify-content:flex-start;overflow:auto;padding-top:.14rem;position:fixed;top:3.32rem;width:100%}.roomContainer .fastThree.weiTou>p{color:#666;font-size:.28rem;height:.4rem;letter-spacing:-.2px;line-height:.4rem;margin:.08rem;text-align:center;width:100%}.roomContainer .fastThree.weiTou .bodys{padding:0 .12rem .5rem;position:relative;width:100%}.roomContainer .fastThree.weiTou .bodys .visibleModal{width:calc(100% - .24rem)}.roomContainer .fastThree.weiTou .bodys>div{background:#fff;border-radius:8px;margin-bottom:.14rem;text-align:center;width:100%}.roomContainer .fastThree.weiTou .bodys>div>p{color:#333;font-size:.28rem;font-weight:700;height:.6rem;letter-spacing:-.15px;line-height:.6rem;text-align:center}.roomContainer .fastThree.weiTou .bodys>div>p>span{align-items:center;display:flex;flex-direction:row;justify-content:center}.roomContainer .fastThree.weiTou .bodys>div>p>span img{margin-left:.1rem;width:.3rem}.roomContainer .fastThree.weiTou .bodys>div>div{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:0 .1rem}.roomContainer .fastThree.weiTou .bodys>div>div>div.weutou{background-image:linear-gradient(-180deg,#fcfcfc 2%,#fff);border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 2px 4px 0 #f1f1f1;height:1.24rem;margin:.12rem 0;padding:.2rem 0 0;position:relative;width:1.02rem}.roomContainer .fastThree.weiTou .bodys>div>div>div.weutou.active{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880}.roomContainer .fastThree.weiTou .bodys>div>div>div.weutou.active>div.oddsItem{color:#fff}.roomContainer .fastThree.weiTou .bodys>div>div>div.weutou.active>span{display:block}.roomContainer .fastThree.weiTou .bodys>div>div>div.weutou.active>span.numhundred{background:#5fcc49;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;right:-.15rem;width:.9rem}.roomContainer .fastThree.weiTou .bodys>div>div>div.weutou>div.contentItem{color:#ff4941;letter-spacing:-.18px;text-align:center}.roomContainer .fastThree.weiTou .bodys>div>div>div.weutou>div.contentItem>p{align-items:center;display:flex;flex-direction:row;justify-content:center}.roomContainer .fastThree.weiTou .bodys>div>div>div.weutou>div.contentItem>p img{display:block;margin:.02rem;width:.22rem}.roomContainer .fastThree.weiTou .bodys>div>div>div.weutou>div.oddsItem{color:#959595;font-size:.24rem;height:.38rem;letter-spacing:-.18px;line-height:.38rem;text-align:center}.roomContainer .fastThree.weiTou .bodys>div>div>div.weutou>span{background:#5fcc49;border:1px solid #fff;border-radius:50%;box-shadow:-1px 1px 4px 0 #7e1f1f80;color:#fff;display:none;font-size:.24rem;height:.46rem;line-height:.46rem;position:absolute;right:-.15rem;text-align:center;top:-.2rem;width:.46rem;z-index:1}.roomContainer .fastThree.weiTou .bodys>div>div>div.quantou{align-items:center;background-image:linear-gradient(-180deg,#fcfcfc 2%,#fff);border:1px solid #e5e5e5;border-radius:2px;box-shadow:0 2px 4px 0 #f1f1f1;display:flex;flex-direction:row;height:1.24rem;justify-content:space-between;margin-bottom:.2rem;position:relative;width:100%}.roomContainer .fastThree.weiTou .bodys>div>div>div.quantou.active{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880}.roomContainer .fastThree.weiTou .bodys>div>div>div.quantou.active div.oddsItem p,.roomContainer .fastThree.weiTou .bodys>div>div>div.quantou.active div.oddsItem span{color:#fff}.roomContainer .fastThree.weiTou .bodys>div>div>div.quantou.active>span{display:block}.roomContainer .fastThree.weiTou .bodys>div>div>div.quantou.active>span.numhundred{background:#5fcc49;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;right:-.15rem;width:.9rem}.roomContainer .fastThree.weiTou .bodys>div>div>div.quantou>div{height:100%}.roomContainer .fastThree.weiTou .bodys>div>div>div.quantou>div.contentItem{padding:.3rem 0;width:2.24rem}.roomContainer .fastThree.weiTou .bodys>div>div>div.quantou>div.contentItem>div{align-items:center;display:flex;flex-direction:row;justify-content:center}.roomContainer .fastThree.weiTou .bodys>div>div>div.quantou>div.contentItem>div:first-child{margin-bottom:.1rem}.roomContainer .fastThree.weiTou .bodys>div>div>div.quantou>div.contentItem>div>P{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:0 .1rem}.roomContainer .fastThree.weiTou .bodys>div>div>div.quantou>div.contentItem>div>P>img{display:block;margin:.02rem;width:.22rem}.roomContainer .fastThree.weiTou .bodys>div>div>div.quantou>div.oddsItem>p{align-items:center;color:#ff4941;display:flex;flex-direction:row;font-size:.32rem;height:.48rem;justify-content:center;letter-spacing:-.18px;margin-top:.22rem;text-align:center}.roomContainer .fastThree.weiTou .bodys>div>div>div.quantou>div.oddsItem>span{color:#959595;font-size:.24rem;letter-spacing:-.18px;text-align:center}.roomContainer .fastThree.weiTou .bodys>div>div>div.quantou>span{background:#5fcc49;border:1px solid #fff;border-radius:50%;box-shadow:-1px 1px 4px 0 #7e1f1f80;color:#fff;display:none;font-size:.24rem;height:.46rem;line-height:.46rem;position:absolute;right:-.15rem;text-align:center;top:-.2rem;width:.46rem;z-index:1}.roomContainer .fastThree.weiTou .bodys>div>div>div.changpai{background-image:linear-gradient(-180deg,#fcfcfc 2%,#fff);border:1px solid #e5e5e5;border-radius:2px;box-shadow:0 2px 4px 0 #f1f1f1;height:1.24rem;margin:.12rem 0;position:relative;width:1.24rem}.roomContainer .fastThree.weiTou .bodys>div>div>div.changpai.active{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880}.roomContainer .fastThree.weiTou .bodys>div>div>div.changpai.active>div.oddsItem{color:#fff}.roomContainer .fastThree.weiTou .bodys>div>div>div.changpai.active>span{display:block}.roomContainer .fastThree.weiTou .bodys>div>div>div.changpai.active>span.numhundred{background:#5fcc49;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;right:-.15rem;width:.9rem}.roomContainer .fastThree.weiTou .bodys>div>div>div.changpai>div.contentItem{color:#ff4941;letter-spacing:-.18px;text-align:center}.roomContainer .fastThree.weiTou .bodys>div>div>div.changpai>div.contentItem>p{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:.28rem 0 .16rem}.roomContainer .fastThree.weiTou .bodys>div>div>div.changpai>div.contentItem>p img{display:block;margin:.02rem;width:.22rem}.roomContainer .fastThree.weiTou .bodys>div>div>div.changpai>div.oddsItem{color:#959595;font-size:.24rem;height:.38rem;letter-spacing:-.18px;line-height:.38rem;text-align:center}.roomContainer .fastThree.weiTou .bodys>div>div>div.changpai>span{background:#5fcc49;border:1px solid #fff;border-radius:50%;box-shadow:-1px 1px 4px 0 #7e1f1f80;color:#fff;display:none;font-size:.24rem;height:.46rem;line-height:.46rem;position:absolute;right:-.15rem;text-align:center;top:-.2rem;width:.46rem;z-index:1}.roomContainer .fastThree.weiTou .bodys>div>div>div.duanpai{background-image:linear-gradient(-180deg,#fcfcfc 2%,#fff);border:1px solid #e5e5e5;border-radius:2px;box-shadow:0 2px 4px 0 #f1f1f1;height:1.24rem;margin:.12rem 0;position:relative;width:1.02rem}.roomContainer .fastThree.weiTou .bodys>div>div>div.duanpai.active{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880}.roomContainer .fastThree.weiTou .bodys>div>div>div.duanpai.active>div.oddsItem{color:#fff}.roomContainer .fastThree.weiTou .bodys>div>div>div.duanpai.active>span{display:block}.roomContainer .fastThree.weiTou .bodys>div>div>div.duanpai.active>span.numhundred{background:#5fcc49;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;right:-.15rem;width:.9rem}.roomContainer .fastThree.weiTou .bodys>div>div>div.duanpai>div.contentItem{color:#ff4941;letter-spacing:-.18px;text-align:center}.roomContainer .fastThree.weiTou .bodys>div>div>div.duanpai>div.contentItem>p{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:.28rem 0 .16rem}.roomContainer .fastThree.weiTou .bodys>div>div>div.duanpai>div.contentItem>p img{display:block;margin:.02rem;width:.22rem}.roomContainer .fastThree.weiTou .bodys>div>div>div.duanpai>div.oddsItem{color:#959595;font-size:.24rem;height:.38rem;letter-spacing:-.18px;line-height:.38rem;text-align:center}.roomContainer .fastThree.weiTou .bodys>div>div>div.duanpai>span{background:#5fcc49;border:1px solid #fff;border-radius:50%;box-shadow:-1px 1px 4px 0 #7e1f1f80;color:#fff;display:none;font-size:.24rem;height:.46rem;line-height:.46rem;position:absolute;right:-.15rem;text-align:center;top:-.2rem;width:.46rem;z-index:1}.roomContainer .fastTree.officialBasicsPage{align-items:center;background-color:#f4f4f4;background:#f2f2f2;bottom:1.08rem;display:flex;flex-direction:column;justify-content:flex-start;overflow:auto;padding:0 .12rem .2rem;position:fixed;top:3.32rem;width:100%}.roomContainer .fastTree.officialBasicsPage>.bodys{padding-bottom:.6rem;width:100%}.roomContainer .fastTree.officialBasicsPage>.bodys>.decAlert{align-items:center;color:#666;display:flex;flex-direction:row;font-size:.26rem;height:.66rem;justify-content:space-between;letter-spacing:-.2px;padding:.1rem 0 .2rem;width:100%}.roomContainer .fastTree.officialBasicsPage>.bodys>.decAlert .redText{color:#ff4941}.roomContainer .fastTree.officialBasicsPage>.bodys>.decAlert .blueText{color:#007aff}.roomContainer .fastTree.officialBasicsPage>.bodys>.decLineString{align-items:center;display:flex;flex-direction:row;height:.28rem;justify-content:center;position:relative;width:100%}.roomContainer .fastTree.officialBasicsPage>.bodys>.decLineString>div{background:#999;height:.02rem;position:absolute;width:100%}.roomContainer .fastTree.officialBasicsPage>.bodys>.decLineString>span{background:#f1f1f1;color:#999;font-size:.24rem;padding:0 .15rem;z-index:1}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem{position:relative}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem.singleTWO .contentTitle{border-top-left-radius:8px;border-top-right-radius:8px}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem.singleTWO>ul{border-top-left-radius:0;border-top-right-radius:0}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem.hezhi>ul{border-bottom:1px dotted #e5e5e5;border-bottom-left-radius:0;border-bottom-right-radius:0}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>div.contentTitle{background:#fff;color:#333;font-size:.28rem;font-weight:700;height:.6rem;letter-spacing:-.15px;line-height:.6rem;text-align:center}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul{align-items:center;background:#fff;border-radius:8px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;padding-top:.2rem;width:100%}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li{color:#ff4941;font-size:.24rem;letter-spacing:-.18px;text-align:center}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li.threeTh{width:33%}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li.threeTh>div{align-items:center;display:flex;flex-direction:row;justify-content:center}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li.threeTh>div.active>div{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880;color:#fff}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li.threeTh>div>div{background-image:linear-gradient(-180deg,#f8f8f8 4%,#fff 55%);border:1px solid #f1f1f1;border-radius:3px;box-shadow:0 1px 4px 0 #ece9e980;height:1.12rem;margin-bottom:.2rem;width:2.01rem}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li.fourth{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-bottom:.22rem;width:25%}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li.fourth>div.active>div{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880;color:#fff}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li.fourth>div>div{background-image:linear-gradient(-180deg,#f8f8f8 4%,#fff 55%);border:1px solid #f1f1f1;border-radius:50%;box-shadow:0 1px 4px 0 #ece9e980;height:.82rem;width:.82rem}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li.fourth>div>span{color:#959595;font-size:.24rem;height:.4rem;letter-spacing:-.18px;text-align:center}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li.sixth{padding-bottom:.2rem;width:16.666%}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li.sixth>div{align-items:center;display:flex;flex-direction:row;justify-content:center}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li.sixth>div>div{background-image:linear-gradient(-180deg,#f8f8f8 4%,#fff 55%);border:1px solid #f1f1f1;border-radius:50%;box-shadow:0 1px 4px 0 #ece9e980;height:.82rem;padding:0;width:.82rem}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li.sixth>div.active>div{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880;color:#fff}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li.single{width:100%}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li.single:last-child{margin-bottom:.2rem}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li.single>div{align-items:center;background-image:linear-gradient(-180deg,#f8f8f8 4%,#fff 55%);border:1px solid #f1f1f1;border-radius:3px;box-shadow:0 1px 4px 0 #ece9e980;display:flex;flex-direction:row;height:1.24rem;justify-content:center;margin:.2rem auto;width:5.6rem}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li.single>div.active{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880;color:#fff}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li.single>div.active>div,.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li.single>div.active>span{color:#fff}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li>div{background:#fff;border-radius:.08rem;color:#ff4941;flex-wrap:wrap;margin:0 auto}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li>div>div{align-items:center;color:#ff4941;display:flex;flex-direction:row;font-size:.32rem;height:.48rem;justify-content:center;width:100%}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li>div>span{align-items:center;color:#959595;display:block;display:flex;flex-direction:row;font-size:.24rem;height:.38rem;justify-content:center;width:100%}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>ul li p{color:#959595;font-size:.24rem;height:.52rem;letter-spacing:-.2px;line-height:.52rem;text-align:center}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>.fastselect{align-items:center;background:#fff;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex;flex-direction:row;height:1.4rem;justify-content:center}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>.fastselect>div:first-child{align-items:center;color:#666;display:flex;flex-direction:row;float:left;font-size:12px;height:.66rem;justify-content:center;letter-spacing:-.22px;width:1rem}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>.fastselect div:last-child{align-items:center;color:#ff4941;display:flex;flex-direction:row;float:left;justify-content:space-between;position:relative;width:calc(100% - 1rem)}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>.fastselect div:last-child div{align-items:center;display:flex;flex-direction:row;justify-content:center;width:20%}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>.fastselect div:last-child div span{align-items:center;background-image:linear-gradient(-180deg,#f8f8f8,#fff 94%);border:1px solid #f4f4f4;border-radius:2px;box-shadow:0 3px 4px 0 #f4f4f480;display:block;display:flex;flex-direction:row;font-size:14px;height:.6rem;justify-content:center;letter-spacing:-.15px;text-align:center;width:.82rem}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>.fastselect div:last-child div span.active{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:none;color:#fff}.roomContainer .fastTree.officialBasicsPage>.bodys>div.listItem>.fastselect div:last-child div:last-child{color:#3ca2ed}.roomContainer .happyTenMin .box{position:relative}.roomContainer .happyTenMin .visibleModal{display:block;height:100%;position:absolute;top:0;width:100%}.roomContainer .happyTenMin .visibleModal.hides{display:none!important}.roomContainer .happyTenMin.differentBasicsPage{align-items:center;background-color:#f4f4f4;background:#f2f2f2;bottom:2.08rem;display:flex;flex-direction:column;justify-content:flex-start;overflow:auto;padding-top:.14rem;position:fixed;top:3.32rem;width:100%}.roomContainer .happyTenMin.differentBasicsPage>div.tabSelet{background:#fafafa;margin-bottom:.14rem;width:100%}.roomContainer .happyTenMin.differentBasicsPage>div.tabSelet>div{align-items:center;border-bottom:1px solid silver;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin:0 auto;width:calc(100% - .16rem)}.roomContainer .happyTenMin.differentBasicsPage>div.tabSelet>div>div{align-items:center;display:flex;flex-direction:row;height:.6rem;justify-content:center;width:25%}.roomContainer .happyTenMin.differentBasicsPage>div.tabSelet>div>div>span{align-items:center;border-bottom:.04rem solid #0000;display:block;display:flex;flex-direction:row;font-size:.28rem;height:100%;justify-content:center;min-width:.66rem}.roomContainer .happyTenMin.differentBasicsPage>div.tabSelet>div>div>span.active{border-bottom:.04rem solid #ff4941;color:#ff4941;font-size:.28rem;letter-spacing:-.2px;text-align:center}.roomContainer .happyTenMin.differentBasicsPage>p{color:#666;font-size:.28rem;height:.4rem;letter-spacing:-.2px;line-height:.4rem;margin:.08rem;text-align:center;width:100%}.roomContainer .happyTenMin.differentBasicsPage .bodys{margin-top:1px;padding:1px .12rem .5rem;position:relative;width:100%}.roomContainer .happyTenMin.differentBasicsPage .bodys .visibleModal{width:calc(100% - .24rem)}.roomContainer .happyTenMin.differentBasicsPage .bodys>.longhu{border-radius:0;margin-bottom:0}.roomContainer .happyTenMin.differentBasicsPage .bodys>.longhu:first-child{border-top-left-radius:8px;border-top-right-radius:8px;padding-top:.1rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>.longhu:last-of-type{border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding-bottom:.1rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>.longhu:last-of-type>div{border-bottom:none}.roomContainer .happyTenMin.differentBasicsPage .bodys>.longhu>div{border-bottom:1px dashed #c9c9c9;margin:auto;width:calc(100% - .2rem)}.roomContainer .happyTenMin.differentBasicsPage .bodys>.longhu>div>.twoTh{height:1.16rem;margin:0 .16rem .22rem;width:3.2rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div{background:#fff;border-radius:8px;margin-bottom:.14rem;padding-bottom:.12rem;text-align:center;width:100%}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>p{color:#666;font-size:.28rem;height:.6rem;letter-spacing:-.15px;line-height:.6rem;text-align:center}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>p>span{align-items:center;color:#333;display:flex;flex-direction:row;font-weight:700;justify-content:center}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>p>span img{margin-left:.1rem;width:.3rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div{background-image:linear-gradient(-180deg,#fcfcfc 2%,#fff);border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 2px 4px 0 #f2f2f280;margin:.1rem;padding:.2rem 0 0;position:relative}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.active{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.active>div,.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.active>p{color:#fff}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.active>span{display:block}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.active>span.numhundred{background:#5fcc49;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;right:-.15rem;width:.9rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div>p{color:#ff4941;font-size:.32rem;height:.48rem;letter-spacing:-.18px;line-height:.48rem;text-align:center}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div>div{color:#959595;font-size:.24rem;height:.38rem;letter-spacing:-.18px;line-height:.38rem;text-align:center}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div>span{background:#5fcc49;border:1px solid #fff;border-radius:50%;box-shadow:-1px 1px 4px 0 #7e1f1f80;color:#fff;display:none;font-size:.24rem;height:.46rem;line-height:.46rem;position:absolute;right:-.15rem;text-align:center;top:-.2rem;width:.46rem;z-index:1}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.foutTh{height:1.24rem;width:1.6rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.fastCars{background-image:linear-gradient(-180deg,#f8f8f8,#fff 94%);border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 3px 4px 0 #f4f4f480;height:1.04rem;margin:.2rem .28rem;padding:.1rem 0 0;width:1.24rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.fastCars.active{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);box-shadow:0 1px 4px 0 #b8b8b880}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.foutTh.doubleFace{height:1.04rem;margin:.3rem .28rem;padding-top:.1rem;width:1.24rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.foutTh.doubleFace:nth-child(4n){margin-right:.3rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.foutTh.doubleFace:nth-child(4n-3){margin-left:.3rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.threeTh{height:1.24rem;width:2.22rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.threeThSSC{height:1rem;margin:.2rem .22rem;padding-top:.1rem;width:1.9rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.twoTh{height:1.24rem;width:3.43rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.twoThFiveOne{height:1.12rem;margin:.1rem .26rem;width:3.06rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.fiveTh.happyTenMin{background-image:none;border:none;box-shadow:none;height:auto;padding:0}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.fiveTh.happyTenMin.active{background:0 0;border:none}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.fiveTh.happyTenMin.active>p{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);box-shadow:0 1px 4px 0 #b8b8b880;color:#fff}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.fiveTh.happyTenMin.active>div{color:#959595}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.fiveTh.happyTenMin.active>span{display:block}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.fiveTh.happyTenMin.active>span.numhundred{background:#5fcc49;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;right:0;width:.9rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.fiveTh.happyTenMin>p{align-items:center;background-image:linear-gradient(-180deg,#f8f8f8 4%,#fff 55%);border:1px solid #f1f1f1;border-radius:50%;box-shadow:0 1px 4px 0 #ece9e980;color:#ff4941;display:flex;flex-direction:row;font-size:.36rem;height:.82rem;justify-content:center;margin:0 auto;width:.82rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.fiveTh.happyTenMin>span{right:0}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.sixeTh.happyTenMin{background-image:none;border:none;box-shadow:none;padding:0}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.sixeTh.happyTenMin.active{background:0 0;border:none}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.sixeTh.happyTenMin.active>p{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);box-shadow:0 1px 4px 0 #b8b8b880;color:#fff}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.sixeTh.happyTenMin.active>div{color:#959595}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.sixeTh.happyTenMin.active>span{display:block}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.sixeTh.happyTenMin.active>span.numhundred{background:#5fcc49;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;right:0;width:.9rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.sixeTh.happyTenMin>p{align-items:center;background-image:linear-gradient(-180deg,#f8f8f8 4%,#fff 55%);border:1px solid #f1f1f1;border-radius:50%;box-shadow:0 1px 4px 0 #ece9e980;color:#ff4941;display:flex;flex-direction:row;font-size:.36rem;height:.82rem;justify-content:center;margin:0 auto;width:.82rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.sixeTh.happyTenMin>span{right:0}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.guanya{background-image:none;border:none;box-shadow:none;margin:0 0 .3rem;padding:0;width:20%}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.guanya.active{background:0 0;border:none}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.guanya.active>p{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);box-shadow:0 1px 4px 0 #b8b8b880;color:#fff}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.guanya.active>div{color:#959595}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.guanya.active>span{display:block}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.guanya.active>span.numhundred{background:#5fcc49;border:1px solid #fff;border-radius:1.36rem;box-shadow:-1px 1px 4px 0 #7e1f1f80;font-size:.24rem;right:.1rem;top:-.2rem;width:.9rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.guanya>p{align-items:center;background-image:linear-gradient(-180deg,#f8f8f8 4%,#fff 55%);border:1px solid #f1f1f1;border-radius:50%;box-shadow:0 1px 4px 0 #ece9e980;display:flex;flex-direction:row;font-size:.28rem;height:1rem;justify-content:center;margin:0 auto;width:1rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.guanya>span{right:.1rem;top:-.2rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.fiveTh{height:1.24rem;width:1.24rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.fiveTh.ColCenter{align-items:center;background:#fff;border:none;box-shadow:none;display:flex;flex-direction:row;justify-content:center;padding:0}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.fiveTh.ColCenter.active p{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);box-shadow:0 1px 4px 0 #b8b8b880;color:#fff}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.fiveTh.ColCenter p{align-items:center;background-image:linear-gradient(-180deg,#f8f8f8 4%,#fff 55%);border:1px solid #f1f1f1;border-radius:50%;box-shadow:0 1px 4px 0 #ece9e980;display:flex;flex-direction:row;height:.82rem;justify-content:center;width:.82rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.sixeTh{height:1.24rem;width:1.01rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.SSCTwoTh{height:2.62rem;width:3.43rem}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.SSCTwoTh.SSC.active>div,.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.SSCTwoTh.SSC.active>p{color:#fff}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.SSCTwoTh.SSC p{color:#ff4941;font-size:24px;letter-spacing:-.27px;margin-top:.72rem;text-align:center}.roomContainer .happyTenMin.differentBasicsPage .bodys>div>div>div.SSCTwoTh.SSC>div{color:#959595;font-size:12px;letter-spacing:-.18px;margin-top:.12rem;text-align:center}.am-modal-alert-content div.modalRules{overflow:auto}.am-modal-alert-content div.modalRules p{font-size:.24rem;text-align:left}.am-modal-button-group-h .am-modal-button,.am-modal-button-group-normal .am-modal-button{font-size:.34rem;height:.88rem;line-height:.88rem}.elevenSelectFive.officialBasicsPage{align-items:center;background-color:#f4f4f4;background:#f2f2f2;bottom:1.08rem;display:flex;flex-direction:column;justify-content:flex-start;overflow:auto;position:fixed;top:3.32rem;width:100%}.elevenSelectFive.officialBasicsPage>.bodys{padding-bottom:.6rem;width:100%}.elevenSelectFive.officialBasicsPage>.bodys>.decAlert{align-items:center;color:#666;display:flex;flex-direction:row;font-size:.26rem;height:.66rem;justify-content:space-between;letter-spacing:-.2px;margin:0 auto;padding:.1rem 0 .2rem;width:calc(100% - .32rem)}.elevenSelectFive.officialBasicsPage>.bodys>.decAlert .redText{color:#ff4941}.elevenSelectFive.officialBasicsPage>.bodys>.decAlert .blueText{color:#007aff}.elevenSelectFive.officialBasicsPage>.bodys>.decLineString{align-items:center;display:flex;flex-direction:row;height:.8rem;justify-content:center;margin:0 auto;position:relative;width:calc(100% - .32rem)}.elevenSelectFive.officialBasicsPage>.bodys>.decLineString>div{background:#999;height:.02rem;position:absolute;width:100%}.elevenSelectFive.officialBasicsPage>.bodys>.decLineString>span{background:#f1f1f1;color:#999;font-size:.24rem;padding:0 .15rem;z-index:1}.elevenSelectFive.officialBasicsPage>.bodys>div.listItem{background:#fff;margin:0 auto;padding:.25rem 0 0;position:relative;width:calc(100% - .32rem)}.elevenSelectFive.officialBasicsPage>.bodys>div.listItem.doubleSingle{height:1.8rem}.elevenSelectFive.officialBasicsPage>.bodys>div.listItem:last-child{border-bottom:none}.elevenSelectFive.officialBasicsPage>.bodys>div.listItem:first-of-type{border-top-left-radius:8px;border-top-right-radius:8px}.elevenSelectFive.officialBasicsPage>.bodys>div.listItem:last-of-type{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.elevenSelectFive.officialBasicsPage>.bodys>div.listItem:last-of-type>.fastselect{border:none}.elevenSelectFive.officialBasicsPage>.bodys>div.listItem>ul{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;width:100%}.elevenSelectFive.officialBasicsPage>.bodys>div.listItem>ul li{align-items:center;border-radius:.08rem;color:#ff4941;display:flex;flex-direction:row;font-size:.24rem;height:1.3rem;justify-content:center;letter-spacing:-.18px;text-align:center;width:16.6%}.elevenSelectFive.officialBasicsPage>.bodys>div.listItem>ul li.titles div{background:0 0;border:none;border-radius:100px;box-shadow:none;color:#333;font-size:.24rem;height:.5rem;margin:.15rem 0;width:100%}.elevenSelectFive.officialBasicsPage>.bodys>div.listItem>ul li div{align-items:center;background-image:linear-gradient(-180deg,#f8f8f8 4%,#fff 55%);border:1px solid #e5e5e5;border-radius:50%;box-shadow:0 1px 4px 0 #ece9e980;color:#ff4941;display:flex;flex-direction:row;font-size:.36rem;height:.82rem;justify-content:center;margin:0 auto;width:.82rem}.elevenSelectFive.officialBasicsPage>.bodys>div.listItem>ul li div.active{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:1px solid #ff4941;box-shadow:0 1px 4px 0 #b8b8b880;color:#fff}.elevenSelectFive.officialBasicsPage>.bodys>div.listItem>ul li p{color:#959595;font-size:.26rem;height:.38rem;letter-spacing:-.2px;line-height:.38rem;text-align:center}.elevenSelectFive.officialBasicsPage>.bodys>div.listItem>.fastselect{align-items:center;background:#fff;border-bottom:1px dashed #e5e5e5;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex;flex-direction:row;height:1.4rem;justify-content:center}.elevenSelectFive.officialBasicsPage>.bodys>div.listItem>.fastselect>div:first-child{align-items:center;color:#666;display:flex;flex-direction:row;float:left;font-size:12px;height:.66rem;justify-content:center;letter-spacing:-.22px;width:16.6%}.elevenSelectFive.officialBasicsPage>.bodys>div.listItem>.fastselect div:last-child{align-items:center;color:#ff4941;display:flex;flex-direction:row;float:left;justify-content:space-between;position:relative;width:83.4%}.elevenSelectFive.officialBasicsPage>.bodys>div.listItem>.fastselect div:last-child div{align-items:center;display:flex;flex-direction:row;justify-content:center;width:20%}.elevenSelectFive.officialBasicsPage>.bodys>div.listItem>.fastselect div:last-child div span{align-items:center;background-image:linear-gradient(-180deg,#f8f8f8,#fff 94%);border:1px solid #f4f4f4;border-radius:2px;box-shadow:0 3px 4px 0 #f4f4f480;display:block;display:flex;flex-direction:row;font-size:14px;height:.6rem;justify-content:center;letter-spacing:-.15px;text-align:center;width:.82rem}.elevenSelectFive.officialBasicsPage>.bodys>div.listItem>.fastselect div:last-child div span.active{background-image:linear-gradient(-180deg,#ff4e56 21%,#fc8084);border:none;color:#fff}.elevenSelectFive.officialBasicsPage>.bodys>div.listItem>.fastselect div:last-child div:last-child{color:#3ca2ed}.lottery-detail-list,.lottery-detail-list-2{background:#fff}.lottery-detail-list .lottery-detail-list-item,.lottery-detail-list-2 .lottery-detail-list-item{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;height:2rem;position:relative}.lottery-detail-list .lottery-detail-list-item img,.lottery-detail-list-2 .lottery-detail-list-item img{height:54px;left:23px;position:absolute;top:50%;transform:translateY(-50%);width:54px}.lottery-detail-list .lottery-detail-name,.lottery-detail-list-2 .lottery-detail-name{margin-left:1.86rem}.lottery-detail-list .lottery-detail-periods,.lottery-detail-list-2 .lottery-detail-periods{color:#999;letter-spacing:-.18px;margin-left:.56rem}.lottery-detail-list .lottery-detail-periods.coming,.lottery-detail-list-2 .lottery-detail-periods.coming{left:1.86rem;margin-left:0;position:absolute;top:.85rem}.lottery-detail-list .status,.lottery-detail-list-2 .status{color:#333;font-size:16px;letter-spacing:-.23px;position:absolute;right:.38rem}.lottery-detail-list .ball-list.header li,.lottery-detail-list-2 .ball-list.header li{height:21.6px;line-height:21.6px;width:21.6px}.lottery-detail-list .ball-list,.lottery-detail-list-2 .ball-list{margin-left:1.72rem;margin-top:.52rem}.lottery-detail-list .ball-list li,.lottery-detail-list-2 .ball-list li{color:#fff;float:left;height:.42rem;line-height:.42rem;text-align:center;width:.42rem}.lottery-detail-list .ball-list li:after,.lottery-detail-list-2 .ball-list li:after{margin-left:.26rem!important}.lottery-detail-list .ball-list.null,.lottery-detail-list-2 .ball-list.null{color:#666;font-size:.5rem}.lottery-detail-list .ball-list.pk10.header li,.lottery-detail-list-2 .ball-list.pk10.header li{margin-right:.12rem}.lottery-detail-list-2 .lottery-detail-list-item-2{border-bottom:1px solid #e0e0e0;height:1.8rem;position:relative}.lottery-detail-list-2 .lottery-detail-list-item-2.luck8{height:2.4rem}.lottery-detail-list-2 .lottery-detail-list-item-2 .wxh_lottery_detail{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.lottery-detail-list-2 .lottery-detail-list-item-2 .lottery-detail-periods-2{color:#333;letter-spacing:-.23px;margin-left:17.5px;margin-top:13px}.lottery-detail-list-2 .lottery-detail-list-item-2 .lottery-detail-time-2{color:#999;letter-spacing:-.2px;margin-left:.15rem;margin-top:14px}.lottery-detail-list-2 .ball-list{bottom:11px;box-sizing:border-box;left:0;margin:0;padding:0 .36rem;position:absolute}.lottery-detail-buy{background:#fff;border-top:1px solid #e0e0e0;bottom:0;padding:6.5px 0;position:fixed;width:100vw}.lottery-detail-buy div{background-image:linear-gradient(-180deg,#ff4941,#ff4941 98%);border-radius:6px;box-shadow:0 2px 4px 0 #ff4d5580;color:#fff;font-size:16px;height:44.3px;letter-spacing:-.89px;line-height:44.3px;margin-left:auto;margin-right:auto;text-align:center;width:83vw}.ball-list.pk10 li{border-radius:2px;font-size:14px;margin-right:.12rem}.ball-list.pk10 .eight{background:#ff7878;box-shadow:0 2px 4px 0 #ff7878}.ball-list.pk10 .seven{background:#999;box-shadow:0 2px 4px 0 #999}.ball-list.pk10 .ten{background:#5fcc49;box-shadow:0 2px 4px 0 #5fcc49}.ball-list.pk10 .six{background:#5c57cc;box-shadow:0 2px 4px 0 #5c57cc}.ball-list.pk10 .three{background:#606060;box-shadow:0 2px 4px 0 #606060}.ball-list.pk10 .one{background:#ecca00;box-shadow:0 2px 4px 0 #ecca00}.ball-list.pk10 .nine{background:#a23f4b;box-shadow:0 2px 4px 0 #a23f4b}.ball-list.pk10 .five{background:#20c5d3;box-shadow:0 2px 4px 0 #20c5d3}.ball-list.pk10 .four{background:#e8803f;box-shadow:0 2px 4px 0 #e8803f}.ball-list.pk10 .two{background:#3ca2ed;box-shadow:0 2px 4px 0 #3ca2ed}.ball-list.lucky28{font-size:13px}.ball-list.lucky28 li:first-child:after,.ball-list.lucky28 li:nth-child(2):after{color:#666;content:"+";font-size:20px;margin-left:9px;position:absolute}.ball-list.lucky28 li:nth-child(3):after{color:#666;content:"=";font-size:20px;margin-left:9px;position:absolute}.ball-list.lucky28 li{border-radius:20px;margin-right:24px}.ball-list.fast3{font-size:13px}.ball-list.fast3 li:first-child:after,.ball-list.fast3 li:nth-child(2):after{color:#666;content:"+";font-size:20px;margin-left:16px;position:absolute}.ball-list.fast3 li:nth-child(3):after{color:#666;content:"=";font-size:20px;margin-left:16px;position:absolute}.ball-list.fast3 li:last-child{color:#333;font-size:14px;letter-spacing:-.2px}.ball-list.fast3 li{margin-right:24px}.ball-list.fast3 li.one{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAA4VBMVEX19fUAAADy8vLx8fHt7e3p6em/v7/09PTx8fG8vLz4+Pjn5+e+vr68vLz39/e9vb27u7v////z8/Px8fH39/fv7+/8/Pzt7e3r6+vn5+fp6en5+fnl5eXj4+Pg4ODe3t7i4uLExMTJycnGxsbBwcHKysq+vr7QAhvPBR7Z2dnR0dHMzMzW1tbPAhvb29vPEinOzs7ef4zQOkzQGS/PDCTx4OLt3N7T09Ppur/PRFXPMEP15ebfkJrQWWjZUmLPKDzPIzjmsrjfjZjei5bYcX3XcHzYb3zYbXrZV2bZUGHRMETfbwx7AAAAEXRSTlMcAOam6qYc7e3t5ubm5qampoFj9PsAAALHSURBVEjHhdVpc6JAEAbgzrn3wRzOMDBAzHqgRqPm3iSbvY///4O2G4TJgJRdfrHsp95uiy5gD96/Fl4xv3hVUu4fYDu8YI1++niC1UK+BDhgzBNFM5dKa60UL4DL4PIA9nlTSB2GYRxba7MkCwvkxD5I6QmmtDGmEDGJJElj7HRTgSJREcYVzoKkAoVIQwRVgSJBpJhGKhQEvIw0VbUAjS0bQZHPSQE2wlQhYDZi84fUwDQyLGMbYLQuphJOuD0sFgES5eoQksAMUQMkJFxEVoqQlaAUgopEkeHtUU+lKQLiGIkWUVQCInUGkvi5kIwzsCRULyLhT0XAnyrGX8GSiHq9HoFSuM29qVAoxiDDbzIgEDlCopWBxCJIssxGgS+426OxuWKQJkkYIKCqhQOaQFjvESJIExmQ6MgwXkZGIBWBJxBcLh//Lq9Q6FK4DA7zeRJsqhY3/y7GZ+P11y0ZGvK5DRricrUYj0ajszVmNO/DQJ7HQUN8/3JxNsIaL/2HnUgIs9x4AMXvCjxK79+loWKYzZQDZcbPu3Kk8Z8t99ECWPe3T7T0eLHk7fuA65kJGuLzw+ppvVisV1ft+wjh+tp6gMjNw+3q7u72pn4S3VQGJpO0ASjj/sevb5eCta9Ww/kkD9qi8z4UgknUFv59SJfBYXo+0UGzuu9DwHR6nrb7u55dKWAwnU567Qhf1IAJ6KMwwW5REkFgMHAROwRDcNpHEgfbqhasEoIAiWnUIfwMTgknp0gGebAjQ5CgJDg5OcGMftIF3FQ4EhL4hIIyzK4MVrxGEFRC7QBKK4kZMKxE33YIMoLp8jUiYUiiJPNe5x4cT6EU8JYEEcyYqO0i0jHemjFIDuHjsBAUgWTGtwCVZNbGmIHiCI5fkagXGeQm8rqZSdOkEEjMIcDe8Yd3w2oREoPpLFZc4CCMK5vn8zStyJsj2PsPTb7WGtfoKNwAAAAASUVORK5CYII=) no-repeat 50%;background-size:contain}.ball-list.fast3 li.two{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAA5FBMVEUAAAD19fXy8vLx8fH29va9vb3r6+u8vLzt7e2/v7/r6+u8vLzu7u7n5+f19fX////////x8fH39/fv7+/09PTt7e3r6+vz8/Po6Ojl5eX9/f3j4+P6+vrq6ur29vbn5+fe3t7i4uL8/Pz5+fng4ODh4eHJycnFxcXLy8vCwsK/v784ODgzMzPc3NzW1tbHx8fIyMja2trT09PNzc3Q0NDExMTOzs5paWlPT0/Y2NjBwcFGRka7u7tKSkpCQkKgoKCPj49iYmJcXFw+Pj6xsbGqqqqYmJh5eXlmZmZXV1eFhYVycnLwRdQ8AAAAEHRSTlMA6+amHOamphwc7e3m5qYcPkDSbAAAA2RJREFUSMd11Wl7mkAQB/Bpm94Xyx6wghxGqtFIKlqPqjl6H9//+3Rml0VJ6D55kzz8npn/MhMA3r975JuT4A8dUZ/AHuYO54+fnAGcPRL4sCPm+RZBIBrBH53BkwCfaIgVjEuplJQ8ELaEE4w/gcesLQSTYZimOoryPB9qxWwVJx4D5/inRgimVL8fphoPkeEwizg+7wjnIK2wQQIppRFEIhQFikxzBO6AJGHbShjnBJzQTmT9Y1eA2aQVAivicUKnpkZeIJjpwBWBfi0Y3SKRB10VQxQ5r4tA2FeKuqLbJ1ALFbZzZDlFN8AIGeANtYTL0dTQ9nohTcNQKX5O74yaaroi0NQgEZocoHWKNc5jEuJivfvynR9F2BIUI4BI6zBkcXyOYnSYXl5Ob4xQtobrimJE1BREJHqDOI59/+cOweWOt3KY241MDokCcvxNEMAi6wOB6/IkR+sN5gJBkee6h2eA4Ofv6+n060bZUUZgb/f4BqUQkA0L5XmeEd/WvzeHza27XSea281CEcAsGwrPie9/1+sf8vR2+2ZKXFeRAVmvBoNBnMy5TwsXuK5cjno/mID5LPLsQUHJccoROCHb+yEJaAewiBNUo2sSlYDtPPRa4rwtCBznKhRQbpXXKYKgvR8NKGUDTrpKUHR0FSYIlNcWBri7ujdXCKpSe6fH1ejeDwxdVcV9QKJ7P7RMYFnNW8B1ZXMQOd0P7sNqWfW8+yQ+Ea6EEUGCYMkeALsfJkd+mkP5PixWy/wesMEph/hxmB6+UQ5pBA4aLBYr6qk7x82OdnbfvHOBFcbjxQp76iySfLkm8KvpykfwAUXZ6xZzCzbudgMCH0moTjBg681X3NlfbhITAlck2imO+3F7t9ntNjf1XAUiSXwYofgwHnqdNcI/67u7W+GmXQgCo6srFGGn6MXLfVm/QWY/PHDxaTSiGuw/otkPLjkSBBejEbW16BZudoVU9sMDkwuscUXR1X8EAdG3nxHOYPKZhIledN4VCZbazwgSmEw+EzHRK94J/H6kGwFPJxPqqo6+FQ9ErAr6D4+E2noDz/comrbG4zL0T5/mOsuGRY4kNUWewcvX+30jqMhiURZaMcFkPx3O5/PZrBbU1qsXAC+fU1dESJjRWuFWVVVVltvt1oiavH32Av4B8CrloeK6YYcAAAAASUVORK5CYII=) no-repeat 50%;background-size:contain}.ball-list.fast3 li.three{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAA5FBMVEUAAADy8vLx8fH29vbz8/Pt7e3p6em8vLzt7e2/v7+8vLz4+Pjn5+e+vr68vLz39/f////////x8fHr6+vn5+fv7+/j4+P29vbt7e309PTz8/Pl5eX9/f36+vr4+Pjg4ODe3t7Hx8f8/PwzMzPKysrExMTAwMDLy8vCwsLOzs7c3Nw3Nzfa2trW1tbS0tLQ0NBQUFDU1NRJSUlCQkI+Pj45OTnY2Ni9vb27u7uenp5paWlXV1dFRUWwsLBmZmZiYmJbW1urq6uPj4+KiopNTU22tralpaWUlJSFhYV5eXlqampycnLBtpf8AAAAEXRSTlMA5qYc7eqmphwc7ebm5uamHH1vYCwAAANHSURBVEjHddbpVqswEADgUe++kxBIoAi3VWtb6N7axX3X+/7vc2eSAFJwzvGHNd+ZmYxjBPjz+/shhl+EshGYYHkIsbd/AHDwQfl4vARKFcQCVQjx4QD2AzyBBE0hmJCScylFoEiUOZjYhz1mBJ2nL8WkixF6FHHIGWUpxR4IgR8VORTjGHgeQ4s48QSez4kQII1AgiiQUhrhWoAiCQUBGyBJMBKHPhNUfCHCXCS8rAqwN2mEwowYuQhtHwT6YcCCHFjB6BaJNFbVx06MABd/SFXR7RPIhVsViUeta6CFDHwEpaj1QVUFFhAReKlI9Ee1HFa4ug8IQwKHEQl1+np+fSPeEyJAAh4JFkU0uOPpotMZrLXghSBi20ABHolWOyLycj7odDrngkRJyhwSBdB3CgGJzZTALKv2UXbuKQQxpmhhtBG8bGeLxXzMGQlRpCgnKJWCJI654zhaXGy299PxLd1ucx+uCqCfxMrJxc2/zeZJVm+XE7DC0yBpWdBuR34qzAR3qiJAhClI+55jAgV17pMIrNjJ4UkCoQWmczPBcLXymn4TuYJl6joVQeBhvBjMLlh9P1wF2ZI7uyLdznEe86yyHwXIpLMjosfxAsFizWpVuT5MMu7sivV2NsAMT/V5EJhQ02WQOLkcz+az+1V9P7Dp4TDeBe3o7vJ6e/1c349Q+jAaphVgqrq4u7sxEwwqWyt86I0mLWeXRHo/jKg0HhAYsRooJ6i8Sh8+gt7Ic2oCAQm1ni6mF9SH1EJo0BvmNdUmuKYVHKxYPnOFoNvt9bCmxiT+9YzAZVHVIYIjFFmrWaRXOsN9frsBtgV/SfBG0Gab8XwwmF/m+0GPAvwlUevC7sft1Xg6HT/a/aBnBAGKo27sNOZwn1+vrm5VvoMKBRwb4TaKVjR6yMwOKmYeHjg9PtaCNQsahxFCv1UISCAp7rZ55kpy8/DASS66/B1BQHHzjAgGJ4U4ihvvigRzzTOCBIEhJIaiEfjcCwsBP880sK0vVU1EnP786mcE4yN8PkOBBIGeYeb6b0+LMEliFJSDyCf4+m1lhZ1Irzeh/xgUk9yN0zTt960g8vELwNfPv87eki4S3KrhcDLJlsulFpb8+PQF/gNja+Yt4m4NYAAAAABJRU5ErkJggg==) no-repeat 50%;background-size:contain}.ball-list.fast3 li.four{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAABdFBMVEX19fUAAAD19fXy8vLy8vLt7e29vb2/v7+8vLzn5+f39/ft7e3p6em9vb27u7v////x8fHz8/P39vbv7+/s7Oz9/f3o6Ojj4+P6+vr19fXu7u7g4ODq6ur4+Pjr6+vm5ubi4uL8/Pzl5eXn5+f5+fnf39/QAhvJycnFxcXQBR/Ly8vDw8Pe3t7Nzc3Hx8fIyMjd3d3AwMC+vr7QCSHa2trY2NjV1dXT09PPz8/CwsLQITbR0dHOPE3PJTrPHDLZeYXfUmPWRlfPQVLWJDrPGC7PFSzPDSW8vLzhiJTlcX/SYG7PSVnPRlfTPE7aN0vRMkXOKT3QGjDPECfSDyf78fL17u755+n64+Xo3t/42t7c3Nzv09ft0NP2z9PmzM/pub/xtb3es7jnrLPloarjmKHdl6DjannUa3jOS1vYKj/UFy7x6uro4OHv3uDux8zeqbDeoajtm6XhkJvpipXZipTbfonnfInhYG/VXGvgWmvQVWTYLkOAfDFXAAAAD3RSTlMcAOvmpurmHO3mpqampqa86A2MAAAD70lEQVRIx3XVZ2PTMBAGYLE3sSzVsWzXdpMmJJCUQFab0ZYCBboHe++99/jz3MmSUpOgb2385O6VfBHZRQ7vHodlmyVgUUH1svRibM9eeJzsFjY8PgBC2ADoDkCNYLsJ2UupsIHsFBbzeBhyjylhalhsL9ljSWFqCMtznHw+l83GceznuIVmIPYQxpSQfQmLh0Hg5KMoJ4nvF7Is1RXxEgEEEPU4lwJJFoQPopJjAPQiHAUS+H74goGAGlpUAkoNgGxeIgRWBKJEhDmwq0KhUouoLkICnghLyHAAvBFd1WKmihAnCLnMYUugSoShI7tSolKpxBhdAhTco7j/WnjDObArKkE+7zhhyCbhGJIaOjkCrGGEI3OQKMo7AZ90UYgH5zbXn7KBcJ6tbq4+0gJjUJLNRY5jue4kiAedxWKxfHkgns3Wi8VFFLhXWeyAZFGMTbiuOz7+c7ZcLBY3GQp8m4KFi/CP8jloS9bwQJAY/hIIoMhypw6fX7yrc9zvXUDQ0cljBH4c58ZgTQBYWr9Yr2/132ByJDdX+ovl8uKqOUEPQMH3eSaTkeLJ8nq/szE32N0Xvf6FC/05vbsFB0Ct4NOMFk9/v1z+dk2Y3b2/tNLrLd2MtMgiqBTGFJiYcO071/QJYhH+9uPXD/rMcT5gWxu3s5lkgcDkNghqBE/PB0cQKZAkT07QdKWEfq9CQZoNJ5MSk1AjLQIlgDiUNJtcAy1MjfR8RAgEaTU9A4a6GpoPxyatVphJCwQoUvOh3l0A7ZYKbYjaq5HzwQVpt/1/AYrR8xF5Nul2GymQTo5k53wwm0x323jSaeIqoXN4WlCbVKenrSGg5gNrvANh5oPbAKrTsXn0xvf55/dUcMwhLnfqnSeQQ9VgElRNT7fWtsvl7YeDHJdxROuPTXIK4OTJqunpynmcuFdmd+1eMqK6K28cwAkQLVXilwSvb2hxR42o3l0KschpFDwBz9de1+vbr67q87i60t8ql7fOCSXwUiBTKLpJiU/za+fP/7kymI+5hY3Z2Y3Paj7kNUJKIE6cTE574suP+fkr1wdnfv3Fy4WFObz0EoGhS6WpKRCO2qeH99Ln8f7xXfVeWQwAFeTUqVIJa6RPzwhXTxRlyV1FZgBgW9WRwsyH4OriIWdmoMYURg//IxDQAC8FBjXIWSlkdH9sFEFh5dU1whg5e/bMmVNAMHqbjQR2kM1JEYIg+0HMzOjoTTEk3NDHX3i8RgLO95Hjl7CGFPIMm46982kWVQq+HwPJYxF+hBw4eOmSEVikWm35EbeE5QV5v9Fo1GpKRCD2EbLrwDHoCkgi5KsFQ9XtttutVrPZlCIh0aGjZNdfrLb9+txO47gAAAAASUVORK5CYII=) no-repeat 50%;background-size:contain}.ball-list.fast3 li.five{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAA9lBMVEX19fUAAADr6+vy8vK9vb3x8fHr6+u8vLy/v7/09PTx8fG8vLz4+Pj39/fz8/P////x8fHz8/Pv7+/8/Pz39/ft7e3r6+v19fXp6enn5+fl5eXj4+Pf39/h4eH5+fkzMzPJycnExMQ3NzfGxsbb29vLy8u/v7/W1tbBwcHNzc3Z2dm8vLxOTk5HR0dpaWnT09PR0dFfX187OzuRkZFmZmZjY2NKSkpCQkI5OTnQ0NCdnZ1XV1dERERQUFA+Pj7Y2Nirq6ulpaV7e3tAQEDPz8+3t7evr6+KioqFhYWCgoJaWlpSUlJ4eHhtbW2zs7OysrKOjo5ycnICErxgAAAAD3RSTlMcAOnm5qamphzt7e3mpqasvHVkAAADkklEQVRIx33W15baMBAAUKX3IGmR3CE4EIfee9mW7an//zOZUbOJk8zuCxzdM80CyCPy7m1VhQf/NpjHbFAbnD95BsfJK69qw4M/A1gBMCf4a0LeM+Y5YnJQLoSUQnAjXA7Kn5En9A9BhR8EQRhFSZLEoaRocvGEcK6EOy6lDyCEQBLHccSPqiKiKJgQAoQmkRFxyAHYIAKFJlA7Fq9zBDYHhs+YA9CbMAIyQlgRBjoHkmbIbBLiG0FxlEjgpcuRiwQmZoAvperDACNksQ+MxLROAiUEwxUUhesjr4ppoASvacAokvKsUPiqDxKGQGStpkRjsLs/K+Y4G+/mXSs4A0IiFPREicZiVa+nG+6me96HNyZWRFgBiUD4JxAAvvbTer3e5y7HfAlvpANblgBBEnjlVQBAjsECwTKzfazHOwQLu8FEgSQJKxUtLrbL1erQk1QPS8az3iRNJ2O3DwEAnESA8WOw7S0epm668m7c2+16UzfdAEAzjhkAnePs12AwFZ6b7uhiNh5fxO7ZjTQ4qTjhdThM1wggyfXmKoCwKSiAZlTRYTrHW8GcEMf3QzDSaYaVsgi73ehvT6L0SKcTVEriqrdKl99RaOCeK5+R7FQWgSKd7QT2cZkV7ocFHskyUSmEEud7BKsNLVUVIJAlsNlewoYPU7cP9+xChmHmmnbi82y/PCx73fL9kACGyRFQ5GZ2v72/Ld+PUHhkNGqWQe365ubMfGQe5eBV8mU0PCkJM10FXAoUzCPt9ZpWSgICABCWFPuQ1Sppt9d5E8H0221W2CDbLFaLa+xDKAEPGoD20J6Pt5O0Pvmciw1ewbRL7c4ZZGi12l9sTXfqiu5dVd54iWDmqqoC+AAiM2CAIL2MbCMdfUV7drpMARRSg68Pl3AjF9S2Tge9Q5oeZp4RHoKPKEZ6suezh36/d5cP6+d83+/vz80GGSwGAIgPrVidqE2/zecXQT5e/3Ywn08ZLEQLBqDxEUnL10c63dHxQtZXGW4QBOUAYHGNRkPlKG1Pg/zWcsGRkM8ogLRzUSYAhNRfPOSTFS35H8DM1winAKz4kPxLnNAgUAII+YTCkCH/K6n6URgAUYI8/YTEtn7qlc/LBD/hQ8gB5DF50dXCjLeVBdXiaR7ipzaSQJX1nLx80wWSN9Jqt7MklFT9hIg7TQgjQhCPCXn08gVWBcOyZQH5sh6NhsMsOz3tILFJHj8nj34DNMzeeVG7IyEAAAAASUVORK5CYII=) no-repeat 50%;background-size:contain}.ball-list.fast3 li.six{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAA81BMVEXw8PDz8/MAAAC9vb3y8vLv7++8vLy/v7/09PTx8fH4+Pjn5+f39/fp6en////////x8fHz8/P39/fv7+/19fXt7e38/Pzr6+vp6enn5+fl5eXj4+Ph4eHf39/5+fnIyMgzMzPFxcXd3d3CwsI4ODg1NTXOzs7Ly8u/v79ERETV1dVHR0diYmI7OzvX19fS0tJpaWnZ2dnQ0NDKyspRUVE/Pz/b29u8vLxXV1dOTk5KSkqdnZ2QkJCEhIRfX194eHhycnJmZmZdXV23t7evr69ubm5bW1uqqqqBgYF8fHxMTEympqakpKSTk5OKioqxsbGUlJRDDtFzAAAAD3RSTlPoHADppqamHO3t5uamphzRTH4uAAADuUlEQVRIx33W52LiMAwAYNPbkxjHOJOjzCaEJFD2pu319nj/pzl5p7fU/oHyVZZkAeji7euXDREu/OrALtbh6CAEPaldoNpzt6HDhR8FcAVgI8iLGnqMsWuIyuEQShmjlEhhczjkMULOb8Khnu/7QRhGURQHzOHGCoQIqQrXYcwDEEBwEsdxSB6cCtGqwJRSEJKESnQCAkAHolxIAmcnAEQOkUSLjoexAVAbVQIyQmgR+DJHxEWAdRLkKeHwVnICD00OKyLomAIeY6IOBZQAYgQAEKp05AtBMR+BFbaOyqmwBEKQFgfyKS10Dls5T4GCAAhrtYTolsn9h2qOD4ckW2pBMBAUcuE0hbjcjNvt3paY7n4Z9drtsRYhBoFCEF4TAsCR/709IiZHlvTb7X6pS6cgUASP3DoAyFFuAPSTVNcxvRHgs55gJEAUBfW6FMdV0uvN18yRzWLxeT3u98c3Zh4UADgmAMSPcvV5M9uZ7rL9YZ0k653prg+gE8cYgMzx4VSWP6lrult8Oh8On2Jzd0MOOnGzboQ7IdBdJYBEd9tbH0KngLYuFmFdhqqcbwU2gj7cD4rRZBHUrchvB3JRlQi/7O68yk1kLppMfANa+3mvl4VWpDfQpSy298rDKM+ZAdsRn8OpZcRRzOE7A6GAi9KcGvBegDkFISoP7wVY2f3wAaTMAj6nXhLrFHnG/0Nvxszd9TiwRX+/2cznSQbNUuS0Ssbj5Gj3A4ouisiA+JStVocr1V0Ad+X9bHb/zuxHQF00LRZ1E/52/y1tNo1wbz+ePl5X9oM00GCayknbsKL6xiAEdgFMnfqfAoiYII6qe84akGEwtUX4u/f7tHJL8HbT29w5QKgQcNEADApT9Ipf/64VW9HWJReEAwwZhsPBQJ9pLwY3M6dy5cadzakaAN6BSBUo5aRDXcjkkPAMn/V+YAGuQTAJjjO4fOONo0t3yjU8MT+7SrgCvIMchezs1/NsNFp/tM3aZfDE7KvaDwyDaaBLENfDWF7vb++z7JNv2+vtyyzbYX3bMeZACk++ZLIsHg5kepuru+sQADC47qUgQzu9KqhsLaGEE9SV4hp6+28CgDL5wYOuQACAHOw/AKuPEeIAACELif4lmo7vCwEEXXHRlaIgfyUNLwx8IEKgR1ecXKrSc/fP17OIv8MHkAMIQk+XQuhmDXO/UX01CTpxHHHii2M9Qc8eLYHYQuAuplHAHPEVIp4sFh0tAhCohi6ePYVTCaIEENiqokjTNM8nEy4UefWmdvEL3b/kcGVjFLMAAAAASUVORK5CYII=) no-repeat 50%;background-size:contain}.ball-list.hk-lottery{font-size:13px}.ball-list.hk-lottery li{border-radius:20px;margin-right:11px}.ball-list.hk-lottery li:last-child{margin-left:.4rem}.ball-list.hk-lottery li:nth-child(6):after{color:#666;content:"+";font-size:20px;margin-left:15px;position:absolute}.ball-list.happy8{margin-top:.22rem;padding-right:1rem}.ball-list.happy8 li{background-image:linear-gradient(-180deg,#ff666d,#ff4941);border-radius:20px;box-shadow:0 2px 4px 0 #ff535b;font-size:14px;height:19.2px;line-height:19.2px;margin-right:.2rem;width:19.2px}.ball-list.happy8 li:first-child,.ball-list.happy8 li:nth-child(10),.ball-list.happy8 li:nth-child(2),.ball-list.happy8 li:nth-child(3),.ball-list.happy8 li:nth-child(4),.ball-list.happy8 li:nth-child(5),.ball-list.happy8 li:nth-child(6),.ball-list.happy8 li:nth-child(7),.ball-list.happy8 li:nth-child(8),.ball-list.happy8 li:nth-child(9){margin-bottom:10px}.ball-list.other li{background-image:linear-gradient(-180deg,#ff666d,#ff4941);border-radius:20px;box-shadow:0 2px 4px 0 #ff535b;font-size:13px;height:24px;margin-right:.22rem;width:24px}.show_blue{border:1px solid #4a90e2;border-radius:.04rem;color:#4a90e2}.show_red{border:1px solid #ff4941;border-radius:.04rem;color:#ff4941}.show_grey{border:1px solid #ccc;border-radius:.04rem}.show_green{border:1px solid #57c946;border-radius:.04rem;color:#57c946}.show_gold{border:1px solid #f5a623;border-radius:.04rem;color:#f5a623}.show_black{border:1px solid #333;border-radius:.04rem;color:#333}.show_tu{border:1px solid #666;border-radius:.04rem;color:#666}.show_mu{border:1px solid #e8803f;border-radius:.04rem;color:#e8803f}.ssc_box{color:#666;flex-direction:row;font-size:.26rem;height:.84rem;justify-content:space-around;letter-spacing:-.0034rem;position:absolute;right:.36rem;text-align:center;top:.5rem;width:2.3rem}.ssc_box,.ssc_box div{align-items:center;display:flex}.ssc_box div{flex-direction:column;height:100%;justify-content:space-between;width:.7rem}.ssc_box div div{align-items:space-between;display:flex;flex-direction:column;height:50%;justify-content:center;width:100%}.lhc_box{align-items:center;color:#666;display:flex;flex-direction:row;font-size:.26rem;height:1.36rem;justify-content:space-between;letter-spacing:-.0034rem;position:absolute;right:.36rem;text-align:center;top:.5rem;top:.2rem;width:1.6rem}.lhc_box div{height:100%;width:.8rem}.lhc_box div:nth-child(2){align-items:center;display:flex;flex-direction:column;justify-content:space-between}.lhc_box div:nth-child(2) div{align-items:center;display:flex;flex-direction:column;justify-content:center}.lhc_box div:nth-child(2) div:first-child{height:20%;width:100%}.lhc_box div:nth-child(2) div:nth-child(2){align-items:center;display:flex;flex-direction:column;height:65%;justify-content:center;width:70%}.lhc_box div:first-child{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around;width:.8rem}.lhc_box div:first-child div{align-items:center;display:flex;flex-direction:column;height:.42rem;justify-content:center;width:90%}.lhc_box div:first-child div:first-child{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.lhc_box div:first-child div:nth-child(2),.lhc_box div:first-child div:nth-child(3){height:.38rem;width:90%}.pk10_box{align-items:center;color:#666;display:flex;flex-direction:row;font-size:.26rem;height:1.36rem;justify-content:space-between;letter-spacing:-.0034rem;position:absolute;right:.36rem;text-align:center;top:.5rem;top:.2rem;width:1.6rem}.pk10_box div{height:100%;width:.8rem}.pk10_box div:first-child{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.pk10_box div:first-child div{align-items:center;display:flex;flex-direction:column;justify-content:center}.pk10_box div:first-child div:first-child{height:20%;width:100%}.pk10_box div:first-child div:nth-child(2){align-items:center;display:flex;flex-direction:column;height:65%;justify-content:center;width:70%}.pk10_box div:nth-child(2){align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around;width:.8rem}.pk10_box div:nth-child(2) div{align-items:center;display:flex;flex-direction:column;height:.42rem;justify-content:center;width:90%}.pk10_box div:nth-child(2) div:first-child{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.pk10_box div:nth-child(2) div:nth-child(2),.pk10_box div:nth-child(2) div:nth-child(3){height:.38rem;width:90%}.kuai8{align-items:center;color:#666;display:flex;flex-direction:column;font-size:.26rem;height:1.42rem;justify-content:space-around;letter-spacing:-.0034rem;position:absolute;right:.36rem;text-align:center;top:.5rem;width:1.5rem}.kuai8 div{height:.4rem;width:100%}.kuai8 div,.kuai8 div:first-child,.kuai8 div:nth-child(2){align-items:center;display:flex;flex-direction:row;justify-content:space-around}.kuai8 div:first-child div,.kuai8 div:nth-child(2) div{height:100%;width:44%}.luck28{align-items:center;color:#666;display:flex;flex-direction:row;font-size:.26rem;height:.42rem;justify-content:space-between;letter-spacing:-.0034rem;position:absolute;right:.36rem;text-align:center;top:.5rem;width:1.5rem}.luck28 div{flex-direction:column;height:100%;width:45%}.happy10,.luck28 div{align-items:center;display:flex;justify-content:space-around}.happy10{color:#666;flex-direction:row;font-size:.26rem;height:1.4rem;letter-spacing:-.0034rem;position:absolute;right:.36rem;text-align:center;top:.5rem;top:.2rem;width:1.5rem}.happy10 div{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around;width:100%}.happy10 div div{height:28%;width:90%}.NoticeItem{border-bottom:1px solid #e0e0e0;height:2.12rem;padding:0 .66rem;position:relative}.NoticeItem *{box-sizing:border-box}.NoticeItem>p:nth-child(2){color:#666;font-size:.3rem;height:1.2rem;letter-spacing:-.21px;line-height:.42rem;margin-bottom:.16rem;overflow:hidden;padding-top:.36rem}.NoticeItem>p:nth-child(3){color:#999;font-size:.26rem;height:.36rem;letter-spacing:-.18px}.NoticeItem>div{position:absolute;right:.33rem;top:calc(50% - .22rem)}.NoticeItem span.active{background:#ff4941;border-radius:50%;box-shadow:0 2px 4px 0 #ff4941;height:.16rem;left:.4rem;position:absolute;top:.52rem;width:.16rem}.NoticeItem .title{color:#333;font-size:.32rem;margin-bottom:.16rem}.NoticeItem .title.active:before{background:#ff4941;border-radius:50%;box-shadow:0 2px 4px 0 #ff4941;content:"";display:inline-block;height:.16rem;margin-bottom:.07rem;margin-right:.28rem;width:.16rem}.NoticeItem .message{color:#666;font-size:.3rem;line-height:.4rem}.NoticeItem .time{color:#999;font-size:.26rem;letter-spacing:-.18px;margin-top:.12rem}.messageNoticeDeetail .content{padding:0 .32rem}.messageNoticeDeetail h3{align-items:center;color:#333;display:flex;flex-direction:row;font-size:.32rem;font-weight:400;justify-content:flex-start;letter-spacing:-.23px;line-height:.44rem;margin-bottom:.4rem;margin-top:.18rem;min-height:.44rem;white-space:normal;word-break:break-all}.messageNoticeDeetail section{color:#666;font-size:.3rem;letter-spacing:-.21px;margin-bottom:.3rem;white-space:normal;word-break:break-all}.messageNoticeDeetail p{color:#999;font-size:.26rem;letter-spacing:-.18px;text-align:right;white-space:normal;word-break:break-all}.share{align-items:center;display:flex;flex-direction:column;justify-content:center}.share div:last-child{color:#333;font-size:13px;font-weight:600}.share .card .qr{align-items:center;display:flex;flex-direction:row;justify-content:center}.share .card .qr canvas{margin-top:40px;width:220px}.share .card .line{align-items:center;color:#999;display:flex;flex-direction:row;justify-content:center;margin-top:10px}.share .card .line img{width:90px}.share .card .linkContainer{align-items:center;display:flex;flex-direction:column;height:150px}.share .card .linkContainer .link{align-items:center;display:flex;justify-content:center;margin-top:30px;padding:0 14px;word-break:keep-all}.share .card .linkContainer .link label{font-size:10px}.share .card .linkContainer .link .url{background:#f4f4f4;border:1px solid #d9d9d9;border-radius:4px;display:inline-block;height:17px;overflow:scroll;padding:2px;width:50%}.share .card .linkContainer .link .url+span{color:#71c5ff;cursor:pointer;font-size:10px;margin-left:4px}.share .card .linkContainer .am-button.am-button-primary{background:linear-gradient(0deg,#ff4941,#ff7b75);border-radius:5px;font-size:15px;height:36px;line-height:36px;margin-top:40px;padding-left:20px;padding-right:20px;width:200px}.am-wingblank{margin-left:8px;margin-right:8px}.am-wingblank.am-wingblank-sm{margin-left:5px;margin-right:5px}.am-wingblank.am-wingblank-md{margin-left:8px;margin-right:8px}.am-wingblank.am-wingblank-lg{margin-left:15px;margin-right:15px}.DetailsItem{background-color:#fff;margin-top:.24rem}.DetailsItem .item-li{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:0 .32rem}.DetailsItem .item-li>span{font-size:.32rem;margin:.24rem 0}.DetailsItem .item-li .item-div{align-items:center;display:flex;flex-direction:row;justify-content:center}.DetailsItem .item-li .item-div>img:first-child{height:.8rem;margin:.15rem 0;width:.8rem}.DetailsItem .item-li .item-div>span{color:#999;font-size:.3rem}.DetailsItem .item-li .item-div>img:last-child{height:.3rem;margin-left:.34rem;width:.16rem}.DetailsItem .item-border{background-color:#e0e0e0;height:1px;margin-left:4%;width:96%}.DetailsItem .DetailsItem-HeadImg{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.DetailsItem .am-modal-content{background-color:inherit}.DetailsItem .DetailsItem-headImg{padding:.1rem}.DetailsItem .DetailsItem-headImg ul{background-color:#fff}.hami-vertical-center-container{background:#333;box-sizing:border-box;height:100%;left:0;overflow:auto;padding-bottom:3rem;position:fixed;top:0;width:100%;z-index:888}.hami-vertical-center-container>p{color:#fff;height:1rem;line-height:1rem;text-align:center}.hami-vertical-center-container .editor,.hami-vertical-center-container .showPic{display:flex;justify-content:center;width:100%}.hami-vertical-center-container .showPic{align-items:center;height:5rem}.hami-vertical-center-container .showPic div{height:4rem;width:4rem}.hami-vertical-center-container .showPic div img{display:block}.hami-vertical-center-container .slid{align-items:center;box-sizing:border-box;color:#fff;display:flex;font-size:15px;height:1rem;justify-content:space-around;padding:.2rem;width:100%}.hami-vertical-center-container .slid>div{width:4.5rem}.hami-vertical-center-container footer{bottom:0;display:flex;height:1.2rem;justify-content:center;left:0;position:fixed;width:100%}.hami-vertical-center-container footer button{background:#000;border:none;color:#fff;flex:1 1}.RuleItem{color:#333;font-size:.26rem;padding:0 .32rem}.RuleItem header{align-items:center;display:flex;flex-direction:row;height:1rem;justify-content:space-between}.RuleItem table{width:100%}.RuleItem table td{border:1px solid #d8d8d8;height:.8rem;text-align:center;width:50%}.RuleItem table td img{height:.48rem;width:1.22rem}.RuleItem table thead{background:#cdcdcd}.RuleItem table tbody{background:#f2f2f2}.RuleItem .upgrade-data .upgrade-title{color:#666;font-size:.26rem;margin-top:.46rem}.RuleItem .upgrade-data .title-left{color:#333;font-size:.3rem;margin-right:.28rem}.RuleItem .upgrade-list{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;flex-direction:row;justify-content:space-between;padding:.3rem 0}.RuleItem .upgrade-list .upgrade-li{align-items:center;display:flex;flex-direction:row;justify-content:center}.RuleItem .upgrade-list .upgrade-li>img{height:1rem;margin-right:.3rem;width:1rem}.RuleItem .upgrade-list .li-bottom>div{color:#666;margin-top:.2rem}.RuleItem .upgrade-list .li-bottom>div>span{color:#ff4941}.RuleItem .upgrade-list .upgrade-btn{background-image:linear-gradient(37deg,#ff4941,#ff7d83);border-radius:100px;box-shadow:0 2px 4px 0 #d6d6d6;color:#fff;height:.68rem;line-height:.68rem;text-align:center;width:1.6rem}.BettingRecord-title{align-items:center;background-color:#fff;color:#333;display:flex;font-family:PingFangSC-Regular;font-size:.256rem;height:.92rem;justify-content:center;left:0;letter-spacing:-.49px;position:fixed;right:0;top:.88rem;width:100%;z-index:12}.BettingRecord-title-1{text-align:center}.BettingRecord-title-2{align-items:center;display:flex;flex:.8 1;justify-content:space-around}.BettingRecord-title-2>span{border:1px solid #ff6e75;border-radius:.25rem;display:flex;padding:.12rem .24rem}.BettingRecord-title-sel{background:#ff4941;border:0 solid #ff344d;border-radius:16px;color:#fff}.BettingRecord-title-sel-1{color:#ff4941}.BettingRecord-sel{background:#fff;border-bottom:3px solid #f2f2f2;border-top:1px solid #f2f2f2;color:#333;font-family:PingFangSC-Regular;font-size:.32rem;height:.88rem;left:0;letter-spacing:-.62px;position:fixed;right:0;top:1.8rem;width:100%;z-index:12}.BettingRecord-sel,.BettingRecord-sel-1{align-items:center;display:flex;justify-content:center}.BettingRecord-sel-1{height:.54rem;text-align:center;width:33%}.BettingRecord-sel div:first-child,.BettingRecord-sel div:nth-child(2){border-right:1px solid #f2f2f2}.RechargeItem .item-li{align-items:baseline;display:flex;flex-direction:row;font-size:.3rem;justify-content:space-between;padding:.3rem 4%}.RechargeItem .item-li .li-left{align-items:baseline;display:flex;flex-direction:row;justify-content:center}.RechargeItem .item-li .li-left>span{background:#666;border-radius:50%;box-shadow:0 2px 4px 0 #666;height:.16rem;margin-right:.26rem;width:.16rem}.RechargeItem .item-li .li-left>span.active{background:#38e655;box-shadow:0 2px 4px 0 #38e655}.RechargeItem .item-li .left-type>div{margin:.3rem 0 0}.RechargeItem .item-li .left-type>div>span:last-child{margin-left:.3rem}.RechargeItem .item-li .li-right{align-items:flex-end;display:flex;flex-direction:column;justify-content:center}.RechargeItem .item-li .li-right>div{margin:.3rem 0 0}.RechargeItem .item-li .li-right span:last-child{margin-top:.3rem}.RechargeItem .item-li .li-fontcolor{color:#666;font-size:.275rem}.RechargeItem .item-border{background-color:#e0e0e0;height:1px;margin-left:4%;margin-right:4%;width:92%}.PersonalFroms{background:#fff;min-height:100vh}.PersonalFroms,.PersonalFroms *{box-sizing:border-box}.PersonalFroms .header-nav .header-right{color:#fff;font-family:PingFangSC-Regular;font-size:.28rem;letter-spacing:-.2px;line-height:22px;text-align:center}.PersonalFroms .active-opacity .headerBody{align-items:center;border:1px solid #fff;display:flex;flex-direction:row;height:.6rem;justify-content:space-between;width:3.6rem}.PersonalFroms .active-opacity .headerBody>div{align-items:center;color:#fff;display:flex;flex-direction:row;font-size:.28rem;height:100%;justify-content:center;letter-spacing:-.21px;text-align:center;width:50%}.PersonalFroms .active-opacity .headerBody>div.active{background-color:#fff;color:#ff4941}.PersonalFroms .zonglan{padding-top:.88rem;width:100%}.PersonalFroms .zonglan .fromList{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;width:100%}.PersonalFroms .zonglan .fromList>div{align-items:center;border-bottom:1px solid #dadada;border-right:1px solid #dadada;display:flex;flex-direction:column;height:1.14rem;justify-content:center;width:50%}.PersonalFroms .zonglan .fromList>div>span{align-items:center;display:block;display:flex;flex-direction:row;justify-content:center}.PersonalFroms .zonglan .fromList>div>span:first-child{color:#616161;font-family:PingFangSC-Regular;font-size:13px;letter-spacing:-.87px;margin-bottom:5px}.PersonalFroms .zonglan .fromList>div>span:nth-child(2){color:#ff4941;font-family:PingFangSC-Regular;font-size:16px;letter-spacing:-1.07px}.PersonalFroms .zonglan .fromList>div>span:nth-child(2)>span{color:#000}.PersonalFroms .zonglan .fromList>div:nth-child(2n){border-right:none}.PersonalFroms .zonglan .fromList>div:last-child{align-items:center;border-right:none;border-top:1px solid #dadada;display:flex;flex-direction:row;justify-content:space-around;margin-top:-1px;width:100%}.PersonalFroms .zonglan .fromList>div:last-child>span{margin-bottom:0}.PersonalFroms .zonglan .fromList>div:last-child>span:first-child{color:#616161;font-family:PingFangSC-Regular;font-size:.26rem;letter-spacing:-.87px}.PersonalFroms .zonglan .fromList>div:last-child>span:nth-child(2){color:#46b1ea;font-family:PingFangSC-Medium;font-size:.32rem;letter-spacing:-1.07px}.PersonalFroms .zonglan .fromList>div:last-child>span:nth-child(2)>span{color:#46b1ea}.PersonalFroms .zonglan .textdec{align-items:flex-start;border-radius:8px;display:flex;flex-direction:row;height:.6rem;justify-content:flex-start;margin-top:.3rem;padding:0 .15rem;width:100%}.PersonalFroms .zonglan .textdec>span:first-child{align-items:center;display:flex;font-family:PingFangSC-Regular;justify-content:center;letter-spacing:-.87px;text-align:left}.PersonalFroms .zonglan .textdec>span:first-child img{height:.28rem;margin-right:.1rem;width:.28rem}.PersonalFroms .zonglan .textdec>span:nth-child(2){color:#8f8f8f;font-family:PingFangSC-Regular;font-size:.24rem;letter-spacing:-.2px;line-height:17px;text-align:left}.PersonalFroms .zonglan .textdec>span:nth-child(2) span{color:#000;font-size:.26rem}.PersonalFroms .Personal .PersonalContet{padding-top:1.36rem}.PersonalFroms .Personal .buttonContainer{background-color:#fff;position:fixed;top:.8rem;z-index:11}.PersonalFroms .Personal .titlsPersonal{background:#fff;border-bottom:4px solid #f1f1f1;height:.98rem;position:fixed;top:2.4rem;width:100%;z-index:11}.PersonalFroms .Personal .titlsPersonal>div{align-items:center;background:#fff;color:#333;display:flex;flex-direction:row;font-size:.3rem;height:.8rem;justify-content:flex-start;letter-spacing:-1px;width:100%}.PersonalFroms .Personal .titlsPersonal>div>span{align-items:center;display:block;display:flex;flex:1 1;flex-direction:row;height:100%;justify-content:center}.PersonalFroms .Personal .personalList{margin-top:3.18rem}.PersonalFroms .Personal .personalList .item{border-bottom:1px solid #cdcdcd}.PersonalFroms .Personal .personalList .item>.titleCount{align-items:center;color:#555;display:flex;flex-direction:row;font-family:PingFangSC-Regular;font-size:.24rem;height:.78rem;justify-content:flex-start;letter-spacing:-.17px;text-align:center;width:100%}.PersonalFroms .Personal .personalList .item>.titleCount>span{align-items:center;display:block;display:flex;flex:1 1;flex-direction:row;height:100%;justify-content:center}.PersonalFroms .Personal .personalList .item>.titleCount>span:first-child{width:1.5rem}.PersonalFroms .Personal .personalList .item>.titleCount>span:nth-child(2),.PersonalFroms .Personal .personalList .item>.titleCount>span:nth-child(3),.PersonalFroms .Personal .personalList .item>.titleCount>span:nth-child(4){width:1.4rem}.PersonalFroms .Personal .personalList .item>.titleCount>span:nth-child(5){width:1rem}.PersonalFroms .Personal .personalList .item>.titleCount>span:nth-child(5) Icon{height:.12rem;width:.22rem}.PersonalFroms .Personal .personalList .item>.boxContent{align-items:flex-start;background:#fbfbfb;border-top:1px solid #dadada;display:flex;display:none;flex-direction:row;flex-wrap:wrap;font-size:.3rem;justify-content:flex-start;transition:all 1s;width:100%}.PersonalFroms .Personal .personalList .item>.boxContent.active{display:flex}.PersonalFroms .Personal .personalList .item>.boxContent>div{align-items:center;border-bottom:1px solid #dadada;border-right:1px solid #dadada;display:flex;flex-direction:column;height:1.16rem;justify-content:center;width:50%}.PersonalFroms .Personal .personalList .item>.boxContent>div>span{color:#616161;font-family:PingFangSC-Regular;font-size:.26rem;letter-spacing:-.87px;text-align:center;width:50%}.PersonalFroms .Personal .personalList .item>.boxContent>div>span>span{color:#000}.PersonalFroms .Personal .personalList .item>.boxContent>div>span:nth-child(2){color:#ff4d55;font-family:PingFangSC-Regular;font-size:.32rem;letter-spacing:-1.07px;margin-bottom:5px}.PersonalFroms .Personal .personalList .item>.boxContent>div:nth-child(2n){border-right:none}.PersonalFroms .Personal .personalList .item>.boxContent>div:last-child{align-items:center;border-bottom:none;border-right:none;border-top:1px solid #dadada;display:flex;flex-direction:row;justify-content:space-around;width:100%}.PersonalFroms .Personal .personalList .item>.boxContent>div:last-child>span:nth-child(2){color:#46b1ea;font-family:PingFangSC-Regular;font-size:.32rem;letter-spacing:-1.07px}.moneyConversion{background:#f1f1f1;min-height:100vh}.moneyConversion *{box-sizing:border-box}.moneyConversion .header-right span{color:#fff;font-size:.28rem;letter-spacing:-.2px;text-align:center}.moneyConversion .Conversion-content{padding-top:.88rem}.moneyConversion .Conversion-content>.mainWallet{background:#fff}.moneyConversion .Conversion-content>.mainWallet>div:first-child{align-items:center;border-bottom:1px solid #e5e5e5;color:#333;display:flex;flex-direction:row;font-size:.32rem;height:1rem;justify-content:space-between;padding:0 .34rem}.moneyConversion .Conversion-content>.mainWallet>div:nth-child(2){align-items:center;border-bottom:1px solid #e5e5e5;display:flex;flex-direction:row;justify-content:center;padding:.08rem 0}.moneyConversion .Conversion-content>.mainWallet>div:nth-child(2) p{align-items:center;background:#ff4941;border-radius:6px;color:#fff;display:flex;flex-direction:row;font-size:.3rem;height:.7rem;justify-content:center;width:3rem}.moneyConversion .Conversion-content>.mainWalletText{align-items:center;display:flex;flex-direction:row;height:.76rem;justify-content:center}.moneyConversion .Conversion-content>.mainWalletText img{margin-right:.1rem;width:.28rem}.moneyConversion .Conversion-content>.mainWalletText span{color:#a4a4a4;font-size:.24rem}.moneyConversion .Conversion-content>.subWalletList{background:#fff;margin-bottom:.24rem}.moneyConversion .Conversion-content>.subWalletList>div{align-items:center;border-bottom:1px solid #c8c8c8;display:flex;flex-direction:row;height:.7rem;justify-content:center;padding:0 .34rem}.moneyConversion .Conversion-content>.subWalletList>div.countWallet{align-items:center;border-top:1px solid #c8c8c8;display:flex;flex-direction:row;justify-content:space-between}.moneyConversion .Conversion-content>.subWalletList>div.countWallet>section{align-items:center;display:flex;flex-direction:row;justify-content:center}.moneyConversion .Conversion-content>.subWalletList>div.countWallet>section img{margin-left:.1rem;width:.36rem}.moneyConversion .Conversion-content>.subWalletList>div.countWallet>section div{min-width:1.1rem}.moneyConversion .Conversion-content>.subWalletList>div>div{color:#333;font-size:.28rem}.moneyConversion .Conversion-content>.subWalletList>div>div:first-child{width:45%}.moneyConversion .Conversion-content>.subWalletList>div>div:nth-child(2){text-align:right;width:25%}.moneyConversion .Conversion-content>.subWalletList>div>div:nth-child(3),.moneyConversion .Conversion-content>.subWalletList>div>div:nth-child(4){text-align:right;width:15%}.moneyConversion .Conversion-content>.subWalletList>div>div:nth-child(3) span,.moneyConversion .Conversion-content>.subWalletList>div>div:nth-child(4) span{color:#1c89ff;font-size:.28rem}.moneyConversion .Conversion-content>.TransferredTO{align-items:center;background:#fff;display:flex;flex-direction:row;height:.84rem;justify-content:space-between;padding:0 .34rem}.moneyConversion .Conversion-content>.TransferredTO .SwitchReOFF{align-items:center;display:flex;flex-direction:row;justify-content:center}.moneyConversion .Conversion-content>.TransferredTO .SwitchReOFF .am-switch .am-switch-checkbox{border:1px solid #e5e5e5}.moneyConversion .Conversion-content>.TransferredTO .SwitchReOFF .am-switch .checkbox{border:1px solid #e5e5e5;height:.5rem;width:.9rem}.moneyConversion .Conversion-content>.TransferredTO .SwitchReOFF .am-switch .checkbox:before{border:1px solid #e5e5e5;height:.5rem;left:0;top:0;width:.9rem}.moneyConversion .Conversion-content>.TransferredTO .SwitchReOFF .am-switch .checkbox:after{height:.46rem;left:0;top:0;width:.46rem}.moneyConversion .Conversion-content>.bottomdesText div{color:#333;font-size:12px;line-height:.3rem;margin:.2rem auto;text-align:center;width:6rem}.ConversionHistory *{box-sizing:border-box}.ConversionHistory .conversionHistoryItem .HistoryItem{align-items:center;border-bottom:1px solid #cdcdcd;display:flex;flex-direction:row;height:1.3rem;justify-content:space-between;margin:0 auto;width:calc(100% - .44rem)}.ConversionHistory .conversionHistoryItem .HistoryItem>div:first-child>div:first-child{color:#333;font-size:.36rem;margin-bottom:.1rem}.ConversionHistory .conversionHistoryItem .HistoryItem>div:first-child>div:first-child img{margin:0 .1rem;width:.4rem}.ConversionHistory .conversionHistoryItem .HistoryItem>div:first-child>div:nth-child(2){color:#999;font-size:.26rem}.ConversionHistory .conversionHistoryItem .HistoryItem>div:nth-child(2){color:#ff4941;font-size:.32rem;padding-right:.4rem;text-align:right}.ConversionHistory .conversionHistory-modal{align-items:center;background-color:#0000004d;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.ConversionHistory .conversionHistory-modal.modalNone{display:none}.ConversionHistory .conversionHistory-modal>div{background-color:#fff;border-radius:5px;color:#333;font-size:.28rem;justify-content:flex-start;position:relative;width:7.04rem}.ConversionHistory .conversionHistory-modal>div>div:first-child{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;overflow-y:auto;padding-bottom:.36rem;padding-top:.6rem}.ConversionHistory .conversionHistory-modal>div>div:first-child>section{padding-left:.34rem;width:100%}.ConversionHistory .conversionHistory-modal>div>div:first-child>section>p{color:#555;font-size:.3rem;margin-bottom:.18rem}.ConversionHistory .conversionHistory-modal>div>div:first-child>section>div{margin:.18rem 0}.ConversionHistory .conversionHistory-modal>div>div:first-child>section>div span{background:#fff;border:1px solid #ff4941;border-radius:9.6px;display:inline-block;height:.6rem;line-height:.6rem;margin-bottom:.24rem;margin-right:.24rem;min-width:1.3rem;padding:0 .25rem;text-align:center}.ConversionHistory .conversionHistory-modal>div>div:first-child>section>div span.active{background:#ff4941;color:#fff}.ConversionHistory .conversionHistory-modal>div>div:nth-child(2){align-items:center;background-color:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5;bottom:0;display:flex;flex-direction:row;height:1.36rem;justify-content:space-between;padding:.34rem;position:absolute;width:100%;z-index:99}.ConversionHistory .conversionHistory-modal>div>div:nth-child(2)>span{background-color:#cdcdcd;border-radius:.12rem;color:#fff;height:.8rem;line-height:.8rem;text-align:center;width:2.8rem}.ConversionHistory .conversionHistory-modal>div>div:nth-child(3){align-items:center;background-color:#fff;border-radius:50%;display:flex;flex-direction:row;height:.54rem;justify-content:center;margin:.3rem auto 0;width:.54rem}.ConversionHistory .conversionHistory-modal>div>div:nth-child(3)>img{width:.38rem}.SharePrizeItem .SharePrizeItem-header div{background:#fff;border-radius:6px;bottom:-.9rem;box-shadow:0 2px 4px 0 #d8d8d8;display:inline-block;left:1.76rem;padding:.24rem .3rem .26rem .28rem;position:absolute}.SharePrizeItem .SharePrizeItem-header img{width:3.4rem}.SharePrizeItem .SharePrizeItem-content{align-items:center;color:#131313;display:flex;flex-direction:column;font-size:.3rem;justify-content:center;margin:1.24rem .9rem .6rem}.SharePrizeItem .SharePrizeItem-content span{color:#333;font-size:.26rem;margin-bottom:.2rem}.SharePrizeItem .SharePrizeItem-content span b{color:#ff4941}.SharePrizeItem .SharePrizeItem-content div{background-image:linear-gradient(-135deg,#666,#999);border-radius:6px;box-shadow:0 2px 4px 0 #999;color:#fff;height:.9rem;line-height:.9rem;text-align:center;width:100%}.SharePrizeItem .SharePrizeItem-content div.active{background-image:linear-gradient(-180deg,#ff4941,#ff4941 98%);box-shadow:0 2px 4px 0 #ff4d5580;margin:.2rem 0 .5rem}.SharePrizeItem .SharePrizeItem-footer{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:0 .36rem}.SharePrizeItem .SharePrizeItem-footer a{color:#007aff;font-size:.28rem;text-decoration:underline}.MyInviting{color:#131313;font-size:.3rem;padding:0 .36rem}.MyInviting .Inviting-title{color:#333;font-size:.32rem;padding:.22rem 0}.MyInviting .Inviting-title.active-opacity{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:.26rem 0}.MyInviting .Inviting-title.active-opacity div{align-items:center;display:flex;flex-direction:row;justify-content:center}.MyInviting .Inviting-title.active-opacity img{margin-left:.28rem;width:.16rem}.MyInviting .Inviting-money{color:#333;font-size:.28rem}.MyInviting .Inviting-money td{border:1px solid #e0e0e0;padding:.32rem 0;text-align:center;width:2.2rem}.MyInviting .Inviting-money thead{background:#edf1f7}.MyInviting .Inviting-details{width:100%}.MyInviting .Inviting-details td{border:1px solid #e0e0e0;padding:.22rem 0;text-align:center}.MyInviting .Inviting-details thead{background:#cfcfcf;color:#333;font-size:.26rem}.MyInviting .Inviting-details tbody{background:#efefef;color:#666;font-size:.24rem}.RulesExplain{color:#666;font-size:.28rem;line-height:.45rem;padding:.42rem .5rem 0 .44rem}.Modifytitle{font-size:.52rem;margin:0 0 0 .58rem;padding-top:1rem}.ModifyLoginPwd .ClearInput{border-bottom:1px solid #e0e0e0;margin:0 .58rem;padding:.62rem 0 .24rem}.ModifyLoginPwd .Button{margin:.58rem}.SetPayPwd .SetPayPwd-Input{margin:2rem .58rem .6rem}.SetPayPwd .PayPwd{color:#666;font-size:.28rem;margin:0 .58rem;text-align:center}.AboutWe{align-items:center;background:#f1f1f1;display:flex;flex-direction:row;justify-content:center;min-height:calc(100vh - .88rem)}.AboutWe img{height:2.66rem}.AboutWe div{color:#666;font-size:.24rem;margin-top:3.74rem;text-align:center}.GetCode .code-title{align-items:center;color:#131313;display:flex;flex-direction:row;font-size:.3rem;justify-content:space-between;margin:.76rem .58rem;padding-top:1rem}.GetCode .code-title .phone{font-size:.52rem}.GetCode .code-title .title-click{color:#007aff;font-size:.26rem}.GetCode .code-input{border-bottom:1px solid #e0e0e0;margin:0 .58rem .7rem;padding-bottom:.24rem}.GetCode .Button{margin:.74rem .58rem}.am-swipe{overflow:hidden;position:relative}.am-swipe-content{background-color:#fff;position:relative}.am-swipe-cover{background:0 0;display:none;height:100%;position:absolute;top:0;width:100%;z-index:2}.am-swipe .am-swipe-actions,.am-swipe .am-swipe-content{transition:all .25s}.am-swipe-swiping .am-swipe-actions,.am-swipe-swiping .am-swipe-content{transition:none}.am-swipe-swiping .am-list-item-active{background-color:#fff}.am-swipe-actions{bottom:0;display:flex;overflow:hidden;position:absolute;top:0;white-space:nowrap}.am-swipe-actions-left{left:0}.am-swipe-actions-right{right:0}.am-swipe-btn{align-items:center;display:flex;justify-content:center;overflow:hidden}.am-swipe-btn-text{padding:0 8px}.systemError div:first-child{margin-top:2rem}.systemError div:first-child img{display:block;height:auto;margin:0 auto;width:2.1rem}.systemError div:nth-child(2){margin-bottom:1.6rem;margin-top:.5rem;padding:0 .28rem}.systemError div:nth-child(2) p{color:#5d5d5f;font-size:.56rem;letter-spacing:0;margin-bottom:.3rem;text-align:center}.systemError div:nth-child(2) span{color:#5d5d5f;display:block;font-size:.28rem;letter-spacing:0;text-align:center;word-break:break-all}.systemError div:nth-child(3){align-items:center;display:flex;flex-direction:row;justify-content:space-around}.systemError div:nth-child(3) p{align-items:center;background-image:linear-gradient(-180deg,#ff4941,#ff4941 98%);border-radius:.1rem;box-shadow:0 2px 4px 0 #ff4d5580;color:#fff;display:flex;flex-direction:row;font-size:.32rem;height:.72rem;justify-content:center;margin:0 auto;width:2.4rem}.tips img{height:.7rem;left:-.1rem;position:absolute;top:-.06rem}.tips .tips-content{display:flex}.tips .dec{border:none;box-sizing:border-box;color:#fff;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.com-modal{background:#00000080;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:1000}.com-modal>section{background:#fff;border-radius:6px;display:flex;flex-direction:column;left:50%;min-height:2rem;position:absolute;top:45%;transform:translate(-50%,-50%);width:80%}.com-modal>section>header{align-items:center;background-color:#fff;border-bottom:1px solid #e0e0e0;color:#333;display:flex;font-size:16px;justify-content:center;min-height:.8rem;position:relative;width:100%}.com-modal>section>header span{color:#333;font-size:30px;position:absolute;right:.2rem;top:50%;transform:translateY(-50%)}.com-modal>section .cont{box-sizing:border-box;flex:1 1;padding:.28rem;text-align:center;width:100%}.com-modal>section .cont p{line-height:.5rem;white-space:normal;word-break:normal}.com-modal>section .cont>p:first-child{font-weight:700}.com-modal>section .cont>div{text-align:left}.com-modal>section .cont img{max-width:100%}.com-modal>section>footer{align-items:center;border-top:1px solid #eee;display:flex;justify-content:center;text-align:center}.com-modal>section>footer>div{height:.8rem;line-height:.8rem;width:50%}.com-modal>section>footer .next{background-color:#ff4941;border-bottom-right-radius:.1rem;color:#fff}.com-modal>section>footer .disabled{background-color:#aaa;color:#e1e1e1}.home-container{-webkit-overflow-scrolling:touch;background:#f0f4f8;box-sizing:border-box;height:100vh;overflow-x:hidden;overflow-y:auto;position:relative;width:100%}.dream-container .home-zhanweibox{display:block;height:1.5rem;width:100%}.home-homeisGoToQiPai{width:300px!important}.tabs{align-items:center;background:#fcfcfc;border:0 solid #e0e0e0;box-sizing:border-box;display:flex;height:2rem;justify-content:space-between;padding:.2rem .64rem 0}.tabs img{height:.88rem;width:.88rem}.tabs div{color:#333;font-size:13px;letter-spacing:-.18px;text-align:center}.tabs div div{margin-top:.1rem}.lotteryTitle{align-items:center;background-image:#fff;border:.03rem solid #2352b3;box-sizing:border-box;display:flex;flex-direction:row;height:.68rem;justify-content:flex-start;margin:.1rem auto .2rem;padding:.4rem .2rem;position:relative;width:95%}.lotteryTitle p{color:#000;font-size:.3rem;font-weight:700}.class_hide{display:none}.lotteryTitle span{background:#2352b3;display:inline-block;height:.35rem;margin-right:.12rem;width:.1rem}.lotteryTitle span img{height:.3rem;position:relative;top:-.05rem;width:.1rem}.menus.HotLottery{background:#fff;border-radius:3px;box-shadow:1px 0 4px 0 #fdf6f6;justify-content:flex-start;margin:0 auto;padding:0 .32rem;width:calc(100vw - .4rem)}.menus.HotLottery,.menus.HotLottery>div{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap}.menus.HotLottery>div{border-bottom:1px solid #ededed;flex-direction:row;height:2.24rem;justify-content:center;padding:.24rem 0;position:relative;width:33%}.menus.HotLottery>div>div{border-right:1px solid #ededed;width:100%}.menus.HotLottery>div>div div:first-child{height:1.24rem;text-align:center;width:100%}.menus.HotLottery>div>div div:first-child img{border-radius:50%;height:1.24rem;pointer-events:none;width:1.24rem}.menus.HotLottery>div>div div:nth-child(2) p{color:#333;font-size:.28rem;letter-spacing:-.21px;margin-top:.1rem;text-align:center}.menus.HotLottery>div:nth-child(3n)>div{border-right:none;width:100%}.slider-pic{height:auto}.dream-header{align-items:center;background:#f1f2f8;background:#be8623!important;box-sizing:border-box;height:1.15rem;opacity:1;padding:0 .2rem;width:100vw}.dream-header .registerBtn{float:right;height:20px;line-height:20px}.dream-header .registerBtn span{border-radius:5px;color:#000;padding:5px 8px}.dream-header .loginBtn span{background:linear-gradient(180deg,#2694d5,#1848ad);border-radius:5px;box-shadow:0 .03rem 0 #1a0885,inset 0 -.14rem .26rem #00000059;color:#fff;padding:5px 8px}.dream-header .loginBtn{float:left;height:20px}.indexHeader_center{bottom:.1rem;left:.18rem;position:absolute}.dream-header div img{height:50px;left:0;margin:auto;position:fixed;right:0;top:.05rem}.dream-header div p{color:#fff;font-size:.35rem;white-space:nowrap}.dream-header div span{color:#fff;font-size:.28rem}.slider-list img{height:3.6rem!important;width:100%!important}.slick-dots{bottom:.4rem;font-size:16px}.slick-dots li{margin:0;padding:0;z-index:10}.slick-dots li span{background:#fff;border-radius:10px;display:inline-block;height:8px;width:8px}.slick-dots .slick-active span{background:#ff4941;opacity:1}.slick-dots .mark{background:#fff;border-radius:10px;display:inline-block;height:16px;left:50%;opacity:.5;position:absolute;top:2px;transform:translateX(-43px);width:86px;z-index:1}.lotteryHall-page{padding:0}.lotteryHall-page .hallContent{height:auto;width:100%}.lotteryHall-page .hallContent .block{box-sizing:border-box;width:100%}.lotteryHall-page .hallContent .block img{height:.92rem;width:.92rem}.lotteryHall-page .hallContent .block header{background:#fff;box-sizing:border-box;display:flex;justify-content:flex-start;width:100%}.lotteryHall-page .hallContent .block header p{border-color:#0000 #0000 #f1e8e0;border-style:solid;border-width:0 10px 10px;bottom:0;height:0;left:50%;position:absolute;transform:translate(-50%);width:0}.lotteryHall-page .hallContent .block header>div{align-items:center;background:#fff;border-bottom:1px solid #ededed;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;height:2.14rem;justify-content:center;padding:.24rem 0;position:relative;width:33.3%}.lotteryHall-page .hallContent .block header>div div{border-right:1px solid #ededed;width:100%}.lotteryHall-page .hallContent .block header>div div div:first-child{height:1.24rem;text-align:center;width:100%}.lotteryHall-page .hallContent .block header>div div div:first-child img{height:1.24rem;pointer-events:none;width:1.24rem}.lotteryHall-page .hallContent .block header>div div div:nth-child(2){text-align:center}.lotteryHall-page .hallContent .block header>div div div:nth-child(2) span{color:#333;display:block;font-size:.28rem;letter-spacing:-.21px;margin-top:.1rem;text-align:center}.lotteryHall-page .hallContent .block header>div:nth-child(3) div{border-right:none}.lotteryHall-page .hallContent .block>ul{border-radius:4px;box-sizing:border-box;padding:0 .2rem;transition:all .2s;width:100%}.lotteryHall-page .hallContent .block>ul *{box-sizing:border-box}.lotteryHall-page .hallContent .block>ul li{height:auto;margin-bottom:0;margin-top:8px;position:relative;width:100%}.lotteryHall-page .hallContent .block>ul li img{height:auto;width:100%}.lotteryHall-page .hallContent .block>ul li div div:first-child{font-weight:900;margin-top:.2rem;padding-left:.15rem}.lotteryHall-page .hallContent .block>ul li div div:nth-child(2){font-weight:900;padding-left:.15rem}.lotteryHall-page .hallContent .block>ul li div img{height:auto;width:100%}.lotteryHall-page .hallContent .block>ul li div p{color:#333;display:flex;flex-direction:column;font-size:.26rem;margin-left:.15rem}.lotteryHall-page .hallContent .block>ul li div p>span{align-items:center;background-size:.3rem .3rem;color:#999;display:flex;font-size:.24rem;height:.3rem;margin-top:.1rem}.Hot-Recommended{align-items:center;background:#fff;border-radius:3px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 auto;padding:0 .3rem;width:calc(100vw - .4rem)}.Hot-Recommended,.Hot-Recommended *{box-sizing:border-box}.Hot-Recommended>img{max-height:2.2rem;width:48%}.Win-LotteryList{align-items:center;background:#fff;display:flex;flex-direction:row;height:2.04rem;justify-content:flex-start;margin:0 auto;padding-left:.14rem;width:calc(100vw - .4rem)}.Win-LotteryList,.Win-LotteryList *{box-sizing:border-box}.Win-LotteryList>div:first-child{width:2rem}.Win-LotteryList>div:first-child img{border-right:1px solid #ededed;width:100%}.Win-LotteryList>div:nth-child(2){padding:0 .6rem 0 .4rem;width:calc(100vw - 2rem)}.Win-LotteryList>div:nth-child(2) div:first-child{border-bottom:1px solid #ededed}.Win-LotteryList>div:nth-child(2)>div{align-items:center;display:flex;flex-direction:row;height:.6rem;justify-content:space-between;padding-left:.12rem}.Win-LotteryList>div:nth-child(2)>div p{color:#333;display:block;font-size:.28rem}.Win-LotteryList>div:nth-child(2)>div p span{color:#ff5964;font-size:.26rem;margin:0 .1rem}.Long-LotteryList{align-items:center;background:#fff;display:flex;flex-direction:row;height:1.63rem;justify-content:flex-start;margin:0 auto;width:calc(100vw - .4rem)}.Long-LotteryList,.Long-LotteryList *{box-sizing:border-box}.Long-LotteryList>div:first-child{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:center;width:2.3rem}.Long-LotteryList>div:first-child img{border-right:1px solid #ededed;height:1.4rem;padding-right:.12rem;width:2.12rem}.Long-LotteryList>div:nth-child(2){padding:0 .6rem 0 .4rem;width:calc(100vw - 2.3rem)}.Long-LotteryList>div:nth-child(2) div:first-child{border-bottom:1px solid #ededed}.Long-LotteryList>div:nth-child(2) div:first-child p{color:#333;font-size:.32rem;font-weight:700}.Long-LotteryList>div:nth-child(2)>div{align-items:center;display:flex;flex-direction:row;height:.6rem;justify-content:space-between;padding-left:.12rem}.Long-LotteryList>div:nth-child(2)>div p{color:#8a8a8a;display:block;font-size:.28rem}.Long-LotteryList>div:nth-child(2)>div span{border:1px solid #ff5964;border-radius:10.5px;color:#ff5964;font-size:.28rem;margin:0 .1rem;padding:.04rem .1rem}.home-homeisGoToQiPai .am-modal-content,.home-homeisGoToQiPai .am-modal-content .am-modal-body{border-radius:12px;padding:0}.home-homeisGoToQiPai .am-modal-content .am-modal-body header{align-items:center;border-bottom:1px solid #c6c6c6;color:#000;display:flex;flex-direction:row;font-size:.32rem;height:1rem;justify-content:center;letter-spacing:-.24px;text-align:center}.home-homeisGoToQiPai .am-modal-content .am-modal-body section.home-modalContent{color:#000;font-size:.3rem;padding:.3rem 0}.home-homeisGoToQiPai .am-modal-content .am-modal-body section.home-modalContent>div{align-items:center;display:flex;flex-direction:row;height:.7rem;justify-content:space-between}.home-homeisGoToQiPai .am-modal-content .am-modal-body section.home-modalContent>div>span{text-align:right;width:1.6rem}.home-homeisGoToQiPai .am-modal-content .am-modal-body section.home-modalContent>div>p{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;text-align:left;width:calc(100% - 1.6rem)}.home-homeisGoToQiPai .am-modal-content .am-modal-body section.home-modalContent>div>p input{background:#f2f2f2;border:none;border-radius:.08rem;color:#131313;font-size:.26rem;height:.52rem;letter-spacing:.04px;outline:0;text-align:center;width:2rem}.home-homeisGoToQiPai .am-modal-content .am-modal-body section.home-modalContent>div>p span{align-items:center;border:1px solid #ff4941;border-radius:12px;color:#ff4941;display:block;display:flex;flex-direction:row;height:.52rem;justify-content:center;margin-left:.22rem;width:1.2rem}.home-homeisGoToQiPai .am-modal-content .am-modal-body footer div{align-items:center;border-top:1px solid #f1f1f1;color:#007aff;display:flex;flex-direction:row;font-size:.32rem;height:.7rem;justify-content:center}.home-homeisGoToQiPai .am-modal-content .am-modal-body section.home-footer{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:.26rem}.home-homeisGoToQiPai .am-modal-content .am-modal-body section.home-footer span{align-items:center;background:#cdcdcd 100%;border-radius:5.18px;color:#fff;display:block;display:flex;flex-direction:row;height:.62rem;justify-content:center;width:2.2rem}.home-homeisGoToQiPai .am-modal-content .am-modal-body section.home-footer span:nth-child(2){background-image:linear-gradient(-180deg,#ff4d55,#ff4d55 98%)}.GamePage{box-sizing:border-box;height:100vh;overflow:hidden;width:100vw}.GamePage iframe{height:100%;width:100%}.footer-Dowload{height:.5rem}.footer-Dowload>div{line-height:.5rem}.footer-Dowload .download-btn span{color:#fff}.gameClassify{background-color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;padding:.2rem .1rem;width:calc(100% - .6rem)}.gameClassify .d3{border:10px solid;border-color:#0000 #0000 #fcf7f3;float:left;height:0;left:1.5rem;margin-top:-20px;position:absolute;width:0}.gameClassify div>ul{background-color:#fcf7f3;display:flex;margin-top:.2rem;position:relative;width:6.8rem}.gameClassify .gameClass{margin-bottom:-.14rem;width:3.2rem}.gameClassify .gameClass img{width:100%}.gameClassify>div:first-child,.gameClassify>div:nth-child(3),.gameClassify>div:nth-child(5){margin-left:.1rem}.gameClassify>div:nth-child(2),.gameClassify>div:nth-child(4),.gameClassify>div:nth-child(6){margin-right:.1rem}.gameClassify>div:nth-child(2) ul,.gameClassify>div:nth-child(4) ul,.gameClassify>div:nth-child(6) ul{float:right;right:-.1rem}.gameClassify>div:nth-child(2) .d3,.gameClassify>div:nth-child(4) .d3,.gameClassify>div:nth-child(6) .d3{left:5rem}.gameClassify li.gameItem{display:flex;flex-direction:column;padding:.2rem .4rem}.gameClassify li.gameItem p{color:#5c5c5c}.gameClassify li.gameItem img{height:1.2rem;width:1.2rem}.lotteryHall-page-V2{height:100%;width:100%}.lotteryHall-page-V2 .hallContent{background:#f1f1f1;margin-top:.88rem;padding-bottom:1.5rem;padding-top:.2rem;width:100%}.lotteryHall-page-V2 .hallContent,.lotteryHall-page-V2 .hallContent .block{align-items:center;display:flex;flex-direction:column;justify-content:center}.lotteryHall-page-V2 .hallContent .block{box-sizing:border-box;margin-bottom:.38rem;width:7.08rem}.lotteryHall-page-V2 .hallContent .block img{height:.92rem;width:.92rem}.lotteryHall-page-V2 .hallContent .block header{background-position:50%;background-repeat:no-repeat;background-size:102% 114%;border-radius:.06rem;box-shadow:0 .04rem .08rem 0 #bababa;box-sizing:border-box;display:flex;justify-content:space-between;width:100%;z-index:2}.lotteryHall-page-V2 .hallContent .block header>div{align-items:center;box-sizing:border-box;display:flex;height:1.9rem;padding-left:.52rem;padding-right:0;position:relative;width:100%}.lotteryHall-page-V2 .hallContent .block header>div:last-child{margin:0}.lotteryHall-page-V2 .hallContent .block header>div div{align-items:center;border-left:.5px solid #ffffff80;display:flex;flex-direction:column;height:1.46rem;justify-content:center;margin-left:.15rem;padding-left:.28rem;width:auto}.lotteryHall-page-V2 .hallContent .block header>div div span{display:block;margin:.06rem;width:100%}.lotteryHall-page-V2 .hallContent .block header>div div span:first-child{color:#fff;font-family:PingFangSC-Semibold;font-size:.36rem;letter-spacing:-.0056rem;margin-bottom:.1rem}.lotteryHall-page-V2 .hallContent .block header>div div span:last-child{color:#fff;font-family:PingFangSC-Regular;font-size:.24rem;letter-spacing:-.18px;opacity:.9}.lotteryHall-page-V2 .hallContent .block header>div>img:last-of-type{height:.32rem;position:absolute;right:.32rem;top:.52rem;transform:translateX(-50%);width:.32rem}.lotteryHall-page-V2 .hallContent .block>ul{background:#f4f4f4;background:#f9fafa;border-radius:3px;box-shadow:0 2px 7px 0 #e8e8e8;box-sizing:border-box;display:flex;flex-wrap:wrap;transition:all .2s;width:90%}.lotteryHall-page-V2 .hallContent .block>ul *{box-sizing:border-box}.lotteryHall-page-V2 .hallContent .block>ul li{align-items:center;display:flex;justify-content:flex-start;justify-content:center;width:49.99%}.lotteryHall-page-V2 .hallContent .block>ul li div{align-items:center;border-right:1px solid #ededed;display:flex;flex-direction:row;justify-content:flex-start;padding-left:15px;width:100%}.lotteryHall-page-V2 .hallContent .block>ul li div p{align-items:center;color:#333;display:flex;flex-direction:column;font-family:PingFangSC-Regular;font-size:.252rem;justify-content:center;letter-spacing:-.19px;margin-left:.14rem}.lotteryHall-page-V2 .hallContent .block>ul li div p>span{align-items:center;background-size:.3rem .3rem;color:#8a8a8a;display:flex;font-family:PingFangSC-Regular;font-size:.18rem;height:.3rem;letter-spacing:-.14px;margin-top:.02rem}.lottery-header-container{align-items:center;background-color:#ff4941;color:#fff;display:flex;flex-direction:row;height:.88rem;justify-content:flex-end;left:0;padding:0 .32rem;position:fixed;right:0;top:0;z-index:11!important}.lottery-header-title{font-size:.36rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.lottery-header-right{font-size:.36rem;height:.88rem;position:fixed;right:.32rem;z-index:9999}.lottery-header-right,.lottery-header-right>*{align-items:center;display:flex;flex-direction:row;justify-content:center}.lottery-header-right>*{height:100%}.lottery-header-right img:first-child{height:.37rem;width:.4rem}.lottery-header-right img:nth-child(2){height:.38rem;width:.38rem}.lottery-wrap{width:100%}.lottery-header{align-items:center;background-image:linear-gradient(-45deg,#ff4941,#ff7d83);display:flex;height:2rem;justify-content:space-around;left:0;position:fixed;right:0;top:0;width:100vw;z-index:100}.lottery-header .lottery-title{color:#fff;font-size:18px;letter-spacing:-.25px;line-height:22px;padding-top:31px;text-align:center}.lottery-header .lottery-tab{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;text-align:center;width:6.2rem}.lottery-header .lottery-amount,.lottery-header .lottery-user{color:#fff;display:inline-block;font-size:16px}.lottery-header .lottery-num{font-size:20px;height:28px;line-height:28px;margin-top:5px;overflow:hidden}.lottery-header .lottery-message img{height:20px;margin-right:7px;position:relative;top:5px;width:17px}.lottery-list{background-color:#f9f9f9;min-height:68vh;padding-top:.18rem}.lottery-list .list-view-section-body{padding-left:.22rem;padding-right:.22rem}.lottery-list .lottery-list-item:last-child{border-bottom:0}.lottery-list .lottery-list-item{background:#fff;border-radius:.08rem;box-shadow:0 2px 4px 0 #dfdfdf80;height:2.1rem;margin-bottom:.28rem;padding-top:.15rem;position:relative}.lottery-list .lottery-list-item.luck8{height:2.5rem}.lottery-list .lottery-list-item.luck8 .ball-list{width:calc(100vw - 1.5rem)}.lottery-list .lottery-list-item.luck8 .ball-list .balls{margin:.06rem .01rem}.lottery-list .lottery-list-item.kk3 img{margin-left:.1rem;margin-right:.1rem;margin-top:0}.lottery-list .lottery-list-item>img{border-radius:10px;height:1.04rem;left:.24rem;position:absolute;top:.3rem;width:1.04rem}.lottery-list .lottery-list-item .right-arrow{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAeCAMAAAASJ24jAAAAclBMVEUAAACWlpaWlpaAgICYmJiZmZmZmZmYmJiZmZmVlZWZmZmZmZmZmZmZmZmZmZmZmZmYmJiZmZmYmJiZmZmYmJiXl5eWlpaXl5eYmJiZmZmYmJiZmZmYmJiYmJiXl5eOjo6ZmZmSkpKYmJiZmZmZmZmZmZk34mSfAAAAJXRSTlMAHRcE9+5+TjoK9Ofh3NXOx7+3m3VEKySuqKGNhlgyEg8HlJNkHx1xMQAAAIZJREFUGNOF0ccSgjAUhWFCCSoQmhorYjnv/4rOOG7+u4Ds8i1uO4kb0wTPq6O4Vv2DEjTMkNho2EKOjU5Gap2fkKnSJYNsKo1GCr054KHQlVLudDOSy1PuufYrUv4AZT0a/9tgEI76yhaWmWquaw8Szcli4FFdUD8vBJN2JrqPWkaZeof/FxxkCiKeGWDbAAAAAElFTkSuQmCC) no-repeat 50%;background-size:contain;height:17px;position:absolute;right:.22rem;top:50%;transform:translateY(-50%);width:9px}.lottery-list .lottery-name{color:#131313;display:inline-block;font-family:PingFang SC;font-size:.36rem;height:1.24rem;letter-spacing:-.005rem;line-height:1.34rem;margin-left:1.5rem}.lottery-list .lottery-time{color:#131313;font-family:PingFang SC;font-size:.26rem;height:.36rem;letter-spacing:-.18px}.lottery-list .lottery-zoushitu{color:#ff4941;font-family:PingFangSC-Light;font-size:.26rem;letter-spacing:-.18px;margin-top:.16rem;position:relative}.lottery-list .lottery-zoushitu:after{background-color:#ff4941;border-radius:1px;bottom:-1px;content:"";height:.02rem;position:absolute;right:0;width:.78rem}.lottery-list .lottery-change-issueNo{color:#131313;font-family:PingFang SC;font-size:.3rem;height:.42rem;letter-spacing:-.0042rem}.lottery-list .lottery-periods{color:#666;display:inline-flex;flex-direction:column;height:1.44rem;letter-spacing:-.21px;margin-top:20px;position:absolute;right:.74rem;text-align:right}.lottery-list .ball-list{display:inline-block;margin-left:.24rem;margin-top:.1rem;position:absolute}.lottery-list .ball-list li{color:#fff;float:left;height:.48rem;line-height:24px;text-align:center;width:.48rem}.lottery-list .ball-list li.red{background-image:linear-gradient(-180deg,#ff666d,#ff4941)!important;box-shadow:0 2px 4px 0 #ff535b!important}.lottery-list .ball-list li.green{background:#5fcc49!important;box-shadow:0 2px 4px 0 #5fcc49!important}.lottery-list .ball-list li.blue{background:#3ca2ed!important;box-shadow:0 2px 4px 0 #3ca2ed!important}.lottery-list .ball-list li.black{background:#999!important;box-shadow:0 2px 4px 0 #999!important}.lottery-list .ball-list li:after{margin-left:.26rem!important}.lottery-list .ball-list.null{color:#888;font-size:.4rem}.lottery-Tab{align-items:center;background-color:#fff;border-radius:.08rem;color:#666;display:flex;flex-direction:column;font-family:PingFangSC-Regular;font-size:.26rem;justify-content:center;letter-spacing:-.0144rem;opacity:.99;padding-left:.4rem;padding-right:.4rem;padding-top:.26rem;position:absolute;right:10px;text-align:center;top:1.2rem;z-index:9999}.lottery-Tab>div{margin-bottom:.34rem}.lottery-Tab>div:not(.triangle_3){width:100%}.triangle_3{background-color:initial;border-bottom:.2rem solid #f4f4f4;border-left:.14rem solid #0000;border-right:.14rem solid #0000;border-top-style:solid;height:0;position:absolute;right:.2rem;top:-.2rem;transform:rotate(0);width:0}.my_header_v2{align-items:center;color:#6f6f6f;display:flex;font-family:PingFangSC-Medium;font-size:.36rem;height:4rem;justify-content:center;position:relative;width:100%}.my_header_v2_div>div:first-child{margin-top:-40px}.my_money_v2 .my_money_v2_div{align-items:center;background-image:linear-gradient(0deg,#fff1f1,#fff);background-size:100% 100%;border:1px solid #dfbc2e;border-radius:10px;box-shadow:0 .267vw .533vw 0 #0000001a,0 .267vw .533vw 0 #ff00001a;color:#000;display:flex;flex-direction:row;font-family:PingFangSC-Regular;font-size:.28rem;height:3.5rem;justify-content:center;margin:-20px auto 0;text-align:left;width:95%}.login_out_newCode{bottom:2%;height:48px;margin:0 auto;max-width:750px;overflow:hidden;position:absolute;text-align:center;width:100%}.login_out_newCode span{background:linear-gradient(180deg,#ffdca8,#a0792f);background-size:100% 100%;border-radius:19px;box-shadow:0 .02rem 0 #7d5c1d,inset 0 -.04rem .06rem #ffffff59;color:#fff;display:block;font-size:16px;font-weight:600;height:42px;line-height:42px;margin:4px auto;text-decoration:none;width:90%}.my_item_div{color:#000;padding:0 .14rem}.my_item_div>div>img{height:auto;margin-bottom:.18rem;width:15%}.my_header_v2 img{border:none;height:100%;width:100%}.my_header_v2_div{flex-direction:column;height:100%;position:relative}.my_header_v2_div,.my_header_v2_div>div:first-child{align-items:center;display:flex;justify-content:center}.my_header_v2_div>div:first-child{background:#ffffff30;border-radius:50%;height:2.04rem;width:2.04rem}.my_header_v2_div>div:first-child img{border-radius:50%;height:1.44rem;width:1.44rem}.my_header_v2_div>div:nth-child(2){align-items:center;bottom:0;display:flex;flex-direction:column;justify-content:space-around;position:absolute}.my_header_v2_div>div:nth-child(2)>div:nth-child(2){color:#c9a929;height:.5rem;margin-top:.2rem}.my_header_v2_div>div:nth-child(2) img{height:.4rem;width:1rem}.my_header_v2_div_1{height:.52rem;position:absolute;right:.16rem;top:.5rem;width:.52rem}.my_money_v2>.my-rank{align-items:center;border-bottom:1px solid #f4f4f4;display:flex;flex-direction:column;height:1.16rem;justify-content:center;padding-bottom:.24rem;width:auto}.my_money_v2>.my-rank>div:first-child{color:#7c7c7c;font-family:PingFangSC-Regular;font-size:.208rem;margin-bottom:.28rem;width:70%}.my_money_v2>.my-rank>div:first-child,.my_money_v2>.my-rank>div:first-child>span{align-items:center;display:flex;flex-direction:row;justify-content:center;text-align:center}.my_money_v2>.my-rank>div:first-child>span{color:#666;display:inline-block;font-size:.26rem;height:.3rem;line-height:.3rem;margin-bottom:.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.my_money_v2>.my-rank>div:nth-child(2){color:#7c7c7c;font-family:PingFangSC-Regular;font-size:.24rem}.my_money_v2>.my-rank .rank-img{align-items:center;display:flex;flex-direction:row;justify-content:center}.my_money_v2>.my-rank .rank-img>img{height:.4rem;width:.4rem}.my_money_v2>.my-rank .rank-img>span{color:#333;font-size:.26rem}.my_money_v2>.my-rank .rank-bg{background-color:#d8d8d8;border-radius:.3rem;height:.2rem;overflow:hidden;width:100%}.my_money_v2>.my-rank .rank-slide{background-image:linear-gradient(-45deg,#ff7d83,#ff4941);border-radius:.3rem;height:.2rem}.my_money_v2 .my_money_v2_div>div{align-items:center;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:space-around}.my_money_v2 .my_money_v2_div>div>div:first-child{align-items:left;display:flex;flex-direction:column;height:1.2rem;justify-content:space-around;line-height:.8rem;padding-top:10px}.my_money_v2 .my_money_v2_div>div>div:first-child span:last-child{color:0;text-align:center}.my_money_v2 .my_money_v2_div>div>div:nth-child(2){align-items:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANQAAABGCAYAAAC0cLpQAAAAAXNSR0IArs4c6QAAByJJREFUeAHtnU9oVEccx3+/t5hspBpPotCL7KFQlR5EehDFYurGKCH4p9Cb4LEUK956yslbaaV4FDxbE4JozEqCpeKp5FBSDx7Ei2Dx5J9i18ju9Pubtxtfkv3z9u1LNPu+A/revpn5vZkP8828+b15MyrrFJxzKieKu0Uq+8TJZyIO/6Qgzg2K6BZR2YLzvnUqDm/TSwRUF9GmXqNNvRbVl6jaY7SpR2hTj0Ry83Kr9FBV3XpUWdfyJu7M0KC8qZxCZY+K069Q4e1reT/aJoHGBPS5qLsHgd2VzbkJ/W3WRLcmIXVB+Z5o5MgwCn8WPc4oSp1fk5LTKAkkI1BGL3YTf+SvyfTcTNo9V2qCcuPjgfx5/xuI6Ef825usrsxFAutIQHUB4rok+w9e1/Hxahp3TkVQ7vhQUarVy7VxURrlog0SWEcCGG8FwXm9PVvq9qZdCcqdPPap/Pf2ZwjpdLcFYX4S+PAE9IYM9F/QyTtPk5YlsaDcyBCcDdWrEBO8dAwk0CsE4CXU4JxOz04kqVHHgnLfH+uXx+WfMKj7LskNmYcENgQBlStSyF/UX++87aS8HQnKjY1tk8VX8JC4g53chGlJYEMSUL0vfVtHdWrqRdzyxxaUO1ncKeV3JXrw4qJlup4gYJ7A/KaiTpaexalPLEGFYlp8gMe8XXGMMg0J9BQBlSeS7zsQR1RBu4r7xzzfM1FM7VgxvkcJWEcCDXgttKliS0F5B0Q4ZuKL2jYgGd3jBGyyArTgNdGiqi0FFXrz6IBowY9RWSJgzjjzcLcITcdQ4Xumyo0WeRlFAtkkoLnTzd5TNRRUbQbE33xpm832wlq3I4CXvwP9exrNqGj8yFcu/0IxtYPK+OwSwOwgr5HVBFb1UOFE18rM6qS8QgIksIxAkBteOaF2WQ/lP8Hws8aXZeMPEiCBRgSgFa+ZSNwyQfnvmcJP0yNJeEoCJNCYAJZxsG8AI2FJUP5LW/s4kIEESCA+AWjGa6eWY0lQYp+t80vb+CCZkgSMgGnGtFML7wVla0AwkAAJdE4goh3v5fOrE/1b+QeWuKBK5ziZgwTK8kluh62mFPZQttQXxcRmQQJJCeT9cnnIHQrKaTGpJeYjARIAgZqGgtC7J4cJhQRIoAsCTg6bltQdP7pHqu8WujDFrCRAAkYg2LQXj3xYa5yBBEggBQKVfQE+a7dF+xlIgAS6JQAtoYfyu2B0a4r5SYAEoCXz8hVIggRIIBUCBTzyceXXVFDSCAlAS+ihsNkZAwmQQAoEdEvgdw5MwRRNkEDmCWAXThtDMZAACaREwNzm2JuUgQRIoGsC0JK5zSmorknSAAkYAQdBhbtmkwcJkEC3BKAlG0NhC3oGEiCBFAg8Nrf5oxQM0QQJkAC0ZG5zCopNgQTSIAAtoYfKzadhizZIgARy8+o/MBw5gvUk3HYCIQESSEpAn8v03I5A8Y2hqLuX1AzzkQAJgAA0ZFoyLx9+yF1/5H8kQALJCNQ0FApqc24CVsrJLDEXCWSeQFlCDYWrHtl6YnjBezPzWAiABJIQgHa8hpA37KHMiJNrdmAgARLokEBEO0v7Q3lv3/Ejf3F98w5hMnm2CaguyO25L7xzDySWeqjQ26eXsk2HtSeBDgmoXqqLyXIuCcqb2X/wOqcidQiUyTNMANP2vGbeI1h65Ktf4pagdRI8kkAbAu22BLXsfs9QFXOjM5AACTQloDdW7q9rSZc/8tUz5/M/QFov6z95JAESiBKANgb6L0Sv1M8bCkon7zwVDc7VE/FIAiQQIQBteI1ELtVPGwrKInV6dgJTkq7UE/JIAiQAAtCE10YTGE0F5dMX8hcxg+J+k7y8TALZImBaME20CKu8fCvTurGxbbL46g++8F1Jhr8zRcBe4PZtPaRTUy9a1butoCyzO1ncKeXFB5ietKuVMcaRQE8SUHki+b4DOll61q5+rR/5arm9IRjE499CO4OMJ4GeImBtPqaYrN6xBGUJvajQ5XFMZTQYMkHAxkz2mBejZ6rziC0oy+CfHwv9X9P7V8fHY88SMA832nq7MdPK+scaQ63MZL/dyNApcdWrOBtsFM9rJLAxCeClrb1nstdGCUJHPVTUvr/hQP8e9FaJbhy1xXMS+CgIWFtGm04qJqtD4h4qCiCcUFu9jN6K+/VGwfB8gxDArPEgON9obl6nFUjcQ0Vv5Avy5aHPUahv6QmMkuH5R03APHjWZtF20xCT1TWVHioKrbbO3zAsn8XL4FHE5aPxPCeBD0ygjD/6N/2SD9NzM9GPA9MoV+qCihbKnRkalDcVOC+0iAocxiMhF9OMAuL5OhHAIpQqv2PtvJKtTlRfUGUtbr6mgooW2PdcJ4q7RSr7IC6Mtfx4qxBumo19frGdIs77onl4TgKxCKguok1hnzPsdRZuz4QdZTAu8uv2Y6nxW6WHafdEzcr1PyyP3k44VE7eAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:100% 100%;color:#fff;display:flex;font-family:PingFangSC-Regular;font-size:.28rem;height:.8rem;justify-content:center;margin-top:-10px;padding-left:5px;padding-right:5px;width:2.22rem}.my_money_v2 .my_money_v2_div>div>div:nth-child(2)>img{height:22px;margin-right:.15rem}.my_item_v2{color:#000;font-family:PingFangSC-Regular;font-size:.252rem}.my_item_more{height:1.6rem;width:100%}.my_item_more img{height:100%;width:100%}.my_item_div{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin-bottom:2rem;margin-top:.2rem}@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-device-pixel-ratio:2){.login_out_newCode{bottom:0}}.my_item_div>div{align-items:center;background-image:linear-gradient(0deg,#fff1f1,#fff);border:1px solid #dfbc2e!important;box-shadow:0 .267vw .533vw 0 #0000001a,0 .267vw .533vw 0 #ff00001a;box-sizing:border-box;display:flex;flex-direction:column;font-size:.24rem;height:1.84rem;justify-content:center;margin-bottom:8px;text-align:center;width:48.8%!important}.my_item_div div:first-child,.my_item_div div:nth-child(3){border-bottom-left-radius:12px;border-top-left-radius:12px;margin-right:8px}.my_item_div div:nth-child(2),.my_item_div div:nth-child(4){border-bottom-right-radius:12px;border-top-right-radius:12px}.my-content-wrapper{-webkit-overflow-scrolling:touch;background-color:#f1f2f8;height:calc(100vh - 1.1rem);overflow-y:auto;overflow-y:scroll}.my-content{background:#191a1f;height:100%;overflow:scroll;position:relative}.my-content:after{height:calc(100% + 1px)}.active-content{box-sizing:border-box;height:calc(100vh - 1.88rem);margin-top:.8rem;width:100%}.active-content>header{background:#ff4d55;box-sizing:border-box;height:.8rem;padding:0 1.48rem;position:fixed;top:0;width:100%;z-index:2}.active-content>header ul{align-items:center;display:flex;height:100%;justify-content:space-between;width:100%}.active-content>header ul li{align-items:center;color:#d8d8d8;display:flex;font-size:.36rem;font-weight:500;height:100%;justify-content:center;position:relative;width:1.1rem}.active-content>header ul li:after{background:#ff4d55;border-radius:2px;bottom:4px;content:"";height:4px;left:0;position:absolute;width:100%}.active-content>header ul li.active{color:#fff}.active-content>header ul li.active:after{background:#fff}.active-content>section{-webkit-overflow-scrolling:touch;height:100%;overflow:auto;padding:.2rem .32rem 0;position:relative}.active-content>section ul{height:calc(100% + 1px);overflow:scroll}.active-content>section ul li{background:#333;border-radius:4px;height:2.92rem;margin-bottom:.2rem;overflow:hidden;position:relative;width:100%}.active-content>section ul li img{display:block;height:100%;width:100%}.active-content>section ul li .up{align-items:center;background:#0003;color:#fff;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.active-content>section ul li .new{height:.6rem;left:.2rem;position:absolute;top:0;width:.56rem}.active-content>section ul li .footer{background:#00000080;border-radius:0 0 4px 4px;bottom:0;box-sizing:border-box;color:#fff;display:flex;height:.7rem;justify-content:space-between;padding:.2rem;position:absolute;width:100%}.active-content>section ul li .footer p{align-items:center;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAFMandsAAAABGdBTUEAALGPC/xhBQAAAW9JREFUOBGVlM0uA1EUx2eKB1DCS3gALbqwEBJEbDyCN2hIdFERbfSRRmyEWFh21RdgoxLbJvj9z8xpr6nbpCf53/P9cc/cTJKE9ANJh2U61kAXrKccO3KMo2XpmoYwMefJ94vyYO9ZRH78CQrsc4mTtp5Gl3PQB7fgtJBP4DeFfKYstQ/H8XznG5rXZoTZzf7htpWZFyHpwUuq4rYryNqgUQVlAA7R9uAavo+8Dz8GA2U289jpE19bCz5CWJ12m6WhCq2IU76Of6I6Qd+gUvAUbjeUQSRDCNmlJ6owStP0SUqZaHGggAWE/J2UI5Lky8oQsIJvCQzBHRiBK7AMnD4RVEizXoIqUPcPLVMDXwCnN4R3V0pcPsGpTXrmL0R3eS48/p1tSo+O+BrYh9qrKJyklBdXybsGma9d+1DBLdADtYheD/3EWJ5PEn0BKhYjCnbAeBKLw6BO+htsygCvzdK9uBb7gqIlPrpxDr5L7Osvq0IkZU8sVfEAAAAASUVORK5CYII=) 0 0 no-repeat;background-size:.34rem .34rem;display:flex;height:.34rem;padding-left:.48rem}.active-content>section ul li .footer div{align-items:center;display:flex}.homeindex_Content{background-color:#0f1216;height:calc(100vh - 1.88rem);overflow-y:scroll;padding-bottom:1rem;padding-top:.72rem;position:relative;width:100%}.homeindex_Content *{box-sizing:border-box}.homeindex_Content .Gamedream-header{align-items:center;background:#252525;box-sizing:border-box;display:flex;height:.72rem;justify-content:center;left:0;opacity:1;padding:0 .2rem;position:fixed;right:0;top:0;transform:translateZ(0);transition:all .5s;width:100vw;z-index:111}.homeindex_Content .Gamedream-header .logoin{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:flex-start;position:absolute;right:.12rem}.homeindex_Content .Gamedream-header .logoin img{height:.44rem;margin:0 .1rem}.homeindex_Content .Gamedream-header .logoin p{color:#fff;font-size:.26rem}.homeindex_Content .Gamedream-header .logoin span{color:#fec80d;font-size:.26rem}.homeindex_Content .Gamedream-header .logo img{height:auto;width:2.2rem}.homeindex_Content .Gamedream-contents-wrapper,.homeindex_Content .home-container{-webkit-overflow-scrolling:touch;height:100%;overflow:auto;position:relative;z-index:10}.homeindex_Content .Gamedream-contents-wrapper{min-height:calc(100% + 1px)}.homeindex_Content .game_tabs{align-items:center;background:#1e1e1e;box-sizing:border-box;display:flex;height:1.9rem;justify-content:space-between;padding:.48rem .24rem 0 .2rem}.homeindex_Content .game_tabs img{height:1.24rem;width:1.7rem}.homeindex_Content .game_tabs div{color:#bdc2c9;font-size:13px;letter-spacing:-.18px;text-align:center}.homeindex_Content .game_tabs div div{margin-top:.1rem}.homeindex_Content .game_lotteryTitle{align-items:center;background:#1e1e1e;box-sizing:border-box;display:flex;flex-direction:row;height:.72rem;justify-content:flex-start;margin-bottom:.2rem;padding-left:.2rem}.homeindex_Content .game_lotteryTitle p{color:#fff;font-size:.32rem;font-weight:400;margin-bottom:-.06rem;vertical-align:bottom}.homeindex_Content .game_lotteryTitle p span{background:0 0;color:#f2ba36;display:inline-block;font-size:.2rem;margin-left:.16rem;width:5rem}.homeindex_Content .game_lotteryTitle span{background-color:#f2ba36;display:inline-block;height:.32rem;margin-right:.14rem;width:.08rem}.homeindex_Content .hotGameRepeat{height:8.9rem;position:relative}.homeindex_Content .hotGameRepeat img{position:absolute;width:calc(33.33333% - .2rem)!important}.homeindex_Content .hotGameRepeat .hotgamepic_{width:30%}.homeindex_Content .hotGameRepeat .hotgamepic_1{height:3.2rem;left:.2rem;top:0;width:2.8rem}.homeindex_Content .hotGameRepeat .hotgamepic_2{height:6.3rem;left:calc(33.33333% + .09rem);top:0;width:2.8rem}.homeindex_Content .hotGameRepeat .hotgamepic_3{height:3.2rem;right:.2rem;top:0;width:2.8rem}.homeindex_Content .hotGameRepeat .hotgamepic_4{height:2.3rem;left:.2rem;top:3.3rem;width:2.8rem}.homeindex_Content .hotGameRepeat .hotgamepic_5{height:2.3rem;right:.2rem;top:3.3rem;width:2.5rem}.homeindex_Content .hotGameRepeat .hotgamepic_6{height:3rem;left:.2rem;top:5.7rem;width:2.8rem}.homeindex_Content .hotGameRepeat .hotgamepic_7{height:2.3rem;left:calc(33.33333% + .09rem);top:6.4rem;width:2.5rem}.homeindex_Content .hotGameRepeat .hotgamepic_8{height:3rem;right:.2rem;top:5.7rem;width:2.5rem}.homeindex_Content .gameGuess{position:relative}.homeindex_Content .gameGuess>img{height:4.48rem;width:100%}.homeindex_Content .gameGuess>div{height:4.48rem;left:0;position:absolute;top:0;width:100%}.homeindex_Content .gameGuess>div>div{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:.44rem}.homeindex_Content .gameGuess>div>div>img{height:2.9rem;width:calc(100% - .6rem)}.homeindex_Content .gameGuess>div>div .guessbox{height:100%;height:2.9rem;position:absolute;width:calc(100% - .6rem)}.homeindex_Content .gameGuess>div>div .guessbox>div:first-child{color:#bdc2c9;font-size:.26rem;margin-top:.27rem;text-align:center;width:100%}.homeindex_Content .gameGuess>div>div .guessbox>div:nth-child(2){width:100%}.homeindex_Content .gameGuess>div>div .guessbox>div:nth-child(2)>div{align-items:center;display:flex;flex-direction:row;height:1.6rem;justify-content:space-between;margin:0 auto;width:5.7rem}.homeindex_Content .gameGuess>div>div .guessbox>div:nth-child(2)>div>div:first-child,.homeindex_Content .gameGuess>div>div .guessbox>div:nth-child(2)>div>div:nth-child(3){height:100%;position:relative}.homeindex_Content .gameGuess>div>div .guessbox>div:nth-child(2)>div>div:first-child img,.homeindex_Content .gameGuess>div>div .guessbox>div:nth-child(2)>div>div:nth-child(3) img{max-height:1.2rem;width:1.2rem}.homeindex_Content .gameGuess>div>div .guessbox>div:nth-child(2)>div>div:first-child span,.homeindex_Content .gameGuess>div>div .guessbox>div:nth-child(2)>div>div:nth-child(3) span{bottom:0;color:#bdc2c9;display:block;font-size:.28rem;position:absolute;text-align:center;width:100%}.homeindex_Content .gameGuess>div>div .guessbox>div:nth-child(2)>div>div:nth-child(2){align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;height:100%;justify-content:center;padding:.3rem 0}.homeindex_Content .gameGuess>div>div .guessbox>div:nth-child(2)>div>div:nth-child(2) img{width:.58rem}.homeindex_Content .gameGuess>div>div .guessbox>div:nth-child(2)>div>div:nth-child(2)>span{color:#bdc2c9;display:block;font-size:.28rem;text-align:center;width:100%}.homeindex_Content .gameGuess>div>div .guessbox>div:nth-child(2)>div>div:nth-child(2)>span>span{background-color:#363f4c;border-radius:.14rem;display:inline-block;padding:.02rem .3rem}.homeindex_Content .gameGuess>div>div .guessbox>div:nth-child(3){align-items:center;bottom:0;display:flex;flex-direction:row;height:.42rem;justify-content:center;position:absolute;width:100%}.homeindex_Content .gameGuess>div>div .guessbox>div:nth-child(3):before{border-bottom:0 solid #0000;border-right:.42rem solid #2e4565;border-top:.42rem solid #0000;content:"";display:inline-block;height:0;width:0}.homeindex_Content .gameGuess>div>div .guessbox>div:nth-child(3):after{border-bottom:0 solid #0000;border-left:.42rem solid #2e4565;border-top:.42rem solid #0000;content:"";display:inline-block;height:0;width:0}.homeindex_Content .gameGuess>div>div .guessbox>div:nth-child(3)>div{align-items:center;background-color:#2e4565;display:flex;flex-direction:row;height:100%;justify-content:center;padding:0 .1rem}.homeindex_Content .gameGuess>div>div .guessbox>div:nth-child(3)>div img{height:.26rem;margin-right:.1rem;width:.26rem}.homeindex_Content .gameGuess>div>div .guessbox>div:nth-child(3)>div span{color:#bdc2c9;font-size:.26rem}.footer-Dowload{background-color:#000000b3;bottom:1.1rem;color:#fff;display:flex;flex-direction:row;font-size:.3rem;height:.6rem;justify-content:space-between;position:fixed;text-align:center;width:100%;z-index:10}.footer-Dowload>div{align-items:center;display:flex;justify-content:flex-start;line-height:.6rem}.footer-Dowload>div span{display:inline-block}.footer-Dowload>div img{margin:0 .2rem;z-index:10000}.footer-Dowload img{height:.32rem;margin:.1rem 0;width:.32rem}.footer-Dowload .download-btn{height:.45rem;margin-right:.4rem;margin-top:.06rem;width:1rem}.footer-Dowload .download-btn span{background:#ff656c;border-radius:.12rem;box-shadow:0 2px 4px 0 #99999980;color:#ececec;display:block;font-size:.3rem;height:.4rem;line-height:.45rem;text-align:center;width:1rem}.dowloadNone{display:none}.am-tabs{display:flex;flex:1 1;height:100%;overflow:hidden;position:relative;width:100%}.am-tabs,.am-tabs *{box-sizing:border-box}.am-tabs-content-wrap{display:flex;flex:1 1;height:100%;min-height:0;width:100%}.am-tabs-content-wrap-animated{transition:transform .3s cubic-bezier(.35,0,.25,1),left .3s cubic-bezier(.35,0,.25,1),top .3s cubic-bezier(.35,0,.25,1);will-change:transform,left,top}.am-tabs-pane-wrap{flex-shrink:0;overflow-y:auto;width:100%}.am-tabs-tab-bar-wrap{flex-shrink:0}.am-tabs-horizontal .am-tabs-pane-wrap-active{height:auto}.am-tabs-horizontal .am-tabs-pane-wrap-inactive{height:0;overflow:visible}.am-tabs-vertical .am-tabs-content-wrap{flex-direction:column}.am-tabs-vertical .am-tabs-pane-wrap,.am-tabs-vertical .am-tabs-tab-bar-wrap{height:100%}.am-tabs-vertical .am-tabs-pane-wrap-active{overflow:auto}.am-tabs-vertical .am-tabs-pane-wrap-inactive{overflow:hidden}.am-tabs-bottom,.am-tabs-top{flex-direction:column}.am-tabs-left,.am-tabs-right{flex-direction:row}.am-tabs-default-bar{display:flex;flex-direction:row;flex-shrink:0;height:100%;overflow:visible;position:relative;width:100%;z-index:1}.am-tabs-default-bar-tab{align-items:center;display:flex;flex-shrink:0;font-size:15px;height:43.5px;justify-content:center;line-height:43.5px;position:relative}.am-tabs-default-bar-tab .am-badge .am-badge-text{top:-13px;transform:translateX(-5px)}.am-tabs-default-bar-tab .am-badge .am-badge-dot{top:-6px;transform:translateX(0)}.am-tabs-default-bar-tab-active{color:#108ee9}.am-tabs-default-bar-underline{border:1px solid #108ee9;position:absolute;transform:translateZ(0)}.am-tabs-default-bar-animated .am-tabs-default-bar-content{transition:transform .3s cubic-bezier(.35,0,.25,1);will-change:transform}.am-tabs-default-bar-animated .am-tabs-default-bar-underline{transition:top .3s cubic-bezier(.35,0,.25,1),left .3s cubic-bezier(.35,0,.25,1),color .3s cubic-bezier(.35,0,.25,1),width .3s cubic-bezier(.35,0,.25,1);will-change:top,left,width,color}.am-tabs-default-bar-bottom,.am-tabs-default-bar-top{flex-direction:row}.am-tabs-default-bar-bottom .am-tabs-default-bar-content,.am-tabs-default-bar-top .am-tabs-default-bar-content{display:flex;flex-direction:row;width:100%}.am-tabs-default-bar-bottom .am-tabs-default-bar-prevpage,.am-tabs-default-bar-top .am-tabs-default-bar-prevpage{background:linear-gradient(90deg,#fff,#fff0);content:" ";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:59px;z-index:999}.am-tabs-default-bar-bottom .am-tabs-default-bar-nextpage,.am-tabs-default-bar-top .am-tabs-default-bar-nextpage{background:linear-gradient(90deg,#fff0,#fff);content:" ";display:block;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:59px;z-index:999}.am-tabs-default-bar-bottom .am-tabs-default-bar-tab,.am-tabs-default-bar-top .am-tabs-default-bar-tab{padding:8px 0}.am-tabs-default-bar-bottom .am-tabs-default-bar-underline,.am-tabs-default-bar-top .am-tabs-default-bar-underline{bottom:0}.am-tabs-default-bar-top .am-tabs-default-bar-tab{border-bottom:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab{border-bottom:none}html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab:after{background-color:#ddd;bottom:0;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:auto;transform:scaleY(.5);transform-origin:50% 100%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab:after{transform:scaleY(.33)}}.am-tabs-default-bar-bottom .am-tabs-default-bar-tab{border-top:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab{border-top:none}html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab:before{background-color:#ddd;bottom:auto;content:"";display:block;height:1PX;left:0;position:absolute;right:auto;top:0;transform:scaleY(.5);transform-origin:50% 50%;width:100%;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab:before{transform:scaleY(.33)}}.am-tabs-default-bar-left,.am-tabs-default-bar-right{flex-direction:column}.am-tabs-default-bar-left .am-tabs-default-bar-content,.am-tabs-default-bar-right .am-tabs-default-bar-content{display:flex;flex-direction:column;height:100%}.am-tabs-default-bar-left .am-tabs-default-bar-tab,.am-tabs-default-bar-right .am-tabs-default-bar-tab{padding:0 8px}.am-tabs-default-bar-left .am-tabs-default-bar-underline{right:0}.am-tabs-default-bar-left .am-tabs-default-bar-tab{border-right:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab{border-right:none}html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab:after{background-color:#ddd;background:#ddd;bottom:auto;content:"";display:block;height:100%;left:auto;position:absolute;right:0;top:0;transform:scaleX(.5);transform-origin:100% 50%;width:1PX;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab:after{transform:scaleX(.33)}}.am-tabs-default-bar-right .am-tabs-default-bar-underline{left:0}.am-tabs-default-bar-right .am-tabs-default-bar-tab{border-left:1px solid #ddd}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab{border-left:none}html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab:before{background-color:#ddd;bottom:auto;content:"";display:block;height:100%;left:0;position:absolute;right:auto;top:0;transform:scaleX(.5);transform-origin:100% 50%;width:1PX;z-index:1}}@media (-webkit-min-device-pixel-ratio:2) and (-webkit-min-device-pixel-ratio:3),(min-resolution:2dppx) and (min-resolution:3dppx){html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab:before{transform:scaleX(.33)}}.Hall-page{min-height:100vh}.Hall-page .am-tabs{margin-top:.88rem}.Hall-page .am-tabs-default-bar-tab{background-color:#efefef;color:#000}.Hall-page .am-tabs-default-bar-tab-active{background-color:#ff7e79;color:#fff}.Hall-page .gameItem{align-items:center;display:flex;flex-direction:column;margin-top:.2rem;width:2rem}.Hall-page .gameItem img{border-radius:.3rem;height:1.4rem;width:1.4rem}.Hall-page .gameItem p{margin-top:.2rem}.Hall-page .list-content{display:flex;flex-wrap:wrap;justify-content:space-between;padding:.4rem}.wechat-page img{height:100%;width:100%}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{background-color:initial;line-height:1}li,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{color:#000;text-decoration:none}.dianjing,.dianjing .header,.dianjing .lottery-header-container,.dianjing header{background-color:#171717}.dianjing .tabButton .btn{background:0 0;border:1px solid #fec80d;color:#fec80d}.dianjing .tabButton .btn-choise{background:#fec80d;border:none;color:#fff}.dianjing .content .Button{background:#344561}.dianjing .content .LoginInput{background-color:#0f1216!important}.dianjing .content .LoginInput p{color:#bec2c8}.dianjing .content .LoginInput input{background-color:#0f1216;color:#bec2c8}.dianjing .LoginItem{background:#171717;height:-webkit-fill-available}.dianjing .LoginItem header{background:0 0}.dianjing .LoginItem content .tab-title span{color:#bec2c8}.dianjing .LoginItem content .tab-title .active{color:#f2ba36}.dianjing .LoginItem content .tab-transform .active{background:#f2ba36}.dianjing .LoginItem content .content-input .Button{background:#344561}.dianjing .LoginItem content .content-input .Button.active{box-shadow:0 2px 4px 0 #f2ba36}.dianjing .LoginItem content .content-input .LoginInput{background-color:#0f1216}.dianjing .LoginItem content .content-input .LoginInput p{color:#bec2c8}.dianjing .LoginItem content .content-input .LoginInput input{background-color:#0f1216;color:#bec2c8}.dianjing .notice{background:0 0}.dianjing .notice .dec{border:none}.dianjing .notice .dec .title{color:#bdc2c9}.dianjing .Register .content-tab{margin:0!important;padding-top:1rem}.dianjing .Register .content-tab .tab-title{color:#bdc2c9}.dianjing .Register .content-tab .tab-title span.active{color:#f2ba36}.dianjing .Register .content-tab .tab-transform .active{background:#f2ba36}.dianjing .Register .content{margin-top:0!important}.dianjing .NameRegister{height:-webkit-fill-available}.dianjing .NameRegister .Register-clause a{color:#e03c2f}.dianjing .NameRegister .Button.active{box-shadow:0 2px 4px 0 #f2ba36}.dianjing .my-content{background:#171717;height:-moz-fit-content;height:fit-content}.dianjing .my-content .my_header_v2{background:#171717}.dianjing .my-content .my_header_v2 .my_header_v2_div>div:nth-child(2)>div:nth-child(2){color:#000}.dianjing .my-content .numberStyle{color:#fdc731}.dianjing .my-content .my_money_v2 .my-rank{background-color:#171717;border-bottom:none}.dianjing .my-content .my_money_v2 .my-rank .rank-img>span{color:#bec2c8}.dianjing .my-content .my_money_v2 .my-rank .rank-bg{background:#363f4b}.dianjing .my-content .my_money_v2 .my-rank .rank-slide{background:#fec80d;background-image:none}.dianjing .my-content .my_money_v2_div{background:#171717;background-color:#171717;color:#9f9f9f}.dianjing .my-content .my_money_v2_div>div:first-child{border-right:1px solid #242f3b}.dianjing .my-content .my_money_v2_div div>div:nth-child(2){background-image:none;border:2px solid #fec80d;border-radius:35px;color:#fdc731}.dianjing .my-content .my_item_div div{border:1px solid #242f3b}.dianjing .my-content .my_item_div,.dianjing .my-content .my_item_v2{background:#171717}.dianjing .my-content .my_item_div span,.dianjing .my-content .my_item_v2 span{color:#bec2c8}.dianjing .footer-nav{background-color:#313131}.dianjing .footer-Dowload{background:#1e1e1e}.dianjing .footer-Dowload .download-btn>span{background:#f2ba36}.dianjing .RightTextOption{background-color:#f2ba36!important}.dianjing .setting{background:#171717}.dianjing .setting .DetailsItem{background-color:#242f3c;color:#bec2c8}.dianjing .setting .DetailsItem .item-border{background-color:#2e4565}.dianjing .setting .signOut{background-color:#242f3c;color:#bec2c8}.dianjing .active-content{background-color:#171717;height:inherit}.dianjing .NoRecord,.dianjing .PersonalFroms,.dianjing .active-content .NoRecord,.dianjing .active-content header{background-color:#171717}.dianjing .PersonalFroms .Personal,.dianjing .PersonalFroms .zonglan{background-color:#171717;height:-webkit-fill-available}.dianjing .PersonalFroms .Personal .tabButton .btn,.dianjing .PersonalFroms .zonglan .tabButton .btn{background:#0f1216;border:1px solid #ceab3c;border-radius:20px;color:#ceab3c}.dianjing .PersonalFroms .Personal .btn-choise,.dianjing .PersonalFroms .zonglan .btn-choise{background-color:#fec80d!important;color:#fff!important}.dianjing .PersonalFroms .Personal .textdec span:nth-child(2),.dianjing .PersonalFroms .zonglan .textdec span:nth-child(2){color:#7c8da4}.dianjing .PersonalFroms .Personal .textdec span:nth-child(2) span,.dianjing .PersonalFroms .zonglan .textdec span:nth-child(2) span{color:#bec2c8}.dianjing .PersonalFroms .Personal .fromList,.dianjing .PersonalFroms .zonglan .fromList{background-color:#242f3c}.dianjing .PersonalFroms .Personal .fromList div,.dianjing .PersonalFroms .zonglan .fromList div{border-bottom:1px solid #2e4565;border-right:1px solid #2e4565}.dianjing .PersonalFroms .Personal .fromList div>span:first-child,.dianjing .PersonalFroms .zonglan .fromList div>span:first-child{color:#bdc2c9}.dianjing .PersonalFroms .Personal .fromList div>span:nth-child(2),.dianjing .PersonalFroms .zonglan .fromList div>span:nth-child(2){color:#fec80d}.dianjing .PersonalFroms .Personal .fromList div:last-child,.dianjing .PersonalFroms .zonglan .fromList div:last-child{background-color:#363f4c;border:none}.dianjing .PersonalFroms .active-opacity .headerBody{border:1px solid #fec80d;border-radius:5px}.dianjing .PersonalFroms .active-opacity .headerBody div{color:#ceab3c}.dianjing .PersonalFroms .active-opacity .headerBody .active{background-color:#fec80d;color:#fff}.dianjing .PersonalFroms .header-right div span{color:#fec80d}.dianjing .PersonalFroms .Personal .buttonContainer{background-color:#0f1216}.dianjing .PersonalFroms .Personal .titlsPersonal>div{background-color:#242f3c;color:#fff}.dianjing .PersonalFroms .Personal .titlsPersonal{background:#1a232d;border:none;top:2.5rem}.dianjing .PersonalFroms .Personal .titlsPersonal div{border-bottom:1px solid #2e4565;height:-webkit-fill-available}.dianjing .PersonalFroms .Personal .personalList{color:#bdc2c9;margin-top:3.38rem}.dianjing .PersonalFroms .Personal .personalList .item{border:1px solid #2e4565}.dianjing .PersonalFroms .Personal .personalList .titleCount{background-color:#242f3c}.dianjing .PersonalFroms .Personal .personalList .titleCount span{color:#bdc2c9}.dianjing .PersonalFroms .Personal .personalList .boxContent{background:#171717;border-top:1px solid #242f3b}.dianjing .PersonalFroms .Personal .personalList .boxContent>div{border-bottom:1px solid #242f3b;border-right:1px solid #242f3b}.dianjing .PersonalFroms .Personal .personalList .boxContent div>span:first-child{color:#bdc2c9}.dianjing .PersonalFroms .Personal .personalList .boxContent div>span:nth-child(2){color:#fec80d}.dianjing .PersonalFroms .Personal .personalList .boxContent div:last-child{background-color:#363f4c;border-top:1px solid #242f3b;color:#bdc2c9}.dianjing .PersonalFroms .Personal .personalList .boxContent div:last-child span:nth-child(2){color:#fec80d}.dianjing .BettingRecord,.dianjing .BettingRecord .BettingRecord-sel,.dianjing .BettingRecord .BettingRecord-title{background-color:#171717}.dianjing .BettingRecord .BettingRecord-title-1{color:#2e4565}.dianjing .BettingRecord .BettingRecord-title-2 span{border:1px solid #f2ba36;color:#f2ba36}.dianjing .BettingRecord .BettingRecord-title-sel{background:#fec80d;color:#fff!important}.dianjing .BettingRecord .BettingRecord-sel-1{color:#9f9f9f}.dianjing .BettingRecord .BettingRecord-sel{border-bottom:2px solid #242f3c;border-top:1px solid #242f3c}.dianjing .BettingRecord .BettingRecord-sel div:first-child,.dianjing .BettingRecord .BettingRecord-sel div:nth-child(2){border-right:1px solid #242f3b}.dianjing .BettingRecord .RecordItem{background:0 0}.dianjing .BettingRecord .RecordItem .li-title div,.dianjing .BettingRecord .RecordItem .li-title span{color:#bdc2c9}.dianjing .BettingRecord .RecordItem .item-border{background-color:#242f3c}.dianjing .BettingDetails,.dianjing .BettingDetails .BettingDetailsItem,.dianjing .BettingDetails .headers{background-color:#171717}.dianjing .BettingDetails .BettingDetailsItem div.headers>div:first-child>div:nth-child(2) span:first-child,.dianjing .BettingDetails .headers div.headers>div:first-child>div:nth-child(2) span:first-child{color:#bdc2c9}.dianjing .BettingDetails .BettingDetailsItem .headers,.dianjing .BettingDetails .BettingDetailsItem .meonyCount,.dianjing .BettingDetails .BettingDetailsItem .meonyCount div,.dianjing .BettingDetails .headers .headers,.dianjing .BettingDetails .headers .meonyCount,.dianjing .BettingDetails .headers .meonyCount div{background-color:#242f3c}.dianjing .BettingDetails .BettingDetailsItem div.openLottery>div{background-color:#171e27}.dianjing .BettingDetails .BettingDetailsItem div.meonyCount>div>div:nth-child(2) span:first-child{color:#9f9f9f}.dianjing .BettingDetails .BettingDetailsItem div.meonyCount>div>div:nth-child(2) span:nth-child(2){color:#fec80d}.dianjing .BettingDetails .BettingDetailsItem div.meonyCount>div:first-child{border-right:1px solid #2e4565}.dianjing .BettingDetails .BettingDetailsItem section.groupTitle>p{color:#fec80d}.dianjing .BettingDetails .BettingDetailsItem div.guoguanList div.count{background:#242f3c;box-shadow:none;color:#bdc2c9}.dianjing .BettingDetails .BettingDetailsItem div.guoguanList div.count div:nth-child(2)>span:nth-child(2),.dianjing .BettingDetails .BettingDetailsItem div.guoguanList table tbody tr td:nth-child(3){color:#fec80d}.dianjing .BettingDetails .BettingDetailsItem div.guoguanList table thead{background-color:#242f3c;box-shadow:none}.dianjing .BettingDetails .BettingDetailsItem div.guoguanList table thead tr{color:#fff}.dianjing .BettingDetails .BettingDetailsItem div.guoguanList table td,.dianjing .BettingDetails .BettingDetailsItem div.guoguanList table th{border:1px solid #242f3c}.dianjing .AccountDetails .BackItem{background-color:#171717}.dianjing .AccountDetails .BackItem .item-border{background-color:#242f3c}.dianjing .AccountDetails .BackItem div.item-li .li-top{color:#bdc2c9}.dianjing .AccountDetailInfo{background-color:#171e27}.dianjing .AccountDetailInfo div:first-child{color:#7c8da4}.dianjing .AccountDetailInfo div:nth-child(2){color:#fec80d}.dianjing .AccountDetailInfo div:nth-child(3){color:#5b5f62}.dianjing .AccountDetailInfo div:nth-child(10) span:nth-child(2),.dianjing .AccountDetailInfo div:nth-child(5) span:nth-child(2),.dianjing .AccountDetailInfo div:nth-child(6) span:nth-child(2),.dianjing .AccountDetailInfo div:nth-child(7) span:nth-child(2),.dianjing .AccountDetailInfo div:nth-child(8) span:nth-child(2){color:#bdc2c9}.dianjing .AccountDetailInfo div:nth-child(4){background-color:#242f3c}.dianjing .AccountDetailInfo div:nth-child(9){background-color:#171717}.dianjing .lotteryHall-page-V2 .header-nav{background-color:#ff4941!important}.dianjing .NoticeItem{border-bottom:1px solid #242f3c;height:2.12rem;padding:0 .66rem;position:relative}.dianjing .NoticeItem p:nth-child(2){color:#bdc2c9!important}.dianjing .messageNoticeDeetail.container{background-color:#171717}.dianjing .messageNoticeDeetail.container h3{color:#b3b7bd}.dianjing .messageNoticeDeetail.container p{color:#32425f}.dianjing .gameRecord_container .wxh_container .BackItem{background-color:#171717}.dianjing .gameRecord_container .wxh_container .BackItem .item-border{background-color:#242f3c}.dianjing .gameRecord_container .wxh_container .li-top span{color:#bdc2c9!important}.dianjing .gameRecord_container .wxh_container .li-top .bottom-time{color:#00a0e9!important}.dianjing .gameRecord_container .wxh_container .li-top .bottom-time-1{color:#fec80d!important}.dianjing .gameRecord_container .wxh_transfer_modal .wxh_teamBet_modal,.dianjing .gameRecord_container .wxh_transfer_modal div:nth-child(2){background-color:#242f3c;border-top:none;color:#7c8da4}.dianjing .gameRecord_container .wxh_transfer_modal .wxh_teamBet_modal>div:nth-child(2)>span:first-child{background-color:#2e4565!important}.dianjing .gameRecord_container .teamBet_color{background-color:#fec80d!important;border-color:#242f3b!important;color:#242f3c}.dianjing .gameRecordDetails .game_content>div span:first-child,.dianjing .gameRecordDetails>div:first-child div:first-child,.dianjing .gameRecordDetails>div:first-child div:nth-child(2){color:#7c8da4}.dianjing .gameRecordDetails .game_content>div span:nth-child(2){color:#bdc2c9}.dianjing .gameRecordDetails .bor{height:0}.dianjing .gameRecordDetails .game_info{color:#fec80c}.dianjing .gameRecordDetails .game_info_content .jagged{background-color:#171e27}.dianjing .gameRecordDetails .game_info_content .jagged>div>span{color:#bdc2c9}.dianjing .gameRecordDetails .game_info_content .jagged>div>span span{color:#7c8da4}.dianjing .gameRecordDetails div:first-child>div:nth-child(2)>span{color:#fec80d}.dianjing .moneyConversion,.dianjing .moneyConversion .Conversion-content .mainWallet{background-color:#171717}.dianjing .moneyConversion .Conversion-content .mainWallet>div{border-bottom:1px solid #242f3b}.dianjing .moneyConversion .Conversion-content .mainWallet div:first-child>span:first-child{color:#bdc2c9}.dianjing .moneyConversion .Conversion-content .mainWallet div:first-child>span:nth-child(2){color:#fec80d}.dianjing .moneyConversion .Conversion-content .mainWallet div:nth-child(2) p{background-color:#6f6612;width:6rem}.dianjing .moneyConversion .Conversion-content .TransferredTO,.dianjing .moneyConversion .Conversion-content .subWalletList{background:#242f3c;color:#bdc2c9}.dianjing .moneyConversion .Conversion-content .TransferredTO .am-switch input[type=checkbox]:checked+.checkbox,.dianjing .moneyConversion .Conversion-content .subWalletList .am-switch input[type=checkbox]:checked+.checkbox{background:#f2ba36}.dianjing .moneyConversion .Conversion-content .subWalletList div>div{color:#bdc2c9}.dianjing .moneyConversion .Conversion-content .subWalletList div>div span{color:#f2ba36}.dianjing .moneyConversion .Conversion-content .subWalletList>div{border:1px solid #2e4565}.dianjing .moneyConversion .Conversion-content .bottomdesText div{color:#7c8da4}.dianjing .moneyConversion .header-right span{color:#fec80d}.dianjing .ConversionHistory .conversionHistoryItem .HistoryItem{border-bottom:1px solid #242f3c}.dianjing .ConversionHistory .conversionHistoryItem .HistoryItem div:first-child,.dianjing .ConversionHistory .conversionHistoryItem .HistoryItem div:nth-child(2){color:#bdc2c9}.dianjing .ConversionHistory .conversionHistory-modal .active{background-color:#fec80d!important}.dianjing .ConversionHistory .conversionHistory-modal div{background-color:#242f3c}.dianjing .ConversionHistory .conversionHistory-modal div div:nth-child(2)>span{background:#2e4565}.dianjing .ConversionHistory .conversionHistory-modal div>div:nth-child(2){background-color:#242f3c}.dianjing .ConversionHistory .conversionHistory-modal div>div:first-child>section>div span{background:0 0;border:1px solid #7c8da4;color:#7c8da4}.dianjing .AboutWe{background-color:#171717}.dianjing .share .link .url{color:#fdc731}.dianjing .share .linkContainer .link label,.dianjing .share div:last-child{color:#fff}.dianjing .share .card{background-image:none;width:auto}.dianjing .share .card .line{color:#fff}.dianjing .share .qr canvas{border:8px solid #fff}.dianjing .share .linkContainer .am-button.am-button-primary{background:linear-gradient(0deg,#fec80d,#ffe076);color:#333}.dianjing .RuleItem .upgrade-list{border:none}.dianjing .RechargeItem .item-border{background-color:#2e4565}.dianjing .list-view-section-body{border-bottom:none}.dianjing .PayMethod{background-color:#171717}.dianjing .PayMethod .PayMethodItem2V .PayMethodItem-ul{background:0 0;border-bottom:1px solid #243041;border-top:none}.dianjing .PayMethod .PayMethodItem2V .PayMethodItem-ul .active-opacity{border-bottom:1px solid #243041}.dianjing .PayMethod header .PayMethod-headerBody{border:1px solid #e0b941;border-radius:4px}.dianjing .PayMethod header .PayMethod-headerBody div{color:#e0b941}.dianjing .PayMethod header .PayMethod-headerBody div.active{background-color:#fec80d;color:#fff}.dianjing .PayMethod .PayMethodItem2V .topWallte{background:#1c232c;color:#bec2c8}.dianjing .PayMethod .PayMethodItem2V .PayMethodItem-ul .active-opacity>div>div>p,.dianjing .PayMethod .PayMethodItem2V .moneySelectContent .inputBox>span{color:#bec2c8}.dianjing .PayMethod .PayMethodItem2V .moneySelectContent .buttonBox span.active{box-shadow:none}.dianjing .PayMethod .PayMethodItem2V .PayMethodItem-ul .active-opacity>div>div>span{color:#bdc2c9;opacity:.8}.dianjing .PayMethod .PayMethodItem2V .PayMethodItem-title{background:#262f3b;color:#efc545}.dianjing .PayMethod .PayMethodItem2V .moneySelectContent{background:#171717}.dianjing .PayMethod .PayMethodItem2V .moneySelectContent .buttonBox span{border:1px solid #242c37;color:#efc545}.dianjing .PayMethod .PayMethodItem2V .moneySelectContent .buttonBox span.active{background:#efc545;background-image:none;color:#fff}.dianjing .RechargeMoney .container{background-color:#171717}.dianjing .RechargeMoney .RechargeMoneyItem .RechargeMoneyItem-ul li{color:#e0b941}.dianjing .RechargeMoney .RechargeMoneyItem-title{color:#7c8da4}.dianjing .RechargeMoney .RechargeMoneyItem-title input{color:#333}.dianjing .RechargeMoney .Button{background-color:#f5ca47}.dianjing .BankTransfer,.dianjing .QRCodeIntegrationItem .header_title,.dianjing .QRCodeIntegrationItem .orderContet{background:#171717}.dianjing .BankTransfer .QRCodeIntegrationItem .orderContet .infomation>div>div:first-child{color:#7c8da4}.dianjing .BankTransfer .QRCodeIntegrationItem .orderContet .infomation>div{border-bottom:1px solid #7c8da4}.dianjing .BankTransfer .QRCodeIntegrationItem .orderContet .infomation input{background-color:#171717;border:none;color:#fff}.dianjing .BankTransfer .QRCodeIntegrationItem .orderContet .operationContent .controle .buttomsQRCode{background-color:#f5ca47;background-image:none;box-shadow:none}.dianjing .user-agent-center.container{background-color:#171717;height:auto}.dianjing .user-agent-center.container .switchTabs{background:0 0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArIAAAE9CAYAAAD3d4EQAAANa0lEQVR4nO3dS5NcdRkG8PccusywsGcmw8zEMbIRQYJuuYjuVMpwMUHwtrBKV36DBEUXrtz5CUiIWhaQewKWgiiSC8nasqwSUW4b3UkV3ae7khwX3ae7S0OSSWam58Xfr+psMsmck91Tbz3/91/U56MOAAC4DnUdceh0PPP4F+JbG/XOj3/7sxERUW7UCwEA+PApiojHPh/fPHQqntnod7eacez2YbIFAIBr9d0H/hk/+c6/4tHPxzcOnop47AvxzY16dxl1hHIBAADXY/9vl+PHB5Yi6oiv3R/fOHQqnh3ly/V6hlQLAAC4IftfXI4f/Xw5IiK+dn98/fDpeG4j3lsayAIAcKOefnEpnjywHHVE7L4/Hj98Op5b54GsiSwAAGvjwEtL8aMDg8ns7vvj8SNn4uB6vk9HFgCANXPgpaV48ultEXXE7vvisSOn4/C6dWTlWAAA1tLPf7cYP3x6W9QRsetz8ejhM3FYtQAAgBR+8fLiYDIbEbs/F48eOROH1/odgiwAAOviFy8PJrMRgzB79EwcWcvfX9b14GoxAABYa798eTGe2L8SdR3x1fti95EzcbTJn9f7NExkAQBYV7/6/UL84OmViIjYdV/sOno2jq7F73XYCwCAdfer3y/E3v0rzQGwXUfPxlGHvQAASOGZPwzDbD0Is8fOxrEb+X32yAIAsGGe/cNC7N23EvWliF33xVePnY3j9sgCAJDCs68sxJ79K3FpcADskWOvxXHVAgAAUnjulYXYs2+0zeCRE6/FidX+Duu3AACYioN/XIg9T63ExUsRD98bDx9/LU5avwUAQAoHX12IJ/YNagaP3BsPnTgXJ6/13wqyAABM1cFXF2Lvvu2jMHvyXDx/Lf/OYS8AAKbu0KvzsXff9rhwKeKhe+PBE+fihasf9pJkAQDYBA69Oh8/2Lc9Ll6MePie2HnyXLxg/RYAACkcOjUfe/cPJ7P3xM6T5+PX1m8BAJDCkVPz8cS+7XFxEGa/8vz5+M3l/p71WwAAbDpHTg87sxcjHrw7Hjh5Ln5j/RYAACkcHYbZ4WT2gRfOx28nf64jCwDApnXszHzsGW4z2HlPfPn58/Fi8zNbCwAA2NSOn5mPvU8Nthk8eHd86Wff/9OLEREtGRYAgM3u+Nn5qKOMn37v7dh5d3wp4k8v6cgCAJDCibOzseepWyMiYufd8UXVAgAA0jj52uxooaxqAQAAqTT5VbUAAICUWi5DAAAgkya/msgCAJCSjiwAAKk0+bVlYwEAAKkM86uJLAAAqdhaAABAarYWAACQSq1aAABARqoFAACkploAAEAqLkQAACA1HVkAAFJxIQIAADnZWgAAQEYmsgAA5GQiCwBARvbIAgCQmj2yAACk4opaAABSctgLAICcTGQBAMjIYS8AAFJz2AsAgFQc9gIAICWHvQAAyMlEFgCAjBz2AgAgNYe9AABIxWEvAABSctgLAICcTGQBAMjIRBYAgJxMZAEAyGg0kRVkAQDIRLUAAICcVAsAAMhoXC2QZAEASKTJr66oBQAgJRNZAABSMZEFACA1h70AAEjFYS8AAFJSLQAAIDUTWQAAUqldiAAAQEauqAUAICcTWQAAMrK1AACAlHRkAQBISUcWAICcTGQBAMho3JGd6mcAAMDqqBYAAJCTagEAABlZvwUAQEpNfi2n+xkAAHB9TGQBAEjFhQgAAKRkawEAADmZyAIAkJGtBQAApKQjCwBASjqyAADkZCILAEBGOrIAAKTkZi8AAFIzkQUAIBVbCwAASElHFgCAlHRkAQBIzUQWAIBUdGQBAEhJRxYAgJR0ZAEASM1EFgCAVHRkAQBIadSRDUkWAIBMTGQBAMjI1gIAAFLSkQUAIKWJjuxNU/0QAABYlWF+bdVRTPlLAADg2jX5VUcWAIBUJjqyJrIAAOQxmsjqyAIAkMq4IwsAAHlM7JFVLQAAII8mv5rIAgCQij2yAADkNOrIqhYAAJCIagEAAClNHPaa6ncAAMCquBABAICUJi5EKKf8KQAAsArD/KojCwBAKi5EAAAgJVsLAABIaeJCBB1ZAAAS0ZEFACAjHVkAAFLSkQUAIKWJiayOLAAAeTT5VYoFACClVq1bAABAIk1+bTV31QIAQAZNftWRBQAglSa/tkK1AACATMbVAgAAyGNi/dZUvwMAAFZl4rCXjiwAAHk0+dVEFgCAVJr8ahwLAEBKJrIAAKSiIwsAQEo6sgAApFTbIwsAQEajPbJRF1P9EAAAWJVhfm3VIcgCAJBHk191ZAEASGXckVUtAAAgkSa/2r0FAEBKJrIAAKRSjw97AQBAHqP1Ww57AQCQycSFCKoFAADkMVq/5UIEAABS0ZEFACAjHVkAAFKa6MgCAEAeExNZdyIAAJBHk1+lWAAAUtKRBQAglXFHVpAFACCRicNe2gUAAOTR5FcTWQAAUmnyq3EsAAApmcgCAJDKREe2mO6XAADAKjT51UQWAIBUdGQBAEitVdeqBQAA5NHkVx1ZAABS0ZEFACClia0FAACQR5NfWyHJAgCQyWgiW1tcAABAHk1+VS0AACCVUbXAYS8AADJxIQIAAKm5EAEAgFQmLkQAAIA8dGQBAEhpdCHCpel+BwAArEqTX1vFaI+sSAsAwObX5FcTWQAAUhlNZHVkAQDIZNSRlWMBAMhktLUg7JEFACATe2QBAMjIHlkAAFLSkQUAICUTWQAAUhpNZGN0IcLFqX0MAABcs+ZCBANZAAAyUS0AACAlh70AAEjJhQgAAOTkQgQAADLSkQUAICUdWQAAUtKRBQAgJx1ZAAAy0pEFACAlHVkAAFKa6MiWU/0QAABYlWF+NZEFACAVHVkAAFJq8qteAQAAKZnIAgCQysTWAhciAACQR5NfTWQBAEhFRxYAgNRMZAEASEVHFgCAlHRkAQBISUcWAIDUTGQBAEhloiNrKAsAQB5NfjWRBQAgFR1ZAABSM5EFACCViY4sAADk0eTXVlxyIQIAAIlcai5EmPJ3AADAaowmsjqyAABkYmsBAACptepaRxYAgDya/KojCwBAKuOtBZIsAACZ2CMLAEBG460FU/0MAABYnYlqgcNeAAAk4rAXAAAZuRABAICUaoe9AADISEcWAICcxh1ZQRYAgDya/KojCwBAKk1+Laf7GQAAcH1MZAEASGVia4GOLAAAeTT5VbUAAICUVAsAAEjFYS8AAFIzkQUAIBWHvQAASGl0IUKYyAIAkMl4IgsAAHk0+VWQBQAglVGQVS0AACAVh70AAMjIYS8AAHJy2AsAgIzGh70kWQAAEnFFLQAAqakWAACQykS1wNYCAADyaPKragEAACk57AUAQCoOewEAkJrDXgAApDI67BW1oSwAAIkM86uJLAAAqbjZCwCAlBz2AgAgNdUCAABSmTjsNdXvAACA1Rnm11YdrqgFACCPJr+ayAIAkMt4IgsAAHk0+dXWAgAAUrJHFgCAVOyRBQAgNVsLAABIZbS1QLUAAIBMVAsAAEjN+i0AAFJxRS0AADm5EAEAgIzGE1lbCwAASMXWAgAAErK1AACA1Mo6Bj2DmZmPTPtbAADgqpr8WnY6vXejjrh1ZUGYBQBg8xsm2bLT7X+y0+29W5alMAsAQBrlwtZ2v9Ptf/L9bv+dorwpPrFyizALAMCmVUcRdRRRRh2xMN/ud7u92zqd3jtlUcYnPibMAgCwSTXVgqYsu3W+3e9Uvdve7/beLsoytguzAABsQqPDXpN/uDDf7ner3qc63d7bpTALAMAmVtb1YKls82yda/e73d6n3u/03i6KMj6+TZgFAGDzaHLrZS9E2Drf7lcTk1lhFgCAzWbUkf3vZ35cM3irKMtYEWYBANgExh3ZuogPerbOzfa7Vf/2bqf3VlncFCvLizEzs2Xa3w4AwP+zYVb9wInsaDI71+53e/3bO93qzaIs42PLtwizAABMzWW3FnyQ+bl2v+r17+h2qzdLYRYAgE3gmoJshDALAMDm8j/rt670zM22+92qf0enW71ZFGVsW7olZrYIswAAbJwrrt+6kvm5dr+q+nd0u9U/yrKMbcuLwiwAABvuqoe9LvfMDWoGn+50q78XZRHLthkAALBBJtZvxeqT7LBm0Ov17+x2q7+XRRHLiyazAABsgGEeLSOKuN5nbnZ2EGar3htlWcbykjALAMB6G2TR66oWTD6zs7P9qtfb0amqN4qyjKXlJWEWAIB1s6o9slczmMz2dnS71RtlUQizAACsu1Wt37rSM9sehNlOt3qjiCKWlpZiizALAMAau+71W1cyOzvb7/d6O7pV9beiKGJZmAUAYJ2saZCNGIXZu4RZAADW0w0f9rrc0x50Zu/qVtXrUagZAACwdm54j+zVnmFn9jNVt3q9iCKWFoVZAADWwHiP7PqZbc/2e/3ejqqqXi8KYRYAgLVT1lHGej7t9vyFXr+/o1tVf43iplhc3BZbtsxM+/8NAEBSTc5c14lso92eu9Dv9++qqs5fi6KIxcVlYRYAgBvSinpjXtT+6NyF9977911Rd/88M3Pz7UuL2zbmxQAAfLgM82trg3JsRER8tD174b33/n1nHfGXmZmbb9/AVwMA8CHzHzvW95BCuNXNAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:contain;box-shadow:none;font-size:1px;height:auto}.dianjing .user-agent-center.container .agent-select{background:0 0;box-shadow:none;color:#bec2c8!important}.dianjing .user-agent-center.container .agent-select .am-list-line{background:#171717}.dianjing .user-agent-center.container .agent-select .Calendar_div_2{color:#fff}.dianjing .user-agent-center.container .agent-select .am-list-content,.dianjing .user-agent-center.container .agent-select .am-list-content .Calendar_div_2{color:#bec2c8!important}.dianjing .user-agent-center.container .agent-select>span:nth-of-type(2n){border:1px solid #bec2c8!important;display:inline-block}.dianjing .user-agent-center.container .switchTabs .switchTabsItem{color:#bdc2c9}.dianjing .user-agent-center.container .teamDec{background-color:#262f3b;box-shadow:none}.dianjing .user-agent-center.container .teamDec>div:not(.NoRecord)>div p:first-child{color:#bdc2c9}.dianjing .user-agent-center.container .teamDec>div:not(.NoRecord)>div p:nth-child(2){color:#efc545}.dianjing .user-agent-center.container .teamDec>div:not(.NoRecord){border-bottom:1px solid #2f4664}.dianjing .user-agent-center.container .teamDec>div:not(.NoRecord)>div{border-right:1px solid #2f4664}.dianjing .user-agent-center.container .teamDec .NoRecord{background-color:#262f3b}.dianjing .user-argent-adduser.container,.dianjing .user-argent-adduser.container .content .adduserModelTab2>div{background-color:#171717}.dianjing .user-argent-adduser.container .content .adduserModelTab2>div div{color:#bdc2c9}.dianjing .user-argent-adduser.container .content .adduserModelTab2>div div.active{border-bottom:1px solid #fdc731;color:#fdc731}.dianjing .user-argent-adduser.container .am-list-item{background-color:#171717}.dianjing .user-argent-adduser.container .am-list-item .am-input-label,.dianjing .user-argent-adduser.container .am-list-item .am-list-line .am-list-content{color:#bdc2c9}.dianjing .user-argent-adduser.container .am-list-item .am-input-control input{color:#fff}.dianjing .user-argent-adduser.container .list-item-vip div,.dianjing .user-argent-adduser.container .my-list-pageBody-addUser .titles{background-color:#171717;color:#bdc2c9}.dianjing .user-argent-adduser.container .my-list-pageBody-addUser .list-item-vip div:nth-child(2) input{background:0 0;border:1px solid #31405b;color:#5c5f62}.dianjing .user-argent-adduser.container .my-list-pageBody-addUser .list-item-vip div:nth-child(3) .unified-Amount{background:0 0;border:1px solid #f2ba36;color:#f2ba36}.dianjing .user-argent-adduser.container .addUser-agent .my-list-pageBody-addUser .am-list-line:after{display:none}.dianjing .user-argent-adduser.container .addUser-agent .modalReOFF .am-switch input[type=checkbox]:checked+.checkbox{background:#f2ba36}.dianjing .user-argent-adduser.container .addUser-agent .modalReOFF .checkbox{border:1px solid #242f3b}.dianjing .user-argent-adduser.container .slect-button>div.active{background:#fdc731}.dianjing .user-argent-adduser.container .addUser-agent .am-list-body,.dianjing .user-argent-adduser.container .addUser-agent .checkModals{background-color:#171717;color:#bdc2c9}.dianjing .user-argent-adduser.container .addUser-agent .my-list-addUser-agent .bonusGroup .bonusGroup-list .bonusGroup-item>span:last-child input{background:0 0;border:1px solid #31405b;color:#5c5f62}.dianjing .user-argent-adduser.container .addUser-agent .my-list-addUser-agent .contentTitle{color:#bdc2c9}.dianjing .user-argent-adduser.container .Agent-Response-Footer{background:0 0}.dianjing .user-argent-adduser.container .Agent-Response-Footer span{background:#fdc731;background-image:none}.dianjing .user-argent-adduser.container .content .Link-Manage .manageLinkPage{background:0 0}.dianjing .user-argent-adduser.container .content .Link-Manage .manageLinkPage>div .addButtonLInk{background:#fdc731}.dianjing .user-argent-adduser.container .Link-Manage-my-list .Link-Manage-Item,.dianjing .user-argent-adduser.container .Link-Manage-my-list .Link-Manage-Item .bottom>div:first-child,.dianjing .user-argent-adduser.container .Link-Manage-my-list .Link-Manage-Item .bottom>div:nth-child(2){color:#bdc2c9}.dianjing .user-argent-adduser.container .Link-Manage-my-list .Link-Manage-Item>div{background-color:#262f3b}.dianjing .user-argent-adduser.container .Link-Manage-my-list .Link-Manage-Item>div span{color:#f2ba36}.dianjing .Link-Setting,.dianjing .addUser-agent .my-list-addUser-agent .modalReOFF,.dianjing .am-list-item,.dianjing .am-list-item .am-input-label,.dianjing .checkModals,.dianjing .subMitBox{background:#171717;color:#bdc2c9}.dianjing .Link-Setting .wxh_userManage_configTitle{background:0 0}.dianjing .subMitBox>div{background-image:linear-gradient(-180deg,#f2ba36,#f2ba36 98%);color:#fff}.dianjing .am-list-item .am-input-control input{color:#fff}.dianjing .addUser-agent .my-list-addUser-agent .contentTitle{color:#bdc2c9}.dianjing .addUser-agent .am-switch input[type=checkbox]:checked+.checkbox,.dianjing .addUser-agent .slect-button .active{background:#f2ba36}.dianjing .addUser-agent .am-switch .checkbox{border:1px solid #242f3b!important}.dianjing .addUser-agent .my-list-addUser-agent .bonusGroup .bonusGroup-list .bonusGroup-item>span:first-child{color:#bdc2c9}.dianjing .addUser-agent .my-list-addUser-agent .bonusGroup .bonusGroup-list .bonusGroup-item>span:last-child input{background:0 0;border:1px solid #31405b;color:#fff}.dianjing .Agent-pageBody-addUser .my-list-pageBody-addUser .am-list-body .am-list-line,.dianjing .Agent-pageBody-addUser .my-list-pageBody-addUser .am-list-body .titles{background:#171717;color:#bdc2c9!important}.dianjing .Agent-pageBody-addUser .my-list-pageBody-addUser .am-list-body .am-list-item .list-item-vip>div{color:#bdc2c9!important}.dianjing .Agent-pageBody-addUser .my-list-pageBody-addUser .am-list-body .am-list-item input{background:#171717;border:1px solid #242f3b!important;color:#bdc2c9!important}.dianjing .Agent-pageBody-addUser .my-list-pageBody-addUser .unified-Amount{background:#f2ba36!important;border:1px solid #f2ba36!important;color:#fff!important}.dianjing .teamProfit_container .Calendar_div_2,.dianjing .teamProfit_container .wxh_container .datePicker{color:#888}.dianjing .teamProfit_container .wxh_select_div_1{background:#1a232d;color:#fff}.dianjing .teamProfit_container .Panel_V2{border-bottom:1px solid #2e4565}.dianjing .teamProfit_container .Panel_V2 .div_2{background:0 0;border-top:1px solid #2e4565;color:#bdc2c9}.dianjing .teamProfit_container .Panel_V2 .div_2 p:nth-child(2){color:#fec80d}.dianjing .teamProfit_container .Panel_V2 .div_2>div{border-bottom:1px solid #2e4565;border-right:1px solid #2e4565}.dianjing .teamProfit_container .Panel_V2 .div_1>span{color:#bdc2c9}.dianjing .wxh_teamBet_container .wxh_teamBet_header div span{border-right:1px solid #242f3b!important}.dianjing .wxh_teamBet_container .wxh_teamBet_header div span:last-child{border-right:none}.dianjing .wxh_teamBet_container .wxh_teamBet_header div:first-child{background-color:#1a232d}.dianjing .wxh_teamBet_container .wxh_teamBet_list{background-color:#242f3c;color:#bdc2c9}.dianjing .wxh_teamBet_container .wxh_teamBet_list>div:first-of-type>span:first-child{color:#bdc2c9}.dianjing .transfer_container .wxh_transfer_modal .wxh_teamBet_modal,.dianjing .transfer_container .wxh_transfer_modal .wxh_teamBet_modal>div:nth-child(2){background-color:#242f3c;color:#bdc2c9}.dianjing .transfer_container .wxh_transfer_modal .teamBet_color{background-color:#fec80d!important;border:none!important}.dianjing .transfer_container .wxh_container{background:#171717}.dianjing .transfer_container .wxh_container .wxh_select_div{background:0 0}.dianjing .transfer_container .wxh_container .wxh_select_div>div>div{color:#bdc2c9}.dianjing .transfer_container .wxh_container .wxh_select_div_1{background:#242f3c;border-top:none;color:#bdc2c9}.dianjing .transfer_container .wxh_container .Panel_V2>div{background-color:#242f3c!important;box-shadow:none;color:#fff}.dianjing .transfer_container .wxh_container .wxh_select_div>div>div:nth-child(2)>span{background:0 0;border:1px solid #f2ba36;color:#7c8da4}.dianjing .transfer_container .wxh_container .wxh_select_div>div>div:nth-child(2)>span.textDe_1{background:#fec80d!important}.dianjing .wxh_userProfit_container .wxh_userProfit_time{color:#bdc2c9}.dianjing .wxh_userProfit_container .wxh_userProfit_time>div span{background:#333;border:1px solid #242f3b}.dianjing .wxh_userProfit_container .wxh_userProfit_time>div span.color_userProfit{background:#f2ba36}.dianjing .wxh_userProfit_container .wxh_userProfit_date,.dianjing .wxh_userProfit_container>div>div:nth-child(4) div label{color:#bdc2c9}.dianjing .wxh_userProfit_container>div>div:nth-child(4) div span{color:#f2ba36;margin-top:.1rem}.dianjing .user-argent-team{background:#171717}.dianjing .user-argent-team .am-list-item.am-list-item-middle{background:#242f3c;color:#bdc2c9}.dianjing .user-argent-team .am-list-item.am-list-item-middle .am-list-line .am-list-content{color:#bdc2c9}.dianjing .user-argent-team .slect-button>div.active{background:#fec80d}.dianjing .user-argent-team .search-input{background:0 0}.dianjing .user-argent-team .select{position:relative}.dianjing .user-argent-team #add{color:#fec80d}.dianjing .user-argent-team .content{margin-top:0!important}.dianjing .user-argent-team .am-list-view-scrollview{padding-top:0!important}.dianjing .user-argent-team .list-view-section-body{border:none}.dianjing .user-argent-team .list-view-section-body #teamUserItem{background:#363f4c}.dianjing .user-argent-team .list-view-section-body #teamUserItem div>div:first-of-type{color:#bdc2c9}.dianjing .user-argent-team .list-view-section-body #teamUserItem div>div:first-of-type div>span{background:#f2ba36}.dianjing .user-argent-team .list-view-section-body #teamUserItem div div:nth-of-type(2) p,.dianjing .user-argent-team .list-view-section-body #teamUserItem div div:nth-of-type(2) span{color:#bdc2c9}.dianjing .user-argent-team .list-view-section-body #teamUserItem div>div:first-of-type #triangle_1,.dianjing .user-argent-team .list-view-section-body #teamUserItem div>div:first-of-type #triangle_2{border-bottom-color:#171717}.dianjing .user-argent-team .list-view-section-body #teamUserItem>div>div:first-child>div:nth-child(2){border:none}.dianjing .lotteryHall-page-V2 .hallContent{-webkit-overflow-scrolling:touch;height:100%;justify-content:flex-start;overflow:auto}.dianjing .PhoneModify{background-color:#171717}.dianjing .modifyPwd{height:-webkit-fill-available}.dianjing .Withdrawals{background-color:#171717;color:#fff}.dianjing .Withdrawals .Withdrawals-ul,.dianjing .Withdrawals .WithdrawalsBank .WithdrawalsBank-No,.dianjing .Withdrawals .WithdrawalsBank .WithdrawalsBank-money{background:0 0;color:#bdc2c9}.dianjing .Withdrawals .WithdrawalsBank .WithdrawalsBank-top{background:0 0;border-bottom:1px solid #242f3c;border-top:1px solid #242f3c}.dianjing .Withdrawals .WithdrawalsBank .Bank-top-img .Bank-top-name>div{color:#fff}.dianjing .Withdrawals .WithdrawalsBank .WithdrawalsBank-money{border:none}.dianjing .Withdrawals .WithdrawalsBank .WithdrawalsBank-money .Bank-money-bottom .active-opacity{color:#fec80d}.dianjing .Withdrawals .WithdrawalsBank .WithdrawalsBank-money .Bank-money-input{border-bottom:1px solid #242f3c;color:#fff}.dianjing .Withdrawals .WithdrawalsBank .WithdrawalsBank-money .Bank-money-input input{background:0 0;color:#fff}.dianjing .Withdrawals .WithdrawalsBank .WithdrawalsBank-No>a{color:#fec80d}.dianjing .Withdrawals .Withdrawals-ul{border:none}.dianjing .Withdrawals .Withdrawals-ul .Withdrawals-li{border:1px solid #242f3c}.dianjing .Withdrawals .Withdrawals-ul .Withdrawals-li .li-click{color:#fec80d}.dianjing .Withdrawals .Withdrawals-ul .Withdrawals-li .li-input{background:0 0}.dianjing .Withdrawals .Withdrawals-ul .Withdrawals-li .li-title{color:#bdc2c9}.dianjing .ChoiceBankCard{background-color:#171717}.dianjing .ChoiceBankCard .ChoiceBankCardItem .ChoiceBankCardItem-ul .Item-ul-li{background:#1a232d;border-bottom:none}.dianjing .ChoiceBankCard .ChoiceBankCardItem .ChoiceBankCardItem-ul{background:0 0;border-bottom:none;border-top:none}.dianjing .ChoiceBankCard .ChoiceBankCardItem .ChoiceBankCardItem-ul .Item-ul-li-left-name>div,.dianjing .GetCode .code-title{color:#fff}.dianjing .CustomenServers_wxh_index,.dianjing .PayMethodItem-ul_wxh_index{background:0 0}.dianjing .PayMethodItem-ul_wxh_index .active-opacity{border-bottom:1px solid #242f3c}.dianjing .PayMethodItem-ul_wxh_index .active-opacity div{color:#bdc2c9}.dianjing .PayMethodItem-ul_wxh_index{border-top:none;overflow:hidden}.dianjing .active-content{height:-webkit-fill-available}.dianjing .active-content header ul li:after{background:#bec2c8}.dianjing .active-content header .active:after{background:#f2ba36}.dianjing .act-detail-content{background-color:#171717;color:#bdc2c9}.dianjing .act-detail-content .act-detail-dec h3,.dianjing .act-detail-content .act-detail-img .level_item .rank-img{color:#bdc2c9}.dianjing .act-detail-content .act-detail-dec h3:after,.dianjing .act-detail-content .act-detail-dec h3:before{background-color:#242f3b}.dianjing .Hall-page .am-tabs-default-bar-tab{background-color:#3c3c3c;color:#fff}.dianjing .Hall-page .am-tabs-default-bar-tab-active{background-color:#fec80d}.dianjing .Hall-page .gameItem p{color:#fff}.dianjing .gameClassify{background-color:#171717;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;padding:0;width:calc(100% - .4rem)}.dianjing .gameClassify .d3{border:10px solid;border-color:#0000 #0000 #fee00c;float:left;height:0;left:1.5rem;margin-top:-20px;position:absolute;width:0}.dianjing .gameClassify div>ul{background-color:#313131;display:flex;margin-top:.1rem;position:relative;width:7rem}.dianjing .gameClassify .gameClass{margin-bottom:0;width:calc(50% - .05rem)}.dianjing .gameClassify>div{margin-left:0;margin-right:0}.dianjing .gameClassify>div:nth-child(2) ul,.dianjing .gameClassify>div:nth-child(4) ul,.dianjing .gameClassify>div:nth-child(6) ul{float:right;right:.1rem}.dianjing .gameClassify li.gameItem{display:flex;flex-direction:column}.dianjing .gameClassify li.gameItem p{color:#fff;text-align:center}.dianjing .gameClassify li.gameItem img{height:1.2rem;width:1.2rem}.dianjing .PayPwdInput .InputShow{background:#b8860b}.dianjing .tips{background:-webkit-gradient(linear,0 0,0 92%,from(#2694d5),to(#4377e2))!important;top:3.5rem}.dianjing .tips .dec{color:#f2ba36}.am-picker-popup.dianjing{background:0 0}.am-picker-popup.dianjing .am-picker,.am-picker-popup.dianjing .am-picker-popup-header{background:#fff}.am-picker-popup.dianjing .am-picker-col-content{z-index:6}.am-picker-popup.dianjing .am-picker-col-indicator{background:#fec80d}.am-picker-popup.dianjing .am-picker-col-item-selected{color:#fff}.home-homeisGoToQiPai.dianjing{background:#fff}.home-homeisGoToQiPai.dianjing header{background:0 0}.home-homeisGoToQiPai.dianjing .am-modal-content .am-modal-body section.home-footer span:first-child{background:#2e4565}.home-homeisGoToQiPai.dianjing .am-modal-content .am-modal-body section.home-footer span:nth-child(2){background:#fec80d}.home-homeisGoToQiPai.dianjing .am-modal-content .am-modal-body section.home-modalContent>div>p{color:#fec80d}#home-content>div:nth-child(4),.kf-title{font-size:14px}.kf-title{color:#1180c2;padding:.56em 0 0 2em}.kf-content{border-bottom:1px solid #838b96;color:fff;margin:0 auto}.kf-content,.kf-content:last-child{font-size:12px;padding:.5em 1em;width:90%}.kf-content:last-child{border-bottom:0 solid #ccc;margin:0 auto 80px}.hb_main_arry p{padding-top:40px}.hb_handle_btn{background-size:100% 100%;bottom:-50px;color:#fff;font-size:18px;left:0;line-height:105px;margin:auto;position:absolute;right:0;text-align:center}.hb_handle_btn,.hb_handle_btn img{height:105px;width:105px}.hb_zj_list{margin:20px auto 0;width:85%}.hb_zj_list h6{background:#f5bd6b;border-top-left-radius:8px;border-top-right-radius:8px;color:#fff;display:inline-block;font-size:16px;height:35px;line-height:35px;text-align:center;width:100%}.hb_flex_box{display:flex;justify-content:space-around}.hb_flex_box span{background:#6c6355;color:#fff;display:inline-block;font-size:14px;height:30px;line-height:30px;text-align:center;width:33.3%}.hb_rule{color:#fff;font-size:16px;line-height:1.8;margin:60px auto 0;padding-bottom:20px;width:85%}#hb_numner{color:#ee342d;font-size:28px;font-weight:700;margin-top:12px}.hb_zj_arry li{border:1px solid #e1d0bb;display:flex;justify-content:space-around;margin-top:-1px}.hb_zj_arry li span{border-left:1px solid #e1d0bb;color:#424242;display:inline-block;height:30px;line-height:30px;text-align:center;width:33.3%}.hb_zj_arry li span:first-child{border-left:none!important}.hb_zjother_arry{background:#f4cf9d;height:145px;overflow:hidden;padding:15px 0;width:100%}.hb_zjother_arry li{display:flex;justify-content:space-around}.hb_zjother_arry li span{color:#424242;display:inline-block;height:30px;line-height:30px;text-align:center;width:50%}.adm-input-element::placeholder{font-size:16px}.inputxt .adm-input-element{margin-bottom:0}.history-day .adm-list-item-content-main{padding:10px 15px}.about-title,.adm-calendar-arrow-button,.adm-dialog-button,.adm-mask-content .adm-dot-loading,.adm-picker-header-button,.adm-tab-bar-item-active,.adm-tabs-tab-active,.code-body .adm-grid-item,.home-game-right svg,.k3-kj-time,.kefu a,.proxy-value,.touzhu-button-left button,.touzhu-button-number,.touzhu-number-select,.userlist-title{color:#fa3d46!important}.adm-nav-bar-right .adm-button{border:initial!important;color:#000!important}.k3-name-button{color:#fa3d46!important}.check-button-login{color:#fff!important}.adm-notice-bar.adm-notice-bar-alert{--text-color:#fa3d46}.mui-radio .adm-radio-content{font-size:14px}.adm-tab-bar-item-title-with-icon{color:#929292!important}.code-body{background:linear-gradient(#cba16d,#cba16d,#e0ffdb)}.adm-notice-bar.adm-notice-bar-alert{--background-color:#f5fbf9;--border-color:#f5fbf9}.adm-notice-bar-content{color:#555!important}.withdraw-info-head{color:#727272!important}.withdraw-info{border-right:1px solid #727272!important;border-top:1px solid #727272!important}.withdraw-info-key{background:#eee;color:#727272}.withdraw-info-key,.withdraw-info-value{border-bottom:1px solid #727272;border-left:1px solid #727272}.adm-button.adm-button-small{color:#fff;font-size:15px;padding-bottom:3px;padding-top:3px}.adm-button.aftercheck{background-image:linear-gradient(90deg,#d4b38f,#b88964)!important}.k3-name-list-button-active{background-color:#cba16d!important;border-color:#cba16d!important;color:#fff!important}.touzhu-button-left button{background-color:#fff!important;border-color:#fd5959!important;color:#fd5959!important}.touzhu-button-right button{background-color:#fd5959!important;border-color:#fd5959!important;color:#fff!important}.adm-tabs-tab-line,.hz-card-activity{background:#fd5959!important}.user-info{background:#be8623!important}.history-button,.user-button-logout button{background-color:#fd5959!important;border-color:#fd5959!important;color:#fff!important}.ks-alert-body button{background-color:#cba16d!important;border-color:#cba16d!important;color:#fff!important}.home-game-left{background:#cba16d!important}.adm-checkbox.adm-checkbox-checked .adm-checkbox-icon{background-color:#cba16d!important;border:1px solid #cba16d!important;color:#fff!important}.withdraw-info{border-right:1px solid #cba16d!important;border-top:1px solid #cba16d!important}.withdraw-info-key,.withdraw-info-value{border-bottom:1px solid #cba16d!important;border-left:1px solid #cba16d!important}.proxy-info{border-right:1px solid #cba16d!important;border-top:1px solid #cba16d!important}.proxy-key,.proxy-value{border-bottom:1px solid #cba16d!important;border-left:1px solid #cba16d!important}.proxy-member-info{border-right:1px solid #cba16d!important;border-top:1px solid #cba16d!important}.user-button g{color:#fd5959!important}.user-vip{background:linear-gradient(45deg,#f8c661,#cba16d)!important}