@charset "UTF-8";
/* 65:3216 — 屏级渐变与 LiveBox4 同系；卡片 363×220@1× */
.aigctv-box5 {
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(265deg, rgb(215, 85, 255) 0%, rgb(16, 82, 255) 15.126%, rgb(9, 141, 255) 72.119%, rgb(1, 151, 255) 99.156%);
}

.aigctv-box5__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0.88rem 0.3rem 0.9rem;
  box-sizing: border-box;
}

/* 65:3217 标题区：gap 6px */
.aigctv-box5__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12rem;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.aigctv-box5__title {
  margin: 0;
  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: #fff;
  white-space: nowrap;
}

.aigctv-box5__sub {
  margin: 0;
  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: #fff;
  white-space: nowrap;
}

/* 标题底 → 首卡顶：132 - 110 = 22px */
.aigctv-box5__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.24rem;
  width: 100%;
  margin: 0.44rem 0 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

.aigctv-box5-row {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  min-height: 4.4rem;
  box-sizing: border-box;
  border-radius: 0.24rem;
  overflow: hidden;
}

.aigctv-box5-row--reverse {
  flex-direction: row-reverse;
}

/* 65:3221 / 3233 / 3227 文案底渐变 */
.aigctv-box5-row__shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 0.24rem;
  pointer-events: none;
}

.aigctv-box5-row__shade--from-right {
  background: linear-gradient(270deg, rgba(0, 192, 255, 0.4) 0%, rgba(9, 141, 255, 0) 100%);
}

.aigctv-box5-row__shade--from-left {
  background: linear-gradient(90deg, rgba(0, 192, 255, 0.4) 0%, rgba(9, 141, 255, 0) 100%);
}

/* 容器 126：166×220@1×，描边 2px #38CEFF */
.aigctv-box5-row__photo-wrap {
  position: relative;
  z-index: 1;
  flex: 0 0 3.32rem;
  width: 3.32rem;
  height: 4.4rem;
  box-sizing: border-box;
  border: 0.04rem solid rgb(56, 206, 255);
  border-radius: 0.24rem;
  overflow: hidden;
  background: #000;
}

.aigctv-box5-row__photo {
  display: block;
  width: 100%;
  height: 100%;
  height: 4.4rem;
  object-fit: cover;
  object-position: center;
}

.aigctv-box5-row__copy {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.44rem 0.44rem 0.44rem 0.54rem;
  box-sizing: border-box;
}

.aigctv-box5-row--reverse .aigctv-box5-row__copy {
  padding: 0.44rem 0.54rem 0.44rem 0.44rem;
}

.aigctv-box5-row__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.3rem;
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  line-height: 0.5rem;
  letter-spacing: 0.02rem;
  color: #fff;
}

.aigctv-box5-row__title-line {
  white-space: nowrap;
}

/* 标题区底 → 描述顶：86 - 72 = 14px */
.aigctv-box5-row__desc {
  margin: 0.28rem 0 0;
  width: 100%;
  max-width: 3.02rem;
  font-size: 0.24rem;
  font-family: "Microsoft YaHei-Regular", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  line-height: 0.4rem;
  letter-spacing: 0.02rem;
  color: #fff;
}

.aigctv-box5-row__desc-label {
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
}