@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: 310rem;
  height: 100rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50rem;
  margin-bottom: 50rem;
  background-color: #CC2935;
  border-radius: 10rem;
  color: #ffffff;
  font-family: Arial;
  font-size: 34rem;
  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: 900rem;
  display: flex;
  overflow: visible;
  background-image: url("../image-creepy/banner-back.avif");
  background-size: 100% 1100rem;
  background-repeat: no-repeat;
  box-shadow: 0 5rem 50rem rgb(45, 39, 39);
}
.banner .banner-left {
  width: 50%;
  margin-top: 10%;
  margin-left: 200rem;
}
.banner .banner-left h1 {
  font-family: Poppins;
  font-weight: 800;
  font-size: 80rem;
  font-style: bold;
  line-height: 95rem;
  letter-spacing: 0;
  color: #CC2935;
  margin-bottom: 40rem;
}
.banner .banner-left h3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 56rem;
  line-height: 70rem;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 20rem;
}
.banner .banner-left p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 24rem;
  line-height: 33rem;
  letter-spacing: -3%;
  color: #ffffff;
  margin-bottom: 60rem;
}
.banner .banner-left button {
  width: 310rem;
  height: 100rem;
  background-color: #CC2935;
  border-radius: 10rem;
  color: #ffffff;
  font-family: Arial;
  font-size: 34rem;
  font-weight: 700;
  font-style: bold;
}
.banner .banner-mask {
  position: absolute;
  width: 1300rem;
  height: 200rem;
  margin-top: 750rem;
  right: 0;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
}

.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: 500rem;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-container .carousel-mask {
  position: absolute;
  background-image: url("../image-creepy/carousel-back.avif");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 523rem;
  height: 420rem;
  left: 1220rem;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-container .carousel-mask p {
  font-family: SF Pro;
  font-weight: 700;
  font-style: bold;
  font-size: 24rem;
  text-align: center;
  color: #FFD071;
}
.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: 0%;
  height: 0%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-container .carousel-item.active {
  width: 365rem;
  height: 417rem;
  transform: translateX(170rem) rotate(-5deg);
  border: 3rem solid white;
  opacity: 1;
  z-index: 10;
}
.carousel-container .carousel-item.active img {
  width: 100%;
  height: 100%;
}
.carousel-container .carousel-item.next-1 {
  width: 365rem;
  height: 434rem;
  transform: translateX(618em);
  border: 3rem solid white;
  z-index: 5;
}
.carousel-container .carousel-item.next-1 img {
  width: 100%;
  height: 100%;
}
.carousel-container .carousel-item.next-2 {
  width: 493rem;
  height: 390rem;
  transform: translateX(1011rem);
  border: 3rem solid white;
  opacity: 0.5;
  z-index: 3;
}
.carousel-container .carousel-item.next-2 img {
  width: 100%;
  height: 100%;
}
.carousel-container .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border-radius: 50%;
  width: 70rem;
  height: 72rem;
  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 #next-btn {
  background-image: url("../image-creepy/button.avif");
  background-position: center;
  background-size: 100% 100%;
  right: 750rem;
}

.experience {
  width: 1750rem;
  height: 1100rem;
  margin: 0 auto;
}
.experience img {
  width: 100%;
  height: 100%;
}

.album {
  width: 100%;
  height: 850rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35rem;
}
.album .album-item {
  width: 505rem;
  height: 810rem;
}

.create-top {
  width: 1670rem;
  height: 700rem;
  margin: 0 auto;
}

.create {
  width: 1600rem;
  height: 400rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20rem;
}
.create .create-item {
  width: 780rem;
  height: 400rem;
}

.image-wall {
  width: 100%;
  height: 1300rem;
  padding-top: 10rem;
  position: relative;
}
.image-wall img {
  position: absolute;
}
.image-wall .wall1 {
  width: 378rem;
  height: 302rem;
  margin-left: 172rem;
  margin-top: 0rem;
}
.image-wall .wall2 {
  width: 345rem;
  height: 387rem;
  margin-left: 172rem;
  margin-top: 320rem;
}
.image-wall .wall3 {
  width: 615rem;
  height: 479rem;
  margin-left: 172rem;
  margin-top: 723rem;
}
.image-wall .wall4 {
  width: 224rem;
  height: 302rem;
  margin-left: 563rem;
  margin-top: 0rem;
}
.image-wall .wall5 {
  width: 254rem;
  height: 390rem;
  margin-left: 533rem;
  margin-top: 320rem;
}
.image-wall .wall6 {
  width: 310rem;
  height: 393rem;
  margin-left: 803rem;
  margin-top: 0rem;
}
.image-wall .wall7 {
  width: 523rem;
  height: 794rem;
  margin-left: 803rem;
  margin-top: 408rem;
}
.image-wall .wall8 {
  width: 611rem;
  height: 393rem;
  margin-left: 1128rem;
  margin-top: 0rem;
}
.image-wall .wall9 {
  width: 397rem;
  height: 239rem;
  margin-left: 1342rem;
  margin-top: 408rem;
}
.image-wall .wall10 {
  width: 397rem;
  height: 275rem;
  margin-left: 1342rem;
  margin-top: 664rem;
}
.image-wall .wall11 {
  width: 397rem;
  height: 248rem;
  margin-left: 1342rem;
  margin-top: 954rem;
}

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 */