/*分页*/

.bigPage {
    margin: 14px auto;
    overflow: hidden;
    float: right;
}
.bigPage li {
    color: #806f66;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    margin: 0 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 37px;
    float: left;
    /* border-radius: 2px; */
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
   
}
.bigPage li a {
    display: block;
    width: 100%;
    height: 100%;
}
.bigPage li.active, .bigPage li.active:hover {
    /*background: url(../images/bigPage.png) no-repeat scroll left -111px transparent;*/
    color: #806f66;
    cursor: default;
    background: #fff;
    border: none;
}

.bigPage li:hover {
  background: #faf8f9;
}
.bigPage li:hover a{
    color: #e83e3e;
}
.bigPage .wenzi {
    float: left;
    font-size: 14px;
    line-height: 32px;
    padding: 0 10px;
}
.jump {
    float: left;
    width: 42px;
    height: 33px;
    *height: 34px;
    color: #333;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
}
/* //添加抵扣券图片样式 */
.voucher{
  width: 300px;
  height: 80px;
  margin: 50px auto;
  background: url(/static/home/center/images/voucher.png) no-repeat 0 0;
  background-size: cover;
}
.voucher a{
  display: inline-block;
  margin-top: 55px;
  margin-left: 95px;
  color: #4b7bb6;
}
