html,
body,
#container {
  height: 100%;
}
.publicWorksheet {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-wrap: break-word;
}
.publicWorksheet .qrIcon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #fff;
  font-size: 30px;
  border-radius: 2px;
}
.publicWorksheet .qrIcon > div {
  position: absolute;
  left: -60px;
  top: 56px;
  display: none;
}
.publicWorksheet .qrIcon:hover.icon {
  color: #2196f3;
}
.publicWorksheet .qrIcon:hover > div {
  display: inline-block;
}
.publicWorksheet .formContent {
  position: relative;
  width: 800px;
  margin: 200px auto 5px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 1px 4px #00000029;
}
.publicWorksheet .formContent .infoCon {
  padding: 32px 32px 0px 32px;
}
.publicWorksheet .formContent .worksheetName {
  white-space: break-spaces;
  line-height: 1em;
  font-size: 32px;
  font-weight: 600;
  margin: 32px 0 20px;
}
.publicWorksheet .formContent .worksheetLimitInfo {
  margin-bottom: 20px;
  border-left: 5px solid rgba(33, 150, 243, 0.3);
}
.publicWorksheet .formContent .worksheetLimitInfo .itemInfo {
  height: 22px;
  margin-left: 8px;
  color: #757575;
}
.publicWorksheet .formContent .worksheetLimitInfo .itemInfo span {
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
}
.publicWorksheet .formContent .worksheetDescription {
  color: #151515;
  white-space: pre-line;
  width: 100%;
  box-sizing: border-box;
  overflow: auto;
  margin-bottom: 16px;
}
.publicWorksheet .formContent .worksheetDescription ol,
.publicWorksheet .formContent .worksheetDescription ul {
  list-style-position: outside;
  list-style: decimal;
  margin-left: 16px;
}
.publicWorksheet .formContent .worksheetDescription img {
  max-width: 100%;
}
.publicWorksheet .submitCon {
  text-align: center;
  margin: 30px 32px;
}
.publicWorksheet .submitCon .submitBtn {
  max-width: 736px;
}
.publicWorksheet .submitCon .submitBtn span {
  padding: 0 32px;
}
.publicWorksheet .submitCon .submitBtn :hover {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.publicWorksheet .mingdaoCon {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  width: 800px;
  padding: 10px 32px 12px;
}
.publicWorksheet .mingdaoCon a {
  color: #000;
  text-decoration: none;
}
.publicWorksheet .mingdaoCon a:hover {
  color: #2196f3;
}
.publicWorksheet.hideBg .formContent {
  width: 100% !important;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.publicWorksheet.hideBg .mingdaoCon {
  width: 100% !important;
}
.fillWorksheetSection {
  display: flex;
  margin-left: -19px;
}
.fillWorksheetSection.isFixedRight {
  margin-left: 0;
  flex-direction: row-reverse;
}
.fillWorksheetSection.isFixedRight .relateRecordBlockCon {
  padding-left: 0 !important;
  padding-right: 24px;
}
.fillWorksheetSection > .customFieldsContainer {
  margin: 0 !important;
}
.fillWorksheetSection .relateRecordBlockCon {
  flex: 1;
  min-width: 0;
  padding-left: 24px;
}
.preFillDescDialog > .mui-dialog-mask {
  background-color: rgba(0, 0, 0, 0.85) !important;
}
@media (min-width: 1200px) {
  .formContent {
    width: 1100px !important;
  }
  .mingdaoCon {
    width: 1100px !important;
  }
}
@media (max-width: 920px) {
  .bgHeader {
    height: 180px !important;
  }
  .publicWorksheet .infoCon {
    padding: 24px 24px 0px 24px !important;
  }
  .publicWorksheet .formMain {
    padding: 0 24px !important;
  }
  .publicWorksheet .logo {
    max-width: 100%;
    height: auto !important;
    max-height: 40px;
  }
  .publicWorksheet .formContent {
    width: auto;
    margin: 100px 10px 5px;
  }
  .publicWorksheet .formContent .qrIcon {
    display: none;
  }
  .publicWorksheet .formContent .receipt {
    padding: 0 24px;
  }
  .publicWorksheet .formContent .submitCon {
    margin: 30px 24px;
  }
  .publicWorksheet .mingdaoCon {
    text-align: center;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 12px 0 20px;
  }
  .publicWorksheet .mingdaoCon .Right {
    display: block;
    float: none !important;
    margin-top: 5px;
  }
}
.filledRecordDialog .mui-dialog-default-title {
  font-weight: 600;
}
.filledRecordDialog .mui-dialog-body {
  background: #f8f8f8;
  padding: 0px !important;
}
.filledRecordDialog .recordItem {
  display: flex;
  flex-direction: column;
  min-height: 82px;
  padding: 16px 12px;
  margin: 10px;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  cursor: pointer;
}
.filledRecordDialog .recordItem:hover {
  background: #fcfcfc;
}
.filledRecordDialog .recordItem .recordFooter {
  flex: 1;
  display: flex;
  align-items: center;
}
.filledRecordDialog .recordItem .recordFooter .statusWrapper {
  margin-left: 36px;
}
.filledRecordDialog .recordItem .recordFooter .statusWrapper .Success {
  color: #4caf50;
}
.filledRecordDialog .recordItem .recordFooter .statusWrapper .Warning {
  color: #ff9d00;
}
.filledRecordDialog .recordItem .recordFooter .btnWrapper {
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: flex-end;
}
.filledRecordDialog .recordItem .recordFooter .operateBtn {
  height: 32px;
  padding: 0 20px;
  line-height: 32px;
  border-radius: 3px;
  color: #fff;
  background: #2196f3;
  cursor: pointer;
  font-weight: 500;
}
.filledRecordDialog .recordItem .recordFooter .operateBtn.edit,
.filledRecordDialog .recordItem .recordFooter .operateBtn.delete {
  background: #f5f5f5;
}
.filledRecordDialog .recordItem .recordFooter .operateBtn.edit {
  color: #151515;
}
.filledRecordDialog .recordItem .recordFooter .operateBtn.delete {
  color: #f44336;
}
.filledRecordDialog .recordItem .recordFooter .operateBtn:hover {
  background: #1e88e5;
}
.filledRecordDialog .recordItem .recordFooter .operateBtn:hover.edit,
.filledRecordDialog .recordItem .recordFooter .operateBtn:hover.delete {
  background: #eaeaea;
}
.filledRecordDialog .recordItem .recordFooter.isMobile {
  flex-direction: column;
  align-items: start;
}
.filledRecordDialog .recordItem .recordFooter.isMobile .statusWrapper {
  margin-left: 0;
}
.filledRecordDialog .recordItem .recordFooter.isMobile .btnWrapper {
  width: 100%;
  margin-top: 20px;
}
.filledRecordDialog .recordItem .recordFooter.isMobile .operateBtn {
  flex: 1;
  text-align: center;
}
.filledRecordDialog .recordItem .recordFooter.isMobile > * {
  margin-top: 16px;
}

.unusualContentWrap {
  display: flex;
  height: 100%;
}
.unusualContentWrap .unusualSkeletonWrap {
  width: 240px;
  height: 100%;
  background-color: #fff;
}
.unusualContentWrap .unusualContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin: 15px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
}
.unusualContentWrap .unusualContent .fixAccount:hover {
  color: #2196f3 !important;
}
.unusualContentWrap .unusualScrollContent {
  width: 500px;
  max-height: 180px;
  overflow-y: auto;
  text-align: center;
}
.unusualContentWrap .applyContent .manager {
  margin-left: -10px;
}
.unusualContentWrap .applyContent .manager img {
  border: 2px solid #fff;
}
.unusualContentWrap .imgWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  line-height: 130px;
  border-radius: 50%;
  text-align: center;
  background-color: #f5f5f5;
}
.unusualContentWrap .imgWrap img {
  width: 100%;
}
.unusualContentWrap .explainText {
  margin: 30px 0 50px 0;
  font-size: 17px;
  color: #757575;
}

