/*
* @Author: baocheng
* @Date:   2017-07-13 15:04:12
* @Last Modified by:   baocheng
* @Last Modified time: 2017-07-13 15:05:20
*/

.chapterTip{
  padding-top: 92px;
}

 .chapterTip p{
  width: 130px;
  height: 130px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}
 .chapterTip span{
  display: block;
   font-size: 16px;
  line-height: 16px;
  margin-top: 13px;
  color: #8c8c8c;
  text-align: center;
}
 .chapterTip .noPractice{
   background-image: url(../../images/tiku/noPractice_01.png);
}
 .chapterTip .noCollect{
   background-image: url(../../images/tiku/noCollect_01.png);
}
 .chapterTip .noError{
   background-image: url(../../images/tiku/noError_01.png);
}
 .chapterTip .noRecord{
   background-image: url(../../images/tiku/noRecord_01.png);
}