/*
 * @Author: 天吾
 * @Date: 2019-01-23 16:29:55
 * @Last Modified by: 天吾
 * @Last Modified time: 2019-04-27 19:55:52
 */
/*
    size 统一用  sm base lg  表示,  对于不能满足的情况, 仿照衣服尺寸加上 x(EXTRA) 比如  font-size-xlg 表示特大
*/
.gd-progress {
  position: relative;
}
.gd-progress__bar {
  background: #dce4ff;
  border-radius: 4px;
  height: 4px;
  width: 100%;
  position: relative;
}
.gd-progress__bar-flag {
  background-color: #005cf9;
  border-radius: 4px;
  height: 100%;
  width: 1%;
  position: absolute;
  left: 0;
  top: 0;
  transition: width ease 0.2s;
}
.gd-progress__info {
  display: none;
}
