﻿* {
    margin: 0;
    padding: 0
}

*, :after, :before {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body, html {
    font-family: Microsoft YaHei,PingFang SC,Arial,sans-serif;
    font-size: 14px;
    color: #333
}

body {
    background: radial-gradient(100% 157.26% at 0% 0%, rgba(217, 242, 255, 0.5) 0%, rgba(242, 240, 252, 0.5) 27.87%, rgba(191, 216, 255, 0.5) 100%);
    line-height: 1.5;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    max-width: 1400px;
    margin: 0 auto;
}

a {
    color: #333;
    text-decoration: none;
}

ul, li {
    list-style: none;
}

.fl {
    float: left
}

.fr {
    float: right
}

.t-l {
    text-align: left;
}

.t-c {
    text-align: center;
}

.t-r {
    text-align: right;
}

.o-h {
    overflow: hidden;
}

.font-red {
    color: red
}

.font-blue {
    color: #1890ff
}

img, video {
    max-width: 100%;
    height: auto;
}

img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
}
/*辅助色*/
.primary, .primary > i {
    color: #ff7300;
}

.success, .success > i {
    color: #67C23A;
}

.warning, .warning > i {
    color: #E6A23C;
}

.danger, .danger > i {
    color: #F56C6C;
}

.info, .info > i {
    color: #909399;
}

.primary:focus, .primary:hover {
    opacity: 0.95;
    color: #ff7300;
}

.success:focus, .success:hover {
    opacity: 0.95;
    color: #67C23A;
}

.warning:focus, .warning:hover {
    opacity: 0.95;
    color: #E6A23C;
}

.danger:focus, .danger:hover {
    opacity: 0.95;
    color: #F56C6C;
}

.info:focus, .info:hover {
    opacity: 0.95;
    color: #909399;
}

.f-s-12 {
    font-size: 12px !important;
}

.f-s-14 {
    font-size: 14px !important;
}

.f-s-16 {
    font-size: 16px !important;
}

.f-s-18 {
    font-size: 18px !important;
}

.f-s-20 {
    font-size: 20px !important;
}

.mr-3 {
    margin: 3px;
}

.mr-t-5 {
    margin-top: 5px;
}

.mr-t-10 {
    margin-top: 10px;
}

.mr-t-15 {
    margin-top: 15px;
}

.mr-t-20 {
    margin-top: 20px
}

.mr-t-25 {
    margin-top: 25px
}

.mr-t-30 {
    margin-top: 30px
}

.mr-t-40 {
    margin-top: 40px
}

.mr-b-10 {
    margin-bottom: 10px
}

.mr-b-20 {
    margin-bottom: 20px
}

.mr-l-5 {
    margin-left: 5px
}

.mr-l-10 {
    margin-left: 10px
}

.mr-l-20 {
    margin-left: 20px
}

.mr-r-5 {
    margin-right: 5px
}

.mr-r-10 {
    margin-right: 10px
}

.pd-t-20 {
    padding-top: 20px;
}

.pd-0 {
    padding: 0px !important;
}

.pd-10 {
    padding: 10px
}

.pd-16 {
    padding: 16px
}

.pd-20 {
    padding: 20px
}

.pd-24 {
    padding: 24px !important;
}

.w-245 {
    width: 245px
}

.w-300 {
    width: 300px
}

.w-400 {
    width: 400px
}

.w-500 {
    width: 500px
}

.w-600 {
    width: 600px
}

.font-color {
    color: #666666;
}

.table .el-button .el-link.is-underline:hover:after {
    border-bottom: 0 !important;
}

.col-space16 {
    margin: -8px
}

    .col-space16 > * {
        padding: 8px
    }

.col-space20 {
    margin: -10px
}

    .col-space20 > * {
        padding: 10px
    }

.col-space36 {
    margin: -18px
}

    .col-space36 > * {
        padding: 18px
    }

.col-w-1 {
    width: 8.33333333%
}

.col-w-2 {
    width: 16.66666667%
}

.col-w-3 {
    width: 25%
}

.col-w-4 {
    width: 33.33333333%
}

.col-w-5 {
    width: 41.66666667%
}

.col-w-6 {
    width: 50%
}

.col-w-7 {
    width: 58.33333333%
}

.col-w-8 {
    width: 66.66666667%
}

.col-w-9 {
    width: 75%
}

.col-w-10 {
    width: 83.33333333%
}

.col-w-11 {
    width: 91.66666667%
}

.col-w-12 {
    width: 100%
}

.col-w-1, .col-w-10, .col-w-11, .col-w-12, .col-w-2, .col-w-3, .col-w-4, .col-w-5, .col-w-6, .col-w-7, .col-w-8, .col-w-9 {
    float: left;
    position: relative;
    display: block;
    box-sizing: border-box;
}

.color-success {
    color: #0da600;
}

.color-danger {
    color: #e34949;
}

.icon {
    cursor: pointer;
}

.dots {
    width: 7px;
    height: 7px;
    background: #67c23a;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 5px;
}

.dots-info {
    background: #969aa0;
}

.dots-danger {
    background: #e34949;
}

.bg-square {
    width: 8px;
    height: 8px;
    margin-right: 2px;
    display: inline-block;
    background: rgba(51, 138, 255, .2);
}

    .bg-square.active {
        background: #2a55e5;
    }

.svg-question-circle {
    color: #bfc1c5 !important;
}

.label-svg {
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
    color: #bfc1c5;
}

    .label-svg:hover {
        color: #2a55e5;
    }

.bui-btn-default.bui-btn-plain:hover {
    color: #2a55e5;
    background-color: #fafafa;
    border-color: #2a55e5;
}

.p-des {
    color: #969aa0;
    font-size: 12px;
}

    .p-des .byted-link {
        vertical-align: middle;
        margin-top: -3px;
    }

.byted-checkbox.checked .bui-checkbox-input-wrapper {
    border: 1px solid #2a55e5;
    background-color: #2a55e5;
}

.byted-tabs .bui-tabs-nav-item.active a:after {
    background-color: #2a55e5;
}

.byted-link {
    color: #2a55e5;
}

::-webkit-scrollbar {
    width: 6px;
    height: 9px
}

::-webkit-scrollbar-thumb {
    background-color: #ebebed;
    border-radius: 3px;
    background-clip: padding-box;
    min-height: 28px
}

.bui-btn.bui-btn-primary {
    background-color: #2a55e5;
    border-color: #2a55e5;
}

.bui-btn.byted-button-plain-active {
    color: #2a55e5 !important;
    border-color: #2a55e5 !important;
}

.empty {
    min-height: 74px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-top: 1px solid #f4f4f5;
}

    .empty p {
        font-size: 14px;
        color: #969aa0;
    }

.content .right.scroll-nav {
    height: auto;
}

    .content .right.scroll-nav .right-content {
        overflow-y: hidden;
    }

.byted-radio-group.byted-radio-group-filled {
    padding: 0;
    border: 1px solid transparent
}

.byted-radio-group .byted-radio-option-filled-active {
    color: #2a55e5;
    margin: 0
}

    .byted-radio-group .byted-radio-option-filled-active:after {
        z-index: 3;
        border-radius: 4px;
        pointer-events: none;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        border: 1px solid #2a55e5
    }

.byted-radio-group .byted-radio-option {
    padding: 5px 16px;
    margin: 0 !important
}

    .byted-radio-group .byted-radio-option:not(:last-child) {
        margin-right: -1px
    }

    .byted-radio-group .byted-radio-option:last-child:not(:first-child), .byted-radio-group .byted-radio-option:last-child:not(:first-child):after {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .byted-radio-group .byted-radio-option:first-child:not(:last-child), .byted-radio-group .byted-radio-option:first-child:not(:last-child):after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.byted-radio-group svg {
    width: 18px !important;
    height: 18px !important;
    display: inline-block;
    margin-left: 1px;
    margin-top: -2px;
    color: #bfc1c5;
    vertical-align: middle
}

    .byted-radio-group svg:hover {
        color: #2a55e5 !important
    }

.small-title svg {
    width: 18px !important;
    height: 18px !important;
    display: inline-block;
    margin-left: 3px;
    margin-top: -1px;
    color: #bfc1c5;
    vertical-align: middle
}

    .small-title svg:hover {
        color: #2a55e5 !important
    }
/*卡片面板*/
.card-view {
    margin-bottom: 15px;
    background-color: #ffffff;
    border-radius: 12px;
}

    .card-view:last-child {
        margin-bottom: 0
    }

    .card-view .card-header {
        position: relative;
        height: 42px;
        line-height: 42px;
        padding: 0 15px;
        color: #333;
        border-radius: 2px 2px 0 0;
        font-size: 14px
    }

    .card-view .card-body {
        position: relative;
        padding: 10px 15px;
    }
/*卡片面板-END*/
.alert {
    background-color: rgba(42,85,229,.06);
    color: #2a55e5;
    width: 100%;
    padding: 16px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

    .alert > div {
        flex: 1;
        font-size: 13px;
        line-height: 18px
    }

    .alert > i {
        color: #c0c4cc
    }

    .alert .content {
        flex: 1;
        display: flex;
        align-items: center
    }

        .alert .content .bar-groups-divider {
            width: 1px;
            height: 12px;
            background-color: #b1caf6;
            margin: 0 24px
        }

        .alert .content .sp-btn {
            display: flex;
            align-items: center;
            font-size: 14px;
            cursor: pointer;
        }

            .alert .content .sp-btn svg {
                margin-right: 5px
            }

        .alert .content .bar-num {
            font-weight: 600;
            font-size: 14px;
            color: #2a55e5;
            line-height: 20px
        }

.el-select .el-input__inner {
    background-color: #f3f3f3;
}

.el-select .el-input.is-focus .el-input__inner {
    border-color: #2a55e5;
    box-shadow: 0 0 0 2px rgba(42,85,229,.2)
}

.title {
    font-size: 18px;
    font-weight: 600;
}

.title-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .title-bar .text {
        color: #333333;
        font-weight: 700;
        font-size: 16px;
    }

.medium-title {
    font-size: 14px;
    font-weight: 600;
}

.small-title {
    font-size: 14px;
    font-weight: 600;
}

.table .el-button { /*color: #323335;*/
    font-size: 12px;
}

.dy_sem_header {
    min-width: 100%;
    height: 64px;
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 11;
    font-style: normal
}

    .dy_sem_header .header-left {
        height: 100%;
        position: relative;
        text-align: left;
        display: inline-flex
    }

        .dy_sem_header .header-left .logo {
            padding-left: 24px;
            display: inline-flex;
            align-items: center;
            cursor: pointer;
            height: 100%
        }

        .dy_sem_header .header-left .left-menu {
            margin-left: 12px;
            display: inline-flex
        }

        .dy_sem_header .header-left .top-menu {
            background-color: transparent;
            border-bottom: 0
        }

            .dy_sem_header .header-left .top-menu .el-menu-item, .dy_sem_header .header-left .top-menu .el-submenu {
                height: auto !important;
                line-height: 1.5 !important;
                padding: 9px 12px !important;
                margin-left: 8px;
                border-radius: 4px
            }

                .dy_sem_header .header-left .top-menu .el-menu-item:hover, .dy_sem_header .header-left .top-menu .el-submenu:hover {
                    background: rgba(42,85,229,.08)
                }

                    .dy_sem_header .header-left .top-menu .el-menu-item:hover::after, .dy_sem_header .header-left .top-menu .el-menu-item.is-active::after, .dy_sem_header .header-left .top-menu .el-submenu:hover::after, .dy_sem_header .header-left .top-menu .el-submenu.is-active::after {
                        display: block
                    }

                .dy_sem_header .header-left .top-menu .el-menu-item.is-active, .dy_sem_header .header-left .top-menu .el-submenu.is-active .el-submenu__title {
                    color: #3857e1;
                    font-weight: bold;
                }

                    .dy_sem_header .header-left .top-menu .el-menu-item.is-active .el-submenu__title, .dy_sem_header .header-left .top-menu .el-submenu.is-active .el-submenu__title {
                        border-bottom-color: transparent;
                    }

                .dy_sem_header .header-left .top-menu .el-menu-item, .dy_sem_header .header-left .top-menu .el-submenu .el-submenu__title {
                    color: #323335
                }

.header-left .top-menu .el-submenu {
    position: relative
}

    .header-left .top-menu .el-submenu .el-submenu__title {
        height: auto;
        padding: 0;
        line-height: 1.5
    }

        .header-left .top-menu .el-submenu .el-submenu__title:hover {
            background-color: transparent
        }

        .header-left .top-menu .el-submenu .el-submenu__title:after {
            content: "";
            width: 0;
            height: 0;
            border-top: 5px solid #969aa0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            display: inline-block;
            margin: -2px 0 0 5px;
            vertical-align: middle
        }

    .header-left .top-menu .el-submenu .el-submenu__icon-arrow {
        display: none
    }

.header-left .top-menu .el-menu-item.is-active {
    border-bottom: 0
}

.header-left .top-menu .el-menu-item:after, .header-left .top-menu .el-submenu:after {
    height: 4px;
    width: 16px;
    content: "";
    position: absolute;
    background: #2a55e5;
    border-radius: 2px;
    left: 50%;
    transform: translate(-50%,-50%);
    bottom: 0;
    display: none
}

.top-menu-submenu .el-menu {
    border-radius: 12px;
    overflow: hidden;
    width: auto !important;
    min-width: auto !important
}

    .top-menu-submenu .el-menu .el-menu-item {
        margin: 0 6px;
        height: 30px;
        line-height: 30px;
        color: #323335
    }

        .top-menu-submenu .el-menu .el-menu-item:hover {
            cursor: pointer;
            background: #f4f4f5;
            border-radius: 4px
        }

        .top-menu-submenu .el-menu .el-menu-item.active {
            color: #2a55e5
        }

.top-menu-submenu svg, .top-menu-submenu .fa {
    margin-right: 5px;
    display: inline-block !important
}

.top-menu-submenu .fa {
    color: #555;
    font-size: 16px;
    vertical-align: middle;
}

.dy_sem_header .header-right {
    display: flex;
    height: 100%;
    position: absolute;
    flex-wrap: nowrap;
    align-items: center;
    right: 10px;
    top: 0
}

    .dy_sem_header .header-right .panel-info:hover svg {
        transform: rotate(180deg);
        transition: all .1s ease-in-out
    }

    .dy_sem_header .header-right .panel-info .panel-info-menu {
        background: 0 0;
        border-bottom: none
    }

    .dy_sem_header .header-right .panel-info .el-submenu__title {
        cursor: pointer;
        border-radius: 34px;
        height: 48px;
        padding: 0 8px;
        display: flex;
        align-items: center;
        border-bottom: 2px solid transparent;
        border-bottom-color: transparent;
    }

        .dy_sem_header .header-right .panel-info .el-submenu__title:hover {
            background: rgba(42,85,229,.08)
        }

        .dy_sem_header .header-right .panel-info .el-submenu__title .el-submenu__icon-arrow {
            display: none
        }

        .dy_sem_header .header-right .panel-info .el-submenu__title img, .menu-item-info .box img {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            margin-right: 10px
        }

        .dy_sem_header .header-right .panel-info .el-submenu__title svg {
            color: #999;
            margin-left: -5px
        }

        .dy_sem_header .header-right .panel-info .el-submenu__title .company, .menu-item-info .company {
            color: #323335;
            width: 160px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

.menu-item-info .company {
    width: 180px
}

.dy_sem_header .header-right .panel-info .el-submenu__title .id-number, .menu-item-info .id-number {
    color: #969aa0
}

.dy_sem_header .header-right .panel-info .el-submenu__title .company, .dy_sem_header .header-right .panel-info .el-submenu__title .id-number, .menu-item-info .company, .menu-item-info .id-number {
    font-size: 12px;
    line-height: 20px
}

.menu-item-info {
    width: 280px;
    height: auto !important;
    border-radius: 12px
}

    .menu-item-info .box {
        display: flex;
        align-items: center
    }

    .menu-item-info .p-title {
        line-height: 1.5;
        font-size: 12px;
        color: #969aa0
    }

    .menu-item-info .pd {
        padding: 16px
    }

    .menu-item-info .sp-toggle {
        font-size: 12px;
        color: #2a55e5
    }

.submenu-info .el-menu {
    border-radius: 12px;
    overflow: hidden
}

.submenu-info .ul-menu {
    padding: 8px 0
}

    .submenu-info .ul-menu li:hover {
        background-color: #f4f4f5
    }

    .submenu-info .ul-menu li svg {
        display: inline-block;
        margin: -2px 5px 0 0
    }

.submenu-info .menu-item-info {
    padding: 0 !important
}

    .submenu-info .menu-item-info .el-divider {
        margin: 0 !important
    }

.submenu-info .ul-menu li a {
    padding: 0 16px;
    width: 100%;
    display: block
}

.wrapper {
    flex: 1;
    padding: 16px 0
}

.content {
    flex-direction: row;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

    .content .sidebar {
        z-index: 2;
        flex: none;
        position: relative;
        max-height: calc(100vh - 96px);
        overflow-y: scroll
    }

        .content .sidebar .menu {
            background: 0 0;
            width: 200px;
            padding-left: 16px;
            padding-right: 12px;
            border-right: 0
        }

            .content .sidebar .menu .el-menu {
                background: 0 0
            }

            .content .sidebar .menu .el-menu-item {
                border-radius: 8px;
                height: 40px;
                line-height: 40px;
                margin-bottom: 8px
            }

            .content .sidebar .menu .el-submenu .el-menu-item {
                padding: 0 8px 0 40px !important;
                min-width: unset !important
            }

                .content .sidebar .menu .el-submenu .el-menu-item:hover a {
                    color: #2a55e5;
                }

            .content .sidebar .menu .el-menu-item.is-active {
                cursor: pointer;
                font-weight: 700;
                background-color: #fff;
                line-height: 38px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis
            }

                .content .sidebar .menu .el-menu-item.is-active a {
                    color: #2a55e5
                }

            .content .sidebar .menu .el-submenu .el-submenu__title:hover {
                background: 0 0
            }

            .content .sidebar .menu .el-submenu .el-submenu__title, .content .sidebar .menu .menu-item-title {
                height: 46px !important;
                line-height: 46px !important;
                font-size: 14px;
                font-weight: 700;
                margin-bottom: 8px
            }

            .content .sidebar .menu .el-submenu__title i {
                font-weight: 700;
                color: #333
            }

            .content .sidebar .menu .menu-item-title {
                margin-bottom: 0 !important
            }

            .content .sidebar .menu .is-active.el-submenu .el-submenu__title, .content .sidebar .menu .active.el-submenu .el-submenu__title i {
                color: #2a55e5
            }

    .content .left-menu {
        z-index: 999;
        width: 200px;
        margin-left: 24px;
        flex-direction: column;
        box-sizing: border-box;
        border: 1px solid rgba(255,255,255,.5);
        background: rgba(255,255,255,.8);
        position: absolute;
        overflow-x: hidden;
        cursor: pointer;
        padding: 8px 12px 8px 20px;
        border-radius: 12px;
        height: calc(100vh - 96px)
    }

.sem_edit .content .left-menu {
    position: fixed;
}

.content .right {
    height: calc(100vh - 96px);
    overflow: auto;
    z-index: 1;
    flex-direction: row;
    flex: 1;
    position: relative
}

    .content .right .right-content {
        flex: 1;
        overflow-x: hidden;
        overflow-y: scroll
    }

        .content .right .right-content .pd {
            padding: 0 24px
        }

.content .sidebar .menu .svg {
    display: inline-block;
    margin-right: 8px
}

.advert-report .control-panel .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    padding: 0
}

.advert-report .control-panel .card-body {
    padding: 0;
    margin-top: 10px
}

.advert-report .control-panel .card-header .title {
    font-size: 18px;
    font-weight: 600
}

.advert-report .control-panel .card-header .el-button {
    display: block;
    font-size: 14px;
    color: #323335;
    border: 1px solid transparent
}

    .advert-report .control-panel .card-header .el-button:hover {
        color: #2a55e5;
        background-color: #f8f8f9;
        border-color: #f8f8f9;
    }

.advert-report .control-panel .card-body {
    display: flex;
}

    .advert-report .control-panel .card-body .int-prepend {
        width: auto;
        display: flex;
        align-items: center;
        background-color: #f3f3f3;
        height: 32px;
        border-radius: 4px;
        padding: 0 8px 0 12px;
    }

        .advert-report .control-panel .card-body .int-prepend .sp-prepend {
            width: auto;
            margin-right: 5px;
            color: #323335;
        }

        .advert-report .control-panel .card-body .int-prepend .sp-append {
            color: #2a55e5;
            cursor: pointer;
        }

        .advert-report .control-panel .card-body .int-prepend .el-input {
            margin-right: 8px;
        }

            .advert-report .control-panel .card-body .int-prepend .el-input .el-input__inner {
                background-color: #f3f3f3;
                border: 1px solid transparent;
                padding: 0 5px;
                font-size: 14px;
            }

        .advert-report .control-panel .card-body .int-prepend .sp-prepend, .advert-report .control-panel .card-body .int-prepend .sp-append {
            white-space: nowrap;
        }

.advert-report .keyword_content {
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    height: 212px;
    overflow-y: auto;
}

    .advert-report .keyword_content .el-input__inner, .keyword_content .el-input__inner:focus {
        border-color: transparent !important;
        height: 1.5em;
        line-height: 1.5em;
        padding-left: 5px;
    }

.date-picker-svg {
    width: 20px;
    height: 20px
}

.date-range {
    width: 300px !important;
    padding: 3px 10px 3px 78px !important;
    overflow: hidden;
    position: relative;
    background-color: #f3f3f3;
    border: 1px solid transparent;
    color: #323335
}

    .date-range .el-range-input, .date-range input.el-range-input::placeholder {
        color: #323335
    }

    .date-range:after {
        content: "统计时间：";
        display: block;
        position: absolute;
        left: 10px
    }

    .date-range .el-range-input {
        width: 90px !important;
        background: 0 0
    }

    .date-range .el-icon-date {
        position: absolute;
        float: right;
        right: 0;
        top: 2px;
        vertical-align: middle;
        color: #999
    }

    .date-range .el-range-separator {
        width: 15px !important
    }

    .date-range .el-range__close-icon {
        display: none
    }

.el-range-editor.is-active, .el-range-editor.is-active:hover {
    border-color: #2a55e5;
    box-shadow: 0 0 0 2px rgba(42,85,229,.2)
}

.table-chart .card-body {
    padding: 10px 0
}

.table-chart .el-checkbox-group .el-checkbox__label {
    color: #323335 !important
}

    .table-chart .el-checkbox-group .el-checkbox.is-checked .el-checkbox__label, .table-chart .el-checkbox-group .el-checkbox__label .icon:hover {
        color: #2a55e5 !important
    }

    .table-chart .el-checkbox-group .el-checkbox__label .icon {
        color: #bfc1c5
    }

.table-chart .el-checkbox-group .el-checkbox-button {
    overflow: hidden
}

.table-chart .el-checkbox-button.is-checked .el-checkbox-button__inner {
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff
}

.table-chart .el-checkbox__input.is-checked .el-checkbox__inner, .table-chart .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #ebf5ff;
    border-color: #ebf5ff
}

    .table-chart .el-checkbox__input.is-checked .el-checkbox__inner::after {
        border: 1px solid #2a55e5;
        border-left: 0;
        border-top: 0
    }

.table-chart .el-checkbox-button .el-checkbox-button__inner {
    padding: 5px 15px !important;
    border: 1px solid transparent;
    background-color: #f4f4f5
}

.table-chart .el-checkbox-button.is-checked:after {
    z-index: 3;
    pointer-events: none;
    content: "";
    border: 1px solid #2a55e5;
    border-radius: 4px;
    position: absolute;
    inset: 0
}

.table-chart .el-checkbox-button:not(:last-child) {
    margin-right: -1px
}

.table-chart .el-checkbox-button:first-child:not(:last-child), .table-chart .el-checkbox-button:first-child:not(:last-child):after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.table-chart .el-checkbox-button:last-child:not(:first-child), .table-chart .el-checkbox-button:last-child:not(:first-child):after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.table-chart .el-checkbox-button.is-checked:first-child:not(:last-child), .table-chart .el-checkbox-button.is-checked:first-child:not(:last-child):after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.table-chart .el-checkbox-button.is-checked:last-child:not(:first-child), .table-chart .el-checkbox-button.is-checked:last-child:not(:first-child):after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.table-chart .select .el-input.is-focus .el-input__inner {
    border-color: #2a55e5;
    box-shadow: 0 0 0 2px rgba(42,85,229,.2)
}

.table-chart .select .el-input__prefix {
    display: flex;
    align-items: center;
    color: #323335
}

.table-chart .select .el-input__inner {
    padding-left: 40px;
    background-color: #f3f3f3
}

.table-chart .table {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-direction: column;
}

    .table-chart .table .el-table__body-wrapper {
        order: 1
    }

    .table-chart .table .el-table__footer-wrapper tbody td.el-table__cell {
        background-color: transparent
    }

    .table-chart .table .el-table__footer-wrapper td.el-table__cell {
        border-top: 0 !important;
    }

.table-bg tr th {
    color: #323335 !important;
    background-color: #f4f4f5 !important;
}

.capital-wallet .content-text {
    margin: 16px 0;
    padding: 24px 0;
    background-color: #fff
}

    .capital-wallet .content-text .balance {
        display: flex;
        align-items: flex-start
    }

        .capital-wallet .content-text .balance img {
            margin-right: 10px
        }

    .capital-wallet .content-text .can-use {
        color: #999;
        margin: auto 20px 5px
    }

        .capital-wallet .content-text .can-use .num {
            color: #333;
            padding-left: 10px
        }

    .capital-wallet .content-text .cumulative {
        display: flex;
        padding: 0 35px
    }

        .capital-wallet .content-text .cumulative .cumulative-item {
            flex: 1 1 0%
        }

            .capital-wallet .content-text .cumulative .cumulative-item .money {
                font-size: 24px
            }

    .capital-wallet .content-text .info .money {
        font-size: 30px;
        font-weight: 700;
        margin-top: 10px;
        color: #333
    }

.home-index .pd {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.home-index .panel-info .card-body {
    position: relative;
}

    .home-index .panel-info .card-body .user-overview {
        height: 72px;
        display: flex;
        align-items: center
    }

        .home-index .panel-info .card-body .user-overview img {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            overflow: hidden;
        }

        .home-index .panel-info .card-body .user-overview .info {
            display: flex;
            flex-flow: column;
            margin-left: 10px;
            width: 142px
        }

        .home-index .panel-info .card-body .user-overview .num-wrap {
            margin-left: 35px;
            display: flex;
            align-items: center;
        }

            .home-index .panel-info .card-body .user-overview .num-wrap .num-detail {
                margin-left: 10px
            }

                .home-index .panel-info .card-body .user-overview .num-wrap .num-detail .text {
                    font-size: 12px;
                    line-height: 20px;
                    color: #999
                }

                .home-index .panel-info .card-body .user-overview .num-wrap .num-detail .num {
                    color: #333;
                    font-weight: 700;
                    font-size: 18px;
                    line-height: 32px
                }

        .home-index .panel-info .card-body .user-overview .info .id {
            font-size: 14px;
            line-height: 20px;
            display: inline-block;
            color: #333
        }

        .home-index .panel-info .card-body .user-overview .info .id, .home-index .panel-info .card-body .user-overview .info .pop-text {
            width: 154px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: 600;
        }

.home-index .plan .plan-count {
    text-align: center;
    cursor: pointer
}

    .home-index .plan .plan-count .plan-icon {
        vertical-align: middle;
        font-size: 16px
    }

.home-index .plan .byted-icon {
    display: inline-block;
    vertical-align: bottom;
    width: 1em;
    height: 1em;
    position: relative
}

.home-index .plan .not-plan .num, .home-index .plan .release-plan .num {
    font-size: 24px
}

.home-index .plan .plan-box-item {
    font-size: 14px
}

.home-index .plan .release-plan .num {
    color: #2f88ff
}

.home-index .plan .not-plan .num {
    color: #f45858
}

.home-index .plan-data .text {
    color: #333;
    font-weight: 700;
    font-size: 16px
}

.home-index .plan-data .plan-box .num {
    font-size: 20px;
    color: #666
}

.home-index .plan-data .plan-box {
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 30px
}

.home-index .plan-data .rows {
    margin-bottom: 42px;
    padding: 0 58px;
    overflow: hidden
}

.recharge .total {
    display: flex;
    align-items: center
}

    .recharge .total span {
        color: #999;
        padding: 0 10px
    }

    .recharge .total img {
        width: 36px;
        height: 36px;
        margin-top: 10px
    }

.recharge .desc {
    font-size: 12px;
    color: #969aa0
}

.recharge .total div {
    font-size: 15px
}

.advert-manage .account-wallet-bg {
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.4);
    background: rgba(255,255,255,.4);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

    .advert-manage .account-wallet-bg .card-wrapper {
        width: 100%;
        border-radius: 12px;
        padding: 24px;
        box-sizing: border-box;
        position: relative;
        padding: 0 24px !important;
        border: 1px solid hsla(0,0%,100%,.4)
    }

    .advert-manage .account-wallet-bg .promotion-tool-bar .card-content {
        justify-content: space-between
    }

    .advert-manage .account-wallet-bg .promotion-tool-bar-left .space-item {
        margin-right: 24px
    }

        .advert-manage .account-wallet-bg .promotion-tool-bar-left .space-item:nth-of-type(2) {
            margin-right: 16px
        }

    .advert-manage .account-wallet-bg .card-wrapper .card-content {
        height: 64px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .advert-manage .account-wallet-bg .space-align-center {
        align-items: center;
        display: inline-flex
    }

    .advert-manage .account-wallet-bg .promotion-tool-bar-left .promotion-tool-bar {
        display: flex;
        align-items: center
    }

    .advert-manage .account-wallet-bg .typography {
        font-family: pingfang sc,-apple-system,blinkmacsystemfont,segoe ui,hiragino sans gb,microsoft yahei,helvetica neue,sans-serif,apple color emoji,segoe ui emoji;
        font-style: normal;
        font-weight: 400;
        word-break: break-all;
        white-space: normal;
        display: -webkit-box;
        width: auto;
        margin-left: 8px
    }

.advert-manage .typography-text {
    font-size: 12px;
    font-weight: 700;
    color: #64666b;
    white-space: break-spaces;
    word-break: break-word;
    text-rendering: optimizeLegibility;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border-image-slice: 1;
    border-image-source: repeating-linear-gradient(90deg,#969aa0,#969aa0 3px,transparent 0,transparent 5px);
    border-width: 0 0 1px;
    border-bottom-style: solid;
    border-bottom: 1px solid;
    border-image-outset: 1px
}

.advert-manage .typography-value {
    font-size: 14px;
    font-weight: 700;
    color: #323335
}

.advert-manage .icon-light-wrapper {
    width: 32px;
    height: 32px;
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    position: relative
}

.advert-manage .table-advert .sp-name {
    display: flex;
    align-items: center
}

    .advert-manage .table-advert .sp-name svg {
        margin-left: 7px
    }

    .advert-manage .table-advert .sp-name:hover {
        color: #2a55e5;
        cursor: pointer
    }

.advert-manage .table-advert {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

    .advert-manage .table-advert .el-table__body-wrapper {
        order: 1
    }

    .advert-manage .table-advert .sp-header-underline {
        background-image: linear-gradient(to right, #666666 45%, rgba(255,255,255,0) 0%);
        background-position: bottom;
        background-size: 5px 1px;
        background-repeat: repeat-x;
    }

        .advert-manage .table-advert .sp-header-underline:hover {
            background-image: linear-gradient(to right, #666666 100%, rgba(255,255,255,0) 0%);
            cursor: pointer;
        }

.popper-rule .p-text {
    width: 288px
}

    .popper-rule .p-text a {
        color: #2a55e5
    }

.advert-manage .date-right {
    display: inline-flex;
    align-items: center
}

    .advert-manage .date-right .icon-light-wrapper {
        width: 32px;
        height: 32px;
        padding: 7px;
        border-radius: 4px;
        background-color: #fff;
        position: relative
    }

    .advert-manage .date-right .space-item {
        margin-right: 16px
    }

    .advert-manage .date-right .date-time {
        width: auto
    }

        .advert-manage .date-right .date-time span {
            font-weight: 700;
            white-space: break-spaces;
            word-break: break-word;
            text-rendering: optimizeLegibility;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            border-image-slice: 1;
            border-image-source: repeating-linear-gradient(90deg,#969aa0,#969aa0 3px,transparent 0,transparent 5px);
            border-width: 0 0 1px;
            border-bottom-style: solid;
            border-bottom: 1px solid;
            border-image-outset: 1px;
            font-size: 12px;
            color: #969aa0
        }

.advert-manage .tabs > .el-tabs__header > .el-tabs__nav-wrap::after, .advert-manage .tabs > .el-tabs__header > .el-tabs__nav-wrap > .el-tabs__nav-scroll > .el-tabs__nav > .el-tabs__active-bar {
    display: none
}

.advert-manage .tabs > .el-tabs__header > .el-tabs__nav-wrap > .el-tabs__nav-scroll > .el-tabs__nav > .el-tabs__item {
    font-size: 16px
}

.advert-manage .tabs .el-tabs__nav > .el-tabs__item.is-active {
    color: #2a55e5;
    font-weight: 600
}

.promotion-data-overview-content {
    min-height: 86px
}

    .promotion-data-overview-content .grid {
        display: grid;
        grid-template-columns: repeat(6,minmax(0,1fr));
        gap: 16px
    }

        .promotion-data-overview-content .grid .li {
            display: inline-block;
            padding: 16px;
            border-radius: 8px;
            background-color: #f8f8f9
        }

            .promotion-data-overview-content .grid .li .sp-title {
                font-weight: 700;
                white-space: break-spaces;
                word-break: break-word;
                text-rendering: optimizeLegibility;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                border-image-slice: 1;
                border-image-source: repeating-linear-gradient(90deg,#969aa0,#969aa0 3px,transparent 0,transparent 5px);
                border-width: 0 0 1px;
                border-bottom-style: solid;
                border-bottom: 1px solid;
                border-image-outset: 1px;
                font-size: 12px;
                line-height: 20px
            }

            .promotion-data-overview-content .grid .li .sp-count {
                font-size: 20px;
                line-height: 24px;
                font-weight: 700;
                font-family: cursive,microsoft yahei
            }

            .promotion-data-overview-content .grid .li .sp-count, .promotion-data-overview-content .grid .li .sp-percent {
                font-weight: 700
            }

            .promotion-data-overview-content .grid .li .sp-point {
                font-size: 14px
            }

.advert-manage .table .icon-more {
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    font-size: 12px
}

.advert-manage-drawer {
    background: #f3f5ff
}

    .advert-manage-drawer .header-drawer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        padding: 20px 24px 15px;
        overflow: hidden
    }

        .advert-manage-drawer .header-drawer .content-text .sp-advert-id, .advert-manage-drawer .header-drawer .content-text .sp-budget, .advert-manage-drawer .header-drawer .content-text .sp-status {
            color: #64666b;
            margin-right: 35px
        }

        .advert-manage-drawer .header-drawer .content-text .text {
            margin-top: 5px
        }

        .advert-manage-drawer .header-drawer .content-text .sp-status {
            background-color: #f4f4f5;
            color: #64666b;
            border-color: transparent;
            font-size: 12px;
            height: 20px;
            padding: 0 4px;
            border-radius: 4px;
            border-width: 1px;
            border-style: solid;
            border-color: transparent;
            position: relative;
            background-clip: padding-box;
            white-space: nowrap;
            cursor: pointer
        }

    .advert-manage-drawer .tabs-nav {
        display: flex;
        position: relative;
        color: #64666b
    }

        .advert-manage-drawer .tabs-nav li {
            margin-right: 24px;
            padding: 2px 0
        }

            .advert-manage-drawer .tabs-nav li.active {
                color: #323335;
                border-bottom: 2px solid #2a55e5
            }

    .advert-manage-drawer .promotion-data-overview-content .grid {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }

    .advert-manage-drawer .table .icon-more， .advert-manage-drawer .table-material .icon-more {
        -ms-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
        font-size: 12px
    }

    .advert-manage-drawer .table-material {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }

        .advert-manage-drawer .table-material .el-table__body-wrapper {
            order: 1
        }

.advert-manage .promotion-tool-bar-left .sp-daily-budget {
    display: flex;
    align-items: center;
    max-width: 80px
}

    .advert-manage .promotion-tool-bar-left .sp-daily-budget svg {
        margin-left: 7px;
        display: none;
        cursor: pointer
    }

    .advert-manage .promotion-tool-bar-left .sp-daily-budget:hover svg {
        display: block
    }

.keyword-query {
    min-height: 500px;
    position: relative;
    height: calc(100% - 70px);
    overflow-y: hidden !important
}

    .keyword-query .card-view .card-body {
        width: 100%;
        height: 100%;
        display: flex
    }

    .keyword-query .inner-left {
        flex: 1;
        border-right: 1px solid #ebebeb;
        width: 700px
    }

    .keyword-query .card-view .card-body {
        width: 100%
    }

    .keyword-query .inner-left .word-search-title {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .keyword-query .inner-left .word-search-title span {
            font-size: 12px;
            color: #2a55e5
        }

    .keyword-query .inner-left .word-int {
        display: flex;
        align-items: center
    }

    .keyword-query .inner-left .word-int, .keyword-query .inner-left .word-search-title {
        padding-right: 24px
    }

        .keyword-query .inner-left .word-int .btn-word-search-filter {
            border: 1px solid transparent
        }

            .keyword-query .inner-left .word-int .btn-word-search-filter svg {
                width: 14px;
                height: 14px;
                fill: #999
            }

            .keyword-query .inner-left .word-int .btn-word-search-filter:hover {
                background: #f4f4f5 !important
            }

    .keyword-query .inner-left .int-append .el-input__inner {
        background-color: #f0f0f0;
        border-color: #f0f0f0
    }

    .keyword-query .inner-left .int-append .el-input__inner {
        background-color: #f0f0f0;
        border-color: #f0f0f0
    }

        .keyword-query .inner-left .int-append .el-input__inner:focus {
            border-color: #2a55e5;
            box-shadow: 0 0 0 2px rgba(42,85,229,.2)
        }

    .keyword-query .inner-left .word-int .select {
        width: 140px
    }

    .keyword-query .inner-left .t-p-content {
        display: flex;
        align-items: top;
        justify-content: flex-start;
        position: relative;
        height: calc(100% - 180px)
    }

        .keyword-query .inner-left .t-p-content .word-sug-list-theme {
            background: #fafafa;
            border-radius: 4px;
            width: 115px;
            box-sizing: border-box
        }

            .keyword-query .inner-left .t-p-content .word-sug-list-theme .theme-item {
                color: #2a55e5;
                font-size: 12px;
                line-height: 18px;
                margin: 20px 0;
                padding-right: 5px;
                border-left: 2px solid transparent;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                font-weight: bolder
            }

                .keyword-query .inner-left .t-p-content .word-sug-list-theme .theme-item:before {
                    content: "";
                    display: inline-block;
                    width: 3px;
                    background-color: #2a55e5;
                    height: 18px;
                    border-radius: 4px;
                    position: absolute
                }

                .keyword-query .inner-left .t-p-content .word-sug-list-theme .theme-item span {
                    margin-left: 12px
                }

        .keyword-query .inner-left .t-p-content .word-sug-list-word {
            width: calc(100% - 139px)
        }

    .keyword-query .inner-left .table-keyword {
        height: calc(100% - 60px)
    }

        .keyword-query .inner-left .table-keyword tr th {
            color: #333
        }

    .keyword-query .inner-left .keywords-list-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 20px 12px 10px
    }

        .keyword-query .inner-left .keywords-list-footer .add-give {
            font-size: 14px;
            color: #969aa0
        }

        .keyword-query .inner-left .keywords-list-footer .sp-load-more {
            color: #969aa0
        }

        .keyword-query .inner-left .keywords-list-footer .sp-add-more, .keyword-query .inner-left .keywords-list-footer .sp-load-more {
            font-size: 12px;
            margin-left: 25px;
            color: #2a55e5;
            cursor: pointer
        }

    .keyword-query .inner-right {
        width: 30%
    }

        .keyword-query .inner-right .keywords-right {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 20px 12px 10px
        }

            .keyword-query .inner-right .keywords-right .selected {
                font-size: 14px;
                font-weight: 700;
                color: #333
            }

            .keyword-query .inner-right .keywords-right .sp-clear {
                font-size: 12px;
                margin-left: 25px;
                color: #2a55e5;
                cursor: pointer
            }

        .keyword-query .inner-right .table-selected-keyword {
            height: calc(100% - 130px)
        }

.myDelete i {
    display: none
}

.keyword-query .inner-right .table-selected-keyword .el-table__row:hover .el-select, .keyword-query .inner-right .table-selected-keyword .el-table__row:hover i {
    display: block
}

.keyword-query .inner-right .table-selected-keyword .el-icon-delete {
    cursor: pointer;
    font-size: 14px
}

.keyword-query .inner-right .table-selected-keyword .el-select {
    width: 80px
}

.keyword-query .inner-right .table-selected-keyword thead {
    color: #333
}

.keyword-query .inner-right .table-selected-keyword tr td.is-center {
    width: 48px;
    color: #333;
    text-align: center
}

    .keyword-query .inner-right .table-selected-keyword tr td.is-center:after {
        content: "";
        height: 21px;
        position: absolute;
        top: 13px;
        right: 0;
        width: 1px;
        background: #f5f5f5
    }

.keyword-query .inner-right .table-selected-keyword tr td.el-table__cell {
    border-bottom: 0
}

.keyword-query .inner-right .table-selected-keyword .el-table__body-wrapper .el-table__cell {
    padding: 8px 0;
    overflow: hidden
}

.keyword-query .inner-right .table-selected-keyword:before {
    height: 0
}

.keyword-query .btn-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 66px;
    position: fixed;
    bottom: 0;
    width: calc(100% - 48px)
}

.keyword-query .inner-right .table-selected-keyword tr {
    font-size: 12px;
}

    .keyword-query .inner-right .table-selected-keyword tr td .cell {
        height: 34px;
        line-height: 34px;
    }

.keyword-query .inner-right .table-selected-keyword .icon-delete {
    height: 34px;
    display: flex;
    align-items: center;
}

.keyword-query .btn-footer .el-button {
    margin-right: 24px;
}

.content .right.scroll-nav .right-content {
    padding-left: 240px;
}

    .content .right.scroll-nav .right-content .pd {
        padding: 0 24px 0 0;
    }

.left-menu .head {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #bfc1c5;
    width: 100%;
    flex: 1;
    cursor: inherit;
    position: relative;
    overflow: hidden
}

    .left-menu .head .sp-label {
        left: 10px;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        color: #fff;
        background-color: #bfc1c5;
        text-align: center;
        display: inline-block;
        line-height: 20px;
        margin-right: 10px
    }

    .left-menu .head .sp-name {
        flex: 1
    }

.left-menu .item {
    display: flex;
    flex-direction: column;
}

    .left-menu .item .item-title {
        min-height: 40px;
        padding: 8px 0;
        padding-left: 40px;
        padding-right: 9px;
        color: #64666b;
        font-size: 14px;
        border-radius: 4px;
        cursor: pointer;
        position: relative;
        margin: 8px 0;
    }

        .left-menu .item .item-title:before {
            content: "";
            width: 4px;
            height: 4px;
            display: block;
            border-radius: 4px;
            background-color: #64666b;
            position: relative;
            right: 16px;
            transition: all .2s;
            top: 12px;
        }

        .left-menu .item .item-title:hover {
            color: #2a55e5;
            background-color: #f4f4f5
        }

    .left-menu .item.active .item-title {
        color: #2a55e5;
        background-color: #f4f4f5
    }

.left-menu .active .sp-label {
    background-color: #2a55e5;
    color: #fff
}

.left-menu .active {
    color: #2a55e5
}

.left-menu .active-pass .sp-name {
    color: #64666b;
}

.add-project .dy_sem_title {
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0;
    text-align: left;
    color: #323335
}

    .add-project .dy_sem_title svg {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        margin-top: -2px;
        color: #969aa0
    }

.add-project .tab {
    gap: 8px;
    flex-wrap: wrap;
    align-items: stretch;
    display: inline-flex
}

    .add-project .tab .card-item .title .title-text {
        font-weight: 700
    }

    .add-project .tab .card-item {
        width: 208px;
        height: 98px;
        border-radius: 4px;
        position: relative;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        background-color: #f4f4f5;
        border: 1px solid #f4f4f5
    }

        .add-project .tab .card-item.active {
            border: 1px solid #2a55e5;
            background-color: #fff
        }

            .add-project .tab .card-item.active .card-item-desc, .add-project .tab .card-item.active .title-text {
                color: #2a55e5
            }

    .add-project .tab .card-item-content {
        display: flex;
        flex-direction: column;
        padding: 10px 15px 10px 15px;
        position: relative;
        z-index: 10
    }

    .add-project .tab .card-item-header {
        display: flex;
        align-items: center
    }

    .add-project .tab .title, .add-project .tab .title-prefix {
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    .add-project .tab .card-item-option-bg {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .add-project .tab .card-item-bg {
        width: 64px;
        height: 100%;
        flex: none;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 9
    }

    .add-project .tab .card-item-desc-space {
        padding-right: 56px
    }

    .add-project .tab .card-item-desc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: auto;
        font-family: pingfang sc,-apple-system,blinkmacsystemfont,segoe ui,hiragino sans gb,microsoft yahei,helvetica neue,sans-serif,"apple color emoji","segoe ui emoji";
        font-style: normal;
        font-weight: 400;
        word-break: break-all;
        white-space: normal;
        display: -webkit-box;
        text-rendering: auto;
        font-size: 12px;
        line-height: 20px;
        margin-top: 6px;
        color: #64666b
    }

    .add-project .tab .title-text {
        width: auto;
        font-family: pingfang sc,-apple-system,blinkmacsystemfont,segoe ui,hiragino sans gb,microsoft yahei,helvetica neue,sans-serif,"apple color emoji","segoe ui emoji";
        font-style: normal;
        font-weight: 400;
        word-break: break-all;
        white-space: normal;
        display: -webkit-box;
        text-rendering: auto;
        font-size: 14px;
        line-height: 22px
    }

    .add-project .tab .item:hover .card-item-desc, .add-project .tab .item:hover .title-text {
        color: #2a55e5
    }

    .add-project .tab .card-item.active .card-item-bg-active, .add-project .tab .card-item.active .card-item-bg-inactive, .add-project .tab .item .card-item-bg-active, .add-project .tab .item:hover .card-item-bg-inactive {
        display: none
    }

    .add-project .tab .item .card-item.disabled {
        cursor: not-allowed;
        background-color: #f8f8f9;
        border: 1px solid #f8f8f9
    }

        .add-project .tab .item .card-item.disabled, .add-project .tab .item .card-item.disabled .card-item-desc, .add-project .tab .item .card-item.disabled .title-text {
            color: #bfc1c5
        }

    .add-project .tab .card-item.active .card-item-bg-active, .add-project .tab .item:hover .card-item-bg-active {
        display: block !important
    }

.add-project .byted-alert-product-placement .content-wrapper {
    display: flex;
    flex: 1;
    padding: 8px 0
}

    .add-project .byted-alert-product-placement .content-wrapper .content-text {
        display: flex;
        flex-direction: column;
        margin-left: 16px
    }

.add-project .byted-alert-product-placement .p-title {
    line-height: 24px;
    margin-bottom: 4px;
    color: #323335;
    font-size: 16px;
    font-weight: bolder
}

.add-project .byted-alert-product-placement .p-des {
    color: #64666b;
    font-size: 14px
}

    .add-project .byted-alert-product-placement .p-des a {
        vertical-align: middle;
        margin-top: -5px;
        display: inline-block
    }

.byted-popover-title-text .bui-popover-body .byted-link {
    font-size: 12px !important
}

.add-project .add-product {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 544px;
    height: 80px;
    background: #f4f4f5;
    color: #64666b;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer
}

    .add-project .add-product .byted-icon {
        margin-right: 3px
    }

.add-project .product-add-single {
    position: relative;
    width: 544px
}

    .add-project .product-add-single .product-card-wrapper {
        background: #f4f4f5;
        border-radius: 4px;
        height: 80px;
        display: flex;
        position: relative;
        border: 1px solid transparent;
        box-sizing: content-box
    }

        .add-project .product-add-single .product-card-wrapper img {
            position: relative;
            border-radius: 4px;
            width: 80px;
            height: 80px;
            border-radius: 4px 0 0 4px
        }

    .add-project .product-add-single .product-card-desc {
        flex: 1;
        display: flex;
        align-self: center;
        flex-direction: column;
        margin-left: 16px
    }

        .add-project .product-add-single .product-card-desc .sp-name {
            color: #323335;
            font-size: 14px;
            line-height: 22px
        }

        .add-project .product-add-single .product-card-desc .sp-id {
            color: #969aa0;
            font-size: 12px;
            line-height: 20px;
            width: auto
        }

.add-project .product-card-wrapper .product-card-opt {
    width: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto
}

.add-project .oc-button-wrap .ovui-button--text {
    border: none
}

.tab-user .bui-tabs-nav-item {
    font-size: 16px;
    font-weight: 400 !important
}

.form-label-column .byted-form-item .bui-form-item-label {
    width: 100% !important;
    text-align: left;
    font-weight: 600
}

.form-label-column.byted-form-horizontal .byted-form-item .bui-form-item-label-text {
    display: inline-block !important
}

.form-label-column.byted-form-horizontal .byted-form-item-required > .bui-form-item-label:after {
    display: inline-block !important;
    position: relative !important;
    margin-left: 7px !important;
    top: -2px !important;
    right: 0 !important
}

.byted-form-horizontal .byted-form-item {
    margin-bottom: 10px !important
}

.cascader-panel {
    width: 544px;
    height: 312px;
    border: 1px solid #dfe0e2;
    border-radius: 4px
}

    .cascader-panel .cascader-panel-header {
        white-space: nowrap;
        background-color: #f4f4f5;
        display: flex;
        align-items: center;
        height: 38px;
        padding: 0 12px;
        border-bottom: 1px solid #dfe0e2;
        font-size: 14px;
        line-height: 22px;
        color: #323335;
        font-weight: 600;
        box-sizing: border-box
    }

    .cascader-panel .cascader-panel-wrapper {
        padding: 10px;
        max-height: 272px;
        overflow-y: scroll
    }

.placement-position .cascader-panel .cascader-panel-wrapper .byted-checkbox, .placement-position .cascader-panel .cascader-panel-wrapper .byted-checkbox-group {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-bottom: 15px
}

.placement-position .bui-checkbox-input-label {
    display: flex
}

.placement-position .byted-checkbox label {
    display: flex
}

.placement-position .bui-checkbox-input-label img {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.add-project .tab.tab-strategy .card-item {
    height: auto
}

.add-project .tab.tab-strategy .card-item-content {
    padding: 11px 15px !important;
    flex: 1
}

.add-project .tab.tab-strategy .card-item-desc-space {
    padding-right: 0
}

.add-project .tab.tab-strategy .card-item-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.add-project .button-show-pay {
    border-color: #2a55e5 !important;
    color: #2a55e5 !important
}

    .add-project .button-show-pay svg {
        color: #2a55e5 !important
    }

.add-project .search-quick .byted-input .bui-input-suffix {
    color: #2a55e5 !important;
    cursor: pointer
}

.add-project .form-label-column .byted-input, .add-advert .form-label-column .byted-input {
    overflow: hidden;
    padding: 3px;
    margin: -3px;
}

.add-project .card-wrapper {
    background-color: #fff;
    border-radius: 4px;
    padding-top: 24px;
    position: relative;
    border: 1px solid #ebebee;
    padding: 24px 24px 8px;
    margin-top: 8px
}

    .add-project .card-wrapper .card-wrapper-body {
        height: auto
    }

    .add-project .card-wrapper .add-product-btns {
        display: flex;
        align-items: center;
        padding-bottom: 24px
    }

    .add-project .card-wrapper .product-card-wrap {
        display: flex;
        flex-wrap: wrap;
        max-height: 294px;
        overflow: auto;
        padding-top: 16px;
        border-top: 1px solid #f4f4f5
    }

        .add-project .card-wrapper .product-card-wrap .product-card:hover {
            border-color: #2a55e5
        }

    .add-project .card-wrapper .product-select {
        width: calc(33.3333% - 12.6667px);
        height: 82px;
        font-size: 14px;
        margin-bottom: 16px;
        border: 1px solid #dfe0e2;
        display: flex;
        border-radius: 5px;
        position: relative
    }

        .add-project .card-wrapper .product-select:hover .byted-icon {
            display: block
        }

    .add-project .card-wrapper .product-select-img {
        width: 82px;
        height: 80px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        object-fit: contain;
        background: #f4f4f5
    }

    .add-project .card-wrapper .product-select-desc {
        height: 82px;
        padding: 12px;
        width: calc(100% - 80px)
    }

        .add-project .card-wrapper .product-select-desc .byted-icon {
            display: none;
            cursor: pointer;
            position: absolute;
            right: 0;
            top: 0;
            transform: translate(45%,-45%)
        }

    .add-project .card-wrapper .product-select-name {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0;
        word-wrap: break-word;
        word-break: break-all;
        height: 36px;
        line-height: 18px;
        color: #323335;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: inherit
    }

    .add-project .card-wrapper .product-select-id {
        color: #969aa0;
        font-size: 12px;
        font-weight: 400;
        margin-top: 4px;
        word-wrap: break-word;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .add-project .card-wrapper .popover {
        display: flex
    }

.add-advert .tabs {
    border-radius: 4px
}

.add-advert .byted-tabs.byted-tabs-border-card > .bui-tabs-header, .add-advert .tabs {
    background: #f4f4f5
}

.add-advert .byted-tabs.byted-tabs-border-card > .bui-tabs-header {
    border-bottom: 1px solid transparent
}

    .add-advert .byted-tabs.byted-tabs-border-card > .bui-tabs-header .bui-tabs-nav .bui-tabs-nav-item.active {
        border-top-color: #f4f4f5;
        border-left-color: #f4f4f5;
        border-right-color: #f4f4f5;
        border-bottom-color: #f4f4f5
    }

.add-advert .tabs .icon-add {
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex
}

.add-advert .tabs .label-svg {
    color: #64666b
}

.add-advert .tabs .active:hover {
    color: #2a55e5;
    fill: #2a55e5
}

.add-advert .tabs .active .label-svg, .add-advert .tabs .active a {
    color: #2a55e5
}

.add-advert .tabs.byted-tabs .bui-tabs-header .bui-tabs-wrapper .add-tab {
    margin-right: 10px;
    margin-top: -3px
}

.add-advert .tabs.byted-tabs-border-card > .bui-tabs-header .bui-tabs-nav .bui-tabs-nav-item:before {
    background: 0 0
}

.add-advert .explanation-text {
    border: 1px solid #ebebed;
    border-radius: 4px;
    margin-bottom: 8px;
    width: 554px
}

    .add-advert .explanation-text p {
        padding: 0 12px;
        color: #64666b
    }

    .add-advert .explanation-text img {
        width: 554px;
        border-radius: 4px 4px 0 0
    }

.add-advert .b-kv-show {
    background-color: #f4f4f5;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 24px 0 24px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 22px
}

    .add-advert .b-kv-show .kv {
        display: flex;
        margin-right: 24px;
        margin-bottom: 12px
    }

    .add-advert .b-kv-show .key {
        color: #969aa0;
        display: flex
    }

    .add-advert .b-kv-show .value {
        color: #323335
    }

.left-menu .item-step-child {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #64666b;
    padding-right: 9px;
    padding-left: 40px;
    cursor: pointer;
    position: relative
}

    .left-menu .item-step-child .item-child {
        position: relative;
        font-family: PingFang SC;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        margin-left: 17px;
        margin-bottom: 12px;
        color: #64666b;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .left-menu .item-step-child .item-child:last-child {
            margin-bottom: 0
        }

        .left-menu .item-step-child .item-child.active {
            color: #2a55e5
        }

            .left-menu .item-step-child .item-child.active:before {
                position: absolute;
                content: "";
                width: 6px;
                height: 6px;
                background-color: #fff;
                border: 2px solid #2a55e5;
                left: -23px;
                top: 5px;
                border-radius: 50%;
                -webkit-box-sizing: content-box;
                box-sizing: content-box
            }

.left-menu .item-step-child-anchor {
    position: relative;
    padding-left: 2px
}

.left-menu .item-step-child .item-step-child-anchor-track {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #f4f4f5;
    width: 2px
}

    .left-menu .item-step-child .item-step-child-anchor-track .item-step-child-anchor-track-ink {
        display: none;
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: 1px solid #2a55e5;
        background-color: #fff;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }

.add-advert .advert-material .card-wrapper {
    background-color: #fff;
    border-radius: 4px;
    padding-top: 24px;
    position: relative;
    border: 1px solid #ebebee;
    padding: 24px 24px 8px;
    margin-top: 8px
}

    .add-advert .advert-material .card-wrapper .card-wrapper-body {
        height: auto
    }

    .add-advert .advert-material .card-wrapper .add-product-btns {
        display: flex;
        align-items: center;
        padding-bottom: 10px
    }

        .add-advert .advert-material .card-wrapper .add-product-btns .bui-btn-text {
            color: #2a55e5;
        }

    .add-advert .advert-material .card-wrapper .product-card-wrap {
        display: flex;
        flex-wrap: wrap;
        max-height: 294px;
        overflow: auto;
        padding-top: 16px
    }

        .add-advert .advert-material .card-wrapper .product-card-wrap .product-card:hover {
            border-color: #2a55e5
        }

    .add-advert .advert-material .card-wrapper .product-select {
        width: calc(33.3333% - 12.6667px);
        height: 82px;
        font-size: 14px;
        margin-bottom: 16px;
        border: 1px solid #dfe0e2;
        display: flex;
        border-radius: 5px;
        position: relative
    }

        .add-advert .advert-material .card-wrapper .product-select:hover .byted-icon {
            display: block
        }

    .add-advert .advert-material .card-wrapper .product-select-img {
        width: 82px;
        height: 80px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        object-fit: contain;
        background: #f4f4f5
    }

    .add-advert .advert-material .card-wrapper .product-select-desc {
        height: 82px;
        padding: 12px;
        width: calc(100% - 80px)
    }

.add-advert .card-wrapper .product-select-desc .byted-icon {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(45%,-45%)
}

.add-advert .advert-material .card-wrapper .product-select-name {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
    height: 36px;
    line-height: 18px;
    color: #323335;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: inherit
}

.add-advert .advert-material .card-wrapper .product-select-id {
    color: #969aa0;
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.add-advert .advert-material .card-wrapper .popover {
    display: flex
}

.add-advert .advert-material .card-wrapper .add-product-btns .add-product-btns-number {
    color: #64666b
}

.add-advert .advert-material .card-wrapper .card-wrapper-header {
    display: flex;
    padding-bottom: 24px;
    align-items: center;
    position: relative
}

    .add-advert .advert-material .card-wrapper .card-wrapper-header .card-wrapper-header-title {
        color: #323335;
        font-weight: 500;
        font-size: 14px;
        margin-left: 8px
    }

.add-advert .advert-material .card-wrapper .add-product-btns .byted-button {
    display: flex;
    align-items: center
}

.add-advert .byted-tabs.line .bui-tabs-header {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ebebeb
}

.video-material.material-list-wrapper {
    min-width: calc(100% + 48px);
    display: inline-block;
    padding: 12px 24px 0;
    margin-left: -24px;
    margin-right: -24px;
    max-height: 544px;
    overflow: auto
}

.video-material .create-material-selected-wrapper .create-material-selected-drag {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.video-material .create-material-card-wrapper {
    width: 120px
}

.video-material .create-material-card-content-data {
    width: 120px;
    height: 213px;
    border-radius: 6px;
    position: relative;
    overflow: hidden
}

    .video-material .create-material-card-content-data .image {
        border-radius: 4px;
        background-color: #f4f4f5;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        vertical-align: middle
    }

    .video-material .create-material-card-content-data .image-img {
        width: 100%;
        transition-duration: 0s;
        margin-top: 0;
        height: 100%
    }

    .video-material .create-material-card-content-data .ovui-image {
        display: inline-flex
    }

.video-material .create-material-card-wrapper .create-material-card-selected {
    border-color: #2a55e5
}

.video-material .create-material-card-wrapper .create-material-card-select {
    border: 2px solid #dfe0e2
}

.video-material .create-material-card-wrapper .create-material-card-content {
    position: relative;
    border-radius: 8px;
    border: 2px solid #dfe0e2
}

.video-material .create-material-card-wrapper .create-material-card-content-show {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    position: relative;
    background: #f4f4f5
}

    .video-material .create-material-card-wrapper .create-material-card-content-show .create-material-card-select-top-right {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2
    }

.video-material .play-more-video_drop {
    position: absolute;
    right: 4px;
    top: 4px
}

.video-material .create-material-card-wrapper .create-material-card-content-show .create-material-card-close {
    display: none;
    position: absolute;
    right: -8px;
    top: -8px;
    color: #969aa0;
    z-index: 3
}

.video-material .tag {
    font-size: 0;
    line-height: 0
}

.video-material .tag-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.video-material .create-material-card-wrapper .create-material-card-content-show .create-material-card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    font-size: 12px;
    color: #323335;
    overflow: hidden;
    border-radius: 0 0 6px 6px
}

    .video-material .create-material-card-wrapper .create-material-card-content-show .create-material-card-bottom .create-material-card-tab {
        display: flex;
        flex-wrap: nowrap;
        height: 24px;
        width: 100%;
        background: #f4f4f5;
        box-shadow: 0 -7px 10px rgba(0,0,0,.06)
    }

        .video-material .create-material-card-wrapper .create-material-card-content-show .create-material-card-bottom .create-material-card-tab .create-material-card-tab-item {
            position: relative;
            display: flex;
            flex: 1;
            align-items: center;
            justify-content: center;
            height: 100%;
            cursor: pointer
        }

            .video-material .create-material-card-wrapper .create-material-card-content-show .create-material-card-bottom .create-material-card-tab .create-material-card-tab-item:after {
                content: "";
                height: 16px;
                width: 1px;
                background: #dfe0e2;
                position: absolute;
                right: 0;
                top: 4px
            }

    .create-material-card-wrapper .create-material-card-content-show .create-material-card-bottom .create-material-card-tip, .video-material .create-material-card-wrapper .create-material-card-content-show .create-material-card-bottom .create-material-card-audit {
        margin: 0 4px 4px
    }

.video-material .create-material-card-wrapper .ovui-tag--default-fill, .video-material .create-material-card-wrapper .ovui-tag--default-fill:hover {
    background-color: #323335;
    color: #fff;
    border-color: transparent
}

.video-material .create-material-card-content-data .ovui-image__img-container {
    width: 100%
}

.video-material .create-material-card-content-data .create-material-card-content-show-img {
    width: 100%;
    height: 100%
}

.video-material .create-material-card-content-data .ovui-image__img-container img {
    object-fit: fill;
    height: 100%
}

.video-material .create-material-card-wrapper .create-material-card-content-show .create-material-card-content-show-img {
    overflow: hidden
}

.video-material .create-material-card-wrapper .create-material-card-content-show .create-material-card-content-data {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    position: relative;
    overflow: hidden
}

.video-material .create-material-card-wrapper .create-material-card-content {
    width: 120px;
    height: 213px
}

    .video-material .create-material-card-wrapper .create-material-card-content .sp-text svg {
        color: #2a55e5
    }

.video-material .create-material-card-wrapper .create-material-card-content-show .create-material-card-top {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 2
}

.video-material .create-material-card-wrapper .tip-tag-wrapper {
    padding: 4px 16px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #323335;
    white-space: nowrap
}

.video-material .create-material-card-wrapper .tip-tag-success {
    background: #ecf8eb
}

.video-material .create-material-card-wrapper .create-material-card-closable:hover {
    border-color: #2a55e5
}

.video-material .create-material-card-wrapper:hover .create-material-card-content-show .create-material-card-close {
    display: block;
    cursor: pointer
}

.input-item {
    display: inline-block
}

    .input-item .input-item-center {
        display: flex;
        align-items: center
    }

    .input-item .bui-input-suffix, .input-item svg {
        color: #969aa0
    }

.btn-icon {
    display: flex;
    justify-content: center;
    align-items: center
}

    .btn-icon:hover svg {
        color: #2a55e5;
        fill: #2a55e5 !important
    }

.int {
    overflow: unset !important;
    padding: unset !important;
    margin: unset !important
}

.dupload-wall {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-right: -10px
}

.upload-wall .upload-wall-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px dashed transparent;
    padding: 4px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 10px 10px 0;
    background-color: #f4f4f5
}

    .upload-wall .upload-wall-container:hover {
        border-color: #338aff
    }

    .upload-wall .upload-wall-container .upload-wall-icon {
        color: #666
    }

.upload-wall .upload-wall--err {
    border-color: #f65656
}

.upload-wall .upload-wall-img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.create-word-tag-panel {
    margin-top: 8px;
    width: 544px
}

.tag-panel-wrapper {
    border-radius: 4px;
    border: 1px solid #dfe0e2
}

    .tag-panel-wrapper .tag-panel-header {
        padding: 0 12px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #dfe0e2;
        background: #f4f4f5
    }

    .tag-panel-wrapper .tag-panel-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 12px;
        margin: 0 -8px -8px 0
    }

        .tag-panel-wrapper .tag-panel-list .tag-panel-list-item .tag-panel-list-item-tag {
            height: 24px;
            padding: 0 8px;
            border-radius: 4px;
            background: #f4f4f5;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

            .tag-panel-wrapper .tag-panel-list .tag-panel-list-item .tag-panel-list-item-tag > span {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                width: auto;
                flex: 1
            }

        .tag-panel-wrapper .tag-panel-list .tag-panel-list-item {
            width: calc(33% - 8px);
            margin: 0 8px 8px 0
        }

            .tag-panel-wrapper .tag-panel-list .tag-panel-list-item .tag-panel-list-item-tag svg {
                width: 16px
            }


/*-------------抖音账号管理-------------*/
.account-manage .tit-bar {
    background: #e8f4ff;
    padding: 9px 12px;
    margin-bottom: 25px;
    display: block
}

    .account-manage .tit-bar img {
        vertical-align: middle;
        margin-right: 10px
    }

.account-manage .li {
    width: 25%;
    position: relative;
    float: left;
    box-sizing: border-box;
    border-radius: 5px;
    display: block
}

    .account-manage .li .icon-share, .account-manage .li .icon-video {
        margin-top: -3px
    }

    .account-manage .li .icon-click-like {
        margin-top: -2px
    }

    .account-manage .li .icon-douyin {
        position: absolute;
        top: 0;
        left: 0
    }

    .account-manage .li .center {
        padding: 33px 15px;
        text-align: center
    }

        .account-manage .li .center > .el-button {
            padding: 7px 30px
        }

            .account-manage .li .center > .el-button + .el-button {
                margin-left: 30px
            }

    .account-manage .li .p-phone {
        font-size: 18px;
        color: #000;
        margin-bottom: 10px
    }

    .account-manage .li .p-company {
        font-size: 14px;
        color: #555;
        margin-bottom: 10px
    }

        .account-manage .li .p-company span {
            color: #409eff
        }

    .account-manage .li .el-image {
        width: 90px;
        height: 90px;
        margin-bottom: 15px
    }

        .account-manage .li .el-image .el-image__inner {
            border-radius: 50%
        }

    .account-manage .li .card-view {
        position: relative;
        box-sizing: border-box;
        box-shadow: rgb(0 0 0 / 20%) 0 2px 5px;
        overflow: hidden
    }

.account-manage .account-tag {
    text-align: center;
    margin-bottom: 5px;
    height: 56px
}

    .account-manage .account-tag > span {
        margin-bottom: 5px
    }

    .account-manage .account-tag .el-button + .el-button {
        margin-left: 0
    }

.account-manage .col-space36 {
    margin-bottom: 25px;
    overflow: hidden
}

.account-manage .panel-num {
    width: 100%
}

    .account-manage .panel-num img {
        vertical-align: middle
    }

    .account-manage .panel-num > span {
        width: 31%;
        display: inline-block;
        position: relative
    }

    .account-manage .panel-num > .sp-click-like:after, .account-manage .panel-num > .sp-play:after, .account-manage .panel-num > .sp-video:after {
        content: " ";
        width: 1px;
        height: 20px;
        background: #dcdcdc;
        position: absolute;
        top: 0;
        right: 0
    }

    .account-manage .panel-num > .sp-comment, .account-manage .panel-num > .sp-play, .account-manage .panel-num > .sp-video {
        margin-bottom: 20px
    }

    .account-manage .panel-num > span > span {
        width: 45px;
        display: inline-block
    }

.account-manage .panel-num {
    margin-bottom: 35px
}

.account-manage .btn-more {
    position: relative
}

    .account-manage .btn-more:hover .dropdown-menu {
        display: block
    }

    .account-manage .btn-more .dropdown-menu {
        display: none;
        position: absolute;
        top: 23px;
        left: 0;
        z-index: 10;
        padding-top: 10px;
        width: 110px
    }

.account-manage .btn-more {
    white-space: pre-wrap !important
}

    .account-manage .btn-more .dropdown-menu .el-tag {
        margin: 2px
    }

    .account-manage .btn-more .dropdown-menu .dropdown-menu-tag {
        position: absolute;
        box-sizing: border-box;
        background-color: #fff;
        border: 1px solid #ebeef5;
        border-radius: 4px;
        box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
        width: 100%;
        min-height: 38px;
        max-height: 98px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 10px
    }

    .account-manage .btn-more .arrow {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        top: -2px;
        left: 25px;
        margin-right: 3px;
        border-top-width: 0;
        border-bottom-color: #ebeef5;
        border-width: 6px;
        -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
        filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03))
    }

        .account-manage .btn-more .arrow:after {
            position: absolute;
            display: block;
            top: 1px;
            width: 0;
            height: 0;
            content: " ";
            border-width: 6px;
            border-color: transparent;
            border-style: solid;
            margin-left: -6px;
            border-top-width: 0;
            border-bottom-color: #fff
        }

.account-manage .tag {
    position: absolute;
    right: 30px;
    top: 18px;
}

@media(min-width:1920px) {
    .account-manage .li {
        width: 16.66%;
    }
}

.el-form-item__error {
    z-index: 100;
}
