/* 筛选列表 */
.data-screen{
  margin: 0; padding: 20px 0; background: #f2f9fa;
}
.statistics-wrap ul{
  margin-left: 0; padding: 30px 0;
}
.statistics-wrap ul li{
  float: left; display: table; width: 192px; height: 192px; margin-left: 60px; text-align: center; border: 1px solid #f2f2f2; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -moz-border-radius: 50%;
}
.statistics-wrap ul li .item-st{
  display: table-cell; vertical-align: middle;
}
.statistics-wrap .item-st strong{
  position: relative; line-height: 39px; font-size: 22px; color: #6f6f6f;
}
.statistics-wrap .item-st strong .glyphicon{
  position: absolute; right: -15px; top: -8px; font-size: 14px;
}
.statistics-wrap .item-st span{
  display: block; line-height: 40px; font-size: 20px; font-weight: bold; color: #89b5be;
}
.tab-menu ul{
  margin: 0 30px; padding: 0; border: 1px solid #d7d8d8; border-bottom: none; border-left: none;
}
.tab-menu ul li{
  position: relative; display: table; height: 128px; border: 1px solid #d7d8d8; border-top: none; border-right: none; text-align: center;
}
.tab-menu ul li.on:before{
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; z-index: 10; height: 15px; background: #8ac6d4;
}
.tab-menu ul li .item-st{
  display: table-cell; line-height: 30px; vertical-align: middle;
}
.tab-menu ul li .item-st strong{
  font-size: 24px; color: #616161;
}
.tab-menu ul li .item-st span{
  display: block; line-height: 20px; font-size: 16px; color: #8ac6d4; font-weight: bold;
}
.data-list-wrapper{
  margin: 0 30px; border: 1px solid #eaeaea; border-top: none;
}
.data-list-wrapper thead tr th{
  height: 50px; line-height: 50px;
}
.data-wrap .data-list-wrapper{
  display: none;
}
