.fpm-progress {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  position: relative; }
  .fpm-progress .fpm-progress-wrapper {
    background: #e5e5e5;
    margin-right: 38px;
    height: 5px; }
  .fpm-progress .fpm-progress-inner {
    height: 5px;
    background: #33b0db; }
  .fpm-progress .fpm-progress-tip {
    position: absolute;
    right: 0;
    top: -3px; }
