.banner-box {
  width: 100%;
  height: 600px;
  padding-top: calc(72px + 56px);
  margin-top: 0px;
  position: relative;
  background: linear-gradient(90deg, #dceeff 15.72%, #daebfa 87.24%);
}
.banner-box .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/banner-bg.webp"), linear-gradient(90deg, #dceeff calc(50% - 960px), #daebfa calc(50% + 960px));
  background-position: center center,
            0 0;
  background-size: 1920px 100%,
            auto;
  background-repeat: no-repeat, no-repeat;
  z-index: 1;
}
.banner-box .banner-inner {
  position: relative;
  z-index: 2;
  width: 1272px;
  margin: 0 auto;
}
.banner-box .banner-inner .title-1 {
  color: #000;
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: 56px;
  /* 100% */
  position: relative;
}
.banner-box .banner-inner .title-1 .hot {
  padding: 0px 15px;
  border-radius: 20px;
  background: var(--Dust-Red-5, #ff4d4f);
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  position: absolute;
  left: 346px;
  top: -10px;
}
.banner-box .banner-inner .title-2 {
  background: linear-gradient(90deg, #1d39c4 0%, #4e00e9 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: 56px;
  /* 100% */
  margin-top: 10px;
  padding-bottom: 2px;
}
.banner-box .banner-inner .item-list {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.banner-box .banner-inner .item-list .item {
  width: 120px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  height: 65px;
}
.banner-box .banner-inner .item-list .item .label {
  color: #062c78;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner-box .banner-inner .item-list .item .value {
  color: #062c78;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  margin-top: 10px;
}
.banner-box .banner-inner .btn-list {
  display: flex;
  gap: 20px;
  margin-top: 60px;
  user-select: none;
}
.banner-box .banner-inner .btn-list .btn {
  width: 200px;
  line-height: 54px;
  color: var(--Neutral-1, #fff);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  border-radius: 4px;
  background: #2f54eb;
  cursor: pointer;
  position: relative;
  border: 1px solid #2f54eb;
}
.banner-box .banner-inner .btn-list .btn.btn2 {
  color: var(--Primary-6, #2f54eb);
  background: #fff;
}
.banner-box .banner-inner .btn-list .btn .qr-code-popup {
  display: none;
  width: 160px;
  height: 193px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -193px;
  border-radius: 4px;
  overflow: hidden;
}
.banner-box .banner-inner .btn-list .btn .qr-code-popup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner-box .banner-inner .btn-list .btn:hover .qr-code-popup {
  display: block;
}
.banner-box .banner-footer-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(248, 253, 255, 0.8);
  backdrop-filter: blur(4px);
  z-index: 10;
}
.banner-box .banner-footer-container .banner-footer {
  width: 1272px;
  margin: auto;
  display: flex;
  line-height: 50px;
  color: #6b6ea2;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.banner-box .banner-footer-container .banner-footer .banner-footer-item {
  position: relative;
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-box .banner-footer-container .banner-footer .banner-footer-item img {
  width: 24px;
  height: 24px;
  margin-right: 9px;
}
.banner-box .banner-footer-container .banner-footer .banner-footer-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #9a9cc3;
  opacity: 0.2;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-content {
  padding-top: 80px;
  padding-bottom: 40px;
  width: 1272px;
  margin: 0 auto;
}
.c-content .content-title {
  color: var(--character-primary-85, #040b19);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 100% */
  font-family: "DIN Alternate";
}
.c-content .content-subtitle {
  color: var(--character-third-40, #8b9099);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
  margin-top: 20px;
}
.c-content.content1 .content1-items {
  display: flex;
  justify-content: space-between;
  padding-top: 96px;
}
.c-content.content1 .content1-items .content1-item {
  position: relative;
  flex: none;
  width: 237px;
  height: 280px;
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content1-bg-1.webp");
  background-size: 237px 280px;
  padding: 72px 15px 0;
  user-select: none;
  transition: all 0.3s;
}
.c-content.content1 .content1-items .content1-item:hover {
  transform: translateY(-15px);
}
.c-content.content1 .content1-items .content1-item .index {
  width: 64px;
  height: 64px;
  position: absolute;
  z-index: 1;
  top: -36px;
  left: 15px;
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content1-1.svg");
  background-size: 64px 64px;
  box-shadow: 0 10px 20px 0 rgba(92, 197, 229, 0.3);
  backdrop-filter: blur(5px);
  border-radius: 50%;
}
.c-content.content1 .content1-items .content1-item:nth-child(2) {
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content1-bg-2.webp");
}
.c-content.content1 .content1-items .content1-item:nth-child(2) .index {
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content1-2.svg");
  box-shadow: 0 10px 20px 0 rgba(97, 141, 243, 0.3);
  backdrop-filter: blur(5px);
}
.c-content.content1 .content1-items .content1-item:nth-child(3) .index {
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content1-3.svg");
}
.c-content.content1 .content1-items .content1-item:nth-child(4) {
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content1-bg-2.webp");
}
.c-content.content1 .content1-items .content1-item:nth-child(4) .index {
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content1-4.svg");
  box-shadow: 0 10px 20px 0 rgba(97, 141, 243, 0.3);
  backdrop-filter: blur(5px);
}
.c-content.content1 .content1-items .content1-item:nth-child(5) .index {
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content1-5.svg");
}
.c-content.content1 .content1-items .content1-item .item-content-title {
  color: var(--character-primary-85, #040b19);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 108.333% */
}
.c-content.content1 .content1-items .content1-item .item-content-des {
  margin-top: 24px;
  color: var(--character-secondary-45, #474d58);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}
.c-content.content2 .content2-container {
  display: flex;
  margin-top: 60px;
  width: 1273px;
  height: 444px;
  background: radial-gradient(95.33% 83.45% at 91.51% 87.88%, #e7efff 0%, #fff 100%);
  border-radius: 14px;
}
.c-content.content2 .content2-container .left {
  flex: none;
  width: 443px;
  height: 444px;
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content2-bg.webp");
  background-size: 443px 444px;
  border-radius: 14px 0 0 14px;
}
.c-content.content2 .content2-container .right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  flex: 1;
  user-select: none;
}
.c-content.content2 .content2-container .right .item {
  padding: 30px 25px;
  display: flex;
  transition: 0.3s all;
}
.c-content.content2 .content2-container .right .item:nth-of-type(2) {
  border-radius: 0 14px 0 0;
}
.c-content.content2 .content2-container .right .item:nth-of-type(6) {
  border-radius: 0 0 14px 0;
}
.c-content.content2 .content2-container .right .item .label {
  color: var(--character-primary-85, #040b19);
  font-family: "PingFang SC";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 109.091% */
}
.c-content.content2 .content2-container .right .item .value {
  margin-top: 20px;
  color: var(--character-secondary-45, #474d58);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}
.c-content.content2 .content2-container .right .item img {
  width: 24px;
  height: 24px;
  margin-right: 14px;
}
.c-content.content2 .content2-container .right .item:hover {
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(190, 205, 237, 0.5);
}
.c-content.content3 .content3-container {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}
.c-content.content3 .content3-container .label {
  color: var(--character-primary-85, #040b19);
  font-family: "PingFang SC";
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 105.882% */
}
.c-content.content3 .content3-container .tags {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}
.c-content.content3 .content3-container .tags .tag {
  line-height: 28px;
  padding: 0 8px;
  border-radius: 4px;
  background: var(--Geek-Blue-2, #d6e4ff);
  color: var(--Geek-Blue-6, #2f54eb);
  text-align: center;
  /* H5/medium */
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.c-content.content3 .content3-container .des {
  color: var(--character-primary-85, #040b19);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-top: 20px;
}
.c-content.content3 .content3-container .left {
  width: 466px;
  transition: 0.3s all;
  height: 498px;
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content3-1.webp");
  background-size: 466px 498px;
  padding: 50px 30px;
}
.c-content.content3 .content3-container .left.active {
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content3-1-active.webp");
  background-size: 782px 498px;
}
.c-content.content3 .content3-container .right {
  width: 466px;
  transition: 0.3s all;
  height: 498px;
  border-radius: 14px;
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content3-2.webp");
  background-size: 466px 498px;
  padding: 50px 30px;
}
.c-content.content3 .content3-container .right.active {
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content3-2-active.webp");
  background-size: 782px 498px;
}
.c-content.content3 .content3-container .right .tag {
  background: #bef2db;
  color: var(--Colors-Green-5, #2bad6c);
}
.c-content.content3 .content3-container .tag {
  transition: 0.3s all;
}
.c-content.content3 .content3-container .active-more {
  transition: 0.3s all;
  opacity: 0;
}
.c-content.content3 .content3-container .active {
  width: 782px;
  padding: 50px 40px;
}
.c-content.content3 .content3-container .active .active-more {
  opacity: 1;
  transition-delay: 0.1s;
}
.c-content.content3 .content3-container .active .tag {
  background-color: #fff !important;
}
.c-content.content3 .content3-container .tip {
  width: 676px;
  height: 146px;
  border-radius: 13px;
  background: #fff;
  padding: 25px 20px;
  margin-top: 40px;
  display: block;
}
.c-content.content3 .content3-container .tip .title {
  background: linear-gradient(108deg, #fab17f 12.36%, #ffe0c9 87.64%), #d9d9d9;
  width: 136px;
  color: var(--Sunset-Orange-10, #612500);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 142.857% */
  text-align: center;
}
.c-content.content3 .content3-container .tip .text {
  margin-top: 18px;
  color: var(--character-primary-85, #040b19);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.c-content.content3 .content3-container .btn {
  width: 280px;
  line-height: 42px;
  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;
  margin: auto;
  margin-top: 34px;
  cursor: pointer;
  user-select: none;
}
.c-content.content4 .items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.c-content.content4 .items .item {
  width: 408px;
  height: 173px;
  border-radius: 14px;
  background: #f4f6ff;
  padding: 0 35px;
  padding-top: 42px;
  display: flex;
  align-items: flex-start;
}
.c-content.content4 .items .item img {
  width: 30px;
  height: 20px;
  margin-right: 20px;
  margin-top: 2px;
}
.c-content.content4 .items .item .label {
  color: var(--character-primary-85, #040b19);
  font-family: "PingFang SC";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 109.091% */
}
.c-content.content4 .items .item .des {
  color: var(--character-primary-85, #040b19);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  margin-top: 25px;
}
.c-content.content4 .items .item .des .l {
  display: flex;
  align-items: center;
}
.c-content.content4 .items .item .des .l::before {
  content: "●";
  font-size: 8px;
  line-height: 22px;
  margin-right: 4px;
}
.c-content.content4 .content4-bg {
  width: 1272px;
  height: 481px;
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content4-bg.webp");
  background-size: 1272px 481px;
  margin-top: 120px;
  position: relative;
}
.c-content.content4 .content4-bg .btn {
  position: absolute;
  width: 170px;
  height: 44px;
  top: 90px;
  right: 75px;
  cursor: pointer;
}
.c-content.content4 .content4-content {
  width: 1272px;
  height: 481px;
  margin-top: 120px;
  position: relative;
  background-repeat: no-repeat;
  padding: 0 55px;
  padding-top: 49px;
}
.c-content.content4 .content4-content * {
  position: relative;
  z-index: 1;
}
.c-content.content4 .content4-content .content4-bg {
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content4-bg-2.webp");
  background-size: 1272px 281px;
  width: 1272px;
  height: 281px;
  border-radius: 14px;
  position: absolute;
  top: -120px;
  left: 0;
}
.c-content.content4 .content4-content .btn {
  position: absolute;
  width: 170px;
  height: 44px;
  top: 90px;
  right: 75px;
  cursor: pointer;
  border-radius: 4px;
  background: #fff;
  color: var(--Primary-6, #2f54eb);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  /* 137.5% */
  z-index: 9;
}
.c-content.content4 .content4-content .btn-tip {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 106.667% */
  position: absolute;
  top: 156px;
  right: 70px;
}
.c-content.content4 .content4-content .top-title {
  height: 30px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  position: relative;
  z-index: 9;
}
.c-content.content4 .content4-content .top-title img {
  width: 205px;
  height: 30px;
}
.c-content.content4 .content4-content .top-title .tip {
  padding: 0 10px;
  background: #fff;
  color: var(--Volcano-8, #ad2102);
  text-align: center;
  /* H5/regular */
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  border-radius: 0 4px 4px 0;
}
.c-content.content4 .content4-content .content4-title {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 100% */
  margin-top: 23px;
}
.c-content.content4 .content4-content .content4-des {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
  margin-top: 20px;
  opacity: 0.7;
}
.c-content.content4 .content4-content .content4-items {
  width: 100%;
  height: 246px;
  padding: 0 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.c-content.content4 .content4-content .content4-items .content4-item {
  flex: none;
  width: 264px;
  height: 246px;
  border-radius: 14px;
  border: 1px solid #fff;
  background: radial-gradient(57.64% 69.36% at 91.29% 0%, #e5f1ff 0%, rgba(255, 255, 255, 0.9) 100%);
  box-shadow: 0 3px 18px 0 rgba(212, 225, 237, 0.3);
  backdrop-filter: blur(10px);
  padding: 40px 22px;
}
.c-content.content4 .content4-content .content4-items .content4-item img {
  width: 36px;
  height: 36px;
}
.c-content.content4 .content4-content .content4-items .content4-item .content4-item-label {
  margin: 18px 0;
  color: var(--character-primary-85, #040b19);
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 110% */
}
.c-content.content4 .content4-content .content4-items .content4-item .content4-item-des {
  color: var(--character-primary-85, #040b19);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-top: 18px;
}
.c-content.content5 {
  padding-bottom: 120px;
}
.c-content.content5 .content5-container {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.c-content.content5 .content5-container .item {
  width: 590px;
  height: 496px;
  border-radius: 14px;
  background-size: 590px 138px;
  background-repeat: no-repeat;
  padding: 45px 40px;
}
.c-content.content5 .content5-container .item .label {
  color: var(--character-primary-85, #040b19);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 108.333% */
}
.c-content.content5 .content5-container .item .des {
  color: var(--character-primary-85, #040b19);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
  margin-top: 18px;
}
.c-content.content5 .content5-container .item .ul {
  padding-left: 34px;
  margin-top: 40px;
}
.c-content.content5 .content5-container .item .ul .l {
  margin-bottom: 30px;
}
.c-content.content5 .content5-container .item .ul .l .l-title {
  color: var(--character-primary-85, #040b19);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}
.c-content.content5 .content5-container .item .ul .l .l-title::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 5px;
  left: -34px;
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content5-icon-1.svg");
}
.c-content.content5 .content5-container .item .ul .l .l-text {
  color: var(--character-primary-85, #040b19);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: 12px;
  line-height: normal;
}
.c-content.content5 .content5-container .left {
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content5-1.webp");
  background-color: #f8faff;
  position: relative;
}
.c-content.content5 .content5-container .left::after {
  content: "";
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content5-arrow.svg");
  background-size: 66px 100px;
  position: absolute;
  right: -66px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 66px;
  height: 100px;
}
.c-content.content5 .content5-container .right {
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content5-2.webp");
  background-color: #fff8f0;
}
.c-content.content5 .content5-container .right .ul .l .l-title::before {
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content5-icon-2.svg");
}
.c-content.content6 {
  height: 757px;
  position: relative;
  padding-top: 56px;
}
.c-content.content6 .content6-label {
  color: var(--character-primary-85, #040b19);
  font-family: "PingFang SC";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.c-content.content6 .content6-subtitle {
  color: var(--Primary-6, #2f54eb);
  font-family: "PingFang SC";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.c-content.content6 .global {
  width: 684px;
  height: 600px;
  position: absolute;
  right: 0;
  top: 33px;
  background-image: url(https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content6-1.webp);
}
.bottom-content {
  width: 100vw;
  position: relative;
  background: linear-gradient(107deg, #e0ecfe 16.93%, #f4f8fe 100%);
}
.bottom-content .bottom-content6 {
  width: calc(100vw - 240px);
  min-width: 1400px;
  height: 489px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 212px;
  margin: auto;
}
.bottom-content .bottom-content6 .bottom-content6-content {
  width: 1272px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.bottom-content .bottom-content6 .bottom-content6-content .left {
  padding-top: 50px;
  position: relative;
}
.bottom-content .bottom-content6 .bottom-content6-content .left::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 124px;
  height: 240px;
  width: 1px;
  background-color: #eff0f4;
}
.bottom-content .bottom-content6 .bottom-content6-content .left .content6-title {
  color: var(--character-primary-85, #040b19);
  font-family: "PingFang SC";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.bottom-content .bottom-content6 .bottom-content6-content .left .content6-text {
  color: var(--character-primary-85, #040b19);
  /* Footnote/description */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
  margin-top: 15px;
}
.bottom-content .bottom-content6 .bottom-content6-content .left .ul {
  padding-left: 30px;
  margin-top: 42px;
  color: var(--character-primary-85, #040b19);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.bottom-content .bottom-content6 .bottom-content6-content .left .ul .l {
  margin-bottom: 28px;
  position: relative;
}
.bottom-content .bottom-content6 .bottom-content6-content .left .ul .l::before {
  content: "";
  display: block;
  width: 20px;
  height: 25px;
  position: absolute;
  top: 0px;
  left: -30px;
  background-image: url("https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/content6-2.svg");
}
.bottom-content .bottom-content6 .bottom-content6-content .left .contact {
  display: flex;
  align-items: flex-start;
}
.bottom-content .bottom-content6 .bottom-content6-content .left .contact .contact-icon {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-right: 8px;
}
.bottom-content .bottom-content6 .bottom-content6-content .left .contact .des {
  color: var(--character-secondary-45, #474d58);
  /* Footnote/description */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
}
.bottom-content .bottom-content6 .bottom-content6-content .left .contact .des .active {
  color: var(--Primary-6, #2f54eb);
  cursor: pointer;
}
.bottom-content .bottom-content6 .bottom-content6-content .right {
  padding-left: 156px;
}
.bottom-content .bottom-content6 .bottom-content6-content .right .right-content {
  width: 504px;
  padding-top: 51px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bottom-content .bottom-content6 .bottom-content6-content .right .right-content .right-title {
  line-height: 12px;
  /* 100% */
  background: linear-gradient(90deg, #fff 0%, #e5f0ff 50%, #fff 100%);
  line-height: 22px;
  color: #2f54eb;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.bottom-content .bottom-content6 .bottom-content6-content .right .right-content .right-label {
  margin-top: 20px;
  color: var(--character-primary-85, #040b19);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 107.692% */
  margin-bottom: 30px;
}
.bottom-content .bottom-content6 .bottom-content6-content .right .right-content .right-code {
  width: 240px;
  height: 240px;
  margin: auto;
  background-image: url(https://static.qinqinxiaobao.com/flb-mp/img/official-site-2026/cooperative-alliance/right-code.svg);
  background-size: 240px 240px;
}
.bottom-content .bottom-content6 .bottom-content6-content .right .right-content .right-tip {
  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% */
  margin-top: 30px;
}
.bottom-content .bottom-content6 .bottom-content6-content .right .right-content .right-tip .active {
  color: var(--Geek-Blue-6, #2f54eb);
}

.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;
}

