
.banner-bg{
  width: 100%;
  height: 700px;
	background-image: url("/static/images/beauty/banner_bg_1.png");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-text{
  position: absolute;
  left: 0;
  top: 165px;
 }

 .gradient-text{
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  background-image: linear-gradient(270deg, #B94AFF 0%, #2A7EFB 100%);
 }

 .banner-text-desc{
  color: #666666;
  line-height: 36px;
 }

 .preview-btn{
  width: 160px;
  height: 50px;
  background: linear-gradient( 270deg, #B94AFF 0%, #2A7EFB 100%);
  border-radius: 6px;
  font-size: 16px;
  color: #ffffff;
 }
 .bottom-box{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1200px;
  height: 110px;
  background: rgba(255,255,255,0.6);
  border-radius: 20px 20px 0px 0px;
  border: 1px solid #FFFFFF;
  padding: 22px 152px 0;
 }

 .section-2{
  width: 100%;
  height: 650px;
  background-color: #ffffff;
 }
 .section-2-card{
  width: 280px;
  height: 260px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px 0px rgba(144,127,111,0.15);
  border-radius: 12px;
 }
 .section-2-bottom{
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 1337px;
  height: 118px;
  background-image: url("/static/images/beauty/2_5.png");
  background-repeat: no-repeat;
  background-size: cover;
 }

 .z-10{
  z-index: 10;
 }

 .section-card-img{
  width: 630px;
  height: 510px;
 }

 .fix-dot{
  position: relative;
  &::before{
    content: '';
    position: absolute;
    left: -18px;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #9C6BFF;
  }
 }

 .bg-F7F9FB{
  background-color: #F7F9FB;
 }

 .section-6{
  width: 100%;
  height: 1325px;
  background-image: url("/static/images/beauty/section_6_bg.png");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 }

 .section-6-grid-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* 所有卡片背景白色 */
.grid-card {
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* 第1行：4个 280x296 卡片 */
.row-1 {
  display: flex;
}
.row-1 .grid-card {
  width: 280px;
  height: 296px;
}

/* 第2-3行组合：左列 + 右高卡片 */
.row-2-3 {
  display: flex;
  gap: 20px;
}
.row-2-3-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* 第3行两个 387x210 卡片 */
.row-3 {
  display: flex;
  gap: 20px;
}
.row-3 .grid-card {
  width: 387px;
  height: 210px;
}

/* 第4行：两个 590x200 卡片 */
.row-4 {
  display: flex;
  gap: 20px;
}
.row-4 .grid-card {
  width: 590px;
  height: 200px;
}

.section-7{
  height: 748px;
}

.card-1{
  background-image: url("/static/images/beauty/6_1.png?v=1");
}

.card-2{
  background-image: url("/static/images/beauty/6_2.png?v=1");
}

.card-3{
  background-image: url("/static/images/beauty/6_3.png?v=1");
}

.card-4{
  background-image: url("/static/images/beauty/6_4.png?v=1");
}

/* 第2行大卡片 793x200 */
.card-5 {
  width: 793px;
  height: 200px;
  background-image: url("/static/images/beauty/6_5.png?v=1");
}

/* 右侧高卡片 387x430 */
.card-6 {
  width: 387px;
  height: 430px;
  background-image: url("/static/images/beauty/6_6_1.png?v=1");
}

.card-7{
  background-image: url("/static/images/beauty/6_7.png?v=1");
}

.card-8{
  background-image: url("/static/images/beauty/6_8.png?v=1");
}

.card-9{
  background-image: url("/static/images/beauty/6_9.png?v=1");
}

.card-10{
  background-image: url("/static/images/beauty/6_10.png?v=1");
}

 .scroll-x-box{
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 80px auto 0;
 }

 .scroll-card{
  width: 386px;
  height: 420px;
  border-radius: 16px;
  flex-shrink: 0;
  padding: 40px 20px 20px;
 }

 .scroll-x-box .flex{
  width: max-content;
 }

 .card7-1{
  background: linear-gradient( 180deg, #7BE7E3 0%, #EAFFFE 100%);
 }

  .card7-2{
  background: linear-gradient( 180deg, #96CDFF 0%, #E6F8FF 100%);
 }

  .card7-3{
  background: linear-gradient( 1deg, #EEEDFF 0%, #CFCBFF 100%);
 }

  .card7-4{
  background: linear-gradient( 360deg, #E8F2FF 0%, #B1CAFF 100%);
 }

  .card7-5{
  background: linear-gradient( 360deg, #FFF0F8 0%, #F3D0F9 100%); }

  .card7-6{
  background: linear-gradient( 180deg, #96CDFF 0%, #E6F8FF 100%);
 }
.row_right_animation {
  animation: 20s rowup-right linear infinite;
}

@keyframes rowup-right {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.scroll-x-box:hover .row_right_animation {
  animation-play-state: paused;
}

.section-8{
  height: 800px;
  background-image: url("/static/images/beauty/8_2.png");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-8-img{
  width: 780px;
  height: 471px;
}

.text-huan{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(90deg, #B94AFF, #2A7EFB);
  padding: 2px;
}
.text-huan::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
}

.section-9{
  height: 1000px;
}

.section-9-img{
  width: 100%;
  height: 740px;
}

.card-tag{
  /* display: inline-block; */
  padding: 3px 8px;
  background: rgba(255,255,255,0.7);
  border-radius: 3px;
  font-size: 12px;
}

.gap-8{
  gap: 8px;
}

.gap-10{
  gap: 10px;
}

.gap-30{
  gap:30px;
}

.gap-34{
  gap:34px;
}

.gap-16{
  gap:16px;
}

.tag-1{
  color: #1FD0C4;
}

.tag-2{
  color: #3295FF;
}

.tag-3{
  color: #8359FF;
}

.tag-4{
  color: #3A81C2;
}

.tag-5{
  color: #EB4897;
}

.tag-6{
  color: #3295FF;
}

.icon-color-1{
  color: #4479FF;
}

.icon-color-2{
  color: #3EBF60;
}

.icon-color-3{
  color: #A7C511;
}

.icon-color-4{
  color: #8A5BFE;
}

.section-10{
  height: 754px;
  background-image: url("/static/images/beauty/10_bg.png");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tab-btn-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  width: 680px;
}

.tab-btn-box > div {
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #ffffff;
}

.tab-btn-box > div:hover,
.tab-btn-box > div.active {
  background: linear-gradient(270deg, #B94AFF 0%, #2A7EFB 100%) !important;
  color: #ffffff;
}

.section-10-content{
  width: 100%;
  height: 460px;
  border-radius: 20px;
  background-color: #ffffff;
}

.section-10-content img{
  width: 626px;
  height: 400px;
}

.tongdian-tag{
  display: inline-block;
  padding: 2px 10px;
  background: #F9F6FF;
  border-radius: 2px;
  border: 1px solid #E1DCEB;
  font-size: 13px;
  color: #9C6BFF;
}

.section-11{
  height: 1088px;
  background-image: url("/static/images/beauty/11_6.png");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.grid-column-2{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}

.grid-gap-20{
  gap: 20px;
}

.section-grid-item{
  width: 100%;
  height: 116px;
  background: #F7F9FB;
  border-radius: 6px;
}

.m-t-160{
  margin-top: 160px;
}

.section-12{
  height: 260px;
  background-color: #06070A;
  background-image: url("/static/images/beauty/12_1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.img-12-3{
  position: relative;
  top: 10px;
  left: -60px;
}

.img-12-4{
  position: relative;
  left: 16px;
  top: -10px;
}

.img-12-5{
  position: relative;
  left: 12px;
}

.img-12-aninmate {
  animation: kf-s2t 1.2s ease-in-out infinite alternate;
}

.img-12-aninmate-1 {
  animation-delay: 0s;
}

.img-12-aninmate-2 {
  animation-delay: 0.3s;
}

.img-12-aninmate-3 {
  animation-delay: 0.6s;
}

.img-12-aninmate-4 {
  animation-delay: 0.9s;
}

@keyframes kf-s2t {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}
