

bottom {
	outline: none;
}

.weight {
	font-weight: 600;
}

.brown {
	color: #94171d;
	font-weight: 600;
}

.shallowBlack {
	color: #999999;
	font-weight: 600;
}

.a1 {
	width: 100%;
	height: 600px;
	background-color: #94171D;
}

.a1:nth-child(2n+1) {
	background-color: #107894;
}

.gyh_asid_box {
	position: fixed;
	right: 248px;
	top: 300px;
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	/* position: relative; */
	overflow: inherit;
}

.gyh_asid_box li:hover {
	transform: translateY(-5px);
}



.gyh_asid_box li {
	transition: 0.4s;
	width: 84px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
	cursor: pointer;
}



.aside_img {
	width: 44px;
	height: 44px;
}

.aside_img img {
	width: 100%;
	height: 100%;
}


.back_top {
	position: absolute;
	top: calc(100% + 14px);
	left: calc(50% - 18px);
	cursor: pointer;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	/*box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 6%)*/
	display: none;
}

.back_top:hover {
	opacity: 0.8;

}

.back_top img {
	transition: 0.4s;
	width: 100%;
	height: 100%;
}
.gyh_aside_swiper_box .gyh_swiper_content {
	display: none;
}

.gyh_aside_swiper_box .gyh_active {
	display: block;
}













.prev_btn,
.next_btn {
	width: 20px;
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	background-color: white;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 6%);
	z-index: 523;
}

.prev_btn {
	left: -40px;
}

.next_btn {
	right: -40px;
}


.gyh_swiper_box {

	width: 154px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}

.gyh_swiper_show {
	height: 154px;
	width: 154px;
	overflow: hidden;

}

.gyh_swiper {
	display: flex;
	position: relative;
	left: 0;
}

.gyh_swiper li {
	width: 154px;
	height: 154px;
}

.gyh_swiper li img {
	width: 100%;
	height: 100%;
}




.gyh_aside_swiper_box {
	/*width: 260px;*/
	/*height: 322px;*/
	background-color: #ffffff;
	/*margin: 50px auto;*/
	/* background-color: skyblue; */
}

.gyh_swiper_title_box {
	font-size: 18px;
	color: #333333;
	display: flex;
	justify-content: space-around;
	line-height: 50px;
	border-bottom: 2px solid #d9d9d9;
	position: relative;
	cursor: pointer;
}

.red_block {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 130px;
	height: 4px;
	background-color: #94171d;
	border-radius: 10px;
}

.gyh_aside_swiper_title {
	font-size: 16px;
	font-weight: 600;
	color: #94171d;
	text-align: center;
	line-height: 48px;
	width: 100%;
}

.gyh_aside_swiper_tips {
	font-size: 12px;
	color: #333333;
	margin: 0 auto;
	width: calc(100% - 20px);
}



a:hover {
	text-decoration: none
}

.aside_hide {
	position: absolute;
	right:  calc(100% + 20px);
	width:max-content;
	padding: 10px;
	display: none;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 0px 16px 0px rgb(0, 0, 0, 0.6);
}
.aside_hide img{
	width: 120px;
	height: 120px;
}