header {
	width: 100%;
	/* background: #000000; */
	/* opacity: 0.2; */
	position: fixed;
	top: 0;
	z-index: 10;
}

.header {
	width: 12rem !important;
	height: 108px;
	color: black;
}

.nav>ul li {
	font-size: 0.2rem !important;
}

.nav>ul>li {
	text-align: center;
	padding: 0 30px;
	/* width: 160px; */
	position: relative;
}

.nav>ul>li:hover {
	font-weight: bold;
}

.nav>ul>li>span {
	position: absolute;
	bottom: -0.15rem;
	left: 38%;
	width: 24px;
	height: 4px;
	background: #000;
	border-radius: 2px;
	display: none;
}

.nav>ul>li:hover span {
	display: block;
}

.com {
	padding: 30px 0;
}

.comchild {
	background: url(../index/image/矩形.png) no-repeat;
	width: 136px;
	height: 114px;
	position: absolute;
	left: -18px;
	bottom: -110px;
	padding-left: 0;
	padding-top: 12px;
	box-sizing: border-box;
}

.comchild li {
	width: 64px;
	height: 22px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	margin: 12px auto;
}

.comchild>li:hover {
	color: #333333;
	font-weight: bold;
}

body>footer {
	width: 100%;
}

.footer {
	/* position: fixed; */
	bottom: 0;
	width: 100%;
	transform: scale(0.8);
	padding: 0.2rem 0;
}

.footer>p,
.footer>p a {
	font-size: 0.18rem;
	font-family: PingFang SC-Bold, PingFang SC;
	color: #888888;
	text-align: center;
}

.footer>p img {
	width: 0.19rem;
	height: 0.19rem;
	vertical-align: middle;
	margin: 0 0.04rem;
}

.footer div {
	width: 22vh;
}

#footer {
	/* position: fixed;
	bottom: 0; */
	width: 100%;
	height: 10vh;
	background: #000000;
	opacity: 1;
	font-size: 0.14rem;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 0.2rem;
	color: #888888;
}

#footer a {
	color: #888888;
}

#paging {
	width: 12rem;
	/* height: 2rem; */
	margin: 0.4rem 0;
	position: relative;
}

#paging p {
	margin: 0 .2rem;
	width: .74rem;
}

#paging ul {
	flex-wrap: wrap;
	justify-content: start;
	max-width: 832px;
}

#paging p,
#paging ul li {
	height: 0.44rem;
	font-size: 0.18rem;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 0.25rem;
	color: #888888;
	opacity: 1;
	background: #FFFFFF;
}

#paging ul li {
	width: 0.44rem;
	background: #FFFFFF;
	opacity: 1;
	margin: 0.05rem .1rem;
}

.pageEvent li:hover {
	width: 0.44rem;
	height: 0.44rem;
	background: #878EFC !important;
	color: #fff !important;
}

.prev:hover,
.next:hover {
	background: #878EFC !important;
	color: #fff !important;
	opacity: 1;
}

.active {
	width: 0.44rem;
	height: 0.44rem;
	background: #878EFC !important;
	color: #fff !important;
}

.footer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.footer .btn {
	width: 1.7rem;
	height: 0.44rem;
	position: relative;
	margin: 0 .4rem 0.3rem .4rem;
}

.footer .btn h1 {
	width: 1.68rem;
	height: 1.68rem;
	position: absolute;
	bottom: -1.72rem;
	display: none;
}

.footer .btn:hover h1 {
	display: block;
}