* {
	box-sizing: border-box
}

body {
	font-family: Arial,sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f1f1f1
}

main {
	max-width: 720px;
	margin: 20px auto;
	padding: 5px;
	font-family: Arial,sans-serif;
	box-sizing: border-box
}

.download-section {
	width: 100%;
	max-width: 800px;
	margin: 10px auto;
	padding: 20px;
	background-color: #f9f9f9;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,.1);
	box-sizing: border-box
}

.download-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px
}

.download-header .app-logo,.download-header .pay-logo {
	max-height: 100px;
	width: auto;
	height: auto;
	flex-shrink: 0
}

@media (max-width:480px) {
	.download-header {
		margin-bottom: 10px
	}

	.download-header .app-logo,.download-header .pay-logo {
		max-height: 60px
	}
}

.desc {
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: center
}

.desc i {
	margin-right: 8px;
	color: #007bff
}

.info-list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 14px
}

.info-list li {
	color: #555;
	padding: 8px 0;
	border-bottom: 1px solid #ddd
}

.info-list li:last-child {
	border-bottom: none
}

.info-list i {
	margin-right: 6px;
	color: #28a745
}

.info-list strong {
	color: #333;
	margin-right: 4px
}

.download-buttons {
	display: flex;
	justify-content: center;
	gap: 20px
}

.download-buttons a {
	display: inline-block
}

.download-buttons img {
	width: 100%;
	max-width: 220px;
	height: auto;
	cursor: pointer;
	transition: transform .3s ease
}

.download-buttons img:hover {
	transform: scale(1.05)
}

.content-section {
	width: 100%;
	margin: 20px auto;
	font-size: 16px;
	line-height: 1.8;
	color: #333
}

.content-section section {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,.08)
}

.content-section h1,.content-section h2,.content-section h3 {
	text-align: center;
	color: #060;
	margin-top: 0;
	margin-bottom: 15px;
	position: relative
}

.content-section h1::after,.content-section h2::after,.content-section h3::after {
	content: "";
	display: block;
	width: 80%;
	height: 2px;
	background-color: #060;
	margin: 10px auto 0
}

.content-section p {
	margin: 15px 0;
	text-align: justify;
	word-spacing: 0;
	word-break: normal;
	hyphens: none
}

.content-section ol,.content-section ul {
	margin: 15px 0 15px 40px
}

.content-image {
	text-align: center;
	margin: 30px 0
}

.content-image img {
	width: 100%;
	max-width: 600px;
	height: auto;
	border-radius: 8px
}

@media (max-width:600px) {
	.content-section p {
		text-align: left;
		word-break: normal;
		hyphens: none
	}
}

.hp-ppt-wrapper {
	width: 100%;
	margin: 5px auto;
	overflow: hidden;
	box-sizing: border-box;
	border: 2px solid #e0e0e0;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0,0,0,.08)
}

.hp-ppt-track {
	display: flex;
	flex-wrap: nowrap;
	transition: transform .5s ease-in-out
}

.hp-ppt-slide {
	flex: 0 0 100%
}

.hp-ppt-slide img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 10px
}

.hp‑ann‑wrapper {
	width: 100%;
	max-width: 800px;
	margin: 1px auto;
	box-sizing: border-box
}

.hp‑ann‑inner {
	background-color: #fff3cd;
	border-left: 6px solid #ffeeba;
	border-radius: 4px;
	padding: 10px 20px;
	box-shadow: 0 2px 6px rgba(0,0,0,.05)
}

.hp‑ann‑title {
	display: inline-block;
	background-color: #ffeeba;
	color: #856404;
	font-size: .95rem;
	padding: 2px 8px;
	border-radius: 2px;
	margin-bottom: 8px
}

.hp‑ann‑text {
	margin: 8px 0 0;
	font-size: 1rem;
	line-height: 1.6;
	color: #664d03;
	white-space: pre-wrap
}

@media (max-width:720px) {
	.hp‑ann‑wrapper {
		padding: 5px 1px
	}

	.hp‑ann‑inner {
		padding: 10px 16px
	}

	.hp‑ann‑title {
		font-size: .9rem
	}

	.hp‑ann‑text {
		font-size: .95rem
	}
}


.hp-ranking-container {
	width: 100%;
	margin: 30px 0
}

.hp-ranking-wrapper {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 8px 16px rgba(0,0,0,.15)
}

.hp-ranking-overlay {
	display: block;
	width: 100%;
	height: auto
}

.hp-ranking-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}

.hp-ranking-item {
	position: absolute;
	left: 36%;
	width: 41%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fef9e7;
	font-weight: 700;
	font-size: 1rem;
	white-space: nowrap
}

.hp-rank-1 {
	top: 35%
}

.hp-rank-2 {
	top: 46%
}

.hp-rank-3 {
	top: 56.4%
}

.hp-rank-4 {
	top: 66.3%
}

.hp-rank-5 {
	top: 75.6%
}

.hp-ranking-item .hp-rank-id {
	flex: 0 0 auto;
	font-size: clamp(14px, 1.5vw, 24px);
}

.hp-ranking-item .hp-rank-amt {
	flex: 0 0 auto;
	font-size: clamp(14px, 1.5vw, 24px);
}

@media (max-width:374px) {
	.hp-ranking-item {
		flex-direction: column;
		left: 5%;
		width: 90%;
		text-align: center;
		gap: 4px
	}
}
