* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
}

html {
	scroll-behavior: smooth;
}

body {

	font-family: RobotoSlab, Arial, sans-serif;
	background-color: #F2F5F9;

}

a {
	text-decoration: none;
	color: #000;
	display: block;
	scroll-behavior: smooth;
}

img {
	object-fit: cover;
}

/* 头部广告位 */
.de_iv_adv {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
	/* background-color: #F8F8F8; */
	margin: 10px 0 0px;
}

/* 底部广告位 */
.postionFixed {
	width: 100%;
	min-height: 60px;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F8F8F8;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
}

.footer {
	width: 70%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 15% 35px;
	color: #FFFFFF;
	background-color: #263238;
	line-height: 1.5;
	font-family: Poppins, sans-serif;
}

.f_inner-box {
	width: 35%;
}

.f_centent-box {
	width: 20%;
}


.f_right-box {
	width: 35%;
}

.f_centent-box a {
	font-size: 14px;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.85);
	text-align: center;
}

.f_inner-box:nth-of-type(2) {
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	text-align: right;
}

.f_logo img {
	width: 190px;
	height: 45px;
	object-fit: contain;
}

.f_text {
	width: 90%;
	line-height: 1.8;
	margin: 10px 0 20px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 14px;
	word-spacing: 3px;
}

.f_bottom_text {
	width: 100%;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.85);
	margin-top: 20px;
}

.f_title {
	width: 90%;
	margin: 0 auto 20px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: hsla(0, 0%, 100%, .85);
}

.about>a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.85);
	text-align: center;
	padding: 0px 5px;
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 14px;
}

.about>a:hover,
.f_centent-box a:hover {
	color: #2CAEED;
}



@media (max-width: 700px) {

	.header {
		width: 100%;
		height: auto;
		position: relative;
		background-color: #fff;
		position: sticky;
		top: 0px;
		z-index: 10;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	}

	.header-box {
		width: 100%;
		height: 50px;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		align-items: center;

	}

	.h-title {
		width: 50%;
		height: 40px;
	}

	.h-title img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		display: block;
	}

	.h2-box {
		width: 100%;
		background-color: #FFFFFF;
		/* padding: 10px 0 0; */
	}

	.menu {
		width: 6%;
		height: 28px;
		display: block;
	}

	.search-img {
		width: 6%;
		height: 28px;
	}

	.search-img2 {
		display: none;
	}

	.menu_list {
		display: flex;
		justify-content: space-around;
		width: 100%;
		height: calc(100vh - 60px);
		padding: 10px 0 10px 0;
		align-content: flex-start;
		flex-wrap: wrap;
		background-color: #f7f7f7;
		transition: all linear 0.2s;
		transform: translateX(-100%);
		position: absolute;
		left: 0;
		z-index: 9999999;
	}

	.menu_list a {
		width: 90%;
		display: block;
		font-size: 20px;
		font-weight: 600;
		line-height: 2.5;
		text-decoration: none;
		border-bottom: 1px solid gainsboro;
		font-family: "times new roman";
		color: #333;
		text-transform: capitalize;
	}

	.aClassify {
		width: 100%;
		margin: 0 auto;
	}

	.seachdiv {
		width: 100%;
		height: calc(100vh - 60px);
		background-color: #FFFFFF;
		display: flex;
		justify-content: center;
		padding: 50px 0 0;
		position: relative;
		align-content: flex-start;
		display: none;
		position: absolute;
		left: 0;
		z-index: 9999999;
	}



	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 50px;
		width: 95%;
		font-size: 14px;
		text-indent: 1em;
		background-color: #FFFFFF;
		border: 1px solid #37CD7B;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
		border-radius: 4px;
	}

	.seach-img {
		width: 15%;
		height: 42px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		background-color: #39A856;
		top: 55px;
		right: 15px;
		border-radius: 5px;
	}

	.seach-img img {
		width: 30px;
		height: 30px;

	}

	.footer {
		width: 90%;
		padding: 10px 5% 20px;
		flex-wrap: wrap;
	}

	.f_inner-box {
		width: 100%;
	}

	.f_inner-box:nth-of-type(2) {
		width: 40%;
	}

	.f_centent-box,
	.f_right-box {
		width: 46%;
	}

	.f_inner-box:nth-of-type(2) {
		width: 100%;
		text-align: left;
		justify-content: flex-start;
	}

	.f_centent-box a {
		text-align: left;
	}
	.f_title {
		width: 100%;
	}
	.f_centent-box .f_title {
		text-align: left;
	}

	.f_right-box .f_title {
		text-align: right;
	}

	.about>a {
		padding: 0;
		text-align: right;
	}


}

@media (min-width: 700px) {

	.header {
		width: 100%;
		margin: 0 auto;
		height: auto;
		background-color: #fff;
		padding: 5px 0;
		border-bottom: 1px solid #E7E7E7;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
		position: sticky;
		top: 0px;
		z-index: 10;
	}

	.h-box {
		width: 85%;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		align-items: center;
		/* flex-wrap: wrap; */
		/* background-color: pink; */
	}

	.header-box {
		width: 15%;
	}

	#menu {
		display: none;
	}

	.search-img {
		display: none;
	}

	.h-title {

		width: 100%;
	}

	.h-title img {
		width: 100%;
		height: 60px;
		object-fit: contain;
		display: block;
		margin: auto;
	}

	.h2-box {
		width: 85%;
	}

	.bor-box {
		width: 96%;
		height: 50px;
		padding: 0 2%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		/* background-color: pink; */

	}

	.search-img {
		width: 7%;
		height: 25px;
	}

	#del {
		display: none !important;
	}

	.search-img2 {
		width: 30px;
		height: 30px;
		display: none;
	}

	.menu_list {
		display: flex !important;
		/* justify-content: space-around; */
		align-items: center;
		width: 80%;
		height: auto;
		/* padding: 10px 0 10px 0; */

	}

	.menu_list a {
		width: auto;
		display: block;
		height: 70px;
		font-size: 16px;
		text-align: center;
		line-height: 70px;
		text-decoration: none;
		padding: 0 15px;
		color: #000;
		text-transform: capitalize;
		/* transition: color 0.3s ease */
	}

.menu_list a:hover {
	color: #39A856;
	text-decoration: underline;
	text-decoration-color: #39A856;
	text-decoration-thickness: 2px;
	text-underline-offset: 8px;
}

	.seachdiv {
		width: 40%;
		height: 40px;
		background-color: #FFFFFF;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border: 2px solid #2FCD79;
		border-radius: 5px;

	}

	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 80%;
		font-size: 14px;
		/* margin: 0 auto; */
		text-indent: 2em;
		background-color: #FFFFFF;
	}

	.seach-img {
		width: 10%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #2FCD79;
		border-radius: 0 4px 4px 0px;
	}

	.seach-img img {
		width: 30px;
		height: 30px;
	}


}

.content-section-home {
	width: 90%;
	max-width: 1400px;
	margin: 40px auto;
	padding: 0 20px;
}

.home-content-wrapper {
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 30px;
}

.home-blog-section, .home-guides-section {
	background: #fff;
	border-radius: 16px;
	padding: 30px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 2px solid #e9ecef;
}

.section-header h2 {
	font-size: 24px;
	color: #1a1a2e;
	font-weight: 700;
}

.view-all {
	color: #13A174;
	font-weight: 600;
	font-size: 14px;
	transition: color 0.3s ease;
}

.view-all:hover {
	color: #0d8a5f;
}

.home-blog-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.home-blog-card {
	background: #f8f9fa;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.home-blog-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.home-blog-card.featured {
	grid-row: span 2;
	grid-template-columns: 1fr;
}

.home-blog-card.featured {
	background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
}

.blog-card-image {
	height: 150px;
	overflow: hidden;
}

.home-blog-card.featured .blog-card-image {
	height: 180px;
}

.blog-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-card-content {
	padding: 20px;
}

.blog-card-category {
	display: inline-block;
	background: linear-gradient(135deg, #13A174 0%, #0d8a5f 100%);
	color: #fff;
	padding: 4px 12px;
	border-radius: 12px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.blog-card-content h3 {
	font-size: 16px;
	color: #1a1a2e;
	margin-bottom: 10px;
	line-height: 1.4;
	font-weight: 600;
}

.home-blog-card.featured h3 {
	font-size: 18px;
}

.blog-card-content p {
	font-size: 13px;
	color: #6c757d;
	line-height: 1.5;
	margin-bottom: 10px;
}

.blog-card-date {
	font-size: 12px;
	color: #13A174;
	font-weight: 500;
}

.home-guides-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.home-guide-item {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 15px;
	background: #f8f9fa;
	border-radius: 10px;
	transition: all 0.3s ease;
	border: 1px solid transparent;
}

.home-guide-item:hover {
	background: #fff;
	border-color: #13A174;
	transform: translateX(5px);
}

.guide-item-icon {
	font-size: 24px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 8px;
}

.home-guide-item:hover .guide-item-icon {
	background: #13A174;
}

.guide-item-content {
	flex: 1;
}

.guide-item-content h4 {
	font-size: 14px;
	color: #1a1a2e;
	margin-bottom: 4px;
	font-weight: 600;
}

.guide-item-meta {
	font-size: 12px;
	color: #6c757d;
}

@media (max-width: 1024px) {
	.home-content-wrapper {
		grid-template-columns: 1fr;
	}

	.home-guides-section {
		order: -1;
	}
}

@media (max-width: 768px) {
	.content-section-home {
		width: 95%;
		margin: 20px auto;
	}

	.home-blog-section, .home-guides-section {
		padding: 20px;
	}

	.section-header h2 {
		font-size: 20px;
	}

	.home-blog-grid {
		grid-template-columns: 1fr;
	}

	.home-blog-card.featured {
		grid-row: span 1;
	}

	.blog-card-content {
		padding: 15px;
	}

	.blog-card-content h3 {
		font-size: 15px;
	}

	.home-blog-card.featured h3 {
		font-size: 16px;
	}

	.blog-card-content p {
		font-size: 12px;
	}

	.guide-item-icon {
		font-size: 20px;
		width: 35px;
		height: 35px;
	}

	.guide-item-content h4 {
		font-size: 13px;
	}
}