.my-course .course-list {
  padding: 0 0.26rem;
  padding-bottom: 0.26rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.26rem;
  margin-top: 0.13rem;
  overflow: scroll;
  background: #fff;
  padding-top: 0.13rem;
}

.my-course .course-list .item-course {
  height: 100%;
  background-color: #F7F6F5;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 0.16rem 0.16rem;
}

.my-course .course-list .item-course .item-cover {
  font-size: initial;
  height: 2.8rem;
}

.my-course .course-list .item-course .item-cover img {
  width: 100%;
  height: 100%;
  border-radius: 0.16rem 0.16rem 0 0;
  vertical-align: bottom;
}

.my-course .course-list .item-course .item-info {
  padding: 0.24rem 0.26rem;
  border-radius: 0 0 0.16rem 0.16rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.my-course .course-list .item-course .item-info .title {
  font-size: 0.4rem;
  color: #363331;
}

.my-course .course-list .item-course .item-info .name {
  font-size: 0.34rem;
  color: #787573;
  margin-top: 0.13rem;
}

.my-course .course-list .item-course .item-info .name img {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin-right: 0.05rem;
}

.my-course .course-list .item-course .item-info .count {
  justify-content: flex-end;
  margin-top: 0.26rem;
}

.my-course .course-list .item-course .item-info .count button {
  background: #F08519;
  color: #fff;
  padding: 0.08rem 0.16rem;
  border-radius: 0.1rem;
}
