
.section1{
  background-size: auto 100%;
  background-position: center;
  background-image: url(../images/section-bg-1.png);
}
.section1 .section__wrapper{
  padding: 168rem 20rem 128rem 20rem;
  gap: 97rem
}
.section1 .section__wrapper img{
  width: 624rem;
  max-width: calc(100vw - 40rem);
}
.section1 .title{
  font-size: 80rem;
  font-weight: normal;
  line-height: 120rem;
  letter-spacing: 0em;
}
.section1 .content {
  font-size: 32rem;
  color: #FFFFFF;
  margin: 44rem 0 135rem 0;
}
.section1 .title span:first-child{
  /* 欢迎来到 */
  color: #FFFFFF;
}
.section1 .title span:last-child{
  /* TaoBit！ */
  background: linear-gradient(0deg, #FFE67F 1%, #FFDA34 95%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  
  /* 兼容性设置 */
  display: inline-block; /* 确保渐变效果正确应用 */
}

@media screen and (max-width: 992px){
  .section1 .section__wrapper{
    padding: 170rem 44rem 104rem 44rem;
  }
  .section1 .title{
    font-size: 60rem;
    line-height: 90rem;
  }
  .section1 .content {
    color: rgba(255,255,255,0.8);
    font-size: 28rem;
    line-height: 160%;
    margin: 24rem 0 76rem 0;
  }
}

.section2{
}
.section2 .section__wrapper{
  padding: 180rem 20rem 60rem 20rem;
}
.section2 .section__wrapper img{
  width: 925rem;
  max-width: calc(100vw - 40rem);
}
.section2 .right{
  /* margin-left: -61rem; */
}
.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: 81rem 0 64rem 0;
}
@media screen and (max-width: 992px){
  .section2 .section__wrapper{
    flex-flow: column-reverse;
    padding: 31rem 32rem 74rem 32rem;
    gap: 60rem;
  }
  .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;
  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;
    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);
  }
}


/* 战略同盟 */
.pannel4{
  gap: 30px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.box4 {
  width: 248rem;
  height: 70rem;
  border-radius: 16px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
}
.box4 img {
  width: 248rem;
  height: 70rem;
}

@media screen and (max-width: 992px){
  .pannel4{
    gap: 0;
    row-gap: 32px;
    justify-content: space-between;
  }
  .box4 {
    width: 330rem;
    height: 80rem;
    border-radius: 21px;
  }
  .box4 img {
    width: 330rem;
    height: 80rem;
  }
}

.box6{
  width: 668px;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.box6-inner .box6-title1 {
  font-size: 38px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  opacity: 0.5;
}
.box6-inner .box6-title2{
  margin-top: 20px;
  font-size: 38px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.box6-inner .box6-text1{
  margin-top: 40px;
  margin-bottom: 64px;
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  letter-spacing: normal;
  color: #000000;
}
/* 关于我们 */
.box8{
  width: 100%;
  min-height: 281rem;
  padding: 79rem 100rem;
  border-radius: 46rem;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(../images/box-bg-1.png);
}
.box8 .title{
  font-size: 52rem;
  color: #000000;
  max-width: calc(100vw - 40rem);
}
.box8 .text{
  font-size: 20rem;
  color: #000000;
  margin-top: 27rem;
  max-width: calc(100vw - 40rem);
}
@media screen and (max-width: 992px){
  .box8{
    padding: 76rem 72rem;
    gap: 54rem;
  }
  .box8 .title{
    font-size: 40rem;
    color: #000000;
    max-width: calc(100vw - 64rem);
  }
  .box8 .text{
    font-size: 24rem;
    color: #000000;
    margin-top: 16rem;
    max-width: calc(100vw - 64rem);
  }
}
.box9{
  width: 100%;
  margin-top: 80rem;
  gap: 43rem;
  align-items: stretch;
}
.box9 > div{
  text-align: center;
  width: 368rem;
}
.box9 img{
  width: 120rem;
  height: 100rem;
  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: 240rem;
    height: 200rem;
    margin-bottom: 40rem;
  }
  .box9 p+p{
    margin-top: 24rem;
  }
  .box9 .title{
    font-size: 40rem;
  }
  .box9 .text{
    font-size: 28rem;
  }
}

.section6{
  width: 100vw;
  min-height: 1194rem;
  background-size: auto 100%;
  background-position: center;
  background-image: url(../images/section-bg-2.png);
}
.pannel10{
  justify-content: center;
  gap: 78rem;
  align-items: stretch;
}
.box10 {
  width: 427rem;
  margin-top: 75rem;
  background-size: 100% 100%;
  background-image: url(../images/block-bg-2.png);
  position: relative;
  padding: 111rem 36rem 52rem 36rem;
  gap: 24rem;
}
.box10 .image-box{
  position: absolute;
  width: 150rem;
  height: 150rem;
  padding: 7rem;
  border-radius: 99999px;
  border: 1rem solid #FFDA34;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box10 .image-box img{
  width: 136rem;
  height: 136rem;
  border-radius: 99999px;
}
.box10 .name-score{
  font-size: 26rem;
  color: #FFFFFF;
  line-height: 40rem;
  width: 100%;
}
.box10 .name-score img{
  width: 24rem;
  height: 24rem;
}
.box10 .star-row {
  display: inline-flex;
  gap: 8rem;
}
.box10 .content{
  font-size: 16rem;
  color: #FFFFFF;
  line-height: 40rem;
}
@media screen and (max-width: 992px){
  .pannel10{
    gap: calc(666 / 427 * 78rem);
  }
  .box10 {
    width: calc(666 / 427 * 427rem);
    margin-top: calc(666 / 427 * 75rem);
    padding: calc(666 / 427 * 111rem) calc(666 / 427 * 36rem) calc(666 / 427 * 52rem) calc(666 / 427 * 36rem);
    gap: calc(666 / 427 * 24rem);
  }
  .box10 .image-box{
    position: absolute;
    width: calc(666 / 427 * 150rem);
    height: calc(666 / 427 * 150rem);
    padding: calc(666 / 427 * 7rem);
    border-radius: 99999px;
    border: 1rem solid #FFDA34;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box10 .image-box img{
    width: calc(666 / 427 * 136rem);
    height: calc(666 / 427 * 136rem);
  }
  .box10 .name-score{
    font-size: calc(666 / 427 * 26rem);
    line-height: calc(666 / 427 * 40rem);
  }
  .box10 .name-score img{
    width: calc(666 / 427 * 24rem);
    height: calc(666 / 427 * 24rem);
  }
  .box10 .star-row {
    gap: calc(666 / 427 * 8rem)
  }
  .box10 .content{
    font-size: calc(666 / 427 * 16rem);
    line-height: calc(666 / 427 * 40rem);
  }
}
.section8 .section__wrapper{
  padding-bottom: 200rem;
}
.pannel11{
  gap: 50rem
}
.section8 .section__wrapper img{
  width: 701rem;
  max-width: calc(100vw - 40rem);
}
.section8 .title{
  font-size: 38rem;
  font-weight: normal;
  line-height: 40rem;
  text-align: justify; /* 浏览器可能不支持 */
  letter-spacing: 0em;
  color: #FFFFFF;
}
.section8 .sub-title{
  font-size: 24rem;
  font-weight: normal;
  line-height: 40rem;
  text-align: justify; /* 浏览器可能不支持 */
  letter-spacing: 0em;
  color: #FFFFFF;
  margin-top: 16rem;
}
.section8 .content {
  font-size: 24rem;
  font-weight: normal;
  line-height: 160%;
  letter-spacing: 0em;
  color: #FFFFFF;
  margin: 40rem 0 80rem 0;
}
.section8 .btn-row{
  gap: 32rem;
}

@media screen and (max-width: 992px){
  .pannel11{
    flex-wrap: wrap;
  }
  .section8 .section__wrapper{
    padding-bottom: 200rem;
    gap: 50rem;
  }
  .section8 .section__wrapper > div {
    align-items: flex-start;
  }
  .section8 .section__wrapper img{
    width: 724rem;
    max-width: calc(100vw - 64rem);
  }
  .section8 .title{
    font-size: 48rem;
    font-weight: normal;
    line-height: 137.6%;
    text-align: justify; /* 浏览器可能不支持 */
    letter-spacing: 0em;
    color: #FFFFFF;
  }
  .section8 .sub-title{
    font-size: 32rem;
    font-weight: normal;
    line-height: 137.6%;
    text-align: justify; /* 浏览器可能不支持 */
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-top: 22rem;
  }
  .section8 .content {
    font-size: 28rem;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: 0em;
    color: rgba(255,255,255, 0.8);
    margin: 32rem 0 56rem 0;
  }
}
