.el-drawer {
    position: absolute;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.2), 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12);
    overflow: hidden;
    outline: 0;
}
.el-drawer__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    margin: 0;
}
.el-drawer__container {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;

}
.el-drawer__open .el-drawer.rtl {
    animation: rtl-drawer-in .3s 1ms;
}
.el-drawer__header {
    align-items: center;
    color: #72767b;
    display: flex;
    margin-bottom: 32px;
    padding: 20px 20px 0;
}
.el-drawer__header>:first-child {
    flex: 1;
}
.el-drawer__close-btn {
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: inherit;
    background-color: transparent;
}
.el-drawer__body {
    flex: 1;
    overflow: auto;
}
.el-button-group {
    display: inline-block;
    vertical-align: middle;
}
.el-drawer__body>* {
    box-sizing: border-box;
}
.p30[data-v-993a9a50] {
    padding: 0 30px;
}
.el-button-group:after, .el-button-group:before {
    display: table;
    content: "";
}


.el-button-group>.el-button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.el-button-group>.el-button:not(:last-child) {
    margin-right: -1px;
}
.el-button-group .el-button--warning:first-child {
    border-right-color: hsla(0,0%,100%,.5);
}
.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf {
    border-bottom: 1px solid #ebeef5;
}
.el-table--enable-row-transition .el-table__body td.el-table__cell {
    transition: background-color .25s ease;
}


.el-button-group>.el-button.is-active, .el-button-group>.el-button:not(.is-disabled):active, .el-button-group>.el-button:not(.is-disabled):focus, .el-button-group>.el-button:not(.is-disabled):hover {
    z-index: 1;
}
.el-button--medium {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.primary[data-v-993a9a50] {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}
.el-button-group>.el-button:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.el-button-group .el-button--primary:not(:first-child):not(:last-child) {
    border-left-color: hsla(0,0%,100%,.5);
    border-right-color: hsla(0,0%,100%,.5);
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.el-input-number__decrease, .el-input-number__increase {
    position: absolute;
    z-index: 1;
    top: 1px;
    width: 40px;
    height: auto;
    text-align: center;
    background: #f5f7fa;
    color: #606266;
    cursor: pointer;
    font-size: 13px;
}
.el-input-number__decrease {
    left: 1px;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #dcdfe6;
}
.el-input-number__increase {
    right: 1px;
    border-radius: 0 4px 4px 0;
    border-left: 1px solid #dcdfe6;
}

.el-input-number {
    position: relative;
    display: inline-block;
    width: 180px;
    line-height: 38px;
}
.el-input-number--small {
    width: 130px;
    line-height: 30px;
}
.el-input-number__decrease.is-disabled, .el-input-number__increase.is-disabled {
    color: #c0c4cc;
    cursor: not-allowed;
}
.el-input-number--small .el-input-number__decrease, .el-input-number--small .el-input-number__increase {
    width: 32px;
    font-size: 13px;
}
.el-input-number--small .el-input-number__decrease [class*=el-icon], .el-input-number--small .el-input-number__increase [class*=el-icon] {
    transform: scale(.9);
}

.el-input-number .el-input {
    display: block;
}
.el-drawer__body>* {
    box-sizing: border-box;
}
.p30[data-v-993a9a50] {
    padding: 0 30px;
}
.el-input-number .el-input__inner {
    -webkit-appearance: none;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}
.el-input-number--small .el-input__inner {
    padding-left: 39px;
    padding-right: 39px;
}
.el-input__inner:hover {
    border-color: #c0c4cc;
}
.el-input--small .el-input__inner {
    height: 32px;
    line-height: 32px;
}
.el-table {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    font-size: 14px;
    color: #606266;
}
.el-table--fit {
    border-right: 0;
    border-bottom: 0;
}
.el-table:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}
.el-table .hidden-columns {
    visibility: hidden;
    position: absolute;
    z-index: -1;
}
.el-table__footer-wrapper, .el-table__header-wrapper {
    overflow: hidden;
}
.el-table__body, .el-table__footer, .el-table__header {
    table-layout: fixed;
    border-collapse: separate;
}
.el-table .el-table__cell {
    padding: 12px 0;
    min-width: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
}
.el-table thead {
    color: #909399;
    font-weight: 500;
}
.el-table tr {
    background-color: #fff;
}
.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf {
    border-bottom: 1px solid #ebeef5;
}
.el-table th.el-table__cell>.cell {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
.el-table__body-wrapper, .el-table__footer-wrapper, .el-table__header-wrapper {
    width: 100%;
}
.el-table__body-wrapper {
    overflow: hidden;
    position: relative;
}
.el-table__footer-wrapper {
    margin-top: -1px;
}
.el-table__footer-wrapper, .el-table__header-wrapper {
    overflow: hidden;
}
.el-table__footer-wrapper tbody td.el-table__cell, .el-table__header-wrapper tbody td.el-table__cell {
    background-color: #f5f7fa;
    color: #606266;
}

.total[data-v-993a9a50] {
    font-size: 14px;
    text-align: right;
    line-height: 30px;
    padding-right: 19px;
    background-color: #f5f7fa;
    color: #606266;
}
[class*=" el-icon-"], [class^=el-icon-] {
    font-family: "element-icons"!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.el-drawer.ltr, .el-drawer.rtl {
    height: 100%;
    top: 0;
    bottom: 0;
}
.el-drawer.rtl {
    right: 0;
}

.el-icon-close:before {
    content: "\e6db";
}
.el-table .cell {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    padding-left: 10px;
    padding-right: 10px;
}
.el-table td.el-table__cell div {
    box-sizing: border-box;
}
.printTest_width{
    width: 794px;
    border-radius: 10px;
    padding: 10px;
    margin: 0 auto;
}



.el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
}
.el-dialog {
    position: relative;
    margin: 0 auto 50px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-sizing: border-box;
    width: 50%;
}
.el-dialog__header {
    padding: 20px 20px 10px;
}
.el-dialog__title {
    line-height: 24px;
    font-size: 18px;
    color: #303133;
}
.el-dialog__headerbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
}
.el-dialog__body {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}
.el-form-item {
    margin-bottom: 22px;
}
.el-form-item:after, .el-form-item:before {
    display: table;
    content: "";
}
.el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
}
.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.el-input__icon, .el-input__prefix {
    height: 100%;
    text-align: center;
    transition: all .3s;
}
.el-input__icon {
    width: 25px;
    line-height: 40px;
}
.el-textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    font-size: 14px;
}
.el-textarea__inner {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    color: #606266;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}

.el-select .el-input.is-focus .el-input__inner {
    border-color: #e93323;
}
.el-input__suffix {
    position: absolute;
    height: 100%;
    right: 5px;
    top: 0;
    text-align: center;
    color: #c0c4cc;
    transition: all .3s;
    pointer-events: none;
}
.el-input__suffix-inner {
    pointer-events: all;
}
.el-select .el-input .el-select__caret {
    color: #c0c4cc;
    font-size: 14px;
    transition: transform .3s;
    transform: rotate(180deg);
    cursor: pointer;
}
.el-select .el-input .el-select__caret.is-reverse {
    transform: rotate(0deg);
}
.el-icon-arrow-up:before {
    content: "\e6e1";
}
.el-input__icon:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}
.el-dialog__footer {
    padding: 10px 20px 20px;
    text-align: right;
    box-sizing: border-box;
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.el-button:active {
    color: #d22e20;
    border-color: #d22e20;
    outline: none;
}
.el-button+.el-button {
    margin-left: 10px;
}
.el-button--primary {
    color: #fff;
    background-color: #e93323;
    border-color: #e93323;
}
.el-button--primary:active {
    outline: none;
}
.el-button--primary.is-active, .el-button--primary:active {
    background: #d22e20;
    border-color: #d22e20;
    color: #fff;
}
.select_brand {
    width: 200px;
    height: 30px;
    font-size: 100%;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.el-button--warning {
    color: #fff;
    background-color: #e6a23c;
    border-color: #e6a23c;
}
.el-button--success {
    color: #fff;
    background-color: #67c23a;
    border-color: #67c23a;
}
.el-button--success:focus, .el-button--success:hover {
    background: #85ce61;
    border-color: #85ce61;
    color: #fff;
}
.change_profit{
    display: none;
}
.ordinary{
    display: block;
}
.v-modal-enter{animation:v-modal-in .2s ease}
.v-modal-leave{animation:v-modal-out .2s ease forwards}
@keyframes v-modal-in{0%{opacity:0}}
@keyframes v-modal-out{to{opacity:0}}
.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000;}

@keyframes el-drawer-fade-in{0%{opacity:0}to{opacity:1}}
@keyframes rtl-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rtl-drawer-out{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes ltr-drawer-in{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes ltr-drawer-out{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes ttb-drawer-in{0%{transform:translateY(-100%)}to{transform:translate(0)}}@keyframes ttb-drawer-out{0%{transform:translate(0)}to{transform:translateY(-100%)}}@keyframes btt-drawer-in{0%{transform:translateY(100%)}to{transform:translate(0)}}@keyframes btt-drawer-out{0%{transform:translate(0)}to{transform:translateY(100%)}}
.el-drawer.rtl{animation:rtl-drawer-out .3s}
.el-drawer__open .el-drawer.rtl{animation:rtl-drawer-in .3s 1ms}
.el-drawer.ltr{animation:ltr-drawer-out .3s}
.el-drawer__open .el-drawer.ltr{animation:ltr-drawer-in .3s 1ms}
.el-drawer.ttb{animation:ttb-drawer-out .3s}
.el-drawer__open .el-drawer.ttb{animation:ttb-drawer-in .3s 1ms}
.el-drawer.btt{animation:btt-drawer-out .3s}
.el-drawer__open .el-drawer.btt{animation:btt-drawer-in .3s 1ms}
.el-drawer-fade-enter-active{animation:el-drawer-fade-in .3s}.el-drawer-fade-leave-active{animation:el-drawer-fade-in .3s reverse}
@media screen and (max-width: 1679px) {

    .printTest_width{
        width: 600px;
    }

}