<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Roboto;
  font-weight: 400;
  src: url("//files.dreame.com/dreame/file/00f4f4149354f62778b3503933e7b905/Roboto-Regular.ttf") format('truetype');
}
@font-face {
  font-family: Roboto;
  font-weight: 700;
  src: url("//files.dreame.com/dreame/file/303d82a157ea9519f805c9e932c5a76b/Roboto-Medium.ttf") format('truetype');
}
@font-face {
  font-family: Roboto;
  font-weight: 900;
  src: url("//files.dreame.com/dreame/file/41773717f1e83ccd0df8e4a2cc473ba5/Roboto-Bold.ttf") format('truetype');
}
.follow-author-wrap .side-item,
.side-left .side-item,
.side-right .side-item {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
/* æ™®é€šæ¨¡å¼ */
/* å¤œé—´æ¨¡å¼ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.book-view {
  position: relative;
  zoom: 1;
  background: #fff;
  -webkit-transition: background 0.6s;
  -o-transition: background 0.6s;
  transition: background 0.6s;
}
.book-view-footer {
  padding: 30px;
  text-align: center;
}
.book-view-footer &gt; a {
  margin: 0 14px;
}
.book-view-footer .book-view-key {
  margin-top: 20px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
}
.book-view-footer .book-view-key span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 6px;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #999;
}
.book-view-footer .book-view-key span.disable {
  opacity: 0.5;
}
.book-view-footer .book-view-key span::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin: 5px auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.book-view-footer .book-view-key span.key-pre::after {
  border-right: 8px solid #fff;
  border-left: 0 solid transparent;
}
.book-view-footer .book-view-key span.key-next::after {
  border-left: 8px solid #fff;
  border-right: 0 solid transparent;
}
.bookView-container {
  position: relative;
  zoom: 1;
  -webkit-transition: background 0.6s;
  -o-transition: background 0.6s;
  transition: background 0.6s;
  padding-bottom: 20px;
}
.book-meta {
  text-align: center;
  border-bottom: 1px #f2f5f7 solid;
}
.book-meta &gt; h1 {
  padding-top: 30px;
  line-height: 46px;
  font-size: 20px;
  font-weight: bold;
  font-family: sans-serif, serif;
}
.book-meta &gt; p {
  line-height: 32px;
  color: #707070;
  font-size: 12px;
}
.book-meta &gt; p &gt; span {
  margin-right: 57px;
  font-family: sans-serif, serif;
}
.book-meta &gt; p &gt; span &gt; a {
  font-family: sans-serif, serif;
}
.empty-content {
  text-align: center;
  margin: 10px auto;
}
.article-content {
  padding: 24px 84px;
  line-height: 2.5;
  font-size: 16px;
  word-break: break-word;
  font-family: sans-serif, serif;
  white-space: pre-wrap;
}
.article-content p {
  margin-bottom: 15px;
  font-family: sans-serif, serif;
}
[data-color="white"] {
  background: #f7f5f2;
}
[data-color="white"] .bookView-container {
  background: #fff;
}
[data-color="white"] .book-meta p,
[data-color="white"] .book-meta a {
  color: #999;
}
[data-color="green"] {
  background: #f7f5f2;
}
[data-color="green"] .bookView-container {
  background: #dceeda;
}
[data-color="green"] .book-meta {
  border-bottom-color: #93a392;
}
[data-color="green"] .book-meta p,
[data-color="green"] .book-meta a {
  color: #93a392;
}
[data-color="blue"] {
  background: #f7f5f2;
}
[data-color="blue"] .bookView-container {
  background: #d2e8ea;
}
[data-color="blue"] .book-meta {
  border-bottom-color: #849597;
}
[data-color="blue"] .book-meta p,
[data-color="blue"] .book-meta a {
  color: #849597;
}
[data-color="brown"] {
  background: #f7f5f2;
}
[data-color="brown"] .bookView-container {
  background: #ded7d8;
}
[data-color="brown"] .book-meta {
  border-bottom-color: #8c8685;
}
[data-color="brown"] .book-meta p,
[data-color="brown"] .book-meta a {
  color: #8c8685;
}
[data-color="pink"] {
  background: #f7f5f2;
}
[data-color="pink"] .bookView-container {
  background: #ebcfd0;
}
[data-color="pink"] .book-meta {
  border-bottom-color: #b28384;
}
[data-color="pink"] .book-meta p,
[data-color="pink"] .book-meta a {
  color: #b28384;
}
[data-color="gray"] {
  background: #f7f5f2;
}
[data-color="gray"] .bookView-container {
  background: #e3e3c8;
}
[data-color="gray"] .book-meta {
  border-bottom-color: #aeaeae;
}
[data-color="gray"] .book-meta p,
[data-color="gray"] .book-meta a {
  color: #aeaeae;
}
[data-color="black"] {
  background: #222;
  color: rgba(255,255,255,0.6);
}
[data-color="black"] .bookView-container {
  background: #000;
}
[data-color="black"] .book-meta {
  color: rgba(255,255,255,0.6);
  border-bottom-color: rgba(255,255,255,0.6);
}
[data-color="black"] .book-meta h1 {
  color: rgba(255,255,255,0.6);
}
[data-color="black"] .book-meta p,
[data-color="black"] .book-meta a {
  color: rgba(255,255,255,0.6);
}
.button-black,
.button-green {
  width: 116px;
  line-height: 32px;
}
.load {
  margin: 80px auto;
  font-size: 16px;
  text-align: center;
}
.button-add-bookmark {
  float: right;
  width: 25px;
  line-height: 47px;
  margin: -3px 26px;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: #fff;
  background: url("//p3.ssl.qhimg.com/d/inn/aebf3b28/flag.png");
}
.tips {
  line-height: 50px;
}
.arrow-left,
.arrow-right {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 2px;
  vertical-align: middle;
}
.arrow-left {
  background: url("//file.ficfun.com/group1/M00/00/8E/rB84dlvpGiWAe7EFAAABdLuFpa8344.png") no-repeat;
  background-position: 0 0;
}
.arrow-right {
  background: url("//file.ficfun.com/group1/M00/00/8E/rB84dlvpGiWAe7EFAAABdLuFpa8344.png") no-repeat;
  background-position: -18px 0;
}
.chapter-button-180,
.chapter-button-164 {
  position: relative;
  width: 180px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}
.end-chapter-tip {
  position: absolute;
  top: -26px;
  right: 0;
  line-height: 16px;
  font-size: 8px;
  color: #fff;
  padding: 2px 6px;
  background: #ff53b0;
  border-radius: 4px;
}
.end-chapter-tip:after {
  position: absolute;
  right: 8px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid #ff53b0;
  border-left: 0px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
}
.chapter-button-164 {
  width: 164px;
}
.download-dialog-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 999;
}
.download-dialog {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 270px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 44px;
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
      -ms-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
}
.download-product-icon {
  background-image: url("https://file.dreame.com/group1/M00/0B/B2/rB84XV86PFyAUfXPAAAQtHkGzjo123.png");
  height: 72px;
  width: 72px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
}
.download-title {
  font-family: Roboto-Medium;
  font-size: 20px;
  color: #222;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  margin-top: 12px;
}
.download-text {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: rgba(34,34,34,0.6);
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  margin-top: 4px;
}
.download-btn-group {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.download-btn {
  width: 120px;
  height: 40px;
  background-image: url("https://file.dreame.com/group1/M00/0B/B2/rB84XV86O_KACZ5CAAAXidB9860235.png");
  display: inline-block;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
}
.side-left,
.side-right,
.follow-author-wrap {
  position: fixed;
  top: 220px;
  z-index: 99;
}
.side-left &gt;*,
.side-right &gt;*,
.follow-author-wrap &gt;* {
  margin-bottom: 4px;
  cursor: pointer;
}
.side-left {
  margin-left: -140px;
}
.side-right {
  margin-left: 1024px;
}
.follow-author-wrap {
  margin-left: -140px;
}
.follow-author-wrap .side-item,
.side-left .side-item,
.side-right .side-item {
  width: 140px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  line-height: 38px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  text-align: center;
}
.follow-author-wrap .side-item.active,
.side-left .side-item.active,
.side-right .side-item.active {
  background: #5e4df5;
  border-color: #5e4df5;
  color: #fff;
}
.follow-author-wrap .side-item[disabled],
.side-left .side-item[disabled],
.side-right .side-item[disabled] {
  background: #dbdbdb;
  color: #fff;
  border-color: #dbdbdb;
}
.side-left .side-item,
.side-right .side-item {
  height: 38px;
}
.follow-author-wrap {
  top: 347px;
  cursor: default;
}
.follow-author-wrap .side-item {
  padding: 7px 16px 13px 16px;
  cursor: default;
}
.follow-author-wrap .side-item .follow-author {
  text-align: center;
}
.follow-author-wrap .side-item .follow-author .jump-to-author {
  cursor: pointer;
  text-align: center;
}
.follow-author-wrap .side-item .follow-author img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.follow-author-wrap .side-item .follow-author .author-name {
  margin: 8px 0 13px 0;
  word-break: break-word;
  line-height: 16px;
  font-family: sans-serif, serif;
}
.follow-author-wrap .side-item .follow-author .follow-status {
  display: inline-block;
  text-align: center;
  line-height: 28px;
  width: 88px;
  height: 28px;
  border: 1px solid #5e4df5;
  border-radius: 2px;
  color: #5e4df5;
  cursor: pointer;
}
.setting-panel,
.chaplist-panel {
  position: fixed;
  top: 220px;
  left: 50%;
  margin-left: -511px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(58,58,58,0.5);
          box-shadow: 0 0 8px 0 rgba(58,58,58,0.5);
  z-index: 99;
}
.setting-panel label {
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 99px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.setting-panel {
  top: 308px;
  width: 420px;
  *width: 440px;
  padding: 42px 48px;
  color: #333;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.setting-panel &gt; * {
  line-height: 66px;
}
.setting-panel &gt; *:first-child {
  border: 0;
}
.setting-panel .title {
  margin-right: 35px;
  font-weight: bold;
  font-size: 14px;
  color: #707070;
}
.setting-panel input[type=radio] {
  display: none;
}
.setting-panel .fontsize-input {
  width: 98px;
  height: 16px;
  padding: 12px 0;
  *margin-right: 24px;
  border: 1px #f2f5f7 solid;
  line-height: 16px;
  text-align: center;
  zoom: 1;
}
.setting-panel label {
  padding: 4px;
  border: 4px #fff solid;
}
.setting-panel label.active {
  border-color: #fff;
}
.setting-panel .footer {
  display: none;
  margin-top: 44px;
  border: 0;
  text-align: center;
  line-height: initial;
}
.setting-panel .button-black,
.setting-panel .button-border-black {
  width: 116px;
  line-height: 36px;
}
.setting-panel .button-black {
  margin-right: 78px;
}
.setting-color label {
  position: relative;
  margin-right: 27px;
}
.setting-color label div {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px #d2d2d2;
          box-shadow: 0 0 4px #d2d2d2;
}
.setting-color .color-white div {
  background: #fff;
}
.setting-color .color-green div {
  background: #dceeda;
}
.setting-color .color-blue div {
  background: #d2e8ea;
}
.setting-color .color-gray div {
  background: #e3e3c8;
}
.setting-color .color-brown div {
  background: #ded7d8;
}
.setting-color .color-pink div {
  background: #ebcfd0;
}
.setting-color .color-black div {
  background: #000;
}
.setting-color .active {
  before: '';
}
.setting-color .active:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  background: url("//file.ficfun.com/group1/M00/00/73/rB84XVvIYA6ASHBaAAAA7O_5LmU111.png") no-repeat center;
}
.setting-color .color-brown {
  margin-left: 71px;
}
.setting-color hr {
  height: 1px;
  border: 0;
  background-color: #f2f5f7;
}
.setting-font-family label {
  margin-right: 44px;
}
.setting-font-family .font-simsu {
  font-family: "Simsu";
}
.setting-font-family .font-kaiti {
  font-family: "Kaiti";
}
.setting-font-family .layout {
  border-top: 1px #f2f5f7 solid;
}
.setting-font-size button,
.setting-font-size input {
  display: inline-block;
  *display: inline;
  margin-right: 22px;
}
.setting-font-size button {
  width: 135px;
  height: 27px;
  line-height: 27px;
  border: 1px solid #999;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  background: transparent;
}
.setting-font-size .layout {
  border-top: 1px #f2f5f7 solid;
}
.chaplist-panel {
  top: 263px;
  width: 379px;
  margin-top: 1px;
}
.chaplist-panel header {
/*padding-left: 20px;
        line-height: 56px;*/
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #f7f5f2;
  text-align: center;
}
.chaplist-panel header &gt;* {
  float: left;
  width: 66px;
  color: #aaa;
  text-align: center;
  cursor: pointer;
}
.chaplist-panel header &gt;*.active {
  color: #1d203b;
}
.chaplist-panel header &gt;*.active &gt;* {
  border-bottom: 4px #1d203b solid;
}
.chaplist-panel .panel-body &gt;div {
/* fix ie7 overflow: scroll/auto ä¸ç”Ÿæ•ˆ */
  position: relative;
  max-height: 400px;
  *height: 400px;
  overflow-y: scroll;
}
@media screen and (min-height: 750px) {
  .chaplist-panel .panel-body &gt;div {
    max-height: 556px;
    *height: 556px;
  }
}
.chaplist-panel .volume {
  padding-left: 32px;
  line-height: 40px;
  font-size: 16px;
  background: #f2f5f7;
}
.chaplist-panel .chapter-list {
  position: relative;
  font-size: 14px;
  color: #2d220e;
  zoom: 1;
}
.chaplist-panel .chapter-list &gt;* {
  padding: 14px 84px 14px 20px;
  border-bottom: 0;
}
.chaplist-panel .chapter-list &gt;.col-12 a {
  font-family: sans-serif, serif;
}
.table-bookmark {
  width: 100%;
  margin-bottom: 44px;
  line-height: 40px;
  font-size: 14px;
}
.table-bookmark tr {
  border-bottom: 1px #f2f5f7 dashed;
}
.table-bookmark th {
  height: 40px;
  max-height: 40px;
  min-height: 40px;
  font-weight: normal;
  background: #f2f5f7;
}
.table-bookmark th,
.table-bookmark td {
  padding-left: 32px;
}
.table-bookmark .symbol-title {
  display: block;
  line-height: 14px;
}
.table-bookmark time {
  color: #aaa;
}
.icon-box {
  display: block;
  width: 60px;
  height: 60px;
  background: url("//p8.yx-s.com/d/inn/c3a970b3/icon-box.png") no-repeat;
}
.icon-box-setting {
  background-position: 0 0;
}
.icon-box-setting:active,
.icon-box-setting.active {
  background-position: -60px 0;
}
.icon-box-bookshelf {
  background-position: 0 -60px;
}
.icon-box-bookshelf[disabled] {
  background-position: -60px -60px;
}
.icon-box-catalog {
  background-position: 0 -120px;
}
.icon-box-catalog:active,
.icon-box-catalog.active {
  background-position: -60px -120px;
}
.icon-box-prev {
  background-position: 0 -180px;
}
.icon-box-prev:active {
  background-position: -60px -180px;
}
.icon-box-next {
  background-position: 0 -240px;
}
.icon-box-next:active {
  background-position: -60px -240px;
}
.icon-box-top {
  background-position: 0 -300px;
}
.icon-box-top:active {
  background-position: -60px -300px;
}
.author-remark {
  margin: 0 84px;
  border-top: 1px #f2f5f7 solid;
}
.author-remark h2 {
  margin: 12px 0 24px;
  font-size: 16px;
}
.author-remark author {
  display: block;
  text-align: center;
}
.author-remark .layout {
  padding-left: 16px;
}
.author-remark p {
  position: relative;
  padding: 12px;
  border-radius: 0 20px 20px 20px;
  color: #a7a7a7;
  background: #f2f5f7;
  -webkit-box-shadow: 0 1px 0 0 #dedede inset;
          box-shadow: 0 1px 0 0 #dedede inset;
  min-height: 60px;
  *height: 60px;
}
.author-remark p:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border: 4px #f2f5f7 solid;
  border-color: #f2f5f7 #f2f5f7 transparent transparent;
}
.comment-view {
  padding: 0 26px 64px;
  width: 820px;
  margin: 0 auto;
  background: rgba(34,34,34,0.03);
}
[data-color] .comment-view {
  background: rgba(247,245,242,0.3);
  *background: #f5f7f2;
}
[data-color="white"] .comment-view {
  background: rgba(34,34,34,0.03);
}
[data-color="white"] textarea {
  color: #222;
  background: #f2f2f2;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5);
          box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5);
  border-radius: 8px;
}
[data-color="white"] textarea::-webkit-input-placeholder {
  color: rgba(34,34,34,0.4);
}
[data-color="white"] textarea::-moz-placeholder {
  color: rgba(34,34,34,0.4);
}
[data-color="white"] textarea::-ms-input-placeholder {
  color: rgba(34,34,34,0.4);
}
[data-color="green"] .comment-view {
  background: rgba(34,34,34,0.03) !important;
}
[data-color="green"] .reply-outer-container {
  background: rgba(34,34,34,0.05) !important;
}
[data-color="green"] textarea {
  background: rgba(242,242,242,0.3) !important;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5) !important;
          box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5) !important;
  border-radius: 8px !important;
  color: #222 !important;
}
[data-color="green"] textarea::-webkit-input-placeholder {
  color: rgba(34,34,34,0.4) !important;
}
[data-color="green"] textarea::-moz-placeholder {
  color: rgba(34,34,34,0.4) !important;
}
[data-color="green"] textarea::-ms-input-placeholder {
  color: rgba(34,34,34,0.4) !important;
}
[data-color="black"] .side-left li,
[data-color="black"] .side-right li {
  background: #000;
  color: rgba(255,255,255,0.6);
  border: 1px solid #000;
}
[data-color="black"] .side-left li[disabled],
[data-color="black"] .side-right li[disabled] {
  color: #aaa !important;
  background: #e5e5e5 !important;
  border-color: #e5e5e5;
  cursor: default;
}
[data-color="black"] .comment-view {
  background: #111;
  *background: #111;
  color: rgba(255,255,255,0.6);
}
[data-color="black"] .comment-view textarea {
  background: rgba(242,242,242,0.5) !important;
  color: rgba(255,255,255,0.5) !important;
}
[data-color="black"] .comment-view textarea::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5);
}
[data-color="black"] .comment-view textarea::-moz-placeholder {
  color: rgba(255,255,255,0.5);
}
[data-color="black"] .comment-view textarea::-ms-input-placeholder {
  color: rgba(255,255,255,0.5);
}
[data-color="black"] .comment-view author {
  color: #d29752;
}
[data-color="black"] .comment-view .time {
  color: rgba(255,255,255,0.4) !important;
}
[data-color="black"] .comment-view .like {
  background-image: url("//file.ficfun.com/group1/M00/00/B8/rB84dlw24kCAAbsvAAADe_0-n1s493.png") !important;
}
[data-color="black"] .comment-view .like.active {
  background-image: url("//file.ficfun.com/group1/M00/00/9C/rB84XVwYWNiACxPMAAAC4_BxL1c092.png") !important;
}
[data-color="black"] .comment-view .reply {
  background-image: url("//file.ficfun.com/group1/M00/00/B8/rB84dlw24S2AWkKMAAACp-3rcck840.png") !important;
}
[data-color="black"] .comment-view img {
  opacity: 0.5;
}
[data-color="black"] .comment-header {
  color: rgba(255,255,255,0.6);
}
[data-color="black"] .comment-header a {
  color: rgba(255,255,255,0.6);
}
[data-color="black"] .comment-header,
[data-color="black"] .comment-item,
[data-color="black"] .comment-tips {
  border-bottom-color: rgba(161,161,161,0.5);
}
[data-color="black"] .text-reply-to-comment {
  background: rgba(240,240,240,0.05);
  *background: #f0f0f0,;
}
[data-color="black"] .text-reply-to-comment:before {
  border-bottom-color: rgba(240,240,240,0.05);
}
[data-color="black"] .comment-form .button-comment {
  color: #fff;
}
[data-color="black"] .table-center p {
  color: #a1a1a1 !important;
}
[data-color="black"] .table-center img {
  opacity: 0.5;
}
[data-color="black"] .book-view-footer,
[data-color="black"] .submit-reply-btn,
[data-color="black"] .button-comment {
  opacity: 0.7;
}
[data-color="black"] .reply-outer-container {
  background: rgba(255,255,255,0.1);
}
[data-color="black"] .follow-author-wrap .side-item {
  background: #000;
  color: rgba(255,255,255,0.6);
  border: 1px solid #000;
}
[data-color="black"] .follow-author-wrap .side-item .follow-author img {
  opacity: 0.6;
}
[data-color="black"] .follow-author-wrap .side-item .follow-author .author-name {
  color: rgba(255,255,255,0.6);
}
[data-color="black"] .follow-author-wrap .side-item .follow-author .unfollow {
  border: 1px solid rgba(94,77,245,0.6);
  color: rgba(94,77,245,0.6);
}
[data-color="black"] .follow-author-wrap .side-item .follow-author .follow {
  background: #f4f4f4;
  color: rgba(34,34,34,0.7);
  border: 1px solid #f4f4f4;
}
[data-color="black"] .follow-author-wrap .side-item .follow-author .following {
  background: rgba(255,255,255,0.4);
  color: rgba(34,34,34,0.7);
  border: 0px solid rgba(255,255,255,0.4);
}
.report-it {
  margin-left: 40px;
  vertical-align: baseline;
  cursor: pointer;
  before: ' ';
}
.report-it:before,
.report-it .before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 19px;
  margin-right: 5px;
  vertical-align: middle;
  background-image: url("//p1.ssl.qhimg.com/t010bbf1987563a3ff0.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
[data-color="black"] .report-it:before,
[data-color="black"] .report-it .before {
  background-image: url("//p1.ssl.qhimg.com/t010bbf1987563a3ff0.png");
  background-position: -14px 0;
  background-repeat: no-repeat;
}
.modal-report {
  width: 540px;
  color: #1d203b;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-left: -270px;
  margin-top: -225px;
}
.modal-report .modal-border-title {
  border-top-width: 4px;
  padding: 0;
  line-height: 38px;
  font-size: 14px;
}
.modal-report .modal-body {
  padding: 0 86px 0 62px;
}
.modal-report .modal-body .row {
  margin-bottom: 16px;
  cursor: default;
}
.modal-report .modal-body .row:first-child {
  margin-top: 20px;
}
.modal-report .modal-body .row:last-child {
  margin-bottom: 0;
}
.modal-report .modal-body label {
  float: left;
  margin-top: 3px;
  width: 70px;
  font-size: 14px;
  text-align: left;
}
.modal-report .row input,
.modal-report .row textarea {
  width: 314px;
  padding: 0;
  border-width: 1px;
  background: #f7f5f2;
  border-radius: 4px;
  font-size: 12px;
  line-height: 24px;
  color: #1d203b;
  -webkit-box-shadow: inset 0 1px 2px #d1d1d1;
          box-shadow: inset 0 1px 2px #d1d1d1;
}
.modal-report .row input:focus,
.modal-report .row textarea:focus {
  -webkit-box-shadow: 0 0 3px 2px #d4f7ff;
          box-shadow: 0 0 3px 2px #d4f7ff;
}
.modal-report .row textarea {
  height: 70px;
  width: 304px;
  padding: 4px 6px;
  border-width: 0;
  resize: none;
}
.modal-report .row input {
  width: 300px;
  height: 12px;
  border: 0;
  padding: 9px 8px;
}
.modal-report .row input:focus {
  line-height: normal;
  line-height: 12px 9;
}
.modal-report .row .type-select {
  position: relative;
  width: 316px;
  margin-left: 73px;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  color: #1d203b;
  text-align: left;
}
.modal-report .row .type-select .type-items,
.modal-report .row .type-select .selected-typeItem {
  padding: 0 8px;
  background: #f7f5f2;
  border-radius: 4px;
  line-height: 30px;
  cursor: pointer;
}
.modal-report .row .type-select .type-items {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 31px;
  margin-top: 1px;
  padding: 0;
}
.modal-report .row .type-select .type-items li {
  padding: 0 8px;
  line-height: 30px;
}
.modal-report .row .type-select .type-items li:hover {
  background: #ffcf69;
  color: #fff;
}
.modal-report .row .type-select .type-items li:last-child {
  border-bottom: 0;
}
.modal-report .row .type-select .selected-typeItem {
  position: relative;
  after: ' ';
}
.modal-report .row .type-select .selected-typeItem:after,
.modal-report .row .type-select .selected-typeItem .after {
  content: '';
  position: absolute;
  top: 12px;
  right: 8px;
  width: 10px;
  height: 6px;
  background-image: url("//p1.ssl.qhimg.com/t010bbf1987563a3ff0.png");
  background-position: -10px -22px;
  background-repeat: no-repeat;
}
.modal-report .row .type-select .on {
  after: ' ';
}
.modal-report .row .type-select .on:after,
.modal-report .row .type-select .on .after {
  background-image: url("//p1.ssl.qhimg.com/t010bbf1987563a3ff0.png");
  background-position: 0 -23px;
  background-repeat: no-repeat;
}
.modal-report .row .tip {
  padding-left: 75px;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 24px;
  text-align: left;
}
.modal-report .row .upload-container {
  overflow: hidden;
  margin-left: 72px;
}
.modal-report .row .upload-container .upload-btn {
  position: relative;
  float: left;
  width: 38px;
  height: 38px;
  background-image: url("//p2.ssl.qhimg.com/t017212f6d5a42219ba.png");
  background-repeat: no-repeat;
  background-size: 38px 38px;
}
.modal-report .row .upload-container .upload-btn #uploadReportFile {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-report .row .upload-container .upload-btn .previewArea {
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: contain;
}
.modal-report .row .upload-container .hasPic {
  background: #fff;
}
.modal-report .row .upload-container .file-info {
  float: left;
  margin-left: 10px;
  text-align: left;
}
.modal-report .row .upload-container .file-info .title {
  font-size: 14px;
  line-height: 18px;
  color: #1d203b;
}
.modal-report .row .upload-container .file-info .tip {
  padding-left: 0;
}
.modal-report .modal-footer {
  overflow: hidden;
  padding: 10px 89px 18px 0;
}
.modal-report .modal-footer .button-black {
  width: 88px;
  font-size: 14px;
}
</pre></body></html>