.business-info {
  display: none;
  position: relative;
  min-height: calc(100vh - 56px - 326px);
  background-color: #f8f8f8;
  padding-bottom: 16px;
}
.business-info i {
  font-size: 14px;
}
.lawfrim_header,
.jufa-Unified-header {
  box-shadow: none !important;
}

/* 顶部 */
.head {
  padding: 34px 0 32px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  line-height: 46px;
  font-size: 0;
  background-image: url("/static/Public/images/businessInfo/01.png?t=1");
  background-repeat: no-repeat;
  background-position: center -60px;
  background-size: 100% auto;
  margin-bottom: 16px;
}
.search {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.search > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.search > .action-tabs {
  margin-bottom: 16px;
  display: flex;
  font-size: 16px;
  width: 100%;
}

.action-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.action-tabs a {
  line-height: 24px;
  color: var(--theme-medium-text-color);
  padding: 2px 12px;
  position: relative;
  font-weight: 500;
  text-decoration: none;
}
.action-tabs a + a {
  margin-left: 16px;
}

.action-tabs a.active {
  color: var(--theme-primary-color);
}

.action-tabs a.active::after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 2px;
  content: "";
  background-color: var(--theme-primary-color);
  border-radius: 2px;
}

.search .keywords {
  height: 46px;
  /* border: 1px solid #1451D4; */
  border-radius: 8px 0 0 8px;
  background-color: #fff;
  border-right: none;
  padding: 0 12px;
  width: 631px;
  border: none;
  font-size: 14px;
  color: #333;
}

.search-dropdown {
  background: #fff;
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.1), 0px 8px 10px 1px rgba(0, 0, 0, 0.06),
    0px 3px 14px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 4px 4px;
  padding: 6px;
  width: 100%;
  font-size: 14px;
  text-align: left;
}

.search-recommend .title {
  line-height: 32px;
  padding: 0 8px;
  color: var(--theme-light-text-color);
}

.search-recommend > ul > li {
  margin-top: 2px;
  padding: 0 8px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 4px;
}

.search-recommend > ul > li:hover {
  background-color: #ecf2fe;
  color: var(--theme-primary-color);
}

.search-recommend > ul > li .item-name {
  flex: 1;
  display: flex;
  align-items: center;
}

.search-recommend > ul > li .item-name .common-logo {
  margin-right: -4px;
}

.search-recommend > ul > li .item-name .name {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 0;
}

.search-recommend > ul > li .item-name .tag {
  margin-left: 8px;
}

.search-recommend > ul > li .tags {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-recommend > ul > li .tags .tag {
  margin-left: 8px;
}

.search-history .keyword {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 8px;
}

.search-history .keyword .list {
  flex: 1;
  margin-bottom: -8px;
  max-height: 60px;
  overflow: hidden;
  white-space: wrap;
}

.search-history .keyword .list > .tag {
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}

.search-history .keyword .list > .tag:hover {
  background-color: #ecf2fe !important;
  color: var(--theme-primary-color) !important;
}

.search-history .keyword .delete {
  flex-shrink: 0;
  margin-left: 12px;
  height: 24px;
  line-height: 24px;
  color: var(--theme-light-text-color);
  cursor: pointer;
}

.search-history .keyword .delete:hover {
  color: var(--theme-primary-color);
}

.search-history .record .list > div {
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 4px;
  justify-content: space-between;
  padding: 0 8px;
  cursor: pointer;
}

.search-history .record .list > div:hover {
  background-color: #ecf2fe;
  color: var(--theme-primary-color);
}
.search-history .record .list > div > p {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-history .record .list > div > p > .iconfont {
  font-size: 16px;
  margin-right: 8px;
}

.search-history .record .list > div > .tag {
  margin-left: 12px;
  flex-shrink: 0;
}

.search-history .record .delete {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 8px;
}

.search-history .record .delete > div {
  display: flex;
  align-items: center;
  color: var(--theme-light-text-color);
  cursor: pointer;
}

.search-history .record .delete > div:hover {
  color: var(--theme-primary-color);
}

.search-history .record .delete .iconfont {
  margin-right: 8px;
}

.submit-button {
  /* background-color: #3874F6; */
  padding: 0 12px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 0 8px 8px 0;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  background: var(--theme-primary-color);
}
/* .advanced-search {
  background-color: #1c82ff;
  padding: 0 12px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 8px;
  margin-left: 16px;
  vertical-align: middle;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
} */

/* 列表 */
.result {
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 32px 0px rgba(29, 89, 165, 0.08);
}
.result_select-all {
  margin-right: 16px;
  cursor: pointer;
  display: none;
}
.result_select-icon {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  float: left;
  margin-top: 20px;
}
.result_select-all .result_select-icon {
  margin-top: 0;
}
.result_select-icon i {
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  display: block;
  color: #fff;
  display: none;
}
.result-head {
  background-color: #fafafa;
  border-bottom: 1px solid #f3f3f3;
  line-height: 44px;
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .result-statistic {
  float: left;
} */

.result-statistic .action-tabs {
  margin-right: 16px;
}
.result-statistic span a:hover,
.result-statistic span a {
  text-decoration: none;
  color: #3874f6;
  margin: 0 4px;
  font-weight: bold;
}
/* .result-operation {
  float: right;
  font-size: 0;
} */
.result-operation div {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 24px;
}
.result-tips {
  color: #999999;
}
.result-export-data,
.result-export-select {
  height: 32px;
  line-height: 32px;
  color: #fff;
  border-radius: 4px;
  padding: 0 12px;
  background-color: #3874f6;
  cursor: pointer;
}
.result-operation .result-export-cancel {
  color: #3874f6;
  margin-left: 24px;
  cursor: pointer;
  display: none;
}
.result-operation .result-export-select {
  display: none;
}

/* 列表项 */
.company-item {
  padding: 16px;
  border-bottom: 1px solid #eeeeee;
  transition: 0.2s;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}
.company-item .result_select-icon {
  display: none;
}
.company-item:last-child {
  border-bottom: none;
}
.company-item:hover {
  background-color: #fafafa;
}

.company {
  flex: 1;
  width: 0;
}
.company-title {
  margin-bottom: 12px;
}
.company-name {
  float: left;
  /* display: flex; */
  align-items: center;
}

.company-name > * {
  vertical-align: middle;
}
.company-name span.name {
  font-size: 18px;
  line-height: 26px;
}

.company-name .cp {
  visibility: hidden;
}

.company-name:hover .cp {
  visibility: initial;
}
.company-name:hover .cp .iconfont {
  margin-right: 2px;
  font-size: 16px;
  vertical-align: middle;
}

.company-item:hover .company-name span {
  color: var(--theme-primary-color);
}
.company-area {
  float: right;
  font-weight: bold;
  font-size: 16px;
}
.company .company-tag {
  margin-bottom: 0;
}
.company-tag span {
  font-size: 12px;
  display: inline-block;
  line-height: 22px;
  padding: 0 6px;
  color: #0ca6ab;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
  margin-bottom: 12px;
}

.company-info.has-actions {
  padding-right: 100px;
  position: relative;
}

.company-info.has-actions .actions {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.company-info .actions .follow,
.company-info .actions .unfollow {
  line-height: 20px;
  padding: 5px 8px;
  font-size: 14px !important;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ededed;
  border-radius: 4px;
  cursor: pointer;
}

.company-info .actions .follow:hover,
.company-info .actions .unfollow:hover {
  border-color: var(--theme-primary-color);
  color: var(--theme-primary-color);
}

.company-info .actions .follow .iconfont,
.company-info .actions .unfollow .iconfont {
  font-size: 16px !important;
  margin-right: 4px;
}

.company-info .actions .follow {
  /* color: var(--theme-dark-text-color) !important; */
}

.company-info .actions .unfollow {
  color: var(--theme-primary-color) !important;
}

.company-info p {
  float: left;
  margin-bottom: 12px;
  color: #999999;
  margin-right: 48px;
  min-width: 126px;
}
.company-info p span {
  color: #333;
}
.company-info p .m {
  margin-left: 6px;
}
.company-statistics {
  background-image: linear-gradient(to right, #f6f6f6 70%, transparent);
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  min-width: 720px;
  margin-bottom: 12px;
  display: none;
}
.company-statistics p {
  float: left;
  margin-right: 10px;
  color: #333;
  line-height: 32px;
  color: var(--theme-light-text-color);
}

.company-statistics p .danger {
  color: #f74d4d;
  font-weight: bold;
  margin-right: 4px;
}

.company-statistics img {
  float: left;
  height: 14px;
  margin-right: 16px;
  margin-top: 9px;
  padding-right: 16px;
  border-right: 1px solid #dedede;
}

.company-menu {
  background-image: linear-gradient(to right, #f1f5ff 70%, transparent);
  display: flex;
  align-items: center;
  padding: 4px 12px;
}

.company-menu > li {
  font-size: 14px;
  color: var(--theme-primary-color);
  line-height: 22px;
  margin-right: 32px;
}

.company-pagination {
  text-align: center;
}
.company-pagination .layui-laypage .layui-laypage-spr,
.company-pagination .layui-laypage .layui-laypage-next,
.company-pagination .layui-laypage .layui-laypage-prev {
  border: none;
}
.company-pagination .layui-laypage .layui-laypage-curr,
.company-pagination .layui-laypage a {
  border-radius: 3px;
  margin-right: 8px;
  padding: 0 11px;
  font-size: 14px;
}
.company-pagination .layui-laypage .layui-laypage-spr {
  padding-left: 7px;
}
.company-pagination .layui-laypage .layui-laypage-curr:nth-last-child(2),
.company-pagination .layui-laypage .layui-laypage-prev,
.company-pagination .layui-laypage .layui-laypage-last {
  margin-right: 0;
}
.company-pagination .layui-laypage a:hover {
  color: #3874f6;
}
.company_list-empty {
  min-height: 452px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
}

/*正在搜索中样式*/
.srhing {
  /* color: #666;
  font-size: 18px;
  padding: 130px 0;
  text-align: center;
  position: absolute;
  left: calc(50% - 100px);
  z-index: 100; */
  display: none;
  color: #666;
  font-size: 18px;
  padding: 130px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 797;
  background: #fafafa;
}

.srhing span {
  display: block;
  padding-left: 10px;
  position: relative;
  top: 11px;
  font-size: 14px;
}

.srhing img {
  max-width: 280px;
  max-width: 280px;
}

/* 筛选 */
.classify {
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 0px 32px 0px rgba(29, 89, 165, 0.08);
  margin-bottom: 16px;
}
.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; */
  max-height: 200px;
  overflow: hidden;
  margin-right: 10px;
}

.classify .classify-col.more .con {
  overflow-y: auto;
}

.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;
  flex-flow: row wrap;
}
.classify .classify-selected .lab {
  width: 90px;
  font-weight: 500;
  color: var(--theme-dark-text-color);
  line-height: 28px;
}

.classify .classify-selected .con > div {
  display: flex;
  align-items: flex-start;
  margin-right: 12px;
  flex-wrap: wrap;
}

.classify .classify-selected .con > div label {
  line-height: 28px;
  margin-bottom: 0;
  font-weight: normal;
}

.classify .classify-selected .con {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 16px;
  padding-left: 4px;
  flex-wrap: wrap;
  margin-bottom: -16px;
}
.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;
  margin-bottom: 16px;
}
.classify .classify-selected .con .city:not([hidden]) + .category:not([hidden]),
.classify .classify-selected .con span + span {
  margin-left: 12px;
}

.classify .classify-selected .con span .iconfont {
  cursor: pointer;
  margin-left: 4px;
}
.classify .classify-col .con span.active i[data-status="default"],
.classify .classify-col .con span i[data-status="selected"] {
  display: none;
}
.classify .classify-col .con span.active i[data-status="selected"] {
  display: inline-block;
}
.classify .classify-col .con span.active,
.classify .classify-col .con span.active i {
  color: var(--theme-primary-color);
}
.classify .classify-selected .rest {
  width: 50px;
  color: var(--theme-primary-color);
  cursor: pointer;
  line-height: 28px;
}

.search > .head_title {
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: left;
  margin-right: 20px;
}

._flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

/* 失信记录 */
.result .record_dishonesty {
  float: left;
  width: 100%;
  padding: 8px 12px 8px 12px;
  border-radius: 4px;
  background: rgba(246, 246, 246, 1);
}
.result .company-item:hover .record_dishonesty {
  background: #fff;
}
.result .record_title {
  color: rgba(51, 51, 51, 1);
  font-family: Alibaba PuHuiTi;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: justify;
  margin-bottom: 8px;
}
.result .record_total {
  color: rgba(247, 77, 77, 1);
  font-family: Source Han Sans CN;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: justify;
}
.result .record_more {
  color: rgba(56, 116, 246, 1);
  font-family: Source Han Sans CN;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: justify;
  margin-top: 8px;
}
.result .record_item {
  color: rgba(102, 102, 102, 1);
  font-family: Source Han Sans CN;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: justify;
}
.result .record_item:not(:last-child) {
  margin-bottom: 8px;
}
.result .record_item:hover {
  color: rgba(56, 116, 246, 1);
  background: rgba(245, 248, 254, 1);
}
.result .record_item > div {
  width: 20%;
}

/* 列表附加 */
.result .list_name_tag {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: justify;
  border-radius: 4px;
  padding: 0px 6px 0px 6px;
  border: 1px solid transparent;
}
.result .list_name_tag[data-type="1"] {
  color: rgba(56, 116, 246, 1);
  background: rgba(241, 245, 255, 1);
  border-color: rgba(241, 245, 255, 1);
}
.result .list_name_tag[data-type="2"] {
  color: #f76a74;
  background: transparent;
  border-color: #f76a74;
}
.result .list_name_tag[data-type="3"] {
  color: #f74d4d;
  background: #fce6e6;
  border-color: #fce6e6;
}
.result .list_name_tag[data-type="4"] {
  color: #0ca6ab;
  background: #ebf9f9;
  border-color: #ebf9f9;
}
.result .list_name_tag[data-type="5"] {
  color: #41a758;
  background: #e9f6ec;
  border-color: #e9f6ec;
}
.result .item_link {
  color: rgba(56, 116, 246, 1) !important;
  cursor: pointer;
}
.result .item_content {
  width: 100%;
}
