@charset "utf-8";

body{
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center; 
  margin: 0; 
  padding: 0; 
  height: 100vh;
  background-color: #e9ffff; 
  overflow-x: hidden;
}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;font-weight: normal;}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;background: transparent;}

/*背景容器*/
.bg-container {
 width: 100vw;     
 height:100vh;   
 position: relative;   
 overflow: hidden;    
}


.bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}


/* 主体内容容器 */
.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;    
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}




.download-btn {
   position: relative;
  margin-bottom: 1px; 
}


.download-btn img {
  width: 245px; 
  transition: all 0.4s  linear;
}


.logo {
  position: relative;
  object-fit: contain;
  max-width: 310px ;
  margin-bottom: 530px;
  transition: all 0.4s  linear;
}

.logo img {
  width: 100%; 
  height: auto; 
  object-fit: contain; 
}
                 
.discord {
  position: relative;
  bottom: 11px;
 left: 15px;
}


.discord img {
  width: 55px; 
  height: auto; 
  object-fit: contain; 
  transition: all 0.4s  linear;
}

.twitter-x {
  position: relative;
  bottom: 11px;
   right: 17px;
}


.twitter-x img {
  width: 53px; 
  height: auto; 
  object-fit: contain; 
  transition: all 0.4s  linear;
}


@media (max-height: 850px) {


   .logo {
    width: 40%;
    min-width: 200px;
    margin-bottom: 260px;
  }


  .download-btn img {
  width: 200px; 
}

  .content .social-container {
    width: 198px; 
    height: 59px;
    padding: 6px; 
    margin-top: 2px; 
    
  }
  
  .social-container h4 {
    font-size: 14px;
  }
  .discord img {
  width: 52px; 
  height: auto; 
  object-fit: contain; 
}


.twitter-x img {
  width: 50px; 
  height: auto; 
  object-fit: contain; 
}
}

@media (max-height: 703px) {


  .logo {
    width: 35%;
    min-width: 200px;
    margin-bottom: 220px;
  }

  .download-btn img {
  width: 190px; 
}

  .content .social-container {
    width: 186px; 
    height: 57px;
    padding: 6px; 
    margin-top: 2px; 
  }
  
  .social-container h4 {
    font-size: 13px;
  }

.discord img {
  width: 50px; 
  height: auto; 
  object-fit: contain; 
}


.twitter-x img {
  width: 48px; 
  height: auto; 
  object-fit: contain; 
}


}

@media (max-height: 627px) {

  .logo {
    width: 30%;
    min-width: 200px;
    margin-bottom: 100px;
    
  }
  .download-btn img {
  width: 175px; 
  }
    .content .social-container {
    width: 173px; 
    height: 52px;
    padding: 6px; 
    margin-top: 2px; 
  }
  
  .social-container h4 {
    font-size: 12px;
  }
.discord img {
  width: 45px; 
  height: auto; 
  object-fit: contain; 
}



.twitter-x img {
  width: 43px; 
  height: auto; 
  object-fit: contain; 
}
}

h4 {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  text-transform: uppercase;
  font-family: SupercellText-Bold, Helvetica, Arial, sans-serif;
  background-color: #000000;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1px; 
  transition: all 0.4s  linear;
}



.social-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: #000000; 
  border: 2px solid #000000; 
  padding:  10px; 
  border-radius: 10px; 
  display: inline-block; 
  width: 240px; 
  height:65px;
  text-align: center; 
  box-sizing: border-box; 
  transition: all 0.4s  linear;
}


.social-buttons {
  display: flex;
  gap: 23px; 
  justify-content: center;
  align-items: center;
}

/* 底部容器 */
.section.footer {
  position: relative;
  background-color: #000; 
  color: #fff;
  display: flex;
  flex-direction: column;
}


.gb-footer-addr{
  font-weight: bold;
  color:#ffffff;
  padding: 0  77px;
}

    .footer .gb-footer {
    color: #56606a;
    line-height: 1.8;
}


  .gb-footer-item a {
      color: currentColor
    }


div {
    box-sizing: border-box;
    display: block;
}

.footer {
    display: flex;
    flex-direction: column;
    min-height: 6.25vw;
    padding: 2em 0;
    font-size: 12px;
  
}



.footer-link {
text-decoration: none;
margin-right: 30px;
}


.gb-footer-info{
    flex-grow: 1;
    flex-direction: column;
    margin: 20PX 80px;
    padding: 36px 0 180px;
    background-color: #000;
    color: #969696;
    font-size: 13px;
    font-style: normal;
}


.gb-footer-info span{
    display: block;
    padding: 0  77px;
}














