html { scroll-behavior: smooth; }

.container { max-width: 1200px; margin: auto; padding: 20px; }
header {
  display: flex;
  justify-content: center;  /* 让导航在中间 */
  align-items: center;
  position: relative;
  padding: 20px;
  background: #111;
  position: sticky;
  top: 0;
  z-index: 1000;
}

 

nav {
  display: flex;
  gap: 20px;
}

header nav a {
  margin: 0 15px;
  color: #ccc;
  transition: 0.3s;
  font-size: 16px;   /* 可选：加大文字避免“看起来变小” */
}

header nav a:hover {
  color: #fff;
}


    .download-btn {
      background: #f7931a; color: #000; padding: 10px 20px;
      border-radius: 25px; font-weight: bold;
    }
    .hero {
 
      text-align: center; padding: 100px 20px;
    }
    .hero h1 { font-size: 48px; margin-bottom: 20px; }
    .hero p { font-size: 20px; margin-bottom: 30px; color: #ccc; }
    .features, .screenshots, .advantages, .testimonials, .faq {
      padding: 60px 20px; text-align: center;
    }
    .section-title { font-size: 32px; margin-bottom: 40px; }
    .cards {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }
    .card {
      background: #1a1a1a; padding: 20px; border-radius: 10px;
      transition: 0.3s; box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }
    .card:hover { transform: scale(1.03); }
    .screenshot-slider img {
      width: 100%; max-width: 300px; margin: 0 10px;
      border-radius: 10px;
    }
    .footer {
      background: #111; padding: 40px 20px; text-align: center;
      color: #777;
    }
    .qr-download img { width: 120px; margin: 10px; }
    .faq-item { text-align: left; margin-bottom: 20px; }
    .faq-item h4 { color: #f7931a; margin-bottom: 5px; }
    
    .hero {
  text-align: center;
  padding: 60px 20px;
}

.download-btn {
  display: block;
  margin: 10px auto;
  padding: 12px 24px;
  background-color: #0072ff;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  max-width: 300px;
  transition: background-color 0.3s ease;
}

.download-btn:hover {
  background-color: #005ce6;
}
.logo-link {
  display: inline-block;
  text-decoration: none;
    position: absolute;
  left: 20px;
}
.logo-img {
  height: 50px !important; /* 可根据需要调整大小 */
  vertical-align: middle;
}

.rayjoo .cards .rich-text{
  color: #fff;
}

.rayjoo .card .rich-text{
  color: #fff;
}
.footer-dl{
  text-align: center;
  padding: 50px 20px; 
} 
.btn-row{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.btn-row .download-btn{
  margin-left: 0;
  margin-right: 0;
}
.rayjoo .download-btn{
  display: inline-block;
}
.dl-header-nav-item a + button{
  color: #fff;
}
.components-toggle-control{
  margin-top: 10px;
}

.rayjoo.footer{
    background: none !important;
}

.rayjoo button:has(img) {
    border: 1px dashed rgba(0,0,0,.2);
    height: auto;
    background: none !important;
    -webkit-transition:.3s;
    transition:.3s;
}
.rayjoo button:has(img):hover{
    border: 1px dashed rgba(127,219,140,1);
}
.rayjoo .cropty-wallet__item-image-box button:has(img) img{
  position: static;
}
