@charset "UTF-8";
body {
  background: #c8eeeb;
  color: #333;
}

a {
  color: #168c84;
}

a:hover {
  color: #ff8018;
}

header {
  background: #07B1A6;
}
header .row {
  display: grid;
  align-items: center;
}
header .container {
  padding: 0.15rem 0.06rem;
}
header .logo {
  height: 0.65rem;
}

footer {
  padding: 20px 0;
  background: #07B1A6;
  color: #fbfbfb;
  text-align: center;
  margin-top: 0.08rem;
}
footer a {
  color: #fff;
}

.search {
  width: 100%;
}
.search form {
  display: grid;
  grid-template-columns: auto 60px;
}
.search form .ipt {
  width: 100%;
  padding-left: 10px;
  height: 36px;
  border: 1px solid #168C84;
  border-radius: 3px 0 0 3px;
  border-right: 0;
  background: #C8EEEB;
  color: #168C84;
  line-height: 36px;
  font-size: 0.15rem;
}
.search form .ipt:focus {
  background-color: #fff;
}
.search form .button {
  width: 100%;
  height: 36px;
  border-radius: 0 3px 3px 0;
}
.search form .button .btn {
  width: 100%;
  border-radius: 0 3px 3px 0;
  background: #168c84;
  border: 0;
  color: #fff;
  height: 36px;
}

nav {
  background-color: #168C84;
}
nav .container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.05rem;
  padding: 0.06rem;
}
nav .container a {
  color: #fff;
  font-size: 0.16rem;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  height: 0.36rem;
  line-height: 0.36rem;
}
nav .container a.act {
  background-color: #11746d;
}
nav .container a:hover {
  background-color: #06a298;
}

section {
  padding: 0.06rem;
}

.tags {
  background-color: #fff;
  margin-bottom: 0.1rem;
  padding: 0.15rem;
  display: flex;
  justify-content: space-between;
}
.tags a {
  font-size: 0.15rem;
}
.tags a.act {
  background-color: #168c84;
  color: #fff;
  padding: 0 0.05rem;
  border-radius: 0.05rem;
}

.box {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.box .hd {
  height: 0.4rem;
  border-bottom: 0.01rem solid #c8eeeb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.15rem;
}
.box .hd h2 {
  color: #168C84;
  font-size: 0.16rem;
  height: 0.4rem;
  border-bottom: 1px solid #eb6100;
  line-height: 0.4rem;
  font-weight: bold;
}

.book-item {
  text-align: center;
}
.book-item .pic img {
  width: 0.88rem;
  height: 1.11rem;
  border: 1px solid #ddd;
  padding: 0.02rem;
}
.book-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.06rem;
  padding: 0.15rem 0;
  gap: 0.1rem 0.1rem;
}
.book-row {
  border-bottom: 1px solid #eee;
  clear: both;
  padding: 0.08rem 0.06rem;
  overflow: hidden;
}
.book-row dt {
  float: left;
  margin-right: 0.15rem;
}
.book-row dt img {
  width: 0.85rem;
  height: 1.1rem;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0.02rem;
}
.book-row dd p {
  color: #999;
  font-size: 0.14rem;
  line-height: 0.22rem;
}

.tb-head {
  background-color: #f6f6f6;
}
.tb-head .row .tb-th {
  height: 0.4rem;
  line-height: 0.4rem;
  color: #333;
}
.tb-head .row {
  border-bottom: 1px dotted #ccc !important;
}
.tb .row {
  display: flex;
  flex-direction: row;
  border-bottom: 1px dotted #ccc;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.06rem;
}
.tb .row .tb-td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tb .row .col-2 {
  width: 20%;
}
.tb .row .col-5 {
  width: 40%;
}
.tb .row .cate a,
.tb .row .author a {
  color: #999;
}
.tb .row .cate a:hover,
.tb .row .author a:hover {
  color: #eb6100;
}
.tb .row .today {
  color: red;
}
.tb .row:last-child {
  border-bottom: 0;
}
.tb .row:nth-child(even) {
  background: #f6f6f6;
}

.index-art-list {
  padding: 0.1rem;
}
.index-art-list li {
  position: relative;
  padding-left: 0.15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0.36rem;
  display: grid;
  grid-template-columns: auto 0.6rem;
  align-items: center;
}
.index-art-list li a {
  font-size: 0.15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-art-list li em {
  text-align: right;
  font-style: normal;
  color: #999;
  font-size: 0.15rem;
}
.index-art-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  margin-right: 5px;
  color: #333;
}

.pages {
  padding: 0.24rem 0;
  width: 100%;
  grid-column: 1/-1;
  text-align: center;
}
.pages a {
  border: 1px solid #168c84;
  padding: 0.05rem 0.12rem;
  margin: 0 0.05rem;
  border-radius: 0.04rem;
}
.pages a:hover {
  border-color: #eb6100;
  background-color: #fff0e5;
}
.pages a:first-child {
  border: 0;
}
.pages a:first-child:hover {
  border: 0;
  background-color: transparent;
}
.pages span {
  padding: 0.05rem 0.12rem;
  font-weight: bold;
  color: #eb6100;
}

.detail {
  background-color: #fff;
}
.detail .hd {
  display: flex;
  height: 0.4rem;
  align-items: center;
  padding: 0 0.15rem;
  border-bottom: 1px solid #c8eeeb;
}
.detail .bd {
  padding: 0.15rem;
}
.detail .bd .book {
  display: flex;
}
.detail .bd .book .pic img {
  width: 1.4rem;
  height: 1.8rem;
  background-color: #fff;
  padding: 0.02rem;
  border: 1px solid #ddd;
}
.detail .bd .book .info {
  margin-left: 0.15rem;
}
.detail .bd .book .info h1 {
  font-size: 0.18rem;
  color: #000;
  font-weight: bold;
}
.detail .bd .book .info .tag-author,
.detail .bd .book .info .tag-time,
.detail .bd .book .info .tag-read {
  display: inline-block;
  padding: 0.04rem 0.07rem;
  height: 0.3rem;
  line-height: 0.22rem;
  margin-right: 0.06rem;
  background: #f26e59;
  color: #fff;
}
.detail .bd .book .info .tag-time {
  background-color: #adb3f3;
}
.detail .bd .book .info p {
  line-height: 0.3rem;
}
.detail .bd .book .info p.hits {
  line-height: 0.2rem;
}
.detail .bd .book .info p.hits span {
  margin-right: 0.1rem;
}
.detail .bd .book .info p.hits span em {
  font-style: normal;
  font-weight: bold;
}
.detail .bd .introduce {
  border-top: 1px solid #c8eeeb;
  margin-top: 0.2rem;
  padding-top: 0.2rem;
}

ul.chapters {
  padding: 0.05rem;
}
ul.chapters li {
  border-bottom: 1px dotted #e5e5e5;
  overflow: hidden;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.1rem;
}
ul.chapters li a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.chapters li a:visited {
  color: #999;
}

ul.relation-article {
  padding: 0.05rem 0.2rem;
}
ul.relation-article li {
  border-bottom: 1px dotted #e5e5e5;
  overflow: hidden;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.1rem 0 0.12rem;
  position: relative;
}
ul.relation-article li::before {
  content: "■";
  position: absolute;
  left: 0;
  margin-right: 5px;
  color: #333;
  font-size: 0.05rem;
}

.chapter {
  background-color: #fff;
}
.chapter .tool {
  height: 0.4rem;
  border-bottom: 1px solid #c8eeeb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chapter .tool .font {
  padding-left: 0.1rem;
}
.chapter .tool .font a {
  background-color: #1ABC9C;
  color: #fff;
  padding: 0.04rem 0.08rem;
  border-radius: 0.04rem;
  margin-right: 0.05rem;
}
.chapter .tool .font a.active {
  background-color: #11746d;
  color: #fff;
}
.chapter .tool .other a {
  background-color: #1ABC9C;
  color: #fff;
  padding: 0.04rem 0.08rem;
  border-radius: 0.04rem;
  margin-right: 0.05rem;
}
.chapter .font-size-small .content {
  font-size: 0.14rem;
}
.chapter .font-size-medium .content {
  font-size: 0.18rem;
}
.chapter .font-size-large .content {
  font-size: 0.2rem;
}
.chapter .hd {
  padding: 0 0.15rem;
}
.chapter .hd h1 {
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  padding: 0.2rem 0;
}
.chapter .hd .guide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1rem;
}
.chapter .hd .guide a {
  text-align: center;
  background-color: #1ABC9C;
  color: #fff;
  height: 0.36rem;
  line-height: 0.36rem;
  border-radius: 0.02rem;
}
.chapter .hd .guide a:hover {
  background-color: #168C84;
}
.chapter .hd .content {
  line-height: 250%;
  padding: 0.15rem 0;
}

.night-mode {
  background-color: #164845 !important;
}
.night-mode header {
  background-color: #068e85;
}
.night-mode header .logo {
  opacity: 0.5 !important;
}
.night-mode header .ipt {
  background-color: #93b8b5 !important;
}
.night-mode header .btn {
  background-color: #11746d !important;
}
.night-mode nav {
  background-color: #12706a;
}
.night-mode nav .container a {
  color: #e8e6e3;
}
.night-mode nav .container a.act {
  background-color: #0e5d57;
}
.night-mode nav .container a:hover {
  background-color: #068e85;
}
.night-mode .chapter {
  background-color: transparent;
}
.night-mode .chapter .tool {
  color: #fff;
  border-bottom: 0;
  background-color: #133d3a;
  border-radius: 0.04rem;
  padding-right: 0.04rem;
}
.night-mode .chapter .tool a {
  background-color: #14957b;
}
.night-mode .chapter .hd h1 {
  color: #bbb;
  border-bottom-color: #eb6100;
}
.night-mode .chapter .hd .guide a {
  background-color: #0d7b65;
}
.night-mode .chapter .hd .guide a:hover {
  background-color: #068e85;
}
.night-mode .chapter .content {
  color: #bbb;
}
.night-mode footer {
  background-color: #068e85;
  color: #bbb;
}
.night-mode footer a {
  color: #bbb;
}

.no-data {
  padding: 0.2rem 0.15rem;
}

.rank-type {
  display: grid;
  gap: 0.1rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.05rem;
}
.rank-type a {
  text-align: center;
  height: 0.36rem;
  line-height: 0.36rem;
  background-color: #78dfd8;
  border-radius: 0.04rem;
  font-size: 0.16rem;
}
.rank-type .act {
  background-color: #ff8018;
  color: #fff;
}
.rank-category {
  display: flex;
  gap: 0.1rem;
  margin-top: 0.1rem;
}
.rank-category a {
  text-align: center;
  background-color: #fff;
  height: 0.3rem;
  line-height: 0.3rem;
  border-radius: 0.04rem;
  flex-grow: 1;
}
.rank-category .act {
  background-color: #ff8018;
  color: #fff;
}
.rank-list {
  margin-top: 0.1rem;
  background-color: #fff;
}
.rank-list .book-row dd {
  position: relative;
}
.rank-list .book-row dd .rank-no {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  font-size: 0.16rem;
  color: #999;
  display: inline-block;
  background: #F5F5F5;
  border-radius: 0.2rem;
  padding: 0.05rem 0.13rem;
}
.rank-list .book-row dd .rank-no-1 {
  color: #F44336;
  background: #ffe6e4;
  font-weight: bold;
}
.rank-list .book-row dd .rank-no-2 {
  color: #FF9800;
  background: #fff1dd;
  font-weight: bold;
}
.rank-list .book-row dd .rank-no-3 {
  color: #4CAF50;
  background: #e2ffe3;
  font-weight: bold;
}

.article h1 {
  text-align: center;
  padding: 0.15rem 0;
}
.article .book {
  position: relative;
  display: block !important;
  padding: 0.1rem;
  background: #F5F5F5;
  border: 1px solid #E0E0E0;
  line-height: 0.24rem;
  height: 1.6rem;
  margin: 0 0.2rem;
}
.article .book a.name {
  font-size: 0.16rem;
}
.article .book img {
  width: 1rem;
  height: 1.4rem;
  float: left;
  background-color: #fff;
}
.article .book p {
  margin-left: 1.1rem;
}
.article .book p.desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article .book a.btn-read {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  background-color: #333333;
  color: #fff;
  padding: 0.05rem 0.2rem;
  border-radius: 0.5rem;
}
.article .book a.btn-read:hover {
  background-color: #f60;
}
.article .content {
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.article .content h2 {
    padding:.15rem 0;
}
.article .content p {
  margin: 0.1rem 0;
  text-indent: 2em;
}

@media (min-width: 1200px) {
  section {
    padding: 0;
    margin-top: 0.08rem;
  }
  .sm-block {
    display: block;
  }
  header .container {
    width: 1100px;
    margin: 0 auto;
  }
  header .container .row {
    grid-template-columns: 200px auto;
    justify-content: space-between;
  }
  header .container .row .search {
    width: 600px;
  }
  footer {
    margin-top: 0.08rem;
  }
  nav .container {
    width: 1100px;
    margin: 0 auto;
    grid-template-columns: repeat(12, 1fr);
    padding: 0;
    gap: 0;
  }
  nav .container a {
    height: 0.4rem;
  }
  section .container {
    width: 1100px;
    margin: 0 auto;
  }
  .book-list {
    padding: 0.15rem;
  }
  .book-list .book-item {
    text-align: left;
  }
  .book-list .book-item .pic {
    float: left;
  }
  .book-list .book-item h3 {
    margin-left: 1rem;
  }
  .book-list .book-item .info {
    margin-left: 1rem;
  }
  .book-list .book-item .info p {
    color: #999;
    line-height: 0.22rem;
  }
  .hot-book-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .hot-book-list .book-row {
    padding: 0.1rem;
  }
  .tb .row {
    padding: 0 0.15rem;
  }
  .tb .row .col-2 {
    width: 15%;
  }
  .index-art-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 0.24rem;
         column-gap: 0.24rem;
  }
  ul.chapters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  ul.relation-article {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 0.24rem;
         column-gap: 0.24rem;
  }
  .chapter {
    padding: 0.15rem;
  }
}/*# sourceMappingURL=main.css.map */