@charset "utf-8";
/* CSS Document */
.elps{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
/*margin*/
.m-t-10{margin-top:10px;}
/*text-align*/
.t-l{text-align:left;}
.t-r{text-align:right;}
.t-c{text-align:center;}
/*color*/
.fc-FFF{color:#FFF}
/*bg*/
.bg_none{background:none;}

.progress-box{width:60%;margin:0px auto;}
.progress-text{height:30px;line-height:30px;}
.progress-mx{width:100%;height:10px;background:#1a1a1a;overflow:hidden;border-radius: 4px;-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);}
.progress-bar-mx{float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #c3a46b;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-1{background:#917541}
.progress-bar-1{background-color: #ffffff;}

/*follow */
.chart-box{ border:#e4e7ec 1px solid;}



  
