.lks {
	padding-top: 0.12rem;
	padding-bottom: 0.12rem;
	background-color: var(--yjw-bg-color);
}
.lks a {
	color: var(--yjw-second-color);
}
.lks .d-flex {
	column-gap: 0.2rem;
}

.hm .d-flex.align-items-center {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	column-gap: 0.44rem;
}
.hm .d-flex.align-items-center span {
	font-weight: bold;
	font-size: 0.32rem;
}
.logo {
	width: 4.97rem;
}

.search_container {
	position: relative;
}

.search_container .form-control {
	width: 3.03rem;
	height: 0.46rem;
	padding: 0.1rem 0.2rem;
	font-size: 0.16rem;
	background: #ffffff;
	border-radius: 4px;
	border: 1px solid #dddddd;
}
.search_container .form-control:focus {
	box-shadow: none;
}
.search_btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 0.46rem;
	height: 0.46rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--yjw-common-color);
}
.search_btn img {
	width: 0.26rem;
	height: 0.26rem;
}
.tools {
	display: flex;
	align-items: center;
}
.menu_btn {
	margin-left: 20px;
	width: 24px;
	display: none;
	flex-direction: column;
	align-items: flex-end;
	row-gap: 7px;
	box-sizing: border-box;
}
.menu_btn .bar {
	width: 24px;
	height: 2px;
	background: var(--yjw-common-color);
	transition: all linear 0.5s;
}
.menu_btn.active .bar:first-child {
	transform: rotate(45deg) translate(4px, 12.5px);
}
.menu_btn.active .bar:nth-child(2) {
	opacity: 0;
}
.menu_btn.active .bar:last-child {
	transform: rotate(-45deg) translate(4px, -12.5px);
}

.fixed_search {
	position: relative;
	width: 100vw;
	height: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(157, 42, 35, 0.8);
	transition: all ease-in-out 0.5s;
}
.fixed_search.active {
	height: 100vh;
}
.close_icon {
	width: 0.56rem;
	height: 0.56rem;
	position: absolute;
	top: 0.56rem;
	right: 0.56rem;
}
.input_box .form-control {
	width: calc(100vw - 60px);
	height: 0.86rem;
	padding-left: 0.2rem;
	font-size: 0.2rem;
	border-radius: 0.04rem;
}
.form-control:focus {
	box-shadow: none;
}
.input_box {
	position: relative;
	border: 1px solid red;
}
.input_box a {
	position: absolute;
	top: 0;
	right: 0;
	width: 0.86rem;
	height: 0.86rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.input_box img {
	width: 0.4rem;
	height: 0.4rem;
}

.navs {
	background-color: var(--yjw-common-color);
}
.navs ul {
	display: flex;
}
.navs ul li {
	flex: 1;
}
.navs ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0.2rem;
	padding: 0.2rem 0;
	/* border: 1px solid blue; */
	text-align: center;
	color: #fff;
}
.navs ul li.active a {
	background-color: #cb2122;
}

footer {
	min-height: 1.61rem;
	padding: 0.46rem 0;
	display: flex;
	flex-direction: column;
	row-gap: 0.2rem;
	align-items: center;
	font-size: 0.18rem;
	background: var(--yjw-common-color);
	color: #fff;
}
.ft_ls {
	display: flex;
	column-gap: 10px;
}

footer a {
	color: #fff;
}

main {
	background-color: var(--yjw-bg-color);
}
.breadcrumb {
	padding: 0.2rem;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	font-size: 0.16rem;
}
.breadcrumb,
.breadcrumb a {
	color: #999;
	font-size: 0.16rem;
}
.breadcrumb img {
	width: 0.13rem;
	height: 0.16rem;
	margin-right: 0.1rem;
}
.breadcrumb .split_icon {
	margin: 0 0.05rem;
}
main {
	/* border: 1px solid blue; */
}
@media screen and (min-width: 800px) {
	.tools {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.breadcrumb {
		font-size: 14px;
	}
	.breadcrumb a {
		font-size: 14px;
	}
	.breadcrumb img {
		width: 0.15rem;
		height: 0.18rem;
	}
	header {
		position: sticky;
		top: 0;
		left: 0;
		box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
		z-index: 999;
		background: #fff;
	}
	.logo {
		width: 180px;
	}
	.hm .d-flex.align-items-center span {
		display: none;
	}
	.search_container {
		display: none;
	}
	.menu_btn {
		display: flex;
	}

	.ft_ls {
		flex-direction: column;
		align-items: center;
	}

	.navs {
		position: fixed;
		top: 108px;
		left: 0;
		width: 100%;
		height: 0;
		overflow: hidden;
		background: var(--yjw-common-color);
		transition: all ease-in-out 0.5s;
	}
	.navs.active {
		height: calc(100% - 108px);
	}
	.navs.suitable {
		padding: 0;
	}
	.nav_list {
		flex-direction: column;
		align-items: flex-start;
	}
	.navs ul li a {
		padding: 14px 20px;
		text-align: left;
	}
	.nav_list li a {
		color: #fff;
	}
	.navs ul li.active a {
		background-color: transparent;
	}
	.nav_list li {
		width: 100%;
		text-align: left;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
}
