.miniProgress{position:relative;width:100%;padding:5px 0}.miniProgress .progressWrap{position:relative;background-color:#f5f5f5}.miniProgress .progress{width:0;height:100%;background-color:#1da57a;border-radius:1px 0 0 1px;transition:all .4s cubic-bezier(.08,.82,.17,1) 0s}.miniProgress .target{position:absolute;top:0;bottom:0;z-index:9;width:20px}.miniProgress .target span{position:absolute;top:0;left:0;width:2px;height:4px;border-radius:100px}.miniProgress .target span:last-child{top:auto;bottom:0}