/*-------------------- editArticle Begin -----------------------*/
.editorFrame {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.editorFrame .title {
  width: 100%;
  display: flex;
}

.editorFrame .title>input {
  border: 1px solid #625034;
  height: 40px;
  border-radius: 5px;
  margin-right: 10px;
  width: 70%;
  padding: 0 10px;
}

.editorFrame .title>button {
  background: #2b2b2b;
  color: #fff;
  font-size: 20px;
  border: none;
  border-radius: 5px;
  padding: 0 15px;
  cursor: pointer;
  font-weight: bold;
  margin-right: 20px;
}

.editorFrame .chooseTags {
  width: 100%;
  display: flex;
  margin: 20px 0;
  flex-wrap: wrap;
}

.editorFrame .chooseTags>span {
  border: 2px solid #2b2b2b;
  border-radius: 5px;
  padding: 0 0 0 15px;
  display: flex;
  margin: 0 15px 15px 0;
  height: 40px;
  line-height: 40px;
  color: #2b2b2b;
  font-size: 18px;
}

.editorFrame .chooseTags>span>button {
  margin-left: 10px;
  width: 40px;
  height: 36px;
  border: none;
  padding: 0;
  font-size: 18px;
  cursor: pointer;
}

.editorFrame .chooseTags>button {
  height: 40px;
  background: #2b2b2b;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 16px;
  cursor: pointer;
}

.editorFrame .allTags {
  border: 1px solid #2b2b2b;
  border-radius: 5px;
  padding: 20px 0px 0 0px;
  width: 100%;
  margin-bottom: 40px;
}

.editorFrame .allTags>b {
  display: block;
  padding: 0 15px;
}

.editorFrame .allTags>span {
  display: flex;
  padding: 20px 15px 10px 37px;
  border-bottom: 1px solid #8d7249;
  flex-wrap: wrap;
  position: relative;
}

.editorFrame .allTags>span:last-child {
  border-bottom: none;
}

.editorFrame .allTags>span::after {
  content: ' ';
  position: absolute;
  left: 15px;
  top: 30px;
  border-radius: 3px;
  background: #8d7249;
  display: block;
  width: 10px;
  height: 10px;
}

.editorFrame .allTags>span>span {
  border: 1px solid #17384d;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 10px 10px 0;
  cursor: pointer;
}

.editorFrame .allTags>span>.select {
  background: #0b5d5a;
  color: #ffffff;
}

.editorFrame .conBox {
  width: 100%;
  margin: 0 auto;
  background: #eeeeee;
  z-index: 1;
  align-self: center;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #999;
  padding: 20px 0 20px 20px;
}

.editorFrame .conBox .title {
  border-bottom: 1px dashed #cccccc;
  padding: 0 20px 20px 0;
}

.editorFrame .conBox .title>h1 {
  font-size: 30px;
  border-bottom: 3px solid #8c734a;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.editorFrame .conBox .title>b {
  font-weight: normal;
  width: 100%;
  display: flex;
}

.editorFrame .conBox .title>b>span {
  font-size: 22px;
  margin-right: 6px;
  align-self: center;
}

.editorFrame .conBox .title>b>input {
  border: none;
  border-bottom: 1px solid #aaa;
  width: 100%;
  font-size: 20px;
  padding: 0 10px;
  line-height: 35px;
  background: none;
  color: #000000;
}

.editorFrame .conBox .contentBox {
  padding: 30px 10px 0 0;
  height: calc(100% - 180px);
  overflow-y: scroll;
}

.editorFrame .conBox .contentBox .ck-content {
  height: 500px;
}

.editorFrame .conBox .button {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 20px 20px 20px 0;
}

.editorFrame .conBox .button>button {
  margin: 0 20px;
  width: 130px;
  height: 40px;
  background: #8c734a;
  color: #ffffff;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #8c734a;
}

.editorFrame .conBox .button>button:hover {
  background: #ffffff;
  color: #8c734a;
}

.editorFrame .conBox .button .cancel {
  border: 2px solid #a0a0a0;
  background: none;
  color: #a2a2a2;
}

::-webkit-input-placeholder {
  color: #bbbcbc;
  font-size: 18px;
}

.editorFrame .conBox .contentBox .list {
  width: 100%;
}

.editorFrame .conBox .contentBox .addContent {
  text-align: center;
  margin: 15px 0;
}

.editorFrame .conBox .contentBox .addContent button {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  box-sizing: border-box;
  border: none;
  background: #ff5a00;
  color: #fff;
  display: flex;
  justify-content: center;
  line-height: 30px;
  cursor: pointer;
}

.editorFrame .conBox .contentBox .addContent button i {
  font-size: 28px;
  color: #ffffff;
  align-self: center;
}

.editorFrame .conBox .contentBox .addContent button span {
  display: block;
  align-self: center;
  font-size: 18px;
}

.editorFrame .conBox .contentBox .tips {
  border-top: 1px solid;
  display: flex;
  justify-content: center;
}

.editorFrame .conBox .contentBox .tips span {
  display: block;
  padding: 20px 0;
  font-size: 16px;
}

.editorFrame .conBox .contentBox .block {
  padding: 30px 0;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

.editorFrame .conBox .contentBox .block .blockCon {
  box-shadow: 0px 0px 10px #ddd;
  box-sizing: border-box;
  border: 2px solid #ffffff;
}

.editorFrame .conBox .contentBox .media {
  margin: 30px 0;
}

.editorFrame .conBox .contentBox .media button {
  display: none;
}

.editorFrame .conBox .contentBox .block .addUpBtn {
  position: absolute;
  top: 1px;
  height: 25px;
  width: 100%;
  display: none;
}

.editorFrame .conBox .contentBox .block .addUpBtn button {
  position: absolute;
  width: 100%;
  height: 25px;
  background: none;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.editorFrame .conBox .contentBox .block .addUpBtn button span {
  align-self: center;
  position: relative;
}

.editorFrame .conBox .contentBox .block .addUpBtn button span img {
  margin-bottom: -9px;
}

.editorFrame .conBox .contentBox .block .addDownBtn {
  position: absolute;
  bottom: 1px;
  height: 25px;
  width: 100%;
  display: none;
}

.editorFrame .conBox .contentBox .block .addDownBtn button {
  position: absolute;
  width: 100%;
  height: 25px;
  background: none;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.editorFrame .conBox .contentBox .block .addDownBtn button span {
  align-self: center;
  position: relative;
  transform: rotate(180deg);
}

.editorFrame .conBox .contentBox .block .addDownBtn button span img {
  margin-bottom: -10px;
}

.editorFrame .conBox .contentBox .block:hover {
  z-index: 2;
}

.editorFrame .conBox .contentBox .block:hover .addUpBtn {
  display: block;
}

.editorFrame .conBox .contentBox .block:hover .addUpBtn button span img {
  opacity: 1;
  animation: addUpBtnMovie 0.2s;
}

.editorFrame .conBox .contentBox .block:hover .addDownBtn {
  display: block;
}

.editorFrame .conBox .contentBox .block:hover .addDownBtn button span img {
  opacity: 1;
  animation: addDownBtnMovie 0.2s;
}

@keyframes blockMovie {
  0% {
    border: 2px solid #ffffff;
  }

  100% {
    border: 2px solid #ff5a00;
  }
}

@keyframes addUpBtnMovie {
  0% {
    opacity: 0;
    margin-bottom: -40px;
  }

  100% {
    opacity: 1;
    margin-bottom: -9px;
  }
}

@keyframes addDownBtnMovie {
  0% {
    opacity: 0;
    margin-bottom: -40px;
  }

  100% {
    opacity: 1;
    margin-bottom: -9px;
  }
}

.editorFrame .conBox .contentBox .block .moudelList {
  display: flex;
  height: 114px;
  justify-content: space-evenly;
  background: #fff;
  border-radius: 0;
}

.editorFrame .conBox .contentBox .block .moudelList .model {
  width: auto;
  height: 70px;
  margin: 0 10px;
  border-radius: 3px;
  cursor: pointer;
  background: none;
  border: none;
  align-self: center;
}

.editorFrame .conBox .contentBox .block .moudelList .model:hover span {
  color: #ff5a00;
}

.editorFrame .conBox .contentBox .block .moudelList .model b {
  display: block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.editorFrame .conBox .contentBox .block .moudelList .model b i {
  font-size: 54px;
  font-weight: normal;
  position: absolute;
  left: -10px;
  top: -12px;
  color: #ff5a00;
}

.editorFrame .conBox .contentBox .block .moudelList .model b .rBtn {
  color: #606f6f;
  font-size: 46px;
  top: -7px;
  left: -6px;
}

.editorFrame .conBox .contentBox .block .moudelList .model b .rBtn:hover {
  color: #ff5a00;
}

.editorFrame .conBox .contentBox .block .moudelList .model span {
  font-size: 16px;
  padding-top: 10px;
  display: block;
  color: #a0a0a0;
}

.editorFrame .conBox .contentBox .block .editorArea {
  position: relative;
  border-radius: 0;
  cursor: pointer;
  background: #ffffff;
}

.editorFrame .conBox .contentBox .block .editorArea .moveArea {
  position: absolute;
  right: 0;
  top: 0;
  cursor: -webkit-grabbing;
  width: 10%;
  height: 36px;
  z-index: 1;
}

.editorFrame .conBox .contentBox .block .editorArea .moveArea i {
  font-size: 24px;
  cursor: -webkit-grabbing;
  position: absolute;
  right: 3px;
  top: 3px;
}

.editorFrame .conBox .contentBox .block .editorArea:hover .removeBtn {
  display: block;
}

.editorFrame .conBox .contentBox .block .tit {
  border-bottom: 1px solid #e9e9e9;
  height: 49px;
  line-height: 49px;
  padding: 0 10px;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}

.editorFrame .conBox .contentBox .block .tit .removeBtn {
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
  align-self: center;
}

.editorFrame .conBox .contentBox .block .tit .removeBtn i {
  font-size: 29px;
  color: #747373;
  position: absolute;
  margin: 0 0 0 -14px;
}

.editorFrame .conBox .contentBox .block .tit .removeBtn:hover i {
  color: #ff5a00;
}

.editorFrame .conBox .contentBox .block .editorBox {
  padding: 10px;
  position: relative;
}

.editorFrame .conBox .contentBox .block .editorBox h2 {
  display: flex;
  width: 100%;
  line-height: 2;
}

.editorFrame .conBox .contentBox .block .editorBox h2>span {
  align-self: center;
  margin-right: 10px;
  max-height: 35px;
}

.editorFrame .conBox .contentBox .block .editorBox h2>span>img {
  max-height: 35px;
}

.editorFrame .conBox .contentBox .block .editorBox h3 {
  display: flex;
  width: 100%;
  line-height: 2;
}

.editorFrame .conBox .contentBox .block .editorBox h3>span {
  align-self: center;
  margin-right: 10px;
  max-height: 35px;
}

.editorFrame .conBox .contentBox .block .editorBox h3>span>img {
  max-height: 35px;
}

.editorFrame .conBox .contentBox .block .editorBox h4 {
  display: flex;
  width: 100%;
  line-height: 2;
}

.editorFrame .conBox .contentBox .block .editorBox h4>span {
  align-self: center;
  margin-right: 10px;
  max-height: 35px;
}

.editorFrame .conBox .contentBox .block .editorBox h4>span>img {
  max-height: 35px;
}

.editorFrame .conBox .contentBox .block .textBox {
  min-height: 90px;
  background: #f0f0f0;
  padding: 5px 10px;
  color: #222222;
  font-size: 18px;
  line-height: 27px;
}

.editorFrame .conBox .contentBox .block .stepLine {
  position: relative;
  border-radius: 0;
  cursor: pointer;
  background: #ffffff;
}

.editorFrame .conBox .contentBox .block .stepLine .textBox {
  min-height: 30px;
}

.editorFrame .conBox .contentBox .block .stepLine .textBox input {
  color: #222222;
  height: 27px;
  font-size: 18px;
  line-height: 27px;
  border: none;
  width: 100%;
  background: none;
}

.editorFrame .conBox .contentBox .block .imageBox {
  background: #ffffff;
}

.editorFrame .conBox .contentBox .block .imageBox .uploadImage {
  padding: 0;
  position: relative;
}

.editorFrame .conBox .contentBox .block .imageBox .uploadImage .moveArea {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: -webkit-grabbing;
}

.editorFrame .conBox .contentBox .block .imageBox .uploadImage .upload {
  margin: 0 auto;
  width: 50%;
  height: 230px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  background: #eeeeee;
  border: 1px solid #eeeeee;
}

.editorFrame .conBox .contentBox .block .imageBox .uploadImage .upload span {
  display: block;
}

.editorFrame .conBox .contentBox .block .imageBox .uploadImage .upload span i {
  display: block;
  font-size: 150px;
  padding: 13px 0 0 0;
  color: #999;
}

.editorFrame .conBox .contentBox .block .imageBox .uploadImage .upload span b {
  display: block;
  color: #999999;
  font-size: 15px;
  font-weight: normal;
}

.editorFrame .conBox .contentBox .block .imageBox .uploadImage .fileBox {
  width: 100%;
  height: 230px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

.editorFrame .conBox .contentBox .block .imageBox .uploadImage .thumburl {
  position: absolute;
  top: 0;
  left: 0;
}

.editorFrame .conBox .contentBox .block .imageBox .uploadImage .thumb {
  position: absolute;
  top: 0;
  left: 0;
}

.editorFrame .conBox .contentBox .block .imageBox .addBtn {
  margin: 0 auto;
  width: 400px;
  padding: 15px 0;
}

.editorFrame .conBox .contentBox .block .imageBox .addBtn button {
  height: 30px;
  width: 400px;
}

.editorFrame .conBox .contentBox .block .imageBox .imageBlock {
  position: relative;
  text-align: center;
  cursor: -webkit-grabbing;
}

.editorFrame .conBox .contentBox .block .imageBox .imageBlock img {
  max-width: 100%;
  border-radius: 5px;
}

.editorFrame .conBox .contentBox .block .videoBox {
  background: #ffffff;
}

.editorFrame .conBox .contentBox .block .videoBox .textBox {
  min-height: 30px;
  display: flex;
  justify-content: center;
  padding: 0;
  background: none;
}

.editorFrame .conBox .contentBox .block .videoBox iframe {
  border: none;
}

.editorFrame .conBox .contentBox .block .videoBox .inputUrl {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.editorFrame .conBox .contentBox .block .videoBox .inputUrl textarea {
  height: 46px;
  width: 100%;
  border: none;
  font-size: 18px;
  line-height: 46px;
  resize: none;
  padding: 0 10px;
  margin-right: 10px;
  background: #f0f0f0;
  border-radius: 3px;
}

.editorFrame .conBox .contentBox .block .videoBox .inputUrl button {
  background: #ff5a00;
  color: #ffffff;
  border: none;
  min-width: 100px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 18px;
}

.editorFrame .conBox .contentBox .block .videoBox .otherForm {
  width: 100%;
  margin: 0 auto;
  height: 41px;
  font-size: 16px;
  color: #0e0e0e;
  text-align: left;
}

.editorFrame .conBox .contentBox .block .videoBox .otherForm {
  width: 100%;
  margin: 0 auto;
  height: 41px;
}

.editorFrame .conBox .contentBox .block .videoBox .otherForm a {
  display: block;
  float: left;
  padding: 0px 20px;
  height: 41px;
  line-height: 46px;
}

.editorFrame .conBox .contentBox .block .videoBox .otherForm .select {
  font-size: 16px;
  background: #eeeeee;
  border-radius: 5px 5px 0 0;
}

.editorFrame .conBox .contentBox .block .videoBox .uploadBtn {
  margin: 0 auto;
  width: 90%;
  height: 162px;
  text-align: center;
  border-radius: 5px;
  background: #eeeeee;
  position: relative;
}

.editorFrame .conBox .contentBox .block .videoBox .uploadBtn .text {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 162px;
}

.editorFrame .conBox .contentBox .block .videoBox .uploadBtn .text span {
  display: block;
}

.editorFrame .conBox .contentBox .block .videoBox .uploadBtn .text span i {
  display: block;
  font-size: 50px;
  padding: 40px 0 10px 0;
  color: #999999;
}

.editorFrame .conBox .contentBox .block .videoBox .uploadBtn .text span b {
  display: block;
  color: #999999;
  font-size: 18px;
  font-weight: normal;
}

.editorFrame .conBox .contentBox .block .hardwareList {
  position: relative;
  background: #ffffff;
}

.editorFrame .conBox .contentBox .block .hardwareList .moveArea {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: -webkit-grabbing;
}

.editorFrame .conBox .contentBox .block .hardwareList .moveArea i {
  font-size: 24px;
  top: 3px;
  right: 3px;
  position: absolute;
}

.editorFrame .conBox .contentBox .block .hardwareList .titFrame {
  font-size: 18px;
  line-height: 30px;
  display: block;
  height: 30px;
  margin-bottom: 10px;
}

.editorFrame .conBox .contentBox .block .hardwareList .titFrame b {
  display: block;
  position: absolute;
  z-index: 1;
}

.editorFrame .conBox .contentBox .block .hardwareList .titFrame i {
  display: block;
  font-style: normal;
  font-weight: bold;
  opacity: 0;
}

.editorFrame .conBox .contentBox .block .hardwareList .titFrame span {
  display: none;
  position: absolute;
  height: 9px;
  background: #ff5a00;
  width: 100%;
  bottom: 9px;
  opacity: 1;
}

.editorFrame .conBox .contentBox .block .hardwareList .list {
  margin: 0px;
}

.editorFrame .conBox .contentBox .block .hardwareList .list li {
  margin: 10px 0;
  position: relative;
}

.editorFrame .conBox .contentBox .block .hardwareList .list li:first-child {
  margin-top: 0;
}

.editorFrame .conBox .contentBox .block .hardwareList .list li .liFrame {
  clear: both;
  height: 46px;
  width: 100%;
  margin: 0 auto;
}

.editorFrame .conBox .contentBox .block .hardwareList .list .fileBox {
  width: 100%;
  height: 61px;
  border-radius: 5px;
  box-shadow: 0px 0px 7px #cccccc;
  position: relative;
}

.editorFrame .conBox .contentBox .block .hardwareList .list .fileBox img {
  display: block;
  float: left;
  margin: 13px 25px;
}

.editorFrame .conBox .contentBox .block .hardwareList .list .fileBox b {
  display: block;
  font-size: 18px;
  padding-top: 11px;
  color: #333333;
}

.editorFrame .conBox .contentBox .block .hardwareList .list .fileBox span {
  font-size: 14px;
  color: #666666;
}

.editorFrame .conBox .contentBox .block .hardwareList .list .fileBox button {
  font-size: 18px;
  color: #666666;
  position: absolute;
  right: 20px;
  top: 19px;
  background: none;
  border: none;
}

.editorFrame .conBox .contentBox .block .hardwareList .list .li .liFrame .num {
  float: left;
  width: 100px;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  margin-right: 10px;
  background: #eeeeee;
}

.editorFrame .conBox .contentBox .block .hardwareList .list .li .liFrame .num input {
  border: none;
  background: none;
  width: 95px;
  height: 46px;
  float: right;
  padding-left: 8px;
}

.editorFrame .conBox .contentBox .block .hardwareList .list .li .liFrame .num span {
  display: block;
  position: absolute;
  border-left: 5px solid #ff5a00;
  width: 10px;
  height: 46px;
}

.editorFrame .conBox .contentBox .block .hardwareList .list .li .liFrame .productName {
  float: left;
  width: 333px;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  margin-right: 10px;
  background: #eeeeee;
}

.editorFrame .conBox .contentBox .block .hardwareList .list .li .liFrame .productName input {
  width: 100%;
  text-indent: 10px;
  border: none;
  background: none;
  height: 46px;
}

.editorFrame .conBox .contentBox .block .hardwareList .list .li .liFrame .productLink {
  float: left;
  width: 437px;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  background: #eeeeee;
  margin-right: 0;
}

.editorFrame .conBox .contentBox .block .hardwareList .list .li .liFrame .productLink input {
  width: 100%;
  text-indent: 10px;
  border: none;
  background: none;
  height: 46px;
}

.editorFrame .conBox .contentBox .block .hardwareList .list .li .liFrame .removeLiBtn {
  display: block;
  font-weight: normal;
  cursor: pointer;
  float: left;
  background: #ff5a00;
  color: #ffffff;
  height: 46px;
  line-height: 46px;
  width: 46px;
  text-align: center;
}

.editorFrame .conBox .contentBox .block .hardwareList .list .li .liFrame .removeLiBtn i {
  font-size: 18px;
}

.editorFrame .conBox .contentBox .block .hardwareList .list .addBtn {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  margin: 0 auto;
}

.editorFrame .conBox .contentBox .block .hardwareList .list .addBtn button {
  width: 100%;
  height: 46px;
  background: #eeeeee;
  font-size: 18px;
  color: #999999;
  border: none;
  cursor: pointer;
}

.editorFrame .conBox .contentBox .block .hardwareList .list .addBtn button i {
  font-size: 20px;
}

.editorFrame .conBox .contentBox .block .codeArea {
  background: #ffffff;
}

.editorFrame .conBox .contentBox .block .codeArea .tit select {
  color: #1d1d1d;
  font-size: 18px;
}

.editorFrame .conBox .contentBox .block .codeArea .con {
  position: relative;
  width: 100%;
}

.editorFrame .conBox .contentBox .block .codeArea .con pre {
  border-left: 5px solid #ff5a00;
  overflow-y: scroll;
  height: 300px;
  padding: 10px;
  background: #eeeeee;
}

.editorFrame .conBox .contentBox .block .codeArea .con textarea {
  height: 300px;
  width: 94%;
  resize: none;
  position: absolute;
  background: #eeeeee;
  padding: 10px;
  border: none;
  display: none;
}

.editorFrame .conBox .contentBox .block .editorArea .editorBox .highEditorBox {
  display: none;
}

.editorFrame .conBox .contentBox .block .editorArea .editorBox .highEditorBox .con .conBtn {
  text-align: right;
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.editorFrame .conBox .contentBox .block .editorArea .editorBox .highEditorBox .con .conBtn button {
  background: #ff5a00;
  color: #ffffff;
  border: none;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin: 10px 0 0 0;
  display: block;
  border-radius: 3px;
  cursor: pointer;
  min-width: 100px;
  height: 46px;
  line-height: 46px;
}

.editorFrame .conBox .contentBox .block .upFile {
  background: #ffffff;
}

.editorFrame .conBox .contentBox .block .upFile .uploading {
  width: 100%;
  height: 46px;
  position: relative;
  box-shadow: 0px 0px 7px #cccccc;
  line-height: 46px;
  font-size: 18px;
  justify-content: center;
  display: flex;
}

.editorFrame .conBox .contentBox .block .upFile .uploading b {
  display: block;
}

.editorFrame .conBox .contentBox .block .upFile .uploading b img {
  height: 30px;
  width: 30px;
}

.editorFrame .conBox .contentBox .block .upFile .fileBox {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.editorFrame .conBox .contentBox .block .upFile .fileBox .info {
  display: flex;
  width: 100%;
  background: #f0f0f0;
  border-radius: 3px;
  height: 46px;
  padding: 5px 10px;
  margin-right: 10px;
}

.editorFrame .conBox .contentBox .block .upFile .fileBox .info img {
  width: 26px;
  height: 36px;
}

.editorFrame .conBox .contentBox .block .upFile .fileBox .info b {
  margin-left: 20px;
  font-size: 16px;
}

.editorFrame .conBox .contentBox .block .upFile .fileBox .info b span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.editorFrame .conBox .contentBox .block .upFile .fileBox button {
  background: #ff5a00;
  border: none;
  color: #fff;
  font-size: 18px;
  min-width: 100px;
  border-radius: 3px;
}

.editorFrame .conBox .contentBox .block .upFile .upfileBox input {
  position: absolute;
  width: 100%;
  height: 46px;
  cursor: pointer;
  opacity: 0;
  padding: 0;
}

.editorFrame .conBox .contentBox .block .upFile .upfileBox b {
  width: 100%;
  height: 46px;
  background: #f4f4f4;
  font-size: 18px;
  color: #1d1d1d;
  border: none;
  display: block;
  text-align: center;
  line-height: 46px;
  font-weight: normal;
}

.editorFrame .conBox .contentBox .block .table {
  background: #ffffff;
}

.editorFrame .conBox .contentBox .block .table .grid {
  display: flex;
  justify-content: center;
}

.editorFrame .conBox .contentBox .block .table .grid .left {
  margin: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
  max-width: 900px;
  border: 1px solid #ff5a00;
}

.editorFrame .conBox .contentBox .block .table .grid .left .list {
  display: grid;
  background: #ff5a00;
  grid-gap: 1px 1px;
}

.editorFrame .conBox .contentBox .block .table .grid .left .list>span {
  cursor: pointer;
  background: #ffffff;
  line-height: 50px;
  position: relative;
  display: flex;
  justify-content: center;
}

.editorFrame .conBox .contentBox .block .table .grid .left .list>span>i {
  align-self: center;
  font-size: 24px;
  display: none;
}

.editorFrame .conBox .contentBox .block .table .grid .left .list>span:hover i {
  display: block;
}

.editorFrame .conBox .contentBox .block .table .grid .left .list>span>i:hover {
  color: #ff5a00;
}

.editorFrame .conBox .contentBox .block .table .grid .left .list>span>b {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
  font-weight: normal;
  height: 15px;
  line-height: 15px;
}

.editorFrame .conBox .contentBox .block .table .grid .left .list>span .restoreBtn {
  display: block;
}

.editorFrame .conBox .contentBox .block .table .grid .left .list>span .triangle {
  position: absolute;
  font-size: 14px;
}

.editorFrame .conBox .contentBox .block .table .grid .left .list>span .triangle:hover {
  color: #ff5a00;
}

.editorFrame .conBox .contentBox .block .table .grid .left .list>span .icontriangle-left {
  left: 0;
}

.editorFrame .conBox .contentBox .block .table .grid .left .list>span .icontriangle-right {
  right: 0;
}

.editorFrame .conBox .contentBox .block .table .grid .left .list>span .icontriangle-up {
  top: 0;
  line-height: 13px;
}

.editorFrame .conBox .contentBox .block .table .grid .left .list>span .icontriangle-down {
  bottom: 0;
  line-height: 11px;
}

.editorFrame .conBox .contentBox .block .table .grid .left .list>span .boom {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}

.editorFrame .conBox .contentBox .block .table .grid .left .list>span .con {}

.editorFrame .conBox .contentBox .block .table .grid .left .list .select {
  background: #ff5a00;
  color: #ffffff;
}

.editorFrame .conBox .contentBox .block .table .grid .left .list .select .mergeBtn {
  display: block;
}

.editorFrame .conBox .contentBox .block .table .grid .left .list .select .mergeBtn:hover {
  color: #ffffff;
}

.editorFrame .conBox .contentBox .block .table .grid .right {
  padding: 10px;
}

.editorFrame .conBox .contentBox .block .table .grid .right>span {
  display: flex;
  flex-direction: column;
}

.editorFrame .conBox .contentBox .block .table .grid .right>span>b {
  font-size: 14px;
  font-weight: normal;
  margin: 4px 0;
}

.editorFrame .conBox .contentBox .block .table .grid .right>span>b>input {
  border: 1px solid #ddd;
  margin-left: 10px;
  width: 70px;
  font-size: 14px;
  padding: 3px 5px;
}

.editorFrame .conBox .settingBox {
  width: 224px;
}

.editorFrame .conBox .settingBox .thumb {
  width: 100%;
  height: 165px;
  background: #ffffff;
  box-shadow: 0px 0px 10px #ddd;
  position: relative;
  overflow: hidden;
}

.editorFrame .conBox .settingBox .thumb img {
  width: 212px;
  height: 153px;
  margin: 6px;
}

.editorFrame .conBox .settingBox .thumb .changeThumb {
  position: absolute;
  width: 100%;
  height: 165px;
  top: 0;
  left: 0;
}

.editorFrame .conBox .settingBox .thumb .changeThumb input {
  position: absolute;
  height: 165px;
  width: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.editorFrame .conBox .settingBox .thumb .changeThumb i {
  position: absolute;
  top: 53px;
  left: 50%;
  font-size: 32px;
  z-index: 1;
  width: 48px;
  height: 48px;
  background: #ff5a00;
  border-radius: 50px;
  text-align: center;
  line-height: 48px;
  color: #ffffff;
  margin-left: -24px;
  box-shadow: 0px 0px 10px #555555;
}

.editorFrame .conBox .settingBox .thumb .changeThumb b {
  position: absolute;
  top: 107px;
  z-index: 1;
  left: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  width: 100%;
}

.editorFrame .conBox .settingBox .thumb .changeThumb span {
  position: absolute;
  background: #0a0a0a;
  opacity: 0.5;
  left: 6px;
  top: 6px;
  width: 212px;
  height: 150px;
}

.editorFrame .conBox .settingBox .affiliate {
  background: #ffffff;
  box-shadow: 0px 0px 10px #ddd;
  margin: 10px 0;
  padding: 15px;
}

.editorFrame .conBox .settingBox .affiliate .join {
  display: flex;
  flex-wrap: wrap;
}

.editorFrame .conBox .settingBox .affiliate .join .icon {
  width: 42px;
  height: 42px;
  position: relative;
}

.editorFrame .conBox .settingBox .affiliate .join .icon i {
  font-size: 52px;
  position: absolute;
  left: -6px;
  top: -8px;
  color: #ff5a00;
}

.editorFrame .conBox .settingBox .affiliate .join .title {
  width: 141px;
  margin-left: 10px;
  font-size: 18px;
}

.editorFrame .conBox .settingBox .affiliate .join .title b {
  display: inherit;
}

.editorFrame .conBox .settingBox .affiliate .join .desc {
  color: #bfbfbf;
  font-size: 14px;
  margin: 10px 0;
}

.editorFrame .conBox .settingBox .affiliate .join .desc a {
  display: block;
  color: #ff5a00;
}

.editorFrame .conBox .settingBox .affiliate .join button {
  background: #ff5a00;
  border: none;
  width: 100%;
  height: 30px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}

.editorFrame .conBox .settingBox .affiliate .join button {
  height: 40px;
  background: #ff5a00;
  font-size: 16px;
  color: #ffffff;
  width: 100%;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.editorFrame .conBox .settingBox .affiliate .join .title2 {
  font-size: 18px;
}

.editorFrame .conBox .settingBox .affiliate .join .title2 i {
  font-size: 24px;
  color: #ff5a00;
}

.editorFrame .conBox .settingBox .affiliate .list {
  height: auto;
}

.editorFrame .conBox .settingBox .affiliate .list button {
  background: #ff5a00;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  width: 67px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 22px;
  border: none;
  display: block;
  margin: 0 auto;
}

.editorFrame .conBox .settingBox .affiliate .list .title2 {
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #eeeeee;
}

.editorFrame .conBox .settingBox .affiliate .list .title2 i {
  font-size: 24px;
  color: #ff5a00;
}

.editorFrame .conBox .settingBox .affiliate .list .subTitle {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  border-bottom: 1px solid #eeeeee;
}

.editorFrame .conBox .settingBox .affiliate .list .plistbox {
  height: 90px;
  overflow: hidden;
}

.editorFrame .conBox .settingBox .affiliate .list .plist {
  height: 40px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.editorFrame .conBox .settingBox .affiliate .list .plist span {
  font-size: 12px;
  display: block;
  line-height: 15px;
  overflow: hidden;
  align-self: center;
  max-height: 30px;
}

.editorFrame .conBox .settingBox .affiliate .list .plist b {
  font-size: 12px;
  color: #ff5a00;
  display: block;
  background: #ffffff;
  font-weight: normal;
  align-self: center;
}

.editorFrame .conBox .settingBox .affiliate .list .moreIcon {
  height: 6px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  width: 34px;
}

.editorFrame .conBox .settingBox .affiliate .list .moreIcon b {
  display: block;
  width: 6px;
  height: 6px;
  background: #ff5a00;
  border-radius: 10px;
  float: left;
  overflow: hidden;
}

.editorFrame .conBox .settingBox .affiliate .list .moreIcon b:nth-child(3n + 2) {
  margin: 0 8px;
}

.editorFrame .conBox .settingBox .library {
  width: 224px;
  height: 387px;
  background: #ffffff;
  box-shadow: 0px 0px 10px #ddd;
  position: relative;
}

.editorFrame .conBox .settingBox .library .title {
  height: 34px;
  padding: 0 10px;
  display: flex;
  border-bottom: 1px solid #e9e9e9;
}

.editorFrame .conBox .settingBox .library .title i {
  font-size: 32px;
  align-content: center;
  color: #ff5a00;
  margin-left: -5px;
}

.editorFrame .conBox .settingBox .library .title span {
  align-self: center;
  font-size: 14px;
  font-weight: bold;
}

.editorFrame .conBox .settingBox .library .list {
  margin: 10px 0;
  padding: 0px 14px;
  height: 332px;
  overflow: hidden;
  position: relative;
}

.editorFrame .conBox .settingBox .library .list .line {
  position: absolute;
  top: 0;
  right: 3px;
  width: 3px;
}

.editorFrame .conBox .settingBox .library .list .line span {
  display: block;
  border-left: 2px solid #ff5a00;
  height: 60px;
  position: absolute;
}

.editorFrame .conBox .settingBox .library .list .con {
  width: 196px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
}

.editorFrame .conBox .settingBox .library .list .li {
  float: left;
  width: 60px;
  height: 60px;
  border: 1px solid #a2a2a2;
  margin: 0 8px 8px 0;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.editorFrame .conBox .settingBox .library .list .li img {
  width: 60px;
  height: 60px;
}

.editorFrame .conBox .settingBox .library .list .li button {
  display: none;
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  cursor: pointer;
  border: none;
}

.editorFrame .conBox .settingBox .library .list .li button i {
  font-size: 20px;
  margin-left: -3px;
}

.editorFrame .conBox .settingBox .library .list .li:nth-child(3n + 3) {
  margin-right: 0;
}

.editorFrame .conBox .settingBox .library .list .li:hover button {
  display: block;
}

.editorFrame .conBox .settingBox .library .list .uploadBtn {
  background: #f0f0f0;
  border: none;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.editorFrame .conBox .settingBox .library .list .uploadBtn input {
  position: absolute;
  width: 60px;
  height: 120px;
  opacity: 1;
  cursor: pointer;
  z-index: 1;
  margin-top: -50px;
}

.editorFrame .conBox .settingBox .library .list .uploadBtn i {
  font-size: 35px;
  color: #d8d8d8;
  align-self: center;
}

.editorFrame .conBox .settingBox .btnBox {
  height: 30px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.editorFrame .conBox .settingBox .btnBox button {
  width: 100%;
  height: 30px;
  font-size: 14px;
  background: #ff5a00;
  cursor: pointer;
  color: #ffffff;
  border: none;
}

.editorFrame .conBox .settingBox .btnBox .draft {
  margin-right: 8px;
}

.editorFrame .conBox .contentBox .block:hover .tit .removeBtn {
  display: block;
}

.affiliateFrame {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}

.affiliateFrame .con {
  position: absolute;
  width: 714px;
  height: 500px;
  background: #ffffff;
  border-radius: 5px;
  z-index: 1;
  left: 50%;
  margin-left: -357px;
  top: 200px;
}

.affiliateFrame .con a {
  color: #ff5a00;
}

.affiliateFrame .con table {
  border-color: #eeeeee;
}

.affiliateFrame .con table td {
  padding: 5px 3px;
}

.affiliateFrame .con .closeBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.affiliateFrame .con .closeBtn i {
  font-size: 24px;
  color: #999999;
}

.affiliateFrame .con .title {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #cdcdcd;
  padding: 0 30px;
  font-size: 22px;
  font-weight: bold;
  color: #0e0e0e;
}

.affiliateFrame .con .title span {
  display: block;
  float: left;
  width: 100px;
  overflow: hidden;
  height: 60px;
}

.affiliateFrame .con .title span i {
  color: #ff5a00;
  font-size: 18px;
  padding-left: 5px;
}

.affiliateFrame .con .title span:nth-child(2n + 2) {
  width: 300px;
  font-size: 12px;
  word-break: break-all;
  color: #999999;
  line-height: 62px;
  display: none;
}

.affiliateFrame .con .agreementBox {
  padding: 10px 30px;
  height: 350px;
  overflow-y: scroll;
}

.affiliateFrame .con .agreementBox img {
  width: 100%;
}

.affiliateFrame .con .agreementBox h4 {
  margin: 30px 0;
  color: #ff5a00;
  font-size: 20px;
}

.affiliateFrame .con .agreementBox p {
  margin: 15px 0;
  font-size: 18px;
}

.affiliateFrame .con .agreementBox table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

.affiliateFrame .con .agreementBox table tr {
  margin: 0;
  padding: 0;
}

.affiliateFrame .con .agreementBox table tr td {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #a2a2a2;
  font-size: 14px;
}

.affiliateFrame .con .btnBox {
  text-align: center;
  padding: 14px 0;
}

.affiliateFrame .con .btnBox button {
  background: #ff5a00;
  font-size: 16px;
  color: #ffffff;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  border: none;
  cursor: pointer;
  min-width: 150px;
}

.affiliateFrame .con .btnBox .disable {
  background: #999999;
  cursor: default;
}

.affiliateFrame .con .joinBox {
  padding: 20px 100px;
  height: 314px;
}

.affiliateFrame .con .joinBox h4 {
  font-size: 20px;
  padding: 10px 0;
  color: #ff5a00;
}

.affiliateFrame .con .joinBox .input {
  margin: 15px 0;
  height: 30px;
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
}

.affiliateFrame .con .joinBox .input span {
  display: block;
  width: 140px;
  text-align: right;
  line-height: 30px;
}

.affiliateFrame .con .joinBox .input b {
  display: block;
  margin-left: 20px;
}

.affiliateFrame .con .joinBox .input b input {
  height: 30px;
  line-height: 30px;
  border: 1px solid #b9b9b9;
  width: 330px;
  padding: 0 10px;
}

.affiliateFrame .con .joinBox .input .checkbox {
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
}

.affiliateFrame .con .joinBox .input .checkbox input {
  position: absolute;
  width: 17px;
  height: 17px;
  top: 6px;
}

.affiliateFrame .con .joinBox .input .text {
  margin-left: 5px;
  line-height: 30px;
  color: #6a6a6a;
  font-weight: normal;
}

.affiliateFrame .con .joinBox .input .paypal {}

.affiliateFrame .con .joinBox .input .paypal input {
  width: 170px;
}

.affiliateFrame .con .joinBox .agreement {
  padding-top: 10px;
  text-align: center;
}

.affiliateFrame .con .joinBox .agreement a {
  color: #ff5a00;
}

.affiliateFrame .con .joining {
  position: relative;
}

.affiliateFrame .con .joining b {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  padding-top: 170px;
}

.affiliateFrame .con .joining span {
  position: absolute;
  display: block;
  top: 162px;
  left: 270px;
}

.affiliateFrame .con .joining span img {
  width: 40px;
}

.affiliateFrame .con .editBox {
  padding: 0 30px;
  height: 354px;
  position: relative;
}

.affiliateFrame .con .editBox .tr {
  height: 30px;
  line-height: 30px;
  margin: 10px 0 0 0;
}

.affiliateFrame .con .editBox .tr span {
  display: block;
  float: left;
  color: #626262;
  font-weight: bold;
  font-size: 15px;
}

.affiliateFrame .con .editBox .tr b {
  display: block;
  font-size: 15px;
  color: #626262;
  width: 535px;
  float: left;
}

.affiliateFrame .con .editBox ul {
  max-height: 246px;
  overflow-y: scroll;
}

.affiliateFrame .con .editBox ul li {
  height: 30px;
  margin: 10px 0;
  clear: both;
}

.affiliateFrame .con .editBox ul .err span {
  border: 1px solid #ff0022;
}

.affiliateFrame .con .editBox ul li span {
  display: block;
  float: left;
  border: 1px solid #b9b9b9;
  width: 528px;
  margin-right: 5px;
}

.affiliateFrame .con .editBox ul li span input {
  height: 30px;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0 10px;
  border: none;
}

.affiliateFrame .con .editBox ul li b {
  display: block;
  float: left;
  border: 1px solid #b9b9b9;
  width: 60px;
  margin-right: 5px;
  text-align: center;
}

.affiliateFrame .con .editBox ul li b input {
  height: 30px;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  border: none;
}

.affiliateFrame .con .editBox ul li i {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: #ff5a00;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ff5a00;
  cursor: pointer;
}

.affiliateFrame .con .editBox .addOne {
  height: 40px;
  margin: 10px 0;
}

.affiliateFrame .con .editBox .addOne button {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #eeeeee;
  color: #999999;
  border: none;
  width: 100%;
  cursor: pointer;
}

.affiliateFrame .con .editBox .addOne button i {
  font-size: 22px;
}

.affiliateFrame .con .editBox .searchResult {
  position: absolute;
  top: 80px;
  width: 528px;
  box-shadow: 0px 5px 16px #ddd;
  background: #ffffff;
  max-height: 220px;
  overflow: hidden;
}

.affiliateFrame .con .editBox .searchResult ul {
  overflow-x: hidden;
}

.affiliateFrame .con .editBox .searchResult ul li {
  height: 40px;
  padding: 2px 22px;
  margin: 0;
  width: 510px;
  cursor: pointer;
}

.affiliateFrame .con .editBox .searchResult ul li:hover {
  background: #f2f2f2;
}

.affiliateFrame .con .editBox .searchResult ul li span {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
}

.affiliateFrame .con .editBox .searchResult ul li span img {
  width: 36px;
  height: 36px;
}

.affiliateFrame .con .editBox .searchResult ul li b {
  display: block;
  width: 425px;
  padding: 0;
  margin: 0;
  height: 40px;
  line-height: 40px;
  border: none;
  text-align: left;
  color: #0e0e0e;
  font-weight: normal;
  overflow: hidden;
}

.affiliateFrame .maskBG {
  height: 2000px;
}

.createArticle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: block;
  height: 100%;
}

.createArticle .box {
  width: 748px;
  height: auto;
  position: absolute;
  background: #ffffff;
  z-index: 1;
  left: 50%;
  margin-left: -400px;
  padding: 24px;
  min-height: 418px;
  border-radius: 12px;
  top: calc(50% - 260px);
}

.createArticle .box .closeBtn {
  position: absolute;
  right: 10px;
  top: 10px;
}

.createArticle .box .closeBtn i {
  font-size: 20px;
  cursor: pointer;
}

.createArticle .box .left {
  background: #eeeeee;
  width: 300px;
  float: left;
  height: 370px;
  position: relative;
  overflow: hidden;
}

.createArticle .box .left .contentBox {
  position: absolute;
  left: 39px;
  top: 29px;
}

.contentBox .floatContainer .floatItem {
  float: left;
  cursor: pointer;
  width: 224px;
  height: 310px;
  border-radius: 5px;
  background: #ffffff;
}

.contentBox .floatContainer a:nth-child(5n + 2) .floatItem {
  margin-left: 20px;
  margin-right: 20px;
}

.contentBox .floatContainer a:nth-child(5n + 4) .floatItem {
  margin-left: 20px;
  margin-right: 20px;
}

.contentBox .floatContainer a:nth-child(n + 6) .floatItem {
  margin-top: 20px;
}

.contentBox .floatContainer .floatItem .coverImg {
  width: 224px;
  height: 162px;
  overflow: hidden;
}

.contentBox .floatContainer .floatItem .coverImg {
  width: 224px;
  height: 162px;
  overflow: hidden;
}

.contentBox .floatContainer .floatItem .coverImg img {
  width: 224px;
  height: 162px;
  transition: transform 0.3s linear;
}

.contentBox .floatContainer .floatItem:hover .coverImg img {
  transform: scale(1.1);
}

.contentBox .floatContainer .floatItem .infoBox {
  box-sizing: border-box;
  width: 224px;
  height: 117px;
  padding: 12px 12px;
}

.contentBox .floatContainer .floatItem .infoBox .title {
  width: 200px;
  font-size: 14px;
  line-height: 17px;
  max-height: 34px;
  overflow: hidden;
  color: #0e0e0e;
}

.contentBox .floatContainer .floatItem .infoBox .tagBox {
  margin-top: 9px;
  width: 200px;
  overflow: hidden;
}

.contentBox .floatContainer .floatItem .infoBox .tagBox .tagItem {
  display: inline-block;
  box-sizing: border-box;
  height: 20px;
  line-height: 20px;
  padding: 0px 4px;
  font-size: 12px;
  color: #666666;
  background: #eeeeee;
}

.contentBox .floatContainer .floatItem .infoBox .userBox {
  margin-top: 8px;
  height: 24px;
}

.contentBox .floatContainer .floatItem .infoBox .userBox .headImg {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}

.contentBox .floatContainer .floatItem .infoBox .userBox .headImg img {
  width: 24px;
  height: 24px;
}

.contentBox .floatContainer .floatItem .infoBox .name {
  font-size: 12px;
  color: #0e0e0e;
  display: inline-block;
  padding-left: 3px;
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}

.contentBox .floatContainer .floatItem .projectInfo {
  padding: 0 12px;
  border-top: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  height: 31px;
}

.contentBox .floatContainer .floatItem .projectInfo .lever {
  float: left;
  padding-left: 12px;
  height: 17px;
  line-height: 17px;
  font-size: 10px;
  font-weight: 700;
  position: relative;
}

.contentBox .floatContainer .floatItem .projectInfo .lever:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 6px;
  height: 17px;
}

.contentBox .floatContainer .floatItem .projectInfo .leverEasy {
  color: #a4e38d;
}

.contentBox .floatContainer .floatItem .projectInfo .leverEasy:before {
  background: #a4e38d;
}

.contentBox .floatContainer .floatItem .projectInfo .leverMedium {
  color: #f4da4e;
}

.contentBox .floatContainer .floatItem .projectInfo .leverMedium:before {
  background: #f4da4e;
}

.contentBox .floatContainer .floatItem .projectInfo .leverHard {
  color: #f28e81;
}

.contentBox .floatContainer .floatItem .projectInfo .leverHard:before {
  background: #f28e81;
}

.contentBox .floatContainer .floatItem .projectInfo .num {
  display: flex;
  height: 22px;
  overflow: hidden;
  align-self: center;
}

.contentBox .floatContainer .floatItem .projectInfo .num b {
  margin-left: 10px;
  display: flex;
}

.contentBox .floatContainer .floatItem .projectInfo .num b span {
  font-size: 14px;
  font-weight: normal;
  height: 23px;
  line-height: 23px;
  display: block;
}

.contentBox .floatContainer .floatItem .projectInfo .num b i {
  font-size: 19px;
  font-weight: normal;
  width: 23px;
  height: 23px;
  overflow: hidden;
}

.contentBox .floatContainer .floatItem .projectInfo .diff {
  display: block;
  margin-top: -3px;
  align-self: center;
  height: 21px;
}

.contentBox .floatContainer .floatItem .projectInfo .diff .Easy i:nth-child(1) {
  color: #ff5a00;
}

.contentBox .floatContainer .floatItem .projectInfo .diff .Medium i:nth-child(1),
.contentBox .floatContainer .floatItem .projectInfo .diff .Medium i:nth-child(2),
.contentBox .floatContainer .floatItem .projectInfo .diff .Medium i:nth-child(3) {
  color: #ff5a00;
}

.contentBox .floatContainer .floatItem .projectInfo .diff .Hard i {
  color: #dd0505;
}

.contentBox .floatContainer .floatItem .projectInfo .diff span {
  color: #6f6f6f;
  padding: 0 10px 0 5px;
}

.contentBox .floatContainer .floatItem .projectInfo .diff span i {
  font-size: 12px;
  margin-right: -9px;
}

.contentBox .floatContainer .floatItem .projectInfo .diff b {
  color: #6f6f6f;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  text-transform: uppercase;
}

.createArticle .box .right {
  margin-left: 30px;
  width: 370px;
  float: left;
}

.createArticle .box .right .title3 {
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: #0e0e0e;
  text-align: center;
}

.createArticle .box .right .text {
  text-align: center;
  width: 300px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.createArticle .box .right .select {
  padding-bottom: 40px;
}

.createArticle .box .right .select select {
  height: 30px;
  width: 100%;
  padding-left: 10px;
}

.createArticle .box .nextBtn {
  height: 30px;
  padding-top: 13px;
  text-align: center;
}

.createArticle .box .nextBtn button {
  width: 192px;
  height: 30px;
  background: #ff5a00;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.createArticle .box .right .licensIcon {
  width: 110px;
  height: 40px;
  float: left;
}

.createArticle .box .right .licensIcon a {
  display: block;
  width: 103px;
  height: 36px;
  position: absolute;
  z-index: 2;
  opacity: 0;
}

.createArticle .box .right .licensIcon .icon {
  position: absolute;
  z-index: 1;
}

.createArticle .box .right .licensIcon .noneText {
  float: left;
  padding: 6px 0;
}

.createArticle .box .right .licensIcon .noneText .w {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
}

.createArticle .box .right .licensIcon .noneText .b {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
}

.createArticle .box .right .licensIcon .icon b {
  margin: 2px 0 0 4px;
  display: block;
  width: 29px;
  height: 29px;
  float: left;
  background: #fff;
  border-radius: 50px;
  margin-right: 5px;
}

.createArticle .box .right .licensIcon .icon b i {
  font-size: 29px;
}

.createArticle .box .right .licensIcon .icon span {
  float: left;
  display: block;
  font-size: 10px;
  width: 22px;
  color: #ffffff;
}

.createArticle .box .right .licensIcon .icon span i {
  display: block;
  color: #000;
  background: #fff;
  border-radius: 50px;
  width: 18px;
  height: 17px;
  margin: 5px 0 2px 0;
  font-size: 18px;
}

.createArticle .box .right .licensIcon .icon span i:before {
  margin-top: -1px;
  position: absolute;
}

.createArticle .box .right .licensIcon .bg {
  position: absolute;
}

.createArticle .box .right .selectLicense {
  float: left;
  width: 260px;
}

.createArticle .box .right .selectLicense select {
  width: 260px;
  height: 36px;
}

.createArticle .box .title {
  font-size: 18px;
  color: #0e0e0e;
}

.createArticle .box .title b {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #313131;
}

.createArticle .box .title span {
  display: block;
  text-align: center;
}

.createArticle .box .title i {
  position: absolute;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  top: 10px;
}

.createArticle .box .list .subTitle {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  padding: 15px 0;
}

.createArticle .box .list ul {
  display: flex;
  flex-wrap: wrap;
}

.createArticle .box .list ul li {
  position: relative;
  height: 22px;
  margin-right: 20px;
  margin-bottom: 4px;
  line-height: 22px;
  cursor: pointer;
  font-size: 14px;
}

.createArticle .box .list ul li b {
  display: block;
  position: absolute;
  z-index: 1;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  width: 100%;
  text-align: center;
}

.createArticle .box .list ul li i {
  display: block;
  font-style: normal;
  font-weight: bold;
  opacity: 0;
}

.createArticle .box .list ul li span {
  display: block;
  position: absolute;
  height: 6px;
  background: #ff5a00;
  width: 100%;
  bottom: 9px;
  opacity: 0;
}

.createArticle .box .list ul .select {
  color: #ff5a00;
}

.createArticle .box .list .addCustomTag {
  border: 1px dashed #333333;
  border-radius: 5px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  display: flex;
}

.createArticle .box .list .addCustomTag input {
  border: none;
  float: left;
  width: 120px;
  height: 22px;
  font-size: 16px;
  text-align: center;
}

.createArticle .box .list .addCustomTag input::-webkit-input-placeholder {
  color: #a2a2a2;
  font-size: 14px;
  font-weight: normal;
}

.createArticle .box .list .addCustomTag i {
  opacity: 1;
}

.createArticle .errorInfo {
  margin-top: 15px;
  text-align: center;
}

.createArticle .errorInfo span {
  display: block;
  font-size: 14px;
  color: #ea5043;
}

.createArticle .errorInfo button {
  width: 192px;
  height: 30px;
  border: none;
  background: #ff5a00;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 2px;
}

.createArticle .errorInfo .disable {
  background: #999999;
  cursor: default;
}

.createArticle .maskBG {
  height: 2000px;
}

.maskBG {
  background: #000000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
}

.highEditorFrame {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.highEditorFrame .con {
  width: 900px;
  height: 500px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -250px 0 0 -450px;
}

.highEditorFrame .con .ck-content {
  height: 500px;
}

.highEditorFrame .btn {
  position: absolute;
  z-index: 2;
  width: 900px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin: 290px 0 0 -450px;
  background: #ffffff;
}

.highEditorFrame .btn button {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #f1d321;
  border: none;
  position: absolute;
  left: 190px;
  top: 10px;
  cursor: pointer;
  font-size: 18px;
}

.highEditorFrame .btn .no {
  background: #eeeeee;
  right: 190px;
  top: 10px;
  left: auto;
}

.highEditorFrame .maskBG {
  width: 100%;
  z-index: 1;
  height: 100%;
}

.ck.ck-editor__main a {
  color: #8d7249;
  text-decoration-line: underline;
}

.details .contentBlock .textArea figure {
  text-align: center;
}

.details .contentBlock .textArea .image-style-side {
  text-align: right;
}

.details .contentBlock .textArea .table {
  border-radius: 5px;
  width: auto;
  display: table;
  margin: 0.9em auto;
}

.details .contentBlock .textArea .table table {
  min-width: 2em;
  padding: 0.4em;
  border-collapse: collapse;
  border-spacing: 0;
}

.details .contentBlock .textArea .table td {
  border: 1px solid #bfbfbf;
  min-width: 2em;
  padding: 3px 14px;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  margin: 0;
  text-align: left;
}

/*-------------------- editArticle End -----------------------*/