body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

header {
  background: #f8f8f8;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.logo {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;

  & img {
    width: 48px;
    height: 48px;
    margin-right: 16px;
  }
}

nav ul {
  list-style: none;
  display: flex;
}

nav ul li {
  margin: 0 15px;
}

nav a {
  text-decoration: none;
  color: #333;
}

nav ul li a.active {
  color: #F9A643;
  font-weight: bold;
  position: relative;
}

/* nav ul li a.active::after {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #F9A643;
        } */

.hero {
  position: relative;
  text-align: center;
  padding: 80px 20px;
  background: url('./Group.png') no-repeat center center;
  background-size: cover;
  min-height: 500px;
  /* 根据实际需要调整高度 */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /* 假设背景图片较深，文字设置为白色 */
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  z-index: 2;
  text-align: center;

  & h1 {
    margin: 20px 0px;
    font-size: 50px;
    color: #343434;
  }

  & p {
    color: #79828B;
  }
}
.cta-button {
  padding: 12px 30px;
  background: #F9A643;
  color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cta-button:hover {
  background: #e6953a;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* 向右箭头效果 */
.cta-button::after {
  content: "→";
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.cta-button:hover::after {
  transform: translateX(5px);
}



.screenshots img,
.mobile-demo img {
  width: 100%;
  max-width: 300px;
  margin: 10px;
}

.download-buttons button {
  margin: 10px;
  padding: 10px 20px;
  background: #007BFF;
  /* 下载按钮颜色 */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}


/* 地图图标语言选择器样式 */
.language-selector {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}

.language-toggle {
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.2s;
}

.language-toggle:hover {
  background-color: #f0f0f0;
}

.language-toggle img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.language-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-width: 150px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  padding: 8px 0;
}

.language-menu.open {
  display: block;
}

.language-option {
  cursor: pointer;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.language-option:hover {
  background-color: #f5f5f5;
}


.language-flag {
  width: 20px;
  height: 15px;
  margin-right: 10px;
  object-fit: contain;
}

.checkmark {
  color: #F9A643;
  font-weight: bold;
  margin-left: 10px;
  visibility: hidden;
}

.language-option.selected .checkmark {
  visibility: visible;
}
/* app-interface 样式 */
.app-interface {
    padding: 80px 20px;
    background: #ffffff;
}

.app-interface-content {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.app-interface h2 {
    font-size: 50px;
    color: #333;
    margin-bottom: 15px;
}

.app-interface p {
    font-size: 24px;
    color: #343434;
    line-height: 1.6;
}

.screenshots-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.screenshots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 100px;
    max-width: 1200px;
}

.group-image {
    width: 100%;
    max-width: 360px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.group-image:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
/* features-download 区域样式 */
.features-download {
   margin: 0px 240px;
    background-color: #f9e6c4; /* 背景色 */
    text-align: center;
}

.content-container {
  height: 490px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding-left: 60px;
}

.text-content {
    flex: 1;
    text-align: left;
    padding-right: 40px;
}

.text-content h2 {
    font-size: 50px;
    color: #343434;
    margin-bottom: 15px;
}

.text-content p {
    width:650px;
    font-size: 24px;
    color: #666;
    line-height: 1.6;
}

.content-container-content {
  height: 490px;
    text-align: right;
}

.content-container-content img {
    height: 490px;
}
/* features-section 区域样式 */
.features-section {
    margin: 0 240px;
    padding: 80px 0;
    background-color: #fff;
    text-align: center;
}

.section-header {
    margin-bottom: 40px;
}

.section-header h2 {
    font-size: 50px;
    color: #333;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 24px;
    color: #343434;
    line-height: 1.6;
}

.section-content {
    display: flex;
    align-items: start;
}

.image-content {
    margin-bottom: 40px;
}

.image-content img {
    max-width: 100%;
    height: auto;
    /* height: 490px; */
}

.download-buttons {
    padding-top: 220px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 400px;
    flex-direction: column;
}

.download-buttons button {
    background: #343434;
    padding: 21px 92px;
    border: none;
    width: 270px;
    /* height: 64px; */
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    
    margin:  16px;
}
.download-buttons button:hover,.setbutton {
    background: #e6953a;
}

.download-buttons button .button-icon {
    margin-right: 10px;
    width: 20px; /* 根据实际图标大小调整 */
    height: 20px; /* 根据实际图标大小调整 */
}

.download-buttons > .ios-button {
    background-color: #F9A643;
    color: white;
}

.android-button {
    background-color: #333;
    color: white;
}

.windows-button {
    background-color: #333;
    color: white;
}

footer {
  margin: 0px 240px;
    padding: 40px 0;
    font-family: Arial, sans-serif;
}

.container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-top {
    
    margin-bottom: 20px;
}

.logo {
  
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content:left
}

.logo img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.logo span {
    font-size: 18px;
    color: #333;
}

.social-media {
    display: flex;
    margin-bottom: 15px;
}

.social-icon {
    margin: 0 5px;
}

.social-icon img {
    width: 30px;
    height: 30px;
}

.copyright {
    font-size: 12px;
    color: #6c757d;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-nav ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 20px;
}

.footer-nav li {
    margin-bottom: 10px;
}

.footer-nav a {
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
}

.footer-nav a:hover {
    text-decoration: underline;
}