* {
  margin: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
html #app,
body #app {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* 超出变省略号 */
}
html #app .formBox,
body #app .formBox {
  width: 476px;
  height: 650px;
  background: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: -2px 0px 6px 2px #bfbfbf;
  margin: 0px auto;
  margin-top: 50px;
  padding: 35px 45px 0 45px;
}
html #app .formBox .el-form-item__label,
body #app .formBox .el-form-item__label {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #333333;
  letter-spacing: 0.14px;
}
html #app .formBox .el-input__inner,
body #app .formBox .el-input__inner {
  width: 320px;
  height: 34px;
  background: #f2f2f2;
  border-radius: 2px;
  border-color: #f2f2f2;
}
html #app .formBox .cancel,
body #app .formBox .cancel {
  width: 100px;
  height: 36px;
  border: 1px solid #999999;
  border-radius: 2px;
  color: #999999;
}
html #app .formBox .determine,
body #app .formBox .determine {
  width: 100px;
  height: 36px;
  background: #f19b27;
  border-radius: 2px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.16px;
  border-color: #f19b27;
}
html #app .formBox .uploadPdfBox,
body #app .formBox .uploadPdfBox {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
html #app .formBox .uploadPdfBox .uploadPdfBoxRow,
body #app .formBox .uploadPdfBox .uploadPdfBoxRow {
  display: flex;
  word-break: break-all;
  align-items: center;
}
html #app .formBox .uploadPdfBox .uploadPdf,
body #app .formBox .uploadPdfBox .uploadPdf {
  width: 92px;
  height: 28px;
  border: 1px solid #2578b4;
  border-radius: 2px;
  line-height: 28px;
  color: #2578b4;
  letter-spacing: 0.12px;
  cursor: pointer;
  padding: 0 10px;
  box-sizing: border-box;
}
html #app .formBox .uploadPdfBox .el-form-item__content,
body #app .formBox .uploadPdfBox .el-form-item__content {
  margin-left: 0 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
html #app .formBox .pdfName,
body #app .formBox .pdfName {
  color: #2578b4;
  font-size: 14px;
  margin-left: 8px;
}
html #app .formBox .handleBox,
body #app .formBox .handleBox {
  margin-top: 24px;
}
html #app .formBox h3,
body #app .formBox h3 {
  text-align: center;
  color: #333333;
  margin-bottom: 18px;
  margin-top: -16px;
}
html #app .formBox .invoiceHeader .el-input__inner,
body #app .formBox .invoiceHeader .el-input__inner {
  color: #606266;
}
html #app .ellipsis,
body #app .ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
