
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 361311 */
  src: url('//at.alicdn.com/t/c/font_361311_hilkd6dt5m.woff2?t=1759026946846') format('woff2'),
       url('//at.alicdn.com/t/c/font_361311_hilkd6dt5m.woff?t=1759026946846') format('woff'),
       url('//at.alicdn.com/t/c/font_361311_hilkd6dt5m.ttf?t=1759026946846') format('truetype');
}

header, .iconfont{
font-size: 1.5em;
background-color:#17a81a;
color: white;  
}

header {
  position: relative;
  display: flex;
  justify-content: center; /* 让 span 在中间 */
  align-items: center;
  height: 3em; /* 给 header 一个固定高度 */

}

.home-link {
  position: absolute;
  left: 10px; /* 图标靠左 */
  display: flex;
  align-items: center;
}



.download-btn,.guideLink {
  display: block; /* Make it a block element to apply margin: auto */
  text-align: center;
  margin: 20px auto 0 auto; /* Center the button horizontally and add top margin */
  
}

.download-btn {
  background-color:#17a81a;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 1.5em;
  border-radius: 50px; /* Large border-radius for semi-circular ends */
  cursor: pointer;
  width: fit-content; /* Adjust width to content */
}


    /* Responsive text scaling */
    @media (max-width: 600px) {
      header {
        font-size:1.5em;
      }
    }