@charset "UTF-8";
/* 固定部分设置 */
.mui-bar {
  height: 100px;
  padding: 0;
  background: #f5f5f5;
}

.mui-bar-nav ~ .mui-content {
  padding-top: 100px;
  padding-bottom: 10px;
}

/* 头部 */
.index-header {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
.index-header .left {
  line-height: 0;
}
.index-header .left .logo {
  height: 28px;
}
.index-header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-header .right a {
  display: block;
  float: left;
  color: #333333;
  font-size: 15px;
}
.index-header .right a.borr {
  border-right: 1px solid #333333;
}
.index-header .right.mine img {
  width: 20px;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -3px;
}

/* 课程部分 */
.main {
  padding: 0 12px;
}

.course-card {
  position: relative;
  display: block;
  width: 100;
  min-height: 180px;
  margin: 15px auto;
  background: #FFFFFF;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(204, 204, 204, 0.3);
          box-shadow: 0 2px 5px 0 rgba(204, 204, 204, 0.3);
}

.course-desc {
  width: 100%;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 20px 0;
}
.course-desc .details p {
  margin-bottom: 11px;
}
.course-desc .details .title {
  font-weight: 700;
  color: #555555;
  font-size: 16px;
  line-height: 1.5;
}
.course-desc .details .time {
  color: #333333;
  font-size: 12px;
  line-height: 1.41;
  margin-top: -5px;
}
.course-desc .details .time span {
  color: #008e17;
  margin: 0 3px 0 12px;
}
.course-desc .details .time .audition {
  font-size: 12px;
  margin-left: 12px;
  background: rgba(255, 130, 0, 0.1);
  color: #65AEFF;
  padding: 3px 5px;
}
.course-desc .details .time .audition .icon-yinliang {
  font-size: 12px;
  margin-left: 3px;
  color: #65AEFF;
}
.course-desc .details .teacher {
  margin-top: 30px;
  line-height: 1;
}
.course-desc .details .teacher span {
  margin-right: 15px;
  display: inline-block;
  max-width: 60px;
  padding: 0;
  text-align: center;
  font-size: 12px;
  vertical-align: top;
}
.course-desc .details .teacher span img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.course-desc .circle {
  position: absolute;
  right: 20px;
  bottom: 60px;
  width: 74px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#54A5FF), to(#5CCBFF));
  background: linear-gradient(90deg, #54A5FF 0%, #5CCBFF 100%);
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
}

.course-buy {
  padding: 0 20px;
  font-size: 15px;
  line-height: 38px;
  overflow: hidden;
  border-top: 2px solid #f2f2f2;
}
.course-buy .right {
  color: #FF0100;
}
.course-buy small {
  margin-left: 3px;
  text-decoration: line-through;
}

.card-sign {
  margin-right: 6px;
  font-size: 12px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#B9805E), to(#CF9674));
  background: linear-gradient(to right, #B9805E, #CF9674);
  padding: 3px 6px;
  font-weight: normal;
  border-radius: 3px;
}

/* 筛选 */
.filter {
  width: 100%;
  overflow: hidden;
  padding: 12px 10px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter span {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding: 5px 8px;
  margin: 3px;
}
.filter span i {
  font-style: normal;
  font-size: 14px;
  color: #333333;
}