[v-cloak] {
  display: none; }

.line-space {
  position: relative;
  width: 100%;
  padding-bottom: 30px; }
  .line-space:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    left: -20px;
    height: 10px;
    background-color: #f5f5f5; }

#order-invoice-main .invoice-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #ECECEC;
  margin-bottom: 10px; }
  #order-invoice-main .invoice-title > span {
    font-size: 16px;
    color: #333; }
    #order-invoice-main .invoice-title > span:last-of-type a {
      color: #666;
      font-size: 12px; }
      #order-invoice-main .invoice-title > span:last-of-type a .icon-lajitong {
        font-size: 12px; }
#order-invoice-main .title {
  background-color: #ECECEC;
  line-height: 30px;
  padding-left: 10px; }
#order-invoice-main .table-wrap1 .el-table .el-table__fixed .el-table__fixed-header-wrapper th,
#order-invoice-main .table-wrap1 .el-table .el-table__header-wrapper th, #order-invoice-main .table-wrap2 .el-table .el-table__fixed .el-table__fixed-header-wrapper th,
#order-invoice-main .table-wrap2 .el-table .el-table__header-wrapper th {
  background-color: #F9F9F9; }
#order-invoice-main .table-wrap2 {
  margin-top: 10px; }
#order-invoice-main .cancel-dialog .el-dialog__header {
  padding: 10px 20px 10px;
  background-color: #F5F5F5; }
  #order-invoice-main .cancel-dialog .el-dialog__header .el-dialog__title {
    color: #666;
    font-size: 16px; }
  #order-invoice-main .cancel-dialog .el-dialog__header .el-dialog__headerbtn {
    top: 14px; }
#order-invoice-main .cancel-dialog .el-dialog__body {
  padding: 55px 20px 86px; }
#order-invoice-main .cancel-dialog .order-cancel-finish {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  #order-invoice-main .cancel-dialog .order-cancel-finish .icon-duihao2 {
    font-size: 70px;
    line-height: 70px;
    color: #7BBC52; }
  #order-invoice-main .cancel-dialog .order-cancel-finish .cancel-tip {
    width: 100%;
    text-align: center;
    height: 19px;
    font-size: 19px;
    font-weight: bold;
    color: #333333;
    line-height: 39px;
    margin-top: 32px;
    margin-bottom: 12px; }
  #order-invoice-main .cancel-dialog .order-cancel-finish .cancel-contact {
    width: 100%;
    text-align: center;
    height: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 39px; }
    #order-invoice-main .cancel-dialog .order-cancel-finish .cancel-contact > span {
      color: #49A1FF; }

.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #E1251B;
  border-color: #E1251B; }

.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #E1251B;
  border-color: #E1251B; }

.el-checkbox__inner:hover {
  border-color: #E1251B; }

.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #606266; }

.el-col-7 {
  width: 32.16667%; }

.form-item-wrap {
  border: 1px solid #dcdfe6;
  padding: 0 20px 10px;
  border-radius: 4px; }
  .form-item-wrap .title {
    color: #999;
    display: flex;
    justify-content: space-between; }
    .form-item-wrap .title .icon-jiantou-copy-copy {
      transition: all 0.5s; }
      .form-item-wrap .title .icon-jiantou-copy-copy.rotate {
        transform: rotate(180deg);
        transform-origin: 50% 50%; }

.flex {
  display: flex; }

/*# sourceMappingURL=order-invoice.css.map */
