@charset "utf-8";
/* MacCMS 筛选区兼容 ewave 样式 */
.contpost .myui-panel,
.contpost .myui-panel-box { background: transparent; border: 0; box-shadow: none; margin: 0; padding: 0; }
.contpost .myui-screen__list { list-style: none; margin: 0 0 10px; padding: 0; display: flex; flex-wrap: wrap; align-items: center; }
.contpost .myui-screen__list li { margin: 0 8px 8px 0; }
.contpost .myui-screen__list .btn { display: inline-block; padding: 4px 12px; border-radius: 3px; font-size: 13px; background: #f5f5f5; color: #666; }
.contpost .myui-screen__list .btn-warm { background: var(--theme-color, #ff6b00); color: #fff; }
.contpost .myui-page { list-style: none; padding: 15px 0; text-align: center; }
.contpost .myui-page li { display: inline-block; margin: 2px; }
.contpost .myui-page .btn { padding: 6px 14px; border-radius: 3px; }

/* 筛选区标题栏（vshaixuan） */
.contpost .myui-panel_hd { margin-bottom: 10px; }
.contpost .myui-panel__head {
	position: relative;
	min-height: 34px;
	padding-bottom: 10px;
	margin-bottom: 8px;
}
.contpost .myui-panel__head.bottom-line:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.contpost .myui-panel__head .title {
	float: left;
	margin: 0;
	padding-right: 10px;
	font-size: 18px;
	line-height: 34px;
	font-weight: normal;
	color: var(--color-primary);
}
.contpost .myui-panel__head .more {
	line-height: 34px;
	color: var(--color-secondary);
}
.contpost .myui-panel__head .slideDown-btn {
	margin-left: 10px;
	cursor: pointer;
}
@media (max-width: 767px) {
	.contpost .slideDown-box { display: none; }
	.contpost .myui-panel__head .title { font-size: 16px; }
}

/* 顶部搜索框布局（无分类下拉时与 demo 对齐） */
.search-warp form {
  position: relative;
  height: 36px;
}
.search-warp .search-area input.search-input {
  width: 100%;
  float: none;
  box-sizing: border-box;
  padding-right: 48px;
  border-radius: 8px 0 0 8px;
}
.search-warp .search-area .top_so {
  width: 100%;
  left: 0;
}
.search-warp .showhide-search {
  border-radius: 0 8px 8px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .search-warp {
    width: 360px;
  }
}
