a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none;
}
      * {
        box-sizing: border-box;
      }
      /* 设置白色背景 */
      body {
        font-family: Arial, sans-serif;
        font-size: 16px; /* 设置基础字体为15px */
        background-color: #ffffff; /* 白色背景 */
        color: #000;
        margin: 0px;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        min-height: 100vh;
        overflow-x: hidden;
		max-width: 100vw;
		width:100%;
      }
      .container {
		  width:100%;
		  max-width: 600px;
		  margin: 0px;
        padding: 0px;
      }

      /* Logo 样式，增加20px */
      .app-logo img {
        width: 120px; /* 默认大小100px + 20px */
        display: block;
        margin: 0 auto;
        margin-bottom: 10px !important; /* 非常小的底部间距 */
        border-radius: 15px;
      }

      .app-logo h2,
      .app-logo p {
        text-align: center;
        font-size: 1.025rem; /* 标题稍大一点，约18px */
        margin: 0 !important; /* 完全重置所有边距 */
        padding: 0 !important; /* 重置内边距 */
        margin-top: 2px !important; /* 非常小的上边距 */
        margin-bottom: 8px !important; /* 保持下边距 */
      }

      /* 卡片样式 */
      .download-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px; /* 减少按钮之间的间距 */
        flex-wrap: wrap;
        margin: 15px 0; /* 减少上下边距 */
        width: 100%;
      }
      .download-card {
        width: 180px; /* 设置固定宽度 */
        max-width: 45%; /* 在小屏幕上限制最大宽度 */
        /* background-color: #333; */
        background-color: #4A90E2; /* 蓝色背景 */
        border-radius: 10px;
        padding: 11px 12px; /* 减少上下内边距，从12px改为8px */
        margin: 0; /* 移除margin-bottom，使用gap代替 */
       /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s, box-shadow 0.3s;*/
        text-align: center;
        color: #ffffff; /* 白色文字 */
        flex-shrink: 0; /* 防止按钮被压缩 */
      }
      .download-card img {
        width: 100%;
        max-width: 60px;
      }
      .download-card p {
        font-size: 0.905rem; /* 下载按钮字体大一点，约14px */
        margin: 0;
      }
      .download-card:hover {
        /* transform: scale(1.05);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);*/
      }

      .advertisement {
        width: 100%;
        margin-bottom: 20px;
      }
      .app-description,
      .app-info {
        text-align: left;
        background-color: #fff;
        padding: 10px 12px 0px 12px; /* 上0 右12px 下12px 左12px */
        border-radius: 8px;
        margin: 4%; /* 减少底部边距 */
        border: 1px solid #e0e0e0; /* 添加边框 */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 添加轻微阴影 */
		width:92%;
      }
	  .app-description span{
	  white-space: pre-line;
	  word-wrap: break-word;
	  font-size: 0.8125rem; /* 描述文本，约13px */
	  line-height: 1.6;
	  }

      .app-description h3,
      .app-info h3 {
        font-size: 0.9rem; /* 应用介绍/关于应用标题，约16px */
        margin-bottom: 8px; /* 减少标题底部边距 */
      }
      .app-description p,
      .app-info p {
        font-size: 0.8125rem; /* 正文字体，约13px */
        line-height: 1.6;
      }

      .cover .cover_text_wrap {
        position: absolute;
        top: calc(110px / 2);
        right: calc(50px / 2);
      }
      .cover .text_top {
        font-size: calc(28px / 2); /* 浮层大标题，约14px */
        font-weight: bold;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .cover .text_top img {
        width: calc(42px / 2);
        height: calc(42px / 2);
      }
      .cover .text_bottom {
        font-size: calc(18px / 2); /* 浮层小标题，约9px */
        font-weight: 400;
        color: #ffffff;
      }
      /* 响应式设计 */
      @media (max-width: 600px) {
        .container {
        }
        .app-logo img {
          width: 80px;
        }
        .app-logo h2 {
          font-size: 1.0rem; /* 响应式标题，约16px */
          margin-top: 5px; /* 在响应式设计中也保持小间距 */
          margin-bottom: 8px;
        }
        .app-logo p,
        .app-description p,
        .app-info p {
          font-size: 0.85rem; /* 响应式正文，约12px */
        }
        .download-card img {
          max-width: 50px;
        }
        .download-buttons {
          flex-direction: column;
          align-items: center;
		  height:200px;
          gap: 15px;
        }
        .download-card {
          width: 200px;
          max-width: 90%;
        }
      }
      @media (min-width: 601px) and (max-width: 1024px) {
        .container {
          width: 100%;
        }
      }

      /* 新增样式 */
      .app-info {
       
        border-radius: 5px;
        margin-bottom: 20px;
      }

      .app-info h3 {
        font-size: 0.9rem; /* 关于应用标题，约16px */
        margin-bottom: 10px;
      }

      .app-info p {
        font-size: 0.8125rem; /* 关于应用内容，约13px */
        margin: 5px 0;
      }
	  







.download-buttons {
  display: flex;
  justify-content: left; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  gap: 15px; /* 按钮之间的间距 */
  flex-wrap: wrap;
  margin: 15px 0;
  width: 100%;
  height:200px;
}

/* ------------确保按钮本身有适当的样式 */
.store-button {
  display: flex ;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 48px;
  margin-bottom: 0px;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid #000000;
  overflow: hidden;
  padding: 0 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.store-button:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* 通用：绿色底（优量汇 & Google Play） */
.store-button.green {
  background: #00C853;
  color: #ffffff;
  border-color: #00A851;
}

.store-button.green:hover {
  background: #00B140;
  border-color: #008C3A;
}

/* 通用：白色底（优量汇 & Google Play） */
.store-button.white {
  background: #fff;
  color: #000;
  border-color: #00A851;
}

.store-button.white:hover {
  background: #eee;
  border-color: #008C3A;
}

/* iOS：黑色底 */
.store-button.ios {
  background: #fff;
  color: #000;
  border-color: #333333;
}

.store-button.ios:hover {
  background: #eee;
  border-color: #ffffff;
}

/* Android：浅绿色底 */
.store-button.android {
  background: #4CAF50;
  color: #ffffff;
  border-color: #45A049;
}

.store-button.android:hover {
  background: #45A049;
  border-color: #3D8B40;
}

/* 图标容器：最左，所有图标白色 */
.store-button .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.store-button .icon-container svg {
  width: 28px;
  height: 28px;
  fill: white; /* 统一白色 */
}

/* 竖线分隔：渐变刻痕效果 */
.store-button .divider {
  width: 1px;
  height: 32px;
  margin: 0 10px;
  position: relative;
  flex-shrink: 0;
  border-radius: 1px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.store-button .divider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, 
    rgba(255,255,255,0.4) 0%, 
    rgba(255,255,255,0.1) 30%, 
    rgba(0,0,0,0.3) 70%, 
    rgba(0,0,0,0.5) 100% 
  );
}

/* 绿色按钮竖线：白到绿渐变 */
.store-button.green .divider::before,
.store-button.android .divider::before {
  background: linear-gradient(to bottom, 
    rgba(255,255,255,0.6) 0%, 
    rgba(0,200,83,0.2) 50%,
    rgba(0,150,60,0.4) 100%
  );
}

/* iOS 专属：高对比渐变（黑底可见） */
.store-button.ios .divider {
  background: #888888;
}

.store-button.ios .divider::before {
  background: linear-gradient(to bottom, 
    rgba(255,255,255,0.6) 0%, 
    rgba(200,200,200,0.4) 30%, 
    rgba(150,150,150,0.3) 70%, 
    rgba(100,100,100,0.5) 100%
  );
  box-shadow: 0 0 2px rgba(255,255,255,0.3);
}

/* 文本容器：居中对齐 */
.store-button .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: center;
  margin-right: 5px;
}

.store-button .title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}

.store-button .subtitle {
  font-size: 10px;
  opacity: 0.8;
  line-height: 1.1;
}

/* 箭头容器：最右，20px大 */
.store-button .arrow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.store-button:hover .arrow-container {
  transform: translateX(3px);
}

.store-button .arrow-container svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  stroke-width: 1.5;
  stroke: currentColor;
}
/*----------------按钮------------------*/

/* 在移动端保持水平排列 */
@media (max-width: 600px) {
  .download-buttons {
    flex-direction: row; /* 确保在小屏幕上也是水平排列 */
    gap: 10px; /* 减少间隙以适应小屏幕 */
  }
  

}

	  
	  .loading-bar {
		  width: 80%; /* 横线总宽度 */
		  margin-left:10%;
		  margin-bottom:20px; /* 减少底部边距 */
		  height: 4px; /* 横线高度 */
		  background: #e0e0e0; /* 背景色 */
		  overflow: hidden;
		  position: relative;
		}

		.loading-bar::before {
		  content: '';
		  position: absolute;
		  width: 50px; /* 滚动条的宽度 */
		  height: 100%;
		  background: #3498db; /* 滚动条颜色 */
		  animation: slide 1.5s infinite linear; /* 动画效果 */
		}

		@keyframes slide {
		  0% {
			transform: translateX(-100%); /* 从左边开始 */
		  }
		  100% {
			transform: translateX(400%); /* 滚动到右边 */
		  }
		}
		.hidden{display:none;}
		#overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000;display:none;justify-content:center;}
		#overlayContent{width:80%;max-width:400px;background-color:white;padding:80px 0 0 0;border-radius:10px;text-align:left;color:#fff;font-size:14px;background-color:transparent;}
		#closeButton{margin-top:10px;margin-left:30%;padding:10px 20px;border-radius:10px;cursor:pointer;font-size:15px;background-color:transparent;color:#fff;border:1px dashed #fff;}
		.circle{display:inline-flex;justify-content:center;align-items:center;width:30px;height:30px;background-color:red;border-radius:50%;color:white;font-size:14px;font-weight:bold;text-align:center;line-height:50px;margin:5px;}
		.overlayImage{position:fixed;top:10px;right:10px;width:100px;height:auto;cursor:pointer;z-index:1001;}
		.ims{clear:both;display:block;font-size:6px;color:#ccc;width:100%;}
		.cad{margin-top:10px;width:100%;
		background-color: #fff;
        border-radius: 8px;
        margin-bottom: 15px; /* 减少底部边距 */
       }
	   
	   .hiwatch-button {
            /* 按钮容器尺寸 */
            width: 160px;
            height: 50px;
            
            /* 白底 + 浅红色圆角边框（胶囊形，典型按钮形状） */
            background-color: white;
            border: 1px solid #ffcccc; /* 浅红色，可调整为 #ffb6c1、#ffd0d0、lightcoral 等 */
            border-radius: 10px; /* 高度的一半，实现完美的胶囊形按钮 */
            
            /* Flex 布局：左右排列，垂直居中 */
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px; /* 图片和文字间距，略紧凑更像按钮 */
            
            /* 按钮交互效果 */
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* 轻微阴影，提升按钮感 */
            
            /* 可选内边距 */
            padding: 0 10px;
            box-sizing: border-box;
        }
                
        .hiwatch-button img {
            /* 左边正方形图片 */
            width: 40px;
            height: 40px;
            object-fit: contain;
            border-radius: 6px; /* 可选：图片轻微圆角，更协调 */
        }
        
        .hiwatch-button span {
            /* 文字样式 */
            font-family: Arial, Helvetica, sans-serif;
            font-size: 1em; /* 略小以适应高度 */
            font-weight: bold;
            color: #000;
            white-space: nowrap;
        }
		
		.divimg1 {
            /* 固定容器宽度 200px */
            width: 200px;
            height: 300px; /* 根据图片比例调整，或设为 auto */
            /* 美化 */
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .divimg1 img {
            /* 图片基础：最终状态正好填满 200px 宽度 */
            width: 200px;          /* 最终固定宽度 */
            height: auto;
            display: block;
            
            /* 动画：初始 50px → 最大 250px → 最终 200px（固定） */
            animation: zoomGlow 5s ease-in-out forwards;
        }
        
        @keyframes zoomGlow {
            0% {
                width: 50px;                                 /* 初始宽度 50px */
                filter: brightness(1) drop-shadow(0 0 0px rgba(255, 255, 255, 0));
                opacity: 0.8;
            }
            
            50% {
                width: 250px;                                /* 中间最大宽度 250px（超出容器，被裁剪） */
                filter: brightness(1.5) drop-shadow(0 0 50px rgba(255, 255, 255, 0.9)); /* 最强光芒 */
                opacity: 1;
            }
            
            100% {
                width: 200px;                                /* 最终固定宽度 200px */
                filter: brightness(1.1) drop-shadow(0 0 15px rgba(255, 255, 255, 0.6)); /* 保留淡淡光芒 */
                opacity: 1;
            }
        }
		@keyframes zoomGlow2 {
            0% {
                width: 50px;                                 /* 初始宽度 50px */
                filter: brightness(1) drop-shadow(0 0 0px rgba(255, 255, 255, 0));
                opacity: 0.8;
            }
            
            50% {
                width: 200px;                                /* 中间最大宽度 250px（超出容器，被裁剪） */
                filter: brightness(1.5) drop-shadow(0 0 50px rgba(255, 255, 255, 0.9)); /* 最强光芒 */
                opacity: 1;
            }
            
            100% {
                width: 150px;                                /* 最终固定宽度 200px */
                filter: brightness(1.1) drop-shadow(0 0 15px rgba(255, 255, 255, 0.6)); /* 保留淡淡光芒 */
                opacity: 1;
            }
        }
        
      .divimg2 {
        display: grid;
		place-items: center;
        max-width: 600px;
		width:100%;
    }

    .divimg2text {
        font-size: 24px;
        font-weight: 600;
        color: #333;
        width: 30%;
        text-align: center;
    }

    .watch-wrapper {
        width: 200px;
        perspective: 800px; /* 提供3D透视效果 */
    }

    .watch-img {
        width: 200px;
        animation: rotateYSlow 20s linear infinite;
        transform-style: preserve-3d;
    }

    @keyframes rotateYSlow {
        from {
            transform: rotateY(0deg);
        }
        to {
            transform: rotateY(360deg);
        }
    }
	.mywatchtext {
        padding: 5px;
        border: 1px solid #A32B2D;
		height:50px;
        border-radius: 15px;
        background-color: #A32B2D;
		color:#fff;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        text-align: center;
        white-space: nowrap;
    }
	
	@media (max-width: 600px) {
		
		.divimg1 {
            /* 固定容器宽度 200px */
            width: 150px;
            height: 200px; /* 根据图片比例调整，或设为 auto */
            /* 美化 */
            display: flex;
            justify-content: center;
            align-items: center;
			margin-top:-100px;
			margin-right:20px;
        }
        
        .divimg1 img {
            /* 图片基础：最终状态正好填满 200px 宽度 */
            width: 150px;          /* 最终固定宽度 */
            height: auto;
            display: block;
            
            /* 动画：初始 50px → 最大 250px → 最终 200px（固定） */
            animation: zoomGlow2 5s ease-in-out forwards;
        }
		.divimg2text {
			font-size: 14px;
			font-weight: 600;
			color: #333;
			width: 30%;
			text-align: center;
		}

		.watch-wrapper {
			width: 100px;
			perspective: 800px; /* 提供3D透视效果 */
		}

		.watch-img {
			width: 100px;
			animation: rotateYSlow 20s linear infinite;
			transform-style: preserve-3d;
		}
	}
	
	.screenshot-title {
      margin: 0px 10px 0px 10px;
      text-align: left;
      /* background-color: #333; */
      background-color: #fff;
      padding: 15px;
      border-radius: 5px;
    }

    
	.screenshot-container {
      position: relative;
      overflow: hidden;
      width: 100%;
      max-width: 600px;
      /* 根据需要调整宽度 */
      /* margin: 20px 20px 20px 20px; */
    }

    .screenshot-track {
      display: flex;
      overflow-x: scroll;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      margin: 20px;
    }

    .screenshot-track img {
      border-radius: 15px;
      width: 100%;
      flex: 0 0 70%;
      scroll-snap-align: start;
      margin-right: 20px;
      object-fit: fill;
    }

    .screenshot-track img:last-child {
      margin-right: 0;
      /* 最后一张图片不需要右边距 */
    }
	.screenshot-indicator {
		  position: absolute;
		  top: 50%;
		  transform: translateY(-50%);
		  background-color: white;
		  color: rgba(0, 0, 0, 01);
		  border: 1px solid rgba(0, 0, 0, 0.06);
		  border-radius: 50%;
		  width: 48px;
		  font-size: 1rem;
		  height: 48px;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  cursor: pointer;
		}

		.screenshot-indicator.prev {
		  left: 3px;
		  display: none;
		}

		.screenshot-indicator.next {
		  right: 3px;
		  display: block;
		}
		.loading-spinner {
            border: 4px solid rgba(0, 0, 0, 0.1);
            border-radius: 50%;
            border-top: 4px solid #ffffff;
            width: 30px;
            height: 30px;
            animation: spin 1s linear infinite;
            position: absolute;
            top: 40%;
            left: 40%;
            transform: translate(-50%, -50%) rotate(0deg);
        }
		@keyframes spin {
            0% {
                transform: translate(-50%, -50%) rotate(0deg);
            }

            100% {
                transform: translate(-50%, -50%) rotate(360deg);
            }
        }
		
	@media (max-width: 768px) {
		.loading-spinner {
            border: 4px solid rgba(0, 0, 0, 0.1);
            border-radius: 50%;
            border-top: 4px solid #ffffff;
            width: 40px;
            height: 40px; 
            animation: spin 1s linear infinite;
            position: absolute;
            top: 40%;
            left: 20%;
            transform: translate(-50%, -50%) rotate(0deg);
        }
	}