:root{--van-list-text-color:var(--van-text-color-2);--van-list-text-font-size:var(--van-font-size-md);--van-list-text-line-height:50px;--van-list-loading-icon-size:16px}.van-list__error-text,.van-list__finished-text,.van-list__loading{color:var(--van-list-text-color);font-size:var(--van-list-text-font-size);line-height:var(--van-list-text-line-height);text-align:center}.van-list__placeholder{height:0;pointer-events:none}.van-list__loading-icon .van-loading__spinner{width:var(--van-list-loading-icon-size);height:var(--van-list-loading-icon-size)}:root{--van-action-sheet-max-height:80%;--van-action-sheet-header-height:48px;--van-action-sheet-header-font-size:var(--van-font-size-lg);--van-action-sheet-description-color:var(--van-text-color-2);--van-action-sheet-description-font-size:var(--van-font-size-md);--van-action-sheet-description-line-height:var(--van-line-height-md);--van-action-sheet-item-background:var(--van-background-2);--van-action-sheet-item-font-size:var(--van-font-size-lg);--van-action-sheet-item-line-height:var(--van-line-height-lg);--van-action-sheet-item-text-color:var(--van-text-color);--van-action-sheet-item-disabled-text-color:var(--van-text-color-3);--van-action-sheet-subname-color:var(--van-text-color-2);--van-action-sheet-subname-font-size:var(--van-font-size-sm);--van-action-sheet-subname-line-height:var(--van-line-height-sm);--van-action-sheet-close-icon-size:22px;--van-action-sheet-close-icon-color:var(--van-gray-5);--van-action-sheet-close-icon-padding:0 var(--van-padding-md);--van-action-sheet-cancel-text-color:var(--van-gray-7);--van-action-sheet-cancel-padding-top:var(--van-padding-xs);--van-action-sheet-cancel-padding-color:var(--van-background);--van-action-sheet-loading-icon-size:22px}.van-action-sheet{display:flex;flex-direction:column;max-height:var(--van-action-sheet-max-height);overflow:hidden;color:var(--van-action-sheet-item-text-color)}.van-action-sheet__content{flex:1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-action-sheet__cancel,.van-action-sheet__item{display:block;width:100%;padding:14px var(--van-padding-md);font-size:var(--van-action-sheet-item-font-size);background:var(--van-action-sheet-item-background);border:none;cursor:pointer}.van-action-sheet__cancel:active,.van-action-sheet__item:active{background-color:var(--van-active-color)}.van-action-sheet__item{line-height:var(--van-action-sheet-item-line-height)}.van-action-sheet__item--disabled,.van-action-sheet__item--loading{color:var(--van-action-sheet-item-disabled-text-color)}.van-action-sheet__item--disabled:active,.van-action-sheet__item--loading:active{background-color:var(--van-action-sheet-item-background)}.van-action-sheet__item--disabled{cursor:not-allowed}.van-action-sheet__item--loading{cursor:default}.van-action-sheet__cancel{flex-shrink:0;box-sizing:border-box;color:var(--van-action-sheet-cancel-text-color)}.van-action-sheet__subname{margin-top:var(--van-padding-xs);color:var(--van-action-sheet-subname-color);font-size:var(--van-action-sheet-subname-font-size);line-height:var(--van-action-sheet-subname-line-height)}.van-action-sheet__gap{display:block;height:var(--van-action-sheet-cancel-padding-top);background:var(--van-action-sheet-cancel-padding-color)}.van-action-sheet__header{flex-shrink:0;font-weight:var(--van-font-bold);font-size:var(--van-action-sheet-header-font-size);line-height:var(--van-action-sheet-header-height);text-align:center}.van-action-sheet__description{position:relative;flex-shrink:0;padding:20px var(--van-padding-md);color:var(--van-action-sheet-description-color);font-size:var(--van-action-sheet-description-font-size);line-height:var(--van-action-sheet-description-line-height);text-align:center}.van-action-sheet__description:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:var(--van-padding-md);bottom:0;left:var(--van-padding-md);border-bottom:1px solid var(--van-border-color);transform:scaleY(.5)}.van-action-sheet__loading-icon .van-loading__spinner{width:var(--van-action-sheet-loading-icon-size);height:var(--van-action-sheet-loading-icon-size)}.van-action-sheet__close{position:absolute;top:0;right:0;z-index:1;padding:var(--van-action-sheet-close-icon-padding);color:var(--van-action-sheet-close-icon-color);font-size:var(--van-action-sheet-close-icon-size);line-height:inherit}:root{--van-empty-padding:var(--van-padding-xl) 0;--van-empty-image-size:160px;--van-empty-description-margin-top:var(--van-padding-md);--van-empty-description-padding:0 60px;--van-empty-description-color:var(--van-text-color-2);--van-empty-description-font-size:var(--van-font-size-md);--van-empty-description-line-height:var(--van-line-height-md);--van-empty-bottom-margin-top:24px}.van-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:var(--van-empty-padding)}.van-empty__image{width:var(--van-empty-image-size);height:var(--van-empty-image-size)}.van-empty__image img{width:100%;height:100%}.van-empty__description{margin-top:var(--van-empty-description-margin-top);padding:var(--van-empty-description-padding);color:var(--van-empty-description-color);font-size:var(--van-empty-description-font-size);line-height:var(--van-empty-description-line-height)}.van-empty__bottom{margin-top:var(--van-empty-bottom-margin-top)}.van-theme-dark .van-empty{opacity:.5}.van-grid{display:flex;flex-wrap:wrap}:root{--van-grid-item-content-padding:var(--van-padding-md) var(--van-padding-xs);--van-grid-item-content-background:var(--van-background-2);--van-grid-item-content-active-color:var(--van-active-color);--van-grid-item-icon-size:28px;--van-grid-item-text-color:var(--van-text-color);--van-grid-item-text-font-size:var(--van-font-size-sm)}.van-grid-item{position:relative;box-sizing:border-box}.van-grid-item--square{height:0}.van-grid-item__icon{font-size:var(--van-grid-item-icon-size)}.van-grid-item__text{color:var(--van-grid-item-text-color);font-size:var(--van-grid-item-text-font-size);line-height:1.5;word-break:break-all}.van-grid-item__icon+.van-grid-item__text{margin-top:var(--van-padding-xs)}.van-grid-item__content{display:flex;flex-direction:column;box-sizing:border-box;height:100%;padding:var(--van-grid-item-content-padding);background:var(--van-grid-item-content-background)}.van-grid-item__content:after{z-index:1;border-width:0 var(--van-border-width) var(--van-border-width) 0}.van-grid-item__content--square{position:absolute;top:0;right:0;left:0}.van-grid-item__content--center{align-items:center;justify-content:center}.van-grid-item__content--horizontal{flex-direction:row}.van-grid-item__content--horizontal .van-grid-item__text{margin:0 0 0 var(--van-padding-xs)}.van-grid-item__content--reverse{flex-direction:column-reverse}.van-grid-item__content--reverse .van-grid-item__text{margin:0 0 var(--van-padding-xs)}.van-grid-item__content--horizontal.van-grid-item__content--reverse{flex-direction:row-reverse}.van-grid-item__content--horizontal.van-grid-item__content--reverse .van-grid-item__text{margin:0 var(--van-padding-xs) 0 0}.van-grid-item__content--surround:after{border-width:var(--van-border-width)}.van-grid-item__content--clickable{cursor:pointer}.van-grid-item__content--clickable:active{background-color:var(--van-grid-item-content-active-color)}:root{--van-progress-height:4px;--van-progress-color:var(--van-primary-color);--van-progress-inactive-color:var(--van-gray-5);--van-progress-background:var(--van-gray-3);--van-progress-pivot-padding:0 5px;--van-progress-pivot-text-color:var(--van-white);--van-progress-pivot-font-size:var(--van-font-size-xs);--van-progress-pivot-line-height:1.6;--van-progress-pivot-background:var(--van-primary-color)}.van-progress{position:relative;height:var(--van-progress-height);background:var(--van-progress-background);border-radius:var(--van-progress-height)}.van-progress__portion{position:absolute;left:0;width:100%;height:100%;background:var(--van-progress-color);border-radius:inherit;transform-origin:0;transition:all var(--van-duration-base) var(--van-ease-out)}.van-progress__portion--inactive{background:var(--van-progress-inactive-color)}.van-progress__pivot{position:absolute;top:50%;box-sizing:border-box;min-width:3.6em;padding:var(--van-progress-pivot-padding);color:var(--van-progress-pivot-text-color);font-size:var(--van-progress-pivot-font-size);line-height:var(--van-progress-pivot-line-height);text-align:center;word-break:keep-all;background:var(--van-progress-pivot-background);border-radius:1em;transition:all var(--van-duration-base) var(--van-ease-out)}.van-progress__pivot--inactive{background:var(--van-progress-inactive-color)}:root{--van-count-down-text-color:var(--van-text-color);--van-count-down-font-size:var(--van-font-size-md);--van-count-down-line-height:var(--van-line-height-md)}.van-count-down{color:var(--van-count-down-text-color);font-size:var(--van-count-down-font-size);line-height:var(--van-count-down-line-height)}[data-v-7b3c3d2c] .van-circle{margin:0 auto;display:block}.caodi[data-v-7b3c3d2c]{width:100%;background-size:100% 130vh;background-repeat:no-repeat;min-height:100vh;background-color:#fff;overflow:hidden}.back[data-v-7b3c3d2c]{top:.2rem;left:.2rem;font-size:.278rem;color:#fff}.back[data-v-7b3c3d2c],.chat[data-v-7b3c3d2c]{background-color:rgba(128,127,133,0)!important;position:fixed}.chat[data-v-7b3c3d2c]{top:.1rem;right:.2rem;line-height:.2rem}.wai[data-v-7b3c3d2c]{width:100%;height:100vh;position:relative;overflow-x:scroll;overflow-y:hidden}.wai .nei[data-v-7b3c3d2c],.wai .nei img[data-v-7b3c3d2c]{width:auto;min-width:200vw;height:100vh}.wai .nei img[data-v-7b3c3d2c]{max-width:max-content!important}.qipao[data-v-7b3c3d2c]{width:3rem;height:5rem;position:absolute}.qipao .qipao1[data-v-7b3c3d2c]{width:1vw;height:1vw;position:absolute}.zqp0[data-v-7b3c3d2c]{bottom:0;left:1rem}.zqp1[data-v-7b3c3d2c]{bottom:1rem;left:3rem}.zqp2[data-v-7b3c3d2c]{bottom:.5rem;left:5rem}.zqp3[data-v-7b3c3d2c]{bottom:1.3rem;left:7rem}.zqp4[data-v-7b3c3d2c]{bottom:.3rem;left:9rem}.zqp5[data-v-7b3c3d2c]{bottom:1.8rem;left:11rem}.zqp6[data-v-7b3c3d2c]{bottom:0;left:13rem}.zqp7[data-v-7b3c3d2c]{bottom:2.8rem;left:15rem}.zqp8[data-v-7b3c3d2c]{bottom:2rem;left:17rem}.zqp9[data-v-7b3c3d2c]{bottom:1rem;left:19rem}.zqp10[data-v-7b3c3d2c]{bottom:0;left:21rem}.zqp11[data-v-7b3c3d2c]{bottom:.3rem;left:23rem}.zqp12[data-v-7b3c3d2c]{bottom:2rem;left:25rem}@keyframes playQp-7b3c3d2c{0%{bottom:0;width:0;height:0;opacity:0}45%{bottom:4rem;width:14vw;height:14vw;opacity:1}to{bottom:9rem;width:0;height:0;opacity:0}}@keyframes playFs-7b3c3d2c{0%{top:4rem;opacity:.5}45%{top:4.5rem;opacity:1}to{top:4rem;opacity:.5}}.fish[data-v-7b3c3d2c]{animation:playFs-7b3c3d2c 3s linear infinite}.fsqp0[data-v-7b3c3d2c]{bottom:0;left:.3rem;animation:playQp-7b3c3d2c 3s linear infinite}.fsqp1[data-v-7b3c3d2c]{bottom:0;left:.6rem;animation:playQp-7b3c3d2c 4s linear infinite}.fsqp2[data-v-7b3c3d2c]{bottom:0;left:.9rem;animation:playQp-7b3c3d2c 5s linear infinite}.fsqp3[data-v-7b3c3d2c]{bottom:0;left:1.2rem;animation:playQp-7b3c3d2c 3s linear infinite}.fsqp4[data-v-7b3c3d2c]{bottom:0;left:1.4rem;animation:playQp-7b3c3d2c 4s linear infinite}.fsqp5[data-v-7b3c3d2c]{bottom:0;left:1.5rem;animation:playQp-7b3c3d2c 2s linear infinite}.fsqp6[data-v-7b3c3d2c]{bottom:0;left:2rem;animation:playQp-7b3c3d2c 4s linear infinite}.hy_btn[data-v-7b3c3d2c]{width:1.8rem;height:1.5rem;position:fixed}.hy_btn div[data-v-7b3c3d2c]:first-of-type{width:1rem;height:1rem;background-color:rgba(128,127,133,.5);border-radius:100%;margin:0 auto}.hy_btn div:first-of-type img[data-v-7b3c3d2c]{display:block;transform:scale(1.7)}.hy_btn div[data-v-7b3c3d2c]:nth-of-type(2){width:aoto;max-width:2.3rem;height:.5rem;background:linear-gradient(180deg,#3f0a93,#775423);border-radius:.2rem .05rem .2rem .05rem;margin-top:.1rem;color:#fff;text-align:center;line-height:.5rem;overflow:hidden;font-size:.26rem;font-weight:100;font-family:微软雅黑;border:2px solid #fff;box-shadow:1px 1px .1rem 1px #252425}.hy_btn2[data-v-7b3c3d2c]{width:1.8rem;height:1.2rem;position:fixed}.hy_btn2 div[data-v-7b3c3d2c]:first-of-type{width:.7rem;height:.7rem;background-color:rgba(22,0,130,.6);border-radius:100%;margin:0 auto}.hy_btn2 div:first-of-type img[data-v-7b3c3d2c]{display:block;transform:scale(1.8)}.hy_btn2 div[data-v-7b3c3d2c]:nth-of-type(2){width:aoto;max-width:2rem;height:.5rem;background:linear-gradient(180deg,#3f0a93,#775423);border-radius:.2rem .05rem .2rem .05rem;margin-top:-.05rem;color:#fff;text-align:center;line-height:.5rem;overflow:hidden;font-size:.24rem;font-weight:100;font-family:微软雅黑;border:2px solid #fff;box-shadow:1px 1px .1rem 1px #252425}.btn1[data-v-7b3c3d2c]{bottom:.5rem;left:.5rem}.btn2[data-v-7b3c3d2c]{bottom:.5rem;right:.5rem}.btn3[data-v-7b3c3d2c]{top:2rem;right:.1rem}.btn4[data-v-7b3c3d2c]{top:3.5rem;right:.1rem}.btn5[data-v-7b3c3d2c]{top:5rem;right:.1rem}.btn6[data-v-7b3c3d2c]{top:6.3rem;right:.1rem}.btn7[data-v-7b3c3d2c]{top:7.6rem;right:.1rem}[data-v-7b3c3d2c] .time .van-count-down{color:#fff;font-size:.16rem;font-weight:100;line-height:.16rem}.biaopai[data-v-7b3c3d2c]{width:2.5rem;height:1.2rem;border-radius:.2rem;position:fixed;top:2rem;left:.5rem;box-shadow:1px 2px .2rem 1px #252425;background:linear-gradient(180deg,#021530,#0086a3)}.biaopai .img_logo[data-v-7b3c3d2c]{width:.8rem;height:.8rem;background-image:url(../img/level.e91f3c5f.png);background-repeat:no-repeat;background-size:100%;position:absolute;top:-.1rem;left:-.3rem;color:#fff;text-align:center;line-height:.5rem;font-size:.26rem}.biaopai .code[data-v-7b3c3d2c]{width:1.2rem;height:.5rem;font-size:.16rem;left:.6rem}.biaopai .code[data-v-7b3c3d2c],.biaopai .jiantou[data-v-7b3c3d2c]{color:#fff;text-align:center;line-height:.5rem;position:absolute;top:.2rem;font-weight:100}.biaopai .jiantou[data-v-7b3c3d2c]{width:.3rem;height:.3rem;font-size:.24rem;left:2.1rem}.biaopai .jindu[data-v-7b3c3d2c]{width:2rem;height:.5rem;position:absolute;top:.8rem;left:.2rem}.zb_list[data-v-7b3c3d2c]{background:rgba(19,26,102,.8);width:100%;padding:.2rem;box-sizing:border-box}.zb_list .zb_img[data-v-7b3c3d2c]{width:92%;margin:0 auto;margin-top:.2rem;overflow:hidden;border-radius:.2rem;border:3px solid #615e5e}.zb_list .cur[data-v-7b3c3d2c]{border:4px solid red}.wai .jizi[data-v-7b3c3d2c]{position:absolute;width:1.4rem;height:1.4rem}.wai .jizi .ji_png[data-v-7b3c3d2c]{width:1.8rem;height:1.8rem}.wai .jizi .ji_png img[data-v-7b3c3d2c]{width:100%;animation:swim-7b3c3d2c 5s ease-in-out infinite}@keyframes swim-7b3c3d2c{0%{transform:translateX(0) rotate(0deg)}25%{transform:translateX(5px) rotate(5deg)}50%{transform:translateX(10px) rotate(-5deg)}75%{transform:translateX(15px) rotate(5deg)}to{transform:translateX(0) rotate(0deg)}}.wai .zuiyu1[data-v-7b3c3d2c]{background-image:url(../img/fish2_1.5c92d907.png)}.wai .youyu1[data-v-7b3c3d2c],.wai .zuiyu1[data-v-7b3c3d2c]{background-size:100%;background-repeat:no-repeat;animation:playSprite-7b3c3d2c 1s steps(8) infinite}.wai .youyu1[data-v-7b3c3d2c]{background-image:url(../img/fish2.a0eed87e.png)}@keyframes playSprite-7b3c3d2c{0%{background-position:0 0}to{background-position:0 82.5%}}.wai .zuiyu2[data-v-7b3c3d2c]{background-image:url(../img/fish1_1.b7d0a0e7.png)}.wai .youyu2[data-v-7b3c3d2c],.wai .zuiyu2[data-v-7b3c3d2c]{background-size:100%;background-repeat:no-repeat;animation:playSprite2-7b3c3d2c 2s steps(12) infinite}.wai .youyu2[data-v-7b3c3d2c]{background-image:url(../img/fish1.0e5dbf9d.png)}@keyframes playSprite2-7b3c3d2c{0%{background-position:0 0}to{background-position:0 109%}}.wai .zuiyu3[data-v-7b3c3d2c]{background-image:url(../img/fish3_1.8edbac8d.png)}.wai .youyu3[data-v-7b3c3d2c],.wai .zuiyu3[data-v-7b3c3d2c]{background-size:100%;background-repeat:no-repeat;animation:playSprite3-7b3c3d2c 1s steps(9) infinite}.wai .youyu3[data-v-7b3c3d2c]{background-image:url(../img/fish3.62006e61.png)}@keyframes playSprite3-7b3c3d2c{0%{background-position:0 0}to{background-position:0 111.3%}}.info[data-v-7b3c3d2c]{width:100%;height:5.5rem;position:fixed;top:1rem;left:0}.info .colse[data-v-7b3c3d2c]{position:absolute;width:.6rem;height:.6rem;top:-.1rem;right:.1rem;font-size:.5rem}.info1[data-v-7b3c3d2c]{width:92%;margin:0 auto;height:auto;background:hsla(0,0%,63.9%,.3);box-shadow:2px 1px .2rem 1px #1b1b1b;color:#fff;padding:.4rem 0;border-radius:.2rem;top:.3rem;position:relative}.info_data[data-v-7b3c3d2c]{width:100%;display:flex;padding:.05rem}.info_data .li[data-v-7b3c3d2c]{width:50%;background-color:#121a46;border-radius:.2rem .05rem .2rem .05rem}.info_data .li p[data-v-7b3c3d2c]{margin-bottom:0}.info_data .li[data-v-7b3c3d2c]:first-of-type{border-right:1px solid #f0eeee}.info_data .li p[data-v-7b3c3d2c]:first-of-type{font-size:.14rem;color:#dfdede;text-align:center;margin-top:.1rem}.info_data .li p[data-v-7b3c3d2c]:nth-of-type(2){font-size:.22rem;color:#faf9f9;text-align:center;margin-bottom:.1rem}.cd_list[data-v-7b3c3d2c]{width:100%;margin:0 auto;height:auto;background:rgba(19,26,102,.8);color:#fff;padding:.3rem;min-height:90vh}.list_card[data-v-7b3c3d2c]{width:100%;height:auto;min-height:10vh;border-radius:.2rem;box-shadow:2px 1px .2rem 1px #2c2b2b;border:0;background:hsla(0,0%,100%,.9);overflow:hidden;margin:0 auto;margin-bottom:.2rem;padding:.1rem .1rem;box-sizing:border-box}.list_card .center_tit[data-v-7b3c3d2c]{font-size:.3rem;color:#333;text-align:center;line-height:.3rem;margin-top:.1rem}.list_card .center_price[data-v-7b3c3d2c]{font-size:.4rem;color:#000;text-align:center;font-weight:700;line-height:.6rem}.list_card .left_text[data-v-7b3c3d2c]{font-size:.28rem;color:#999;text-align:center;line-height:.5rem}.list_card .left_text span[data-v-7b3c3d2c]{font-size:.26rem;color:#333;text-align:left;font-weight:700;line-height:.5rem}.card[data-v-7b3c3d2c]{width:100%;height:auto;border:0;min-height:8vh;border-radius:.1rem;box-shadow:2px 2px .3rem 3px #ada7a7;background:hsla(0,0%,100%,.9);overflow:hidden;margin:0 auto;position:relative}.card .dengji[data-v-7b3c3d2c]{position:absolute;width:1rem;height:1rem;background-image:url(../img/level.e91f3c5f.png);background-repeat:no-repeat;background-size:100%;top:.2rem;right:.2rem;font-size:.24rem;color:#fff;text-align:center;line-height:.6rem}.card .img[data-v-7b3c3d2c]{width:100%;aspect-ratio:1;overflow:hidden}.card img[data-v-7b3c3d2c]{width:100%;aspect-ratio:1}.card .name[data-v-7b3c3d2c]{font-size:.2rem;font-weight:700;color:#000;text-align:left;padding-left:.1rem;box-sizing:border-box;line-height:.3rem}.card .jian[data-v-7b3c3d2c]{font-size:.16rem}.card .des[data-v-7b3c3d2c],.card .jian[data-v-7b3c3d2c]{color:#666;text-align:center;line-height:.2rem;padding:0 .1rem;box-sizing:border-box}.card .des[data-v-7b3c3d2c]{font-size:.18rem}.card .zeng[data-v-7b3c3d2c]{font-size:.18rem;color:#00b1d4;text-align:left;padding-left:.1rem;box-sizing:border-box;line-height:.2rem}.card .price[data-v-7b3c3d2c]{font-size:.24rem;color:#000;text-align:center;line-height:.3rem}.card .shu_title[data-v-7b3c3d2c]{font-size:.4rem;color:#000;text-align:center;line-height:.9rem;margin-top:.1rem}.card .price_title[data-v-7b3c3d2c]{font-size:.3rem;color:#999;text-align:center;line-height:.3rem;margin-top:.1rem}.card .btn[data-v-7b3c3d2c]{width:70%;margin:0 auto;padding:.1rem .1rem;box-sizing:border-box}.yijie[data-v-7b3c3d2c]{color:red;text-align:center;padding:0 .1rem;font-size:.18rem;line-height:.4rem;margin-bottom:0}.card .shu[data-v-7b3c3d2c]{width:60%;margin:0 auto}[data-v-7b3c3d2c].card .van-button{font-size:.2rem;height:.5rem}.card .shu span[data-v-7b3c3d2c]{padding:.1rem;text-align:center;border-radius:.4rem;font-size:.28rem;display:block;color:#fff}