body {
    background-color: rgba(0, 0, 0, .7);
    font-family: PingFangSC-Semibold, PingFang SC;
}

.imc_invoiceWorkbench {
    width: 1200px;
    height: 680px;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

.imc_invoiceWorkbench * {
    box-sizing: border-box;
    margin: 0;
}

.imc_invoiceWorkbench a {
    text-decoration: none;
    color: #5582f3;
}

.imc_invoiceWorkbench table {
    table-layout: fixed;
}

.imc_invoiceWorkbench th {
    font-weight: normal;
}

.imc_invoiceWorkbench input,
.imc_invoiceWorkbench select,
.imc_invoiceWorkbench textarea {
    outline: none;
}

.imc_invoiceWorkbench input:hover,
.imc_invoiceWorkbench select:hover,
.imc_invoiceWorkbench textarea:hover,
.imc_invoiceWorkbench input:focus,
.imc_invoiceWorkbench select:focus,
.imc_invoiceWorkbench textarea:focus {
    border-color: #5582f3!important;
    border-color: var(--theme)!important;
}

.imc_invoiceWorkbench textarea {
    width: 100%;
    height: 32px;
    padding: 0 8px;
    border-radius: 2px;
    border: 1px solid #ccc;
    color: #333;
    resize: none;
}

.imc_invoiceWorkbench input:disabled {
    background-color: #F3F3F5!important;
}

.imc_invoiceWorkbench .searchInput {
    width: 100%;
    height: 24px;
    padding: 0 8px;
    border-radius: 2px;
    border: 1px solid #ccc;
    color: #333;
}

.imc_invoiceWorkbench .search {
    position: relative;
}

.imc_invoiceWorkbench .search .searchInput {
    padding-right: 34px;
}

.imc_invoiceWorkbench .search .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAEWklEQVRYR72XX2jbVRTHv+eGpBl1MNB2OFbm3HCWpkn7O1dF556GWsQyRVZBEBUGMmSwTraHsj2oyMCVzQcRcQNxE0XZ0BVKlSlzexDm7u+XhqSWybQPoptSKwOraZPfPXJLWtom6Z8t3e8lDznnez459/zu+YawzEdE1NDQUGM+n18Ti8X+SCaTfy9TYk44LSU5nU5vtdY+LSKdADYDiMzKyxNRmojOisgZZr66FM3pmAUBgiB42Fr7NoBHSwn/AsgS0e8AbohIIxGtB5BwnSEiKyKn6urqDrW2tv66FJCKACISCYKgV0T2lkT6lVIfNDQ0nGtqavpvvnAmk2kMw7DTWtsNoAWAi9mltf5kMYgygFwud0c+nz8D4HEAV5RSr3ied2ExIfe9A/d9/2UARwGsJqK3mPngQrlzAESEfN//AsAOIvpaRJ7TWt9YSvHZMYODgy3FYrEPwL1EtI+Zj1XTmANgjHkDwCEiuiAij2mtC8stPh2fzWabJiYmLgO4SynV4XneN5W0ZgB8398sIj8CuFZfX+81Nzf/dbPFp/PS6fQjYRheBPAzM7cQUXG+5gyAMeZzADuVUs97nvfprRafzjfGHHcDqZTa7Xne+xUBstns2snJSfdqZT3PayciqRVAEATrRGRERH7SWrdWBDDG7AJwnIgOMPORWhWf1vF9f0BEOmKx2KZkMvnLbP2pI/B9/7SIPBuNRu9PpVJXag1gjNkN4D0Ar2qt3efMMw1wWURSzFxXy/bP6sA2EblIREeY+UAlgN9EpKi13lDrX+/0jDGbAFwloo+Z+YUyAGPMKBGNMfN9KwGQyWTWFwoFtxtOa613VgJwC+YeZl69EgDpdPqBMAx/IKJ3mXlPpSP4SkSeANCgtR6tNYTv+10i8hmAHq314TKAIAgOWmvfVEq96HneyRUA+FBEXopEIlvb29u/LwPIZDKJQqHgjqGPmXfUEiCXy8Xy+by75IiZnX8IywBKd8EggGQkEuG2trZ0rSB83+8WkaNE1MvM+6vuAt/3O0RkAMB5Zt5ei/sgCIIGa+0wgFXRaHRjKpX6sypAqQtTw6iUOux5Xs+tdMEYEyWib0VkG4D9WuveSnpz/MDw8PCd4+PjbodvJKJuZn7nZiBGRkbiY2NjH4lIF4B+Zu6s1tEyS+bcTBiG50WkAcCJaDS6N5VKjS8VJAiCDdZat9ofLOWcdWu+mrmpaEqdiIj0iUgSwHWl1OuRSOTUQiDGmLud/QKwR0TqSsZ0VQniSwBdlSCq2vJMJlNfLBZ7RMQ5XSfk/P85AJcATNlyImoUEWfLtwN4yHlKAKNKqdestd+5gXa+cCGIRf+YOENhrXXX5zMAtlQcJCIREfcan4jH4ycTicQ/Lq7kCx1IVYhFAWYXLPnGLUS0DsAat8CI6Fo8Hr9UzUMuBrEsgKUO4vy4hSBuC0Cl4yCiY8y877YBzIcgogFmfvK2ApQg1hYKhadisVh/IpG4/j9P9wg/aju6tAAAAABJRU5ErkJggg==) no-repeat center/16px 16px;
    cursor: pointer;
}

.imc_invoiceWorkbench .checkbox {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    overflow: hidden;
}

.imc_invoiceWorkbench .checkbox .label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border: 1px solid #767676;
    cursor: pointer;
}

.imc_invoiceWorkbench .checkbox input[type="checkbox"] {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

.imc_invoiceWorkbench .checkbox input[type="checkbox"]:hover + .label {
    border-color: #5582f3;
    border-color: var(--theme);
}

.imc_invoiceWorkbench .checkbox input[type="checkbox"]:checked + .label {
    border-color: #5582f3;
    background-color: #5582f3;
    border-color: var(--theme);
    background-color: var(--theme);
}

.imc_invoiceWorkbench .checkbox input[type="checkbox"]:checked + .label::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 10px;
    width: 2px;
    height: 2px;
    background-color: #fff;
    box-shadow: 2px 0 0 0 #fff, 4px 0 0 0 #fff, 0 2px 0 0 #fff, 0 4px 0 0 #fff, 0 6px 0 0 #fff, 0 8px 0 0 #fff, 0 10px 0 0 #fff;
    transform: rotate(-135deg);
}

.imc_invoiceWorkbench .checkbox input[type="checkbox"]:disabled + .label {
    border-color: #d1d1d1;
    background-color: #d1d1d1;
    cursor: not-allowed;
}

.imc_invoiceWorkbench .switch {
    position: relative;
    width: 40px;
    height: 24px;
    border-radius: 12px;
    overflow: hidden;
}

.imc_invoiceWorkbench .switch .label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.imc_invoiceWorkbench .switch .label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 100%;
    z-index: 1;
    transition: transform 0.2s;
}

.imc_invoiceWorkbench .switch input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

.imc_invoiceWorkbench .switch input[type="checkbox"] + .label {
    background-color: #ccc;
}

.imc_invoiceWorkbench .switch input[type="checkbox"] + .label::after {
    transform: translate3d(1px, 0, 0);
}

.imc_invoiceWorkbench .switch input[type="checkbox"]:checked + .label {
    background-color: #5582f3;
    background-color: var(--theme);
}

.imc_invoiceWorkbench .switch input[type="checkbox"]:checked + .label::after {
    transform: translate3d(17px, 0, 0);
}

.imc_invoiceWorkbench .hide-scrollbar {
    scrollbar-color: transparent transparent;
    min-width: unset
}

.imc_invoiceWorkbench .hide-scrollbar::-webkit-scrollbar {
    min-width: inherit;
    background-color: transparent
}

.imc_invoiceWorkbench tbody {
    counter-reset: order;
}

.imc_invoiceWorkbench tr {
    counter-increment: order;
}

.imc_invoiceWorkbench tr .order::before {
    content: counter(order);
}

.imc_invoiceWorkbench .mgl5 {
    margin-left: 5px;
}

.imc_invoiceWorkbench .mgr10 {
    margin-right: 10px;
}

.imc_invoiceWorkbench .vaMiddle {
    vertical-align: middle;
}

.imc_invoiceWorkbench .primary {
    color: #5582f3;
}

.imc_invoiceWorkbench .warning {
    margin-right: 15px;
    color: #ee761c;
}

.imc_invoiceWorkbench .error {
    color: #ed233b;
}

.imc_invoiceWorkbench .success {
    color: #45b14c;
}

.imc_invoiceWorkbench .hidden {
    display: none;
}

.imc_invoiceWorkbench .truncateText {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.imc_invoiceWorkbench .requiredFields::before {
    content: '*';
    color: red;
}

/* .imc_invoiceWorkbench th,
.imc_invoiceWorkbench td {
    padding: 0 5px;
} */

.imc_invoiceWorkbench thead th.isResizer {
    border: 1px solid #ddd;
    position: relative;
}

.imc_invoiceWorkbench .resizer {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    cursor: col-resize;
    user-select: none;
}

.imc_invoiceWorkbench .head {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.imc_invoiceWorkbench .head .item .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    margin-bottom: 4px;
}

.imc_invoiceWorkbench .head .item .title .name {
    font-size: 14px;
    color: #999;
}

.imc_invoiceWorkbench .head .item .title .line {
    position: relative;
    width: 140px;
    margin: 0 20px;
    border-bottom: 1px dashed #ccc
}

.imc_invoiceWorkbench .head .item .title .empty {
    width: 70px;
    height: 1px;
    margin-left: 20px;
}

.imc_invoiceWorkbench .head .item .info .text {
    display: flex;
    width: 186px;
    color: #999;
}

.imc_invoiceWorkbench .head .item .info .text .name {
    flex: none;
    margin-right: 10px;
}
.imc_invoiceWorkbench .head .item .info .text .value {
    flex: 1;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.imc_invoiceWorkbench .head .item.actived .title .name {
    color:#5582f3;
    color: var(--theme);
}

.imc_invoiceWorkbench .head .item.actived .title .line::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 1px;
    background-color: #5582f3;
    background-color: var(--theme);
}

.imc_invoiceWorkbench .head .item.hack .title .name {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid;
}

.imc_invoiceWorkbench .head .item.hack .title .line::after {
    width: 70px;
}

.imc_invoiceWorkbench .head .item.actived .info .text .name {
    color: #333;
}

.imc_invoiceWorkbench .head .item.actived .info .text .actived-primary {
    color: #5582f3;
}

.imc_invoiceWorkbench .head .item.actived .info .text .actived-warning {
    color: #ee761c;
}

.imc_invoiceWorkbench .content {
    display: none;
    flex: 1;
    height: 0;
}

.imc_invoiceWorkbench .content .content-item {
    height: 100%;
}

.imc_invoiceWorkbench .content .content-item .footer {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 10px 20px;
    border-top: 1px solid #d9d9d9;
}

.imc_invoiceWorkbench .content .content-item .footer .btn {
    min-width: 68px;
    height: 32px;
    padding: 0 12px;
    border-radius: 2px;
    border: 1px solid #5582f3;
    background-color: #5582f3;
    border-color: var(--theme);
    background-color: var(--theme);
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
}

.imc_invoiceWorkbench .content .content-item .footer .btn.disabled {
    background-color: rgba(153, 153, 153, .2);
    border-color: rgba(153, 153, 153, .2);
    color: #999;
    cursor: not-allowed;
}

.imc_invoiceWorkbench .content .content-item .footer .btn.blank {
    background-color: #fff;
    color: #5582f3;
    color: var(--theme);
}

.imc_invoiceWorkbench .content .content-item .footer .btn.quit {
    margin-left: auto;
}

.imc_invoiceWorkbench .content .content-item {
    display: flex;
    flex-direction: column;
}

.imc_invoiceWorkbench .content .bill,
.imc_invoiceWorkbench .content .treatment {
    border-top: 8px solid #f3f3f5;
}

.imc_invoiceWorkbench .content .bill .searchForm {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 20px;
}

.imc_invoiceWorkbench .content .bill .searchForm .searchItem {
    display: flex;
    align-items: center;
}

.imc_invoiceWorkbench .content .bill .searchForm .searchItem:not(:last-of-type) {
    margin-right: 10px;
}

.imc_invoiceWorkbench .content .bill .searchForm .searchItem .searchName{
    margin-right: 5px;
    color: #333;
}

.imc_invoiceWorkbench .content .bill .searchForm .searchItem .searchInput{
    width: 160px;
}

.imc_invoiceWorkbench .content .bill .searchForm .btn {
    width: 54px;
    height: 24px;
    background-color: #5582f3;
    background-color: var(--theme);
    border-radius: 2px;
    margin-right: auto;
    line-height: 24px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.imc_invoiceWorkbench .content .bill .bill-table {
    flex: 1;
    height: 0;
    padding: 0 20px;
}

.imc_invoiceWorkbench .content .bill .footer .total {
    color: #111;
}

.imc_invoiceWorkbench .content .bill .footer .total .num {
    margin-right: 15px;
}

.imc_invoiceWorkbench .content .treatment .solutions {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 20px;
}

.imc_invoiceWorkbench .content .treatment .solutions .cur-solutions {
    display: block;
    max-width: 100px;
}

.imc_invoiceWorkbench .content .treatment .solutions .split {
    padding: 0 20px;
    color: #ccc;
}

.imc_invoiceWorkbench .content .treatment .solutions .common-solutions {
    display: flex;
}


.imc_invoiceWorkbench .content .treatment .solutions .common-solutions .solutions-item {
    max-width: 120px;
    height: 20px;
    padding: 0 10px;
    border: 1px solid #5582f3;
    border-color: var(--theme);
    margin-left: 10px;
    text-align: center;
    line-height: 18px;
    color: #5582f3;
    color: var(--theme);
    cursor: pointer;
}

.imc_invoiceWorkbench .content .treatment .solutions .common-solutions .solutions-item.disabled {
    background-color: rgba(153, 153, 153, .2);
    border-color: rgba(153, 153, 153, .2);
    color: #999;
    cursor: not-allowed;
}

.imc_invoiceWorkbench .content .treatment .solutions .more-box {
    display: flex;
}

.imc_invoiceWorkbench .content .treatment .solutions .more-box .more {
    position: relative;
}

.imc_invoiceWorkbench .content .treatment .solutions .more-box .more .btn {
    cursor: pointer;
}

.imc_invoiceWorkbench .content .treatment .solutions .more-box .more .btn.disabled {
    color: #999;
    cursor: not-allowed;
}

.imc_invoiceWorkbench .content .treatment .solutions .more-box .more-pop {
    display: none;
    position: absolute;
    left: -50px;
    top: 27px;
    z-index: 1;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 8px 0 rgba(41, 56, 93, 0.21);
}

.imc_invoiceWorkbench .content .treatment .solutions .more-box .more-pop .more-mask {
    position: absolute;
    left: 0;
    top: -27px;
    width: 100%;
    height: 27px;
    background-color: transparent;
    cursor: pointer;
}

.imc_invoiceWorkbench .content .treatment .solutions .more-box .more-pop::after {
    content: '';
    position: absolute;
    left: 54px;
    top: -4px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent #fff;
    box-shadow: 0 3px 8px 0 rgba(41, 56, 93, 0.21);
    transform: rotate(45deg);
    z-index: 1;
}

.imc_invoiceWorkbench .content .treatment .solutions .more-box .more-solutions {
    position: relative;
    width: 130px;
    max-height: 150px;
    padding: 0 15px;
    background-color: #fff;
    overflow-y: auto;
    z-index: 2;
}

.imc_invoiceWorkbench .content .treatment .solutions .more-box .more-solutions .solutions-item {
    margin: 20px 0;
    cursor: pointer;
}

.imc_invoiceWorkbench .content .treatment .solutions .more-box .more-solutions .solutions-item:hover {
    color: #5582f3;
    color: var(--theme);
}

.imc_invoiceWorkbench .content .treatment .imc_main {
    display: flex;
    flex: 1;
    height: 0;
    border-top: 1px solid #d9d9d9;
}

.imc_invoiceWorkbench .content .treatment .imc_main .bill-detail {
    width: 464px;
    height: 100%;
    padding: 10px 20px;
    background-color: #f9f9fa;
    border-right: 1px solid #d9d9d9;
    overflow-y: auto;
}

.imc_invoiceWorkbench .content .treatment .imc_main .bill-detail .item {
    padding: 10px 10px 15px;
    border: 2px solid transparent;
    background: #fff;
    box-shadow: 0 0 4px 0 #e2e3e8;
    margin-bottom: 10px;
    cursor: pointer;
}

.imc_invoiceWorkbench .content .treatment .imc_main .bill-detail .item.actived {
    border-color: #5582f3;
    border-color: var(--theme);
}

.imc_invoiceWorkbench .content .treatment .imc_main .bill-detail .item .title {
    display: flex;
    align-items: center;
    height: 20px;
    margin-bottom: 6px;
}

.imc_invoiceWorkbench .content .treatment .imc_main .bill-detail .item .title .name {
    flex: 0 1 auto;
    font-weight: bold;
}

.imc_invoiceWorkbench .content .treatment .imc_main .bill-detail .item .title .error,
.imc_invoiceWorkbench .content .treatment .imc_main .bill-detail .item .title .statu {
    flex: none;
    height: 20px;
    padding: 0 8px;
    background: rgba(228, 118, 28, .15);
    border-radius: 10px;
    margin: 0 5px;
    line-height: 20px;
    text-align: center;
    color: #ee761c;
}

.imc_invoiceWorkbench .content .treatment .imc_main .bill-detail .item .title .statu.finished {
    background: rgba(85, 130, 243, .15);
    color: #5582f3;
}

.imc_invoiceWorkbench .content .treatment .imc_main .bill-detail .item .title .error {
    margin-left: 0px;
}

.imc_invoiceWorkbench .content .treatment .imc_main .bill-detail .item .title .sure {
    flex: none;
    height: 24px;
    padding: 0 10px;
    margin-left: auto;
    background-color: #5582f3;
    background-color: var(--theme);
    line-height: 24px;
    color: #fff;
    cursor: pointer;
}

.imc_invoiceWorkbench .content .treatment .imc_main .bill-detail .item .title .sure.disabled {
    background-color: rgba(153, 153, 153, .2);
    color: #999;
    cursor: not-allowed;
}

.imc_invoiceWorkbench .content .treatment .imc_main .invoice-detail {
    flex: 1;
    padding: 10px 18px;
    background-color: #f3f3f5;
    height: 100%;
    overflow-y: auto;
    counter-reset: number;
}

.imc_invoiceWorkbench .content .treatment .imc_main .invoice-detail .item {
    counter-increment: number;
    padding: 8px 12px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 0 4px 0 #e2e3e8;
}

.imc_invoiceWorkbench .content .treatment .imc_main .invoice-detail .item .info {
    position: relative;
}

.imc_invoiceWorkbench .content .treatment .imc_main .invoice-detail .item .info::before {
    content: '发票（'counter(number) '/'attr(data-all)'）';
    position: absolute;
    line-height: 24px;
    font-weight: bold;
}

.imc_invoiceWorkbench .content .treatment .imc_main .invoice-detail .item .box {
    display: flex;
}

.imc_invoiceWorkbench .content .treatment .imc_main .invoice-detail .item .box .text {
    flex: 1;
}

.imc_invoiceWorkbench .content .treatment .imc_main .invoice-detail .item .text {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.imc_invoiceWorkbench .content .treatment .imc_main .invoice-detail .item .text .name {
    width: 150px;
    margin-right: 12px;
    text-align: right;
    color: #666;
}

.imc_invoiceWorkbench .content .treatment .imc_main .invoice-detail .item .text .value {
    display: flex;
    flex: 1;
    align-items: center;
    color: #666;
}

.imc_invoiceWorkbench .content .treatment .imc_main .invoice-detail .item .text .value .search-btn.disabled {
    cursor: not-allowed;
}

.imc_invoiceWorkbench .content .treatment .imc_main .invoice-detail .item .text .value .invoiceType {
    /* width: 90px; */
    height: 24px;
    border: 1px solid #5582f3;
    border-color: var(--theme);
    margin-right: 20px;
    text-align: center;
    line-height: 22px;
    color: #5582f3;
    color: var(--theme);
    padding: 0 6px;
}

.imc_invoiceWorkbench .content .treatment .imc_main .invoice-detail .item .text .value .invoiceType.actived {
    background-color:#5582f3;
    background-color: var(--theme);
    color: #fff;
}

.imc_invoiceWorkbench .content .treatment .imc_main .invoice-detail .item .set {
    justify-content: flex-end;
}

.imc_invoiceWorkbench .content .treatment .imc_main .invoice-detail .item .set .set-item {
    display: flex;
    align-items: center;
    margin-left: 48px;
}

.imc_invoiceWorkbench .content .treatment .imc_main .invoice-detail .item .set .set-item .set-name {
    color: #666;
    margin-right: 5px;
}

.imc_invoiceWorkbench .content .treatment .imc_main .invoice-detail .item .total {
    padding-top: 8px;
    text-align: right;
    color: #333;
    margin-bottom: 10px;
}

.imc_invoiceWorkbench .content .treatment .imc_main .invoice-detail .item .total .total-item {
    margin-left: 20px;
}

.imc_invoiceWorkbench .content .preview .imc_main {
    display: flex;
    flex: 1;
    height: 0;
    border-top: 1px solid #d9d9d9;
}

.imc_invoiceWorkbench .content .preview .imc_main .bill-list {
    width: 248px;
    padding: 20px 10px 10px;
    background: #f9f9fa;
    border-right: 1px solid #d9d9d9;
    overflow-y: auto;
}

.imc_invoiceWorkbench .content .preview .imc_main .bill-list .item {
    padding: 7.5px 10px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 #e2e3e8;
    margin-bottom: 10px;
    cursor: pointer;
    border: 2px solid #fff;
}

.imc_invoiceWorkbench .content .preview .imc_main .bill-list .item.actived {
    border-color: #5582f3;
    border-color: var(--theme);
}

.imc_invoiceWorkbench .content .preview .imc_main .bill-list .item .text {
    width: 100%;
    height: 27px;
    line-height: 27px;
    color: #111;
}

.imc_invoiceWorkbench .content .preview .imc_main .bill-list .item .text span {
    font-weight: bold;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice-box {
    position: relative;
    display: flex;
    flex: 1;
    padding: 10px 8px;
    background-color: #f3f3f5;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice-box .btn {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: rgba(0, 0, 0, .7);
    cursor: pointer;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice-box .btn.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice-box .prev {
    left: 28px;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice-box .next {
    right: 28px;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice-box .btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border-width: 2px;
    border-style: solid;
    width: 10px;
    height: 10px;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice-box .prev::after {
    border-color: #fff transparent transparent #fff;
    transform: translate(-20%, -50%) rotate(-45deg);
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice-box .next::after {
    border-color: #fff #fff transparent transparent;
    transform: translate(-70%, -50%) rotate(45deg);
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice {
    position: relative;
    width: 100%;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 4px 0 #e2e3e8;
    color: #333;
    overflow-y: auto;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice::before {
    content: attr(data-info);
    position: absolute;
    line-height: 24px;
    font-weight: bold;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice.actived::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .3);
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .invoiceType {
    height: 26px;
    margin-bottom: 10px;
    font-size: 22px;
    color: #9a5408;
    line-height: 26px;
    text-align: center;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .box {
    border: 1px solid #8d5505;
    margin-bottom: 8px;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .info {
    display: flex;
    height: 112px;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .info .text {
    width: 32px;
    writing-mode: vertical-lr;
    text-align: center;
    line-height: 32px;
    letter-spacing: 5px;
    border-right: 1px solid #8d5505;
    color: #8c5302;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .info .base {
    width: 573px;
    padding: 0 10px;
    border-right: 1px solid #8d5505;
    line-height: 20px;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .bottom .base {
    width: 480px;
    padding: 0 10px;
    border-right: 1px solid #8d5505;
    line-height: 20px;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .info .base-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .info .other {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    line-height: 20px;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .info .other .bz{
    width: 100%;
    height: 100%;
    padding: 6px 10px;
    background: #f3f3f5;
    border: none;
    overflow-y: auto;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .info .other .bz div {
    word-wrap: break-word;
    word-break: break-all;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .info .item {
    display: flex;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .info .item:not(:last-child) {
    margin-bottom: 5px;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .info .item .name {
    width: 84px;
    text-align: right;
    color: #8c5302;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .info .item .value {
    flex: 1;
    width: 0;
    height: 20px;
    padding: 0 10px;
    background: #f3f3f5;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .info .item .value.input {
    padding: 0;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .info .item .value .searchInput {
    height: 20px;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .detailLine .line {
    display: flex;
    padding: 0 20px;
    height: 32px;
    border-top: 1px solid #ccc;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .detailLine .line.label {
    border-top: 1px solid #8d5505;
    background: #fffcf2;
    color: #8c5302;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .detailLine .line .item:first-child {
    flex: 1;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .detailLine .line .item {
    width: 108px;
    display: flex;
    align-items: center;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .detailLine .line .sl {
    width: 66px;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .detailLine .line .item:not(:last-child) {
    margin-right: 5px;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .detailLine .detail {
    height: 128px;
    overflow-y: auto;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .transportLine {
    border-bottom: 1px solid #8d5505;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .transportLine .line {
    display: flex;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #ccc;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .transportLine .line:last-child {
    border-bottom: none;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .transportLine .line.label {
    /* border-top: 1px solid #8d5505; */
    background: #fffcf2;
    color: #8c5302;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .transportLine .line .item {
    flex: 1;
    /* display: flex;
    align-items: center; */
    max-width: 170px;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .transportLine .transportDetail {
    max-height: 94px;
    overflow-y: auto;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .total {
    height: 30px;
    padding: 0 10px;
    background: #fffcf2;
    border-top: 1px solid #8d5505;
    border-bottom: 1px solid #8d5505;
    line-height: 30px;
    color: #8c5302;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .total .jshjje {
    margin-left: 20px;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .operator {
    display: flex;
    padding: 0 10px;
    line-height: 24px;
    position: relative;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .operator .tooltip {
    position: absolute;
    color: #555555;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    display: none;
    line-height: 1;
    padding: 2px;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .operator .name {
    width: 48px;
    color: #8c5302;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .operator .value {
    display: inline-block;
    width: 140px;
    height: 24px;
    padding: 0 10px;
    background: #f3f3f5;
    margin-right: 30px;
}

.imc_invoiceWorkbench .content .result .imc_main {
    flex: 1;
    overflow: hidden;
}

.imc_invoiceWorkbench .content .result .imc_main .progress {
    height: 76px;
    padding: 13px 50px;
    background-color: #fff;
    border-top: 8px solid #f3f3f5;
}

.imc_invoiceWorkbench .content .result .imc_main .progress .box {
    display: flex;
    align-items: center;
}

.imc_invoiceWorkbench .content .result .imc_main .progress .box .bar {
    position: relative;
    flex: 1;
    height: 8px;
    background: #e5e5e5;
    border-radius: 4px;
}
.imc_invoiceWorkbench .content .result .imc_main .progress .box .bar .percent {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 8px;
    background: #45b14c;
    border-radius: 4px;
    transition: width .3s;
}

.imc_invoiceWorkbench .content .result .imc_main .progress .box .loading{
    height: 22px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #45b14c;
    line-height: 22px;
}

.imc_invoiceWorkbench .content .result .imc_main .progress .text{
    font-size: 14px;
    text-align: center;
}

.imc_invoiceWorkbench .content .result .imc_main .info .item {
    display: none;
    padding: 20px 60px;
    border-top: 8px solid #f3f3f5;
}

.imc_invoiceWorkbench .content .result .imc_main .info .item .title {
    height: 22px;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

.imc_invoiceWorkbench .content .result .imc_main .info .item .title .name {
    font-size: 16px;
    font-weight: bold;
}

.imc_invoiceWorkbench .content .result .imc_main .info .fail .title .text {
    color: #666;
}

.imc_invoiceWorkbench .addBtn {
    color: #5582f3;
    margin-bottom: 2px;
    cursor: pointer;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .travelLine {
    border-bottom: 1px solid #8d5505;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .travelLine .line {
    display: flex;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #ccc;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .travelLine .line:last-child {
    border-bottom: none;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .travelLine .line.label {
    /* border-top: 1px solid #8d5505; */
    background: #fffcf2;
    color: #8c5302;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .travelLine .line .item {
    flex: 1;
    /* display: flex;
    align-items: center; */
    max-width: 170px;
}

.imc_invoiceWorkbench .content .preview .imc_main .invoice .travelLine .travelDetail {
    max-height: 94px;
    overflow-y: auto;
}