.mod-panel .hd {
    margin-right: 10px;
    padding-top: 15px;
    overflow: hidden
}

.mod-panel .hd h3 {
    height: 22px;
    border-left: 3px solid #009500;
    padding-left: 8px;
    line-height: 22px;
    font-size: 16px
}

.mod-panel .hd .menu {
    float: right
}

.mod-panel .hd .menu li {
    float: left;
    height: 28px;
    margin-left: 5px;
    line-height: 24px
}

.mod-panel .hd .menu li a {
    display: inline-block;
    padding: 0 7px;
    margin: 2px 0;
    border-radius: 3px
}

.mod-panel .hd .menu li.active a {
    background: #3b92d5;
    color: #fff
}

.mod-panel .hd .menu input {
    margin-top: -2px;
    width: 128px;
    height: 20px;
    border: 1px solid #e8e8e8;
    padding: 2px 6px;
    line-height: 20px
}

.mod-panel .filter {
    padding: 10px 8px
}

.mod-panel .filter .row {
    line-height: 32px;
    overflow: hidden
}

.mod-panel .filter .items a {
    display: inline-block;
    width: 60px;
    height: 24px;
    margin: 0 2px;
    border: 1px solid #e8e8e8;
    line-height: 24px;
    text-align: center;
    border-radius: 3px
}

.mod-panel .filter .items a.active {
    background: #3b92d5;
    color: #fff
}

.mod-panel .panel {
    padding: 5px 0;
    overflow-x: auto
}

.mod-panel .intro {
    overflow-x: auto
}

.mod-panel table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #e8e8e8;
    border-left: 0
}

.mod-panel table thead {
    border-bottom: 1px solid #e8e8e8;
    background-color: #f7f7f7
}

.mod-panel table tr {
    line-height: 26px;
    font-size: 13px;
    border-bottom: 1px solid #e8e8e8
}

.mod-panel table tr:nth-child(2n) {
    background-color: #f7f7f7
}

.mod-panel table tr th,.mod-panel table tr td {
    border-left: 1px solid #e8e8e8;
    word-break: break-all;
    word-wrap: break-word;
    padding: 3px 5px;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    color: #666
}

.mod-panel table tr th {
    padding: 2px 3px
}

.mod-panel table tr th strong {
    font-size: 14px
}

.mod-panel table td a {
    margin: 0 2px;
    color: #009500
}

.mod-panel table th a {
    background: #b9b9b9;
    font-size: 12px;
    color: #fff;
    width: 48px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    border-radius: 4px;
    cursor: pointer
}

.mod-panel table th a.active {
    background: #50515f
}

.mod-panel .article {
    padding: 10px 15px;
    margin-bottom: 10px
}

.mod-panel .article h3 {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px
}

.mod-panel .article p {
    line-height: 26px
}

.mod-panel .article img {
    max-width: 100%
}

.mod-panel .icon-big,.mod-panel .icon-small,.mod-panel .icon-odd,.mod-panel .icon-even {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("/bazhepu/images/icon-filter.png") 0 0 no-repeat;
    line-height: 36px;
    text-align: center;
    text-indent: -33em;
    font-size: 22px;
    border-radius: 50%;
    vertical-align: middle;
    overflow: hidden
}

.mod-panel .icon-big {
    background-position: 0 0
}

.mod-panel .icon-small {
    background-position: -46px 0
}

.mod-panel .icon-odd {
    background-position: -91px 0
}

.mod-panel .icon-even {
    background-position: -139px 0
}

.mod-panel .icon-number,.mod-panel .icon-dice,.mod-panel .icon-farm,.mod-panel .icon-blueball,.mod-panel .icon-redball,.mod-panel .icon-animal {
    zoom:0.6}

@media screen and (max-width: 320px) {
    .mod-panel .hd .menu input {
        width:110px
    }

    .mod-panel .filter .items a {
        width: 52px;
        margin: 0 1px
    }

    .mod-panel table th a {
        width: 40px
    }
}
