.cell-box[data-v-b966396e] {
  width: 100%;
  height: 100vh;
  padding: 1.17rem 1rem 0 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  background: #f1f2f2;
}
.cell-box .item[data-v-b966396e] {
  width: 100%;
  background-color: #fff;
  border-radius: 0.96rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  padding: 1.17rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cell-box .item .img[data-v-b966396e] {
  width: 6.08rem;
  height: 6.12rem;
  border-radius: 10%;
}
.cell-box .item .right[data-v-b966396e] {
  margin-left: 1rem;
  flex: 1;
  width: 14rem;
}
.cell-box .item .right .videoname[data-v-b966396e] {
  font-weight: 500;
  font-size: 1.25rem;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cell-box .item .right .instro[data-v-b966396e] {
  margin-top: 0.17rem;
  font-weight: 400;
  font-size: 1rem;
  color: #555555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cell-box .item .right .control[data-v-b966396e] {
  margin-top: 0.58rem;
  display: flex;
  align-items: center;
}
.cell-box .item .right .control > span[data-v-b966396e] {
  width: 5rem;
  height: 2rem;
  background: #fabc22;
  border-radius: 8.33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.83rem;
}
.cell-box .item .right .control .success[data-v-b966396e] {
  background: #49b9ad;
}
.cell-box .item .right .control .click-num[data-v-b966396e] {
  font-weight: 400;
  font-size: 1rem;
  color: #bbbbbb;
  margin-left: 0.83rem;
}
