/* ============================================
   介绍页面 (introduce) 特有样式
   ============================================ */

.main-introduce {
	background: #FFFFFF;
	padding: 50px;
}

.main-introduce-article {
	background: #FFFFFF;
	padding: 50px;
}

.article-header {
	margin-bottom: 40px;
	padding-bottom: 25px;
	border-bottom: 2px solid #F0F0F0;
}

.back-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #666;
	text-decoration: none;
	font-size: 14px;
	margin-bottom: 20px;
	transition: color 0.3s ease;
}

.back-link:hover {
	color: #667eea;
}

.back-icon {
	font-size: 18px;
}

.article-title {
	font-size: 26px;
	font-weight: 600;
	color: #333;
	margin: 0 0 20px 0;
	line-height: 1.5;
	letter-spacing: -0.3px;
}

.article-meta {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.meta-item {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	color: #999;
}

.meta-icon {
	font-size: 16px;
}

.article-content {
	margin-top: 30px;
}

.content-body {
	font-size: 15px;
	line-height: 1.8;
	color: #444;
	letter-spacing: 0.2px;
}

.content-body p {
	margin-bottom: 20px;
	text-align: left;
	color: #444;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.2px;
}

.content-body p:first-child {
	margin-top: 0;
}

.content-body p:last-child {
	margin-bottom: 0;
}

.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #333;
	line-height: 1.4;
}

.content-body h1 {
	font-size: 24px;
}

.content-body h2 {
	font-size: 20px;
}

.content-body h3 {
	font-size: 18px;
}

.content-body h4 {
	font-size: 16px;
}

.content-body ul,
.content-body ol {
	margin: 15px 0;
	padding-left: 30px;
	line-height: 1.8;
}

.content-body li {
	margin-bottom: 8px;
}

.content-body strong,
.content-body b {
	font-weight: 600;
	color: #333;
}

.content-body a {
	color: #667eea;
	text-decoration: none;
	transition: color 0.3s ease;
}

.content-body a:hover {
	color: #764ba2;
	text-decoration: underline;
}

.content-body img {
	max-width: 100%;
	height: auto;
	margin: 20px 0;
	border-radius: 0;
}

.introduce-profile-section {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px solid #F0F0F0;
}

.profile-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-top: 30px;
}

.profile-card {
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	padding: 30px;
}

.profile-card-title {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin: 0 0 25px 0;
	padding-bottom: 15px;
	border-bottom: 2px solid #F0F0F0;
	letter-spacing: -0.1px;
	line-height: 1.4;
}

.profile-info-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.profile-info-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.profile-label {
	font-size: 14px;
	color: #666;
	min-width: 100px;
	flex-shrink: 0;
	font-weight: 500;
	letter-spacing: 0.2px;
}

.profile-value {
	font-size: 15px;
	color: #333;
	flex: 1;
	word-break: break-word;
	line-height: 1.6;
	letter-spacing: 0.2px;
}

.profile-value.verified {
	color: #52c41a;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 6px;
}

.profile-value.unverified {
	color: #ff4d4f;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 6px;
}

.verify-icon {
	font-size: 16px;
	font-weight: 700;
}

.verify-items {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.verify-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	background: #E6F7E6;
	color: #52c41a;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 500;
}

.verify-item .verify-icon {
	color: #52c41a;
}

.profile-value.deposit strong {
	color: #52c41a;
	font-size: 16px;
}

.btn-agent {
	display: inline-block;
	padding: 10px 24px;
	background: #667eea;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.btn-agent:hover {
	background: #5568d3;
	color: #FFFFFF;
}

.introduce-content-section {
	margin-top: 50px;
	padding-top: 40px;
	border-top: 2px solid #F0F0F0;
}

.introduce-content-wrapper {
	margin-top: 30px;
}

.introduce-content-unified {
	position: relative;
}

.introduce-media-float {
	float: right;
	width: 400px;
	margin: 0 0 20px 30px;
	max-width: 100%;
}

.introduce-video {
	width: 100%;
	background: #F8F9FA;
	border: 1px solid #E8E8E8;
	padding: 10px;
	text-align: center;
}

.introduce-video iframe,
.introduce-video embed,
.introduce-video object {
	max-width: 100%;
	height: auto;
}

.introduce-image {
	width: 100%;
	background: #F8F9FA;
	border: 1px solid #E8E8E8;
	padding: 10px;
	text-align: center;
}

.introduce-image img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* 清除浮动 */
.introduce-content-unified::after {
	content: "";
	display: table;
	clear: both;
}

.introduce-tools {
	display: flex;
	gap: 15px;
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #F0F0F0;
	flex-wrap: wrap;
}

.tool-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	background: #F8F9FA;
	border: 1px solid #E8E8E8;
	border-radius: 0;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
}

.tool-btn:hover {
	background: #F0F0F0;
	border-color: #667eea;
	color: #667eea;
}

.tool-icon {
	font-size: 18px;
}

.tool-text {
	font-weight: 500;
}

.tool-count {
	font-weight: 600;
	color: #999;
}

.tool-btn:hover .tool-count {
	color: #667eea;
}

/* 响应式设计 - 介绍页面 */
@media (max-width: 968px) {
	.profile-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.profile-card {
		padding: 20px;
	}
	
	.main-introduce,
	.main-introduce-article {
		padding: 30px 20px;
	}
	
	.introduce-media-float {
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.introduce-video,
	.introduce-image {
		width: 100%;
	}
}

