﻿body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
input,
li,
ol,
p,
select,
table,
td,
th,
ul {
  margin: auto;
  padding: 0;
}

body {
  margin: 0 auto;
  background-color: #f9f9f9;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  font-family: Microsoft YaHei, 微軟雅黑, 宋體;
  line-height: 150%;
}

ul li {
  list-style: none outside none;
}

a {
  color: #034b5f;
}

a,
a:hover {
  text-decoration: none;
}

a:hover {
  color: #f50;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 9pt;
  border: 1px solid transparent;
  border-radius: 4px;
  background-image: none;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857143;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-default {
  border-color: #ccc;
  background-color: #fff;
  color: #333;
}

.btn-info {
  border-color: #034b5f;
  color: #fff;
}

.btn-warning {
  border-color: #bf2c24;
  color: #fff;
  background-color: #bf2c24;
}

.btn-info,
.header {
  background-color: #034b5f;
}

.header {
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.header,
.header a {
  color: #fff;
}

.header .header-left {
  float: left;
  width: 110px;
  text-align: left;
  font-size: 18px;
}

.header .header-right {
  float: right;
  text-align: right;
  font-size: 15px;
}

.header .header-nav {
  float: left;
  width: 300px;
  font-size: 1pc;
}

.header .header-nav a {
  float: left;
  width: 60px;
}

.btn-info,
.header2 {
  background-color: #034b5f;
}

.header2 {
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.header2,
.header2 a {
  color: #fff;
}

.header2 .header2-left {
  float: left;
  width: 110px;
  text-align: left;
  font-size: 18px;
}

.header2 .header2-right {
  float: right;
  text-align: right;
  font-size: 15px;
}

.header2 .header2-nav {
  float: left;
  width: 300px;
  font-size: 1pc;
}

.header2 .header2-nav a {
  float: left;
  width: 60px;
}

.container,
.footer p,
.container01 {
  width: 90%;
  max-width: 75pc;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #ff0000;
}

.content {
  clear: both;
  margin: 10px 0;
}

.search {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

.search form {
  position: relative;
  border: 2px solid #034b5f;
  border-radius: 5px;
  background: #fff;
}

.search input {
  margin: 0 auto;
  padding: 0;
  width: 60%;
  outline: 0;
  background: #f9f9f9;
  color: #034b5f;
  text-indent: 1em;
  display: block;
}

.search button,
.search input {
  height: 38px;
  border: none;
  font-size: 1pc;
}

.search .select {
  position: absolute;
  height: 38px;
  left: 0;
  top: 0;
  width: 20%;
  font-size: 12px;
  text-align-last: center;
  text-align: center;
  border: none;
  background-color: #fff;
}

.search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  background: #034b5f;
  color: #fff;
  line-height: 38px;
}

.footer {
  padding: 10px 0;
  background-color: #034b5f;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.breadcrumb {
  overflow: hidden;
  margin: 0 0 10px;
  padding: 8px 15px;
  border-radius: 4px;
  background-color: #e6e6e6;
  list-style: none;
  font-size: 14px;
}

.breadcrumb>li {
  float: left;
  display: inline-block;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #666;
  content: "\00BB";
}

.breadcrumb>.active {
  color: #666;
}

h2 {
  margin-top: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-weight: 500;
  font-size: 18px;
}

.content-left {
  float: left;
  width: 73%;
}

.content-right {
  float: right;
  width: 25%;
}

.row {
  float: left;
  margin: 0 1%;
  width: 31.333333%;
}

#fengtui .item {
  float: left;
  padding: 10px 0 0;
  width: 50%;
}

#fengtui .item dl dt {
  overflow: hidden;
  height: 25px;
  border-bottom: 1px dotted #ccc;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
}

#fengtui .item dl dt span {
  float: right;
  font-weight: 400;
  font-size: 14px;
}

#fengtui .item dl dd {
  overflow: hidden;
  padding: 7px 0 0;
  height: 90pt;
  text-indent: 0;
  font-size: 14px;
  line-height: 24px;
}

#fengtui .item dl {
  padding: 0 5px 0 0;
}

#fengtui .item .image {
  float: left;
  margin-right: 10px;
  width: 90pt;
}

#fengtui .item .image img {
  padding: 1px;
  border: 1px solid #ccc;
  background-color: #fff;
  object-fit: cover;
}

#fengyou ul,
#gengxin ul,
#zuixin ul {
  padding: 5px 0 0;
}

#fengyou ul li,
#zuixin ul li {
  overflow: hidden;
  padding: 4px 0;
  height: 28px;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
  line-height: 28px;
}

#fengyou ul li a,
#zuixin ul li a {
  font-size: 15px;
}

#fengyou ul li span,
#zuixin ul li span {
  float: right;
  display: inline-block;
  font-size: 14px;
}

#gengxin ul li {
  overflow: hidden;
  padding: 4px 0;
  height: 28px;
  border-bottom: 1px dashed #ccc;
  line-height: 28px;
}

#gengxin ul li span {
  float: left;
  display: inline-block;
}

#gengxin ul li .s1 {
  width: 75px;
  font-size: 14px;
}

#gengxin ul li .s2 {
  width: 165px;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#gengxin ul li .s3 {
  font-size: 14px;
}

#gengxin ul li .s4 {
  float: right;
  width: 90px;
  text-align: left;
  font-size: 14px;
}

#gengxin ul li .s5 {
  float: right;
  width: 90px;
  text-align: right;
  font-size: 14px;
}

.class {
  overflow: hidden;
  margin: 10px 0 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}

.class ul li {
  float: left;
  padding: 10px 0;
  width: 11.111111%;
  text-align: center;
  font-size: 1pc;
}

.book {
  overflow: hidden;
  padding: 0 5px 10px;
  border-radius: 4px;
  background-color: #fff;
}

.bookcover {
  float: left;
  width: 10pc;
}

.bookinfo .booktitle {
  margin-bottom: 5px;
  color: #034b5f;
  font-size: 22px;
}

.booktag {
  overflow: hidden;
  margin: 1px 0;
}

.booktag a,
.booktag span {
  display: inline-block;
  overflow: hidden;
  margin-right: 5px;
  padding: 0 10px;
  height: 24px;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  text-align: center;
}

.booktag a.red,
.booktag span.red {
  border-color: #ffb0b4;
  color: #bf2c24;
  transition: border .3s;
}

.booktag a.red:hover,
.booktag span.red:hover {
  border-color: #bf2c24;
}

.booktag a.blue,
.booktag span.blue {
  border-color: #89d4ff;
  color: #3f5a93;
  transition: border .3s;
}

.booktag a.blue:hover,
.booktag span.blue:hover {
  border-color: #3f5a93;
}

.thumbnail {
  display: inline-block;
  padding: 4px;
  width: 140px;
  height: 190px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  line-height: 1.42857143;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.bookintro {
  overflow: hidden;
  height: 63px;
  font-size: 14px;
  line-height: 20px;
}

.chapterlist {
  margin: 10px 0 0;
  padding: 0 10px 10px;
}

.chapterlist dd {
  float: left;
  overflow: hidden;
  padding: 8px 0;
  width: 25%;
  border-bottom: 1px dashed #ccc;
  white-space: nowrap;
}

.chapterlist dd a {
  display: block
}

;

#btn-All {
  color: #a94442;
  text-align: center;
  font-weight: 700;
  font-size: 1pc;
}

.read {
  padding-top: 15px;
  background-color: #e6e6e6;
  color: #333;
}

.read h1 {
  margin-bottom: 8px;
  font-size: 20px;
}

.read .booktag,
.read h1 {
  color: #034b5f;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.read .readcontent,
.read .reedcontent,
.read .readcotent,
.read .readc0ntent {
  padding: 10px 15px;
  letter-spacing: .1em;
  font-size: 24px;
  line-height: 1.5;
}

.read .readcontent>span {
  display: block;
}

#linkIndex,
#linkPrev {
  padding: 6px 0;
  width: 30%;
}

#linkNext {
  padding: 6px 0;
  width: 30%;
}

.kongwen {
  float: left;
  clear: both;
  display: block;
  width: 1px;
  height: 100rem;
}

.readmiddle {
  float: left;
  width: 100%;
}

.tuijian a {
  margin-right: 10px;
}

.pagination {
  float: right;
  display: inline-block;
  margin: 0 0 10px;
  padding-right: 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  margin-left: -1px;
  padding: 6px 9pt;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #444;
  text-decoration: none;
  line-height: 1.42857143;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  border-color: #ddd;
  background-color: #eee;
  color: #034b5f;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 2;
  border-color: #034b5f;
  background-color: #034b5f;
  color: #fff;
  cursor: default;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  border-color: #ddd;
  background-color: #fff;
  color: #777;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 1pc;
  font-size: 18px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 9pt;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  background-color: transparent;
  border-spacing: 0;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  text-align: left;
  line-height: 1.42857143;
}

.login .select,
.login .text,
.login .textarea {
  margin: 10px 0;
  padding: 0 5px;
  width: 70%;
  height: 30px;
  border: 1px solid #ccc;
}

.login .textarea {
  height: 90pt;
}

.login .foot {
  margin-top: 20px;
  text-align: center;
}

.login .foot a {
  margin: 0 10px;
}

.clear {
  clear: both;
}

.hidden-xs {
  display: block !important;
}

.visible-xs {
  display: none !important;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.mt10 {
  margin-top: 10px;
}

.pt10 {
  padding-top: 2px;
}

.text-center {
  text-align: center;
}

.bookbox {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 1%;
  width: 31.333333%;
}

.bookbox .p10 {
  overflow: hidden;
  padding: 10px;
  border: 1px dashed #ccc;
}

.bookbox:hover .p10 {
  border-color: #f50;
}

.bookbox .num {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin-top: -9pt;
  width: 22px;
  border-radius: 4px;
  background: #034b5f;
  color: #eee;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
}

.bookbox:hover .num {
  background-color: #f50;
}

.bookbox .bookinfo {
  padding-left: 30px;
}

.bookbox .author,
.bookbox .bookname,
.bookbox .cat,
.bookbox .update {
  overflow: hidden;
  white-space: nowrap;
}

.bookbox .author,
.bookbox .cat,
.bookbox .update {
  font-size: 14px;
}

.bookbox .delbutton {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9pt;
}

.bookbox .delbutton a {
  padding: 4px 10px;
  border: 1px solid #034b5f;
  border-radius: 3px;
  color: #034b5f;
}

.bookbox .delbutton a:hover {
  border-color: #f50;
  color: #f50;
}

.noshow {
  display: none;
}

@media (max-width:947px) {
  .chapterlist dd {
    width: 33.333333%;
  }

  .bookbox {
    width: 48%;
  }

  #gengxin ul li .s4 {
    display: none;
    width: 0;
  }
}

@media (max-width:767px) {
  .container {
    width: 100%;
  }

  .container01,
  .footer p {
    width: 95%;
  }

  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }

  .header {
    height: 75pt;
  }

  .header .header-right {
    float: right;
    width: auto;
  }

  .header .header-nav {
    clear: both;
    width: 100%;
    border-top: 1px solid #e9faff;
  }

  .header .header-nav a {
    float: left;
    width: 20%;
    text-align: center;
  }

  .header2 {
    height: 38pt;
  }

  .header2 .header2-right {
    float: right;
    width: auto;
  }

  .header2 .header2-nav {
    clear: both;
    width: 100%;
  }

  .header2 .header2-nav a {
    float: left;
    width: 20%;
    text-align: center;
  }

  #fengtui .item,
  .content-left,
  .content-right {
    clear: both;
    width: 100%;
  }

  #gengxin ul li .s3,
  #gengxin ul li .s4 {
    display: none;
    width: 0;
  }

  .class ul li {
    width: 33.333333%;
  }

  .bookintro {
    height: 90pt;
  }

  .thumbnail {
    width: 5pc;
    height: 110px;
  }

  .chapterlist dd {
    width: 100%;
  }

  .read .readcontent,
  .read .reedcontent,
  .read .readcotent,
  .read .readc0ntent {
    padding-right: 0;
    padding-left: 0;
  }

  .read .booktag a {
    margin: 2px 0;
    padding: 3px 0;
    width: 30%;
  }

  #linkIndex,
  #linkPrev {
    width: 46%;
  }

  #linkNext {
    margin: 10px 0;
    margin-bottom: 30px;
    width: 94%;
  }

  .row {
    float: left;
    margin: 0 1%;
    width: 47%;
  }

  .tuijian a {
    float: left;
    margin: 5px 0 0;
    padding: 2px 0;
    width: 100%;
    border-top: 1px dashed #ccc;
  }

  .bookbox {
    width: 98%;
  }
}

.tuijian {
  margin-top: 30px
}

;
@media (max-width:467px) {
  .chapterlist dd {
    width: 100%;
  }

  .read h1 {
    font-size: 20px;
  }

  .read .readcontent,
  .read .reedcontent,
  .read .readcotent,
  .read .readc0ntent {
    font-size: 18px;
  }

  .row {
    float: left;
    margin: 0;
    width: 100%;
  }

  .chapterlist dd a {
    display: block;
    width: 100%;
  }
}

@media (max-width:347px) {

  .container,
  .footer p {
    width: 100%;
  }
}

.pages {
  float: right;
  display: inline-block;
  margin: 0 0 10px;
  padding-right: 0;
  border-radius: 4px;
}

.pages strong {
  background-color: #034b5f;
  color: #fff;
  cursor: default;
  padding: 6px 9pt;
  border: 1px solid #034b5f;
  text-decoration: none;
  line-height: 1.42857143;
}

.pages a,
.pages em {
  padding: 6px 7pt;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #444;
  text-decoration: none;
  line-height: 1.42857143;
  font-style: normal
}

.pages kbd {
  display: none;
}

@font-face {
  font-family: 'iconfont';
  src: url('https://sto55.com/style/iconfont/ux_1472630498_8697686/iconfont.eot');
  /* IE9*/
  src: url('https://sto55.com/style/iconfont/ux_1472630498_8697686/iconfont.eot?') format('embedded-opentype'),
    /* IE6-IE8 */
    url('https://sto55.com/style/iconfont/ux_1472630498_8697686/iconfont.woff') format('woff'),
    /* chrome、firefox */
    url('https://sto55.com/style/iconfont/ux_1472630498_8697686/iconfont.ttf') format('truetype'),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('https://sto55.com/style/iconfont/ux_1472630498_8697686/iconfont.svg') format('svg');
  /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.g-dialog-container {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .6);
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.g-dialog-container .dialog-window {
  z-index: 9999;
  padding: 1em;
  border-radius: 10px;
  background: #fff;
  transition: all .3s cubic-bezier(0, 0, 0.1, 1.08);
  -webkit-transition: all .3s cubic-bezier(0, 0, 0.1, 1.08);
}

.g-dialog-container .dialog-window button {
  display: inline-block;
  width: auto;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, .5);
  border: none;
  padding: 0.6em 1.4em;
  border-radius: 5px;
  margin: 0 .3em;
  color: #fff;
}

.g-dialog-container .dialog-window button.green {
  background-color: rgba(2, 202, 200, .8);
}

.g-dialog-container .dialog-window button.red {
  background-color: rgba(251, 23, 50, .8);
}

.g-dialog-container .dialog-window .dialog-header {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  line-height: 80px;
  text-align: center;
}

.g-dialog-container .dialog-window .dialog-header i {
  font-size: 50px !important;
}

.g-dialog-container .dialog-window .dialog-body {
  font-size: 14px;
  line-height: 30px;
  margin-top: .5em;
  text-align: center;
  color: #999;
}

.g-dialog-container .dialog-window .dialog-footer {
  padding: 2em 1em 0;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.font-large {
  font-size: 1.0rem !important;
}

.font-normal {
  font-size: 1.2rem !important;
}

.font-xlarge {
  font-size: 1.4rem !important;
}

.font-xxlarge {
  font-size: 1.6rem !important;
}

.font-xxxlarge {
  font-size: 1.8rem !important;
}

.toolbar-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.toolbar {
  line-height: 30px;
  height: 30px;
}

.toolbar a {
  padding: 7px 10px;
  border-radius: 4px;
  color: #fff;
  background: #3d6300;
  border: 1px solid #3d6300;
  font-size: 15px;
}

.readbg {
  background: #e6e6e6
}

.nightbg .read,
.nightbg .footer,
.nightbg .breadcrumb,
.nightbg .breadcrumb a,
.nightbg,
.nightbg .header,
.nightbg .read h1,
.nightbg .header a,
.nightbg .book,
.nightbg .book a {
  background: #202020 !important;
  color: #a0a0a0 !important;
}

.nightbg .read .readcotent,
.nightbg .header .header-nav {
  border-top: 1px solid #666 !important;
  display: block;
}

.nightbg .btn-default,
.nightbg .read .booktag a,
.nightbg .toolbar a {
  border: 1px solid #666 !important;
  background: #333 !important;
  color: #a0a0a0 !important;
}

.top {
  width: 0.6rem;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0.8) url(https://sto55.com/images/top.svg) no-repeat;
  background-size: 0.6rem 0.6rem;
  position: fixed;
  right: .1413333333rem;
  bottom: 1.26rem;
  z-index: 8;
  cursor: pointer;
  display: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.128rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.128rem rgba(0, 0, 0, 0.2);
}

table.grid {
  border-collapse: collapse;
  margin: 0 auto 10px auto;
}

table.grid caption,
.gridtop {
  height: 36px;
  line-height: 36px;
  border: 2px solid #368ee0;
  background: #368ee0;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

table.grid caption a,
.gridtop a {
  color: #ffffff
}

table.grid caption a:hover,
.gridtop a:hover {
  color: #ffff99
}

table.grid th,
table.grid td.head {
  background: #f5f5f5;
  color: #666666;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-weight: bold;
  padding: 6px;
  line-height: 200%;
  border: 1px solid #cccccc;
}

table.grid td {
  padding: 6px;
  background: #ffffff;
  border: 1px solid #cccccc;
}

table.hide,
table.hide th,
table.hide td {
  border: 0;
}

table.grid td.title {
  background: #e3e3e3;
  text-align: center;
  padding: 3px;
  color: #666666;
  font-weight: bold;
  font-size: 14px;
}

table.grid td.even {}

table.grid td.odd {}

table.grid td.foot {
  line-height: 26px;
  height: 26px;
  background: #f8f8f8;
  text-align: center;
}

table.grid td.tdl {
  background: #f5f5f5;
  text-align: right;
}

table.grid td.tdr {
  background-color: #ffffff;
}

table.grid td.head {
  background: #f9f9f9;
  color: #666666;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}

table.grid td.topic {
  background: #f9f9f9;
  color: #666666;
  font-weight: bold;
  line-height: 2;
}


#goTopBtn {
  position: fixed;
  line-height: 46px;
  text-align: center;
  width: 46px;
  bottom: 35px;
  height: 46px;
  cursor: pointer;
  background: #fff;
  display: none;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
  font-size: 22px;
  color: #999;
}


@media (max-width:799px) {
  .hide-in-ads {
    display: none;
  }
}

.hide-in-ads {
  width: 336px;
  clear: both;
}

@media (max-width:767px) {
  .hide-in-hd {
    display: none;
  }
}

.sorting a {
  font-size: 18px;
  font-weight: normal;
}

.sorting {
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
}

.sorting a:hover {
  color: #999;
}

.chapter_tips {
  color: red;
  background: #f2f3f4;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
}


.hot,
a.hot {
  color: #c60f13;
}

.txtright {
  clear: both;
  float: right;
  padding: 0;
  margin: 10px;
}

#txtright {
  clear: both;
  float: right;
  padding: 0;
  margin: 10px;
}

#txtright2 {
  float: right;
  clear: right;
  padding-top: 10px;
  margin-top: 5px;
  margin-left: 20px;
}

.ADVERTISEMENT {
  --tw-text-opacity: 1;
  color: #a5a5a5 !important;
  color: rgb(128 128 128/var(--tw-text-opacity));
  content: "ADVERTISEMENT";
  display: block;
  font-family: outfit, Helvetica, Tahoma, Geneva, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: .75rem !important;
  letter-spacing: .025em;
  margin-bottom: 10px;
  text-align: center
}