@charset "utf-8";
/*# table */
table.shuilv {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #666666;
    border-collapse: collapse;
}

table.shuilv th, table.shuilv td {
    border: 1px solid #666666;
    padding: .5em 1em;
}

/*璁剧疆琛ㄥご鑳屾櫙鑹�*/
table.shuilv th {
    background-color: #80faa2;
}

/*璁剧疆榧犳爣鎮仠鍚庤〃鏍艰儗鏅鑹�*/
table.shuilv tr:hover {
    background: #a9fdc0;
}

/*璁剧疆杩炴帴棰滆壊*/
table.shuilv .actions a {
    color: #ff5c00;
    text-decoration: none;
    padding: 0 4px;
}

/*璁剧疆琛ㄦ牸鍐呭涓哄眳涓榻�*/
table.shuilv .jishu, table.shuilv .actions {
    text-align: center;
}

@media (max-width: 480px) {
    table.shuilv {
        box-shadow: none;
        border: none;
    }

    table.shuilv thead {
        display: none;
    }

    /*鎶婃墍鏈夌殑tr,td杩涜鍧楃姸鍒嗗竷*/
    table.shuilv tr, table.shuilv td {
        display: block;
        border: none;
        position: relative;
    }

    table.shuilv tr {
        margin-bottom: 1em;
        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);
    }

    table.shuilv .jishu {
        text-align: left;
        padding-left: 50%;
        background-color: #80faa2;
    }

    table.shuilv .jishu::before {
        content: "级数";
        position: absolute;
        left: .5em;
        top: .5em;
        font-weight: bold;
    }

    table.shuilv .shuiYes {
        text-align: left;
        padding-left: 50%;
    }

    table.shuilv .shuiYes::before {
        content: "应纳税所得额(含税)";
        position: absolute;
        left: .5em;
        top: .5em;
        font-weight: bold;
    }

    table.shuilv .shuiNo {
        text-align: left;
        padding-left: 50%;
    }

    table.shuilv .shuiNo::before {
        content: "应纳税所得额(不含税)";
        position: absolute;
        left: .5em;
        top: .5em;
        font-weight: bold;
    }

    table.shuilv .taxRate {
        text-align: left;
        padding-left: 50%;
    }

    table.shuilv .taxRate::before {
        content: "税率(%)";
        position: absolute;
        left: .5em;
        top: .5em;
        font-weight: bold;
    }

    table.shuilv .kcsText {
        text-align: left;
        padding-left: 50%;
    }

    table.shuilv .kcsText::before {
        content: "速算扣除数";
        position: absolute;
        left: .5em;
        top: .5em;
        font-weight: bold;
    }
}