@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: cangEr;
    src: url(./font/CangErYuMoW04-2.ttf)
}
@font-face {
    font-family: Regular;
    src: url(./font/ComicSansMS-Regular.ttf)
}
@font-face {
    font-family: W05;
    src: url(./font/TsangerYuMo\ W05.ttf)
}


body {
    background-color: #1E1D1C;
    width: 100%;
    height: 100%;    
}
a{
    color: #fff;
    text-decoration: none;
}
.main{
    
 padding: 0 10%;
}
.logo{
    width: 72px;
height: 72px;
    color: #ffff;
    font-size: clamp(1rem, 0.899rem + 0.51vw, 1.5rem);
    font-weight: 600;
    display: flex;
    align-items: center;
}
.logo img{
    width: auto;
}

header{
    z-index: 100;
    width: 80%;
    position: fixed;
   padding: 20px 10% 10px;
   top: 0;
   background: RGBA(24, 28, 42, 1);
   margin-bottom: 20px;
      display: flex;
  justify-content: space-between;
  align-items: center;

}


.header-btn a{
    background: linear-gradient( 117deg, #FF2D5C 0%, #8128F3 100%);
 
  border-radius: 1rem;
  padding:0.5rem 1.3rem;
  color:#fff;
  text-decoration: none;
  display: inline-block;
  font-size: clamp(0.625rem, 0.55rem + 0.38vw, 1rem);
}


img{
    width: 100%;
}
.contain-bg{
    background: url(./img/编组\ 30\(3\).png) no-repeat;
background-size: 100% 100%;
    /* background-position: right clamp(-8rem, -20.765rem + 16.47vw, -1rem); */
}
.box1{
    padding-top:clamp(10rem, 9rem + 5vw, 15rem);
   
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box1-left img{
    width:clamp(9.375rem, 4.291rem + 25.42vw, 34.794rem);
    height:clamp(13.125rem, 7.054rem + 30.36vw, 43.481rem)
}
.box1-right {
  
    text-align: right;
    flex-direction: column;
    display: flex;
    align-items: center;
}
.box1-right h2{
    margin-bottom: clamp(1.875rem, 1.05rem + 4.13vw, 6rem);
    color:#fff;
    font-family: cangEr;
    font-size: clamp(0.938rem, 0.317rem + 3.1vw, 4rem)
}
.box1-right p{
    width: 80%;
    margin: 6% 0 21%;
    color:#999999;
    font-size:clamp(0.75rem, 0.585rem + 0.82vw, 1.563rem)
}
.qr-code-container {
   
 background: url(./img/pg\ \(4\).png) no-repeat;
 background-size: 100% 100%;
    padding: 10px;
    position: absolute;
    left: clamp(-3.438rem, -3.75rem + 1.56vw, -1.875rem);
    top: clamp(3.438rem, 3.25rem + 0.94vw, 4.375rem);
  border-radius: 10px;
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.qr-code {
    padding-top: 10px;
    width: 120px !important;
    height: 120px;
    transition: transform 0.3s ease-in-out;
}
.code{
    position: relative;
    cursor: pointer;
}

.code .ios{
    width:clamp(7.563rem, 6.05rem + 7.56vw, 15.125rem)
}
.code .android{
    width: clamp(2.25rem, 1.875rem + 1.88vw, 4.125rem);
}
.android:hover+.qr-code-container {
    opacity: 1;
}
.ios:hover+.qr-code-container {
    opacity: 1;
}


.box2{
    background: url(./img/编组\ 30\(2\).png) no-repeat;
    background-size: 100% 100%;
  display: flex;
height: clamp(18.75rem, 9rem + 48.75vw, 67.5rem);
  align-items: center;
  justify-content: space-between;
    text-align: center;
}
.box2-left{
    margin-left:20%;
    position: relative;
}
.box2-right{
    /* width: 687px;
    height: 940.38px; */
}
.star-position{
    width: clamp(2.063rem, 1.375rem + 3.44vw, 5.5rem);
    height: clamp(2.063rem, 1.375rem + 3.44vw, 5.5rem);
    position: absolute;
    top: -70px;
    left: -70px;
}
.box2 p{
  
    width:clamp(9.375rem, 5rem + 21.88vw, 31.25rem);
    font-family: W05;
    text-align: left;
    font-size: clamp(1rem, 0.575rem + 2.13vw, 3.125rem);
color: #FFFFFF;
}
.box3{
    padding-bottom: 100px;
    align-items: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    text-align: center;
 
    background: url(./img/编组\ 30\(1\).png) no-repeat;
background-size: 100% 100%;
}
.title-img{
    margin-bottom: 55px;
    width: clamp(4.063rem, 3.438rem + 3.13vw, 7.188rem);
    height: clamp(1.563rem, 1.462rem + 0.5vw, 2.063rem);
}
.box3 h2{
    font-family:cangEr ;
    font-size: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
    color: #fff;
}
 
.box3 h4{
    margin: 2% 0 3%;
    font-weight: 400;
    font-family: cangEr;
color: #ffffff6b;
font-size: clamp(0.625rem, 0.575rem + 0.25vw, 0.875rem);
}
.box3 .box3-detail{
    background: rgba(255,255,255,0.08);
border-radius: 40px;
backdrop-filter: blur(19px);
    display: flex;
    justify-content: space-around;
    align-items: center;
    
border-radius: 40px;
border: 1px solid #ffffff3b;
    height: clamp(6.25rem, 4.75rem + 7.5vw, 13.75rem);
    width: clamp(17.5rem, 1rem + 82.5vw, 100rem);
}


.box3-introduce{

    margin-left: 4%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: self-start;
}
.box3-introduce h2{
    text-align: left;
    font-family: none;
    font-size: clamp(0.75rem, 0.55rem + 1vw, 1.75rem)
}
.box3-introduce h4{
    font-weight: 400;
   font-family: none;
    text-align: left;
    color: #777676ab;
    font-size:clamp(0.625rem, 0.575rem + 0.25vw, 0.875rem)
}
.detail-left{
    align-items: center;
    width: 60%;
    display: flex;
   
}
.detail-left img{
    width:clamp(6.25rem, 5.45rem + 4vw, 10.25rem)
}
.detail-right{
    margin-left: 15%;
}
.detail-right img{
    width:clamp(6.25rem, 5.45rem + 4vw, 10.25rem)
    /* height:clamp(5.25rem, 3.7rem + 7.75vw, 13rem) */
}







.box5{
    flex-direction: column;
    display: flex;
    align-items: center;

    justify-content: center;
    width: 100%;
    height:clamp(11.25rem, -0.063rem + 56.56vw, 67.813rem);
    background: url(./img/编组\ 30.png) no-repeat;
    background-size: 100% 100%;
}
.box5-line{
    width: 76px;
    height: clamp(2.5rem, 1.25rem + 6.25vw, 8.75rem);
    margin: 5% 0;
}
.box5 img{
    width: auto;
}
.box5-title{
  margin-left: 15%;
        font-size: clamp(0.875rem, 0.65rem + 1.13vw, 2rem);
        font-family:cangEr ;
        color: #fff;
}
.box5-button{
    display: flex;

    justify-content: space-around;
    align-items: center;
    width: clamp(16rem, 12.85rem + 15.75vw, 31.75rem);
height: clamp(3.5rem, 2.862rem + 3.19vw, 6.688rem);
background: linear-gradient( 90deg, #FF2D5C 0%, #8128F2 43%, #00FFFF 100%);
border-radius: 40px;
}
.box5 h2{
    margin-top: 10%;
    font-family:cangEr ;
    color: #fff;
    font-size: clamp(0.938rem, 0.375rem + 2.81vw, 3.75rem);

}












.footer{
    padding: 5% 0;
    align-items: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
   
  background:linear-gradient( 90deg, rgba(33, 18, 43, 1) 0%, rgba(14, 64, 67, 1) 43%, rgb(16, 104, 98) 100%);
}
.footer span{
    margin-left: 30px;
    font-weight: 600;
    font-size: 21px;
    color: #fff;
}
.footer-top{
    display: flex;
    align-items: center;
}
.footer ul{
    margin: 2% 0 0;
    width: 90%;
    display: flex;
    color: #fff;
    justify-content: space-around;
}
.footer ul li{
    cursor: pointer;
    font-size: 18px;
    color: #ffffff ;
    list-style-type: none;
}
.footer img{
    width: auto;
    }
.footer-top{

}


@media screen and (max-width: 1024px){

.box3{
    background: none;
}
  .logo{
    width: 40%;
  }
  .headertitle-img{
    width:80px !important; 
  }


  .footer{
    padding-bottom: 9%;
  }

  .copyright{
    font-size: 2rem;
  }

  .fixed-content{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 450px){
    .box3-introduce h4 {
        width: 160px;
    }
}