.entrust-material-dialog.el-dialog {
  height: 481px;
  margin-top: 50vh !important;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  transform: translateY(-50%);
  font-family: "HONOR Sans Brand", "Helvetica Neue", Arial, sans-serif;
}
.entrust-material-dialog.el-dialog .el-dialog__header {
  box-sizing: border-box;
  height: 65px;
  padding: 25px 40px 0;
  text-align: center;
}
.entrust-material-dialog.el-dialog .el-dialog__header::before, .entrust-material-dialog.el-dialog .el-dialog__header::after {
  display: none;
  content: none;
}
.entrust-material-dialog.el-dialog .el-dialog__headerbtn {
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
}
.entrust-material-dialog.el-dialog .el-dialog__body {
  padding: 0 40px;
}
.entrust-material-dialog.el-dialog .el-dialog__footer {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  padding: 0;
  text-align: center;
}
.entrust-dialog-title {
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.entrust-dialog-description {
  margin: 9px 0 15px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 16px;
}
.entrust-material-grid {
  display: flex;
  flex-wrap: wrap;
}
.entrust-material-item {
  position: relative;
  width: 204px;
  min-width: 0;
}
.entrust-material-item:nth-child(even) {
  width: 393px;
  margin-left: 23px;
}
.entrust-material-item:nth-child(n+3) {
  margin-top: 30px;
}
.entrust-material-label {
  display: flex;
  align-items: center;
  min-height: 16px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
.entrust-material-label em {
  margin-left: 2px;
  color: #dd0007;
  font-style: normal;
}
.entrust-template-link {
  margin-left: 8px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #dd0007;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
  cursor: pointer;
}
.entrust-upload-box {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 100px;
  margin-left: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.38);
  cursor: pointer;
}
.entrust-upload-box input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.entrust-upload-box.has-file {
  border-color: rgba(103, 194, 58, 0.55);
  color: rgba(0, 0, 0, 0.9);
}
.entrust-upload-box.has-file .entrust-upload-icon {
  color: #67c23a;
}
.entrust-upload-box.has-file .entrust-upload-text {
  margin-top: 1px;
}
.entrust-upload-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.entrust-upload-status {
  margin-top: 3px;
  color: #67c23a;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.entrust-upload-text {
  max-width: 112px;
  margin-top: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.entrust-item-validation-message {
  position: absolute;
  top: 130px;
  left: 10px;
  margin: 0;
  color: #dd0007;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
.entrust-validation-message {
  position: absolute;
  bottom: 77px;
  left: 40px;
  margin: 0;
  color: #dd0007;
  font-size: 12px;
  line-height: 16px;
}
.entrust-dialog-footer {
  display: flex;
  justify-content: center;
}
.entrust-dialog-button {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 46px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.entrust-dialog-button.is-cancel {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: rgba(0, 0, 0, 0.9);
}
.entrust-dialog-button.is-submit {
  border: 1px solid #dd0007;
  background: #dd0007;
  color: #fff;
}
.entrust-dialog-button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.entrust-dialog-button + .entrust-dialog-button {
  margin-left: 15px;
}
.v-modal.entrust-material-dialog-modal {
  opacity: 0.38;
}
