.convert-manage-list {
    padding: 24px;
    border-radius: 3px;
    width: calc(100vw - 311px);
    background: var(--dls-background-color-base-1);
}

    @media (max-width: 1248px) {.convert-manage-list {
        width: 1150px
}
    }

    .convert-manage-list .contract-list-table-operation {
        display: flex;
        flex-wrap: wrap;
    }

    .convert-manage-list .contract-list-table-operation button {
            margin: 5px 10px 5px 0;
        }

    .convert-manage-list .contract-list-table-tip-icon {
        margin-left: 4px;
    }

.convert-table-operation {
    display: flex;
    flex-wrap: wrap;
}

.convert-table-operation button {
        margin-right: 8px;
    }

.convert-copy {
    margin-left: 8px;
    cursor: pointer;
}

.convert-manage-filter-wrapper {
        display: flex;
        margin-bottom: 16px;
    }

        .convert-manage-filter-wrapper-button {
            display: flex;
            justify-content: space-between;
            margin-right: 16px;
            padding: 16px;
            width: 305px;
            height: 20px;
            background-color: var(--dls-color-gray-1);
            font-size: 16px;
            line-height: 20px;
            font-family: 'PingFang SC';
            color: var(--dls-color-gray-9);
            cursor: pointer;
        }

        .convert-manage-filter-wrapper-icon {
            color: var(--dls-color-gray-7);
        }

.convert-manage-create-drawer {
    font-family: 'PingFang SC';
    font-size: 14px;
    line-height: 20px;
}

    .convert-manage-create-drawer .one-form-field-label {
        width: 76px;
    }

    .convert-manage-create-drawer-block {
        margin: 16px 0;
        padding: 16px;
        border-radius: 4px;
        background-color: var(--dls-color-gray-1);
    }

    .convert-manage-create-drawer-block-title {
            margin-bottom: 20px;
            font-weight: 500;
        }

    .convert-manage-create-drawer-block .one-form-field-content {
            display: inline-block;
            min-height: 20px;
            word-break: break-all;
        }

    .convert-manage-create-drawer-block-monitor .one-form-field-label {
            width: 118px;
        }

.convert-manage-view-drawer {
    font-family: 'PingFang SC';
    font-size: 14px;
    line-height: 20px;
}

    .convert-manage-view-drawer .one-form-field-label {
        width: 76px;
    }

    .convert-manage-view-drawer-block {
        margin: 16px 0;
        padding: 16px;
        border-radius: 4px;
        background-color: var(--dls-color-gray-1);
    }

    .convert-manage-view-drawer-block-title {
            margin-bottom: 20px;
            font-weight: 500;
        }

    .convert-manage-view-drawer-block-item {
            margin-top: 4px;
        }

    .convert-manage-view-drawer-block .one-form-field-content {
            display: inline-block;
            min-height: 20px;
            word-break: break-all;
        }

    .convert-manage-view-drawer-block-monitor .one-form-field-label {
            width: 118px;
        }

.convert-manage-drawer {
    font-family: 'PingFang SC';
    font-size: 14px;
    line-height: 20px;
}

    .convert-manage-drawer-header {
        display: flex;
        margin: 16px 0;
        padding: 16px;
        justify-content: space-between;
        border-radius: 4px;
        background-color: var(--dls-color-gray-1);
        line-height: 20px;
    }

    .convert-manage-drawer-header-tip {
            line-height: 20px;
            color: var(--dls-color-gray-7);
        }

    .convert-manage-drawer-title {
        margin-bottom: 16px;
        font-weight: 500;
        line-height: 20px;
    }

    .convert-manage-drawer-tip {
        margin: 16px 0;
        color: var(--dls-color-gray-7);
        line-height: 20px;
    }

    .convert-manage-drawer-qr {
        width: 192px;
        height: 192px;
    }

    .convert-manage-drawer-block {
        margin: 16px 0;
        padding: 16px;
        border-radius: 4px;
        background-color: var(--dls-color-gray-1);
        line-height: 20px;
    }

    .convert-manage-drawer-block-field {
            display: flex;
        }

    .convert-manage-drawer-block-field-label {
                width: 140px;
                text-align: right;
                word-break: keep-all;
                color: var(--dls-color-gray-7);
            }

    .convert-manage-drawer-block-field-content {
                width: 580px;
                word-break: break-all;
            }

    .convert-manage-drawer #convert-manage-drawer-success {
        height: 100%;
        overflow: hidden;
    }

    .convert-manage-drawer-success {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .convert-manage-drawer-success svg {
            width: 37px;
            height: 37px;
            color: #00bf5c;
        }

.components-manage-list {
        padding: 24px;
        border-radius: 3px;
        width: calc(100vw - 311px);
        background: var(--dls-background-color-base-1);
    }

        @media (max-width: 1248px) {.components-manage-list {
            width: 1150px
    }
        }

        .components-manage-list .goods-card-preview {
            box-sizing: border-box;
            display: flex;
            padding: 7px;
            width: 220px;
            height: 55px;
            border-radius: 5px;
            justify-content: space-between;
            cursor: pointer;
            font-family: PingFang SC;
            background-color: var(--layout-color-background);
        }

        .components-manage-list .goods-card-preview-info {
                display: flex;
            }

        .components-manage-list .goods-card-preview-info-img {
                    width: 41px;
                    height: 41px;
                    border-radius: 6px;
                }

        .components-manage-list .goods-card-preview-info-main {
                    display: flex;
                    width: 116px;
                    overflow: hidden;
                    flex-direction: column;
                    justify-content: space-between;
                    margin-left: 4px;
                }

        .components-manage-list .goods-card-preview-info-describe {
                    display: flex;
                    flex-direction: column;
                }

        .components-manage-list .goods-card-preview-info-describe-title {
                        display: -webkit-box;
                        width: 180px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                        font-weight: 500;
                        -webkit-transform-origin-x: 0;
                        transform: scale(.64);
                    }

        .components-manage-list .goods-card-preview-info-describe-price {
                        font-weight: 500;
                        color: var(--font-color-orange);
                        -webkit-transform-origin-x: 0;
                        transform: scale(.57);
                    }

        .components-manage-list .goods-card-preview-info-platform {
                    display: flex;
                    color: var(--font-color-gray-1);
                    -webkit-transform-origin-x: 0;
                    transform: scale((.5));
                    line-height: 9px;
                }

        .components-manage-list .goods-card-preview-info-platform-origin {
                        margin-right: 3px;
                    }

        .components-manage-list .goods-card-preview-operate {
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

        .components-manage-list .goods-card-preview-operate svg {
                    width: 33px;
                }

        .components-manage-list .jmy-card-preview {
            box-sizing: border-box;
            display: flex;
            padding: 7px;
            width: 220px;
            height: 55px;
            border-radius: 5px;
            justify-content: space-between;
            cursor: pointer;
            font-family: PingFang SC;
            background-color: var(--layout-color-background);
        }

        .components-manage-list .jmy-card-preview button {
                width: 206px;
            }

        .components-manage-list .jmy-card-preview button span {
                    width: 100%;
                    text-align: left;
                    font-size: 11px;
                    color: var(--button-color-primary-3);
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

        .components-manage-list .h5-card {
            box-sizing: border-box;
            top: 0;
            left: 0;
            width: 220px;
            height: 86px;
            padding: 5px;
            transform: scale(1);
        }

        .components-manage-list .h5-card-info {
                width: 220px;
            }

        .components-manage-list .h5-card-info-img {
                    width: 48px;
                    height: 48px;
                }

        .components-manage-list .h5-card-info-main-title {
                        width: 200px;
                        margin-top: 0;
                        font-size: 14px;
                        -webkit-transform-origin-x: 0;
                        transform: scale(.7);
                    }

        .components-manage-list .h5-card-info-main-describe {
                        width: 254px;
                        margin-top: -3px;
                        font-size: 14px;
                        -webkit-transform-origin-x: 0;
                        transform: scale(.57);
                    }

        .components-manage-list .h5-card-info-close {
                    position: absolute;
                    top: 0;
                    left: 204px;
                }

        .components-manage-list .h5-card-info-close svg {
                        width: 12px;
                        height: 12px;
                    }

        .components-manage-list .h5-card-operate {
                width: inherit;
                height: 21px;
                font-size: 14px;
                margin: 4px 0 0;
            }

        .components-manage-list .h5-card-operate span {
                    transform: scale(.71);
                }

        .components-manage-list .new-jmy-card {
            display: flex;
            padding: 7px;
            width: 208px;
            align-items: center;
            cursor: pointer;
            border-radius: 5px;
            background-color: var(--layout-color-background);
        }

        .components-manage-list .new-jmy-card-info-img {
                    width: 40px;
                    height: 40px;
                    border-radius: 5px;
                }

        .components-manage-list .new-jmy-card-info-main {
                    width: 98px;
                    margin-left: 6px;
                }

        .components-manage-list .new-jmy-card-info-main-title {
                        width: 206px;
                        font-size: 18px;
                        font-weight: 500;
                        transform: scale(.54);
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        -webkit-transform-origin-x: 0;
                    }

        .components-manage-list .new-jmy-card-info-main-describe {
                        margin-top: -8px;
                        width: 206px;
                        font-size: 14px;
                        transform: scale(.54);
                        color: var(--font-color-gray-1);
                        font-weight: 400;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        -webkit-transform-origin-x: 0;
                    }

        .components-manage-list .new-jmy-card-info-detail-btn {
                    position: relative;
                    display: flex;
                    left: 20px;
                    width: 90px;
                    height: 24px;
                    align-items: center;
                    justify-content: center;
                    font-size: 12px;
                    transform: scale(.69);
                    color: var(--h5-operate-color);
                    border: 1px solid rgba(78, 110, 242, .5);
                    border-radius: 15px;
                    -webkit-transform-origin-x: 0;
                }
    .components-manage-table-dot {
            position: absolute;
            top: 6px;
            height: 8px;
            width: 8px;
            border-radius: 50%;
            background: var(--dls-color-brand-7);
        }
    .components-manage-table-dot-approved {
                background: var(--dls-color-success-7);
            }
    .components-manage-table-dot-rejected {
                background: var(--dls-color-error-7);
            }
    .components-manage-table-dot-container {
                position: relative;
            }
    .components-manage-table-status {
            margin-left: 16px;
        }
    .components-manage-table-title {
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            line-height: 1.2;
        }
    .components-manage-table-operation-button {
            margin-right: 10px;
        }
    .components-manage-filter-wrapper,
        .components-manage-filter-alert {
            margin-bottom: 12px;
        }
    .components-manage-filter-drop-down {
            margin-right: 16px;
        }

@media (max-width: 1248px) {

.bcm-content-with-side-nav .components-manage-list {
            width: 952px
    }
        }

.clue-component-card {
    width: 218px;
}

.clue-component-drawer,
.download-component-drawer {
    z-index: 1040;
}

.clue-component-drawer .title-render, .download-component-drawer .title-render {
        display: flex;
        align-items: center;
    }

.clue-component-drawer .title-render .tip, .download-component-drawer .title-render .tip {
            margin-left: 12px;
            font-weight: 400;
            font-size: 14px;
            color: #848b99;
            line-height: 25px;
        }

.clue-component-drawer .protocol-dialog-protocol, .download-component-drawer .protocol-dialog-protocol {
            display: inline-block;
            line-height: 32px;
            height: 32px;
            font-size: 14px;
            vertical-align: middle;
        }

.clue-component-drawer .protocol-dialog-protocol-checkbox .one-checkbox + span, .download-component-drawer .protocol-dialog-protocol-checkbox .one-checkbox + span {
                    color: var(--dls-color-gray-7);
                }

.clue-component-drawer .protocol-dialog-protocol-link, .download-component-drawer .protocol-dialog-protocol-link {
                color: #0054e6;
                cursor: pointer;
                padding-left: 0;
            }

.clue-component-drawer .one-form-field-label {
    width: 113px;
}

.download-component-card {
    margin-left: -16px;
    transform: scale(.86);
}

.download-component-drawer .one-form-field-label {
        width: 136px;
    }

.bcm-order-data-safe-protocol-bold,
    .bcm-order-data-safe-protocol-header {
        font-weight: 500;
    }
    .bcm-order-data-safe-protocol-header {
        text-align: center;
    }

.protocol-dialog-protocol {
    display: inline-block;
}

.YTR3K {
    width: 100%;
}

    .YTR3K .one-menu-inline .one-menu-item-selected::after {
                width: 0;
            }


.BPGwd {
    font-size: 14px;
}

    .BPGwd .GAITv {
        word-break: break-all;
    }

.fQag7 {
    position: relative;
    width: 270px;
    height: 502px;
    border: 1px solid #ebedf5;
    box-shadow: inset 0 -.446667px 0 #eee;
    border-radius: 6px;
    box-sizing: border-box;
    overflow: hidden;
}

    .tsgye {
        width: 268px;
        height: 500px;
    }

.KJUbK {
    width: 268px;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
    left: 0;
}

    .tJW3T {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 268px;
        height: 400px;
        border-radius: 10px 10px 0 0;
        background-color: #fff;
    }

    .H8kbB {
        display: flex;
        width: 100%;
    }

    .H8kbB img {
            width: 100%;
        }

    .xsg3i {
        line-height: 14px;
        text-align: center;
        color: #999;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 10px;
        margin: 0 10px;
        font-weight: 600;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .TpwoM {
        padding: 2px 0;
        line-height: 18px;
        text-align: center;
        color: #000;
        font-weight: 600;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .HUk6s {
        line-height: 16px;
        text-align: center;
        color: #333;
        padding: 10px 10px 6px;
        font-weight: 600;
        font-size: 12px;
    }

    .HSARY > img {
            width: 268px;
        }

    .CVvO4 {
        margin-bottom: -20px;
    }

    .Q_paB {
        display: flex;
        align-items: center;
        padding: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .xYPPx {
        flex: 1;
        height: 32px;
        border-radius: 21px;
        background-color: #e6322e;
        text-align: center;
        line-height: 32px;
        color: #fff;
        font-size: 12px;
    }

    .pI96I {
        position: absolute;
        bottom: 82px;
        left: 8px;
        width: 252px;
        height: 40px;
        border-radius: 8px;
        background-color: #fff;
        text-align: center;
        line-height: 40px;
        color: #4e6ef2;
    }

    .wc3GY {
        position: absolute;
        bottom: 36px;
        left: 8px;
        width: 252px;
        height: 40px;
        border-radius: 8px;
        background-color: #fff;
        text-align: center;
        line-height: 40px;
        color: #4e6ef2;
    }

    .IsIG1 {
        width: 36px;
        height: 36px;
        cursor: pointer;
    }

    .ZmNSI {
        width: 268px;
        height: 400px;
    }

.jodGu {
    padding: 18px;
    width: 316px;
    max-height: calc(100vh - 160px);
    position: sticky;
    top: 0;
    overflow-y: auto;
    border: 1px solid #ebedf5;
    border-radius: 8px;
    box-sizing: border-box;
}

    .SrXFv {
        margin-bottom: 16px;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #191b1e;
    }

    .mBx7B {
        margin-bottom: 8px;
        margin-top: 20px;
        font-weight: 400;
        font-size: 12px;
        line-height: 17px;
        color: #848b99;
    }

    .dIBI9 {
        position: absolute;
        bottom: 230px;
        left: 8px;
    }

    .CuQA5 {
        position: absolute;
        bottom: 122px;
        left: 8px;
    }

.reEHs {
    display: flex;
    align-items: center;
}

.nDtwy {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 22px;
        color: #191b1e;
    }
    .nDtwy:not(:first-of-type) {
        margin-top: 32px;
    }
    .RlTFg {
        margin-bottom: 4px;
        font-size: 12px;
        line-height: 20px;
        word-break: keep-all;
    }
    .DGNZ1 {
        display: flex;
        align-items: center;
    }
    .Dp54e {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .XJ_Cj {
        margin-bottom: 16px;
    }
    .ncjjW {
        color: #f27318;
        margin-right: 8px;
    }
    .DqytI {
        display: flex;
    }
    .MIijt {
        color: #f27318;
        margin-right: 2px;
    }
    .oUrME .one-input-all-container-medium .one-input-error {
            font-size: 12px;
            margin-left: 0;
        }
    .oUrME .fe-link-components-insert-content-content-safe {
            display: flex;
            height: 32px;
        }

.Jndr7 {
    position: relative;
    margin-bottom: 20px;
    width: 270px;
    height: 502px;
    border: 1px solid #ebedf5;
    box-shadow: inset 0 -.446667px 0 #eee;
    border-radius: 6px;
    box-sizing: border-box;
    overflow: hidden;
}

    .BBjYJ {
        width: 268px;
        height: 500px;
    }

.hEO8d {
    padding: 18px;
    margin-left: 47px;
    margin-bottom: 24px;
    width: 316px;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    border: 1px solid #ebedf5;
    border-radius: 8px;
    box-sizing: border-box;
}

    .bZcUN {
        margin-bottom: 16px;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #191b1e;
    }

    .eqUID {
        margin-bottom: 8px;
        margin-top: 20px;
        font-weight: 400;
        font-size: 12px;
        line-height: 17px;
        color: #848b99;
    }

    .u_evh {
        position: absolute;
        bottom: 230px;
        left: 8px;
    }

    .OpijN {
        position: absolute;
        bottom: 122px;
        left: 8px;
    }

    .DeSfP {
        display: flex;
        margin-bottom: 8px;
    }

    .DeSfP button {
            font-size: 12px;
            line-height: 16px;
        }

    .BF0Ta {
            margin-right: 20px;
            padding-right: 20px !important;
            border-right: 1px solid #d3d9e6 !important;
        }

.BXPrd {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 22px;
        color: #191b1e;
    }
    .BXPrd:not(:first-of-type) {
        margin-top: 32px;
    }
    .AALQb {
        margin-bottom: 4px;
        font-size: 12px;
        line-height: 20px;
        word-break: break-all;
    }
    .b_yIj {
        display: flex;
        align-items: center;
    }
    .elAM_ {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .X9sW7 {
        margin-bottom: 16px;
    }
    .GwVYx {
        color: #f27318;
        margin-right: 8px;
    }
    .U4UYE {
        display: flex;
    }
    .pIr7P {
            margin-bottom: 12px;
        }
    .n1VzE {
        color: #f27318;
        margin-right: 2px;
    }
    .kh1VX .one-input-all-container-medium .one-input-error {
            font-size: 12px;
            margin-left: 0;
        }
    .kh1VX .Mp8zO {
        width: 136px;
    }
    .kh1VX .fe-link-components-insert-content-content-safe {
            display: flex;
            height: 32px;
        }
    .kh1VX .fe-link-components-insert-content-content-safe .one-input-error-bottom {
                margin-top: 0;
            }

.eRaQs {
    color: #848b99;
    font-size: 12px;
}

.eRaQs a {
        color: #0054e6;
    }

.e7YiI {
    font-size: 14px;
    word-break: break-all;
}

.components-drawer .components-manage-list {
        padding: 0;
        width: auto;
    }

.contract-manage-list {
    padding: 24px;
    border-radius: 3px;
    width: calc(100vw - 311px);
    background: var(--dls-background-color-base-1);
}

    @media (max-width: 1248px) {.contract-manage-list {
        width: 1150px
}
    }

    .contract-manage-list .contract-list-table-operation {
        display: flex;
        flex-wrap: wrap;
    }

    .contract-manage-list .contract-list-table-operation button {
            margin: 5px 10px 5px 0;
        }

    .contract-manage-list .contract-list-table-tip-icon {
        margin-left: 4px;
    }

.QrZVZ .one-radio-button-wrapper-medium {
            white-space: nowrap;
            width: 44px;
            height: 28px;
            font-family: PingFang SC;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            padding: 3px 7px;
            border-radius: 4px;
            margin-right: 8px;
            color: #282c33;
        }
        .QrZVZ .one-radio-button-wrapper-checked {
            color: #0054e6;
        }

.fsArh {
    display: flex;
    align-items: center;
    padding-left: 27px;
    width: 100%;
    height: 64px;
    background: url('https://pic.rmb.bdstatic.com/d26291dd25dff2fdd4ead680a4852666.png') no-repeat;
    background-size: cover;
    border-radius: 20px 20px 0 0;
}

.ie9Dp {
    width: auto;
    height: 4px;
    background: linear-gradient(90deg, #196effcc 0%, #c4daff 100%);
}

.khliR {
    background: #fff;
    padding-bottom: 20px;
}

    .khliR .one-table-selection-column {
            background-color: #fff !important;
        }

    .khliR .one-table-placeholder {
            color: #848b99;
        }

.ZEiOL::before {
        content: '';
        position: absolute;
        left: 0;
        top: 18px;
        background: var(--Brand-6, #1a6eff);
        width: 4px;
        height: 14px;
    }

.Fy_G1 .one-charts {
            height: 100%;
        }

            .Fy_G1 .one-charts .one-charts-echarts {
                height: 100%;
            }

