/*屏蔽鸡长的话题和头部投稿*/
#hyth-novel-body .lsbzfb,#hyth-novel-body .lssyht {
    display: none;
}

/*兼容鸡长的头像框*/
.hyth-novel-header .ls-txk-xz {
    top: 20px!important;
}  

/*兼容鸡长头部菜单B*/
.hyth-novel-header-user .user .lstbb {
    width: 360px;
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
    border-radius: 4px;
    padding: 20px;
}
.hyth-novel-header-user .user .lstbb .lstbb-b>span {
    margin: 0;
}
.hyth-novel-header-user .user .lstbb .lstbb-b>span:nth-child(2) {
    margin: 0 0 5px;
}


.hyth-no-power-novel-tips {
    display: grid;
    place-content: center;
    margin-top: 200px;
    color: #202223;
    font-size: 16px;
    font-weight: 700;
}

.hyth-no-power-novel-tips p {
    width: 100px;
    margin: 20px auto 0;
}

.hyth-novel-home-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    min-height: 800px;
    padding-bottom: 50px;
    margin-top: 88px;
}

.hyth-novel-cat-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    min-height: 800px;
    padding-bottom: 50px;
}

.hyth-novel-header {
    position: fixed;
    height: 68px;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
    z-index: 1001;
}

.hyth-novel-header-logo {
    float: left;
    height: 68px;
    width: 150px;
    line-height: 68px;
}

.hyth-novel-header-box {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    padding: 0 20px;
}

.hyth-novel-menu {
    margin-left: 20px;
    height: 100%;
    float: left;
}

.hyth-novel-menu ul {
    padding: 0;
}

.hyth-novel-menu li {
    float: left;
    margin-right: 20px;
}

.hyth-novel-menu li:last-child {
    margin-right: 0;
}

.hyth-novel-menu li.current-menu-item a, .hyth-novel-menu li:hover a {
    color: #ed4259;
}

.hyth-novel-menu li a {
    float: left;
    position: relative;
    height: 100%;
    line-height: 68px;
    font-size: 16px;
    margin-right: 10px;
    color: #000;
    cursor: pointer;
}

.hyth-novel-header-user {
    float: right;
    position: relative;
    height: 68px;
    line-height: 68px;
}

.hyth-novel-header-search {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 213px;
    height: 34px;
    background: #fafafa;
    border-radius: 17px;
    padding: 6px 48px 6px 16px;
    box-sizing: border-box;
}

.hyth-novel-header-search input {
    border: 0;
    outline: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    background: #fafafa;
    display: block;
}

.hyth-novel-header-search i {
    font-size: 17px;
    color: #222529;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.hyth-novel-header-user .user {
    display: inline-block;
    color: #555;
    position: relative;
}

.hyth-novel-header-user .user .user-buttons {
    display: inline-block;
}

.hyth-novel-header-user .user .user-buttons a {
    width: 32px;
    height: 22px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.hyth-novel-header-user .user img {
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    cursor: pointer;
}

.hyth-novel-header-user .user>span {
    vertical-align: middle;
    margin: 0 10px;
    cursor: pointer;
}

.hyth-novel-header-user .user c.xiala {
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    vertical-align: middle;
    display: inline-block;
}

.hyth-novel-header-user .user:hover c.xiala {
    border-top: 0 solid #fff;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #555;
    border-left: 5px solid transparent;
}
.hyth-novel-header-user .user>ul {
    display: none;
    background: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    padding: 5px 5px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 9999;
    right: -18px;
    margin-top: -5px;
}
.hyth-novel-header-user .user:hover>ul {
    display: block;
}

.hyth-novel-header-user .user:hover ul.user-bottom-box li {
    display: block;
    float: none;
    width: inherit;
    height: inherit;
    line-height: 25px;
    border-bottom: #f5f5f5 1px solid;
    position: relative;
}
.hyth-novel-header-user .user:hover ul.user-bottom-box li:last-child {
    border-bottom: 0;
}
.hyth-novel-header-user .user:hover ul.user-bottom-box li a {
    color: #565656;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    white-space: nowrap;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    min-width: 100px;
    border-radius: 2px;
}
.hyth-novel-header-user .user:hover ul.user-bottom-box li:hover a {
    color: #ed4259;
    background-color: #e8e8e8;
}
.hyth-novel-header-user .user:hover ul.user-bottom-box li a m {
    position: relative;
}

.hyth-novel-header-line {
    height: 13px;
    background-color: #e8e8e8;
    margin: 0 20px;
    display: inline-block;
    width: 1px;
    min-width: 1px;
    max-width: 1px;
    vertical-align: middle;
    position: relative;
}

/*首页头部*/
.hyth-novel-home-top {
    height: 545px;
}

.hyth-novel-home-top-left {
    width: 236px;
    float: left;
}

.hyth-novel-home-top-left .category {
    width: 200px;
    height: 301px;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    margin-bottom: 5px;
    padding: 15px 17px 10px;
}

.hyth-novel-home-top-left .category .cate-list li {
    height: 50px;
    line-height: 50px;
    width: calc(100% / 2);
    float: left;
    text-align: center;
}

.hyth-novel-home-top-left .category .cate-list li a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
    text-decoration: none;
}

.hyth-novel-home-top-left .category .cate-list li a:hover {
    color: #e84848;
}

.hyth-novel-home-top-left .category .cate-list li a i {
    margin-right: 2px;
}

.hyth-novel-home-top-left .left-news {
    background: #fafafa;
    border: 1px solid #f0f0f0;
    width: 199px;
    height: 175px;
    padding: 18px 15px 18px 20px;
}

.hyth-novel-home-top-left .left-news li:nth-child(2) {
    margin-top: 10px;
}

.hyth-novel-home-top-left .left-news li:nth-child(2) a {
    color: #ed4259;
    font-weight: 700;
    font-size: 14px;
    margin-top: 5px;
}

.hyth-novel-home-top-left .left-news li {
    line-height: 30px;
    font-size: 12px;
    width: 199px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hyth-novel-home-top-middle {
    width: 718px;
    margin-left: 5px;
    float: left;
}

.hyth-novel-home-top-middle .layui-carousel-ind {
    position: relative;
    top: -35px;
    width: 100%;
    line-height: 36 !important;
    text-align: right;
    font-size: 0;
}

.hyth-novel-home-top-middle .layui-carousel-ind ul {
    display: block;
    padding: 13px 10px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.hyth-novel-home-top-middle .novel-Tcover {
    position: relative;
    top: -30px;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    z-index: 1;
    display: block;
    overflow: hidden;
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hyth-novel-home-top-middle .mid-news {
    padding: 17px 7px 14px 21px;
    border: 1px solid #f0f0f0;
    height: 205px;
    margin-top: 5px;
    background: #fafafa;
}

.hyth-novel-home-top-middle .mid-news-left {
    margin-right: 32px;
    float: left;
    border-right: 1px solid #ebebeb;
}

.hyth-novel-home-top-middle .mid-news-right {
    margin-right: 14px;
    float: right;
}

.hyth-novel-home-top-middle .mid-news .top-news {
    font-weight: 700;
    padding-bottom: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 21px;
    width: 320px;
}

.hyth-novel-home-top-middle .mid-news .top-news a {
    color: #ed4259;
    font-size: 16px;
    letter-spacing: 2px;
}

.hyth-novel-home-top-middle .mid-news li {
    width: 320px;
    letter-spacing: 1.5px;
    line-height: 30px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hyth-novel-home-top-middle .mid-news li .cate {
    color: #999;
    letter-spacing: 1px;
    padding-right: 4px;
}

.hyth-novel-home-top-middle .mid-news a {
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
}

.hyth-novel-home-top-right {
    width: 236px;
    float: right;
}

.hyth-novel-home-top-right .tab-lists {
    padding: 15px 17px 10px;
    border: 1px solid #f0f0f0;
    background: #fafafa;
}

.more .more-link {
    float: right;
    font-size: 12px;
    color: #999;
    letter-spacing: 1px;
    line-height: 16px;
    padding-right: 0px;
}

.hyth-novel-home-top-right .tab-lists .lists {
    margin-top: 10px;
}

.hyth-novel-home-top-right .tab-lists li {
    line-height: 32px;
    border-top: 1px solid rgba(0, 0, 0, .05);
    font-size: 14px;
    height: 32px;
    overflow: hidden;
    vertical-align: top;
    display: flex;
}

.hyth-novel-home-top-right .tab-lists li:first-child {
    border-top: 0;
}

.hyth-novel-home-top-right .tab-lists li:nth-last-child(1) {
    border-bottom: 0 none;
}

.hyth-novel-home-top-right .tab-lists li span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999;
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hyth-novel-home-top-right .tab-lists li a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px;
    flex: 1;
}

.hyth-novel-home-top-right .ad {
    margin-top: 5px;
}

/*精品推荐*/
.hyth-novel-goods-list {
    margin-top: 20px;
    height: 189.5px;
    margin-bottom: 20px;
    background: #fafafa;
    padding: 20px 28px;
    position: relative;
}

.hyth-novel-goods-list li {
    float: left;
    width: 142px;
    height: 189.5px;
    margin-right: 25px;
    overflow: hidden;
    transition: opacity .2s ease-in-out;
}

.hyth-novel-goods-list li:last-child {
    margin-right: 0px;
}

.hyth-novel-goods-list li img {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.hyth-novel-goods-list li img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*编辑推荐*/
.hyth-home-recommend-content, .hyth-cat-recommend-content {
    position: relative;
    height: 555px;
    margin-bottom: 20px;
}

.recommend-home-editor {
    width: 919px;
    height: auto;
    padding: 18px 20px 36px;
    background: #fafafa;
    float: left;
    position: relative;
}

.recommend-home-editor .home-editor-list {
    padding-top: 16px;
}

.recommend-home-editor .editor-item-first {
    width: 214px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    background-color: #f4f4f4;
    cursor: pointer;
    color: #000;
}

.recommend-book-cover {
    display: inline-block;
    position: relative;
    width: 90px;
    height: 100%;
}

.editor-item-first .recommend-book-cover {
    width: 100%;
    height: 100%;
}

.book-cover-content {
    box-sizing: content-box;
    position: relative;
    width: 100%;
    height: 100%;
}
.book-cover-content .book-cover {
    overflow: hidden;
    transition: opacity .2s ease-in-out;
}

.editor-item .recommend-book-cover {
    float: left;
}

.book-cover-img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.book-cover-img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.recommend-home-editor .editor-item-first-desc {
    width: calc(100% - 24px);
    padding: 12px 12px 15px;
    margin-top: 10px;
}

.recommend-home-editor .editor-item-first .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.book-text .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    word-wrap: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.recommend-home-editor .editor-item-first .author {
    margin-top: 8px;
}

.book-text .author {
    margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
    color: #666;
    font-weight: 400;
}

.book-text .desc {
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #999;
    text-align: left;
    margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
}

.recommend-home-editor .editor-item-group {
    display: inline-block;
    vertical-align: top;
    width: 700px;
}

.recommend-home-editor .editor-item:first-child, .recommend-home-editor .editor-item:nth-child(2) {
    margin-top: 0;
}

.recommend-home-editor .editor-item {
    width: 305px;
    display: inline-block;
    vertical-align: top;
    height: 120px;
    position: relative;
    margin-top: 40px;
    cursor: pointer;
    margin-left: 38px;
}

.recommend-home-editor .editor-text {
    padding-left: 104px;
}

.recommend-home-editor .editor-text .title {
    padding-top: 6px;
}

.hyth-click-top {
    max-height: calc(100% - 27px);
    float: left;
    margin-left: 5px;
    padding: 15px 17px 10px;
    border: 1px solid #f0f0f0;
    background: #fafafa;
    width: 200px;
}
.hyth-click-top .more {
    position: absolute;
    right: 0;
    top: 6px;
}
.hyth-recommend-title {
    user-select: none;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 12px;
    position: relative;
    font-weight: 500;
}

.hyth-recommend-title:after {
    content: " ";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(270deg, hsla(0, 0%, 93%, .25), #fa6725);
    opacity: .5;
}

.hyth-click-top .click-item-list {
    padding-top: 4px;
}

.hyth-click-top .click-item:first-child {
    border-top: 0;
}

.hyth-click-top .click-item {
    font-size: 14px;
    line-height: 20px;
    padding: 13.5px 0;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.hyth-click-top .click-item:nth-child(1) em {
    background: #ed4259;
    color: #fff;
}

.hyth-click-top .click-item:nth-child(2) em {
    background: #fc7403;
    color: #fff;
}

.hyth-click-top .click-item:nth-child(3) em {
    background: #f8cc1c;
    color: #fff;
}

.hyth-click-top .click-item:nth-child(10) em {
    padding: 0;
}

.hyth-click-top .click-item em {
    font-style: normal;
    height: 16px;
    padding: 0px 4.5px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    color: #333;
    background: #ededed;
    margin-right: 10px;
}

.hyth-click-top .book-name {
    flex: 110px 1 0;
    width: 100%;
    word-wrap: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hyth-click-top .category {
    display: inline-block;
    white-space: nowrap;
    flex: 0;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999;
}

/*更新列表*/
.hyth-novel-update-list {
    margin-top: 20px;
    background: #fafafa;
    padding: 20px;
}

.hyth-novel-update-list .title .date {
    line-height: 26px;
    position: relative;
    height: 26px;
    font-size: 20px;
    color: #e6e6e6;
    margin-bottom: 10px;
    padding-bottom: 12px;
}
.hyth-novel-update-list .title .date:after {
    content: " ";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(270deg, hsla(0, 0%, 93%, .25), #fa6725);
    opacity: .5;
}
.hyth-novel-update-list .title .date span {
    color: #999;
    letter-spacing: 1px;
    cursor: pointer;
    user-select: none;
    font-size: 22px;
    line-height: 30px;
    position: relative;
    font-weight: 500;
}
.hyth-novel-update-list .date span.on {
    color: #333;
}

.hyth-novel-update-list .date .more {
    display: none;
    float: right;
}

.hyth-novel-update-list .date .on .more {
    display: block;
    font-weight: 400;
}

.hyth-novel-tab-panel .tab-head {
    border-bottom: 1px dotted #ccc;
    letter-spacing: .86px;
    line-height: 40px;
    overflow: hidden;
    height: 40px;
}

.hyth-novel-tab-panel .tab-head span {
    color: #333;
}

.hyth-novel-tab-panel .hyth-novel-update-content-list .kind, .hyth-novel-tab-panel .tab-head .kind {
    width: 75px;
    padding-right: 15px;
}

.hyth-novel-tab-panel .hyth-novel-update-content-list .bookname, .hyth-novel-tab-panel .tab-head .bookname {
    width: 235px;
}

.hyth-novel-tab-panel .hyth-novel-update-content-list .chap, .hyth-novel-tab-panel .tab-head .chap {
    width: 410px;
}

.hyth-novel-tab-panel .hyth-novel-update-content-list .author, .hyth-novel-tab-panel .tab-head .author {
    width: 155px;
}

.hyth-novel-tab-panel .hyth-novel-update-content-list .count, .hyth-novel-tab-panel .tab-head .count {
    width: 85px;
}

.hyth-novel-tab-panel .hyth-novel-update-content-list .time, .hyth-novel-tab-panel .tab-head .time {
    width: 105px;
    padding-right: 0;
    text-align: right;
}

.hyth-novel-tab-panel .hyth-novel-update-content-list li {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    line-height: 40px;
    overflow: hidden;
    height: 40px;
    letter-spacing: 1px;
}

.hyth-novel-tab-panel .hyth-novel-update-content-list li span, .hyth-novel-tab-panel .tab-head span {
    float: left;
    padding-right: 20px;
}

.hyth-novel-tab-panel .hyth-novel-update-content-list .author a, .hyth-novel-tab-panel .hyth-novel-update-content-list .count, .hyth-novel-tab-panel .hyth-novel-update-content-list .kind a {
    color: #999;
}

.hyth-novel-tab-panel .hyth-novel-update-content-list .bookname a, .hyth-novel-tab-panel .hyth-novel-update-content-list .chap a {
    max-width: 210px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}

.hyth-novel-tab-panel .hyth-novel-update-content-list .chap a {
    max-width: 410px;
}

.hyth-novel-tab-panel .hyth-novel-update-content-list li a {
    color: #333;
}

.hyth-novel-tab-panel .hyth-novel-update-content-list .bookname em, .hyth-novel-tab-panel .hyth-novel-update-content-list .chap em {
    font-size: 12px;
    color: #ed4259;
    letter-spacing: .86px;
    font-weight: 400;
    font-style: normal;
}

.hyth-novel-tab-panel .hyth-novel-update-content-list .chap .vip, .hyth-novel-tab-panel .tab-head .chap .vip {
    vertical-align: text-bottom;
    margin-left: 3px;
    color: #fff;
    background: #ed4259;
    font-weight: 400;
    height: 20px;
    padding: 0 4px;
    border-radius: 2px
}

.hyth-novel-tab-panel .hyth-novel-update-content-list .author {
    font-size: 14px;
    color: #999;
}

.hyth-novel-tab-panel .hyth-novel-update-content-list .count, .hyth-novel-tab-panel .hyth-novel-update-content-list .time {
    letter-spacing: 0;
}

/*小说分类*/
.hyth-cat-top-content {
    background-position: 50% 0px;
    height: 240px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 68px;
}

.hyth-cat-top-content .cat-navbg, .hyth-cat-top-content .cat-title {
    width: 1200px;
    margin: auto;
    height: 120px;
}

.hyth-cat-top-content .cat-title span {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin-top: 90px;
    float: left;
}

.hyth-cat-top-content .cat-navbg .cat-nav {
    height: 50px;
    background-color: rgba(0, 0, 0, .5);
    width: 1150px;
    line-height: 50px;
    padding: 0 25px;
    float: left;
    margin-top: 60px;
}

.hyth-cat-top-content .cat-navbg .cat-nav a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 19px;
    text-decoration: none;
    margin-right: 15px;
    letter-spacing: 1.2px;
}

/*分类封面推荐*/
.hyth-cat-top-recommended-content {
    height: 468px;
    margin: 20px 0;
}

.cat-top-recommended-left {
    float: left;
    width: 960px;
    background: #fafafa;
}

#cat-top {
    width: 920px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px;
    height: 330px;
}

#cat-top-big {
    width: 234px;
    height: 330px;
    float: left;
    overflow: hidden;
}

#cat-top-big a {
    position: absolute;
    left: 20px;
    top: 20px;
    display: none;
}

#cat-top-big img {
    width: 234px;
    height: 330px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}

#cat-top-info {
    position: absolute;
    top: 25px;
    left: 278px;
}

.cat-top-info-box {
    display: none;
}

#cat-top-info h3 a {
    color: #333;
    line-height: 24px;
    font-size: 24px;
}

#cat-top-info .author, #cat-top-info .cate {
    font-size: 14px;
    margin: 12px 0 23px 0;
    color: #999;
    display: inline-block;
    margin-right: 48px;
}

#cat-top-info .author span, #cat-top-info .cate span {
    margin-right: 7px;
}

#cat-top-info .author a, #cat-top-info .cate a {
    font-size: 14px;
    color: #333;
}

#cat-top-info p {
    color: #333;
    padding-top: 5px;
    width: 624px;
    letter-spacing: 1px;
    height: 53px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#cat-top-info p a {
    font-size: 14px;
}

#cat-top-info .chapter {
    font-size: 12px;
    color: #999;
    letter-spacing: 1px;
    margin-top: 8px;
}

#cat-top-info .chapter span {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    margin-right: 9px;
    padding: 1px 3px;
}

#cat-top-info .chapter a {
    color: #999;
}

#cat-top-tab {
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 278px;
}

#cat-top-tab a {
    float: left;
    width: 77px;
    height: 97px;
    overflow: hidden;
    margin-bottom: 7px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    margin-right: 20px;
}

#cat-top-tab a:last-child {
    margin-right: 0;
}

#cat-top-tab a.on, #cat-top-tab a:hover {
    width: 73px;
    height: 93px;
    border: 2px solid #e84848;
}

#cat-top-tab img {
    opacity: .3;
    width: 77px;
    height: 97px;
}

#cat-top-tab a.on img, #cat-top-tab a:hover img {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.cat-new-novel-re {
    width: 920px;
    margin-top: 5px;
    height: 52px;
    padding: 20px;
}

.cat-new-novel-re .cat-new-novel-re-title {
    width: 30px;
    height: 30px;
    background: #ed4259;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    padding: 11px;
    line-height: 16px;
    letter-spacing: .96px;
    border: 0;
    white-space: normal;
    font-weight: 700;
}

.cat-new-novel-re div {
    display: inline-block;
    height: 52px;
    border-right: 1px dotted #ccc;
    padding-right: 26px;
    padding-left: 14px;
    width: 238px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cat-new-novel-re div:last-child {
    border-right: 0;
    padding-right: 0;
}

.cat-new-novel-re p {
    color: #333;
    letter-spacing: .86px;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cat-top-recommended-right {
    width: 236px;
    float: right;
}

.cat-top-recommended-right .tab-lists {
    background: #fafafa;
    padding: 15px 15px 4px;
    border: 1px solid #f0f0f0;
}

.cat-top-recommended-right .tab-lists .lists {
    margin-top: 20px;
}

.cat-top-recommended-right .tab-lists .top-title {
    line-height: 20px;
}

.cat-top-recommended-right .tab-lists .top-title .title {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
}

.cat-top-recommended-right .tab-lists li.postion-right {
    text-align: right;
    border-top: 0;
}

.cat-top-recommended-right .tab-lists li:first-child {
    height: 88px;
    overflow: hidden;
    position: relative;
}

.cat-top-recommended-right .tab-lists li {
    line-height: 32px;
    border-top: 1px solid rgba(0, 0, 0, .05);
    font-size: 14px;
    height: 32px;
    overflow: hidden;
}

.cat-top-recommended-right .tab-lists li:first-child .imgbox {
    height: 68px;
    width: 51px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
}

.cat-top-recommended-right .tab-lists li:first-child .imgbox a, .tab-lists li:first-child .imgbox img {
    width: 100%;
    height: 100%;
}

.cat-top-recommended-right .tab-lists li.postion-right a {
    width: 115px;
}

.cat-top-recommended-right .tab-lists li a {
    color: #333;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 30px;
}

.cat-top-recommended-right .tab-lists li.postion-right .author, .cat-top-recommended-right .tab-lists li.postion-right .cate, .cat-top-recommended-right .tab-lists li.postion-right .title {
    left: auto;
    right: 0;
}

.cat-top-recommended-right .tab-lists li:first-child .title {
    position: absolute;
    left: 89px;
    top: 0;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
}

.cat-top-recommended-right .tab-lists li:first-child .author {
    position: absolute;
    left: 89px;
    top: 24px;
    line-height: 1;
    letter-spacing: 1px;
    color: #999;
}

.cat-top-recommended-right .tab-lists li:first-child .cate {
    position: absolute;
    left: 89px;
    top: 46px;
    color: #999;
    font-size: 12px;
}

.cat-top-recommended-right .tab-lists li a.author2 {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999;
    line-height: 31px;
    text-align: right;
    width: 75px;
}

.cat-top-recommended-right .tab-lists li:nth-last-child(1) {
    border-bottom: 0 none;
}

.hyth-cat-recommend-content {
    margin-top: 20px;
}


/*投票*/
.hyth-novel-vote-form .layui-tab {
    margin: 0;
}
.hyth-novel-vote-form .layui-tab-title {
    height: 48px;
    line-height: 48px;
    background: #f7f7f7;
    border: 0;
}
.hyth-novel-vote-form .layui-tab-title li {
    float: left;
    min-width: 100px;
    text-align: center;
    font-size: 14px;
    color: #a9a9a9;
    border-right: 1px solid #fff;
    cursor: pointer;
    line-height: 48px;
    padding: 0;
}
.hyth-novel-vote-form .layui-tab-title .layui-this {
    background: #fff;
    color: #333;
    cursor: auto;
}
.hyth-novel-vote-form .layui-tab-title .layui-this:after {
    border: 0;
    height: 48px;
}
.hyth-novel-vote-form .layui-tab-content {
    padding: 0;
}
.donated_con {
    padding: 25px 35px;
}
.donated_con_t {
    clear: both;
    height: 45px;
}
.donated_con_tit {
    font-size: 12px;
    color: #A11313;
    float: left;
}
.donated_con_tit span {
    font-weight: bold;
}
.donated_con_selbox {
    height: 150px;
    position: relative;
}
.donated_con_selbox ul {
    width: 500px;
    position: absolute;
}
.donated_con_selbox ul li.active {
    border: 1px solid #D32F2F;
}
.donated_con_selbox ul li {
    float: left;
    width: 148px;
    height: 64px;
    border: 1px solid #F0F0F0;
    border-radius: 2px;
    margin: 0 14px 14px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: grid;
    place-content: center;
}
.donated_con_selbox ul li div {
    color: #333;
    display: inline-block;
    line-height: 64px;
    font-size: 16px;
}
.donated_con_selbox ul li div b{
    font-weight: 400;
    font-style: normal;
}
.donated_con_selbox ul li.active i.jinsom-dui {
    position: absolute;
    right: 0;
    bottom: 0;
    border-top-left-radius: 5px;
    background-color: #d32f2f;
    color: #fff;
    height: 16px;
    width: 16px;
    font-size: 18px;
    line-height: 16px;
    display: inline-block;
    font-weight: 500;
}
.donated_con_selbox ul li input {
    color: #333;
    display: inline-block;
    line-height: 64px;
    font-size: 16px;
    border: 0;
    text-align: center;
    width: 148px;
    cursor: pointer;
    height: 64px;
}
.donated_con_selbox ul li span.placeholder {
    color: #333;
    line-height: 64px;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    width: 148px;
    height: 64px;
    display: block;
}
.donated_con_selbox ul li span {
    color: #A9A9A9;
    line-height: 1.5;
    font-size: 12px;
}
.donated_btnbox {
    text-align: center;
}
.donated_submit {
    background: #D32F2F;
    border-radius: 3px;
    width: 150px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    margin: auto;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
.donated_submit:hover {
    background: #E84848;
    color: #fff;
}
.donated_submit.unclick {
    background: #eee;
    color: #A9A9A9;
    cursor: inherit;
}

.donated_btnbox p {
    color: #A9A9A9;
    line-height: 55px;
    height: 55px;
    font-size:12px;
}
.donated_btnbox p a {
    color: #A9A9A9;
}
.donated_con_tr {
    float: right;
}
.donated_con_tr a {
    color: #A9A9A9;
    font-size: 12px;
}
.donated_con_tr a i {
    font-size: 14px;
    margin-right: 1px;
    vertical-align: middle;
}
.donated_con_selbox ul li p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

.t_red {
    color: #d22f2f;
}


/*sns首页更新列表*/
.hyth-novel-home-sns-update-list {
    position: relative;
}
.hyth-novel-home-sns-update-list li {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: var(--jinsom-border-radius);
    margin-bottom: 10px;
    position: relative;
}
.hyth-novel-home-sns-update-list li .chapter-info {
    padding-bottom: 10px;
    line-height: 26px;
    border-bottom: 1px solid #e5e5e5;
}
.hyth-novel-home-sns-update-list li .chapter-footer {
    line-height: 30px;
    margin-top: 5px;
}
.hyth-novel-home-sns-update-list li .kind {
    
    padding-right: 15px;
}
.hyth-novel-home-sns-update-list li .bookname {
    
}
.hyth-novel-home-sns-update-list li span {
    float: left;
    padding-right: 20px;
}
.hyth-novel-home-sns-update-list .kind a {
    color: #999;
}
.hyth-novel-home-sns-update-list .bookname a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}
.hyth-novel-home-sns-update-list .bookname em {
    font-size: 12px;
    color: #ed4259;
    letter-spacing: .86px;
    font-weight: 400;
    font-style: normal;
}
.hyth-novel-home-sns-update-list li .chap {
    font-size: 18px;
}

.hyth-novel-home-sns-update-list li .author {
    font-size: 14px;
}
.hyth-novel-home-sns-update-list li .author a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}
.hyth-novel-home-sns-update-list li .count, .hyth-novel-home-sns-update-list li .time {
    letter-spacing: 0px;
    color: #999;
}
.hyth-novel-home-sns-update-list li .count {
    float: right;
    padding-right: 0;
}
.hyth-novel-home-sns-update-list li .time {
    padding-right: 0;
    text-align: right;
    float: right;
}
.hyth-novel-home-sns-update-list li:last-child {
    border-bottom: 0px;
}

/*小说搜索*/
.hyth-novel-search-box{
    position: relative;
    width: 1200px;
    margin: 0px auto 0px;
    min-height: 800px;
    padding-bottom: 50px;
    padding-top: 70px;
}
.hyth-novel-search-content{
    position: relative;
    margin-top: 20px;
    background: #fff;
    padding: 30px 30px 60px;
    border-radius: 3px;
    min-height: 500px;
}
.hyth-novel-search-header {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 600px;
}
.hyth-novel-search-input {
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 7px 15px;
    border-radius: 21px 0 0 21px;
    border: 1px solid #d6d6d6;
    border-right: 0;
    width: 510px;
}
.hyth-novel-search-input input {
    border: 0;
    outline: 0;
    font-size: 18px;
    height: 26px;
    flex: 1;
    padding-left: 14px;
}
.hyth-novel-search-input i{
    color: #bbb;
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
}
.hyth-novel-search-header .search-btn {
    background: #ed4259;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    border-radius: 0 20px 20px 0;
    padding: 0 20px;
    height: 42px;
    width: auto;
    border: 1px solid #ed4259;
    white-space: nowrap;
    transition: all .3s;
    box-sizing: border-box;
    display: inline-block;
    text-indent: 5px;
    letter-spacing: 4px;
}
.hyth-novel-search-list {
    margin-top: 50px;
}
.hyth-novel-search-rand-show {
    text-align: center;
    margin-top: 50px;
}

.hyth-novel-search-rand-show li {
    width: 135px;
    display: inline-block;
    margin-right: 22px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    transition: opacity .2s ease-in-out;
}
.hyth-novel-search-rand-show li:last-child {
    margin-right: 0px;
}

.hyth-novel-search-rand-show li img {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.hyth-novel-search-rand-show li img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*搜索结果*/
.hyth-novel-search-list .search-book-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.hyth-novel-search-list .book-item-cover {
    flex: 0 0 auto;
    width: 120px;
    height: 160px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    overflow: visible;
}

.hyth-novel-search-list .book-item-text {
    flex: 1;
    padding: 0 296px 0 24px;
    font-size: 14px;
    line-height: 24px;
}
.hyth-novel-search-list .book-item-text .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
}
.hyth-novel-search-list .highlight-text .highlight {
    color: #ed4259;
}
.hyth-novel-search-list .book-item-text .desc {
    line-height: 20px;
    color: #999;
    margin-top: 8px;
}
.hyth-novel-search-list .book-item-text .desc .span {
    margin-left: 60px;
}
.hyth-novel-search-list .book-item-text .abstract {
    line-height: 23px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hyth-novel-search-list .book-item-text .footer {
    color: #999;
    padding-top: 30px;
    display: flex;
    margin-right: -200px;
}
.hyth-novel-search-list .book-item-text .footer .chapter {
    color: #999;
    display: flex;
    margin-right: 60px;
    cursor: pointer;
}
.hyth-novel-search-list .book-item-text .footer .chapter a {
    color: #999;
}
.hyth-novel-search-list .book-item-text .title:hover,
.hyth-novel-search-list .book-item-text .footer .chapter:hover,
.hyth-novel-search-list .book-item-text .footer .chapter:hover a,
.hyth-novel-search-list .book-item-text .footer .chapter:hover i {
    color: #ed4259;
}
.hyth-novel-search-list .book-item-text .footer .chapter i {
    font-size: 10px;
    margin-right: 60px;
    color: #999;
    line-height: 25px;
}
.hyth-novel-search-list .book-item-btn {
    border: 1px solid;
    background-color: transparent;
    border-color: #ed4259;
    color: #ed4259;
    width: 150px;
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 0 20px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .3s;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}
.hyth-novel-search-list .book-item-btn:hover {
    border: 1px solid;
    background-color: #ed425914;
    border-color: #ed4259;
    color: #ed4259;
}

/*书库*/
.hyth-novel-stack-wrap,
.hyth-novel-rank-wrap {
    background-color: #fff;
    padding: 30px 30px 20px;
    position: relative;
    width: 1140px;
    margin: 88px auto 20px;
    min-height: 500px;
}
.hyth-novel-stack-filter-panel {
    padding-bottom: 20px;
    position: relative;
}

.hyth-novel-stack-filter-panel .filter-condition {
    color: #666;
    padding: 5px 0;
}
.hyth-novel-stack-filter-panel .filter-condition ul {
    float: left;
    width: calc(100% - 100px);
}
.hyth-novel-stack-filter-panel .filter-condition .condition-title {
    color: #999;
    padding: 2px 10px;
    height: 28px;
    float: left;
    line-height: 28px;
    min-width: 60px;
    text-align: left;
}
.hyth-novel-stack-filter-panel .filter-condition .condition-item.on {
    font-weight: 500;
    color: #ed4259;
    background-color: rgba(250,103,37,.1);
}
.hyth-novel-stack-filter-panel .filter-condition .condition-item {
    border-radius: 12px;
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    cursor: pointer;
    line-height: 26px;
    margin: 5px;
}
.hyth-novel-stack-filter-panel .filter-condition .condition-item:not(.on) {
    cursor: pointer;
}
.hyth-novel-stack-filter-panel .filter-condition .condition-item:not(.on):hover {
    color: #ed4259;
}

.hyth-novel-stack-tabs-header-nav {
    position: relative;
    background: #fff;
    overflow: hidden;
    transition: transform .3s ease;
    white-space: nowrap;
    height: 44px;
}
.hyth-novel-stack-tabs-header-nav:before {
    content: "";
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e6e8eb;
    display: block;
}

.hyth-novel-stack-tabs-header-nav .title {
    height: 42px;
    line-height: 42px;
}
.hyth-novel-stack-tabs-header-nav .title.on {
    color: #ed4259;
    font-weight: 500;
}
.hyth-novel-stack-tabs-header-nav .title {
    box-sizing: border-box;
    height: 44px;
    line-height: 44px;
    margin: 0 20px;
    cursor: pointer;
    font-size: 14px;
    color: #282f38;
    display: inline-block;
    transition: color .3s;
}
.hyth-novel-stack-tabs-header-nav .title:hover {
    color: #ed4259;
}

.hyth-novel-stack-tabs-header-nav .title.on:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 28px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #ed4259;
    transition: left .3s ease,width .3s ease;
}
.hyth-novel-stack-book-list {
    position: relative;
}
.hyth-novel-stack-book-list .stack-book-item:nth-child(3n+1), .hyth-novel-stack-book-list .stack-book-item:nth-child(3n+2) {
    margin-right: 68px;
}
.hyth-novel-stack-book-list .stack-book-item {
    margin-top: 21px;
    margin-bottom: 21px;
    width: calc((100% - 136px) / 3);
    float: left;
}
.hyth-novel-stack-book-list .book-item-cover {
    float: left;
    flex: 0 0 auto;
    width: 100px;
    height: 130px;
    cursor: pointer;
}

.book-item-cover .book-cover-img {
    width: 100%;
    height: 100%;
    background: transparent no-repeat 50%;
    background-size: cover;
    transition: all .2s ease-in;
}
.hyth-novel-stack-book-list .book-item-text {
    position: relative;
    margin-left: 120px;
    height: 130px;
    font-size: 12px;
    line-height: 17px;
}
.hyth-novel-stack-book-list .book-item-text .title {
    font-size: 18px;
    line-height: 25px;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hyth-novel-stack-book-list .book-item-text .title:hover {
    color: #ed4259;
}
.hyth-novel-stack-book-list .book-item-text .desc {
    line-height: 17px;
    color: #999;
    margin-top: 5px;
}
.hyth-novel-stack-book-list .book-item-text .abstract {
    line-height: 16px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hyth-novel-stack-book-list .book-item-text .footer {
    color: #999;
    position: absolute;
    bottom: 0;
}
.hyth-novel-stack-book-list .jinsom-load-post,
.hyth-novel-stack-book-list .jinsom-empty-page {
    margin: 30px auto 40px;
}

/*排行榜左侧*/
.hyth-novel-rank-content .left {
    width: 150px;
    float: left;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}
.hyth-novel-rank-content .left>div {
    width: 150px !important;
    padding-bottom: 0 !important;
}
.hyth-novel-rank-content .left li.on,
.hyth-novel-rank-content .left li:hover {
    color: #ed4259;
    font-size: 16px;
}
.hyth-novel-rank-content .left li.on {
    background: #fff0ea;
    border-right: 2px solid #ed4259;
}
.hyth-novel-rank-content .left li {
    line-height: 40px;
    position: relative;
    opacity: .999;
    font-size: 14px;
    letter-spacing: 0.2px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}

/*排行榜右侧*/
.hyth-novel-rank-content .right {
    float: left;
    width: calc(100% - 170px);
    margin-left: 20px;
}
.hyth-novel-rank-content .right .top {
    background: #00000099;
    box-shadow: 0 4px 8px 0 rgb(6 6 6 / 20%);
    left: 0;
    position: absolute;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    top: 0px;
    font: 14px/20px Impact;
}
.hyth-novel-rank-content .right .top1 {
    background: #bf2c24;
}
.hyth-novel-rank-content .right .top2 {
    background: #e67225;
}
.hyth-novel-rank-content .right .top3 {
    background: #e6bf25;
}
.hyth-novel-rank-content .right .top cite {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-left: 5px solid #00000099;
    border-top: 10px solid transparent;
    border-right: 0 none;
    border-bottom: 10px solid transparent;
    font-style: normal;
}
.hyth-novel-rank-content .right .top1 cite {
    border-left: 5px solid #bf2c24;
}
.hyth-novel-rank-content .right .top2 cite {
    border-left: 5px solid #e67225;
}
.hyth-novel-rank-content .right .top3 cite {
    border-left: 5px solid #e6bf25;
}
.hyth-novel-rank-content .right li:first-child {
    padding-top:0;
    border-top:0;
}
.hyth-novel-rank-content .right .rank-book-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.hyth-novel-rank-content .right .jinsom-more-posts {
    margin-top: 40px;
}
.hyth-novel-rank-content .right .book-item-cover {
    flex: 0 0 auto;
    width: 120px;
    height: 160px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    overflow: visible;
}

.hyth-novel-rank-content .right .book-item-text {
    flex: 1;
    padding: 0 296px 0 24px;
    font-size: 14px;
    line-height: 24px;
}
.hyth-novel-rank-content .right .book-item-text .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
}
.hyth-novel-rank-content .right .highlight-text .highlight {
    color: #ed4259;
}
.hyth-novel-rank-content .right .book-item-text .desc {
    line-height: 20px;
    color: #999;
    margin-top: 8px;
}
.hyth-novel-rank-content .right .book-item-text .desc .span {
    margin-left: 60px;
}
.hyth-novel-rank-content .right .book-item-text .abstract {
    line-height: 23px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hyth-novel-rank-content .right .book-item-text .footer {
    color: #999;
    padding-top: 30px;
    display: flex;
    margin-right: -200px;
}
.hyth-novel-rank-content .right .book-item-text .footer .chapter {
    color: #999;
    display: flex;
    margin-right: 60px;
    cursor: pointer;
}
.hyth-novel-rank-content .right .book-item-text .footer .chapter a {
    color: #999;
}
.hyth-novel-rank-content .right .book-item-text .title:hover,
.hyth-novel-rank-content .right .book-item-text .footer .chapter:hover,
.hyth-novel-rank-content .right .book-item-text .footer .chapter:hover a,
.hyth-novel-rank-content .right .book-item-text .footer .chapter:hover i {
    color: #ed4259;
}
.hyth-novel-rank-content .right .book-item-text .footer .chapter i {
    font-size: 10px;
    margin-right: 60px;
    color: #999;
    line-height: 25px;
}
.hyth-novel-rank-content .right .book-item-btn {
    border: 1px solid;
    background-color: transparent;
    border-color: #ed4259;
    color: #ed4259;
    width: 150px;
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 0 20px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .3s;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}
.hyth-novel-rank-content .right .book-item-btn:hover {
    border: 1px solid;
    background-color: #ed425914;
    border-color: #ed4259;
    color: #ed4259;
}

/*我的书架*/
.hyth-novel-author-bookcase-box {
    background-color: rgba(255, 255, 255, 0.9);
}
.hyth-novel-author-bookcase-box li {
    margin-bottom: 20px;
    display: flex;
    padding: 10px 10px 20px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}
.hyth-novel-author-bookcase-box li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.hyth-novel-author-bookcase-box li .item-content {
    flex: 1;
}
.hyth-novel-author-bookcase-box li .book-img-border img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.hyth-novel-author-bookcase-box li .book-img-border img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.hyth-novel-author-bookcase-box li .book-img-border {
    overflow: hidden;
    transition: opacity .2s ease-in-out;
}
.hyth-novel-author-bookcase-box li .home-book-item {
    box-sizing: content-box;
    display: inline-block;
    position: relative;
    width: 60px;
    height: 80px;
    margin-right: 20px;
}
.hyth-novel-author-bookcase-box li .desc {
    color: #888;
}
.hyth-novel-author-bookcase-box li .book-info-sc {
    display: inline-block;
    height: 80px;
    vertical-align: top;
    line-height: 27px;
}
.hyth-novel-author-bookcase-box li .author a {
    color: #3f5895;
}
.hyth-novel-author-bookcase-box li .item-state {
    position: absolute;
    right: 10px;
}
.hyth-novel-author-bookcase-box li .item-state a {
    display: inline-block;
    padding: 0 6px;
    text-align: center;
    color: #fff;
    background: #4684e4;
}

.hyth-novel-author-bookcase-box li .swipeout-actions-right a {
    color: #ed4259;
    cursor: pointer;
}
.hyth-novel-author-bookcase-box li .swipeout-actions-right .bg-blue {
    display: none;
}

/*我的票夹*/
.hyth-novel-author-ticket-box {
    background-color: rgba(255, 255, 255, 0.9);
}
.hyth-novel-author-ticket-box .piaojia-month {
    border: 1px solid #e0deda;
    border-radius: 4px;
    background: #fff;
    color: #7f7f7f;
}
.hyth-novel-author-ticket-box .piaojia-recom {
    margin: 20px 0;
    border: 1px solid #e0deda;
    border-radius: 4px;
    background: #fff;
}
.hyth-novel-author-ticket-box .month-ticket {
    font-size: 0;
    float: left;
    width: 120px;
    height: 99px;
    background: url(../images/piaojia-month@1x.66445.png) 42px 24px no-repeat;
    background: url(../images/piaojia-month@2x.0d8e8.png) 42px 24px/52px no-repeat;
}
.hyth-novel-author-ticket-box .month-wrapper {
    background: url(../images/piaojia-bg1@1x.8501b.png) right bottom no-repeat;
    background: url(../images/piaojia-bg1@2x.5cdc6.png) right bottom/162px no-repeat;
}
.hyth-novel-author-ticket-box .recom-ticket {
    font-size: 0;
    float: left;
    width: 120px;
    height: 100px;
    background: url(../images/piaojia-recom@1x.03e15.png) 42px 24px no-repeat;
    background: url(../images/piaojia-recom@2x.25ab5.png) 42px 24px/52px no-repeat;
}
.hyth-novel-author-ticket-box .recom-wrapper {
    background: url(../images/piaojia-bg2@1x.a3384.png) right bottom no-repeat;
    background: url(../images/piaojia-bg2@2x.d5252.png) right bottom/162px no-repeat;
}
.hyth-novel-author-ticket-box .month-wrapper, .hyth-novel-author-ticket-box .recom-wrapper {
    line-height: 30px;
    margin: 0 0 0 120px;
    padding: 20px 0;
}
.hyth-novel-author-ticket-box .piaojia-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    color: #3e3d43;
}
.hyth-novel-author-ticket-box .piaojia-tips {
    line-height: 1.5;
    padding: 13px 20px;
    border-top: 1px solid #e0deda;
    border-radius: 0 0 4px 4px;
    background: #fcfcfa;
}
.hyth-novel-author-ticket-box .font-archive {
    font-family: 'Arial Black',arial;
}
.hyth-novel-author-ticket-box .piaojia-count {
    color: #3e3d43;
}
.hyth-novel-author-ticket-box .piaojia-aval, .piaojia-count {
    font-size: 24px;
    line-height: 0;
    margin: 0 24px 0 8px;
    vertical-align: sub;
}
.hyth-novel-author-ticket-box .piaojia-aval {
    color: #ee4259;
}
.hyth-novel-author-ticket-box p {
    word-break: break-all;
}
.hyth-novel-author-ticket-box .blue {
    color: #3f5895;
}
.hyth-novel-piao-note {
    border-radius: 4px;
}
.hyth-novel-piao-note .layui-tab-title {
    height: 46px;
    border: 1px solid #e0deda;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    background: #fcfcfa;
}
.hyth-novel-piao-note .layui-tab-title li {
    font-size: 14px;
    line-height: 45px;
    float: left;
    padding: 0 19px;
    border: 1px solid transparent;
    display: block;
    transition: color .15s;
    color: #7f7f7f;
}
.hyth-novel-piao-note .layui-tab-title li:first-child {
    margin-left: -1px;
}
.hyth-novel-piao-note .layui-tab-title li.layui-this {
    font-weight: 600;
    margin-top: -5px;
    padding: 5px 19px 1px;
    color: #3e3d43;
    border: 1px solid #e0deda;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    background: #fff;
}
.hyth-novel-piao-note .layui-tab-title li.layui-this:after {
    border: 1px solid transparent;
}
.hyth-novel-piao-note .layui-tab-content {
    border: 1px solid #e0deda;
    border-radius: 0 0 4px 4px;
    background: #fff;
    padding: 20px 15px;
}
.hyth-novel-piao-note .layui-tab-item .title {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
    margin: 0;
    text-align: left;
    color: #7f7f7f;
    border-bottom: 1px solid #e0deda;
    display: flex;
    padding: 0 20px;
}
.hyth-novel-piao-note .layui-tab-item span:nth-child(1) {
    flex: 2;
}
.hyth-novel-piao-note .layui-tab-item span:nth-child(2) {
    flex: 1;
}
.hyth-novel-piao-note .layui-tab-item span:nth-child(3) {
    flex: 2;
}
.hyth-novel-piao-note .layui-tab-item span:nth-child(4) {
    width: 30px;
}
.hyth-novel-piao-note .layui-tab-item.layui-show .content {
    font-size: 14px;
    line-height: 30px;
    min-height: 300px;
    text-align: center;
}
.hyth-novel-piao-note .layui-tab-item .content li {
    display: flex;
    text-align: left;
    padding: 5px 20px 0;
    color: #999;
}

.hyth-novel-subscription-vip-chapter-form .layui-table td[data-field="name"] {
    text-align: left;
}

.chapter-subscription-footer {
    padding: 5px 20px;
    line-height: 34px;
    position: relative;
    margin-bottom: 20px;
}
.chapter-subscription-footer .footer-check-num {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    font-style: normal;
}
.chapter-subscription-footer .footer-check-num #check-chapter-num {
    font-size: 24px;
    color: #a11313;
    letter-spacing: 1.06px;
    margin: 0 5px;
}
.chapter-subscription-footer .subscription-btn {
    height: 20px;
    line-height: 20px;
    padding: 8px 15px;
    background-color: var(--jinsom-color);
    color: #fff;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    cursor: pointer;
    opacity: 0.8;
}
.chapter-subscription-footer .subscription-btn:hover {
    opacity: 1;
}
.chapter-subscription-footer .credit-box {
    margin-right: 100px;
    float: right;
}
.chapter-subscription-footer .credit-box cite {
    font-size: 12px;
    color: #666;
    letter-spacing: .8px;
    font-style: normal;
}
.chapter-subscription-footer .credit-box #check-chapter-credit {
    font-size: 24px;
    color: #a11313;
    letter-spacing: 1.06px;
}
.hyth-novel-read-text {
    padding: 0 20px;
    color: #2196F3;
    cursor: pointer;
}

/*作者个人中心*/
.hyth-novel-member-book {
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    margin-bottom: 10px;
    border-radius: var(--jinsom-border-radius);
    padding: 10px;
}
.hyth-novel-member-book h3 {
    font-size: 14px;
    border-left: 3px solid var(--jinsom-color);
    padding-left: 8px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}
.hyth-novel-member-book .book-lists {
/*    background: #f7f7f7;*/
    padding-top: 5px;
    padding-bottom: 15px
}

.hyth-novel-member-book .book-list-blank {
    position: relative;
    height: 180px;
    overflow: hidden
    /*width: 100%;*/
}

.hyth-novel-member-book .book-lists-con .list-cell {
    padding: 15px 0;
    margin: 0 19px;
    position: relative;
    border-bottom: 1px dotted #ccc;
}

.hyth-novel-member-book .list-cell .imgbox {
    font-size: 0;
    line-height: 0;
    width: 110px;
    height: 145px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    border-radius: 4px;
    float: left;
}

.hyth-novel-member-book .list-cell .imgbox img {
    width: 110px;
    height: 145px;
    border-radius: 4px;
}

.hyth-novel-member-book .list-cell .list-cell-msg {
    float: left;
    margin-left: 18px;
    width: calc(100% - 128px);
}

.hyth-novel-member-book .list-cell .list-cell-msg .tit {
    font-size: 20px;
    letter-spacing: 1.11px;
    line-height: 1;
}

.hyth-novel-member-book .list-cell-msg .tit a {
    color: #333;
}

.hyth-novel-member-book .list-cell-msg .ms {
    font-size: 12px;
    color: #999;
    letter-spacing: 1px;
    padding-top: 10px;
    line-height: 18px;
}

.hyth-novel-member-book .list-cell-msg .ms span {
    color: #e6e6e6;
    padding: 0 8px
}

.hyth-novel-member-book .list-cell-msg .ac {
    position: relative;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-right: 265px;
    font-size: 14px;
    color: #555;
    letter-spacing: .5px;
    line-height: 22px;
    overflow: hidden;
    padding-top: 20px;
    max-height: 48px
}

.hyth-novel-member-book .list-cell-msg .recent {
    color: #999;
    letter-spacing: .86px;
    position: absolute;
    left: 128px;
    bottom: 15px;
    line-height: 14px;
}

.hyth-novel-member-book .list-cell-msg .ms a,.hyth-novel-member-book .list-cell-msg .recent a {
    color: #999
}

.hyth-novel-member-book .list-cell-msg .ms a:hover, .hyth-novel-member-book .list-cell-msg .recent a:hover, .hyth-novel-member-book .list-cell-msg .tit a:hover {
    color: #d32f2f
}

.hyth-novel-member-book .list-cell-msg .recent span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    max-width: 280px;
    height: 17px
}

.hyth-novel-member-book .list-cell-msg .date {
    position: absolute;
    color: #999;
    bottom: 15px;
    right: 309px
}

.hyth-novel-member-book .scroll-demo .date {
    right: 290px
}

.hyth-novel-member-book .list-cell .read {
    position: absolute;
    background: #d32f2f;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 36px;
    text-align: center;
    right: 22px;
    top: 47px;
    width: 150px;
    height: 36px
}

.hyth-novel-member-book .list-cell a.read:hover {
    background: #e84848
}

.hyth-novel-member-book .list-cell .add {
    position: absolute;
    right: 22px;
    top: 100px;
    border: 1px solid #e8a7a7;
    border-radius: 2px;
    width: 148px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #d32f2f;
    cursor: pointer;
}
.hyth-novel-member-book .list-cell .add.stored {
    border: 1px solid #cdd0d6;
    color: #aaa;
}

.hyth-novel-member-book .list-cell a.add:hover {
    opacity: 1;
    border: 1px solid #e84848;
    color: #e84848
}

.hyth-novel-member-book .list-cell a.stored {
    color: #222;
    border: 1px solid #222;
    position: absolute;
    right: 22px;
    top: 100px;
    opacity: .4;
    border-radius: 2px;
    width: 148px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px
}

.hyth-novel-member-book .list-cell-more {
    padding-top: 18px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.17px;
    padding-bottom: 15px;
    display: none
}

.hyth-novel-member-book .list-cell-more a {
    color: #999;
    position: relative
}

.hyth-novel-member-book .book-lists-con {
    height: 100%;
    overflow: hidden
}

.hyth-novel-member-book .scroll-cont {
    overflow-y: auto
}


/*前台推荐*/
.top-title {
    position: relative;
}
.top-title i.settings,.hyth-novel-goods-list i.settings,.recommend-home-editor i.settings {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: none;
}
.tab-lists:hover .top-title i.settings,.hyth-novel-goods-list:hover i.settings,.recommend-home-editor:hover i.settings {
    display: block;
}
i.settings:hover {
    color: #ed4040;
}


/*限时免费*/
.hyth-novel-limit-free {
    margin-top: 20px;
    background: #fafafa;
    padding: 20px;
}

.limit-book .free-book:first-child {
    margin-right: 40px;
}
.limit-book .free-book {
    float: left;
    width: 250px;
    position: relative;
}

.limit-book .free-book .free-img, .limit-book .free-book .free-img img {
    width: 94px;
    height: 126px;
}


.hyth-novel-limit-free .limit-today {
    width: 50%;
    float: left;
}

.hyth-novel-limit-free .limit-next {
    width: 50%;
    float: right;
}
.hyth-novel-limit-free .limit-con {
    padding: 20px 0;
}
.hyth-novel-limit-free .limit-con .title {
    line-height: 21px;
    font-weight: 700;
    font-size: 16px;
    color: #333;
}
.hyth-novel-limit-free .limit-con .title span {
    font-size: 14px;
    color: #a11313;
    letter-spacing: 1px;
    padding-left: 9px;
    font-weight: 400;
}
.hyth-novel-limit-free .limit-con .title span i {
    font-style: normal;
}
.hyth-novel-limit-free .limit-con .title span b {
    padding: 0 4px;
    font-weight: 400;
}

.hyth-novel-limit-free .limit-book {
    padding-top: 20px;
}

.limit-book .free-book .free-img {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    border-radius: 4px;
    margin-right: 15px;
    overflow: hidden;
    float: left;
}

.limit-book .free-book .con {
    width: 140px;
    float: left;
}
.limit-book .free-book .tit {
    font-size: 16px;
    letter-spacing: .89px;
    width: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.limit-book .free-book .tit a {
    color: #333;
}
.limit-book .free-book .cate {
    padding: 14px 0 0;
}
.limit-book .free-book .cate a {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    color: #888;
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
}
.limit-book .free-book .cate span {
    padding-left: 5px;
    font-size: 12px;
}
.limit-book .free-book .free-price {
    text-decoration: line-through;
    color: #999;
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 12px;
}
.limit-book .free-book .btn {
    width: 128px;
    height: 28px;
    position: absolute;
    left: 109px;
    bottom: 0;
    border: 1px solid #d32f2f;
    border-radius: 2px;
    color: #d32f2f;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
}
.limit-book .free-book .btn:hover {
    background: #e84848;
    color: #fff;
}

.limit-book .free-book .tit a:hover {
    color: #e84848;
}