: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-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-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}.actionSheetPop[data-v-d9aef98c]{width:6.93333rem;max-height:10rem;overflow:scroll;background:#fff;border-radius:.26667rem}.actionSheetPop .actionItem[data-v-d9aef98c]{height:1.33333rem;justify-content:space-between;padding-left:.4rem;padding-right:.4rem;border-bottom:.02667rem solid #e1e1e1}.actionSheetPop .actionItem .left[data-v-d9aef98c],.actionSheetPop .actionItem[data-v-d9aef98c]{display:flex;align-items:center}.actionSheetPop .actionItem .left[data-v-d9aef98c]{justify-content:flex-start}.actionSheetPop .actionItem .left .game[data-v-d9aef98c]{font-size:.37333rem;font-family:DIN;font-weight:500;color:#424653}.actionSheetPop .actionItem .left .hot[data-v-d9aef98c]{width:.69333rem;height:.34667rem;margin-left:.4rem}.actionSheetPop .actionItem .right[data-v-d9aef98c]{width:.45333rem;height:.4rem}.actionSheetPop[data-v-d9aef98c]::-webkit-scrollbar{display:none!important}.venuesDetail .Popovershow[data-v-d9aef98c]{width:.26667rem;height:.26667rem}.venuesDetail .venues[data-v-d9aef98c]{display:flex;margin-top:.32rem;justify-content:space-between;padding-left:.42667rem;padding-right:.4rem;align-items:center;font-family:PingFang-SC-Medium;font-size:.32rem;padding-bottom:.45333rem}.venuesDetail .venues .left-nums[data-v-d9aef98c]{color:#424653}.venuesDetail .venues span[data-v-d9aef98c]{color:#a5a9b3;flex:1;text-align:right;padding-right:.13333rem}.venuesDetail .venues img[data-v-d9aef98c]{width:.46667rem;height:.46667rem;margin-left:.24rem}.venuesDetail .venues .disable[data-v-d9aef98c]{pointer-events:none}.venuesDetail .venuesList .top[data-v-d9aef98c]{display:flex;height:1.86667rem;background:#f3f3f6;border-radius:.13333rem;flex:1;margin-left:.4rem;margin-right:.4rem;justify-content:space-between;align-items:center;padding-left:.42667rem;padding-right:.4rem}.venuesDetail .venuesList .top .left[data-v-d9aef98c]{width:4.8rem;height:100%}.venuesDetail .venuesList .top .left .left-top[data-v-d9aef98c]{display:flex;justify-content:flex-start;align-items:center;margin-top:.48rem;height:.32rem}.venuesDetail .venuesList .top .left .left-top img[data-v-d9aef98c]{width:.32rem;height:.29333rem;margin-right:.26667rem;vertical-align:middle;margin-top:.02667rem}.venuesDetail .venuesList .top .left .left-top .main-number[data-v-d9aef98c]{font-size:.32rem;font-family:PingFang SC;font-weight:700;color:#424653}.venuesDetail .venuesList .top .left .money[data-v-d9aef98c]{font-size:.37333rem;font-family:DIN;font-weight:500;justify-content:flex-start;color:#424653;height:.37333rem;margin-top:.24rem}.venuesDetail .venuesList .top .left .money[data-v-d9aef98c],.venuesDetail .venuesList .top .onClickBack[data-v-d9aef98c]{display:-ms-flexbox;align-items:center;display:flex}.venuesDetail .venuesList .top .onClickBack[data-v-d9aef98c]{width:2.4rem;height:1.06667rem;background:#fff;border-radius:.21333rem;padding:0;justify-content:center}.venuesDetail .venuesList .top .onClickBack .van-button__text[data-v-d9aef98c]{text-align:center;color:#c4a47d;font-family:PingFang-SC-Medium;font-size:.37333rem;font-family:PingFang SC;font-weight:700;color:#ff8439}.venuesDetail .venuesList .listbox[data-v-d9aef98c]{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;padding-left:.32rem;padding-right:.32rem}.venuesDetail .venuesList .listbox .item[data-v-d9aef98c]{width:25%;height:2rem;border-bottom:.02667rem solid #eee}.venuesDetail .venuesList .listbox .item .inner-box[data-v-d9aef98c],.venuesDetail .venuesList .listbox .item[data-v-d9aef98c]{display:flex;align-items:center;justify-content:center}.venuesDetail .venuesList .listbox .item .inner-box[data-v-d9aef98c]{flex-direction:column;border-right:.02667rem solid #eee;width:100%;padding-left:.08rem;padding-right:.08rem}.venuesDetail .venuesList .listbox .item .inner-box .out[data-v-d9aef98c]{display:flex;align-items:center}.venuesDetail .venuesList .listbox .item .inner-box .out .tittleText[data-v-d9aef98c]{font-size:.29333rem;font-family:PingFang SC;color:#424653;max-height:1.2rem;line-height:.4rem;overflow:hidden;word-break:break-all}.venuesDetail .venuesList .listbox .item .inner-box .out img[data-v-d9aef98c]{margin-left:.05333rem}.venuesDetail .venuesList .listbox .item .inner-box .moneyText[data-v-d9aef98c]{margin-top:.18667rem;font-size:.29333rem;font-family:DIN;font-weight:500;color:#7e88ad}.venuesDetail .venuesList .listbox .item .inner-box .blue[data-v-d9aef98c]{color:#68a6f7}.venuesDetail .venuesList .listbox .item .desShow[data-v-d9aef98c]{min-width:3.2rem;max-width:3.73333rem;background-color:#424653;position:absolute;margin-bottom:2.4rem;border-radius:.16rem;padding-left:.16rem;padding-right:.16rem;padding-top:.08rem;padding-bottom:.08rem;line-height:.48rem;margin-left:1.06667rem;z-index:999;border:.02667rem solid #ccc;font-size:.26667rem;margin-right:.4rem;box-sizing:border-box;color:#fff}.venuesDetail .venuesList .listbox .bbNone[data-v-d9aef98c]{border-bottom:none!important}.venuesDetail .venuesList .listbox .item:nth-child(4n) .inner-box[data-v-d9aef98c]{border-right:none}.venuesTansfer[data-v-d9aef98c]{width:100%;height:100%;background-color:#f3f3f6}.venuesTansfer .head[data-v-d9aef98c]{width:100%;height:1.17333rem;border-bottom:.02667rem solid #f4f4f4;background:#fff}.venuesTansfer .head img[data-v-d9aef98c]{width:.64rem;height:.64rem;margin-left:.13333rem;margin-top:.26667rem}.venuesTansfer .head .head-text[data-v-d9aef98c]{margin-left:3.33333rem;font-size:.45333rem;color:#424653;font-weight:700}.venuesTansfer .accounts-scroll[data-v-d9aef98c]{padding:.26667rem;background-color:#f3f3f6}.venuesTansfer .accounts-scroll .automatic[data-v-d9aef98c]{width:9.46667rem;height:1.33333rem;background:#fff;box-shadow:0 0 .16rem 0 rgba(156,163,191,.35);border-radius:.21333rem;margin-bottom:.26667rem}.venuesTansfer .accounts-scroll .automatic .text[data-v-d9aef98c]{font-family:PingFang SC;font-weight:700;color:#424653}.venuesTansfer .accounts-scroll .automatic .text .tit[data-v-d9aef98c]{font-size:.37333rem;font-family:PingFang SC;font-weight:700;color:#424653}.venuesTansfer .accounts-scroll .automatic .text span[data-v-d9aef98c]{font-size:.26667rem;font-family:PingFang SC;font-weight:500;color:#9ca3bf;margin-top:.13333rem}.venuesTansfer .accounts-scroll .automatic .text .Popovershow[data-v-d9aef98c]{width:.32rem;height:.32rem;margin-left:.05333rem;-webkit-transform:translateY(.02667rem);transform:translateY(.02667rem)}.venuesTansfer .accounts-scroll .automatic[data-v-d9aef98c]{height:1.06667rem;background-color:#fff;display:flex;justify-content:space-between;align-items:center;padding-left:.42667rem;box-sizing:border-box;padding-right:.4rem}.venuesTansfer .accounts-scroll .automatic .desShow[data-v-d9aef98c]{margin-top:.08rem;min-width:3.2rem;max-width:11.2rem;background-color:#424653;position:absolute;margin-bottom:2.4rem;border-radius:.16rem;padding-left:.16rem;padding-right:.16rem;padding-top:.08rem;padding-bottom:.08rem;line-height:.48rem;margin-left:0;z-index:999;border:.02667rem solid #ccc;font-size:.26667rem;margin-right:0;box-sizing:border-box;color:#fff}.venuesTansfer .accounts-scroll .automatic .text[data-v-d9aef98c]{font-size:.37333rem;font-family:PingFang SC,sans-serif;font-weight:500;color:#1f285a}.venuesTansfer .accounts-scroll .automatic .van-switch--on[data-v-d9aef98c]{background-color:#ff8439!important}.venuesTansfer .accounts-scroll .user-handle[data-v-d9aef98c]{width:9.46667rem;min-height:5.62667rem;background-color:#fff;box-shadow:0 0 .10667rem 0 rgba(156,163,191,.35);border-radius:.26667rem;margin-bottom:.26667rem;padding-bottom:.53333rem}.venuesTansfer .accounts-scroll .user-handle .first-handle[data-v-d9aef98c]{display:flex;justify-content:space-around;align-items:center;height:1.33333rem;border-bottom:.02667rem solid #dcdcdc}.venuesTansfer .accounts-scroll .user-handle .first-handle .from[data-v-d9aef98c],.venuesTansfer .accounts-scroll .user-handle .first-handle .to[data-v-d9aef98c]{width:4.26667rem;cursor:pointer}.venuesTansfer .accounts-scroll .user-handle .first-handle .item[data-v-d9aef98c]{display:flex;height:1.33333rem;justify-content:center;align-items:center}.venuesTansfer .accounts-scroll .user-handle .first-handle .item span[data-v-d9aef98c]{font-size:.37333rem;font-family:PingFang SC;color:#424653;margin-right:.26667rem;font-weight:700}.venuesTansfer .accounts-scroll .user-handle .first-handle .item .arrowicon[data-v-d9aef98c]{width:.13333rem;height:.24rem}.venuesTansfer .accounts-scroll .user-handle .first-handle .icon[data-v-d9aef98c]{width:.61333rem;height:.32rem}.venuesTansfer .accounts-scroll .user-handle .second-handle[data-v-d9aef98c]{height:2.16rem;flex-direction:column;margin-left:.8rem;margin-right:.8rem;box-sizing:border-box;padding-bottom:.4rem}.venuesTansfer .accounts-scroll .user-handle .second-handle .bankbalance[data-v-d9aef98c]{height:.85333rem;display:flex;align-items:center;font-size:.37333rem;font-family:PingFang SC;font-weight:500;color:#9ca3bf}.venuesTansfer .accounts-scroll .user-handle .second-handle .bankbalance .number[data-v-d9aef98c]{color:#ff8439;margin-left:.13333rem}.venuesTansfer .accounts-scroll .user-handle .second-handle[data-v-d9aef98c] .van-cell:after{content:none!important}.venuesTansfer .accounts-scroll .user-handle .second-handle .inputArea[data-v-d9aef98c]{display:flex;justify-content:space-around;align-items:center;margin-top:.16rem;position:relative}.venuesTansfer .accounts-scroll .user-handle .second-handle .inputArea .betInput[data-v-d9aef98c]{padding:.26667rem 0;display:flex;align-items:flex-end;flex-direction:row;justify-content:center;position:relative;border-bottom:.02667rem solid #dcdcdc}.venuesTansfer .accounts-scroll .user-handle .second-handle .inputArea .betInput .van-cell__title[data-v-d9aef98c]{font-size:.37333rem;font-family:PingFang SC;font-weight:700;color:#424653;margin:0;width:.26667rem;-webkit-transform:translatey(.02667rem);transform:translatey(.02667rem)}.venuesTansfer .accounts-scroll .user-handle .second-handle .inputArea .betInput .van-cell__value[data-v-d9aef98c]{margin-left:.4rem;width:6.56rem}.venuesTansfer .accounts-scroll .user-handle .second-handle .inputArea .betInput .van-cell__value .van-field__body input[data-v-d9aef98c]{font-size:.66667rem;font-family:DIN;font-weight:500;color:#424653;border:none}.venuesTansfer .accounts-scroll .user-handle .second-handle .inputArea .betInput .van-cell__value .van-field__body input[data-v-d9aef98c]::-webkit-input-placeholder{font-size:.48rem;font-family:PingFang SC;font-weight:500;color:#9ca3bf}.venuesTansfer .accounts-scroll .user-handle .second-handle .inputArea .betInput .van-cell__value .van-field__body input[data-v-d9aef98c]:-moz-placeholder,.venuesTansfer .accounts-scroll .user-handle .second-handle .inputArea .betInput .van-cell__value .van-field__body input[data-v-d9aef98c]::-moz-placeholder{font-size:.48rem;font-family:PingFang SC;font-weight:500;color:#9ca3bf}.venuesTansfer .accounts-scroll .user-handle .second-handle .inputArea .betInput .van-cell__value .van-field__body input[data-v-d9aef98c]:-ms-input-placeholder{font-size:.48rem;font-family:PingFang SC;font-weight:500;color:#9ca3bf}.venuesTansfer .accounts-scroll .user-handle .second-handle .inputArea .van-cell[data-v-d9aef98c]:after{content:none}.venuesTansfer .accounts-scroll .user-handle .second-handle .inputArea .all-into[data-v-d9aef98c]{width:1.86667rem;text-align:right;font-size:.32rem;font-family:PingFang SC;font-weight:700;color:#ff8439;position:absolute;right:.26667rem;bottom:.4rem}.venuesTansfer .accounts-scroll .user-handle .lastbutton[data-v-d9aef98c]{display:flex;justify-content:center;align-items:center;width:8rem;height:1.2rem;background:linear-gradient(90deg,#ff8846,#ffbe61);border-radius:.61333rem;opacity:.4;font-size:.42667rem;font-family:PingFang SC;font-weight:700;color:#fff;margin:0 auto;margin-top:.37333rem}.venuesTansfer .accounts-scroll .user-handle .hasInput[data-v-d9aef98c]{opacity:1!important}.venuesTansfer .accounts-scroll .topArea[data-v-d9aef98c]{background:#fff;box-shadow:0 0 .16rem 0 rgba(156,163,191,.35);border-radius:.21333rem;box-sizing:border-box;padding-top:.13333rem;min-height:auto!important}.venuesTansfer[data-v-d9aef98c] .van-popup{min-height:8rem;padding-top:.26667rem;padding-bottom:.66667rem}.venuesTansfer[data-v-d9aef98c] .van-popup .van-action-sheet__item{padding-top:0;padding-bottom:0;height:1.33333rem;border-bottom:.02667rem solid #f2f3f5}