.settlementMarginRate {
    width: 100%;
    height: auto;
    padding-bottom: 45px;
    background: #f1f0f0;
    margin: 0 auto;
    position: relative;
}

.settlementMarginRate_warp {
    width: 920px;
    height: auto;
    background-color: #fff;
    padding: 30px 40px 40px;
    margin: 0 auto;
    position: relative;
}

.smr_inner {
    width: 920px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.smr_inner .info-tit {
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
}

.smr_inner .info-tit .tit-icon {
    position: absolute;
    width: 5px;
    height: 27px;
    left: -40px;
    top: 4px;
    background: url(../images/fund/icon-tit.png) no-repeat center;
}

.smr_inner .sel-item {
    margin: 50px auto 0;
}

.smr_inner .sel-item .sel-list {
    margin-bottom: 20px;
    display: flex;
}

.smr_inner .sel-item .sel-list .name {
    font-size: 18px;
    width: 80px;
}

.smr_inner .sel-item .sel-list .tag {
    width: 840px;
}

.smr_inner .sel-item .sel-list .tag a {
    font-size: 14px;
    margin: 0 10px 10px 0;
    padding: 0 5px;
    width: 70px;
    height: 42px;
    border: 1px solid #fff;
    /*line-height: 28px;*/
    float: left;
    text-align: center;
    border-radius: 3px;
    align-content: center;
}

.smr_inner .sel-item .sel-list .tag a.on {
    border: 1px solid #ea1c2c;
    color: #ea1c2c;
}

.smr_distance {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    margin: 0 auto 30px;
}

.smr_list {
    width: 920px;
    height: auto;
    border: 1px solid #ddd;
    margin: 0 auto;
    position: relative;
    overflow-x: scroll;
}

.smr_table {
    width: max-content;
    height: auto;
    background: #fff;
    margin: 0 auto;
}

.smr_table .smr_tr td {
    background: #dceaf7;
    min-width: 66px;
    padding: 10px 15px;
    border-right: 1px solid #ddd;
}

.smr_table .smr_tr td:last-child {
    border-right: none;
}

.smr_table td {
    padding: 10px 5px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
