.monthCreate .block-title[data-v-bb25b9ce] {
  margin-right: 0;
}
.monthCreate[data-v-bb25b9ce] .el-icon-search {
  cursor: pointer;
}
.monthCreate[data-v-bb25b9ce] .el-date-editor.el-input {
  width: 100%;
}
.monthCreate[data-v-bb25b9ce]  .form-table .el-form-item {
  display: block;
}
[data-v-bb25b9ce] .sh-table .extral-input .el-form-item .el-input {
  width: 60%;
}
[data-v-bb25b9ce] .sh-table .extral-input .el-form-item .el-textarea {
  width: 60%;
}
[data-v-bb25b9ce] .sh-table .extral-label .el-form-item .el-input {
  width: 40%;
  float: left;
}
[data-v-bb25b9ce] .sh-table .extral-label .el-form-item .el-input-number {
  width: 40%;
  float: left;
}
[data-v-bb25b9ce] .sh-table .extral-label .el-form-item .el-input-number .el-input {
  width: 100%;
}
[data-v-bb25b9ce] .sh-table .extral-unit .el-form-item {
  margin: 0;
  padding: 0;
}
[data-v-bb25b9ce] .sh-table .extral-unit .el-form-item .el-form-item__content {
  margin: 0 !important;
}
[data-v-bb25b9ce] .sh-table .extral-unit .el-form-item .el-input {
  width: 100%;
}
[data-v-bb25b9ce] .sh-table .extral-unit .el-form-item .el-form-item__error {
  padding-left: 60px;
}
[data-v-bb25b9ce] .sh-table .extral-unit .el-form-item .el-select {
  width: 100px;
}
[data-v-bb25b9ce] .sh-table .extral-unit .el-form-item__label {
  width: 60px !important;
}
[data-v-bb25b9ce] .sh-table .extral-input .el-input {
  padding-left: 10px;
}
.choose[data-v-bb25b9ce] {
  position: relative;
  width: 30%;
}
.choose[data-v-bb25b9ce]:before {
  content: "*";
  color: #f56c6c;
  position: absolute;
  left: 20px;
  top: 20px;
}
[data-v-bb25b9ce] .choose .el-form-item.is-required:not(.is-no-asterisk):before {
  content: "*";
  color: #f56c6c;
  position: absolute;
  left: 10px;
  top: 20px;
}
[data-v-bb25b9ce] .choose .el-form-item .el-form-item__content {
  margin-left: 20px !important;
  margin-top: 10px;
}
[data-v-bb25b9ce] .el-radio-group {
  margin-left: -120px;
}
[data-v-bb25b9ce] .el-radio {
  margin-right: 10px;
}
.brand-hover[data-v-bb25b9ce] {
  width: 200px;
}
[data-v-bb25b9ce] .sh-table .el-form-item .el-input__icon {
  line-height: 30px;
}
.required[data-v-bb25b9ce] {
  color: red;
  width: 20px;
  text-align: center;
}
.content-box[data-v-11e7bd6c] .el-table th.required > div::before {
  content: "*";
  color: #f56c6c;
  background: none;
  height: auto;
}
.content-box[data-v-11e7bd6c] .sh-table .el-form-item .el-form-item__content {
  margin-left: 0 !important;
}
.content-box[data-v-11e7bd6c] .sh-table .cell > div {
  padding: 0 !important;
}
.content-box[data-v-11e7bd6c] .el-input-number__decrease,
.content-box[data-v-11e7bd6c] .el-input-number__increase {
  width: 26px;
}
.content-box[data-v-11e7bd6c] .el-input-number .el-input__inner {
  padding: 0 30px;
}
.content-box[data-v-11e7bd6c] .el-button {
  padding: 7px 15px;
  font-size: 12px;
}
body {
  background-color: #fff;
}
@media print {
body {
    -webkit-print-color-adjust: exact;
    -moz-print-color-adjust: exact;
    -ms-print-color-adjust: exact;
    print-color-adjust: exact;
}
button {
    display: none;
}
}
.printDialog .A4-style {
  box-shadow: 0 0.5mm 2mm rgba(0, 0, 0, 0.3);
}
.A4-style {
  width: 180mm;
  min-height: 266mm;
  padding: 10mm 0;
  margin: 5mm auto;
  overflow: hidden;
  box-sizing: border-box;
  page-break-after: always;
}
.relative {
  position: relative;
}
.right-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.A4-style .table-box {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}
.A4-style table {
  width: 100%;
  max-width: 160mm;
  word-break: break-all;
}
.A4-style th, .A4-style td {
  border: 1px solid #000;
  font-weight: normal;
  font-size: 14px;
}
.A4-style th, .A4-style td {
  width: 40px;
  height: 30px;
  text-align: center;
  padding: 0 5px;
}
.A4-style .text-left {
  text-align: left;
}
.A4-style .text-right {
  text-align: right;
}
.A4-style .footer-text {
  display: flex;
  justify-content: space-between;
}
.A4-style .info-title {
  text-align: center;
}
.A4-style .info li {
  font-size: 14px;
  padding: 0 5px;
  line-height: 30px;
}
.A4-style .info .label-title {
  display: inline-block;
  min-width: 253px;
  margin-right: 20px;
}
.h2 {
  font-weight: bold;
  color: #000;
  font-size: 16px;
}
td.border-none {
  border: none;
}
td.border-l-none {
  border-left: none;
}
td.border-r-none {
  border-right: none;
}
td.border-r-dashed {
  border-right-style: dashed;
  border-right-color: #ccc;
}
tr.border-dashed, tr.border-dashed td {
  border: 1px dashed #ccc;
}
.border-dashed .title {
  padding-top: 10px;
  height: 60px;
}
.title .code {
  line-height: 30px;
}
.date {
  padding-left: 60px;
}
.year {
  padding-left: 40px;
}
.month {
  padding-left: 20px;
}
.day {
  padding-left: 20px;
}
.sign-container td {
  height: 100px;
}
.sign-container td:last-child {
  position: relative;
}
.sign-container td:last-child .sign-part {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.js-style {
  width: 221mm;
  min-height: 86.5mm;
  padding: 10mm;
  margin: 5mm auto;
  overflow: hidden;
  box-sizing: border-box;
  page-break-after: unset;
}
.js-style table {
  min-width: 201mm;
}
.js-style .info li {
  line-height: 24px;
}
.mglf {
  margin-right: 10px;
}
.pad-none {
  padding: 0 !important;
}
.border-down {
  width: 100%;
  border-bottom: 1px solid #000;
}
.A4-style {
  padding: 5mm;
}
.w-one {
  width: 10%;
}
.w-two {
  width: 16.3%;
}
.w-three {
  width: 16%;
}
.w-four {
  width: 23.3%;
}
.w-five {
  width: 15%;
}
.w-six {
  width: 10%;
}
.img-adjust {
  width: 100%;
}
.adjust-bottom {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.adjust-bottom .adjust-bottom-item {
  border-right: 1px solid #000;
  box-sizing: border-box;
  height: 100%;
  padding-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adjust-bottom .b-right-none {
  border-right: none;
}
.fsz-adjust {
  font-size: 12px !important;
}
.btn-wrap[data-v-31411502] {
  margin-top: 5px;
}
.ViewAttachments[data-v-31411502] {
  position: relative;
  z-index: 99999;
}
