﻿@charset "UTF-8";
/**
* 代理机构动态评价
* date:2023-6-28
* author: trh;
 */
.update-date {
  font-size: 14px;
  color: #999;
  line-height: 43px;
}

.sub-pager {
  padding: 24px 0;
}

.evaluate-star {
  height: 20px;
  width: 127px;
  overflow: hidden;
  background: url(../images/starts_bg.png) no-repeat center;
}

.evaluate-star-active {
  height: 20px;
  width: 0%;
  max-width: 127px;
  background: url(../images/starts_active.png) no-repeat left center;
}

.level-star-A {
  background: url(../images/starts_activeA.png) no-repeat left center;
}
.level-star-B {
  background: url(../images/starts_activeB.png) no-repeat left center;
}
.level-star-C {
  background: url(../images/starts_activeC.png) no-repeat left center;
}
.level-star-D {
  background: url(../images/starts_activeD.png) no-repeat left center;
}
.level-star-E {
  background: url(../images/starts_activeE.png) no-repeat left center;
}

/* 20230724 */
.tips {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    padding-bottom: 20px;
}

/* levelA-绿色；levelB-橙色； levelC- 红色; levelD-黑色; 接口中的level字段为空默认为灰色，或者level字段为E时为灰色 */
.public-table td > a,.public-table td.levelE > a {
    color: #888;
}

.public-table td.levelA > a {
    color: #9fc452;
}

.public-table td.levelB > a {
    color: #FF8A31;
}

.public-table td.levelC > a {
    color: #f00;
}

.public-table td.levelD > a {
    color: #333;
}