.container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: #000;
  position: relative;
}

.logo {
  display: block;
  width: 103px;
  height: 20px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 108px;
  user-select: none;
}


.box {
  width: 100vw;
  height: 290px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  /* 渐变遮罩的高度 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  pointer-events: none;
  /* 确保遮罩不会阻止点击事件 */
}

.box ul {
  list-style: none;
  /* 设置大一点，这样li才能浮动 */
  width: 5500px;
  position: relative;
}

.box ul li {
  width: 202px;
  height: 290px;
  float: left;
  margin-right: 10px;
  border-radius: 22px;
  overflow: hidden;
}

.center-box {
  width: 1200px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.title1 {
  color: #FFF;
  font-family: "Cerebri Sans Pro";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  position: sticky;
  z-index: 99999999;
}

.title2 {
  color: #FFF;
  font-family: "Cerebri Sans Pro";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  position: sticky;
  z-index: 99999999;
  margin-top: 5px;
}

.title3 {
  color: rgba(255, 255, 255, 0.70);
  font-family: "Maison Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
  margin-top: 24px;
  z-index: 100;
}

.code {
  display: block;
  width: 86px;
  height: 86px;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  margin-left: 250px;
}

.downloadBox {
  color: #fff;
  margin-left: 300px;
  display: flex;
  /* flex-direction: column;
  justify-content: center;
  align-items: center; */
}

.codeItem {
  width: 132px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 12px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 35px;
  cursor: pointer;
  position: relative;
  z-index: 999999999;
}

.codeItem:hover .androidCode {
  display: block;
}

.androidCode {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #000;
  bottom: -120px;
  border-radius: 10px;
  padding: 8px;
  display: none;
}

.androidCodeImg {
  display: block;
  width: 100%;
  height: 100%;
}

.appleItem {
  width: 132px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 12px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 35px;
  cursor: pointer;
  position: relative;
  z-index: 999999999;
}

.appleItem:hover .appleCode {
  display: block;
}

.appleCode {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #000;
  bottom: -120px;
  border-radius: 10px;
  padding: 8px;
  display: none;
}

.appleCodeImg {
  display: block;
  width: 100%;
  height: 100%;
}

.downloadIcon {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.title4 {
  display: none;
}

.title5 {
  display: none;
}

.title6 {
  display: none;
}

.wrap {
  width: 1316px;
  height: 800px;
  position: absolute;
  top: 163px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/video-wrap.png") no-repeat center center;
  background-size: contain;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.video {
  width: 280px;
  height: 615px;
  object-fit: cover;
  border-radius: 44px;
}

.mobile-wrap {
  display: none;
}


.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 20px;
}

.text {
  color: rgba(255, 255, 255, 0.50);
  cursor: pointer;
  user-select: none;

}

.text:hover {
  color: #ff9900;
}

.title-box {
  display: none;
}