header {
	position: relative;
}
.float_icon {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	color: var(--yjw-common-color);
}
.float_icon svg {
	width: 30px;
	height: 30px;
}
.banner {
	width: 100%;
}
.header_content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 1rem 0 1rem;
	display: flex;
	flex-direction: column;
	row-gap: 0.4rem;
	align-items: center;
	box-sizing: border-box;
}
.header_content .logo {
	width: 80%;
	max-width: 4.97rem;
	height: 0.92rem;
}
.header_content .sp {
	width: 80%;
	max-width: 11.6rem;
	height: 0.87rem;
}
.header_content .sp.th{
	height: auto;
}
.hbtn {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 3;
	width: 1.22rem;
	height: 0.46rem;
	line-height: 0.46rem;
	text-align: center;
	cursor: pointer;
	background: #d02620;
	border-radius: 0.08rem;
	color: #fff;
}
.hbtn:hover {
	font-weight: bold;
	color: #fff;
}

footer {
	padding: 0.3rem 0;
	background-color: var(--yjw-common-color);
}
footer .ft {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0.1rem;
}
.sydw {
	position: absolute;
	width: 0.4rem;
	height: 0.48rem;
	right: 4.5rem;
	top: 50%;
	transform: translateY(-50%);
}
.ft_lks {
	display: flex;
	column-gap: 0.2rem;
}
.ft_lks a,
.ft_ds {
	color: #fff;
	font-size: 0.16rem;
}
.ls_split li:not(:last-of-type)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -0.1rem;
	transform: translateY(-50%);
	width: 2px;
	height: 10px;
	background-color: #fff;
}
.ft_lks li {
	position: relative;
}
.ft_ds {
	display: flex;
	column-gap: 0.2rem;
}
.ft_lks li a {
	display: flex;
	align-items: center;
	column-gap: 0.04rem;
}
.ft_lks li img {
	width: 0.18rem;
	height: 0.2rem;
}

@media screen and (max-width: 800px) {
	.hbtn {
		display: none;
	}
	.float_icon {
		display: block;
	}
	.ft_lks a,
	.ft_ds {
		font-size: 14px;
	}
	.ft_ds,
	.ft .ft_lks:last-of-type {
		flex-direction: column;
		align-items: center;
		row-gap: 5px;
	}

	.sydw {
		position: relative;
		top: 0;
		right: 0;
		transform: translateY(0);
	}
}

@media screen and (min-width: 400px) and (max-width: 800px) {
	.header_content {
		padding: 0.4rem 0;
		row-gap: 0.2rem;
	}
	.header_content .logo {
		width: 200px;
		height: auto;
	}
	.header_content .sp {
		width: 340px;
		height: auto;
	}
}

@media screen and (max-width: 400px) {
	.header_content {
		padding: 20px 0 0;
		row-gap: 5px;
	}
	.header_content .logo {
		width: 200px;
		height: auto;
	}
	.header_content .sp {
		width: 240px;
		height: auto;
	}
}
