* {
  margin: 0;
  padding: 0;
}
body{
  width: 100%;
  height: 100%;
}

::-webkit-scrollbar {
  width: 0px;
}

.main {
  width: 100%;
  height: 100%;
  background:no-repeat center;
  background-size: cover;
  position: absolute;
}

.content {
  box-sizing: border-box;
  width: 1200px;
  position: absolute;
  left: 0;
  bottom: 18%;
  display: flex;
}
.left-content {
  flex: 1;
  height: 100%;
  width: 50%;
}
.right-content {
  flex: 1;
  height: 100%;
  width: 50%;
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.right-content span {
  margin-left: 20px;
  display: inline-block;
}
.rc-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 30%;
  align-items: center;
}

.rc-header img {
  margin-bottom: 10px;
}
.download-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px 0;
  margin-left: 56px;
}
.download{
  margin-left: 26px;
  display: flex;
  flex-direction: column;
  width: 160px;
}

#android {
  margin-top: 10px;
}

.tit{
	position: absolute;
	right: 0;
	margin-top: 20px;
}

#qrcode img {
  width: 160px;
  background-color: #fff;
  padding: 3px;
  margin-left: 20px;
  border-radius: 10px;
}

.pc-swiper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1!important; /* 放到最底层 */
  overflow: hidden;
}

.pc-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


