.rating-content {
    width: 100%;
    margin: 50px auto;
}

td:hover, td.hover {
    background: none;
}

.list-table{
    position: relative;
    z-index: 99;
}

.list-table th {
    text-align: center;
    background-color: #eceff6;
}

.rating-table tbody td {
    background: #fff;
    text-align: center;
    padding: 5px !important;
    cursor: auto;
}

.rating-table {
    color: #595959;
    margin-top: 0
}

.rating-table td {
    padding: 0;
    text-align: center;
    border: 0
}

.rating-table thead td {
    background-color: #eceff6;
    height: 2.2rem;
    font-size: 1.1rem;
}

.rating-table .even-row td {
    background-color: #eceff6;
}

.rating-table tbody td {
    background-color: #fafafa;
    height: 2.2rem;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-content {
    background: #fff;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    clear: both;
    height: 80px;
    padding-top: 40px;
}

#starService {
    width: 300px;
}

.select2-container {
    width: 240px;
}

.select2-container .select2-choice {
    height: 40px;
    line-height: 38px;
}

.list-table th, .rating-table td {
    width: 10%;
}

.list-table .rating-th-name {
    width: 8%;
}

#scroll {
    overflow: hidden
}

.footer-wrapper {
    position: absolute;
    /*bottom: 0;*/
    width: 100%
}

.ratingSearch:focus {
    outline: auto;
}

#listForm {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.bootbox {
    display: none !important;
}

#consultComplain-table tbody td {
    white-space: inherit;
    font-size: 12px;
    border: none!important;
    padding: 5px 0!important;
}

.tip-p {
    text-align: center;
    font-size: 30px;
}

.content {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

