.popup-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  display: none;
  z-index: 98;
}

.popup-content {
  display: none;
  position: absolute;
  width: 990px;
  height: 600px;
  z-index: 99;
  background: #fff;
  overflow: hidden;
}

.popup-content .content-detail {
  background: #fff;
  margin: 10px 0;
  height: 460px;
  overflow-y: auto;
}

.tips-popup {
  background: #fff;
  z-index: 99;
  line-height: 1;
}

.tips-popup-box {
  width: 400px;
  max-height: 220px;
  background: #fff;
  z-index: 99;
  padding-top: 30px;
}

.tips-popup .pop-tit {
  font-size: 20px;
  font-weight: 700;
  color: #252B3A;
  padding-left: 28px;
  border-left: 3px solid #C7000B;
}

.tips-popup .icon-close {
  position: absolute;
  top: 16px;
  right: 18px;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/newblog_img/closeIc.svg) no-repeat;
}

.tips-popup .pop-con {
  padding-left: 42px;
  margin-top: 30px;
  margin-bottom: 45px;
}

.drafts-box {
  height: 525px;
  background: #fff;
  z-index: 99;
  padding-top: 30px;
}

.pop-text {
  margin: 0 30px;
  font-size: 12px;
  color: #666A75;
  margin-top: 16px;
}

.pop-text a {
  color: #526ECC;
}

.tab-drafts tr th {
  color: #575D6C !important;
}

.tab-drafts tbody {
  color: #252B3A;
}

.drafts-help {
  position: relative;
  float: right;
  color: #252B3A;
}

.drafts-helpIcon {
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url(../images/newblog_img/help.svg) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -2px
}

.drafts-helpText {
  display: none;
  position: absolute;
  right: -10px;
  top: 27px;
  width: 382px;
  background: #fff;
  font-size: 12px;
  color: #575D6C;
  padding: 16px 12px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
  border-radius: 2px;
  line-height: 18px;
}

.drafts-helpText:before {
  display: inline-block;
  content: "";
  border: 6px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  top: -13px;
  right: 12px;
}

.drafts-helpIcon:hover+.drafts-helpText {
  display: block;
}

.drafts-list {
  margin-top: 12px;
  padding: 0 30px;
  margin-bottom: 28px;
  height: 318px;
  overflow-y: auto;
}

.tab-drafts,
.tab-drafts tr th,
.tab-drafts tr td {
  border: 1px solid #e2e2e2;
}

.tab-drafts tr th {
  background: #f7f7f7;
  height: 30px;
  line-height: 30px;
  color: #252B3A;
  font-size: 14px;
}

.tab-drafts tr .dtitle {
  padding: 0 26px 0 30px;
  width: 356px;
  color: #252B3A;
}

.tab-drafts tr .type {
  width: 140px;
  padding-left: 10px;
}

.tab-drafts tr .time {
  width: 178px;
  padding-left: 14px;
}

.tab-drafts tr .operate {
  width: 89px;
  text-align: center;
}

.tab-drafts tbody tr {
  height: 40px;
  line-height: 40px;
}

.tab-drafts tbody .dtitle {
  color: #666A75;
}

.dtitle a {
  color: #252B3A;
}

.tab-drafts tbody .dtitle a {
  display: block;
  width: 310px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab-drafts tbody .dtitle:hover a {
  color: #2D56B1;
}

.tab-drafts tbody .time {
  color: #666A75;
}

.tab-drafts tbody .operate {
  color: #2d56b1;
}

.tab-drafts tbody .operate:hover {
  text-decoration: underline;
}

.drafts-box button {
  width: 65px;
}

.pop-bottom .closePostBtn {
  background: #C7000B;
  color: #fff;
}

.pop-bottom .closePostBtn:hover {
  background: #f24651;
}

.pop-bottom .closePostBtn:focus {
  background: #c8000d;
}

.pop-bottom {
  padding: 16px 0;
  background: #f5f5f5;
  text-align: center;
  border-top: 1px solid #e2e2e2;
}

.pop-bottom button {
  outline: none;
  width: 88px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
}

.pop-bottom {
  padding-bottom: 32px;
  border-top: 0;
  padding-top: 0;
  background: #fff;
}

.pop-bottom .closePostBtn {
  width: 88px;
  height: 40px;
  line-height: 40px;
}

.popup {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 20.8%;
  width: 400px;
  background: #FFFFFF;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.10);
  border-radius: 2px;
  text-align: left;
  z-index: 99;
}

.popContainer {
  padding-top: 30px;
}

.popHead {
  border-left: 3px solid #C7000B;
  line-height: 22px;
  height: 22px;
  margin-bottom: 30px;
}

.tipText {
  font-size: 22px;
  color: #252B3A;
  margin-left: 27px;
}

.popCont {
  padding-left: 30px;
  overflow: hidden;
}

.popImg1 {
  width: 40px;
  height: 35px;
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}

.popText {
  display: inline-block;
  max-width: 234px;
}

.popText>p {
  font-size: 18px;
  color: #252B3A;
  line-height: 22px;
}

.popText>span {
  display: inline-block;
  margin-top: 5px;
  line-height: 18px;
  font-size: 12px;
  color: #666A75;
}

.popFood {
  text-align: center;
  margin: 30px 0 40px 0;
}

.popFood .continue {
  cursor: pointer;
  margin-right: 10px;
  font-size: 14px;
  color: #FFFFFF;
  background: #C7000B;
  border-radius: 2px;
  border: 0;
  padding: 10px 30px;
  border: 1px solid #F66F6A;
  box-sizing: border-box;
  height: 40px;
  line-height: 18px;
}

.popFood .continue:hover {
  background: #f24651;
}

.popFood .cancel {
  cursor: pointer;
  border: 1px solid #C7000B;
  border-radius: 2px;
  font-size: 14px;
  color: #C7000B;
  background: #fff;
  padding: 10px 30px;
  height: 40px;
  box-sizing: border-box;
  margin-right: 10px;
  line-height: 18px;
}

.closeBtnTip {
  cursor: pointer;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/newblog_img/closeIc.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 22px;
  top: 22px;
}

.cloud-blog-write-blog-wrap {
  position: relative;
}

.tootip-draft.por-tip {
  width: 420px;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
}

.draft {
  font-size: 14px;
  color: #191919;
  margin-top: 9px;
}

.draft:hover {
  cursor: pointer;
}

.del_draft {
  font-size: 12px;
  color: #526ECC;
}

.popFood .cancel:hover {
  background: #C7000B;
  color: #fff;
}

.dtitle {
  text-align: left;
}

.type {
  text-align: left;
}

.time {
  text-align: left;
}

.operate {
  text-align: left;
}

/* 标签设置 */
.more-block-cover.show-more-block,
.more-block-cover {
  display: block;
}

.recent-tag-list {
  background-color: #fafafa;
  padding: 19px 35px 19px 100px;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  min-height: 61px;
}

.tag-more-block span.recent-title {
  position: absolute;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  color: #575D6C;
  top: 19px;
  margin: 0 12px;
}

.recent-tag span.recent-tag-text {
  float: left;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  color: #252B3A;
  cursor: pointer;
}

.recent-tag {
  float: left;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  color: #252B3A;
  margin-right: 20px;
  cursor: pointer;
}

.recent-tag span.active {
  color: #c7000b;
}

.recent-tag span.recent-tag-text:hover {
  color: #C7000B;
}

@media (min-width: 1280px) {
  .more-block-cover {
    width: 1030px;
  }
}

/* 大于1650 */
@media (min-width: 1650px) {
  .more-block-cover {
    width: 90.4%;
  }
}

.more-block-cover {
  position: absolute;
  top: 72px;
  left: 152px;
  display: none;
  z-index: 7;
  background-color: #fff;
  border: 1px solid #DFE1E6;
}

.tag-more-block {
  padding-bottom: 20px;
}

.tag-more-block .tab-block {
  margin: 10px 20px 0 12px;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  position: relative;
}

.tag-more-block .tab-block .tab-item {
  padding: 10px;
  float: left;
  margin-right: 30px;
  cursor: pointer;
  font-size: 14px;
  color: #252b3a;
}

.tag-more-block .tab-block .tab-item.active {
  border-bottom: 4px solid #c7000b;
}

.more-block-delete {
  position: absolute;
  background: url(../images/newblog_img/blog-write-icon-delete-tag.svg);
  top: 22px;
  right: 20px;
  height: 15px;
  width: 15px;
  cursor: pointer;
}

.more-block-delete:hover {
  background: url(../images/newblog_img/blog-write-icon-delete-tag-active.svg);
}

.tag-more-block .product-block {
  overflow: hidden;
  position: relative;
  padding: 0 12px;
  overflow-y: scroll;
  max-height: 470px;
}

.tag-more-block .function-block {
  display: none;
  overflow: hidden;
  position: relative;
  padding: 0 12px;
  margin-top: 20px;
  overflow-y: scroll;
  max-height: 470px;
}

.tag-more-block .solve-block {
  display: none;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
  overflow-y: scroll;
  max-height: 470px;
}

.tag-more-block .tech-block {
  display: none;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
  margin-top: 20px;
  overflow-y: scroll;
  max-height: 470px;
}

.tag-more-block .general-block {
  display: none;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
  margin-top: 20px;
  overflow-y: scroll;
  max-height: 470px;
}

.tag-more-block .function-block .product-lists {
  margin-right: 20px;
  width: 185px;
  float: left;
}

.tag-more-block .function-block .product-lists .product-item span {
  font-size: 14px;
  color: #575D6C;
  line-height: 30px;
  cursor: pointer;
  display: inline-block;
  word-break: break-all;
}

.tag-more-block .tech-block .product-lists {
  margin-right: 20px;
  width: 185px;
  float: left;
}

.tag-more-block .tech-block .product-lists .product-item span {
  font-size: 14px;
  color: #575D6C;
  line-height: 30px;
  cursor: pointer;
  display: inline-block;
}

.tag-more-block .general-block .product-lists {
  margin-right: 20px;
  width: 185px;
  float: left;
}

.tag-more-block .general-block .product-lists .product-item span {
  font-size: 14px;
  color: #575D6C;
  line-height: 30px;
  cursor: pointer;
  display: inline-block;
}

.tag-more-block .product-block .product-lists {
  padding: 20px 0 0 0;
  margin-right: 20px;
  width: 185px;
  float: left;
}

.tag-more-block .solve-block .product-lists {
  padding: 20px 0 0 0;
  margin-right: 20px;
  width: 185px;
  float: left;
}

.tag-more-block .product-lists .product-item.parent-product {
  font-size: 14px;
  line-height: 18px;
  color: #252b3a;
  cursor: default;
  margin-bottom: 10px;
  font-weight: 600;
}

.tag-more-block .product-lists .product-item span {
  font-size: 14px;
  color: #666a75;
  line-height: 30px;
  cursor: pointer;
  display: inline-block;
}

.tag-more-block .product-lists .product-item span:hover,
.tag-more-block .product-lists .product-item span.active {
  color: #c7000b;
}

.add-article-tag-list {
  position: relative;
  width: 90.4%;
  left: 120px;
  top: -40px;
}

.add-article-tag-list .tag-detail {
  display: inline-block;
  background-color: #DFE1E6;
  color: #666;
  padding: 0 23px 0 8px;
  font-size: 12px;
  margin: 10px 0 10px 12px;
  position: relative;
  height: 22px;
  line-height: 22px;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(./../images/newblog_img/tag_back.svg) no-repeat center;
  background-size: 100%;
  -moz-background-size: 100%;
}

.tag-remove {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  color: #575d6c;
  cursor: pointer;
  font-size: 8px;
  text-align: center;
  line-height: 8px;
  right: 10px;
  top: 7px;
}

.tag-remove:hover {
  color: #C7000B;
}

.tagator_element {
  top: -31px;
  left: 60px;
}

/* 文章摘要 */
.write-blog-add-article-summary .title-summary {
  float: left;
  width: 152px;
  font-size: 14px;
  color: #595959;
}

.tagator_tag {
  display: inline-block;
  background-color: #DFE1E6;
  color: #575D6C;
  padding: 0px 20px 0 8px;
  font-size: 12px;
  position: relative;
  height: 22px;
  line-height: 22px;
  top: 1px;
  left: 20px;
}

.tagator_tag_remove {
  display: inline-block;
  color: #575d6c;
  margin: 0 0 0 5px;
  cursor: pointer;
  font-size: 11px;
  line-height: 20px;
  vertical-align: top;
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
}

.tagator_element {
  padding: 0 !important;
  box-sizing: border-box;
  background-color: #fff;
  display: inline-block;
  text-decoration: none;
  height: 40px;
  margin-left: 52px;
  line-height: 33px;
  border: #DFE1E6 1px solid;
}

/*弹框样式*/
.pop-block {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.3);
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  font-size: 0;
}

.pop-block.show {
  display: block;
}

.pop-block.show .pop-detail-block {
  display: block;
}

.pop-block .pop-detail-block {
  opacity: 1;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 30px 0;
  display: none;
}

.pop-block .pop-detail-block.error-block {
  width: 400px;
  height: 243px;
}

.pop-block .pop-detail-block.error-block .warning-box {
  padding: 25px 30px 40px 30px;
}

.pop-block .pop-detail-block.error-block .warning-box .icon-warning {
  width: 40px;
  height: 35px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  margin-top: 0;
}

.pop-block .pop-detail-block.error-block .warning-box .icon-warning.failed {
  background: url(../images/ydcomm/icon-failed.png) no-repeat center;
}

.pop-block .pop-detail-block.error-block .warning-box .icon-warning.warning {
  background: url(../images/ydcomm/connect-detail-icon-warning.jpg) no-repeat center / contain;
}

.pop-block .pop-detail-block.error-block .warning-box .warning-detail {
  display: inline-block;
  width: 252px;
  font-size: 18px;
  color: #252b3a;
  letter-spacing: 0;
  line-height: 22px;
  height: 22px;
  vertical-align: middle;
  margin-bottom: 4px;
}

.pop-block .pop-detail-block.nick-block {
  width: 400px;
  height: 291px;
}

.pop-block .pop-detail-block.nick-block .pop-title {
  padding-left: 25px;
}

.pop-block .pop-detail-block.nick-block .warning-box {
  padding: 0 20px 0 25px;
}

.pop-block .pop-detail-block.nick-block .warning-box .nick-tip {
  font-size: 14px;
  color: #a0a2a8;
  line-height: 18px;
  margin-top: 12px;
  margin-bottom: 20px;
}

.pop-block .pop-detail-block.nick-block .warning-box .nick-input {
  width: 340px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 15px;
}

.pop-block .pop-detail-block.nick-block .warning-box .nick-warning {
  margin-bottom: 35px;
  font-size: 12px;
  color: #c7000b;
  line-height: 18px;
}

.pop-block .pop-detail-block.nick-block .warning-box .nick-warning-mb {
  display: none;
  margin-bottom: 35px;
  font-size: 12px;
  color: #c7000b;
  line-height: 18px;
}

.pop-block .pop-detail-block .pop-title {
  font-size: 22px;
  color: #252b3a;
  text-align: left;
  padding-left: 30px;
  height: 28px;
  line-height: 28px;
  position: relative;
}

.pop-block .pop-detail-block .pop-title:before {
  content: '';
  left: 0;
  display: inline-block;
  width: 3px;
  height: 22px;
  top: 3px;
  background: #c7000b;
  position: absolute;
}

.pop-block .pop-detail-block .btn-block {
  text-align: center;
}

.pop-block .pop-detail-block .btn-block .white-btn {
  margin-left: 10px;
}

.pop-block .pop-detail-block .icon-delete {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: inline-block;
  background: url(../images/ydcomm/connect-detail-icon-delete.svg) no-repeat center;
}

/*按钮*/
.btn-block .btns {
  border-radius: 2px;
  padding: 0 30px;
  font-size: 18px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid transparent;
}

.btn-block .btns.small {
  padding: 0 30px;
  min-width: 118px;
  font-size: 14px;
}

.btn-block .btns.red-btn {
  background: #c7000b;
  color: #fff;
}

.btn-block .btns.red-btn[disabled] {
  color: #a0a2a8;
  background: #f7f7f7;
  border-color: #dddddd;
  cursor: not-allowed;
}

.btn-block .btns.red-btn[disabled] {
  color: #a0a2a8;
  background: #f7f7f7;
  border-color: #dddddd;
  cursor: not-allowed;
}

.btn-block .btns.red-btn[disabled]:hover {
  box-shadow: none;
}

.btn-block .btns.white-btn {
  border: 1px solid #c7000b;
  background: #fff;
  color: #c7000b;
}

.btn-block .btns.white-btn:hover {
  background: #c7000b;
  color: #fff;
  border-color: #c7000b;
}

.black-toaster {
  width: 403px;
  height: 96px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  color: #fff;
  line-height: 96px;
  display: none;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 9999;
}

#other-dialog1 .show .aui-dialog-main {
  width: 400px;
  height: 200px;
}


#other-dialog1 .aui-dialog-main .dialog-content p {
  font-size: 12px;
}


#legal-dialog .aui-btn-red,
#other-dialog .aui-btn-red,
#other-dialog1 .aui-btn-red,
#other-dialog1 .aui-btn-white,
#other-dialog4 .aui-btn-red,
#timeout-dialog .aui-btn-red,
#timeout-dialog .aui-btn-white,
#newBlog .aui-btn-red {
  background: #c7000b;
  border: #c7000b;
  border: 1px solid #c7000b;
}

#other-dialog1 .aui-btn-red,
#other-dialog1 .aui-btn-white {
  margin: 0 10px;
  padding: 6px 25px;
  margin-top: 12px;
}

#other-dialog1 .aui-dialog-main .dialog-content p span {
  color: #c7000b;
}

#timeout-dialog .aui-dialog-main .dialog-content p {
  font-size: 12px;
}

#timeout-dialog .aui-dialog-main .dialog-content p span {
  color: #c7000b;
}

.aui-btn-red:hover {
  background: #c7000b;
}

.aui-btn-red:active {
  background: #c7000b;
}

.aui-btn-white:hover {
  background: #c7000b !important;
}

.aui-btn-red {
  background: #c7000b;
  border: 1px solid #c7000b;
}

.aui-dialog.show .aui-dialog-main-timed-reminder {
  height: 280px;
}

.aui-dialog.show .aui-dialog-main-comment {
  height: 280px;
}

.aui-dialog-text-warn {
  display: inline-block;
  color: #e41f2b;
  font-size: 12px;
}

.timed-reminder-info {
  margin-top: 20px;
}

.timed-reminder-info input {
  width: 350px;
  height: 43px;
  line-height: 43px;
  padding-left: 10px;
  margin-bottom: 5px;
  border: #e2e2e2 1px solid;
}

.aui-btn-black {
  border: #ddd 1px solid;
  background: #fff;
  color: #000;
}

.aui-btn-black:hover {
  color: #e41e2b;
  background: #fff;
  border: 1px solid #e41e2b;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

.cloud-blog-write-blog-wrap .img-tips {
  background: rgba(255, 136, 51, 0.10);
  border-radius: 2px;
  font-size: 12px;
  color: #666A75;
  line-height: 18px;
  padding: 6px 0 6px 10px;
  margin-top: 11px;
  width: 100%;
  display: inline-block;
}

.write-blog-pre-publish-btn .write-blog-pre-btn {
  margin-right: 16px;
}

.show-tag-opacity {
  opacity: 0;
}

.push-tag-tips {
  font-size: 14px;
  color: #999;
  padding-left: 112px;
  margin-bottom: 20px;
}

.cloud-blog-write-blog-wrap .write-blog-add-article-tag {
  margin: 0 0 2px 0;
}

/* 专栏 */
.title-column {
  width: 152px;
  display: inline-block;
  font-size: 14px;
  color: #595959;
  line-height: 40px;
}

.write-blog-create-column-input-box {
  display: inline-block;
  position: relative;
  flex: 1;
}

.input-error {
  display: none;
  position: absolute;
  top: 32px;
  left: 10px;
  font-size: 12px;
  font-weight: 100;
  color: red;
}

.add-column-btn {
  position: absolute;
  top: 9px;
  right: 7px;
  padding: 2px 10px;
  font-size: 12px;
  background-color: #f2f2f2;
  cursor: pointer;
  visibility: hidden;
}

.write-blog-create-column-input-box.error #add-column-tag-input {
  border: 1px solid red;
}

.write-blog-create-column-input-box.error .input-error {
  display: block;
}

#add-column {
  color: #252B3A;
  width: 124px;
  height: 32px;
  border-radius: 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #595959;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}

#add-column>span {
  font-size: 22px;
  color: #777 !important;
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 20px;
}

.write-blog-create-column {}

.write-blog-create-column-limit {
  font-size: 12px;
  color: #808080;
  position: relative;
  left: -50px;
  top: 5px;
}

.write-blog-choose-column {
  display: flex;
}

.write-blog-choose-column .column-dialog-input {
  width: 100%;
  border: 1px solid #C2C2C2;
  border-radius: 6px;
  line-height: 38px;
  padding: 0 12px;
}

.write-blog-choose-column .column-dialog-input::placeholder {
  color: #808080;
}

.write-blog-choose-column .column-dialog-yes {
  cursor: pointer;
  width: 16px !important;
  height: 32px !important;
  background: url(../images/column_img/sure.png) no-repeat center;
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: -25px;
  background-size: contain;
}

.write-blog-choose-column .column-dialog-no {
  cursor: pointer;
  width: 20px !important;
  height: 34px !important;
  background: url(../images/newblog_img/no-create.svg) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: -40px;
  background-size: contain;
}

.column-box {
  overflow: hidden;
  position: relative;
  margin: 16px 0 0 152px;
  height: 40px;
  padding-right: 30px;
  display: flex;
  flex-wrap: wrap;
}

.column-box>span {
  display: block;
  color: #181818;
  min-width: 100px;
  max-width: 190px;
  padding: 0 5px;
  box-sizing: border-box;
  height: 32px;
  border-radius: 6px;
  line-height: 32px;
  text-align: center;
  background: #F5F5F5;
  cursor: pointer;
  margin: 0px 16px 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.column-list-active {
  color: #fff !important;
  background: #333 !important;
}

.column-box>.column-box-collapse {
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url(../images/column_img/collapse.png) no-repeat center;
  min-width: 15px;
  max-width: 15px;
}

.column-box>.column-box-collapse.column-box-collapse-up {
  transform: rotate(180deg);
}

/* 冒泡-----start*/
.message-tip {
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 80px;
  transition: opacity .3s, transform .4s, top .4s;
  background: rgb(217, 235, 199);
  border-radius: 8px;
  min-width: 168px;
  padding: 0 40px 0 44px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #191919;
  display: none;
  pointer-events: none;
  z-index: 999999;
}

.message-tip::before {
  content: ' ';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  left: 16px;
}

.message-tip-success {
  background: #E9F2E1;
}

.message-tip-success::before {
  background: url(../images/column_img/success.png) no-repeat center;
  background-size: 16px 16px;

}

.message-tip-error {
  background: #F9E5E6;
}

.message-tip-error::before {
  background: url(../images/column_img/error.png) no-repeat center;
  background-size: 16px 16px;

}

.message-tip::after {
  content: ' ';
  width: 10px;
  height: 16px;
  position: absolute;
  top: 12px;
  right: 15px;
  background: url(../images/column_img/close_icon.png) no-repeat center;
  cursor: pointer;
  pointer-events: auto;
}

/* 冒泡-----end*/

.toolbar_icon {
  position: relative;
  display: flex;
  width: 28px;
  height: 28px;
  padding: 6px;
  margin-top: 8px;
  cursor: pointer;
}

#mdTip {
  position: absolute;
  top: 58px;
  right: 16px;
}

.warning-tips {
  position: absolute;
  top: 20px;
  z-index: 100;
  background: #fff3e8;
  border: 1px solid #ffbf85;
  font-size: 12px;
  color: #575d6c;
  display: flex;
  padding: 12px 18px;
  left: 50%;
  transform: translateX(-50%);
}

.warning-tips-icon {
  background: url(../images/column_img/warning.png) no-repeat center;
  background-size: 20px 20px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.toolbar_icon.toolbar_icon_select {
  position: relative;
  justify-content: space-between;
  width: 64px;
  padding: 2px 0px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #191919;
  font-weight: bold;
}

.toolbar_icon.toolbar_icon_select .toolbar_icon_select_list {
  position: absolute;
  top: 30px;
  left: -174px;
  z-index: 99;
  color: #191919;
  background-color: #fff;
  visibility: hidden;
  z-index: 9999;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 8px 16px;
}

.toolbar_icon.toolbar_icon_select .isvisibility {
  visibility: inherit;
}

.toolbar_icon.toolbar_icon_select .toolbar_icon_select_list.layout_right {
  /*right: -1px;
  left: auto;*/
}

.toolbar_icon_select_list .toolbar_icon_select_title {
  position: relative;
  padding: 4px 7px;
  font-weight: 700;
  line-height: 24px;
  word-break: keep-all;
  background: #f8f8f8;
  border-bottom: 1px solid #bcbcbc;
}

.toolbar_icon_select_title i.closeBtn {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 16px;
  height: 16px;
}

.toolbar_icon_select_item {
  display: flex;
  justify-content: space-between;
  width: 222px;
  cursor: auto;
  font-size: 14px;
  display: flex;
  height: 32px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 32px;
  color: #181818;
}

.toolbar_icon_select_item:hover {
  background: #e5e5e5;
}

.toolbar_icon_select_item .help_left {
  display: flex;
}

.toolbar_icon_select_item .help_left .img-wp {
  width: 16px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toolbar_icon_select_item .help_left .img-wp img {
  max-width: 16px;
}

.toolbar_icon_select_item span {
  margin-left: 16px;
  word-break: keep-all;
}

.toolbar_icon_select_item .help_example {
  display: flex;
  margin-left: 40px;
  text-align: right;
  word-break: keep-all;
}

.markdown-toolbar {
  position: relative;
}