// picc theme

#containerBody {
  background: #fff;
  &.theme-grey {
    background: #e6e6e6;
  }
  .el-main {
    padding: 0;
  }
  .app-main {
    padding: 20px;
    
    &.default {
      background: #fff;
    }
    &.bg-grey {
      background: #e6e6e6;
    }
  }
}
// picc dialog
.picc-dialog {
  /deep/ .el-dialog__footer {
    text-align: center;
  }
}
// picc result
.picc-result {
  .picc-result-body {
    // padding: 0 60px;
    // font-size: 0;
    .picc-result-list_title {
      margin-right: 24px;
      font-size: 14px;
      line-height: 14px;
      display: inline-block;
      & + span {
        font-size: 14px;
      }
    }
    .picc-result-msg {
      font-size: 12px;
      font-weight: normal;
    }
  }
  .picc-result-box {
    padding-bottom: 36px;
  }
}
// global
.mt28 {
  margin-top: 28px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt16 {
  margin-top: 16px;
}
.mt32 {
  margin-top: 32px;
}
// payment
.picc-qr-payment {
  width: 232px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  .picc-qr-payment-head, .picc-qr-payment-foot {
    text-align: center;
  }
  .picc-qr-payment-head {
    h2 {
      margin: 0;
      font-size: 14px;
      font-weight: 400;
      color: #2b2d36;
    }
    .picc-qr-payment-fee {
      font-weight: 400;
      font-size: 28px;
      padding: 12px 0 8px;
      font-family: arial;
      letter-spacing: -2px;
      color: #292b34;
      display: block;
      span {
        font-family: microsoft yahei;
      }
    }
    .picc-qr-payment-fee-type {
      font-weight: 400;
      color: #65677a;
      display: block;
      font-size: 12px;
    }
  }
  .picc-qr-payment-img {
    padding: 16px 0;
  }
  .picc-qr-payment-foot {
    .picc-qr-payment-expired-time {
      font-size: 20px;
      margin: 0;
      color: #dc402b;
      font-weight: 400;
    }
    .picc-qr-payment-expired-tit {
      padding: 8px 0 16px;
      color: #65677a;
      display: block;
      text-align: center;
      font-weight: 400;
      font-size: 12px;
    }
    .picc-qr-payment-order-num {
      margin-bottom: 32px;
      color: #65677a;
      font-family: arial;
      display: block;
      text-align: center;
      font-weight: 400;
      font-size: 12px;
      & > span {
        padding-right: 16px;
        font-family: microsoft yahei;
      }
    }
  }
}
// tooltip multi
.picc-tooltip-multi {
  padding: 20px;
  min-width: 207px;
  .picc-tooltip-multi-list {
    max-height: 192px;
    display: inline-block;
    &:last-child {
      border-left: 1px solid #65677A;
      margin-left: 20px;
      padding-left: 20px;
    }
    // flex-wrap: wrap;
    // flex-direction: column;
    .picc-tooltip-multi-list_item {
      display: table-row;
      
      &:last-child {
        dt, dd {
          padding-bottom: 0;
        }
      }
      dt, dd {
        display: table-cell;
        padding-bottom: 16px;
      }
      dt {
        padding-right: 16px;
        color: #909199;
      }
    }
  }
}