.enterprise-banner {
  width: 100%;
  z-index: 1000;
  position: sticky;
}
.enterprise-banner .container {
  z-index: 100;
  width: 100%;
  height: 56px;
  position: relative;
}
.enterprise-banner .nav-content {
  font-weight: 500;
  padding: 12px 0;
  font-size: 16px;
  min-width: 1272px;
  width: 1272px;
}
.enterprise-banner .nav-content .banner-left {
  gap: 60px;
}
.enterprise-banner .nav-content .banner-left h1.nav-title {
  margin: 0;
  gap: 10px;
}
.enterprise-banner .nav-content .banner-left h1.nav-title .logo {
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/common/qqqf-logo.svg");
  background-repeat: no-repeat;
  width: 112px;
  min-width: 112px;
  height: 32px;
  display: inline-block;
}
.enterprise-banner .nav-content .banner-left h1.nav-title .switch {
  width: 78px;
  height: 22px;
  border-radius: 16px;
  background: #d6e4ff;
  padding: 2px;
}
.enterprise-banner .nav-content .banner-left h1.nav-title .switch .switch-item {
  color: #474d58;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  width: 37px;
  height: 18px;
  padding: 1px 0;
}
.enterprise-banner .nav-content .banner-left h1.nav-title .switch .switch-item.active {
  border-radius: 10px;
  background: var(--Primary-6, #2f54eb);
  color: var(--Primary-1, #f0f5ff);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.enterprise-banner .nav-content .banner-left h1.nav-title .switch .switch-item a {
  color: #474d58;
  text-decoration: none;
}
.enterprise-banner .nav-content .banner-left ul.nav-list {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  margin-left: 30px;
}
.enterprise-banner .nav-content .banner-left ul.nav-list li {
  list-style: none;
  color: #072e75;
}
.enterprise-banner .nav-content .banner-left ul.nav-list li:hover .dropdown-menu-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.enterprise-banner .nav-content .banner-left ul.nav-list li:hover > a {
  color: #2f54eb;
  font-weight: 600;
  text-decoration: none;
}
.enterprise-banner .nav-content .banner-left ul.nav-list li.is-selected > a {
  color: #2f54eb;
  font-weight: 600;
  text-decoration: none;
}
.enterprise-banner .nav-content .banner-left ul.nav-list li a {
  color: #040b19;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
  text-decoration: none;
  transition: color 0.3s ease;
}
.enterprise-banner .nav-content .banner-left ul.nav-list li.has-dropdown > a {
  position: relative;
  padding-right: 13px;
}
.enterprise-banner .nav-content .banner-left ul.nav-list li.has-dropdown > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 7px;
  height: 4px;
  display: block;
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/common/colse-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.enterprise-banner .nav-content .banner-left ul.nav-list li.has-dropdown:hover > a {
  position: relative;
  padding-right: 13px;
}
.enterprise-banner .nav-content .banner-left ul.nav-list li.has-dropdown:hover > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 7px;
  height: 4px;
  display: block;
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/common/up-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.enterprise-banner .nav-content .banner-left ul.nav-list.selected {
  color: #2f54eb;
}
.enterprise-banner .nav-content .banner-left ul.nav-list.selected a {
  color: #2f54eb;
}
.enterprise-banner .banner-right {
  margin: 0;
  gap: 20px;
}
.enterprise-banner .banner-right .banner-call img {
  width: 19px;
  height: 19px;
}
.enterprise-banner .banner-right .banner-call span {
  margin-left: 5px;
  color: #2f54eb;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  /* 100% */
}
.enterprise-banner .banner-right .banner-work button {
  cursor: pointer;
  display: flex;
  width: 96px;
  height: 32px;
  padding: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid var(--Primary-6, #2f54eb);
  background-color: #f7faff;
  color: #2f54eb;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.enterprise-banner .banner-right .banner-show {
  position: relative;
}
.enterprise-banner .banner-right .banner-show button {
  cursor: pointer;
  display: flex;
  width: 80px;
  height: 32px;
  padding: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid var(--Primary-6, #2f54eb);
  background-color: #f7faff;
  color: #2f54eb;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.enterprise-banner .banner-right .banner-show button + .content {
  display: none;
  position: absolute;
  width: 350px;
  height: 350px;
  top: 40px;
  left: calc(50% - 175px);
  padding: 30px 30px 36px;
  border-radius: 10px;
  border: 1px solid var(--Conditional-divider, rgba(4, 11, 25, 0.06));
  background: linear-gradient(180deg, #e5eeff 0%, #fff 100%);
  z-index: 1000;
}
.enterprise-banner .banner-right .banner-show button + .content .close-btn {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  position: absolute;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/common/close.svg");
  top: 18px;
  right: 18px;
}
.enterprise-banner .banner-right .banner-show button + .content .label {
  color: var(--character-primary-85, #040b19);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.enterprise-banner .banner-right .banner-show button + .content .text {
  margin-top: 6px;
  color: var(--character-third-40, #8b9099);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.enterprise-banner .banner-right .banner-show button + .content .img {
  margin-top: 24px;
  width: 206px;
  height: 206px;
  flex-shrink: 0;
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/c16.png");
  background-size: 206px 206px;
  background-repeat: no-repeat;
}
.enterprise-banner .banner-right .banner-login button {
  cursor: pointer;
  display: block;
  width: 80px;
  height: 32px;
  padding: 5px;
  border-radius: 20px;
  border: none;
  background: var(--Primary-6, #2f54eb);
  color: var(--Brand-Text-5, #fff);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.dropdown-menu-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  min-width: 100%;
  background-color: #f3f7ff;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px 0 rgba(47, 84, 235, 0.15);
  padding: 20px 0;
}
.dropdown-menu-wrapper .dropdown-menu {
  margin: 0 auto;
  width: 1272px;
}
.dropdown-menu-wrapper .product-menu {
  display: grid;
  grid-template-columns: 303px repeat(3, 303px);
  grid-template-rows: repeat(2, 218px);
  gap: 20px;
  width: fit-content;
}
.dropdown-menu-wrapper .product-menu > a:hover {
  background: var(--Neutral-1, #fff);
  box-shadow: 0 5px 10px 0 rgba(47, 84, 235, 0.25);
}
.dropdown-menu-wrapper .product-menu .first-product {
  grid-column: 1;
  grid-row: 1 / span 2;
  background-color: #fff;
  padding: 0 20px;
}
.dropdown-menu-wrapper .product-menu .first-product a {
  margin-bottom: 24px;
  flex-shrink: 0;
  width: 283px;
  height: 160px;
  position: relative;
  z-index: 1;
}
.dropdown-menu-wrapper .product-menu .first-product a img {
  width: 283px;
  height: 160px;
  border-radius: 8px;
}
.dropdown-menu-wrapper .product-menu .first-product a::after {
  content: "";
  display: block;
  position: absolute;
  top: 63.5px;
  left: 125px;
  width: 33px;
  height: 33px;
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/common/player.svg");
  background-size: 33px 33px;
  background-repeat: no-repeat;
  z-index: 2;
}
.dropdown-menu-wrapper .product-menu .first-product p:nth-of-type(1) {
  color: var(--character-primary-85, #040b19);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 100% */
}
.dropdown-menu-wrapper .product-menu .first-product p:nth-of-type(2) {
  margin-top: 20px;
  color: var(--character-third-40, #8b9099);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.dropdown-menu-wrapper .product-menu .first-product button {
  margin-top: 20px;
  display: block;
  width: 120px;
  padding: 7px;
  border-radius: 4px;
  border: 1px solid var(--Primary-6, #2f54eb);
  background: var(--Primary-6, #2f54eb);
  color: var(--character-primary-inverse, #fff);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.dropdown-menu-wrapper .product-menu .product-item {
  width: 303px;
  height: 218px;
  background-color: #fff;
  padding: 24px 24px 24px 36px;
}
.dropdown-menu-wrapper .product-menu .product-item .product-label {
  color: var(--Primary-6, #2f54eb);
  text-align: left;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 100% */
}
.dropdown-menu-wrapper .product-menu .product-item .product-tags {
  margin-top: 24px;
  height: 128px;
  gap: 24px 0;
}
.dropdown-menu-wrapper .product-menu .product-item .product-tags .product-tag {
  width: 50%;
  color: #000;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  position: relative;
}
.dropdown-menu-wrapper .product-menu .product-item .product-tags .product-tag.hot-tag::after {
  content: "热门";
  display: inline-flex;
  padding: 3px 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px 4px 4px 0;
  background: var(--Dust-Red-5, #ff4d4f);
  color: #fff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  /* 100% */
  position: absolute;
  top: -1px;
  margin-left: 5px;
  white-space: nowrap;
}
.dropdown-menu-wrapper .product-menu .product-item .product-tags .product-tag.free-tag::after {
  content: "限免";
  display: inline-flex;
  padding: 3px 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px 4px 4px 0;
  background: var(--Dust-Red-5, #ff4d4f);
  color: #fff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  /* 100% */
  position: absolute;
  top: -1px;
  margin-left: 5px;
  white-space: nowrap;
}
.dropdown-menu-wrapper .tool-menu {
  display: grid;
  grid-template-columns: 303px repeat(3, 303px);
  grid-template-rows: repeat(3, 92px);
  gap: 20px;
  width: fit-content;
}
.dropdown-menu-wrapper .tool-menu > *:hover {
  background: var(--Neutral-1, #fff);
  box-shadow: 0 5px 10px 0 rgba(47, 84, 235, 0.25);
}
.dropdown-menu-wrapper .tool-menu .first-tool {
  grid-column: 1;
  grid-row: 1 / span 3;
  background-color: #fff;
  padding: 0 40px;
}
.dropdown-menu-wrapper .tool-menu .first-tool p:first-child {
  color: var(--character-primary-85, #040b19);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 100% */
}
.dropdown-menu-wrapper .tool-menu .first-tool p:nth-of-type(2) {
  margin-top: 20px;
  color: var(--character-third-40, #8b9099);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.dropdown-menu-wrapper .tool-menu .first-tool button {
  margin-top: 20px;
  display: block;
  width: 120px;
  padding: 7px;
  border-radius: 4px;
  border: 1px solid var(--Primary-6, #2f54eb);
  background: var(--Primary-6, #2f54eb);
  color: var(--character-primary-inverse, #fff);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.dropdown-menu-wrapper .tool-menu .tool-item {
  width: 303px;
  height: 92px;
  background-color: #fff;
  padding: 24px 12px 24px 36px;
}
.dropdown-menu-wrapper .tool-menu .tool-item .tool-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.dropdown-menu-wrapper .tool-menu .tool-item .tool-icon img {
  width: 32px;
  height: 32px;
}
.dropdown-menu-wrapper .tool-menu .tool-item .tool-info {
  margin-left: 15px;
}
.dropdown-menu-wrapper .tool-menu .tool-item .tool-info .tool-title {
  color: var(--character-primary-85, #040b19);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
  display: flex;
  align-items: center;
}
.dropdown-menu-wrapper .tool-menu .tool-item .tool-info .tool-title.hot-tag::after {
  content: "热门";
  display: inline-flex;
  padding: 3px 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px 4px 4px 0;
  background: var(--Dust-Red-5, #ff4d4f);
  color: #fff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  /* 100% */
  margin-left: 5px;
  white-space: nowrap;
}
.dropdown-menu-wrapper .tool-menu .tool-item .tool-info .tool-title.free-tag::after {
  content: "限免";
  display: inline-flex;
  padding: 3px 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px 4px 4px 0;
  background: var(--Dust-Red-5, #ff4d4f);
  color: #fff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  /* 100% */
  margin-left: 5px;
  white-space: nowrap;
}
.dropdown-menu-wrapper .tool-menu .tool-item .tool-info .tool-desc {
  margin-top: 8px;
  color: var(--character-third-40, #8b9099);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.dropdown-menu-wrapper .about-menu {
  display: grid;
  grid-template-columns: 303px repeat(3, 303px);
  grid-template-rows: repeat(2, 106px);
  gap: 20px;
  width: fit-content;
}
.dropdown-menu-wrapper .about-menu > *:hover {
  background: #474d58;
  box-shadow: 0 5px 10px 0 rgba(47, 84, 235, 0.25);
}
.dropdown-menu-wrapper .about-menu .first-about {
  grid-column: 1;
  grid-row: 1 / span 2;
  background-color: #fff;
  padding: 0 20px;
}
.dropdown-menu-wrapper .about-menu .first-about p:first-child {
  color: var(--character-primary-85, #040b19);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 100% */
}
.dropdown-menu-wrapper .about-menu .first-about p:nth-of-type(2) {
  margin-top: 20px;
  color: var(--character-third-40, #8b9099);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.dropdown-menu-wrapper .about-menu .first-about button {
  margin-top: 20px;
  display: block;
  width: 120px;
  padding: 7px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid var(--Primary-6, #2f54eb);
  background: var(--Primary-6, #2f54eb);
  color: var(--character-primary-inverse, #fff);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.dropdown-menu-wrapper .about-menu .about-item {
  width: 303px;
  height: 106px;
  background-color: #fff;
  padding: 24px 24px 24px 36px;
}
.dropdown-menu-wrapper .about-menu .about-item .about-label {
  color: var(--Primary-6, #2f54eb);
  text-align: left;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 100% */
}
.dropdown-menu-wrapper .about-menu .about-item .about-desc {
  margin-top: 20px;
  color: var(--character-third-40, #8b9099);
  text-align: left;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login-username {
  color: #2f54eb;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}
.login-username img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 7px;
  min-width: 24px;
}
.login-username .default-avatar {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  margin-right: 5px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC4wODEiIGhlaWdodD0iMjAuMDgxIiB2aWV3Qm94PSIwIDAgMjAuMDgxIDIwLjA4MSI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2UyZjBmYzt9LmJ7ZmlsbDojZmZkNmJmO30uY3tmaWxsOiNmYmE0ODk7fS5ke2ZpbGw6I2Y2YzRhNzt9LmV7ZmlsbDojMjFjNThlO30uZntmaWxsOiMwMmIzOGM7fS5ne2ZpbGw6IzA3MmU3NTt9PC9zdHlsZT48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwLjUyNyAtNzUuNTI3KSI+PHBhdGggY2xhc3M9ImEiIGQ9Ik0xMC4wNCwwQTEwLjA0LDEwLjA0LDAsMSwxLDAsMTAuMDQsMTAuMDQsMTAuMDQsMCwwLDEsMTAuMDQsMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjAuNTI3IDc1LjUyNykiLz48cGF0aCBjbGFzcz0iYiIgZD0iTTI0LjIsMTkuODQ0cy0xLjI1Ny4zMjYtLjk3Ni0zLjA1NGwuMDI2LS40Ni4wNS0uOTA1YTUuNTI3LDUuNTI3LDAsMCwxLS45MzksMS4xMjYsNy41NTUsNy41NTUsMCwwLDEtMS4xLjI0MmMuMjgxLDMuMzc5LTEuMDI1LDMuMDU0LTEuMDI1LDMuMDU0YTEuODc1LDEuODc1LDAsMCwwLDIuMDQ4LDIuMjE5Yy4xODEsMCwyLjQyNy0uMSwxLjkxNi0yLjIyMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOC41MiA2NC45MTkpIi8+PHBhdGggY2xhc3M9ImMiIGQ9Ik0yMC4yMywzNi45YTUuODU1LDUuODU1LDAsMCwwLDEuNDI2LjIsNi4xMTUsNi4xMTUsMCwwLDAsMS42MjgtLjJsLjAxNS02LjUxNXYtLjI2OWwwLS41OTQuMDE1LTMuM3YwaC0uMDN2MGExLjM2OSwxLjM2OSwwLDAsMS0xLjUxMi45NDJBMS42NSwxLjY1LDAsMCwxLDIwLjIxMSwyNi4xbC4wNDEsMi42MTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4Ljk5NyA1OC41MTIpIi8+PHBhdGggY2xhc3M9ImQiIGQ9Ik0yMi40NDksMjAuNjIyaDEuODgzcy0uODYyLDEuOTMtMS44ODMsMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy4zNDUgNjMuMTUxKSIvPjxwYXRoIGNsYXNzPSJlIiBkPSJNMzQuOTgxLDMxLjU0YTExLjY1OCwxMS42NTgsMCwwLDEtMS44MTIsMS45NDhBOS43Nyw5Ljc3LDAsMCwxLDI5LjUsMzUuNDQ3Yy0uMjczLjA3Ni0uNzU4LjIzOS0xLjA0MS4yODYsMC0xLjMxMywwLTMuMDA4LDAtNC41NzZWMzAuOGMwLS4yNjQsMC0uNTI5LDAtLjc4OSwwLTEuNjkxLDAtMy4yMzUtLjAwOS00LjIwOHYwcS4wMDctLjE3LDAtLjMxMmMwLS4zNzMsMC0uNDczLDAtLjU1M2gwVjI0LjloMGE0Ljg2MSw0Ljg2MSwwLDAsMSwyLjAyOS42OTQsOC4wMTksOC4wMTksMCwwLDEsMS4yMzMsMWMuMS4xLjIwNy4yLjMwNi4zMDcuMDQ3LjA0Ny4wODkuMS4xMzYuMTUxYTE2LjkwNywxNi45MDcsMCwwLDEsMi44MjcsNC40ODIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuNzg2IDU5LjcwNykiLz48cGF0aCBjbGFzcz0iZiIgZD0iTTI4LjQzNywzNi4yMzNjLjMwOS0uMDQ5Ljc3Mi0uMjIzLDEuMDctLjNBNy41ODgsNy41ODgsMCwwLDAsMzAuNSwzNC4yNmMuNC0xLS40MjItMi41MzktLjk5My0zLjY2Ni0uMTA4LS4yMjItLjIxMS0uNDI1LS4yOTMtLjYwOGEyLjI0NiwyLjI0NiwwLDAsMS0uMTQ0LTEuNDA4Yy4wODItLjM1MS43MjYtLjczNi43NDEtMS4wMDguMDQxLS42OTItMS4zNDItMi4xNjgtMS4zNDItMi4xNjhsLS4wMzIsNS4wODN2NS43NDhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzLjc5NiA1OS4yMTYpIi8+PHBhdGggY2xhc3M9ImUiIGQ9Ik0xMi43NjMsMzUuMzU5YzAtMS45MjgsMC00LjUxNS4wMDktNi42NzcsMC0xLjM0OSwwLTIuNTI2LDAtMy4yODN2LS4wNTZjMC0uNDM0LDAtLjcxOS4wMDktLjc5NFYyNC41M2gtLjAwOXYwYy0uMDA5LDAtLjAxOSwwLS4wMjgsMGgtLjAxNGEwLDAsMCwwLDAsMCwwLDUuMTcxLDUuMTcxLDAsMCwwLTIuMS45MTUsOC4wNDIsOC4wNDIsMCwwLDAtMS4wNi44ODdjLS4xLjEtLjIuMi0uMy4zLS4wNDYuMDQ3LS4wODguMS0uMTM0LjE0OWExNy4yMTksMTcuMjE5LDAsMCwwLTIuOTEsNC43NjJBOS41ODgsOS41ODgsMCwwLDAsOC4xLDMzLjRhOS45NTgsOS45NTgsMCwwLDAsMy44ODEsMS44aDBjLjI1NS4wNjEuNTA5LjExMi43NjguMTQ5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYuNDY2IDYwLjA2NykiLz48cGF0aCBjbGFzcz0iZiIgZD0iTTE4LjIyMiwyNS4xMzlsLjAyNiwxMC44MThjLS4yODgtLjAzOS0uNTcxLS4wODYtLjg1NC0uMTVoMGE5LjIzNSw5LjIzNSwwLDAsMS0xLjIxNS0xLjg0OWMtLjQ3My0xLjE4NS43ODctMy4xMTUsMS4yOTItNC4yMTdhMi4yMzQsMi4yMzQsMCwwLDAsLjEzOS0xLjM4OWMtLjA3Ny0uMzQ2LS43MjEtLjcyNi0uNzM2LS45OTVDMTYuODM3LDI2LjcyMywxOC4xNjcsMjUuMTQ0LDE4LjIyMiwyNS4xMzlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMS4wMDEgNTkuNDY5KSIvPjxwYXRoIGNsYXNzPSJnIiBkPSJNNS42NzIsMy4wMjhDNi43MzcsMi45NDYsNS43MzYsMS4zNTMsNSwuODA4UzIuMjg5LS41OTUsMS42MzUuNjEzQy4zLjU1NC0uMSwxLjUxLjAxOSwzQTQuMjY0LDQuMjY0LDAsMCwwLDEuNjM2LDUuOTc2YTE2LjM3NywxNi4zNzcsMCwwLDAtLjQxMS0yYy4wMDguMzExLjM2OC4yOC4zNjQtLjAyMSwwLS4zMTctLjAyNi0xLjE2Mi4xODEtMS4xNjIuMjMzLDAsMy45LjIzMSwzLjkuMjMxIiB0cmFuc2Zvcm09Im1hdHJpeCgwLjk5OCwgMC4wNywgLTAuMDcsIDAuOTk4LCAyNy43MTYsIDc2LjUxOSkiLz48cGF0aCBjbGFzcz0iYiIgZD0iTTEuMDYyLDIuOTM1Yy4yMi41NjMuNjE4LDIuNCwyLjM4OCwyLjMzNEM1LjQ0LDUuMTQ1LDUuMTI5LDEuNjQ0LDUuMDYxLjk0NCw0Ljk4OS44ODYsNC41ODYuODA4LDMuNzcuNDQ3LDMuMjE3LjE3NywyLjUzNC0uMTg2LDIuMDM4LjExMmExLjM4MywxLjM4MywwLDAsMC0uNTg3LjdjLS4xNzYuNDczLjExNCwxLjUtLjMzNSwxLjI3LS4xNTYtLjcxMy0uMi0uNjI1LS4zOS0uNzYxYS42LjYsMCwwLDAtLjcuMzg0Uy0uMjcsMy4wMTcsMS4wNjIsMi45MzVaIiB0cmFuc2Zvcm09Im1hdHJpeCgwLjk5OCwgMC4wNywgLTAuMDcsIDAuOTk4LCAyNy43NjgsIDc4LjU4NCkiLz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
}
.login-username .dropdown {
  position: relative;
  width: 5px;
  height: 4px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjMuMzMzIiB2aWV3Qm94PSIwIDAgNSAzLjMzMyI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6IzlhOWNjMzt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImEiIGQ9Ik0yLjUsMCw1LDMuMzMzSDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1IDMuMzMzKSByb3RhdGUoMTgwKSIvPjwvc3ZnPg==);
  background-size: 5px 4px;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: -11px;
}
.login-username .dropdown.rotate {
  transform-origin: center center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -ms-transition: -ms-transform 0.2s;
}
.login-username .dropdown.rotate1 {
  transform-origin: center center;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -ms-transition: -ms-transform 0.2s;
}
.user-dropdown {
  padding-top: 17px;
  font-size: 14px;
  position: absolute;
  left: 1px;
  top: 36px;
  color: #6b6ea2;
  background-color: #fff;
  z-index: 1;
  text-align: center;
  border-radius: 5px;
  display: none;
  padding-right: 0;
  box-shadow: 0px 4px 24px 2px rgba(191, 214, 237, 0.4);
}
.user-dropdown.open {
  display: block;
}
.user-dropdown li {
  margin: 0;
  padding: 17px 15px;
  cursor: pointer;
}
.user-dropdown li:nth-last-of-type(2) {
  color: #2f54eb;
  padding-top: 0;
}
.user-dropdown li:nth-last-of-type(2):hover {
  color: #2f54eb;
}
.user-dropdown li:nth-last-of-type(2) a {
  color: #2f54eb;
}
.user-dropdown li:nth-last-of-type(1) {
  color: #f76785;
  padding-top: 0;
}
.user-dropdown li:nth-last-of-type(1):hover {
  color: #f76785;
}
.user-dropdown li:nth-last-of-type(1) a {
  color: #f76785;
}
.user-dropdown li:hover,
.user-dropdown li a:hover {
  text-decoration: none;
  color: #6b6ea2;
  opacity: 0.83;
}
.enterprise-sidebar {
  position: fixed;
  width: 50px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.enterprise-sidebar .sidebar-main {
  width: 100%;
  background: #fff;
  border-radius: 30px;
  padding: 0 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  box-shadow: 0 5px 10px 0 rgba(190, 205, 237, 0.5);
}
.enterprise-sidebar .sidebar-main .chat-item {
  width: 100%;
  border-radius: 30px 30px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px 0 0;
  cursor: pointer;
  background: linear-gradient(to bottom, #2f54eb 0%, #2f54eb 52px, #fff 52px, #fff 100%);
}
.enterprise-sidebar .sidebar-main .chat-item .icon {
  padding: 0 12px;
  width: 32px;
  height: 32px;
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/common/consult-p.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.enterprise-sidebar .sidebar-main .chat-item .label {
  padding: 12px 12px;
  color: var(--character-secondary-45, #474d58);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
  background-color: #fff;
}
.enterprise-sidebar .sidebar-main .chat-item .label:hover {
  color: #2f54eb;
}
.enterprise-sidebar .sidebar-main .sidebar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 8px;
  padding: 8px 12px;
  position: relative;
}
.enterprise-sidebar .sidebar-main .sidebar-item .label {
  color: var(--character-secondary-45, #474d58);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
}
.enterprise-sidebar .sidebar-main .sidebar-item .label:hover + .content {
  display: flex;
  left: -175px;
  top: -75px;
}
.enterprise-sidebar .sidebar-main .sidebar-item.phone-trigger .label:hover + .content {
  display: flex;
  left: -200px;
  top: -10px;
}
.enterprise-sidebar .sidebar-main .sidebar-item .content {
  display: none;
  position: absolute;
  padding: 20px;
  border-radius: 4px;
  background: #fff;
  color: var(--character-primary-85, #040b19);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  box-shadow: 0 5px 10px 0 rgba(190, 205, 237, 0.5);
}
.enterprise-sidebar .sidebar-main .sidebar-item .content::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.enterprise-sidebar .sidebar-main .sidebar-item .content .img {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  background-image: url(https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/common/wechat-qr-code-bg.svg);
  background-size: 110px 110px;
  background-repeat: no-repeat;
}
.enterprise-sidebar .sidebar-main .sidebar-item .content.qr-code {
  gap: 15px;
}
.enterprise-sidebar .sidebar-main .item-divider {
  width: 26px;
  height: 0px;
  border-bottom: 1px solid var(--Conditional-divider, rgba(4, 11, 25, 0.06));
}
.enterprise-sidebar .sidebar-main .sidebar-item:hover .label {
  color: var(--character-primary-100, #2f54eb);
}
.enterprise-sidebar .sidebar-secondary {
  width: 100%;
  background: #ffffff;
  border-radius: 30px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  box-shadow: 0 5px 10px 0 rgba(190, 205, 237, 0.5);
}
.enterprise-sidebar .sidebar-secondary .sidebar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 8px 0;
}
.enterprise-sidebar .sidebar-secondary .sidebar-item .label {
  color: var(--Volcano-6, #fa541c);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
}
.enterprise-sidebar .sidebar-secondary .item-divider {
  width: 100%;
  height: 0px;
  border-bottom: 1px solid var(--Conditional-divider, rgba(4, 11, 25, 0.06));
}
.enterprise-sidebar .sidebar-back-top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 10px 0 rgba(190, 205, 237, 0.5);
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/common/to-top.png");
  background-position: -10px -5px;
  background-repeat: no-repeat;
}
.add-wait {
  cursor: pointer;
}
.wait-container {
  display: none;
  z-index: 1001;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.33);
  opacity: 1;
}
.wait-container .wait-container-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 424px;
  height: 264px;
  padding-top: 180px;
  padding-bottom: 50px;
  position: fixed;
  color: #072e75;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  border-radius: 10px;
  overflow: hidden;
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/common/wait-bg.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.wait-container .wait-container-inner .btn {
  display: flex;
  width: 140px;
  height: 40px;
  padding: 4px 15px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: var(--Primary-6, #2f54eb);
  color: #fff;
  text-align: center;
  /* Body/medium */
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
  cursor: pointer;
}

.toast-message {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
}
.toast-message-web {
  position: fixed;
  top: 10px;
  height: 40px;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  padding-left: 10px;
  background: #fef0f0;
  border: 1px solid #fde2e2;
  color: #f56c6c;
  font-size: 14px;
  z-index: 999999;
  max-width: 380px;
  display: flex;
  align-items: center;
}
.toast-message-web .error-icon {
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 6px;
  position: relative;
  top: 0px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGNsYXNzPSJpY29uIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIj48cGF0aCBmaWxsPSIjZGMzNTQ1IiBkPSJNNTEyIDc0LjY2NjY2N2MyNDEuMDY2NjY3IDAgNDM3LjMzMzMzMyAxOTYuMjY2NjY3IDQzNy4zMzMzMzMgNDM3LjMzMzMzM1M3NTMuMDY2NjY3IDk0OS4zMzMzMzMgNTEyIDk0OS4zMzMzMzMgNzQuNjY2NjY3IDc1My4wNjY2NjcgNzQuNjY2NjY3IDUxMiAyNzAuOTMzMzMzIDc0LjY2NjY2NyA1MTIgNzQuNjY2NjY3eiBtMCAzNDEuMzMzMzMzYy0xNy4wNjY2NjcgMC0zMiAxNC45MzMzMzMtMzIgMzJ2MzAwLjhjMi4xMzMzMzMgMTcuMDY2NjY3IDE0LjkzMzMzMyAyOS44NjY2NjcgMzIgMjkuODY2NjY3czMyLTE0LjkzMzMzMyAzMi0zMlY0NDUuODY2NjY3Yy0yLjEzMzMzMy0xNy4wNjY2NjctMTQuOTMzMzMzLTI5Ljg2NjY2Ny0zMi0yOS44NjY2Njd6IG0wLTE2MGMtMjMuNDY2NjY3IDAtNDIuNjY2NjY3IDE5LjItNDIuNjY2NjY3IDQyLjY2NjY2N3MxOS4yIDQyLjY2NjY2NyA0Mi42NjY2NjcgNDIuNjY2NjY2IDQyLjY2NjY2Ny0xOS4yIDQyLjY2NjY2Ny00Mi42NjY2NjYtMTkuMi00Mi42NjY2NjctNDIuNjY2NjY3LTQyLjY2NjY2N3oiPjwvcGF0aD48L3N2Zz4=) no-repeat center;
  background-size: 20px 20px;
}
.toast-message-web p {
  line-height: 40px !important;
  color: #e87005 !important;
}

