.el-descriptions{--el-descriptions-table-border:1px solid var(--el-border-color-lighter);--el-descriptions-item-bordered-label-background:var(--el-fill-color-light);box-sizing:border-box;color:var(--el-text-color-primary);font-size:var(--el-font-size-base)}.el-descriptions__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.el-descriptions__title{color:var(--el-text-color-primary);font-size:16px;font-weight:700}.el-descriptions__body{background-color:var(--el-fill-color-blank)}.el-descriptions__body .el-descriptions__table{border-collapse:collapse;width:100%}.el-descriptions__body .el-descriptions__table .el-descriptions__cell{box-sizing:border-box;font-size:14px;line-height:23px;text-align:left}.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-left{text-align:left}.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-center{text-align:center}.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-right{text-align:right}.el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell{border:var(--el-descriptions-table-border);padding:8px 11px}.el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell{padding-bottom:12px}.el-descriptions--large{font-size:14px}.el-descriptions--large .el-descriptions__header{margin-bottom:20px}.el-descriptions--large .el-descriptions__header .el-descriptions__title{font-size:16px}.el-descriptions--large .el-descriptions__body .el-descriptions__table .el-descriptions__cell{font-size:14px}.el-descriptions--large .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell{padding:12px 15px}.el-descriptions--large .el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell{padding-bottom:16px}.el-descriptions--small{font-size:12px}.el-descriptions--small .el-descriptions__header{margin-bottom:12px}.el-descriptions--small .el-descriptions__header .el-descriptions__title{font-size:14px}.el-descriptions--small .el-descriptions__body .el-descriptions__table .el-descriptions__cell{font-size:12px}.el-descriptions--small .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell{padding:4px 7px}.el-descriptions--small .el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell{padding-bottom:8px}.el-descriptions__label.el-descriptions__cell.is-bordered-label{background:var(--el-descriptions-item-bordered-label-background);color:var(--el-text-color-regular);font-weight:700}.el-descriptions__label:not(.is-bordered-label){color:var(--el-text-color-primary);margin-right:16px}.el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label{padding-bottom:6px}.el-descriptions__content.el-descriptions__cell.is-bordered-content{color:var(--el-text-color-primary)}.el-descriptions__content:not(.is-bordered-label){color:var(--el-text-color-regular)}.el-descriptions--large .el-descriptions__label:not(.is-bordered-label){margin-right:16px}.el-descriptions--large .el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label{padding-bottom:8px}.el-descriptions--small .el-descriptions__label:not(.is-bordered-label){margin-right:12px}.el-descriptions--small .el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label{padding-bottom:4px}.el-switch{--el-switch-on-color:var(--el-color-primary);--el-switch-off-color:var(--el-border-color);align-items:center;display:inline-flex;font-size:14px;height:32px;line-height:20px;position:relative;vertical-align:middle}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{color:var(--el-text-color-primary);cursor:pointer;display:inline-block;font-size:14px;font-weight:500;height:20px;transition:var(--el-transition-duration-fast);vertical-align:middle}.el-switch__label.is-active{color:var(--el-color-primary)}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{display:inline-block;font-size:14px;line-height:1}.el-switch__label .el-icon{height:inherit}.el-switch__label .el-icon svg{vertical-align:middle}.el-switch__input{height:0;margin:0;opacity:0;position:absolute;width:0}.el-switch__input:focus-visible~.el-switch__core{outline:2px solid var(--el-switch-on-color);outline-offset:1px}.el-switch__core{align-items:center;background:var(--el-switch-off-color);border:1px solid var(--el-switch-border-color,var(--el-switch-off-color));border-radius:10px;box-sizing:border-box;cursor:pointer;display:inline-flex;height:20px;min-width:40px;outline:none;position:relative;transition:border-color var(--el-transition-duration),background-color var(--el-transition-duration)}.el-switch__core .el-switch__inner{align-items:center;display:flex;height:16px;justify-content:center;overflow:hidden;padding:0 4px 0 18px;transition:all var(--el-transition-duration);width:100%}.el-switch__core .el-switch__inner .is-icon,.el-switch__core .el-switch__inner .is-text{color:var(--el-color-white);font-size:12px;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap}.el-switch__core .el-switch__action{align-items:center;background-color:var(--el-color-white);border-radius:var(--el-border-radius-circle);color:var(--el-switch-off-color);display:flex;height:16px;justify-content:center;left:1px;position:absolute;transition:all var(--el-transition-duration);width:16px}.el-switch.is-checked .el-switch__core{background-color:var(--el-switch-on-color);border-color:var(--el-switch-border-color,var(--el-switch-on-color))}.el-switch.is-checked .el-switch__core .el-switch__action{color:var(--el-switch-on-color);left:calc(100% - 17px)}.el-switch.is-checked .el-switch__core .el-switch__inner{padding:0 18px 0 4px}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter-from,.el-switch .label-fade-leave-active{opacity:0}.el-switch--large{font-size:14px;height:40px;line-height:24px}.el-switch--large .el-switch__label{font-size:14px;height:24px}.el-switch--large .el-switch__label *{font-size:14px}.el-switch--large .el-switch__core{border-radius:12px;height:24px;min-width:50px}.el-switch--large .el-switch__core .el-switch__inner{height:20px;padding:0 6px 0 22px}.el-switch--large .el-switch__core .el-switch__action{height:20px;width:20px}.el-switch--large.is-checked .el-switch__core .el-switch__action{left:calc(100% - 21px)}.el-switch--large.is-checked .el-switch__core .el-switch__inner{padding:0 22px 0 6px}.el-switch--small{font-size:12px;height:24px;line-height:16px}.el-switch--small .el-switch__label{font-size:12px;height:16px}.el-switch--small .el-switch__label *{font-size:12px}.el-switch--small .el-switch__core{border-radius:8px;height:16px;min-width:30px}.el-switch--small .el-switch__core .el-switch__inner{height:12px;padding:0 2px 0 14px}.el-switch--small .el-switch__core .el-switch__action{height:12px;width:12px}.el-switch--small.is-checked .el-switch__core .el-switch__action{left:calc(100% - 13px)}.el-switch--small.is-checked .el-switch__core .el-switch__inner{padding:0 14px 0 2px}.p-purchase-detail[data-v-06953fa8]{height:100%}.p-purchase-detail .header[data-v-06953fa8]{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.p-purchase-detail .header .left[data-v-06953fa8]{font-size:18px}.p-purchase-detail .header .right[data-v-06953fa8]{display:inline-flex;align-items:center}.p-purchase-detail .header .right .switch-box[data-v-06953fa8]{overflow:hidden;margin-right:15px}.p-purchase-detail .header .right .switch-box .switch-label[data-v-06953fa8]{float:left;line-height:32px}.p-purchase-detail .content[data-v-06953fa8]{position:relative;height:calc(100% - 44px);transition:all .5s}.p-purchase-detail .content .tree-table[data-v-06953fa8]{width:100%;height:100%}.p-purchase-detail .content .tree-table .order-box[data-v-06953fa8]{padding-left:25px}.p-purchase-detail .content .tree-table .order-box .order-item[data-v-06953fa8]{padding:5px 0 5px 5px;cursor:pointer}.p-purchase-detail .content .tree-table .order-box .order-item[data-v-06953fa8]:hover{background:#f5f7fa}.p-purchase-detail .content .tree-table .order-box .order-item.active[data-v-06953fa8]{background:#cdf0ff}.p-purchase-detail .content .right-title[data-v-06953fa8]{padding-left:40px;line-height:38px;font-size:16px;border-bottom:1px solid #e2e4e3}.p-purchase-detail .content .right-title .text-navy[data-v-06953fa8]{padding-right:5px}.p-purchase-detail .content .table-box[data-v-06953fa8]{height:calc(100% - 186px);padding:10px}.p-purchase-detail .content .right-info[data-v-06953fa8]{position:absolute;right:-370px;top:0;bottom:0;border-top:1px solid #e2e4e3;border-bottom:1px solid #e2e4e3;border-right:1px solid #e2e4e3;z-index:10;background:#fff;width:360px;transition:all .5s}.p-purchase-detail .content .right-info .right-header[data-v-06953fa8]{border-bottom:1px solid #e5e6e7;position:relative;padding:4px 40px 4px 10px;font-size:16px;line-height:30px}.p-purchase-detail .content .right-info .right-header .close[data-v-06953fa8]{position:absolute;right:0;top:4px;padding:0 10px;opacity:.5;cursor:pointer}.p-purchase-detail .content .right-info .right-header .close .iconfont[data-v-06953fa8]{line-height:30px}.p-purchase-detail .content .right-info .right-header .close[data-v-06953fa8]:hover{opacity:1}.p-purchase-detail .content .right-info .right-content[data-v-06953fa8]{padding:10px}.p-purchase-detail .content .right-info .right-content .item[data-v-06953fa8]{display:flex}.p-purchase-detail .content .right-info .right-content .item .item-label[data-v-06953fa8]{width:100px;margin-right:10px;color:#77797c}.p-purchase-detail .content .right-info .right-content .item .item-content[data-v-06953fa8]{width:calc(100% - 110px)}.p-purchase-detail .content .right-info .right-content .item+.item[data-v-06953fa8]{margin-top:15px}.p-purchase-detail .content.active[data-v-06953fa8]{padding-right:360px}.p-purchase-detail .content.active .right-info[data-v-06953fa8]{right:0}.p-purchase-detail .tree-table .el-table__inner-wrapper:after,.p-purchase-detail .tree-table .el-table__inner-wrapper:before,.p-purchase-detail .tree-table:after,.p-purchase-detail .tree-table:before{display:none}.p-purchase-detail .tree-table .el-scrollbar__bar.is-horizontal{display:none!important}.p-purchase-detail .tree-table th.el-table__cell{border:none!important;color:#333;padding:10px 5px 5px}.p-purchase-detail .tree-table th.el-table__cell .cell{padding:0}.p-purchase-detail .tree-table td.el-table__cell{border:none!important;padding:5px}.p-purchase-detail .tree-table td.el-table__cell .cell{padding:0;cursor:default}.p-purchase-detail .tree-table td.el-table__cell .cell .el-table__placeholder{display:none}.p-purchase-detail .el-descriptions{padding:10px 10px 0;border-bottom:1px solid #e2e4e3}.p-purchase-detail .el-descriptions .el-descriptions__cell{padding-bottom:10px!important}.p-purchase-detail .el-descriptions .el-descriptions__cell .el-descriptions__label{float:left;width:84px;color:#77797c}.p-purchase-detail .el-descriptions .el-descriptions__cell .el-descriptions__content{float:left;width:calc(100% - 100px)}