.van-col{float:left;box-sizing:border-box;min-height:1px}.van-col--1{width:4.16666667%}.van-col--offset-1{margin-left:4.16666667%}.van-col--2{width:8.33333333%}.van-col--offset-2{margin-left:8.33333333%}.van-col--3{width:12.5%}.van-col--offset-3{margin-left:12.5%}.van-col--4{width:16.66666667%}.van-col--offset-4{margin-left:16.66666667%}.van-col--5{width:20.83333333%}.van-col--offset-5{margin-left:20.83333333%}.van-col--6{width:25%}.van-col--offset-6{margin-left:25%}.van-col--7{width:29.16666667%}.van-col--offset-7{margin-left:29.16666667%}.van-col--8{width:33.33333333%}.van-col--offset-8{margin-left:33.33333333%}.van-col--9{width:37.5%}.van-col--offset-9{margin-left:37.5%}.van-col--10{width:41.66666667%}.van-col--offset-10{margin-left:41.66666667%}.van-col--11{width:45.83333333%}.van-col--offset-11{margin-left:45.83333333%}.van-col--12{width:50%}.van-col--offset-12{margin-left:50%}.van-col--13{width:54.16666667%}.van-col--offset-13{margin-left:54.16666667%}.van-col--14{width:58.33333333%}.van-col--offset-14{margin-left:58.33333333%}.van-col--15{width:62.5%}.van-col--offset-15{margin-left:62.5%}.van-col--16{width:66.66666667%}.van-col--offset-16{margin-left:66.66666667%}.van-col--17{width:70.83333333%}.van-col--offset-17{margin-left:70.83333333%}.van-col--18{width:75%}.van-col--offset-18{margin-left:75%}.van-col--19{width:79.16666667%}.van-col--offset-19{margin-left:79.16666667%}.van-col--20{width:83.33333333%}.van-col--offset-20{margin-left:83.33333333%}.van-col--21{width:87.5%}.van-col--offset-21{margin-left:87.5%}.van-col--22{width:91.66666667%}.van-col--offset-22{margin-left:91.66666667%}.van-col--23{width:95.83333333%}.van-col--offset-23{margin-left:95.83333333%}.van-col--24{width:100%}.van-col--offset-24{margin-left:100%}.van-row:after{display:table;clear:both;content:""}.van-row--flex{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-row--flex:after{display:none}.van-row--justify-center{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.van-row--justify-end{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.van-row--justify-space-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.van-row--justify-space-around{-webkit-justify-content:space-around;justify-content:space-around}.van-row--align-center{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-row--align-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.van-skeleton{display:-webkit-box;display:-webkit-flex;display:flex;padding:0 16px}.van-skeleton__avatar{-webkit-flex-shrink:0;flex-shrink:0;width:32px;height:32px;margin-right:16px;background-color:#f2f3f5}.van-skeleton__avatar--round{border-radius:999px}.van-skeleton__content{width:100%}.van-skeleton__avatar+.van-skeleton__content{padding-top:8px}.van-skeleton__row,.van-skeleton__title{height:16px;background-color:#f2f3f5}.van-skeleton__title{width:40%;margin:0}.van-skeleton__row:not(:first-child){margin-top:12px}.van-skeleton__title+.van-skeleton__row{margin-top:20px}.van-skeleton--animate{-webkit-animation:van-skeleton-blink 1.2s ease-in-out infinite;animation:van-skeleton-blink 1.2s ease-in-out infinite}.van-skeleton--round .van-skeleton__row,.van-skeleton--round .van-skeleton__title{border-radius:999px}@-webkit-keyframes van-skeleton-blink{50%{opacity:.6}}@keyframes van-skeleton-blink{50%{opacity:.6}}.van-toast{position:fixed;top:50%;left:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:initial;width:88px;max-width:70%;min-height:88px;padding:16px;color:#fff;font-size:14px;line-height:20px;white-space:pre-wrap;text-align:center;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:8px;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.van-toast--unclickable{overflow:hidden}.van-toast--unclickable *{pointer-events:none}.van-toast--html,.van-toast--text{width:-webkit-fit-content;width:fit-content;min-width:96px;min-height:0;padding:8px 12px}.van-toast--html .van-toast__text,.van-toast--text .van-toast__text{margin-top:0}.van-toast--top{top:20%}.van-toast--bottom{top:auto;bottom:20%}.van-toast__icon{font-size:36px}.van-toast__loading{padding:4px;color:#fff}.van-toast__text{margin-top:8px}.van-divider{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin:16px 0;color:#969799;font-size:14px;line-height:24px;border-color:#ebedf0;border-style:solid;border-width:0}.van-divider:after,.van-divider:before{display:block;-webkit-box-flex:1;-webkit-flex:1;flex:1;box-sizing:border-box;height:1px;border-color:inherit;border-style:inherit;border-width:1px 0 0}.van-divider:before{content:""}.van-divider--hairline:after,.van-divider--hairline:before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-divider--dashed{border-style:dashed}.van-divider--content-center:before,.van-divider--content-left:before,.van-divider--content-right:before{margin-right:16px}.van-divider--content-center:after,.van-divider--content-left:after,.van-divider--content-right:after{margin-left:16px;content:""}.van-divider--content-left:before,.van-divider--content-right:after{max-width:10%}#app,body,html{height:100%}.content[data-v-28219a7c]{position:relative;overflow-x:hidden}.content-top[data-v-28219a7c]{position:relative;padding-bottom:64px}.content-top .content-top-bg[data-v-28219a7c]{position:absolute;top:0;left:0;bottom:92px;width:100%;border-bottom-left-radius:90% 18%;border-bottom-right-radius:90% 18%;overflow:hidden}.content-top .content-top-bg img[data-v-28219a7c]{width:100%;height:100%;object-fit:cover}.content-top .content-top-info[data-v-28219a7c]{padding-top:144px;position:relative;z-index:2}.content-top .content-top-info .top-info-content[data-v-28219a7c]{z-index:1;margin-left:16px;margin-right:16px;margin-top:60px;padding:32px 16px 16px 32px;border-radius:8px;box-shadow:2px 2px 3px rgba(0,0,0,.2),-2px -2px 3px rgba(0,0,0,.1)}.content-top .content-top-info .top-info-content .info-content-btns[data-v-28219a7c]{margin-top:24px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.content-top .content-top-info .top-info-content .info-content-btns .van-button[data-v-28219a7c]{background-color:#c33;color:#fff;border-radius:4px;border:none;padding:0 20px;margin-left:6px;height:40px}.content-top .content-top-info .top-info-content .info-content-address[data-v-28219a7c]{margin-top:12px!important}.content-top .content-top-info .top-info-content .info-content-address[data-v-28219a7c],.content-top .content-top-info .top-info-content .info-content-mobile[data-v-28219a7c]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.content-top .content-top-info .top-info-content .info-content-address .info-content-icon[data-v-28219a7c],.content-top .content-top-info .top-info-content .info-content-mobile .info-content-icon[data-v-28219a7c]{margin-right:4px;width:18px;height:18px;padding:2px;background-color:#c33;border-radius:2px;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.content-top .content-top-info .top-info-content .info-content-address .info-content-icon img[data-v-28219a7c],.content-top .content-top-info .top-info-content .info-content-mobile .info-content-icon img[data-v-28219a7c]{width:100%;height:100%}.content-top .content-top-info .top-info-content .info-content-name[data-v-28219a7c]{font-size:22px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-top .content-top-info .top-info-content .info-content-detail[data-v-28219a7c]{font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-top .content-top-info .top-info-header[data-v-28219a7c]{position:absolute;top:144px;left:0;right:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-left:48px;padding-right:16px;z-index:2}.content-top .content-top-info .top-info-header .header-img[data-v-28219a7c]{width:72px;height:72px;border-radius:6px;box-shadow:2px 2px 3px rgba(0,0,0,.2),-2px -2px 3px rgba(0,0,0,.1)}.page[data-v-28219a7c]{width:100%;background-color:#f7ce45;min-height:100%}.page .empty-wrapper[data-v-28219a7c]{width:100%;height:0;padding:50% 0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.page .empty-wrapper img[data-v-28219a7c]{height:32px}.page .empty-wrapper span[data-v-28219a7c]{font-size:13px;color:#aeaeae;margin-top:6px}.header-card-style-1[data-v-28219a7c]{background-image:url(https://applet.yzbbm.com/jeecg-boot/picture/image/bg-style-1.png);color:#444;background-repeat:no-repeat;background-position:50%;background-size:cover}.header-card-style-2[data-v-28219a7c]{background-color:hsla(0,0%,100%,.7);color:#444}.header-card-style-3[data-v-28219a7c]{background-image:url(https://applet.yzbbm.com/jeecg-boot/picture/image/bg-style-2.png);color:#fff;background-repeat:no-repeat;background-position:50%;background-size:cover}.header-card-style-4[data-v-28219a7c]{background-color:rgba(0,0,0,.7);color:#fff}.content-bottom-wrapper[data-v-28219a7c]{background-color:#f2f2f2;position:relative;padding:16px}.func-list-wrapper[data-v-28219a7c]{background-color:#fff;padding:24px 16px;border-radius:8px;display:-webkit-box;display:-webkit-flex;display:flex;margin-top:-64px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;box-shadow:2px 2px 3px rgba(0,0,0,.2),-2px -2px 3px rgba(0,0,0,.1)}.func-list-wrapper .func-item-wrapper[data-v-28219a7c]{-webkit-box-flex:1;-webkit-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.func-list-wrapper .func-item-wrapper img[data-v-28219a7c]{height:28px;object-fit:contain}.func-list-wrapper .func-item-wrapper span[data-v-28219a7c]{margin-top:8px;font-size:14px}.statistic-wrapper[data-v-28219a7c]{background-color:#fff;border-radius:8px;margin-top:16px;padding:16px}.statistic-wrapper .statistic-title[data-v-28219a7c]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;font-size:15px;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.statistic-wrapper .statistic-title img[data-v-28219a7c]{height:24px;margin-right:6px;object-fit:contain}.statistic-wrapper .statistic-content[data-v-28219a7c]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;padding:24px;font-family:sycn}.statistic-wrapper .statistic-content .statistic-span[data-v-28219a7c]{-webkit-box-flex:1;-webkit-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.statistic-wrapper .statistic-content .statistic-span .statistic-num[data-v-28219a7c]{font-size:18px;font-weight:700}.statistic-wrapper .statistic-content .statistic-span .statistic-tip[data-v-28219a7c]{margin-top:4px;font-size:13px;color:#999}.statistic-echarts[data-v-28219a7c]{position:relative}.statistic-echarts .statistic-lines-wrapper[data-v-28219a7c]{position:absolute;top:0;bottom:0;left:0;right:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:13px}.statistic-echarts .statistic-lines-wrapper .statistic-line[data-v-28219a7c]{width:20px;border-radius:10px;height:calc(100% - 20px);background-color:#f6f6f6}.statistic-echarts-bottom[data-v-28219a7c]{margin-top:16px}.statistic-echarts-bottom .statistic-echarts-bottom-item[data-v-28219a7c],.statistic-echarts-bottom[data-v-28219a7c]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.statistic-echarts-bottom .statistic-echarts-bottom-item[data-v-28219a7c]{color:#999;font-size:13px;margin-right:8px}.statistic-echarts-bottom .statistic-echarts-bottom-item .statistic-echarts-bottom-item-circle[data-v-28219a7c]{width:12px;height:12px;border-radius:50%;margin-right:6px}.bg-80c972[data-v-28219a7c]{background-color:#80c972}.bg-bc403A[data-v-28219a7c]{background-color:#bc403a}.canvas-poster[data-v-28219a7c]{width:800px;height:1200px;background-color:#fff;padding:18px;box-sizing:border-box;position:absolute;top:-2000px}.canvas-poster .canvas-poster-bg[data-v-28219a7c]{width:100%;height:100%;object-fit:cover}.canvas-poster .canvas-poster-header[data-v-28219a7c]{top:0;width:190px;height:190px;object-fit:cover;left:305px}.canvas-poster .canvas-poster-title[data-v-28219a7c]{left:0;right:0;top:225px;font-size:40px;font-weight:700;text-align:center;color:#333}.canvas-poster .canvas-poster-title-pic[data-v-28219a7c]{top:300px;width:275px;height:72px;left:262.5px}.canvas-poster .canvas-poster-content-pic[data-v-28219a7c]{bottom:66px;left:67.5px}.canvas-poster .canvas-poster-content[data-v-28219a7c]{bottom:66px;right:0;width:462px;background-color:#efefef;height:544px;left:169px;border-top-left-radius:30px;border-top-right-radius:30px;overflow:hidden}.canvas-poster .canvas-bottom[data-v-28219a7c]{bottom:0;left:0;right:0;height:66px;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.canvas-poster .canvas-bottom img[data-v-28219a7c]{height:36px}.canvas-poster .canvas-ewm-wrapper[data-v-28219a7c]{width:182px;height:182px;background-color:#fff;border-radius:8px;top:430px;left:309px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.canvas-poster .canvas-ewm-wrapper div[data-v-28219a7c]{width:158px;height:158px;background-color:#8c8c8c}.canvas-absolute[data-v-28219a7c]{position:absolute}