/**!
 * 信用服务
 * author: zhoujie;
 * date: 20210610
 */
.complaint-banner a{
	display: block;
	width: 100%;
	height: 100%;
}

.main-wrap {
    padding-bottom: 40px;
}

.mod-title {
    margin-top: 68px;
    height: 46px;
    background: url(../images/credit_service/title-bg.png) no-repeat center bottom;
    /* background-size: 100%; */
    padding-left: 50px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.quick-passage-list {
    text-align: center;
    margin-top: 50px;
}

.quick-passage-list li {
    float: left;
    width: 32%;
    height: 175px;
    background: #FFFFFF;
    box-shadow: 1px 1px 35px 0px rgba(209, 209, 209, 0.29);
}

.quick-passage-list li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align-last: left;
}

.li-left {
    float: left;
    width: 158px;
    height: 100%;
}

.quick-passage-list li:first-child {
    margin-right: 2%;
}

.quick-passage-list li:first-child .li-left {
    background: url(../images/credit_service/icon-word.png) center no-repeat;
}

.quick-passage-list li:nth-child(2) {}

.quick-passage-list li:nth-child(2) .li-left {
    background: url(../images/credit_service/icon-file.png) center no-repeat;
}

/*.quick-passage-list li:last-child {
    margin-left: 2%;
}*/

.quick-passage-list li:last-child .li-left {
    background: url(../images/credit_service/icon-magnifier.png) center no-repeat;
}

.quick-passage-name {
    font-size: 22px;
    font-weight: 400;
    color: #333;
    line-height: 40px;
    margin-top: 46px;
}

.quick-passage-text {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 28px;
}

.table {
    width: 100%;
    height: 517px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    margin-top: 24px;
}

.table-head {
    width: 100%;
    height: 60px;
    background: #4373B4;
}

.table-head ul {
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.table-head ul li {
    float: left;
}

.serial-number {
    width: 108px;
}

.first-head {
    width: 494px;
}

.second-head {
    width: 217px;
}

.third-head {
    width: 154px;
}

.table-body {
    width: 100%;
    height: 457px;
    overflow: hidden;
    overflow-y: auto!important;
}

.table-body ul {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    /* line-height: 77px; */
    /* flex-wrap: wrap; */
}

.accept {
    color: #fdae24;
}

.finish {
    color: #94C628;
}

.receive {
    color: #5d92f7;
}

.table-body ul:nth-child(2n) {
    background: #f6f9fe;
}

.table-body ul li {
    /* float: left; */
    height: 77px;
    display: flex;
    align-items: center;
}

.table-body ul li span{
    float: left;
}

.table-body ul .first-head div {
    width: 402px;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 240508 */
.quick-passage-list {
  margin-bottom: -20px;
}

.quick-passage-list li {
  width: calc((100% - 4%) / 3);
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 2%;
}

.quick-passage-list li:nth-child(3n) {
  margin-right: 0;
}

.quick-passage-list li:nth-child(3) .li-left {
  background: url(../images/credit_service/icon-magnifier.png) center no-repeat;
}

.quick-passage-list li:nth-child(4) .li-left {
  background: url(../images/credit_service/way_ico1.png) center no-repeat;
}

.quick-passage-list li:nth-child(5) .li-left {
  background: url(../images/credit_service/way_ico2.png) center no-repeat;
}
.quick-passage-list li:nth-child(6) .li-left {
    background: url(../images/credit_service/way_ico6.png) center no-repeat;
}
/*.quick-passage-list li:last-child {
  margin-left: 0;
  margin-right: 2%;
}*/

.quick-passage-text {
  display: block;
  padding-right: 30px;
}
  body ::-webkit-scrollbar {
      width: 5px;
      /* 设置滚动条宽度 */
    }

    /* 设置滚动条滑块的样式 */
     body  ::-webkit-scrollbar-thumb {
      background-color: #e8e8e8;
      /* 设置滚动条滑块的背景色 */
      border-radius: 20px;
      /* 设置滚动条滑块的圆角 */
    }

    /* 设置滚动条轨道的样式 */
     body  ::-webkit-scrollbar-track {
      background-color: transparent;
      /* 设置滚动条轨道的背景色 */
      border-radius: 20px;
      /* 设置滚动条轨道的圆角 */
    }