.contentBox[data-v-4b6ebccc] {
  padding: 0px 50px 60px;
}
.tagsBox[data-v-4b6ebccc] {
  margin-bottom: 24px;
}
.tagsBox li[data-v-4b6ebccc] {
  display: inline-block;
  font-size: 0;
  height: 30px;
  background: #F6F7F7;
  border-radius: 15px;
  line-height: 30px;
  text-align: center;
  margin-right: 15px;
  cursor: pointer;
}
.tagsBox li.active[data-v-4b6ebccc] {
  background: #E3F0FE;
  color: #1F82FB;
  font-weight: bold;
}
.tagsBox li[data-v-4b6ebccc]:hover {
  background: #E3F0FE;
}
.tagsBox li:hover p[data-v-4b6ebccc] {
  color: #1F82FB;
}
.tagsBox li p[data-v-4b6ebccc] {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  font-size: 12px;
  padding: 0 20px;
}
.tagsBox li p[data-v-4b6ebccc]::before {
  display: block;
  content: attr(cTitle);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.left-part[data-v-4b6ebccc] {
  height: 100%;
  border-right: 1px solid rgba(223, 225, 236, 0.4);
}
.left-part[data-v-4b6ebccc] .el-form-item__label {
  line-height: 16px;
}
.left-part[data-v-4b6ebccc] .el-form-item--small.el-form-item {
  margin-bottom: 30px;
}
.left-part p.title[data-v-4b6ebccc] {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #242424;
}
.left-part p.title i[data-v-4b6ebccc] {
  color: #FE4F4C;
  display: inline-block;
  margin-right: 2px;
}
.left-part p.title span[data-v-4b6ebccc] {
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  color: #1F82FB;
  line-height: 22px;
  cursor: pointer;
}
.left-part .optionsP[data-v-4b6ebccc] {
  font-size: 14px;
  font-weight: 400;
  color: #1F82FB;
  margin-bottom: 15px;
  cursor: pointer;
}
.left-part .el-textarea[data-v-4b6ebccc] {
  width: 100%;
  height: 120px;
  border-radius: 4px;
}
.left-part .el-textarea[data-v-4b6ebccc] .el-textarea__inner {
  width: 100%;
  height: 100%;
  resize: none;
  padding: 9px;
  font-size: 12px;
  color: #242424;
}
.left-part .el-textarea[data-v-4b6ebccc] .el-textarea__inner::-webkit-input-placeholder {
  /* placeholder颜色 */
  color: #8C8C8C;
}
.left-part[data-v-4b6ebccc] .el-input__inner::-webkit-input-placeholder {
  /* placeholder颜色 */
  font-size: 12px;
}
.left-part .el-input[data-v-4b6ebccc],
.left-part .el-select[data-v-4b6ebccc] {
  width: 100%;
}
.left-part .el-button[data-v-4b6ebccc] {
  width: 100%;
  background: #1F82FB;
}
.left-part .radio-emoji-item[data-v-4b6ebccc] .el-form-item__content {
  line-height: 16px;
}
.right-part[data-v-4b6ebccc] {
  padding-left: 18px;
}
.right-part h6[data-v-4b6ebccc] {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #1F82FB;
}
.right-part .copywriting-container h6[data-v-4b6ebccc] {
  margin-bottom: 23px;
}
.right-part p.writing[data-v-4b6ebccc],
.right-part div.writing[data-v-4b6ebccc] {
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  line-height: 24px;
  word-break: break-all;
  white-space: pre-wrap;
}
.right-part p.textnumber[data-v-4b6ebccc] {
  font-size: 12px;
  font-weight: 400;
  color: #999B9F;
  line-height: 12px;
  margin: 13px 0 15px;
}
.right-part p.line[data-v-4b6ebccc] {
  width: 100%;
  height: 1px;
  background: #DFE1EC;
  opacity: 0.4;
}
.right-part div.button-box[data-v-4b6ebccc] {
  text-align: right;
  margin: 15px 0;
}
.right-part div.button-box[data-v-4b6ebccc] .el-button {
  border: 1px solid #DFE1EC;
  border-radius: 4px;
  background: #fff;
  color: #1F82FB;
  height: 36px;
  padding: 0 14px 0 16px;
}
.right-part div.button-box[data-v-4b6ebccc] .el-button i {
  vertical-align: middle;
  display: inline-block;
}
.right-part div.button-box[data-v-4b6ebccc] .el-button span {
  margin-left: 5px;
}
.right-part .similarCreate-box[data-v-4b6ebccc] {
  position: relative;
  background: #F8F8F9;
  border-radius: 6px;
  padding: 20px 14px;
  margin-top: 20px;
}
.right-part .similarCreate-box .flex-p[data-v-4b6ebccc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
.right-part .similarCreate-box .flex-p p.word-number[data-v-4b6ebccc] {
  color: #999B9F;
  font-size: 12px;
}
.right-part .similarCreate-box .flex-p p.word-fun button[data-v-4b6ebccc] {
  text-decoration: underline;
  font-size: 14px;
  margin-left: 10px;
  border: none;
}
.right-part .similarCreate-box .flex-p p.word-fun button[data-v-4b6ebccc] i {
  margin-right: 3px;
}
.right-part .similarCreate-box .flex-p p.word-fun button[data-v-4b6ebccc]:hover {
  border: none;
  background: none;
}
.right-part .similarCreate-box .flex-p p.word-fun[data-v-4b6ebccc] .el-button.is-disabled.is-plain,
.right-part .similarCreate-box .flex-p .el-button.is-disabled.is-plain[data-v-4b6ebccc]:focus,
.right-part .similarCreate-box .flex-p .el-button.is-disabled.is-plain[data-v-4b6ebccc]:hover {
  background: none;
}
.right-part .similarCreate-box[data-v-4b6ebccc]:after {
  position: absolute;
  bottom: 100%;
  right: 140px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(83, 213, 83, 0);
  border-bottom-color: #F8F8F9;
  border-width: 12px;
  margin-left: -12px;
}

