.h5-section-1 {
	padding: 0.78rem 0 1.03rem;
}


/* #h5_menu1 {}*/

#h5_menu1 li {
	font-size: 0.15rem;
	color: rgba(129, 129, 129, 1);
	cursor: pointer;
}

#h5_menu1 .active {
	font-size: 0.17rem;
	color: rgba(16, 16, 16, 1);
}

.h5-section-1 .page {
	/*width: 60%;*/
	margin: 0.34rem auto 0;
}

.h5-section-1 .page .page-text {
	font-size: 0.19rem;
	font-family: AdihausDIN-Regular;
	font-weight: 400;
	color: rgba(118, 118, 118, 1);
	margin: 0 0.16rem;
}

.h5-section-1 .page .cur-page {
	font-size: 0.22rem;
	font-family: AdihausDIN-Bold;
	font-weight: bold;
	color: rgba(36, 36, 36, 1);
}

#h5_prev_img {
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	cursor: pointer;
	/*border: 1px solid rgba(151, 151, 151, 1);*/
}

#h5_next_img {
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	cursor: pointer;
	/*border: 1px solid rgba(151, 151, 151, 1);*/
}

#h5_prev_img_invalid {
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	cursor: default;
	/*border: 1px solid rgba(151, 151, 151, 1);*/
}

#h5_next_img_invalid {
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	cursor: default;
	/*border: 1px solid rgba(151, 151, 151, 1);*/
}

.h5-section-1 .page label {
	margin-bottom: 0!important;
}

.h5-section-1 .page .get-page {
	margin-left: 0.27rem;
}

.h5-section-1 .page .get-page-input {
	width: 0.56rem;
	height: 0.26rem;
	border-radius: 0.13rem;
	border: 1px solid rgba(151, 151, 151, 1);
	padding: 0.1rem;
}

#h5_main_list {
	/*border: 1px solid;*/
}

#h5_main_list li {
	/*border: 1px solid red;*/
	min-height: 2.49rem;
	margin-top: 0.5rem;
	cursor: pointer;
}

#h5_main_list li .card {
	position: relative;
	padding: 0 !important;
	border-radius: 0.2rem;
	overflow: hidden;
	box-shadow: 0px 11px 14px 0px rgba(36,57,91,0.17);
}

#h5_main_list li .face {
	width: 100%;
	height: inherit;
	border-radius: 0.2rem;
}

#h5_main_list li .card .img-msk {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5924);
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
}

#h5_main_list li .card .img-msk .up {
	text-align: center;
	margin-top: 30%;
}

#h5_main_list li .card .img-msk .up a {
	color: #fff;
}

#h5_main_list li .card .img-msk .up .title {
	font-size: 0.15rem;
	font-family: PingFangSCSemibold-;
	font-weight: normal;
	color: rgba(255, 255, 255, 1);
}

#h5_main_list li .card .img-msk .up .tag {
	font-size: 0.09rem;
	color: rgba(255, 255, 255, 1);
	padding-top: 0.06rem;
	border-top: 1px solid #fff;
}

#h5_main_list li .card .img-msk .bottom {
	font-size: 0.08rem;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin-top: 0.5rem;
}

#h5_main_list li .card .img-msk .bottom img {
	width: 40%;
	height: inherit;
	margin-bottom: 0.08rem;
}