
body {
  background-color: #101d30 !important;
}
.content {
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
}
.content .bigimg {
  width: 100%;
  text-align: center;
  position: relative;
}
.bigimg .video-thum {
  width: 100%;
}
.img-container {
  display: flex;
  flex-wrap: wrap;
}
.img-wrapper {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
.img-wrapper img {
  max-width: 100%;

  /* height: 100%; */
}
.title {
  margin-left: 167px;
  font-size: 24px;
  padding-left: 10px;
  border-left: 3px solid #fff;
}
.content p {
  line-height: 1.8em;
  text-indent: 2em;
}
.contact {
  position: static;
  padding: 20px;
}
.contact p {
  font-size: 14px;
}
.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
/* .play-btn {
  position: absolute;
  left: 0;
  bottom: 100px;
  right: 0;
  z-index: 5;
  cursor: pointer;
  text-align: center;
} */

.pop-video-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 80%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -28%);
  visibility: hidden;
}

.pop-video-bg.show {
  visibility: visible;
}

#pop-video {
  width: 100%;
  height: 100%;
  padding: 10px 13px 5px 13px;
  background-clip: padding-box;
  /* background: url('/assets/img/video_kuang.png'); */
  background-size: cover;
}
.bigvideo {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

/* 微信浏览器兼容性处理 */
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .bigvideo {
    object-fit: cover;
    width: 100vw;
    height: auto;
    min-height: 200px; /* 防止高度塌陷 */
  }
}

.close-btn {
  position: absolute;
  cursor: pointer;
  right: -70px;
  top: -50px;
}

.content-p,
.img-container {
  padding: 0 167px;
}

.others-wrapper {
  color: #fff;
  width: calc(100% - 167px - 167px);
  margin: 0 auto;
}
.others-wrapper .other-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.others-wrapper .more {
  font-size: 24px;
  color: #fff;
}
.others-wrapper .more:hover {
  text-decoration: underline;
}
.others-wrapper h3 {
  font-size: 48px;
}
.others-wrapper h3 span {
  font-size: 36px;
  margin-left: 48px;
}
.others {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px auto;
}

.other-img-wrapper {
  width: 24%;
  max-height: 233px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.other-img-wrapper img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.other-img-wrapper p {
  font-size: 1.1rem;
  color: #fff;
  margin: 10px 5px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .content-p,
  .img-container {
    padding: 0 20px;
  }
  .img-wrapper {
    width: 100%;
    height: auto;
  }
  .title {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .bigimg .video-thum {
    width: 100vw;
  }
  .bigvideo {
    height: auto;
    object-fit: cover;
  }
  .play-btn {
    transform: translate(-50%, -50%) scale(0.6);
  }
  .img-wrapper {
    padding: 0;
    margin-bottom: 10px;
  }
  .others-wrapper {
    width: calc(100% - 40px);
  }
  .others {
    flex-wrap: wrap;
  }
  .other-title h3 {
    font-size: 1.5rem;
  }
  .others-wrapper h3 span {
    font-size: 1rem;
    margin-left: 10px;
  }
  .others-wrapper .more {
    font-size: 1rem;
  }
  .other-img-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
