
* { margin: 0; padding: 0; }

.chart {
  position: relative;
  width: 90px;
  height: 90px;
  //top: 40%;
  left: 0%;
	margin-right:0px;
	margin-left:15px;

}
.doughnutTip {
  position: absolute;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 1px;
  background: rgba(0,0,0,.8);
  color: #ddd;
  font-size: 17px;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  pointer-events: none;
}
.doughnutTip:after {
      position: absolute;
      left: 50%;
      bottom: -6px;
      content: "";
      height: 0;
      margin: 0 0 0 -6px;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-top: 6px solid rgba(0,0,0,.7);
      line-height: 0;
}
.doughnutSummary {
  vertical-align:middle;
  top: 40%;
  color: #d5d5d5;
  text-align: center;
  text-shadow: 0 0 0 #d5d5d5;
  cursor: default;
 horizontal-align:middle;
}

.doughnutSummaryNumber {
  position: absolute;
  top: 30px;
  horizontal-align:middle;
  width: 100%;
  left:0px;
  font-size: 20px;
}
/* .chart path:hover { opacity: .65; } */

.record-block{
	border-left:2px solid #e3e3e3;
	border-right:2px solid #e3e3e3;
	border-bottom:2px solid #e3e3e3;
	width:380px;
	height:215px;
	margin-right:20px;
	display:inline-block;*display:inline;*zoom:1;
}

.record-block-one{
	border-top: 10px solid #85d4df;
	float:left;
}

.record-block-two{
	border-top: 10px solid #9dded2;
}
.record-block-three{
	border-top: 10px solid #eee66b;
}
.record-block-four{
	border-top: 10px solid #86d5e1;
}
.min-title{
	margin:15px 30px;
	font-size:18px;
}

.exercise-no-count{
	margin:50px auto;
	text-align:center;
}

.exercise-time{
	margin: 15px 30px;
	/* color:#8f8f8f; */
	color:#4c4c4c;
}
/*垃圾桶*/
.trash{
    font-size: 16px;
    color: #81b9ff;
    margin-left: 30px;
}

.tip-info-login{color: #8f8f8f;margin: 15px 30px;font-size: 16px;}