body,
html,
#app {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.register {
  overflow: auto;
  min-width: 840px;
}
.register .header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: #2c7edf;
  font-size: 30px;
  color: #fff;
  line-height: 60px;
  padding: 0 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.register .header .l-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.register .header .l-div .h-logo {
  width: 42px;
  height: 42px;
  margin-right: 10px;
}
/* 内容 */
.box-card {
  width: 760px;
  margin: auto;
  -webkit-box-shadow: 0 1px 8px 3px #ddd;
  box-shadow: 0 1px 8px 3px #ddd;
  border-radius: 4px;
  padding: 10px;
}
.box-card .el-input {
  width: 290.5px;
}
.el-form-item .el-form-item {
  display: flex;
  justify-content: end;
}
.box .textarea {
  width: 290.5px;
}
.el-textarea__inner {
  height: 75px;
  min-height: 75px;
  border: 1px solid #dcdfe6 !important;
}

.box .current {
  border: 1px solid #f56c6c !important;
}
.box .el-textarea__color {
  height: 75px;
  min-height: 75px;
}
.upload-file-uploader {
  margin-bottom: 5px;
}
.upload-file {
  width: 290.5px;
}
.el-upload {
  text-align: left;
}
::v-deep .el-upload-list__item.is-success.focusing .el-icon-close-tip {
  display: none !important;
}