/* 全局样式重置 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif;
	line-height: 1.6;
	color: #333;
	background-color: #f9f9f9;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* 导航栏样式 */
.navbar {
	background: linear-gradient(135deg, #1a5fb4, #01773D);
	color: #fff;
	padding: 20px 0;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.navbar .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.logo-img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 50%;
	transition: transform 0.3s ease;
}

.logo-img:hover {
	transform: scale(1.1);
}

.logo-text {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0;
}

.nav-links {
	display: flex;
	list-style: none;
}

.nav-links li {
	margin-left: 20px;
}

.nav-links a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	transition: color 0.3s;
}

.nav-links a:hover {
	color: #ffd700;
}

.mobile-menu {
	display: none;
}

.menu-toggle {
	background: none;
	border: none;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}

/* 英雄区域样式 */
.hero {
	background: linear-gradient(135deg, #1a5fb4, #01773D);
	color: #fff;
	text-align: center;
	padding: 120px 0 60px;
	margin-top: 70px;
	position: relative;
	overflow: hidden;
}

.hero-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 1;
}

.hero-logo {
	width: 180px;
	height: auto;
	margin-bottom: 2rem;
	border-radius: 10px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	animation: float 3s ease-in-out infinite;
	transition: transform 0.3s ease;
}

.hero-logo:hover {
	transform: scale(1.05);
}

@keyframes float {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0px);
	}
}

@media (max-width: 768px) {
	.hero-logo {
		width: 150px;
		margin-bottom: 1.8rem;
	}

	.qrcode-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.5rem;
	}

	.qrcode-img {
		width: 130px;
		height: 130px;
	}

	.emoji-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.emoji-item img {
		width: 70px;
		height: 70px;
	}

	.easy-learning-img {
		max-height: 150px;
	}
}

.hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('data:image/svg+xml,%3Csvg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z" fill="%23ffffff" fill-opacity="0.05" fill-rule="evenodd"/%3E%3C/svg%3E') repeat;
}

.hero h1 {
	font-size: 48px;
	margin-bottom: 10px;
}

.hero p {
	font-size: 24px;
	margin-bottom: 30px;
}

/* 吉祥物部分 */
.mascot {
	padding: 80px 0;
	background-color: #f8f9fa;
	background-image: radial-gradient(circle at 20% 50%, rgba(232, 62, 140, 0.1) 0%, rgba(111, 66, 193, 0.1) 100%);
	position: relative;
	overflow: hidden;
}

.mascot::before {
	content: '';
	position: absolute;
	top: -10%;
	right: -10%;
	width: 40%;
	height: 40%;
	background-color: rgba(232, 62, 140, 0.05);
	border-radius: 50%;
	z-index: 0;
}

.mascot h2 {
	text-align: center;
	margin-bottom: 20px;
	color: #333;
	position: relative;
	z-index: 1;
}

.mascot-desc {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 50px;
	color: #666;
	font-size: 1.1rem;
	line-height: 1.6;
	position: relative;
	z-index: 1;
}

.mascot-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 60px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.mascot-character {
	flex-shrink: 0;
	animation: float 6s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0px);
	}
}

.mascot-svg {
	filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
	transition: filter 0.3s ease;
}

.mascot-svg:hover {
	filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.2));
}

.mascot-info {
	max-width: 600px;
	background-color: white;
	border-radius: 20px;
	padding: 40px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	border: 1px solid #f0f0f0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mascot-info:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.mascot-info h3 {
	color: #e83e8c;
	margin-bottom: 20px;
	font-size: 1.8rem;
	position: relative;
	padding-bottom: 15px;
}

.mascot-info h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 4px;
	background: linear-gradient(90deg, #e83e8c 0%, #6f42c1 100%);
	border-radius: 2px;
}

/* 吉祥物介绍文本样式 */
.mascot-intro {
	color: #666;
	line-height: 1.8;
	font-size: 1.1rem;
	margin-bottom: 30px;
}

/* 表情包系列样式 */
.mascot-emojis {
	margin: 2rem 0;
}

.mascot-emojis h4 {
	font-size: 1.3rem;
	color: #1a5fb4;
	margin-bottom: 1rem;
	font-weight: 600;
}

.emoji-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.emoji-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0.5rem;
	border-radius: 10px;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.emoji-item:hover {
	transform: translateY(-5px);
	background-color: rgba(26, 95, 180, 0.05);
}

.emoji-item img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	margin-bottom: 0.5rem;
	border-radius: 8px;
	transition: transform 0.3s ease;
}

.emoji-item:hover img {
	transform: scale(1.1);
}

.emoji-item span {
	font-size: 0.9rem;
	color: #555;
	font-weight: 500;
}

.mascot-features {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 30px;
}

.feature-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	padding: 15px;
	background-color: #f9f9f9;
	border-radius: 12px;
	transition: all 0.3s ease;
}

.feature-item:hover {
	background-color: #f0f0f0;
	transform: translateX(5px);
}

.feature-icon {
	font-size: 2rem;
	flex-shrink: 0;
	margin-top: 5px;
}

.feature-text h4 {
	margin: 0 0 8px 0;
	color: #333;
	font-size: 1.2rem;
}

.feature-text p {
	margin: 0;
	color: #666;
	line-height: 1.5;
}

.mascot-quote {
	margin-top: 30px;
	padding: 25px;
	background: linear-gradient(135deg, rgba(232, 62, 140, 0.05) 0%, rgba(111, 66, 193, 0.05) 100%);
	border-radius: 12px;
	border-left: 4px solid #e83e8c;
}

.mascot-quote blockquote {
	margin: 0;
	font-style: italic;
	color: #555;
	font-size: 1.2rem;
	line-height: 1.8;
}

/* 响应式设计 */
@media (max-width: 992px) {
	.mascot-content {
		flex-direction: column;
		gap: 40px;
	}

	.mascot-character {
		order: 1;
	}

	.mascot-info {
		order: 2;
		max-width: 100%;
		padding: 30px;
	}
}

@media (max-width: 768px) {
	.mascot {
		padding: 60px 0;
	}

	.mascot-svg {
		width: 250px;
		height: 250px;
	}

	.mascot-info {
		padding: 25px;
	}

	.mascot-info h3 {
		font-size: 1.5rem;
	}

	.feature-item {
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}

	.feature-icon {
		align-self: center;
	}

	.mascot-quote blockquote {
		font-size: 1.1rem;
	}
}

@media (max-width: 576px) {
	.mascot-svg {
		width: 200px;
		height: 200px;
	}

	.mascot-info {
		padding: 20px;
	}

	.mascot-info h3 {
		font-size: 1.3rem;
	}

	.logo-text {
		font-size: 1.2rem;
	}

	.logo-img {
		width: 35px;
		height: 35px;
	}

	.hero-logo {
		width: 130px;
		margin-bottom: 1.5rem;
	}

	.emoji-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 0.8rem;
	}

	.emoji-item img {
		width: 60px;
		height: 60px;
	}

	.qrcode-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
	}

	.qrcode-img {
		width: 120px;
		height: 120px;
	}

	.video-channel-content {
		flex-direction: column;
	}

	.channel-text {
		margin-right: 0;
		margin-bottom: 0.5rem;
	}

	.easy-learning-img {
		max-height: 120px;
	}
}

.mascot-placeholder,
.image-placeholder {
	width: 200px;
	height: 200px;
	background-color: rgba(255, 255, 255, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

/* 通用section样式 */
section {
	padding: 60px 0;
}

h2 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 36px;
	color: #2c3e50;
}

h3 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #34495e;
}

/* 关于CPT部分 */
.about {
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.about::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url('https://tvbiu2022.oss-cn-shenzhen.aliyuncs.com/wx_catalog/2025-11-09-01-CjhE5r0VKR.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	opacity: 0.05;
	z-index: 0;
}

.about-content {
	position: relative;
	z-index: 1;
}

.about-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: center;
}

.about-text h3 {
	color: #3498db;
	font-size: 32px;
	margin-bottom: 10px;
}

.subtitle {
	font-size: 20px;
	color: #7f8c8d;
	margin-bottom: 20px;
	font-weight: normal;
}

.about-text p {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 15px;
}

.about-features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.feature-item {
	background-color: #f8f9fa;
	padding: 25px;
	border-radius: 10px;
	text-align: center;
	transition: transform 0.3s, box-shadow 0.3s;
}

.feature-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-icon {
	font-size: 40px;
	margin-bottom: 15px;
}

.feature-item h4 {
	color: #2c3e50;
	margin-bottom: 10px;
	font-size: 18px;
}

.feature-item p {
	color: #7f8c8d;
	font-size: 14px;
}

/* 响应式设计 - 关于CPT部分 */
@media (max-width: 992px) {
	.about-content {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.about-text p {
		text-align: center;
	}
}

/* 办公地点部分 */
.locations {
	padding: 80px 0;
	background-color: #f9f9f9;
}

.locations h2 {
	text-align: center;
	margin-bottom: 20px;
	color: #333;
}

.locations-desc {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 40px;
	color: #666;
	font-size: 1.1rem;
	line-height: 1.6;
}

.location-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 30px;
}

.location-card {
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.location-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.location-header {
	background: linear-gradient(135deg, #1a5fb4, #01773D);
	color: white;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.location-header h3 {
	color: white;
}

.location-icon {
	font-size: 2rem;
	background: rgba(255, 255, 255, 0.2);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.location-header h3 {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 600;
}

.location-image {
	width: 100%;
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
}

.location-image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.location-card:hover .location-image img {
	transform: scale(1.05);
}

.location-content {
	padding: 20px;
	flex-grow: 1;
}

.location-info {
	margin-bottom: 12px;
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.location-info:last-child {
	margin-bottom: 0;
}

.info-label {
	font-weight: 600;
	color: #555;
	min-width: 80px;
}

.location-info span:last-child {
	color: #666;
	line-height: 1.5;
}

.location-info a {
	color: #e83e8c;
	text-decoration: none;
	transition: color 0.3s ease;
}

.location-info a:hover {
	color: #6f42c1;
	text-decoration: underline;
}



/* 响应式设计 */
@media (max-width: 768px) {
	.location-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.location-card {
		max-width: 500px;
		margin: 0 auto;
	}

	.location-header {
		padding: 15px;
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}

	.location-icon {
		font-size: 1.5rem;
		width: 40px;
		height: 40px;
	}

	.location-content {
		padding: 15px;
	}

	.location-info {
		flex-direction: column;
		gap: 5px;
	}

	.info-label {
		min-width: auto;
	}
}

/* 专家介绍部分 */
.experts {
	padding: 80px 0;
	background-color: #fafafa;
}

.experts h2 {
	text-align: center;
	margin-bottom: 20px;
	color: #333;
}

.experts-desc {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 50px;
	color: #666;
	font-size: 1.1rem;
	line-height: 1.6;
}

.expert-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 35px;
}

.expert-card {
	background-color: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	border: 1px solid #f0f0f0;
}

.expert-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	border-color: #e83e8c;
}

.expert-header {
	background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
	padding: 30px;
	display: flex;
	align-items: center;
	gap: 20px;
	color: white;
}

.expert-avatar {
	flex-shrink: 0;
}

.avatar-placeholder {
	width: 100px;
	height: 100px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
	font-weight: bold;
	backdrop-filter: blur(10px);
	border: 3px solid rgba(255, 255, 255, 0.3);
}

.expert-info {
	text-align: left;
}

.expert-info h3 {
	margin: 0 0 5px 0;
	font-size: 1.5rem;
	font-weight: 600;
	color: white;
}

.expert-title {
	margin: 0 0 3px 0;
	font-size: 1.1rem;
	opacity: 0.9;
}

.expert-position {
	margin: 0;
	font-size: 0.95rem;
	opacity: 0.8;
}

.expert-content {
	padding: 25px;
}

.expert-content p {
	margin-bottom: 15px;
	color: #555;
	line-height: 1.7;
}

.expert-content p:last-child {
	margin-bottom: 0;
}

.expert-highlight {
	color: #e83e8c !important;
	font-weight: 600;
	font-style: italic;
}

.expert-tags {
	padding: 0 25px 25px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.expert-tag {
	background-color: #f0f0f0;
	color: #666;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 0.85rem;
	transition: all 0.3s ease;
}

.expert-card:hover .expert-tag {
	background-color: #e83e8c;
	color: white;
}

/* 响应式设计 */
@media (max-width: 768px) {
	.expert-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.expert-card {
		max-width: 500px;
		margin: 0 auto;
	}

	.expert-header {
		flex-direction: column;
		text-align: center;
		gap: 15px;
		padding: 25px;
	}

	.avatar-placeholder {
		width: 80px;
		height: 80px;
		font-size: 2rem;
	}

	.expert-info {
		text-align: center;
	}

	.expert-content {
		padding: 20px;
	}

	.expert-tags {
		padding: 0 20px 20px;
		justify-content: center;
	}
}

/* 考试介绍部分 */
.exam-intro {
	text-align: center;
	margin-bottom: 40px;
}

.exam-intro p {
	font-size: 18px;
	line-height: 1.8;
	max-width: 800px;
	margin: 0 auto;
}

/* 粤语好容易横幅样式 */
.easy-learning-banner {
	text-align: center;
	margin: 2rem 0;
	padding: 1rem;
	background-color: rgba(26, 95, 180, 0.05);
	border-radius: 15px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.easy-learning-banner:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.easy-learning-img {
	max-width: 100%;
	height: auto;
	max-height: 180px;
	border-radius: 10px;
	transition: transform 0.3s ease;
}

.easy-learning-img:hover {
	transform: scale(1.03);
}

.cptq-desc {
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px;
	color: #7f8c8d;
}

.standard-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	margin-top: 30px;
}

.standard-card {
	background-color: #3498db;
	color: #fff;
	padding: 30px;
	border-radius: 10px;
	text-align: left;
	transition: transform 0.3s, box-shadow 0.3s;
	position: relative;
	overflow: hidden;
}

.standard-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.standard-number {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 48px;
	font-weight: bold;
	opacity: 0.2;
}

.standard-card h4 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.standard-content {
	position: relative;
	z-index: 1;
}

.standard-content p {
	margin-bottom: 15px;
	line-height: 1.6;
}

.standard-content ul {
	padding-left: 20px;
	margin-bottom: 15px;
}

.standard-content li {
	margin-bottom: 8px;
	line-height: 1.5;
}

/* CPTQ简介部分样式 */
.cptq-intro {
	margin-top: 60px;
	background-color: #fff;
	padding: 40px;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.cptq-intro h3 {
	color: #1a5fb4;
	text-align: center;
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 700;
	position: relative;
}

.cptq-intro h3::after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #1a5fb4, #01773D);
	margin: 15px auto 0;
	border-radius: 2px;
}

.cptq-section {
	margin-bottom: 35px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
}

.cptq-section:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.cptq-section h4 {
	color: #34495e;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}

.cptq-section p {
	margin-bottom: 15px;
	line-height: 1.8;
	color: #555;
}

.cptq-section ul {
	padding-left: 25px;
	margin-bottom: 15px;
}

.cptq-section li {
	margin-bottom: 12px;
	line-height: 1.6;
	color: #555;
	position: relative;
}

.cptq-section li strong {
	color: #1a5fb4;
	font-weight: 600;
}

/* 考试形式部分 */
.exam-format {
	margin-top: 60px;
	text-align: center;
}

.format-items {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 25px;
	margin-top: 30px;
}

.format-item {
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s, box-shadow 0.3s;
}

.format-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.format-item h4 {
	color: #3498db;
	margin-bottom: 15px;
	font-size: 20px;
}

/* 响应式设计 - 考试部分 */
@media (max-width: 768px) {
	.standard-grid {
		grid-template-columns: 1fr;
	}

	.format-items {
		grid-template-columns: 1fr;
	}

	.standard-card {
		text-align: center;
	}

	.standard-content ul {
		text-align: left;
	}
}

/* 考点申请部分样式 */
.test-center {
	padding: 80px 0;
	background-color: #f8f9fa;
	background-image: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
}

.test-center h2 {
	text-align: center;
	margin-bottom: 20px;
	color: #333;
	font-size: 2.5rem;
	position: relative;
}

.test-center h2::after {
	content: '';
	display: block;
	width: 80px;
	height: 3px;
	background: linear-gradient(90deg, #1890ff, #36cfc9);
	margin: 15px auto 0;
	border-radius: 2px;
}

.test-center-desc {
	text-align: center;
	margin-bottom: 50px;
	font-size: 1.2rem;
	color: #666;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.8;
}

.test-center-content {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
}

/* 申请表单样式 */
.application-form {
	flex: 1;
	background: white;
	padding: 35px;
	border-radius: 12px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.application-form:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.application-form h3 {
	margin-bottom: 25px;
	color: #2c3e50;
	font-size: 1.8rem;
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 15px;
}

.form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.form-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.form-row {
	display: flex;
	gap: 20px;
}

.form-row .form-group {
	flex: 1;
}

.form-group label {
	font-weight: 500;
	color: #333;
	font-size: 1rem;
}

.form-group input,
.form-group textarea,
.form-group select {
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 1rem;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
	outline: none;
	border-color: #1890ff;
	box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.form-group textarea {
	resize: vertical;
	min-height: 80px;
}

.form-submit {
	margin-top: 10px;
	text-align: center;
}

.btn {
	display: inline-block;
	padding: 12px 30px;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: none;
	text-decoration: none;
}

.btn-primary {
	background: linear-gradient(90deg, #1890ff, #36cfc9);
	color: white;
	padding: 12px 40px;
	font-size: 1.1rem;
}

.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(24, 144, 255, 0.3);
}

/* 申请说明信息样式 */
.application-info {
	flex: 1;
	background: white;
	padding: 35px;
	border-radius: 12px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.application-info h3 {
	margin-bottom: 10px;
	color: #2c3e50;
	font-size: 1.8rem;
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 15px;
}

.info-section {
	padding: 20px;
	background-color: #f9f9f9;
	border-radius: 8px;
	transition: background-color 0.3s ease;
}

.info-section:hover {
	background-color: #f5f7fa;
}

.info-section h4 {
	margin-bottom: 15px;
	color: #333;
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	gap: 10px;
}

.requirements-list,
.benefits-list {
	list-style-type: none;
	padding: 0;
}

.requirements-list li,
.benefits-list li {
	padding: 8px 0 8px 25px;
	position: relative;
	margin-bottom: 8px;
	color: #666;
	line-height: 1.6;
}

.requirements-list li::before,
.benefits-list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #36cfc9;
	font-weight: bold;
}

.process-steps {
	list-style-type: none;
	padding: 0;
	counter-reset: step;
}

.process-steps li {
	padding: 10px 0 10px 40px;
	position: relative;
	margin-bottom: 12px;
	color: #666;
	line-height: 1.6;
	counter-increment: step;
}

.process-steps li::before {
	content: counter(step);
	position: absolute;
	left: 0;
	top: 10px;
	width: 25px;
	height: 25px;
	background: linear-gradient(135deg, #1890ff, #36cfc9);
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	font-weight: bold;
}

.contact-methods {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	padding: 10px 0;
}

.contact-icon {
	font-size: 1.5rem;
	width: 24px;
	text-align: center;
}

.contact-details {
	display: flex;
	flex-direction: column;
}

.contact-label {
	font-weight: 500;
	color: #333;
	font-size: 0.9rem;
	margin-bottom: 2px;
}

.contact-link,
.contact-text {
	color: #1890ff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-link:hover {
	color: #36cfc9;
	text-decoration: underline;
}

.info-section.highlight {
	background: linear-gradient(135deg, #f6f9ff, #f0f8ff);
	border-left: 4px solid #1890ff;
}

.info-section.highlight h4 {
	color: #1890ff;
}

/* 响应式设计 */
@media screen and (max-width: 992px) {
	.test-center-content {
		flex-direction: column;
		gap: 25px;
	}

	.application-form,
	.application-info {
		padding: 25px;
	}

	.form-row {
		flex-direction: column;
		gap: 20px;
	}
}

@media screen and (max-width: 768px) {
	.test-center {
		padding: 60px 0;
	}

	.test-center h2 {
		font-size: 2rem;
	}

	.test-center-desc {
		font-size: 1rem;
		margin-bottom: 35px;
	}

	.application-form h3,
	.application-info h3 {
		font-size: 1.5rem;
	}

	.info-section h4 {
		font-size: 1.2rem;
	}

	.btn-primary {
		padding: 10px 30px;
		font-size: 1rem;
	}
}

@media screen and (max-width: 480px) {

	.application-form,
	.application-info {
		padding: 20px;
	}

	.form-group input,
	.form-group textarea,
	.form-group select {
		padding: 10px 12px;
		font-size: 0.9rem;
	}

	.contact-item {
		flex-direction: column;
		gap: 5px;
	}

	.contact-icon {
		margin-bottom: 5px;
	}
}

/* 考试成绩查询部分样式 */
.result {
	padding: 80px 0;
	background-color: #f8f9fa;
	background-image: linear-gradient(135deg, #f8f9fa 0%, #e6f7ff 100%);
}

.result h2 {
	text-align: center;
	margin-bottom: 20px;
	color: #333;
	font-size: 2.5rem;
	position: relative;
}

.result h2::after {
	content: '';
	display: block;
	width: 80px;
	height: 3px;
	background: linear-gradient(90deg, #1890ff, #36cfc9);
	margin: 15px auto 0;
	border-radius: 2px;
}

.result-desc {
	text-align: center;
	margin-bottom: 50px;
	font-size: 1.2rem;
	color: #666;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.8;
}

.result-content {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
}

/* 成绩查询部分样式 */
.result-search-section {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.result-search-section h3 {
	color: #2c3e50;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.search-form-container {
	background: white;
	padding: 35px;
	border-radius: 12px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.form-instructions {
	background-color: #f0f8ff;
	padding: 15px;
	border-radius: 8px;
	margin-bottom: 25px;
	border-left: 4px solid #1890ff;
}

.form-instructions p {
	color: #1890ff;
	font-weight: 500;
	margin: 0;
}

.search-form .form-group {
	margin-bottom: 20px;
}

.search-form label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	color: #333;
	font-size: 1rem;
}

.search-form .required {
	color: #ff4d4f;
}

.search-form input {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 1rem;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.search-form input:focus {
	outline: none;
	border-color: #1890ff;
	box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.form-actions {
	margin-top: 30px;
	text-align: center;
}

.btn-secondary {
	background: linear-gradient(90deg, #52c41a, #73d13d);
	color: white;
	padding: 12px 30px;
}

.btn-secondary:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(82, 196, 26, 0.3);
}

.search-tips {
	margin-top: 25px;
	padding: 20px;
	background-color: #f6ffed;
	border-radius: 8px;
	border: 1px solid #b7eb8f;
}

.search-tips h4 {
	color: #389e0d;
	margin-bottom: 15px;
	font-size: 1.2rem;
}

.search-tips ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.search-tips li {
	padding: 8px 0 8px 25px;
	position: relative;
	color: #52c41a;
	line-height: 1.6;
	margin-bottom: 5px;
}

.search-tips li::before {
	content: '💡';
	position: absolute;
	left: 0;
}

/* 成绩报告预览样式 */
.search-result-preview {
	background: white;
	padding: 35px;
	border-radius: 12px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.search-result-preview h4 {
	color: #2c3e50;
	margin-bottom: 20px;
	font-size: 1.5rem;
}

.result-components {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.component-item {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 15px;
	background-color: #fafafa;
	border-radius: 8px;
	transition: background-color 0.3s ease, transform 0.2s ease;
}

.component-item:hover {
	background-color: #f0f8ff;
	transform: translateX(5px);
}

.component-icon {
	font-size: 2rem;
	width: 40px;
	text-align: center;
}

.component-info h5 {
	color: #333;
	margin: 0 0 5px 0;
	font-size: 1.1rem;
}

.component-info p {
	color: #666;
	margin: 0;
	font-size: 0.95rem;
}

/* 淘宝服务部分样式 */
.taobao-service-section {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.taobao-service-section h3 {
	color: #2c3e50;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.taobao-service-card {
	background: white;
	border-radius: 12px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.service-header {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 25px 35px;
	background: linear-gradient(135deg, #ff7a45, #ff4d4f);
	color: white;
}

.service-logo {
	background: white;
	color: #ff4d4f;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.5rem;
}

.service-title h4 {
	margin: 0 0 5px 0;
	font-size: 1.4rem;
}

.service-title p {
	margin: 0;
	opacity: 0.9;
	font-size: 1rem;
}

.service-content {
	padding: 35px;
}

.service-info {
	margin-bottom: 30px;
}

.service-info p {
	color: #666;
	margin-bottom: 15px;
	line-height: 1.6;
}

.service-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.service-list li {
	padding: 8px 0 8px 25px;
	position: relative;
	color: #333;
	margin-bottom: 8px;
	line-height: 1.6;
}

.service-list li::before {
	content: '🛍️';
	position: absolute;
	left: 0;
}

.contact-info h5 {
	color: #333;
	margin-bottom: 20px;
	font-size: 1.3rem;
}

.contact-items {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 30px;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 15px;
}

.contact-icon {
	font-size: 1.5rem;
	width: 24px;
	text-align: center;
}

.contact-details {
	display: flex;
	align-items: center;
	gap: 8px;
}

.contact-label {
	font-weight: 500;
	color: #333;
	font-size: 1rem;
}

.contact-link,
.contact-text {
	color: #ff4d4f;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-link:hover {
	color: #ff7a45;
	text-decoration: underline;
}

.shop-button {
	text-align: center;
}

/* 常见问题样式 */
.faq-section {
	background: white;
	padding: 35px;
	border-radius: 12px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.faq-section h4 {
	color: #2c3e50;
	margin-bottom: 25px;
	font-size: 1.5rem;
}

.faq-items {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.faq-item {
	padding: 20px;
	background-color: #fafafa;
	border-radius: 8px;
	transition: background-color 0.3s ease;
}

.faq-item:hover {
	background-color: #f0f8ff;
}

.faq-item h5 {
	color: #333;
	margin: 0 0 10px 0;
	font-size: 1.1rem;
}

.faq-item p {
	color: #666;
	margin: 0;
	line-height: 1.6;
}

/* 响应式设计 */
@media screen and (max-width: 992px) {
	.result-content {
		flex-direction: column;
		gap: 25px;
	}
}

@media screen and (max-width: 768px) {
	.result {
		padding: 60px 0;
	}

	.result h2 {
		font-size: 2rem;
	}

	.result-desc {
		font-size: 1rem;
		margin-bottom: 35px;
	}

	.result-search-section h3,
	.taobao-service-section h3 {
		font-size: 1.5rem;
	}

	.search-form-container,
	.search-result-preview,
	.taobao-service-card,
	.faq-section {
		padding: 25px;
	}

	.service-header {
		padding: 20px 25px;
	}

	.service-content {
		padding: 25px;
	}

	.search-form input {
		padding: 10px 12px;
	}

	.btn-primary,
	.btn-secondary {
		padding: 10px 30px;
		font-size: 1rem;
	}

	.search-result-preview h4,
	.faq-section h4 {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 480px) {
	.component-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.contact-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}

	.service-header {
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}

	.component-icon {
		width: auto;
	}
}

/* 新闻中心部分 */
.news {
	background-color: #f9f9f9;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.news::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	background: linear-gradient(135deg, rgba(255, 204, 0, 0.05), rgba(255, 102, 0, 0.05));
	z-index: 0;
}

.news .container {
	position: relative;
	z-index: 1;
}

.news h2 {
	text-align: center;
	color: #333;
	margin-bottom: 20px;
	font-size: 36px;
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}

.news h2::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: linear-gradient(90deg, #ffcc00, #ff6600);
	border-radius: 3px;
}

.news-desc {
	text-align: center;
	color: #666;
	margin-bottom: 60px;
	font-size: 18px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
}

.news-content {
	display: grid;
	grid-template-columns: 1fr 350px;
	gap: 40px;
	position: relative;
}

/* 重要公告区域 */
.announcement-section {
	grid-column: 1 / -1;
	margin-bottom: 40px;
}

.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.section-header h3 {
	color: #333;
	font-size: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.section-header .icon {
	font-size: 24px;
}

.section-header .view-all {
	color: #ff6600;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
}

.section-header .view-all:hover {
	color: #cc5200;
	text-decoration: underline;
}

.announcement-card {
	background: linear-gradient(135deg, #fff, #f9f9f9);
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	padding: 30px;
	position: relative;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.announcement-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.announcement-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #ff6600;
	color: white;
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
}

.announcement-card h4 {
	color: #333;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}

.announcement-card p {
	color: #666;
	line-height: 1.7;
	margin-bottom: 20px;
}

.announcement-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	border-top: 1px solid #eee;
}

.announcement-footer .date {
	color: #999;
	font-size: 14px;
}

.read-more {
	color: #ff6600;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
	display: inline-flex;
	align-items: center;
}

.read-more:hover {
	color: #cc5200;
}

.read-more::after {
	content: '→';
	margin-left: 5px;
	transition: transform 0.3s ease;
}

.read-more:hover::after {
	transform: translateX(3px);
}

/* 新闻主内容区域 */
.news-main {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

/* 最新新闻区域 */
.latest-news {
	background-color: white;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.news-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

.news-item {
	background-color: #f9f9f9;
	border-radius: 10px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.news-item.featured {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 20px;
	background-color: white;
	border: 1px solid #e0e0e0;
	padding: 0;
}

.news-image {
	height: 200px;
	overflow: hidden;
}

.image-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #ffcc00, #ff6600);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: 600;
	font-size: 18px;
}

.news-content {
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.news-item:not(.featured) .news-content {
	padding: 25px;
}

.news-category {
	display: inline-block;
	background-color: #ffcc00;
	color: #333;
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 15px;
	align-self: flex-start;
}

.news-item h4 {
	color: #333;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 1.4;
}

.news-item p {
	color: #666;
	line-height: 1.6;
	margin-bottom: 20px;
	flex-grow: 1;
}

.news-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
}

.news-footer .date {
	color: #999;
	font-size: 14px;
}

/* 近期活动区域 */
.upcoming-events {
	background-color: white;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.events-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.event-item {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 20px;
	padding: 20px;
	background-color: #f9f9f9;
	border-radius: 10px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-left: 4px solid #ff6600;
}

.event-item:hover {
	transform: translateX(5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.event-date {
	background: linear-gradient(135deg, #ff6600, #ff9900);
	border-radius: 8px;
	color: white;
	padding: 15px 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 80px;
}

.date-day {
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}

.date-month {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 5px;
}

.event-content h4 {
	color: #333;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}

.event-info {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.register-btn {
	display: inline-block;
	background-color: #ff6600;
	color: white;
	padding: 8px 20px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 500;
	transition: background-color 0.3s ease, transform 0.3s ease;
	border: none;
	cursor: pointer;
	font-size: 14px;
}

.register-btn:hover {
	background-color: #cc5200;
	transform: translateY(-2px);
}

/* 侧边栏 */
.news-sidebar {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

/* 考试日历 */
.exam-calendar {
	background-color: white;
	border-radius: 12px;
	padding: 25px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.calendar-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.calendar-month {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	padding: 10px;
	background-color: #f9f9f9;
	border-radius: 8px;
	margin-bottom: 10px;
}

.exam-dates {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.exam-date-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 15px;
	background-color: #f9f9f9;
	border-radius: 8px;
	transition: background-color 0.3s ease;
}

.exam-date-item:hover {
	background-color: #f0f0f0;
}

.exam-date {
	font-weight: 600;
	color: #ff6600;
}

.exam-type {
	font-size: 14px;
	color: #666;
}

.calendar-link {
	text-align: center;
	padding: 12px;
	background-color: #ffcc00;
	color: #333;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 500;
	transition: background-color 0.3s ease;
}

.calendar-link:hover {
	background-color: #ffb300;
}

/* 热门下载 */
.downloads-section {
	background-color: white;
	border-radius: 12px;
	padding: 25px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.downloads-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.download-item {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 15px;
	background-color: #f9f9f9;
	border-radius: 8px;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-item:hover {
	transform: translateX(5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.download-icon {
	font-size: 24px;
	color: #ff6600;
}

.download-info {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.download-title {
	color: #333;
	font-weight: 500;
	margin-bottom: 5px;
}

.download-size {
	color: #999;
	font-size: 12px;
}

/* 联系方式 */
.contact-section {
	background-color: white;
	border-radius: 12px;
	padding: 25px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.contact-content p {
	color: #666;
	line-height: 1.6;
	margin-bottom: 20px;
}

.contact-methods {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.contact-method {
	display: flex;
	align-items: center;
	gap: 12px;
}

.contact-icon {
	font-size: 20px;
	color: #ff6600;
}

.contact-link {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-link:hover {
	color: #ff6600;
	text-decoration: underline;
}

.contact-text {
	color: #666;
}

/* 响应式设计 */
@media screen and (max-width: 1200px) {
	.news-content {
		grid-template-columns: 1fr;
	}

	.news-sidebar {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.exam-calendar,
	.downloads-section,
	.contact-section {
		flex: 1;
		min-width: 250px;
	}
}

@media screen and (max-width: 992px) {
	.news h2 {
		font-size: 32px;
	}

	.news-desc {
		font-size: 16px;
	}

	.news-item.featured {
		grid-template-columns: 1fr;
	}

	.news-image {
		height: 250px;
	}
}

@media screen and (max-width: 768px) {
	.news {
		padding: 60px 0;
	}

	.news h2 {
		font-size: 28px;
	}

	.section-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.section-header h3 {
		font-size: 20px;
	}

	.announcement-card,
	.latest-news,
	.upcoming-events {
		padding: 20px;
	}

	.event-item {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.event-date {
		flex-direction: row;
		justify-content: center;
		gap: 20px;
		min-height: auto;
		padding: 10px;
	}

	.date-day {
		font-size: 24px;
	}

	.date-month {
		margin-top: 0;
	}

	.news-sidebar {
		flex-direction: column;
	}

	.exam-calendar,
	.downloads-section,
	.contact-section {
		min-width: 100%;
	}
}

@media screen and (max-width: 576px) {
	.news {
		padding: 40px 0;
	}

	.news h2 {
		font-size: 24px;
	}

	.news-desc {
		font-size: 14px;
	}

	.announcement-card,
	.latest-news,
	.upcoming-events {
		padding: 15px;
	}

	.announcement-card h4,
	.news-item h4,
	.event-content h4 {
		font-size: 16px;
	}

	.image-placeholder {
		font-size: 16px;
	}

	.news-image {
		height: 200px;
	}
}

/* 联系与关注区域样式 */
.connect-section {
	background-color: #f8f9fa;
	padding: 3rem 0;
	margin-top: 2rem;
}

.connect-section h2 {
	text-align: center;
	color: #1a5fb4;
	margin-bottom: 1rem;
	font-size: 2rem;
}

.connect-section p {
	text-align: center;
	color: #666;
	margin-bottom: 2rem;
	font-size: 1.1rem;
}

.qrcode-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 2rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

.qrcode-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 1rem;
	background-color: white;
	border-radius: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.qrcode-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.qrcode-img {
	width: 150px;
	height: 150px;
	object-fit: contain;
	margin-bottom: 1rem;
	border-radius: 8px;
	transition: transform 0.3s ease;
}

.qrcode-img:hover {
	transform: scale(1.05);
}

.qrcode-label {
	font-size: 0.95rem;
	color: #333;
	font-weight: 500;
}

/* 微信视频号名称样式 */
.video-channel {
	margin-top: 3rem;
	text-align: center;
}

.video-channel-content {
	display: inline-flex;
	align-items: center;
	background-color: white;
	padding: 1rem 2rem;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	max-width: 90%;
	justify-content: center;
	flex-wrap: wrap;
}

.channel-text {
	font-size: 1.1rem;
	font-weight: 500;
	color: #333;
	margin-right: 1rem;
	margin-bottom: 0.5rem;
}

.channel-img {
	max-height: 50px;
	max-width: 100%;
	object-fit: contain;
	border-radius: 5px;
}

/* 页脚样式 */
.footer {
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 30px 0;
}

/* 响应式设计 */
@media (max-width: 768px) {
	.nav-links {
		display: none;
		flex-direction: column;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: linear-gradient(135deg, #1a5fb4, #01773D);
		padding: 20px;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	}

	.nav-links li {
		margin: 10px 0;
		text-align: center;
	}

	.nav-links a {
		display: block;
		padding: 10px 0;
		font-size: 18px;
	}

	.mobile-menu {
		display: block;
	}

	.logo-img {
		width: 40px;
		height: 40px;
		margin-right: 8px;
	}

	.logo-text {
		font-size: 1.4rem;
	}

	.hero h1 {
		font-size: 36px;
	}

	.hero p {
		font-size: 20px;
	}

	.mascot-placeholder,
	.image-placeholder {
		width: 150px;
		height: 150px;
		font-size: 16px;
	}

	h2 {
		font-size: 28px;
	}

	.results-content {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.hero h1 {
		font-size: 28px;
	}

	.hero p {
		font-size: 18px;
	}

	.mascot-placeholder,
	.image-placeholder {
		width: 120px;
		height: 120px;
		font-size: 14px;
	}

	h2 {
		font-size: 24px;
	}

	section {
		padding: 40px 0;
	}
}

/* 开考信息样式 */
.page_title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
	color: #333;
}

.time_selection {
	background-color: #f5f5f5;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 30px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.time_selection h3 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #333;
	font-size: 18px;
}

.time_input_group {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
	align-items: flex-end;
	flex-wrap: wrap;
}

.time_input_item {
	flex: 1;
	min-width: 200px;
}

.time_input_item label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	color: #555;
}

.time_input_item input[type="date"] {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
}

/* 快速选择按钮 */
.quick_select_buttons {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.quick_select_buttons button {
	padding: 10px 20px;
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	transition: background-color 0.3s;
}

.quick_select_buttons button:hover {
	background-color: #0056b3;
}

/* 考点信息展示区域 */
.exam_centers {
	margin-top: 30px;
}

.exam_centers h3 {
	margin-bottom: 20px;
	color: #333;
	font-size: 18px;
}

.exam_center_list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 20px;
}

.exam_center_card {
	background-color: white;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s, box-shadow 0.2s;
}

.exam_center_card:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.exam_center_card h4 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #007bff;
	font-size: 18px;
}

.exam_center_info {
	margin-bottom: 15px;
}

.info_item {
	display: flex;
	margin-bottom: 10px;
	font-size: 14px;
}

.info_label {
	font-weight: 500;
	color: #666;
	min-width: 100px;
}

.info_value {
	color: #333;
	flex: 1;
}

/* 响应式设计 */
@media (max-width: 768px) {
	.time_input_group {
		flex-direction: column;
		gap: 15px;
	}

	.time_input_item {
		min-width: auto;
		width: 100%;
	}

	.exam_center_list {
		grid-template-columns: 1fr;
	}

	.quick_select_buttons {
		flex-direction: column;
	}

	.quick_select_buttons button {
		width: 100%;
	}
}