.module {
    width: 100%;
    height: calc(100% - 45px);
    position: relative;
    background: #fff;
    min-width: 1200px;
    overflow: auto;
}
.wrap {
    width: 100%;
    height: 100%;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    position: relative;
}
.wrap .page{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.wrap .page .page-container {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ak-new-form-page, .ak-new-form-page .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.ak-new-form-page {
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ak-new-form-page, .el-popover.global-pop .pop-list {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.ak-new-form-page {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.ak-new-form-page .container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow-y: auto;
    padding: 20px 30px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ak-new-form-page .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow-y: auto;
    padding: 20px 30px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ak-new-form-page .container .header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 -30px;
    padding: 0 30px 20px;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 4%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 4%);
    line-height: 32px;
}
.ak-new-form-page .container .header-btn header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ak-new-form-page .container .header-btn .ak-order-title {
    margin-bottom: 0;
}
.ak-new-form-page .container .header-btn header h6 {
    padding-right: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.ak-new-form-page .container .ak-order-title {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-bottom: 18px;
}
.ak-dropdown.reverse {
    flex-direction: row-reverse;
}
.ak-dropdown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.ak-dropdown.reverse, .el-message-box__btns-reverse {
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
}
.el-button--small {
    padding: 9px 12px;
    font-size: 12px;
    height: 32px;
}
.el-button--primary, .el-button--primary:focus {
    color: #fff;
    border-color: transparent;
    background-color: #36b368;
}
.ak-dropdown.reverse .el-button+.el-button {
    margin-right: 12px;
    margin-left: 0;
}
.ak-steps-container {
    padding: 20px 32px 62px;
    border-bottom: 0;
}
.ak-new-form .el-form .el-form-item .el-form-item__label:after {
    content: ":";
    margin: 0 2px 0 1px;
}
.ak-new-form-page .container .ak-info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ak-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ak-modal-table-sum .left-sum {
    color: #000;
    font-weight: 700;
}
.ak-flex-sub {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
}
.ak-modal-table-sum {
    width: 100%;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    text-align: right;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e6e8ed;
    border-top: none;
    border-radius: 0 0 2px 2px;
    background-color: #f7f8fa;
}
.ak-align-baseline, .ak-align-center, .ak-align-end, .ak-align-start, .ak-align-stretch, .ak-flex, .ak-flex-column, .ak-flex-column-center, .ak-flex-row, .ak-flex-row-center, .ak-flex-wrap, .ak-justify-around, .ak-justify-between, .ak-justify-center, .ak-justify-end, .ak-justify-start, .ak-self-baseline, .ak-self-center, .ak-self-end, .ak-self-start, .ak-self-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ak-modal-table-sum .total-label {
    color: #888;
}
.ak-modal-table-sum .total-num {
    display: inline-block;
    margin-right: 32px;
    color: #000;
    font-weight: 600;
}
.tab-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.ak-mg-tb-32, .ak-mg-top-32 {
    margin-top: 32px;
}
.ak-footer-btn {
    width: 100%;
    background: #fff;
    padding: 20px 0;
    -webkit-box-shadow: 0 -4px 4px 0 rgb(0 0 0 / 2%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 4%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
}
.ak-footer-btn .el-button {
    min-width: 100px;
}
.el-button.el-button--default, .el-button.el-button--normal {
    color: #333;
}
.el-button--small {
    padding: 9px 12px;
    font-size: 12px;
    height: 32px;
}
.ak-tabs-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.vxe-table-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 200px;
    width: 100%;
}
.vxe-table-container .adaptive-container {
    width: 100%;
    height: calc(100% - 40px);
}
.purchase-order-container .tab-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.ak-footer-btn {
    width: 100%;
    background: #fff;
    padding: 20px 0;
    -webkit-box-shadow: 0 -4px 4px 0 rgb(0 0 0 / 2%);
    box-shadow: 0 -4px 4px 0 rgb(0 0 0 / 2%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
}
.ak-image-viewer__btn, .el-button, .el-checkbox {
    -webkit-user-select: none;
}
.el-button, .el-button-group, .el-divider--vertical, .el-image {
    display: inline-block;
}
.ak-footer-btn .el-button+.el-button {
    margin-left: 20px!important;
}
.body{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    min-height: 0;
    background: #e6e8ed;
}
.content .center {
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #e6e8ed;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.module[data-v-3374a08a] {
    width: 100%;
    height: calc(100% - 66px);
    position: relative;
    background: #fff;
    min-width: 1310px;
    overflow: hidden;
    margin-top: 10px;
}
.wrap[data-v-7851d4e2] {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.wrap .page[data-v-7851d4e2] {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.wrap .page .page-container {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.picture-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.picture-center .picture-center-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.picture-center .picture-center-list.card-style .picture-center-list-operations {
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 4%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 4%);
    padding-bottom: 16px;
    z-index: 1;
}
.picture-center .picture-center-list .picture-center-list-operations {
    padding: 16px 20px 12px 20px;
}
.search-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.search-section, .search-section .select-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.popover-refer, .search-section {
    display: -webkit-box;
    display: -ms-flexbox;
}
.picture-center .picture-center-list .picture-center-list-operations .operate-section {
    margin: 0;
    display: block!important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.el-button--small {
    padding: 9px 12px;
    font-size: 12px;
    height: 32px;
}
.el-button--primary, .el-button--primary:focus {
    color: #fff;
    border-color: transparent;
    background-color: #36b368;
}
.el-button, .el-checkbox {
    -webkit-user-select: none;
    white-space: nowrap;
}
.table-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4px;
    position: relative;
}
/*.picture-center .picture-center-list.card-style .table-container {*/
/*    background: #f7f8fa;*/
/*}*/
.picture-center .picture-center-list .table-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px 20px 20px;
    margin-top: 0!important;
}
.el-drawer.ltr, .el-drawer.rtl {
    height: 100%;
    top: 0;
    bottom: 0;
}
.pictureCenter-drawer .el-drawer__header {
    margin: 0;
    padding: 14px 24px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    -webkit-box-shadow: inset 0 -1px 0 0 #e6e8ed;
    box-shadow: inset 0 -1px 0 0 #e6e8ed;
    line-height: 22px;
}
.el-drawer__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #72767b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    padding: 20px 20px 0;
}
.pictureCenter-drawer .el-drawer__header .el-drawer__close-btn {
    color: #888;
}
.el-drawer__close-btn {
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: inherit;
    background-color: transparent;
}
[class*=" el-icon-"], [class^=el-icon-] {
    font-family: element-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.el-icon-close:before {
    content: "\e6db";
}
.el-drawer__header>:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.pictureCenter-drawer .el-drawer__body {
    overflow: hidden;
}
.el-drawer__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.pictureCenter-drawer .pictureCenter-drawer-container, .pictureCenter-drawer .pictureCenter-drawer-container .all-done, .pictureCenter-drawer .pictureCenter-drawer-container .partDone {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pictureCenter-drawer .pictureCenter-drawer-container {
    overflow: auto;
    overflow: hidden;
    position: relative;
}
.el-drawer__body>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pictureCenter-drawer .pictureCenter-drawer-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 24px;
}
.alert-info.el-alert.el-alert--info.is-light {
    background: rgba(0,110,255,.06);
    border: 1px solid rgba(0,110,255,.2);
    font-size: 12px;
    border-radius: 2px;
    line-height: 18px;
    padding: 8px 12px;
}
.el-alert--info.is-light {
    background-color: #f4f4f5;
    color: #909399;
}
.el-alert--info.is-light {
    background-color: #f4f4f5;
    color: #909399;
}
.el-alert {
    width: 100%;
    padding: 8px 16px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
.alert-info.el-alert.el-alert--info.is-light .el-alert__content {
    padding: 0;
}
.el-alert__content {
    display: table-cell;
    padding: 0 8px;
}
.alert-info.el-alert.el-alert--info.is-light .el-alert__description, .alert-info.el-alert.el-alert--info.is-light .el-alert__title {
    color: #333;
    font-size: 12px;
}
.el-alert .el-alert__description {
    font-size: 12px;
    margin: 5px 0 0;
}
.pictureCenter-drawer .tips-p {
    margin-bottom: 2px;
}
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #e6e8ed;
    overflow: hidden;
}
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-title {
    background-color: #f7f8fa;
    -webkit-box-shadow: inset 0 -1px 0 0 #e6e8ed;
    box-shadow: inset 0 -1px 0 0 #e6e8ed;
    padding: 8px 12px;
}
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    margin-bottom: -1px;
    position: relative;
}
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .queue-empty {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.el-drawer.rtl {
    -webkit-animation: rtl-drawer-in .3s 1ms;
    animation: rtl-drawer-in .3s 1ms;
}
.el-drawer {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%);
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%);
    overflow: hidden;
    outline: 0;
}
.pictureCenter-drawer .pictureCenter-drawer-footer {
    padding: 20px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 3%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.el-button--primary.is-disabled, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:hover {
    color: #fff;
    border-color: transparent;
    background: rgba(0,110,255,.3);
}
.el-button.is-disabled, .el-button.is-disabled:focus, .el-button.is-disabled:hover {
    cursor: not-allowed;
    background-color: #f7f8fa;
    border-color: #c9ccd1;
    color: #aaa;
}
.el-button--primary, .el-button--primary:focus {
    color: #fff;
    border-color: transparent;
    background-color: #36b368;
}
.el-button--small {
    padding: 9px 12px;
    font-size: 12px;
    height: 32px;
}
.el-button, .el-checkbox {
    -webkit-user-select: none;
    white-space: nowrap;
}
/*.el-button {*/
/*    display: inline-block;*/
/*    line-height: 1;*/
/*    cursor: pointer;*/
/*    background: #fff;*/
/*    border: 1px solid #dadce0;*/
/*    color: #333;*/
/*    -webkit-appearance: none;*/
/*    text-align: center;*/
/*    -webkit-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*    outline: 0;*/
/*    margin: 0;*/
/*    -webkit-transition: .1s;*/
/*    transition: .1s;*/
/*    font-weight: 400;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    font-size: 12px;*/
/*    border-radius: 2px;*/
/*}*/
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item {
    padding: 0 12px;
}
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #888;
    padding: 12px 0;
    border-bottom: 1px solid #e6e8ed;
    position: relative;
    overflow: auto;
}
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item-wrapper .pictureCenter-drawer-item-image {
    margin-right: 12px;
}
.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.el-image__inner {
    vertical-align: top;
}
.el-image__error, .el-image__inner, .el-image__placeholder {
    width: 100%;
    height: 100%;
}
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item-wrapper .pictureCenter-drawer-item-desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item-wrapper .pictureCenter-drawer-item-desc .close-btn {
    position: absolute;
    right: 0;
    top: 13px;
    display: none;
}
.el-button--text {
    border-color: transparent;
    color: #006eff;
    background: 0 0;
    padding: 0;
    height: 16px;
    line-height: 16px;
}
.el-button .iconfont, .el-popover .el-button .iconfont {
    font-size: inherit;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item-wrapper .pictureCenter-drawer-item-desc h6 {
    padding-right: 14px;
    font-weight: 400;
    color: rgba(0,0,0,.85);
    line-height: 16px;
}
.oneLine {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item-wrapper .pictureCenter-drawer-item-desc .size {
    margin: 4px 0 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item-wrapper .pictureCenter-drawer-item-desc .upload-state {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pictureCenter-drawer .pictureCenter-drawer-content .pictureCenter-drawer-list .pictureCenter-drawer-list-content .pictureCenter-drawer-list-item-wrapper .pictureCenter-drawer-item-desc .upload-state .state {
    margin-right: 8px;
}
.el-icon-delete:before{content:"\e6d7"}

body .ak_table_data {
    color: #aaa;
}
body .iconfont {
    cursor: pointer;
    font-size: 14px;
}
.ak_table_data:before {
    content: "\e025";
}
.picture-center .picture-center-menu{
    width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid #e6e8ed;
    padding: 16px 0 4px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.picture-center .picture-center-menu .picture-center-menu-title {
    padding: 0 20px;
    color: #555;
    line-height: 16px;
    font-weight: 400;
    font-size: 12px;
}
.picture-center .picture-center-menu .picture-center-menu-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    position: relative;
}
.el-scrollbar {
    overflow: hidden;
    position: relative;
}
.el-scrollbar {
    overflow: hidden;
    position: relative;
}
.picture-center .el-scrollbar__wrap {
    overflow-x: hidden;
}
.el-scrollbar__wrap {
    overflow: scroll;
    height: 100%;
}
.picture-center .picture-center-menu .picture-center-menu-list .menu-list-item.active {
    color: #006eff;
    background-color: #f0f6ff;
}
.picture-center .picture-center-menu .picture-center-menu-list .menu-list-item {
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    color: #333;
}
::-webkit-scrollbar-track {
    background-color: #f7f8fa;
}