* {
  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;
}
.max-width {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}

@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;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
}

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

.r-liner {
  position: absolute;
  right: -70px;
  top: -155px;
  width: 400px;
  height: 400px;
  background: #001aff;
  border-radius: 0 0 0 0;
  opacity: 0.05;
  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;
  height: 584px;
}
.header-text {
  position: absolute;
  left: 0;
  top: 258px;
}
.header-text .t-t {
  font-weight: 600;
  font-size: 48px;
  -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;
}
.header-text .t-b {
  font-weight: 600;
  font-size: 40px;
  color: #151515;
  margin-top: 15px;
}

.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: 32px;
  color: #150e51;
  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-clip: text;
  -webkit-background-clip: text;
}

.title-top .desc {
  font-size: 16px;
  color: #49505c;
  margin-top: 5px;
  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;
}

.max-width {
  position: relative;
}
.fzlc {
  height: 600px;
}
.fzlc-img {
  height: 100%;
}
.lc-con {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 240px;
  padding-top: 60px;
  box-sizing: border-box;
}
.max-width .lc-l {
  width: 370px;
  margin-top: 60px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-8 {
  margin-top: 8px;
}
.lc-l .filter-item .item-tit .t {
  width: 190px;
  box-sizing: border-box;
}
.filter-item .item-tit {
  position: relative;
  display: flex;
  z-index: 5;
}

.filter-item {
  /* backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); */
}

.item-tit .t {
  position: relative;
  border: 2px solid #eaf0ff;
  border-right: none;
  border-radius: 20px 20px 0 0;
  padding: 18px 20px 5px 40px;
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 20px;
  border-bottom: none;
  z-index: 2;

  /* backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px);  */

  /* box-shadow: inset 5px 5px 20px -20px #ff00de; */
  background: linear-gradient(
    165deg,
    rgb(244, 169, 255, 0.4) 0%,
    rgb(244, 169, 255, 0) 50%,
    rgb(255, 255, 255, 0) 100%
  );
}
.item-tit .t::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 3px solid rgba(106, 78, 186, 1);
  top: 26px;
  left: 20px;
  border-radius: 50%;
  box-sizing: border-box;
}
.item-tit .t::after {
  position: absolute;
  content: '';
  left: 186px;
  top: 18px;
  width: 151px;
  border-radius: 0 0 0 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  border-left: 2px solid rgba(255, 255, 255, 0.6);
  height: 30px;
}

.linear {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.item-bg-con {
  -webkit-text-fill-color: transparent;
  color: transparent;

  background: linear-gradient(
    -135.00000295754268deg,
    #6a4eba 0%,
    #a44eba 50%,
    #1d0072 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
}

.border {
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  width: 100px;
  border-radius: 0 20px 0 0;
  border-right: 2px solid rgba(255, 255, 255, 0.6);
}

.lc-r .t::after {
  width: 160px;
  left: 300px;
}

.lc-r .t {
  width: 304px;
  box-sizing: border-box;
}

.lc-l .l-test {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.item-con {
  position: relative;
  padding: 4px 0 0;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 0 16px 16px 16px;
  border-top: none;
}
.l-test {
  padding: 6px 20px 20px;
  border-radius: 16px;
}

.lc-r .filter-item {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.item-con::after {
  content: '';
  position: absolute;
  right: 0;
  top: -3px;
  height: 40px;
  width: 40px;
  border-radius: 0 20px 0 0;
  border-top: 2px solid rgba(255, 255, 255, 0.6);
}

.con-text-1 {
  font-size: 16px;
  color: #2e3033;
  line-height: 26px;
}
.con-text-2 {
  font-weight: 600;
  font-size: 16px;
  color: #151515;
  line-height: 26px;
}
.con-text-3 {
  font-size: 14px;
  color: #2e3033;
  line-height: 26px;
}

.max-width .lc-r {
  width: 474px;
}

.fzlc::before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('./../images/about/fzlc.png');
  background-size: 100% 100%;
  transform: rotateY(180deg);
}
.fzlc::after {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('./../images/about/fzlc.png');
  background-size: 100% 100%;
  transform: rotateY(180deg);
}

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

.banner-btns .btn {
  width: 220px;
  height: 56px;
  border-radius: 28px;
  box-sizing: border-box;

  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);
}
.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;
}
.wlsm .t1-desc {
  text-align: center;
}

.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;
}
.linear-card::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: #001aff;
  border-radius: 0 0 0 0;
  opacity: 0.05;
  filter: blur(200px);
  left: -87px;
  top: -100px;
  z-index: 2;
}
.linear-card::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: #ff00de;
  border-radius: 0 0 0 0;
  opacity: 0.1;
  filter: blur(200px);
  right: -87px;
  top: -22px;
  z-index: 2;
}
.space-50 {
  height: 40px;
}
.card .con {
  position: relative;
  display: flex;
  gap: 80px;
  height: 400px;
  align-items: center;
  justify-content: space-between;
}

.left-card .left,
.right-card .right {
  width: 560px;
  flex: 0 0 auto;
}

.left-card .right {
  flex: 1;
  padding-left: 50px;
}

.card .right,
.card .left {
  font-size: 18px;
  color: #49505c;
}

.t5 {
  font-size: 18px;
  color: #49505c;
  line-height: 28px;
}

.t2 {
  font-weight: 600;
  font-size: 36px;
  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: 18px;
  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 .t1 {
  padding: 150px 0 10px;
  margin-top: 0;
}
.wlsm,
.con {
  position: relative;
  z-index: 2;
}
.wlsm {
  padding-top: 100px;
}

.wlsm::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 1371px;
  background: linear-gradient(180deg, #fefbfe 0%, #fff 100%);
}

.m-con {
  position: relative;
}
.registry {
  position: absolute;
  left: 50%;
  bottom: 107px;
  color: transparent;
  cursor: pointer;
  width: 208px;
  height: 50px;
  transform: translateX(-50%);
}
/* 目标---- */
.done {
  margin-top: 150px;
  position: relative;
  max-height: 500px;
  display: flex;
  z-index: 2;
  overflow: hidden;
}
.done .img-item {
  flex: 1;
  height: 100%;
}
.img-item img {
  width: 100%;
  height: 100%;
}

.img-item-large {
  display: none;
}

@media (min-width: 1920px) {
  .img-item-large {
    display: block;
  }
}

.done-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
}
.done-top {
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 22px;
}
.done-desc {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 22px;
  margin-top: 10px;
}

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

.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;
  font-weight: 600;
}

.login-btm {
  width: 176px;
  height: 56px;
  border-radius: 28px;
  flex: 0 0 auto;
  margin: 20px auto 0;
  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;
}

.desc-wrap-con {
  text-align: center;
}
