
.brushTopic[data-v-07118e23]{
position: relative;
min-height: 100%;
padding-bottom: 150px;
}
.footer[data-v-07118e23]{
width: 100%;
position: absolute;
bottom: 0;
}
#mobileBrushTopic[data-v-07118e23]{
  display: none;
}
.pcBrushTopic[data-v-07118e23]{
  display: block;
}
.header[data-v-07118e23]{
   min-height: 60px;
}
/* 标题开始 */
.titile[data-v-07118e23]{
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  display: inline-block;
  width: 90%;
  margin: 0 5%;
}
.titile .fa[data-v-07118e23]{
  margin-right: 10px;
}
.item[data-v-07118e23]{
  margin-top: 20px;
}
/* 标题结束*/
/* 列表开始 */
.courseList ul[data-v-07118e23]{
  display: inline-block;
  width: 90%;
  margin: 0 5%;
}
.courseList ul li[data-v-07118e23]{
  display: inline-block;
  width: 45%;
  margin-left: 43px;
  margin: 20px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 15px 10px;
  border: 1px solid #ffb657;
  cursor: pointer;
  border-radius: 5px;
}
.courseListR[data-v-07118e23]{
  float: left;
  width: 100%;
  height: 120px;
  position: relative;
}
.sellStatus[data-v-07118e23]{
  position: absolute;
  bottom: 0;
  color: #ffb657;
}
.sellStatus1[data-v-07118e23]{
  position: absolute;
  bottom: 0;
  color: #ccc;
}
.courseListR p[data-v-07118e23]{
  text-align: left !important;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  margin-left: 15px;
  overflow: hidden;
}
.courseListR .btns[data-v-07118e23]{
  position: absolute;
  bottom: 40px;;
  right:10px;
  width: 85px;
  height: 35px;
  line-height: 35px;
  border: none;
  outline: none;
  background: #ffb657;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}
.courseListR .btns[data-v-07118e23]:hover{
  background:#fbb677;
  color: #f2f2f2;
}
.baoMingNumber[data-v-07118e23]{
  position: absolute;
  top: 40%;
}
.moreBtns[data-v-07118e23]{
  text-align: center;
  margin-top: 20px;
}
.moreBtns span[data-v-07118e23]{
  display: inline-block;
  width: 130px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
  color:#ffb657;
  border: 1px solid #ffb657;
  border-radius: 10px;
}
/* 列表结束 */
@media only screen and (max-width:960px){
#mobileBrushTopic[data-v-07118e23]{
    display: block;
}
.pcBrushTopic[data-v-07118e23]{
    display: none;
}
}

