/* 针对所有设备 */
body,html {
	margin: 0;
	padding: 0;
	/* background-image: url('background.jpg'); */
	/* 替換為你的背景圖片URL */
/* 	background-repeat: no-repeat;
	background-size: cover; */
	/* 確保背景圖片覆蓋整個頁面 */
	/* background-position: center; */
	/* 確保背景圖片居中 */
	height: 100%;
	box-sizing: border-box;
	/* 推荐使用，以便包括边框和内边距在元素的总宽度和高度内 */
}

.test{
	background-color: #002D71;
}

.top{
	width: 100%;
	position: relative;
}
.top>img{
	width: 100%;
	height: auto;
	object-fit: cover
}

.app-download {
	position: absolute;
	top: 1000px;
	left: 50%;
	transform: translate(-50%, -200%);
	/* 居中元素 */
	text-align: center;
	color: white;
	/* 文本顏色，根據背景圖片選擇合適的顏色 */
}

.app-download h1 {
	font-size: 36px;
	margin-bottom: 20px;
}

.app-download p {
	font-size: 18px;
	margin-bottom: 20px;
}

.app-download a {
	display: inline-block;
	padding: 10px 20px;
	background-color: #007BFF;
	/* 鏈接按鈕的背景色 */
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s ease;
	/* 平滑過渡效果 */
}

.app-download a:hover {
	background-color: #0056b3;
	/* 鏈接按鈕的鼠標懸停背景色 */
}


.float{
	width: 100%;
	/* height: 100%; */
	/* background-image: url(/img/top.png); */
}
.float>img{
	width: 100%;
	height: auto;
	object-fit: cover
}


/* 针对宽度小于或等于768px的设备 */
@media (max-width: 768px){
	.app-download {
		width: 100%;
		position: absolute;
		top: 1000px;
		left: 50%;
		transform: translate(-50%, -190%);
		/* 居中元素 */
		text-align: center;
		color: white;
		/* 文本顏色，根據背景圖片選擇合適的顏色 */
	}

	.app-download p {
		font-size: 28px;
		margin-bottom: 15px;
	}
	
	.app-download a {
		font-size: 24px;
		display: inline-block;
		padding: 10px 20px;
		background-color: #007BFF;
		/* 鏈接按鈕的背景色 */
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		transition: background-color 0.3s ease;
		/* 平滑過渡效果 */
	}
}
@media (min-width: 680px) and (max-width: 729px) {
	.app-download {
		width: 100%;
		position: absolute;
		top: 1000px;
		left: 50%;
		transform: translate(-50%, -190%);
		/* 居中元素 */
		text-align: center;
		color: white;
		/* 文本顏色，根據背景圖片選擇合適的顏色 */
	}

	.app-download p {
		font-size: 28px;
		margin-bottom: 10px;
	}
	
	.app-download a {
		font-size: 18px;
		display: inline-block;
		padding: 10px 20px;
		background-color: #007BFF;
		/* 鏈接按鈕的背景色 */
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		transition: background-color 0.3s ease;
		/* 平滑過渡效果 */
	}
}


@media (min-width: 630px) and (max-width: 679px) {
	.app-download {
		width: 100%;
		position: absolute;
		top: 1000px;
		left: 50%;
		transform: translate(-50%, -180%);
		/* 居中元素 */
		text-align: center;
		color: white;
		/* 文本顏色，根據背景圖片選擇合適的顏色 */
	}

	.app-download p {
		font-size: 28px;
		margin-bottom: 10px;
	}
	
	.app-download a {
		font-size: 16px;
		display: inline-block;
		padding: 10px 20px;
		background-color: #007BFF;
		/* 鏈接按鈕的背景色 */
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		transition: background-color 0.3s ease;
		/* 平滑過渡效果 */
	}
}
@media (min-width: 580px) and (max-width: 629px){
	.app-download {
		width: 100%;
		position: absolute;
		top: 1000px;
		left: 50%;
		transform: translate(-50%, -175%);
		/* 居中元素 */
		text-align: center;
		color: white;
		/* 文本顏色，根據背景圖片選擇合適的顏色 */
	}

	.app-download p {
		font-size: 26px;
		margin-bottom: 10px;
	}
	
	.app-download a {
		font-size: 16px;
		display: inline-block;
		padding: 10px 20px;
		background-color: #007BFF;
		/* 鏈接按鈕的背景色 */
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		transition: background-color 0.3s ease;
		/* 平滑過渡效果 */
	}
}

@media (min-width: 530px) and (max-width: 579px) {
	.app-download {
		width: 100%;
		position: absolute;
		top: 1000px;
		left: 50%;
		transform: translate(-50%, -165%);
		/* 居中元素 */
		text-align: center;
		color: white;
		/* 文本顏色，根據背景圖片選擇合適的顏色 */
	}

	.app-download p {
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	.app-download a {
		font-size: 16px;
		display: inline-block;
		padding: 10px 20px;
		background-color: #007BFF;
		/* 鏈接按鈕的背景色 */
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		transition: background-color 0.3s ease;
		/* 平滑過渡效果 */
	}
}


/* 针对宽度在480px到768px之间的设备 */
@media (min-width: 480px) and (max-width: 529px) {
	.app-download {
		width: 100%;
		position: absolute;
		top: 1000px;
		left: 50%;
		transform: translate(-50%, -160%);
		/* 居中元素 */
		text-align: center;
		color: white;
		/* 文本顏色，根據背景圖片選擇合適的顏色 */
	}

	.app-download p {
		font-size: 22px;
		margin-bottom: 20px;
	}
	
	.app-download a {
		font-size: 10px;
		display: inline-block;
		padding: 10px 20px;
		background-color: #007BFF;
		/* 鏈接按鈕的背景色 */
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		transition: background-color 0.3s ease;
		/* 平滑過渡效果 */
	}
}

@media (min-width: 430px) and (max-width: 479px) {
	.app-download {
		width: 100%;
		position: absolute;
		top: 1000px;
		left: 50%;
		transform: translate(-50%, -160%);
		/* 居中元素 */
		text-align: center;
		color: white;
		/* 文本顏色，根據背景圖片選擇合適的顏色 */
	}

	.app-download p {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.app-download a {
		font-size: 12px;
		display: inline-block;
		padding: 10px 20px;
		background-color: #007BFF;
		/* 鏈接按鈕的背景色 */
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		transition: background-color 0.3s ease;
		/* 平滑過渡效果 */
	}
}


@media (min-width: 380px) and (max-width: 429px) {
	.app-download {
		width: 100%;
		position: absolute;
		top: 1000px;
		left: 50%;
		transform: translate(-50%, -165%);
		/* 居中元素 */
		text-align: center;
		color: white;
		/* 文本顏色，根據背景圖片選擇合適的顏色 */
	}

	.app-download p {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.app-download a {
		font-size: 10px;
		display: inline-block;
		padding: 10px 20px;
		background-color: #007BFF;
		/* 鏈接按鈕的背景色 */
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		transition: background-color 0.3s ease;
		/* 平滑過渡效果 */
	}
}