.web {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.web .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 390px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f3f8ff;
}

.web .frame {
  display: inline-flex;
  align-items: center;
  gap: 95px;
  position: relative;
  flex: 0 0 auto;
}

.web .logo {
  position: relative;
  width: 149px;
  height: 40px;
}

.web .navbar {
  display: inline-flex;
  align-items: center;
  gap: 44px;
  position: relative;
  flex: 0 0 auto;
}

.web .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Alibaba PuHuiTi 3.0-55Regular", Helvetica;
  font-weight: 400;
  color: #050038;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

/* 二维码容器（默认隐藏） */
.web .frame-2 .frame-4 .qr,
.web .frame-2 .frame-3 .qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 110%; /* 改为下方 */
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-top: 15px;
  z-index: 10;
}

/*!* 上方的小三角 *!*/
/*.web .frame-2 .frame-3 .qr::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -15px; !* 小三角位置：容器顶部上方 *!*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-left: 15px solid transparent;*/
/*  border-right: 15px solid transparent;*/
/*  border-bottom: 15px solid #f0f5ff; !* 与背景色一致 *!*/
/*  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.05);*/
/*}*/

/*.web .frame-2 .frame-4 .qr::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -15px; !* 小三角位置：容器顶部上方 *!*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-left: 15px solid transparent;*/
/*  border-right: 15px solid transparent;*/
/*  border-bottom: 15px solid #fff6f0; !* 与背景色一致 *!*/
/*  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.05);*/
/*}*/

/* 二维码图片 */
.web .frame-2 .frame-4 .qr img,
.web .frame-2 .frame-3 .qr img {
  width: 200px;
  height: 200px;
}


/* 悬浮时显示二维码 */
.web .frame-2 .frame-4:hover .qr,
.web .frame-2 .frame-3:hover .qr {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.web .div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 107px;
  margin-top: -1.00px;
  font-family: "Helvetica-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 16px;
}

.web .section {
  height: 770px;
  padding: 33px 311px 33px 390px;
  background-image: url("img/section.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.web .div-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  flex: 0 0 auto;
}

.web .vector-stroke {
  position: absolute;
  top: -9px;
  left: 58px;
  width: 243px;
  height: 92px;
  aspect-ratio: 2.64;
  object-fit: cover;
}

.web .content {
  position: relative;
  width: 599px;
  height: 280.33px;
  margin-right: -4.00px;
}

.web .text-wrapper-2 {
  top: 184px;
  width: 544px;
  opacity: 0.8;
  font-family: "Alibaba PuHuiTi 3.0-55Regular", Helvetica;
  font-weight: 400;
  color: #36394a;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
  position: absolute;
  left: 0;
}

.web .AI {
  top: 0;
  width: 595px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 56px;
  letter-spacing: 2.00px;
  line-height: 83px;
  position: absolute;
  left: 0;
}

.web .span {
  color: #18063c;
  letter-spacing: 1.12px;
}

.web .text-wrapper-3 {
  color: #4f6cff;
  letter-spacing: 1.12px;
}

.web .frame-2 {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.web .frame-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #4262ff;
  border-radius: 43px;
  cursor: pointer;
}

.web .img {
  position: relative;
  width: 28px;
  height: 28px;
}

.web .text {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-lg-semibold-font-family);
  font-weight: var(--text-lg-semibold-font-weight);
  color: var(
    --1-color-modes-component-colors-components-buttons-primary-button-primary-fg
  );
  font-size: var(--text-lg-semibold-font-size);
  letter-spacing: var(--text-lg-semibold-letter-spacing);
  line-height: var(--text-lg-semibold-line-height);
  white-space: nowrap;
  font-style: var(--text-lg-semibold-font-style);
}

.web .frame-4 {
  display: inline-flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 41px;
  border: 1px solid;
  border-color: #d0d5dd;
  cursor: pointer;
}

.web .text-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--text-lg-semibold-font-family);
  font-weight: var(--text-lg-semibold-font-weight);
  color: var(--1-color-modes-colors-text-text-primary-900);
  font-size: var(--text-lg-semibold-font-size);
  letter-spacing: var(--text-lg-semibold-letter-spacing);
  line-height: var(--text-lg-semibold-line-height);
  white-space: nowrap;
  font-style: var(--text-lg-semibold-font-style);
}

.web .group {
  position: relative;
  width: 623px;
  height: 703px;
  aspect-ratio: 0.89;
  object-fit: cover;
}

.web .section-2 {
  flex-direction: column;
  height: 1141px;
  gap: 69px;
  padding: 110px 390px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.web .frame-5 {
  display: flex;
  width: 1140px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.web .div-3 {
  position: relative;
  width: 288px;
  height: 209.98px;
}

.web .text-wrapper-4 {
  top: 28px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #050038;
  font-size: 44px;
  letter-spacing: -1.00px;
  line-height: 56px;
  white-space: nowrap;
  position: absolute;
  left: 0;
}

.web .text-wrapper-5 {
  position: absolute;
  top: 104px;
  left: 0;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Alibaba PuHuiTi 3.0-55Regular", Helvetica;
  font-weight: 400;
  color: #5b5e6e;
  font-size: 18px;
  letter-spacing: 1.44px;
  line-height: 30px;
}

.web .div-4 {
  position: relative;
  width: 745px;
  height: 240px;
  aspect-ratio: 3.1;
  object-fit: cover;
}

.web .text-wrapper-6 {
  position: absolute;
  top: 104px;
  left: 0;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #5b5e6e;
  font-size: 16px;
  letter-spacing: 1.28px;
  line-height: 30px;
}

.web .text-wrapper-7 {
  position: absolute;
  top: 104px;
  left: 0;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}

.web .div-5 {
  position: relative;
  width: 745px;
  height: 240px;
  object-fit: cover;
}

.web .section-3 {
  height: 551px;
  gap: 84px;
  padding: 110px 390px;
  background-color: #f3f8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.web .frame-6 {
  position: relative;
  width: 595px;
  height: 365px;
  margin-top: -17.00px;
  margin-bottom: -17.00px;
  aspect-ratio: 1.63;
  object-fit: cover;
}

.web .text-wrapper-8 {
  position: absolute;
  top: 98px;
  left: 0;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Alibaba PuHuiTi 3.0-55Regular", Helvetica;
  font-weight: 400;
  color: #5b5e6e;
  font-size: 18px;
  letter-spacing: 1.80px;
  line-height: 30px;
}

.web .element {
  position: absolute;
  top: 32px;
  left: 0;
  width: 282px;
  height: 46px;
}

.web .vector {
  width: 16.22%;
  height: 99.44%;
  left: 83.50%;
  position: absolute;
  top: 0;
}

.web .vector-2 {
  width: 16.05%;
  height: 98.19%;
  left: 66.85%;
  position: absolute;
  top: 0;
}

.web .vector-3 {
  width: 16.03%;
  height: 97.98%;
  left: 50.29%;
  position: absolute;
  top: 0;
}

.web .vector-4 {
  width: 16.61%;
  height: 97.57%;
  left: 33.25%;
  position: absolute;
  top: 0;
}

.web .vector-5 {
  width: 15.13%;
  height: 98.40%;
  left: 17.30%;
  position: absolute;
  top: 0;
}

.web .vector-6 {
  width: 16.41%;
  height: 97.88%;
  left: 0;
  position: absolute;
  top: 0;
}

.web .section-4 {
  gap: 173px;
  padding: 110px 390px;
  flex: 0 0 auto;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.web .div-6 {
  position: relative;
  width: 288px;
  height: 209.98px;
  margin-left: -0.50px;
}

.web .text-wrapper-9 {
  top: 28px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #050038;
  font-size: 48px;
  letter-spacing: -1.00px;
  line-height: 56px;
  position: absolute;
  left: 0;
}

.web .text-wrapper-10 {
  position: absolute;
  top: 105px;
  left: 0;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Alibaba PuHuiTi 3.0-55Regular", Helvetica;
  font-weight: 400;
  color: #5b5e6e;
  font-size: 18px;
  letter-spacing: 1.80px;
  line-height: 30px;
}

.web .element-2 {
  position: relative;
  width: 680px;
  height: 470px;
  margin-right: -0.50px;
  aspect-ratio: 1.45;
}

.web .element-3 {
  position: absolute;
  top: 52px;
  left: 468px;
  width: 212px;
  height: 418px;
  aspect-ratio: 0.49;
}

.web .element-4 {
  position: absolute;
  top: 0;
  left: 234px;
  width: 212px;
  height: 421px;
  aspect-ratio: 0.49;
}

.web .element-5 {
  position: absolute;
  top: 47px;
  left: 0;
  width: 212px;
  height: 423px;
  aspect-ratio: 0.49;
}

.web .footer {
  display: flex;
  /*flex-direction: column;*/
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 110px 390px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f3f8ff;
}

.web .frame-7 {
  display: flex;
  width: 1140px;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.web .frame-8 {
  display: flex;
  flex-direction: column;
  width: 236px;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}

.web .logo-2 {
  position: relative;
  width: 205px;
  height: 55px;
}

.web .ICP-ICP {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-family: "Alibaba PuHuiTi 3.0-55Regular", Helvetica;
  font-weight: 400;
  color: var(--x-7m-cc-LZ);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
}

.web .frame-9 {
  position: relative;
  width: 286px;
  height: 154px;
  aspect-ratio: 1.86;
  object-fit: cover;
}

.qr-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 40px;
}

.qr-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  padding: 20px 30px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.qr-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.qr-img {
  width: 150px;
  height: 150px;
  border-radius: 8px;
}

.qr-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  margin-top: 10px;
}

.icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: cover;
}

/* iOS 样式 */
.qr-card.ios {
  background: #f0f5ff;
}

.qr-card.ios .qr-label {
  color: #3a6cff;
}

.icon.apple {
  background-image: url('https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/apple.svg');
  filter: invert(33%) sepia(97%) saturate(2657%) hue-rotate(211deg) brightness(94%) contrast(101%);
}

/* Android 样式 */
.qr-card.android {
  background: #fff6f0;
}

.qr-card.android .qr-label {
  color: #e57a2e;
}

.icon.android {
  background-image: url('https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/android.svg');
  filter: invert(64%) sepia(47%) saturate(477%) hue-rotate(349deg) brightness(96%) contrast(94%);
}