body,
button,
div,
footer,
form,
h1,
h2,
header,
input,
li,
nav,
p,
ul {
    margin: 0;
    padding: 0;
}

footer,
header,
nav {
    display: block;
}

input {
    font-family: microsoft yahei;
}

body {
    margin: 0 auto;
    font-size: 14px;
    font-family: "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
    line-height: 1.5;
    min-width: 1200px;
}

li,
ul {
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
    display: block;
}

em,
i {
    font-style: normal;
}

h1,
h2 {
    font-weight: 400
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    outline: 0;
}

::-webkit-input-placeholder {
    color: #bbb;
}

input:-moz-placeholder {
    color: #bbb;
}

input:focus,
button:focus {
    outline: 0;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before {
    content: "";
    display: table;
    clear: both;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    height: 0;
}

.rel {
    position: relative;
}

.ellipsis,
.ctDetialBrief .ctdbRight .toolsLeft .btnCollect {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mt20 {
    margin-top: 20px;
}

/* color */

/* icons */

.icon {
    display: inline-block;
}

a {
    color: #333;
    transition: all 0.15s;
    cursor: pointer;
}

.headerSearch {
    padding: 26px 0 0;
    height: 63px;
}

.wrapper {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.header .logoIcon {
    float: left;
    font-size: 0;
}

.header .logo {
        width: 150px;
    display: block;
}

.headerSearch .searchWrap {
    float: left;
    position: relative;
    margin: 5px 0 0 470px;
}

.headerSearch .searchWrap .searchInput {
    display: block;
    width: 233px;
    height: 15px;
    line-height: 14px;
    padding: 8px 50px 8px 15px;
    border: solid 1px #ddd;
    border-radius: 22px;
    background-color: #fff;
    font-size: 14px;
}

.headerSearch .searchWrap .searchBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 32px;
    background: transparent;
    color: #fff;
    text-align: center;
    border-radius: 0 10px 10px 0;
    border: 0;
    cursor: pointer;
}

.headerSearch .searchWrap .searchBtn .icon {
    margin: 2px 0 0;
}

.iconSearch {
    width: 27px;
    height: 27px;
    background: url(/static/images/searchred.png) center center no-repeat;
}

.headerNavBg {
    background: #ff5267;
}

.headerNav {
    height: 54px;
    background: #ff5267;
}

.headerNav .navItems {
    position: relative;
    float: left;
    text-align: center;
}

.headerNav .navItems a {
    display: block;
    width: 106px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    transition: all 0s;
}

.headerNav .navItems a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.subtitle {
    width: 1180px;
    margin: 0 auto 8px;
    line-height: 32px;
    font-size: 18px;
}

.subtitle img {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 5px;
}

.subtitle span {
    padding-left: 5px
}

.works_recommend {
    width: 1176px;
    margin: 0 auto;
}

.works_recommend ul {
    border: 1px solid #dadada;
    background: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    float: left;
}

.works_recommend ul.right {
    width: 288px;
    margin-left: 16px;
    margin-bottom: 16px;
}

.classification_works ul.right {
    margin-left: 0;
    margin-right: 16px;
    width: 278px;
    height: 227px;
}

.works_recommend ul.right li.title {
    font-size: 18px;
    margin: 7px 0 6px 12px;
}

.classification_works ul.right li.title {
    font-size: 16px;
}

.works_recommend ul.right li.pic {
    height: 168px;
    overflow: hidden;
}

.works_recommend ul.right li.describe {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 20px;
    margin-top: -6px;
    margin-bottom: 6px;
    margin-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.TOP100Bd .itemBox {
    padding: 10px 0px 0px 0;
}

.TOP100Bd .itemBox li {
    float: left;
    line-height: 24px;
    width: 191px;
    margin-bottom: 15px;
    overflow: hidden;
    padding-right: 5px;
}

.TOP100Bd .itemBox li .label {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 13px;
    line-height: 22px;
    color: #999;
    font-size: 12px;
}

.breadCrumb {
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.breadCrumb a {
    font-size: 14px;
    color: #999;
}

.breadCrumb em {
    padding: 0 5px;
}

.comic-content {
    border: 1px #ccc solid;
    padding: 30px;
    border-radius: 5px;
}

.ctDetialBrief {
    padding-bottom: 25px;
}

.ctDetialBrief .ctDetialBriefLeft {
    float: left;
    width: 880px;
}

.ctDetialBrief.comic .ctDetialBriefLeft {
    width: 100%;
}

.ctDetialBrief .ctdbLeft {
    position: relative;
    float: left;
    width: 368px;
    /*padding-bottom: 40px;*/
    background-size: 360px;
}

.ctDetialBrief .ctdbLeft a {
    display: block;
    
}

.ctDetialBrief .ctdbLeft img {
    display: block;
    max-width: 300px;
    /*! box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
    border-collapse: 5px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.ctDetialBrief .ctdbRight {
    position: relative;
    margin-left: 366px;
}

.ctDetialBrief .ctdbRight .ctdbRightInner {
    /*! min-height: 312px; */
    font-size: 13px;
}

.ctDetialBrief .ctdbRight .title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
}

.ctDetialBrief.comic .ctDetialBriefLeft .title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
    max-width: 730px;
    max-height: 80px;
    text-align: left;
}

.ctDetialBrief .ctdbRight .labelBox {
    display: inline-block;
    margin-left: 10px;
    line-height: 22px;
    vertical-align: top;
    font-size: 0;
}

.ctDetialBrief.comic .ctDetialBriefLeft .labelBox {
    vertical-align: top;
    margin-top: 11px;
}

.ctDetialBrief .ctdbRight .labelBox a {
    display: inline-block;
    height: 22px;
    padding: 0 8px;
    margin-right: 5px;
    line-height: 22px;
    border: solid 1px #ff5267;
    border-radius: 24px;
    text-align: center;
    font-size: 12px;
    color: #ff5267;
    height: 20px;
    line-height: 20px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    margin-right: 10px;
}

.ctDetialBrief .ctdbRight .labelBox a:nth-child(1) {
    background: #fb8eff;
}

.ctDetialBrief.comic .ctDetialBriefLeft .updeteStatus {
    margin-bottom: 15px;
}

.ctDetialBrief.comic .ctDetialBriefLeft .updeteStatus .status {
    position: relative;
    padding-right: 11px;
    margin-right: 5px;
}

.ctDetialBrief.comic .ctDetialBriefLeft .updeteStatus .status::after {
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    bottom: 1px;
    width: 1px;
    background: #ddd;
}

.ctDetialBrief .ctdbRight .detailBox span.date {
    color: #333;
    margin-left: 3px;
}

.ctDetialBrief .ctdbRight .detailBox span.num {
    color: #333;
    margin-left: 20px;
    margin-right: 20px;
}

.ctDetialBrief .ctDetialBriefLeft .author {
    margin-bottom: 10px;
}

.ctDetialBrief .ctdbRight .author {
    color: #333;
    width: 300px;
    display: inline-block;
}

.ctDetialBrief .ctDetialBriefLeft .lineTit {
    color: #999;
    margin-right: 12px;
}

.ctDetialBrief .ctdbRight .tools {
    margin-top: 15px;
    height: 36px;
}

.ctDetialBrief .ctdbRight .toolsLeft {
    float: left;
}

.ctDetialBrief .ctdbRight .toolsLeft .btnPlayBg {
    float: left;
    width: 150px;
    background: #ff5267;
    border-radius: 25px;
    margin-right: 10px;
}

.ctDetialBrief .ctdbRight .toolsLeft .btn {
    float: left;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
}

.ctDetialBrief .ctdbRight .toolsLeft .btnPlayBg .btnPlay {
    float: inherit;
    width: 150px;
    text-align: center;
    border-radius: 22px;
    background: #FF5858;
    background: #ff5858 linear-gradient(to left, #ff5858 28%, #ff6280 100%);
    color: #fff;
    font-size: 14px;
}

.comic-content-list {
    border-top: 1px solid #ccc;
}

.comic-content-c {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 14px;
}

.comic-content-c li {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    /*! width: -moz-min-content; */
}

.comic-content-c li.cimg {
    width: 30%;
}

.comic-content-c li.tit {
    width: 45%;
    font-size: 14px
}

.btnmore {
    height: 60px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.comic-content-c li.time {
    width: 23.5%;
}

/***评论***/

.user-comment {
    position: relative;
    margin-top: 30px;
}

.comment-list {
    margin-bottom: 116px;
}

.comment-list {
    position: relative;
    font-size: 16px;
    padding-bottom: 40px;
}

.comment-one {
    margin-bottom: 50px;
}

.comment-left {
    float: left;
    width: 54px;
}

.comment-user {
    position: relative;
    width: 50px;
    height: 50px;
}

.comment-user .user-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.comment-right {
    margin-left: 74px;
}

.comment-info {
    margin-bottom: 24px;
    line-height: 18px;
}

.comment-info>* {
    display: inline-block;
}

.comment-nickname {
    margin-right: 6px;
    color: #666;
}

.comment-content {
    line-height: 20px;
    margin-bottom: 28px;
    font-size: 16px;
}

.comment-content {
    word-wrap: break-word;
    word-break: break-all;
}

.comment-content {
    color: #333;
}

.comment-at {
    font-size: 14px;
}

.comment-at {
    color: #999;
}

.comment-at>* {
    display: inline-block;
}

.comment-time {
    margin-right: 12px;
}

.comment-at-right {
    float: right;
}

.reply-btn {
    line-height: 19px;
    cursor: pointer;
}

.comment-agree {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    margin-right: 24px;
    padding-left: 24px;
    height: 19px;
    cursor: pointer;
}

.footer {
    box-sizing: border-box;
    width: 100%;
    margin-top: 15px;
    background: #f3f3f3;
    padding-top: 20px;
}

.footer .copyRight {
    color: #999;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    line-height: 20px;
}

.footer .banQuan {
    font-size: 12px;
    color: #979FA2;
}

.ctDetialBrief .ctdbRight .toolsLeft .btnCollect {
    width: 112px;
    height: 42px;
    line-height: 42px;
    border: solid 1px #ff5267;
    color: #ff5267;
    background-color: #fff;
    font-size: 16px;
    border-radius: 22px;
    text-align: center;
}

/*收藏*/

.index-link .subtitle {
    font-size: 16px;
}
