﻿/* 内页分页样式  */
.g-page{ margin-bottom:3rem;}/* 底部间距20px*/
.g-page .u-pup,.g-page .u-pne,.g-page .u-sa{border-radius: 0.25rem; display: inline-block; font-size: 1em; height: 2.5rem; line-height: 2.5rem; text-align: center; width: 25%;} /*上一页样式*/
.g-page p{ width:10%; display: inline-block;}
.g-page .pager-select{display:inline-block;padding:0 20px; margin: 0 10px; width:25%; height: 30px; line-height: 30px; position:relative; top: 10px;}
.g-page .page_number{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events:none;  border-radius: 5px; /*box-shadow: 0 0 5px #333 inset; */ text-indent: -1em;}
.g-page .page_number:before{ width: 0; height:0; content: ""; position: absolute; border-top: 5px solid #aaa; border-left: 5px solid rgba(0,0,0,0);border-right: 5px solid rgba(0,0,0,0); left: 50%; margin-left:20px; top: 12px;}
.g-page .pager-select .page_number span{ padding: 0 2px; font-weight: bold;}
.g-page .select_box{ width: 100%; height: 100%; opacity: 0; position: absolute; z-index: 0; left: 0; top: 0; text-align: center;}
/* 内页分页样式  */

/* -- 产品分页样式  -- */
.m-com .re_sec .tit,.m-con .re_sec .tit { color:#282828 ;}/*管理员回复 颜色*/
.g-page a { background-color:#545b62 ; color:#fff; }
.g-page a:hover { background-color:#a88282 ; color:#fff; }
.g-page .z-noc { background-color:#e8e8e8; color:#9b0e0e; }
.g-page .u-sa { color:#fff; background-color:#282828;
background-image: -webkit-linear-gradient(top, #282828, #282828);
 background-image: -moz-linear-gradient(top, #282828, #282828);
 background-image: -o-linear-gradient(top, #282828, #282828);
 background-image: -ms-linear-gradient(top, #282828, #282828);
 background-image: linear-gradient(top, #282828, #282828); }
 
 .f-tc{ text-align:center;} /*中间对齐*/