﻿@charset "UTF-8";
.home-wrapper {
    width: 100%;
    margin: 0 auto;
}

.header {
    width: 100%;
    float: left;
    overflow: hidden;
    height: 49px;
    line-height: 49px;
}

.header-logo {
    width: 78px;
    height: 26px;
    float: left;
    margin: 11px 0 0 15px;
}

.header-search {
    width: 38px;
    height: 26px;
    float: right;
    margin: 11px 15px 0 0;
    background: url(../images/search.png) no-repeat center;
    background-size: contain;
}

/*图片轮播开始*/
div.imgbox {
    max-width: 780px;
    width: 100%;
    height: 100px;
    max-height: 100px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

div.imgbox .img {
    position: absolute;
    left: 50%;
    margin-left: -390px;
}

div.imgbox ul {
    clear: both;
}

div.imgbox ul li {
    float: left;
    overflow: hidden;
    text-align: center;
}

div.imgbox ul li img {
    margin: auto;
    height: 100px;
    width: 780px;
}

.banner-btn {
    position: absolute;
    display: block;
    top: 88px;
    right: 15px;
}

.banner-btn i {
    width: 5px;
    height: 5px;
    display: block;
    float: left;
    margin-left: 5px;
    background: rgba(208, 208, 208, 0.56);
    text-indent: 9999em;
}

.banner-btn .current {
    background: white;
    color: black;
}

/*图片轮播结束*/

.nav {
    margin: 3px 15px 30px;
    text-align: center;
}

.nav li {
    width: 18%;
    display: inline-block;
    text-align: center;
}

.nav-taole li {
    width: 32% !important;
}

.nav a {
    display: block;
}

.nav-img {
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 50%;
    transform: translate(-50%);
}

.nav-img span {
    margin: 40px 0 0 11px;
    float: left;
    font-size: 13px;
    color: #9DA4B5;
    letter-spacing: 0;

}

.nav-rank {
    background: url(../images/nav_tab_h.png) no-repeat 0px;
    background-size: cover;
}

.nav-community {
    background: url(../images/nav_tab_h.png) no-repeat -41px;
    background-size: cover;
}

.nav-audio {
    background: url(../images/nav_tab_h.png) no-repeat center;
    background-size: cover;
}

.nav-comic {
    background: url(../images/nav_tab_h.png) no-repeat -123px;
    background-size: cover;
}

.nav-complete {
    background: url(../images/nav_tab_h.png) no-repeat -164px;
    background-size: cover;
}

.download-app {
    display: block;
    margin-bottom: 20px;
}

.download-app img {
    width: 100%;
}

/* 公共title */
.public-title {
    position: relative;
    font-size: 18px;
    color: #58B6D8;
    margin-left: 23px;
    font-weight: bold;
}

.public-title:before {
    display: block;
    content: '';
    width: 3px;
    height: 14px;
    border-radius: 20%;
    position: absolute;
    top: 6px;
    background-color: #58B6D8;
    left: -8px;
}

/* 编辑推荐、热门作品、全本作品公用 */
.editor {
    width: 100%;
}

.hotbooks, .fullflag-books {
    width: 100%;
    padding-top: 10px;
}

.editor a, .hotbooks a, .fullflag-books a {
    display: inline-block;
    width: 81px;
}

.book-list-box {
    margin: 10px 15px;
}

.book-list-box li {
    width: 33%;
    text-align: center;
    float: left;
    margin: 5px auto;
}

.book-cover {
    width: 81px;
    height: 108px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
}

.book-author {
    font-size: 12px;
    color: #A0998D;
    letter-spacing: 0;

    width: 96px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 15px;
}

.book-name {
    font-size: 14px;
    color: #2B2B2B;
    letter-spacing: 0;

    width: 96px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 33px;
    height: 30px;
}

/* 直播间 */
.live {
    width: 100%;
    margin: 10px auto;
}

.live-a {
    display: block;
    position: relative;
    margin: 20px 15px;
}

.zbj-top-pic {
    width: 100%;
    height: 140px;
    border-radius: 3px;
}

.zbj-right-pic {
    width: 48px;
    height: 48px;
    margin: 6px 0;
    float: right;
}

.live-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.76) 100%);
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 11;
    color: #FFFFFF;
    letter-spacing: 0;
    text-indent: 12px;
    border-radius: 0 0 5px 5px;
}

.live ul {
    margin: 0 15px;
}

.live li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: left;
    border-top: 1px solid #f0f0ec;
}

.live > ul > li span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    width: calc(100% - 50px);
    color: #333;
}

/* 作品榜单 */
.book-bang-list {
    padding-top: 16px;
}

.list-nav {
    width: 251px;
    height: 27px;
    line-height: 27px;
    margin: 16px auto 6px;
    border: 1px solid #58B6D8;
    border-radius: 5px;
    color: #58B6D8;
    text-align: center;
}

.list-nav div {
    width: 83px;
    float: left;
}

.list-nav > div:nth-child(2) {
    border-left: 1px solid #58B6D8;
    border-right: 1px solid #58B6D8;
}

.list-nav-tab {
    background: #58B6D8;
    color: #fff;
}

.list-con {
    margin: 0 15px;
    display: none;
}

.list-con li {
    width: 100%;
    border-bottom: 1px solid #f0f0ec;
    float: left;
    padding: 10px 0 10px 0;
}

.list-rank a {
    display: inline-block;
    width: 33%;
    float: left;
}

.list-con img {
    width: 81px;
    height: 108px;
    float: left;
}

.list-con p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-con-img {
    position: relative;
    width: 81px;
    margin: 0 auto;
}

.list-con-img p {
    width: 96px;
    text-align: left;
}

.list-con-img span {
    width: 17px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
}

.list-con1 {
    background: url(../images/rank1.png) no-repeat center;
    background-size: contain;
}

.list-con2 {
    background: url(../images/rank2.png) no-repeat center;
    background-size: contain;
}

.list-con3 {
    background: url(../images/rank3.png) no-repeat center;
    background-size: contain;
}

.list-con-author {
    font-size: 12px;
    color: #ABA59A;
    letter-spacing: 0;
}

.find-more-books {
    display: block;
    width: 90%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #ECECE8;
    border-radius: 18px;
    color: #58B6D8;
    margin: 10px auto;
}

.footer-box {
    margin: 20px auto 40px;
}

.link-box {
    width: 200px;
    margin: 0 auto;
}

.footer-link {
    color: #4988EE;
    font-size: 16px;
}

.footer-link2 {
    margin: 0 0 0 30px;
}

.customer-box {
    margin: 10px 0 0 0;
    color: #afadad;
    text-align: center;
}

.customer-box p {
    line-height: 20px;
}