@charset "UTF-8";

.tui-turnpage {
    clear: both;
    text-align: center;
}

.tui-turnpage a,
.tui-turnpage .ellipsis {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    *display: inline;
    font-size: 12px;
    font-family: "Motiva Sans", Sans-serif;
    *zoom: 1;
    color: rgba(255, 255, 255, 0.41);
    background: #404f6a;
    margin: 0 2px;
    text-align: center;
    line-height: 16px;
    vertical-align: middle;
}

.tui-turnpage .ellipsis {
    border: 0;
    cursor: default;
}

.tui-turnpage a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.tui-turnpage .cur,
.tui-turnpage .cur:hover {
    background-color: #1d91e8;
    color: #fff;
    border-color: #292e35;
}

.tui-turnpage .turn {
    font-family: simsun;
    line-height: 17px;
}


/* by richiepu */
/* date: 2017-04-19  */

.tui-page-b button,.tui-page-b span{display: inline-block;text-align: center;font-size: 14px;min-width: 36px;height: 36px;line-height: 36px;
    vertical-align: top;box-sizing: border-box;background: #fff;border: 1px solid #e2e2e2;border-radius: 3px;margin: 0 -3px;}
.tui-page-b span{background: none;border: none;}
.tui-page-b button.cur,.tui-page-b button.cur:hover{background-color: #ffc800;border-color: #ffc800;cursor: default;}
.tui-page-b button:hover{background-color: #f0f0f0;}

.tui-page-b .group button{border-radius: 0;}
.tui-page-b .group button:first-child{border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.tui-page-b .group button:last-child{border-top-right-radius: 3px;border-bottom-right-radius: 3px;}

.tui-page-b .btn-prev,.tui-page-b .btn-next{margin: 0 6px 0 0;width: 91px;}
.tui-page-b .btn-next{margin: 0 0 0 6px;}
.tui-page-b .btn-prev:before{
    content: "";
    width: 16px;
    height: 16px;
    background-color: #ccc;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 2px 0 0;
    background: url(../../images/common/sprites/icon-page-arrow-l.png?__sprite) no-repeat;

}
.tui-page-b .btn-next:after{
    content: "";
    width: 16px;
    height: 16px;
    background-color: #ccc;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 2px;
    background: url(../../images/common/sprites/icon-page-arrow-r.png?__sprite) no-repeat;
}
.page-go{padding: 0 10px;}
.page-go input{width: 35px;height: 27px;background-color: #FFF;border: 1px solid #e2e2e2;text-align: center;font-size: 12px;color: #8c8c8c;margin: 0 5px;border-radius: 3px;cursor: text;}
button.btn-confirm{background-color: #FFF;border: 1px solid #e2e2e2;color: #3c3c3c;font-size: 12px;width: 47px;min-width: 47px;height: 27px;line-height: 25px;vertical-align: middle;margin-top: 5px;}