/* #region头部 */
header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100%;
	min-height: 3.15rem;
	background-image: url("../imgs/home/hbg.png");
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: contain;
}
/* #region全局搜索视图 */
.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;
}
.form-control {
	width: 9.24rem;
	height: 0.86rem;
	font-size: 0.2rem;
	border-radius: 0.04rem;
}
.form-control:focus {
	box-shadow: none;
}
.input_box {
	position: relative;
}
.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;
}
.input_box .form-control {
	padding-left: 0.2rem;
}
/* #endregion全局搜索 */

.pc_header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.header_lks {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}
.header_item {
	display: flex;
	align-items: center;
	column-gap: 0.44rem;
}
.header_item .logo {
	width: 4.97rem;
	border: 0;
	font-size: 0;
}
.header_item span {
	font-weight: bold;
	font-size: 0.32rem;
	color: #ffffff;
}
.header_item .nav_back {
	font-weight: 400;
	font-size: 0.16rem;
	color: #ffffff;
}
.header_item .search_btn_icon {
	width: 0.2rem;
	height: 0.2rem;
}

.menu_btn {
	margin-left: 20px;
	width: 40px;
	display: none;
	flex-direction: column;
	align-items: flex-end;
	row-gap: 10px;
	/* border: 1px solid red; */
	box-sizing: border-box;
}
.menu_btn .bar {
	width: 40px;
	height: 2px;
	background: #fff;
	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);
}

.navs {
	padding-top: 0.2rem;
}
.navs .nav_list {
	display: flex;
	/* border: 1px solid red; */
	padding-bottom: 10px;
}
.nav_list li {
	position: relative;
	flex: 1;
	text-align: center;
}
.nav_list li.active::after {
	content: "";
	position: absolute;
	bottom: -0.05rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0.8rem;
	border-bottom: 4px solid #fff;
}
.nav_list li:hover::after {
	content: "";
	position: absolute;
	bottom: -0.05rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0.8rem;
	border-bottom: 4px solid #fff;
}
@media screen and (max-width: 800px) {
	.nav_list li.active::after,
	.nav_list li:hover::after {
		display: none;
	}
}
.nav_list li.active a,
.nav_list li:hover a {
	color: #fff;
}
.nav_list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 0.2rem;
	font-weight: bold;
}

/* #endregion头部 */

/* #region 主体 */
.main_banner {
	width: 100%;
}
main {
	position: relative;
}

/* #region 滚动 */
.hc_container.scroll {
	position: relative;
	width: 100%;
	height: 1.5rem;
	top: -0.6rem;
	display: flex;
	align-items: center;
	padding: 0 0.2rem;
	background: #fff;
	color: #333;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	box-sizing: border-box;
}
.hc_container.scroll > a > img {
	width: 0.17rem;
	height: 0.24rem;
}
.scroll_area {
	flex: 1;
	overflow: hidden;
	box-sizing: border-box;
}

.scroll-swiper .swiper-slide a {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0.14rem;
}
.scroll-swiper .swiper-slide a span {
	display: block;
	width: 1rem;
	text-align: center;
	white-space: pre-wrap;
}
.scroll-swiper .swiper-slide a img {
	height: 0.4rem;
}

.title_el {
	font-weight: bold;
	font-size: 0.36rem;
	color: var(--yjw-common-color);
}
.view_more {
	font-weight: 400;
	font-size: 0.16rem;
	color: var(--yjw-content-color);
}
.block_label {
	margin-bottom: 0.3rem;
	margin-top: 0.3rem;
	display: flex;
	align-items: center;
	column-gap: 0.2rem;
}

.block_label span:nth-child(2) {
	flex: 1;
	height: 1px;
	background-color: var(--yjw-border-color);
}

.block_label_suit {
	margin-top: -0.2rem;
}
.swiper,
.grid_box {
	box-sizing: border-box;
}

/* #region Swiper */
.swiper {
	/* border: 1px solid red; */
	min-width: 7.18rem;
	height: 4.46rem;
	position: relative;
	overflow: hidden;
}
.swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper_tool {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 0.45rem;
	line-height: 0.45rem;
	background: rgba(0, 0, 0, 0.3);
	padding: 0 0.15rem;
	box-sizing: border-box;
	color: #fff;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	height: 0.45rem;
	padding-right: 0.2rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}
/* #endregion Swiper */

.swiper_row {
	column-gap: 0.2rem;
}
.grid_box {
	height: 4.46rem;
}
.grid_box ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 0.15rem;
	column-gap: 0.15rem;
}
.grid_box ul li a {
	display: block;
	width: 3.23rem;
	height: 1.38rem;
	padding: 0.2rem;
	box-sizing: border-box;
	background-color: #f5f5f5;
	color: #333;
}
.grid_box ul li.active a {
	color: #fff;
	background: var(--yjw-common-color);
}
.grid_box ul li a:hover {
	color: #fff;
	background: var(--yjw-common-color);
}
.grid_box ul li a:hover span {
	color: #fff;
}
.grid_box ul li a p {
	margin-bottom: 0.2rem;
	font-weight: 400;
	font-size: 0.18rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.grid_box ul li a span {
	font-weight: 400;
	font-size: 0.16rem;
	color: var(--yjw-content-color);
}
.grid_box ul li.active a span {
	color: #fff;
}

.gsgg_flex {
	width: 100%;
	padding-bottom: 0.3rem;
	display: flex;
	column-gap: 0.17rem;
}
.gsgg_flex li {
	flex: 1;
	padding: 0.32rem 0.2rem;
	background-color: var(--yjw-bg-color);
	box-sizing: border-box;
}

.gsgg_flex li > a {
	display: flex;
	column-gap: 0.16rem;
	overflow: hidden;
}
.gsgg_flex li a div {
	display: flex;
	flex-direction: column;
}
.gsgg_flex li a div span {
	width: 0.76rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
}
.gsgg_flex li a div span:first-child {
	background: var(--yjw-common-color);
	color: #fff;
	font-family: DIN;
	font-weight: bold;
	font-size: 0.24rem;
}
.gsgg_flex li a div span:last-child {
	background-color: #fff;
	font-family: DIN;
	font-weight: bold;
	font-size: 0.14rem;
	color: #666666;
}
.gsgg_flex li a p {
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.inset_box_container {
	padding-bottom: 0.4rem;
	background: #f7f4ed;
}
.inset_box {
	display: flex;
	column-gap: 0.3rem;
}
.row_item {
	flex: 1;
}
.list_box {
	display: flex;
	flex-direction: column;
	row-gap: 0.1rem;
}
.list_box li a {
	padding: 0.16rem 0.2rem;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list_box li a span:first-child {
	max-width: 5rem;
	font-weight: 400;
	font-size: 0.18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list_box li a span:last-child {
	width: 86px;
	font-weight: 400;
	font-size: 0.16rem;
	white-space: nowrap;
	text-align: right;
	color: var(--yjw-content-color);
}
ul.image_grid {
	width: 100%;
	display: flex;
	column-gap: 0.15rem;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	overflow-x: scroll;
}
.image_grid li a {
	display: block;
}
.image_grid li a img {
	width: 2.68rem;
	height: 1.47rem;
	object-fit: cover;
}
.img-swiper {
	width: 100%;
	padding: 0.2rem 0;
	overflow: hidden;
}
.img-swiper img {
	width: 2.68rem;
	height: 1.47rem;
	object-fit: cover;
	/* height: 1.2rem; */
}
.img-swiper .swiper-slide {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 800px) {
	.img-swiper img {
		width: 100%;
	}
}

.grey_box {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	background: var(--yjw-bg-color);
	font-size: 0.18rem;
}
.friend_lks img {
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.1rem;
}
.friend_lks div {
	color: var(--yjw-common-color);
}
.friend_lks {
	column-gap: 0.42rem;
}
.friend_lks,
.friend_lks div,
.friend_lks ul {
	display: flex;
	align-items: center;
}

.friend_lks ul li:not(:last-of-type)::after {
	content: "|";
	margin: 0 0.2rem;
	width: 2px;
	height: 0.16rem;
	color: #979797;
	/* background: var(--yjw-border-color); */
}
/* #endregion主体 */

/* #region 底部 */
footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.2rem 0;
	color: #fff;
	font-size: 0.16rem;
	background-color: var(--yjw-common-color);
}
footer a {
	color: #fff;
}
footer a:hover {
	color: rgba(255, 255, 255, 0.8);
}
.footer_main {
	position: relative;
	display: flex;
	flex-direction: column;
	row-gap: 0.16rem;
	align-items: center;
}
.split_line {
	width: 2px;
	height: 0.15rem;
	transform: translateY(-0.02rem);
	background: #fff;
}
.ft_mr {
	margin-right: 0.1rem;
}
.ghs {
	margin-right: 0.04rem;
	width: 0.18rem;
	height: 0.2rem;
}
.footer_main .sydw {
	width: 0.63rem;
	height: 0.76rem;
	position: absolute;
	right: 3.3rem;
	top: 50%;
	transform: translateY(-50%);
}
.sydw1 {
	width: 0.63rem;
	height: 0.76rem;
	margin: 0.2rem auto;
}

@media screen and (max-width: 800px) {
	.mobile_suit {
		display: flex;
		flex-direction: column;
		row-gap: 0.2rem;
	}

	.scroll-swiper {
		display: none;
	}
}

@media screen and (min-width: 800px) {
	#scroll-list {
		display: none;
	}
}
/* #endregion 底部 */
