.abs-hor-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.abs-hor-center-margin {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.abs-ver-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.abs-ver-center-margin {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.abs-all-center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.page-navone {
  text-align: center;
  font-size: 0;
}
.pager-prev,
.pager-next,
.pager-num,
.page-all-num,
.page-go {
  margin-left: 5px;
  margin-right: 5px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background-color: #4d93ff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pager-prev:hover,
.pager-next:hover,
.pager-num:hover,
.page-all-num:hover,
.page-go:hover {
  background-color: #4585e6;
}
.page-all-num:hover {
  background-color: #4d93ff;
}
.select .pager-num {
  border: solid 1px #4d93ff;
  background-color: #fff;
  color: #4d93ff;
}
.page-go-input {
  margin-left: 5px;
  margin-right: 5px;
  height: 24px;
  line-height: 24px;
  color: #4d93ff;
  background-color: #fff;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px #4d93ff;
}
.page-go-input:hover {
  color: #4585e6;
  border: solid 1px #4585e6;
}
.page-go-input:focus {
  outline: none;
  border: solid 1px #4d93ff;
  -webkit-box-shadow: 0 0 4px 0 #4d93ff;
  -moz-box-shadow: 0 0 4px 0 #4d93ff;
  box-shadow: 0 0 4px 0 #4d93ff;
}
/** 移动端 pad*/
@media screen and (max-width: 768px) {
  .page-number,
  .select,
  .page-all-num,
  .page-go-input,
  .page-go {
    display: none;
  }
  .pager-prev,
  .pager-next {
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
html {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
html.mobile-menu-out {
  position: relative;
  overflow: hidden;
}
* {
  font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
table {
  border-spacing: 0;
}
table,
tr,
td {
  padding: 0;
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
textarea,
button {
  outline: none;
}
.single-line-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clear-float:after {
  display: block;
  content: "";
  clear: both;
}
.pointer-cursor {
  cursor: pointer;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.absolute-lt {
  position: absolute;
  left: 0;
  top: 0;
}
.hover-underline:hover {
  text-decoration: underline;
}
.bookside-uploader-info {
  margin-bottom: 20px;
}
.font-zero {
  font-size: 0;
}
.hide-for-seo {
  display: none !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.dbclick-no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vip:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  background-image: url("/files/images/vip.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.text-underline {
  text-decoration: underline;
}
.dis-hide {
  display: none;
}
[class*='trigger'] {
  cursor: pointer;
}
.body-not-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.backtop-trigger {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #4d93ff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  position: fixed;
  right: 30px;
  bottom: 320px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  line-height: 40px;
  z-index: 3;
}
.backtop-trigger [class*='ifont-'] {
  font-size: 16px;
}
.backtop-trigger:hover {
  color: #4585e6;
}
/*提示框*/
.alert {
  position: fixed;
  width: 100%;
  top: -200px;
  left: 0;
  opacity: 0;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: 16px;
  text-align: center;
  z-index: 8;
}
.alert-content {
  display: inline-block;
  text-align: left;
}
.alert-title {
  margin-right: 10px;
}
.alert-success {
  color: #fff;
  background-color: #afcc41;
}
.alert-info {
  color: #fff;
  background-color: #5c9bfd;
}
.alert-warning {
  color: #fff;
  background-color: #ddaf1e;
}
.alert-danger {
  color: #fff;
  background-color: #cb4040;
}
html {
  background-color: #061626;
}
.main-content {
  margin: auto;
  max-width: none;
}
.manga-title {
  padding-top: 27px;
  padding-bottom: 27px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.manga-name,
.manga-chp-name {
  margin: 0;
  display: inline-block;
  font-size: inherit;
  vertical-align: top;
  font-weight: normal;
}
.manga-name {
  color: #114a80;
}
.manga-chp-name {
  color: #4d93ff;
}
.manga_pic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background-image: url('/files/images/loading.svg');
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
}
.pic_box .tool {
  text-align: center;
  font-size: 12px;
  color: #999;
}
.pic_box .tool .reload {
  color: #426fcd;
}
.ad-box {
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ad-box > iframe,
.ad-box > table {
  margin-left: auto;
  margin-right: auto;
}
.manga-info-seo {
  margin: auto;
  max-width: 1140px;
  font-size: 12px;
  color: #9aa6b8;
}
.manga-info-seo a {
  color: #4d93ff;
}
.option-item {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #4d93ff;
}
.chp-doing-bar {
  display: inline-block;
  vertical-align: top;
}
.chp-doing-bar.for-mobile-none {
  display: inline-block;
}
.chp-doing-bar.for-pc-none {
  display: none;
}
.chp-doing-item {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  color: #9aa6b8;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px #d2d5d9;
  font-size: 16px;
  cursor: pointer;
}
.chp-doing-item.active {
  color: #4d93ff;
}
.chp-doing-item.active:hover {
  color: #4585e6;
}
.chp-doing-item:hover {
  color: #4d93ff;
}
.chp-doing-item.btn-safe {
  color: #d2d5d9 !important;
  cursor: not-allowed;
}
.chp-selection,
.mode-selection,
.img-num-selection,
.chp-page-selection {
  position: relative;
  padding-left: 15px;
  padding-right: 40px;
  height: 36px;
  font-size: 14px;
  color: #4a576b;
  line-height: 36px;
  display: inline-block;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  border: solid 1px #d2d5d9;
}
.chp-selection [class*='ifont-'],
.mode-selection [class*='ifont-'],
.img-num-selection [class*='ifont-'],
.chp-page-selection [class*='ifont-'] {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  height: 10px;
  font-size: 10px;
}
.chp-selection {
  width: 88px;
}
.mode-selection {
  width: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img-num-selection {
  width: 166px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chp-page-selection {
  width: 82px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chp-selection-list {
  position: absolute;
  top: 38px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  border: solid 1px #9aa6b8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1;
  max-height: 210px;
  overflow: auto;
}
.chp-selection-list.option-active {
  display: block;
}
.chp-selection-item {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  color: #4a576b;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  text-align: left;
}
.chp-selection-item:hover {
  color: #4d93ff;
  cursor: context-menu;
}
.chp-selection-item[selected] {
  background-color: #4d93ff;
  color: #fff;
}
.mangaread-pagenav {
  text-align: center;
  margin: 15px 0;
}
.btn-prev,
.btn-next {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  width: 62px;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #d2d5d9;
  text-align: center;
  background-color: #4d93ff;
}
.btn-prev:hover,
.btn-next:hover {
  background-color: #4585e6;
}
.btn-prev a,
.btn-next a {
  display: block;
}
.pic_box img.arrow-up {
  cursor: url(/files/images/up.cur), pointer;
}
.pic_box img.arrow-down {
  cursor: url(/files/images/down.cur), pointer;
}
.pic_box img.arrow-left {
  cursor: url(/files/images/left.cur), pointer;
}
.pic_box img.arrow-right {
  cursor: url(/files/images/right.cur), pointer;
}
.donate-zone {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 80px;
  max-width: 1140px;
  border: solid 1px #283849;
  background-color: #112132;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.d-user-cover {
  position: relative;
  margin-right: 20px;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f7faff;
}
.d-user-cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.d-user-name {
  font-size: 14px;
  color: #4d93ff;
  font-weight: bold;
}
.d-user-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  height: 36px;
  white-space: nowrap;
}
.d-user-btn-item {
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 120px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.d-user-btn-item.follow-user-btn.friendship-trigger {
  background-color: #4d93ff;
  color: #fff;
}
.d-user-btn-item.follow-user-btn.friendship-trigger:hover {
  background-color: #4585e6;
}
.d-user-btn-item.follow-user-btn.unfriendship-trigger {
  background-color: #ebeef2;
  color: #697a94;
}
.d-user-btn-item.follow-user-btn.unfriendship-trigger:hover {
  background-color: #d2d5d9;
}
.d-user-btn-item.donate-user-btn {
  margin-left: 20px;
  border: solid 1px #ff9600;
  color: #ff9600;
}
.d-user-btn-item.donate-user-btn:hover {
  border: solid 1px #e68000;
  color: #e68000;
}
.d-user-btn-item.donate-user-btn.no-donate {
  border: solid 1px #9aa6b8;
  color: #9aa6b8;
  cursor: context-menu;
}
.d-user-btn-item.donate-user-btn.no-donate:hover {
  border: solid 1px #9aa6b8;
  color: #9aa6b8;
}
.d-user-btn-item.donate-user-btn [class*='ifont-'] {
  margin-right: 5px;
}
/** 移动端 大手机*/
@media screen and (max-width: 600px) {
  .option-item.for-mobile-none {
    display: none;
  }
  .chp-selection,
  .mode-selection,
  .img-num-selection,
  .chp-page-selection {
    padding-left: 5px;
    padding-right: 20px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .chp-selection [class*='ifont-'],
  .mode-selection [class*='ifont-'],
  .img-num-selection [class*='ifont-'],
  .chp-page-selection [class*='ifont-'] {
    right: 5px;
  }
  .img-num-selection {
    width: 108px;
  }
  .btn-prev,
  .btn-next {
    width: 38px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }
  .chp-doing-bar.for-mobile-none {
    display: none;
  }
  .chp-doing-bar.for-pc-none {
    display: block;
    margin-top: 20px;
  }
  .chp-doing-item {
    margin-left: 25px;
    margin-right: 25px;
    color: #b6babf;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #374451;
    border: solid 1px #374451;
    font-size: 20px;
    -webkit-border-radius: 99999px;
    -moz-border-radius: 99999px;
    border-radius: 99999px;
  }
  .manga-title {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 24px;
  }
  .manga-info-seo {
    font-size: 10px;
  }
  .mangaread-top .mangaread-page {
    margin-bottom: 10px;
  }
  .donate-zone {
    border: none;
    background-color: #112132;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .d-user-cover {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .d-user-name {
    display: none;
  }
  .d-user-btn {
    right: 20px;
  }
  .d-user-btn-item {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    height: 34px;
    line-height: 34px;
  }
  .d-user-btn-item.donate-user-btn {
    margin-left: 10px;
  }
}

