body {
  background-color: #000;
  color: black;
  font-family: "AlibabaPuHuiTi-Regular";
  font-weight: normal;
}

.box-mobiel {
  display: none !important;
}

.pic-text-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}

.pic-text-desc img {
  width: 40vw;
  height: auto;
}

.desc-text {
  width: 50%;
  box-sizing: border-box;
  padding-top: 20vw;
  font-size: 1.25vw;
}
.span1{
  border-radius: 0!important;
}
.title-cn{
  font-size: 3.5vw;
  color: #000;
}
/* 分割线动效 */
.line {
  margin-top: 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;
}

.dynamic-images {
  position: relative;
}

.message-text p {
  width: 50%;
}

.image-wrapper {
  display: flex;
  gap: 70px;
  flex-direction: column;
  margin: 0 -100px;
}

.image-wrapper .image-item {
  display: flex;
  gap: 4%;
  position: relative;
}

.image-wrapper .image-item img {
  height: auto;
  width: 46%;
}

.carousel {
  position: relative;
}

.banner-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .5s ease;
}

.banner-mask:hover {
  transition: 1s ease;
  background-color: rgba(0, 0, 0, .5);
}

.banner-mask span {
  background-color: transparent;
  color: white;
  font-size: 0.8vw;
  margin-right: 1vw;
  display: inline-block;
  border: 1px solid white;
  border-radius: 15px;
  opacity: 0.7;
  padding: 2px 1vw;
}

.banner-mask .adress {
  opacity: .7;
}

.banner-mask .tag {
  margin-top: 1vw;
}

.banner-mask .project-text {
  position: absolute;
  left: 5%;
  bottom: 5%;
  transition: .5s ease;
}

.carousel-item {
  height: 820px;
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
}

p {
  font-family: "AlibabaPuHuiTi-Regular";
  font-size: 1.39vw;
  margin-top: 1vw;
  color: black !important;
  font-weight: normal;
  font-size: 1.25vw;
  color: #fff;
  line-height: 1.6;
  text-align: left;
  word-wrap: break-word;
  black-space: normal;
}


h1 {
  font-family: "AlibabaPuHuiTi-Regular";
  color: black;
  font-weight: 500;
  font-size: 6vw;
}

h2 {
  font-family: "AlibabaPuHuiTi-Regular";
  font-weight: 500;
  font-size: 8.1vw;
  line-height: 8vw;
  color: black;
}

h3 {
  font-family: "AlibabaPuHuiTi-Regular";
  font-weight: 500;
  font-size: 2vw;
  color: black;
  margin-top: 2vw;
  line-height: 3vw;
}

span {
  font-family: "AlibabaPuHuiTi-Regular";
  color: white;
  font-weight: normal;
}

p1 {
  font-family: "AlibabaPuHuiTi-Regular";
  font-size: 0.8vw;
  margin-top: 1vw;
  color: black;
  font-weight: normal;
}

a {
  font-family: "AlibabaPuHuiTi-Regular";
  color: black;
  font-weight: normal;
  font-size: 1.39vw;
}

@media (max-width: 960px) {
  h2 {
    font-size: 8vw;
  }

  p {
    font-size: 3.3vw;
    color: black;
    line-height: 1.6;
    margin-left: -100%;
  }

  h3 {
    font-size: 4vw;
  }

  p1 {
    font-family: "AlibabaPuHuiTi-Regular";
    font-size: 2vw;
    margin-top: 1vw;
    color: black;
    font-weight: normal;
  }

  .navbar .navbar-brand img {
    width: 36vw;

    transition: all 2s ease;
  }
}

@media only screen and (max-width: 768px) {
  .carousel-item {
    height: 200px;
  }

  .container {
    padding: 0;
  }

  .container-mobiel {
    padding: 0 15px;
  }

  .message-text p {
    width: 100%;
  }

  .pic-text-desc {
    align-items: start;
  }

  .desc-text {
    font-size: 3.3vw;
    padding-right: 15px;
  }

  .image-wrapper .image-item img {
    width: 60%;
  }

  .box-mobiel {
    display: block !important;
  }

  .image-item img {
    margin-bottom: 10px;
  }

  .parallax {
    height: 150px;
  }

  .banner-mask p {
    margin-left: 0;
  }

  .banner-mask {
    width: calc(100% - 30px);
    margin-left: 15px;
  }

  .banner-mask .project-text {
    bottom: 15%;
  }

  .banner-mask .project-text p {
    line-height: 1.5 !important;
  }

  .banner-mask .project-text .tag span{
    font-size: 2.5vw;
  }

  .carousel.slide{
    height: 200px!important;
  }
  .carousel.slide .gradient-mask{
    width: calc(100% - 30px)!important;
    margin-left: 15px;
  }

  .project-title{
    font-size: 30px!important;
  }

  .title-cn{
    font-weight: bold;
    font-size: 5vw!important;
  }

  .Inside-stores{
    font-weight: bold;
  }

  .project-title{
    margin-top: 20px!important;
  }
}