@charset "UTF-8";
.pg{
    display:inline-block;
    padding-left:0;
    margin:20px 0;
    border-radius:4px
}
.pg .prev:after{
    content:"";
}
.pg >label{display:none}

.pg  > a, .pg > strong{
    position:relative;
    float:left;
    padding:6px 12px;
    margin-left:-1px;
    line-height:1.42857143;
    color:#4d5259;
    text-decoration:none;
    background-color:#fff;
    border:1px solid #ebebeb;
    margin: 0 3px;
    border-radius:2px;
}


.pg > a:focus, .pg > a:hover, .pg > strong:focus, .pg > strong:hover{
    z-index:2;
    color:#33cabb;
    background-color:#f9fafb;
}

.pg > strong, .pg > strong:focus, .pg > strong:hover{
    z-index:3;
    color:#fff;
    cursor:default;
    background-color: #33cabb;
    border-color: #33cabb;
}
[data-theme='dark'] .pg a,[data-theme='dark'] .pg strong {
    border-color: #303243!important;
    background-color: #1D1F2F!important;
}
[data-theme='dark'] .pg strong{
    color:#fff;
}
[data-theme='dark'] .pg > a:focus, [data-theme='dark'] .pg > a:hover, [data-theme='dark'] .pg > strong:focus, [data-theme='dark'] .pg > strong:hover{
    color:#fff;
}


[data-theme='translucent'] .pg a,[data-theme='translucent'] .pg strong {
    color: rgba(255, 255, 255, .85);
    border-color: rgba(255, 255, 255, .125);
    background-color: rgba(255, 255, 255, .075);
}
[data-theme='translucent'] .pg > a:focus, [data-theme='translucent'] .pg > a:hover, [data-theme='translucent'] .pg > strong:focus, [data-theme='translucent'] .pg > strong:hover{
    background-color: rgba(255, 255, 255, .15);
}
.child_fenlei{
    background: url(../images/ej.png?123) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    float: left;
    background-position: center;
}