@charset "utf-8";

/* 企业名片卡片 */
.ent_belong_list {
  margin: 16px 0 20px;
}
.ent_belong_card {
  display: flex;
  align-items: stretch;
  gap: 24px;
  margin-bottom: 12px;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 12px;
  box-sizing: border-box;
}
.ent_belong_main {
  flex: 1;
  min-width: 0;
}
.ent_belong_head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.ent_belong_label {
  font-size: 14px;
  font-weight: 600;
  color: #2f6bff;
  line-height: 1.4;
}
.ent_belong_badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 10px;
  font-size: 12px;
  color: #2f6bff;
  background: #eef3ff;
  border-radius: 999px;
  line-height: 20px;
}
.ent_belong_badge::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%232f6bff'/%3E%3Cpath d='M4.8 8.2l2.1 2.1 4.3-4.3' stroke='%23fff' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}
.ent_belong_name {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
}
.ent_belong_name a {
  color: inherit;
  text-decoration: none;
}
.ent_belong_name a:hover {
  color: #2f6bff;
}
.ent_belong_summary {
  margin-bottom: 14px;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ent_belong_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  font-size: 13px;
  color: #8a8f98;
}
.ent_belong_meta .meta_item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.ent_belong_meta .meta_item::before {
  content: "";
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  opacity: 0.75;
}
.ent_belong_meta .meta_industry::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%238a8f98' stroke-width='1.4'%3E%3Cpath d='M2 14V6.5L8 3l6 3.5V14'/%3E%3Cpath d='M6 14V9h4v5'/%3E%3C/svg%3E") center / contain no-repeat;
}
.ent_belong_meta .meta_area::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%238a8f98' stroke-width='1.4'%3E%3Cpath d='M8 14s5-4.2 5-7.2A5 5 0 0 0 3 6.8C3 9.8 8 14 8 14z'/%3E%3Ccircle cx='8' cy='6.8' r='1.6'/%3E%3C/svg%3E") center / contain no-repeat;
}
.ent_belong_meta .meta_phone::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%238a8f98' stroke-width='1.4'%3E%3Cpath d='M4.2 2.8l1.8 1.8-1 1.6c.8 1.6 2.1 2.9 3.7 3.7l1.6-1 1.8 1.8-.6 1.6c-.3.7-1 .9-1.6 1.1C6.6 14.5 1.5 9.4 2.6 5c.2-.6.4-1.3 1.1-1.6l.5-.6z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.ent_belong_actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  flex-shrink: 0;
  width: 148px;
}
.ent_belong_actions .btn_home,
.ent_belong_actions .btn_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 40px;
  padding: 0 14px;
  font-size: 14px;
  border-radius: 8px;
  box-sizing: border-box;
  text-decoration: none;
}
.ent_belong_actions .btn_home {
  color: #fff;
  background: #2f6bff;
  border: 1px solid #2f6bff;
}
.ent_belong_actions .btn_home::after {
  content: "→";
  font-size: 13px;
}
.ent_belong_actions .btn_home:hover {
  background: #1f5aef;
  border-color: #1f5aef;
}
.ent_belong_actions .btn_contact {
  color: #555;
  background: #fff;
  border: 1px solid #d8dde6;
}
.ent_belong_actions .btn_contact::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23555555' stroke-width='1.4'%3E%3Cpath d='M4.2 2.8l1.8 1.8-1 1.6c.8 1.6 2.1 2.9 3.7 3.7l1.6-1 1.8 1.8-.6 1.6c-.3.7-1 .9-1.6 1.1C6.6 14.5 1.5 9.4 2.6 5c.2-.6.4-1.3 1.1-1.6l.5-.6z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.ent_belong_actions .btn_contact:hover {
  border-color: #2f6bff;
  color: #2f6bff;
}

@media (max-width: 768px) {
  .ent_belong_card {
    display: block;
    padding: 16px;
  }
  .ent_belong_name {
    font-size: 18px;
  }
  .ent_belong_summary {
    -webkit-line-clamp: 3;
  }
  .ent_belong_meta {
    margin-bottom: 14px;
    gap: 8px 16px;
    font-size: 12px;
  }
  .ent_belong_actions {
    flex-direction: row;
    width: auto;
  }
  .ent_belong_actions .btn_home,
  .ent_belong_actions .btn_contact {
    flex: 1;
    height: 38px;
    font-size: 13px;
  }
}
