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

body {
	max-width: 100vw;
	overflow-x: hidden;
	min-height: 100vh;
	font-family: RobotoSlab, Arial, sans-serif;
	/* background-color: #eeeeee; */


}

.clouds {
	position: fixed;
	width: 100%;
	left: 0;
	top: 100px;
	height: 151px;
	background: url(../images/bg-clouds.svg) repeat-x;
	background-position-x: 170px;
	opacity: .6;
}


.sun {
	position: fixed;
	z-index: 9999;
	right: 5dvw;
	top: 8dvw;
	width: 60%;
	max-width: 200px;
	aspect-ratio: 1;
	border: 1px solid transparent;
	border-radius: 50%;
	background: linear-gradient(120deg, #FFE5B4, #FFEB3B);
	box-shadow: 4px 4px 40px 20px #eedd82, -4px -4px 40px 20px #eedd82;
}

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

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;
}

.ad {
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;

}

.adv {
	text-align: center;
	color: gray;
	font-size: 13px;
	line-height: 1.5;
	border-bottom: 1px solid gainsboro;
	width: 100%;

}

@media (max-width: 760px) {

	.header {
		width: 100%;
		height: auto;
		position: sticky;
		top: 0;
		bottom: auto;
		z-index: 9999;
		background-color: #fff;
	}

	.header-box {
		width: 90%;
		height: 50px;
		margin: 0 auto;
		display: flex;
		padding: 0 5%;
		justify-content: space-between;
		align-items: center;
		box-shadow: 0px 0px 10px gray;
	}

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

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



	.menu {
		width: 8%;
		height: 33px;
	}

	#del {
		width: 8%;
		height: 25px;
		position: absolute;
		top: 23px;
		left: 6%;
		display: none;
	}

	.search-img {
		width: 8%;
		height: 30px;
	}

	.search-img2 {
		display: none;
	}

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

	.nav_list a {
		width: 90%;
		display: block;
		font-size: 16px;
		font-weight: 600;
		line-height: 50px;
		text-decoration: none;
		background-color: #F3F3F6;
		border-radius: 25px;
		margin-bottom: 20px;
		/* font-family: "times new roman"; */
		text-align: center;
		color: #333;
		text-transform: capitalize;
	}

	.nav_list a span {
		margin-right: 10px;
	}

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

	.search_text {
		width: 100%;
		height: calc(100vh - 60px);
		background-color: rgba(0, 0, 0, 0.9);
		display: flex;
		justify-content: center;
		padding: 100px 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: 90%;
		font-size: 14px;
		text-indent: 1em;
		background-color: #F3F3F6;
		border-radius: 24px;
	}

	.seach-img {
		width: 15%;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 105px;
		right: 10px;
	}

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

	}




}

@media (min-width: 760px) {

	.header {
		width: 70%;
		margin: 0 auto;
		height: auto;
		position: sticky;
		top: 0;
		bottom: auot;
		z-index: 9999;
		background-color: #fff;
		padding: 5px 15%;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);

	}

	.header_content {
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header-box {
		width: 26%;
	}

	#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;
	}

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

	#del {
		display: none !important;
	}

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

	.nav_list {
		display: flex !important;
		justify-content: center;
		align-items: center;
		width: 80%;
		height: auto;
	}

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

	.nav_list a:hover {
		color: #FB3D4A;
		text-decoration: underline;
		text-decoration-color: #FB3D4A;
		text-decoration-thickness: 2px;
		text-underline-offset: 10px;
	}

	.search_text {
		width: 35%;
		height: 40px;
		background-color: #F3F3F6;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 3px 0;

		border-radius: 25px;
	}

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

	}

	.seach-img {
		width: 15%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

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


}

/* Footer Styles */
.footer {
	width: 100%;
	color: white;
	position: relative;
	overflow: hidden;
	padding: 100px 0 20px;
	background: #665CEF;
}

.footer-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}

.footer-content {
	display: grid;
	grid-template-columns: 1.8fr 1fr 1fr;
	gap: 40px;
	margin-bottom: 40px;
}

.footer-section h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	color: white;
}

.footer-brand .footer-logo h2 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 15px;
	color: white;
}

.footer-description {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
	opacity: 0.9;
}

.footer-stats .stats-number {
	font-size: 24px;
	font-weight: bold;
	color: white;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 12px;
}

.footer-links a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s ease;
	display: inline-block;
}

.footer-links a:hover {
	color: white;
}

.privacy-choices {
	display: flex;
	align-items: center;
	gap: 8px;
}

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

.social-icons {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.social-icon {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-decoration: none;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}

.social-icon:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.social-icon:active {
	transform: translateY(0);
	transition: transform 0.1s ease;
}

.social-icon svg {
	width: 20px;
	height: 20px;
}

.footer-bottom {
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
	font-size: 14px;
	opacity: 0.7;
	margin: 0;
}

.footer-mountains {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: 1;
}

.footer-mountains svg {
	width: 100%;
	height: 100%;
}

.mounts {
	background: url(../images/footer.svg) repeat-x center top;
	width: 100%;
	height: 150px;
	background-color: #665CEF;
	;
}

/* Footer Responsive Design */
@media (max-width: 768px) {
	.footer {
		padding: 40px 0 20px;
	}

	.footer-content {
		grid-template-columns: 1fr;
		gap: 30px;
		text-align: center;
	}

	.footer-brand {
		order: -1;
	}

	.footer-brand .footer-logo h2 {
		font-size: 28px;
	}

	.footer-stats .stats-number {
		font-size: 20px;
	}

	.social-icons {
		justify-content: center;
	}

	.footer-mountains {
		height: 80px;
	}
}

@media (max-width: 480px) {
	.footer-container {
		padding: 0 15px;
	}

	.footer-content {
		gap: 25px;
	}

	.footer-brand .footer-logo h2 {
		font-size: 24px;
	}

	.social-icon {
		width: 35px;
		height: 35px;
	}

	.social-icon svg {
		width: 18px;
		height: 18px;
	}
}