.copy,.copy-item{align-items:center}.copy{display:flex;justify-content:space-between;position:relative;width:4rem;font-size:.16rem}.copy-item{display:flex;justify-content:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:.4rem}.copy-label{width:5em}.copy-text{flex-grow:1;padding:0 .5em;border:1px solid #333;min-width:0;color:#333;background-color:#fff}.copy-btn{margin-left:.05rem;width:4em;transition:all .3s ease-in-out;color:#fff;background-color:#de6800}.copy-btn:hover{filter:brightness(1.1)}.copy.showIcon{padding-right:.3rem}.copy-icon{position:absolute;top:50%;right:0;transform:translate3d(0,-50%,0);width:.24rem;height:.18rem;background:url(https://p5.ssl.qhimg.com/d/inn/f1b4238ca697/icon-check.png) no-repeat 0 0/100% 100%}.lottery{display:flex;flex-wrap:wrap;position:relative;width:12rem;text-align:center}.lottery-wrap{display:flex;align-items:center;justify-content:center;position:relative}.lottery-item{position:relative;padding-bottom:.32rem;width:2.4rem;height:1.4rem;background-color:#4bb7c2}.lottery-item-active{background-color:#a4f7ff}.lottery-img{display:flex;align-items:center;justify-content:center;height:100%}.lottery-img img{max-width:90%;max-height:90%}.lottery-name{position:absolute;right:0;bottom:0;left:0;padding:.3em .5em;background-color:rgba(2,70,83,.5)}.lottery-start{position:absolute;z-index:2;width:3rem;height:1.8rem;transition:all .3s ease-in-out;background-color:#029cfd}.lottery-start:hover{filter:brightness(1.1)}.lottery-start:disabled{filter:brightness(.5);cursor:not-allowed}.motion-enter{animation:enter .3s ease-in-out forwards}.motion-leave{animation:leave .3s ease-in-out forwards}@keyframes leave{0%{opacity:1}to{opacity:0}}@keyframes enter{0%{opacity:0}to{opacity:1}}*,:after,:before{box-sizing:border-box}blockquote,body,button,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,hr,input,ol,p,td,textarea,th,ul{margin:0;padding:0;-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}button,input,select,textarea{border:none;outline:none;font:inherit;color:inherit}button{background:none;cursor:pointer}img{display:block;border:0;max-width:100%}ol,ul{list-style:none}table{width:100%!important;border-collapse:collapse;border-spacing:0}video{display:block}html body{overflow-y:auto!important;width:100%!important}:root .ant-modal-root .ant-modal-centered .ant-modal{text-align:center}:root .ant-modal-mask{background-color:rgba(0,0,0,.6)!important}:root .ant-modal{color:#fff}:root .ant-modal .ant-modal-close{color:#fff;right:0;top:0;width:.48rem;height:.48rem;border-radius:0;opacity:.9}:root .ant-modal .ant-modal-close:hover{filter:brightness(1.1);color:#e7e7e7;opacity:1}:root .ant-modal .ant-modal-close-x{font-size:.32rem}:root .ant-modal .ant-modal-content{width:3.89rem;height:2.5rem;padding:.22rem .2rem;box-shadow:none;border-radius:0;margin:0 auto;background:url(https://p4.ssl.qhimg.com/d/inn/abc93b642d4e/box.png) no-repeat center top}:root .ant-modal .ant-modal-header{color:var(--color-highlight5)}:root .ant-modal .ant-modal-title{font-size:.3rem;color:#fec771}:root .ant-modal .ant-modal-body{max-height:50vh;overflow-y:auto;color:#b6a58e;font-size:.18rem}:root .ant-modal .ant-modal-footer{display:flex;justify-content:center}:root .ant-statistic{display:flex;align-items:left;justify-content:left}:root .ant-statistic-title{font-size:.16rem!important;color:#ffe507!important;display:inline;margin-bottom:0!important}body{font:.16rem/1.2 Microsoft Yahei,Arial,Helvetica,sans-serif;color:#fff;background-color:#1b1b1b}.footer_pc{background:#1b1b1b!important}.text-gradient{background:linear-gradient(to bottom,#cdcdd3,#fff);-webkit-background-clip:text;font-weight:600;-webkit-text-fill-color:transparent}.btn{display:flex;align-items:center;justify-content:center;line-height:1;transition:filter .3s ease-in-out}.btn:not(:disabled):hover{filter:brightness(1.1)}.btn:disabled{cursor:not-allowed;filter:grayscale(1);color:#777}::-webkit-scrollbar{width:.08rem;height:1px}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2);border-radius:.45rem}::-webkit-scrollbar-thumb{background:#eee3da}::-webkit-scrollbar-track{background:#968e7b}::-webkit-scrollbar-button{display:none}main img{max-width:100%;cursor:pointer;transition:all linear .4s}.textshadow{color:#fcfb7b;text-shadow:0 0 5px #673f15,0 0 10px #673f15,0 0 15px #673f15}.rotate_animation{animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.circle-wrapper{position:relative;width:.28rem;height:.28rem;display:flex;align-items:center;justify-content:center;font-family:Microsoft YaHei;opacity:.88}.circle-wrapper span{font-size:.2rem;position:absolute;color:#fff;left:.4rem;text-shadow:0 0 6px #e89225,0 0 6px #e89225,0 0 15px #e89225}.circle-wrapper span i{font-size:.22rem;font-style:normal;margin-right:.02rem}.btn01{left:5.9rem;top:1rem}.btn02{left:7.55rem;top:2.15rem}.btn03{left:7.66rem;top:1.7rem}.btn04{left:6.95rem;top:-.1rem}.btn05{left:6.6rem;top:3.5rem}.circle-wrapper:before,.circle-wrapper:after{content:"";position:absolute;border-radius:100%}.circle-wrapper:before{display:inline-block;width:.28rem;height:.28rem;background:#eda936;opacity:.6;animation:pulseOuter 2s infinite ease-in-out}.circle-wrapper:after{display:block;width:.14rem;height:.14rem;background-color:#fff5de;animation:pulseInner 1.4s infinite ease-in-out}@keyframes pulseOuter{0%,to{transform:scale(.8)}50%{transform:scale(1.2)}}@keyframes pulseInner{0%,to{transform:scale(1.1)}50%{transform:scale(.8)}}*,:before,:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-scroll-snap-strictness:proximity;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-offset-width:0;--un-ring-offset-color:#fff;--un-ring-width:0;--un-ring-color:rgb(147 197 253 / .5)}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-scroll-snap-strictness:proximity;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-offset-width:0;--un-ring-offset-color:#fff;--un-ring-width:0;--un-ring-color:rgb(147 197 253 / .5)}[container=""]{position:relative;margin-left:auto;margin-right:auto;width:12rem;height:100%}[header-nav-item=""]{width:1.36rem;height:.32rem;display:flex;align-items:center;justify-content:center;border-width:1px;--un-border-opacity:1;border-color:rgb(167 184 207 / var(--un-border-opacity));border-radius:.03rem;border-style:solid;--un-bg-opacity:.8;--un-text-opacity:1;color:rgb(255 253 251 / var(--un-text-opacity))}[section=""]{height:10.8rem;background-size:cover;background-position:center top;background-repeat:no-repeat}.btn,[btn=""]{display:flex;align-items:center;justify-content:center;font-weight:600;line-height:1;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.flex-center,[flex-center=""]{display:flex;align-items:center;justify-content:center}.visible{visibility:visible}.fixed,[fixed=""]{position:fixed}[absolute=""]{position:absolute}[relative=""]{position:relative}[left~="50%"]{left:50%}[z9=""]{z-index:9}.z-10,[z-10=""]{z-index:10}[rows~="3"]{grid-template-rows:repeat(3,minmax(0,1fr))}.mx6,[mx6=""]{margin-left:.06rem;margin-right:.06rem}[mx-auto=""]{margin-left:auto;margin-right:auto}[mb230=""]{margin-bottom:2.3rem}[ml25=""]{margin-left:.25rem}[mr25=""]{margin-right:.25rem}[mr5=""]{margin-right:.05rem}[mt10=""]{margin-top:.1rem}[mt14=""]{margin-top:.14rem}[mt15=""]{margin-top:.15rem}.max-w-500,[max-w-500=""]{max-width:5rem}.min-w-100,[min-w-100=""]{min-width:1rem}.w-8em{width:8em}[h10=""]{height:.1rem}[h100=""]{height:1rem}[h1080=""]{height:10.8rem}[h369=""]{height:3.69rem}[h37=""]{height:.37rem}[h64=""]{height:.64rem}[h70=""]{height:.7rem}[h82=""]{height:.82rem}[max-w-1333=""]{max-width:13.33rem}[min-h-200=""]{min-height:2rem}[w-1160=""]{width:11.6rem}[w-1200=""]{width:12rem}:root .ant-popover{font-family:Microsoft YaHei;width:8.54rem;height:4.08rem}:root .tankimg{width:3rem;height:3rem}[header-nav-item=""]:not(:first-child){margin-left:.1rem}.btn:disabled,[btn=""]:disabled{cursor:not-allowed;--un-text-opacity:1;color:rgb(221 221 221 / var(--un-text-opacity))}[header-nav-item=""]:hover{--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.\[length\:100\%_100\%\]{length:100% 100%}:root .ant-popover .ant-popover-inner{width:8.54rem;height:4.08rem;background:url(https://se3.360simg.com/t11b673bcd6612a0a907bc87744.webp) no-repeat center center;background-size:100% auto;border-radius:0}:root .tankimg .ant-popover-arrow{bottom:-.1rem!important}:root .tankimg .ant-popover-inner{width:3.1rem;height:3.1rem;background:rgba(0,0,0,.8);background-size:100% auto;display:flex;align-items:center;justify-content:center;border-radius:.06rem;border:.02rem solid #ff760e}.btn:not(:disabled):hover,[btn=""]:not(:disabled):hover{--un-brightness:brightness(1.1);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}:root .ant-popover .ant-popover-arrow:before,:root .ant-popover .ant-popover-arrow:after{background:#ff760e!important}[w-335=""],[w335=""]{width:3.35rem}[w-full=""]{width:100%}[w1333=""]{width:13.33rem}[w149=""]{width:1.49rem}[w279=""]{width:2.79rem}[w288=""]{width:2.88rem}[w559=""]{width:5.59rem}[w900=""]{width:9rem}.flex,[flex=""]{display:flex}[flex-col=""]{flex-direction:column}.transform{transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.resize{resize:both}[items-center=""]{align-items:center}[justify-between=""]{justify-content:space-between}[gap2=""]{gap:.02rem}[gap25=""]{gap:.25rem}[border-b-2=""]{border-bottom-width:2px}[border-b~="#8a8b8c"]{--un-border-opacity:1;--un-border-bottom-opacity:var(--un-border-opacity);border-bottom-color:rgb(138 139 140 / var(--un-border-bottom-opacity))}.rounded-5,[rounded-5=""]{border-radius:.05rem}[border-b-solid=""]{border-bottom-style:solid}.bg-\$color-red2{background-color:var(--color-red2)}[bg~="[length:100%_100%]"]{background-size:100% 100%}[bg~="#ffffff"]{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}[bg-op-70=""]{--un-bg-opacity:.7}[bg-no-repeat=""]{background-repeat:no-repeat}[p30=""]{padding:.3rem}.px{padding-left:.04rem;padding-right:.04rem}.px15,[px15=""]{padding-left:.15rem;padding-right:.15rem}.px2rem{padding-left:.08rem;padding-right:.08rem}.py12,[py12=""]{padding-top:.12rem;padding-bottom:.12rem}[px27=""]{padding-left:.27rem;padding-right:.27rem}[px3=""]{padding-left:.03rem;padding-right:.03rem}[px6=""]{padding-left:.06rem;padding-right:.06rem}[py10=""]{padding-top:.1rem;padding-bottom:.1rem}[py20=""]{padding-top:.2rem;padding-bottom:.2rem}[py33=""]{padding-top:.33rem;padding-bottom:.33rem}[py5=""]{padding-top:.05rem;padding-bottom:.05rem}[pb18=""]{padding-bottom:.18rem}[pb20=""]{padding-bottom:.2rem}[pb25=""]{padding-bottom:.25rem}[pb28=""]{padding-bottom:.28rem}[pb3=""]{padding-bottom:.03rem}[pb5=""]{padding-bottom:.05rem}[pl15=""]{padding-left:.15rem}[pl6=""]{padding-left:.06rem}[pr3=""]{padding-right:.03rem}[pt12=""]{padding-top:.12rem}[pt15=""]{padding-top:.15rem}[pt25=""]{padding-top:.25rem}[pt35=""]{padding-top:.35rem}[pt78=""]{padding-top:.78rem}[pt798=""]{padding-top:7.98rem}.text-align-center,[text-align-center=""]{text-align:center}[indent-32=""]{text-indent:.32rem}[text-14=""],[text~="14"]{font-size:.14rem}[text~="12"]{font-size:.12rem}[text~="16"]{font-size:.16rem}[text~="18"]{font-size:.18rem}[text~="24"]{font-size:.24rem}[text~="36"]{font-size:.36rem}[text~="49.5"]{font-size:.495rem}[text~="#333"]{--un-text-opacity:1;color:rgb(51 51 51 / var(--un-text-opacity))}[text~="#909090"]{--un-text-opacity:1;color:rgb(144 144 144 / var(--un-text-opacity))}[text~="#ee7320"]{--un-text-opacity:1;color:rgb(238 115 32 / var(--un-text-opacity))}[text~="#f57c40"]{--un-text-opacity:1;color:rgb(245 124 64 / var(--un-text-opacity))}[text~="#ff6e00"]{--un-text-opacity:1;color:rgb(255 110 0 / var(--un-text-opacity))}[text~="#ff760e"]{--un-text-opacity:1;color:rgb(255 118 14 / var(--un-text-opacity))}.c-\#fff,[text~="#fff"],[text~="#ffffff"]{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}[color~="#52c41a"]{--un-text-opacity:1;color:rgb(82 196 26 / var(--un-text-opacity))}[font-600=""]{font-weight:600}[font-bold=""]{font-weight:700}[leading-tight=""]{line-height:1.25}[line-height-28=""]{line-height:.28rem}[underline=""]{text-decoration-line:underline}[op-74=""]{opacity:.74}[op-84=""]{opacity:.84}[op-90=""]{opacity:.9}.ring,[ring=""]{--un-ring-width:3px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.t100,[t100=""]{top:1rem}[t0=""]{top:0}[r0=""]{right:0}[b~="-50"]{bottom:-.5rem}[l~="-256"]{left:-2.56rem}[l0=""]{left:0}[bgi~="[@/assets/images/bgg_01.jpg]"]{background-image:url(https://se2.360simg.com/t11b673bcd6cfed346c9d29ed84.webp)}[bgi~="[@/assets/images/bgg_02.jpg]"]{background-image:url(https://se3.360simg.com/t11b673bcd635a5ffa94e26bc3e.webp)}[bgi~="[@/assets/images/btn_ok.png]"]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJUAAAAlCAYAAABLaKs6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi40IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI2Rjc2QjVFODE3RjExRjBBNUNDRkIyRDI3NDQxMERDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI2Rjc2QjVGODE3RjExRjBBNUNDRkIyRDI3NDQxMERDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjZGNzZCNUM4MTdGMTFGMEE1Q0NGQjJEMjc0NDEwREMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjZGNzZCNUQ4MTdGMTFGMEE1Q0NGQjJEMjc0NDEwREMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4jDQizAAAHT0lEQVR42uxc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)}[hover-op-100=""]:hover{opacity:1}