@charset "UTF-8";
.aigctv-box8 {
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgb(225, 246, 255) 0%, rgba(225, 246, 255, 0) 100%);
}

.aigctv-box8__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0.8rem 0.4rem 1.42rem;
  box-sizing: border-box;
}

/* 2:57 gap 6px */
.aigctv-box8__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12rem;
  width: 100%;
  min-width: 0;
}

.aigctv-box8__title {
  margin: 0;
  width: 100%;
  font-size: 0.48rem;
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  line-height: 0.6rem;
  letter-spacing: 0.04rem;
  text-align: center;
  color: rgb(47, 52, 59);
  white-space: nowrap;
}

.aigctv-box8__sub {
  margin: 0;
  width: 100%;
  font-size: 0.22rem;
  font-family: "Microsoft YaHei-Regular", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  line-height: 0.6rem;
  letter-spacing: 0.04rem;
  text-align: center;
  color: rgb(64, 69, 77);
}

/* 172×97；列 gap 9、行 gap 11 */
.aigctv-box8__videos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.22rem;
  width: 100%;
  margin-top: 0.51rem;
  padding: 0 0.04rem;
  box-sizing: border-box;
}

.aigctv-box8__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.18rem;
  width: 100%;
}

.aigctv-box8-video {
  position: relative;
  flex: 0 0 3.44rem;
  width: 3.44rem;
  height: 1.94rem;
  padding: 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  background: #e8ecf0;
  -webkit-tap-highlight-color: transparent;
}

.aigctv-box8-video__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.aigctv-box8-video__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #fff;
  box-shadow: 0 0.12rem 0.4rem rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.aigctv-box8-video__play-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.18rem 0 0.18rem 0.28rem;
  border-color: transparent transparent transparent #fff;
  margin-left: 0.06rem;
}

/* 2:61 */
.aigctv-box8__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.24rem;
  margin-top: 0.53rem;
  padding: 0.4rem 0.4rem 0.4rem 0.52rem;
  box-sizing: border-box;
  border: none;
  border-radius: 0.24rem;
  box-shadow: inset 0 0 0.22rem rgb(255, 255, 255);
  background: linear-gradient(270deg, rgb(188, 117, 255) 0%, rgb(117, 104, 255) 100%);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.aigctv-box8__cta-text {
  font-size: 0.3rem;
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  line-height: 0.3rem;
  letter-spacing: 0.04rem;
  color: #fff;
  white-space: nowrap;
}

.aigctv-box8__cta-arrow {
  display: block;
  width: 0.12rem;
  height: 0.2rem;
  flex-shrink: 0;
  object-fit: contain;
  opacity: 0.4;
}