.dialog-box .el-pagination {
  margin-top: 20px;
}
.dialog-box .left-table .el-table__body-wrapper {
  height: 370px;
  overflow-y: auto;
}
.dialog-box .right-table {
  text-align: center;
}
.dialog-box .right-table .el-table {
  min-height: 400px;
}
.dialog-box .right-table .el-table__body-wrapper {
  max-height: 370px;
  overflow-y: auto;
}
.dialog-box .right-table .el-table__empty-block {
  min-height: 370px;
}
.dialog-box .risk-contrast-btn {
  margin-top: 20px;
}
.dialog-box .el-col-2 {
  height: 407px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-box .el-col-2 .btn-content .btn1 {
  margin-bottom: 20px;
}
.dialog-box .el-dialog__footer {
  text-align: center;
}

.top[data-v-7f9b5091] {
  padding-top: 100px;
}
.btn[data-v-7f9b5091] {
  text-align: center;
  margin-top: 60px;
}
.right-div[data-v-7f9b5091] {
  margin-top: 100px;
  min-width: 440px;
}
.left-table[data-v-7f9b5091] {
  margin-top: 100px;
}

.release-info {
  color: #333;
}
.release-info .edui-editor {
  z-index: 4 !important;
}
.release-info .release-info-main {
  padding: 0 30px 50px 30px;
  background: #fff;
}
.release-info .title {
  margin-bottom: 20px;
  padding: 30px 0 20px 15px;
  border-bottom: 1px solid #d1d3e2;
}
.release-info .title-input {
  width: 360px;
}
.release-info .form-item-handle {
  padding-top: 30px;
  border-top: 1px solid #d1d3e2;
}
.release-info .el-button {
  padding: 10px 30px;
}
.release-info .el-button.button-text {
  padding: 8px 12px;
}
.release-info .el-button.set-email {
  padding: 8px 0;
}
.release-info .of-flex {
  display: flex;
  align-items: center;
}
.release-info .item-select {
  margin-right: 10px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  border: 1px solid #d8dce6;
  cursor: pointer;
}
.release-info .item-select.active {
  color: #427bd4;
  border-color: #427bd4;
}
.release-info .item-tips {
  margin-left: 10px;
  color: #999;
  font-size: 12px;
}
.release-info .of-color-red {
  color: #d81717;
}
.release-info .image-upload-panel {
  display: flex;
  flex-wrap: wrap;
}
.release-info .image-item {
  position: relative;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
.release-info .image-item img {
  width: 100%;
}
.release-info .image-del {
  position: absolute;
  top: -10px;
  right: -10px;
  color: red;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
.release-info .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.release-info .img-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}

