
.image-size[data-v-5692c6f4] {
     width: 100%;
     height: 100%;
     -o-object-fit: contain;
        object-fit: contain;
}
.remark[data-v-5692c6f4] {
     color: red;
     font-weight: 700;
     margin: 8px 0px;
}
.invoiceInput[data-v-5692c6f4] {
     width:50%;
     max-width:450px;
}
.inputCourierNumber[data-v-5692c6f4] {
     margin-top: 12px;
     font-size: 14px;
     font-size: max(14px, 1em);
     font-family: inherit;
     width:50%;
     max-width: 450px;
     padding: 0.25em 0.5em;
     border: 1px solid ;
     border-color: #eef;
     border-radius: 4px;
}
.inputCourierNumber .disabled[data-v-5692c6f4]{
    color: #fff;
}
.el-form-item[data-v-5692c6f4]{
     margin-bottom: 2px;
}
.downloadButton[data-v-5692c6f4] {
     margin: 12px 0px;
}
.negative-amount-notice[data-v-5692c6f4] {
     margin-top: 15px;
}
.negative-amount-notice .el-alert[data-v-5692c6f4] {
     border-radius: 6px;
}
.negative-amount-notice .el-alert__content[data-v-5692c6f4] {
     color: #E6A23C;
     font-size: 14px;
     line-height: 1.5;
}


.tab-title-lg .el-tabs__item {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.tab-title-lg .el-tabs__header {
    margin-bottom: 20px;
}
.remark {
    color: red;
    font-weight: 700;
}
.money_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    font-size: 14px;
    color: #989898;
    margin-bottom: 20px;
}
.money_box span {
    font-weight: 550;
    font-size: 18px;
}

