a,b,body,dd,div,dl,dt,em,form,h1,h2,h3,h4,h5,h6,header,i,img,li,ol,p,span,td,th,tr,tt,u,ul {
	margin:0;
	padding:0;
	border:0;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:transparent;
	box-sizing:border-box;
}
a {
    text-decoration: none;
    color: inherit;
}
ul {
	list-style-type:none;
}
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body {
	background-color:#fff;
}
body a:hover {
color: #1790E6;
}
img {
    vertical-align: middle;
}

.header-boxs{
    padding: 0 !important;
    font-family: Microsoft YaHei !important;
    max-width: 1200px !important;
    min-width: 1200px !important;
    margin-right: auto;
    margin-left: auto;
}
.header-row{
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 110px;
}
.h-log img {
    height: 86px;
}
        
        .h-nbar{
    width: 55%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #ff6868;
    font-size: 22px;
}
        
        .h-ser{
    flex-grow: 1;
}
        
        .h-ser input {
    width: 100%;
    height: 2.1rem;
    padding-right: 2.2rem;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 14px;
    background: url(/static/images/h-s.png) no-repeat right .66667rem center;
    background-size: 1rem;
    padding-left: 1rem;
}
        
        
        
        .header-jum{    background: rgba(12, 11, 16, 0.01);
    box-shadow: 0px 5px 5px 0px rgba(12, 11, 16, 0.1);
    min-width: 1200px !important;}
    
    
    .haibao {
    width: 1200px;
    margin: 0 auto;
}
    
    
    .hb-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    
    .hb-pic {
    height: 380px;
    width: 940px;
    overflow: hidden;
    position: relative;
}
    
    .hb-pic img {
    width: 100%;
    height: 100%;
}
    .hb-hot {
    height: 380px;
    width: 248px;
    background-color: #f1cec3;
    border: 1px solid #493b3b;
    margin-left: 10px;
}
.hb-topBar {
    height: 38px;
    background-color: #bda3a8;
}
.hb-topBar img {
    float: right;
    margin: 10px;
}
.hb-topBar span {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 75px;
    color: #fff;
    background-color: #909bc1;
    display: inline-block;
    zoom: 1;
}
.hb-list {
    padding: 10px 14px;
}
.hb-list ul li {
    padding: 7px 0;
    font-size: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hb-fl {
    float: left;
    display: inline-block;
    zoom: 1;
    height: 16px;
    line-height: 16px;
    width: 16px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-radius: 1px;
    border: 1px solid #b7b7b7;
    background-color: #9e9e9e;
}
    
    .top_1 {
    border: 1px solid #ff9494;
    background-color: #ff6868;
}
    .top_2 {
    border: 1px solid #ffe19a;
    background-color: #ffbf25;
}
.top_3 {
    border: 1px solid #c9f494;
    background-color: #98cf56;
}
.hb-list ul li a {
    color: #126cdf;
    font-size: 14px;
    line-height: 18px;
    margin-left: 10px;
}
.main-box{
    margin-top: 20px;
}



.view-item {
    margin-top: 30px;
}

.item-title {
    font-weight: bold;
    position: relative;
}

.item-title span {

    display: inline-block;
    zoom: 1;
}

.view-body{width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;}
    
.item-title span:nth-child(2) {

    color: #ff9aa4;
    font-size: 22px;
    position: absolute;
    top: 7px;
    padding: 0 10px;
}
    
    
    
    
.item-title font{
    font-size:36px;
    color:#1790E6;
    line-height: 25px;
}    
    
    
    
    .item-data {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
    .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
        position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.edit-top {
    width: 174px;
    height: 231px;
    background-size: 100% 100%;
    position: relative;
    content: '';
}

.edit-top::before {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: radial-gradient(transparent 0%, rgba(0, 0, 0, 0.1) 44%, rgba(0, 0, 0, 0.56) 100%);
}

.edit-top img {
    object-fit: cover;
        width: 100%;
    height: 100%;
}


.e-title {
font-size: 16px;
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    height: 30px;
    width: 170px;
}

.tip {
    padding-top: 5px;
    font-size: 12px;
    color: #919191;
    width: 170px;
    margin-bottom: 20px;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.edit-top:hover::before{
    opacity: 1;
    backdrop-filter: contrast(1.2) saturate(1.2)
  }
  
  
  
              .float-r {
    width: 570px;
    float: right;
    padding: 20px 0;
}

.float-l {
    width: 570px;
    float: left;
    padding: 20px 0;
}

.sideb {

    height: 45px;
    line-height: 45px;
}

.sideb span {
    background: url(/static/images/v-tj.png);
    background-repeat: no-repeat;
    background-position: 10px;
    padding-left: 55px;
    font-size: 26px;
    color: #1790E6;
    font-weight: 900;
}
            .wholike {

    border-top: 0;
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.likedata {
    padding: 15px 6px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 284px;
}
.likedata .likeimg {
    width: 122px;
    height: 160px;
    overflow: hidden;
    border-radius: 3px;
}
.likedata img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 1s;
}
.likeinfo {
width: 145px;
    text-align: left;
    padding-left: 5px;
}

.likeinfo p {
    line-height: 25px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
}

.likeinfo .le-t {
    line-height: 40px;
    font-size: 20px;
        color: #000;
}

.likeinfo .le-j {
    font-size: 12px;
    margin-top: 7px;
    padding: 7px 0 7px 0;
    border-top: 1px dashed #999;
    line-height: 19px;
    color: #919191;
    height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: initial;
}
        .comicInfo {
    padding: 30px 20px;
    border: 1px solid #e0e0e0;
    background: #fafafa;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
        .comicInfo .mhcover {
    background: url(/static/images/detail_main_bookBak.png);
    background-repeat: no-repeat;
    width: 269px;
    height: 322px;
    display: inline-block;
}
      
      .comicInfo .himg {
    width: 218px;
    height: 285px;
    margin: 8px auto;
    position: relative;
}
.comicInfo .himg img {
    width: 218px;
    height: 285px;
}

.comicInfo .himg a {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    background-color: #000;
    text-align: right;
    color: #fff;
    padding: 5px 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.7;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
}

.comicInfo .detinfo {
    vertical-align: top;
    padding-left: 15px;
    width: 540px;
    display: inline-block;
}

.forminfo {
    padding-top: 20px;
    width: 870px;
    padding-bottom: 20px;
    display: inline-block;
    zoom: 1;
    margin-left: 20px;
}
.comicInfo .detinfo p {
    font-size: 12px;
    margin: 10px 0;
}
.name_mh {
    font-size: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.comicInfo .detinfo span {
    width: 230px;
    display: inline-block;
    margin-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.comicInfo .detinfo p.content {
    font-size: 12px;
    margin-top: 15px;
    padding: 10px 0 7px 0;
    border-top: 1px dashed #999;
    line-height: 22px;
    color: #919191;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ivvvb {
    height: 50px;
    width: 116px;
    display: inline-block;
    background: #ff5656;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    position: absolute; 
    bottom: -3px;
    right: 10px;
}
.ivvvb:hover {
    color: #fff;
}
.comicInfo .detinfo .toolBar .btn {
    width: 321px;
    height: 89px;
    background: url(/static/images/detail_main_btn_bak_11.png);
    background-repeat: no-repeat;
    margin-left: 20px;
    position: relative;
}

.comicInfo .detinfo .toolBar .btn .btn_collection {
    position: absolute;
    top: 46px;
    left: 108px;
    padding: 9px 19px;
    border: none;
    background: url(/static/images/sc1.png);
    background-repeat: no-repeat;
    background-position: 0;
    padding-left: 32px;
    font-size: 18px;
    color: #06e16d;
    background-size: 25px 25px;
}
.comicInfo .detinfo .toolBar .btn .btn_share {
    position: absolute;
    top: 46px;
    left: 222px;
    padding: 9px 28px;
    border: none;
    background: url(/static/images/sq4.png);
    background-repeat: no-repeat;
    background-position: 0;
    padding-left: 32px;
    font-size: 18px;
    color: #e05205;
    background-size: 25px 25px;
}

.toolBar{height:89px;
    position: relative;
}
.bk-r{    width: 300px;}


.chapterList {
    border: 1px solid #e0e0e0;
    margin-top: 20px;
    position: relative;
}
.chapterList .topBar {
    height: 55px;
    font-size: 12px;
    line-height: 55px;
    color: #919191;
    padding-right: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.chapterList .topBar i {
    float: right;
    width: 40px;
    height: 55px;
    border-left: 1px solid #e0e0e0;
    background: url(/static/images/c_sB_1.png);
    background-repeat: no-repeat;
    background-position: 12px 9px;
    margin-left: 10px;
}

.chapterList .topBar .hisread {
    float: right;
    color: #e05205;
    padding: 0 5px;
    font-size: 14px;
}


.chapterList .xzbar button {
    line-height: 50px;
    height: 55px;
    font-size: 16px;
    color: #000;
    padding: 0 30px;
    width: 140px;
    background-color: transparent;
    border: none;
    border-right: 1px solid #e0e0e0;
}

.chapterList .xzbar .acvit {
    border-bottom: 3px solid #ff5353;
    font-size: 18px;
}

.chapterlistload ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 15px 8px;
}
.chapterlistload a {
    flex: 1 1 calc(25% - 20px);
    box-sizing: border-box;
    padding: 10px;
    margin: 10px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: .4rem;
    max-width: calc(25% - 20px);
    background: url(/static/images/chapterList_logo_bak_2.png);
    background-repeat: no-repeat;
    background-position: 0;
    padding-left: 30px;
    background-position: 12px 15px;
}
.chaplist-more {
    text-align: center;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
}
.chaplist-more button {
    color: #ed2323;
    background-color: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
}
.chapterlistload li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}







.chaphead {
    position: fixed;
    top: -80px;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 66;
    -webkit-transition: top 0.8s ease;
    -moz-transition: top 0.8s ease;
    transition: top 0.8s ease;
    border-width: 1px;
    opacity: 1;
}

.chaphead-bar {
    text-align: center;
    width: 100%;
    height: 80px;
    border-color: #d6d6d6;
    background-color: #333333;
}
.headlogo {
    position: absolute;
}
.headlogo img {
    width: 200px;
    height: 60px;
    margin: 10px 50px;
}
.headwrap {
    font-size: 18px;
    line-height: 80px;
        color: #ffffff;
}
.chaptername_title {
    display: inline-block;
    font-size: 22px;
}
.b-boxs {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.main_img img {
    width: 800px;
}
.main_control {
    margin: 60px;
    font-size: 26px;
    line-height: 50px;
    color: #c1ae1e;
}
.main_control span {
    color: #666666;
}
.footer-right {
    position: fixed;
    bottom: 10rem;
    right: 1rem;
    padding: 10px;
    border-radius: 5px;
    color: #ffffff;
}


.footer-right p {
    margin-bottom: 30px;
    border-radius: 8px;
    width: 46px;
    height: 46px;
    background-color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.footer-right .folat-gml {
    font-size: 15px;
}
.footer-right img {
    width: 22px;
}

.offlamp {
    cursor: pointer;
}


.footer-right p:hover{
    color: #fff;
}
                .t-boxs {
    margin: 0.12rem 0.36rem;
    display: flex;
    justify-content: space-between;
}
.t-left {
    width: 220px;
}
.type-title {
    height: 66px;
    padding: 0 10px;
    line-height: 66px;
    font-size: 22px;
    color: #555;
    background-color: #dbd7d7;
}
.type-list {
    border: 1px solid #ddd;
}
.t-left li {
    font-size: 16px;
    display: block;
    height: 55px;
    line-height: 55px;
    padding: 0 10px;
    border-bottom: 1px solid #f5f5f5;
    margin: 10px;
}
.t-left li.selected {
    color: #fff;
    border-bottom-color: #ffc2ad;
    background-color: #ffc2ad;
}
                .rs-p{
                    width: 970px;
                }
                .rs-p .likedata{
                    padding: 15px 16px;
                    width: 320px;
                    
                }
                
                .rs-p  .likeinfo {
    width: 160px;}
    
    
    