.main .content-top {
  width: 100%;
  aspect-ratio: 1920 / 600;
  height: auto;
  min-height: 410px;
  max-height: 600px;
  background: url("/productsImg/bgImg.png") no-repeat center center;
  background-size: cover;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.main .content-top .content-top-con {
  position: absolute;
  top: 28.333%;
}

.main .content-top .content-top-con .p1 {
  font-weight: bold;
  font-size: 52px;
  color: #ffffff;
  text-align: center;
  height: 73px;
  object-fit: contain;
}

.main .content2 {
  width: 100%;
  padding: 76px 0 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main .content2 .contentTitle {
  font-weight: bold;
  font-size: 36px;
  color: #1d1d1f;
  text-align: center;
}

.main .content2 .smallTitle {
  margin-top: 10px;
  height: 25px;
  font-weight: 400;
  font-size: 18px;
  color: #90949e;
  text-align: center;
}

.main .content2 .gridContent {
  margin-top: 53px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-column-gap: 21px;
  grid-row-gap: 20px;
  grid-auto-flow: row;
}
.main .content2 .gridContent .menusBox {
  width: 586px;
  height: 139px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 0 24px 0 23px;
  box-sizing: border-box;
  border-radius: 4px;
}

.main .content2 .gridContent .menusBox img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.main .content2 .gridContent .menusBox .menu-title {
  font-weight: 600;
  font-size: 20px;
  color: #1d1d1f;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.main .content2 .gridContent .menusBox .menu-tex {
  width: 447px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #90949e;
  text-align: left;
  display: box; /* add this line for compatibility */
  line-clamp: 2; /* add this line for compatibility */
  box-orient: vertical; /* add this line for compatibility */
  -webkit-line-clamp: 2; /* 显示 2 行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 8px;
}

.main .content2 .gridContent .menusBox .more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 24px;
  background: #eef5ff;
  color: #1870ff;
  border-radius: 12px 12px 12px 12px;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}

.main .content2 .gridContent .menusBox:hover {
  background-color: #eef5ff;
}
.main .content2 .gridContent .menusBox:hover .more-btn {
  color: #ffffff;
  background-color: #1870ff;
}

.main .content3 {
  width: 100%;
  background-color: #eef5ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 84px;
}

.main .content3 .contentTitle {
  margin-top: 76px;
  font-weight: bold;
  font-size: 36px;
  color: #1d1d1f;
  text-align: center;
}

.main .content3 .smallTitle {
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #90949e;
  text-align: center;
}

.main .content3 .app-info-con {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 46px;
}

.main .content3 .app-info-con .app-code-con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: start;
}

.main .content3 .app-info-con .app-code-con .title {
  height: 50px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 36px;
  color: #1d1d1f;
  font-style: normal;
  text-transform: none;
}

.main .content3 .app-info-con .app-code-con .content {
  margin-top: 31px;
  width: 454px;
  height: 89px;
  font-weight: 400;
  font-size: 16px;
  color: #434446;
  line-height: 30px;
  text-align: left;
}

.main .content3 .app-info-con .app-code-con .qr-code {
  width: 172px;
  height: 213px;
  object-fit: contain;
  margin-top: 57px;
  align-self: center;
}
.main .content3 .app-info-con .app-img {
  width: 634px;
  height: 635px;
  object-fit: contain;
}
