
.neofuns-video-intro,
.neofuns-video-intro * {
  box-sizing: border-box;
}

.neofuns-video-intro {
  position: relative;
  width: 100%;
  padding: 70px 0;
  overflow: hidden;
  background: #fff;
  color: #111;
}

.neofuns-video-intro__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 70px;
  margin: 0 auto;
}

.neofuns-video-intro__content {
  flex: 0 0 36%;
  min-width: 0;
}

.neofuns-video-intro__label {
  margin: 0 0 14px;
  color: #004297;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.neofuns-video-intro__title {
  margin: 0 0 24px;
  color: #222;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1px;
}

.neofuns-video-intro__description {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.55;
}

.neofuns-video-intro__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 56px;
  padding: 16px 30px;
  background: #004297 !important;
  border: 1px solid #004297 !important;
  border-radius: 30px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  transition: .3s;
}

.neofuns-video-intro__button:hover {
  background: #003574 !important;
  border-color: #003574 !important;
  transform: translateY(-2px);
}

.neofuns-video-intro__media {
  flex: 1;
  min-width: 0;
  padding: 38px;
  background: #2b2b2b;
  border: 5px solid #004297;
  border-radius: 20px;
}

.neofuns-video-intro__video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background: #000;
  border-radius: 8px;
}

.neofuns-video-intro__poster,
.neofuns-video-intro__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.neofuns-video-intro__poster {
  padding: 0;
  background: url("//ueeshop.ly200-cdn.com/u_file/UPAZ/UPAZ216/2609/03/photo/arcadegamefactory.jpg") center/cover no-repeat;
  cursor: pointer;
}

.neofuns-video-intro__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  background: #004297;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.neofuns-video-intro__play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  transform: translate(-50%, -50%);
}

/* 装饰圆形 */
.neofuns-video-intro__circle {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}

.neofuns-video-intro__circle--top {
  top: -95px;
  right: 33%;
  width: 190px;
  height: 190px;
  background: #d5e51b;
}

.neofuns-video-intro__circle--bottom {
  right: 43%;
  bottom: -145px;
  width: 270px;
  height: 270px;
  background: #ff901f;
}

.neofuns-video-intro__circle--right {
  right: 8%;
  bottom: 15px;
  width: 82px;
  height: 82px;
  background: #004297;
}

/* 平板 */
@media (max-width: 1024px) {
  .neofuns-video-intro {
    padding: 55px 0;
  }

  .neofuns-video-intro__inner {
    gap: 40px;
  }

  .neofuns-video-intro__content {
    flex-basis: 38%;
  }

  .neofuns-video-intro__title {
    font-size: 40px;
  }

  .neofuns-video-intro__media {
    padding: 25px;
  }
}

/* 手机 */
@media (max-width: 767px) {
  .neofuns-video-intro {
    padding: 40px 0;
  }

  .neofuns-video-intro__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }

  .neofuns-video-intro__content,
  .neofuns-video-intro__media {
    width: 100%;
    flex: none;
  }

  .neofuns-video-intro__label {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .neofuns-video-intro__title {
    margin-bottom: 18px;
    font-size: 34px;
    line-height: 1.15;
  }

  .neofuns-video-intro__description {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.6;
  }

  .neofuns-video-intro__button {
    min-width: 170px;
    min-height: 50px;
    padding: 14px 24px;
    font-size: 15px;
  }

  .neofuns-video-intro__media {
    padding: 14px;
    border-width: 3px;
    border-radius: 14px;
  }

  .neofuns-video-intro__video {
    border-radius: 6px;
  }

  .neofuns-video-intro__play {
    width: 56px;
    height: 56px;
  }

  .neofuns-video-intro__circle--top {
    top: -45px;
    right: -30px;
    width: 100px;
    height: 100px;
  }

  .neofuns-video-intro__circle--bottom {
    display: none;
  }

  .neofuns-video-intro__circle--right {
    right: -20px;
    bottom: 10px;
    width: 60px;
    height: 60px;
  }
}
