body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0 20px;
  line-height: 1.6;
  background: linear-gradient(180deg, #E7F3F9 0%, #fff 30%);
  padding-bottom: 240px;
}

p {
  margin: 0;
}

.header {
  text-align: center;
  padding: 20px;
  /* background: #f5f5f5; */
  display: flex;
}

@media (max-width: 1199px) {
  body {
    background-color: lightgray;
    font-size: 14px;
  }

  /* 你可以添加更多需要修改的样式 */
  .header {
    flex-direction: column;
    align-items: center;
  }

  .header .right {
    margin-top: 20px;
  }
}


.header .left {
  width: 60%;
}

.header .right {
  width: auto;
  text-align: right;
}

.header h1 {
  margin: 0;
}

.download-buttons {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn {
  display: inline-block;
  margin: 5px;
  padding: 10px 20px;
  text-decoration: none;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  border: 2px solid #E7E7E7;
  font-weight: 500;
  font-size: 24px;
  color: #1A1A1A;
  display: flex;
  align-items: center;
  width: 50%;
}

.btn .icon {
  width: 54px;
  margin-right: 20px;
}

.text .small {
  font-size: 14px;
  color: #666;
  text-align: left;
}


/* 
.app-store {
  background: #0070c9;
} */

.hero h2 , .setup h2, .features h2 {
  font-weight: 600;
  font-size: 40px;
  color: #1A1A1A;
}

.hero {
  text-align: center;
  padding: 40px 20px;
}

.hero-image {
  max-width: 100%;
  height: auto;
}

.setup,
.features {
  padding: 40px 20px;
  text-align: center;
}

.features-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.feature {
  flex: 1 1 300px;
  padding: 20px;
  /* border: 1px solid #ddd; */
  border-radius: 5px;

}
.feature  p{
  text-align: left;
  color: #666666;
}
.footer {
  text-align: center;
  padding: 20px;
  /* background: #f5f5f5; */
}

.setup-image {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
            
@media (max-width: 900px) {
  body {
    background-color: lightgray;
    font-size: 14px;
  }

  .header .left {
    width: 100vw;
  }

  .download-buttons {
    width: 100%;
  }

  /* 你可以添加更多需要修改的样式 */
  .btn {
    font-size: 18px;
  }
  .hero h2 , .setup h2, .features h2 {
    font-weight: 600;
    font-size: 30px;
    color: #1A1A1A;
  }
}
.google-play {
  margin-bottom: 20px;
}
/* 广告内容 */
#containerAdId {
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.h3 {
  display: flex;
  align-items: center;
}
.h3 .s-icon {
  width: 28px;
  margin-right: 10px;
}
