/* start 筛选 & 排序 */
/* 搜索框样式start */
.mooc-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mooc-search .sort {
  display: flex;
}
.mooc-search .sort li {
  font-size: 14px;
  font-weight: 500;
  margin-right: 40px;
  color: #333;
}
.mooc-search .search-area {
  width: 310px;
  background: none;
  text-align: right;
  height: 100%;
  line-height: 42px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ECECEC;
  border-radius: 22px;
}
.mooc-search .search-area .search-btn {
  position: absolute;
  left: 20px;
  cursor: pointer;
}
.mooc-search .search-area .search-btn img {
  display: block;
  margin-top: 14px;
}
.mooc-search .search-area input {
  line-height: 40px;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  color: #999;
  margin-left: 30px;
  font-size: 14px;
  padding: 0 20px;
  box-sizing: border-box;
}
.mooc-search .search-area input:input-placeholder {
  color: #999;
  font-size: 14px;
}
.mooc-list-container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.mooc-list-container li {
  width: 280px;
  height: 295px;
  margin-right: 24px;
  margin-bottom: 36px;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.mooc-list-container li:nth-child(4n) {
  margin-right: 0;
}
.mooc-list-container li:hover {
  transition: 0.2s;
  transform: scale(1.3);
  z-index: 20;
  height: auto;
}
.mooc-list-container li:hover .char .content-hover {
  display: block;
}
.mooc-list-container .mhActDivLink {
  display: block;
  background-color: #fff;
}
.mooc-list-container .mhActDivLink .pic {
  width: 100%;
  height: 158px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.mooc-list-container .mhActDivLink .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mooc-list-container .mhActDivLink .tags {
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-radius: 4px;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  overflow: hidden;
}
.mooc-list-container .char {
  padding: 12px 16px;
  overflow: hidden;
  position: relative;
  box-sizing: content-box;
}
.mooc-list-container .char .titEre {
  height: 48px;
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
  word-break: break-all;
}
.mooc-list-container .char .content-hover {
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 16px;
  margin-bottom: 12px;
  display: none;
  position: relative;
  z-index: 20;
}
.mooc-list-container .char .content-hover .titEr {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 13px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.mooc-list-container .char .content-hover .wenYi {
  font-size: 13px;
  color: #999;
  white-space: nowrap;
}
.mooc-list-container .char .content-hover .wenYi img {
  width: 12px;
  height: 12px;
}
.mooc-list-container .char .content-hover .address {
  font-size: 13px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.mooc-list-container .char .content-hover .address img {
  width: 12px;
  height: 14px;
  margin-top: 2px;
  margin-right: 4px;
}
.mooc-list-container .char .footer-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mooc-list-container .char .footer-options.end {
  justify-content: flex-end;
}
.mooc-list-container .char .footer-options .btn {
  width: 84px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 4px;
  font-size: 13px;
  font-family: AlibabaPuHuiTiM;
  color: #FFFFFF;
}
.mooc-list-container .char .footer-options .btn.reserve {
  background: #D60000;
}
.mooc-list-container .char .footer-options .btn.will {
  background: #40A8FF;
}
.mooc-list-container .char .footer-options .btn.end {
  background: #DEDEDE;
}
.mooc-list-container .char .age {
  font-size: 13px;
  color: #999;
  margin-top: 5px;
}
.mooc-list-container .char .price {
  font-size: 13px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.mooc-list-container .char .wenEr {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  height: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
.mooc-list-container .char .totalBtn {
  margin: 0 auto;
  width: 118px;
  line-height: 28px;
  height: 28px;
  font-size: 16px;
  margin-top: 12px;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.mooc-list-container .char .totalBtn.goto {
  background-color: transparent;
}
.mooc-list-container .char .totalBtn.cantOrder {
  border-color: #cccccc;
  background: #cccccc;
}
.mooc-list-container .char .totalBtn.done {
  background-color: transparent;
  color: #ccc;
  border-color: #ccc;
}
