
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,footer,header,nav,section {
    display: block
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    border: 0;
}
ol, ul {
    list-style: none;
}
li {
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6,p {
    font-weight: 400;
    font-size: 100%;
}
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    padding: 0;
    margin: 0;
    font-family: "PingFang SC",'Microsoft YaHei';
}
* {
    box-sizing: border-box;
}

.layui-m-layercont {
    display: none;
    height: 1.5rem;
    width: 100%;
    top: 40%;
    text-align: center;
    position: fixed;
    z-index: 999999;
    animation-name: layui-m-anim-up;
    animation-duration: .2s;
    animation-fill-mode: both;
}


.layui-m-layercont span{
    background-color: rgba(0,0,0,.7);
    border-radius: 15px;
    font-size: 15px;
    padding: .835rem;
    color: #fff;
    line-height: .3rem;
}

@keyframes layui-m-anim-up{0%{opacity:0;-webkit-transform:translateY(21.33333rem);transform:translateY(21.33333rem)}
100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
}


.header {
    height: 74px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    border-bottom: 1px solid #f3f3f3;
    transition: background-color .5s;
    width: 100%;
    min-width: 1200px;
}
.container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.header-logo {
    margin-top: 16px;
    float: left;
}
.header-title {
    float: left;
    margin-left: 30px;
}
.header-search {
    height: 38px;
    float: left;
    margin-top: 18px;
    margin-left: 20px;
    width: 402px;
    position: relative;
}
.header-title li {
    float: left;
    height: 74px;
    line-height: 74px;
    width: 58px;
    text-align: center;
}
.header-title li a.active {
    color: #fd113a;
}
.header-title li a {
    font-size: 18px;
    color: #252525;
}
.header-search input {
    height: 38px;
    line-height: 38px;
    border: 2px solid #fd113a;
    outline: 0;
    border-radius: 19px 0 0 19px;
    padding-left: 20px;
    font-size: 14px;
    width: 324px;
}
.header-search a {
    display: block;
    float: right;
    width: 78px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    padding-left: 32px;
    border-radius: 0 19px 19px 0;
    background-color: #fd113a;
    background-image: url(../image/header-search.png);
    background-repeat: no-repeat;
    background-position: 8px 12px;
}
.sectview{
    padding-top: 74px;
}

.box {
    margin-top: 40px;
}
.mult-head {
    height: 2.66rem;
    padding: 0 0 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    align-content: stretch;
    background: url(../image/m_series_topBak.png);
    background-repeat: repeat-x;
    background-position: 5px;
    position: relative;
}
.mult-head .mult-caption {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    align-content: stretch;
    background-color: #fff;
}
.i-icon {
    width: 40px;
    height: 40px;
}
.i-hm-daynew {
    background: url(../image/ic_home_ss.png);
    background-size: 100%;
}
.mult-title {
    background-color: #fff;
    color: #76d0ff;
    font-size: 22px;
    padding: 0 10px;
}
.mult-head .mult-more {
    color: #76d0ff;
    font-weight: 400;
    font-size: 16px;
    background-color: #fff;
    padding: 0 10px;
}



.r1c3 {
    width: 16.2857%;
}
.card {
    float: left;
    box-sizing: border-box;
    padding: 0 .67rem .98rem 0;
}
.card-graph.r3x4 {
    padding-bottom: 133.3333333333%;
    overflow: hidden;
    border-radius: .52rem;
}
.card-graph {
    position: relative;
    height: 0;
}
.card-graph img {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 1s;
}
.card-graph img:hover{transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);}



.card-text {
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #252525;
}

.c-tp{font-size: 12px;}
.c-tp span{
    color: #fd113a;
}




.index-right-float-top {
    background-color: #fff;
    z-index: 9;
    position: fixed;
    left: 50%;
    top: 105%;
    width: 40px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
    margin-left: 670px;
    margin-top: -200px;
}


.index-right-float-top a {
    background-image: url(../image/index-top.png);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 13px;
    color: #666;
    line-height: 15px;
    display: block;
    padding-top: 6px;
    height: 44px;
}
.index-right-float li a.index-right-float-top:hover {
    
}

.index-right-float-top a:hover {
    color: #fff;
    background: #fd113a;
    background-image: url(../image/index-top-a.png);
        background-repeat: no-repeat;
    background-position: center;
    font-size: 13px;
    color: #666;
    line-height: 15px;
    display: block;
    padding-top: 6px;
    height: 44px;
}

.bg-gray {
    background-color: #f8f8f9;
}
.container-fluid {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.cat-filter {
    margin: 20px auto;
    background-color: #fff;
    padding: 0 20px;
    border-top: 2px solid #fd113a;
}
.cat-filter .cat-list {
    margin-top: 24px;
    padding-bottom: 44px;
    border-bottom: 1px solid #ededed;
}

.cat-filter .cat-list dd, .cat-filter .cat-list dt, .cat-filter .field-list dd, .cat-filter .field-list dt {
    display: block;
    float: left;
}


.cat-filter .cat-list a {
    position: relative;
    display: inline-block;
    color: #252525;
    padding: 0 22px;
    margin-left: 8px;
    font-size: 20px;
}
.cat-filter .cat-list a.active {
    color: #fd113a;
}
.cat-filter .cat-list a.active:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fd113a;
}

.page-pagination {
    min-width: 605px;
    height: 29px;
    text-align: center;
}
.mt20 {
    margin-top: 20px;

}
.page-pagination ul {
    display: inline-block;
        padding-bottom: 40px;
}
.page-pagination ul li {
    float: left;
    margin-left: 4px;
}
.page-pagination ul li a.active {
    border: 1px solid #ff3f60;
    color: #fff;
    background-color: #fd113a;
}
.page-pagination ul li a {
    display: block;
    float: left;
    min-width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: #666;
}
.cat-filter .cat-list a:hover {
    color: #ff3f60
}
.seaechBar{
    padding: 12px;
}

.seaechBar h4{
    height: 20px;font-size: 16px;
}


.banner_detail {
    position: relative;
    min-height: 400px;
    padding-top: 100px;
}

.banner_border_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    right: 0;
    bottom: 0;
}
.banner_border_bg .banner_detail_bg {
    height: 100%;
    -webkit-filter: blur(60px);
    -moz-filter: blur(60px);
    -ms-filter: blur(60px);
    filter: blur(60px);
    background-size: 100% 400%;
}

.banner_detail_form {
    position: relative;
    min-height: 300px;
    margin: 0 auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #fff;
    width: 1200px;
    z-index: 1;
    top: 1px;
}

.banner_detail_form .cover {
    height: 314px;
    width: 240px;
    margin-top: -45px;
    margin-left: 40px;
    float: left;
    box-shadow: 0 0 5px #444;
    border-radius: 6px;
    overflow: hidden;
}

.banner_detail_form .cover img {
    height: 314px;
    width: 240px;
}
.sr-qrcode {
    position: absolute;
    top: 33px;
    right: 32px;
    width: 144px;
}
.sr-qrcode img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 144px;
    max-width: 100%;
    height: auto!important;
}
.sr-qrcode__text {
    margin-top: -3px;
    color: #666;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
}
.banner_detail:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.4);
}
.banner_detail_form .info {
    float: left;
    width: 870px;
    padding-left: 20px;
}
.banner_detail_form .info h1 {
    font-size: 30px;
    color: #252525;
    margin-top: 15px;
    display: inline-block;
}
.banner_detail_form .info .subtitle {
    font-size: 13px;
    color: #666;
    margin-top: 15px;
}
.banner_detail_form .info .tip {
    margin-top: 10px;
    margin-bottom: 10px;
}
.banner_detail_form .info .tip span {
    font-size: 13px;
    color: #999;
    margin-right: 40px;
}
.banner_detail_form .info .content {
    font-size: 13px;
    color: #666;
    margin-top: 10px;
    line-height: 20px;
    width: 710px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.banner_detail_form .info .dbottom{
    margin-top: 25px;
}
.banner_detail_form .info .dbottom .btn-1 {
    background: #ffdb6f;
    border-radius: 3px;
    font-size: 16px;
    color: #874e12;
    height: 36px;
    line-height: 36px;
    width: 103px;
    text-align: center;
    display: inline-block;
}
.banner_detail_form .info .dbottom .btn-2 {
    margin-left: 6px;
    background: #fd113a;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    padding: 0 10px;
    width: 200px;
}
.view-win-list {
    padding: 20px .352rem 0;
    font-size: 14px;
    color: #555;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}



.view-win-list li {
width: 16.6666%;
    text-align: center;
}
.view-win-list>li a {
    font-size: 12px;
    padding: 4px;
    border: 1px solid #eee;
    display: block;
    height: 40px;
    line-height: 30px;
    border-radius: 10px;
    margin: 8px;
    background: #f5f5f5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: inherit;
}
.view-win-list>li a:hover {
    background: #32b49a;
    color: #fff;
}

.m-load-more-sm {
    height: 40px;
    
    border-radius: 100px;
    background: #f6f6f6;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    margin: 20px 40% 25px;
    
}
.view-comment .detail-more {
    display: block;
    width: 105px;
    padding-right: 25px;
    font-size: 13px;
    margin: 0 auto;
    background-image: url(../image/detail-more.png);
    background-repeat: no-repeat;
    background-position: 85px 17px;
    color: #ff2853;
}

.comicDetailTab {
    border: 1px solid #e0e0e0;
    
    position: relative;
        width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
}
.comicDetailTab>.titlehd {
    display: -webkit-box;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    height: 3.12rem;
    border-bottom: .0364rem solid #ddd;
}
.comicDetailTab>.titlehd .tab-toggle {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.comicDetailTab>.titlehd .titem.active {
    color: #fc6454;
}
.comicDetailTab>.titlehd .titem {
    -webkit-box-flex: 1;
    flex: 1;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #999;
    border-left: .0312rem solid #ddd;
    cursor: pointer;
    height: 100%;
}
.comicDetailTab>.titlehd .modify {
    width: 50%;
    left: 0%;
    display: block;
    height: .0800008rem;
    position: absolute;
    bottom: -.0400004rem;
    background: #fc6454;
    border-radius: .0400004rem;
    transition: all .5s;
}

                    .pltitle {
                            border-bottom: 1px solid #ededed;
                            height: 68px;
    line-height: 68px;
    text-align: center;
                        }
                    .pltitle p{
    color: #252525;
    padding-left: 10px;
}
.pldata{
    width: 95%;
    padding-left: 5%;
    padding-top: 22px
}
    
                  .clearfix{text-align: right;}  
                  .clearfix p{
                      padding:5px 0;
                  }
                   .clearfix textarea {
    border: 1px solid #e0e0e0;
    resize: none;
    outline: none;
    padding: 15px;
    width: 100%;
    height: 120px;
    overflow-y: auto;
    font-family: 'Microsoft YaHei';
}
                   .btn {
        width: 100px;
    height: 34px;
    line-height: 34px;
    background-color: #fd113a;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    border: 0;
} 

.clearfix .point{
    font-size: 13px;
    color: #999;
}

.clearfix .pointnum{
    color: #f00;
    padding: 0 5px;
}

 .pllist li .cover {
    width: 50px;
    float: left;
    padding-top: 15px;
}

.pllist li .cover img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}


.pllist li .info {
    width: 1000px;
    float: left;
    margin-left: 10px;
    border-bottom: 1px dashed #ededed;
    padding-bottom: 25px;
    padding-top: 15px;
}

.pllist li .info .title {
    font-size: 13px;
    color: #252525;
    margin-top: 3px;
    font-weight: 700;
}

.pllist li .info .ttime{
    color: #999;
    font-size: 12px;
    font-weight: 400;
    padding-top:5px ;
}

.pllist li .info .content {
    font-size: 13px;
    color: #666;
    margin-top: 10px;
    line-height: 22px;
}
.pllist li .info .pointpl{
    text-align: right;
    font-size: 11px;
    color: #999;
}
.no_content {
    text-align: center;
    display: none;
}
.no_content .load_state {
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: center;
    height: 13.25rem;
    background-image: url(../image/null-pl.png);
}
.no_content p {
    color: #ccc;
    font-size: .875rem;
    margin: .875rem 0;
}
.loadpl{
    color: #ccc;
    font-size: .875rem;
    margin: 50px;
    text-align: center;
}
.view-comment-pl{
    display: none;
}

.pllist li .info .ttime .formc{
    padding-left: 30px;
    color: #21d02f;
}
.pllist li .info .ttime .likec{
    font-size: .5rem;
    color: #b4b4b4;
}
.pathmore{
    height: 20px;line-height: 20px;color: #999; border-left: 3px solid #ac0000;padding-left: 10px;margin-top: 20px; margin-bottom: 20px;
}
.pathmore a{
     color: #999; margin: 0 5px;
}


.chapheader {

    position: fixed;
    top: 0;
    z-index: 100;
    background-color: rgba(108,108,108,0.95);
    width: 100%;
    height: 56px;
    line-height: 56px;
}

.chapheader .row {
    transform: translateZ(0);
    text-align: center;
    overflow: hidden;
    font-size: .586rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 80%;
    border-color: #d6d6d6;
    margin: 0 auto;
}

.crumbs{font-size: 17px;}
.crumbs img{
    vertical-align: middle;
}
.crumbs .chapback{

    margin-left: 20px;
    color: #fff;
}
.crumbs .chapback img{
    margin-right: 5px;
}

.chaptitle {
    display: inline;
    color: #666666;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 500px;
}

.chaptitle a{
        color: #fff;
}

.chaph1{
    line-height: 3.7rem;
    font-size: 18px;
    color: #48d8b5;
   display: inline;
   
}

.shareBtn{
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 0;
    font-size: 14px;
    right: 2px;
    height: 56px;
    line-height: 56px;
    
}


.shareBtn .icon-search {
display: inline-block;
    background-image: url(../image/s.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%;
    margin: 8px;
}
.shareBtn .plclose,.his_ls .plclose{
    background-image: url(../image/plclose.png);
}
.icon-history {
    display: inline-block;
    background-image: url(../image/history1.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    background-size: 100%;
    margin: 12px;
}

.shareBtn .icon-navhome {
    display: inline-block;
    background-image: url(../image/home_hl.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    background-size: 100%;
    margin: 12px;
}

.imgView{
        text-align: center;
    padding-top: 56px;
}
.chapend{
   padding: 40px;
}
.chapend p{
    
   padding-bottom: 25px;
}
.chapend .next,.chapend .prev {
    width: 18px;
    height: 19.2px;
    padding: 26.4px 27px;
    border-radius: 50%;
    background-color: rgba(51,51,51,0.3);
    cursor: pointer;
    margin: 0 150px;
}
.chapend img{
    vertical-align: middle;
}
.imgFloat {
    position: fixed;
    right: 30px;
    cursor: pointer;
    bottom: 150px;
}    
.chappl{
        background-color: #3b3b3b;
    color: #ffff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 7px;
    padding: 5px 0;
    margin-bottom: 5px;
}
.chapter-img-box img{
      vertical-align: middle;
}
    .Chapterpl {
    position: fixed;
    right: 80px;
    bottom: 5%;
    z-index: 99;
    background: #fbfbfb;
    overflow: auto;
    height: 80%;
    width: 450px;
    border-radius: 15px;
    display: none;
}
 
 

 .Chapterpl .cpltite{
     text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-bottom: 1px dashed #535353;
    font-weight: 700;

 }
 
  .Chapterpl .pop_icon_dm{
    float: right;
    width: 25px;
    height: 25px;
    border: 1px solid #cbcbcb;
    background: url(../image/cpl_close.png) no-repeat center;
    background-size: 12px 12px;
    background-color: #f5f5f5;
    margin-top: 13px;

  }
 .Chapterpl .listBox{
         padding: 0 22px;
 }   
    
  .Chapterpl li .info{
      width: 84%;
  }  
    
  .pllist li .info .content {
    margin: 10px 0;
}  

.Chapterpl .no_content .load_state{
    background-size:50%;
}
.site_search{display:none;} 
.c_search{display:flex;}    
.c_search .header-search{margin-top: 0;}   
.c_search a{margin-top: 9px;    padding-left: 20px;}   
.his_ls{float:right;}
.his_ls .icon-history{
    margin: 20px;
}
        .historydata {
    position: fixed;
    right: 80px;
    top: 74px;
    z-index: 99;
    background: #fbfbfb;
    overflow: auto;
    height: auto;
    width: 420px;
    display: none;

}

.chdata{
    top: 56px;
}
        .historydata .historylist {
    padding: 0 15px;
}

.mo-cols-rows{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}
    .mo-cols-rows .hname{
        width: 190px;
        color: #001fff;
    }   
    
    .mo-pops-list .hname:hover{

        color: #fd113a;
    } 
    .mo-pops-list a:hover{

        color: #fd113a;
    } 
    .mo-cols-rows span{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }   
    
    .hfsize{font-size: 14px;}
    
    .mo-pops-list{
        color: #48d8b5;
    }