@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}html,
body {
  width: 100%;
  height: 100%;
}
.chapter-detail .story-detail-inner {
  text-align: center;
  margin-top: 20px;
}
.chapter-detail .story-detail-inner .frame-item {
  /*position: relative;
            display: inline-block;*/
  /*margin-bottom: @spacing40;*/
}
@media (min-width: 1000px) {
  .chapter-detail .story-detail-inner .frame-item {
    width: 800px;
    margin: 0 auto;
  }
}
.chapter-detail .story-detail-inner .frame-item .main-img img {
  width: 100%;
  height: 100%;
}
.chapter-detail .story-detail-inner .frame-item .dlg-text {
  text-align: left;
  font-size: 12px;
  display: none;
}
.chapter-detail .story-detail-inner .frame-item .dlg-text pre {
  border: none;
  background: none;
  font-family: "HLcomic1";
  word-break: normal;
  word-wrap: break-word;
  padding: 0;
  margin: 0;
  line-height: normal;
  overflow: auto;
}
.chapter-detail .story-detail-inner .dlg-text {
  position: absolute;
  left: 0;
  top: 0;
}
.chapter-detail .bottom-box {
  margin-top: 20px;
}
.chapter-detail .bottom-box .like-favorite-box {
  text-align: center;
}
.chapter-detail .bottom-box .like-favorite-box .btn-like span.fa {
  color: #05f269;
  vertical-align: middle;
}
.chapter-detail .bottom-box .like-favorite-box .btn-like span.number {
  margin-left: 5px;
  color: #e01515;
}
.chapter-detail .bottom-box .like-favorite-box .btn-favorite span.fa {
  color: #fd6900;
}
.chapter-detail .bottom-box .like-comment-box {
  z-index: 10;
  width: 100%;
  position: fixed;
  bottom: 0px;
  background: #777;
  padding: 5px 5px;
}
.chapter-detail .bottom-box .like-comment-box .btn-like-bottom span.fa-heart {
  color: #ffffff;
}
.chapter-detail .bottom-box .like-comment-box .btn-like-bottom span.number {
  color: #ffffff;
}
.chapter-detail .bottom-box .like-comment-box .btn-comment-bottom {
  margin-left: 10px;
}
.chapter-detail .bottom-box .like-comment-box .btn-comment-bottom span.fa-comment {
  color: #ffffff;
}
.chapter-detail .bottom-box .like-comment-box .btn-comment-bottom span.number {
  color: #ffffff;
}
.chapter-detail .bottom-box .like-comment-box #plusBtn {
  margin-left: 10px;
  color: #fff;
}
.chapter-detail .bottom-box .like-comment-box #minusBtn {
  margin-left: 10px;
  color: #fff;
}
.chapter-detail .bottom-box .chapter-list {
  width: 100%;
  position: relative;
  z-index: 10;
  background: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 20px;
}
.chapter-detail .bottom-box .chapter-list .cat-prev {
  display: block;
  position: absolute;
  left: 0;
  top: 40%;
}
.chapter-detail .bottom-box .chapter-list .cat-next {
  position: absolute;
  display: block;
  right: 0px;
  top: 40%;
}
.chapter-detail .bottom-box .chapter-list .swiper-button-disabled {
  display: none;
}
.chapter-detail .bottom-box .chapter-list .swiper-container .swiper-slide {
  margin-right: 5px;
  width: 11%;
  background-size: cover;
}
.chapter-detail .bottom-box .chapter-list .swiper-container .swiper-slide.selected {
  border: 2px solid #fd6900;
}
.chapter-detail .bottom-box .chapter-list .swiper-container .swiper-slide.selected .no {
  color: #fd337f;
}
.chapter-detail .bottom-box .chapter-list .swiper-container .swiper-slide .no {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding-top: 35%;
}
.chapter-detail .bottom-box .chapter-list .swiper-container .swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}
.chapter-detail .bottom-box .same-stories {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 30px;
  background: #f8f8f8;
}
.chapter-detail .bottom-box .same-stories h3 {
  color: #fd6900;
  text-align: center;
}
.chapter-detail .bottom-box .same-stories .story-list {
  margin-top: 20px;
}
.chapter-detail .bottom-box .comment-box {
  margin-top: 10px;
}
.chapter-detail .bottom-box .comment-box .comment-input .input-group .btn-primary:hover {
  background-color: #9ab710;
  border-color: #86a00e;
}
.chapter-detail .bottom-box .comment-box .comment-list {
  margin-top: 20px;
}
.chapter-detail .bottom-box .comment-box .comment-list .comment-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.chapter-detail .bottom-box .comment-box .comment-list .comment-item .btn-delete {
  cursor: pointer;
}
.chapter-detail .bottom-box .comment-box .comment-list .comment-item .btn-delete .fa-times-thin {
  color: #b3b3b3;
}
.chapter-detail .bottom-box .comment-box .comment-list .comment-item span.un {
  font-weight: bold;
  color: #000;
}
.chapter-detail .bottom-box .comment-box .comment-list .comment-item span.time {
  color: #b3b3b3;
  font-size: 12px;
}
.chapter-detail .bottom-box .comment-box .comment-list .comment-item div.content {
  color: #666666;
}
@media (max-width: 767px) {
  .bottom-box .like-box .container,
  .bottom-box .comment-box .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bottom-box .chapter-list {
    position: fixed !important;
    bottom: 30px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
@media (min-width: 992px) {
  .comment-same-story .block-list ul li {
    width: 48.5%;
  }
}
