#app {
    overflow: auto;
    background: #f0f2f5;
}
.mar-bottom-width {
    width: 16.66666667%;
    display: inline-block;
}
.chapter {
    margin: 10px 0;
    padding: 10px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 2px 0px #999;
}
.chapter-header {
    position: relative;
    font-size: 1.25em;
    margin-bottom: 10px;
}
.chapter-header::before {
    content: '';
    position: relative;
    width: 4px;
    height: 16px;
    display: inline-block;
    background: #0080FF;
    top: 2px;
    margin-right: 5px;
}
.chapter .ui-label ~ .ui-label {
    margin-left: 20px;
}
.chapter .ant-steps.ant-steps-horizontal {
    margin: 20px 0;
}
.chapter .ant-alert + .ant-alert{
    margin-top: 10px;
}
.chapter .tips {
    color: red;
    margin-top: 10px;
}
.chapter .row-item ~ .row-item {
    margin-top: 10px;
}
/* .chapter table {
    table-layout: fixed;
}
.chapter table thead .ant-table-column-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
} */
.copy-wrapper {
    position: relative;
    display: inline-block;
}
.copy-wrapper .fl-copy {
    position: absolute;
    white-space: nowrap;
    right: 10px;
    top: 8px;
    z-index: 1;
}
.text-ellipsis {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
}
