/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-58184926] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-58184926] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-58184926]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-58184926]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-58184926]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-58184926]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-58184926] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-58184926] {
  pointer-events: none;
}
#nprogress .bar[data-v-58184926] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-58184926] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-58184926] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-58184926] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-58184926 400ms linear infinite;
  animation: nprogress-spinner-58184926 400ms linear infinite;
}
.nprogress-custom-parent[data-v-58184926] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-58184926],
.nprogress-custom-parent #nprogress .bar[data-v-58184926] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-58184926 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-58184926 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.block[data-v-58184926] {
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 8px;
  border-radius: 4px;
}
.item[data-v-58184926] {
  margin-bottom: 8px;
  background-color: #fff;
}
.item .pointer[data-v-58184926] {
  cursor: pointer;
}
.item .info[data-v-58184926] {
  border-bottom: 2px solid #f2f3f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item .info .info-tro[data-v-58184926] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: 8px;
  margin-bottom: 8px;
}
.item .info .info-tro .info-tro-name[data-v-58184926] {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #252933;
}
.item .info .info-tro .info-tro-time[data-v-58184926] {
  color: #909090;
}
.item .title-content[data-v-58184926] {
  padding-top: 8px;
}
.item .title-content .title[data-v-58184926] {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #252933;
  margin-bottom: 8px;
}
.item .title-content .content[data-v-58184926] {
  font-size: 13px;
  color: #8a919f;
}
.item .star[data-v-58184926] {
  height: 40px;
}
.item .like-collection[data-v-58184926] {
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 1px solid #f2f3f5;
}
.item .like-collection .like-collection-item[data-v-58184926] {
  color: #8a919f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin-right: 16px;
}
.item .like-collection .like-collection-item .iconfont[data-v-58184926] {
  font-size: 16px;
  margin-right: 4px;
}
.item .like-collection .active[data-v-58184926] {
  color: #1e80ff;
}
.item .like-collection .owner[data-v-58184926] {
  border-right: 1px solid #f2f3f5;
  padding-right: 16px;
}
.item .like-collection[data-v-58184926] .ant-rate {
  font-size: 16px;
  position: absolute;
  right: 40px;
}
.item .like-collection .average[data-v-58184926] {
  font-size: 16px;
  position: absolute;
  right: 0;
}
.item .commit[data-v-58184926] {
  border-top: 2px solid #f2f3f5;
}
.item .commit[data-v-58184926] textarea.ant-input {
  background-color: #f2f3f5;
  margin: 8px 0;
  border-radius: 0;
}
.item .commit .emoji[data-v-58184926] {
  vertical-align: middle;
}
.item .commit .emoji .iconfont[data-v-58184926] {
  font-weight: 700;
  margin-right: 4px;
}
.item .commit .emoji-room[data-v-58184926] {
  padding-bottom: 8px;
  border-bottom: 1px solid #f2f3f5;
  position: relative;
}
.item .commit .emoji-room .emoji[data-v-58184926]:hover {
  color: #1e80ff;
}
.item .commit .emoji-room .emoji-nav[data-v-58184926] {
  position: absolute;
  top: 0;
  left: 60px;
  z-index: 1;
}
.item .commit .emoji-room .emoji-btn-sign[data-v-58184926] {
  position: absolute;
  right: 100px;
  color: #bb9f9f;
}
.item .commit .emoji-room .emoji-btn[data-v-58184926] {
  position: absolute;
  right: 0;
}
.item .commit .emoji:hover .emoji-nav[data-v-58184926] {
  display: block;
  position: absolute;
  top: 0;
  left: 60px;
}
.item .commit .commit-wrap[data-v-58184926] {
  padding: 8px 0 0;
}
.item .commit .commit-recover[data-v-58184926] {
  padding: 8px 0;
}
.item .commit .commit-recover .recover-info[data-v-58184926] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: bottom;
  border-bottom: none;
}
.item .commit .commit-recover .recover-info .info-tro-name[data-v-58184926] {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #252933;
  margin: 0 8px;
}
.item .commit .commit-recover .recover-info .info-tro-time[data-v-58184926] {
  color: #909090;
  margin: 0 8px;
}
.item .commit .commit-recover .commit-main[data-v-58184926] {
  font-size: 16px;
  line-height: 28px;
  color: #252933;
}
.item .commit .commit-recover .subcomment[data-v-58184926] {
  padding: 8px;
}
.item .commit .commit-recover .subcomment .subcomment-item[data-v-58184926] {
  background-color: #f7f8fa;
  padding: 4px 8px;
}
.item .commit .commit-recover .subcomment-children[data-v-58184926] {
  padding: 8px;
}
.item .commit .commit-recover .subcomment-children .subcomment-item[data-v-58184926] {
  background-color: #f2f3f5;
  padding: 4px 8px;
}


/* table 样式 */
table[data-v-58184926] {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table td[data-v-58184926],
table th[data-v-58184926] {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
}
table th[data-v-58184926] {
  border-bottom: 2px solid #ccc;
  text-align: center;
}

/* blockquote 样式 */
blockquote[data-v-58184926] {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
}

/* code 样式 */
code[data-v-58184926] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 3px;
}
pre code[data-v-58184926] {
  display: block;
}

/* ul ol 样式 */
ul[data-v-58184926] {
  margin: 10px 0 10px 20px;
  list-style: disc;
}
ol[data-v-58184926] {
  margin: 10px 0 10px 20px;
  list-style: decimal;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-5ab79a8a] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-5ab79a8a] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-5ab79a8a]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-5ab79a8a]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-5ab79a8a]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-5ab79a8a]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-5ab79a8a] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-5ab79a8a] {
  pointer-events: none;
}
#nprogress .bar[data-v-5ab79a8a] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-5ab79a8a] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-5ab79a8a] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-5ab79a8a] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-5ab79a8a 400ms linear infinite;
  animation: nprogress-spinner-5ab79a8a 400ms linear infinite;
}
.nprogress-custom-parent[data-v-5ab79a8a] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-5ab79a8a],
.nprogress-custom-parent #nprogress .bar[data-v-5ab79a8a] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-5ab79a8a {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-5ab79a8a {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.article[data-v-5ab79a8a] {
  background-color: #fff;
  min-height: 80vh;
}
.article .article-warp[data-v-5ab79a8a] {
  margin: 0 auto;
  padding: 8px;
}
.article .article-warp .like-collection-item[data-v-5ab79a8a] {
  color: #8a919f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin-right: 16px;
}
.article .article-warp .like-collection-item .iconfont[data-v-5ab79a8a] {
  font-size: 16px;
  margin-right: 4px;
}
.article .article-warp .pointer[data-v-5ab79a8a] {
  cursor: pointer;
}
.article .article-warp .active[data-v-5ab79a8a] {
  color: #F00;
}
.article .article-title[data-v-5ab79a8a] {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  margin-bottom: 16px;
}
.article .article-top[data-v-5ab79a8a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  color: #8a919f;
}
.article .article-top .creator[data-v-5ab79a8a] {
  margin-right: 32px;
}
.article .article-top .article-top-tool[data-v-5ab79a8a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.article .main[data-v-5ab79a8a] {
  min-height: 70vh;
}
.article .main[data-v-5ab79a8a] * {
  word-break: break-word;
  max-width: 100% !important;
  width: auto !important;
}
.article .main[data-v-5ab79a8a] img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

