* {font-size:14px}
/* 分页样式 */
.easysite_pages{ display: flex;justify-content: center; height: 40px; align-items: center;  margin-top: 60px; padding-bottom: 36px;}
.easysite-page-wrap1 span{ display: flex;}
.easysite-total-page{ display: initial;}
.easysite-page-wrap{display: initial; line-height: 40px; border: 1px solid #cfdce5; border-radius: 5px; margin-right: 8px; font-size: 14px; color: #484848; padding: 0 15px;}
.NormalRed{background: #ff4a00; border: 1px solid #ff4a00; border-radius: 5px; margin-right: 8px; font-size: 14px; color: #fff; width: 40px; text-align: center; height: 40px; line-height: 40px;}
.pagingNormal{border: 1px solid #cfdce5; color: #484848; border-radius: 5px; margin-right: 8px; font-size: 14px; width: 40px; text-align: center; height: 40px; line-height: 40px;}
.ph_SPECIFICPAGENUM {display: none!important;}
@media screen and (max-width: 999px) {
.easysite-total-page , .pc_SPECIFICPAGENUM {display: none!important;}
.ph_SPECIFICPAGENUM {display: block!important;}
.easysite_pages {height: 130px;}
.easysite_pages {flex-wrap: wrap;}
.easysite-page-wrap1 {margin-bottom: 0px;width: auto;}
.easysite-page-wrap1 span {justify-content: space-between;}
.easysite-page-wrap {width: 35%;text-align: center;}
}