.release-info2 {
  width: 1300px;
  color: #333;
}
.release-info2 .release-info-main {
  padding: 0 30px 50px 30px;
  background: #fff;
}
.release-info2 .title {
  margin-bottom: 20px;
  padding: 30px 0 20px 15px;
  border-bottom: 1px solid #d1d3e2;
}
.release-info2 .title-input {
  width: 360px;
}
.release-info2 .form-item-handle {
  padding-top: 30px;
  border-top: 1px solid #d1d3e2;
}
.release-info2 .el-button {
  padding: 10px 30px;
}
.release-info2 .el-button.button-text {
  padding: 8px 12px;
}
.release-info2 .el-button.set-email {
  padding: 8px 0;
}
.release-info2 .of-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.release-info2 .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-info2 .item-select.active {
  color: #427bd4;
  border-color: #427bd4;
}
.release-info2 .item-tips {
  margin-left: 10px;
  color: #999;
  font-size: 12px;
}
.release-info2 .of-color-red {
  color: #d81717;
}
.release-info2 .image-upload-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.release-info2 .image-item {
  position: relative;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
.release-info2 .image-item img {
  width: 100%;
}
.release-info2 .image-del {
  position: absolute;
  top: -10px;
  right: -10px;
  color: red;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
.release-info2 .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.release-info2 .img-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.release-info2 .edui-editor {
  margin: 0 auto;
  z-index: 4 !important;
}
.release-info2 .edui-editor-iframeholder > iframe {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.release-info2 .ueditor-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.release-info2 .ueditor-content .el-icon-search {
  position: relative;
  right: 5px;
  top: 5px;
}
.release-info2 .ueditor-content .ueditor-params {
  height: 800px;
  width: 240px;
  position: absolute;
  z-index: 5;
  top: 50px;
  padding: 20px;
}
.release-info2 .ueditor-content .ueditor-params-title {
  padding: 10px 0px;
}
.release-info2 .ueditor-content .ueditor-params-search {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.release-info2 .ueditor-content .ueditor-params-list {
  margin-top: 10px;
  height: 700px;
  width: 100%;
  overflow: scroll;
}
.release-info2 .ueditor-content .ueditor-params-item {
  cursor: pointer;
  color: #427bd4;
  margin: 8px 0;
}
.release-info2 .ueditor-content .edui-editor-iframeholder > iframe {
  width: 60%;
  margin-left: 20%;
  -webkit-box-shadow: 1px 1px 10px #999;
          box-shadow: 1px 1px 10px #999;
  margin-top: 10px;
  height: 95%;
}
.release-info2 .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
  right: 20px;
}
.release-info2 .el-menu .el-submenu__title {
  height: 40px;
  padding: 0 !important;
  line-height: 40px;
}
.release-info2 .el-submenu .el-menu-item {
  padding-left: 20px !important;
}
.release-info2 .el-menu .el-menu-item {
  height: 30px;
  line-height: 30px;
}
.release-info2 .el-menu .el-menu-item.is-active {
  height: 30px;
  color: #427bd4;
  line-height: 30px;
}
.release-info2 .el-submenu .el-submenu__title:hover {
  background-color: #fff;
}
.release-info2 .el-menu .el-menu-item:hover {
  background-color: #fff;
}
.release-info2 .vertical-title {
  width: 87%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

