@charset "utf-8";
/* CSS Document */

.custpage{ text-align: center; margin-top: 60px; margin-bottom: 60px; }

.custpage span{ margin: 0 3px; width: 34px; height: 34px; border-radius: 34px; display: inline-block; text-align: center; line-height: 34px; border: 1px solid #222; }

.custpage span:hover{ background: #000; cursor: pointer; color: #fff;     }

.custpage a{ margin: 0 3px; width: 34px; height: 34px; border-radius: 34px; display: inline-block; font-size: 16px; text-align: center; line-height: 34px; border:1px solid #222; }

.custpage a.cur,.custpage a:hover{ background: #000; color: #fff; border: none; border: 1px solid #000;}

.custpage a.page-num-current{ background: #000; color: #fff; border: none; border: 1px solid #000;}

