.spic{
    cursor: pointer;
}
/*分页样式*/
.mypage {
    width: auto;
    height: 40px;
    overflow: hidden;
    clear: both;
    text-align: center;
    margin: 15px auto 0 auto;
}
.mypage li {
    min-width: 32px;
    height: 32px;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    margin-right: 4px;
}
.mypage li a:hover, .mypage li.active a {
    /*background: #ba3233;*/
    color: #0380ba;
    border-bottom: 2px solid #0380ba;
    /*border: solid 1px #ba3233;*/
}
.mypage li a {
    width: auto;
    height: 32px;
    text-align: center;
    line-height: 32px;
    display: block;
    font-size: 14px;
    color: #666;
    /*border: solid 1px #d9d9d9;*/
    /*border-radius: 2px;*/
    box-sizing: border-box;
    /*padding: 0 5px;*/
    margin: 0 10px;
    font-weight: bold;
}

/*空页提示*/
.empty{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.empty img{
    display: block;
    margin: 0 auto;
}
.empty p{
    color: #666;
    font-size: 14px;
}