/* 主内容样式 */
.app-default-content {
  display: block;
  min-height: 100%;
}
.search-content {
  /* 面包屑导航 */
  /* 主容器 */
  /* 代理网格 */
  /* 无数据提示 */
  /* 代理卡片 */
  /* 分页 */
  /* IE8专用样式 - 多重保障机制 */
  /*[if IE 8]*/
  /*[endif]*/
  /* IE8专用样式 - 使用CSS hack作为备用方案 */
}
.search-content .app-breadcrumb {
  background-color: #fff;
  margin-bottom: 16px;
  height: 37px;
  line-height: 37px;
}
.search-content .app-breadcrumb .breadcrumb-detail {
  margin: 0 20px;
  font-size: 14px;
}
.search-content .app-breadcrumb .breadcrumb-detail .home-breadcrumb-item {
  color: #409eff;
  cursor: pointer;
  text-decoration: none;
}
.search-content .app-breadcrumb .breadcrumb-detail .breadcrumb-separator {
  margin: 0 8px;
  color: #606266;
}
.search-content .app-breadcrumb .breadcrumb-detail .source-breadcrumb-item {
  color: #606266;
}
.search-content .home-container {
  min-width: 1000px;
  margin: 0 20px;
  padding-right: 10px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.search-content .agent-grid {
  min-height: 210px;
  display: block;
  margin-bottom: 30px;
  *zoom: 1;
  /* IE7兼容性 */
}
.search-content .agent-grid:after {
  content: "";
  display: table;
  clear: both;
}
.search-content .no-data {
  display: block;
  text-align: center;
  background-color: #fff;
  height: 260px;
  color: #2E62B8;
  font-size: 28px;
  border-radius: 6px;
  padding-top: 80px;
}
.search-content .no-data img {
  margin-bottom: 20px;
}
.search-content .agent-card {
  height: 175px;
  width: 24%;
  padding: 8px 8px 6px 8px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ddd;
  overflow: hidden;
  float: left;
  margin-right: 1%;
  margin-bottom: 20px;
  *display: inline;
  /* IE7兼容性 */
  zoom: 1;
  /* IE7兼容性 */
}
.search-content .agent-card-item {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.search-content .agent-card:hover {
  position: relative;
  top: -5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.search-content .agent-header {
  padding-bottom: 0;
  position: relative;
  height: 64px;
  display: flex;
  *zoom: 1;
  /* IE7-8 hack */
  /* IE8兼容性处理 - 完全重写布局 */
  *display: block;
  *height: 64px;
  *overflow: hidden;
}
.search-content .agent-header:after {
  content: "";
  display: table;
  clear: both;
}
.search-content .agent-avatar {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  margin-right: 10px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  /* IE8兼容性处理 - 强制左浮动 */
  *float: left !important;
  *display: block !important;
  *margin-right: 10px !important;
  *vertical-align: top !important;
}
.search-content .agent-avatar span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.search-content .agent-info-content {
  flex: 1;
  min-width: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 80%;
  /* 兼容IE8 */
  /* IE8兼容性处理 - 强制左浮动并计算宽度 */
  *float: left !important;
  *display: block !important;
  *width: 65% !important;
  *margin-left: 0 !important;
  *padding-top: 4px !important;
  *line-height: 1.3 !important;
}
.search-content .agent-title {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  height: 20px;
  /* IE8兼容性处理 */
  *margin-bottom: 2px;
}
.search-content .agent-creator-wrap {
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  /* IE8兼容性处理 */
  *margin-bottom: 1px;
}
.search-content .agent-creator {
  color: #000;
}
.search-content .agent-creator.official {
  color: #999999;
}
.search-content .official-text {
  color: #007AFF;
}
.search-content .agent-hospital {
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* IE8兼容性处理 */
  *margin-top: 1px;
}
.search-content .agent-body {
  margin-top: 10px;
}
.search-content .agent-description {
  background-color: #f5f5f5;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  height: 60px;
  /* 固定高度：行高1.5 * 字体大小14px * 3行 = 63px */
  overflow: hidden;
  position: relative;
}
.search-content .agent-tags {
  display: none;
  margin-bottom: 10px;
  border-bottom: 1px dashed #eee;
  padding-bottom: 5px;
}
.search-content .tag {
  display: inline-block;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #f0f5ff;
  color: #1890ff;
  margin-right: 5px;
}
.search-content .subject-tag {
  background-color: #e6eeff;
  color: #65789b;
}
.search-content .tag.public {
  background-color: #d4f7e9;
  color: #13a675;
}
.search-content .tag.private {
  background-color: #fff2e8;
  color: #fa8c16;
}
.search-content .agent-meta {
  margin-top: 5px;
  font-size: 13px;
  color: #999;
  *zoom: 1;
  /* IE7兼容性 */
}
.search-content .agent-meta:after {
  content: "";
  display: table;
  clear: both;
}
.search-content .rating {
  float: left;
  width: 50%;
}
.search-content .stars {
  color: #ff9900;
}
.search-content .score {
  margin-left: 5px;
}
.search-content .comment-count,
.search-content .download-count {
  float: right;
  text-align: center;
  font-size: 12px;
}
.search-content .count-num {
  color: #000;
  font-weight: bold;
}
.search-content .app-content-pagination {
  display: block;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.search-content .pagination-container {
  display: inline-block;
  *display: inline;
  /* IE7兼容性 */
  zoom: 1;
  /* IE7兼容性 */
  margin-right: 20px;
}
.search-content .pagination-prev,
.search-content .pagination-next,
.search-content .pagination-pages a {
  display: inline-block;
  *display: inline;
  /* IE7兼容性 */
  zoom: 1;
  /* IE7兼容性 */
  padding: 5px 10px;
  margin: 0 3px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #606266;
  text-decoration: none;
  background-color: #fff;
}
.search-content .pagination-prev.disabled,
.search-content .pagination-next.disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}
.search-content .pagination-pages {
  display: inline-block;
  *display: inline;
  /* IE7兼容性 */
  zoom: 1;
  /* IE7兼容性 */
}
.search-content .pagination-pages a {
  margin: 0 3px;
}
.search-content .pagination-pages a.active {
  background-color: #409eff;
  color: #fff;
  border-color: #409eff;
}
.search-content .pagination-sizes {
  display: inline-block;
  *display: inline;
  /* IE7兼容性 */
  zoom: 1;
  /* IE7兼容性 */
}
.search-content #page-size-select {
  padding: 5px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.search-content .loading {
  height: 210px;
  line-height: 210px;
  text-align: center;
  font-size: 30px;
  color: #409eff;
}
.search-content .agent-header {
  display: block !important;
  height: 64px !important;
  overflow: hidden !important;
  zoom: 1 !important;
  position: relative !important;
}
.search-content .agent-avatar {
  float: left !important;
  display: block !important;
  width: 56px !important;
  height: 56px !important;
  margin-right: 10px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative !important;
  z-index: 1 !important;
}
.search-content .agent-info-content {
  float: left !important;
  display: block !important;
  width: 65% !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  padding-top: 4px !important;
  line-height: 1.3 !important;
  overflow: hidden !important;
  position: relative !important;
  z-index: 1 !important;
}
.search-content .ie8-fix .agent-header {
  display: block !important;
  height: 64px !important;
  overflow: hidden !important;
  zoom: 1;
}
.search-content .ie8-fix .agent-avatar {
  float: left !important;
  display: block !important;
  width: 56px !important;
  height: 56px !important;
  margin-right: 10px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.search-content .ie8-fix .agent-info-content {
  float: left !important;
  display: block !important;
  width: 65% !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  padding-top: 4px !important;
  line-height: 1.3 !important;
  overflow: hidden !important;
}
.header {
  width: 100%;
  height: 56px;
}
.footer {
  background-color: #99caff;
  color: #1c4d9c;
  text-align: center;
  height: 56px;
  line-height: 56px;
}
@media screen and (max-width: 768px) {
  .content .app-default-content .app-breadcrumb {
    margin: 0 !important;
  }
  .content .app-default-content .breadcrumb-detail a,
  .content .app-default-content .breadcrumb-detail .breadcrumb-separator {
    display: none !important;
  }
  .content .app-default-content .home-container {
    margin: 0 !important;
    padding: 0 !important;
    min-width: 100% !important;
    padding-top: 1rem !important;
    border-radius: 0 !important;
    height: 100% !important;
  }
  .content .app-default-content .home-container .agent-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
  }
  .content .app-default-content .home-container .agent-grid .agent-card {
    width: 95% !important;
  }
  .content .app-default-content .home-container .app-content-pagination {
    margin-top: 0 !important;
  }
}
