@charset "UTF-8";
/* complite color defined*/
/*------------------分割线-------------------------*/
/*自定义 color 变量*/
/*自定义 color 变量*/
/*郝景芳活动页 start*/
/*郝景芳活动页 end*/
/*新css组件url*/
/*base url start*/
/*base end*/
/*index start*/
/*index end*/
/*newRead  start*/
/*newRead  end*/
/*account start*/
/*account end*/
/*welcome start*/
/*welcome end*/
/*active start*/
/*active end*/
/*newRead start*/
/*newRead end*/
/*set start*/
/*set end*/
/*新css组件mixin*/
/*border start*/
/*border end*/
/*touch color start*/
/*touch color end*/
/*淡入动画 start*/
.fadeIn {
  -webkit-animation: fadeIn 0.25s;
          animation: fadeIn 0.25s; }

.fadeIn-down {
  -webkit-animation: fadeIn-down 0.25s;
          animation: fadeIn-down 0.25s; }

.fadeIn-up {
  -webkit-animation: fadeIn-up 0.25s;
          animation: fadeIn-up 0.25s; }

.fadeIn-left {
  -webkit-animation: fadeIn-left 0.25s;
          animation: fadeIn-left 0.25s; }

.fadeIn-right {
  -webkit-animation: fadeIn-right 0.25s;
          animation: fadeIn-right 0.25s; }

@-webkit-keyframes fadeIn-down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes fadeIn-down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes fadeIn-up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes fadeIn-up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes fadeIn-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes fadeIn-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes fadeIn-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*淡入动画 end*/
/*淡出动画 start*/
.fadeOut {
  -webkit-animation: fadeOut 0.25s;
          animation: fadeOut 0.25s; }

.fadeOut-down {
  -webkit-animation: fadeOut-down 0.25s;
          animation: fadeOut-down 0.25s; }

.fadeOut-up {
  -webkit-animation: fadeOut-up 0.25s;
          animation: fadeOut-up 0.25s; }

.fadeOut-left {
  -webkit-animation: fadeOut-left 0.25s;
          animation: fadeOut-left 0.25s; }

.fadeOut-right {
  -webkit-animation: fadeOut-right 0.25s;
          animation: fadeOut-right 0.25s; }

@-webkit-keyframes fadeOut-down {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%); } }

@keyframes fadeOut-down {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%); } }

@-webkit-keyframes fadeOut-up {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%); } }

@keyframes fadeOut-up {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%); } }

@-webkit-keyframes fadeOut-left {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0); } }

@keyframes fadeOut-left {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0); } }

@keyframes fadeOut-left {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0); } }

/*向上飞出删除透明度 start*/
.fadeOut-push {
  -webkit-animation: fadeOut-push 0.25s;
          animation: fadeOut-push 0.25s; }

.fadeIn-push {
  -webkit-animation: fadeIn-push 0.25s;
          animation: fadeIn-push 0.25s; }

@-webkit-keyframes fadeIn-push {
  0% {
    -webkit-transform: translate(0, 64px);
            transform: translate(0, 64px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes fadeIn-push {
  0% {
    -webkit-transform: translate(0, 64px);
            transform: translate(0, 64px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes fadeOut-push {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, -64px);
            transform: translate(0, -64px); } }

@keyframes fadeOut-push {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, -64px);
            transform: translate(0, -64px); } }

/*向上飞出删除透明度 end*/
/*向下飞出删除透明度 start*/
.fadeIn-pull {
  -webkit-animation: fadeIn-pull 0.25s;
          animation: fadeIn-pull 0.25s; }

.fadeOut-pull {
  -webkit-animation: fadeOut-pull 0.25s;
          animation: fadeOut-pull 0.25s; }

@-webkit-keyframes fadeIn-pull {
  0% {
    -webkit-transform: translate(0, -64px);
            transform: translate(0, -64px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes fadeIn-pull {
  0% {
    -webkit-transform: translate(0, -64px);
            transform: translate(0, -64px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes fadeOut-pull {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, 64px);
            transform: translate(0, 64px); } }

@keyframes fadeOut-pull {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, 64px);
            transform: translate(0, 64px); } }

/*向上飞出删除透明度 end*/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*淡出动画 end*/
/*加载动画 start*/
@-webkit-keyframes load {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg); }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg); } }
@keyframes load {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg); }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg); } }

/*加载动画 end*/
/*缩放动画 start*/
@-webkit-keyframes scale-big {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes scale-big {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-big5 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-big5 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-big-opacity15 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@keyframes scale-big-opacity15 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@-webkit-keyframes scale-big12 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-big12 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale-small15 {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-small15 {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*缩放动画 end*/
/*模拟光标动画*/
@-webkit-keyframes focus {
  0% {
    opacity: 1; }
  33% {
    opacity: 1; }
  66% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes focus {
  0% {
    opacity: 1; }
  33% {
    opacity: 1; }
  66% {
    opacity: 0; }
  100% {
    opacity: 0; } }

/*收藏数字上飘*/
.animate-read-process-toast {
  position: absolute;
  width: 100%;
  height: 14px;
  line-height: 14px;
  left: 0;
  right: 0;
  top: -14px;
  bottom: 0;
  color: #000;
  -webkit-animation: fadeOut-number 1.5s forwards;
          animation: fadeOut-number 1.5s forwards; }

@-webkit-keyframes fadeOut-number {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 0; } }

@keyframes fadeOut-number {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 0; } }

/*base*/
/* CSS Document */
textarea {
  outline: none;
  resize: none; }

button {
  -webkit-appearance: button; }

* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  box-sizing: border-box;
  border: 0; }

html {
  width: 100%;
  min-height: 100%;
  font-size: 62.5%; }

/*
KISSY CSS Reset
理念：1. reset 的目的不是清除浏览器的默认样式，这仅是部分工作。清除和重置是紧密不可分的。
2. reset 的目的不是让默认样式在所有浏览器下一致，而是减少默认样式有可能带来的问题。
3. reset 期望提供一套普适通用的基础样式。但没有银弹，推荐根据具体需求，裁剪和修改后再使用。
特色：1. 适应中文；2. 基于最新主流浏览器。
 */
/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #CCCCCC; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #CCCCCC; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #CCCCCC; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #CCCCCC; }

/** 设置默认字体 **/
body,
button,
input,
select,
textarea {
  font: 1.2rem -apple-system, BlinkMacSystemFont, 'PingFang SC', 'SanFranciscoDisplay', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', sans-serif, tahoma, arial, \5b8b\4f53;
  font-weight: normal; }

address,
cite,
dfn,
em,
var {
  font-style: normal; }

/* 将斜体扶正 */
code,
kbd,
pre,
samp {
  font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', sans-serif, tahoma, arial, \5b8b\4f53, sans-serif;
  font-weight: 300; }

/* 统一等宽字体 */
small {
  font-size: 1.2rem; }

/* 小于 12px 的中文很难阅读，让 small 正常化 */
/** 重置列表元素 **/
ul,
ol {
  list-style: none; }

/** 重置文本格式元素 **/
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:hover {
  text-decoration: none; }

/** 重置表单元素 **/
legend {
  color: #000; }

/* for ie6 */
fieldset,
img {
  border: 0; }

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
  font-size: 100%; }

/*输入框样式*/
input {
  outline: none; }

/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: 300; }

ul,
ul li,
ul li i {
  background: inherit; }

::-webkit-scrollbar {
  width: 6px;
  /*1 滚动栏*/ }

::-webkit-scrollbar-button {
  /* 2 滚动条上下按钮 */ }

::-webkit-scrollbar-track {
  /* 3 */ }

::-webkit-scrollbar-track-piece {
  /* 4 */ }

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
  /* 5滚动条 */ }

::-webkit-scrollbar-corner {
  width: 6px;
  border-radius: 5px;
  /* 6 */ }

::-webkit-resizer {
  /* 7 */ }

* {
  -webkit-tap-highlight-color: transparent; }

a, a:visited, a:hover {
  color: inherit; }

/*基本布局*/
.right {
  float: right; }

.left {
  float: left; }

.center {
  margin-left: auto;
  margin-right: auto; }

.clear::after {
  content: '';
  display: block;
  clear: both;
  height: auto; }

.disable {
  opacity: 0.4;
  pointer-events: none; }

/*返回按钮*/
.back {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  background-size: 100% 100%;
  background: url("../../Public/img/editor/back.svg") no-repeat left center;
  left: 24px;
  top: 24px;
  cursor: pointer; }

@font-face {
  font-family: 'number-font';
  src: url("../../Public/font/DIN1451EF-EngNeu.otf"); }

.transition-linear {
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }

.transition-ease-in {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in; }

.transition-ease-in-out {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.transition-ease-out {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

/*基本按钮样式*/
.btn {
  display: inline-block;
  width: 88px;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 16px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer; }

/*主按钮样式*/
.btn-primary {
  color: #4886FF;
  background-color: transparent;
  border-color: #4886FF; }
  .btn-primary:hover {
    color: #4886FF;
    background: rgba(72, 133, 255, 0.1);
    border-color: #4886FF; }

.btn-default {
  color: #fff;
  border-color: #2d3033;
  background-color: #2d3033; }
  .btn-default:hover {
    background-color: #000;
    border-color: #000; }

.btn-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent; }
  .btn-white:hover {
    background-color: rgba(255, 255, 255, 0.1); }

.btn-default-clear {
  color: #2d3033;
  border-color: #2d3033; }
  .btn-default-clear:hover {
    background-color: rgba(144, 147, 153, 0.1); }

.btn-clear {
  color: #2d3033;
  border-color: transparent;
  background-color: transparent;
  -webkit-transition: all .3s linear;
  transition: all .3s linear; }

.btn-hover-default:hover {
  color: #fff;
  border-color: #2d3033;
  background-color: #2d3033; }

.btn-group2 {
  width: 100%;
  height: auto; }
  .btn-group2 .btn {
    display: inline-block;
    width: 50%;
    border-color: #2d3033; }
  .btn-group2 .btn-left {
    float: left;
    border-radius: 40px 0 0 40px; }
  .btn-group2 .btn-right {
    float: right;
    border-radius: 0 40px  40px 0;
    position: relative;
    left: -1px; }
  .btn-group2 .btn-active {
    background-color: #2d3033;
    color: #fff; }

/*编辑器 块*/
.editor {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  text-align: center;
  overflow: hidden; }

/*编辑器块 承载盒子*/
.editor-box {
  width: 170px;
  height: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute; }

.editor-inner {
  position: relative; }

/*编辑器 文本块*/
.editor-text {
  min-width: 60px;
  height: 40px;
  background: #EDEFF2;
  box-shadow: 0 1px 2px 0 rgba(44, 48, 51, 0.2);
  border: 1px solid #E5E6E6;
  border-radius: 4px;
  padding: 0 16px;
  font-size: 14px;
  color: #2d3033;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer; }
  .editor-text:hover {
    background: #EDEFF2;
    border-color: rgba(72, 133, 255, 0.6);
    box-shadow: 0 1px 2px 0 rgba(44, 48, 51, 0.2); }

/*编辑器 or块*/
.editor-or {
  min-width: 70px;
  max-height: 42px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  word-break: break-all;
  font-size: 14px;
  color: #2d3033;
  letter-spacing: 0;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-user-select: text; }
  .editor-or:hover {
    border-color: rgba(72, 133, 255, 0.4); }
  .editor-or.editor-or-disable {
    cursor: default;
    -webkit-user-select: none; }
  .editor-or:empty::after {
    content: '请输入选项';
    color: #C8CACC;
    display: block;
    position: relative;
    left: 0;
    top: 0; }

/*编辑器 结尾块*/
.editor-end {
  width: 56px;
  height: 40px;
  background-color: #EDEFF2;
  border: 1px solid #E5E6E6;
  box-shadow: 0 1px 2px 0 rgba(44, 48, 51, 0.2);
  border-radius: 4px;
  cursor: pointer; }
  .editor-end span {
    display: inline-block;
    color: #fff;
    font-size: 0.9rem;
    padding: 2px 4px;
    border-radius: 2px;
    background-color: #FC617F; }
  .editor-end.editor-active {
    color: #EDEFF2;
    background-color: #FC617F;
    box-shadow: 0 2px 4px 0 rgba(252, 97, 127, 0.2), 0 4px 8px 0 rgba(252, 97, 127, 0.2);
    border-radius: 4px;
    border-color: transparent; }
    .editor-end.editor-active:hover {
      color: #EDEFF2;
      background-color: #FC617F;
      border-color: #FC617F;
      box-shadow: 0 2px 4px 0 rgba(252, 97, 127, 0.2), 0 4px 8px 0 rgba(252, 97, 127, 0.2);
      border-radius: 4px; }
  .editor-end:hover {
    color: #4886FF;
    border-color: rgba(72, 133, 255, 0.6);
    box-shadow: 0 1px 2px 0 rgba(44, 48, 51, 0.2); }

.editor-link {
  min-width: 60px;
  height: 40px;
  background: #fff;
  border: 1px dashed #c8cacc;
  border-radius: 4px;
  padding: 0 16px;
  font-size: 14px;
  text-decoration: underline;
  color: #2d3033;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer; }
  .editor-link:hover {
    color: #4886FF;
    box-shadow: 0 0 0 1px rgba(72, 133, 255, 0.6); }

/*编辑器 选中块*/
.editor-active {
  color: #fff;
  background-color: #4886FF;
  box-shadow: 0 2px 4px 0 rgba(72, 133, 255, 0.2), 0 4px 8px 0 rgba(72, 133, 255, 0.2);
  border-radius: 4px;
  border-color: transparent; }
  .editor-active:hover {
    color: #fff;
    background-color: #4886FF;
    box-shadow: 0 2px 4px 0 rgba(72, 133, 255, 0.2), 0 4px 8px 0 rgba(72, 133, 255, 0.2);
    border-radius: 4px;
    border-color: transparent; }

/*下方弹出按钮*/
.prop-up {
  list-style: none;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 1;
  -webkit-transform: translate(100px, 300px);
          transform: translate(100px, 300px); }
  .prop-up li {
    padding: 0 16px;
    line-height: 20px;
    font-size: 14px;
    color: #2d3033;
    display: inline-block;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    cursor: pointer; }
    .prop-up li:nth-last-of-type(1) {
      border: none; }
    .prop-up li:hover {
      color: #4886FF; }
  .prop-up::after {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    background-color: #fff;
    left: calc(50% - 4px);
    top: -5px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    z-index: -1;
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.prop-down-menu {
  list-style: none;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 1;
  -webkit-animation: fadeIn-down .2s ease-in-out;
          animation: fadeIn-down .2s ease-in-out; }
  .prop-down-menu li {
    padding: 0 16px;
    line-height: 20px;
    font-size: 14px;
    color: #2d3033;
    display: inline-block;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    cursor: pointer; }
    .prop-down-menu li:nth-last-of-type(1) {
      border: none; }
    .prop-down-menu li:hover {
      color: #4886FF; }
  .prop-down-menu::after {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    background-color: #fff;
    left: calc(50% - 4px);
    bottom: -5px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    z-index: -1;
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.prop-down {
  line-height: 40px;
  border-radius: 4px;
  position: absolute;
  display: none;
  left: 0;
  bottom: 100%;
  padding: 16px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  list-style: none;
  z-index: 2; }
  .prop-down .tip-content {
    height: 100%;
    line-height: 100%; }
  .prop-down::after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background-color: #fff;
    left: calc(50% - 5px);
    bottom: -7px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    z-index: -1;
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

/*遮罩弹窗 start*/
.mask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  /*display:flex;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(44, 48, 51, 0.6);
  z-index: 1000; }

.qs_alert {
  width: 480px;
  display: none;
  margin: 0 auto;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  position: relative; }
  .qs_alert .alert-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #2d3033;
    padding-bottom: 16px; }
  .qs_alert .alert-content {
    font-size: 1.6rem;
    color: #2d3033;
    line-height: 24px;
    left: 26px;
    margin-bottom: 60px; }
    .qs_alert .alert-content .alert-red {
      color: #ff3838; }
  .qs_alert .alert-btn {
    position: absolute;
    right: 24px;
    bottom: 24px; }

/*顶部提示确认框 start*/
.top-tip {
  width: 468px;
  height: 48px;
  padding: 8px 16px;
  position: fixed;
  display: none;
  left: calc(50% - 234px);
  top: 64px;
  z-index: 1001;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.tip-content {
  color: #2d3033;
  font-size: 1.4rem;
  text-align: left;
  line-height: 32px; }
  .tip-content.done::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 8px;
    background-image: url("../../Public/img/editor/done.svg");
    background-size: 100%;
    position: relative;
    top: 8px; }
  .tip-content.load::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 8px;
    background-image: url("../../Public/img/editor/loading.png");
    background-size: 100%;
    position: relative;
    top: 8px;
    -webkit-animation: load .5s linear infinite;
            animation: load .5s linear infinite; }
  .tip-content.warn::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 8px;
    background-image: url("../../Public/img/editor/warn.svg");
    background-size: 100%;
    position: relative;
    top: 8px; }

.tip-btn .btn {
  width: auto;
  margin-left: 16px;
  color: #4886FF; }

/*二维码弹窗*/
.qr {
  display: none;
  width: 304px;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 24px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  position: relative; }
  .qr .close {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 24px;
    top: 24px;
    cursor: pointer; }
  .qr .qr-title {
    color: #2d3033;
    text-align: center;
    padding-bottom: 8px;
    line-height: 32px; }
  .qr .qr-desc {
    color: #4886FF;
    font-size: 2.4rem;
    margin-bottom: 16px;
    font-weight: bold; }
    .qr .qr-desc span {
      font-size: 3.2rem;
      font-weight: bold; }
  .qr .qr-box img {
    width: 100%; }

@media screen and (max-width: 749px) {
  .qs_alert {
    max-width: 304px;
    width: 100%;
    font-size: 1.4rem;
    padding: 20px 0; }
    .qs_alert .alert-content {
      font-size: 1.4rem;
      text-align: center;
      margin-bottom: 24px; }
    .qs_alert .alert-btn {
      width: 100%;
      float: none;
      position: static;
      text-align: center;
      font-size: 0; }
      .qs_alert .alert-btn .btn {
        font-size: 1.4rem; }
      .qs_alert .alert-btn .btn-clear {
        margin-right: 12px; }
      .qs_alert .alert-btn .btn-default {
        margin-left: 12px; } }

@media screen and (max-width: 749px) and (min-width: 375px) {
  .qs_alert {
    max-width: 434px;
    width: calc(100% - 28px); }
    .qs_alert .alert-content {
      font-size: 1.6rem; }
    .qs_alert .btn {
      font-size: 1.6rem;
      width: 140px;
      height: 40px;
      border-radius: 40px; } }

/*阅读页标题*/
.read-title {
  text-align: center;
  margin-bottom: 27px; }
  .read-title h1 {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    color: #2d3033; }
  .r-author {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 18px; }
    .r-author .r-author-img {
      display: inline-block;
      width: 24px;
      margin-right: 5px; }
      .r-author .r-author-img.author-head-img img {
        display: inline-block; }
      .r-author .r-author-img.author-head-img span {
        display: none; }
      .r-author .r-author-img.author-head-p img {
        display: none; }
      .r-author .r-author-img.author-head-p span {
        display: inline-block; }
    .r-author .author-img {
      width: 24px;
      height: 24px;
      display: inline-block;
      line-height: 24px;
      text-align: center;
      vertical-align: middle;
      border-radius: 50%;
      background-color: #4886FF;
      color: #fff; }
  .r-author-name > a {
    color: #2d3033;
    vertical-align: middle; }
    .r-author-name > a:hover {
      color: #4886FF; }
  .r-author-type {
    vertical-align: middle; }
    .r-author-type img {
      width: 9px;
      height: 9px;
      vertical-align: baseline; }
  .r-author-time {
    margin-left: 5px;
    color: #909499;
    vertical-align: middle; }

/*阅读页段落*/
.read-text {
  min-height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
  font-weight: normal;
  word-break: normal;
  color: #2d3033;
  margin-bottom: 24px; }

.read-loading::after {
  content: '▼';
  -webkit-animation: focus 1s infinite;
          animation: focus 1s infinite; }

h1.read-text {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 40px 0 24px; }

/*阅读页or按钮*/
.btn-or {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 24px 0; }
  .btn-or .or-btn {
    width: calc(50% - 32px);
    height: 144px;
    border-radius: 72px;
    background-color: #EDEFF2;
    padding: 0;
    font-size: 1.6rem;
    text-align: center;
    color: #333333;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative; }
    .btn-or .or-btn span.or-content {
      display: inline-block;
      vertical-align: middle;
      line-height: 22px;
      word-break: break-all;
      word-spacing: normal; }
    .btn-or .or-btn:hover {
      background-color: #DCDFE2; }
    .btn-or .or-btn .or-back {
      display: none; }
  .btn-or .or-active-back {
    background-color: #2d3033;
    line-height: 144px; }
    .btn-or .or-active-back .or-back {
      display: inline-block;
      width: 100%;
      vertical-align: middle; }
      .btn-or .or-active-back .or-back > p {
        font-size: 1.4rem;
        line-height: 20px;
        color: #fff; }
        .btn-or .or-active-back .or-back > p > span {
          font-size: 1.8rem;
          line-height: 25px; }
          .btn-or .or-active-back .or-back > p > span::before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 24px;
            background-image: url("../../Public/img/icons/capsule.svg");
            background-repeat: no-repeat;
            background-position: center center;
            vertical-align: middle; }
    .btn-or .or-active-back .or-box {
      display: none; }
  .btn-or .or-active {
    color: #fff;
    background-color: #4886FF;
    box-shadow: 0 2px 4px 0 rgba(72, 134, 255, 0.2), 0 4px 8px 0 rgba(72, 134, 255, 0.2); }
    .btn-or .or-active:hover {
      background-color: #4886FF;
      cursor: default; }
  .btn-or .or-blur .or-box {
    -webkit-filter: blur(5px);
            filter: blur(5px); }
  .btn-or .or-blur:hover {
    background-color: #eee;
    cursor: default; }
  .btn-or .or-left {
    float: left; }
  .btn-or .or-right {
    float: right; }
  .btn-or .or-img {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 62px auto 0;
    text-align: center; }
    .btn-or .or-img::before {
      font-size: 3.2rem;
      line-height: 32px;
      color: #EDEFF2; }
  .btn-or .or-desc {
    font-size: 1.2rem;
    color: #c8cacc;
    text-align: center;
    margin-bottom: 11px; }
  .btn-or .or-box {
    width: 100%;
    height: 100%;
    line-height: 114px;
    padding: 15px 0; }
  .btn-or .or-finger {
    background-image: url("../../Public/img/read_v2/fingerprint.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 64px 64px; }
  .btn-or .pay .pay-desc {
    margin: 40px auto 7px;
    font-size: 1.6rem;
    line-height: 22px;
    color: #2d3033;
    text-align: center; }
  .btn-or .pay .pay-price {
    color: #4886FF;
    font-size: 2.4rem;
    line-height: 45px;
    margin-bottom: 13px; }
    .btn-or .pay .pay-price span {
      font-size: 3.2rem; }
  .btn-or .pay .pay-buy.pay-login .buy-alipay, .btn-or .pay .pay-buy.pay-login .buy-weichat {
    display: none; }
  .btn-or .pay .pay-buy.pay-login .buy-login {
    display: inline-block; }
  .btn-or .pay .pay-buy .buy-login {
    display: none; }
  .btn-or .pay .pay-buy .btn {
    margin-right: 16px;
    width: 140px;
    height: 40px;
    font-size: 1.6rem;
    line-height: 38px;
    border-radius: 40px; }

/*阅读页结尾*/
.read-end .end-img {
  width: 100%;
  height: 32px;
  margin-top: 40px;
  background: url("../../Public/img/yuedu/reading_theend_light@2x.png") no-repeat center;
  background-size: auto 100%; }

.read-end .end-tip {
  margin-top: 10px;
  color: #909499;
  text-align: center;
  font-size: 1.6rem; }
  .read-end .end-tip span {
    color: #000; }

.read-end .end-history {
  text-align: center;
  line-height: 24px;
  color: #909499;
  font-size: 1.6rem;
  margin-top: 16px; }
  .read-end .end-history .history-count {
    color: #000; }
  .read-end .end-history .history-item, .read-end .end-history .history-link {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    margin-top: -2px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #4886FF;
    color: #fff; }
  .read-end .end-history .history-link {
    background: url("../../Public/img/read_v2/right_link.png");
    background-size: 100%; }

.read-end .end-btn {
  text-align: center;
  margin-top: 40px; }
  .read-end .end-btn .btn {
    width: 140px;
    height: 40px;
    font-size: 1.6rem;
    line-height: 38px;
    border-radius: 40px; }

.read-end .end-menu {
  height: 20px;
  margin-top: 40px; }
  .read-end .end-menu .end-menu-left {
    height: 100%;
    float: left;
    padding-left: 20px; }
  .read-end .end-menu .end-menu-right {
    height: 100%;
    float: right;
    padding-right: 20px;
    color: #909499; }
    .read-end .end-menu .end-menu-right .icon::before {
      padding: 0;
      margin: 0;
      color: #909499; }
    .read-end .end-menu .end-menu-right .icon:hover::before {
      color: #2d3033; }
  .read-end .end-menu .icon-list {
    display: block;
    height: 100%;
    line-height: 20px; }
    .read-end .end-menu .icon-list li {
      float: left;
      display: inline-block;
      margin-right: 16px; }
    .read-end .end-menu .icon-list li:nth-last-of-type(1) {
      margin-right: 0; }
    .read-end .end-menu .icon-list .icon {
      color: #909499; }
    .read-end .end-menu .icon-list .icon-like::before {
      display: inline-block;
      width: 20px;
      height: 22px;
      content: '';
      background-image: url("../../Public/img/icons/icon-mark.svg");
      background-repeat: no-repeat;
      background-position: 0 0; }
    .read-end .end-menu .icon-list .icon-liked::before {
      display: inline-block;
      width: 20px;
      height: 22px;
      content: '';
      background-image: url("../../Public/img/icons/icon-mark-dark.svg");
      background-repeat: no-repeat;
      background-position: 0 -40px; }

/*模拟select下拉菜单*/
.select {
  display: none;
  padding: 16px 0 0 0;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  top: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto; }
  .select .select-option {
    font-size: 1.4rem;
    padding: 0 24px 16px 24px;
    color: #2d3033;
    cursor: pointer; }
    .select .select-option:hover {
      color: #4886FF; }

/*默认样式*/
.post {
  width: 522px;
  min-height: 300px;
  display: none;
  padding: 0;
  position: absolute;
  left: calc(50% - 261px);
  top: calc(50% - 266px);
  z-index: 20;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px; }
  .post-title {
    width: 100%;
    height: 64px;
    background-color: #fff;
    font-size: 2rem;
    line-height: 64px;
    font-weight: bold;
    color: #2d3033;
    box-shadow: 0 1px 0 0 #E5E6E6;
    text-align: center;
    position: relative;
    z-index: 10; }
  .post-content {
    height: 360px;
    background: #FFFFFF;
    box-shadow: 0 -1px 0 0 #E5E6E6;
    padding-bottom: 100px;
    padding-top: 24px;
    overflow-x: hidden;
    overflow-y: auto; }
    .post-content .post-cover {
      width: 144px;
      height: 192px;
      text-align: center;
      background-color: #fafafa;
      margin-left: 24px;
      float: left;
      position: relative; }
      .post-content .post-cover .btn {
        width: 88px;
        height: 32px;
        position: absolute;
        top: calc(50% - 36px);
        left: calc(50% - 44px); }
      .post-content .post-cover .upBtn {
        top: calc(50% + 4px); }
      .post-content .post-cover.hasCover .upBtn {
        border-color: #fff;
        background-color: transparent;
        color: #fff; }
      .post-content .post-cover.hasCover .setBtn {
        border-color: #fff;
        background-color: transparent;
        color: #fff; }
      .post-content .post-cover.hasCover::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(45, 48, 51, 0.6); }
      .post-content .post-cover img {
        width: 100%;
        height: 100%; }
    .post-content .post-list {
      width: 304px;
      margin: 0 24px 0 0;
      float: right; }
  .post-bottom {
    height: 56px;
    line-height: 56px;
    box-shadow: 0 1px 0 0 #E5E6E6 inset;
    padding: 0 24px; }
    .post-bottom .bottom-detail {
      font-size: 1.4rem;
      color: #909499; }
      .post-bottom .bottom-detail span {
        font-size: 1.4rem;
        color: #4886FF; }
  .post-list > li {
    min-height: 56px;
    background: #FFFFFF;
    border-bottom: 1px solid #E5E6E6;
    position: relative; }
    .post-list > li:hover {
      z-index: 10; }
    .post-list > li input {
      width: calc(100% - 80px);
      height: 22px;
      font-size: 1.6rem;
      line-height: 22px;
      background-color: transparent; }
    .post-list > li textarea {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 1.6rem;
      line-height: 22px;
      word-wrap: break-word;
      word-break: break-all;
      overflow-y: visible; }
    .post-list > li > span {
      font-size: 1.6rem;
      color: #2d3033;
      line-height: 56px;
      margin-right: 16px; }
    .post-list > li .list-content {
      width: calc(100% - 48px);
      line-height: 56px;
      float: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .post-list > li .list-content .content-item {
        font-size: 1.6rem;
        line-height: 56px;
        color: #4886FF;
        margin-right: 16px;
        cursor: pointer; }
  .post-list .select {
    width: 256px;
    left: 48px; }
  .post-list .list-category:hover, .post-list .list-tags:hover, .post-list .list-charge:hover {
    background-color: #fafafa; }
  .post-list .list-category .list-content:empty::before {
    content: "点击选择分类";
    font-size: 1.6rem;
    line-height: 56px;
    color: #c8cacc;
    cursor: pointer; }
  .post-list .list-tags .list-content:empty::before {
    content: "点击选择标签";
    font-size: 1.6rem;
    line-height: 56px;
    color: #c8cacc;
    cursor: pointer; }
  .post-list .list-charge .list-content:empty::before {
    content: "点击选择是否收费";
    font-size: 1.6rem;
    line-height: 56px;
    color: #c8cacc;
    cursor: pointer; }
  .post-list .list-charge .list-content {
    color: #909499;
    font-size: 1.6rem; }
  .post-list .list-price, .post-list .list-or {
    display: none; }
    .post-list .list-price input::-webkit-outer-spin-button,
    .post-list .list-price input::-webkit-inner-spin-button, .post-list .list-or input::-webkit-outer-spin-button,
    .post-list .list-or input::-webkit-inner-spin-button {
      -webkit-appearance: none !important;
      margin: 0; }
    .post-list .list-price input[type="number"], .post-list .list-or input[type="number"] {
      -moz-appearance: textfield; }
    .post-list .list-price span, .post-list .list-or span {
      display: inline-block;
      min-width: 60px; }
  .post-list .list-summary {
    padding-bottom: 17px; }
    .post-list .list-summary .summary-desc {
      color: #909499; }
    .post-list .list-summary .summary-count {
      color: #2d3033; }
  .post-list .list-active {
    background-color: #fafafa; }

/*选择封面*/
  .post-content .cover-category {
    width: calc(100% - 10px);
    padding: 16px 0 16px 24px;
    position: absolute;
    left: 0;
    top: 64px;
    z-index: 1; }
    .post-content .cover-category .cover-category-item {
      display: inline-block;
      margin-right: 16px;
      font-size: 1.4rem;
      color: #909499;
      cursor: pointer; }
      .post-content .cover-category .cover-category-item.cover-category-active {
        color: #2d3033; }
  .post-content .cover-item {
    width: 144px;
    height: 192px;
    background: #fafafa;
    margin: 0 0 24px 24px;
    float: left;
    cursor: pointer;
    position: relative; }
    .post-content .cover-item img {
      width: 100%;
      height: 100%; }
    .post-content .cover-item::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: transparent;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
    .post-content .cover-item.cover-active {
      position: relative; }
      .post-content .cover-item.cover-active::after {
        content: '';
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        left: calc(50% - 12px);
        top: calc(50% - 12px);
        background-image: url("../../Public/img/editor/choose.svg");
        -webkit-animation: scale-big .2s;
                animation: scale-big .2s; }
      .post-content .cover-item.cover-active::before {
        background-color: rgba(45, 48, 51, 0.6); }

/*选择标签*/
  .post-content .tags-item {
    display: inline-block;
    font-size: 1.4rem;
    color: #909499;
    line-height: 32px;
    margin: 0 8px 8px 0;
    padding: 0 8px;
    background: #FFFFFF;
    border: 1px solid #E5E6E6;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
    .post-content .tags-item:hover {
      background: rgba(144, 147, 153, 0.1); }
  .post-content .tags-active {
    color: #fff;
    background-color: #4886FF;
    border-color: #4886FF;
    box-shadow: 0 2px 4px 0 rgba(72, 133, 255, 0.2), 0 4px 8px 0 rgba(72, 133, 255, 0.2); }
    .post-content .tags-active:hover {
      background-color: #4886FF; }

/**/
  .post-info {
    display: none; }
  .post-covers {
    display: none; }
    .post-covers .post-content {
      padding: 45px 0 32px; }
  .post-tags {
    display: none; }
    .post-tags .post-content {
      padding: 24px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .post-tags .post-content > ul {
        margin-right: -8px; }

@font-face {
  font-family: 'iconfont';
  src: url("../../Public/font/iconfont.eot");
  src: url("../../Public/font/iconfont.eot?#iefix") format("embedded-opentype"), url("../../Public/font/iconfont.woff") format("woff"), url("../../Public/font/iconfont.ttf") format("truetype"), url("../../Public/font/iconfont.svg#iconfontyyy") format("svg"); }

.icon {
  width: auto;
  height: auto;
  display: inline;
  margin: 0;
  font-family: 'iconfont';
  font-size: 20px;
  float: none;
  line-height: 20px;
  vertical-align: middle;
  text-align: left;
  color: #333;
  -webkit-transition: font-size 0.25s ease-out 0s;
  transition: font-size 0.25s ease-out 0s; }
  .icon::before {
    color: #2d3033; }

.icon-like::before {
  content: "\e60d"; }

.icon-liked::before {
  content: '\e60b';
  color: #4886FF; }

.icon-comment::before {
  content: "\e60c"; }

.icon-weibo::before {
  content: "\e609"; }

.icon-weichat::before {
  content: "\e608"; }

.icon-qzone::before {
  content: "\e607"; }

.icon-dark::before {
  content: "\e60f"; }

.icon-light::before {
  content: "\e60e"; }

.icon-or-button::before {
  content: "\e611"; }

.icon-or::before {
  content: "\e610"; }

.icon-search::before {
  content: "\e602"; }

.icon-notify::before {
  content: "\e601"; }

.icon-close::before {
  content: "\e612"; }

.icon-down::before {
  content: "\e613"; }

.icon-dot::before {
  content: "\e614"; }

.icon-up::before {
  content: "\e615"; }

.dialog {
  width: 718px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff; }
  .dialog .dialog-title {
    width: 100%;
    height: 64px;
    line-height: 64px;
    box-shadow: 0 1px 0 0 #E5E6E6;
    text-align: center;
    position: relative; }
    .dialog .dialog-title .dialog-back {
      width: 18px;
      height: 18px;
      display: block;
      float: left;
      position: absolute;
      background-size: 100% 100%;
      background: url("../../Public/img/editor/back.svg") no-repeat left center;
      left: 24px;
      top: 24px;
      cursor: pointer; }
    .dialog .dialog-title .dialog-close {
      width: 18px;
      height: 18px;
      display: block;
      float: left;
      position: absolute;
      background-size: 100% 100%;
      background: url("../../Public/img/editor/back.svg") no-repeat left center;
      /*暂时还没有*/
      right: 24px;
      top: 24px;
      cursor: pointer; }
    .dialog .dialog-title .dialog-title-content {
      line-height: 64px;
      text-align: center;
      font-size: 20px;
      color: #2d3033;
      letter-spacing: 0; }
    .dialog .dialog-title .dialog-title-input {
      width: 100%;
      text-align: left;
      font-size: 2.0rem;
      padding: 0 20px;
      line-height: 64px; }
  .dialog .dialog-content {
    width: 100%;
    min-height: 100px;
    padding: 0 20px;
    overflow: auto; }
  .dialog .dialog-bottom {
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: right;
    padding: 0 35px;
    box-shadow: 0 -1px 0 0 #E5E6E6; }
