/*250917*/
.cumulative-return {
    position: fixed;
    z-index: 100;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
}

.cumulative-return.on {
    display: flex;
}

.cumulative-return-content {
    background-color: white;
    width: 90%;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 20px;
}

.cumulative-return-head {
    display: flex;
    align-items: center;
}

.cumulative-return-hl {
    flex: 1;
}

.cumulative-return-title {
    font-size: 16px;
}

.cumulative-return-form {
    padding: 20px 0;
}

.cumulative-return-hr {
    background-color: #F8F8FC;
    border-radius: 5px;
    padding: 10px;
}

.cumulative-return-hr li {
    font-size: 14px;
    margin-right: 20px;
}

.cumulative-return-hr li:last-child {
    margin-right: 0;
}

.cumulative-return-hr li p {}

.cumulative-return-hr li p svg {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.cumulative-return-hr strong {
    display: block;
    font-size: 16px;
}

.cumulative-return-form {
    display: flex;
}

.cumulative-return-date {
    border: 1px solid #eee;
    box-sizing: border-box;
    height: 38px;
    margin: 0 10px;
    background: url('../images/icon-date.png') no-repeat 10px center/18px;
}

.cumulative-return-date .layui-input {
    border: 0;
    text-align: center;
    height: 37px;
    background: none;
}

.cumulative-return-body {
    height: 430px;
    overflow-y: scroll;
    padding-right: 10px;
    border: 1px solid #eee;
}

.cumulative-return-body .layui-table {
    margin: -1px 0 0;
}
/*250917*/