.vertical-middle {
    vertical-align: middle !important;
}



.el-form-item__error {
    z-index: 995;
}

.quote .my-label {
    padding-bottom: 5px !important;
    font-weight: 700 !important;
    text-align: center !important;
}

.quote .my-content {
    padding-bottom: 5px !important;
    text-align: center !important;
}

.quote .d-label {
    color: #777;
    background: #f4f7fc;
}
.nolabel.d-label{
    width: 0;
    border-right: none !important;
    background: #fff !important;
}
.nolabel.d-content{
    border-left: none !important;
    text-align: right !important;
}

/* .quote .d-content {
    
} */
.quote-slot {
    line-height: 1.5em;
}
.quote-slot a {
    color: blue
}

.quote .el-descriptions-item.el-descriptions-item__cell {
    padding-bottom: 0 !important;
}

.no-arrow-popper {
    transform: translateY(-12px);
}

.red {
    color: red
}

.green {
    color: #00a63f
}

.input-with-select .el-input-group__prepend {
    background-color: #fff;
}

.txt-left {
    text-align: left;
}
.txt-r {
    text-align: right;
}
.txt-c {
    text-align: center;
}
.f-12 {
    font-size: 12px;
}
.f-13 {
    font-size: 13px
}
.f-14 {
    font-size: 14px
}
.f-16 {
    font-size: 16px
}
.f-18 {
    font-size: 18px
}
.w-500 {
    font-weight: 500;
}
.w-700 {
    font-weight: 700;
}
.flex {
    display: flex;
    align-items: center;
}
.size .size-item:nth-child(2) .el-input__inner {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.size .size-item:nth-child(1) .el-input-group__append:nth-child(2) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important
}
.el-dialog.dform {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0px !important;
  }
  .el-dialog.dform .el-dialog__body {
      padding: 0 20px;
  }

  .upload-file .el-upload,
.upload-file .el-upload-dragger {
    width: 100%;
}
.upload-file .el-upload-dragger {
    height: auto;
}
.hover-light:hover {
    color: #409eff !important
}
.warnning {
    color: #ff9900;
}
.danger {
    color: #f56c6c;
}
.success {
    color: #67c23a
}

.error {
    color: red
}
.primary {
    color: #409eff
}
.pointer {
    cursor: pointer;
}
.pointer-events {
    pointer-events: auto;
}
.page {
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #f0f1f5;
}
.main {
    width: 1200px;
    margin: 0 auto;
    background-color: #FFF;
    height: 100%;
    padding: 25px 30px;
    box-sizing: border-box;
}
.bold {
    font-weight: bold;
}
.P30 {
    padding: 30px;
}
.orange {
    color: #ff6a00;
}
.f14 {
    font-size: 14px;
}

/* 样式改写部分 */
.l-fullscreen-dialog--header {
    position: fixed !important;
    background: #FFF;
    z-index: 1000 !important;
}
.orderpage .l-layout--top .el-form {
    display: flex;
    flex-wrap: wrap;
}
.quote .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
    color: #111;
    font-weight: normal;
}
.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #409EFF !important;
}
.wh100 {
    width: 100%;
    height: 100%;
}
.dot-positon .el-badge__content.is-fixed.is-dot {
    top: 12px;
    right: 0;
    width: 6px;
    height: 6px;
}