.section1{
  min-height: 1080rem;
  background-size: auto 100%;
  background-position: center;
  background-image: url(../images/launch-bg.png);
}
.section1 .section__wrapper{
  padding: 267rem 20rem 60rem 20rem;
  column-gap: 114rem;
}
.section1 .section__wrapper img{
  width: 524rem;
  max-width: calc(100vw - 40rem);
}
.section1 .right{
  /* margin-left: -61rem; */
}
.section1 .title{
  font-size: 80rem;
  font-weight: normal;
  line-height: 120rem;
  letter-spacing: 0em;
}
.section1 .content {
  font-size: 20rem;
  font-weight: normal;
  line-height: 160%;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-top: -40rem;
}
.section1 .content + .content {
  margin-top: 40rem;
}
@media screen and (max-width: 992px){
  .section1 .section__wrapper{
    flex-flow: column-reverse;
    padding:295rem 32rem 74rem 32rem;
    gap: 60rem;
  }
  .section1 .section__wrapper img{
    width: 615rem;
  }
  .section1 .content {
    font-size: 28rem;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: normal;
    color: rgba(255,255,255,0.8);
    margin: 0rem 0 64rem 0;
  }
}

.section2{
}
.section2 .section__wrapper{
  padding: 267rem 20rem 60rem 20rem;
  column-gap: 168rem;
}
.section2 .section__wrapper img{
  width: 470rem;
  max-width: calc(100vw - 40rem);
}
.section2 .word-div{
  /* margin-left: -61rem; */
  transform: translateY(-60rem);
}
.section2 .title{
  font-size: 80rem;
  font-weight: normal;
  line-height: 120rem;
  letter-spacing: 0em;
}
.section2 .content {
  font-size: 20rem;
  font-weight: normal;
  line-height: 160%;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-top: -40rem;
}
.section2 .content + .content {
  margin-top: 40rem;
}
@media screen and (max-width: 992px){
  .section2 .section__wrapper{
    flex-flow: column;
    padding: 128rem 32rem 74rem 32rem;
    gap: 60rem;
  }
  .section2 .section__wrapper img{
    width: 615rem;
  }
  .section2 .content {
    font-size: 28rem;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: normal;
    color: rgba(255,255,255,0.8);
    margin: 0rem 0 64rem 0;
  }
}

/* 按钮样式 */
.btn {
  padding: 18px 38px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn--primary {
  border: none;
  background: linear-gradient(0deg, #FFE67F 1%, #FFDA34 95%);
  color: #000;
  box-shadow: 0 4px 15px rgba(255, 214, 0, 0.3);
}

.btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 214, 0, 0.4);
}

.btn--primary:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(255, 214, 0, 0.3);
}

.btn--outline {
  border: 1px solid transparent;
  background: 
      linear-gradient(white, white) padding-box,
      linear-gradient(0deg, #FFE67F 1%, #FFDA34 95%) border-box;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(0deg, #FFE67F 1%, #FFDA34 95%);
  position: relative;
}

.btn--outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(0deg, #FFE67F 1%, #FFDA34 95%);
  -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.btn--outline:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 214, 0, 0.2);
}

.btn--outline:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(255, 214, 0, 0.1);
}


.box2{
  width: 440rem;
  height: 270rem;
  padding: 16rem;
  box-sizing: border-box;

  border-radius: 16rem;
  background: url('../images/block-bg-1.png'), radial-gradient(27% 77% at 86% 93%, rgba(208, 208, 208, 0.2) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(109% 72% at 49% 12%, #101010 0%, #242424 100%);
  background-blend-mode: soft-light, normal, normal;
  box-shadow: inset 1rem 1rem 1rem 0rem rgba(255, 255, 255, 0.3),inset -1rem -1rem 0.5rem 0rem rgba(255, 255, 255, 0.6);
}
.box2-inner{
  width: 100%;
  height: 100%;
  padding: 20rem;
  box-sizing: border-box;
  border: 1rem solid rgba(255,255,255,0);
  border-radius: 16rem;
}
.box2-inner img{
  width: 72rem;
  height: 72rem;
  object-fit: cover;
}
.box2-inner .image-box{
  width: 72rem;
  height: 72rem;
}
.box2-inner .box2-title1{
  font-size: 26rem;
  font-weight: normal;
  line-height: 40rem;
  letter-spacing: normal;
  color: #FFFFFF;
}
.box2-inner .box2-text1{
  margin-top: 24rem;
  font-size: 18rem;
  font-weight: normal;
  line-height: 40rem;
  text-align: justify; /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 992px){
  .box2{
    width: 328rem;
    height: 248rem;
    box-sizing: border-box;

    border-radius: 16rem;
    background: url('../images/block-bg-1.png'), radial-gradient(27% 77% at 86% 93%, rgba(208, 208, 208, 0.2) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(109% 72% at 49% 12%, #101010 0%, #242424 100%);
    background-blend-mode: soft-light, normal, normal;
    box-shadow: inset 1rem 1rem 1rem 0rem rgba(255, 255, 255, 0.3),inset -1rem -1rem 0.5rem 0rem rgba(255, 255, 255, 0.6);
  }
}
.section4 .section__wrapper{
  margin-bottom: 200rem;
}
.box9{
  width: 100%;
  margin-top: 80rem;
  gap: 60rem;
  align-items: stretch;
}
.box9 > div{
  text-align: center;
  width: 440rem;
}
.box9 img{
  width: 200rem;
  height: 200rem;
  margin-bottom: 20rem;
}

.box9 p+p{
  margin-top: 12rem;
}
.box9 .title{
  font-size: 26rem;
  color: #FFFFFF;
}
.box9 .text{
  font-size: 18rem;
  color: rgba(255,255,255,0.7);
}

@media screen and (max-width: 992px){
  .box9{
    width: 100%;
    margin-top: 64rem;
    gap: 84rem;
  }
  .box9 > div{
    text-align: center;
    width: 100%;
  }
  .box9 img{
    width: 400rem;
    height: 400rem;
    margin-bottom: 40rem;
  }
  .box9 p+p{
    margin-top: 24rem;
  }
  .box9 .title{
    font-size: 40rem;
  }
  .box9 .text{
    font-size: 28rem;
  }
}

.carousel-wrapper {
  width: 100%;
  position: relative;
}

.carousel-container {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  touch-action: pan-y;
}

.carousel-slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.carousel-slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: white;
  user-select: none;
}

.slide-1 {
  background-color: #3498db;
}

.slide-2 {
  background-color: #e74c3c;
}

.slide-3 {
  background-color: #2ecc71;
}

.slide-4 {
  background-color: #f39c12;
}


.carousel-indicators {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0px;
  margin: 48px 0 0 0;
  position:initial;
}

.indicator-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(to right, #FFE67F, #FFDA34);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
  flex-shrink: 0;
}

.indicator-arrow.hollow {
  background: transparent;
  border: 2px solid #FFDA34;
  color: #FFDA34;
}

.indicator-arrow.hollow i {
  color: #FFDA34;
}

.indicator-arrow:hover {
  transform: scale(1.1);
}

.indicator-arrow i {
  font-size: 16px;
  color: #000;
  transition: color 0.3s ease;
}

.indicator-dots {
  display: flex;
  gap: 12px;
  margin: 0 20px;
}

.indicator-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator-dot.active {
  background: linear-gradient(to right, #FFE67F, #FFDA34);
  transform: scale(1.2);
}


