.rateTable {
    padding-left: 18px;
    padding-right: 2px;
    width: 100%
}

.rateTable .unit {
    text-align: right;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.table_head {
    width: 100%;
    height: 92px;
    background-color: #f7f6f6
}

.table_head li {
    float: left;
    height: 92px;
    border: 1px solid #e7e7e7;
    border-right: none;
    width: 162px;
    text-align: center;
    border-bottom: none;
}

.table_head li.middle {
    border-right: 1px solid #e7e7e7;
    padding-top: 35px;
    width: 160px;
}

.table_headli1 {
    padding-top: 35px;
}

.table_headli2 {
    padding-top: 25px;
}

.table_headli3 {
    padding-top: 25px;
}

.table_headli4 {
    padding-top: 25px;
}

.table_headli5 {
    padding-top: 25px;
}

.table_head .regular {
    border-right: 1px solid #e7e7e7;
    width: 540px
}

.regular_dl {
    width: 540px;
    height: 47px
}

.regular_dl dt {
    height: 23px;
    line-height: 23px;
    border-bottom: 1px solid #e7e7e7
}

.regular_dl dd {
    height: 24px;
    line-height: 24px;
    float: left;
    width: 90px;
    text-align: center;
    border-right: 1px solid #e7e7e7
}

.regular_dl .last_dd {
    border-right: none
}

.table {
    border: 1px solid #e7e7e7;
    width: 100%;
}

.table tr {
    width: 100%;
    height: 47px
}

.table td {
    width: 90px;
    text-align: center
}

@media (max-width:767px) {
    .rateTable {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        overflow: auto;
        font-size: .2rem
    }
    .rateTable .unit {
        font-size: .26rem;
        margin-bottom: .1rem;
        width: 720px;
    }
    .table_head {
        font-size: .26rem;
        height: 1.3rem;
        width: 720px;
    }
    .table_head li {
        height: 1.3rem;
        width: 120px;
    }
    .table_head li.middle {
        border-right: 1px solid #e7e7e7;
        padding-top: .3rem;
        width: 120px;
    }
    .table_headli1 {
        padding-top: .4rem;
    }
    .table_headli2 {
        padding-top: 0;
    }
    .table_headli3 {
        padding-top: 0;
    }
    .table_headli4 {
        padding-top: 0.1rem;
    }
    .table_headli5 {
        padding-top: 0.1rem;
    }
    .table_head .regular {
        width: 540px
    }
    .regular_dl {
        width: 540px;
        height: .6rem
    }
    .regular_dl dt {
        height: .3rem;
        line-height: .3rem
    }
    .regular_dl dd {
        height: .3rem;
        line-height: .3rem;
        width: 90px
    }
    .table {
        width: 720px
    }
    .table tr {
        width: 100%;
        height: .6rem
    }
    .table td {
        width: 90px;
        font-size: .26rem
    }
}