﻿.page_body > .lt {
    width: 220px;
}

.page_body > .lt, .page_body > .rt {
    position: relative;
    float: left;
    height: calc(100vh - 75px);
}

.menu_box {
    border-radius: 4px;
    padding: 8px 0;
    width: 100%;
    line-height: 40px;
    background: #fff;
}

    .menu_box > li[style*="height"] {
        height: initial !important;
    }

    .menu_box .menu_item.active, .menu_box .menu_sub_title.active {
        position: relative;
        color: #313033;
        background: #EEE9FF;
    }

    .menu_box .menu_item, .menu_box .menu_sub_title {
        padding: 0 16px;
        font-size: 16px;
        cursor: pointer;
    }

    .menu_box li {
        height: initial !important;
        overflow: initial !important;
    }

    .menu_box > li {
        height: 40px;
        overflow: hidden;
    }

*, *::before, *::after {
    box-sizing: border-box;
}

.page_body > .rt {
    width: calc(100% - 250px);
    margin-left: 20px;
}

.tip_box.message {
    border-left-color: #0C6DFF;
    background: #E5F0FF;
}

.tip_box {
    display: flex;
    justify-content: space-between;
    border-left: 4px solid #FFB116;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 12px 16px 12px;
    width: 100%;
    min-height: 40px;
    line-height: 16px;
    background: #FFF7E5;
}

.tip_right {
    display: flex;
    align-items: center;
}

    .tip_right .tip_close {
        margin: 0 3px 0 16px;
        width: 20px;
        font-size: 28px;
        color: #bcbcbc;
        text-align: center;
        cursor: pointer;
    }

.list_crumbs {
    display: flex;
    border-radius: 4px;
    margin-bottom: 12px;
    padding: 12px 20px;
    height: 40px;
    background: #fff;
}

.list_crumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    background: transparent;
    font-size: 14px;
    color: #919099;
}

    .list_crumbs .separate {
        margin: 0 6px;
    }

        .list_crumbs .separate:after {
            content: '>';
        }


    .list_crumbs .action_box {
        margin-left: auto;
    }



.screen_module {
    border-radius: 4px;
    padding: 10px 20px 20px;
    background: #fff;
}

    .screen_module   .tit {
        font-size: 16px;
    }

.flex.between, .flex.between_just {
    justify-content: space-between;
}

.flex.center_align {
    align-items: center;
}



.screen_module   table {
    width: 100%;
    max-width: 100%;
}


    .screen_module   table   tbody   tr  td:first-child {
        width: 80px;
        padding: 0;
        padding-right: 20px;
        vertical-align: top;
        padding-top: 13px;
        white-space: nowrap;
        color: #919099;
    }

    .screen_module   table   tbody   tr   td {
        padding: 5px 10px 0;
    }
    .screen_module .tr {
        padding: 5px 0 0 !important;
    }
.filterOutHidden {
    max-height: 500px;
    overflow: hidden;
}

.screen_module  table a.active {
    color: #fff;
    background-color: #FF5722;
}

.astriHeight a {
    display: inline-block;
    height: 22px;
    margin-bottom: 5px;
}

.screen_module  table a {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 1px 5px;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    vertical-align: middle;
}

.screen_module   table   tbody   tr.screen_separation_line   td {
    padding-right: 0;
    padding-top: 0;
}

    .screen_module  table   tbody   tr.screen_separation_line   td   hr {
        margin: 5px 0;
        border: none;
        border-bottom: 1px dashed #ddd;
    }

.screen_module .ml_5.custom_box_style {
    margin-left: -1px !important;
}

.screen_module  table label {
    margin-right: 20px;
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

.screen_module .custom_box_style input[type="checkbox"] {
    position: relative;
    top: -2px;
}

.custom_box_style input[type="checkbox"], .custom_box_style input[type="radio"] {
    text-align: center;
    vertical-align: middle;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
    margin: 0;
    font-size: 0;
}

    .custom_box_style input[type="checkbox"]:after {
        background-position: -20px -320px;
    }

    .custom_box_style input[type="checkbox"]:after, .custom_box_style input[type="radio"]:after {
        content: '';
        display: inline-block;
        position: relative;
        top: -2px;
        margin-right: 6px;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        background: url(../../images/icons/glyphs.png?v=3) no-repeat;
    }

.screen_module > table label > input:after {
    top: 0 !important;
}

.screen_module > table > tbody > tr.h32 > td.vertical_top {
    vertical-align: top !important;
    padding-top: 15px !important;
}

.custom_box_style {
    margin: 0;
}

.formGround {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    margin-bottom: 10px;
}

    .formGround label {
        margin-right: 25px !important;
        text-align: left;
    }

    .formGround select {
        min-width: 150px;
    }

.screen_module > table > tbody > tr.pad_t_0 > td {
    padding-top: 0 !important;
}

.formGround.sealForm {
    margin-right: 0;
}

.formGroundDate {
    display: inline-block;
    margin-right: 30px;
}

.flex.between, .flex.between_just {
    justify-content: space-between;
}

.flex.center_align {
    align-items: center;
}

tr.search_sel .search_group {
    margin-top: 0px;
}

.search_sel .order_form_search {
    display: flex;
}


.search_group {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.order_form_search select {
    border-radius: 2px 0 0 2px !important;
    background: #fff !important;
    border: 1px solid #d9d9d9 !important;
}

.search_group.list_use > select {
    border-radius: 2px 0 0 2px;
    padding: 0 5px;
    width: 130px;
}

.search_group.list_use > input[type="text"], .search_group.list_use > select {
    vertical-align: top;
    font-size: 14px;
    background: #fff;
}

.form_group_search {
    position: relative;
    display: flex;
    align-items: center;
}

.order_form_search .anchor {
    position: absolute;
    left: 5px;
    left: 5px;
    top: 50%;
    margin-top: -6px;
    height: 12px;
    border-left: 1px solid #d9d9d9;
}

.order_form_search .downIcon > input[type="text"] {
    padding-left: 40px;
}

.form_group_search > input[type="text"] {
    min-width: 380px;
    margin-left: -1px;
    font-size: 14px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-left: none;
    padding-left: 25px;
}

.order_form_search .downIcon .bsicon_menu {
    position: absolute;
    left: 5px;
    top: 1px;
    font-size: 16px;
    color: #999;
    cursor: pointer;
    padding: 4px 10px;
    z-index: 5;
}

.form_group_search .textareaBox {
    display: none;
}

.textareaBox textarea {
    width: 100%;
    resize: vertical;
    padding: 6px 10px 20px 50px;
}

.textareaBox .statistics {
    position: absolute;
    right: 20px;
    bottom: 5px;
    margin-top: 8px;
    font-size: 12px;
    color: #4934b2;
}


.search_group.list_use > select {
    border-radius: 2px 0 0 2px;
    padding: 0 5px;
    width: 130px;
}

.search_sel .order_form_search > .search_icon {
    width: 60px;
    margin-left: 8px;
    border: none;
    border-radius: 4px;
    position: initial;
    /*background: #4934b2;*/
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: linear-gradient(to bottom right, #fbc434 0%, #f66b4e 100%);
    border-color: #ef9f49;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.search_sel .search_icon {
    width: 60px;
    margin-left: 8px;
    border: none;
    border-radius: 4px;
    position: initial;
    /*background: #4934b2;*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    background: linear-gradient(to bottom right, #fbc434 0%, #f66b4e 100%);
    border-color: #ef9f49;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.search_sel  .search_icon .bsicon_search1 {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
    .search_sel .order_form_search > .search_icon .bsicon_search1 {
        font-size: 18px;
        color: #fff;
        cursor: pointer;
    }

.list_action_module {
    padding-top: 28px;
    padding-bottom: 14px;
}

    .list_action_module > .rows {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .list_action_module > .rows > .lt {
            justify-content: flex-start;
        }

        .list_action_module > .rows > .rt {
            justify-content: flex-end;
        }

        .list_action_module > .rows > .lt, .list_action_module > .rows > .rt {
            display: flex;
            align-items: center;
        }

.dropdown_custom {
    position: relative;
}

.ant-btn > i, .ant-btn > span {
    display: inline-block;
    transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    pointer-events: none;
}

:root .ant-dropdown-trigger > .anticon.anticon-down, :root .ant-dropdown-link > .anticon.anticon-down {
    font-size: 12px;
}

.anticon svg {
    display: inline-block;
}

svg:not(:root) {
    overflow: hidden;
}

.anticon > * {
    line-height: 1;
}

.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dropdown_custom .item_box.align_right {
    left: inherit;
    right: 0;
}

.dropdown_custom .item_box {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 99;
    width: max-content;
    min-width: 100%;
    background: #fff;
}

    .dropdown_custom .item_box > ul {
        border-radius: 4px;
        margin-top: 4px;
        padding: 4px 0;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    }

        .dropdown_custom .item_box > ul .menu_item {
            padding: 5px 12px;
            line-height: 22px;
            cursor: pointer;
        }

.page_body > .rt .list_action_module .dropdown_custom + .dropdown_custom {
    margin-left: 10px;
}

.dropdown_custom {
    position: relative;
}

    .dropdown_custom .dropdown_button {
        display: inline-block;
        /*border: 1px solid #4934b2;*/
        border-radius: 4px;
        padding: 0 15px;
        height: 32px;
        line-height: 30px;
        color: #fff;
        /*background: #4934b2;*/
        cursor: pointer;
    }

    .dropdown_custom .item_box.align_right {
        left: inherit;
        right: 0;
    }

    .dropdown_custom .item_box {
        display: none;
        position: absolute;
        top: 32px;
        left: 0;
        z-index: 99;
        width: max-content;
        min-width: 100%;
        background: #fff;
    }

        .dropdown_custom .item_box > ul {
            border-radius: 4px;
            margin-top: 4px;
            padding: 4px 0;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        }

            .dropdown_custom .item_box > ul .menu_item {
                padding: 5px 12px;
                line-height: 22px;
                cursor: pointer;
            }

.list_action_module > .rows + .rows {
    margin-top: 14px;
}

.list_action_module > .rows > .lt .sort_type_sel {
    width: 124px;
    padding: 0 5px;
}

.list_action_module .sort_type_sel {
    width: 140px !important;
}

.list_action_module > .rows > .lt .sort_action_btn.active {
    color: #4934b2;
    background: #fff;
}

.list_action_module > .rows > .lt .sort_action_btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #ddd;
    color: #919099;
    background: #eee;
    text-align: center;
    font-size: 20px;
}

.page_list {
    background: #fff;
}

.list_items_out {
    margin-top: 2px;
    padding: 5px 10px 0;
    background: #fff;
}

    .list_items_out .items_tit {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
        height: 40px;
        background: #f5f9ff;
    }

        .list_items_out .items_tit > div {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

.custom_box_style {
    margin: 0;
}

    .custom_box_style input[type="checkbox"], .custom_box_style input[type="radio"] {
        text-align: center;
        vertical-align: middle;
        border: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        cursor: pointer;
        margin: 0;
        font-size: 0;
    }

        .custom_box_style input[type="checkbox"]:after {
            background-position: -20px -320px;
        }

        .custom_box_style input[type="checkbox"]:after, .custom_box_style input[type="radio"]:after {
            content: '';
            display: inline-block;
            position: relative;
            top: -2px;
            margin-right: 6px;
            width: 16px;
            height: 16px;
            vertical-align: middle;
            background: url(../../images/icons/glyphs.png?v=3) no-repeat;
        }

.list_items_out .items_tit > .rt {
    display: flex;
    width: 650px;
    align-items: center;
    justify-content: space-between;
}

.list_items_out .items_tit > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.list_items_out .list_items {
    margin-left: 38px;
    width: calc(100% - 38px);
}

.page_list .list_items > tbody > tr > td.merge_el {
    padding: 0;
}

.page_list .list_items > tbody > tr > td {
    background: #fff;
    padding: 10px 5px;
    vertical-align: top;
}

.dt_el {
    /* min-width: 190px; */
    min-width: 210px;
}

.merge_el .rows {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 10px 10px 0;
}

.img_box_out {
    display: inline-block;
    text-align: center;
}

.merge_el .rows .source_out {
    width: 60px;
    text-align: center;
    font-size: 12px;
}

.copy_txt_box {
    position: relative;
    display: inline-flex;
}

    .copy_txt_box .copy_btn {
        display: none;
        position: absolute;
        top: -22px;
        right: 0;
        border: 1px solid #eee;
        border-radius: 2px;
        padding: 2px 6px;
        width: auto;
        font-size: 13px;
        background: #fff;
        color: #919099;
        white-space: nowrap;
        height: 38px;
        line-height: 38px;
        margin-top: 10px;
    }
        .copy_txt_box a:hover {
            color: blue;
        }
.pre_init {
    display: block;
    color: #313033;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

pre {
    all: initial;
    font-size: 14px;
    font-family: Roboto, Segoe UI, ProximaNova-Regular, Helvetica, Arial, sans-serif;
}

pre {
    margin-top: 0;
    margin-bottom: 1em;
    overflow: auto;
}

.merge_el .rows p {
    margin: 0;
}

.order_num {
    font-weight: 600;
    font-size: 16px;
}

.list_items tr > td:not(:first-child):not(:last-child) {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.vp_el {
    /* min-width: 100px; */
    min-width: 90px;
    max-width: 120px;
    width: 120px;
}

.layui-table-body .tag {
    display: inline-block;
    padding: 5px 10px;
    word-break: break-all;
    word-break: break-word;
    line-height: 16px;
    background: #F6F5FC;
    color: #919099;
}

.rr_el {
    /* min-width: 110px; */
    min-width: 100px;
    max-width: 120px;
    width: 120px;
}

.odn_el {
    min-width: 85px;
    max-width: 100px;
    width: 100px;
}

.tm_el {
    min-width: 160px;
    max-width: 160px;
    width: 160px;
}

.sp_el {
    min-width: 130px;
    max-width: 130px;
    width: 130px;
}

.st_el {
    min-width: 80px;
    max-width: 100px;
    width: 100px;
}

.st_el1 {
    min-width: 55px;
    max-width: 100px;
    width: 100px;
}

.ac_el {
    min-width: 80px;
    max-width: 80px;
    width: 80px;
}

.page_list .list_items .item_action {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .page_list .list_items .item_action a.action_btn {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        color: #919099;
    }

.action_btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #4934b2;
    text-align: center;
}

.sp_el .change_con > span {
    font-size: 16px;
    /* vertical-align: text-top; */
}

.box-item-pcc .item-pcc {
    font-size: 14px !important;
}
.box-item-pcc .item-pcc i{
    color:red;
}
    .box-item-pcc .item-pcc.layui-bg-red i {
        color: #fff;
    }
.screen_module > table > tbody > tr.h32 > td {
    height: 37px;
    vertical-align: middle !important;
}

.search-icon {
    position: absolute;
    left: 5px;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    height: 12px;
}

.page_body {
    position: relative;
    margin: 0 auto;
    padding: 0px;
    min-height: calc(100vh - 130px);
    /*background-image: linear-gradient(to left,#9853af,#623AA2);*/
    background-color: #673ab7 !important;
}

.dropdown_button {
    display: inline-block;
    /*border: 1px solid #4934b2 !important;*/
    border-radius: 4px;
    padding: 0 15px;
    height: 32px;
    line-height: 30px;
    color: #fff;
    /*background: #4934b2 !important;*/
    cursor: pointer;
    background: linear-gradient(to bottom right, #fbc434 0%, #f66b4e 100%);
    border-color: #ef9f49;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

img {
    max-width: 100%;
    max-height: 100%;
}

#bigimage {
    position: absolute;
    display: none; /*大图片的父标签设置相对定位并将显示样式设置为隐藏*/
}

    #bigimage img {
        width: 400px;
        height: 400px;
        padding: 5px;
        background: #fff;
        border: 1px solid #e3e3e3;
    }

.ml_5.custom_box_style {
    margin-left: -1px !important;
}

.custom_box_style input[type="checkbox"] {
    position: relative;
    top: -2px;
}

.custom_box_style input[type="checkbox"], .custom_box_style input[type="radio"] {
    text-align: center;
    vertical-align: middle;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
    margin: 0;
    font-size: 0;
}

    .custom_box_style input[type="checkbox"]:after {
        background-position: -20px -320px;
    }

.dropdown_button_orange {
    display: inline-block;
    border: 1px solid #FF5722 !important;
    border-radius: 4px;
    padding: 0 15px;
    height: 32px;
    line-height: 30px;
    color: #fff;
    background: #FF5722 !important;
    cursor: pointer;
}

.layui-table-cell .merge_el + .merge_el {
    border-top: 1px solid #eee;
}

.upload-widget .file-box {
    background-color: #fff;
    background-image: url('images/upload.png');
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #eee;
    display: inline-block;
    height: 124px;
    position: relative;
    width: 124px;
}

    .upload-widget .file-box .file-btn {
        background-color: transparent;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.upload-widget .image {
    align-items: center;
    border: 1px solid #eee;
    display: inline-block;
    display: flex;
    height: 124px;
    justify-content: center;
    padding: 0;
    position: relative;
    text-align: center;
    width: 124px;
}

    .upload-widget .image ._remove, .upload-widget .image .remove {
        background-color: #000;
        background-image: url('images/remove.png');
        background-position: 50%;
        background-repeat: no-repeat;
        bottom: 0;
        color: #fff;
        cursor: pointer;
        display: block;
        display: none;
        left: 0;
        opacity: .7;
        position: absolute;
        right: 0;
        top: 0;
    }

    .upload-widget .image:hover ._remove, .upload-widget .image:hover .remove {
        cursor: pointer;
        display: block
    }

    .upload-widget .image img {
        display: inline-block;
        max-height: 124px;
        max-width: 124px;
    }

.demo-tab-header .layui-btn.layui-this {
    border-color: #1E9FFF;
    color: #1E9FFF;
}

.layui-form-select .layui-input {
    height: 38px !important;
    line-height: 38px !important;
}
.productTitle {
    display: inline-block;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.line-height-36{
    line-height:36px;
}
.border-bottom-1 {
    border-bottom: 1px solid rgba(255,255,255,0.09);
}
.layui-nav-itemed1 > .layui-nav-child {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.09);
}
.btn-primary {
    color: #fff;
    background: linear-gradient(to bottom right,#9853af,#623AA2);
    border-color: #913ad8;
}
.girlCell {
    border-bottom: 1px solid #eee;
    padding-left: 20px;
}
.girlCellTwo {
    padding-left: 20px;
}