/* Variables */
[data-v-16488044]:export {
  menuBg: #304156;
  menuText: #bfcbd9;
  menuActiveText: #409EFF;
}

/* Mixins */
.el-form[data-v-16488044]  .el-button {
  font-weight: bold;
}
/* Variables */

/* Mixins */
.avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload:hover {
  border-color: #20a0ff;
}
.avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.avatar {
  width: 145px;
  height: 145px;
  display: block;
}
.report-container .cro-line {
  text-align: center;
}
.report-container .orgtag {
  margin-bottom: 10px;
  margin-right: 10px;
}
.detailDailogTile .detailDailogButton {
  float: right;
  margin-right: 50px;
}
.item-margin-left {
  margin-left: 10px;
}
.icon-item {
  margin-right: 10px;
}
.avatar {
  width: 145px;
  height: 145px;
  display: block;
}
.w200 {
  width: 200px;
}
.dialog-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block {
  display: block;
}
