/*
 * jQuery.Running.js - jQuery plugin for Running
 * Copyright (c) 2007-2015 Qietu inc
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/mit-license.php
 * Project home:
 * http://www.qietu.com/p/jQuery.Running.js
 * Version:  1.0.0
 */
 /*pie*/
.pie{ position:relative; width: 120px; height: 120px; border-radius: 50%; background: #e95549; margin-top: 20px; }
.pieLeftInner,
.pieRightInner { position: absolute; width:120px; height:120px; background-color:#e5e5e5; border-radius:100px; }
.pieLeftInner { clip:rect(0px,120px,120px,60px); -o-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); }
.pieRightInner { clip:rect(0px,60px,120px,0px); -o-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); }
.pieLeft,
.pieRight { position:absolute; z-index:1; width:120px; height:120px; }
.pieLeft { clip:rect(0px,120px,120px,60px); }
.pieRight { clip:rect(0px,60px,120px,0px); }
.pieInner { position:absolute; z-index:1; width:80px; height:80px; margin: 20px 0 0 20px; background-color:#fff; border-radius:100px; text-align:center; line-height:80px; font-size:24px; font-weight:bold; color:#e25a4a; font-family:"微软雅黑", "黑体";}
/*prograss*/
.prograss{ position:relative; width:80%; height:15px; margin-top:10px; border-radius:2px; background:#eee; }
.prograss .bar{ width:10%; height:100%; border-radius:2px 0 0 2px; background:#e95549; }
.prograss_bar_yellow{background:#f8b757 !important; }