.block[data-v-09b056da]{padding:3px;border-radius:3px}.orange[data-v-09b056da]{background-color:#ff5722;color:#fff}.white[data-v-09b056da]{background-color:#fff;color:#666}.yellow[data-v-09b056da]{background-color:rgb(255 184 0);color:#fff}.green[data-v-09b056da]{background-color:#009688;color:#fff}.blue[data-v-09b056da]{background-color:#1e9fff;color:#fff}.gray[data-v-09b056da]{background-color:#393d49;color:#fff}.isButton[data-v-09b056da]{cursor:pointer}.summaryContent{min-height:77vh;background-color:#e7eaef;padding:10px;display:grid;grid-template-columns:.6fr .5fr .5fr;grid-auto-rows:2fr 1.8fr 2fr;grid-template-areas:"a b c" "f f e" "f f e";gap:10px;--title-height:30px;--big-size:1.8em}@media (max-width:1500px){.summaryContent{grid-template-columns:.6fr .5fr;grid-template-areas:"a b" "c f" "e f "}}.summaryContent>div{background:#fff;border-radius:5px;padding:10px 20px;position:relative;min-width:0;transition:box-shadow .3s}.summaryContent>div:hover{box-shadow:0 0 15px rgba(0,0,0,.3)}.summaryContent>div:before{content:attr(data-title);display:block;font-weight:700;padding-left:25px;font-size:1.1em;width:100%;height:var(--title-height)}.summaryContent>div:after{content:"\e60e";font-family:iconfont;position:absolute;left:15px;top:12px;background-color:#deeffe;color:#50687e;padding:5px;line-height:100%;border-radius:3px}.flowerScoreUi{box-sizing:border-box;display:grid;height:calc(100% - var(--title-height));grid-template-columns:1fr 1.2fr;grid-template-areas:"a b1" "a b2" "a b3" "a b4" "a b5"}.flowerScoreUi>div{min-width:0;min-height:0;position:relative}.flowerScoreUi .mainNum{display:flex;align-items:center;justify-content:center;font-size:var(--big-size);flex-direction:column}.singleTotalPrice{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:5px}.singleTotalPrice:before{content:" ";width:10px;height:10px;border-radius:2px;background-color:var(--color,red)}.singleTotalPrice>div{flex:1;min-width:0}.singleTotalPrice>div:first-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.singleTotalPrice>div:last-child{text-align:right;font-weight:700;flex:2;display:flex;justify-content:flex-end}.singleTotalPrice>div:last-child>div{min-width:100px}.summarySale{width:100%;height:calc(100% - var(--title-height));display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-template-areas:"a a a" "b b1 b2";align-items:center}.summarySale>div{min-width:0}.order{width:100%;height:calc(100% - var(--title-height));display:grid;grid-template-columns:.8fr 1fr;grid-template-areas:"a a a" "b b b";align-items:center}.order>div{border:1px solid red}.buyer{width:100%;height:calc(100% - var(--title-height));display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.buyer>div{min-width:0}.buyer>div,.buyer>div.total{display:flex;align-items:center;justify-content:center}.buyer>div.total{flex-direction:column;grid-column-start:1;grid-column-end:4}.progress-text{font-size:14px;display:flex;flex-direction:column;gap:6px}.progress-text .value{font-size:var(--big-size);font-weight:700}#echarts{width:100%;height:calc(100% - var(--title-height))}.channelSelector{position:absolute;right:10px;top:calc(var(--title-height)/2);display:flex;justify-content:flex-end;width:20%;max-width:200px}#totalPriceCharts{width:100%;height:calc(100% - var(--title-height))}.reset{font-weight:400;font-size:medium}.add{color:red}.sub{color:green}.summaryIcon{font-size:1em;font-weight:400}.mainSummaryIcon .summaryIcon{font-size:.8em}