@charset "utf-8";
.pcbr{display:none;}
.tbbr{display:none;}
.mbbr{display:block;}
.dn{display:none;}

#wrap{overflow:hidden;background:#090909;}
.innerWrap{width:86%;margin:0 auto;}

.pageTitle{
	display:flex;align-items:flex-end;height:30vh;
	padding-top:120px;padding-bottom:60px;
	box-sizing:border-box;
}
.pageTitle>div{display:flex;align-items:center;justify-content:space-between;}
.pageTitle h2{
	font-size:var(--font-size-50);font-weight:700;color:#fff;
	width:70%;
}
.pageTitle ul{display:none;}
.pageTitle ul li{
	position:relative;
	padding-right:15px;margin-right:5px;
	font-size:var(--font-size-14);color:#fff;
}
.pageTitle ul li:after{
	display:block;content:"";
	width:8px;height:18px;
	background:url(/images/page/pl_arr.png) no-repeat center / cover;
	position:absolute;right:0;top:50%;margin-top:-9px;
}
.pageTitle ul li:last-child:after{display:none;}
.pageTitle ul li img{width:15px;}


.pageTop{
	overflow:hidden;
	position:relative;
	display:flex;align-items:flex-end;
	box-sizing:border-box;
	width:100%;height:50vh;
	padding-bottom:76px;
}


.page{padding-top:100px;}
.pageTitle1{font-size:var(--font-size-34);color:#fff;text-align:center;font-weight:600;}


/* paging */
.paging{
	margin-top:40px;
	text-align:center;
}
.paging a{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width:30px;
	height:30px;
	color: #999;
	border-radius: 10px;
	font-size:14px;
	line-height:30px;
}
.paging strong{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width:30px;height:30px;
	border-radius: 50%;
	background: var(--main-color);
	color: #fff;font-size: 14px;line-height:30px;font-weight: 400;
}
.paging .page_begin{
	width:30px;height:30px;
	background:url(/images/common/page_begin.png) no-repeat center;
	border:0;
}
.paging .page_prev{
	width:30px;height:30px;
	background:url(/images/common/page_prev.png) no-repeat center;
	border:0;
}
.paging .page_next{
	width:30px;height:30px;
	background:url(/images/common/page_next.png) no-repeat center;
	border:0;
}
.paging .page_end{
	width:30px;height:30px;
	background:url(/images/common/page_end.png) no-repeat center;
	border:0;
}