@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  background-color: #000000;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

button {
  cursor: pointer;
  border: none;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.common-button {
  width: 260rem;
  height: 70rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50rem;
  margin-bottom: 50rem;
  background-color: white;
  border-radius: 50rem;
  color: black;
  font-family: Arial;
  font-size: 33rem;
  font-weight: 700;
  font-style: bold;
}

.headerPC {
  width: 100%;
  height: 80rem;
  padding: 0 40rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  cursor: pointer;
}
.headerPC .logoImg {
  width: 210rem;
  height: 70rem;
}
.headerPC .headBox {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerPC .headBox p {
  font-family: Inter;
  font-weight: 500;
  font-style: italic;
  font-size: 30rem;
  color: white;
  margin: 0 auto;
}
.headerPC .headBox .headsearch {
  width: 294rem;
  height: 44rem;
  border-radius: 44px;
  background: rgba(255, 255, 255, 0.3019607843);
  box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.3019607843) inset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  padding: 0 16px;
}
.headerPC .headBox .headsearch img {
  width: 30rem;
  height: 29rem;
}
.headerPC .headBox button {
  width: 102rem;
  height: 44rem;
  border-radius: 4px;
  background: #976cfe;
}
.headerPC .headBox button p {
  font-family: Inter;
  font-weight: 500;
  font-style: italic;
  font-size: 30rem;
  color: white;
}

.banner {
  width: 100%;
  height: 1200rem;
  margin-top: 50rem;
  margin-bottom: -100rem;
  background-image: url("../image-reality/banner-back.avif");
  background-size: 100% 1300rem;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 5rem 50rem rgb(45, 39, 39);
}
.banner .banner-content {
  width: 1250rem;
  height: 300rem;
  padding-top: 700rem;
  margin-left: auto;
  margin-right: auto;
}
.banner .banner-content h1 {
  font-family: Abril Fatface;
  font-weight: 700;
  font-size: 80rem;
  font-style: bold;
  line-height: 95rem;
  letter-spacing: 0;
  color: white;
  margin-bottom: 60rem;
  text-align: center;
}

.titleBox {
  margin-top: 100rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100rem;
}
.titleBox h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 65rem;
  line-height: 100%;
  letter-spacing: -1%;
  text-align: center;
  color: #fff;
}
.titleBox p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 35rem;
  line-height: 50rem;
  letter-spacing: -1%;
  text-align: center;
  color: #acadb6;
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 800rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-container .carousel-wrapper {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.carousel-container .carousel-item {
  position: absolute;
  overflow: hidden;
  border-radius: 20rem;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, z-index 0.6s;
}
.carousel-container .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-container .carousel-item.img1 {
  width: 333rem;
  height: 564rem;
  transform: translateX(264rem);
  margin-top: -130rem;
  z-index: 10;
}
.carousel-container .carousel-item.img2 {
  width: 333rem;
  height: 562rem;
  transform: translateX(612em);
  margin-top: 130rem;
  z-index: 10;
}
.carousel-container .carousel-item.img3 {
  width: 333rem;
  height: 563rem;
  transform: translateX(960rem);
  margin-top: -130rem;
  z-index: 10;
}
.carousel-container .carousel-item.img4 {
  width: 333rem;
  height: 564rem;
  transform: translateX(1308rem);
  margin-top: 130rem;
  z-index: 10;
}
.carousel-container .carousel-line {
  width: 155rem;
  height: 120rem;
  position: absolute;
  z-index: 5;
}
.carousel-container #line1 {
  border-right: #F77907 solid 5rem;
  border-top: #F77907 solid 5rem;
  top: 90rem;
  left: 580rem;
}
.carousel-container #line2 {
  border-right: #F77907 solid 5rem;
  border-bottom: #F77907 solid 5rem;
  top: 569rem;
  left: 930rem;
}
.carousel-container #line3 {
  border-right: #F77907 solid 5rem;
  border-top: #F77907 solid 5rem;
  top: 90rem;
  left: 1280rem;
}
.carousel-container .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border-radius: 50%;
  width: 100rem;
  height: 100rem;
  font-size: 24rem;
  cursor: pointer;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.carousel-container #prev-btn {
  background-image: url("../image-reality/prevbtn.avif");
  background-position: center;
  background-size: 100% 100%;
  left: 150rem;
}
.carousel-container #next-btn {
  background-image: url("../image-reality/nextbtn.avif");
  background-position: center;
  background-size: 100% 100%;
  right: 150rem;
}

.explainbox {
  width: 1700rem;
  height: 950rem;
  margin: 0 auto;
  display: flex;
  gap: 20rem;
  justify-content: center;
  align-items: center;
}
.explainbox .explain {
  width: 800rem;
}
.explainbox .explain h6 {
  font-family: Poppins;
  font-weight: 700;
  font-style: bold;
  font-size: 43rem;
  background-image: linear-gradient(to right, #EFC37A, #E58576);
  color: transparent;
  -webkit-background-clip: text;
  margin-bottom: 20rem;
}
.explainbox .explain p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 28rem;
  color: #AAAAAA;
  margin-bottom: 80rem;
}
.explainbox .explain button {
  width: 237rem;
  height: 60rem;
  border-radius: 100rem;
  margin: 0;
}
.explainbox .explainImg {
  width: 850rem;
  height: 940rem;
}

.album1 {
  width: 100%;
  height: 911rem;
  margin: 0 auto;
  position: relative;
}
.album1 img {
  position: absolute;
}
.album1 .wall1 {
  width: 570rem;
  height: 911rem;
  margin-left: 172rem;
  margin-top: 0rem;
}
.album1 .wall2 {
  width: 317rem;
  height: 382rem;
  margin-left: 761rem;
  margin-top: 127rem;
}
.album1 .wall3 {
  width: 315rem;
  height: 382rem;
  margin-left: 1097rem;
  margin-top: 127rem;
}
.album1 .wall4 {
  width: 318rem;
  height: 382rem;
  margin-left: 1430rem;
  margin-top: 127rem;
}
.album1 .wall5 {
  width: 317rem;
  height: 382rem;
  margin-left: 761rem;
  margin-top: 529rem;
}
.album1 .wall6 {
  width: 651rem;
  height: 382rem;
  margin-left: 1097rem;
  margin-top: 529rem;
}

.album2 {
  width: 1669rem;
  height: 800rem;
  margin: 0 auto;
  display: flex;
  margin-bottom: 30rem;
  overflow: hidden;
}
.album2 .album2Left {
  width: 50%;
  height: 100%;
}
.album2 .album2Right {
  width: 50%;
  height: 100%;
}

.image-wall {
  width: 100%;
  overflow: hidden;
}
.image-wall .image-track {
  display: flex;
  height: 410rem;
  margin: 10rem 0;
  animation: scroll 40s linear infinite;
}
.image-wall .image-track img {
  min-width: 400rem;
  margin: 10rem;
  border-radius: 20rem;
}
@keyframes scroll {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(-60%);
  }
}

footer {
  width: 100%;
  height: 280rem;
  padding: 0 40rem;
  /* 核心磨砂效果 */
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  /* 模糊程度（数值越大越模糊） */
  background-color: rgba(255, 255, 255, 0.3);
  /* 半透明白色背景 */
  /* 增强质感 */
  border: 1px solid rgba(255, 255, 255, 0.3);
  /* 半透明边框 */
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
  /* 柔和阴影 */
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  cursor: pointer;
}
footer .footlogo {
  width: 200rem;
  height: 200rem;
}
footer .footbox {
  width: 85%;
  display: flex;
  align-items: center;
  border-left: white solid 1rem;
}
footer .footbox p {
  font-family: IntSF Pro Rounded;
  font-weight: 400;
  font-size: 50rem;
  color: white;
  margin: 0 auto;
}
footer .footbox button {
  min-width: 90%;
  height: 200rem;
  padding: auto 20rem;
  margin: auto;
  border-radius: 50rem;
  background: #976cfe;
}
footer .footbox button p {
  font-family: SF Pro Rounded;
  font-weight: 700;
  margin-left: 30rem;
  margin-right: 30rem;
  font-style: bold;
  font-size: 100rem;
  color: white;
}/*# sourceMappingURL=main.css.map */