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

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

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

.imc_partiallyOpen a {
    text-decoration: none;
    color: #5582f3;
    color: var(--theme);
}

.imc_partiallyOpen table {
    table-layout: fixed;
}

.imc_partiallyOpen th {
    font-weight: normal;
}

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

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

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

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

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

.imc_partiallyOpen .search {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.imc_partiallyOpen tbody {
    counter-reset: order;
}

.imc_partiallyOpen tr {
    counter-increment: order;
}

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

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

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

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

.imc_partiallyOpen .primary {
    color: #5582f3;
    color: var(--theme);
}

.imc_partiallyOpen .warning {
    color: #ee761c;
}

.imc_partiallyOpen .error {
    color: #ed233b;
}

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

.imc_partiallyOpen .hidden {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.imc_partiallyOpen .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_partiallyOpen .head .item.hack .title .name {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid;
}

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

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

.imc_partiallyOpen .head .item.actived .info .text .actived-primary {
    color: #5582f3;
    color: var(--theme);
}

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

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

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

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

.imc_partiallyOpen .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_partiallyOpen .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_partiallyOpen .content .content-item .footer .btn.blank {
    background-color: #fff;
    color: #5582f3;
    color: var(--theme);
}

.imc_partiallyOpen .content .content-item .footer .btn.blank {
    margin-left: auto;
}

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

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

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

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

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

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

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

.imc_partiallyOpen .content .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_partiallyOpen .content .bill .bill-table {
    flex: 1;
    height: 0;
    padding: 0 20px;
}

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

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

.imc_partiallyOpen .content .treatment .searchForm .selectAllLabel {
    margin-left: 5px;
}

.imc_partiallyOpen .content .treatment .searchForm .description {
    margin-right: auto;
}

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

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

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

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

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

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

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

.imc_partiallyOpen .content .treatment .imc_main .bill-edit {
    display: none;
    flex-direction: column;
    width: 248px;
    padding: 0;
    background: #f9f9fa;
    border-right: 1px solid #d9d9d9;
}

.imc_partiallyOpen .content .treatment .imc_main .bill-edit .list {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
}

.imc_partiallyOpen .content .treatment .imc_main .bill-edit .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_partiallyOpen .content .treatment .imc_main .bill-edit .list .item:not(:last-child) {
    margin-bottom: 10px;
}

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

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

.imc_partiallyOpen .content .treatment .imc_main .bill-edit .total {
    height: 66px;
    padding: 0 10px;
    background: #fff;
    box-shadow: 0px -2px 1px 0px #e2e3e8;
    z-index: 0;
}

.imc_partiallyOpen .content .treatment .imc_main .bill-edit .total .item {
    display: flex;
    align-items: center;
    height: 22px;
}

.imc_partiallyOpen .content .treatment .imc_main .bill-edit .total .item .icon {
    display: inline-block;
    margin-right: 8px;
}

.imc_partiallyOpen .content .treatment .imc_main .bill-edit .total .se .icon {
    width: 18px;
    height: 18px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAjFJREFUOBGtlMtrU0EUxr9zb0TiAxFEii9EBMWFtqWJxooNFZQiulP/gDRN1oILUbcu3LiQQhJrxBeIihsx4MLqwtYSQcSuREUKLhQXttZWm/Te43cqKXNLFqV6YJgzZ775zTlz74zsK2lPqCipYhOWYCL47An6YgYRD7lqVipL4CBZ1KPGQKLAXP7RjBFbyDh8U1dO/sYe7tIWAn4LMPBVkanm5YppmcGlmI/+4V4Zc9d67iA1oNvHpzEUKK4zzS7fw9tHOZmmf2xvWXcdLOtm+ocWQowRAb3slQ/cuRWKMucej2Tleec13cDDrIQ1nJqp4YIATw+UdZubgPmR0lI3dGMwg9MEJdmmkgVtqdcBFXRS+46lThC0vlbHWY6zBmhYJCNvFj9E8YSTcZYw6sXwYk4ouP0qL2escevLjcVuHwENZWTS8/GN37GNoo7dAaomJnxroqSt1jTADhfQ8COlWTAIcJHpP4Dg5xugID7uhiHOSYgjjMUpmWC7ZVrXIqDkVe3WEOMEkYEvPKf4ljUYHPuO4wTeYTZdLOH9SF4euhDzI6VZYBlw3nozfsHC/ZMSENhB4Ou/USBV1J37S5pojK2PgHhNBodz8tEVMMsMx58IrFk88BALgPZZRburi5TmTpifLuq6qQB9a1eg28YsbxQB+nlWv/hLnLDYvDW7a/wJV9tVMVH6nq6aF9Ppqejy9LPo1ZpjNAO5CxfjG8Oz98SegsUsaKaxtcaQ//Ww/QEZLdpAWa0XGAAAAABJRU5ErkJggg==) no-repeat;
}

.imc_partiallyOpen .content .treatment .imc_main .bill-edit .total .jshj .icon {
    width: 19px;
    height: 19px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAAXNSR0IArs4c6QAAAeVJREFUOBGtVDtIXEEUPfPYjZ9OHgQbX2OnVYpNYbGY0lhYuSCBFFY2VukCqQJb2SWF22whBCFWW2xsBD+FjYWV6RbCbqEIi535GDI5ZzLzfIyrsMELy7x77zln587cOwYDrNq0U99v8MoAixaYJiTlr0+/Q789Vsano1XTi6nM39rCFzvS7+E9LFZhsJ0YtMoWZ5MT6F9cIb0xmP1jscT8CvPNdArvdl+an0EhF5vbsk9/X6PFRLc0jvXj1+YygOLVYz8wnhG7FLBOzO2oiwOWsH+yZt7G5Pv8yqatU+BFmmFeO0wEdKVxR8MIiefxXc9HosPWGak0AYI9b9jP/Odq8LXKV7wYczzypZPo1nTYoe4AtBYfjUEuKCH5igeMVscjXzq8MCzq1ooAfbOEIxJrzO9UGvaNF6opHmPFdzrqI11/DMgFgWUew4aEBwkJJ750SvxO1UcKBmNJzN2xQ8bzIIW5mX8m/jf2ocRcQ3I99zmVmAMVk3gcC1itamgufZ1ZR51dTA77Lb50Stx4240IsFcUiUst+vEuxZeOUX/8+IVT9stM3B5B/KEy/Wh9HX2CZ4mbfg4t51KzNrQ5HvnSceOk6adKxh3UB6nFZQWMx2eez9739mivRhB8tPcsCGr935f2L92EA0dwki4aAAAAAElFTkSuQmCC) no-repeat;
}

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

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

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

.imc_partiallyOpen .content .treatment .imc_main .invoice-detail .item .info::before {
    content: '发票';
    position: absolute;
    line-height: 24px;
    font-weight: bold;
}

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

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

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

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

.imc_partiallyOpen .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_partiallyOpen .content .treatment .imc_main .invoice-detail .item .text .value .invoiceType.actived {
    background-color:#5582f3;
    background-color: var(--theme);
    color: #fff;
}

.imc_partiallyOpen .content .treatment .imc_main .invoice-detail .item .operate {
    justify-content: space-between;
}

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

.imc_partiallyOpen .content .treatment .imc_main .invoice-detail .item .operate .set-item {
    display: flex;
    align-items: center;
}

.imc_partiallyOpen .content .treatment .imc_main .invoice-detail .item .operate .set-item:not(:last-child) {
    margin-right: 20px;
}

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

.imc_partiallyOpen .content .treatment .imc_main .invoice-detail .item .operate .set-item .btn {
    height: 23px;
    padding: 0 6px;
    border-radius: 2px;
    border: 1px solid #5582f3;
    background-color: #5582f3;
    border-color: var(--theme);
    background-color: var(--theme);
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.imc_partiallyOpen .content .treatment .imc_main .invoice-detail .item .operate .set-item .cancel-btn {
    height: 23px;
    padding: 0 6px;
    border-radius: 2px;
    border: 1px solid #5582f3;
    background-color: #5582f3;
    border-color: var(--theme);
    background-color: var(--theme);
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.imc_partiallyOpen .content .treatment .imc_main .invoice-detail .item .operate .btn {
    margin: 0 20px;
}

.imc_partiallyOpen .content .treatment .imc_main .invoice-detail .item .operate .btn:last-child {
    margin-right: 0;
}

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

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

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

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

.imc_partiallyOpen .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_partiallyOpen .content .preview .imc_main .bill-list .item.actived {
    border-color: #5582f3;
    border-color: var(--theme);
}

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

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

.imc_partiallyOpen .content .preview .imc_main .invoice-box {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 8px;
    background-color: #f3f3f5;
    overflow-y: auto;
}

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

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

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

.imc_partiallyOpen .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_partiallyOpen .content .preview .imc_main .invoice-box .prev::after {
    border-color: #fff transparent transparent #fff;
    transform: translate(-20%, -50%) rotate(-45deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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