.bokeCCLivePlayBackTitle {
  position: relative;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #E0EBF5;
}
.bokeCCLivePlayBackContent {
  overflow: hidden;
  padding-top: 8px;
  box-sizing: border-box;
}
.bokeCCLivePlayBackContent .list {
  float: left;
  margin: 8px 16px;
  padding: 0 16px;
  width: 240px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  border: 1px solid #E0EBF5;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}
.bokeCCLivePlayBackContent .list.fr {
  float: right;
}
.bokeCCLivePlayBackContent .list:hover {
  background-color: #F8FCFE;
}
.bokeCCLivePlayBackContent .list .info {
  color: #222;
}
.bokeCCLivePlayBackContent .list .text {
  color: #0C5AE2;
  font-weight: 500;
  text-decoration: underline;
}
.bokeCCLivePlayBackEmpty {
  position: relative;
  margin-top: 40px;
  padding-top: 80px;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.bokeCCLivePlayBackEmpty::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: url(../../res/images/noDate.svg) no-repeat;
}
