.order-progress{width:100%;height:100%}.order-progress .link{color:#01337a;text-decoration:underline;cursor:pointer}.order-progress .todo{display:inline-block;min-width:10px;text-align:center;padding:0 6px;background-color:red;border-radius:50%;color:#fff;font-weight:400;font-size:10px;cursor:pointer}.order-progress-title{width:100%;font-weight:700;font-size:18px;color:rgba(0,0,0,.88);margin-bottom:20px}.order-progress .stat-section.stat-section-deactive{padding-top:10px;padding-left:0!important;padding-right:0!important;padding-bottom:0!important}.order-progress .stat-section{position:relative;cursor:pointer;transition:border-color .3s;height:123px;background:#e9fcfa;border-radius:7px 7px 7px 7px;margin-bottom:20px}.order-progress .stat-section:last-child{margin-right:0}.order-progress .stat-section:first-child{margin-left:0}.order-progress .stat-section-content{height:100%;display:flex;flex-direction:column;padding:15px 16px;box-sizing:border-box}.order-progress .stat-section-content .stat-value{font-weight:700;font-size:32px;color:#3b3b3d;margin-right:8px}.order-progress .stat-section-content .itemSo-info{display:flex;align-items:center;justify-content:center}.order-progress .stat-section-content .itemSo-info .left{display:flex;flex-direction:column;align-items:flex-start;min-width:40px}.order-progress .stat-section-content .itemSo-info .left .value{display:flex;align-items:end}.order-progress .stat-section-content .itemSo-info .left .valueText{font-weight:700;font-size:32px;color:#1677ff;margin-right:4px}.order-progress .stat-section-content .stat-change{font-weight:400;font-size:18px}.order-progress .stat-section-content .stat-title{font-weight:400;font-size:14px;color:#999;margin-bottom:14px;display:flex;justify-content:space-between}.order-progress .stat-section-content .stat-title .title{font-weight:700}.order-progress .stat-section-content .number{display:flex}.order-progress .stat-section-content .sales{width:100%;display:flex;justify-content:space-between}.order-progress .stat-section-content .sales .firstSO{width:25%;position:relative;text-align:center}.order-progress .stat-section-content .sales .firstSO:after{content:"";display:block;width:1px;height:70%;background-color:#999;position:absolute;right:0;top:0}.order-progress .stat-section-content .sales .firstSO:last-child:after{display:none}.order-progress .stat-section-content .sales .firstSO .stat-value{font-weight:700;font-size:32px;color:#1677ff}.order-progress .stat-section-content .sales .firstSO .itemSo-type{font-weight:400;font-size:10px;color:#999;line-height:17px}.order-progress .stat-section.active:after{content:"";position:absolute;bottom:-14px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:14px solid transparent;border-right:14px solid transparent;border-top:14px solid currentColor}.order-progress .stat-section.active{color:var(--active-border-color);padding:10px 2px 2px;border-width:2px;border-style:solid;border-color:var(--active-border-color)}.order-progress .stat-title{font-weight:700}.order-progress .stat-value{font-size:20px}.order-progress .stat-change{color:#999}.order-progress .red{color:red}.order-progress .green{color:green}.order-progress .black{color:#000}.order-progress .dynamic-table{width:100%;border-radius:10px 10px 0 0!important}