body {
  background-color: #000;
  color: white;
  font-family: "AlibabaPuHuiTi-Regular";
  font-weight: normal;
  transition: all 1s ease;
}

.active-yellow-body {
  background-color: #FEFAF1;
  transition: all 1s ease;
}

.active-yellow-body .title,
.active-yellow-body p {
  color: #000 !important;
  font-weight: bold;
}
.box-mobiel {
  display: none !important;
}


/* 分割线动效 */
.line {
  margin-top: 1vw;
  margin-bottom: 5vw;
  transition: transform 1s ease-in;
  transform-origin: 0% 50%;
  transform: scaleX(0);
}

.line.active {
  transform: scaleX(1);
}

.message-text {
  display: flex;
  justify-content: flex-end;
}

.message-text h3 {
  width: 50%;
}

.portal-box {
  display: flex;
  justify-content: center;
  gap: 60px;
  position: relative;
  margin-top: 5vw;
}

.portal-box video {
  width: 20vw;
  /* object-fit: cover;
  height: auto; */
}

.scroll-stellar {
  position: relative;
  margin-top: 5vw;
  display: flex;
}

.stellar-large {
  width: 70% !important;
  height: auto;
}

.stellar-small {
  margin-top: 2vw;
  margin-left: -10vw;
  width: 25vw !important;
  height: 24vw !important;
}

.scroll-stellar2 .stellar-small {
  position: absolute;
  left: 10%;
  width: 40vw !important;
  height: 38vw !important;
  z-index: 1;
}

.stellar-point-content {
  display: flex;
  gap: 50px;
}

.stellar-point-content img {
  height: 25vw !important;
  margin-bottom: 5vw;
}

.challenges-box {
  height: 52vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('https://pdsite.partydaysport.com/official_website/experience-05.png');
  padding-top: 2vw;
  position: relative;
}

.challenges-image {
  width: 100%;
  display: flex;
  justify-content: center;
}

.challenges-image img {
  width: 50vw !important;
  height: auto !important;
  margin-top: -10vw;
}

.transcript-box {
  padding: 0 100px;
  box-sizing: border-box;
}

.transcript-text {
  position: absolute;
  left: -5%;
  top: 20%;
  z-index: 1;
}

p {
  font-family: "AlibabaPuHuiTi-Regular";
  font-size: 1.39vw;
  margin-top: 1vw;
  color: white;
  font-weight: normal;
}

h1 {
  font-family: "AlibabaPuHuiTi-Regular";
  color: white;
  font-weight: 500;
  font-size: 6vw;
}

h2 {
  font-family: "AlibabaPuHuiTi-Regular";
  font-weight: 500;
  font-size: 8.1vw;
  line-height: 8vw;
}

h3 {
  font-family: "AlibabaPuHuiTi-Regular";
  font-weight: normal;
  font-size: 1.5vw;
  color: white;
  line-height: 1.6;
}

span {
  font-family: "AlibabaPuHuiTi-Regular";
  color: white;
  font-weight: normal;
}

p1 {
  font-family: "AlibabaPuHuiTi-Regular";
  font-size: 0.8vw;
  margin-top: 1vw;
  color: white;
  font-weight: normal;
}

a {
  font-family: "AlibabaPuHuiTi-Regular";
  color: white;
  font-weight: normal;
  font-size: 1.39vw;
}

@media (max-width: 960px) {
  h2 {
    font-size: 8vw;
  }

  h3 {
    font-size: 4vw;
    color: white;
    line-height: 1.6;
    margin-left: -50%;
  }

  p1 {
    font-family: "AlibabaPuHuiTi-Regular";
    font-size: 4vw;
    margin-top: 1vw;
    color: white;
    font-weight: normal;
  }

  p2 {
    font-family: "AlibabaPuHuiTi-Regular";
    font-size: 4vw;
    margin-top: 1vw;
    color: white;
    font-weight: normal;
  }

  .navbar .navbar-brand img {
    width: 36vw;

    transition: all 2s ease;
  }
}

.carousel-control-prev,
.carousel-control-next {
  background-color: rgba(255, 255, 255, 0) !important;
  /* 半透明白色背景 */
  width: 3vw;
  /* 按钮宽度 */
  height: 3vw;
  /* 按钮高度 */
}

.carousel-control-prev {
  left: 75%;
  top: 85%;
}

.carousel-control-next {
  left: 80%;
  top: 85%;
}

/* 水印 */
.water-mark {
  width: 11vw;
  height: auto;
  position: absolute;
  right: 18vw;
  bottom: 10vw;
}

@media only screen and (max-width: 768px) {
  .clients-mxd {
    display: none;
  }

  .message-text h3 {
    width: 100%;
  }

  .title {
    font-size: 5vw !important;
  }

  p {
    font-size: 3vw !important;
  }

  .col-4 {
    width: 100%;
  }

  .box-mobiel {
    display: block !important;
  }

  .carousel-indicators button {
    width: 8px;
    height: 8px;
  }

  .carousel-caption{
    top: 56%!important;
  }
  
  .carousel-caption p{
    font-size: 1.7vw!important;
  }

}

.carousel-indicators {
  bottom: -5vw !important;
}

/* 轮播图指示器小圆点的样式 */
.carousel-indicators button {
  width: 12px !important;
  /* 设置圆点的宽度 */
  height: 12px !important;
  /* 设置圆点的高度 */
  border-radius: 50% !important;
  /* 确保圆点是圆形 */
  background-color: #fff;
  /* 设置圆点默认的背景颜色 */
  border: none;
  /* 去除圆点的边框 */
  transition: background-color 0.3s ease;
  /* 添加过渡效果 */
  margin-top: 50px;
}

/* 当轮播项为激活状态时 */
.carousel-indicators .active {
  background-color: #bbb;
  /* 激活状态下的圆点颜色（蓝色） */
}


.mxdsc-phone {
  display: none;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* 使文字和图片从顶部对齐 */
  margin-bottom: 5vw;
}

.col-4,
.col-8 {
  padding: 10px;
}

.col-4 {
  /* flex: 0 0 40%; */
  /* 40%宽度 */
}

.col-8 {
  flex: 0 0 60%;
  /* 60%宽度 */
}

.row img {
  width: 100%;
  /* 图片自适应 */
  height: auto;
}

.title {
  font-size: 2vw;
  /* 标题大小 */
  color: white;
  /* 标题颜色 */
  /* margin-bottom: 2vw; */
  /* 标题与内容之间的距离 */
} 
.title-en{
  font-family: 'AlibabaPuHuiTi-Medium';
  font-weight: normal!important;
}

@media (max-width: 768px) {
  .mxdsc-phone {
    display: block;
  }

  .mxdsc {
    display: none;
  }

  .portal-box-mobiel video {
    width: 40vw;
  }

  .transcript-box {
    padding: 0;
  }

  .transcript-box .stellar-large {
    width: 85% !important;
  }

  .transcript-text {
    left: 3%;
  }

  .challenges-box .col-4,
  .transcript-box .col-4{
    padding: 0!important;
  }
  .ip-mask-text{
    width: 70%;
    line-height: 10px;
    font-size: 8px!important;
  }
}