.gsmr3 {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}


.gsmr3 .rlistN .rlistNT {
    height: 42px;
    overflow: hidden;
    border-bottom: solid 1px #EDEDED;
}
.gsmr3 .rlistN .rlistNTC {
    /*display: flex;*/
    justify-content: space-between;
    margin-top: 6px;
    height: 36px;
    line-height: 36px;
}
.gsmr3 .rlistN .rlistNTC span {
    display: inline-block;

    color: #26A670;
    font-size: 20px;
    /* padding: 0 20px; */
    font-weight: bold;
    text-align: center;
}

.gsmr3 .mainxia .mainxR .mr3 .rlistN3 {
    width: 100%;
}
.gsmr3 .rlistN .rlistNTC span.active {
    border-bottom: solid 2px #26A670;
}