.filter-container {
  width: 1200px;
  padding: 14px 20px 0;
  margin: 0 auto 24px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 4px;
}
.filter-container .menu-filter:nth-last-child(1) .list {
  border: none;
}
.filter-container .menu-filter {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  margin-bottom: 18px;
  display: flex;
}
.filter-container .menu-filter:last-child {
  border-bottom: 0;
}
.filter-container .menu-filter .s-title {
  font-weight: bold;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-right: 30px;
  white-space: nowrap;
  min-width: 72px;
}
.filter-container .menu-filter .list {
  box-sizing: border-box;
  position: relative;
}
.filter-container .menu-filter .list.area {
  width: 100%;
}
.filter-container .menu-filter .list.on {
  height: 24px;
  overflow: hidden;
}
.filter-container .menu-filter .list li {
  font-size: 14px;
  color: #666666;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  float: left;
  padding: 0 13px;
  margin-right: 13px;
  margin-bottom: 18px;
}
.filter-container .menu-filter .list li.public_background_color {
  padding: 0 14px;
  color: #fff;
  border-radius: 15px;
}
.filter-container .menu-filter .more {
  width: 60px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #DFDFDF;
  font-size: 14px;
  color: #666;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  border-radius: 4px;
}
.filter-container .menu-filter .more .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  color: #666;
  margin-left: 4px;
}
.filter-container .menu-filter .more .iconfont.icon-shangla {
  display: none;
}
.filter-container .menu-filter .more.open .iconfont.icon-xiala {
  display: none;
}
.filter-container .menu-filter .more.open .iconfont.icon-shangla {
  display: inline-block;
}
/* 搜索框样式start */
.mooc-search {
  width: 1200px;
  margin: 10px auto 20px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
  padding: 5px 0 5px 20px;
  border-radius: 4px;
  position: relative;
}
.mooc-search.end {
  justify-content: end;
}
.mooc-search .sort {
  display: flex;
}
.mooc-search .sort li {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  margin-right: 60px;
  color: #666666;
  line-height: 44px;
}
.mooc-search .search-area {
  width: 257px;
  background: none;
  text-align: right;
  height: 100%;
  line-height: 42px;
  position: relative;
  overflow: hidden;
  padding: 0 11px;
  box-sizing: border-box;
  border: 1px solid #ECECEC;
  border-radius: 22px;
  background-color: #fff;
}
.mooc-search .search-area .search-btn {
  position: absolute;
  left: 0px;
  width: 36px;
  height: 100%;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.mooc-search .search-area .search-btn img {
  width: 18px;
  height: 18px;
  margin-top: 12px;
}
.mooc-search .search-area input {
  line-height: 40px;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  color: black;
  margin-left: 30px;
}
.mooc-search .search-area input:input-placeholder {
  color: black;
}
.searchBox {
  position: relative;
}
.searchBox .searchInput {
  position: absolute;
  left: 0px;
  top: 0;
  background: #fff;
  z-index: 99;
}
.searchBox .searchInput input {
  outline: none;
  width: 300px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding-left: 5px;
  box-sizing: border-box;
}
.searchBox .searchInput .searchHistoryBox {
  width: 300px;
}
.searchBox.list {
  overflow: initial;
}
.searchBox .history {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0 5px;
  border-top: none;
}
.searchBox .history .text {
  float: left;
}
.searchBox .history .delete {
  float: right;
  cursor: pointer;
}
.searchBox .historyCell {
  width: 300px;
  border: 1px solid #ccc;
  border-top: none;
  box-sizing: border-box;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 12px;
  cursor: pointer;
}
.searchBox .historyCell:hover {
  background: #f0f0f0;
}
.searchBoxCell {
  position: absolute;
  left: 300px;
  top: 0;
}
.searchBtn {
  position: absolute;
  left: 310px;
  top: 0;
  width: 87px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  color: #ffffff;
}
.searchBtn .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("https://szmassart.oss-cn-hangzhou.aliyuncs.com/hn/static/images/20195251426gXnJy6jO7To0u8QOTOpKgUDNAmjHnz.png") no-repeat center center;
}
.searchBtn .text {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-left: 5px;
}
