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

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

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

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

.imc_invoiceReverse table {
    table-layout: fixed;
}

.imc_invoiceReverse th {
    font-weight: normal;
}

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

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

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

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

.imc_invoiceReverse textarea.searchInput {
    height: 32px;
    resize: none;
}

.imc_invoiceReverse .search {
    position: relative;
}

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

.imc_invoiceReverse .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_invoiceReverse .checkbox {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    overflow: hidden;
}

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

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

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

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

.imc_invoiceReverse .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_invoiceReverse .checkbox input[type="checkbox"]:disabled + .label {
    border-color: #d1d1d1;
    background-color: #d1d1d1;
    cursor: not-allowed;
}

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

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

.imc_invoiceReverse .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_invoiceReverse .switch input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

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

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

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

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

.imc_invoiceReverse .loading-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.2);
}

.imc_invoiceReverse .loading-icon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    animation: loadingCircle 1s infinite linear;
}

@keyframes loadingCircle {
    to {
        transform: rotate(360deg)
    }
}

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

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

.imc_invoiceReverse tbody {
    counter-reset: order;
}

.imc_invoiceReverse tr {
    counter-increment: order;
}

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

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

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

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

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

.imc_invoiceReverse .warning {
    color: #ee761c;
}

.imc_invoiceReverse .error {
    color: #ed233b;
}

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

.imc_invoiceReverse .hidden {
    display: none;
}

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

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

.imc_invoiceReverse th,
.imc_invoiceReverse td {
    padding: 0 5px;
}

.imc_invoiceReverse .head {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    border: 1px solid #E2E2E2;
}

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

.imc_invoiceReverse .head .item .title .name {
    font-size: 18px;
    font-weight: bold;
    color: #999;
}

.imc_invoiceReverse .head .item .title .line {
    position: relative;
    width: 152px;
    margin: 0 20px;
    border-bottom: 2px solid #ccc
}

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

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

.imc_invoiceReverse .head .item.hack .title .name {
    font-size: 18px;
    font-weight: bold;
}

.imc_invoiceReverse .head .item.hack .title .line::after {
    width: 76px;
}

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

.imc_invoiceReverse .content .content-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

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

.imc_invoiceReverse .content .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_invoiceReverse .content .footer .btn.disabled {
    background-color: rgba(153, 153, 153, .2);
    border-color: rgba(153, 153, 153, .2);
    color: #999;
    cursor: not-allowed;
}

.imc_invoiceReverse .content .footer .btn.loading .loading-box {
    display: flex;
}

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

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

.imc_invoiceReverse .content .imc_main {
    display: flex;
    flex: 1;
    height: 0;
}

.imc_invoiceReverse .content .imc_main .bill-list .list {
    width: 248px;
    height: 100%;
    padding: 10px;
    background: #f9f9fa;
    border-right: 1px solid #d9d9d9;
    overflow-y: auto;
}

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

.imc_invoiceReverse .content .imc_main .bill-list .item + .item {
    margin-top: 10px;
}

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

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

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

.imc_invoiceReverse .content .imc_main .invoice-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding: 0 8px;
    background-color: #f3f3f5;
    overflow-y: auto;
}

.imc_invoiceReverse .content .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_invoiceReverse .content .imc_main .invoice-box .btn.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

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

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

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

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

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

.imc_invoiceReverse .content .imc_main .searchForm {
    display: flex;
    height: 40px;
    padding: 0 15px;
    border-bottom: 1px solid #E2E2E2;
    background-color: #fff;
}

.imc_invoiceReverse .content .imc_main .searchForm .searchItem {
    display: flex;
    align-items: center;
}

.imc_invoiceReverse .content .imc_main .searchForm .searchItem + .searchItem {
    margin-left: 10px;
}

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

.imc_invoiceReverse .content .imc_main .searchForm .searchItem .searchInput{
    width: 160px;
}

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


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

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

.imc_invoiceReverse .content .imc_main .invoice .invoiceCodeNo {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #666;
}

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

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

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

.imc_invoiceReverse .content .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_invoiceReverse .content .imc_main .invoice .info .base {
    width: 573px;
    padding: 0 10px;
    border-right: 1px solid #8d5505;
    line-height: 20px;
}

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

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

.imc_invoiceReverse .content .imc_main .invoice .info .other .searchInput {
    height: 100%;
    padding: 6px 10px;
}

.imc_invoiceReverse .content .imc_main .invoice .info .other .searchInput:disabled {
    background: #f3f3f5;
    border: none;
}

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

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

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

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

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

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

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

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

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

.imc_invoiceReverse .content .imc_main .invoice .detailLine .line .item {
    width: 100px;
    display: flex;
    align-items: center;
}

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

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

.imc_invoiceReverse .content .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_invoiceReverse .content .imc_main .invoice .total .jshjje {
    margin-left: 20px;
}

.imc_invoiceReverse .content .imc_main .invoice .total .jshjje::before {
    content: '￥';
}

.imc_invoiceReverse .content .imc_main .invoice .operator {
    display: flex;
    padding: 0 10px;
    line-height: 24px;
}

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

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

.imc_invoiceReverse .content .imc_main .invoice .operator .value.searchInput {
    border: 0 !important;
    border-radius: 0 !important;
}

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

.imc_invoiceReverse .content .flush .solutions .cur-solutions {
    display: block;
    max-width: 100px;
}

.imc_invoiceReverse .content .flush .solutions .split {
    padding: 0 20px;
    color: #ccc;
}

.imc_invoiceReverse .content .flush .solutions .common-solutions {
    display: flex;
}


.imc_invoiceReverse .content .flush .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_invoiceReverse .content .flush .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_invoiceReverse .content .flush .solutions .more-box {
    display: flex;
}

.imc_invoiceReverse .content .flush .solutions .more-box .more {
    position: relative;
}

.imc_invoiceReverse .content .flush .solutions .more-box .more .btn {
    cursor: pointer;
}

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

.imc_invoiceReverse .content .flush .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_invoiceReverse .content .flush .solutions .more-box .more-pop .more-mask {
    position: absolute;
    left: 0;
    top: -27px;
    width: 100%;
    height: 27px;
    background-color: transparent;
    cursor: pointer;
}

.imc_invoiceReverse .content .flush .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_invoiceReverse .content .flush .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_invoiceReverse .content .flush .solutions .more-box .more-solutions .solutions-item {
    margin: 20px 0;
    cursor: pointer;
}

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

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

.imc_invoiceReverse .content .flush .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_invoiceReverse .content .flush .imc_main .bill-detail .item.actived {
    border-color: #5582f3;
    border-color: var(--theme);
}

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

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

.imc_invoiceReverse .content .flush .imc_main .bill-detail .item .title .error,
.imc_invoiceReverse .content .flush .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_invoiceReverse .content .flush .imc_main .bill-detail .item .title .statu.finished {
    background: rgba(85, 130, 243, .15);
    color: #5582f3;
}

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

.imc_invoiceReverse .content .flush .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_invoiceReverse .content .flush .imc_main .bill-detail .item .title .sure.disabled {
    background-color: rgba(153, 153, 153, .2);
    color: #999;
    cursor: not-allowed;
}

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

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

.imc_invoiceReverse .content .flush .imc_main .invoice-detail .item .info {
    position: relative;
}

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

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

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

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

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

.imc_invoiceReverse .content .flush .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);
}

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

.imc_invoiceReverse .content .flush .imc_main .invoice-detail .item .set {
    justify-content: flex-end;
}

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

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

.imc_invoiceReverse .content .flush .imc_main .invoice-detail .item .total {
    padding-top: 8px;
    text-align: right;
    color: #333;
}

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

.imc_invoiceReverse .content .reopen .imc_main .edit-list {
    width: 0;
    position: relative;
    display: none;
    flex-direction: column;
    background: rgba(255, 255, 255, .8);
    border-left: 1px solid #e2e2e2;
    overflow: hidden;
}

.imc_invoiceReverse .content .reopen .imc_main .edit-list .title {
    padding: 12px 24px 12px;
    height: 52px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.imc_invoiceReverse .content .reopen .imc_main .edit-list .list {
    padding: 0 14px;
    flex: 1;
    height: 0;
    overflow-y: auto;
}

.imc_invoiceReverse .content .reopen .imc_main .edit-list .list .item {
    margin-bottom: 16px;
    position: relative;
}

.imc_invoiceReverse .content .reopen .imc_main .edit-list .list .item .name {
    height: 28px;
    font-size: 12px;
    color: #333;
    line-height: 28px;
    text-indent: 6px;
}

.imc_invoiceReverse .content .reopen .imc_main .edit-list .list .item .old-value {
    width: 100%;
    height: 20px;
    padding: 0 6px;
    background: #F3F3F5;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    margin-bottom: 4px;
}

.imc_invoiceReverse .content .reopen .imc_main .edit-list .list .item .new-value {
    width: 100%;
    height: 20px;
    padding: 0 6px;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    line-height: 18px;
    color: #333;
}

.imc_invoiceReverse .content .reopen .imc_main .edit-list .sure {
    height: 32px;
    background: #fff;
    box-shadow: 0 -1px 3px 0 #DBDBDB;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #5582F3;
    color: var(--theme);
    cursor: pointer;
}

.imc_invoiceReverse .content .reopen .imc_main .btnDetail {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background-color: #5582F3;
    background-color: var(--theme);
    cursor: pointer;
}

.imc_invoiceReverse .content .reopen .imc_main .btnDetail::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-width: 5px 7px;
    border-style: solid;
    border-color: transparent;
}

.imc_invoiceReverse .content .reopen .imc_main .btnDetail.left {
    left: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.imc_invoiceReverse .content .reopen .imc_main .btnDetail.left::before {
    left: 6px;
    border-left-color: #fff;
}

.imc_invoiceReverse .content .reopen .imc_main .btnDetail.right {
    right: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.imc_invoiceReverse .content .reopen .imc_main .btnDetail.right::before {
    right: 6px;
    border-right-color: #fff;
}

.imc_invoiceReverse .content .result .imc_main {
    display: block;
    overflow: hidden;
}

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

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

.imc_invoiceReverse .content .result .imc_main .progress .box .bar {
    position: relative;
    flex: 1;
    height: 8px;
    background: #e5e5e5;
    border-radius: 4px;
}
.imc_invoiceReverse .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_invoiceReverse .content .result .imc_main .progress .box .loading{
    height: 22px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #45b14c;
    line-height: 22px;
}

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

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

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

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

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