/* 协议页面通用样式 */
.agreement-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 4px;
}

.agreement-title {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	text-align: center;
	margin-bottom: 16px;
}

.agreement-date {
	font-size: 13px;
	color: #999;
	text-align: center;
	margin-bottom: 20px;
}

.agreement-section {
	margin-bottom: 16px;
}

.section-title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin: 16px 0 10px 0;
}

.sub-title {
	font-size: 15px;
	font-weight: 600;
	color: #444;
	margin: 12px 0 8px 0;
}

.paragraph {
	font-size: 14px;
	line-height: 1.7;
	color: #555;
	margin: 8px 0;
}

.highlight {
	font-weight: 600;
	color: #333;
}

.indent-list {
	padding-left: 0;
	margin: 10px 0 24px 0;
	list-style: none;
}

.indent-list li {
	font-size: 14px;
	line-height: 1.7;
	color: #555;
	padding-left: 0;
	margin-bottom: 6px;
}

.number-list {
	padding-left: 0;
	margin: 10px 0;
	list-style: none;
	counter-reset: item;
}

.number-list li {
	font-size: 14px;
	line-height: 1.7;
	color: #555;
	padding-left: 24px;
	position: relative;
	margin-bottom: 6px;
	counter-increment: item;
}

.number-list li::before {
	content: counter(item) "、";
	position: absolute;
	left: 0;
	color: #1890ff;
	font-weight: 500;
}

.benefit-list {
	padding-left: 0;
	margin: 10px 0;
	list-style: none;
}

.benefit-list li {
	font-size: 14px;
	line-height: 1.7;
	color: #555;
	padding-left: 24px;
	position: relative;
	margin-bottom: 6px;
}

.benefit-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 12px;
	height: 12px;
	background: #52c41a;
	border-radius: 50%;
}

.price-box {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 8px;
	padding: 14px;
	margin: 12px 0;
}

.price-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	font-size: 14px;
}

.price-item:last-child {
	border-bottom: none;
}

.price-item .label {
	font-weight: 500;
}

.price-item .price {
	font-weight: 600;
}

.contact-section {
	padding: 12px 0;
	margin-top: 16px;
}

.contact-title {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
}

.contact-item {
	font-size: 14px;
	color: #555;
	line-height: 1.7;
	margin-bottom: 4px;
}

.contact-item strong {
	color: #333;
}

a {
	color: #1890ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.bottom-space {
	height: 30px;
}
