* {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  display: block;
  width: 100%;
}

/* html,
body {
  font-size: 12px;
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  min-width: 1200px;
  overflow-x: hidden;
} */
.space-150 {
  height: 150px;
}
.space-140 {
  height: 140px;
}
.space-100 {
  height: 100px;
}

.space-50 {
  height: 50px;
}

.space-40 {
  height: 40px;
}

@media screen and (min-width: 1500px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1700px) {
  html {
    font-size: 18px;
  }
}

@media screen and (min-width: 1900px) {
  html {
    font-size: 20px;
  }
}

body {
  min-height: 100vh;
  position: relative;
}

.mt-16 {
  margin-bottom: 16px;
}
.mt-10 {
  margin-bottom: 10px;
}

.item-style {
  flex: 1;
  padding: 2px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.03);
  cursor: pointer;
}
.active {
  background: linear-gradient(225deg, #9330ff 0%, #ff2593 50%, #ff7f05 100%);
  box-shadow: 0 7px 6px 0 rgba(190, 32, 233, 0.06),
    0 22px 21px 0 rgba(190, 32, 233, 0.04),
    0 100px 96px 0 rgba(190, 32, 233, 0.02);
}

.container {
  position: relative;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}

.l-liner {
  position: absolute;
  left: -140px;
  top: -155px;
  width: 309px;
  height: 350px;
  background: rgba(55, 111, 240, 0.3);
  border-radius: 0 0 0 0;
  opacity: 0.16;
  filter: blur(200px);
}

.top-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* max-height: 800px;
  overflow: hidden; */
}

.header {
  height: 70px;
  display: flex;

  align-items: center;
  justify-content: space-between;
  padding: 0 60px;

  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
}

.logo-wrap {
  display: flex;
  align-items: center;
  color: #242222;

  font-weight: 600;
  gap: 9px;
  flex-wrap: nowrap;
}
.logo {
  width: 112px;
}
.title {
  flex: 1;
  font-size: 26px;
}

.nav {
  display: flex;
  justify-content: center;
  height: 100%;
}
.nav .item {
  padding: 0 40px;
  font-size: 16px;
  color: #151515;
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nav .item.act {
  color: #f26;
  font-weight: 500;
}

.btns {
  display: flex;
  align-items: center;
  gap: 16px;
}
.btn {
  width: 112px;
  height: 42px;
  border-radius: 26px;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  padding: 2px;
  box-sizing: border-box;

  background: linear-gradient(225deg, #9330ff 0%, #ff2593 50%, #ff7f05 100%);
}

.btn .text-bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  box-sizing: border-box;
}

.btn .text {
  -webkit-text-fill-color: transparent;
  color: transparent;
  background: linear-gradient(
    -135.00000295754268deg,
    #a451ff 0%,
    #f03292 50%,
    #f09136 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
}

.login {
  background: linear-gradient(225deg, #a451ff 0%, #f03292 50%, #f09136 100%),
    linear-gradient(225deg, #9330ff 0%, #ff2593 50%, #ff7f05 100%);
}

.con-header {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}
.c-left {
  text-align: left;
  flex: 0 0 auto;
}
.c-right {
  position: absolute;
  left: 390px;
  top: 0;
  width: 1000px;
}

.content {
  position: relative;
}

.title-top {
  text-align: left;
  margin: 150px auto 0;
}

.tit {
  display: flex;
  gap: 16px;
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 40px;
  color: #151515;
  width: 100%;
  margin-bottom: 30px;
}
.t-l {
  -webkit-text-fill-color: transparent;
  color: transparent;

  /* background: linear-gradient(-135.00000295754268deg, #a451ff 0%, #f03292 50%, #f09136 100%); */

  background: linear-gradient(
    -135.00000295754268deg,
    #a451ff 0%,
    #f03292 50%,
    #f09136 100%
  );
  font-weight: bold-;
  background-clip: text;
  -webkit-background-clip: text;
}

.title-top .desc {
  font-size: 16px;
  color: #49505c;
  margin-top: 10px;
  font-family: MiSans, MiSans;
}
.desc .bold {
  font-weight: 500;
  color: #151515;
}

.bg1 {
  position: relative;
  background-color: #fefcfe;
  overflow: hidden;
}
.bg1 img {
  max-width: 1920px;
  margin: 0 auto;
}

.banner-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
  margin-top: 35px;
}

.banner-btns .btn {
  width: 200px;

  height: 56px;
  border-radius: 28px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: normal;
  box-shadow: 0 3px 2px 0 rgba(231, 112, 97, 0.02),
    0 7px 5px 0 rgba(231, 112, 97, 0.03), 0 13px 10px 0 rgba(231, 112, 97, 0.04),
    0 22px 18px 0 rgba(231, 112, 97, 0.04),
    0 42px 33px 0 rgba(231, 112, 97, 0.05),
    0 100px 80px 0 rgba(231, 112, 97, 0.07);
}

.banner-btns .login {
  background: linear-gradient(225deg, #9330ff 0%, #ff2593 50%, #ff7f05 100%);
  box-shadow: 0 3px 2px 0 rgba(145, 11, 230, 0.03),
    0 7px 5px 0 rgba(145, 11, 230, 0.05), 0 13px 10px 0 rgba(145, 11, 230, 0.06),
    0 22px 18px 0 rgba(145, 11, 230, 0.07),
    0 42px 33px 0 rgba(145, 11, 230, 0.09),
    0 100px 80px 0 rgba(145, 11, 230, 0.12),
    inset 4px 0 4px 0 rgba(255, 255, 255, 0.25),
    inset -4px 0 4px 0 rgba(255, 255, 255, 0.25);
}
.banner-btns a span {
  font-weight: 600;
}
.space {
  height: 100px;
}

.banner {
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  width: 1640px;
}
.banner-space {
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #fff 100%);
  border-radius: 0 0 0 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

/* banner 下文案 */
.t1 {
  position: relative;
  text-align: center;
  /* margin: 30px 0; */
}
.pp-tit {
  margin-bottom: 40px;
}
.t1 .t1-t {
  font-weight: 600;
  font-size: 36px;
  color: #151515;
}
.t1-desc {
  font-size: 18px;
  color: #49505c;
  margin-top: 20px;
}

.con {
  width: 1200px;
  margin: 0 auto;
}

/* 选择区 */
.choose-wrap {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.cell-a {
  width: 693px;
}
.cell-b {
  width: 491px;
}
.cell-c {
  width: 491px;
}
.cell-d {
  width: 693px;
}
/* 产能 */
.list-wrap {
  display: flex;
  gap: 16px;
}
.list-item {
  position: relative;
}
.item-text {
  position: absolute;
  left: 32px;
  bottom: 32px;

  font-family: D-DIN-PRO, D-DIN-PRO;
  font-weight: bold;
  font-size: 30px;
  color: #151515;
}
.item-text .d,
.item-text .b {
  font-weight: 600;
  font-size: 18px;
  color: #151515;
  margin-top: 6px;
}
.item-text .b {
  margin-top: 0;
}
.item-desc {
  position: absolute;
  right: 10px;
  bottom: 32px;
  display: flex;
  /* gap: 6px; */
  text-align: center;
  font-size: 16px;
  color: #49505c;
}
.desc-left,
.desc-right {
  width: 70px;
}

.desc-top {
  font-weight: 600;
  font-size: 20px;
  color: #2e3033;
  margin-bottom: 5px;
}

.active {
  background: linear-gradient(225deg, #9330ff 0%, #ff2593 50%, #ff7f05 100%);
  box-shadow: 0 7px 6px 0 rgba(190, 32, 233, 0.06),
    0 22px 21px 0 rgba(190, 32, 233, 0.04),
    0 100px 96px 0 rgba(190, 32, 233, 0.02);
}
.item-bg {
  display: flex;
  /* align-items: baseline; */
  padding: 24px 20px 24px;
  background-color: #fff;
  border-radius: 20px;
  gap: 10px;
  box-sizing: border-box;
}
.item-bg .l {
  width: 36px;
  height: 36px;
}
.item-bg .r {
  flex: 1;
  height: 100%;
}
.item-bg .top {
  font-weight: 600;
  font-size: 18px;
  color: #151515;
}
.item-bg .btm {
  font-size: 16px;
  color: #49505c;
  padding: 6px 0 0;
}

/* 达人合作区域 */
.drhz {
  width: 100%;
  overflow: hidden;
}
.dr-img {
  width: 100%;
  height: 100%;
}
.card {
  margin-top: 50px;
  position: relative;
}
.first-card {
  margin-top: 0;
}
.space-50 {
  height: 40px;
}
.card .con {
  position: relative;
  display: flex;
  gap: 80px;
  height: 400px;
  align-items: center;
}

.left-card .left,
.right-card .right {
  width: 560px;
  position: absolute;

  flex: 0 0 auto;
}
.left-card .left {
  left: 0;
  top: 0;
}
.left-card .right {
  padding-left: 640px;
  box-sizing: border-box;
}
.card .right,
.card .left {
  font-size: 18px;
  color: #49505c;
}
.right-card .right {
  right: -80px;
  top: 0;
  width: 707px;
}

.left-card .right {
  /* padding-top: 110px; */
}
.right-card .left {
  max-width: 600px;
}

.left-card-linear::after {
  content: '';
  position: absolute;
  left: -86px;
  width: 400px;
  height: 400px;
  bottom: -360px;
  background: #e0f;
  border-radius: 0 0 0 0;
  opacity: 0.05;
  filter: blur(200px);
}
.right-card-linear:after {
  content: '';
  position: absolute;
  right: -114px;
  top: 20px;
  width: 400px;
  height: 400px;
  background: #ff00de;
  border-radius: 0 0 0 0;
  opacity: 0.05;
  filter: blur(200px);
}
.green-card-linear::after {
  content: '';
  position: absolute;
  left: -86px;
  top: 90px;
  width: 400px;
  height: 400px;
  background: #00bfff;
  border-radius: 0 0 0 0;
  opacity: 0.05;
  filter: blur(200px);
}

.t2 {
  font-weight: 600;
  font-size: 35px;
  color: #151515;
}
.t2 span {
  -webkit-text-fill-color: transparent;
  color: transparent;

  background: linear-gradient(
    -135.00000295754268deg,
    #a451ff 0%,
    #f03292 50%,
    #f09136 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
}

.card .desc-dot {
  position: relative;
  font-size: 16px;
  color: #49505c;
  padding-left: 18px;
  margin-top: 12px;
}
.desc-dot::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #c0c0c0;
  border-radius: 50%;
}

.drhz .right {
  flex: 1;
}

.drhz .desc {
  font-size: 18px;
  color: #666;
  line-height: 33px;
}

/* 创作者区域 */
.c-bg {
  max-width: 1920px;
  margin: 0 auto;
}
.creator-wrap {
  position: relative;
}
.creator-wrap .con {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.c-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
}
.c-item {
  width: 118px;
  height: 54px;
  border-radius: 27px;
  align-items: center;
}

.c-item-bg {
  border-radius: 25px;
  gap: 6px;
  padding: 0 0 0 22px;
  height: 100%;
  display: flex;
  align-items: center;
}
.c-item-bg .r {
  display: flex;
  align-items: center;
}

.video-list {
  display: grid;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: nowrap;
  grid-template-columns: repeat(4, 1fr);
}
.video-item {
  flex: 1;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
  /* height: 480px; */
  position: relative;
  box-sizing: border-box;
}
.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
.video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.master {
  position: relative;
  /* padding-bottom: 100px; */
}
.master .con {
  height: 670px;
  margin-bottom: 70px;
}
.master .con .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.master .t1 {
  padding: 260px 0 0;
  margin-top: 0;
  position: relative;
  top: 20px;
}

.m-con {
  position: relative;
}
.registry {
  position: absolute;
  left: 50%;
  bottom: 107px;
  color: transparent;
  cursor: pointer;
  width: 208px;
  height: 50px;
  transform: translateX(-50%);
}
/* 合作区域 */
.connect {
  position: relative;
  padding: 140px 0 0;
}
.connect::before {
  content: '';
  position: absolute;
  left: -80px;
  top: 0;
  width: 1038px;
  height: 591px;
  background: linear-gradient(
    153deg,
    #fff 0%,
    #fdf3fe 14%,
    #f7d6fc 47%,
    #fcf1fe 87%,
    #fff 100%
  );
  border-radius: 0 0 0 0;
  filter: blur(159.76170349121094px);
  opacity: 0.2;
}
.connect::after {
  content: '';
  position: absolute;
  top: 130px;
  left: -50px;
  width: 543px;
  height: 481px;
  background: linear-gradient(
    151deg,
    #fff 0%,
    #dde0ff 21%,
    #dde0ff 53%,
    rgba(221, 224, 255, 0.59) 75%,
    #fff 100%
  );
  border-radius: 0 0 0 0;
  filter: blur(159.76170349121094px);
  opacity: 0.3;
}
.connect-wrap {
  position: relative;
  z-index: 2;
}
.connect-con {
  position: relative;
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  padding: 30px 0 200px;
}
.yh {
  width: 34px;
  margin-bottom: 40px;
  /* font-size: 50px;
  font-weight: bold;
  color: rgba(21, 21, 21, 0.15); */
}
.t3 {
  font-weight: 600;
  font-size: 24px;
  color: #111;
}
.t6 {
  font-size: 18px;
  color: #49505c;
  line-height: 28px;
  margin-top: 16px;
}
.connect-con .left {
  width: 640px;
  flex: 0 0 auto;
}
.connect-con .right {
  position: absolute;
  right: -50px;
  width: 454px;
  top: 0;
}

/* 底部描述 */
.desc-wrap {
  height: 266px;
  background: linear-gradient(90deg, #f8e9ff 0%, #eaf0ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.desc-wrap-con {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.desc-wrap .title-top {
  margin: 0;
}
.desc-wrap .tit {
  margin: 0;
}
.desc-wrap .desc {
  margin-top: 0;
  font-size: 16px;
  color: #49505c;
  margin: 5px 0 0;
  text-align: center;
}

.login-btm {
  width: 176px;
  height: 56px;
  border-radius: 28px;
  flex: 0 0 auto;
  margin-top: 20px;
  display: flex;
  gap: 5px;
  box-sizing: border-box;
  justify-content: center;
  box-shadow: 0 3px 2px 0 rgba(145, 11, 230, 0.03),
    0 7px 5px 0 rgba(145, 11, 230, 0.05), 0 13px 10px 0 rgba(145, 11, 230, 0.06),
    0 22px 18px 0 rgba(145, 11, 230, 0.07),
    0 42px 33px 0 rgba(145, 11, 230, 0.09),
    0 100px 80px 0 rgba(145, 11, 230, 0.12),
    inset 4px 0 4px 0 rgba(255, 255, 255, 0.25),
    inset -4px 0 4px 0 rgba(255, 255, 255, 0.25);
}
.login-btm .narrow {
  width: 16px;
  height: 16px;
}

/* 底部 */
