@charset "utf-8";
.pcbr{display:none;}
.tbbr{display:block;}
.mbbr{display:none;}
.dn{display:none;}

#wrap{overflow:hidden;background:#090909;}
.innerWrap{width:86%;margin:0 auto;}



/* paging */
.paging{
margin-top:80px;
text-align:center;
}
.paging a{
display: inline-block;
vertical-align: top;
box-sizing: border-box;
width: 52px;
height: 52px;
color: #999;
border-radius: 10px;
font-size: 15px;
line-height: 50px;
}
.paging strong{
display: inline-block;
vertical-align: top;
box-sizing: border-box;
width: 52px;
height: 52px;
border-radius: 50%;
background: var(--main-color);
color: #fff;
font-size: 15px;
line-height: 50px;
font-weight: 400;
}
.paging .page_begin{
width:42px;height:52px;
background:url(/images/common/page_begin.png) no-repeat center;
border:0;
}
.paging .page_prev{
width:42px;height:52px;
background:url(/images/common/page_prev.png) no-repeat center;
border:0;margin-right:20px;
}
.paging .page_next{
width:42px;height:52px;
background:url(/images/common/page_next.png) no-repeat center;
border:0;margin-left:20px;
}
.paging .page_end{
width:42px;height:52px;
background:url(/images/common/page_end.png) no-repeat center;
border:0;
}