@charset "UTF-8";
.aigctv-box7 {
  width: 100%;
  box-sizing: border-box;
}

.aigctv-box7__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 0.8rem 0.3rem 0.8rem;
  box-sizing: border-box;
}

.aigctv-box7__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12rem;
  width: 100%;
  min-width: 0;
}

.aigctv-box7__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(39, 101, 255);
}

.aigctv-box7__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);
}

/* 标题底 → 首卡顶：125 - 106 = 19px */
.aigctv-box7__list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 100%;
  margin: 0.38rem 0 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

.aigctv-box7-module__card {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  width: 100%;
  padding: 0.4rem;
  box-sizing: border-box;
  border-radius: 0.24rem;
  /* 稿面 start 右上 #F7EDFF → end 左下 #CFEFFC */
  background: linear-gradient(225deg, rgb(247, 237, 255) 0%, rgb(255, 255, 255) 49.82%, rgb(207, 236, 255) 99.16%);
}

.aigctv-box7-module__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.16rem;
  width: 100%;
  min-width: 0;
}

.aigctv-box7-module__title {
  margin: 0;
  font-size: 0.3rem;
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  line-height: 0.6rem;
  letter-spacing: 0.04rem;
  color: rgb(47, 52, 59);
  white-space: nowrap;
}

.aigctv-box7-module__tags {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  width: 100%;
}

.aigctv-box7-module__tags--stacked {
  gap: 0.08rem;
}

.aigctv-box7-module__tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aigctv-box7-module__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.16rem 0.2rem;
  box-sizing: border-box;
  border-radius: 0.12rem;
  font-size: 0.22rem;
  font-family: "Microsoft YaHei-Regular", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  line-height: 0.22rem;
  letter-spacing: 0.04rem;
  color: #fff;
  white-space: nowrap;
}

.aigctv-box7-module__tag--blue {
  background: linear-gradient(270deg, rgb(54, 126, 255) 0%, rgb(71, 175, 255) 100%);
}

.aigctv-box7-module__tag--purple {
  background: linear-gradient(270deg, rgb(151, 76, 255) 0%, rgb(196, 134, 255) 100%);
}

.aigctv-box7-module__skills {
  margin: 0;
  width: 100%;
  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: rgb(122, 127, 137);
}

.aigctv-box7-module__career {
  margin: 0;
  width: 100%;
  min-width: 0;
  font-size: 0.24rem;
  font-family: "Microsoft YaHei-Regular", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  line-height: 0.24rem;
  color: rgb(252, 101, 42);
  white-space: nowrap;
}

.aigctv-box7-module__photo-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 0.24rem;
}

.aigctv-box7-module__photo {
  display: block;
  width: 100%;
  height: 2.74rem;
  object-fit: cover;
  object-position: center;
}

.aigctv-box7-module--icons {
  list-style: none;
}

/* 65:3269 242×54@1×，居中 */
.aigctv-box7__software {
  display: block;
  width: 4.84rem;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

/* 65:4199 363×81@1× */
.aigctv-box7__tools {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
  object-fit: contain;
}

/* 65:3332 332×49.75@1×，gap 12px */
.aigctv-box7__actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.24rem;
  width: 100%;
  margin-top: 0.4rem;
  box-sizing: border-box;
}

.aigctv-box7__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.24rem;
  box-sizing: border-box;
  border: none;
  border-radius: 0.24rem;
  padding: 0.4rem 0.4rem 0.4rem 0.52rem;
  box-shadow: inset 0 0 0.22rem rgb(255, 255, 255);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.aigctv-box7__btn--outline {
  background: linear-gradient(270deg, rgb(188, 117, 255) 0%, rgb(117, 104, 255) 100%);
}

.aigctv-box7__btn--offer {
  background: linear-gradient(270deg, rgb(210, 103, 220) 0%, rgb(255, 116, 23) 100%);
}

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

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