.boss-info {
  display: none;
  position: relative;
  min-height: calc(100vh - 56px - 326px);
  background-color: #f8f8f8;
  padding-bottom: 32px;
}
.boss-info i {
  font-size: 14px;
}

.layui-laypage {
  margin: 0;
}
.lawfrim_header,
.jufa-Unified-header {
  box-shadow: none !important;
}

.text-danger {
  color: #ed3c3c !important;
}

.wid_1170 + .wid_1170 {
  margin-top: 16px;
}

/* .classify,
.result {
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 0px 32px 0px rgba(29, 89, 165, 0.08);
}
.classify + .result {
  margin-top: 16px;
}

.classify {
  padding: 24px 16px;
}

.classify .classify-col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 22px;
  font-size: 14px;
  height: 22px;
  overflow: hidden;
}
.classify .classify-col.more {
  height: auto;
  overflow: inherit;
}

.classify > :not([hidden]) ~ :not([hidden]) {
  margin-top: 32px;
}

.classify > [hidden] {
  display: none !important;
}

.classify .classify-col .lab {
  width: 80px;
  font-weight: 500;
  color: var(--theme-dark-text-color);
}
.classify .classify-col .more {
  display: flex;
  align-items: center;
  color: var(--theme-dark-text-color);
  width: 50px;
  cursor: pointer;
}

.classify .classify-col .more .m {
  display: block;
}
.classify .classify-col .more .s {
  display: none;
}

.classify .classify-col.more .more .m {
  display: none;
}
.classify .classify-col.more .more .s {
  display: block;
}

.classify .classify-col .more .iconfont {
  margin-left: 4px;
}

.classify .classify-col.more .more .iconfont {
  transform: rotate(180deg);
}

.classify .classify-col .con {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
  margin-left: -24px;
  margin-bottom: -24px;
}

.classify .classify-col .con span {
  color: var(--theme-medium-text-color);
  cursor: pointer;
  margin-left: 24px;
  margin-bottom: 16px;
}
.classify .classify-col .con span:hover {
  color: var(--theme-primary-color);
}

.classify .classify-selected {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.classify .classify-selected .lab {
  width: 80px;
  font-weight: 500;
  color: var(--theme-dark-text-color);
  line-height: 28px;
}

.classify .classify-selected .con .region,
.classify .classify-selected .con .industry {
  display: flex;
  align-items: center;
}
.classify .classify-selected .con {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 16px;
  overflow: auto;
}

.classify .classify-selected .con span {
  border: 1px solid var(--theme-primary-color);
  color: var(--theme-primary-color);
  border-radius: 4px;
  line-height: 22px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.classify .classify-selected .con .region:not([hidden]) + .industry:not([hidden]),
.classify .classify-selected .con span + span {
  margin-left: 12px;
}

.classify .classify-selected .con span .iconfont {
  cursor: pointer;
  margin-left: 4px;
}
.classify .classify-selected .rest {
  width: 50px;
  color: var(--theme-light-text-color);
  cursor: pointer;
  line-height: 28px;
} */

.result {
  padding: 0 16px;
  padding-bottom: 16px;
}

.result .result-head {
  height: 54px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  padding: 0;
}

.result .result-head .result-statistic {
  color: var(--theme-medium-text-color);
  height: 100%;
}

.result .result-head .result-statistic .total {
  margin: 0 4px;
}

.result-list {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.result-list .result-item {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 12px;
  min-height: 200px;
  cursor: pointer;
}

.result-list .result-item:hover {
  background-color: #fafafa;
}

.result-list .result-item:hover .result-item-header .con .name {
  color: var(--theme-primary-color);
}

.result-list .result-item .result-item-header {
  display: flex;
  align-items: center;
}

.result-list .result-item .result-item-header .avatar[data-type="1"] {
  background-color: #1ec2c7;
}
.result-list .result-item .result-item-header .avatar[data-type="2"] {
  background-color: #6595e2;
}
.result-list .result-item .result-item-header .avatar[data-type="3"] {
  background-color: #ea7362;
}
.result-list .result-item .result-item-header .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 6px;
  width: 48px;
  height: 48px;
  color: #fff;
}

.result-list .result-item .result-item-header .con {
  margin-left: 12px;
}

.result-list .result-item .result-item-header .con .name {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.result-list .result-item .result-item-header .con .desc {
  margin-top: 2px;
  color: var(--theme-medium-text-color);
  line-height: 22px;
  font-size: 14px;
}

.result-list .result-item .result-item-col {
  background-color: #fafafa;
  border-radius: 6px;
  padding: 12px 8px;
  margin-top: 12px;
}

.result-list .result-item .result-item-col .line {
  color: var(--theme-dark-text-color);
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.result-list .result-item .result-item-col .line + .line {
  margin-top: 12px;
}

.result-pagination {
  text-align: center;
  margin-top: 16px;
  display: none;
}
.result-pagination .layui-laypage .layui-laypage-spr,
.result-pagination .layui-laypage .layui-laypage-next,
.result-pagination .layui-laypage .layui-laypage-prev {
  border: none;
}
.result-pagination .layui-laypage .layui-laypage-curr,
.result-pagination .layui-laypage a {
  border-radius: 3px;
  margin-right: 8px;
  padding: 0 11px;
  font-size: 14px;
}
.result-pagination .layui-laypage .layui-laypage-spr {
  padding-left: 7px;
}
.result-pagination .layui-laypage .layui-laypage-curr:nth-last-child(2),
.result-pagination .layui-laypage .layui-laypage-prev,
.result-pagination .layui-laypage .layui-laypage-last {
  margin-right: 0;
}
.result-pagination .layui-laypage a:hover {
  color: var(--theme-primary-color);
}

.company_list-empty {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 452px;
}
.company_list-empty img {
  width: 200px;
  height: auto;
  display: block;
}

/* 勾选状态处理 */
.result.selecting .company-item .result_select-icon {
  display: block;
}
.result.selecting .result_select-all {
  display: flex;
}
.result.selecting .result-export-data {
  display: none;
}
.result.selecting .result-export-cancel,
.result.selecting .result-export-select {
  display: inline-block;
}
.result.selecting .company {
  width: calc(100% - 56px - 16px - 16px - 14px);
}
.company-item.active .result_select-icon i,
.result_select-all.active .result_select-icon i {
  display: block;
}
.company-item.active .result_select-icon,
.result_select-all.active .result_select-icon {
  background-color: #3874f6;
  border-color: #3874f6;
}
#searchTotal {
  display: none;
}
