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

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

@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: 0px 8px 12px 0px rgba(0, 0, 0, 0.03);
  cursor: pointer;
}
.active {
  background: linear-gradient(225deg, #9330ff 0%, #ff2593 50%, #ff7f05 100%);
  box-shadow: 0px 7px 6px 0px rgba(190, 32, 233, 0.06),
    0px 22px 21px 0px rgba(190, 32, 233, 0.04),
    0px 100px 96px 0px rgba(190, 32, 233, 0.02);
}

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

.l-liner {
  position: absolute;
  left: -70px;
  top: -155px;
  width: 400px;
  height: 400px;
  background: #001aff;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.05;
  filter: blur(200px);
}
.r-liner {
  position: absolute;
  right: -126px;
  top: -155px;
  width: 400px;
  height: 400px;
  background: #ff00de;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.05;
  filter: blur(200px);
}

.top-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1000px;
  background: linear-gradient(180deg, #fefbfe 0%, #ffffff 100%);
}

.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 {
  cursor: pointer;
  padding: 0 40px;
  font-size: 16px;
  color: #151515;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.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: #ffffff;
  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%);
}

.content {
  position: relative;
}

.grid-item {
  position: relative;
}

.img-desc {
  position: absolute;
  left: 32px;
  top: 32px;
  font-weight: 600;
  font-size: 22px;
  color: #151515;
}

.title-top {
  text-align: center;
  margin: 50px auto 40px;
}

.tit {
  display: flex;
  gap: 16px;
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 40px;
  color: #151515;
  width: 100%;
  justify-content: center;
}
.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;
}
.t-r {
}
.title-top .desc {
  font-size: 16px;
  color: #49505c;
  margin-top: 20px;
}
.bold {
  font-weight: bold;
  color: #151515;
}
.relative {
  position: relative;
  z-index: 4;
}
.bg1 {
  position: relative;
  background-color: #fefcfe;

  overflow: hidden;
}

.bg1 .bg1-img {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.bg1-img::before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('./../images/brand/brand-banner.png');
  background-size: 100% 100%;
  transform: rotateY(180deg);
}
.bg1-img::after {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('./../images/brand/brand-banner.png');
  background-size: 100% 100%;
  transform: rotateY(180deg);
}

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

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

  box-shadow: 0px 3px 2px 0px rgba(231, 112, 97, 0.02),
    0px 7px 5px 0px rgba(231, 112, 97, 0.03),
    0px 13px 10px 0px rgba(231, 112, 97, 0.04),
    0px 22px 18px 0px rgba(231, 112, 97, 0.04),
    0px 42px 33px 0px rgba(231, 112, 97, 0.05),
    0px 100px 80px 0px rgba(231, 112, 97, 0.07);
}

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

.banner {
  position: absolute;
  left: 50%;
  top: 60px;
  width: 100%;
  transform: translateX(-50%);
  max-width: 1640px;
}
.banner-space {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100px;
  z-index: 5;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8) 0%,
    #ffffff 100%
  );
  border-radius: 0px 0px 0px 0px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px); /* 模糊程度 */
  -webkit-backdrop-filter: blur(10px); /* 兼容WebKit浏览器 */
  border-bottom: none;
}

/* banner 下文案 */
.t1 {
  text-align: center;
  margin: 30px 0;
}
.pp-tit {
  margin-bottom: 30px;
}
.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: 100px;
}

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

.active {
  background: linear-gradient(225deg, #9330ff 0%, #ff2593 50%, #ff7f05 100%);
  box-shadow: 0px 7px 6px 0px rgba(190, 32, 233, 0.06),
    0px 22px 21px 0px rgba(190, 32, 233, 0.04),
    0px 100px 96px 0px 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: 150px;
  position: relative;
}
.card .con {
  display: flex;
  gap: 80px;
  align-items: center;
}

.left-card .left,
.right-card .right {
  width: 491px;

  flex: 0 0 auto;
}
.card .right,
.card .left {
  font-size: 18px;
  color: #49505c;
}
.left-card-linear::after {
  content: '';
  position: absolute;
  left: -86px;
  width: 400px;
  height: 400px;
  bottom: -360px;
  background: #ee00ff;
  border-radius: 0px 0px 0px 0px;
  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: 0px 0px 0px 0px;
  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: 0px 0px 0px 0px;
  opacity: 0.05;
  filter: blur(200px);
}

.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;
}
.drhz .right {
  flex: 1;
}

.drhz .desc {
  font-size: 18px;
  color: #666666;
  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 {
  padding-bottom: 100px;
}

.master .t1 {
  padding: 150px 0 10px;
  margin-top: 0;
}
.yxal-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease;
}
.sl {
  overflow: hidden;
}
.yxal-wrap img {
  flex: 1;
}
.fade-left {
  transform: translateX(0);
  transition: transform 0.5s ease;
}
.fade-right {
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}
.slider-con {
  margin-top: 40px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
.s-item {
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.sl-video {
  position: relative;
  flex: 0 0 auto;
  /*  width: 100%; */
  width: 1200px;
  height: 649px;
}

.o-video {
  position: absolute;
  right: 20px;
  bottom: 0;
  object-fit: cover;
  width: 249px;
  height: 420px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 32px 32px 0 0;
  padding: 10px 10px 0;
  overflow: hidden;
}
.o-video-el {
  width: 100%;
  height: 100%;
  border-radius: 28px 28px 0 0;
  object-fit: cover;
}
.o-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  background: url('./../images/play.png');
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.o-video-play.active {
  background-image: url('./../images/pause.png');
}

.s-l {
  background: url('./../images/brand/narrow-left.png');
  background-size: 100% 100%;
}
.s-r {
  background: url('./../images/brand/narrow-right.png');
  background-size: 100% 100%;
}
.s-l.act {
  background-image: url('./../images/brand/narrow-left-true.png');
}
.s-r.act {
  background-image: url('./../images/brand/narrow-right-true.png');
}

.s-item.act:hover {
  opacity: 0.7;
}

.m-con {
  position: relative;
}
.registry {
  position: absolute;
  left: 50%;
  bottom: 107px;
  color: transparent;
  cursor: pointer;
  width: 208px;
  height: 50px;
  transform: translateX(-50%);
}

.heart-bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
}
.heart {
  position: relative;
  margin-top: 100px;
  height: 700px;
}
.heart .con {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heart-item {
  position: absolute;
  height: 194px;
}
.heart-item img {
  height: 100%;
}

.heart-item.item1 {
  left: -20px;
  top: -75px;
  width: 498px;
  height: 194px;
}
.heart-item.item2 {
  right: -50px;
  top: -70px;
}
.heart-item.item3 {
  left: -50px;
  bottom: 100px;
  width: 624px;
}
.heart-item.item4 {
  right: -100px;
  bottom: 120px;
  width: 514px;
  height: 200px;
}

/* 底部描述 */
.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;
  font-weight: 600;
}
.desc-wrap .desc {
  margin-top: 0;
  font-size: 16px;
  color: #49505c;
  margin-top: 5px;
}

.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: 0px 3px 2px 0px rgba(145, 11, 230, 0.03),
    0px 7px 5px 0px rgba(145, 11, 230, 0.05),
    0px 13px 10px 0px rgba(145, 11, 230, 0.06),
    0px 22px 18px 0px rgba(145, 11, 230, 0.07),
    0px 42px 33px 0px rgba(145, 11, 230, 0.09),
    0px 100px 80px 0px rgba(145, 11, 230, 0.12),
    inset 4px 0px 4px 0px rgba(255, 255, 255, 0.25),
    inset -4px 0px 4px 0px rgba(255, 255, 255, 0.25);
}
.login-btm .narrow {
  width: 16px;
  height: 16px;
}

/* 底部 */
