/* 门户数据面板 1 */
.mh_sjmb2 {
	width: 100%;
	height: 6vw;
	display: flex;
	align-items: center;
	justify-content: center;
	/* overflow: hidden; */
	position: relative;
	margin-bottom: 4vw;
}


.mh_sjmb2_4 {
	/* padding: 0 5vw; */
	align-items: center;
	display: flex;
	height: 13vw;
	width: 100vw;
	/* overflow: auto; */
}

.mh_sjmb2_5 {
	display: flex;
	justify-content: space-between;
}

.mh_sjmb2_6 {
	height: 5vw;
	width: 16vw;
	display: inline-block;
	margin: 0 2vw;
	padding-top: 3vw;
}

.mh_sjmb2_6 img {
	/* height: 100%; */
	/* width: 100%; */
}

.mh_sjmb2_7 {
	right: 17.7vw;
	height: 2.5vw;
	width: 2.5vw;
	border-radius: 50%;
	border: 2px solid var(--menu-bg-seven);
	position: absolute;
}

.mh_sjmb2_7::after {
	content: "";
	border-top: 3px solid var(--menu-bg-seven);
	border-right: 3px solid var(--menu-bg-seven);
	transform: rotate(45deg);
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -11px;
	content: "";
	width: 0.8vw;
	height: 0.8vw;
	position: absolute;
}

.mh_sjmb2_7:active {
	background-color: var(--ztys--wz);
	border: 2px solid var(--ztys--wz);
}

.mh_sjmb2_7:active::after {
	content: "";
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}

.mh_sjmb2_8 {
	width: 2.5vw;
	height: 2.5vw;
	border-radius: 50%;
	border: 2px solid var(--menu-bg-seven);
	position: absolute;
	left: 18.6vw;
}

.mh_sjmb2_8::after {
	content: "";
	width: 0.8vw;
	height: 0.8vw;
	border-top: 3px solid var(--menu-bg-seven);
	border-right: 3px solid var(--menu-bg-seven);
	transform: rotate(226deg);
	position: absolute;
	margin-left: 0.3vw;
}

.mh_sjmb2_8:active {
	background-color: var(--ztys--wz);
	border: 2px solid var(--ztys--wz);
}

.mh_sjmb2_8:active::after {
	content: "";
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}