.mm-timeline.mm-timeline--pending .mm-timeline-item:nth-last-child(2),.mm-timeline.mm-timeline--reverse .mm-timeline-item--pending{min-height:48px}.mm-timeline{font-family:"Monospaced Number","Chinese Quote",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;color:#5d5d5d;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mm-timeline-item--pending,.mm-timeline-item:nth-last-child(2) .mm-timeline-item-tail{display:none}.mm-timeline.mm-timeline--pending .mm-timeline-item--pending{display:block}.mm-timeline.mm-timeline--pending .mm-timeline-item:nth-last-child(2) .mm-timeline-item-tail{display:inline-block;border-left-style:dotted}.mm-timeline.mm-timeline--reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.mm-timeline.mm-timeline--reverse .mm-timeline-item:first-child .mm-timeline-item-tail{display:none}.mm-timeline.mm-timeline--reverse .mm-timeline-item:nth-last-child(2){min-height:auto}.mm-timeline.mm-timeline--reverse .mm-timeline-item:nth-last-child(2) .mm-timeline-item-tail{display:inline-block;border-left-style:solid}.mm-timeline.mm-timeline--reverse .mm-timeline-item-tail--pending{position:absolute;top:10px;left:6px;height:100%;border-left:2px dotted #e8e8e8}.mm-timeline-item-dot--pending{display:inline-block;border-radius:100%;border-top:1px solid #1890ff;width:10px;height:10px;background:#fff;-webkit-animation:mCircleLoading infinite 1s linear;animation:mCircleLoading infinite 1s linear}.mm-timeline-item{position:relative;padding-bottom:20px}.mm-timeline-item-tail{position:absolute;top:10px;left:6px;height:100%;border-left:2px solid #e8e8e8}.mm-timeline-item-dot-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;z-index:10;position:absolute;top:10px;left:7px;width:auto;height:auto;font-size:0;background:#fff;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.mm-timeline-item-dot{display:inline-block;border-radius:100%;border:2px solid transparent;width:6px;height:6px}.mm-timeline-item-content{position:relative;padding-left:25px}.mm-timeline-item-dot__blue{border-color:#1890ff;color:#1890ff}.mm-timeline-item-dot__red{border-color:#f5222d;color:#f5222d}.mm-timeline-item-dot__green{border-color:#52c41a;color:#52c41a}@-webkit-keyframes mCircleLoading{from{-webkit-transform:rotateZ(0);transform:rotateZ(0)}to{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes mCircleLoading{from{-webkit-transform:rotateZ(0);transform:rotateZ(0)}to{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}