:root {
	--backgroundColor: #8AFB25;
	--h1Color: #231BC4;
	--pColor: #231BC4;
	--menuColor: #231BC4;
	--menuColorBackground: #8AFB25;
}



@font-face {
	font-family: 'Merriweather';
	src: url(../font/Merriweather-Regular.notice_5c07);
}

@font-face {
	font-family: 'Merriweather Bold';
	src: url(../font/Merriweather-BoldItalic.notice_5c07);
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html {
	scroll-behavior: smooth;
	height: 100%;
}
body {
	font-family: 'Merriweather', sans-serif;
	background-color: var(--backgroundColor, #FF5722);
	color: #fff;
}

h1 {
	font-size: 3rem;
	background-color: var(--h1Color, #ffffff);
	color: var(--backgroundColor, #FF5722);
	font-family: 'Merriweather Bold', sans-serif;
}
p {
	line-height: 180%;
	font-size: .89rem;
	color: var(--pColor, #ffffff);
}

.rough_dd3c {
	color: #65B741;
}

ul {
	list-style: none;
}
a {
	text-decoration: none;
}

.input-short-9213 {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
}


.filter_cold_fc83 {
	border: 8px solid #65B741;
	border-radius: 2.5rem;
	box-shadow: 0px 4px 60px #ffffff;
}

.filter_cold_fc83:hover {
	border: 1px solid var(--pColor, #ffffff);
}

/* 登录和注册按钮样式 */
.caption-next-6fd2 {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-bottom: 2rem;
}

.tabs-thick-8639 {
	padding: 0.8rem 2rem;
	border-radius: 30px;
	font-family: 'Merriweather Bold', sans-serif;
	font-size: 1rem;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.search-middle-9262 {
	background-color: var(--h1Color, #231BC4);
	color: white;
	border: 2px solid var(--h1Color, #231BC4);
}

.pattern_f7c7 {
	background-color: var(--backgroundColor, #8AFB25);
	color: var(--h1Color, #231BC4);
	border: 2px solid var(--h1Color, #231BC4);
}

.tabs-thick-8639:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.search-middle-9262:hover {
	background-color: #1a14a3;
}

.pattern_f7c7:hover {
	background-color: #7de820;
}

.progress_4f02 {
	max-width: 1240px;
	margin-right: 1.5rem;
	margin-left: 1.5rem;
	display: grid;
	gap: 2rem;
	text-align: center;
}
.highlight_0e02 {
	padding: 5.5rem 0 3rem;
}
.module-4bdf {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: var(--pColor, #FF5722);
}

.pink-f630 {
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: end;
}
.thumbnail-wide-0346 {
	cursor: pointer;
}
@media screen and (max-width: 1023px) {
	.gold-0b9e {
		position: fixed;
		background-color: var(--menuColorBackground, #ffffff);
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		transition: right .5s;
	  } 
}
.description-upper-67d7 {
	padding: 4rem 1rem;
	display: flex;
	flex-direction: column;
	gap: .75rem;
}
.overlay_over_6f12 {
	color: var(--menuColorBackground, #65B741); 
	font-size: 1rem;
	transition: color .5s;
	font-family: 'Merriweather Bold', sans-serif;
	border: .5px solid #65B741;
	padding: .25rem;
}
.overlay_over_6f12:hover {
	color:  #FF5722;
	border-top: 2px solid var(--backgroundColor, #FF5722);
}
.search_orange_e8e5 {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	cursor: poMerriweather;
}
.surface-c1f8 {
	right: 0;
}



@media screen and(max-width: 340px) {
	.progress_4f02 {
		margin-left: 1rem;
		margin-right: 1rem;
	}


}
@media screen and (min-width: 768px) {

	.filter_cold_fc83 {
		width: 400px;
	}

}
@media screen and (min-width: 1023px) {
	.gold-0b9e {
		width: initial;
		margin: 0 auto;
	}
	.thumbnail-wide-0346, .search_orange_e8e5 {
		display: none;
	}
	.description-upper-67d7 {
		flex-direction: row;
		padding: 0;
		align-items: center;
		column-gap: 1rem;
		justify-content: space-evenly;
	}
	.module-4bdf {
	background-color: var(--pColor, #ffffff);
	}

	.simple_2d89 {
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
	}



}
@media screen and (min-width: 1150px) {
	.progress_4f02 {
		margin-left: auto;
		margin-right: auto;
	}
}



/* css-noise: 06d1 */
.shadow-element-k0 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.0;
}
