/* 配置推荐智能体对话框样式 */
.config-recommend-dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, 0, endColorstr=#80000000, 0);
}
.config-recommend-dialog .config-recommend-content {
  position: fixed;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  *top: 50%;
  *left: 50%;
  *margin-left: -40%;
  *margin-top: -40%;
}
.config-recommend-dialog .dialog-header {
  background-color: #4A90E2;
  padding: 8px 12px;
  border-radius: 6px 6px 0 0;
  color: #fff;
  position: relative;
}
.config-recommend-dialog .dialog-header .dialog-title {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.config-recommend-dialog .dialog-header .dialog-close {
  position: absolute;
  right: 10px;
  top: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
}
.config-recommend-dialog .dialog-header .dialog-close:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* IE8支持 */
}
.config-recommend-dialog .config-recommend-container {
  background-color: #fff;
  width: 100%;
  position: relative;
  /* IE8 box-shadow 替代方案 */
  border: 1px solid #ccc;
  *border: 2px solid #ccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=4);
  overflow-y: scroll;
  padding: 10px;
}
.config-recommend-dialog .dialog-footer {
  padding: 9px 20px;
  text-align: right;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}
.config-recommend-dialog .dialog-footer button {
  margin-left: 10px;
  padding: 5px 15px;
  border-radius: 4px;
  cursor: pointer;
}
.config-recommend-dialog .dialog-footer .cancel-btn {
  background-color: #fff;
  border: 1px solid #dcdfe6;
}
.config-recommend-dialog .dialog-footer .cancel-btn:hover {
  color: #409eff;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}
.config-recommend-dialog .dialog-footer .confirm-btn {
  background-color: #409eff;
  border: 1px solid #409eff;
  color: #fff;
}
.config-recommend-dialog .dialog-footer .confirm-btn:hover {
  background-color: #66b1ff;
  border-color: #66b1ff;
}
/* 标签页样式 */
.config-tabs .tab-header {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
}
.config-tabs .tab-header .tab-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px 15px;
  cursor: pointer;
  color: #303133;
  font-size: 14px;
  line-height: 1;
  border-bottom: 2px solid transparent;
}
.config-tabs .tab-header .tab-item.active {
  color: #409eff;
  border-bottom: 2px solid #409eff;
}
.config-tabs .tab-header .tab-item:hover {
  color: #409eff;
}
.config-tabs .tab-content {
  position: relative;
}
.config-tabs .tab-pane {
  display: none;
}
.config-tabs .tab-pane.active {
  display: block;
}
/* 配置选项样式 */
.filter-section {
  display: block;
  margin-bottom: 12px;
}
.filter-section .filter-item {
  display: block;
  margin-bottom: 5px;
}
.filter-section .filter-item .filter-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-right: 10px;
  padding: 2px 0;
}
.filter-section .filter-item .filter-list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter-section .filter-item .filter-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 2px 6px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.filter-section .filter-item .filter-list li.active {
  background-color: #4A90E2;
  color: #fff;
  border: 0.8px solid #4A90E2;
}
.filter-section .filter-item .filter-list .filter-list-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 2px 6px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}
.filter-section .filter-item .filter-list .filter-list-item .arrow-down {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #666;
  margin-left: 3px;
  vertical-align: middle;
}
.filter-section .filter-item .filter-list .filter-list-item .more-box {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 5px 0;
  min-width: 100px;
  display: none;
}
.filter-section .filter-item .filter-list .filter-list-item .more-box .more-box-item-btn {
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  color: #606266;
  cursor: pointer;
}
.filter-section .filter-item .filter-list .filter-list-item .more-box .more-box-item-btn:hover {
  background-color: #f5f7fa;
  color: #4A90E2;
}
.filter-section .filter-item .filter-list .filter-list-item .more-box .more-box-item-btn.active {
  background-color: #4A90E2;
  color: #fff;
}
/* 搜索区域样式 */
.search-section {
  background-color: #F5F5F5;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 12px;
}
.search-section .search-input {
  width: 300px;
  padding: 7px 10px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 10px;
  vertical-align: middle;
}
.search-section button {
  padding: 7px 15px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 10px;
}
.search-section .search-btn {
  background-color: #409eff;
  border: 1px solid #409eff;
  color: #fff;
}
.search-section .search-btn:hover {
  background-color: #66b1ff;
  border-color: #66b1ff;
}
.search-section .batch-btn {
  background-color: #67c23a;
  border: 1px solid #67c23a;
  color: #fff;
}
.search-section .batch-btn:hover {
  background-color: #85ce61;
  border-color: #85ce61;
}
.search-section .batch-btn[disabled] {
  cursor: not-allowed;
  background-color: #a0cfae;
  border-color: #a0cfae;
  color: #FFF;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* IE8支持 */
}
/* 表格区域样式 */
.table-section {
  min-height: 200px;
  position: relative;
  /* 表格容器 */
}
.table-section .table-container {
  overflow-y: auto;
  border: 1px solid #EBEEF5;
}
.table-section .agent-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table-section .agent-table th {
  background-color: #EBF4FF;
  color: #2E62B8;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #EBEEF5;
}
.table-section .agent-table td {
  padding: 10px;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #EBEEF5;
}
.table-section .agent-table tr:hover td {
  background-color: #F5F7FA;
}
.table-section .agent-table .official-tag {
  color: #007AFF;
}
.table-section .agent-table .official-tag .bracket {
  color: #999;
}
.table-section .agent-table .operate-link {
  text-decoration: none;
  cursor: pointer;
  padding: 0 5px;
}
.table-section .agent-table .operate-link.primary {
  color: #4A90E2;
}
.table-section .agent-table .operate-link.primary:hover {
  color: #66A9F2;
}
.table-section .agent-table .operate-link.danger {
  color: #F56C6C;
}
.table-section .agent-table .operate-link.danger:hover {
  color: #F78989;
}
.table-section .pagination {
  text-align: center;
}
/* 兼容IE8的特定修复 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /* IE6-7 触发 hasLayout */
}
/* IE8 inline-block 修复 */
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* 排序标签页样式 */
.sort-tab-container {
  width: 100%;
  display: block;
  height: 100%;
}
.sort-tab-container .sort-header {
  display: block;
  *zoom: 1;
  margin-bottom: 12px;
}
.sort-tab-container .sort-header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sort-tab-container .sort-header button {
  float: left;
  *display: inline;
  margin-right: 10px;
  padding: 7px 15px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  vertical-align: middle;
}
.sort-tab-container .sort-header .primary-btn {
  background-color: #409eff;
  border: 1px solid #409eff;
  color: #fff;
}
.sort-tab-container .sort-header .primary-btn:hover {
  background-color: #66b1ff;
  border-color: #66b1ff;
}
.sort-tab-container .sort-header .primary-btn[disabled] {
  cursor: not-allowed;
  background-color: #a0cfff;
  border-color: #a0cfff;
  color: #FFF;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.sort-tab-container .sort-header .success-btn {
  background-color: #67c23a;
  border: 1px solid #67c23a;
  color: #fff;
}
.sort-tab-container .sort-header .success-btn:hover {
  background-color: #85ce61;
  border-color: #85ce61;
}
.sort-tab-container .sort-header .success-btn[disabled] {
  cursor: not-allowed;
  background-color: #a0cfae;
  border-color: #a0cfae;
  color: #FFF;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.sort-tab-container .sort-header .sort-tip {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 12px;
  color: #909399;
  font-size: 14px;
  line-height: 30px;
}
.sort-tab-container .sort-content {
  display: block;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #EBEEF5;
}
.agent-sort-item {
  display: block;
  *zoom: 1;
  padding: 12px 15px;
  border-bottom: 1px solid #EBEEF5;
  background: #fff;
  transition: background 0.3s;
  cursor: pointer;
  /* 拖拽过程中的样式 */
  /* 拖拽时的位置指示器样式 */
}
.agent-sort-item:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.agent-sort-item:hover {
  background: #F5F7FA;
}
.agent-sort-item.sortable-chosen {
  background: #EBF5FF;
  border: 1px dashed #409eff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.agent-sort-item.sortable-ghost {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE8支持 */
  background: #c8ebfb !important;
  border: 1px dashed #409eff;
}
.agent-sort-item .agent-checkbox {
  float: left;
  margin-right: 15px;
}
.agent-sort-item .item-index {
  float: left;
  width: 30px;
  font-weight: bold;
  margin-right: 10px;
  line-height: 22px;
}
.agent-sort-item .item-content {
  float: left;
  width: 60%;
  *width: 55%;
}
.agent-sort-item .item-content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.agent-sort-item .item-content .item-name {
  float: left;
  width: 40%;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.agent-sort-item .item-content .item-creator {
  float: left;
  width: 25%;
  padding: 0 10px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.agent-sort-item .item-content .item-creator .official-tag {
  color: #007AFF;
}
.agent-sort-item .item-content .item-creator .official-tag .bracket {
  color: #999;
}
.agent-sort-item .item-content .item-hospital {
  float: left;
  width: 30%;
  padding: 0 10px;
  color: #606266;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.agent-sort-item .item-actions {
  float: right;
  width: 120px;
  text-align: right;
}
.agent-sort-item .item-actions .operate-link {
  margin-right: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.agent-sort-item .item-actions .sort-icon {
  width: 18px;
  height: 18px;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.agent-sort-item .item-actions .sort-icon:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* 拖拽样式 */
.ghost-sort {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE8支持 */
  background: #c8ebfb !important;
  border: 1px dashed #409eff;
}
.category-tab-pane .category-header {
  height: 40px;
  margin-bottom: 12px;
}
.category-tab-pane .category-list .category-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.category-tab-pane .category-list .category-table th {
  background-color: #EBF4FF;
  color: #2E62B8;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
}
.category-tab-pane .category-list .category-table td {
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #EBEEF5;
  text-align: center;
  height: 51px;
  line-height: 51px;
}
.category-tab-pane .category-list .category-table td .class-name {
  width: 100%;
  height: 30px;
  border: none;
  border-bottom: 1px solid #EBEEF5;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  color: #000;
  text-align: center;
}
.category-tab-pane .category-list .category-table td .sort-img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#sortTabPane .config-header,
#configTabPane .config-header {
  height: 40px;
  line-height: 20px;
  margin-bottom: 12px;
  background: #F5F5F5;
  padding: 10px;
}
#sortTabPane .config-header .back-btn,
#configTabPane .config-header .back-btn {
  float: left;
  cursor: pointer;
}
#sortTabPane .config-header .back-line,
#configTabPane .config-header .back-line {
  line-height: 22px;
  float: left;
  margin: 0 10px;
}
#sortTabPane .config-header .config-title,
#configTabPane .config-header .config-title {
  float: left;
}
.home-content {
  /* 首页Banner区域样式 */
  /* 轮播控制按钮 */
  /* 轮播指示器 */
  /* IE8兼容处理 */
  /* 特性介绍区域样式 */
  /* 查看全部智能体按钮 */
  /* 合作医院区域样式 */
  /* 页脚版权信息 */
  /* 分页器样式 */
  /* 添加sk-pagination类样式 */
  /* 智能体卡片样式 */
  /* 兼容IE8的多行省略号效果 */
}
.home-content .app-default-content {
  *zoom: 1;
  /* IE7-8 hack */
}
.home-content .home-container {
  margin: 0 10px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  border-radius: 8px;
}
.home-content .home-banner-section {
  background-color: #fff;
  -ms-box-shadow: 0px 4px 24px 0px rgba(20, 62, 130, 0.25);
  box-shadow: 0px 4px 24px 0px rgba(20, 62, 130, 0.25);
  overflow: hidden;
  position: relative;
}
.home-content .banner-content {
  position: relative;
  height: 280px;
  background: url('/agentstore/assets/images/banner_image.png') no-repeat center center;
  background-size: cover;
  *zoom: 1;
  /* IE7-8 hack */
}
.home-content .banner-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -15px;
  z-index: 3;
  *zoom: 1;
  /* IE7-8 hack */
}
.home-content .banner-prev,
.home-content .banner-next {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D000000', endColorstr='#4D000000', GradientType=0);
  /* IE8 fallback */
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  z-index: 5;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.home-content .banner-prev {
  left: 10px;
}
.home-content .banner-next {
  right: 10px;
}
.home-content .banner-indicators {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  *zoom: 1;
  /* IE7-8 hack */
}
.home-content .banner-indicator {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80FFFFFF', endColorstr='#80FFFFFF', GradientType=0);
  /* IE8 fallback */
  cursor: pointer;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.home-content .banner-indicator.active {
  background-color: #fff;
}
.home-content .banner-overlay {
  position: absolute;
  z-index: 2;
  padding: 20px;
  width: 560px;
  height: 216px;
  top: 50%;
  left: 50px;
  margin-top: -108px;
  /* 高度的一半，实现垂直居中 */
  *zoom: 1;
  background: rgba(59, 168, 213, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#662E518B', endColorstr='#662E518B', GradientType=1);
  /* IE9 fallback */
  box-sizing: border-box;
  border-radius: 20px;
}
.home-content .banner-header {
  /* 去掉 flex 布局，使用纯 float 布局 */
  zoom: 1;
  height: 56px;
  margin-bottom: 20px;
  overflow: hidden;
}
.home-content .banner-header:after {
  content: "";
  display: table;
  clear: both;
}
.home-content .banner-icon {
  float: left;
  width: 56px;
  height: 56px;
  margin-right: 15px;
}
.home-content .banner-icon img {
  width: 56px;
  height: 56px;
  display: block;
  vertical-align: top;
}
.home-content .banner-title {
  float: left;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 56px;
  height: 56px;
  max-width: 440px;
  /* 限制宽度 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  *width: 440px;
  /* IE8兼容 */
}
.home-content .banner-desc {
  font-size: 14px;
  line-height: 1.5;
  height: 42px;
  /* 两行文字高度: 行高1.5 * 字体大小14px * 2行 = 42px */
  color: #fff;
  margin-bottom: 10px;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* IE兼容处理 */
  position: relative;
}
.home-content .banner-desc:after {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 20px;
  background: -webkit-linear-gradient(left, rgba(46, 81, 139, 0), rgba(46, 81, 139, 0.4) 50%);
  background: linear-gradient(to right, rgba(46, 81, 139, 0), rgba(46, 81, 139, 0.4) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002E518B', endColorstr='#662E518B', GradientType=1);
}
.home-content .banner-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 8px 16px;
  background-color: #a8e8ff;
  /* IE8 渐变滤镜 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ABDBFF', GradientType=0);
  border-radius: 6px;
  color: #187ca5;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.home-content .banner-btn img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 6px;
}
.home-content .features-section {
  display: block;
  *zoom: 1;
  /* IE7-8 hack */
  margin-bottom: 10px;
  background-color: #f5f5f5;
  padding: 12px 0;
  border-radius: 6px;
  font-size: 0;
  /* 解决inline-block元素间距问题 */
}
.home-content .feature-item {
  width: 33.33%;
  *width: 32%;
  padding: 8px 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.home-content .feature-item:after {
  content: "";
  display: table;
  clear: both;
}
.home-content .feature-icon {
  float: left;
  margin-right: 12px;
}
.home-content .feature-icon img {
  width: 80px;
  height: 80px;
}
.home-content .feature-content {
  overflow: hidden;
}
.home-content .feature-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
  color: #000;
}
.home-content .feature-desc {
  font-size: 12px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.home-content .view-all-agents-btn {
  text-align: center;
  margin: 20px 0;
  padding: 0 10px;
}
.home-content .all-agents-btn {
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 8px 24px;
  background-color: #F6FAFF;
  border: 1px solid #C2DEFF;
  border-radius: 6px;
  color: #007AFF;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  *position: relative;
  /* IE8 hack */
}
.home-content .all-agents-btn img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
  *display: inline;
  *zoom: 1;
  *vertical-align: middle;
  /* IE8 hack */
}
.home-content .all-agents-btn span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  *vertical-align: middle;
  /* IE8 hack */
}
.home-content .all-agents-btn:hover {
  background-color: #EBF4FF;
}
.home-content .partner-hospitals-section {
  background-color: #C0CFEB;
  padding: 40px 0;
  margin: 0 -20px;
  text-align: center;
  display: none;
}
.home-content .partner-title {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin: 0 0 32px;
}
.home-content .hospital-list {
  margin: 0 auto;
}
.home-content .hospital-row {
  *display: inline;
  *zoom: 1;
  /* IE7-8 hack */
  margin-bottom: 16px;
  text-align: center;
}
.home-content .hospital-row:after {
  content: "";
  display: table;
  clear: both;
}
.home-content .hospital-item {
  width: 246px;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  margin: 0 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-bottom: 20px;
}
.home-content .hospital-logo {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.home-content .hospital-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-content .hospital-name {
  float: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 64px;
  vertical-align: middle;
  font-size: 14px;
  color: #000;
  max-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
}
.home-content .home-footer {
  background-color: #2E62B8;
  color: #C2DEFF;
  text-align: center;
  padding: 30px 0;
  margin: 0 -20px;
  font-size: 14px;
}
.home-content .section-title {
  margin-top: 10px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 12px 10px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  zoom: 1;
  /* IE7-8 hack */
}
.home-content .section-title:after {
  content: "";
  display: table;
  clear: both;
}
.home-content .section-title .section-title-img {
  float: left;
}
.home-content .section-title .section-title-img img {
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.home-content .section-title .section-title-img div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.home-content .section-title .title-actions {
  float: right;
}
.home-content .section-title .title-actions .config-btn {
  font-size: 14px;
  color: #1890ff;
  font-weight: normal;
  cursor: pointer;
  margin-right: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}
.home-content .section-title .title-actions .config-btn img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
}
.home-content .section-title .title-actions .config-btn .divider {
  position: absolute;
  right: -8px;
  width: 1px;
  height: 14px;
  background-color: #1890ff;
}
.home-content .view-all {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  cursor: pointer;
}
.home-content .arrow-right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.home-content .arrow-down {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666;
  margin-left: 5px;
}
.home-content .footer-wrap {
  background-color: #99CAFF;
  color: #2E62B8;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}
.home-content .app-breadcrumb {
  height: 36px;
  line-height: 36px;
  background-color: #C2DEFF;
  border-bottom: 1px solid #eee;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  zoom: 1;
  /* IE7-8 hack */
}
.home-content .breadcrumb-detail {
  padding-left: 20px;
}
.home-content .home-breadcrumb-item {
  color: #666;
  font-size: 12px;
  text-decoration: none;
}
.home-content .home-breadcrumb-item:hover {
  color: #1890ff;
}
.home-content .separator {
  margin: 0 8px;
  color: #666;
}
.home-content .source-breadcrumb-item {
  color: #2E62B8;
  font-weight: bold;
}
.home-content .app-content-pagination {
  margin: 20px 0;
  text-align: center;
}
.home-content .sk-pagination {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  margin: 20px 0;
  *width: auto;
  /* IE7-8兼容 */
  vertical-align: middle;
}
.home-content .pagination-total {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  margin-top: 20px;
  margin-left: 10px;
  *width: auto;
  /* IE7-8兼容 */
  vertical-align: middle;
}
.home-content #pagination {
  text-align: center;
  clear: both;
  *zoom: 1;
  padding: 10px 0;
  *width: 100%;
  /* IE7-8兼容 */
  display: none;
}
.home-content .pagination-container {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.home-content .page-info {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 5px;
}
.home-content .page-size-select {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  height: 28px;
}
.home-content .page-btns {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-left: 15px;
}
.home-content .page-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 28px;
  *width: 28px;
  /* IE7-8兼容 */
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 5px;
  padding: 0 8px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  *white-space: nowrap;
  /* IE7-8兼容 */
  *overflow: visible;
  /* IE7-8兼容 */
}
.home-content .page-btn.active {
  background-color: #1890ff;
  color: #fff;
  border-color: #1890ff;
}
.home-content .page-btn.disabled {
  color: #d9d9d9;
  cursor: not-allowed;
}
.home-content .page-btn:hover:not(.disabled):not(.active) {
  color: #1890ff;
  border-color: #1890ff;
}
.home-content .page-ellipsis {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 28px;
  text-align: center;
}
.home-content .agent-grid {
  zoom: 1;
  /* IE7-8 hack */
}
.home-content .agent-grid .no-data {
  text-align: center;
  height: 230px;
  line-height: 230px;
  font-size: 20px;
  color: #999;
}
.home-content .agent-grid:after {
  content: "";
  display: table;
  clear: both;
}
.home-content .agent-card {
  height: 175px;
  float: left;
  width: 32%;
  margin-left: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  -ms-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  padding: 8px 8px 6px 8px;
  transition: all 0.3s;
  /* IE8兼容性处理 */
  *zoom: 1;
  *position: relative;
  *overflow: visible;
  /* IE8下避免内容被裁剪 */
}
.home-content .agent-info {
  display: flex;
  margin-bottom: 10px;
  position: relative;
  align-items: center;
  /* 垂直居中 */
  min-height: 46px;
  /* 确保有足够高度 */
  *zoom: 1;
  /* IE7-8 hack */
  /* IE8兼容性处理 - 完全重写布局 */
  *display: block !important;
  *height: 56px !important;
  *overflow: hidden !important;
}
.home-content .agent-info:after {
  content: "";
  display: table;
  clear: both;
}
.home-content .agent-avatar {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  margin-right: 10px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 29px;
  font-weight: bold;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  /* 垂直居中 */
  /* IE8兼容性处理 - 强制左浮动 */
  *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;
}
.home-content .agent-avatar span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.home-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;
  *margin-top: 0 !important;
  *padding-top: 4px !important;
  *line-height: 1.3 !important;
  *overflow: hidden !important;
  *position: relative !important;
}
.home-content .agent-card:hover {
  -ms-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
.home-content .agent-title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin: 0;
  padding-right: 5px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* IE8兼容性处理 */
  *margin-bottom: 2px;
}
.home-content .agent-official {
  /* color: #4A90E2; */
  font-size: 12px;
  line-height: 16px;
  /* IE8兼容性处理 */
  *margin-bottom: 1px;
}
.home-content .agent-official .official-text {
  color: #007aff;
}
.home-content .agent-publisher {
  color: #666;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* IE8兼容性处理 */
  *margin-top: 1px;
}
.home-content .agent-desc {
  background-color: #f5f5f5;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
  /* 增加顶部距离 */
  margin-bottom: 15px;
  height: 60px;
  /* 调整高度适应新布局 */
  overflow: hidden;
  position: relative;
}
.home-content .agent-desc {
  position: relative;
}
.home-content .agent-desc.overflow:after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 20px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #f5f5f5 50%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #f5f5f5 50%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #f5f5f5 50%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #f5f5f5 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f5f5 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f5f5f5', GradientType=1);
}
.home-content .agent-tags {
  display: none;
  margin-bottom: 10px;
  border-bottom: 1px dashed #eee;
  padding-bottom: 5px;
}
.home-content .agent-tag {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 2px;
  font-size: 12px;
  background-color: #f0f5ff;
  color: #1890ff;
  border-radius: 4px;
  margin-right: 4px;
}
.home-content .public {
  background-color: #d4f7e9;
  color: #13a675;
}
.home-content .private {
  background-color: #fff2e8;
  color: #fa8c16;
}
.home-content .subject-tag {
  background-color: #e6eeff;
  color: #65789b;
}
.home-content .agent-footer {
  display: block;
  position: relative;
  height: 24px;
}
.home-content .agent-rating {
  float: left;
  color: #999;
  font-size: 14px;
}
.home-content .agent-download {
  float: right;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.home-content .agent-download-count {
  color: #000;
  font-weight: bold;
  margin-left: 3px;
}
.home-content .red-color {
  color: #CF4438;
}
.home-content .green-color {
  color: #43A047;
}
.home-content .blue-color {
  color: #2E62B8;
}
.home-content .sk-logo-footer {
  color: #fff;
}
.home-content .agent-grid-all {
  padding: 20px 0;
}
.home-content .agent-grid-all .agent-card {
  margin-bottom: 10px;
}
/* IE8专用样式 - 多重保障机制 */
/*[if IE 8]*/
.agent-info {
  display: block !important;
  height: 56px !important;
  overflow: hidden !important;
  zoom: 1 !important;
  position: relative !important;
}
.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;
}
.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;
}
.agent-header {
  display: block !important;
  height: 64px !important;
  overflow: hidden !important;
  zoom: 1 !important;
  position: relative !important;
}
/*[endif]*/
/* IE8专用样式 - 使用CSS hack作为备用方案 */
.ie8-fix .agent-info {
  display: block !important;
  height: 56px !important;
  overflow: hidden !important;
  zoom: 1;
}
.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;
}
.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;
}
.ie8-fix .agent-header {
  display: block !important;
  height: 64px !important;
  overflow: hidden !important;
  zoom: 1;
}
.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 {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
  }
  .content .home-container {
    margin: 0 !important;
  }
  .content .banner-content {
    height: 20rem !important;
    position: static !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .content .banner-content .banner-overlay {
    position: static !important;
    width: 90% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto 0 !important;
    padding: 1rem !important;
  }
  .content .banner-content .banner-overlay .banner-header {
    width: 100% !important;
    display: flex;
    height: auto !important;
  }
  .content .features-section {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .content .features-section .feature-item {
    width: 100% !important;
  }
  .content #home_list .agent-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .content #home_list .agent-grid .agent-card {
    width: 98% !important;
    margin: 0 auto !important;
    margin-bottom: 1rem !important;
  }
  .content .partner-hospitals-section {
    padding: 0 !important;
    padding-top: 2rem !important;
  }
  .content .partner-hospitals-section .partner-title {
    margin-bottom: 2rem !important;
  }
  .content .partner-hospitals-section .hospital-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
  }
  .content .partner-hospitals-section .hospital-row .hospital-item {
    width: 80% !important;
  }
  .content .partner-hospitals-section .hospital-row .hospital-item .hospital-name {
    max-width: 100% !important;
  }
  .content .home-footer {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 1rem 0;
    align-items: center;
  }
  .content .home-footer #footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 80%;
    word-wrap: break-word;
    white-space: normal;
    overflow-wrap: break-word;
  }
  .content .app-breadcrumb {
    display: none !important;
  }
  .content .agent-grid-all {
    padding: 1rem 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .content .agent-grid-all .agent-card {
    width: 98% !important;
    margin: 0 auto !important;
    margin-bottom: 1rem !important;
  }
}
