.identify-box {
  position: fixed;
  inset: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.identify-container {
  pointer-events: auto;
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 925px;
  height: 522px;
  padding: 50px 65px 40px;
  margin: auto;
  border-radius: 14px;
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/enterprise-home/identify-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
.identify-container .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.identify-container .header .header-title {
  color: var(--character-primary-85, #040b19);
  text-align: center;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
  /* 100% */
}
.identify-container .header .header-title .highlight {
  color: var(--Geek-Blue-6, #2f54eb);
}
.identify-container .header .header-subtitle {
  color: var(--character-primary-85, #040b19);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 111.111% */
}
.identify-container .header .header-subtitle .highlight {
  color: var(--Geek-Blue-6, #2f54eb);
}
.identify-container .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.identify-container .content .content-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 385px;
  height: 241px;
  padding: 35px 25px;
  border-radius: 12px;
  background-color: #fff;
  cursor: pointer;
}
.identify-container .content .content-item::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.identify-container .content .content-item.active {
  box-shadow: 0 5px 15px 0 rgba(190, 205, 237, 0.5) !important;
}
.identify-container .content .content-item.active.person::after {
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/enterprise-home/identify-person-bg.svg");
}
.identify-container .content .content-item.active.person .item-title {
  color: var(--Colors-Green-5, #2bad6c);
}
.identify-container .content .content-item.active.enterprise::after {
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/enterprise-home/identify-enterprise-bg.svg");
}
.identify-container .content .content-item.active.enterprise .item-title {
  color: var(--Primary-6, #2f54eb);
}
.identify-container .content .content-item.person {
  box-shadow: inset 0 0 0 1px #9aebc3;
}
.identify-container .content .content-item.person .item-icon {
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/enterprise-home/logo-person.svg");
}
.identify-container .content .content-item.person .item-tags .tag {
  background: var(--Colors-Green-1, #eafbf2);
  color: var(--Colors-Green-5, #2bad6c);
}
.identify-container .content .content-item.enterprise {
  box-shadow: inset 0 0 0 1px #adc6ff;
}
.identify-container .content .content-item.enterprise .item-icon {
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/enterprise-home/logo-enterprise.svg");
}
.identify-container .content .content-item.enterprise .item-tags .tag {
  background: var(--Primary-1, #f0f5ff);
  color: var(--Primary-6, #2f54eb);
}
.identify-container .content .content-item .item-icon {
  position: relative;
  z-index: 1;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}
.identify-container .content .content-item .item-title {
  position: relative;
  z-index: 1;
  color: var(--character-primary-85, #040b19);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 100% */
  margin-bottom: 10px;
}
.identify-container .content .content-item .item-tags {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 25px;
}
.identify-container .content .content-item .item-tags .tag {
  display: flex;
  padding: 3px 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  /* 118.182% */
}
.identify-container .content .content-item .item-desc {
  position: relative;
  z-index: 1;
  color: var(--character-primary-85, #040b19);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.identify-container .footer .footer-btn {
  display: flex;
  width: 480px;
  height: 40px;
  padding: 4px 15px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: var(--Primary-6, #2f54eb);
  color: var(--character-primary-inverse, #fff);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
}
.identify-container .footer .footer-btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

