.yjcg {
    font-size: 18px
}
.alignCenter {
    display: flex;
    align-items: center;
}
.spaceBetween {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tabItem {
    width: 8.8em;
    height: 2.7em;
    margin-right: 15px;
    background: #e7ecf5;
    text-align: center;
    line-height: 2.7em
}

.tabItem a {
    width: 100%;
    height: 100%;
    font-size: 0.8em;
    color: #333
}

.tabItem:hover {
    background: url(../images24/ny_tu15.png) no-repeat;
    background-size: 100% 100%
}

.tabItem:hover a {
    color: white
}

.tabActive {
    background: url(../images24/ny_tu15.png) no-repeat;
    background-size: 100% 100%
}

.tabActive a {
    color: white
}

.tableWrap {
    margin-top: 2em;
    width: 100%
}

.reTable {
    width: 100% !important;
    border-color: #EAECF2;
    border-collapse: collapse;
   display:table !important;
}

.reTable thead:nth-child(2),.reTable thead:nth-child(3) {
    display: none
}

.reTable thead {
    background: #e7ecf5;
    font-size: 0.65em;
    color: #8F8F8F
}

.reTable tbody {
    font-size: 0.65em;
    color: #46484F
}

.reTable th,.reTable td {
    padding: 0.8em;
    text-align: center
}

.reTable tr td:first-child,.reTable tr td:nth-child(3) {
    min-width: 80px
}

.reTable tbody tr td:nth-child(2) {
    min-width: 78px
}

.tabProgress {
    width: 100%;
    height: auto;
    margin-top: 50px
}

.historyProgress {
    width: calc(100% - 70px);
    height: 100px;
    display: flex;
    position: relative;
    top: -20px;
    overflow: hidden
}

.historyProgress ul {
    width: 100%;
    height: 100px;
    flex-wrap: nowrap;
    position: relative;
    left: 0
}

.historyProgress li {
    flex-shrink: 0;
    width: 25%;
    text-align: center;
    position: relative
}

.historyProgress li a {
    font-size: 0.9em;
    color: #333;
line-height: 1.45em;
}

.historyProgress li::after {
    content: '';
    width: 24px;
    height: 24px;
    background: url("../images24/ny_tu12.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -150%;
    z-index: 99
}

.historyProgress li a {
    display: block;
    font-size: 0.9em;
    color: #333
}

.historyProgress::after {
    content: '';
    width: 90%;
    height: 1px;
    background: #E9EEFB;
    position: absolute;
    right: 5%;
    bottom: 15%;
    z-index: 10
}

.proActive a {
    font-size: 1.4em;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #034bbe !important
}

.historyProgress .proActive::after {
    background: url("../images24/ny_tu12_hover.png") no-repeat
}

@media screen and (max-width: 600px) {
    .historyProgress li {
        width: 230px
    }

    .tableWrap {
        overflow: scroll
    }
}

@media screen and (max-width: 500px) {
    .historyProgress li {
        width: 200px
    }

    .surList li .textXl {
        font-size: 2.5em
    }
}

@media screen and (max-width: 400px) {
    .historyProgress li {
        width: 150px
    }
}