:host,:root{--van-overlay-z-index:1;--van-overlay-background:rgba(0,0,0,0.7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background)}:host,:root{--van-popup-background:var(--van-background-2);--van-popup-transition:transform var(--van-duration-base);--van-popup-round-radius:0.42667rem;--van-popup-close-icon-size:0.58667rem;--van-popup-close-icon-color:var(--van-gray-5);--van-popup-close-icon-margin:0.42667rem;--van-popup-close-icon-z-index:1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;box-sizing:border-box;background:var(--van-popup-background);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:0;right:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md)*2);margin:0 auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-bottom-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-top-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-bottom-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-top-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{-webkit-transform:translate3d(-100%,-50%,0);transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}:host,:root{--van-swipe-indicator-size:0.16rem;--van-swipe-indicator-margin:var(--van-padding-sm);--van-swipe-indicator-active-opacity:1;--van-swipe-indicator-inactive-opacity:.3;--van-swipe-indicator-active-background:var(--van-primary-color);--van-swipe-indicator-inactive-background:var(--van-border-color)}.van-swipe{position:relative;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);cursor:grab;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-swipe__track{display:flex;height:100%;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.van-swipe__track--vertical{flex-direction:column}.van-swipe__indicators{position:absolute;bottom:var(--van-swipe-indicator-margin);left:50%;display:flex;-webkit-transform:translate(-50%);transform:translate(-50%)}.van-swipe__indicators--vertical{top:50%;bottom:auto;left:var(--van-swipe-indicator-margin);flex-direction:column;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child){margin-bottom:var(--van-swipe-indicator-size)}.van-swipe__indicator{width:var(--van-swipe-indicator-size);height:var(--van-swipe-indicator-size);background-color:var(--van-swipe-indicator-inactive-background);border-radius:100%;opacity:var(--van-swipe-indicator-inactive-opacity);transition:opacity var(--van-duration-fast),background-color var(--van-duration-fast)}.van-swipe__indicator:not(:last-child){margin-right:var(--van-swipe-indicator-size)}.van-swipe__indicator--active{background-color:var(--van-swipe-indicator-active-background);opacity:var(--van-swipe-indicator-active-opacity)}.van-swipe-item{position:relative;flex-shrink:0;width:100%;height:100%}:host,:root{--van-loading-text-color:var(--van-text-color-2);--van-loading-text-font-size:var(--van-font-size-md);--van-loading-spinner-color:var(--van-gray-5);--van-loading-spinner-size:0.8rem;--van-loading-spinner-duration:.8s}.van-loading{color:var(--van-loading-spinner-color);font-size:0}.van-loading,.van-loading__spinner{position:relative;vertical-align:middle}.van-loading__spinner{display:inline-block;width:var(--van-loading-spinner-size);max-width:100%;height:var(--van-loading-spinner-size);max-height:100%;-webkit-animation:van-rotate var(--van-loading-spinner-duration) linear infinite;animation:van-rotate var(--van-loading-spinner-duration) linear infinite}.van-loading__spinner--spinner{-webkit-animation-timing-function:steps(12);animation-timing-function:steps(12)}.van-loading__spinner--circular{-webkit-animation-duration:2s;animation-duration:2s}.van-loading__line{position:absolute;top:0;left:0;width:100%;height:100%}.van-loading__line:before{display:block;width:.05333rem;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.van-loading__circular{display:block;width:100%;height:100%}.van-loading__circular circle{-webkit-animation:van-circular 1.5s ease-in-out infinite;animation:van-circular 1.5s ease-in-out infinite;stroke:currentColor;stroke-width:3;stroke-linecap:round}.van-loading__text{display:inline-block;margin-left:var(--van-padding-xs);color:var(--van-loading-text-color);font-size:var(--van-loading-text-font-size);vertical-align:middle}.van-loading--vertical{display:flex;flex-direction:column;align-items:center}.van-loading--vertical .van-loading__text{margin:var(--van-padding-xs) 0 0}@-webkit-keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}to{stroke-dasharray:90,150;stroke-dashoffset:-120}}@keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}to{stroke-dasharray:90,150;stroke-dashoffset:-120}}.van-loading__line--1{-webkit-transform:rotate(30deg);transform:rotate(30deg);opacity:1}.van-loading__line--2{-webkit-transform:rotate(60deg);transform:rotate(60deg);opacity:.9375}.van-loading__line--3{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:.875}.van-loading__line--4{-webkit-transform:rotate(120deg);transform:rotate(120deg);opacity:.8125}.van-loading__line--5{-webkit-transform:rotate(150deg);transform:rotate(150deg);opacity:.75}.van-loading__line--6{-webkit-transform:rotate(180deg);transform:rotate(180deg);opacity:.6875}.van-loading__line--7{-webkit-transform:rotate(210deg);transform:rotate(210deg);opacity:.625}.van-loading__line--8{-webkit-transform:rotate(240deg);transform:rotate(240deg);opacity:.5625}.van-loading__line--9{-webkit-transform:rotate(270deg);transform:rotate(270deg);opacity:.5}.van-loading__line--10{-webkit-transform:rotate(300deg);transform:rotate(300deg);opacity:.4375}.van-loading__line--11{-webkit-transform:rotate(330deg);transform:rotate(330deg);opacity:.375}.van-loading__line--12{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:.3125}:host,:root{--van-list-text-color:var(--van-text-color-2);--van-list-text-font-size:var(--van-font-size-md);--van-list-text-line-height:1.33333rem;--van-list-loading-icon-size:0.42667rem}.van-list__error-text,.van-list__finished-text,.van-list__loading{color:var(--van-list-text-color);font-size:var(--van-list-text-font-size);line-height:var(--van-list-text-line-height);text-align:center}.van-list__placeholder{height:0;pointer-events:none}.van-list__loading-icon .van-loading__spinner{width:var(--van-list-loading-icon-size);height:var(--van-list-loading-icon-size)}:host,:root{--van-dropdown-menu-height:1.28rem;--van-dropdown-menu-background:var(--van-background-2);--van-dropdown-menu-shadow:0 0.05333rem 0.32rem rgba(100,101,102,0.12);--van-dropdown-menu-title-font-size:0.4rem;--van-dropdown-menu-title-text-color:var(--van-text-color);--van-dropdown-menu-title-active-text-color:var(--van-primary-color);--van-dropdown-menu-title-disabled-text-color:var(--van-text-color-2);--van-dropdown-menu-title-padding:0 var(--van-padding-xs);--van-dropdown-menu-title-line-height:var(--van-line-height-lg);--van-dropdown-menu-option-active-color:var(--van-primary-color);--van-dropdown-menu-option-disabled-color:var(--van-text-color-3);--van-dropdown-menu-content-max-height:80%}.van-dropdown-menu{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-dropdown-menu__bar{position:relative;display:flex;height:var(--van-dropdown-menu-height);background:var(--van-dropdown-menu-background);box-shadow:var(--van-dropdown-menu-shadow)}.van-dropdown-menu__bar--opened{z-index:calc(var(--van-dropdown-item-z-index) + 1)}.van-dropdown-menu__bar--scrollable{padding-left:var(--van-padding-base);padding-right:var(--van-padding-xs);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.van-dropdown-menu__bar--scrollable::-webkit-scrollbar{display:none}.van-dropdown-menu__item{display:flex;flex:1;align-items:center;justify-content:center;min-width:0}.van-dropdown-menu__item--disabled .van-dropdown-menu__title{color:var(--van-dropdown-menu-title-disabled-text-color)}.van-dropdown-menu__item--grow{flex:1 0 auto;padding-left:var(--van-padding-base);padding-right:var(--van-padding-sm)}.van-dropdown-menu__title{position:relative;box-sizing:border-box;max-width:100%;padding:var(--van-dropdown-menu-title-padding);color:var(--van-dropdown-menu-title-text-color);font-size:var(--van-dropdown-menu-title-font-size);line-height:var(--van-dropdown-menu-title-line-height)}.van-dropdown-menu__title:after{position:absolute;top:50%;right:-.10667rem;margin-top:-.13333rem;border:.08rem solid;border-color:transparent transparent var(--van-gray-4) var(--van-gray-4);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:.8;content:""}.van-dropdown-menu__title--active{color:var(--van-dropdown-menu-title-active-text-color)}.van-dropdown-menu__title--active:after{border-color:transparent transparent currentColor currentColor}.van-dropdown-menu__title--down:after{margin-top:-.02667rem;-webkit-transform:rotate(135deg);transform:rotate(135deg)}:host,:root{--van-cell-font-size:var(--van-font-size-md);--van-cell-line-height:0.64rem;--van-cell-vertical-padding:0.26667rem;--van-cell-horizontal-padding:var(--van-padding-md);--van-cell-text-color:var(--van-text-color);--van-cell-background:var(--van-background-2);--van-cell-border-color:var(--van-border-color);--van-cell-active-color:var(--van-active-color);--van-cell-required-color:var(--van-danger-color);--van-cell-label-color:var(--van-text-color-2);--van-cell-label-font-size:var(--van-font-size-sm);--van-cell-label-line-height:var(--van-line-height-sm);--van-cell-label-margin-top:var(--van-padding-base);--van-cell-value-color:var(--van-text-color-2);--van-cell-value-font-size:inherit;--van-cell-icon-size:0.42667rem;--van-cell-right-icon-color:var(--van-gray-6);--van-cell-large-vertical-padding:var(--van-padding-sm);--van-cell-large-title-font-size:var(--van-font-size-lg);--van-cell-large-label-font-size:var(--van-font-size-md);--van-cell-large-value-font-size:inherit}.van-cell{position:relative;display:flex;box-sizing:border-box;width:100%;padding:var(--van-cell-vertical-padding) var(--van-cell-horizontal-padding);overflow:hidden;color:var(--van-cell-text-color);font-size:var(--van-cell-font-size);line-height:var(--van-cell-line-height);background:var(--van-cell-background)}.van-cell:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:var(--van-padding-md);bottom:0;left:var(--van-padding-md);border-bottom:.02667rem solid var(--van-cell-border-color);-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-cell--borderless:after,.van-cell:last-child:after{display:none}.van-cell__label{margin-top:var(--van-cell-label-margin-top);color:var(--van-cell-label-color);font-size:var(--van-cell-label-font-size);line-height:var(--van-cell-label-line-height)}.van-cell__title,.van-cell__value{flex:1}.van-cell__value{position:relative;overflow:hidden;color:var(--van-cell-value-color);font-size:var(--van-cell-value-font-size);text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__left-icon,.van-cell__right-icon{height:var(--van-cell-line-height);font-size:var(--van-cell-icon-size);line-height:var(--van-cell-line-height)}.van-cell__left-icon{margin-right:var(--van-padding-base)}.van-cell__right-icon{margin-left:var(--van-padding-base);color:var(--van-cell-right-icon-color)}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:var(--van-cell-active-color)}.van-cell--required{overflow:visible}.van-cell--required:before{position:absolute;left:var(--van-padding-xs);color:var(--van-cell-required-color);font-size:var(--van-cell-font-size);content:"*"}.van-cell--center{align-items:center}.van-cell--large{padding-top:var(--van-cell-large-vertical-padding);padding-bottom:var(--van-cell-large-vertical-padding)}.van-cell--large .van-cell__title{font-size:var(--van-cell-large-title-font-size)}.van-cell--large .van-cell__label{font-size:var(--van-cell-large-label-font-size)}.van-cell--large .van-cell__value{font-size:var(--van-cell-large-value-font-size)}:host,:root{--van-dropdown-item-z-index:10}.van-dropdown-item{position:fixed;right:0;left:0;z-index:var(--van-dropdown-item-z-index);overflow:hidden}.van-dropdown-item__icon{display:block;line-height:inherit}.van-dropdown-item__option{text-align:left}.van-dropdown-item__option--active,.van-dropdown-item__option--active .van-dropdown-item__icon{color:var(--van-dropdown-menu-option-active-color)}.van-dropdown-item__option--disabled,.van-dropdown-item__option--disabled .van-dropdown-item__icon{color:var(--van-dropdown-menu-option-disabled-color)}.van-dropdown-item--up{top:0}.van-dropdown-item--down{bottom:0}.van-dropdown-item__content{position:absolute;max-height:var(--van-dropdown-menu-content-max-height)}:host,:root{--van-stepper-background:var(--van-active-color);--van-stepper-button-icon-color:var(--van-text-color);--van-stepper-button-disabled-color:var(--van-background);--van-stepper-button-disabled-icon-color:var(--van-gray-5);--van-stepper-button-round-theme-color:var(--van-primary-color);--van-stepper-input-width:0.85333rem;--van-stepper-input-height:0.74667rem;--van-stepper-input-font-size:var(--van-font-size-md);--van-stepper-input-line-height:normal;--van-stepper-input-text-color:var(--van-text-color);--van-stepper-input-disabled-text-color:var(--van-text-color-3);--van-stepper-input-disabled-background:var(--van-active-color);--van-stepper-radius:var(--van-radius-md)}.van-stepper{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-stepper__minus,.van-stepper__plus{position:relative;box-sizing:border-box;width:var(--van-stepper-input-height);height:var(--van-stepper-input-height);margin:0;padding:0;color:var(--van-stepper-button-icon-color);vertical-align:middle;background:var(--van-stepper-background);border:0}.van-stepper__minus:before,.van-stepper__plus:before{width:50%;height:.02667rem}.van-stepper__minus:after,.van-stepper__plus:after{width:.02667rem;height:50%}.van-stepper__minus:after,.van-stepper__minus:before,.van-stepper__plus:after,.van-stepper__plus:before{position:absolute;top:50%;left:50%;background-color:currentColor;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:""}.van-stepper__minus--disabled,.van-stepper__plus--disabled{color:var(--van-stepper-button-disabled-icon-color);background-color:var(--van-stepper-button-disabled-color);cursor:not-allowed}.van-stepper__minus{border-radius:var(--van-stepper-radius) 0 0 var(--van-stepper-radius)}.van-stepper__minus:after{display:none}.van-stepper__plus{border-radius:0 var(--van-stepper-radius) var(--van-stepper-radius) 0}.van-stepper__input{box-sizing:border-box;width:var(--van-stepper-input-width);height:var(--van-stepper-input-height);margin:0 .05333rem;padding:0;color:var(--van-stepper-input-text-color);font-size:var(--van-stepper-input-font-size);line-height:var(--van-stepper-input-line-height);text-align:center;vertical-align:middle;background:var(--van-stepper-background);border:0;border-width:.02667rem 0;border-radius:0;-webkit-appearance:none}.van-stepper__input:disabled{color:var(--van-stepper-input-disabled-text-color);background-color:var(--van-stepper-input-disabled-background);-webkit-text-fill-color:var(--van-stepper-input-disabled-text-color);opacity:1}.van-stepper__input:-moz-read-only{cursor:default}.van-stepper__input:read-only{cursor:default}.van-stepper--round .van-stepper__input{background-color:transparent}.van-stepper--round .van-stepper__minus,.van-stepper--round .van-stepper__plus{border-radius:100%}.van-stepper--round .van-stepper__minus--disabled,.van-stepper--round .van-stepper__plus--disabled{opacity:.3;cursor:not-allowed}.van-stepper--round .van-stepper__plus{color:var(--van-white);background:var(--van-stepper-button-round-theme-color)}.van-stepper--round .van-stepper__minus{color:var(--van-stepper-button-round-theme-color);background-color:var(--van-background-2);border:.02667rem solid var(--van-stepper-button-round-theme-color)}:host,:root{--van-empty-padding:var(--van-padding-xl) 0;--van-empty-image-size:4.26667rem;--van-empty-description-margin-top:var(--van-padding-md);--van-empty-description-padding:0 1.6rem;--van-empty-description-color:var(--van-text-color-2);--van-empty-description-font-size:var(--van-font-size-md);--van-empty-description-line-height:var(--van-line-height-md);--van-empty-bottom-margin-top:0.64rem}.van-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:var(--van-empty-padding)}.van-empty__image{width:var(--van-empty-image-size);height:var(--van-empty-image-size)}.van-empty__image img{width:100%;height:100%}.van-empty__description{margin-top:var(--van-empty-description-margin-top);padding:var(--van-empty-description-padding);color:var(--van-empty-description-color);font-size:var(--van-empty-description-font-size);line-height:var(--van-empty-description-line-height)}.van-empty__bottom{margin-top:var(--van-empty-bottom-margin-top)}.van-theme-dark .van-empty{opacity:.5}afterno[data-v-6c2ada9d]{width:100%;max-height:14.96rem}.afterno .top[data-v-6c2ada9d]{height:1.2rem;line-height:1.2rem;padding:0 .4rem;font-size:.42667rem;display:flex;justify-content:space-between;border-bottom:.01333rem solid #e1e1e1}.afterno .top .top1[data-v-6c2ada9d]{display:inline-block;color:#68a6f7;font-size:.34667rem}.afterno .top .top1 img[data-v-6c2ada9d]{width:.29333rem;height:.21333rem;margin-right:.10667rem}.afterno .top .top2[data-v-6c2ada9d]{flex:1;text-align:center;text-indent:-2em;font-family:PingFang-SC-Medium}.afterno .content[data-v-6c2ada9d]{max-height:11.86667rem;overflow-y:auto}.afterno .content .cont_top[data-v-6c2ada9d]{padding:0 .4rem;border-bottom:.26667rem solid #f1f2f9}.afterno .content .cont_top>div[data-v-6c2ada9d]{height:1.2rem;border-bottom:.02667rem solid #e1e1e1}.afterno .content .cont_top .start_on[data-v-6c2ada9d]{height:1.33333rem;display:flex;justify-content:space-between;align-items:center;font-size:.37333rem}.afterno .content .cont_top .start_on .currentIssue[data-v-6c2ada9d]{flex:1;margin-right:.26667rem;text-align:end}.afterno .content .cont_top .start_on .currentIssue i[data-v-6c2ada9d]{font-size:.26667rem;color:#68a6f7;padding:.08rem .13333rem;border-radius:.08rem;border:.01333rem solid #68a6f7;background-color:#eaf3ff}.afterno .content .cont_top .start_on[data-v-6c2ada9d]>:last-child{position:relative}.afterno .content .cont_top .start_on>:last-child img[data-v-6c2ada9d]{margin-left:.13333rem;width:.29333rem;height:.21333rem}.afterno .content .cont_top .start_on>:last-child .datePop[data-v-6c2ada9d]{position:absolute;overflow-y:auto;top:.64rem;right:-.08rem;height:5.06667rem;overflow:scroll;z-index:99;background-color:#fff;border-radius:.13333rem;box-shadow:0 .08rem .32rem 0 rgba(131,137,165,.5)}.afterno .content .cont_top .start_on>:last-child .datePop .date_item[data-v-6c2ada9d]{display:flex;align-items:center;justify-content:space-between}.afterno .content .cont_top .start_on>:last-child .datePop .date_item[data-v-6c2ada9d]>:first-child{width:1.06667rem;height:.48rem;margin:0 .26667rem;font-size:.26667rem;color:#68a6f7;border-radius:.08rem;border:.01333rem solid #68a6f7;background-color:#eaf3ff}.afterno .content .cont_top .start_on>:last-child .datePop .date_item .Issue_item[data-v-6c2ada9d]{flex:2;display:flex;flex-direction:column;height:.93333rem;line-height:.93333rem;font-size:.32rem;font-family:PingFang SC;font-weight:500;text-align:right;padding-right:.53333rem}.afterno .content .cont_top .start_on>:last-child .datePop .date_item .Issue_item span[data-v-6c2ada9d]{font-family:PingFang SC;font-weight:700}.afterno .content .cont_top .period_num[data-v-6c2ada9d]{width:100%;height:2.4rem}.afterno .content .cont_top .period_num div[data-v-6c2ada9d]{height:1.2rem}.afterno .content .cont_top .period_num[data-v-6c2ada9d]>:first-child{justify-content:space-between}.afterno .content .cont_top .period_num>:first-child div[data-v-6c2ada9d],.afterno .content .cont_top .period_num[data-v-6c2ada9d]>:first-child{display:flex;align-items:center}.afterno .content .cont_top .period_num .select_period[data-v-6c2ada9d]{display:flex;justify-content:flex-end}.afterno .content .cont_top .period_num .select_period span[data-v-6c2ada9d]{width:1.33333rem;height:.66667rem;margin-left:.13333rem;text-align:center;line-height:.66667rem;border:.02667rem solid #c0c2dd;border-radius:.10667rem;font-size:.37333rem;color:#6d7683}.afterno .content .cont_top .period_num .select_period .active[data-v-6c2ada9d]{border:none;background:#58b7f6;color:#fff}.afterno .content .cont_top .after_type[data-v-6c2ada9d]{height:1.2rem;width:100%;display:flex;align-items:center;justify-content:space-between}.afterno .content .cont_top .after_type .type_right span[data-v-6c2ada9d]{padding:.08rem .16rem;margin-left:.13333rem;text-align:center;line-height:.66667rem;border:.02667rem solid #c0c2dd;border-radius:.10667rem;font-size:.37333rem;color:#6d7683}.afterno .content .cont_top .after_type .type_right .active[data-v-6c2ada9d]{border:none;background:#58b7f6;color:#fff}.afterno .content .cont_top .lowest_rate[data-v-6c2ada9d],.afterno .content .cont_top .start_bet[data-v-6c2ada9d]{display:flex;align-items:center;justify-content:space-between}.afterno .content .cont_top .lowest_rate[data-v-6c2ada9d] :last-child{padding:.08rem .53333rem;border:.02667rem solid #eee;border-radius:.13333rem}.afterno .content .cont_top .checkbox[data-v-6c2ada9d]{display:flex;align-items:center}.afterno .content .cont_top .checkbox img[data-v-6c2ada9d]{margin-right:.13333rem;width:.4rem}.afterno .content .cont_top[data-v-6c2ada9d] :last-child{border-bottom:none}.afterno .content .after_detail[data-v-6c2ada9d]{padding:0 .4rem}.afterno .content .after_detail .detail_title[data-v-6c2ada9d]{height:1.2rem;line-height:1.2rem;font-size:.37333rem;margin-right:.26667rem;color:#68a6f7;text-align:center}.afterno .content .after_detail .detail_title .downaction1[data-v-6c2ada9d],.afterno .content .after_detail .detail_title .downaction2[data-v-6c2ada9d]{width:.29333rem;height:.21333rem;margin-left:.26667rem}.afterno .content .after_detail .detail_column[data-v-6c2ada9d]{height:.93333rem;display:flex;border-radius:.13333rem;background:#f1f2f9;align-items:center;justify-content:space-between}.afterno .content .after_detail .detail_column span[data-v-6c2ada9d]{text-align:center}.afterno .content .after_detail .detail_content .content_item[data-v-6c2ada9d]{height:1.2rem;display:flex;align-items:center;justify-content:space-between;border-bottom:.02667rem solid #eee}.afterno .content .after_detail .detail_content .content_item span[data-v-6c2ada9d]{text-align:center}.afterno .content .after_detail .detail_content .content_item span input[data-v-6c2ada9d]{width:1.6rem;height:.66667rem;border-radius:.13333rem;border:.02667rem solid #eee;margin-right:.53333rem;text-align:center}.afterno .content .after_detail .detail_content[data-v-6c2ada9d] :last-child{border-bottom:none}.afterno .flooter[data-v-6c2ada9d]{width:100%;height:1.89333rem;padding:.4rem;background:#f1f2f9;display:flex;justify-content:space-between;align-items:center}.afterno .flooter div[data-v-6c2ada9d]{font-size:.34667rem}.afterno .flooter div p i[data-v-6c2ada9d]{color:#e57461}.afterno .flooter .btn[data-v-6c2ada9d]{font-size:.37333rem}.afterno .flooter .btn[data-v-6c2ada9d] :first-child{width:2.66667rem;height:1.2rem;border:none;border-radius:.26667rem;color:#fff;background:linear-gradient(90deg,#01d1ff,#0aabff)}.moneylistsetNew[data-v-6c2ada9d]{width:100%;align-items:center}.moneylistsetNew .tittle[data-v-6c2ada9d]{display:flex;height:1.2rem;line-height:1.2rem;font-size:.42667rem;font-family:PingFang SC;font-weight:500;color:#000;position:relative;text-align:center;justify-content:center;border-bottom:.02667rem solid #cdd1df}.moneylistsetNew .tittle .tittle_left[data-v-6c2ada9d]{position:absolute;left:.4rem;display:flex;align-items:center}.moneylistsetNew .tittle .tittle_left .shouqi[data-v-6c2ada9d]{width:.29333rem;height:.21333rem;margin-right:.18667rem}.moneylistsetNew .tittle .tittle_left .shouqi_Text[data-v-6c2ada9d]{font-size:.34667rem;font-family:PingFang SC;font-weight:700;color:#68a6f7}.moneylistsetNew .quickMoneyList[data-v-6c2ada9d]{display:flex;justify-content:space-around;margin-top:.4rem;margin-bottom:.4rem}.moneylistsetNew .quickMoneyList .itembox[data-v-6c2ada9d]{position:relative}.moneylistsetNew .quickMoneyList .itembox .quickMoneyItem[data-v-6c2ada9d]{width:2.10667rem;height:.93333rem;line-height:.93333rem;background:#fff;font-size:.37333rem;font-family:PingFang SC;font-weight:700;color:#000;text-align:center;padding:0!important;border:.02667rem solid #bcd9ff;box-shadow:0 .02667rem .08rem 0 rgba(66,82,90,.37);border-radius:.13333rem}.moneylistsetNew .quickMoneyList .itembox .quickMoneyItem .van-cell__value[data-v-6c2ada9d]{width:100%;height:100%;text-align:center}.moneylistsetNew .quickMoneyList .itembox .quickMoneyItem .van-cell__value .van-field__control[data-v-6c2ada9d]{text-align:center;font-size:.37333rem;font-family:PingFang SC;font-weight:700;color:#000;width:2.10667rem;height:.93333rem}.moneylistsetNew .quickMoneyList .itembox .quickMoneyItem .van-cell__value .van-field__control[data-v-6c2ada9d]::-webkit-input-placeholder{font-size:.37333rem;font-family:PingFang SC;font-weight:500;color:#c5c9d8}.moneylistsetNew .quickMoneyList .itembox .quickMoneyItem .van-cell__value .van-field__control[data-v-6c2ada9d]::-moz-placeholder{font-size:.37333rem;font-family:PingFang SC;font-weight:500;color:#c5c9d8}.moneylistsetNew .quickMoneyList .itembox .quickMoneyItem .van-cell__value .van-field__control[data-v-6c2ada9d]::-ms-input-placeholder{font-size:.37333rem;font-family:PingFang SC;font-weight:500;color:#c5c9d8}.moneylistsetNew .quickMoneyList .itembox .quickMoneyActive[data-v-6c2ada9d]{background:url(data:image/png;base64,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) no-repeat;background-size:cover;border:none!important;box-shadow:none!important}.moneylistsetNew .quickMoneyList .itembox .redActive[data-v-6c2ada9d]{background:url(data:image/png;base64,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ohNcfEYnASkEKDoplWZOEhBMgKITXHxGJwEpBCg6KZVmThIQTICiE1x8RicBKQQoOimVZk4SEEyAohNcfEYnASkEKDoplWZOEhBMgKITXHxGJwEpBCg6KZVmThIQTICiE1x8RicBKQQoOimVZk4SEEyAohNcfEYnASkEKDoplWZOEhBMgKITXHxGJwEpBCg6KZVmThIQTICiE1x8RicBKQQoOimVZk4SEEyAohNcfEYnASkEKDoplWZOEhBMgKITXHxGJwEpBCg6KZVmThIQTICiE1x8RicBKQQoOimVZk4SEEyAohNcfEYnASkEKDoplWZOEhBMgKITXHxGJwEpBCg6KZVmThIQTICiE1x8RicBKQQoOimVZk4SEEyAohNcfEYnASkEKDoplWZOEhBMgKITXHxGJwEpBCg6KZVmThIQTICiE1x8RicBKQQoOimVZk4SEEyAohNcfEYnASkEKDoplWZOEhBMgKITXHxGJwEpBCg6KZVmThIQTICiE1x8RicBKQQoOimVZk4SEEyAohNcfEYnASkEKDoplWZOEhBMgKITXHxGJwEpBCg6KZVmThIQTICiE1x8RicBKQQoOimVZk4SEEyAohNcfEYnASkEKDoplWZOEhBMgKITXHxGJwEpBCg6KZVmThIQTICiE1x8RicBKQQoOimVZk4SEEyAohNcfEYnASkEKDoplWZOEhBMgKITXHxGJwEpBCg6KZVmThIQTICiE1x8RicBKQQoOimVZk4SEEyAohNcfEYnASkEKDoplWZOEhBMgKITXHxGJwEpBCg6KZVmThIQTICiE1x8RicBKQQoOimVZk4SEEyAohNcfEYnASkEKDoplWZOEhBMgKITXHxGJwEpBCg6KZVmThIQTICiE1x8RicBKQQoOimVZk4SEEyAohNcfEYnASkEKDoplWZOEhBMgKITXHxGJwEpBCg6KZVmThIQTICiE1x8RicBKQQoOimVZk4SEEyAohNcfEYnASkEKDoplWZOEhBMgKITXHxGJwEpBCg6KZVmThIQTICiE1x8RicBKQQoOimVZk4SEEyAohNcfEYnASkEKDoplWZOEhBMgKITXHxGJwEpBCg6KZVmThIQTGC/RNe05Ap4ngvXceE4Co7j2Jv5UUoJxsroJEAC9URgPNH5foDhtbdXDVWVuos6+whFV0+l5FhIgATGI7BXouvtLg4rIJ8crOnqb8HN5+C6pquLujl2dDzZSIAE6o1AreiCMEQQBAjKFQz/5OfpcDVQNh1dP4DW5NH8lZfAmzkjFZ0yolPKTls5da23UnM8JCCXgBGduYXmfyO5WHT+zl0o3/arLJgBI7rnAMxNHs19/QLkOtus6JJujqKTezIxOQnUK4Gs6MIwhLmZjq7S24/K3fdmh73ViO4eAAuSR90vnY38cUfDdZ1IdipakGBHV6/l5rhIQCaBVHRGclpH09YgRPnFVxD88aEslE2q1H3zckCtTh515s1F/oz50dTVyC6WHK/TyTyZmJoE6pFA9vqcuR9NW6OOrvyXxxBu2ToybIXlavuqNfMdFf49fXTWTDRftjC+RsctJvVYZI6JBKQT2OMeujs3Ajt2pohChflKFwpOX67lNQBd6fT1zM+iad7cMa/TmedwUUL6acb8JPDhEUgklyxEZK/PDT+9FcHDI30bgJ72yuCRdgdwaVXxBihclwxddbajaeH5405fKbsPr8h8ZxKQTCCRnGFgBFc7bR3e+Hvo3r4RRBo3dqxcttyKbuCmNV2+H/4nu5/O+9wpaDrlxJGV18w2k1SI/KSE5HOO2UnggBLISq62mzPSG35iC/xHn0jHZPbPeZ7zsdZrl/akn+kqdRdvBXB1duRNl1wIr7M93jg89uorp7EHtNZ8MxIQSaBWclZ0dktJtBDhl/owfNfvqtgoYH37imXftjPQ5C89q9e15rX/YnbzsJp9KJrPPwfutGm2s0tWYMfaakLhiTz/GJoEPlACWcGZN0q2lCRTVrt3bmgI721+AHrb9uxYBsrKO67r+sUDVaIzv/R133Kxhr47+2zniC40f/WLcJub7SKE3TxstpzEixIU3AdaZx6cBEggKzhzP943Z2TnDw1h+L4HEb7eU9PNqUvbV3w3/XjEqK8j6e0urlfAoirZzTkU+bNOs9NYRzlQ5ltNzPU5I734iVnhUX48N0mABPaVQO001XZyUTsXf9zL/G+mq/0oP/QowupODhr6Z50rrqly2CjR6UIhX8q1/FYB59UONHfGqcifZBYoRj77mnR29rnx4gS/zGlfS8zXkQAJpF+npKN7drqa6erMdbnyU1tQ+evjo2BpYHNHZfBrqlAoZ/84ppPeLGyY7uWGzEfDvlx7JKezHd7xxyJ3wtxIeKans81ddChKjicqCZDA/hJIZGe7O/vPLD5oVJ7ZCv/5lxBmt5Ckb6bu9yvNF80uLNpd+/7jeklv2JAr9Q+trZ3GJgdQB82Cd8xRcA7rgHPwwXBmzYDTlAeSL+mk8va31nw9CYgjEPVudpMcwuEywh27EL7zDsK3SvBffhX63R1jMtHAho62aUvUokWVsZ4wYQMWL1CsBdAmjjoDkwAJ1DuBfqX10vaV11Qtok66o8s+8c3Cj9tyOe9HIXB5dlNxvRPg+EiABKYmAbMZ2AHuqFT8788ufM98p+Yefybs6LKvNp+gCPxwMYBvAJgz0cH5dxIgARJ4nwlsA/BL13PWmU88TPbYeyW65KDmiwB68y0nO1p/HlCfgcKx0PZLAWYCyE32zfk8EiABEhiHgLnWthMKPdB4CdD/CJX6U2d58ElVKIR7S+3/7if3oinIu6EAAAAASUVORK5CYII=) no-repeat;background-size:cover;border:none!important;box-shadow:none!important}.moneylistsetNew .quickMoneyList .itembox .fastSetClose[data-v-6c2ada9d]{position:absolute;top:-.10667rem;right:-.10667rem;width:.37333rem;height:.37333rem}.moneylistsetNew .keyListContent .tittle[data-v-6c2ada9d]{padding-right:.48rem;height:1.17333rem;display:flex;justify-content:flex-end;background-color:#f0f1f2}.moneylistsetNew .keyListContent .tittle .right_Text[data-v-6c2ada9d]{line-height:1.17333rem;line-height:44px;text-align:center;font-size:.4rem;font-family:PingFang SC;font-weight:700;color:#3478f6}.moneylistsetNew .attention[data-v-6c2ada9d]{padding-left:.4rem;font-size:.26667rem;font-family:PingFang SC;font-weight:500;color:#ea8590;margin-bottom:.26667rem;margin-top:-.13333rem}.moneylistsetNew .bottomList[data-v-6c2ada9d]{display:flex;justify-content:center;font-size:.42667rem;font-family:PingFang SC;font-weight:700;color:#fff;line-height:1.28rem;padding-bottom:.53333rem;text-align:center}.moneylistsetNew .bottomList .setback[data-v-6c2ada9d]{width:3.38667rem;height:1.28rem;background:url(../img/huifu.3a71ae03.3a71ae03.png) no-repeat;background-size:cover}.moneylistsetNew .bottomList .save[data-v-6c2ada9d]{width:5.52rem;height:1.28rem;margin-left:.26667rem;background:url(../img/save.ff85c07b.ff85c07b.png) no-repeat;background-size:cover}.basket[data-v-6c2ada9d]{width:100%;min-height:12.88rem;border-radius:.24rem .24rem 0 0;flex-direction:column}.basket .top_box[data-v-6c2ada9d],.basket[data-v-6c2ada9d]{display:flex}.basket .top_box[data-v-6c2ada9d]{height:1.2rem;line-height:1.2rem;padding:0 .4rem;font-size:.42667rem;justify-content:space-between;align-items:center;border-bottom:.02667rem solid #e1e1e1}.basket .top_box .top1[data-v-6c2ada9d]{display:inline-block;color:#68a6f7;font-size:.34667rem}.basket .top_box .top1 img[data-v-6c2ada9d]{width:.29333rem;height:.21333rem;margin-right:.10667rem}.basket .top_box .top2[data-v-6c2ada9d]{display:inline-block;font-family:PingFang-SC-Medium}.basket .top_box .tVE7[data-v-6c2ada9d]{font-size:.37333rem;color:#8d949e}.basket .content[data-v-6c2ada9d]{padding:.13333rem;padding-top:0;height:9.73333rem;overflow-y:scroll}.basket .content .cont_item[data-v-6c2ada9d]{width:100%;height:1.46667rem;display:flex;justify-content:space-between;align-items:center;border-bottom:.01333rem solid #e6e8ef}.basket .content .cont_item div[data-v-6c2ada9d]{width:35%;text-align:left;padding-left:.13333rem}.basket .content .cont_item div[data-v-6c2ada9d] :first-child{min-width:.93333rem;text-align:left;margin-bottom:.13333rem;color:#6d7683;font-size:.29333rem}.basket .content .cont_item div[data-v-6c2ada9d] :nth-child(2){text-align:left;margin-bottom:.13333rem;color:#000;font-size:.34667rem}.basket .content .cont_item img[data-v-6c2ada9d]{margin-right:.13333rem;height:.53333rem;width:.53333rem}.basket .content .cont_item input[data-v-6c2ada9d]{width:2rem;height:.8rem;border-radius:.13333rem;background-color:#f1f2f9;border:.01333rem solid #cfd1e5;text-align:center;font-size:.4rem;margin-left:-2.26667rem}.basket .flooter[data-v-6c2ada9d]{width:100%;height:1.89333rem;padding:.4rem;background:#f1f2f9;position:fixed;bottom:0;display:flex;justify-content:space-between;align-items:center}.basket .flooter div[data-v-6c2ada9d]{font-size:.34667rem}.basket .flooter div p i[data-v-6c2ada9d]{color:#e57461}.basket .flooter button[data-v-6c2ada9d]{width:2.66667rem;height:1.2rem;border:none;border-radius:.26667rem;color:#fff;font-size:.37333rem;background:linear-gradient(90deg,#01d1ff,#0aabff)}.recentbet[data-v-6c2ada9d]{width:100%;height:12.88rem;overflow:hidden;border-radius:.24rem .24rem 0 0}.recentbet .top[data-v-6c2ada9d]{height:1.2rem;line-height:1.2rem;padding:0 .4rem;font-size:.42667rem;display:flex;justify-content:space-between;border-bottom:.02667rem solid #e1e1e1}.recentbet .top .top1[data-v-6c2ada9d]{display:inline-block;color:#68a6f7;font-size:.34667rem}.recentbet .top .top1 img[data-v-6c2ada9d]{width:.29333rem;height:.21333rem;margin-right:.10667rem}.recentbet .top .top2[data-v-6c2ada9d]{display:inline-block;font-family:PingFang-SC-Medium}.recentbet .top .tVE7[data-v-6c2ada9d]{font-size:.37333rem;color:#68a6f7}.recentbet .top .tVE7 img[data-v-6c2ada9d]{width:.32rem;height:.32rem}.recentbet .scroll_wrap[data-v-6c2ada9d]{height:11.94667rem;padding:0 .26667rem .53333rem .26667rem;overflow:scroll}.recentbet .scroll_wrap .cont_item[data-v-6c2ada9d]{height:2.93333rem;padding:0 .4rem;margin-top:.26667rem;border-radius:.24rem;background:#f1f2f9}.recentbet .scroll_wrap .cont_item[data-v-6c2ada9d]>:first-child{height:1.73333rem;padding:.4rem 0}.recentbet .scroll_wrap .cont_item>:first-child p[data-v-6c2ada9d]{margin-bottom:.13333rem;display:flex;justify-content:space-between}.recentbet .scroll_wrap .cont_item>:first-child p .title[data-v-6c2ada9d]{font-size:.32rem;font-family:PingFang SC;font-weight:700;color:#000}.recentbet .scroll_wrap .cont_item[data-v-6c2ada9d]>:nth-child(2){height:1.2rem;display:flex;border-top:.02667rem solid #dfe1ec;align-items:center;justify-content:space-between}.recentbet .scroll_wrap .cont_item[data-v-6c2ada9d]>:nth-child(2)>:first-child{flex:1}.recentbet .scroll_wrap .cont_item>:nth-child(2) i[data-v-6c2ada9d]{font-size:.32rem;font-family:PingFang SC;font-weight:500;color:#e4593e}.recentbet .scroll_wrap .cont_item>:nth-child(2) .grey[data-v-6c2ada9d]{color:#6d7683!important}.recentbet .scroll_wrap .cont_item>:nth-child(2) .nor[data-v-6c2ada9d]{font-size:.32rem;font-family:PingFang SC;font-weight:500;color:#000}.recentbet .scroll_wrap .cont_item[data-v-6c2ada9d]>:nth-child(2)>:last-child{width:1.6rem;height:.66667rem;margin-left:.4rem;line-height:.66667rem;border-radius:.10667rem;border:.02667rem solid #e2e2ef;text-align:center}.recentbet .scroll_wrap .cont_item_blue[data-v-6c2ada9d]{background:#eaf3ff!important}.recentbet .scroll_wrap .revoke[data-v-6c2ada9d]{width:auto!important;background:#fff;border:.02667rem solid #e0e1ee;border-radius:.10667rem;font-size:.34667rem;font-family:PingFang SC;font-weight:500;color:#000;height:.66667rem;line-height:.66667rem;padding-left:.45333rem;padding-right:.45333rem;text-align:center}.recentbet .scroll_wrap .is_revoke[data-v-6c2ada9d]{border:.02667rem solid #68a6f7!important;color:#68a6f7!important}.recentbet .scroll_wrap[data-v-6c2ada9d]::-webkit-scrollbar{width:0}.recentbet .empty[data-v-6c2ada9d]{display:flex;text-align:center;flex-direction:column;align-items:center;margin-top:3.81333rem}.recentbet .empty .empty_img[data-v-6c2ada9d]{width:6.29333rem;height:1.78667rem}.recentbet .empty .empty_text[data-v-6c2ada9d]{font-size:.32rem;font-family:PingFang SC;font-weight:500;color:#9ca3bf;margin-top:.16rem}.GameRulesPop[data-v-6c2ada9d]{float:left;width:7.2rem;height:11.92rem;background:#fff;border-radius:.24rem}.GameRulesPop .lstitle[data-v-6c2ada9d]{float:left;width:3.72rem;height:.16rem;background:linear-gradient(90deg,#01d1ff,#0aabff);border-radius:0 0 .05333rem .05333rem;margin-left:1.74667rem}.GameRulesPop .contentpop[data-v-6c2ada9d]{float:left;width:100%;height:10.54667rem;overflow-x:hidden;overflow-y:scroll}.GameRulesPop .contentpop .contentpopinner[data-v-6c2ada9d]{float:left;width:100%;padding:0 .4rem}.GameRulesPop .contentpop .contentpopinner .titleasd[data-v-6c2ada9d]{float:left;width:100%;font-size:.4rem;font-weight:800;color:#000;margin-top:.73333rem}.GameRulesPop .contentpop .contentpopinner .vanpopdiv[data-v-6c2ada9d]{float:left;width:100%;font-size:.32rem;font-weight:500;color:#000;line-height:.42667rem;text-align:left;margin-top:.26667rem;line-break:anywhere;white-space:pre-wrap}.GameRulesPop .closebtnpop[data-v-6c2ada9d]{float:left;width:100%;text-align:center;height:1.2rem;line-height:1.2rem;border-top:.02667rem solid #cdd1df;font-size:.45333rem;font-weight:500;color:#000}.Game28xinyong .top[data-v-6c2ada9d]{height:1.2rem;line-height:1.2rem;font-size:.42667rem}.Game28xinyong .top .top1[data-v-6c2ada9d]{display:inline-block;color:#68a6f7;font-size:.34667rem;margin-left:.4rem}.Game28xinyong .top .top1 img[data-v-6c2ada9d]{width:.29333rem;height:.21333rem;margin-right:.10667rem}.Game28xinyong .top .top2[data-v-6c2ada9d]{display:inline-block;font-family:PingFang-SC-Medium;margin-left:3rem}.Game28xinyong .isiPhone6[data-v-6c2ada9d]{height:6.10667rem!important}.Game28xinyong .center[data-v-6c2ada9d]{height:8.88rem;background:#f1f2f9;display:flex;justify-content:center}.Game28xinyong .center .left[data-v-6c2ada9d]{width:1.70667rem;background:#fff;border-radius:0 .53333rem .53333rem 0;margin:.26667rem 0;box-shadow:.05333rem 0 .16rem #e6e5eb;overflow:auto}.Game28xinyong .center .left .list[data-v-6c2ada9d]{height:1.33333rem;font-size:.32rem;color:#6d7683;line-height:1.33333rem;border-bottom:.02667rem solid #dfe0ee;text-align:center}.Game28xinyong .center .left .active[data-v-6c2ada9d]{color:#58b7f6;background:#eff5fd}.Game28xinyong .center .left .active span[data-v-6c2ada9d]{width:100%;margin-top:.4rem;border-left:.08rem solid #58b7f6;line-height:.53333rem;display:inline-block}.Game28xinyong .center .right[data-v-6c2ada9d]{width:8.13333rem;margin-left:.16rem}.Game28xinyong .center .right .game-top[data-v-6c2ada9d]{height:1.2rem;display:flex;justify-content:space-between;border-bottom:.02667rem solid #dfe0ee}p[data-v-6c2ada9d]{padding:0;margin:0}.Game28xinyong .center .right .game-top .game-top-left[data-v-6c2ada9d]{display:flex;justify-content:center;padding-top:.45333rem;color:#6d7683}.Game28xinyong .center .right .game-top .game-top-left span[data-v-6c2ada9d]{font-size:.34667rem;margin-top:-.16rem;color:#68a6f7;width:1.33333rem;height:.66667rem;display:inline-block;margin-right:.26667rem;border:.02667rem solid #c0c2dd;border-radius:.10667rem;text-align:center;line-height:.66667rem;background:#fff}.Game28xinyong .center .right .game-top .game-top-left img[data-v-6c2ada9d]{width:.34667rem;height:.34667rem;margin-left:.08rem;position:relative;top:.02667rem}.Game28xinyong .center .right .game-top .game-top-left .active[data-v-6c2ada9d]{background:#09aeff;color:#fff;border:none}.Game28xinyong .center .right .game-center-out_isiPhone6[data-v-6c2ada9d]{max-height:7.4rem!important}.Game28xinyong .center .right .game-center-out[data-v-6c2ada9d]{max-height:7.46667rem;overflow:scroll;overflow-x:hidden}.Game28xinyong .center .right .game-center-out .game-center .p1[data-v-6c2ada9d]{color:#000;font-size:.32rem;line-height:1.06667rem}.Game28xinyong .center .right .game-center-out .game-center .classdivcont[data-v-6c2ada9d]{display:flex;justify-content:space-between;height:1.06667rem;align-items:center;padding-left:.08rem;padding-right:.4rem;box-sizing:border-box}.Game28xinyong .center .right .game-center-out .game-center .classdivcont .zhtitle[data-v-6c2ada9d]{font-size:.32rem;font-family:Microsoft YaHei;font-weight:400;color:#000}.Game28xinyong .center .right .game-center-out .game-center .classdivcont .imgac[data-v-6c2ada9d]{width:.29333rem;height:.21333rem}.Game28xinyong .center .right .game-center-out .game-center .classdivcont .rotateimgac[data-v-6c2ada9d]{-webkit-transform:rotate(180deg)!important;transform:rotate(180deg)!important}.Game28xinyong .center .right .game-center-out .game-center .game-select-out[data-v-6c2ada9d]{transition:all .15s linear}.Game28xinyong .center .right .game-center-out .game-center .game-select-out .game-select[data-v-6c2ada9d]{position:relative;height:1.33333rem;width:1.84rem;border:.02667rem solid #68a6f7;display:inline-block;border-radius:.18667rem;margin-right:.18667rem;margin-bottom:.18667rem;background:#fff}.Game28xinyong .center .right .game-center-out .game-center .game-select-out .game-select .coldhot[data-v-6c2ada9d]{height:.24rem}.Game28xinyong .center .right .game-center-out .game-center .game-select-out .game-select .coldhot span[data-v-6c2ada9d]{width:.42667rem;height:.37333rem;background:#999db2;text-align:center;color:#fff;border-radius:.08rem}.Game28xinyong .center .right .game-center-out .game-center .game-select-out .game-select .coldhot[data-v-6c2ada9d]>:first-child{position:absolute;top:-.08rem;right:-.05333rem}.Game28xinyong .center .right .game-center-out .game-center .game-select-out .game-select .coldhot[data-v-6c2ada9d]>:nth-child(2){position:absolute;bottom:-.10667rem;right:-.05333rem}.Game28xinyong .center .right .game-center-out .game-center .game-select-out .game-select p[data-v-6c2ada9d]{text-align:center}.Game28xinyong .center .right .game-center-out .game-center .game-select-out .game-select p[data-v-6c2ada9d]:first-child{color:#000;margin-top:.21333rem}.Game28xinyong .center .right .game-center-out .game-center .game-select-out .game-select p[data-v-6c2ada9d]:last-child{color:#6d7683;margin-top:0}.Game28xinyong .center .right .game-center-out .game-center .game-select-out .game-active[data-v-6c2ada9d]{background:#68a6f7}.Game28xinyong .center .right .game-center-out .game-center .game-select-out .game-active p[data-v-6c2ada9d]{color:#fff!important}.Game28xinyong .center .game-bet-list[data-v-6c2ada9d]{width:3.33333rem;color:#fff;text-align:center;line-height:.66667rem;height:.66667rem;background:#fe6464;box-shadow:0 0 .4rem 0 rgba(97,108,144,.15);border-radius:.34667rem;position:absolute;bottom:3.06667rem}.Game28xinyong .bottom[data-v-6c2ada9d]{height:2.8rem;background:#fff;padding:.26667rem .26667rem}.Game28xinyong .bottom .bottom1[data-v-6c2ada9d]{display:flex;justify-content:center}.Game28xinyong .bottom .bottom1 .bottom1-del[data-v-6c2ada9d]{width:1.04rem;height:.8rem;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAAA8CAYAAADIQIzXAAAJcUlEQVR4Xu1c63JURRDuSTZsCiLsJeRioUmhvAEPoiUUP/QNRK3S96BKwTfwF2DJg/AGoXSjaEJIshsqUNlcdqyZnZnt6em5nF1Agjl/kj0z09PTl6+7z5k5AphrbW2tPjvb/uJkID+XUlwXQiwDyDrX9/27J/pSyg0h5OPpKfHbwcHOr9euXevTdQp64/f1nZtTAHcAxJX3TyjjrEg+HQB8f3Wl/QCPdoKTUk6t/9X9ESTcVh1mZqZhbq4Os7M1qE1PgRCBjMfh4t0Yo5YieVaklHB8MoCDg2PY3+/D0dHJsKOAeysfNb8TQgyGP83V6ezeBQG3lXwajfMwd6GOWsNJEnOPOivmiLy9cbjd/O/abRv9i0jiJiUIq1tJ5k3xKiSARDxS/vZf9qHXewWapoR7q6utb5zghu4p7quJ5+fnYLY+40vKEo5oyeuMZy6SLhqdmqeEVkkf6m+xNSFe+v0jeL69r4UnYOrWykrjvlhbk/Vz9e4TKeFKo3kePrhQ96y4Ki9v2hctP6V8Ja0t7rHBMl7u96Hbe6VG/H102PpEdDq7X4KAXxSmLSxc9DzLWbwYQoIya9VBm625qJFgz9TdDeduiDB0EhJWrqPnYhamyWEaiL6HCkRinvfGpM9IGcPB1taLIeZJ+Ep01rsPAOQNhWsXFK6dXVEJKKvr7Wmreyg667t/AMCqsrZabVpbCLUoay26jTMDOlXMP5j77lZVH8QmX4K9jDg8djjeiCyOj09AWR0AdJTFHajkdnm54VIOJygzmWfm1l0JpjMB1I+u1sWM+2EXdy5m3VO5YkTvsWCbu4/JedE4DPzezFgnKlXZ3OipEX1lcbptebkZDHDMlyIxJ+gS1y+hX9KHWCHG2BI2UsJVbYqFjY2u7uYEt7TUHKk5aT6IPO7HjeHMgIsqsQhDTZ+uPtWO25IuRFzAQhHrEgCbVHCLSnDmqqLcEnijbjcmJAVGU4VPqhturSX0nm0Si1tcHAoutig3MaLu8Nw04qCi7ZqkLTpDNxn+MJkcXkH6YRp0Vm+VaYCaEwCFFGr81mUdfzadMfzoOSxv5n/LH8XDrWdEcAuLzWGulsGpmBfTCSwvHLZQDx4Hf1L0OY/GQTvFU64tENzlBT84FPtFyr5LbL+q1N5E/wp8Pt8iFjdvBcfaOQkInLpj5kp9P6f6mGAYgHd5pR2T4MHLQXNuhemRtW4Hgrs8dFUKmjFl0PWXAn4F5bK8YBye1NhLx+N+O8+JxbUuNx0S0/pSK4gAKa1bvchJEdxm4AiULVC7uWzSW5LJEi3ZoKPZRBrV3UwQ8owRJdguCJCA4YKWzVYMgVBw8xmMexPYcgpp7m4Ti2sqwSFt25qVe7oxyhHi+Yszb84fSFpCUxdPnlz+QfEE41ApZoycyFcfdh0mie7uUMG1R+lILuXIpRgcTlL8TqUkXGqDaabiRzLPQ3r2oMUQpBjPxZxAcI02sjgaVWgU5bSaixbI8vS/pciMpZQbYyNHTHo0MtNIg+diorjyjB61uEZrVDlw1hrTMievWMZBLQn34zKJXEKeskzOe3NWxiEAtZneLnHVS0ZwOQGx7aUr5Gw/hgu5wDHuuBzdTPseFdzFZnMUypHog3BNCdNUAz1s0GvDaQwCZBw8nGfZN1X2zZOta5EL6r6MqXmeheZ0VhZxI8sjrp29YGVrZENzr0ssTgnOXSksQYIr7JYMmpyCKd3cPPSpddRryBPdqHElJnyRFFzOnHMryY0/xe2TCe4UL3xS1s8EN6YEiwT3HwWuMZf0doYVCe7tsHK6ZjkT3Jj6YgUXC5bvUhDNVV0Vavyk6GLzhIJTlYOZlSv1bOnhFcLoBUqK4dLCG68ktqOA0sKJNOafFjM0Rw3KPSbH4/LJIAFmS67UI4xc+cSN5YpLmtFzBSW1jVixHpMqvh+zCk9r5geNjhIgKrhx3XLccSWVA1Plsa8xJ+GhdGxQq7rHSlVBswow4r7cuFiNmXqMFa2vCja/lVgfoR88HdGCS1ylGrEkgv5cUkjuldaoOV7o9lSLz+qvnhI9RHAvou1OLAJBei7Dp/o/eJDZMk+AA9nluCyx0NdBo2SeqNbQ4Cq8MH3ZR+f4PYMzBrS5mEYirUlkNdqjkHY85Zn7sT4WtNyjKKNp/O7UxQ0vtBMr4nYjkLndJmvmMReNTTQOBS9rWuplTRVtRCzAI1GRHqeYrKGROdzP1NyRthwEK14CwbXVe9WqVwFuVSI5bnE86bgK44P3qvNIcM48S6KO6WNBt1hQCfUG67DRltt4neIxEfHpbiTHd2SMhZBwC8RCM9g+msszSQAKdjvlMgUqO9o/lv1za+No5bIYDs+oHih8BIKzu5XoBulgY4tZnd27pgnHEJXLXKm0bXpAcwY7D6YfqzxolUKCB/eOIrCwhHXibDvYraT2x+mrIqBHXXMCOhMMHbHzWoiEqwv2x+GtrF536i/YdksAjan3PG0zFlhC1vWJAXsucFUICBiDwq2sZg+w2+2T4d7zhpyZI+DgcCuFNdYL3O4mwleJXpwnm+CCsTsrP7K2TboHeAlt1y/Np0r7YQTAQuLAm0LdOB6XCh7j0LO6UmPRdv3hAZGlpdEBEexKXl2HKRBV4Y3OLE5SjqnUcwEmJg3FEw0G2Cpj2sFroTSQpt20qpYdSNjcHB0Q8Y4kVcKX/1lneiRJH4K7dOm8PhHtYTUN8/jpAt7ewFiTs0Cz+xEnyHZ7vvtLaHm5FNoWoU8u4sBP2rxGwxM+IoDX5ozKEHRLQAeGdX9Tq6t2dWJ6zx2CY45dYjDFW0EnNbBSfCntl+MHKwDTzNGPtXvHLtUXH2bOtZ6ojxc0m8zRy1TYyYWkXHtu5an2HF80yuAIxeFbJrQra1NHzAXA08PDnU919/X13k0JA+9oOVduWQylqVwsZaL8YQzmoivlnc7HrT0Xsek8HgwwJwe5dEkdLd82R8sHIG9dXWnfd3Q7f+7eVV+AsB8zUId+dWPJTJR7rjSiERnTRuATnEdAR5j0EPw2KpHbeKViKtlj1oh58D5mIMS91Y+bo48ZaM0OP5/xE0j4Wv12n8+o16BW4z+fwRUV2Eqwp1FZctYVs+icx1IdcFaT6uPxqT6fcTyAgz75fIaEn1dWmt8Gn8+wg5XbAgzuSICzD7YMHe7pCcgflHtiAbOK1wFjpn0DhPhMSnldCPgQAM5NguWnaOyhlPCPEOIxSPno6GjnIfeJoH8BYCb8Ld2vyvkAAAAASUVORK5CYII=) no-repeat 50%;background-size:cover}.Game28xinyong .bottom .bottom1 .bottom1-del img[data-v-6c2ada9d]{width:.37333rem;height:.4rem;position:relative;top:.18667rem;margin-left:.32rem}.Game28xinyong .bottom .bottom1 .bottom1-select[data-v-6c2ada9d]{height:.8rem;margin-left:.13333rem;width:6.58667rem;background:url(../img/longbutton.7c4b6098.7c4b6098.png) no-repeat 50%;background-size:cover;display:flex}[data-v-6c2ada9d]{box-sizing:border-box}.Game28xinyong .bottom .bottom1 .bottom1-select span[data-v-6c2ada9d]{width:1.33333rem;height:.8rem;line-height:.8rem;text-align:center;border-right:.02667rem solid #e0e1ee}.Game28xinyong .bottom .bottom1 .bottom1-select span img[data-v-6c2ada9d]{width:.26667rem;height:.26667rem;margin-right:.13333rem}.Game28xinyong .bottom .bottom1 .bottom1-select .longSpan[data-v-6c2ada9d]{flex:1!important;text-align:right;padding-right:.4rem}.Game28xinyong .bottom .bottom1 .bottom1-select .moneyselectItem[data-v-6c2ada9d]{flex:1}.Game28xinyong .bottom .bottom1 .bottom1-select .moneyselectItem[data-v-6c2ada9d]:active{background:#58b7f6;color:#fff}.Game28xinyong .bottom .bottom1 .setmoney[data-v-6c2ada9d]{width:1.54667rem;height:.8rem;line-height:.8rem;border:.02667rem solid #68a6f7;margin-left:.13333rem;border-radius:.13333rem;color:#68a6f7;padding:0 .13333rem}.Game28xinyong .bottom .bottom1 .van-field__control[data-v-6c2ada9d]{text-align:center;color:#68a6f7}.Game28xinyong .bottom .bottom1 .van-field__control[data-v-6c2ada9d]::-webkit-input-placeholder{font-size:.26667rem}.Game28xinyong .bottom .bottom2[data-v-6c2ada9d]{display:flex;justify-content:flex-start;font-size:.29333rem;margin-top:.26667rem}.Game28xinyong .bottom .bottom2 .van-button1[data-v-6c2ada9d]{width:1.49333rem;height:1.25333rem;text-align:center;padding:.21333rem 0;margin-right:.16rem;background:url(data:image/png;base64,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) no-repeat 50%;background-size:cover}.Game28xinyong .bottom .bottom2 .van-button1 span[data-v-6c2ada9d]{margin-top:.21333rem;display:inline-block}.Game28xinyong .bottom .bottom2 .van-button2[data-v-6c2ada9d]{width:1.73333rem;height:1.25333rem;text-align:center;padding:.21333rem 0;margin-right:.16rem;background:url(data:image/png;base64,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) no-repeat 50%;background-size:cover}.Game28xinyong .bottom .bottom2 .van-button2 img[data-v-6c2ada9d]{width:.4rem;height:.37333rem}.Game28xinyong .bottom .bottom2 .van-button2 .orderlist[data-v-6c2ada9d]{display:inline-block;line-height:.53333rem;left:.8rem;width:.53333rem;height:.53333rem;color:#fff;background:#fe6464;position:relative;top:-1.06667rem;border-radius:.8rem}.Game28xinyong .bottom .bottom2 .van-button3[data-v-6c2ada9d]{height:1.17333rem;padding:0;width:2.66667rem;margin-top:.08rem;margin-right:.13333rem;background:url(../img/zq11.0e5bf8ad.0e5bf8ad.png) no-repeat;background-size:100% 1.17333rem!important;color:#fff;text-align:center;display:flex;flex-direction:column;justify-content:center}.Game28xinyong .bottom .bottom2 .van-button3 .b_Text[data-v-6c2ada9d]{margin-top:.13333rem}.Game28xinyong .bottom .bottom2 .van-button-long[data-v-6c2ada9d]{width:4.10667rem;background-size:100% 1.17333rem}.disabled[data-v-6c2ada9d]{background:#f9f9ff!important;border:.02667rem solid #e0e1ee!important;border-radius:.18667rem!important;color:#a2a6ba!important;pointer-events:none;display:flex}.disabled .t_text[data-v-6c2ada9d]{font-size:.34667rem;font-family:PingFang SC;font-weight:500;color:#c5c9d9!important}.disabled .b_text[data-v-6c2ada9d]{font-size:.29333rem;font-family:PingFang SC;font-weight:500;color:#c5c9d9!important}.disabled1[data-v-6c2ada9d]{font-size:.29333rem;font-family:PingFang SC;font-weight:500;color:#acb1c4!important}.disabled2[data-v-6c2ada9d]{background:#ebeef8!important;border-radius:.08rem!important;box-shadow:0 0 .13333rem 0 rgba(97,108,144,.15)!important;font-size:.29333rem!important;font-family:PingFang SC!important;font-weight:500!important;color:#acb1c4!important;pointer-events:none}.moneylistset[data-v-76d28b4b]{width:100%;height:100%}.moneylistset .head[data-v-76d28b4b]{height:1.17333rem;line-height:1.17333rem;background:linear-gradient(90deg,#4f8dfe,#34bcfe);color:#333;display:flex;width:100%;justify-content:space-between}.moneylistset .head img[data-v-76d28b4b]{width:.26667rem;height:.48rem;margin-top:.32rem}.moneylistset .head span[data-v-76d28b4b]{font-size:.48rem;color:#fff}.moneylistset .head .small[data-v-76d28b4b]{width:2.66667rem;padding:0 .26667rem;font-size:.37333rem}.moneylistset .header-top[data-v-76d28b4b]{display:flex;justify-content:space-between;padding:.26667rem .26667rem}.moneylistset .moneylist[data-v-76d28b4b]{display:flex;padding:.26667rem 0 .26667rem .26667rem}.moneylistset .moneylist .select-money[data-v-76d28b4b]{position:relative;width:2.10667rem;color:#333;height:.93333rem;border-radius:.13333rem;margin-bottom:.13333rem;line-height:.72rem;margin-right:.26667rem;text-align:center;background:#f1f2f9;border:.01333rem solid #e4e5f1}.moneylistset .moneylist .select-money i[data-v-76d28b4b]{position:absolute;top:-.18667rem;right:-.13333rem;font-size:.37333rem;color:#8389a5}.moneylistset .moneylist1[data-v-76d28b4b]{display:flex;flex-wrap:wrap;padding:.26667rem 0 .26667rem .26667rem}.moneylistset .moneylist1 .select-money[data-v-76d28b4b]{position:relative;width:2.10667rem;color:#333;height:.93333rem;border-radius:.13333rem;margin-bottom:.13333rem;line-height:.93333rem;margin-right:.26667rem;text-align:center;background:#fff;border:.01333rem solid #74adf8}.ZhuotoushuomingPop[data-v-76d28b4b]{width:100%;height:100%;background-color:#fff}.ZhuotoushuomingPop .head_area[data-v-76d28b4b]{height:1.33333rem;background:#fff;display:flex;justify-content:space-between;padding-left:.48rem;padding-right:.48rem;align-items:center;box-sizing:border-box;border-bottom:.02667rem solid #e1e1e1}.ZhuotoushuomingPop .head_area .leftImg[data-v-76d28b4b]{flex:1;text-align:left}.ZhuotoushuomingPop .head_area .leftImg .top_back[data-v-76d28b4b]{width:.21333rem;height:.37333rem}.ZhuotoushuomingPop .head_area .head_text[data-v-76d28b4b]{font-size:.50667rem;font-family:PingFang SC;color:#424653;width:45%;text-align:center}.ZhuotoushuomingPop .head_area .right_menu[data-v-76d28b4b]{font-size:.37333rem;font-family:PingFang SC;color:#424653;flex:1;text-align:right}.ZhuotoushuomingPop .shuoming_content[data-v-76d28b4b]{width:100%;text-align:center}.ZhuotoushuomingPop .shuoming_content .shuomingImg[data-v-76d28b4b]{width:100%}.zhuotou[data-v-76d28b4b]{height:13.2rem}.zhuotou .top[data-v-76d28b4b]{display:flex;justify-content:space-between;padding:0 .26667rem;width:100%;height:1.2rem}.zhuotou .top .center-select[data-v-76d28b4b]{font-size:.32rem;color:#a2a6ba;margin:.13333rem 0;height:.93333rem;background:#f3f3f6;box-shadow:inset .05333rem .05333rem .10667rem #e1e2ea;border-radius:.08rem;display:flex}.zhuotou .top .center-select span[data-v-76d28b4b]{width:1.92rem;height:.8rem;margin-top:.08rem;margin-left:.08rem;display:inline-block;line-height:.8rem;text-align:center}.zhuotou .top .center-select .active[data-v-76d28b4b]{box-shadow:.05333rem .05333rem .10667rem #dadbe3;color:#469afe;background:linear-gradient(180deg,#fff,#f1f2f6)}.zhuotou .top .zhuotoushuomingleft[data-v-76d28b4b]{display:flex;align-items:center;color:#58b7f6;font-size:.42667rem}.zhuotou .top .zhuotoushuomingleft i[data-v-76d28b4b]{font-size:.53333rem;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.zhuotou .top .zhuotoushuoming[data-v-76d28b4b]{display:flex;align-items:center}.zhuotou .top .zhuotoushuoming i[data-v-76d28b4b]{font-size:.48rem;color:#8389a5}.zhuotou .center[data-v-76d28b4b]{height:calc(100% - 3.86667rem);overflow-y:auto;background:#ebecf5;padding-bottom:.13333rem;text-align:center;font-size:.26667rem}.zhuotou .center .largespan[data-v-76d28b4b]{width:4.66667rem;height:2rem;display:inline-block;margin-left:.13333rem;margin-top:.13333rem;border:.02667rem solid #fff;background:linear-gradient(180deg,#fefefe,#e8e9f0);box-shadow:0 .02667rem .05333rem 0 rgba(162,166,186,.5);border-radius:.13333rem}.zhuotou .center .largespan .p1[data-v-76d28b4b]{margin-top:.32rem;height:.53333rem;font-weight:600;font-size:.4rem}.zhuotou .center .largespan .p3[data-v-76d28b4b]{display:flex;justify-content:space-between;padding:0 .13333rem;color:#6d7683}.zhuotou .center .largespan .p3 span img[data-v-76d28b4b]{position:relative;top:.05333rem;margin-right:.05333rem}.zhuotou .center .centerspan[data-v-76d28b4b]{width:3.06667rem;height:1.86667rem;display:inline-block;margin-left:.13333rem;margin-top:.13333rem;background:#fff;box-shadow:.05333rem .05333rem .10667rem #e1e2ea;border-radius:.08rem}.zhuotou .center .centerspan .p1[data-v-76d28b4b]{height:.53333rem;font-weight:600;font-size:.4rem}.zhuotou .center .centerspan .p3[data-v-76d28b4b]{display:flex;justify-content:space-between;padding:0 .13333rem}.zhuotou .center .centerspan .p3 span img[data-v-76d28b4b]{position:relative;top:.05333rem;margin-right:.05333rem}.zhuotou .center .smallspan[data-v-76d28b4b]{width:2.26667rem;height:1.86667rem;display:inline-block;margin-left:.13333rem;margin-top:.13333rem;border:.02667rem solid #fff;background:linear-gradient(180deg,#fefefe,#e8e9f0);box-shadow:0 .02667rem .05333rem 0 rgba(162,166,186,.5);border-radius:.08rem}.zhuotou .center .smallspan .p1[data-v-76d28b4b]{font-weight:600;font-size:.34667rem;padding-top:.32rem}.zhuotou .center .smallspan .p2[data-v-76d28b4b]{line-height:.53333rem;height:.53333rem}.zhuotou .center .smallspan .p3[data-v-76d28b4b]{justify-content:space-between;padding:0 .05333rem;color:#6d7683}.zhuotou .center .smallspan .p3 span[data-v-76d28b4b],.zhuotou .center .smallspan .p3[data-v-76d28b4b]{display:flex}.zhuotou .center .smallspan .p3 span img[data-v-76d28b4b]{position:relative;top:.02667rem;margin-right:.08rem;min-width:.18667rem;min-height:.18667rem;max-width:.26667rem;max-height:.26667rem}.zhuotou .center .bluebg[data-v-76d28b4b]{height:.53333rem;background:#469afe;color:#fff;border-radius:.08rem;padding:0 .13333rem}.zhuotou .bottom[data-v-76d28b4b]{width:100%;height:2.66667rem;background:#fff;box-shadow:0 0 .4rem 0 rgba(97,108,144,.3);overflow-x:hidden;position:fixed;left:0;bottom:0}.zhuotou .bottom .moneylist[data-v-76d28b4b]{display:flex;height:1.2rem;padding:0 .26667rem;align-items:center;justify-content:space-between}.zhuotou .bottom .moneylist .select-money[data-v-76d28b4b]{width:1.28rem;height:.8rem;line-height:.8rem;color:#fff;text-align:center;color:#68a6f7;border:.01333rem solid #c0c2dd;border-radius:.08rem}.zhuotou .bottom .moneylist[data-v-76d28b4b] :last-child{width:.98667rem;height:.8rem;line-height:.8rem;text-align:center;color:#8389a5}.zhuotou .bottom .moneylist .active[data-v-76d28b4b]{background:#58b7f6;border:none;color:#fff}.zhuotou .bottom .moneylist i[data-v-76d28b4b]{font-size:.53333rem}.zhuotou .bottom .betInput[data-v-76d28b4b]{width:6.26667rem;border-radius:.53333rem;height:.8rem;padding:0 .26667rem;line-height:.8rem}.zhuotou .bottom .flex[data-v-76d28b4b]{padding:0 .26667rem}.zhuotou .bottom .betmessage[data-v-76d28b4b],.zhuotou .bottom .flex[data-v-76d28b4b]{display:flex;justify-content:space-between}.zhuotou .bottom .betmessage[data-v-76d28b4b]{border-radius:.08rem;width:5.33333rem;line-height:1.06667rem;padding:0 .13333rem;height:1.06667rem;border:.01333rem solid #c0c2dd;background:#ebecf5}.zhuotou .bottom .betmessage span i[data-v-76d28b4b]{color:#df2044}.zhuotou .bottom .betmessage .van-icon-arrow[data-v-76d28b4b]{line-height:1.06667rem}.zhuotou .selected[data-v-76d28b4b]{border:.02667rem solid #58b7f6;border-radius:.13333rem;background:#fff;height:101%}.zhuotou .setimg[data-v-76d28b4b]{height:.72rem;margin-top:.26667rem}p[data-v-76d28b4b]{margin:0;font-size:.32rem}[data-v-76d28b4b]{box-sizing:border-box}.zhuotou .button[data-v-76d28b4b]{height:1.06667rem;width:1.46667rem;padding:0 0;line-height:.8rem;border:.01333rem solid #c0c2dd;border-radius:.13333rem;background:#ebecf5}.zhuotou .buttonActive[data-v-76d28b4b]{height:1.06667rem;border-radius:.13333rem;line-height:.8rem;background:#58b7f6;color:#fff}.Game28Bet[data-v-4f09eb0c]{padding-bottom:.10667rem;background:#d5d7dd}.Game28Bet .top[data-v-4f09eb0c]{padding:.26667rem .26667rem;background:#ebecf5}.Game28Bet .top .top11[data-v-4f09eb0c]{background:#fff;justify-content:space-between;display:flex;border-radius:.50667rem}.Game28Bet .top .top11 .betInput[data-v-4f09eb0c]{width:8rem;border-radius:.53333rem;padding:.18667rem .32rem}.Game28Bet .top .top11 button[data-v-4f09eb0c]{height:.8rem;background:#9cf;width:1.46667rem;padding:0 0;color:#fff;border:none;line-height:.8rem;border-radius:.53333rem}.Game28Bet .top .top11 .delmessage[data-v-4f09eb0c]{width:.48rem;height:.48rem}.Game28Bet .top .top11 img[data-v-4f09eb0c]{position:relative;right:.26667rem;top:.26667rem}.Game28Bet .top-nums[data-v-4f09eb0c]{display:flex;background:#d5d7dd;height:1.25333rem;width:10rem;overflow:hidden}.Game28Bet .top-nums .prev[data-v-4f09eb0c]{width:.85333rem;display:flex;align-items:center;justify-content:center}.Game28Bet .top-nums .prev img[data-v-4f09eb0c]{width:.21333rem;height:.32rem}.Game28Bet .top-nums .next[data-v-4f09eb0c]{width:.85333rem;display:flex;align-items:center;justify-content:center}.Game28Bet .top-nums .next img[data-v-4f09eb0c]{width:.21333rem;height:.32rem}.Game28Bet .top-nums .top-nums-swipe[data-v-4f09eb0c]{width:8.4rem;margin:0 auto}.Game28Bet .top-nums .top-nums-swipe .top-nums-swipe-list[data-v-4f09eb0c]{display:flex;justify-content:left}.Game28Bet .top-nums .top-nums-swipe .top-nums-swipe-list div[data-v-4f09eb0c]{width:1.33333rem;margin-top:.13333rem;height:.96rem;border-radius:.13333rem;margin-right:.13333rem;background:#fff;border-bottom:.05333rem solid #8c8b8e;text-align:center}.Game28Bet .top-nums .top-nums-swipe .top-nums-swipe-list div p[data-v-4f09eb0c]{font-size:.26667rem;color:#6d7683;line-height:.26667rem}.Game28Bet .top-nums .top-nums-swipe .top-nums-swipe-list div p[data-v-4f09eb0c]:first-child{font-size:.34667rem;color:#000;line-height:.58667rem}.Game28Bet .top-nums .top-nums-swipe .top-nums-swipe-list div[data-v-4f09eb0c]:active{background:#adb4be}.Game28Bet .top-nums .top-nums-swipe .van-swipe__indicators[data-v-4f09eb0c]{display:none}.Game28Bet .bet-text[data-v-4f09eb0c]{display:flex;justify-content:space-between;background:#d0d3dc;padding:0 .10667rem;text-align:center}.Game28Bet .bet-text P[data-v-4f09eb0c]:first-child{font-family:PingFang SC!important;color:#000!important;font-size:.34667rem!important}.Game28Bet .bet-text .bet-button-1[data-v-4f09eb0c]{width:1.86667rem;display:inline-block;line-height:.96rem;height:.96rem;border-radius:.13333rem;font-size:.29333rem;background:#adb4be;border-bottom:.05333rem solid #8c8b8e;color:#343a52}.Game28Bet .bet-text .bet-button-1 img[data-v-4f09eb0c]{width:.53333rem}.Game28Bet .bet-text .cancel[data-v-4f09eb0c]:active{background:#fff}.Game28Bet .bet-text .bet-sure[data-v-4f09eb0c]{background:#58b7f6;color:#fff}.Game28Bet .bet-text .bet-sure[data-v-4f09eb0c]:active{background:#fff;color:#000;font-family:PingFang SC;font-weight:700;border:.01333rem solid #c0c2dd}.Game28Bet .bet-text .bet-button-2[data-v-4f09eb0c]{width:1.86667rem;display:inline-block;height:.96rem;border-radius:.13333rem;background:#fff;border-bottom:.05333rem solid #8c8b8e}.Game28Bet .bet-text .bet-button-2 p[data-v-4f09eb0c]{font-size:.26667rem;color:#6d717c;line-height:.26667rem}.Game28Bet .bet-text .bet-button-2 p[data-v-4f09eb0c]:first-child{font-size:.32rem;color:#343a52;line-height:.58667rem}.Game28Bet .bet-text .bet-left[data-v-4f09eb0c]{width:1.86667rem;margin-top:.08rem;margin-bottom:.08rem;height:4.4rem;border-radius:.13333rem;background:#a8b0bd;border-bottom:.05333rem solid #8c8b8e;color:#343a52}.Game28Bet .bet-text .bet-left div[data-v-4f09eb0c]{height:1.06667rem;margin:0 .18667rem;border-bottom:.02667rem solid #979ead}.Game28Bet .bet-text .bet-left div p[data-v-4f09eb0c]{font-size:.26667rem;color:#6d717c;line-height:.26667rem}.Game28Bet .bet-text .bet-left div p[data-v-4f09eb0c]:first-child{font-size:.32rem;color:#343a52;line-height:.58667rem}.Game28Bet .bet-text .bet-left div[data-v-4f09eb0c]:last-child{border-bottom:none}.Game28Bet .bet-text .bet-content[data-v-4f09eb0c]{margin-top:.08rem;border-radius:.13333rem;overflow:hidden}.Game28Bet .bet-text .bet-content div[data-v-4f09eb0c]{height:1.01333rem;width:1.86667rem;display:inline-block;border-radius:.13333rem;line-height:1.01333rem;float:left;background:#fff;border-bottom:.02667rem solid #979ead;margin-bottom:.05333rem;margin-right:.10667rem;-webkit-tap-highlight-color:transparent}.Game28Bet .bet-text .bet-content div p[data-v-4f09eb0c]{font-size:.26667rem;color:#6d717c;line-height:.26667rem}.Game28Bet .bet-text .bet-content div p[data-v-4f09eb0c]:first-child{font-size:.32rem;color:#343a52;line-height:.66667rem}.Game28Bet .bet-text .bet-content div i[data-v-4f09eb0c]{line-height:.26667rem}.Game28Bet .bet-text .bet-content div[data-v-4f09eb0c]:last-child{border-bottom:none}.Game28Bet .bet-text .bet-content div[data-v-4f09eb0c]:nth-child(5n){margin-right:0}.Game28Bet .bet-text .bet-content .conterNum[data-v-4f09eb0c]{font-size:.61333rem;color:#68a6f7}.Game28Bet .bet-text .bet-content .conterNum[data-v-4f09eb0c]:active{color:#fff;background:#adb4be}.Game28Bet .bet-text .textchange[data-v-4f09eb0c]:active{background:#adb4be}.Game28Bet p[data-v-4f09eb0c]{margin:0 0}.Game28Bet .buttonActive[data-v-4f09eb0c]{background:#4f8dfe!important;color:#fff}.Game28Bet .button[data-v-4f09eb0c]{background:#9cf;color:#fff}.PlayRulesPop[data-v-75f3b044]{width:100%;height:100%;background-color:#fff}.PlayRulesPop .head_area[data-v-75f3b044]{height:1.33333rem;display:flex;justify-content:space-between;padding-left:.48rem;padding-right:.48rem;align-items:center;box-sizing:border-box;border-bottom:.02667rem solid #e1e1e1}.PlayRulesPop .head_area .leftImg[data-v-75f3b044]{flex:1;text-align:left}.PlayRulesPop .head_area .leftImg .top_back[data-v-75f3b044]{width:.21333rem;height:.37333rem}.PlayRulesPop .head_area .head_text[data-v-75f3b044]{font-size:.50667rem;font-family:PingFang SC;color:#424653;width:45%;text-align:center}.PlayRulesPop .head_area .right_menu[data-v-75f3b044]{font-size:.37333rem;font-family:PingFang SC;color:#424653;flex:1;text-align:right}.PlayRulesPop .rule_content[data-v-75f3b044]{padding-left:.4rem;padding-right:.58667rem;padding-top:.56rem;padding-bottom:.8rem;box-sizing:border-box;font-size:.34667rem;font-family:PingFang SC;font-weight:500;color:#424653;line-height:.50667rem;white-space:pre-wrap!important}.withdrawgame-top[data-v-75f3b044]{background:#f3f3f6;overflow:hidden}.follow_input[data-v-75f3b044]{font-size:.64rem;color:#2f3242;padding:0 .26667rem;height:1.33333rem;line-height:1.33333rem;margin-top:.20667rem;border-bottom:.02667rem solid #eff0f1;width:90%;margin-left:5%;border-radius:.10667rem}.follow_input .van-field__label[data-v-75f3b044]{font-size:.37333rem;font-family:PingFang SC;font-weight:700;line-height:.53333rem;color:#2f3134;display:flex;align-items:center;display:block;width:auto;flex:none;margin-top:.42667rem}.yue[data-v-75f3b044]{padding-left:.42667rem;margin-top:.05333rem;text-align:left;display:flex;justify-content:flex-start}.yue .n_Text[data-v-75f3b044]{font-size:.32rem;font-family:PingFang SC;font-weight:400;color:#818181}.sure[data-v-75f3b044]{width:70%;height:1.06667rem;line-height:1.06667rem;text-align:center;margin-left:15%;background-color:#4f8dfe;border-radius:.10667rem;margin-bottom:.4rem;color:#fff;font-size:.4rem;margin-top:.42667rem;opacity:.5;pointer-events:none}.sure_shinee[data-v-75f3b044]{opacity:1!important;pointer-events:auto}.yue .all[data-v-75f3b044]{font-size:.32rem;font-family:PingFang SC;font-weight:700;color:#395988;margin-left:.21333rem}.follow_input input[data-v-75f3b044]{font-size:.85333rem;font-family:PingFang SC;font-weight:700;line-height:1.2rem;color:#2f3134}.follow_input input[data-v-75f3b044]::-webkit-input-placeholder{font-size:.48rem;font-family:PingFang SC;font-weight:400;line-height:.66667rem;color:#d6d6d8}.follow_input input[data-v-75f3b044]:-moz-placeholder,.follow_input input[data-v-75f3b044]::-moz-placeholder{font-size:.48rem;font-family:PingFang SC;font-weight:400;line-height:.66667rem;color:#d6d6d8}.follow_input input[data-v-75f3b044]:-ms-input-placeholder{font-size:.48rem;font-family:PingFang SC;font-weight:400;line-height:.66667rem;color:#d6d6d8}.tittle_text[data-v-75f3b044]{font-size:.32rem;font-family:PingFang SC;font-weight:400;color:#2f3134;text-align:left;padding-left:.42667rem;margin-top:.42667rem}.withdrawgame-top .withdrawtittle[data-v-75f3b044]{height:1.28rem;font-size:.37333rem;font-family:PingFang SC;font-weight:700;line-height:1.28rem;color:#2f3134;text-align:center;border-bottom:.02667rem solid #eff0f1}.van-swipe__track[data-v-75f3b044]{padding:0!important}.withdrawgame[data-v-75f3b044]{width:8.26667rem;border-radius:.13333rem;text-align:center}.withdrawgame .typeChoose[data-v-75f3b044]{width:100%}.withdrawgame .typeChoose .head_area[data-v-75f3b044]{height:1.28rem;background:#fff;display:flex;justify-content:space-between;padding-left:.48rem;padding-right:.48rem;align-items:center;box-sizing:border-box;border-bottom:.02667rem solid #eff0f1}.withdrawgame .typeChoose .head_area .leftImg[data-v-75f3b044]{flex:1;text-align:left}.withdrawgame .typeChoose .head_area .leftImg .top_back[data-v-75f3b044]{width:.21333rem;height:.37333rem;margin-top:0}.withdrawgame .typeChoose .head_area .head_text[data-v-75f3b044]{font-size:.37333rem;font-family:PingFang SC;font-weight:700;line-height:.53333rem;color:#2f3134;width:45%;text-align:center}.withdrawgame .typeChoose .head_area .right_menu[data-v-75f3b044]{flex:1}.withdrawgame .typeChoose .bsure_btn[data-v-75f3b044]{width:5.86667rem;height:.96rem;line-height:.96rem;background:#4f8dfe;opacity:1;border-radius:.10667rem;margin:0 auto;margin-top:.64rem;margin-bottom:.64rem;font-size:.37333rem;font-family:PingFang SC;font-weight:700;color:#fff}.withdrawgame .typeList[data-v-75f3b044],.withdrawgame .withdrawgame-top[data-v-75f3b044]{width:100%;background-color:#fff}.withdrawgame .typeList .lite_item[data-v-75f3b044],.withdrawgame .withdrawgame-top .lite_item[data-v-75f3b044]{width:100%;justify-content:space-between;border-bottom:.02667rem solid #eff0f1;height:1.49333rem;padding-left:.42667rem;padding-right:.42667rem;box-sizing:border-box}.withdrawgame .typeList .lite_item .left[data-v-75f3b044],.withdrawgame .typeList .lite_item[data-v-75f3b044],.withdrawgame .withdrawgame-top .lite_item .left[data-v-75f3b044],.withdrawgame .withdrawgame-top .lite_item[data-v-75f3b044]{display:flex;align-items:center}.withdrawgame .typeList .lite_item .left .type_img[data-v-75f3b044],.withdrawgame .withdrawgame-top .lite_item .left .type_img[data-v-75f3b044]{width:.85333rem;height:.85333rem;margin-top:0;margin-right:.21333rem}.withdrawgame .typeList .lite_item .left .l_text[data-v-75f3b044],.withdrawgame .withdrawgame-top .lite_item .left .l_text[data-v-75f3b044]{display:flex;flex-direction:column;justify-content:center;text-align:left}.withdrawgame .typeList .lite_item .left .l_text .bankname[data-v-75f3b044],.withdrawgame .withdrawgame-top .lite_item .left .l_text .bankname[data-v-75f3b044]{font-size:.26667rem;font-family:PingFang SC;font-weight:400;line-height:.37333rem;color:#6e6e70}.withdrawgame .typeList .lite_item .left .l_text .detail[data-v-75f3b044],.withdrawgame .withdrawgame-top .lite_item .left .l_text .detail[data-v-75f3b044]{margin-top:.16rem;font-size:.32rem;font-family:PingFang SC;font-weight:700;line-height:.45333rem;color:#2f3134}.withdrawgame .typeList .lite_item .left .l_text .detail .erc[data-v-75f3b044],.withdrawgame .withdrawgame-top .lite_item .left .l_text .detail .erc[data-v-75f3b044]{margin-right:.10667rem;padding-left:.10667rem;padding-right:.10667rem;text-align:center;height:.32rem;background:linear-gradient(270deg,#cfd7fc,#97a4d1);border-radius:.05333rem;font-family:PingFang SC;font-weight:400;color:#fff}.withdrawgame .typeList .lite_item .left .l_text .detail .num[data-v-75f3b044],.withdrawgame .withdrawgame-top .lite_item .left .l_text .detail .num[data-v-75f3b044]{margin-left:.21333rem}.withdrawgame .typeList .lite_item .choose_img[data-v-75f3b044],.withdrawgame .withdrawgame-top .lite_item .choose_img[data-v-75f3b044]{width:.42667rem;height:.42667rem;margin-top:0}.withdrawgame .typeList .lite_item .right_icon[data-v-75f3b044],.withdrawgame .withdrawgame-top .lite_item .right_icon[data-v-75f3b044]{width:.13333rem;height:.21333rem;margin-top:0}.withdrawgame img[data-v-75f3b044]{width:1.65333rem;margin-top:.93333rem}.withdrawgame .text01[data-v-75f3b044]{font-size:.32rem;color:#2f3242;margin:0 0}.withdrawgame .text02[data-v-75f3b044]{margin-top:.8rem}.withdrawgame .text02 button[data-v-75f3b044]{background:#4f8dfe;font-size:.42667rem;color:#fff;width:5.86667rem;height:1.2rem;border-radius:.13333rem}.withdrawgame .text03[data-v-75f3b044]{font-size:.32rem;color:#4f8dfe}.creatOrder[data-v-75f3b044]{display:flex;justify-content:center;align-items:center}.creatOrder .btn[data-v-75f3b044]{font-size:.37333rem;margin-top:.66667rem;text-align:center;color:#fff;width:5.86667rem;height:.96rem;font-weight:700;background:#a6c5fe;border-radius:.21333rem;border:none}.creatOrder .active[data-v-75f3b044]{background:#4f8dfe}.money-list[data-v-75f3b044]{margin-top:.85333rem;display:flex;flex-wrap:wrap;justify-content:space-between}.money-list span[data-v-75f3b044]{width:2.24rem;height:.96rem;font-size:.37333rem;font-family:PingFang SC;font-weight:700;line-height:.53333rem;color:#2f3134;line-height:.96rem;text-align:center;border:.02667rem solid #d4d8e1;opacity:1;border-radius:.10667rem;margin-bottom:.32rem}.money-list[data-v-75f3b044]:after{content:"";width:2.24rem}.money-list .active[data-v-75f3b044]{background:#4f8dfe;color:#fff;border:none}.rechangeMoney p[data-v-75f3b044]{line-height:.53333rem;padding:.26667rem 0}.follow-input[data-v-75f3b044]{font-size:.64rem;color:#2f3242;padding:0 0;height:1.33333rem;line-height:1.33333rem;border-bottom:.02667rem solid #e3e4e9}.follow-input .van-field__label[data-v-75f3b044]{font-size:.37333rem;font-family:PingFang SC;width:auto;flex:none;font-weight:700;line-height:.53333rem;color:#2f3134;display:flex;align-items:center}.follow-input input[data-v-75f3b044]{font-size:.85333rem;font-family:PingFang SC;font-weight:700;line-height:1.2rem;color:#2f3134}.follow-input input[data-v-75f3b044]::-webkit-input-placeholder{font-size:.48rem;font-family:PingFang SC;font-weight:400;line-height:.66667rem;color:#d6d6d8}.follow-input input[data-v-75f3b044]:-moz-placeholder,.follow-input input[data-v-75f3b044]::-moz-placeholder{font-size:.48rem;font-family:PingFang SC;font-weight:400;line-height:.66667rem;color:#d6d6d8}.follow-input input[data-v-75f3b044]:-ms-input-placeholder{font-size:.48rem;font-family:PingFang SC;font-weight:400;line-height:.66667rem;color:#d6d6d8}.ChargePop[data-v-75f3b044]{width:8.29333rem!important;min-height:9.6rem;max-height:12.8rem;border-radius:.13333rem}.ChargePop .payline[data-v-75f3b044]{width:100%;min-height:1.76rem;float:left;box-sizing:border-box;background:#fff;border-bottom:.02667rem solid #eff0f1}.ChargePop .payline .imgsds[data-v-75f3b044]{width:.66667rem;height:.66667rem;float:left;margin:.56rem .4rem .50667rem}.ChargePop .payline .midboxs[data-v-75f3b044]{float:left;width:5.33333rem;height:1.73333rem}.ChargePop .payline .midboxs>div[data-v-75f3b044]{display:flex;justify-content:flex-start;align-items:center;color:#424653;height:.32rem;float:left;width:100%;font-size:.32rem;margin-top:.53333rem}.ChargePop .payline .midboxs>div[data-v-75f3b044]:nth-child(2){margin-top:.13333rem;height:.26667rem;font-size:.26667rem;color:#a2a6ba}.ChargePop .payline .rtico[data-v-75f3b044]{width:.16rem;height:.26667rem;float:right;margin:.73333rem .4rem 0 0;transition:all .15s linear}.ChargePop .payline .maincont[data-v-75f3b044]{width:100%;float:left;box-sizing:border-box;padding:0 .93333rem;display:none}.ChargePop .payline .maincont .input[data-v-75f3b044]{width:8.13333rem;height:1.06667rem;background-color:#fff;border-radius:.13333rem;float:left;outline:none;border:none;font-size:.37333rem;text-align:center}.ChargePop .payline .maincont .rcbtn[data-v-75f3b044]{width:8rem;height:1.2rem;margin-top:.53333rem;float:left;background-image:linear-gradient(90deg,#fde8cf,#d0b395),linear-gradient(#4f99fe,#4f99fe);border-radius:.61333rem;font-size:.37333rem;margin-bottom:.26667rem;color:#fff;opacity:.5}.ChargePop .payline .maincont .rcbtnactive[data-v-75f3b044]{opacity:1}.ChargePop .payline .maincont .desccontent[data-v-75f3b044]{float:left;margin-top:.4rem;width:100%;font-size:.26667rem;line-height:.37333rem;color:#424653}.ChargePop .payline .maincont .desccontent font[data-v-75f3b044]{color:#c4a47d}.van-tab[data-v-75f3b044]{line-height:1.06667rem}.ChargePop .van-tabs--line .van-tabs__wrap[data-v-75f3b044]{padding:0 .8rem;border-bottom:.02667rem solid #e3e4e9}.ChargePop .van-tab--active[data-v-75f3b044]{color:#4f8dfe}.ChargePop .van-tabs__line[data-v-75f3b044]{width:.58667rem;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#4f8dfe}.ChargePop .van-tab__text[data-v-75f3b044]{font-weight:500;font-family:PingFang SC}.ChargePop .list[data-v-75f3b044]{height:1.33333rem;line-height:1.33333rem;font-size:.32rem;color:#2f3242;width:6.93333rem;margin:0 .26667rem;display:inline-flex;justify-content:space-between;border-bottom:.02667rem solid #e3e4e9}.ChargePop .list img[data-v-75f3b044]{width:.48rem;height:.48rem;display:inline-block;position:relative;top:.10667rem;margin-right:.26667rem}.ChargePop .list .van-icon-arrow[data-v-75f3b044]{font-size:.42667rem;padding-top:.4rem;color:#a0a4b4}.rechangeMoney[data-v-75f3b044]{width:8.29333rem;min-height:5.33333rem;border-radius:.13333rem}.rechangeMoney .title[data-v-75f3b044]{width:100%;height:1.28rem;line-height:1.28rem;font-size:.37333rem;font-weight:700;color:#2f3134;text-align:center;border-bottom:.01333rem solid #eff0f1}.rechangeMoney .content[data-v-75f3b044]{padding:0 .4rem}.rechangeMoney .content .p1[data-v-75f3b044]{font-size:.26667rem;color:#acafba}.rechangeMoney .content .charge_text[data-v-75f3b044]{font-size:.32rem;font-family:PingFang SC;font-weight:400;color:#2f3134}.kefuList[data-v-75f3b044]{width:8.29333rem;height:7.78667rem;min-height:7.78667rem;background:#fff;border-radius:.26667rem}.kefuList .list_item[data-v-75f3b044]{border-bottom:.02667rem solid #efefef;height:1.6rem;padding-right:.42667rem;padding-left:.42667rem;box-sizing:border-box}.kefuList .list_item .left[data-v-75f3b044],.kefuList .list_item[data-v-75f3b044]{display:flex;justify-content:space-between;align-items:center}.kefuList .list_item .left .headimg[data-v-75f3b044]{width:.85333rem;height:.85333rem;border-radius:50%}.kefuList .list_item .left .nickname[data-v-75f3b044]{font-size:.37333rem;font-family:PingFang SC;font-weight:700;color:#2f3134;margin-left:.21333rem}.kefuList .list_item .left .vflag[data-v-75f3b044]{width:.32rem;height:.32rem;margin-left:.21333rem}.kefuList .list_item .newarrow[data-v-75f3b044]{width:.13333rem;height:.21333rem}p[data-v-75f3b044]{font-size:.37333rem;margin:0}[data-v-3f74d159]{box-sizing:border-box}i[data-v-3f74d159]{font-style:normal}.luzitu[data-v-3f74d159]{width:10rem;height:12.88rem;font-size:.32rem}.luzitu .top[data-v-3f74d159]{height:1.2rem;line-height:1.2rem;padding:0 .4rem;font-size:.42667rem;display:flex;justify-content:space-between;border-bottom:.01333rem solid #e1e1e1}.luzitu .top .top1[data-v-3f74d159]{display:inline-block;color:#68a6f7;font-size:.34667rem}.luzitu .top .top1 img[data-v-3f74d159]{width:.29333rem;height:.21333rem;margin-right:.10667rem}.luzitu .top .top2[data-v-3f74d159]{flex:1;text-align:center;text-indent:-1em;font-family:PingFang-SC-Medium}.luzitu .content[data-v-3f74d159]{width:100%;height:11.68rem;padding:.26667rem 0;background:#f1f2f9;display:flex}.luzitu .content .cont_left[data-v-3f74d159]{min-width:1.70667rem;background:#fff;overflow:hidden;border-radius:0 .8rem .8rem 0;box-shadow:0 0 .13333rem #ccc}.luzitu .content .cont_left .left_item[data-v-3f74d159]{width:1.70667rem;height:1.33333rem;line-height:1.33333rem;color:#6d7683;font-size:.34667rem;text-align:center;border-bottom:.02667rem solid #dfe0ee}.luzitu .content .cont_left .active[data-v-3f74d159]{position:relative;color:#68a6f7;background:#eff5fd}.luzitu .content .cont_left .active[data-v-3f74d159]:after{content:"";position:absolute;top:25%;left:0;width:.10667rem;height:.66667rem;background:#58b7f6}.luzitu .content .cont_right[data-v-3f74d159]{min-width:8.29333rem;flex:1;padding:0 .26667rem}.luzitu .content .cont_right .right_top[data-v-3f74d159]{height:.85333rem;display:flex;align-items:center;justify-content:space-around}.luzitu .content .cont_right .right_top span[data-v-3f74d159]{width:1.6rem;height:.85333rem;line-height:.85333rem;border-radius:.16rem;border:.01333rem solid #c0c2dd;background-color:#fff;text-align:center}.luzitu .content .cont_right .right_top .active[data-v-3f74d159]{color:#fff;border:none;background:linear-gradient(90deg,#01d1ff,#0aabff)}.luzitu .content .cont_right .right_top img[data-v-3f74d159]{width:.48rem;height:.48rem}.luzitu .content .cont_right .right_dx[data-v-3f74d159]{height:2.48rem;overflow-x:auto;overflow-y:hidden;margin-top:.26667rem;background:#fff;border:.01333rem solid #c0c2dd;display:flex}.luzitu .content .cont_right .right_dx div[data-v-3f74d159]{height:2.48rem;display:flex;flex-direction:column;justify-content:flex-start}.luzitu .content .cont_right .right_dx div span[data-v-3f74d159]{width:.34667rem;height:.34667rem;line-height:.34667rem;font-size:.26667rem;text-align:center;border-right:.01333rem solid #c0c2dd;border-bottom:.01333rem solid #c0c2dd}.luzitu .content .cont_right .right_dx div span[data-v-3f74d159]:last-child{border-bottom:none}.luzitu .content .cont_right .right_circle[data-v-3f74d159]{display:flex;margin-top:.26667rem}.luzitu .content .cont_right .right_circle .table[data-v-3f74d159]{width:6.02667rem;flex:1;display:flex;overflow-x:auto;background:#fff;border:.01333rem solid #ccc}.luzitu .content .cont_right .right_circle .table div[data-v-3f74d159]{display:flex;flex-direction:column;justify-content:flex-start}.luzitu .content .cont_right .right_circle .table div span[data-v-3f74d159]{width:.32rem;height:.32rem;display:flex;justify-content:center;align-items:center;border-right:.01333rem solid #c0c2dd;border-bottom:.01333rem solid #c0c2dd}.luzitu .content .cont_right .right_circle .table div span i[data-v-3f74d159]{width:.24rem;height:.24rem;border-radius:50%}.luzitu .content .cont_right .right_circle .table div span .blue[data-v-3f74d159]{border:.08rem solid #4878ed}.luzitu .content .cont_right .right_circle .table div span .red[data-v-3f74d159]{border:.08rem solid #d03b41}.luzitu .content .cont_right .right_circle .table div span[data-v-3f74d159]:last-child{border-bottom:none}.luzitu .content .cont_right .right_circle .btn[data-v-3f74d159]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.luzitu .content .cont_right .right_circle .btn div[data-v-3f74d159]{width:1.6rem;height:.93333rem;line-height:.93333rem;margin-left:.13333rem;border-radius:.10667rem;border:.01333rem solid #c0c2dd;text-align:center;background:#fff}.luzitu .content .cont_right .right_circle .btn[data-v-3f74d159] :first-child{position:relative}.luzitu .content .cont_right .right_circle .btn :first-child i[data-v-3f74d159]{color:#d03b41}.luzitu .content .cont_right .right_circle .btn :first-child span[data-v-3f74d159]{width:.26667rem;height:.26667rem;display:inline-block;border-radius:50%;border:.08rem solid #4878ed}.luzitu .content .cont_right .right_circle .btn[data-v-3f74d159] :nth-child(2){margin-top:.08rem;background:#fff}.luzitu .content .cont_right .right_circle .btn :nth-child(2) i[data-v-3f74d159]{color:#4878ed}.luzitu .content .cont_right .right_circle .btn :nth-child(2) span[data-v-3f74d159]{width:.26667rem;height:.26667rem;display:inline-block;border-radius:50%;border:.08rem solid #d03b41}.luzitu .content .cont_right .right_circle .btn .activePink[data-v-3f74d159]{background:#f9e5e6}.luzitu .content .cont_right>:nth-last-child(2) .table div span .blue[data-v-3f74d159]{background:#4878ed}.luzitu .content .cont_right>:nth-last-child(2) .table div span .red[data-v-3f74d159]{background:#d03b41}.luzitu .content .cont_right>:nth-last-child(2) .btn :first-child .blue[data-v-3f74d159]{background:#4878ed}.luzitu .content .cont_right>:nth-last-child(2) .btn :nth-child(2) .red[data-v-3f74d159]{background:#d03b41}.luzitu .content .cont_right>:last-child .table div span[data-v-3f74d159]{width:.32rem;height:.32rem;padding:.05333rem}.luzitu .content .cont_right>:last-child .table div span img[data-v-3f74d159]{width:100%}.luzitu .content .cont_right>:last-child .table div span .big[data-v-3f74d159]{background:#4878ed}.luzitu .content .cont_right>:last-child .table div span .small[data-v-3f74d159]{background:#d03b41}.luzitu .content .cont_right>:last-child .btn img[data-v-3f74d159]{margin-left:.13333rem;width:.21333rem}.luzitu .content .cont_right>:last-child .btn :first-child img[data-v-3f74d159],.luzitu .content .cont_right>:last-child .btn :nth-child(2) img[data-v-3f74d159]{background:transparent}.luzitu .changeColor[data-v-3f74d159]{-webkit-animation:changeyellow-360daf54-3f74d159 1s linear infinite;animation:changeyellow-360daf54-3f74d159 1s linear infinite}@-webkit-keyframes changeyellow-360daf54-3f74d159{form{background:#fff}to{background:#ffc147}}@keyframes changeyellow-360daf54-3f74d159{form{background:#fff}to{background:#ffc147}}.explainToast[data-v-59bdf4c3]{border-radius:.24rem}.van-popup .descPop[data-v-59bdf4c3]{position:relative;width:7.2rem;height:6.98667rem;background-color:#fff;border-radius:.24rem}.van-popup .descPop div[data-v-59bdf4c3]{padding:0 .53333rem}.van-popup .descPop div h3[data-v-59bdf4c3]{font-size:.4rem}.van-popup .descPop>p[data-v-59bdf4c3]{padding:.32rem .53333rem}.van-popup .descPop>p span[data-v-59bdf4c3]{position:relative;margin-left:.26667rem;color:#6495ed}.van-popup .descPop>p[data-v-59bdf4c3] :after{content:"";position:absolute;top:.10667rem;right:-.53333rem;width:0;height:0;font-size:0;line-height:0;overflow:hidden;border-width:.10667rem;border-style:dashed dashed dashed solid;border-color:transparent transparent transparent #58b7f6}.van-popup .descPop .desc_flooter[data-v-59bdf4c3]{position:absolute;bottom:0;left:0;width:100%;height:1.2rem;line-height:1.2rem;font-size:.45333rem;text-align:center;border-top:.02667rem solid #eee}.van-popup .descPop[data-v-59bdf4c3]:after{position:absolute;top:-.37333rem;left:50%;content:"";height:.13333rem;width:2.66667rem;border-radius:0 0 .05333rem .05333rem;-webkit-transform:translate(-50%);transform:translate(-50%);background:linear-gradient(90deg,#01d1ff,#0aabff)}.Game28Omission[data-v-59bdf4c3]{height:12.88rem;background:#d5d7dd}.Game28Omission .top[data-v-59bdf4c3]{height:1.2rem;padding:0 .26667rem;background:#fff;display:flex;align-items:center}.Game28Omission .top .top1[data-v-59bdf4c3]{color:#8ebbf9}.Game28Omission .top .top1 img[data-v-59bdf4c3]{width:.29333rem;height:.21333rem}.Game28Omission .top .btn[data-v-59bdf4c3]{flex:1;text-align:center}.Game28Omission .top .btn button[data-v-59bdf4c3]{width:1.33333rem;height:.8rem;color:#333;border:.02667rem solid #ccc;border-radius:.10667rem}.Game28Omission .top .btn .active[data-v-59bdf4c3]{background:#58b7f6;border:none;color:#fff}.Game28Omission .top .btn[data-v-59bdf4c3] :first-child{margin-right:.13333rem}.Game28Omission .top i[data-v-59bdf4c3]{margin-right:.08rem;vertical-align:middle}.Game28Omission .center[data-v-59bdf4c3]{height:11.68rem;overflow-y:auto;padding-left:.26667rem;background-color:#ebecf5}.Game28Omission .center section .hot_top[data-v-59bdf4c3]{font-size:.34667rem;padding:.26667rem 0;font-weight:700}.Game28Omission .center section .hot_content[data-v-59bdf4c3]{width:100%;justify-content:flex-start;flex-wrap:wrap}.Game28Omission .center section .hot_content .hot_item[data-v-59bdf4c3],.Game28Omission .center section .hot_content[data-v-59bdf4c3]{display:flex;align-items:center}.Game28Omission .center section .hot_content .hot_item[data-v-59bdf4c3]{position:relative;margin:0 .13333rem .13333rem 0;flex-direction:column;justify-content:center;width:2.26667rem;height:1.2rem;border-radius:.13333rem;border:.02667rem solid #c0c2dd;background-color:#fff}.Game28Omission .center section .hot_content .hot_item p[data-v-59bdf4c3]{margin-bottom:.18667rem}.Game28Omission .center section .hot_content .hot_item div[data-v-59bdf4c3]{width:100%;padding:0 .08rem;display:flex}.Game28Omission .center section .hot_content .hot_item div span[data-v-59bdf4c3]{width:.42667rem;height:.37333rem;margin:.08rem;border-radius:.08rem;color:#fff;text-align:center;background-color:#999db2}.Game28Omission .center section .hot_content .hot_item div[data-v-59bdf4c3]>:first-child{position:absolute;left:0;bottom:0}.Game28Omission .center section .hot_content .hot_item div[data-v-59bdf4c3]>:nth-child(2){position:absolute;right:0;bottom:0}.Game28Omission .van-popup[data-v-59bdf4c3]{border-radius:.24rem}.Game28Omission .van-popup .descPop[data-v-59bdf4c3]{position:relative;width:7.2rem;height:6.98667rem;background-color:#fff;border-radius:.24rem}.Game28Omission .van-popup .descPop div[data-v-59bdf4c3]{padding:0 .53333rem}.Game28Omission .van-popup .descPop div h3[data-v-59bdf4c3]{font-size:.4rem}.Game28Omission .van-popup .descPop>p[data-v-59bdf4c3]{padding:.32rem .53333rem}.Game28Omission .van-popup .descPop>p span[data-v-59bdf4c3]{position:relative;margin-left:.26667rem;color:#6495ed}.Game28Omission .van-popup .descPop>p[data-v-59bdf4c3] :after{content:"";position:absolute;top:.10667rem;right:-.53333rem;width:0;height:0;font-size:0;line-height:0;overflow:hidden;border-width:.10667rem;border-style:dashed dashed dashed solid;border-color:transparent transparent transparent #58b7f6}.Game28Omission .van-popup .descPop .desc_flooter[data-v-59bdf4c3]{position:absolute;bottom:0;left:0;width:100%;height:1.2rem;line-height:1.2rem;font-size:.45333rem;text-align:center;border-top:.02667rem solid #eee}[data-v-59bdf4c3]{box-sizing:border-box}.Game28Omission .van-popup .descPop[data-v-59bdf4c3]:after{position:absolute;top:-.37333rem;left:50%;content:"";height:.13333rem;width:2.66667rem;border-radius:0 0 .05333rem .05333rem;-webkit-transform:translate(-50%);transform:translate(-50%);background:linear-gradient(90deg,#01d1ff,#0aabff)}:host,:root{--van-index-bar-sidebar-z-index:2;--van-index-bar-index-font-size:var(--van-font-size-xs);--van-index-bar-index-line-height:var(--van-line-height-xs);--van-index-bar-index-active-color:var(--van-primary-color)}.van-index-bar__sidebar{position:fixed;top:50%;right:0;z-index:var(--van-index-bar-sidebar-z-index);display:flex;flex-direction:column;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-index-bar__index{padding:0 var(--van-padding-xs) 0 var(--van-padding-md);font-weight:var(--van-font-bold);font-size:var(--van-index-bar-index-font-size);line-height:var(--van-index-bar-index-line-height)}.van-index-bar__index--active{color:var(--van-index-bar-index-active-color);font-weight:700}:host,:root{--van-index-anchor-z-index:1;--van-index-anchor-padding:0 var(--van-padding-md);--van-index-anchor-text-color:var(--van-text-color);--van-index-anchor-font-weight:var(--van-font-bold);--van-index-anchor-font-size:var(--van-font-size-md);--van-index-anchor-line-height:0.85333rem;--van-index-anchor-background:transparent;--van-index-anchor-sticky-text-color:var(--van-primary-color);--van-index-anchor-sticky-background:var(--van-background-2)}.van-index-anchor{z-index:var(--van-index-anchor-z-index);box-sizing:border-box;padding:var(--van-index-anchor-padding);color:var(--van-index-anchor-text-color);font-weight:var(--van-index-anchor-font-weight);font-size:var(--van-index-anchor-font-size);line-height:var(--van-index-anchor-line-height);background:var(--van-index-anchor-background)}.van-index-anchor--sticky{position:fixed;top:0;right:0;left:0;color:var(--van-index-anchor-sticky-text-color);background:var(--van-index-anchor-sticky-background)}:host,:root{--van-switch-size:0.69333rem;--van-switch-width:calc(1.8em + 0.10667rem);--van-switch-height:calc(1em + 0.10667rem);--van-switch-node-size:1em;--van-switch-node-background:var(--van-white);--van-switch-node-shadow:0 0.08rem 0.02667rem 0 rgba(0,0,0,0.05);--van-switch-background:rgba(120,120,128,0.16);--van-switch-on-background:var(--van-primary-color);--van-switch-duration:var(--van-duration-base);--van-switch-disabled-opacity:var(--van-disabled-opacity)}.van-theme-dark{--van-switch-background:rgba(120,120,128,0.32)}.van-switch{position:relative;display:inline-block;box-sizing:content-box;width:var(--van-switch-width);height:var(--van-switch-height);font-size:var(--van-switch-size);background:var(--van-switch-background);border-radius:var(--van-switch-node-size);cursor:pointer;transition:background-color var(--van-switch-duration)}.van-switch__node{position:absolute;top:.05333rem;left:.05333rem;width:var(--van-switch-node-size);height:var(--van-switch-node-size);font-size:inherit;background:var(--van-switch-node-background);border-radius:100%;box-shadow:var(--van-switch-node-shadow);transition:-webkit-transform var(--van-switch-duration) cubic-bezier(.3,1.05,.4,1.05);transition:transform var(--van-switch-duration) cubic-bezier(.3,1.05,.4,1.05);transition:transform var(--van-switch-duration) cubic-bezier(.3,1.05,.4,1.05),-webkit-transform var(--van-switch-duration) cubic-bezier(.3,1.05,.4,1.05)}.van-switch__loading{top:25%;left:25%;width:50%;height:50%;line-height:1}.van-switch--on{background:var(--van-switch-on-background)}.van-switch--on .van-switch__node{-webkit-transform:translate(calc(var(--van-switch-width) - var(--van-switch-node-size) - .10667rem));transform:translate(calc(var(--van-switch-width) - var(--van-switch-node-size) - .10667rem))}.van-switch--on .van-switch__loading{color:var(--van-switch-on-background)}.van-switch--disabled{cursor:not-allowed;opacity:var(--van-switch-disabled-opacity)}.van-switch--loading{cursor:default}.room_member[data-v-40069267]{width:100%;height:100vh}.room_member .top_bar[data-v-40069267]{height:1.2rem;display:flex;align-items:center;background:linear-gradient(90deg,#01d1ff,#0aabff)}.room_member .top_bar .back[data-v-40069267]{width:.26667rem;height:.45333rem;margin-left:.4rem}.room_member .top_bar .back img[data-v-40069267]{width:100%}.room_member .top_bar .text[data-v-40069267]{flex:1;text-align:center;font-size:.45333rem;font-weight:700;color:#fff}.room_member .room_content[data-v-40069267]{width:100%;height:calc(100vh - 1.2rem);overflow-y:auto}.room_member .room_content .member_group .group_title[data-v-40069267]{height:1.06667rem;display:flex;align-items:center;font-size:.37333rem;color:#878b97;background-color:#f1f2f9}.room_member .room_content .member_group .group_title .van-index-anchor[data-v-40069267]{padding:0 .4rem}.room_member .room_content .member_group ul[data-v-40069267]{background:#fff}.room_member .room_content .member_group ul li[data-v-40069267]{height:1.6rem;padding-left:.4rem;display:flex;font-size:.42667rem;color:#000;align-items:center}[data-v-40069267] .room_member .room_content .van-index-bar__sidebar .van-index-bar__index--active{color:#fff;background:#58b7f6;border-radius:50%}[data-v-40069267] .room_member .room_content .van-index-bar__sidebar .van-index-bar__index{height:.4rem;width:.4rem;margin-bottom:.08rem;line-height:.4rem;padding:0}[data-v-40069267] .room_member .room_content .van-index-bar__sidebar{margin-right:.13333rem}.room_member .room_content .member_group ul li .avatar[data-v-40069267]{width:1.06667rem;height:1.06667rem;border-radius:50%;overflow:hidden}.room_member .room_content .member_group ul li .avatar img[data-v-40069267]{width:100%}.room_member .room_content .member_group ul li[data-v-40069267]>:nth-child(2){margin:0 .26667rem;padding:0 .08rem;border-radius:.08rem;font-size:.26667rem;color:#fff}.room_member .room_content .member_group ul li .colorA[data-v-40069267]{background:#f8d759}.room_member .room_content .member_group ul li .colorB[data-v-40069267]{background:#f0647d}.room_member .room_content .member_group ul li .colorC[data-v-40069267]{background:#7aeae1}.room_member .room_content .member_group ul li .colorD[data-v-40069267]{background:#9ea3c5}.room_member .room_content .van-index-bar__sidebar[data-v-40069267]{margin-right:.13333rem}.room_member .room_content .van-index-bar__sidebar .van-index-bar__index[data-v-40069267]{height:.4rem;width:.4rem;margin-bottom:.08rem;line-height:.4rem;padding:0}.room_member .room_content .van-index-bar__sidebar .van-index-bar__index--active[data-v-40069267]{color:#fff;background:#58b7f6;border-radius:50%}.game_room[data-v-40069267]{width:100%;height:100vh;background:#f1f2f9}.game_room .top_bar[data-v-40069267]{height:1.2rem;display:flex;align-items:center;background:linear-gradient(90deg,#01d1ff,#0aabff)}.game_room .top_bar .back[data-v-40069267]{width:.26667rem;height:.45333rem;margin-left:.4rem}.game_room .top_bar .back img[data-v-40069267]{width:100%}.game_room .top_bar .text[data-v-40069267]{flex:1;text-align:center;font-size:.45333rem;font-weight:700;color:#fff}.game_room .top_bar[data-v-40069267]:after{content:"";width:.53333rem}.game_room .room_content[data-v-40069267]{width:100%;height:calc(100vh - 1.2rem)}.game_room .room_content .room_memeber[data-v-40069267]{height:4.21333rem;padding-top:.13333rem;border-bottom:.26667rem solid #f1f2f9;background:#fff}.game_room .room_content .room_memeber .room_member_title[data-v-40069267]{display:flex;height:1.2rem;margin:.26667rem 0;align-items:center;justify-content:space-between;padding:0 .4rem}.game_room .room_content .room_memeber .room_member_title[data-v-40069267]>:first-child{font-size:.42667rem}.game_room .room_content .room_memeber .room_member_title[data-v-40069267]>:nth-child(2){font-size:.37333rem;color:#878b97}.game_room .room_content .room_memeber .room_member_title i[data-v-40069267]{vertical-align:middle;margin-left:.13333rem}.game_room .room_content .room_memeber .room_memeber_warp[data-v-40069267]{display:flex}.game_room .room_content .room_memeber .room_memeber_warp .room_mebeber_item[data-v-40069267]{position:relative;flex:20%;display:flex;flex-direction:column;align-items:center;justify-content:center}.game_room .room_content .room_memeber .room_memeber_warp .room_mebeber_item>.img[data-v-40069267]{width:1.06667rem;height:1.06667rem;overflow:hidden;background:#aaa;border-radius:50%}.game_room .room_content .room_memeber .room_memeber_warp .room_mebeber_item>.img img[data-v-40069267]{width:100%}.game_room .room_content .room_memeber .room_memeber_warp .room_mebeber_item span[data-v-40069267]{margin-top:.13333rem;margin-left:.26667rem;width:1.2rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.game_room .room_content .room_memeber .room_memeber_warp .room_mebeber_item i[data-v-40069267]{position:absolute;top:.72rem;right:.05333rem;padding:0 .08rem;border-radius:.08rem;color:#fff}.game_room .room_content .room_memeber .room_memeber_warp .room_mebeber_item .colorA[data-v-40069267]{background:#f8d759}.game_room .room_content .room_memeber .room_memeber_warp .room_mebeber_item .colorB[data-v-40069267]{background:#f0647d}.game_room .room_content .room_memeber .room_memeber_warp .room_mebeber_item .colorC[data-v-40069267]{background:#7aeae1}.game_room .room_content .room_app[data-v-40069267]{background:#fff}.game_room .room_content .room_app .room_app_title[data-v-40069267]{padding:.4rem 0 .26667rem .4rem;font-size:.42667rem;font-weight:700}.game_room .room_content .room_app .room_app_content[data-v-40069267]{display:flex;flex-wrap:wrap;margin-bottom:.26667rem}.game_room .room_content .room_app .room_app_content .room_app_item[data-v-40069267]{width:20%;display:flex;margin:.26667rem 0;flex-direction:column;justify-content:center;align-items:center}.game_room .room_content .room_app .room_app_content .room_app_item img[data-v-40069267]{width:.66667rem}.game_room .room_content .room_app .room_app_content .room_app_item span[data-v-40069267]{margin-top:.18667rem}.game_room .room_content .group_chat .chat_title[data-v-40069267]{height:1.06667rem;line-height:1.06667rem;padding-left:.4rem;font-size:.37333rem;background:#f1f2f9}.game_room .room_content .group_chat .chat_content[data-v-40069267]{background:#fff;padding:0 .4rem;font-size:.42667rem}.game_room .room_content .group_chat .chat_content .chat_item[data-v-40069267]{height:1.46667rem;border-bottom:.02667rem solid #eee;align-items:center}.game_room .room_content .group_chat .chat_content .chat_item[data-v-40069267],.game_room .room_content .group_chat .chat_content .chat_item[data-v-40069267]:last-child{display:flex;justify-content:space-between}.game_room .room_content .group_chat .chat_content .chat_item:last-child div[data-v-40069267]{display:flex;text-align:center}.game_room .room_content .group_chat .chat_content .chat_item:last-child div span[data-v-40069267]{width:1.33333rem;height:.8rem;line-height:.8rem;margin-left:.13333rem;border-radius:.13333rem;border:.02667rem solid #d7d8e9}.game_room .room_content .group_chat .chat_content .chat_item:last-child div .active[data-v-40069267]{color:#fff;border:none;background:#58b7f6}.game_room .room_content .group_chat .chat_content .chat_item.van-switch[data-v-40069267]{background:#d8d9e1}.game_room .room_content .group_chat .chat_content .chat_item .van-switch--on[data-v-40069267]{background:#5bc7f6}.game_room[data-v-40069267]::-webkit-scrollbar{width:0}[data-v-7fe247ba]{box-sizing:border-box}i[data-v-7fe247ba]{font-style:normal}.bet-bottom .moreselect[data-v-7fe247ba]{padding-top:.4rem;background:#fff}.bet-bottom .moreselect .more-div[data-v-7fe247ba]{width:25%;margin:.56rem 0;display:inline-block;text-align:center;font-size:.32rem;color:#333}.bet-bottom p[data-v-7fe247ba]{margin:0;padding:0}.bet-bottom[data-v-7fe247ba] .van-swipe__track{padding-bottom:.8rem}.bet-bottom[data-v-7fe247ba] .van-swipe__indicators{background:#f5f5f5;padding:.21333rem .32rem;border-radius:.26667rem}.bet-bottom[data-v-7fe247ba] .van-swipe__indicator--active{background-color:#b2b3b3!important}.bet-bottom[data-v-7fe247ba] .van-swipe__indicator{background-color:#fff;opacity:1}.bet-bottom .moreselect .more-div img[data-v-7fe247ba]{width:.93333rem;height:.93333rem}.bet-bottom .moreselect .more-div .p2[data-v-7fe247ba]{margin-top:.16rem}.bet-bottom .van-swipe__track[data-v-7fe247ba]{padding-bottom:.8rem}.bet-bottom .van-swipe__indicators[data-v-7fe247ba]{background:#f5f5f5;padding:.21333rem .32rem;border-radius:.26667rem}.bet-bottom .van-swipe__indicator[data-v-7fe247ba]{background-color:#fff;opacity:1}.transitionBody[data-v-7fe247ba]{font-size:.32rem}.header[data-v-7fe247ba]{height:1.33333rem;display:flex;justify-content:space-between;background:linear-gradient(90deg,#01d1ff,#0aabff)}.header .back[data-v-7fe247ba]{width:2rem}.header .back img[data-v-7fe247ba]{width:.26667rem;height:.48rem;margin-left:.46667rem;margin-top:.34667rem}.header .game-name[data-v-7fe247ba]{display:flex;font-size:.45333rem;margin-left:2rem;flex:1;color:#fff;text-align:center;line-height:1.33333rem;justify-content:center}.header .game-name img[data-v-7fe247ba]{width:.29333rem;height:.21333rem;margin-top:.53333rem;margin-left:.26667rem}.header .hongbaoname[data-v-7fe247ba]{display:flex;font-size:.45333rem;color:#fff;text-align:center;width:6rem;justify-content:center;padding:.2rem}.header .hongbaoname img[data-v-7fe247ba]{width:.29333rem;height:.21333rem;margin-top:.53333rem;margin-left:.26667rem}.header .ding[data-v-7fe247ba]{position:absolute;opacity:0}.header .right-set[data-v-7fe247ba]{width:2rem;display:flex;justify-content:center}.header .right-set .mipai[data-v-7fe247ba]{display:flex;align-items:center}.header .right-set .mipai img[data-v-7fe247ba]{width:.45333rem;margin-right:.37333rem}.header .right-set .set[data-v-7fe247ba]{display:flex;align-items:center}.header .right-set .set img[data-v-7fe247ba]{width:.45333rem;margin-right:.37333rem}.billBoard[data-v-7fe247ba]{width:100%;height:1.86667rem;padding:.4rem 0;background:#fff}.billBoard[data-v-7fe247ba],.billBoard p[data-v-7fe247ba]{display:flex}.billBoard p[data-v-7fe247ba]{flex:1;flex-direction:column;justify-content:center;align-items:center;border-right:.02667rem solid #cdd1df;font-size:.37333rem}.billBoard p span[data-v-7fe247ba]{color:#000;margin-bottom:.13333rem}.billBoard p span img[data-v-7fe247ba]{width:.32rem;height:.29333rem;margin-left:.13333rem}.billBoard p i[data-v-7fe247ba]{color:#f25c2e}.billBoard[data-v-7fe247ba]>:nth-child(2){width:3.06667rem;flex-shrink:0}.billBoard[data-v-7fe247ba]>:last-child{border-right:none}.roteta[data-v-7fe247ba]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.miswitchwindow[data-v-7fe247ba]{width:100%;position:relative;min-height:3.2rem;z-index:3;background:linear-gradient(90deg,#01d1ff,#0aabff)}.miswitchwindow .miswitchwindow_inner[data-v-7fe247ba]{margin:0 auto;width:9.46667rem;height:2.93333rem;background:#fff;border-radius:.21333rem;padding-top:.4rem;padding-right:.56rem}.miswitchwindow .miswitchwindow_inner .topbox[data-v-7fe247ba]{justify-content:space-between}.miswitchwindow .miswitchwindow_inner .topbox .left_text[data-v-7fe247ba],.miswitchwindow .miswitchwindow_inner .topbox[data-v-7fe247ba]{display:flex;align-items:center}.miswitchwindow .miswitchwindow_inner .topbox .left_text[data-v-7fe247ba]{justify-content:center;width:3.70667rem}.miswitchwindow .miswitchwindow_inner .topbox .left_text .normal[data-v-7fe247ba]{font-size:.32rem;font-family:PingFang SC;font-weight:500;color:#000}.miswitchwindow .miswitchwindow_inner .topbox .left_text .blue[data-v-7fe247ba]{font-size:.32rem;font-family:PingFang SC;font-weight:500;color:#68a6f7}.miswitchwindow .miswitchwindow_inner .topbox .right_text[data-v-7fe247ba]{display:flex;justify-content:center;align-items:center;flex:1}.miswitchwindow .miswitchwindow_inner .topbox .right_text .normal[data-v-7fe247ba]{font-size:.32rem;font-family:PingFang SC;font-weight:500;color:#000}.miswitchwindow .miswitchwindow_inner .topbox .right_text .blue[data-v-7fe247ba]{font-size:.32rem;font-family:PingFang SC;font-weight:500;color:#68a6f7}.miswitchwindow .miswitchwindow_inner .bottom_text[data-v-7fe247ba]{display:flex;justify-content:space-between;align-items:center;margin-top:.34667rem}.miswitchwindow .miswitchwindow_inner .bottom_text .left_box[data-v-7fe247ba]{width:3.70667rem;flex-direction:column}.miswitchwindow .miswitchwindow_inner .bottom_text .left_box .time[data-v-7fe247ba],.miswitchwindow .miswitchwindow_inner .bottom_text .left_box[data-v-7fe247ba]{display:flex;justify-content:center;align-items:center}.miswitchwindow .miswitchwindow_inner .bottom_text .left_box .time[data-v-7fe247ba]{height:.61333rem;background:#545974;border-radius:.10667rem;padding-left:.32rem;padding-right:.32rem;font-size:.37333rem;font-family:PingFang SC;color:#fff}.miswitchwindow .miswitchwindow_inner .bottom_text .left_box .refresh[data-v-7fe247ba]{font-size:.32rem;font-family:PingFang SC;color:#68a6f7;margin-top:.4rem}.miswitchwindow .miswitchwindow_inner .bottom_text .guaguaCtBox[data-v-7fe247ba]{display:flex;justify-content:center;align-items:center;width:5.46667rem;height:1.6rem;background:#ecebf3;border:.02667rem solid #c3c1d1;border-radius:.13333rem;font-size:.32rem;font-family:PingFang SC;font-weight:500;color:#b7bace}.miswitchwindow .miswitchwindow_inner .bottom_text .guaguaCtBox .out28 .span-blue[data-v-7fe247ba]{width:.53333rem;line-height:.53333rem;height:.53333rem;display:inline-block;border-radius:.53333rem;text-align:center;background:linear-gradient(135deg,#01d1ff,#0aabff);color:#fff}.miswitchwindow .miswitchwindow_inner .bottom_text .guaguaCtBox .out28 .span-red[data-v-7fe247ba]{width:.53333rem;line-height:.53333rem;height:.53333rem;display:inline-block;border-radius:.53333rem;text-align:center;background:linear-gradient(135deg,#ee809b,#eb5358);color:#fff;margin-right:.4rem}.miswitchwindow .miswitchwindow_inner .bottom_text .guaguaCtBox .out28 .other[data-v-7fe247ba]{margin:0 .13333rem;margin:0;color:#000;font-size:.37333rem}.miswitchwindow .miswitchwindow_inner .bottom_text .guaguaCtBox .bairenOut[data-v-7fe247ba]{display:flex;justify-content:center;align-items:center}.miswitchwindow .miswitchwindow_inner .bottom_text .guaguaCtBox .bairenOut .imglist[data-v-7fe247ba]{display:flex;height:.8rem;margin-right:.66667rem}.miswitchwindow .miswitchwindow_inner .bottom_text .guaguaCtBox .bairenOut .imglist .imglist_item[data-v-7fe247ba]{width:.56rem;height:.8rem;margin-left:.13333rem}.miswitchwindow .miswitchwindow_inner .bottom_text .guaguaCtBox .bairenOut .imglist .imglist_item[data-v-7fe247ba]:nth-child(2),.miswitchwindow .miswitchwindow_inner .bottom_text .guaguaCtBox .bairenOut .imglist .imglist_item[data-v-7fe247ba]:nth-child(3),.miswitchwindow .miswitchwindow_inner .bottom_text .guaguaCtBox .bairenOut .imglist .imglist_item[data-v-7fe247ba]:nth-child(4),.miswitchwindow .miswitchwindow_inner .bottom_text .guaguaCtBox .bairenOut .imglist .imglist_item[data-v-7fe247ba]:nth-child(5){margin-left:-.16rem}.miswitchwindow .miswitchwindow_inner .bottom_text .guaguaCtBox .bairenOut .bluewin[data-v-7fe247ba]{font-size:.29333rem;font-family:PingFang SC;font-weight:500;color:#68a6f7}.miswitchwindow .miswitchwindow_inner .bottom_text .guaguaCtBox .bairenOut .redwin[data-v-7fe247ba]{font-size:.29333rem;font-family:PingFang SC;font-weight:500;color:#f25c2e}[data-v-7fe247ba] .van-dropdown-item__content{position:absolute!important;max-height:80%}.result-show-lottery[data-v-7fe247ba]{width:100%;position:relative;min-height:3.2rem;background:#fff;z-index:999}.result-show-lottery .result-top[data-v-7fe247ba]{height:1.85333rem;font-size:.32rem;border-bottom:.02667rem solid #cdd1df;display:flex;justify-content:center}.result-show-lottery .result-top .left[data-v-7fe247ba]{height:1.06667rem;text-align:center;width:50%;margin-top:.05rem;border-right:.02667rem solid #cdd1df}.result-show-lottery .result-top .left p[data-v-7fe247ba]{font-size:.32rem;color:#000;margin-bottom:.08rem}.result-show-lottery .result-top .left p i[data-v-7fe247ba]{color:#68a6f7}.result-show-lottery .result-top .left span[data-v-7fe247ba]{font-size:.37333rem;height:.58667rem;line-height:.58667rem;background:#545974;border-radius:.10667rem;color:#fff;padding:.09333rem .21333rem}.result-show-lottery .result-top .right[data-v-7fe247ba]{height:1.06667rem;width:50%;text-align:center;margin-top:.15rem;font-size:.32rem}.result-show-lottery .result-top .right p[data-v-7fe247ba]{text-align:center;display:flex;justify-content:center;align-items:center;height:.32rem;font-size:.32rem;width:100%}.result-show-lottery .result-top .right p[data-v-7fe247ba]:first-child{padding-left:.53333rem}.vue-slim-better-scroll[data-v-7fe247ba]{overflow-y:auto;height:calc(100vh - 7rem)}.result-show-lottery .result-top .right p[data-v-7fe247ba]{color:#000;margin-bottom:.08rem}.result-show-lottery .result-top .right p img[data-v-7fe247ba]{width:.32rem;height:.32rem;margin-left:.21333rem}.result-show-lottery .result-top .right p[data-v-7fe247ba]:last-child{color:#e4593e;font-size:.37333rem;height:.37333rem;margin-top:.24rem}.result-show-lottery .result-top .rotate[data-v-7fe247ba]{-webkit-animation:rotation-76845e6d-7fe247ba 2s linear infinite;animation:rotation-76845e6d-7fe247ba 2s linear infinite}@-webkit-keyframes rotation-76845e6d-7fe247ba{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2359deg);transform:rotate(2359deg)}}@keyframes rotation-76845e6d-7fe247ba{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2359deg);transform:rotate(2359deg)}}.result-show-lottery .show-lottery[data-v-7fe247ba]{display:flex!important;width:100%;justify-content:center;min-height:1.33333rem}.result-show-lottery .show-lottery .show-lottery-one[data-v-7fe247ba]{margin-top:.48rem;font-size:.32rem;margin-right:.26667rem}.result-show-lottery .show-lottery .show-lottery-one i[data-v-7fe247ba]{color:#68a6f7}.result-show-lottery .show-lottery .show-lottery-two[data-v-7fe247ba]{margin-top:.4rem}.result-show-lottery .show-lottery .show-lottery-two .span-blue[data-v-7fe247ba]{width:.53333rem;line-height:.53333rem;height:.53333rem;display:inline-block;border-radius:.53333rem;text-align:center;background:linear-gradient(135deg,#01d1ff,#0aabff);color:#fff}.result-show-lottery .show-lottery .show-lottery-two .span-red[data-v-7fe247ba]{width:.53333rem;line-height:.53333rem;height:.53333rem;display:inline-block;border-radius:.53333rem;text-align:center;background:linear-gradient(135deg,#ee809b,#eb5358);color:#fff;margin-right:.4rem}.result-show-lottery .show-lottery .show-lottery-two i[data-v-7fe247ba]{margin:0 .13333rem}.result-show-lottery .show-lottery .show-lottery-down[data-v-7fe247ba]{width:.29333rem;height:.21333rem;margin-top:.53333rem;margin-left:.93333rem}.result-show-lottery[data-v-7fe247ba] .van-dropdown-menu{position:relative}.result-show-lottery[data-v-7fe247ba] .van-dropdown-menu .van-dropdown-menu__bar{width:3rem;height:.85333rem;position:absolute;top:-1.1rem;right:.1rem;opacity:0}.result-show-lottery .kj_pop[data-v-7fe247ba]{width:100%;max-height:9.06667rem;background:#fff;z-index:9}.result-show-lottery .kj_pop .title[data-v-7fe247ba]{display:flex;justify-content:space-around;align-items:center;height:.8rem;background:#ebecf5;padding-left:.4rem;padding-right:.4rem;box-sizing:border-box}.result-show-lottery .kj_pop .title[data-v-7fe247ba] :first-child{width:18%;text-align:center}.result-show-lottery .kj_pop .title[data-v-7fe247ba] :nth-child(2){width:22%;text-align:center}.result-show-lottery .kj_pop .title[data-v-7fe247ba] :last-child{flex:1;text-align:center}.result-show-lottery .kj_pop .pop_centent .isiPhone6[data-v-7fe247ba]{height:5.86667rem!important}.result-show-lottery .kj_pop .pop_centent ul[data-v-7fe247ba]{overflow-y:auto;height:7.06667rem;padding:.26667rem .4rem;box-sizing:border-box}.result-show-lottery .kj_pop .pop_centent ul li[data-v-7fe247ba]{height:.8rem;display:flex;align-items:center;justify-content:space-between}.result-show-lottery .kj_pop .pop_centent ul li[data-v-7fe247ba]>:first-child{color:#68a6f7;text-align:center;width:18%}.result-show-lottery .kj_pop .pop_centent ul li[data-v-7fe247ba]>:nth-child(2){text-align:center;width:22%}.result-show-lottery .kj_pop .pop_centent ul li div[data-v-7fe247ba]{flex:1;text-align:end;text-align:center}.result-show-lottery .kj_pop .pop_centent ul li div i[data-v-7fe247ba]{display:inline-block;margin:.08rem;width:.48rem;height:.48rem;line-height:.48rem;text-align:center;color:#fff;border-radius:50%;background:#0aabff}.result-show-lottery .kj_pop .pop_centent ul li div[data-v-7fe247ba]>:last-child{background:linear-gradient(180deg,#ee809b,#eb5358)}.result-show-lottery .kj_pop .pop_centent .search_more[data-v-7fe247ba]{height:1.2rem;line-height:1.2rem;text-align:center;color:#68a6f7;font-size:.37333rem}.result-show-lottery .kj_pop .pop_centent .search_more i[data-v-7fe247ba]{font-size:.48rem;vertical-align:middle;margin-right:.18667rem}.bairen_result_show_lottery[data-v-7fe247ba]{width:100%;min-height:3.2rem;background-color:#fff}.bairen_result_show_lottery .bairen_top[data-v-7fe247ba]{width:100%;padding-left:.4rem;padding-right:.4rem;box-sizing:border-box;display:flex;height:1.33333rem;align-items:center}.bairen_result_show_lottery .bairen_top .second[data-v-7fe247ba]{padding-left:.24rem;padding-right:.24rem;height:.61333rem;line-height:.61333rem;text-align:center;background:#545974;border-radius:.10667rem;font-size:.37333rem;font-family:PingFang SC;font-weight:700;color:#fff;margin-left:.13333rem}.bairen_result_show_lottery .bairen_top .last[data-v-7fe247ba]{margin-left:.32rem;display:flex;align-items:center}.bairen_result_show_lottery .bairen_top .last img[data-v-7fe247ba]{width:.32rem;height:.32rem;margin-left:.21333rem}.bairen_result_show_lottery .bairen_top .n_text[data-v-7fe247ba]{height:.32rem;font-size:.32rem;font-family:PingFang SC;font-weight:500;color:#000}.bairen_result_show_lottery .bairen_top .b_text[data-v-7fe247ba]{height:.32rem;font-size:.32rem;font-family:PingFang SC;font-weight:500;color:#68a6f7}.bairen_result_show_lottery .bairen_top .r_text[data-v-7fe247ba]{font-size:.32rem;font-family:PingFang SC;font-weight:500;color:#f25c2e;margin-left:.13333rem}.bairen_result_show_lottery .bairen_result[data-v-7fe247ba]{width:9.22667rem;height:1.65333rem;border-radius:0 .13333rem .13333rem 0;overflow:hidden;background-size:cover;margin:0 auto;display:flex;justify-content:center;position:relative;margin-bottom:.26667rem}.bairen_result_show_lottery .bairen_result .top_qihao[data-v-7fe247ba]{position:absolute;top:0;margin:0 auto;height:.45333rem;line-height:.45333rem;text-align:center;background:#545974;border-radius:0 0 .10667rem .10667rem;font-size:.29333rem;font-family:PingFang SC;font-weight:500;color:#fff;padding-left:.24rem;padding-right:.24rem}.bairen_result_show_lottery .bairen_result .b_result[data-v-7fe247ba]{width:100%;height:1.2rem;margin-top:.45333rem;display:flex}.bairen_result_show_lottery .bairen_result .b_result .result_item[data-v-7fe247ba]{flex:1;display:flex;align-items:center;justify-content:space-between;position:relative}.bairen_result_show_lottery .bairen_result .b_result .result_item .role1[data-v-7fe247ba]{width:.61333rem;height:1.01333rem;margin-left:.13333rem}.bairen_result_show_lottery .bairen_result .b_result .result_item .role2[data-v-7fe247ba]{width:.61333rem;height:1.01333rem;margin-right:.13333rem}.bairen_result_show_lottery .bairen_result .b_result .result_item .roletext[data-v-7fe247ba]{font-size:.32rem;font-family:Microsoft YaHei;font-weight:400;color:#fff;flex:1;text-align:center}.bairen_result_show_lottery .bairen_result .b_result .result_item .pail[data-v-7fe247ba]{display:flex;height:.8rem;margin-right:.4rem}.bairen_result_show_lottery .bairen_result .b_result .result_item .pail .pail_item[data-v-7fe247ba]{width:.56rem;height:.8rem}.bairen_result_show_lottery .bairen_result .b_result .result_item .pail .pail_item[data-v-7fe247ba]:nth-child(2),.bairen_result_show_lottery .bairen_result .b_result .result_item .pail .pail_item[data-v-7fe247ba]:nth-child(3),.bairen_result_show_lottery .bairen_result .b_result .result_item .pail .pail_item[data-v-7fe247ba]:nth-child(4),.bairen_result_show_lottery .bairen_result .b_result .result_item .pail .pail_item[data-v-7fe247ba]:nth-child(5){margin-left:-.16rem}.bairen_result_show_lottery .bairen_result .b_result .result_item .pail2[data-v-7fe247ba]{margin-left:.4rem!important;margin-right:0!important}.bairen_result_show_lottery .bairen_result .b_result .result_item .winer_falg1[data-v-7fe247ba]{width:.96rem;height:.50667rem;position:absolute;right:.21333rem;bottom:.13333rem}.bairen_result_show_lottery .bairen_result .b_result .result_item .winer_falg2[data-v-7fe247ba]{width:.96rem;height:.50667rem;position:absolute;left:.21333rem;bottom:.13333rem}.bairen_result_show_lottery .bairen_dropdown_menu[data-v-7fe247ba]{margin-top:.13333rem;padding-left:.4rem;padding-right:.4rem;box-sizing:border-box}.bairen_result_show_lottery .bairen_dropdown_menu .top_menu[data-v-7fe247ba]{height:.8rem;border-radius:.10667rem;width:100%;display:flex;justify-content:space-between;align-items:center}.bairen_result_show_lottery .bairen_dropdown_menu .top_menu .qihao[data-v-7fe247ba]{font-size:.32rem;font-family:PingFang SC;font-weight:700;color:#000;margin-left:.48rem}.bairen_result_show_lottery .bairen_dropdown_menu .top_menu .tablist[data-v-7fe247ba]{display:flex;align-items:center}.bairen_result_show_lottery .bairen_dropdown_menu .top_menu .tablist .tab_tittle[data-v-7fe247ba]{width:1.33333rem;height:.8rem;line-height:.8rem;text-align:center;background:#fff;border:.02667rem solid #c0c2dd;border-radius:.10667rem;margin-left:.26667rem;font-size:.34667rem;font-family:PingFang SC;font-weight:700;color:#68a6f7}.bairen_result_show_lottery .bairen_dropdown_menu .top_menu .tablist .tabactive[data-v-7fe247ba]{background:#58b7f6!important;color:#fff!important;border:none!important}.bairen_result_show_lottery .bairen_dropdown_menu .bairen_pai_history[data-v-7fe247ba]{width:100%;margin-top:.4rem;border-top:.02667rem solid #cdd1df;padding-top:.13333rem}.bairen_result_show_lottery .bairen_dropdown_menu .bairen_pai_history .item[data-v-7fe247ba]{display:flex;height:.8rem;justify-content:space-between;align-items:center;margin-top:.26667rem}.bairen_result_show_lottery .bairen_dropdown_menu .bairen_pai_history .item .qihao[data-v-7fe247ba]{font-size:.29333rem;font-family:PingFang SC;font-weight:500;color:#68a6f7}.bairen_result_show_lottery .bairen_dropdown_menu .bairen_pai_history .item .imglist[data-v-7fe247ba]{display:flex;height:.8rem}.bairen_result_show_lottery .bairen_dropdown_menu .bairen_pai_history .item .imglist .imglist_item[data-v-7fe247ba]{width:.56rem;height:.8rem;margin-left:.13333rem}.bairen_result_show_lottery .bairen_dropdown_menu .bairen_pai_history .item .bluewin[data-v-7fe247ba]{font-size:.29333rem;font-family:PingFang SC;font-weight:500;color:#68a6f7}.bairen_result_show_lottery .bairen_dropdown_menu .bairen_pai_history .item .redwin[data-v-7fe247ba]{font-size:.29333rem;font-family:PingFang SC;font-weight:500;color:#f25c2e}.bairen_result_show_lottery .bairen_dropdown_menu .bairen_dxds_history[data-v-7fe247ba]{width:100%;margin-top:.4rem;border-top:.02667rem solid #cdd1df;padding-top:.13333rem}.bairen_result_show_lottery .bairen_dropdown_menu .bairen_dxds_history .item[data-v-7fe247ba]{display:flex;height:.53333rem;justify-content:space-between;align-items:center;margin-top:.53333rem}.bairen_result_show_lottery .bairen_dropdown_menu .bairen_dxds_history .item .qihao[data-v-7fe247ba]{font-size:.29333rem;font-family:PingFang SC;font-weight:500;color:#68a6f7}.bairen_result_show_lottery .bairen_dropdown_menu .bairen_dxds_history .item .itemlist[data-v-7fe247ba]{display:flex;height:.53333rem}.bairen_result_show_lottery .bairen_dropdown_menu .bairen_dxds_history .item .itemlist .box_item[data-v-7fe247ba]{width:.53333rem;height:.53333rem;line-height:.53333rem;text-align:center;margin-left:.13333rem;border-radius:.10667rem;font-size:.34667rem;font-family:PingFang SC;font-weight:700;color:#fff;margin-left:5px;background:linear-gradient(135deg,#01d1ff,#0aabff)}.bairen_result_show_lottery .bairen_dropdown_menu .bairen_dxds_history .item .itemlist .redbox_item[data-v-7fe247ba]{background:linear-gradient(135deg,#ee809b,#eb5358)!important}.bairen_result_show_lottery .bairen_dropdown_menu .search[data-v-7fe247ba]{width:100%;height:1.46667rem;display:flex;justify-content:center;align-items:center}.bairen_result_show_lottery .bairen_dropdown_menu .search .search_icon[data-v-7fe247ba]{width:.42667rem;height:.42667rem;margin-right:.26667rem}.bairen_result_show_lottery .bairen_dropdown_menu .search .search_text[data-v-7fe247ba]{font-size:.37333rem;font-family:PingFang SC;font-weight:700;color:#68a6f7}.current_bet[data-v-7fe247ba]{position:absolute;width:100%;max-height:5.33333rem;background:#fff;border-top:.02667rem solid #cdd1df;z-index:100}.current_bet .crrent_auto[data-v-7fe247ba]{width:100%;max-height:4.26667rem;overflow-y:auto}.current_bet .crrent_auto .current_item[data-v-7fe247ba]{min-height:.93333rem;display:flex;align-items:center;justify-content:space-between;padding:0 .4rem;transition:height .5s linear}.current_bet .crrent_auto .current_item span[data-v-7fe247ba]{flex:1;text-align:center}.current_bet .crrent_auto .current_item .b_text[data-v-7fe247ba]{min-width:4.26667rem}.current_bet .crrent_auto .current_item[data-v-7fe247ba]>:first-child{text-align:left}.current_bet .crrent_auto .current_item>:first-child i[data-v-7fe247ba]{padding:.08rem .13333rem;border-radius:.10667rem;color:#fff;background:linear-gradient(90deg,#01d1ff,#0aabff)}.current_bet .crrent_auto .current_item[data-v-7fe247ba]>:nth-child(2){color:#e4593e}.current_bet .crrent_auto .current_item[data-v-7fe247ba]>:nth-child(3){text-align:right}.current_bet .crrent_auto .current_item>:nth-child(3) img[data-v-7fe247ba]{width:.4rem;height:.4rem}.current_bet .current_bottom[data-v-7fe247ba]{height:1.06667rem;padding:0 .4rem;display:flex;align-items:center;justify-content:space-between;border-top:.02667rem solid #eee;font-size:.32rem;font-family:PingFang SC}.current_bet .current_bottom .b_text[data-v-7fe247ba]{min-width:3.2rem}.current_bet .current_bottom[data-v-7fe247ba]>:first-child{color:#878b97;font-weight:500}.current_bet .current_bottom .total[data-v-7fe247ba]{color:#e4593e;font-weight:700}.current_bet .current_bottom[data-v-7fe247ba]>:last-child{color:#68a6f7;font-weight:700}.current_bet .current_toggle[data-v-7fe247ba]{position:absolute;bottom:-.74667rem;left:50%;width:2.66667rem;height:.74667rem;display:flex;justify-content:center;align-items:center;color:#fff;background:#08b0fe;border-radius:0 0 .16rem .16rem;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.current_bet .current_toggle .total[data-v-7fe247ba]{margin-left:.13333rem}.current_bet .current_toggle img[data-v-7fe247ba]{width:.21333rem;height:.16rem;margin-left:.34667rem}.current_bet .setHeight[data-v-7fe247ba]{display:none}.current_bet .roteta[data-v-7fe247ba]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.zbsArea[data-v-7fe247ba]{position:absolute;right:0;padding-top:.08rem;z-index:99}.zbsArea .matchTimeBox[data-v-7fe247ba]{width:1.81333rem;height:.88rem;background:url(data:image/png;base64,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) no-repeat 50%;background-size:cover;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.zbsArea .matchTimeBox .timeText1[data-v-7fe247ba]{font-size:.26667rem;font-family:PingFang SC;font-weight:500;color:#333;padding-left:.16rem}.zbsArea .matchTimeBox .timeText2[data-v-7fe247ba]{font-size:.29333rem!important;font-family:DINPro;font-weight:500;margin-top:-.05333rem;color:#e4593e;padding-left:.05333rem}.zbsArea .nowRankBox[data-v-7fe247ba]{margin-top:.29333rem;width:1.52rem;height:1.54667rem;background-size:cover;text-align:center;padding-top:.16rem}.zbsArea .nowRankBox .nowRankText[data-v-7fe247ba]{font-size:.42667rem;font-family:PingFang SC;font-weight:700;color:#e4593e}.rtdhancont[data-v-7fe247ba]{width:5.33333rem;height:100%}.rtdhancont .extebtn[data-v-7fe247ba]{float:left;width:100%;height:1.16rem;border-bottom:.02667rem solid #dfe0ee;display:flex;align-items:center;padding-left:.4rem}.rtdhancont .extebtn img[data-v-7fe247ba]{width:.45333rem;height:.45333rem;margin-right:.37333rem;font-weight:500;color:#000}.rtdhancont .scrolldiv[data-v-7fe247ba]{float:left;width:100%;height:calc(100% - 1.17333rem);overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.rtdhancont .scrolldiv[data-v-7fe247ba]::-webkit-scrollbar{display:none;width:0;background:transparent}.rtdhancont .scrolldiv .scrolldivinner[data-v-7fe247ba]{float:left;width:100%}.rtdhancont .contendivbox[data-v-7fe247ba]{float:left;width:100%;height:1.33333rem;overflow:hidden}.rtdhancont .contendivbox .listdiv[data-v-7fe247ba]{float:left;width:100%;height:1.33333rem;font-size:.37333rem;font-weight:500;color:#000;position:relative;display:flex;align-items:center}.rtdhancont .contendivbox .yxicon[data-v-7fe247ba]{width:.8rem;height:.8rem;margin:0 .26667rem 0 .42667rem}.rtdhancont .contendivbox .sanjiao[data-v-7fe247ba]{width:.29333rem;height:.21333rem;position:absolute;top:.56rem;right:.21333rem;-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:all .15s linear}.rtdhancont .contendivboxac[data-v-7fe247ba]{height:auto;overflow:initial;background:#f1f2f9}.rtdhancont .contendivboxac .sanjiao[data-v-7fe247ba]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rtdhancont .contentdivs[data-v-7fe247ba]{float:left;width:100%}.rtdhancont .contentdivs .yxbtndivs[data-v-7fe247ba]{float:left;width:100%;height:1.33333rem;position:relative;font-weight:500;color:#000;font-size:.37333rem;display:flex;align-items:center}.rtdhancont .contentdivs .yxbtndivs font[data-v-7fe247ba]{width:.10667rem;height:1.33333rem;background:#68a6f7;float:left;margin-right:1.04rem;opacity:0}.rtdhancont .contentdivs .yxbtndivs .bgdivtext[data-v-7fe247ba]{width:.16rem;height:.26667rem;position:absolute;top:.53333rem;right:.26667rem;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAUCAYAAABWMrcvAAAB4UlEQVQ4T42Tv2sTYRjHv99LK4kUQRBddJE6CC6CDk4uDoLoULCEvlmKNBEXaQcvZ7j07bVirtSiCAWHlqLXCkYsOqidFHFwEXRw0b/ATaE2Ib3eI+/lWlCTi8/28Lyf58f3eV56teA1yJMSIj9ZUW/wH0bPX/lK4BgEzUhkZNIprPXiOHPn8REJZR2Q4wBCAFddWy2mgTRBrVcPWNnoJcnTAAQRHNdRfjcwhtrgkwEru7VG4pzxRTBXLasbcZK/bBdKwD2Z3FYA4LLxKVgOm9/GtNam7V37A2qD2spkBxdAluKKxPNos5XXerS5Q/0D7QSm/WAG4E1TECLvNvDrkl8u/Yw7SFNpevbRdYg1D8AC5JMVWucrlZHvqZBJ6NWCAsklAP0CfKna6kRv6HZwjRbuAzTVPrh24Ux6e37gALyVjPF+u9G6qPXoj66QV1v1STF7MotajxobQ1qXNjsKEUu+d3ABkkgOPo0afUrr4VZHyYvFB/2Hjw48JJFvL5dLnz/2Fev14e2Oyx0fn8/tP3SwTvJC+4zkbrVcmOh6RloH+6wcXxA4mzyacm011fVgzYVncvIKwCkAEQQTblndS/0anr/yNqkQSoSxqqOW04B4Vq8WLIIYInjFtdWzXoCJ/wb7zqsVZu0bSwAAAABJRU5ErkJggg==) no-repeat;background-size:100% 100%}.rtdhancont .contentdivs .xybtndivsac[data-v-7fe247ba]{background:rgba(104,166,247,.15);color:#68a6f7}.rtdhancont .contentdivs .xybtndivsac font[data-v-7fe247ba]{opacity:1}.rtdhancont .contentdivs .xybtndivsac .bgdivtext[data-v-7fe247ba]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAUCAYAAABWMrcvAAAB4ElEQVQ4T43TP2gTURwH8O/vTKrvaAVrV0cLgougg5MIDoLoUEis91yK9C5kEQoKdUpBhw6KIpRcsCVIc0IiFjqonSzi0NHFoa6C6FDxD/buNLmvvEsr/kmufeN978N7fN/vidcInwtwLEF7vKaHXmAXS7xG+FYEhwlEInSql+ylnZyUH20eSmitADwCoE2i5Gs1nwXFhG7wdcRi7ilEThAgyGlf27P9YIrMKjc5mPyMliA40/3C21VHXQOE/+LfyASFJgcOduJFkIWUCerr62uTq5XT7T/hX8gElQqt96PRnAV4WzsuR7G6WJ+QaBv+h7YDNwhvWsANmPMRL5kPL9SKw19M3heZ0GtEV0V4B4BF8nVH1NkHjnzMRCkMwssCLADIE3jjO+roLlBUFvI+BBaItapWJ7OPF4TTAG5J2ru8iuPwfH3iwOe+qBREswCvbxWzknzbN1bzZLNnEabyD6PxHMC0ckIef8rt1a2i/OhZueszbw2GDyEy3v3BWtjIDbitonR6Xm6h+U4Nt0daApzr7sC7vqOm+o6RXtzYP2TZywBOmYElMVPTaqbvwJoJF+SeCeQ4gITklK/te5lPoxSEq2YH85ZATFa1qmeBtD03+D4v3DMGJFd8bT/ZCZj8F9RtuRUleO23AAAAAElFTkSuQmCC) no-repeat;background-size:100% 100%}body .app[data-v-7fe247ba],body[data-v-7fe247ba],html[data-v-7fe247ba]{background:#ebecf5!important}.recordlist[data-v-7fe247ba]{height:calc(100vh - 7rem);overflow-y:auto}.chatlist .hbwraps[data-v-7fe247ba]{display:block;box-shadow:.05333rem .08rem .10667rem #e2e2e2;border-radius:.10667rem;background-color:#fff}.chatlist .hbwraps .hongbaoClk[data-v-7fe247ba]{display:flex;background-color:#f99c3a;height:2.13333rem}.chatlist .hbwraps .hongbaoClk .hbicon[data-v-7fe247ba]{margin-top:.34667rem;margin-left:.4rem;height:1.06667rem;width:1.06667rem;background-size:100% auto}.chatlist .hbwraps .hongbaoClk .hbtitles[data-v-7fe247ba]{margin-left:.4rem;margin-right:.4rem;width:4.93333rem}.chatlist .hbwraps .hongbaoClk .hbtitles span[data-v-7fe247ba]{display:flex}.chatlist .hbwraps .hongbaoClk .hbtitles .hbtt[data-v-7fe247ba]{height:.93333rem;line-height:.93333rem;font-size:.4rem;overflow:hidden;font-family:PingFang SC;font-weight:700;color:#fff;margin-top:.16rem;text-overflow:ellipsis}.chatlist .hbwraps .hongbaoClk .hbtitles .pls[data-v-7fe247ba]{color:#fff}.chatlist .hbwraps .hbissues[data-v-7fe247ba]{line-height:.53333rem;padding-left:.10667rem}.chatlist .listwrapx[data-v-7fe247ba]{background-color:#fff;box-shadow:.05333rem .05333rem .05333rem #e2e2e2;border-radius:.10667rem;width:7.2rem}.chatlist .listwrapx .singlex[data-v-7fe247ba]{display:flex;justify-content:space-between}.chatlist .listwrapx .singlex .redstars[data-v-7fe247ba]{color:#e81d32}.chatlist .listwrapx .singlex span[data-v-7fe247ba]{line-height:.93333rem;height:.93333rem;margin-right:.26667rem}.chatlist .listwrapx .singlex span[data-v-7fe247ba]:first-child{margin-left:.26667rem}.chatlist .listwrapx .singlex .leiStar[data-v-7fe247ba]{width:.69333rem;height:.69333rem;position:absolute;left:-.93333rem;background-size:auto 80%;background-position:50%;background-color:transparent;background-repeat:no-repeat}.chatlist .listwrapx .nicknmbtmline[data-v-7fe247ba]{padding-bottom:.26667rem;border-bottom:.02667rem solid #e2e2e2;padding-top:.26667rem;margin-left:.26667rem;margin-right:.26667rem}.chatlist .listwrapx .btmmsg[data-v-7fe247ba]{margin:0 .26667rem;padding-top:.26667rem;padding-bottom:.26667rem;border-top:.02667rem solid #e2e2e2;line-height:.53333rem}.van-image[data-v-7fe247ba]{display:block;position:relative}.van-image img[data-v-7fe247ba]{position:absolute;top:0;left:0;z-index:99;width:1.06667rem;height:1.06667rem;border-radius:50%}.message-left[data-v-7fe247ba]{margin:.45333rem .37333rem;display:flex;justify-content:left;position:relative}.message-left .van-image[data-v-7fe247ba]{display:block;position:relative}.message-left .van-image img[data-v-7fe247ba]{position:absolute;top:0;left:0;z-index:5;width:1.06667rem;height:1.06667rem;border-radius:50%}.message-left .message-left-head[data-v-7fe247ba]{background:#999db2;position:relative}.message-left .message-left-head[data-v-7fe247ba],.message-left .message-left-head img[data-v-7fe247ba]{width:1.06667rem;height:1.06667rem;border-radius:1.06667rem}.message-left .message-left-head .vip[data-v-7fe247ba]{position:absolute;left:0;bottom:-.26667rem;z-index:6}.message-left .message-left-head .vip img[data-v-7fe247ba]{height:.42667rem;z-index:6}.message-left .message-details[data-v-7fe247ba]{display:flex;max-width:7.30667rem;justify-content:left}.message-left .message-details .message-talk-ico[data-v-7fe247ba]{width:.26667rem}.message-left .message-details .message-talk-ico img[data-v-7fe247ba]{width:.16rem;margin-left:.10667rem;position:relative;top:.93333rem}.message-left .message-details .message-top[data-v-7fe247ba]{line-height:.4rem;margin-bottom:.21333rem;position:relative}.message-left .message-details .message-top .icome[data-v-7fe247ba]{width:.8rem}.message-left .message-details .message-top span[data-v-7fe247ba]{position:relative;top:-.05333rem;color:#878b97;margin-left:.21333rem}.message-left .message-details .message-center[data-v-7fe247ba]{font-size:.37333rem;padding:.26667rem .26667rem;background:#fff;border-radius:.26667rem;font-family:PingFang-SC-Medium;word-wrap:break-word;display:block;float:left}.message-left .message-details .message-center .topTittle[data-v-7fe247ba]{height:.85333rem;background:#09b0ff;border-radius:.13333rem .26667rem 0 0;padding-left:.26667rem;font-size:.37333rem;font-family:PingFang SC-Medium,PingFang SC;font-weight:500;color:#fff;line-height:.85333rem}.message-left .message-details .message-center .message-list[data-v-7fe247ba]{border-radius:.13333rem;width:6.58667rem;padding-bottom:.13333rem}.message-left .message-details .message-center .message-list p[data-v-7fe247ba]{display:flex;justify-content:space-between;margin-top:.26667rem;margin-bottom:.26667rem;padding-left:.26667rem;padding-right:.26667rem}.message-left .message-details .message-center .message-list p span[data-v-7fe247ba]{font-size:.37333rem;font-family:PingFang SC-Medium,PingFang SC;font-weight:500;color:#424653;line-height:.48rem}.message-left .message-details .message-center .message-list p img[data-v-7fe247ba]{position:relative;top:.05333rem}.message-left .message-details .message-center-issue[data-v-7fe247ba]{padding:0!important}.message-left .message-details .bgblue[data-v-7fe247ba]{background:#09b0ff;width:6.58667rem;color:#fff;padding:0 0}.message-left .message-details .bgblue .bgblue-top[data-v-7fe247ba]{padding:.21333rem .26667rem}.message-left .message-details .bgblue .message-bet-result[data-v-7fe247ba]{height:1.68rem;background:#fff;border-radius:0 0 .26667rem .26667rem;position:relative}.message-left .message-details .bgblue .message-bet-result .cover[data-v-7fe247ba]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:#68a6f7;font-size:.42667rem}.message-left .message-details .bgblue .message-bet-result .show-lottery-two[data-v-7fe247ba]{color:#000;text-align:center;padding-top:.53333rem}.message-left .message-details .bgblue .message-bet-result .show-lottery-two .span-blue[data-v-7fe247ba]{width:.53333rem;line-height:.53333rem;height:.53333rem;display:inline-block;border-radius:.53333rem;text-align:center;background:linear-gradient(135deg,#01d1ff,#0aabff);color:#fff}.message-left .message-details .bgblue .message-bet-result .show-lottery-two .span-red[data-v-7fe247ba]{width:.53333rem;line-height:.53333rem;height:.53333rem;display:inline-block;border-radius:.53333rem;text-align:center;background:linear-gradient(135deg,#ee809b,#eb5358);color:#fff;margin-right:.4rem}.message-left .message-details .bgblue .message-bet-result .show-lottery-two i[data-v-7fe247ba]{margin:0 .13333rem}.message-left .message-details .bgblue .message-bet-result .show-lottery-two .largemipai[data-v-7fe247ba]{font-size:.48rem;color:#4f8dfe}.message-left .message-details .bgblue .message-bet-result .red[data-v-7fe247ba]{color:#e45e48}.message-left .message-details .bgblue .message-bet-result .blue[data-v-7fe247ba]{color:#5792fe}.message-left .message-details .bgblue .message-bet-result .betResult-pokerbull[data-v-7fe247ba]{width:100%;height:100%;display:flex;align-items:center}.message-left .message-details .bgblue .message-bet-result .betResult-pokerbull .cardArea[data-v-7fe247ba]{width:3.2rem;height:1.06667rem;position:relative;margin-left:.53333rem}.message-left .message-details .bgblue .message-bet-result .betResult-pokerbull .cardArea img[data-v-7fe247ba]{width:.8rem;height:1.06667rem;position:absolute;top:0}.message-left .message-details .bgblue .message-bet-result .betResult-pokerbull .cardArea .card0[data-v-7fe247ba]{left:0}.message-left .message-details .bgblue .message-bet-result .betResult-pokerbull .cardArea .card1[data-v-7fe247ba]{left:.42667rem}.message-left .message-details .bgblue .message-bet-result .betResult-pokerbull .cardArea .card2[data-v-7fe247ba]{left:.85333rem}.message-left .message-details .bgblue .message-bet-result .betResult-pokerbull .cardArea .card3[data-v-7fe247ba]{left:1.28rem}.message-left .message-details .bgblue .message-bet-result .betResult-pokerbull .cardArea .card4[data-v-7fe247ba]{left:1.70667rem}.message-left .message-details .bgblue .message-bet-result .betResult-pokerbull .result[data-v-7fe247ba]{height:1.06667rem}.message-left .message-details .bgblue .message-bet-result .betResult-pokerbull .result span[data-v-7fe247ba]{height:1.06667rem;line-height:1.06667rem}.myMessage[data-v-7fe247ba]{position:relative}.myMessage .message-left-head[data-v-7fe247ba]{position:absolute;right:0}.myMessage .message-details[data-v-7fe247ba]{margin-left:auto;margin-right:1.5rem}.myMessage .message-details .message-top[data-v-7fe247ba]{text-align:right}.myMessage .message-details .message-center[data-v-7fe247ba]{float:right}.message-right[data-v-7fe247ba]{margin:.45333rem .37333rem;display:flex;justify-content:flex-end}.message-right img[data-v-7fe247ba]{width:1.06667rem;border-radius:1.06667rem}.message-right .message-right-head[data-v-7fe247ba]{width:1.06667rem;height:1.06667rem;background:#999db2;border-radius:1.06667rem}.message-right .message-right-head img[data-v-7fe247ba]{width:1.06667rem;border-radius:1.06667rem}.message-right .message-details[data-v-7fe247ba]{display:flex;max-width:7.30667rem;justify-content:right;margin-right:.26667rem}.message-right .message-details .message-talk-ico[data-v-7fe247ba]{width:.26667rem}.message-right .message-details .message-talk-ico img[data-v-7fe247ba]{width:.16rem;position:relative;top:.93333rem}.message-right .message-details .message-top[data-v-7fe247ba]{line-height:.4rem;margin-bottom:.21333rem}.message-right .message-details .message-top .icome[data-v-7fe247ba]{width:.8rem;margin-left:.21333rem}.message-right .message-details .message-top span[data-v-7fe247ba]{position:relative;top:-.08rem;color:#878b97}.message-right .message-details .message-top .right[data-v-7fe247ba]{text-align:right}.message-right .message-details .message-center[data-v-7fe247ba]{font-size:.37333rem;padding:.26667rem .26667rem;background:#57b7f8;color:#fff;border-radius:.26667rem;font-family:PingFang-SC-Medium;word-wrap:break-word}.message-center-info[data-v-7fe247ba]{color:#545974;text-align:center;padding:.26667rem 0}.user-level[data-v-7fe247ba]{padding:.05333rem .26667rem;text-align:center}.user-level.gray[data-v-7fe247ba]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAAeCAYAAABt5kPUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFFmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTA5LTE1VDIwOjUzOjE2KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0wOS0xNVQyMDo1MzozNSswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0wOS0xNVQyMDo1MzozNSswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDplMjg0YzIyYi02NzQ1LTExNDItYjNhZC0xZmRlMzViNTQyMWQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ZTI4NGMyMmItNjc0NS0xMTQyLWIzYWQtMWZkZTM1YjU0MjFkIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZTI4NGMyMmItNjc0NS0xMTQyLWIzYWQtMWZkZTM1YjU0MjFkIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplMjg0YzIyYi02NzQ1LTExNDItYjNhZC0xZmRlMzViNTQyMWQiIHN0RXZ0OndoZW49IjIwMjEtMDktMTVUMjA6NTM6MTYrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4IX8sxAAACEklEQVRoge2azWpTURSF1zk5CfTcpimJw/oa1TpyYvoeoog4klpwIhVHxSAdqVB/wLdQpwrRl9BWQpOBhdwrxJLeu5eDmstNI+ang5vA/sbnwOJjbfYZHIO/vH31chPANoANAB4ASMIYAwUA0APQBNC4efvuBwAwAPBm/8VOsVh8XLtUg/ce1to8Q84lIoJer4fjn8fo9/s7t+7ce2Je7z/fLLri+7XLaygUCnlnnHuSJEGr1UJ8GtcdhVvVWjVtW3mlAu8DbV8GEcHJyW9EYRfWWlSrVXTanQeW5Lr3HsCZuOXlsoo7h7UW3gcor1QAAN57kLxiSVaMMSAJ74OcY843S0s+XaIkK44kSKYHRCTHePPPwBVJjMhT/s/AlYjAatNmgySciKSjqg0cT9aVywpTeZMjImfytHmTM9Q8EVFpU5BdGEPbViWOZ+ipkm2eyhvPwFGSJCpvWrKOhuT9OPyeV6aFY6R5yuSMPFWUyUkXBrR5U6PNuwD6SL4AIgKr4mZHx3ZGRETHdlYGYxsmSZJ3loUijmOQDB2Ar1EU1VdXV/POtDBEUQSSXxzBxtFR+0YQBMY5l3euuSeOY7TbHZJsFD59bn67dnVdut3udeecKZVK+j/lH4gIwjDEwcEh+6f9R7tP996llh5u36+LyJa1dkNEyucFzvLpZ5o7k5zN8+ORMeYXyaYx5tluY+8jAPwBeZRwKX2MUFYAAAAASUVORK5CYII=) no-repeat;background-size:100% 100%;color:#888}.user-level.regular[data-v-7fe247ba]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ4AAAA8CAYAAACXUQOeAAAJlUlEQVR4Xu1d/XMV1Rl+3ptPhUJMAiFoqmAI3+QmRKFYW9BGtLYgUphOp39Ef+i0MrUd/MGMpdTa2tpvWwvUNjCO/aXTFgtoKyiQm++QG0IRi/mQhEQGIvm4ezrnPWf37u69dnCGbMbdcxm4e9lz3vd9nvfZ9+zH2V1Cls/Roxtz7xwq24Yc+gqEqAVoISBuhQBAQMa3bcNZTwDJHzfy0Qbtvtm6+Nd5fsv+7gD0su3eXp3tt7urA8wXgNPPBm6v9xORpZ/Hvi/MG17n4keacLt1u3Q4ccWZwZMrJ/+P7xtJW7b+6v/GALwHIAHQoQvFA69u2nRsym8yA/75Qzs3W6BnAayQ4uEGwpc9IggBEGMUrEP5g+SS3VYKj5fTEQotRtJtFA0CxPakL+Iu3IzYtLIpf2hfdjjShvTMfeW3J0YVr7KlA5Xh6Lx5ZKqhsRVBIFfcGr3GqWNijDKcdKxslxQPHId/W+J1sofCpEjV1PDP9HoVJbOimjnxpLtwe0W+ioWXbb7S4lSh2LjcBUMFIfOhrNixKT49RHkCtjnV37ZJu40dkqZAaYO6KBb7xuLHXz7sFp8jPJn384e++iTIekpiycvPx5ySItwy+1bk5eWBYh+1id7I5mHaRIUBYQlMTk7i+tUxXBkewcTkpNx25Bby3UXbDzZwnXAXgHMHdzaAsEsqvrislEVnb0lRIc3gvLkMyFHsg+FRjAwOQQpSxNBQub3xO47weht3PAyiv1IMVFZRjllzZt/cCIy1SDNw7cpVDL7bJ8dnQUJsXrzz4GGSBxIVQ/POQKCyeEEpiuYVR5okA356GBi9dJkrH4D2xZ0r49TbuGObgHglPz8Pd1TdlWV4JaCgFCgsBXJmARSbnsiM1U84AwJIXQcmRoDrA4DlPZCVw+7FsxcwOT4BxMQ2Otu4/QCAr5WUzc+sdrFcYE4VkGuG3k+4KoIN35oEriSBKXlmJf0ZHbqM4f5LQAz7qefP27sItLyi6k7kFxa4mhEwd7kRXbApC483awIYbQdEysE0/uE4/tv7jjyF0ymFNwpg7qIVlYjluIbRwvmg2YvCQ4RBEjgDYuwiMCbPJauPlUrhfFevXLxMyT89zqde716z1BMYFa001S7wVIXM4dQ1iNEOD6jetiSftGbhyTV3r67yCq+kDqCckDFh4ATKgLAghk95XJ5rT/LpY+p++TEWXqW/4pWuCzRG4yycDIiht30Vr0ddpOv+42PyEiWWrPYNtfOM8MIphWBRiUte4Z1tT/LlZzpzYKu8NI7Kat9Qa4QXbIZC6s0vvN7WpJq80XVgCwtvSYbw1oeUCgMrSAbEpbc87npa9cFF1/4tPKllabV/qDXCCzJBYfXlF16yNalmuXXu/zIfXFT5hBebZ4QXVjEEicvKUvGkf+rY9yUWnr/iGeEFmZ7w+vILjyuePJ3S8YdHeT7tUt8+Xmy+qXjhlUNwyKz3vft43a09PCua2l96VM4bx7LqZZ5ojPCCS06YPWUKT1Y8gNpe+iIPtcvi3oOL2PzPhJkPgy0gBqz3T3g8dTfLgwsBav39Iyy85UZ4AaUiWm4yhNeSVPcStf7u4awVL6fMVLxoSWR60KYGfRWvRQ+1LS9u1hXPu49nhDc9iYiaVb/wzrDwBKj5xYf45rMVNUZ4URNFEHj9wuvifTyAmn9bz1cuVmYIb0MQcRkfIWcgNXjcg5CFJyte4jdfkPdhYFWtr+ItMMILuSYCgZca8AqvI5HkJzNQ068f5H28jIpnhBdIYsLuxC+8TrviSeHJnbxVcV/FKzcVL+yiCAJfqt9b8aTw+HTK6V89wBVvVY33BHJO+X1BxGV8hJyBVP+bHoTtXPEAOvnLTXyzj194uUZ4IZdEMPCmfMKT+3hc8U7+YiNXvNW+o9pgwjJeosZAe3O3mp3y9s8/z7NT1tR6h9qoEWLwBsNAW0IL760XPsfCqzbCC4b5iHtRwgPoxAv38z0X1b6Di4jzY+BPEwOt9umUEz+7n/fxTMWbJqaNWQ8DrQl95eLETz/Ll8ziZqg1EgmAgRYWHkDHn7+P9/Hitd77agOIwbiIIAPNLDwC/fv5Dfww9hpT8SIog+Ahp4X3kw38zHojvOCTEEWPLDw5xv7rx+v5qLbGDLVR1EHgmBNNPWp2yhvPSeEBtUZ4gSchig4TiR51yeyN59bxDOS1a83BRRSFEDTmpqYeNQP59R+t4/N4dabiBZ2DSPo7bZ9Oef3Ze43wIimBmQF9Ss5Aln+O/vAefh1dnTmdMjOZiJjX0wn5RFBI4dVxxbvHDLURk8DMwD3lCG+vFJ4wwpuZPETOqyO8Iz9Yyy8tvddUvMiJYCYAn7SPao/sqR0BUFRXswQx807amchFZHxOTaXQ1HZO1rkx+ueemk6AVqxa/mnMusX9SqnI8GGABsTAtbFxdHRf4Ner0Gt74vsAfL1iYSluX2BeGRpQDiLppn9gBBf6huQb4/fR4WfiW4no1YL8XFSvvAsx/X77SDJjQE8bA5Yl0Nr1DsYnpkAitYUaG3fk3Pafs50gsfSO8hLIv+ZjGLjZDFzsH8Z7fcMQRC1vftiyVs4PwGvfj9cLIf4uB9+qxeUoLvrUzfZr7EWYgeGRq+g53ycPKgQEPVC/q+UYC09+/vFM9fcg8JRcrlhYgtsX3Jblbd0RZs9A/9gMWEKgb2AEF+V+HZHU05P13255WhpyhMfia1j9LRA1AMiR+3xlpXNRNGcWCgrykOt+l+3HDsF0iAoDUykL4+OTGL1yDYNDH2BiYkpOfkoR4Yn6J9r22jx4hMfie3rNg8jBXgjEed4UX1CTM6d0U/ngZFU0IefMy2Vux63S315VC3kk89EVlG2pkDICkr7ZsGsN20r7U7GkA+CWvviy2WZojMzGo/A6sWhANi5urTqBmBgVk8KmnToIFGdO1Nqu7qH45Ltd3KAlVtWH3/elffmJ8fJt91HGHLs2EOc7LX3VX/+rjbFPN6+KdA3Wh0VT7Q1d+5fx26AFYJFoJtA3N+9qO+Le+DLzDGD3bsTWF8YfIVhbSVgbAaoQQKFNlMOH01siVtKUJVUrxSVFOylpcdlJ4cmA2YSr7Tg2tUhUc60ynSEpAiZN0+lIUm4YLvGozLhlpOPKutW4MHky75aTnUKN3bUZcqq0XSdkdufKCk9MUzHyUKRj45tgtCjt/2evGqcSvmsjcPGh64TOsQ3M3lgI/DBE13bMr+7UIkzbVM6djdBOuNupJ2dSxrZqxXVB9C5Z4hgR/nJ8ov1vu3fDcotOLv8P3TiwOyHFk24AAAAASUVORK5CYII=) no-repeat;background-size:100% 100%;color:#b8391c}.van-image__error[data-v-7fe247ba]{border-radius:50%}.disabled[data-v-7fe247ba]{background:#ebeef8!important;box-shadow:0 0 .21333rem 0 rgba(97,108,144,.15)!important}.disabled[data-v-7fe247ba],.disabled pointer-events:none p[data-v-7fe247ba]{font-family:PingFang SC!important;font-weight:500!important;color:#acb1c4!important}.disabled pointer-events:none p[data-v-7fe247ba]{font-size:.29333rem!important}.isiPhone6[data-v-7fe247ba]{height:69%!important}.van-popup__close-icon--top-right[data-v-7fe247ba]{top:.32rem;left:.4rem;right:unset}.moneylistset[data-v-7fe247ba]{width:100%;height:100%}.moneylistset .head[data-v-7fe247ba]{display:flex;width:100%;justify-content:space-between}.moneylistset .head img[data-v-7fe247ba]{width:.26667rem;height:.48rem;margin-top:.32rem}.moneylistset .head span[data-v-7fe247ba]{font-size:.48rem;color:#fff}.moneylistset .head .small[data-v-7fe247ba]{width:2.66667rem;padding:0 .26667rem;font-size:.37333rem}.moneylistset .header-top[data-v-7fe247ba]{display:flex;justify-content:space-between;padding:.26667rem .26667rem}.moneylistset .moneylist[data-v-7fe247ba]{display:flex;padding:.26667rem 0 .26667rem .26667rem}.moneylistset .moneylist .select-money[data-v-7fe247ba]{position:relative;width:1.46667rem;color:#333;height:.72rem;border-radius:.08rem;margin-bottom:.13333rem;line-height:.72rem;margin-right:.13333rem;text-align:center;background:#f1f2f9;border:.01333rem solid #e4e5f1}.moneylistset .moneylist .select-money i[data-v-7fe247ba]{position:absolute;top:-.18667rem;right:-.13333rem;font-size:.37333rem;color:#8389a5}.moneylistset .moneylist1[data-v-7fe247ba]{display:flex;flex-wrap:wrap;padding:.26667rem 0 .26667rem .26667rem}.moneylistset .moneylist1 .select-money[data-v-7fe247ba]{position:relative;width:1.46667rem;color:#333;height:.72rem;border-radius:.08rem;margin-bottom:.13333rem;line-height:.72rem;margin-right:.13333rem;text-align:center;background:#fff;border:.01333rem solid #74adf8}.followHistory[data-v-7fe247ba]{border-radius:.13333rem;width:7.46667rem;background:#fff;border-radius:.24rem}.followHistory .toptext[data-v-7fe247ba]{width:100%;height:1.2rem;display:flex;justify-content:space-between;align-items:center;padding-left:.26667rem;padding-right:.32rem}.followHistory .toptext .left_text[data-v-7fe247ba]{font-size:.37333rem;font-family:PingFang SC;font-weight:700;color:#000}.followHistory .toptext .right_text[data-v-7fe247ba]{font-size:.37333rem;font-family:PingFang SC;font-weight:500;color:#424653}.followHistory .betdetaillist[data-v-7fe247ba]{min-height:5.46667rem;max-height:12.8rem;overflow:scroll;padding-bottom:1.2rem}.followHistory .betdetaillist .item[data-v-7fe247ba]{width:6.93333rem;height:.93333rem;background:#ebecf5;border-radius:.13333rem;display:flex;justify-content:space-between;align-items:center;padding-left:.26667rem;padding-right:.26667rem;box-sizing:border-box;margin:0 auto}.followHistory .betdetaillist .item .left[data-v-7fe247ba]{height:.53333rem;line-height:.53333rem;background:linear-gradient(135deg,#01d1ff,#0aabff);border-radius:.10667rem;padding-left:.13333rem;padding-right:.13333rem;font-size:.32rem;font-family:PingFang SC;font-weight:700;color:#fff}.followHistory .betdetaillist .item .right[data-v-7fe247ba]{display:flex;align-items:center}.followHistory .betdetaillist .item .right .money[data-v-7fe247ba]{font-size:.32rem;font-family:PingFang SC;font-weight:700;color:#e4593e;margin-right:.26667rem}.followHistory .betdetaillist .item .right .icon[data-v-7fe247ba]{width:.53333rem;height:.53333rem}.followHistory .betdetaillist .shuang[data-v-7fe247ba]{background-color:#fff}.followHistory .bottom[data-v-7fe247ba]{width:100%;height:1.2rem;display:flex;justify-content:center;align-items:center;font-size:.45333rem;font-family:PingFang SC;font-weight:500;color:#000;border-top:.02667rem solid #cdd1df;position:fixed;bottom:0;z-index:999;background-color:#fff}.disabled[data-v-7fe247ba]{background:linear-gradient(0deg,rgba(156,163,191,.25),rgba(156,163,191,0));height:100%}.bet_detail[data-v-7fe247ba]{width:100%;background-color:#fff}.bet_detail .topBar[data-v-7fe247ba]{height:1.33333rem;padding:0 .26667rem;background:linear-gradient(90deg,#01d1ff,#0aabff);display:flex;justify-content:space-between;align-items:center;color:#fff}.bet_detail .topBar i[data-v-7fe247ba]{font-size:.48rem}.bet_detail .topBar .amount[data-v-7fe247ba]{flex:1;text-align:center;font-size:.45333rem}.bet_detail .content[data-v-7fe247ba]{height:calc(100vh - 1.33333rem)}.bet_detail .content .top[data-v-7fe247ba]{height:3.2rem;font-size:.37333rem;border-bottom:.26667rem solid #f1f2f9;display:flex;flex-direction:column;align-items:center;justify-content:center}.bet_detail .content .top div[data-v-7fe247ba]{margin-top:.13333rem}.bet_detail .content .top .open_code[data-v-7fe247ba]{display:flex;justify-content:space-between}.bet_detail .content .top .open_code i[data-v-7fe247ba]{width:.64rem;height:.64rem;line-height:.64rem;margin:.05333rem;text-align:center;border-radius:.32rem;color:#fff;background:linear-gradient(90deg,#01d1ff,#0aabff)}.bet_detail .content .top .open_code .pail_item[data-v-7fe247ba]{width:.56rem;height:.8rem;margin-right:.16rem}.bet_detail .content .detail[data-v-7fe247ba]{padding:.53333rem 0 .53333rem .4rem;font-size:.37333rem}.bet_detail .content .detail .detail_item[data-v-7fe247ba]{display:flex;align-items:center;height:1.06667rem;border-bottom:.02667rem solid #f1f2f6}.bet_detail .content .detail .detail_item .left[data-v-7fe247ba]{min-width:1.86667rem;text-align:right;color:#6d7683}.bet_detail .content .detail .detail_item .right[data-v-7fe247ba]{flex:1;min-width:5.33333rem;margin-left:.4rem}.bet_detail .content .detail .detail_item .copy[data-v-7fe247ba]{width:1.33333rem;height:.66667rem;padding:0;display:flex;justify-content:center;align-items:center;margin-right:.4rem;color:#08b7ff;border-radius:.10667rem;border:.02667rem solid #c0c2dd;background:#fff}.bet_detail .content .detail .open_code[data-v-7fe247ba]{border-bottom:none}.bet_detail .content .detail .open_code[data-v-7fe247ba]>:last-child{width:.56rem;height:.8rem}.chedanPop[data-v-7fe247ba]{width:7.2rem;min-height:4.13333rem;background:#fff;border-radius:.24rem;display:flex;flex-direction:column}.chedanPop .top[data-v-7fe247ba]{width:3.73333rem;height:.16rem;background:linear-gradient(90deg,#01d1ff,#0aabff);border-radius:0 0 .05333rem .05333rem;margin:0 auto}.chedanPop .text[data-v-7fe247ba]{font-size:.37333rem;font-family:PingFang SC;font-weight:500;color:#000;margin-top:1.25333rem;margin-bottom:1.14667rem;text-align:center}.chedanPop .btns[data-v-7fe247ba]{height:1.2rem;display:flex;justify-content:space-between;align-items:center;border-top:.02667rem solid #cdd1df}.chedanPop .btns .cancle[data-v-7fe247ba],.chedanPop .btns .sure[data-v-7fe247ba]{flex:1;font-size:.45333rem;font-family:PingFang SC;font-weight:500;color:#000;text-align:center;line-height:1.2rem;border-right:.02667rem solid #cdd1df}.chedanPop .btns .sure[data-v-7fe247ba]{border-right:none;color:#68a6f7}.betConfirm[data-v-7fe247ba]{max-height:11.73333rem}.betConfirm .title[data-v-7fe247ba]{border-bottom:.01333rem solid #e1e1e1}.betConfirm .container .center[data-v-7fe247ba]{width:6.93333rem;height:7.06667rem;border-radius:.13333rem;background-color:#f1f2f9}.betConfirm .container .center .cont_top[data-v-7fe247ba]{background-color:#fff;padding-bottom:.13333rem}.betConfirm .container .center .cont_top div[data-v-7fe247ba]{width:100%;height:.93333rem;display:flex;justify-content:space-between;align-items:center}.betConfirm .container .center .cont_top div i[data-v-7fe247ba]{color:#86b7f9}.betConfirm .container .center .cont_top .cont_title[data-v-7fe247ba]{background-color:#f1f2f9;padding:0 .26667rem;border-radius:.13333rem}.betConfirm .container .center .cont_top .cont_title[data-v-7fe247ba]>:first-child{width:.93333rem}.betConfirm .container .center .scroll[data-v-7fe247ba]{height:5.06667rem;overflow:auto}.betConfirm .container .center .scroll .center_item[data-v-7fe247ba]{height:1.06667rem;padding:0 .26667rem;display:flex;align-items:center;justify-content:space-between;font-size:.37333rem}.betConfirm .container .center .scroll .center_item[data-v-7fe247ba] :first-child{min-width:.93333rem}.betConfirm .container .center .scroll .center_item[data-v-7fe247ba] :nth-child(2){width:1.33333rem;text-align:center}.betConfirm .container .center .scroll .center_item :nth-child(2) i[data-v-7fe247ba]{padding:.08rem .13333rem;border-radius:.10667rem;color:#fff;background:linear-gradient(90deg,#01d1ff,#0aabff)}.betConfirm .container .center .scroll .center_item .amount[data-v-7fe247ba]{width:1.33333rem;text-align:center;color:#e45d42}.betConfirm .container .total[data-v-7fe247ba]{height:1.06667rem;line-height:1.06667rem;text-align:center}.betConfirm .container .total span[data-v-7fe247ba]{width:3.33333rem;height:.66667rem;padding:.05333rem .13333rem;color:#fff;border-radius:.34667rem;background-color:#fe6464}.desc_main[data-v-7fe247ba]{width:7.2rem;height:6.98667rem;background-color:#fff;border-radius:.24rem}.desc_main div[data-v-7fe247ba]{position:relative;padding:0 .53333rem}.desc_main div h3[data-v-7fe247ba]{position:relative;font-size:.4rem}.desc_main div h3[data-v-7fe247ba]:after{position:absolute;top:-.4rem;left:50%;content:"";height:.13333rem;width:2.66667rem;border-radius:0 0 .05333rem .05333rem;-webkit-transform:translate(-50%);transform:translate(-50%);background:linear-gradient(90deg,#01d1ff,#0aabff)}.desc_main>p[data-v-7fe247ba]{padding:.32rem .53333rem}.desc_main>p span[data-v-7fe247ba]{position:relative;margin-left:.26667rem;color:#6495ed}.desc_main>p[data-v-7fe247ba] :after{content:"";position:absolute;top:.10667rem;right:-.53333rem;width:0;height:0;font-size:0;line-height:0;overflow:hidden;border-width:.10667rem;border-style:dashed dashed dashed solid;border-color:transparent transparent transparent #58b7f6}.desc_main .unpop[data-v-7fe247ba]{width:100%;height:1.06667rem;text-align:center}.desc_main .unpop input[data-v-7fe247ba]{vertical-align:middle}.desc_main .desc_flooter[data-v-7fe247ba]{position:absolute;bottom:0;left:0;width:100%;height:1.2rem;line-height:1.2rem;font-size:.45333rem;text-align:center;border-top:.02667rem solid #eee}.betConfirm[data-v-7fe247ba]{width:7.46667rem;height:10.8rem;border-radius:.21333rem;background-color:#fff;overflow:hidden;z-index:9999}.betConfirm .title[data-v-7fe247ba]{width:100%;height:1.2rem;line-height:1.2rem;font-size:.37333rem;font-weight:700;text-align:center}.betConfirm .container[data-v-7fe247ba]{padding:0 .26667rem}.betConfirm .container .center_wrap[data-v-7fe247ba]{width:6.93333rem;height:7.06667rem;overflow:auto;border-radius:.13333rem;background-color:#f1f2f9;overflow:scroll}.betConfirm .container .center_wrap .center_item[data-v-7fe247ba]{height:1.06667rem;padding:0 .26667rem;-ms-flex-align:center;justify-content:space-between;font-size:.37333rem}.betConfirm .container .center_wrap .center_item[data-v-7fe247ba],.betConfirm .container .center_wrap .center_item div[data-v-7fe247ba]{display:flex;align-items:center}.betConfirm .container .center_wrap .center_item div[data-v-7fe247ba]{flex:1;-ms-flex-align:center}.betConfirm .container .center_wrap .center_item :first-child span i[data-v-7fe247ba]{padding:.08rem .13333rem;border-radius:.10667rem;color:#fff;background:linear-gradient(90deg,#01d1ff,#0aabff)}.betConfirm .container .center_wrap .center_item :first-child .first_one[data-v-7fe247ba]{width:1.33333rem}.betConfirm .container .center_wrap .center_item[data-v-7fe247ba] :nth-child(2){display:flex;justify-content:flex-end}.betConfirm .container .center_wrap .center_item :nth-child(2) img[data-v-7fe247ba]{width:.53333rem;height:.53333rem;margin-left:.26667rem}.betConfirm .container .center_wrap .center_item .amount[data-v-7fe247ba]{color:#e45d42}.betConfirm .container .total[data-v-7fe247ba]{height:1.33333rem;display:flex;justify-content:space-between;align-items:center}.betConfirm .container .total i[data-v-7fe247ba]{color:#e45d42}.betConfirm .container .total .inp[data-v-7fe247ba]{flex:1;text-align:end}.betConfirm .container .total .inp img[data-v-7fe247ba]{width:.42667rem;vertical-align:middle}.betConfirm .sub[data-v-7fe247ba]{display:flex;justify-content:space-between;align-items:center;width:100%;height:1.2rem;font-size:.45333rem;border-top:.01333rem solid #cdd1df}.betConfirm .sub span[data-v-7fe247ba]{flex:1;height:1.2rem;line-height:1.2rem;text-align:center}.betConfirm .sub .active[data-v-7fe247ba]{background:#68a6f7;color:#fff}.GameRulesPop .closebtnpop[data-v-7fe247ba],.textcenter[data-v-7fe247ba]{display:flex;justify-content:center;align-items:center}.GameRulesPop .contentpop .contentpopinner .titleasd[data-v-7fe247ba],.textleft[data-v-7fe247ba]{justify-content:flex-start}.GameRulesPop .contentpop .contentpopinner .titleasd[data-v-7fe247ba],.textleft[data-v-7fe247ba],.textright[data-v-7fe247ba]{display:flex;align-items:center}.textright[data-v-7fe247ba]{justify-content:flex-end}.GameRulesPop[data-v-7fe247ba]{float:left;width:7.2rem;height:11.92rem;background:#fff;border-radius:.24rem}.GameRulesPop .lstitle[data-v-7fe247ba]{float:left;width:3.72rem;height:.16rem;background:linear-gradient(90deg,#01d1ff,#0aabff);border-radius:0 0 .05333rem .05333rem;margin-left:1.74667rem}.GameRulesPop .contentpop[data-v-7fe247ba]{float:left;width:100%;height:10.54667rem;overflow-x:hidden;overflow-y:scroll}.GameRulesPop .contentpop .contentpopinner[data-v-7fe247ba]{float:left;width:100%;padding:0 .4rem}.GameRulesPop .contentpop .contentpopinner .titleasd[data-v-7fe247ba]{float:left;width:100%;font-size:.4rem;font-weight:800;color:#000;margin-top:.73333rem}.GameRulesPop .contentpop .contentpopinner .vanpopdiv[data-v-7fe247ba]{float:left;width:100%;font-size:.32rem;font-weight:500;color:#000;line-height:.42667rem;text-align:left;margin-top:.26667rem;line-break:anywhere;white-space:pre-wrap}.GameRulesPop .closebtnpop[data-v-7fe247ba]{float:left;width:100%;height:1.2rem;border-top:.02667rem solid #cdd1df;font-size:.45333rem;font-weight:500;color:#000}.saveSurePop[data-v-7fe247ba]{width:7.2rem;background:#fff;border-radius:.24rem;display:flex;flex-direction:column;align-items:center}.saveSurePop .mark[data-v-7fe247ba]{width:3.73333rem;height:.16rem;background:linear-gradient(90deg,#01d1ff,#0aabff);border-radius:0 0 .05333rem .05333rem}.saveSurePop .center_Text[data-v-7fe247ba]{font-size:.37333rem;font-family:PingFang SC;font-weight:500;color:#000;line-height:.56rem;margin-top:.96rem;display:flex;flex-direction:column;margin-bottom:.93333rem;text-align:center}.saveSurePop .btnList[data-v-7fe247ba]{display:flex;justify-content:space-between;border-top:.02667rem solid #cdd1df;width:100%}.saveSurePop .btnList .item[data-v-7fe247ba]{flex:1;height:1.2rem;font-size:.45333rem;font-family:PingFang SC;font-weight:500;color:#000;text-align:center;line-height:1.2rem}.saveSurePop .btnList .item[data-v-7fe247ba]:last-child{border-left:.02667rem solid #cdd1df;color:#68a6f7}.disabled[data-v-7fe247ba]{background:#f9f9ff!important;border:.02667rem solid #e0e1ee!important;border-radius:.18667rem!important;color:#a2a6ba!important;pointer-events:none;display:flex}.disabled .t_text[data-v-7fe247ba]{font-size:.34667rem;font-family:PingFang SC;font-weight:500;color:#c5c9d9!important}.disabled .b_text[data-v-7fe247ba]{font-size:.29333rem;font-family:PingFang SC;font-weight:500;color:#c5c9d9!important}.disabled1[data-v-7fe247ba]{font-size:.29333rem;font-family:PingFang SC;font-weight:500;color:#acb1c4!important}.disabled2[data-v-7fe247ba]{background:#ebeef8!important;border-radius:.08rem!important;box-shadow:0 0 .13333rem 0 rgba(97,108,144,.15)!important;font-size:.29333rem!important;font-family:PingFang SC!important;font-weight:500!important;color:#acb1c4!important;pointer-events:none}.codeHotPop[data-v-7fe247ba]{width:7.2rem;height:6.72rem;background:#fff;border-radius:.24rem;display:flex;flex-direction:column;align-items:center}.codeHotPop .top[data-v-7fe247ba]{width:3.73333rem;height:.16rem;background:linear-gradient(90deg,#01d1ff,#0aabff);border-radius:0 0 .05333rem .05333rem}.codeHotPop .man_titlle[data-v-7fe247ba]{height:.4rem;font-size:.4rem;font-family:PingFang SC;font-weight:800;color:#000;margin-top:.8rem;width:100%;text-align:left;padding-left:.53333rem}.codeHotPop .text[data-v-7fe247ba]{margin-left:.53333rem;font-size:.32rem;font-family:PingFang SC;font-weight:500;color:#000;line-height:.42667rem;margin-top:.37333rem}.codeHotPop .content[data-v-7fe247ba]{display:flex;align-items:center;width:100%;padding-left:.53333rem;margin-top:.53333rem}.codeHotPop .content .normal[data-v-7fe247ba]{font-size:.32rem;font-family:PingFang SC;font-weight:500;color:#000}.codeHotPop .content .gotoEdit[data-v-7fe247ba]{font-size:.32rem;font-family:PingFang SC;font-weight:500;color:#68a6f7;margin-right:.21333rem;margin-left:.53333rem}.codeHotPop .content .right_arrow[data-v-7fe247ba]{width:.13333rem;height:.18667rem}.codeHotPop .handle[data-v-7fe247ba]{width:100%;justify-content:center;display:flex;margin-top:.8rem}.codeHotPop .handle .check[data-v-7fe247ba],.codeHotPop .handle .no_check[data-v-7fe247ba]{width:.4rem;height:.4rem}.codeHotPop .handle .nomore_text[data-v-7fe247ba]{font-size:.32rem;font-family:PingFang SC;font-weight:500;color:#000;margin-left:.21333rem}.codeHotPop .iknow[data-v-7fe247ba]{position:fixed;bottom:0;width:100%;height:1.2rem;justify-content:center;font-size:.45333rem;font-family:PingFang SC;font-weight:500;color:#000;border-top:.02667rem solid #cdd1df}.codeHotPop .iknow[data-v-7fe247ba],.missPop[data-v-7fe247ba]{display:flex;align-items:center}.missPop[data-v-7fe247ba]{width:7.2rem;height:5.52rem;background:#fff;border-radius:.24rem;flex-direction:column}.missPop .top[data-v-7fe247ba]{width:3.73333rem;height:.16rem;background:linear-gradient(90deg,#01d1ff,#0aabff);border-radius:0 0 .05333rem .05333rem}.missPop .man_titlle[data-v-7fe247ba]{height:.4rem;font-size:.4rem;font-family:PingFang SC;font-weight:800;color:#000;margin-top:.90667rem;width:100%;text-align:left;padding-left:.53333rem}.missPop .text[data-v-7fe247ba]{margin-left:.53333rem;font-size:.32rem;font-family:PingFang SC;font-weight:500;color:#000;line-height:.42667rem;margin-top:.37333rem}.missPop .handle[data-v-7fe247ba]{width:100%;justify-content:center;display:flex;margin-top:.8rem}.missPop .handle .check[data-v-7fe247ba],.missPop .handle .no_check[data-v-7fe247ba]{width:.4rem;height:.4rem}.missPop .handle .nomore_text[data-v-7fe247ba]{font-size:.32rem;font-family:PingFang SC;font-weight:500;color:#000;margin-left:.21333rem}.missPop .iknow[data-v-7fe247ba]{position:fixed;bottom:0;width:100%;height:1.2rem;display:flex;justify-content:center;align-items:center;font-size:.45333rem;font-family:PingFang SC;font-weight:500;color:#000;border-top:.02667rem solid #cdd1df}.money-window .title[data-v-7fe247ba]{height:1.33333rem;text-align:center;font-size:.45333rem;font-family:PingFang SC;font-weight:500;color:#2f3242;line-height:1.33333rem;margin:0 auto}.money-window .baseNum[data-v-7fe247ba]{width:100%;height:1.46667rem}.money-window .baseNum span[data-v-7fe247ba]{height:1.46667rem;line-height:1.46667rem;display:block;float:left;width:25%;text-align:center;font-size:.53333rem;color:red}.money-window .van-popup__close-icon--top-right[data-v-7fe247ba]{top:.4rem}.money-window .pwContent[data-v-7fe247ba]{margin:.4rem .4rem;background:#f3f3f5;height:1.2rem;line-height:1.2rem;border-radius:.08rem;display:flex;margin-bottom:.53333rem;justify-content:center}.money-window .forget[data-v-7fe247ba]{text-align:center;font-size:.34667rem;font-family:PingFang SC;font-weight:500;color:#4f8dfe;margin-top:.4rem;height:1.06667rem;border-bottom:.26667rem solid #f3f3f5}.money-window .keyword[data-v-7fe247ba]{display:flex;overflow:hidden;margin-top:.4rem}.money-window .keyword .left[data-v-7fe247ba]{width:7.36rem;display:inline-block}.money-window .keyword .left span[data-v-7fe247ba]{width:2.45333rem;height:1.46667rem;display:inline-block;text-align:center;font-size:.53333rem;color:#2f3242;line-height:1.46667rem;border-right:.02667rem solid #e2e2e2;border-bottom:.02667rem solid #e2e2e2}.money-window .keyword .left .span[data-v-7fe247ba]{background:#e2e2e2}.money-window .keyword .left span[data-v-7fe247ba]:nth-child(10){background:#f3f3f5;color:#f3f3f5;border-bottom:none}.money-window .keyword .left span[data-v-7fe247ba]:nth-child(11){border-bottom:none}.money-window .keyword .left span[data-v-7fe247ba]:nth-child(12){background:#f3f3f5;color:#f3f3f5;border-bottom:none}.money-window .keyword .right[data-v-7fe247ba]{flex:1;overflow-x:hidden;display:flex;flex-direction:column}.money-window .keyword .right span[data-v-7fe247ba]:first-child{height:2.88rem;width:100%;display:flex;justify-content:center;align-items:center}.money-window .keyword .right span:first-child img[data-v-7fe247ba]{width:.69333rem;height:.53333rem}.money-window .keyword .right span[data-v-7fe247ba]:nth-child(2){width:100%;height:2.93333rem;background:#4f8dfe;color:#fff;line-height:2.98667rem;text-align:center;font-size:.45333rem;box-sizing:content-box}.redbagnews[data-v-7fe247ba]{width:100%;height:100%;background-color:#fff}.header .back[data-v-7fe247ba]{position:absolute;left:.26667rem}.header .back img[data-v-7fe247ba]{max-height:.4rem;margin-top:.4rem}#btns[data-v-7fe247ba]{margin:0 auto}#btns[data-v-7fe247ba],.leiNo[data-v-7fe247ba]{display:flex}.leiNo[data-v-7fe247ba]{padding:.26667rem .4rem;line-height:.96rem}.leiNo span[data-v-7fe247ba]{margin-left:.26667rem;margin-right:.26667rem;line-height:.96rem;font-size:.42667rem;font-weight:bolder}.forLei[data-v-7fe247ba]{padding:.26667rem;flex-wrap:wrap;display:flex}.forLei span[data-v-7fe247ba]{text-align:center;width:18%;margin-right:2.5%;height:.93333rem;line-height:.93333rem;margin-bottom:.4rem;background:#f1f1f1}.forLei span[data-v-7fe247ba]:nth-child(5n){margin-right:0}.forLei .active[data-v-7fe247ba]{background:#ee0a24;color:#fff}.center[data-v-7fe247ba]{text-align:center;line-height:1.6rem;justify-content:center;display:flex;color:#646566}.bet-bottom[data-v-7fe247ba]{position:fixed;width:100%;bottom:0;z-index:100;background:#ebecf5}.bet-bottom .bairenBox[data-v-7fe247ba]{width:100%;display:flex;align-items:center;justify-content:space-between;padding-left:.26667rem;padding-right:.26667rem;box-sizing:border-box;background:#ebecf5;z-index:100;padding-bottom:.21333rem}.bet-bottom .bairenBox .bairen_sendbutton[data-v-7fe247ba]{flex:1;height:1.01333rem;text-align:center;line-height:1.01333rem;background:#00cafc;border-radius:.18667rem;margin-right:.13333rem;font-size:.37333rem;font-family:PingFang SC;font-weight:700;color:#fff}.bet-bottom .bairenBox .bairen_more[data-v-7fe247ba]{width:1.01333rem;height:1.01333rem;background:#fff;border-radius:.18667rem;display:flex;justify-content:center;align-items:center}.bet-bottom .bairenBox .bairen_more img[data-v-7fe247ba]{width:.56rem;height:.56rem;display:block}.bet-bottom .talkbet[data-v-7fe247ba]{background:#ebecf5;z-index:100;display:flex;justify-content:center;padding-left:.26667rem;padding-right:.26667rem;box-sizing:border-box}.bet-bottom .specialBluex[data-v-7fe247ba]{background-color:#01d1ff;color:#fff}.bet-bottom .talkinput[data-v-7fe247ba]{margin:.18667rem .26667rem;margin-left:0;margin-right:0;flex:1;height:1.01333rem;line-height:.48rem;border-radius:.50667rem}.bet-bottom .talkinput input[data-v-7fe247ba]::-webkit-input-placeholder{text-align:center}.bet-bottom .talkinput input[data-v-7fe247ba]:-moz-placeholder,.bet-bottom .talkinput input[data-v-7fe247ba]::-moz-placeholder{text-align:center}.bet-bottom .talkinput input[data-v-7fe247ba]:-ms-input-placeholder{text-align:center}.bet-bottom .talkinputGray[data-v-7fe247ba]{background:#f5f6fa!important;font-size:.37333rem;font-family:PingFang SC;font-weight:500;color:#878b97;pointer-events:none}.bet-bottom .sendbutton[data-v-7fe247ba]{background:#00cafc;color:#fff;border-radius:.50667rem;width:1.6rem;height:1.01333rem;margin-top:.18667rem;margin-left:.13333rem;text-align:center;padding:0}.bet-bottom .sendbuttonGray[data-v-7fe247ba]{background:#b1effe!important;pointer-events:none}.bet-bottom .talkbottom[data-v-7fe247ba]{display:flex;justify-content:center;background:#ebecf5;z-index:100}.bet-bottom .talkbottom img[data-v-7fe247ba]{width:.53333rem}.bet-bottom .talkbottom div[data-v-7fe247ba]{width:25%;text-align:center;color:#878b97;font-size:.26667rem}.bet-bottom .talkbottom div p[data-v-7fe247ba]{height:.53333rem;margin:0;padding:0}.bet-bottom .talkbottom div p[data-v-7fe247ba]:last-child{margin-top:.08rem}.bet-bottom .talkbottomGray[data-v-7fe247ba]{background-color:#ebecf5!important;pointer-events:none!important}.withdrawCheckPop[data-v-7fe247ba]{width:7.46667rem;background:#fff;border-radius:.24rem;display:flex;flex-direction:column;justify-content:center;text-align:center;overflow:hidden}.withdrawCheckPop .flag[data-v-7fe247ba]{width:3.65333rem;height:.13333rem;background:linear-gradient(90deg,#f08448,#ffc170);margin:0 auto}.withdrawCheckPop .logoimg[data-v-7fe247ba]{height:.64rem;display:block;margin:0 auto;margin-top:.66667rem;margin-bottom:.34667rem}.withdrawCheckPop .center_text[data-v-7fe247ba]{min-height:2.72rem;line-height:.56rem;font-size:.37333rem;font-family:PingFang SC;font-weight:500;color:#424653;white-space:pre-wrap;flex-direction:column;justify-content:center}.withdrawCheckPop .b_btnList[data-v-7fe247ba],.withdrawCheckPop .center_text[data-v-7fe247ba]{display:flex;align-items:center}.withdrawCheckPop .b_btnList[data-v-7fe247ba]{height:1.2rem;justify-content:space-between;border-top:.02667rem solid #e1e1e1}.withdrawCheckPop .b_btnList .item[data-v-7fe247ba]{flex:1;height:1.2rem;line-height:1.2rem;font-size:.42667rem;font-family:PingFang SC;font-weight:500;color:#424653;text-align:center}.withdrawCheckPop .b_btnList .item[data-v-7fe247ba]:last-child{color:#fff;background:linear-gradient(90deg,#f08448,#ffc170);border-radius:0 0 .26667rem 0}.redbagPop[data-v-7fe247ba]{width:70%;background-size:100% 100%;border-radius:.4rem;color:#fef8bd;padding:0 .4rem .4rem .4rem}.redbagPop .block .singleBlk[data-v-7fe247ba]{display:flex;width:100%;line-height:.66667rem;height:.66667rem;font-size:.37333rem}.redbagPop .closeRedbag[data-v-7fe247ba]{position:absolute;width:1.33333rem;height:1.33333rem;background-size:100% 100%;right:0;top:0;font-size:.66667rem}.redbagPop .moredata[data-v-7fe247ba]{font-size:.4rem;padding-top:.8rem}.main_wrap[data-v-7fe247ba]{width:100%;height:100%;background:#fff;overflow:hidden}.main_wrap .wrap_top[data-v-7fe247ba]{width:100%;height:5.33333rem;background:#f7f8fc;background:url(data:image/png;base64,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) no-repeat 50%;background-size:cover}.main_wrap .wrap_top .title[data-v-7fe247ba]{height:1.33333rem;padding:0 .4rem;display:flex;align-items:center;justify-content:space-between}.main_wrap .wrap_top .title img[data-v-7fe247ba]{width:.26667rem;height:.45333rem}.main_wrap .wrap_top .title span[data-v-7fe247ba]{font-size:.45333rem;color:#fff}.main_wrap .wrap_top .title[data-v-7fe247ba]:after{content:""}.main_wrap .wrap_top .userHead[data-v-7fe247ba]{width:2rem;height:2rem;margin:0 auto;display:block;margin-top:.82667rem;border-radius:50%}.main_wrap .wrap_content .tittle[data-v-7fe247ba]{min-height:1.54667rem;font-size:.37333rem;font-family:Microsoft YaHei;font-weight:400;color:#9ca7cb;padding-top:.77333rem;text-align:center;padding-bottom:.4rem;border-bottom:.02667rem solid #e9ecf7;background:#f7f8fc}.main_wrap .wrap_content .dataList[data-v-7fe247ba]{height:calc(100% - 6.13333rem);overflow-y:scroll;background-color:#fff;padding-bottom:3.73333rem}.main_wrap .wrap_content .dataList .List_item[data-v-7fe247ba]{display:flex;align-items:center;height:1.70667rem;padding-left:.85333rem;padding-right:.88rem;box-sizing:border-box}.main_wrap .wrap_content .dataList .List_item .head[data-v-7fe247ba]{width:1.06667rem;height:1.06667rem;border-radius:50%}.main_wrap .wrap_content .dataList .List_item .right_box[data-v-7fe247ba]{height:1.70667rem;display:flex;align-items:center;justify-content:space-between;margin-left:.42667rem;flex:1;border-bottom:.02667rem solid #e9ecf7}.main_wrap .wrap_content .dataList .List_item .right_box .lbox[data-v-7fe247ba]{height:1.70667rem;display:flex;flex-direction:column;justify-content:center}.main_wrap .wrap_content .dataList .List_item .right_box .lbox .userName[data-v-7fe247ba]{font-size:.37333rem;font-family:Microsoft YaHei;font-weight:400;color:#444c64}.main_wrap .wrap_content .dataList .List_item .right_box .lbox .time[data-v-7fe247ba]{font-size:.32rem;font-family:DIN;font-weight:500;color:#9ca7cb;margin-top:.26667rem}.main_wrap .wrap_content .dataList .List_item .right_box .rbox[data-v-7fe247ba]{height:1.70667rem;display:flex;align-items:center}.main_wrap .wrap_content .dataList .List_item .right_box .rbox .luckking[data-v-7fe247ba]{width:1.01333rem;height:.45333rem;margin-right:.26667rem}.main_wrap .wrap_content .dataList .List_item .right_box .rbox .money[data-v-7fe247ba]{font-size:.53333rem;font-family:DIN;font-weight:500;color:#444c64}.main_wrap .wrap_content .dataList .List_item .right_box .rbox .orange[data-v-7fe247ba]{color:#f1a862!important}.Login-window[data-v-7fe247ba]{width:100%;height:100%}.win[data-v-7fe247ba]{width:8.13333rem;height:8.26667rem;background-size:cover}.win .money[data-v-7fe247ba]{color:#bc1600;text-align:center;font-size:.88rem;margin-top:3.94667rem}.ding[data-v-7fe247ba]{position:absolute;opacity:0}.hongbaoPop[data-v-7fe247ba]{width:8.58667rem;height:11.01333rem;background-size:100% 100%;top:50%;position:fixed}.hongbaoPop .content[data-v-7fe247ba]{width:100%;height:100%;position:relative;display:flex;flex-direction:column;align-items:center}.hongbaoPop .content .numtext[data-v-7fe247ba]{text-align:left;padding-top:.8rem;font-size:.34667rem;font-family:DIN;font-weight:500;color:#ffe2b1;padding-left:.8rem;width:100%}.hongbaoPop .content .userHead[data-v-7fe247ba]{width:2rem;height:2rem;border-radius:50%;margin:0 auto;margin-top:1.30667rem}.hongbaoPop .content .luckMoney[data-v-7fe247ba]{font-size:.8rem;font-family:Arial;font-weight:700;color:#ffe2b1;margin-top:1.52rem}.hongbaoPop .content .luckText[data-v-7fe247ba]{font-size:.66667rem;font-family:PingFang SC;font-weight:800;color:#ffe2b1;margin-top:.29333rem}.hongbaoPop .content .activeText[data-v-7fe247ba]{height:.69333rem;font-size:.66667rem;font-family:PingFang SC;font-weight:800;color:#ffe2b1;margin-top:1.14667rem}.hongbaoPop .content .activeTexts[data-v-7fe247ba]{height:.69333rem;font-size:.93333rem;font-family:PingFang SC;font-weight:800;color:#ffe2b1;margin-top:.34667rem}.hongbaoPop .content .jihuoInput[data-v-7fe247ba]{margin-top:.48rem;width:4.05333rem;height:1.14667rem;line-height:1.14667rem;text-align:center;background-size:100% 100%;border:none;font-family:PingFang SC;font-weight:500;color:#424653}.hongbaoPop .content .jihuoInput[data-v-7fe247ba]::-webkit-input-placeholder{font-size:.34667rem;font-family:PingFang SC;font-weight:500;color:#999}.hongbaoPop .content .jihuoInput[data-v-7fe247ba]:-moz-placeholder,.hongbaoPop .content .jihuoInput[data-v-7fe247ba]::-moz-placeholder{font-size:.34667rem;font-family:PingFang SC;font-weight:500;color:#999}.hongbaoPop .content .jihuoInput[data-v-7fe247ba]:-ms-input-placeholder{font-size:.34667rem;font-family:PingFang SC;font-weight:500;color:#999}.hongbaoPop .content .openhb[data-v-7fe247ba]{width:5.6rem;height:1.52rem;position:absolute;bottom:1.38667rem;background-size:100% 100%;font-size:.37333rem;font-family:Microsoft YaHei;font-weight:700;color:#502d29;display:flex;justify-content:center;align-items:center}.hongbaoPop .content .remind[data-v-7fe247ba]{font-size:.66667rem;font-family:PingFang SC;font-weight:800;color:#ffe2b1;margin-top:1.41333rem}.hongbaoPop .content .goDetal[data-v-7fe247ba]{font-size:.37333rem;font-family:Microsoft YaHei;font-weight:400;color:#ffe2b1;cursor:pointer;position:absolute;bottom:1.2rem;left:0;width:100%;text-align:center;height:1.33333rem;line-height:1.33333rem}.hongbaoPop .noOnenmPop[data-v-7fe247ba]{color:#ffe2b1;margin-top:.4rem}.hongbaoPop .noOnenmPopx[data-v-7fe247ba]{color:#ffe2b1;margin-top:.4rem;font-size:.8rem}.redbag_order_listcls[data-v-7fe247ba]{height:100%}.redbag_order_listcls .overflowredbag[data-v-7fe247ba]{height:calc(100% - 7.2rem);overflow:auto}.redbag_order_listcls .title[data-v-7fe247ba]{height:1.2rem;line-height:1.2rem;color:#fff;font-size:.4rem}.redbag_order_listcls .issueno[data-v-7fe247ba],.redbag_order_listcls .title[data-v-7fe247ba]{display:flex;justify-content:center}.redbag_order_listcls .issueno[data-v-7fe247ba]{color:gold}.redbag_order_listcls .singleDetail[data-v-7fe247ba]{display:flex;padding-left:.4rem;border-bottom:.02667rem solid #e2e2e2;padding-bottom:.26667rem;padding-top:.26667rem}.redbag_order_listcls .singleDetail img[data-v-7fe247ba]{max-width:1.2rem;max-height:1.2rem;display:block;border-radius:50%}.redbag_order_listcls .singleDetail .nmdtwrap[data-v-7fe247ba]{margin-left:.26667rem;width:calc(100% - 2.53333rem)}.redbag_order_listcls .singleDetail .nmdtwrap span[data-v-7fe247ba]{width:100%;display:flex;line-height:.58667rem}.redbag_order_listcls .singleDetail .moneyamtr[data-v-7fe247ba]{line-height:1.2rem}.redbag_order_listcls .singleDetail .moneyamt[data-v-7fe247ba],.redbag_order_listcls .singleDetail .moneyamtr[data-v-7fe247ba]{float:right;width:2.66667rem;text-align:right;padding-right:.26667rem}.redbag_order_listcls .singleDetail .moneyamt[data-v-7fe247ba]{line-height:.66667rem;color:red;font-size:.42667rem}.redbag_order_listcls .singleDetail .moneyamt span[data-v-7fe247ba]{float:right;font-size:.32rem;width:2.66667rem;text-align:right}.redbag_order_listcls .singleDetail .moneyleft[data-v-7fe247ba]{line-height:1.2rem;font-size:.42667rem}.redbag_order_listcls #redbgbg[data-v-7fe247ba]{position:fixed;top:0;left:0;width:100%;height:4rem;background-color:#e14c3e;z-index:-1}.redbag_order_listcls .noOne[data-v-7fe247ba]{border-radius:50%;max-width:1.6rem;max-height:1.6rem;display:flex;margin:.26667rem auto}.redbag_order_listcls .imgspanwraps[data-v-7fe247ba]{padding-top:1.33333rem}.redbag_order_listcls .noOnenm[data-v-7fe247ba]{display:flex;justify-content:center;margin-bottom:.13333rem}.redbag_order_listcls .totalandleft[data-v-7fe247ba]{padding-left:.4rem;line-height:.8rem;border-bottom:.02667rem solid #e2e2e2}.redbag_order_listcls .gobacktox[data-v-7fe247ba]{position:absolute;left:.26667rem;top:.26667rem}.redbag_order_listcls .gobacktox img[data-v-7fe247ba]{max-height:.4rem}