@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-girlfriend/banner-back.avif");
  background-size: 1300rem 790rem;
  background-position: bottom right;
  background-repeat: no-repeat;
  box-shadow: 0 5rem 50rem rgb(45, 39, 39);
}
.banner .banner-left {
  width: 60%;
  margin: 10% 100rem;
}
.banner .banner-left h1 {
  font-family: Poppins;
  font-weight: 700;
  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-right {
  width: 40%;
  margin-right: 100rem;
  display: flex;
  position: relative;
  overflow: visible;
}
.banner .banner-right img {
  height: 750rem;
  margin-top: auto;
}
.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;
}

.Value-section {
  width: 1800rem;
  height: 700rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60rem;
  margin-bottom: 100rem;
}
.Value-section .explain h6 {
  font-family: Poppins;
  font-weight: 700;
  font-style: bold;
  font-size: 50rem;
  color: #fff;
  margin-bottom: 20rem;
}
.Value-section .explain p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 36rem;
  color: #AAAAAA;
}
.Value-section .explain span {
  color: #CC2935;
}
.Value-section .show {
  width: 600rem;
  height: 600rem;
}
.Value-section .show img {
  width: 100%;
  height: 100%;
}

.CreateBox {
  width: 1550rem;
  height: 890rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  background-image: url("../image-girlfriend/create-bg.avif");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  border: solid 3rem;
  border-radius: 30rem;
  border-color: #fff;
}
.CreateBox .Create-left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.CreateBox .Create-left h6 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 45rem;
  letter-spacing: -1%;
  color: #fff;
}
.CreateBox .Create-left p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 30rem;
  line-height: 50rem;
  letter-spacing: -1%;
  color: #acadb6;
}
.CreateBox .Create-left span {
  color: #CC2935;
}
.CreateBox .Create-right {
  width: 50%;
  overflow: hidden;
  border-radius: 0 30rem 30rem 0;
}
.CreateBox .Create-right img {
  height: 100%;
  width: 100%;
}

.Cs-box {
  width: 1250rem;
  height: 400rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40rem;
  border: solid 4rem;
  border-radius: 20rem;
  border-color: #fff;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.Cs-box .cs-track {
  width: 1200rem;
  height: 330rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-items: left;
  align-items: center;
  transition: transform 0.5s ease;
  padding-left: 10rem;
}
.Cs-box .cs-track img {
  width: 270rem;
  height: 270rem;
  border-radius: 20rem;
  flex-shrink: 0;
  margin-right: 30rem;
  transition: all 0.5s ease;
}
.Cs-box .cs-track img.active {
  border: 2rem solid #fff;
  transform: scale(1.1);
}

.images-wall {
  width: 100%;
  height: 1800rem;
  display: flex;
  justify-content: center;
  gap: 8.3333333333%;
  padding: 1rem;
}
.images-wall .image-group {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.images-wall .image-group .image-item {
  position: relative;
  overflow: hidden;
  border-radius: 24rem;
  margin-bottom: 20rem;
  cursor: pointer;
}
.images-wall .image-group .image-item img {
  width: 100%;
  height: auto;
  display: block;
}
.images-wall .image-group .image-item:hover img {
  transform: scale(1.05);
}

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