/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated{animation-duration:.3s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,20%,53%,80%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes bounceIn{0%,20%,40%,60%,80%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn;animation-duration:.75s}@keyframes bounceInDown{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut;animation-duration:.75s}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;animation-duration:.75s;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;animation-name:flipOutY;animation-duration:.75s}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translateY(-100%);visibility:visible}to{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translateX(-100%);visibility:visible}to{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translateX(100%);visibility:visible}to{transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translateY(100%);visibility:visible}to{transform:translateY(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateY(0)}to{visibility:hidden;transform:translateY(100%)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateX(0)}to{visibility:hidden;transform:translateX(-100%)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateX(0)}to{visibility:hidden;transform:translateX(100%)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}to{visibility:hidden;transform:translateY(-100%)}}.slideOutUp{animation-name:slideOutUp}.message-tipbox{position:fixed;top:80%;left:50%;transform:translate(-50%,-80%)!important;z-index:999999999;padding:.4rem .6rem;font-size:0;line-height:1.5;text-align:center;background-color:rgba(0,0,0,.8);border-radius:.15rem;word-break:break-all;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.message-tipbox>*{display:inline-block;vertical-align:middle}.message-icon{width:1.5rem;height:1.5rem;margin-right:.2rem}.message-content{color:#fff;font-size:.63rem;white-space:nowrap}.newBasePopu{width:100%;height:100%;transition:all .2s ease 0s;background:rgba(0,0,0,.6);position:fixed;left:0;right:0;top:0;z-index:1000}.newBasePopu .MarkBg,.newBasePopu.noFixed{position:absolute;top:0}.newBasePopu .MarkBg{left:0;right:0;bottom:0;height:100%}.newBasePopu.hideBg{background:transparent}.newBasePopu .allBg{z-index:1001}.newBasePopu .inline-block{display:inline-block}.newBasePopu .modal-container{width:13.6rem;z-index:9000;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:.2rem}.newBasePopu .modal-container .modal-header{font-weight:500;font-size:.6rem;color:#e60012}.newBasePopu .modal-container .modal-header .flex-header{padding-top:1.2rem;text-align:center}.newBasePopu .modal-container .modal-header .flex-header .left{vertical-align:middle;font-weight:600;font-size:.68rem}.newBasePopu .modal-container .modal-header .flex-header .title{vertical-align:middle}.newBasePopu .modal-container .modal-header .flex-header .right{font-weight:600;font-size:.68rem;vertical-align:middle}.newBasePopu .modal-container .modal-header .js-close{cursor:pointer;height:1.32rem;width:1.32rem;position:absolute;right:0;top:0;padding:.2rem .2rem .3rem .3rem}.newBasePopu .modal-container .modal-body{text-align:center;margin:.8rem 0 .2rem}.newBasePopu .modal-container .modal-body.content{font-size:.56rem;overflow-x:hidden;overflow-y:auto;max-height:10rem;padding:0 .6rem;margin:.8rem 0;text-align:left}.newBasePopu .modal-container .modal-body.content .flexRow{line-height:1.5;margin:0 auto}.newBasePopu .modal-container .modal-body.content .flexRow span{word-break:break-all}.newBasePopu .modal-container .modal-body .tips{padding:0 2rem;height:1.3rem;font-weight:500;font-size:.48rem;color:#333}.newBasePopu .modal-container .modal-footer{padding:.2rem 0 .8rem;text-align:center}.newBasePopu .modal-container .modal-footer .confirm-ok{cursor:pointer;display:inline-block;font-size:.56rem;width:9.6rem;height:1.08rem;background:red;border-radius:24px;color:#fff;line-height:1.06rem}.newBasePopu .modal-container .modal-footer.custom-footer .confirm-cancel{display:inline-block;font-size:.56rem;width:6rem;height:1.08rem;line-height:1.08rem;background:#f8b551;border-radius:24px;color:#fff;cursor:pointer}.newBasePopu .modal-container .modal-footer.custom-footer .confirm-ok{cursor:pointer;display:inline-block;font-size:.56rem;width:6rem;height:1.08rem;margin-left:.36rem;line-height:1.08rem;background:red;border-radius:24px;color:#fff}.baseGamePopu{width:100%;height:100%;transition:all .2s ease 0s;background:rgba(0,0,0,.6);position:fixed;left:0;right:0;top:0;z-index:1000}.baseGamePopu .MarkBg,.baseGamePopu.noFixed{position:absolute;top:0}.baseGamePopu .MarkBg{left:0;right:0;bottom:0;height:100%}.baseGamePopu .MarkBg.shoWinBg{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/77069/4/15034/58651/5dcba616Ed9059fb7/799463bb73663b5c.png") 50% no-repeat;background-size:16rem 16rem}.baseGamePopu.hideBg{background:transparent}.baseGamePopu .allBg{z-index:1100;transform:translateZ(1px);-webkit-transform:translateZ(1px);-moz-transform:translateZ(1px);-o-transform:translateZ(1px)}.baseGamePopu .title{width:100%;text-align:center;position:relative;color:#e60012;font-size:.65rem;font-weight:500;padding-top:1rem}.baseGamePopu .hideGamePopu{position:absolute;width:.8rem;height:.8rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/38655/19/16112/1260/60ebbff0E3bddf33d/168c324b7888b56f.png") 50% no-repeat;background-size:.8rem .8rem;top:-.8rem;right:6%;cursor:pointer;z-index:1111}.baseGamePopu .hideGamePopu.posiHideXX{top:1.3rem;right:0}.baseGamePopu .hideGamePopu.sizeHideXX{top:.5rem;right:.5rem;width:1rem;height:1rem}.baseGamePopu .hideGamePopu.sizeHideXX-2{top:.4rem;right:.6rem}.baseGamePopu .gamePopuBg-0{position:absolute;width:13.5rem;height:10rem;top:50%;left:50%;transform:translate(-50%,-50%)!important;z-index:1000;background:#fff;background-size:100%;border-radius:.5rem}.baseGamePopu .gamePopuBg-0 .title{width:100%;height:1.25rem;line-height:1.25rem;color:#e60012;border-radius:.375rem .375rem 0 0}.baseGamePopu .gamePopuBg-0 .icon{width:3.2rem;height:3.2rem;margin:.2rem auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/112863/36/7231/2329/5ec1e4bbE820f94dc/6a64946cf8d7a008.png") 50% no-repeat;background-size:100%}.baseGamePopu .gamePopuBg-0 .tipss{font-size:.6rem;color:#e60012;padding:.65rem;margin:0 auto;max-height:5.75rem;overflow-y:auto;text-align:center}.baseGamePopu .gamePopuBg-0 .confirm-ok{width:80%;background:red}.baseGamePopu .gamePopuBg-0 .confirm-ok,.baseGamePopu .gamePopuBg-0 .confirm-ok2{display:block;height:1.375rem;line-height:1.375rem;font-size:.6rem;color:#fff;text-align:center;border-radius:.1rem;margin:0 auto;border-radius:.8rem}.baseGamePopu .gamePopuBg-0 .confirm-ok2{width:40%;background:#f8b551}.baseGamePopu .gamePopuBg-0 .goToShop{display:block;width:40%;height:1.375rem;line-height:1.375rem;font-size:.6rem;color:#fff;text-align:center;background:red;border-radius:.1rem;margin:0 auto;border-radius:.8rem}.baseGamePopu .winBg1{position:absolute;width:10rem;height:10rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000;background-color:#fff;border-radius:.2rem}.baseGamePopu .winBg1 .bgTitle{width:100%;height:auto;text-align:center;color:#e60012;font-weight:500;font-size:.6rem;margin-top:.8rem}.baseGamePopu .winBg1 .tips{text-align:center;color:#e60012;font-size:.6rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.baseGamePopu .winBg1 .tips-two{text-align:center;color:#999;font-size:.5rem}.baseGamePopu .winBg1 .textBox{width:100%;height:auto;text-align:center;color:#999;font-size:.45rem}.baseGamePopu .winBg1 .confirm-ok{display:block;width:8rem;height:1rem;line-height:1rem;font-size:.6rem;color:#fff;text-align:center;background:red;border-radius:.5rem;margin:0 auto;margin-top:1rem}.baseGamePopu .gamePopuBg-1 .icon{width:3.2rem;height:3.2rem;margin:.2rem auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128692/7/2010/3116/5ec1f9daE8ac63c0d/63a1ec523b966734.png") 50% no-repeat;background-size:100%}.baseGamePopu .gamePopuBg-2 .icon{width:3.2rem;height:3.2rem;margin:.2rem auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128559/10/2062/3132/5ec1f9dbE5326cbe8/24c40a16730ab5aa.png") 50% no-repeat;background-size:100%}.baseGamePopu .gamePopuBg-2 .button-box{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline;position:fixed;bottom:1rem}.baseGamePopu .gamePopuBg-2 .button-box a{width:40%;color:#fff;height:1rem;line-height:1rem;font-size:.6rem;border-radius:.8rem;margin:0 auto}.baseGamePopu .gamePopuBg-2 .button-box .confirm-ok{background-color:red}.baseGamePopu .gamePopuBg-2 .button-box .confirm-cancel{background-color:#f8b551;text-align:center}.baseGamePopu .gamePopuBg-3 .icon{width:3.2rem;height:3.2rem;margin:.2rem auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/129246/19/2067/2950/5ec1f9dbE5417da1c/8a3ef5965a2d85a8.png") 50% no-repeat;background-size:100%}.baseGamePopu .gamePopuBg-4 .imgVi{width:3.2rem;height:3.2rem;line-height:3.2rem;margin:0 auto;margin-top:.5rem!important;margin-bottom:.375rem!important}.baseGamePopu .gamePopuBg-4 .imgVi .ImgSrc{width:3.2rem;height:3.2rem;line-height:3.2rem;margin:0 auto;vertical-align:middle}.baseGamePopu .gamePopuBg-8 .icon{width:3.2rem;height:3.2rem;margin:.2rem auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/119349/36/7337/2513/5ec1f9dbEb98891b3/d8d38867d0008384.png") 50% no-repeat;background-size:100%}.baseGamePopu .gamePopuBg-5{position:absolute;width:13.5rem;height:20rem;top:50%;left:50%;transform:translate(-50%,-50%)!important;z-index:1000;background:#fff;background-size:100%;border-radius:.5rem}.baseGamePopu .gamePopuBg-5 .title{width:100%;height:1.25rem;line-height:1.25rem;color:#fff;border-radius:.375rem .375rem 0 0;color:#e45235;margin-bottom:.5rem}.baseGamePopu .gamePopuBg-5 .imputVi{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:.6rem;color:#888;margin-bottom:.5rem}.baseGamePopu .gamePopuBg-5 .imputVi .left{width:3.5rem;height:1.35rem;line-height:1.35rem;-ms-flex-align:center;align-items:center;text-align:right;font-size:.6rem}.baseGamePopu .gamePopuBg-5 .imputVi .right{position:relative}.baseGamePopu .gamePopuBg-5 .imputVi .right input{width:9rem;text-indent:.1rem;border-radius:.25rem;border:.05rem solid #d8d7d8;height:1.35rem;font-size:.6rem;padding-left:.3rem}.baseGamePopu .gamePopuBg-5 .imputVi .right textarea{width:9rem;padding-left:.3rem;border-radius:.25rem;border:.05rem solid #d8d7d8;height:4.7rem;font-size:.6rem;resize:none}.baseGamePopu .gamePopuBg-5 .imputVi .right .address-box{width:2.2rem;height:1.35rem;position:relative;display:inline-block;margin-right:.25rem}.baseGamePopu .gamePopuBg-5 .imputVi .right .address-box .addrBox{width:1.8rem;height:100%;padding-right:.2rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.baseGamePopu .gamePopuBg-5 .imputVi .right .address-box .downMore{position:absolute;top:.6rem;right:.1rem;width:.6rem;height:.4rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/48760/12/17210/298/60ebe06bEcc0d7112/b2e2ad5bd2da2ec4.png") 50% no-repeat;background-size:.6rem .4rem}.baseGamePopu .gamePopuBg-5 .imputVi .right .tips{width:10rem;height:2rem;color:#fff;font-size:.6rem;background-color:#333;position:absolute;top:-2.6rem;right:.5rem;line-height:1rem;padding:.2rem .2rem .2rem .5rem;opacity:.8;border-radius:10px;display:none}.baseGamePopu .gamePopuBg-5 .imputVi .right .letter{position:absolute;top:0;right:.1rem;width:1.5rem;height:1.5rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/177085/34/13445/2256/60e7f851Eb9d405fa/20c17d750c45962d.png") 50% no-repeat;background-size:.8rem .8rem;border-left:1px solid #ddd}.baseGamePopu .gamePopuBg-5 .tipsBox{text-align:center;width:100%;height:auto;color:#e60012;margin-top:3rem;padding-bottom:1rem;font-size:.6rem}.baseGamePopu .gamePopuBg-5 .bottomBtn{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:-.5rem auto;position:absolute;left:4.25%;bottom:12%;font-size:.7rem}.baseGamePopu .gamePopuBg-5 .bottomBtn a{display:block;width:5.95rem;height:1.375rem;line-height:1.375rem;font-size:.6rem;text-align:center;border-radius:.15rem;border:none;border-radius:20px}.baseGamePopu .gamePopuBg-5 .bottomBtn a:first-child{margin-right:.5rem}.baseGamePopu .gamePopuBg-5 .confirm-cancel{background:#f8b551;color:#fff}.baseGamePopu .gamePopuBg-5 .confirm-ok{background:#e45235;color:#fff}.baseGamePopu .gamePopuBg-6{position:absolute;width:13.5rem;height:13.5rem;top:50%;left:50%;transform:translate(-50%,-50%)!important;z-index:1000;background:#fff;background-size:100%;border-radius:.5rem}.baseGamePopu .gamePopuBg-6 .title{width:100%;height:1.25rem;line-height:1.25rem;color:red;border-radius:.375rem .375rem 0 0}.baseGamePopu .gamePopuBg-6 .tips{font-size:.6rem;padding:6%;margin:0 auto;max-height:5.75rem;overflow-y:auto}.baseGamePopu .gamePopuBg-6 .tips .role .content{font-size:.6rem}.baseGamePopu .gamePopuBg-6 .tips .role .content div{margin-bottom:.375rem}.baseGamePopu .gamePopuBg-6 .tips .role .content .text{display:inline-block}.baseGamePopu .gamePopuBg-6 .tips .role .content i{display:inline-block;width:.5rem;height:.5rem;text-align:center;padding:0 .4rem 0 .25rem;font-style:normal}.baseGamePopu .gamePopuBg-6 .button-box{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;position:fixed;bottom:1rem}.baseGamePopu .gamePopuBg-6 .button-box a{color:#fff;border-radius:.8rem}.baseGamePopu .gamePopuBg-6 .button-box .bottomBtn{height:1.15rem;line-height:1.15rem;font-size:.6rem;text-align:center;margin:0}.baseGamePopu .gamePopuBg-6 .button-box .confirm-ok{width:80%;background:#f84324}.baseGamePopu .gamePopuBg-7{position:absolute;width:13.5rem;height:7.5rem;top:50%;left:50%;transform:translate(-50%,-50%)!important;z-index:1000;background:#fff;background-size:100%;border-radius:.5rem}.baseGamePopu .gamePopuBg-7 .title{width:100%;height:1.25rem;line-height:1.25rem;color:red}.baseGamePopu .gamePopuBg-7 .content{font-size:.6rem;padding:6%;margin:0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.baseGamePopu .gamePopuBg-7 .content .shopLogo{width:3.25rem;height:3.25rem;border-radius:50%;margin-right:.25rem}.baseGamePopu .gamePopuBg-7 .content .shopLogo img{width:3.25rem;height:3.25rem;border-radius:50%}.baseGamePopu .gamePopuBg-7 .content .text{-ms-flex-align:center;align-items:center}.baseGamePopu .gamePopuBg-7 .button-box{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline}.baseGamePopu .gamePopuBg-7 .button-box a{width:40%;color:#fff;height:1.375rem;line-height:1.375rem;font-size:.6rem;border-radius:.8rem;margin:0 auto}.baseGamePopu .gamePopuBg-7 .button-box .confirm-ok{background-color:red}.baseGamePopu .gamePopuBg-7 .button-box .confirm-cancel{background-color:#f8b551;text-align:center}.baseGamePopu .gamePopuBg-7 .confirm-ok{display:block;width:5.95rem;height:1.375rem;line-height:1.375rem;font-size:.6rem;color:#fff;text-align:center;background:red;border-radius:.1rem;margin:0 auto;margin-top:.4rem;border-radius:.8rem}.baseGamePopu .gamePopuBg-9 .icon{width:3.2rem;height:3.2rem;margin:.4rem auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/114592/14/7229/2245/5ec1f9dbE9c172602/f8d64c9190685629.png") 50% no-repeat;background-size:100%}.baseGamePopu .gamePopuBg-9 .text-tip{padding-top:.1rem;text-align:center;color:#999;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all;padding-bottom:.2rem}.baseGamePopu .gamePopuBg-9 a{margin-top:.4rem!important}.baseGamePopu .gamePopuBg-10 .icon{width:3.2rem;height:3.2rem;margin:.4rem auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/120718/15/1964/2295/5ec1f9dbE83fadd12/430691e738fc45c8.png") 50% no-repeat;background-size:100%}.baseGamePopu .gamePopuBg-10 .text-tip{padding-top:.1rem;text-align:center;color:#999;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all;padding-bottom:.2rem}.baseGamePopu .gamePopuBg-10 a{margin-top:.4rem!important}.baseGamePopu .gamePopuBg-11 .icon{width:3.2rem;height:3.2rem;margin:.2rem auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/122851/13/2000/3558/5ec1f9dbE8d625140/814018db92e76efd.png") 50% no-repeat;background-size:100%}.baseGamePopu .gamePopuBg-11 .text-tip{padding-top:.1rem;text-align:center;color:#999;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all;padding-bottom:.2rem}.baseGamePopu .gamePopuBg-11 a{margin-top:.4rem!important}.baseGamePopu .gamePopuBg-12 .icon{width:3.2rem;height:3.2rem;margin:.2rem auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128168/20/1975/4154/5ec1f9dbE9c102120/4b558e29290c8460.png") 50% no-repeat;background-size:100%}.baseGamePopu .gamePopuBg-12 .text-tip{padding-top:.1rem;text-align:center;color:#999;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all;padding-bottom:.2rem}.baseGamePopu .gamePopuBg-12 a{margin-top:.4rem!important}.baseGamePopu .gamePopuBg-13{height:10.5rem}.baseGamePopu .gamePopuBg-13 .icon{width:3.2rem;height:3.2rem;margin:.2rem auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/149885/25/18534/418/5fd85398E4370329d/b93f9b35f45e868e.png") 50% no-repeat;background-size:100%}.baseGamePopu .gamePopuBg-13 .text-tip{padding-top:.1rem;text-align:center;color:#999;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all;padding-bottom:.2rem}.baseGamePopu .gamePopuBg-13 a{margin-top:.2rem!important}.baseGamePopu .gamePopuBg-13 #redemptionCde{opacity:0;position:absolute;top:0}.baseGamePopu .gamePopuBg-13 .button-box{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;position:fixed;bottom:.6rem}.baseGamePopu .gamePopuBg-13 .button-box a{color:#fff;border-radius:.8rem;width:40%;height:1rem;line-height:1rem;font-size:.6rem;text-align:center;margin:0}.baseGamePopu .gamePopuBg-13 .button-box .confirm-ok{background:#f84324}.baseGamePopu .gamePopuBg-13 .button-box .confirm-cancel{background:#f8b551}.baseGamePopu .gamePopuBg-15{height:10.5rem}.baseGamePopu .gamePopuBg-15 .icon{width:3.2rem;height:3.2rem;margin:.2rem auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/85248/10/10029/2176/5e157394E77cc19d4/cde4acbab2ca15b5.png") 50% no-repeat;background-size:100%}.baseGamePopu .gamePopuBg-15 .text-tip{padding-top:.1rem;text-align:center;color:#999;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all;padding-bottom:.2rem}.baseGamePopu .gamePopuBg-15 a{margin-top:.2rem!important}.baseGamePopu .gamePopuBg-15 #redemptionCde{opacity:0;position:absolute;top:0}.baseGamePopu .gamePopuBg-15 .button-box{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;position:fixed;bottom:.6rem}.baseGamePopu .gamePopuBg-15 .button-box a{color:#fff;border-radius:.8rem;width:40%;height:1rem;line-height:1rem;font-size:.6rem;text-align:center;margin:0}.baseGamePopu .gamePopuBg-15 .button-box .confirm-ok{background:#f84324}.baseGamePopu .gamePopuBg-15 .button-box .confirm-cancel{background:#f8b551}.baseGamePopu .virtualPrize{position:absolute;width:13.5rem;height:7.6rem;top:50%;left:50%;transform:translate(-50%,-50%)!important;z-index:1000;background:#fff;background-size:100%;border-radius:.5rem;border:.125rem solid #932714}.baseGamePopu .virtualPrize .title{width:100%;height:1.25rem;line-height:1.25rem;color:#fff;border-radius:.375rem .375rem 0 0;border-bottom:.075rem solid #c34327;background:#e45235;margin-bottom:.5rem}.baseGamePopu .virtualPrize .text-tip{padding-top:.1rem;text-align:center;color:#a11800;font-size:.6rem;width:90%;overflow:hidden;margin:0 auto;word-break:break-all}.baseGamePopu .virtualPrize .text-bottom{padding:.5rem 0;color:#333}.baseGamePopu .virtualPrize .text-bottom a{color:#a11800}.baseGamePopu .virtualPrize #redemptionCde{opacity:0;position:absolute;top:0}.baseGamePopu .virtualPrize .confirm-ok{width:5.95rem;height:1.375rem;line-height:1.375rem;font-size:.6rem;text-align:center;border-radius:.15rem;border:none;background:#f84324;color:#fff;margin:0 auto;bottom:.5rem;position:absolute;left:0;right:0}.baseGamePopu .resultPrize{position:absolute;width:13.5rem;height:13rem;margin:0 auto;top:50%;left:50%;transform:translate(-50%,-50%)!important;z-index:1000;border-radius:.8rem;background-color:#fff}.baseGamePopu .resultPrize .closeBg{top:-.6rem}.baseGamePopu .resultPrize .title{width:100%;text-align:center;color:#e60012;font-size:.8rem;margin:1rem 0}.baseGamePopu .resultPrize .imgBg{width:4rem;height:4rem;margin:1rem auto;display:block}.baseGamePopu .resultPrize .textBox{color:#666;font-size:.6rem;text-align:center;margin:1rem 0}.baseGamePopu .resultPrize .footer-button{background-color:red;color:#fff;width:9rem;height:1.3rem;text-align:center;margin:0 auto;border-radius:20px;margin-top:1rem;font-size:.8rem;line-height:1.3rem;cursor:pointer}.baseGamePopu .cost-points-wrapper{width:12.5rem;height:7rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)!important;z-index:1000;background:#fff;background-size:100%;border-radius:.5rem}.baseGamePopu .cost-points-wrapper .title{width:100%;height:1.25rem;line-height:1.25rem;color:#e60012;border-radius:.375rem .375rem 0 0}.baseGamePopu .cost-points-wrapper .hideGamePopu{right:.5rem;top:.5rem}.baseGamePopu .cost-points-wrapper .tipss{font-size:.6rem;padding:6%;margin:0 auto;max-height:5.75rem;overflow-y:auto;text-align:center}.baseGamePopu .cost-points-wrapper .bottomBtn{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:0 auto;height:auto;width:100%;position:absolute;bottom:1rem;font-size:.7rem;-ms-flex-pack:distribute;justify-content:space-around}.baseGamePopu .cost-points-wrapper .bottomBtn a{display:block;width:40%;height:1rem;line-height:1rem;font-size:.55rem;text-align:center;border-radius:.1rem;border:none;border-radius:.8rem}.baseGamePopu .cost-points-wrapper .bottomBtn .confirm-cancel{background:#f8b551;color:#fff;margin:0}.baseGamePopu .cost-points-wrapper .bottomBtn .confirm-ok{background:#e60012;color:#fff;margin:0 0 0 .25rem}.address-modal-mask{position:fixed;bottom:0;left:0;right:0;top:0;height:100%;width:100%;z-index:2000;background-color:rgba(0,0,0,.7);text-align:center;transform:translateZ(1px);-webkit-transform:translateZ(1px);-moz-transform:translateZ(1px);-o-transform:translateZ(1px)}.address-modal-mask .address-modal-content{background-color:#fff;width:13rem;position:absolute;top:30%;left:0;right:0;margin:0 auto;border-radius:.12rem}.address-modal-mask .address-modal-content .address-modal-header{font-size:.6rem;color:#333;padding:.64rem 0;border-bottom:.04rem solid #eee}.address-modal-mask .address-modal-content .address-list{font-size:.48rem;color:#333;height:7.66rem;overflow-x:hidden;overflow-y:auto}.address-modal-mask .address-modal-content .address-list::-webkit-scrollbar-track-piece{background-color:transparent;border-left:1px solid transparent}.address-modal-mask .address-modal-content .address-list::-webkit-scrollbar{width:5px;height:13px;border-radius:5px}.address-modal-mask .address-modal-content .address-list::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.5);background-clip:padding-box;border-radius:5px;min-height:28px}.address-modal-mask .address-modal-content .address-list::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.5);border-radius:5px}.address-modal-mask .address-modal-content .address-list .item{padding:.7rem .6rem;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;border-bottom:.04rem solid #eee}.address-modal-mask .address-modal-content .address-list .item:last-child{border-bottom:none}.address-modal-mask .address-modal-content .address-list .item.active .right{width:.72rem;height:.72rem;background:url(https://img10.360buyimg.com/imgzone/jfs/t1/95019/2/18868/478/60ecf4f1E4cd79d0d/3b59fcc790d14a30.png) top no-repeat;background-size:100%}.address-modal-mask .address-modal-content .address-modal-footer{font-size:.6rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-top:.04rem solid #eee}.address-modal-mask .address-modal-content .address-modal-footer .btn-cancel{-ms-flex:1;flex:1;color:#333;border-right:.04rem solid #eee;padding:.64rem 0}.address-modal-mask .address-modal-content .address-modal-footer .btn-save{-ms-flex:1;flex:1;color:#ff0016;padding:.64rem 0}.shareBg-ww{position:fixed;left:0;top:0;z-index:99999999;width:100%;height:100%;background:rgba(0,0,0,.5)}.shareBg-ww .shareBgImg{width:9.175rem;height:9.7rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/78006/35/16061/9167/5dd8d5a9E373e1104/c0b8a6bb1deebcc0.png") top no-repeat;background-size:100%;margin:1.25rem auto 0}.lotteryTaskPopup{width:100%;height:100%;margin:0 auto;max-width:40pc;min-width:18pc;transition:all .2s ease 0s;background:rgba(0,0,0,.6);position:fixed;left:0;right:0;bottom:0;top:0;z-index:1004}.lotteryTaskPopup .MarkBg{position:absolute;left:0;top:0;right:0;bottom:0;height:100%}.lotteryTaskPopup.hideBg{background:transparent}.lotteryTaskPopup .allBg{z-index:1005}.lotteryTaskPopup .inline-block{display:inline-block}.lotteryTaskPopup .modal-container{width:100%;z-index:7000;position:absolute;bottom:0;background-color:#fff}.lotteryTaskPopup .modal-container .modal-header{font-weight:500;font-size:.9rem;color:#e60012;padding:.5rem 0}.lotteryTaskPopup .modal-container .modal-header .flex-header{text-align:center}.lotteryTaskPopup .modal-container .modal-header .flex-header .title{vertical-align:middle}.lotteryTaskPopup .modal-container .modal-header .js-close{cursor:pointer;height:.5rem;width:.5rem;position:absolute;right:0;top:0;padding:.75rem .5rem .5rem .75rem}.lotteryTaskPopup .modal-container .modal-body{text-align:center;margin:.8rem 0 .2rem;min-height:12rem;max-height:21rem}.lotteryTaskPopup .modal-container .modal-body.content{font-size:.7rem;overflow-x:hidden;overflow-y:auto;padding:0 .75rem;text-align:left;margin:0}.lotteryTaskPopup .modal-container .modal-body.content .item-task{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.6rem .5rem;margin-bottom:.5rem}.lotteryTaskPopup .modal-container .modal-body.content .item-task:first-child{margin-top:.5rem}.lotteryTaskPopup .modal-container .modal-body.content .item-task .left{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex}.lotteryTaskPopup .modal-container .modal-body.content .item-task .left .task-title{font-size:.75rem;color:#333}.lotteryTaskPopup .modal-container .modal-body.content .item-task .left .left-icon-gift{width:2rem;height:2rem}.lotteryTaskPopup .modal-container .modal-body.content .item-task .left .left-text{vertical-align:bottom;font-size:.6rem;color:#666}.lotteryTaskPopup .modal-container .modal-body.content .item-task .left .item-lottery-num{font-size:.6rem;color:#f84324}.lotteryTaskPopup .modal-container .modal-body.content .item-task .right .item-task-option{width:4rem;text-align:center;font-size:.75rem;color:#fff;padding:.15rem 0;background-color:#f84324;border-radius:.1rem;display:inline-block;border-radius:.8rem}.lotteryTaskPopup .modal-container .modal-body.content .item-task .right .item-task-option.complete{background-color:#ffcac1;border:none}.noChancePop{width:100%;height:100%;transition:all .2s ease 0s;background:rgba(0,0,0,.5);position:fixed;left:0;right:0;top:0;z-index:1000}.noChancePop .bottomBtns{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.noChancePop .bottomBtn{height:1.2rem;line-height:1.2rem;font-size:.6rem;text-align:center}.noChancePop.lhj .allBg{position:absolute;width:13.5rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1100;background:#fff;background-size:100%;border-radius:.5rem}.noChancePop.lhj .header{width:100%;padding-top:1.125rem;-ms-flex-pack:center;justify-content:center}.noChancePop.lhj .header,.noChancePop.lhj .title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.noChancePop.lhj .title{color:#e19b00;font-size:.75rem}.noChancePop.lhj .content{padding:6%}.noChancePop.lhj .tips{font-size:.6rem;color:#8d8d8d;margin:0 auto;max-height:7.75rem;overflow-y:auto;text-align:center}.noChancePop.lhj .hidePopu{position:absolute;width:1.1rem;height:1.1rem;background:url(https://img10.360buyimg.com/imgzone/jfs/t1/71837/27/15922/1605/5dd91d10E70678dff/e0f94478833ac39c.png) 50% no-repeat;background-size:.55rem .55rem;top:.3rem;right:.3rem;cursor:pointer;z-index:1111}.noChancePop.lhj .bottomBtns{margin-top:.8rem}.noChancePop.lhj .bottomBtn{width:5.5rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;border-radius:.5rem;text-align:center}.noChancePop.lhj .confirm-ok{color:#fef8c2;background:#e2a339}.noChancePop.lhj .confirm-cancel{background:#dddcdd;color:#848484}.noChancePop.ffl .hidePopu{position:absolute;width:.85rem;height:.85rem;background-size:100%;top:18%;right:7%;cursor:pointer;z-index:1111;background:url(https://img10.360buyimg.com/imgzone/jfs/t1/119243/27/7311/1192/5ec1fb5bE6d8079ee/1bf04f08e11691ed.png) 50% no-repeat}.noChancePop.ffl .shopLogo{margin-right:.5rem}.noChancePop.ffl .ImgSrc{width:3.25rem;height:3.25rem;border-radius:50%}.noChancePop.ffl .popuBg{position:absolute;background-size:100% 100%;width:14.375rem;height:11.125rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.noChancePop.ffl .popuBg .content{font-size:.6rem;padding:6%;margin:0 auto;margin-top:2.5rem;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.noChancePop.ffl .popuBg .bottomBtns{margin-top:.2rem;padding:0 6%}.noChancePop.ffl .popuBg .bottomBtn{-ms-flex:1;flex:1;text-align:center;height:2rem;line-height:2rem;border-radius:.5rem}.noChancePop.ffl .popuBg .confirm-ok{color:#fff}.noChancePop.ffl .popuBg .confirm-cancel{margin-right:.5rem;background:#dddcdd;color:#848484}.noChancePop.ffl .popuBg-1{background-image:url(https://img10.360buyimg.com/imgzone/jfs/t1/180793/10/11189/10269/60d5837aE78f73a72/c1aeafad318bcfbf.png)}.noChancePop.ffl .popuBg-1 .content{color:#7477f7}.noChancePop.ffl .popuBg-1 .confirm-ok{background-color:#7477f7}.noChancePop.ffl .popuBg-2{background-image:url(https://img10.360buyimg.com/imgzone/jfs/t1/175588/31/16698/10827/60d58379E0bb39ce2/770b70407a0b9ad8.png)}.noChancePop.ffl .popuBg-2 .content{color:orange}.noChancePop.ffl .popuBg-2 .confirm-ok{background-color:orange}.noChancePop.ffl .popuBg-3{background-image:url(https://img10.360buyimg.com/imgzone/jfs/t1/172071/38/16706/10862/60d58379E4fd58874/f37efc6e35baaf61.png)}.noChancePop.ffl .popuBg-3 .content{color:#de4058}.noChancePop.ffl .popuBg-3 .confirm-ok{background-color:#de4058}.noChancePop.ffl .popuBg-4{background-image:url(https://img10.360buyimg.com/imgzone/jfs/t1/195504/20/9827/10708/60d58379E809eefa0/09e207c791d0f23f.png)}.noChancePop.ffl .popuBg-4 .content{color:#5fc3fa}.noChancePop.ffl .popuBg-4 .confirm-ok{background-color:#5fc3fa}.noChancePop.other .allBg{position:absolute;width:14rem;height:8rem;top:50%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000;background:#fff;background-size:100%;border-radius:.5rem}.noChancePop.other .header{width:100%;height:1.25rem;line-height:1.25rem;color:red;border-radius:.375rem .375rem 0 0;text-align:center;font-size:.6rem;padding-top:.8rem;padding-bottom:.2rem}.noChancePop.other .content{padding:.2rem;height:2.5rem}.noChancePop.other .tips{font-size:.6rem;margin:0 auto;max-height:7.75rem;overflow-y:auto;text-align:center}.noChancePop.other .hidePopu{position:absolute;width:1rem;height:1rem;background:url(https://img10.360buyimg.com/imgzone/jfs/t1/38655/19/16112/1260/60ebbff0E3bddf33d/168c324b7888b56f.png) 50% no-repeat;background-size:.7rem .7rem;right:.5rem;top:.5rem;cursor:pointer;z-index:1111}.noChancePop.other .bottomBtns{position:fixed;bottom:1rem;width:100%}.noChancePop.other .bottomBtns a{border-radius:.8rem;color:#fff}.noChancePop.other .bottomBtn{width:5.35rem;height:1.15rem;line-height:1.15rem;font-size:.6rem;border-radius:.1rem;text-align:center;margin:0;box-sizing:border-box}.noChancePop.other .confirm-ok{background:#f84324}.noChancePop.other .confirm-ok2{background:#f8b551}.noChancePop.other .confirm-ok2,.noChancePop.other .goToShop{display:block;width:40%;height:1.375rem;line-height:1.375rem;font-size:.6rem;color:#fff;text-align:center;border-radius:.1rem;margin:0 auto;border-radius:.8rem}.noChancePop.other .goToShop{background:#f84324}.noChancePop.other .confirm-cancel{margin-right:.5rem;background:#f8b551;line-height:1rem}.popup{z-index:1001;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);overflow-y:auto}.popup-content{position:absolute;max-width:100%;max-height:100%;bottom:-15rem}.popup-center{top:35%;width:100%;bottom:0}.popup-bottom,.popup-top{left:0;width:100%}.popup-top{top:0}.popup-bottom{bottom:0}.popup-left,.popup-right{top:0;height:100%}.popup-right{right:0}.popup-left{left:0}.bottom-hide{bottom:-15rem!important}.alert-input input{border:1px solid #eee;width:90%;text-indent:.25rem;font-size:.625rem}.alert.alert-confirm{width:75.5%}.alert{width:72%;margin:0 auto;overflow:hidden;line-height:1.2;text-align:center;background-color:#fff;border-radius:.5rem}.alert-header{padding:1.2rem .75rem .5rem;font-size:.75rem;position:relative}.alert-header .close{width:.625rem;height:.625rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/38655/19/16112/1260/60ebbff0E3bddf33d/168c324b7888b56f.png");background-size:100%;position:absolute;right:.375rem;top:.575rem;z-index:100}.alert-body{padding:0 .75rem 1rem;font-size:.6rem}.alert-body .formList{width:100%;position:relative}.alert-body .formList li{display:-ms-flexbox;display:flex;margin-bottom:.4rem}.alert-body .formList li .left{width:30%;text-align:right;color:#888}.alert-body .formList li .right{margin-left:.4rem;width:50%;text-align:left;word-break:break-word}.alert-footer{border-top:1px solid #ddd}.alert-footer,.alert-newFooter{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.alert-newFooter{-ms-flex-pack:distribute;justify-content:space-around}.alert-button{position:relative;-ms-flex:1;flex:1;padding:.6rem .75rem;font-size:.75rem;color:#2271f6}.alert-button:not(:first-child){border-top:1px solid #ddd}.alert-button:active{background-color:#efedf2}.alert-newButton{position:relative;width:3.5rem;padding:.2rem .6rem;font-size:.6rem;color:#2271f6;border-radius:.7rem;margin-bottom:.8rem}.alert-newButton:not(:first-child){border-top:1px solid #ddd}.alert-newButton:active{background-color:#efedf2}.alert-tips{width:100%;height:auto;font-size:.4rem;color:#e60012;text-align:center;padding-bottom:1rem}.alert-confirm .alert-footer,.alert-confirm .alert-newFooter{-ms-flex-direction:row;flex-direction:row}.alert-confirm .alert-button:not(:first-child),.alert-confirm .alert-newButton:not(:first-child){border-top:0;border-left:1px solid #ddd}.alert-prompt .alert-input{padding-left:.2rem;margin:0 .75rem .6rem;font-size:.65rem;border:1px solid rgba(77,77,77,.78)}.alert-prompt .alert-input input{width:100%;height:1.2rem;background-color:#fff;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}html{font-size:20px;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-overflow-scrolling:touch}button,input,select,textarea{outline:none}a{-webkit-tap-highlight-color:rgba(255,0,0,0);transition:background .2s ease 0s}body{color:#333;font-family:Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif!important;background-color:#f7f7f7;-webkit-user-select:none;-webkit-overflow-scrolling:touch;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select{font-family:sans-serif!important}button,input,select,select option{-webkit-tap-highlight-color:rgba(0,0,0,0)}select option{vertical-align:middle!important}button:focus,input:focus,select:focus{outline:none}body,dd,dl,dt,form,h1,h2,h3,h4,h5,li,ol,p,ul{margin:0;padding:0}li,ol,ul{list-style:none}i{font-style:normal}img{border:none}input{outline:0}a{color:#333;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}a,a:hover{text-decoration:none}input[type=button],input[type=number],input[type=reset],input[type=submit],input[type=text]{-webkit-appearance:none;outline:none}.flexRow{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.clearfix:after,.clearfix:before{content:"";display:block;height:0;line-height:0;visibility:hidden;clear:both}.Hui{color:#ccc!important}*>iframe{overflow:hidden;display:none;visibility:hidden;width:0;height:0}#main{position:relative;margin:0 auto;width:100%;height:auto;max-width:40pc;min-width:18pc;font-size:.75rem;overflow-x:hidden}.body-overflow-scroll{height:100%!important;overflow:hidden!important}.z-hidden{display:none!important}.red{color:#d85755!important}.green{color:#57b56a!important}.blue{color:#2584eb!important}html{height:100%}#bodyCoverBgItems{width:100%;height:100%;position:fixed;top:0;left:0;background:#000;display:none;opacity:0;z-index:20}#bodyCoverBgItems.on{display:block}.downLoding{width:100%;text-align:center;clear:both;padding:.5rem 0;font-size:.7rem;color:#666}.downLoding img{width:1rem;height:1rem}.loadMore{clear:both;padding:.5rem 0;font-size:.65rem}.loadMore,.nullData{width:100%;text-align:center}.nullData{padding:10rem 0}.MarkPage{width:100%;height:100%;background:transparent;position:fixed;left:0;top:0;right:0;z-index:999}.js-warning-tip{position:fixed;top:80%;left:50%;min-width:6rem;z-index:9999;padding:.4rem 1rem .6rem 1.5rem;transform:translate(-50%,-80%)!important;background-color:#0e0d0e;border-radius:.2rem;text-align:left}.js-warning-tip .icon-warn{width:.6rem;vertical-align:middle;display:inline-block;position:absolute;left:11%;top:53%;transform:translate(-50%,-50%)!important}.js-warning-tip .tip-text{color:#fff;font-size:.55rem;vertical-align:middle;display:inline-block}.follow-mask{display:none;position:fixed;bottom:0;left:0;right:0;top:0;height:100%;width:100%;z-index:8000;background-color:rgba(51,51,51,.7)}.follow-mask .inline-block{display:inline-block}.follow-mask .modal{z-index:9000;width:13.84rem;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:.2rem}.follow-mask .modal .modal-header{font-family:MicrosoftYaHei,sans-serif;font-weight:600;position:relative;text-align:center}.follow-mask .modal .modal-header .title{color:#333;font-size:.6rem;margin-top:.56rem}.follow-mask .modal .modal-header .close{height:.88rem;width:.88rem;position:absolute;right:.56rem;top:0}.follow-mask .modal .modal-body{color:#666;font-size:.48rem;text-align:center;min-height:1.3rem;padding:1.04rem 1rem .64rem}.follow-mask .modal .modal-footer{border-top:1px solid #e5e5e5;height:1.76rem;font-size:.6rem;line-height:1.74rem}.follow-mask .modal .modal-footer .cancel{float:left;width:50%;color:#666;height:100%;text-align:center;border-right:1px solid #e5e5e5}.follow-mask .modal .modal-footer .cancel.one{width:100%;border-right:0}.follow-mask .modal .modal-footer .confirm{margin-left:50%;color:#f33;text-align:center;height:100%}.follow-modal-content{width:13.6rem;z-index:9000;position:absolute;top:38%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:.2rem}.follow-modal-content .js-close{cursor:pointer;height:.88rem;width:.88rem;position:absolute;right:.32rem;top:.3rem;z-index:9999}.follow-modal-content .modal-header{font-weight:500;font-size:.6rem;color:#e60012}.follow-modal-content .modal-header .flex-header{font-weight:500;padding-top:1.2rem;text-align:center}.follow-modal-content .modal-header .flex-header .left{vertical-align:middle;font-weight:600;font-size:.68rem}.follow-modal-content .modal-header .flex-header .title{vertical-align:middle}.follow-modal-content .modal-header .flex-header .right{font-weight:600;font-size:.68rem;vertical-align:middle}.follow-modal-content .modal-body{text-align:center;margin-top:.4rem}.follow-modal-content .modal-body img{margin:0 auto .12rem;width:3rem;height:3rem}.follow-modal-content .modal-body .receiving-condition{width:70%;margin:0 auto;font-size:.52rem;color:#333}.follow-modal-content .modal-footer{padding:.2rem 0 .8rem;text-align:center}.follow-modal-content .modal-footer .confirm{display:inline-block;font-size:.56rem;width:7.96rem;height:1.08rem;background:red;border-radius:24px;color:#fff;line-height:1.06rem}.js-show-lottery-modal{position:absolute;z-index:1000;top:20%;right:0;width:3rem;height:3rem;cursor:pointer}.js-show-lottery-modal.gameJGG_2{top:14%}.js-points-details{color:#fff;font-size:.5rem;position:absolute;top:30%;left:0;right:0;margin:0 auto;width:13rem;height:1.35rem;line-height:1.35rem;text-align:center}.radios_box{display:inline-block;position:relative;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;width:25px;height:25px;border:1px solid #e5e5e5;border-radius:50%;vertical-align:middle;-webkit-tap-highlight-color:transparent}.radios_box.HuiBtn:after{top:2px;left:2px;width:5px;height:2px;border:2px solid #8db6da;border-right:none;border-top:none}.radios_box.HuiBtn:after,.radios_box:after{content:"";position:absolute;opacity:0;background:transparent;z-index:10;transform:rotate(-45deg)}.radios_box:after{top:6px;left:6px;width:11px;height:5px;border:2px solid #3283d5;border-right:none;border-top:none}.radios_box.checked{background-color:#ffa800;border-width:0}.radios_box.checked:after{opacity:1}.radios_box .input_redu{display:none}.listBarItem{padding:0 .25rem 0 .5rem;height:2.2rem;line-height:2.2rem;border-bottom:.025rem solid #e4e3e4;background:#fff;font-size:.75rem;color:#333;transition:all .2s ease 0s}.listBarItem:active{background:rgba(0,0,0,.1)}.listBarItem .content{-ms-flex:1;flex:1}.listBarItem .icon-right{width:.75rem;display:inline-block;background:url("//img10.360buyimg.com/imgzone/jfs/t1/129373/32/1941/715/5ec1f9dbEc82d838b/99d899d5c754d79b.png") 50% no-repeat;background-size:.875rem .875rem}.body-1 .GamePopu{width:100%;height:100%;transition:all .2s ease 0s;background:rgba(0,0,0,.5);position:fixed;left:0;right:0;top:0;z-index:1000}.body-1 .GamePopu.noFixed{position:absolute;top:0}.body-1 .GamePopu .hideGamePopu{position:absolute;width:.85rem;height:.85rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/119243/27/7311/1192/5ec1fb5bE6d8079ee/1bf04f08e11691ed.png") 50% no-repeat;background-size:100%;top:18%;right:7%;cursor:pointer;z-index:1111}.body-1 .GamePopu .hideGamePopu-5{top:10%!important}.body-1 .GamePopu .popuBg-0{position:absolute;width:12.375rem;height:14.9rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-1 .GamePopu .popuBg-0 .confirm-ok{display:block;position:absolute;width:10.3rem;height:2rem;border-radius:.5rem;left:8%;bottom:18%}.body-1 .GamePopu .winBg{position:absolute;width:12.375rem;height:14.9rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-1 .GamePopu .winBg .tips{text-align:center;color:#7477f7;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.body-1 .GamePopu .winBg .confirm-ok{display:block;position:absolute;width:10.3rem;height:2rem;border-radius:.5rem;left:8%;bottom:18%}.body-1 .GamePopu .popuBg-1 .icon{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128692/7/2010/3116/5ec1f9daE8ac63c0d/63a1ec523b966734.png") 50% no-repeat;background-size:100%}.body-1 .GamePopu .popuBg-1 .icon,.body-1 .GamePopu .popuBg-2 .icon{width:3.2rem;height:3.2rem;margin:0 auto;margin-top:4.5rem;margin-bottom:.5rem}.body-1 .GamePopu .popuBg-2 .icon{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128559/10/2062/3132/5ec1f9dbE5326cbe8/24c40a16730ab5aa.png") 50% no-repeat;background-size:100%}.body-1 .GamePopu .popuBg-3 .icon{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/129246/19/2067/2950/5ec1f9dbE5417da1c/8a3ef5965a2d85a8.png") 50% no-repeat;background-size:100%}.body-1 .GamePopu .popuBg-3 .icon,.body-1 .GamePopu .popuBg-4 .imgVi{width:3.2rem;height:3.2rem;margin:0 auto;margin-top:4.5rem;margin-bottom:.5rem}.body-1 .GamePopu .popuBg-4 .imgVi .ImgSrc{width:3.2rem;height:3.2rem;margin:0 auto;vertical-align:middle}.body-1 .GamePopu .popuBg-5{position:absolute;width:14.4rem;height:19.15rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-1 .GamePopu .popuBg-5 .imputVi{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:.6rem;color:#7477f7;margin-bottom:1rem}.body-1 .GamePopu .popuBg-5 .imputVi:first-child{margin-top:4rem}.body-1 .GamePopu .popuBg-5 .imputVi .left{width:3.5rem;height:1.35rem;line-height:1.35rem;margin-left:1.25rem;-ms-flex-align:center;align-items:center}.body-1 .GamePopu .popuBg-5 .imputVi .right input{width:8rem;text-indent:.25rem;border-radius:.25rem;border:.025rem solid #dddcdd;height:1.35rem}.body-1 .GamePopu .popuBg-5 .imputVi .right textarea{width:8rem;text-indent:.25rem;border-radius:.25rem;border:.025rem solid #dddcdd;height:4.7rem}.body-1 .GamePopu .popuBg-5 .bottomBtn{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:0 auto;position:absolute;left:7.25%;bottom:4%;font-size:.7rem}.body-1 .GamePopu .popuBg-5 .bottomBtn a{display:block;border-radius:.5rem;width:5.9rem;height:1.875rem;line-height:1.875rem;text-align:center}.body-1 .GamePopu .popuBg-5 .bottomBtn a:first-child{margin-right:.5rem}.body-1 .GamePopu .popuBg-5 .confirm-cancel{background:#ccc;color:#888}.body-1 .GamePopu .popuBg-5 .confirm-ok{background:#7477f7;color:#fff}.body-1 .GamePopu .popuBg-6{position:absolute;width:14.4rem;height:19.15rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-1 .GamePopu .popuBg-6 .tips{font-size:.6rem;color:#7477f7;padding:6%;margin:0 auto;margin-top:5rem;max-height:8rem;overflow-y:auto}.body-1 .GamePopu .popuBg-6 .tips .role .content{font-size:.6rem;color:#7477f7}.body-1 .GamePopu .popuBg-6 .tips .role .content div{margin-bottom:.375rem}.body-1 .GamePopu .popuBg-6 .tips .role .content .text{display:inline-block}.body-1 .GamePopu .popuBg-6 .tips .role .content i{display:inline-block;width:.5rem;height:.5rem;text-align:center;padding:0 .4rem 0 .25rem;font-style:normal}.body-1 .GamePopu .popuBg-7{position:absolute;width:14.375rem;height:11.125rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-1 .GamePopu .popuBg-7 .content{font-size:.6rem;color:#7477f7;padding:6%;margin:0 auto;margin-top:2.5rem;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.body-1 .GamePopu .popuBg-7 .content .shopLogo{width:3.25rem;height:3.25rem;border-radius:50%;margin-right:.25rem}.body-1 .GamePopu .popuBg-7 .content .shopLogo img{width:3.25rem;height:3.25rem;border-radius:50%}.body-1 .GamePopu .popuBg-7 .content .text{-ms-flex-align:center;align-items:center}.body-1 .GamePopu .popuBg-7 .confirm-ok{display:block;position:absolute;width:11.5rem;height:2rem;border-radius:.5rem;left:10%;bottom:13%}.body-1 .GamePopu .popuBg-8{position:absolute;width:14.375rem;height:11.125rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-1 .GamePopu .popuBg-8 .content{font-size:.8rem;color:#7477f7;padding:6%;margin:0 auto;margin-top:3.5rem;text-align:center}.body-1 .GamePopu .popuBg-8 .content .text{-ms-flex-align:center;align-items:center;text-align:center}.body-1 .GamePopu .popuBg-8 .confirm-ok{display:block;position:absolute;width:11.5rem;height:2rem;border-radius:.5rem;left:10%;bottom:13%}.body-1 .GamePopu .popuBg-9 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/114592/14/7229/2245/5ec1f9dbE9c172602/f8d64c9190685629.png") 50% no-repeat;background-size:100%;margin-top:3.5rem;margin-bottom:.5rem}.body-1 .GamePopu .popuBg-9 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-1 .GamePopu .popuBg-10 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/120718/15/1964/2295/5ec1f9dbE83fadd12/430691e738fc45c8.png") 50% no-repeat;background-size:100%;margin-top:3.5rem;margin-bottom:.5rem}.body-1 .GamePopu .popuBg-10 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-1 .GamePopu .popuBg-11 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/122851/13/2000/3558/5ec1f9dbE8d625140/814018db92e76efd.png") 50% no-repeat;background-size:100%;margin-top:3.5rem;margin-bottom:.5rem}.body-1 .GamePopu .popuBg-11 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-1 .GamePopu .popuBg-12 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128168/20/1975/4154/5ec1f9dbE9c102120/4b558e29290c8460.png") 50% no-repeat;background-size:100%;margin-top:3.5rem;margin-bottom:.5rem}.body-1 .GamePopu .popuBg-12 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-1 .popuBg-6{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/123502/18/1952/8958/5ec1fb77E76f58810/ef8d31d52ca8e7df.png") 50% no-repeat;background-size:100%}.body-2 .GamePopu{width:100%;height:100%;transition:all .2s ease 0s;background:rgba(0,0,0,.5);position:fixed;left:0;right:0;top:0;z-index:1000}.body-2 .GamePopu.noFixed{position:absolute;top:0}.body-2 .GamePopu .hideGamePopu{position:absolute;width:.85rem;height:.85rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/119243/27/7311/1192/5ec1fb5bE6d8079ee/1bf04f08e11691ed.png") 50% no-repeat;background-size:100%;top:18%;right:7%;cursor:pointer;z-index:1111}.body-2 .GamePopu .hideGamePopu-5{top:10%!important}.body-2 .GamePopu .popuBg-0{position:absolute;width:12.375rem;height:14.9rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-2 .GamePopu .popuBg-0 .confirm-ok{display:block;position:absolute;width:10.3rem;height:2rem;border-radius:.5rem;left:8%;bottom:18%}.body-2 .GamePopu .winBg{position:absolute;width:12.375rem;height:14.9rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-2 .GamePopu .winBg .tips{text-align:center;color:orange;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.body-2 .GamePopu .winBg .confirm-ok{display:block;position:absolute;width:10.3rem;height:2rem;border-radius:.5rem;left:8%;bottom:18%}.body-2 .GamePopu .popuBg-1 .icon{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128692/7/2010/3116/5ec1f9daE8ac63c0d/63a1ec523b966734.png") 50% no-repeat;background-size:100%}.body-2 .GamePopu .popuBg-1 .icon,.body-2 .GamePopu .popuBg-2 .icon{width:3.2rem;height:3.2rem;margin:0 auto;margin-top:4.5rem;margin-bottom:.5rem}.body-2 .GamePopu .popuBg-2 .icon{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128559/10/2062/3132/5ec1f9dbE5326cbe8/24c40a16730ab5aa.png") 50% no-repeat;background-size:100%}.body-2 .GamePopu .popuBg-3 .icon{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/129246/19/2067/2950/5ec1f9dbE5417da1c/8a3ef5965a2d85a8.png") 50% no-repeat;background-size:100%}.body-2 .GamePopu .popuBg-3 .icon,.body-2 .GamePopu .popuBg-4 .imgVi{width:3.2rem;height:3.2rem;margin:0 auto;margin-top:4.5rem;margin-bottom:.5rem}.body-2 .GamePopu .popuBg-4 .imgVi .ImgSrc{width:3.2rem;height:3.2rem;margin:0 auto;vertical-align:middle}.body-2 .GamePopu .popuBg-5{position:absolute;width:14.4rem;height:19.15rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-2 .GamePopu .popuBg-5 .imputVi{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:.6rem;color:orange;margin-bottom:1rem}.body-2 .GamePopu .popuBg-5 .imputVi:first-child{margin-top:4rem}.body-2 .GamePopu .popuBg-5 .imputVi .left{width:3.5rem;height:1.35rem;line-height:1.35rem;margin-left:1.25rem;-ms-flex-align:center;align-items:center}.body-2 .GamePopu .popuBg-5 .imputVi .right input{width:8rem;text-indent:.25rem;border-radius:.25rem;border:.025rem solid #dddcdd;height:1.35rem}.body-2 .GamePopu .popuBg-5 .imputVi .right textarea{width:8rem;text-indent:.25rem;border-radius:.25rem;border:.025rem solid #dddcdd;height:4.7rem}.body-2 .GamePopu .popuBg-5 .bottomBtn{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:0 auto;position:absolute;left:7.25%;bottom:4%;font-size:.7rem}.body-2 .GamePopu .popuBg-5 .bottomBtn a{display:block;border-radius:.5rem;width:5.9rem;height:1.875rem;line-height:1.875rem;text-align:center}.body-2 .GamePopu .popuBg-5 .bottomBtn a:first-child{margin-right:.5rem}.body-2 .GamePopu .popuBg-5 .confirm-cancel{background:#ccc;color:#888}.body-2 .GamePopu .popuBg-5 .confirm-ok{background:orange;color:#fff}.body-2 .GamePopu .popuBg-6{position:absolute;width:14.4rem;height:19.15rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-2 .GamePopu .popuBg-6 .tips{font-size:.6rem;color:orange;padding:6%;margin:0 auto;margin-top:5rem;max-height:8rem;overflow-y:auto}.body-2 .GamePopu .popuBg-6 .tips .role .content{font-size:.6rem;color:orange}.body-2 .GamePopu .popuBg-6 .tips .role .content div{margin-bottom:.375rem}.body-2 .GamePopu .popuBg-6 .tips .role .content .text{display:inline-block}.body-2 .GamePopu .popuBg-6 .tips .role .content i{display:inline-block;width:.5rem;height:.5rem;text-align:center;padding:0 .4rem 0 .25rem;font-style:normal}.body-2 .GamePopu .popuBg-7{position:absolute;width:14.375rem;height:11.125rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-2 .GamePopu .popuBg-7 .content{font-size:.6rem;color:orange;padding:6%;margin:0 auto;margin-top:2.5rem;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.body-2 .GamePopu .popuBg-7 .content .shopLogo{width:3.25rem;height:3.25rem;border-radius:50%;margin-right:.25rem}.body-2 .GamePopu .popuBg-7 .content .shopLogo img{width:3.25rem;height:3.25rem;border-radius:50%}.body-2 .GamePopu .popuBg-7 .content .text{-ms-flex-align:center;align-items:center}.body-2 .GamePopu .popuBg-7 .confirm-ok{display:block;position:absolute;width:11.5rem;height:2rem;border-radius:.5rem;left:10%;bottom:13%}.body-2 .GamePopu .popuBg-8{position:absolute;width:14.375rem;height:11.125rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-2 .GamePopu .popuBg-8 .content{font-size:.8rem;color:orange;padding:6%;margin:0 auto;margin-top:3.5rem;text-align:center}.body-2 .GamePopu .popuBg-8 .content .text{-ms-flex-align:center;align-items:center;text-align:center}.body-2 .GamePopu .popuBg-8 .confirm-ok{display:block;position:absolute;width:11.5rem;height:2rem;border-radius:.5rem;left:10%;bottom:13%}.body-2 .GamePopu .popuBg-9 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/114592/14/7229/2245/5ec1f9dbE9c172602/f8d64c9190685629.png") 50% no-repeat;background-size:100%;margin-top:3.5rem;margin-bottom:.5rem}.body-2 .GamePopu .popuBg-9 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-2 .GamePopu .popuBg-10 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/120718/15/1964/2295/5ec1f9dbE83fadd12/430691e738fc45c8.png") 50% no-repeat;background-size:100%;margin-top:3.5rem;margin-bottom:.5rem}.body-2 .GamePopu .popuBg-10 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-2 .GamePopu .popuBg-11 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/122851/13/2000/3558/5ec1f9dbE8d625140/814018db92e76efd.png") 50% no-repeat;background-size:100%;margin-top:3.5rem;margin-bottom:.5rem}.body-2 .GamePopu .popuBg-11 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-2 .GamePopu .popuBg-12 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128168/20/1975/4154/5ec1f9dbE9c102120/4b558e29290c8460.png") 50% no-repeat;background-size:100%;margin-top:3.5rem;margin-bottom:.5rem}.body-2 .GamePopu .popuBg-12 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-2 .popuBg-0{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/118254/17/7232/11625/5ec1fb91E2f743393/feb7a28ccff1d840.png") 50% no-repeat;background-size:100%}.body-2 .winBg{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/123193/34/2095/8486/5ec1fba9E2e9bc1af/8b3a55e34fbeaf87.png") 50% no-repeat;background-size:100%}.body-2 .winBg .confirm-ok{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/116579/29/7325/2482/5ec1fba0E75225faa/c42d901f07d7d033.png") 50% no-repeat;background-size:100%}.body-2 .popuBg-5{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/120140/3/1973/7934/5ec1fb91E448dbc81/d50c31c136572a03.png") 50% no-repeat;background-size:100%}.body-2 .popuBg-6{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/115584/29/7296/8958/5ec1fba8Eb10e4287/07361aa3241c4466.png") 50% no-repeat;background-size:100%}.body-2 .popuBg-7,.body-2 .popuBg-8{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/121887/27/2009/6331/5ec1fb9fEbba3c258/a38985774839600e.png") 50% no-repeat;background-size:100%}.body-3 .GamePopu{width:100%;height:100%;transition:all .2s ease 0s;background:rgba(0,0,0,.5);position:fixed;left:0;right:0;top:0;z-index:1000}.body-3 .GamePopu.noFixed{position:absolute;top:0}.body-3 .GamePopu .hideGamePopu{position:absolute;width:.85rem;height:.85rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/119243/27/7311/1192/5ec1fb5bE6d8079ee/1bf04f08e11691ed.png") 50% no-repeat;background-size:100%;top:18%;right:7%;cursor:pointer;z-index:1111}.body-3 .GamePopu .hideGamePopu-5{top:10%!important}.body-3 .GamePopu .popuBg-0{position:absolute;width:12.375rem;height:14.9rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-3 .GamePopu .popuBg-0 .confirm-ok{display:block;position:absolute;width:10.3rem;height:2rem;border-radius:.5rem;left:8%;bottom:18%}.body-3 .GamePopu .winBg{position:absolute;width:12.375rem;height:14.9rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-3 .GamePopu .winBg .tips{text-align:center;color:#de4058;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.body-3 .GamePopu .winBg .confirm-ok{display:block;position:absolute;width:10.3rem;height:2rem;border-radius:.5rem;left:8%;bottom:18%}.body-3 .GamePopu .popuBg-1 .icon{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128692/7/2010/3116/5ec1f9daE8ac63c0d/63a1ec523b966734.png") 50% no-repeat;background-size:100%}.body-3 .GamePopu .popuBg-1 .icon,.body-3 .GamePopu .popuBg-2 .icon{width:3.2rem;height:3.2rem;margin:0 auto;margin-top:4.5rem;margin-bottom:.5rem}.body-3 .GamePopu .popuBg-2 .icon{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128559/10/2062/3132/5ec1f9dbE5326cbe8/24c40a16730ab5aa.png") 50% no-repeat;background-size:100%}.body-3 .GamePopu .popuBg-3 .icon{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/129246/19/2067/2950/5ec1f9dbE5417da1c/8a3ef5965a2d85a8.png") 50% no-repeat;background-size:100%}.body-3 .GamePopu .popuBg-3 .icon,.body-3 .GamePopu .popuBg-4 .imgVi{width:3.2rem;height:3.2rem;margin:0 auto;margin-top:4.5rem;margin-bottom:.5rem}.body-3 .GamePopu .popuBg-4 .imgVi .ImgSrc{width:3.2rem;height:3.2rem;margin:0 auto;vertical-align:middle}.body-3 .GamePopu .popuBg-5{position:absolute;width:14.4rem;height:19.15rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-3 .GamePopu .popuBg-5 .imputVi{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:.6rem;color:#de4058;margin-bottom:1rem}.body-3 .GamePopu .popuBg-5 .imputVi:first-child{margin-top:4rem}.body-3 .GamePopu .popuBg-5 .imputVi .left{width:3.5rem;height:1.35rem;line-height:1.35rem;margin-left:1.25rem;-ms-flex-align:center;align-items:center}.body-3 .GamePopu .popuBg-5 .imputVi .right input{width:8rem;text-indent:.25rem;border-radius:.25rem;border:.025rem solid #dddcdd;height:1.35rem}.body-3 .GamePopu .popuBg-5 .imputVi .right textarea{width:8rem;text-indent:.25rem;border-radius:.25rem;border:.025rem solid #dddcdd;height:4.7rem}.body-3 .GamePopu .popuBg-5 .bottomBtn{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:0 auto;position:absolute;left:7.25%;bottom:4%;font-size:.7rem}.body-3 .GamePopu .popuBg-5 .bottomBtn a{display:block;border-radius:.5rem;width:5.9rem;height:1.875rem;line-height:1.875rem;text-align:center}.body-3 .GamePopu .popuBg-5 .bottomBtn a:first-child{margin-right:.5rem}.body-3 .GamePopu .popuBg-5 .confirm-cancel{background:#ccc;color:#888}.body-3 .GamePopu .popuBg-5 .confirm-ok{background:#de4058;color:#fff}.body-3 .GamePopu .popuBg-6{position:absolute;width:14.4rem;height:19.15rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-3 .GamePopu .popuBg-6 .tips{font-size:.6rem;color:#de4058;padding:6%;margin:0 auto;margin-top:5rem;max-height:8rem;overflow-y:auto}.body-3 .GamePopu .popuBg-6 .tips .role .content{font-size:.6rem;color:#de4058}.body-3 .GamePopu .popuBg-6 .tips .role .content div{margin-bottom:.375rem}.body-3 .GamePopu .popuBg-6 .tips .role .content .text{display:inline-block}.body-3 .GamePopu .popuBg-6 .tips .role .content i{display:inline-block;width:.5rem;height:.5rem;text-align:center;padding:0 .4rem 0 .25rem;font-style:normal}.body-3 .GamePopu .popuBg-7{position:absolute;width:14.375rem;height:11.125rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-3 .GamePopu .popuBg-7 .content{font-size:.6rem;color:#de4058;padding:6%;margin:0 auto;margin-top:2.5rem;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.body-3 .GamePopu .popuBg-7 .content .shopLogo{width:3.25rem;height:3.25rem;border-radius:50%;margin-right:.25rem}.body-3 .GamePopu .popuBg-7 .content .shopLogo img{width:3.25rem;height:3.25rem;border-radius:50%}.body-3 .GamePopu .popuBg-7 .content .text{-ms-flex-align:center;align-items:center}.body-3 .GamePopu .popuBg-7 .confirm-ok{display:block;position:absolute;width:11.5rem;height:2rem;border-radius:.5rem;left:10%;bottom:13%}.body-3 .GamePopu .popuBg-8{position:absolute;width:14.375rem;height:11.125rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-3 .GamePopu .popuBg-8 .content{font-size:.8rem;color:#de4058;padding:6%;margin:0 auto;margin-top:3.5rem;text-align:center}.body-3 .GamePopu .popuBg-8 .content .text{-ms-flex-align:center;align-items:center;text-align:center}.body-3 .GamePopu .popuBg-8 .confirm-ok{display:block;position:absolute;width:11.5rem;height:2rem;border-radius:.5rem;left:10%;bottom:13%}.body-3 .GamePopu .popuBg-9 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/114592/14/7229/2245/5ec1f9dbE9c172602/f8d64c9190685629.png") 50% no-repeat;background-size:100%;margin-top:3.5rem;margin-bottom:.5rem}.body-3 .GamePopu .popuBg-9 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-3 .GamePopu .popuBg-10 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/120718/15/1964/2295/5ec1f9dbE83fadd12/430691e738fc45c8.png") 50% no-repeat;background-size:100%;margin-top:3.5rem;margin-bottom:.5rem}.body-3 .GamePopu .popuBg-10 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-3 .GamePopu .popuBg-11 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/122851/13/2000/3558/5ec1f9dbE8d625140/814018db92e76efd.png") 50% no-repeat;background-size:100%;margin-top:3.5rem;margin-bottom:.5rem}.body-3 .GamePopu .popuBg-11 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-3 .GamePopu .popuBg-12 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128168/20/1975/4154/5ec1f9dbE9c102120/4b558e29290c8460.png") 50% no-repeat;background-size:100%;margin-top:3.5rem;margin-bottom:.5rem}.body-3 .GamePopu .popuBg-12 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-3 .popuBg-0{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/124259/29/1958/11617/5ec1fbc8Ececeed59/ec8a964c76785bbd.png") 50% no-repeat;background-size:100%}.body-3 .winBg{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/114193/14/7215/8498/5ec1fbd9E3bcc8943/32ec90037490f61a.png") 50% no-repeat;background-size:100%}.body-3 .winBg .confirm-ok{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/113558/37/7283/2482/5ec1fbd1E2cba5dc0/6581c3b4188bcbba.png") 50% no-repeat;background-size:100%}.body-3 .popuBg-5{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/121926/9/1995/8125/5ec1fbc7E8b152e98/e2d6d29b5fa0a43e.png") 50% no-repeat;background-size:100%}.body-3 .popuBg-6{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/117254/30/7212/9013/5ec1fbd8E332fb3b8/64a4c5a91a47178f.png") 50% no-repeat;background-size:100%}.body-3 .popuBg-7,.body-3 .popuBg-8{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/122031/4/1968/6533/5ec1fbd0Ec946a037/292fd4b00a328fd0.png") 50% no-repeat;background-size:100%}.body-4 .GamePopu{width:100%;height:100%;transition:all .2s ease 0s;background:rgba(0,0,0,.5);position:fixed;left:0;right:0;top:0;z-index:1000}.body-4 .GamePopu.noFixed{position:absolute;top:0}.body-4 .GamePopu .hideGamePopu{position:absolute;width:.85rem;height:.85rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/119243/27/7311/1192/5ec1fb5bE6d8079ee/1bf04f08e11691ed.png") 50% no-repeat;background-size:100%;top:18%;right:7%;cursor:pointer;z-index:1111}.body-4 .GamePopu .hideGamePopu-5{top:10%!important}.body-4 .GamePopu .popuBg-0{position:absolute;width:12.375rem;height:14.9rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-4 .GamePopu .popuBg-0 .confirm-ok{display:block;position:absolute;width:10.3rem;height:2rem;border-radius:.5rem;left:8%;bottom:18%}.body-4 .GamePopu .winBg{position:absolute;width:12.375rem;height:14.9rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-4 .GamePopu .winBg .tips{text-align:center;color:#5fc3fa;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.body-4 .GamePopu .winBg .confirm-ok{display:block;position:absolute;width:10.3rem;height:2rem;border-radius:.5rem;left:8%;bottom:18%}.body-4 .GamePopu .popuBg-1 .icon{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128692/7/2010/3116/5ec1f9daE8ac63c0d/63a1ec523b966734.png") 50% no-repeat;background-size:100%}.body-4 .GamePopu .popuBg-1 .icon,.body-4 .GamePopu .popuBg-2 .icon{width:3.2rem;height:3.2rem;margin:0 auto;margin-top:4.5rem;margin-bottom:.5rem}.body-4 .GamePopu .popuBg-2 .icon{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128559/10/2062/3132/5ec1f9dbE5326cbe8/24c40a16730ab5aa.png") 50% no-repeat;background-size:100%}.body-4 .GamePopu .popuBg-3 .icon{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/129246/19/2067/2950/5ec1f9dbE5417da1c/8a3ef5965a2d85a8.png") 50% no-repeat;background-size:100%}.body-4 .GamePopu .popuBg-3 .icon,.body-4 .GamePopu .popuBg-4 .imgVi{width:3.2rem;height:3.2rem;margin:0 auto;margin-top:4.5rem;margin-bottom:.5rem}.body-4 .GamePopu .popuBg-4 .imgVi .ImgSrc{width:3.2rem;height:3.2rem;margin:0 auto;vertical-align:middle}.body-4 .GamePopu .popuBg-5{position:absolute;width:14.4rem;height:19.15rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-4 .GamePopu .popuBg-5 .imputVi{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:.6rem;color:#5fc3fa;margin-bottom:1rem}.body-4 .GamePopu .popuBg-5 .imputVi:first-child{margin-top:4rem}.body-4 .GamePopu .popuBg-5 .imputVi .left{width:3.5rem;height:1.35rem;line-height:1.35rem;margin-left:1.25rem;-ms-flex-align:center;align-items:center}.body-4 .GamePopu .popuBg-5 .imputVi .right input{width:8rem;text-indent:.25rem;border-radius:.25rem;border:.025rem solid #dddcdd;height:1.35rem}.body-4 .GamePopu .popuBg-5 .imputVi .right textarea{width:8rem;text-indent:.25rem;border-radius:.25rem;border:.025rem solid #dddcdd;height:4.7rem}.body-4 .GamePopu .popuBg-5 .bottomBtn{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:0 auto;position:absolute;left:7.25%;bottom:4%;font-size:.7rem}.body-4 .GamePopu .popuBg-5 .bottomBtn a{display:block;border-radius:.5rem;width:5.9rem;height:1.875rem;line-height:1.875rem;text-align:center}.body-4 .GamePopu .popuBg-5 .bottomBtn a:first-child{margin-right:.5rem}.body-4 .GamePopu .popuBg-5 .confirm-cancel{background:#ccc;color:#888}.body-4 .GamePopu .popuBg-5 .confirm-ok{background:#5fc3fa;color:#fff}.body-4 .GamePopu .popuBg-6{position:absolute;width:14.4rem;height:19.15rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-4 .GamePopu .popuBg-6 .tips{font-size:.6rem;color:#5fc3fa;padding:6%;margin:0 auto;margin-top:5rem;max-height:8rem;overflow-y:auto}.body-4 .GamePopu .popuBg-6 .tips .role .content{font-size:.6rem;color:#5fc3fa}.body-4 .GamePopu .popuBg-6 .tips .role .content div{margin-bottom:.375rem}.body-4 .GamePopu .popuBg-6 .tips .role .content .text{display:inline-block}.body-4 .GamePopu .popuBg-6 .tips .role .content i{display:inline-block;width:.5rem;height:.5rem;text-align:center;padding:0 .4rem 0 .25rem;font-style:normal}.body-4 .GamePopu .popuBg-7{position:absolute;width:14.375rem;height:11.125rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-4 .GamePopu .popuBg-7 .content{font-size:.6rem;color:#5fc3fa;padding:6%;margin:0 auto;margin-top:2.5rem;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.body-4 .GamePopu .popuBg-7 .content .shopLogo{width:3.25rem;height:3.25rem;border-radius:50%;margin-right:.25rem}.body-4 .GamePopu .popuBg-7 .content .shopLogo img{width:3.25rem;height:3.25rem;border-radius:50%}.body-4 .GamePopu .popuBg-7 .content .text{-ms-flex-align:center;align-items:center}.body-4 .GamePopu .popuBg-7 .confirm-ok{display:block;position:absolute;width:11.5rem;height:2rem;border-radius:.5rem;left:10%;bottom:13%}.body-4 .GamePopu .popuBg-8{position:absolute;width:14.375rem;height:11.125rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-4 .GamePopu .popuBg-8 .content{font-size:.8rem;color:#5fc3fa;padding:6%;margin:0 auto;margin-top:3.5rem;text-align:center}.body-4 .GamePopu .popuBg-8 .content .text{-ms-flex-align:center;align-items:center;text-align:center}.body-4 .GamePopu .popuBg-8 .confirm-ok{display:block;position:absolute;width:11.5rem;height:2rem;border-radius:.5rem;left:10%;bottom:13%}.body-4 .GamePopu .popuBg-9 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/114592/14/7229/2245/5ec1f9dbE9c172602/f8d64c9190685629.png") 50% no-repeat;background-size:100%;margin-top:3.5rem;margin-bottom:.5rem}.body-4 .GamePopu .popuBg-9 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-4 .GamePopu .popuBg-10 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/120718/15/1964/2295/5ec1f9dbE83fadd12/430691e738fc45c8.png") 50% no-repeat;background-size:100%;margin-top:3.5rem;margin-bottom:.5rem}.body-4 .GamePopu .popuBg-10 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-4 .GamePopu .popuBg-11 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/122851/13/2000/3558/5ec1f9dbE8d625140/814018db92e76efd.png") 50% no-repeat;background-size:100%;margin-top:3.5rem;margin-bottom:.5rem}.body-4 .GamePopu .popuBg-11 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-4 .GamePopu .popuBg-12 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128168/20/1975/4154/5ec1f9dbE9c102120/4b558e29290c8460.png") 50% no-repeat;background-size:100%;margin-top:3.5rem;margin-bottom:.5rem}.body-4 .GamePopu .popuBg-12 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-4 .popuBg-0{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128989/18/1963/11650/5ec1fbefEb8b9036f/3c5d4cc765df4e36.png") 50% no-repeat;background-size:100%}.body-4 .winBg{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/122340/9/2030/8543/5ec1fc01E72f50c63/da450fab219a9157.png") 50% no-repeat;background-size:100%}.body-4 .winBg .confirm-ok{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/121444/21/1947/3379/5ec1fbf9Ee1ca2fe5/7fea062701beccee.png") 50% no-repeat;background-size:100%}.body-4 .popuBg-5{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/110962/7/7218/8161/5ec1fbefEf73ab7ef/aebf403b30a395e2.png") 50% no-repeat;background-size:100%}.body-4 .popuBg-6{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/112383/10/7268/8973/5ec1fc01Ec5f5b866/a7963544f2f74906.png") 50% no-repeat;background-size:100%}.body-4 .popuBg-7,.body-4 .popuBg-8{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/114457/29/7260/6510/5ec1fbf8Ec1d1619a/6c341c16644cd056.png") 50% no-repeat;background-size:100%}.body-0 .GamePopuLhj{width:100%;height:100%;transition:all .2s ease 0s;background:rgba(0,0,0,.5);position:fixed;left:0;right:0;top:0;z-index:1000}.body-0 .GamePopuLhj.noFixed{position:absolute;top:0}.body-0 .GamePopuLhj .allBg{background:#fff;border-radius:.5rem}.body-0 .GamePopuLhj .title{width:100%;text-align:center;font-size:.75rem;margin-top:1.125rem;color:#e19b00;position:relative}.body-0 .GamePopuLhj .hideGamePopu{position:absolute;width:1.1rem;height:1.1rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/71837/27/15922/1605/5dd91d10E70678dff/e0f94478833ac39c.png") 50% no-repeat;background-size:.55rem .55rem;top:-.7rem;right:.5rem;cursor:pointer;z-index:1111}.body-0 .GamePopuLhj .popuBg-0{position:absolute;width:13.5rem;height:11.1rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-0 .GamePopuLhj .popuBg-0 .icon{width:3.2rem;height:3.2rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/90680/20/2935/2329/5dd91d28E416dcf6a/bf8ac5a7ed341055.png") 50% no-repeat;background-size:100%;margin:0 auto;margin-top:.5rem;margin-bottom:1rem}.body-0 .GamePopuLhj .popuBg-0 .tips{text-align:center;color:#8d8d8d;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.body-0 .GamePopuLhj .popuBg-0 .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fef8c2;text-align:center;background:#e2a339;border-radius:.5rem;margin:0 auto;margin-top:.8rem}.body-0 .GamePopuLhj .winBg{position:absolute;width:13.5rem;height:11.125rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-0 .GamePopuLhj .winBg .tips{text-align:center;color:#8d8d8d;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.body-0 .GamePopuLhj .winBg .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fef8c2;text-align:center;background:#e2a339;border-radius:.5rem;margin:0 auto;margin-top:.8rem}.body-0 .GamePopuLhj .popuBg-1 .icon{width:3.2rem;height:4.925rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128692/7/2010/3116/5ec1f9daE8ac63c0d/63a1ec523b966734.png") 50% no-repeat;background-size:100%}.body-0 .GamePopuLhj .popuBg-2 .icon{width:3.2rem;height:4.925rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128559/10/2062/3132/5ec1f9dbE5326cbe8/24c40a16730ab5aa.png") 50% no-repeat;background-size:100%}.body-0 .GamePopuLhj .popuBg-3 .icon{width:3.2rem;height:4.925rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/129246/19/2067/2950/5ec1f9dbE5417da1c/8a3ef5965a2d85a8.png") 50% no-repeat;background-size:100%}.body-0 .GamePopuLhj .popuBg-4 .imgVi{width:3.2rem;height:4.925rem;line-height:4.925rem;margin:0 auto}.body-0 .GamePopuLhj .popuBg-4 .imgVi .ImgSrc{width:3.2rem;height:3.2rem;line-height:4.925rem;margin:0 auto;vertical-align:middle}.body-0 .GamePopuLhj .popuBg-5{position:absolute;width:13.5rem;height:17.225rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-0 .GamePopuLhj .popuBg-5 .title{margin-bottom:1rem}.body-0 .GamePopuLhj .popuBg-5 .imputVi{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:.6rem;color:#8d8d8d;margin-bottom:.7rem}.body-0 .GamePopuLhj .popuBg-5 .imputVi .left{width:3.5rem;height:1.35rem;line-height:1.35rem;-ms-flex-align:center;align-items:center;text-align:right;font-size:.6rem}.body-0 .GamePopuLhj .popuBg-5 .imputVi .right input{width:8.75rem;text-indent:.1rem;border-radius:.25rem;border:.05rem solid #d8d7d8;height:1.35rem;font-size:.6rem}.body-0 .GamePopuLhj .popuBg-5 .imputVi .right textarea{width:9rem;padding-left:.3rem;border-radius:.25rem;border:.05rem solid #d8d7d8;height:4.7rem;font-size:.6rem;resize:none}.body-0 .GamePopuLhj .popuBg-5 .bottomBtn{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:0 auto;position:absolute;left:4.25%;bottom:6%;font-size:.7rem}.body-0 .GamePopuLhj .popuBg-5 .bottomBtn a{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;text-align:center;border-radius:.125rem}.body-0 .GamePopuLhj .popuBg-5 .bottomBtn a:first-child{margin-right:.5rem}.body-0 .GamePopuLhj .popuBg-5 .confirm-cancel{background:#dddcdd;color:#848484}.body-0 .GamePopuLhj .popuBg-5 .confirm-ok{background:#e2a339;color:#faeeb1}.body-0 .GamePopuLhj .popuBg-6{position:absolute;width:13.5rem;height:14.1rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000;background:#fff;background-size:100%;border-radius:.5rem}.body-0 .GamePopuLhj .popuBg-6 .tips{font-size:.6rem;color:#8d8d8d;padding:6%;margin:0 auto;max-height:7.75rem;overflow-y:auto}.body-0 .GamePopuLhj .popuBg-6 .tips .role .content{font-size:.6rem;color:#8d8d8d}.body-0 .GamePopuLhj .popuBg-6 .tips .role .content div{margin-bottom:.375rem}.body-0 .GamePopuLhj .popuBg-6 .tips .role .content .text{display:inline-block}.body-0 .GamePopuLhj .popuBg-6 .tips .role .content i{display:inline-block;width:.5rem;height:.5rem;text-align:center;padding:0 .4rem 0 .25rem;font-style:normal}.body-0 .GamePopuLhj .popuBg-7{position:absolute;width:13.5rem;height:7.7rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-0 .GamePopuLhj .popuBg-7 .content{font-size:.6rem;color:#8d8d8d;padding:6%;margin:0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.body-0 .GamePopuLhj .popuBg-7 .content .shopLogo{width:3.25rem;height:3.25rem;border-radius:50%;margin-right:.25rem}.body-0 .GamePopuLhj .popuBg-7 .content .shopLogo img{width:3.25rem;height:3.25rem;border-radius:50%}.body-0 .GamePopuLhj .popuBg-7 .content .text{-ms-flex-align:center;align-items:center}.body-0 .GamePopuLhj .popuBg-7 .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fef8c2;text-align:center;background:#e2a339;border-radius:.5rem;margin:0 auto}.body-0 .GamePopuLhj .popuBg-8{position:absolute;width:13.5rem;height:10rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-0 .GamePopuLhj .popuBg-8 .icon{width:2.2rem;height:2.2rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/46912/27/16640/2155/5dd91d34E6e97df4f/47892ef59458c694.png") 50% no-repeat;background-size:100%;margin:0 auto;margin-top:.8rem;margin-bottom:.8rem}.body-0 .GamePopuLhj .popuBg-8 .tips{text-align:center;color:#8d8d8d;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.body-0 .GamePopuLhj .popuBg-8 .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fef8c2;text-align:center;background:#e2a339;border-radius:.5rem;margin:0 auto;margin-top:.8rem}.body-0 .GamePopuLhj .popuBg-9 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/114592/14/7229/2245/5ec1f9dbE9c172602/f8d64c9190685629.png") 50% no-repeat;background-size:100%}.body-0 .GamePopuLhj .popuBg-9 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-0 .GamePopuLhj .popuBg-10 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/120718/15/1964/2295/5ec1f9dbE83fadd12/430691e738fc45c8.png") 50% no-repeat;background-size:100%}.body-0 .GamePopuLhj .popuBg-10 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-0 .GamePopuLhj .popuBg-11 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/122851/13/2000/3558/5ec1f9dbE8d625140/814018db92e76efd.png") 50% no-repeat;background-size:100%}.body-0 .GamePopuLhj .popuBg-11 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-0 .GamePopuLhj .popuBg-12 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128168/20/1975/4154/5ec1f9dbE9c102120/4b558e29290c8460.png") 50% no-repeat;background-size:100%}.body-0 .GamePopuLhj .popuBg-12 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-1 .GamePopuLhj{width:100%;height:100%;transition:all .2s ease 0s;background:rgba(0,0,0,.5);position:fixed;left:0;right:0;top:0;z-index:1000}.body-1 .GamePopuLhj.noFixed{position:absolute;top:0}.body-1 .GamePopuLhj .allBg{background:#fff;border-radius:.5rem}.body-1 .GamePopuLhj .title{width:100%;text-align:center;font-size:.75rem;margin-top:1.125rem;color:#e19b00;position:relative}.body-1 .GamePopuLhj .hideGamePopu{position:absolute;width:1.1rem;height:1.1rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/71837/27/15922/1605/5dd91d10E70678dff/e0f94478833ac39c.png") 50% no-repeat;background-size:.55rem .55rem;top:-.7rem;right:.5rem;cursor:pointer;z-index:1111}.body-1 .GamePopuLhj .popuBg-0{position:absolute;width:13.5rem;height:11.1rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-1 .GamePopuLhj .popuBg-0 .icon{width:3.2rem;height:3.2rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/90680/20/2935/2329/5dd91d28E416dcf6a/bf8ac5a7ed341055.png") 50% no-repeat;background-size:100%;margin:0 auto;margin-top:.5rem;margin-bottom:1rem}.body-1 .GamePopuLhj .popuBg-0 .tips{text-align:center;color:#8d8d8d;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.body-1 .GamePopuLhj .popuBg-0 .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fef8c2;text-align:center;background:#e2a339;border-radius:.5rem;margin:0 auto;margin-top:.8rem}.body-1 .GamePopuLhj .winBg{position:absolute;width:13.5rem;height:11.125rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-1 .GamePopuLhj .winBg .tips{text-align:center;color:#8d8d8d;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.body-1 .GamePopuLhj .winBg .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fef8c2;text-align:center;background:#e2a339;border-radius:.5rem;margin:0 auto;margin-top:.8rem}.body-1 .GamePopuLhj .popuBg-1 .icon{width:3.2rem;height:4.925rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128692/7/2010/3116/5ec1f9daE8ac63c0d/63a1ec523b966734.png") 50% no-repeat;background-size:100%}.body-1 .GamePopuLhj .popuBg-2 .icon{width:3.2rem;height:4.925rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128559/10/2062/3132/5ec1f9dbE5326cbe8/24c40a16730ab5aa.png") 50% no-repeat;background-size:100%}.body-1 .GamePopuLhj .popuBg-3 .icon{width:3.2rem;height:4.925rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/129246/19/2067/2950/5ec1f9dbE5417da1c/8a3ef5965a2d85a8.png") 50% no-repeat;background-size:100%}.body-1 .GamePopuLhj .popuBg-4 .imgVi{width:3.2rem;height:4.925rem;line-height:4.925rem;margin:0 auto}.body-1 .GamePopuLhj .popuBg-4 .imgVi .ImgSrc{width:3.2rem;height:3.2rem;line-height:4.925rem;margin:0 auto;vertical-align:middle}.body-1 .GamePopuLhj .popuBg-5{position:absolute;width:13.5rem;height:17.225rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-1 .GamePopuLhj .popuBg-5 .title{margin-bottom:1rem}.body-1 .GamePopuLhj .popuBg-5 .imputVi{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:.6rem;color:#8d8d8d;margin-bottom:.7rem}.body-1 .GamePopuLhj .popuBg-5 .imputVi .left{width:3.5rem;height:1.35rem;line-height:1.35rem;-ms-flex-align:center;align-items:center;text-align:right;font-size:.6rem}.body-1 .GamePopuLhj .popuBg-5 .imputVi .right input{width:8.75rem;text-indent:.1rem;border-radius:.25rem;border:.05rem solid #d8d7d8;height:1.35rem;font-size:.6rem}.body-1 .GamePopuLhj .popuBg-5 .imputVi .right textarea{width:9rem;padding-left:.3rem;border-radius:.25rem;border:.05rem solid #d8d7d8;height:4.7rem;font-size:.6rem;resize:none}.body-1 .GamePopuLhj .popuBg-5 .bottomBtn{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:0 auto;position:absolute;left:4.25%;bottom:6%;font-size:.7rem}.body-1 .GamePopuLhj .popuBg-5 .bottomBtn a{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;text-align:center;border-radius:.125rem}.body-1 .GamePopuLhj .popuBg-5 .bottomBtn a:first-child{margin-right:.5rem}.body-1 .GamePopuLhj .popuBg-5 .confirm-cancel{background:#dddcdd;color:#848484}.body-1 .GamePopuLhj .popuBg-5 .confirm-ok{background:#e2a339;color:#faeeb1}.body-1 .GamePopuLhj .popuBg-6{position:absolute;width:13.5rem;height:14.1rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000;background:#fff;background-size:100%;border-radius:.5rem}.body-1 .GamePopuLhj .popuBg-6 .tips{font-size:.6rem;color:#8d8d8d;padding:6%;margin:0 auto;max-height:7.75rem;overflow-y:auto}.body-1 .GamePopuLhj .popuBg-6 .tips .role .content{font-size:.6rem;color:#8d8d8d}.body-1 .GamePopuLhj .popuBg-6 .tips .role .content div{margin-bottom:.375rem}.body-1 .GamePopuLhj .popuBg-6 .tips .role .content .text{display:inline-block}.body-1 .GamePopuLhj .popuBg-6 .tips .role .content i{display:inline-block;width:.5rem;height:.5rem;text-align:center;padding:0 .4rem 0 .25rem;font-style:normal}.body-1 .GamePopuLhj .popuBg-7{position:absolute;width:13.5rem;height:7.7rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-1 .GamePopuLhj .popuBg-7 .content{font-size:.6rem;color:#8d8d8d;padding:6%;margin:0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.body-1 .GamePopuLhj .popuBg-7 .content .shopLogo{width:3.25rem;height:3.25rem;border-radius:50%;margin-right:.25rem}.body-1 .GamePopuLhj .popuBg-7 .content .shopLogo img{width:3.25rem;height:3.25rem;border-radius:50%}.body-1 .GamePopuLhj .popuBg-7 .content .text{-ms-flex-align:center;align-items:center}.body-1 .GamePopuLhj .popuBg-7 .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fef8c2;text-align:center;background:#e2a339;border-radius:.5rem;margin:0 auto}.body-1 .GamePopuLhj .popuBg-8{position:absolute;width:13.5rem;height:10rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-1 .GamePopuLhj .popuBg-8 .icon{width:2.2rem;height:2.2rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/46912/27/16640/2155/5dd91d34E6e97df4f/47892ef59458c694.png") 50% no-repeat;background-size:100%;margin:0 auto;margin-top:.8rem;margin-bottom:.8rem}.body-1 .GamePopuLhj .popuBg-8 .tips{text-align:center;color:#8d8d8d;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.body-1 .GamePopuLhj .popuBg-8 .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fef8c2;text-align:center;background:#e2a339;border-radius:.5rem;margin:0 auto;margin-top:.8rem}.body-1 .GamePopuLhj .popuBg-9 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/114592/14/7229/2245/5ec1f9dbE9c172602/f8d64c9190685629.png") 50% no-repeat;background-size:100%}.body-1 .GamePopuLhj .popuBg-9 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-1 .GamePopuLhj .popuBg-10 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/120718/15/1964/2295/5ec1f9dbE83fadd12/430691e738fc45c8.png") 50% no-repeat;background-size:100%}.body-1 .GamePopuLhj .popuBg-10 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-1 .GamePopuLhj .popuBg-11 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/122851/13/2000/3558/5ec1f9dbE8d625140/814018db92e76efd.png") 50% no-repeat;background-size:100%}.body-1 .GamePopuLhj .popuBg-11 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-1 .GamePopuLhj .popuBg-12 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128168/20/1975/4154/5ec1f9dbE9c102120/4b558e29290c8460.png") 50% no-repeat;background-size:100%}.body-1 .GamePopuLhj .popuBg-12 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-2 .GamePopuLhj{width:100%;height:100%;transition:all .2s ease 0s;background:rgba(0,0,0,.5);position:fixed;left:0;right:0;top:0;z-index:1000}.body-2 .GamePopuLhj.noFixed{position:absolute;top:0}.body-2 .GamePopuLhj .allBg{background:#fff;border-radius:.5rem}.body-2 .GamePopuLhj .title{width:100%;text-align:center;font-size:.75rem;margin-top:1.125rem;color:#e19b00;position:relative}.body-2 .GamePopuLhj .hideGamePopu{position:absolute;width:1.1rem;height:1.1rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/71837/27/15922/1605/5dd91d10E70678dff/e0f94478833ac39c.png") 50% no-repeat;background-size:.55rem .55rem;top:-.7rem;right:.5rem;cursor:pointer;z-index:1111}.body-2 .GamePopuLhj .popuBg-0{position:absolute;width:13.5rem;height:11.1rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-2 .GamePopuLhj .popuBg-0 .icon{width:3.2rem;height:3.2rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/90680/20/2935/2329/5dd91d28E416dcf6a/bf8ac5a7ed341055.png") 50% no-repeat;background-size:100%;margin:0 auto;margin-top:.5rem;margin-bottom:1rem}.body-2 .GamePopuLhj .popuBg-0 .tips{text-align:center;color:#8d8d8d;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.body-2 .GamePopuLhj .popuBg-0 .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fef8c2;text-align:center;background:#e2a339;border-radius:.5rem;margin:0 auto;margin-top:.8rem}.body-2 .GamePopuLhj .winBg{position:absolute;width:13.5rem;height:11.125rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-2 .GamePopuLhj .winBg .tips{text-align:center;color:#8d8d8d;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.body-2 .GamePopuLhj .winBg .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fef8c2;text-align:center;background:#e2a339;border-radius:.5rem;margin:0 auto;margin-top:.8rem}.body-2 .GamePopuLhj .popuBg-1 .icon{width:3.2rem;height:4.925rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128692/7/2010/3116/5ec1f9daE8ac63c0d/63a1ec523b966734.png") 50% no-repeat;background-size:100%}.body-2 .GamePopuLhj .popuBg-2 .icon{width:3.2rem;height:4.925rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128559/10/2062/3132/5ec1f9dbE5326cbe8/24c40a16730ab5aa.png") 50% no-repeat;background-size:100%}.body-2 .GamePopuLhj .popuBg-3 .icon{width:3.2rem;height:4.925rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/129246/19/2067/2950/5ec1f9dbE5417da1c/8a3ef5965a2d85a8.png") 50% no-repeat;background-size:100%}.body-2 .GamePopuLhj .popuBg-4 .imgVi{width:3.2rem;height:4.925rem;line-height:4.925rem;margin:0 auto}.body-2 .GamePopuLhj .popuBg-4 .imgVi .ImgSrc{width:3.2rem;height:3.2rem;line-height:4.925rem;margin:0 auto;vertical-align:middle}.body-2 .GamePopuLhj .popuBg-5{position:absolute;width:13.5rem;height:17.225rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-2 .GamePopuLhj .popuBg-5 .title{margin-bottom:1rem}.body-2 .GamePopuLhj .popuBg-5 .imputVi{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:.6rem;color:#8d8d8d;margin-bottom:.7rem}.body-2 .GamePopuLhj .popuBg-5 .imputVi .left{width:3.5rem;height:1.35rem;line-height:1.35rem;-ms-flex-align:center;align-items:center;text-align:right;font-size:.6rem}.body-2 .GamePopuLhj .popuBg-5 .imputVi .right input{width:8.75rem;text-indent:.1rem;border-radius:.25rem;border:.05rem solid #d8d7d8;height:1.35rem;font-size:.6rem}.body-2 .GamePopuLhj .popuBg-5 .imputVi .right textarea{width:9rem;padding-left:.3rem;border-radius:.25rem;border:.05rem solid #d8d7d8;height:4.7rem;font-size:.6rem;resize:none}.body-2 .GamePopuLhj .popuBg-5 .bottomBtn{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:0 auto;position:absolute;left:4.25%;bottom:6%;font-size:.7rem}.body-2 .GamePopuLhj .popuBg-5 .bottomBtn a{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;text-align:center;border-radius:.125rem}.body-2 .GamePopuLhj .popuBg-5 .bottomBtn a:first-child{margin-right:.5rem}.body-2 .GamePopuLhj .popuBg-5 .confirm-cancel{background:#dddcdd;color:#848484}.body-2 .GamePopuLhj .popuBg-5 .confirm-ok{background:#e2a339;color:#faeeb1}.body-2 .GamePopuLhj .popuBg-6{position:absolute;width:13.5rem;height:14.1rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000;background:#fff;background-size:100%;border-radius:.5rem}.body-2 .GamePopuLhj .popuBg-6 .tips{font-size:.6rem;color:#8d8d8d;padding:6%;margin:0 auto;max-height:7.75rem;overflow-y:auto}.body-2 .GamePopuLhj .popuBg-6 .tips .role .content{font-size:.6rem;color:#8d8d8d}.body-2 .GamePopuLhj .popuBg-6 .tips .role .content div{margin-bottom:.375rem}.body-2 .GamePopuLhj .popuBg-6 .tips .role .content .text{display:inline-block}.body-2 .GamePopuLhj .popuBg-6 .tips .role .content i{display:inline-block;width:.5rem;height:.5rem;text-align:center;padding:0 .4rem 0 .25rem;font-style:normal}.body-2 .GamePopuLhj .popuBg-7{position:absolute;width:13.5rem;height:7.7rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-2 .GamePopuLhj .popuBg-7 .content{font-size:.6rem;color:#8d8d8d;padding:6%;margin:0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.body-2 .GamePopuLhj .popuBg-7 .content .shopLogo{width:3.25rem;height:3.25rem;border-radius:50%;margin-right:.25rem}.body-2 .GamePopuLhj .popuBg-7 .content .shopLogo img{width:3.25rem;height:3.25rem;border-radius:50%}.body-2 .GamePopuLhj .popuBg-7 .content .text{-ms-flex-align:center;align-items:center}.body-2 .GamePopuLhj .popuBg-7 .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fef8c2;text-align:center;background:#e2a339;border-radius:.5rem;margin:0 auto}.body-2 .GamePopuLhj .popuBg-8{position:absolute;width:13.5rem;height:10rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-2 .GamePopuLhj .popuBg-8 .icon{width:2.2rem;height:2.2rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/46912/27/16640/2155/5dd91d34E6e97df4f/47892ef59458c694.png") 50% no-repeat;background-size:100%;margin:0 auto;margin-top:.8rem;margin-bottom:.8rem}.body-2 .GamePopuLhj .popuBg-8 .tips{text-align:center;color:#8d8d8d;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.body-2 .GamePopuLhj .popuBg-8 .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fef8c2;text-align:center;background:#e2a339;border-radius:.5rem;margin:0 auto;margin-top:.8rem}.body-2 .GamePopuLhj .popuBg-9 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/114592/14/7229/2245/5ec1f9dbE9c172602/f8d64c9190685629.png") 50% no-repeat;background-size:100%}.body-2 .GamePopuLhj .popuBg-9 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-2 .GamePopuLhj .popuBg-10 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/120718/15/1964/2295/5ec1f9dbE83fadd12/430691e738fc45c8.png") 50% no-repeat;background-size:100%}.body-2 .GamePopuLhj .popuBg-10 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-2 .GamePopuLhj .popuBg-11 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/122851/13/2000/3558/5ec1f9dbE8d625140/814018db92e76efd.png") 50% no-repeat;background-size:100%}.body-2 .GamePopuLhj .popuBg-11 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-2 .GamePopuLhj .popuBg-12 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128168/20/1975/4154/5ec1f9dbE9c102120/4b558e29290c8460.png") 50% no-repeat;background-size:100%}.body-2 .GamePopuLhj .popuBg-12 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-3 .GamePopuLhj{width:100%;height:100%;transition:all .2s ease 0s;background:rgba(0,0,0,.5);position:fixed;left:0;right:0;top:0;z-index:1000}.body-3 .GamePopuLhj.noFixed{position:absolute;top:0}.body-3 .GamePopuLhj .allBg{background:#fff;border-radius:.5rem}.body-3 .GamePopuLhj .title{width:100%;text-align:center;font-size:.75rem;margin-top:1.125rem;color:#e19b00;position:relative}.body-3 .GamePopuLhj .hideGamePopu{position:absolute;width:1.1rem;height:1.1rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/71837/27/15922/1605/5dd91d10E70678dff/e0f94478833ac39c.png") 50% no-repeat;background-size:.55rem .55rem;top:-.7rem;right:.5rem;cursor:pointer;z-index:1111}.body-3 .GamePopuLhj .popuBg-0{position:absolute;width:13.5rem;height:11.1rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-3 .GamePopuLhj .popuBg-0 .icon{width:3.2rem;height:3.2rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/90680/20/2935/2329/5dd91d28E416dcf6a/bf8ac5a7ed341055.png") 50% no-repeat;background-size:100%;margin:0 auto;margin-top:.5rem;margin-bottom:1rem}.body-3 .GamePopuLhj .popuBg-0 .tips{text-align:center;color:#8d8d8d;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.body-3 .GamePopuLhj .popuBg-0 .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fef8c2;text-align:center;background:#e2a339;border-radius:.5rem;margin:0 auto;margin-top:.8rem}.body-3 .GamePopuLhj .winBg{position:absolute;width:13.5rem;height:11.125rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-3 .GamePopuLhj .winBg .tips{text-align:center;color:#8d8d8d;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.body-3 .GamePopuLhj .winBg .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fef8c2;text-align:center;background:#e2a339;border-radius:.5rem;margin:0 auto;margin-top:.8rem}.body-3 .GamePopuLhj .popuBg-1 .icon{width:3.2rem;height:4.925rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128692/7/2010/3116/5ec1f9daE8ac63c0d/63a1ec523b966734.png") 50% no-repeat;background-size:100%}.body-3 .GamePopuLhj .popuBg-2 .icon{width:3.2rem;height:4.925rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128559/10/2062/3132/5ec1f9dbE5326cbe8/24c40a16730ab5aa.png") 50% no-repeat;background-size:100%}.body-3 .GamePopuLhj .popuBg-3 .icon{width:3.2rem;height:4.925rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/129246/19/2067/2950/5ec1f9dbE5417da1c/8a3ef5965a2d85a8.png") 50% no-repeat;background-size:100%}.body-3 .GamePopuLhj .popuBg-4 .imgVi{width:3.2rem;height:4.925rem;line-height:4.925rem;margin:0 auto}.body-3 .GamePopuLhj .popuBg-4 .imgVi .ImgSrc{width:3.2rem;height:3.2rem;line-height:4.925rem;margin:0 auto;vertical-align:middle}.body-3 .GamePopuLhj .popuBg-5{position:absolute;width:13.5rem;height:17.225rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-3 .GamePopuLhj .popuBg-5 .title{margin-bottom:1rem}.body-3 .GamePopuLhj .popuBg-5 .imputVi{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:.6rem;color:#8d8d8d;margin-bottom:.7rem}.body-3 .GamePopuLhj .popuBg-5 .imputVi .left{width:3.5rem;height:1.35rem;line-height:1.35rem;-ms-flex-align:center;align-items:center;text-align:right;font-size:.6rem}.body-3 .GamePopuLhj .popuBg-5 .imputVi .right input{width:8.75rem;text-indent:.1rem;border-radius:.25rem;border:.05rem solid #d8d7d8;height:1.35rem;font-size:.6rem}.body-3 .GamePopuLhj .popuBg-5 .imputVi .right textarea{width:9rem;padding-left:.3rem;border-radius:.25rem;border:.05rem solid #d8d7d8;height:4.7rem;font-size:.6rem;resize:none}.body-3 .GamePopuLhj .popuBg-5 .bottomBtn{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:0 auto;position:absolute;left:4.25%;bottom:6%;font-size:.7rem}.body-3 .GamePopuLhj .popuBg-5 .bottomBtn a{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;text-align:center;border-radius:.125rem}.body-3 .GamePopuLhj .popuBg-5 .bottomBtn a:first-child{margin-right:.5rem}.body-3 .GamePopuLhj .popuBg-5 .confirm-cancel{background:#dddcdd;color:#848484}.body-3 .GamePopuLhj .popuBg-5 .confirm-ok{background:#e2a339;color:#faeeb1}.body-3 .GamePopuLhj .popuBg-6{position:absolute;width:13.5rem;height:14.1rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000;background:#fff;background-size:100%;border-radius:.5rem}.body-3 .GamePopuLhj .popuBg-6 .tips{font-size:.6rem;color:#8d8d8d;padding:6%;margin:0 auto;max-height:7.75rem;overflow-y:auto}.body-3 .GamePopuLhj .popuBg-6 .tips .role .content{font-size:.6rem;color:#8d8d8d}.body-3 .GamePopuLhj .popuBg-6 .tips .role .content div{margin-bottom:.375rem}.body-3 .GamePopuLhj .popuBg-6 .tips .role .content .text{display:inline-block}.body-3 .GamePopuLhj .popuBg-6 .tips .role .content i{display:inline-block;width:.5rem;height:.5rem;text-align:center;padding:0 .4rem 0 .25rem;font-style:normal}.body-3 .GamePopuLhj .popuBg-7{position:absolute;width:13.5rem;height:7.7rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-3 .GamePopuLhj .popuBg-7 .content{font-size:.6rem;color:#8d8d8d;padding:6%;margin:0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.body-3 .GamePopuLhj .popuBg-7 .content .shopLogo{width:3.25rem;height:3.25rem;border-radius:50%;margin-right:.25rem}.body-3 .GamePopuLhj .popuBg-7 .content .shopLogo img{width:3.25rem;height:3.25rem;border-radius:50%}.body-3 .GamePopuLhj .popuBg-7 .content .text{-ms-flex-align:center;align-items:center}.body-3 .GamePopuLhj .popuBg-7 .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fef8c2;text-align:center;background:#e2a339;border-radius:.5rem;margin:0 auto}.body-3 .GamePopuLhj .popuBg-8{position:absolute;width:13.5rem;height:10rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-3 .GamePopuLhj .popuBg-8 .icon{width:2.2rem;height:2.2rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/46912/27/16640/2155/5dd91d34E6e97df4f/47892ef59458c694.png") 50% no-repeat;background-size:100%;margin:0 auto;margin-top:.8rem;margin-bottom:.8rem}.body-3 .GamePopuLhj .popuBg-8 .tips{text-align:center;color:#8d8d8d;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.body-3 .GamePopuLhj .popuBg-8 .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fef8c2;text-align:center;background:#e2a339;border-radius:.5rem;margin:0 auto;margin-top:.8rem}.body-3 .GamePopuLhj .popuBg-9 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/114592/14/7229/2245/5ec1f9dbE9c172602/f8d64c9190685629.png") 50% no-repeat;background-size:100%}.body-3 .GamePopuLhj .popuBg-9 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-3 .GamePopuLhj .popuBg-10 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/120718/15/1964/2295/5ec1f9dbE83fadd12/430691e738fc45c8.png") 50% no-repeat;background-size:100%}.body-3 .GamePopuLhj .popuBg-10 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-3 .GamePopuLhj .popuBg-11 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/122851/13/2000/3558/5ec1f9dbE8d625140/814018db92e76efd.png") 50% no-repeat;background-size:100%}.body-3 .GamePopuLhj .popuBg-11 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-3 .GamePopuLhj .popuBg-12 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128168/20/1975/4154/5ec1f9dbE9c102120/4b558e29290c8460.png") 50% no-repeat;background-size:100%}.body-3 .GamePopuLhj .popuBg-12 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-4 .GamePopuLhj{width:100%;height:100%;transition:all .2s ease 0s;background:rgba(0,0,0,.5);position:fixed;left:0;right:0;top:0;z-index:1000}.body-4 .GamePopuLhj.noFixed{position:absolute;top:0}.body-4 .GamePopuLhj .allBg{background:#fff;border-radius:.5rem}.body-4 .GamePopuLhj .title{width:100%;text-align:center;font-size:.75rem;margin-top:1.125rem;color:#e19b00;position:relative}.body-4 .GamePopuLhj .hideGamePopu{position:absolute;width:1.1rem;height:1.1rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/71837/27/15922/1605/5dd91d10E70678dff/e0f94478833ac39c.png") 50% no-repeat;background-size:.55rem .55rem;top:-.7rem;right:.5rem;cursor:pointer;z-index:1111}.body-4 .GamePopuLhj .popuBg-0{position:absolute;width:13.5rem;height:11.1rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-4 .GamePopuLhj .popuBg-0 .icon{width:3.2rem;height:3.2rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/90680/20/2935/2329/5dd91d28E416dcf6a/bf8ac5a7ed341055.png") 50% no-repeat;background-size:100%;margin:0 auto;margin-top:.5rem;margin-bottom:1rem}.body-4 .GamePopuLhj .popuBg-0 .tips{text-align:center;color:#8d8d8d;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.body-4 .GamePopuLhj .popuBg-0 .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fef8c2;text-align:center;background:#e2a339;border-radius:.5rem;margin:0 auto;margin-top:.8rem}.body-4 .GamePopuLhj .winBg{position:absolute;width:13.5rem;height:11.125rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-4 .GamePopuLhj .winBg .tips{text-align:center;color:#8d8d8d;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.body-4 .GamePopuLhj .winBg .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fef8c2;text-align:center;background:#e2a339;border-radius:.5rem;margin:0 auto;margin-top:.8rem}.body-4 .GamePopuLhj .popuBg-1 .icon{width:3.2rem;height:4.925rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128692/7/2010/3116/5ec1f9daE8ac63c0d/63a1ec523b966734.png") 50% no-repeat;background-size:100%}.body-4 .GamePopuLhj .popuBg-2 .icon{width:3.2rem;height:4.925rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128559/10/2062/3132/5ec1f9dbE5326cbe8/24c40a16730ab5aa.png") 50% no-repeat;background-size:100%}.body-4 .GamePopuLhj .popuBg-3 .icon{width:3.2rem;height:4.925rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/129246/19/2067/2950/5ec1f9dbE5417da1c/8a3ef5965a2d85a8.png") 50% no-repeat;background-size:100%}.body-4 .GamePopuLhj .popuBg-4 .imgVi{width:3.2rem;height:4.925rem;line-height:4.925rem;margin:0 auto}.body-4 .GamePopuLhj .popuBg-4 .imgVi .ImgSrc{width:3.2rem;height:3.2rem;line-height:4.925rem;margin:0 auto;vertical-align:middle}.body-4 .GamePopuLhj .popuBg-5{position:absolute;width:13.5rem;height:17.225rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-4 .GamePopuLhj .popuBg-5 .title{margin-bottom:1rem}.body-4 .GamePopuLhj .popuBg-5 .imputVi{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:.6rem;color:#8d8d8d;margin-bottom:.7rem}.body-4 .GamePopuLhj .popuBg-5 .imputVi .left{width:3.5rem;height:1.35rem;line-height:1.35rem;-ms-flex-align:center;align-items:center;text-align:right;font-size:.6rem}.body-4 .GamePopuLhj .popuBg-5 .imputVi .right input{width:8.75rem;text-indent:.1rem;border-radius:.25rem;border:.05rem solid #d8d7d8;height:1.35rem;font-size:.6rem}.body-4 .GamePopuLhj .popuBg-5 .imputVi .right textarea{width:9rem;padding-left:.3rem;border-radius:.25rem;border:.05rem solid #d8d7d8;height:4.7rem;font-size:.6rem;resize:none}.body-4 .GamePopuLhj .popuBg-5 .bottomBtn{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:0 auto;position:absolute;left:4.25%;bottom:6%;font-size:.7rem}.body-4 .GamePopuLhj .popuBg-5 .bottomBtn a{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;text-align:center;border-radius:.125rem}.body-4 .GamePopuLhj .popuBg-5 .bottomBtn a:first-child{margin-right:.5rem}.body-4 .GamePopuLhj .popuBg-5 .confirm-cancel{background:#dddcdd;color:#848484}.body-4 .GamePopuLhj .popuBg-5 .confirm-ok{background:#e2a339;color:#faeeb1}.body-4 .GamePopuLhj .popuBg-6{position:absolute;width:13.5rem;height:14.1rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000;background:#fff;background-size:100%;border-radius:.5rem}.body-4 .GamePopuLhj .popuBg-6 .tips{font-size:.6rem;color:#8d8d8d;padding:6%;margin:0 auto;max-height:7.75rem;overflow-y:auto}.body-4 .GamePopuLhj .popuBg-6 .tips .role .content{font-size:.6rem;color:#8d8d8d}.body-4 .GamePopuLhj .popuBg-6 .tips .role .content div{margin-bottom:.375rem}.body-4 .GamePopuLhj .popuBg-6 .tips .role .content .text{display:inline-block}.body-4 .GamePopuLhj .popuBg-6 .tips .role .content i{display:inline-block;width:.5rem;height:.5rem;text-align:center;padding:0 .4rem 0 .25rem;font-style:normal}.body-4 .GamePopuLhj .popuBg-7{position:absolute;width:13.5rem;height:7.7rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-4 .GamePopuLhj .popuBg-7 .content{font-size:.6rem;color:#8d8d8d;padding:6%;margin:0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.body-4 .GamePopuLhj .popuBg-7 .content .shopLogo{width:3.25rem;height:3.25rem;border-radius:50%;margin-right:.25rem}.body-4 .GamePopuLhj .popuBg-7 .content .shopLogo img{width:3.25rem;height:3.25rem;border-radius:50%}.body-4 .GamePopuLhj .popuBg-7 .content .text{-ms-flex-align:center;align-items:center}.body-4 .GamePopuLhj .popuBg-7 .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fef8c2;text-align:center;background:#e2a339;border-radius:.5rem;margin:0 auto}.body-4 .GamePopuLhj .popuBg-8{position:absolute;width:13.5rem;height:10rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.body-4 .GamePopuLhj .popuBg-8 .icon{width:2.2rem;height:2.2rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/46912/27/16640/2155/5dd91d34E6e97df4f/47892ef59458c694.png") 50% no-repeat;background-size:100%;margin:0 auto;margin-top:.8rem;margin-bottom:.8rem}.body-4 .GamePopuLhj .popuBg-8 .tips{text-align:center;color:#8d8d8d;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.body-4 .GamePopuLhj .popuBg-8 .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fef8c2;text-align:center;background:#e2a339;border-radius:.5rem;margin:0 auto;margin-top:.8rem}.body-4 .GamePopuLhj .popuBg-9 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/114592/14/7229/2245/5ec1f9dbE9c172602/f8d64c9190685629.png") 50% no-repeat;background-size:100%}.body-4 .GamePopuLhj .popuBg-9 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-4 .GamePopuLhj .popuBg-10 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/120718/15/1964/2295/5ec1f9dbE83fadd12/430691e738fc45c8.png") 50% no-repeat;background-size:100%}.body-4 .GamePopuLhj .popuBg-10 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-4 .GamePopuLhj .popuBg-11 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/122851/13/2000/3558/5ec1f9dbE8d625140/814018db92e76efd.png") 50% no-repeat;background-size:100%}.body-4 .GamePopuLhj .popuBg-11 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.body-4 .GamePopuLhj .popuBg-12 .icon{width:3.2rem;height:3.2rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128168/20/1975/4154/5ec1f9dbE9c102120/4b558e29290c8460.png") 50% no-repeat;background-size:100%}.body-4 .GamePopuLhj .popuBg-12 .text-tip{padding-top:.3rem;text-align:center;color:#8d8d8d;font-size:.5rem;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.newGamePrizePop{width:100%;height:100%;transition:all .2s ease 0s;background:rgba(0,0,0,.5);position:fixed;left:0;right:0;top:0;z-index:1000}.newGamePrizePop.noFixed{position:absolute;top:0}.newGamePrizePop .allBg{background:#fff;border-radius:.5rem;width:11.15rem!important;height:auto!important;padding-bottom:.5rem}.newGamePrizePop .title{text-align:center;vertical-align:middle;width:12.075rem;position:absolute;top:-1.5rem;left:-.5rem;height:3.075rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/68817/16/16034/8392/5dd8d5baEe40c982c/f76b885de8ec36f8.png") 50% no-repeat;background-size:12.075rem 3.075rem}.newGamePrizePop .title.win{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/71440/9/16009/8504/5dd8d5c1Ea66a2161/e6fb61ad43411ad2.png") 50% no-repeat;background-size:12.075rem 3.075rem}.newGamePrizePop .hideGamePopu{display:block;position:absolute;width:1.125rem;height:1.15rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/87466/22/2991/363/5dd8d5a8E91bed00d/ca9e4e95215223e9.png") 50% no-repeat;background-size:.75rem .75rem;top:-1.8rem;right:-1rem;cursor:pointer;z-index:100}.newGamePrizePop .winBg .confirm-ok{color:#fff!important;background:#ea363d!important}.newGamePrizePop .icon,.newGamePrizePop .imgVi{margin-top:.8rem!important}.newGamePrizePop .popuBg-0{position:absolute;width:13.5rem;height:11.1rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.newGamePrizePop .popuBg-0 .icon{width:3.2rem;height:3.2rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/90680/20/2935/2329/5dd91d28E416dcf6a/bf8ac5a7ed341055.png") 50% no-repeat;background-size:100%;margin:0 auto}.newGamePrizePop .popuBg-0 .tips{text-align:center;color:#8d8d8d;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.newGamePrizePop .popuBg-0 .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fff;text-align:center;background:#ea363d;border-radius:.5rem;margin:0 auto;margin-top:.8rem}.newGamePrizePop .winBg{position:absolute;width:13.5rem;height:11.125rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.newGamePrizePop .winBg .tips{text-align:center;color:#8d8d8d;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.newGamePrizePop .winBg .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fff;text-align:center;background:#ea434e;border-radius:.5rem;margin:0 auto;margin-top:.8rem}.newGamePrizePop .popuBg-1 .icon{width:3.2rem;height:4.925rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128692/7/2010/3116/5ec1f9daE8ac63c0d/63a1ec523b966734.png") 50% no-repeat;background-size:100%}.newGamePrizePop .popuBg-2 .icon{width:3.2rem;height:4.925rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/128559/10/2062/3132/5ec1f9dbE5326cbe8/24c40a16730ab5aa.png") 50% no-repeat;background-size:100%}.newGamePrizePop .popuBg-3 .icon{width:3.2rem;height:4.925rem;margin:0 auto;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/129246/19/2067/2950/5ec1f9dbE5417da1c/8a3ef5965a2d85a8.png") 50% no-repeat;background-size:100%}.newGamePrizePop .popuBg-4 .imgVi{width:3.2rem;height:4.925rem;line-height:4.925rem;margin:0 auto}.newGamePrizePop .popuBg-4 .imgVi .ImgSrc{width:3.2rem;height:3.2rem;line-height:4.925rem;margin:0 auto;vertical-align:middle}.newGamePrizePop .popuBg-5{position:absolute;width:13.5rem!important;height:17.225rem!important;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.newGamePrizePop .popuBg-5 .title{width:100%!important;text-align:center!important;font-size:.75rem!important;margin-top:1.125rem!important;color:#e5353c!important;position:relative!important;height:auto!important;background:none!important;background-size:inherit!important;top:0!important;left:0!important}.newGamePrizePop .popuBg-5 .hideGamePopu{position:absolute!important;width:1.1rem!important;height:1.1rem!important;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/119672/18/5929/1239/5ec1f9dbE0ebe2cd6/79c37eb08736677f.png") 50% no-repeat!important;background-size:.55rem .55rem!important;top:-.7rem!important;right:.5rem!important;cursor:pointer!important;z-index:1111!important}.newGamePrizePop .popuBg-5 .title{margin-bottom:1rem}.newGamePrizePop .popuBg-5 .imputVi{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:.6rem;color:#8d8d8d;margin-bottom:1rem}.newGamePrizePop .popuBg-5 .imputVi .left{width:3.5rem;height:1.35rem;line-height:1.35rem;-ms-flex-align:center;align-items:center;text-align:right;font-size:.6rem}.newGamePrizePop .popuBg-5 .imputVi .right input{width:8.75rem;text-indent:.1rem;border-radius:.25rem;border:.05rem solid #d8d7d8;height:1.35rem;font-size:.6rem}.newGamePrizePop .popuBg-5 .imputVi .right textarea{width:9rem;padding-left:.3rem;border-radius:.25rem;border:.05rem solid #d8d7d8;height:4.7rem;font-size:.6rem;resize:none}.newGamePrizePop .popuBg-5 .bottomBtn{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:0 auto;position:absolute;left:4.25%;bottom:6%;font-size:.7rem}.newGamePrizePop .popuBg-5 .bottomBtn a{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;text-align:center;border-radius:.125rem}.newGamePrizePop .popuBg-5 .bottomBtn a:first-child{margin-right:.5rem}.newGamePrizePop .popuBg-5 .confirm-cancel{background:#999898;color:#fff}.newGamePrizePop .popuBg-5 .confirm-ok{background:#ea363d;color:#fff}.newGamePrizePop .popuBg-6{position:absolute;width:13.5rem;height:14.1rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000;background:#fff;background-size:100%;border-radius:.5rem}.newGamePrizePop .popuBg-6 .tips{font-size:.6rem;color:#8d8d8d;padding:6%;margin:0 auto;max-height:7.75rem;overflow-y:auto}.newGamePrizePop .popuBg-6 .tips .role .content{font-size:.6rem;color:#8d8d8d}.newGamePrizePop .popuBg-6 .tips .role .content div{margin-bottom:.375rem}.newGamePrizePop .popuBg-6 .tips .role .content .text{display:inline-block}.newGamePrizePop .popuBg-6 .tips .role .content i{display:inline-block;width:.5rem;height:.5rem;text-align:center;padding:0 .4rem 0 .25rem;font-style:normal}.newGamePrizePop .popuBg-7{position:absolute;width:13.5rem;height:7.7rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.newGamePrizePop .popuBg-7 .content{font-size:.6rem;color:#8d8d8d;padding:6%;margin:0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.newGamePrizePop .popuBg-7 .content .shopLogo{margin-right:.25rem}.newGamePrizePop .popuBg-7 .content .shopLogo,.newGamePrizePop .popuBg-7 .content .shopLogo img{width:3.25rem;height:3.25rem;border-radius:50%}.newGamePrizePop .popuBg-7 .content .text{-ms-flex-align:center;align-items:center}.newGamePrizePop .popuBg-7 .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fff;text-align:center;background:#ea434e;border-radius:.5rem;margin:0 auto}.newGamePrizePop .popuBg-8{position:absolute;width:13.5rem;height:10rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.newGamePrizePop .popuBg-8 .icon{width:2.2rem;height:2.2rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/46912/27/16640/2155/5dd91d34E6e97df4f/47892ef59458c694.png") 50% no-repeat;background-size:100%;margin:0 auto;margin-top:.8rem;margin-bottom:.8rem}.newGamePrizePop .popuBg-8 .tips{text-align:center;color:#8d8d8d;font-size:.65rem;width:90%;overflow:hidden;max-height:2rem;margin:0 auto;word-break:break-all}.newGamePrizePop .popuBg-8 .confirm-ok{display:block;width:5.95rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;color:#fff;text-align:center;background:#ea434e;border-radius:.5rem;margin:0 auto;margin-top:.8rem}.loading-box{font-size:0;text-align:center;background-color:#fff}.loading-gif{display:inline-block;width:32px;height:32px;vertical-align:middle;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/114348/37/7375/22260/5ec38a99E2e09633b/470af5590b3efd2a.gif")}.loading-gif+.loading-text{margin-left:10px}.loading-text{vertical-align:middle;font-size:.6rem}.loading-modal{position:fixed;top:0;left:0;z-index:999;width:100%;height:100%}.icon-loading{position:absolute;top:50%;left:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:3rem;height:3rem;vertical-align:middle;background-color:rgba(0,0,0,.6);border-radius:.2rem;transform:translate(-50%,-50%)!important}.icon-loading>div{position:relative;width:3rem;height:3rem;margin:0 auto;overflow:hidden}.icon-loading-leaf{position:absolute;top:50%;left:60%;display:inline-block;width:10px;height:3px;background-color:#d1d1d5;border-radius:1px;transform-origin:-8px 0}.icon-loading-leaf-0{opacity:1;transform:rotate(0deg);animation:icon-loading-leaf-0 1.25s linear infinite}.icon-loading-leaf-1{opacity:.96;transform:rotate(30deg);animation:icon-loading-leaf-1 1.25s linear infinite}.icon-loading-leaf-2{opacity:.92;transform:rotate(60deg);animation:icon-loading-leaf-2 1.25s linear infinite}.icon-loading-leaf-3{opacity:.88;transform:rotate(90deg);animation:icon-loading-leaf-3 1.25s linear infinite}.icon-loading-leaf-4{opacity:.84;transform:rotate(120deg);animation:icon-loading-leaf-4 1.25s linear infinite}.icon-loading-leaf-5{opacity:.8;transform:rotate(150deg);animation:icon-loading-leaf-5 1.25s linear infinite}.icon-loading-leaf-6{opacity:.76;transform:rotate(180deg);animation:icon-loading-leaf-6 1.25s linear infinite}.icon-loading-leaf-7{opacity:.72;transform:rotate(210deg);animation:icon-loading-leaf-7 1.25s linear infinite}.icon-loading-leaf-8{opacity:.68;transform:rotate(240deg);animation:icon-loading-leaf-8 1.25s linear infinite}.icon-loading-leaf-9{opacity:.64;transform:rotate(270deg);animation:icon-loading-leaf-9 1.25s linear infinite}.icon-loading-leaf-10{opacity:.6;transform:rotate(300deg);animation:icon-loading-leaf-10 1.25s linear infinite}.icon-loading-leaf-11{opacity:.56;transform:rotate(330deg);animation:icon-loading-leaf-11 1.25s linear infinite}@keyframes icon-loading-leaf-0{.01%{opacity:.25}.02%{opacity:1}6.01%{opacity:.25}to{opacity:.25}}@keyframes icon-loading-leaf-1{0%{opacity:.25}8.34333%{opacity:.25}8.35333%{opacity:1}68.3433%{opacity:.25}to{opacity:.25}}@keyframes icon-loading-leaf-2{0%{opacity:.25}16.6767%{opacity:.25}16.6867%{opacity:1}76.6767%{opacity:.25}to{opacity:.25}}@keyframes icon-loading-leaf-3{0%{opacity:.25}25.01%{opacity:.25}25.02%{opacity:1}85.01%{opacity:.25}to{opacity:.25}}@keyframes icon-loading-leaf-4{0%{opacity:.25}33.3433%{opacity:.25}33.3533%{opacity:1}93.3433%{opacity:.25}to{opacity:.25}}@keyframes icon-loading-leaf-5{0%{opacity:.270958333333333}41.6767%{opacity:.25}41.6867%{opacity:1}1.67667%{opacity:.25}to{opacity:.270958333333333}}@keyframes icon-loading-leaf-6{0%{opacity:.375125}50.01%{opacity:.25}50.02%{opacity:1}1.01%{opacity:.25}to{opacity:.375125}}@keyframes icon-loading-leaf-7{0%{opacity:.479291666666667}58.3433%{opacity:.25}58.3533%{opacity:1}18.3433%{opacity:.25}to{opacity:.479291666666667}}@keyframes icon-loading-leaf-8{0%{opacity:.583458333333333}66.6767%{opacity:.25}66.6867%{opacity:1}26.6767%{opacity:.25}to{opacity:.583458333333333}}@keyframes icon-loading-leaf-9{0%{opacity:.687625}75.01%{opacity:.25}75.02%{opacity:1}35.01%{opacity:.25}to{opacity:.687625}}@keyframes icon-loading-leaf-10{0%{opacity:.791791666666667}83.3433%{opacity:.25}83.3533%{opacity:1}43.3433%{opacity:.25}to{opacity:.791791666666667}}@keyframes icon-loading-leaf-11{0%{opacity:.895958333333333}91.6767%{opacity:.25}91.6867%{opacity:1}51.6767%{opacity:.25}to{opacity:.895958333333333}}.popu-ConfirmEscape .popu-ConfirmEscape-content{position:absolute;top:-20%;width:100%}.popu-ConfirmEscape .ConfirmEscape{border:.2rem solid #dedddd;width:90%;margin:0 auto;max-height:19.025rem;line-height:1.2;text-align:center;background-color:#fff;position:relative}.popu-ConfirmEscape .ConfirmEscape .js-close-popu{position:absolute;right:-.5rem;top:-.6rem;width:1.25rem;height:1.25rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/110712/9/10055/1968/5ec1fabaE5b778416/23a5fc965aaa19d9.png") 50% no-repeat;background-size:100%;border-radius:50%}.popu-ConfirmEscape .ConfirmEscape .js-close-popu.YHQCloseClass{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/120012/9/2045/2014/5ec1fabaE93462587/3ea516a988bb5083.png") 50% no-repeat;background-size:100%}.popu-ConfirmEscape .ConfirmEscape .paddingTitle{width:100%;height:2rem}.popu-ConfirmEscape .ConfirmEscape .alert-header{padding:.5rem .75rem .4rem;font-size:.75rem;border-bottom:.025rem solid #bd4b00;margin:0 .5rem;color:#bd4b00;position:relative}.popu-ConfirmEscape .ConfirmEscape .alert-header .titleLogo{width:3.75rem;height:3.75rem;border:.15rem solid #dedddd;border-radius:50%;background:#fff;margin:0 auto;margin-top:-2.5rem;margin-bottom:.3rem}.popu-ConfirmEscape .ConfirmEscape .alert-header .titleLogo img{width:3.75rem;height:3.75rem;border-radius:50%}.popu-ConfirmEscape .ConfirmEscape .alert-body{padding:0;font-size:.625rem;max-height:8.75rem;overflow-y:auto;word-break:break-all}.popu-ConfirmEscape .ConfirmEscape .alert-footer{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;border-top:.025rem solid #ddd}.popu-ConfirmEscape .ConfirmEscape .alert-button{position:relative;-ms-flex:1;flex:1;padding:.5rem .75rem;font-size:.7rem;color:#fff;transition:all .2s ease 0s}.popu-ConfirmEscape .ConfirmEscape .alert-button.alert-cancel{background:#ee7a43}.popu-ConfirmEscape .ConfirmEscape .alert-button.alert-ok{background:#ea3b3e}.popu-ConfirmEscape .ConfirmEscape .alert-button:not(:first-child){border-top:0}.popu-ConfirmEscape .ConfirmEscape .alert-button:active{background:#efedf2;color:#ccc}.popu-ChoiesSku .disabled-btn{border-color:#99999969!important;color:#99999969!important}.popu-ChoiesSku .ChoiesSku{width:100%;margin:0 auto;max-height:19.025rem;text-align:center;background-color:#fff;position:relative}.popu-ChoiesSku .ChoiesSku .js-close-popu{position:absolute;width:1.1rem;height:1.1rem;right:.25rem;top:.25rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/117442/35/7315/1605/5ec1fabaEb498ee02/75197653e757a95a.png") 50% no-repeat;background-size:.625rem .625rem}.popu-ChoiesSku .ChoiesSku .prTopMsg{padding:.375rem;border-bottom:.05rem solid #e9eaec}.popu-ChoiesSku .ChoiesSku .prTopMsg .left{width:3.75rem;height:3.75rem;border:.05rem solid #e9eaec;border-radius:.1rem;margin-top:-1.2rem;background:#fff}.popu-ChoiesSku .ChoiesSku .prTopMsg .left img{width:3.75rem;height:3.75rem;border-radius:.1rem}.popu-ChoiesSku .ChoiesSku .prTopMsg .right{padding-left:.5rem;text-align:left;font-size:.6rem}.popu-ChoiesSku .ChoiesSku .prTopMsg .right .price{margin-top:.9rem;color:#dc0100;font-weight:700}.popu-ChoiesSku .ChoiesSku .prTopMsg .right .down{color:#7e7f82}.popu-ChoiesSku .ChoiesSku .wapperSkuList{padding:.375rem;font-size:.6rem;text-align:left;color:#7e7f82;max-height:10rem;overflow-y:auto;position:relative}.popu-ChoiesSku .ChoiesSku .wapperSkuList .skuItem{margin-bottom:.375rem}.popu-ChoiesSku .ChoiesSku .wapperSkuList .skuItem:last-child{border-bottom:.025rem solid #e9e9ec}.popu-ChoiesSku .ChoiesSku .wapperSkuList .skuItem .attr{margin-bottom:.375rem}.popu-ChoiesSku .ChoiesSku .wapperSkuList .skuItem .selectBar a{display:inline-block;padding:.125rem .5rem;text-align:center;color:#8a8b8d;border:.05rem solid #8a8b8d;margin-right:.375rem;font-size:.55rem;border-radius:.1rem;margin-bottom:.5rem;transition:all .2s ease 0s}.popu-ChoiesSku .ChoiesSku .wapperSkuList .skuItem .selectBar a.active{border:.05rem solid #dc0100}.popu-ChoiesSku .ChoiesSku .addNum{padding:.375rem;font-size:.6rem;padding-bottom:2.875rem}.popu-ChoiesSku .ChoiesSku .addNum .left{text-align:left;color:#7e7f82}.popu-ChoiesSku .ChoiesSku .addNum .right{font-size:0;-ms-flex:1;flex:1;text-align:right}.popu-ChoiesSku .ChoiesSku .addNum .right div{display:inline-block}.popu-ChoiesSku .ChoiesSku .addNum .right .add,.popu-ChoiesSku .ChoiesSku .addNum .right .reduce{font-size:.6rem;color:#373638;border-top-left-radius:.1rem;border-bottom-left-radius:.1rem;border:.025rem solid #373638;text-align:center;padding:.125rem .5rem}.popu-ChoiesSku .ChoiesSku .addNum .right .add{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:.1rem;border-bottom-right-radius:.1rem}.popu-ChoiesSku .ChoiesSku .addNum .right .result{padding:.125rem .625rem;font-size:.6rem;border-top:.025rem solid #373638;border-bottom:.025rem solid #373638}.popu-ChoiesSku .ChoiesSku .bottomBtn{position:absolute;bottom:0;left:0;width:100%;height:1.875rem;line-height:1.875rem}.popu-ChoiesSku .ChoiesSku .bottomBtn .wapper{width:100%;height:100%}.popu-ChoiesSku .ChoiesSku .bottomBtn .wapper .alert-ok{-ms-flex:1;flex:1;font-weight:700;background:#dc0100;text-align:center;color:#fff;font-size:.8rem}.baseWwGamePopu{width:100%;height:100%;transition:all .2s ease 0s;background:rgba(0,0,0,.6);position:fixed;left:0;right:0;top:0;z-index:1000}.baseWwGamePopu.noFixed{position:absolute;top:0}.baseWwGamePopu .MarkBg{position:absolute;left:0;top:0;right:0;bottom:0;height:100%}.baseWwGamePopu .MarkBg.shoWinBg{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/264574/16/8603/913189/677b4c11Fad9ce3fb/6a675813227468c6.png") 50% no-repeat;background-size:15.62433rem 15.79509rem}.baseWwGamePopu.hideBg{background:transparent}.baseWwGamePopu .allBg{z-index:1001;width:15.62433rem;height:15.79509rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)!important;text-align:center}.baseWwGamePopu .allBg img{vertical-align:middle}.baseWwGamePopu .allBg .tips{font-size:.96051rem;color:#f24a4a;margin:.98186rem auto}.baseWwGamePopu .allBg .hd-img{width:6.04055rem;height:1.23799rem;margin:7.21451rem auto 0;display:block}.baseWwGamePopu .allBg .prize-img{display:block;width:2.98826rem;height:2.98826rem;margin:0 auto .21345rem}.baseWwGamePopu .allBg .text-line{border-bottom:.04269rem solid #7c3924}.baseWwGamePopu .title{width:100%;text-align:center;font-size:.65rem;position:relative;height:auto}.baseWwGamePopu .hideGamePopu{position:absolute;width:.98186rem;height:.98186rem;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/100303/25/2170/2748/5dcba616E06cf536a/2f44f535f87f1266.png") 50% no-repeat;background-size:.98186rem .98186rem;top:-.7rem;right:0;cursor:pointer;z-index:1111}.baseWwGamePopu .winBg .icon{margin-top:3.84205rem!important}.baseWwGamePopu .winBg .hd-img{width:6.04055rem;height:1.23799rem;margin:6.83031rem auto 0;display:block}.baseWwGamePopu .winBg .tips{font-weight:400;margin:.98186rem auto}.baseWwGamePopu .winBg .text-tip,.baseWwGamePopu .winBg .tips{color:#7c3924;font-size:.3842rem}.baseWwGamePopu .winBg .confirm-ok{display:block;width:5.14408rem;height:1.57951rem;position:absolute;bottom:1.6222rem;left:0;right:0;margin:0 auto;text-align:center;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/171428/9/1410/4432/5ff6d81cEf26472ba/aa62fe5d863658b5.png") 50% no-repeat;background-size:100%}.baseWwGamePopu .popuBg-0 .hd-img{width:4.37567rem;height:1.02455rem}.baseWwGamePopu .popuBg-0 .confirm-ok{display:block;width:5.14408rem;height:1.57951rem;position:absolute;bottom:2.2412rem;left:0;right:0;margin:0 auto;text-align:center;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/171428/9/1410/4432/5ff6d81cEf26472ba/aa62fe5d863658b5.png") 50% no-repeat;background-size:100%}.baseWwGamePopu .popuBg-4 .confirm-ok{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/157198/34/2299/4492/5ff7cdf7Ecf3daf3d/cf47feab2a37da77.png") 50% no-repeat;background-size:100%}.baseWwGamePopu .popuBg-5 .first{margin-top:6.75rem}.baseWwGamePopu .popuBg-5 .second{margin-top:7.1rem}.baseWwGamePopu .popuBg-5 .imputVi{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:.6rem;color:#932714;margin-bottom:.17076rem}.baseWwGamePopu .popuBg-5 .imputVi .left{width:2.7rem;margin-left:2.7rem;margin-top:.2rem;text-align:right;margin-right:.15rem}.baseWwGamePopu .popuBg-5 .imputVi .left img{height:.619rem}.baseWwGamePopu .popuBg-5 .imputVi input{width:5.76307rem;height:.76841rem;line-height:.76841rem}.baseWwGamePopu .popuBg-5 .imputVi textarea{height:1.49413rem;font-family:sans-serif!important}.baseWwGamePopu .popuBg-5 .imputVi input::-webkit-input-placeholder,.baseWwGamePopu .popuBg-5 .imputVi textarea::-webkit-input-placeholder{color:#723116;font-weight:500;opacity:.2}.baseWwGamePopu .popuBg-5 .imputVi input:-moz-placeholder,.baseWwGamePopu .popuBg-5 .imputVi input::-moz-placeholder,.baseWwGamePopu .popuBg-5 .imputVi textarea:-moz-placeholder,.baseWwGamePopu .popuBg-5 .imputVi textarea::-moz-placeholder{color:#723116;font-weight:500;opacity:.2}.baseWwGamePopu .popuBg-5 .imputVi input:-ms-input-placeholder,.baseWwGamePopu .popuBg-5 .imputVi textarea:-ms-input-placeholder{color:#723116;font-weight:500;opacity:.2}.baseWwGamePopu .popuBg-5 .imputVi input,.baseWwGamePopu .popuBg-5 .imputVi textarea{width:5.89114rem;padding:.04269rem .12807rem;resize:none;box-shadow:none;font-size:.51227rem;font-weight:500;outline:none;background-color:#ffeed3;border-radius:5px;border:.12807rem solid #6b2a12}.baseWwGamePopu .popuBg-5 .s2{margin-bottom:0}.baseWwGamePopu .popuBg-5 .bottomBtn{display:-ms-flexbox;display:flex;width:100%;-ms-flex-direction:row;flex-direction:row;margin:0 auto;-ms-flex-pack:center;justify-content:center;margin-left:-.2rem}.baseWwGamePopu .popuBg-5 .bottomBtn.noId{margin-top:.6rem}.baseWwGamePopu .popuBg-5 .bottomBtn .confirm-cancel{display:block;width:4.71718rem;height:1.57951rem;position:relative;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/154933/30/13451/5114/5ff6d81bE107d5d10/2d35219f8e36cdf2.png") 50% no-repeat;background-size:100%}.baseWwGamePopu .popuBg-5 .bottomBtn .submit-ok{display:block;width:4.71718rem;height:1.57951rem;margin-left:.15rem;position:relative;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/169739/1/1426/4868/5ff6d81bE11a2f314/65db931e5d8331ed.png") 50% no-repeat;background-size:100%}.baseWwGamePopu .popuBg-13 .text-tip{padding-top:.1rem;text-align:center;color:#7c3924;width:90%;overflow:hidden;max-height:3rem;margin:0 auto;word-break:break-all}.baseWwGamePopu .popuBg-13 .text-tip a,.baseWwGamePopu .popuBg-13 .text-tip p{font-size:.3842rem}.baseWwGamePopu .popuBg-13 a{margin-top:.2rem!important}.baseWwGamePopu .popuBg-13 #redemptionCde{opacity:0;position:absolute;top:0}.baseWwGamePopu .popuBg-13 .copy-code{background:url("https://img10.360buyimg.com/imgzone/jfs/t1/160102/30/2141/4785/5ff6d81bEeb3067a2/3f3219750901e830.png") 50% no-repeat;background-size:100%}.baseWwGamePopu .virtualPrize{position:absolute;width:13.5rem;height:7.6rem;top:50%;left:50%;transform:translate(-50%,-50%)!important;z-index:1000;background:#fff;background-size:100%;border-radius:.5rem;border:.125rem solid #932714}.baseWwGamePopu .virtualPrize .hideGamePopu{top:-1.6rem;right:-5%}.baseWwGamePopu .virtualPrize .title{width:100%;height:1.25rem;line-height:1.25rem;color:#fff;border-radius:.375rem .375rem 0 0;border-bottom:.075rem solid #c34327;background:#e45235;margin-bottom:.5rem}.baseWwGamePopu .virtualPrize .text-tip{padding-top:.1rem;text-align:center;color:#a11800;font-size:.6rem;width:90%;overflow:hidden;margin:0 auto;word-break:break-all}.baseWwGamePopu .virtualPrize .text-bottom{padding:.5rem 0;color:#333}.baseWwGamePopu .virtualPrize .text-bottom a{color:#a11800}.baseWwGamePopu .virtualPrize #redemptionCde{opacity:0;position:absolute;top:0}.baseWwGamePopu .virtualPrize .confirm-ok{width:5.95rem;height:1.375rem;line-height:1.375rem;font-size:.6rem;text-align:center;border-radius:.15rem;border:none;background:#f84324;color:#fff;margin-top:0;bottom:.5rem;position:absolute;left:0;right:0}.baseWwGamePopu .popuBg-consumption .tips{margin-top:8.36713rem;font-size:.96051rem;color:#f24a4a}.baseWwGamePopu .popuBg-consumption .confirm-ok{display:block;width:5.14408rem;height:1.57951rem;position:absolute;bottom:1.75rem;left:0;right:0;margin:0 auto;font-size:.6rem;color:#810000;text-align:center;background:url("https://img10.360buyimg.com/imgzone/jfs/t1/151513/32/13724/4589/5ff6d81bEf2fcb16f/2c4bb915cd5c8b7e.png") 50% no-repeat;background-size:100%}.noChancePop{width:100%;height:100%;transition:all .2s ease 0s;background:rgba(0,0,0,.5);position:fixed;left:0;right:0;top:0;z-index:1000}.noChancePop .bottomBtns{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.noChancePop .bottomBtn{height:1.2rem;line-height:1.2rem;font-size:.6rem;text-align:center}.noChancePop.lhj .allBg{position:absolute;width:13.5rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1100;background:#fff;background-size:100%;border-radius:.5rem}.noChancePop.lhj .header{width:100%;padding-top:1.125rem;-ms-flex-pack:center;justify-content:center}.noChancePop.lhj .header,.noChancePop.lhj .title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.noChancePop.lhj .title{color:#e19b00;font-size:.75rem}.noChancePop.lhj .content{padding:6%}.noChancePop.lhj .tips{font-size:.6rem;color:#8d8d8d;margin:0 auto;max-height:7.75rem;overflow-y:auto;text-align:center}.noChancePop.lhj .hidePopu{position:absolute;width:1.1rem;height:1.1rem;background:url(https://img10.360buyimg.com/imgzone/jfs/t1/71837/27/15922/1605/5dd91d10E70678dff/e0f94478833ac39c.png) 50% no-repeat;background-size:.55rem .55rem;top:.3rem;right:.3rem;cursor:pointer;z-index:1111}.noChancePop.lhj .bottomBtns{margin-top:.8rem}.noChancePop.lhj .bottomBtn{width:5.5rem;height:1.2rem;line-height:1.2rem;font-size:.6rem;border-radius:.5rem;text-align:center}.noChancePop.lhj .confirm-ok{color:#fef8c2;background:#e2a339}.noChancePop.lhj .confirm-cancel{background:#dddcdd;color:#848484}.noChancePop.ffl .hidePopu{position:absolute;width:.85rem;height:.85rem;background-size:100%;top:18%;right:7%;cursor:pointer;z-index:1111;background:url(https://img10.360buyimg.com/imgzone/jfs/t1/119243/27/7311/1192/5ec1fb5bE6d8079ee/1bf04f08e11691ed.png) 50% no-repeat}.noChancePop.ffl .shopLogo{margin-right:.5rem}.noChancePop.ffl .ImgSrc{width:3.25rem;height:3.25rem;border-radius:50%}.noChancePop.ffl .popuBg{position:absolute;background-size:100% 100%;width:14.375rem;height:11.125rem;top:40%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000}.noChancePop.ffl .popuBg .content{font-size:.6rem;padding:6%;margin:0 auto;margin-top:2.5rem;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.noChancePop.ffl .popuBg .bottomBtns{margin-top:.2rem;padding:0 6%}.noChancePop.ffl .popuBg .bottomBtn{-ms-flex:1;flex:1;text-align:center;height:2rem;line-height:2rem;border-radius:.5rem}.noChancePop.ffl .popuBg .confirm-ok{color:#fff}.noChancePop.ffl .popuBg .confirm-cancel{margin-right:.5rem;background:#dddcdd;color:#848484}.noChancePop.ffl .popuBg-1{background-image:url(https://img10.360buyimg.com/imgzone/jfs/t1/180793/10/11189/10269/60d5837aE78f73a72/c1aeafad318bcfbf.png)}.noChancePop.ffl .popuBg-1 .content{color:#7477f7}.noChancePop.ffl .popuBg-1 .confirm-ok{background-color:#7477f7}.noChancePop.ffl .popuBg-2{background-image:url(https://img10.360buyimg.com/imgzone/jfs/t1/175588/31/16698/10827/60d58379E0bb39ce2/770b70407a0b9ad8.png)}.noChancePop.ffl .popuBg-2 .content{color:orange}.noChancePop.ffl .popuBg-2 .confirm-ok{background-color:orange}.noChancePop.ffl .popuBg-3{background-image:url(https://img10.360buyimg.com/imgzone/jfs/t1/172071/38/16706/10862/60d58379E4fd58874/f37efc6e35baaf61.png)}.noChancePop.ffl .popuBg-3 .content{color:#de4058}.noChancePop.ffl .popuBg-3 .confirm-ok{background-color:#de4058}.noChancePop.ffl .popuBg-4{background-image:url(https://img10.360buyimg.com/imgzone/jfs/t1/195504/20/9827/10708/60d58379E809eefa0/09e207c791d0f23f.png)}.noChancePop.ffl .popuBg-4 .content{color:#5fc3fa}.noChancePop.ffl .popuBg-4 .confirm-ok{background-color:#5fc3fa}.noChancePop.other .allBg{position:absolute;width:14rem;height:8rem;top:50%;left:50%;transform:translate(-50%,-40%)!important;z-index:1000;background:#fff;background-size:100%;border-radius:.5rem}.noChancePop.other .header{width:100%;height:1.25rem;line-height:1.25rem;color:red;border-radius:.375rem .375rem 0 0;text-align:center;font-size:.6rem;padding-top:.8rem;padding-bottom:.2rem}.noChancePop.other .content{padding:.2rem;height:2.5rem}.noChancePop.other .tips{font-size:.6rem;margin:0 auto;max-height:7.75rem;overflow-y:auto;text-align:center}.noChancePop.other .hidePopu{position:absolute;width:1rem;height:1rem;background:url(https://img10.360buyimg.com/imgzone/jfs/t1/38655/19/16112/1260/60ebbff0E3bddf33d/168c324b7888b56f.png) 50% no-repeat;background-size:.7rem .7rem;right:.5rem;top:.5rem;cursor:pointer;z-index:1111}.noChancePop.other .bottomBtns{position:fixed;bottom:1rem;width:100%}.noChancePop.other .bottomBtns a{border-radius:.8rem;color:#fff}.noChancePop.other .bottomBtn{width:5.35rem;height:1.15rem;line-height:1.15rem;font-size:.6rem;border-radius:.1rem;text-align:center;margin:0;box-sizing:border-box}.noChancePop.other .confirm-ok{background:#f84324}.noChancePop.other .confirm-ok2{background:#f8b551}.noChancePop.other .confirm-ok2,.noChancePop.other .goToShop{display:block;width:40%;height:1.375rem;line-height:1.375rem;font-size:.6rem;color:#fff;text-align:center;border-radius:.1rem;margin:0 auto;border-radius:.8rem}.noChancePop.other .goToShop{background:#f84324}.noChancePop.other .confirm-cancel{margin-right:.5rem;background:#f8b551;line-height:1rem}