html
{
    height: 100%;
}

body
{
    margin: 0;
    padding: 0 0 0px;
    background: url("../image/default_bg.jpg");
    font-family: 'Helvetica Neue','Hiragino Sans GB',Helvetica,Arial,Sans-serif;
    line-height: 1.231;
    min-height: 100%;
    _height: 100%;
    position: relative;
}

a
{
    color: #259;
    text-decoration: none;
}

    a:active
    {
        color: #3366cc;
    }

img
{
    border: none;
}

#top
{
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    border-bottom: 1px solid #ccc;
    height: 50px;
    opacity: 0.8;
}

    #top .nav
    {
        width: 1200px;
        float: left;
        line-height: 50px;
        margin-left: 20%;
    }

        #top .nav a
        {
            color: #999;
            text-align: center;
            width: 110px;
            display: inline-block;
            border-left: 1px solid #fff;
            border-right: 1px solid #fff;
            float: left;
        }

            #top .nav a:hover, #top .nav .current
            {
                background: #fcfcfc;
                color: #20b3d8;
                border-left: 1px solid #f8f8f8;
                border-right: 1px solid #f8f8f8;
                background: #fcfcfc;
                box-shadow: inset 0 9px 8px #f8f8f8;
            }

    #top .brand
    {
        background: none;
        border: none;
        font-weight: bold;
        color: #dddddd !important;
        font-family: "微软雅黑","黑体";
        font-size: 26px;
    }

        #top .brand:hover
        {
            background: none !important;
            box-shadow: none !important;
        }

#footer
{
    display: inline-block;
    width: 100%;
    height: 30px;
    padding: 20px 0;
    background: #fff;
    margin-top: 50px;
    border-top: 1px solid #ccc;
    color: #999;
    position: absolute;
    bottom: 0;
    left: 0;
}

    #footer a
    {
        color: #999;
        float: left;
        font-size: 14px;
        margin-right: 10px;
    }

    #footer .container
    {
        width: 960px;
        margin: 0 auto;
    }

#wrapper
{
}

    #wrapper .container
    {
        width: 960px;
        margin: 0px auto;
    }

#container
{
    width: 1200px;
    margin: 70px auto 0;
    padding: 0 0 100px;
}

    #container:after
    {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }

.content
{
    background: #fff;
    width: 980px;
    border: 1px solid #ddd;
    overflow: hidden;
    box-shadow: 0 0 3px #ddd;
    color: #222;
    float: left;
    border-radius: 4px 4px;
}

.sidebar
{
    width: 205px;
    float: right;
}

.list-bg
{
    width: 980px;
    min-height: 750px;
    float: left;
}

    .list-bg .book-list
    {
        margin: 0;
        padding: 0;
    }

        .list-bg .book-list li
        {
            list-style: none;
            display: inline-block;
            margin: 20px 8px 10px 20px;
            float: left;
            width: 95%;
            height: 100px;
            border-bottom: 1px dotted #ccc;
        }

            .list-bg .book-list li:last-child
            {
                border-bottom: 0;
            }

.book-name
{
    width: 95%;
    margin: 0 0 0 0;
    font-size: 16px;
}

    .book-name a
    {
        color: #399ab2;
    }

.book-author
{
    font-size: 14px;
    color: #000;
    height: 35px;
    margin: 10px 0 10px 0;
}

.book-info
{
    font-size: 14px;
    color: #b3b3b3;
    margin: 0 0 5px 0;
}

.pagetion
{
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 15px 10px;
    display: inline-block;
    width: 960px;
    border-radius: 0 0 4px 4px;
    float: left;
}

    .pagetion .pagetion-num
    {
        font-weight: 500;
        float: right;
        margin-left: 15px;
        font-size: 16px;
    }

.page_num
{
    float: right;
}

    .page_num a
    {
        display: inline-block;
        padding: 3px 8px;
        border: 1px solid #ddd;
        border-radius: 4px;
        margin-left: 3px;
    }

        .page_num a:hover
        {
            background: #ddd;
        }

    .page_num .hover
    {
        background: #259;
        color: #fff;
    }

.slide
{
    width: 660px;
    height: 150px;
    margin-bottom: 10px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #eee;
}

.share-label
{
    float: left;
}

#bdshare
{
    float: left !important;
    width: 143px;
}

    #bdshare a
    {
        background: url("../image/share_icons.png") repeat scroll 0 0 transparent;
        height: 18px;
        margin-left: 15px;
        padding: 0;
        width: 20px;
    }

.my_tsina
{
    background-position: -52px 18px !important;
}

.my_tqq
{
    background-position: -119px 18px !important;
}

.my_renren
{
    background-position: -24px 18px !important;
    width: 23px !important;
}

.my_douban
{
    background-position: -73px 18px !important;
}


/*chapter list*/
.list-bg .chapter-list
{
    margin: 10px 0;
    padding: 0;
    width: 660px;
    float: left;
}

    .list-bg .chapter-list li
    {
        padding: 0 15px;
        border-top: 1px solid #eee;
        list-style: none;
        color: #eee;
        float: left;
        width: 660px;
    }

        .list-bg .chapter-list li:first-child
        {
            border-top: none;
        }

        .list-bg .chapter-list li:hover
        {
            color: #259;
        }

        .list-bg .chapter-list li a
        {
            color: #333;
            width: 610px;
            display: inline-block;
            font-size: 16px;
            padding: 15px 0;
            background: none;
        }

            .list-bg .chapter-list li a:hover
            {
                color: #259;
            }

.back-link
{
    width: 660px;
}

.list-header
{
    border-bottom: 1px solid #ddd;
    padding: 30px 10px;
    display: inline-block;
    width: 640px;
    border-radius: 4px 4px 0 0;
    text-align: center;
    position: relative;
    font-size: 30px;
}

.pre-img
{
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url("../image/pre-img.png");
    background-position: 0 0;
    position: absolute;
    float: left;
    left: 0;
    top: 26px;
}

    .pre-img:hover
    {
        background: url("../image/pre-img.png");
        background-position: 0 50px;
    }

.book-chapter-sidebar
{
    background: #fff;
    float: left;
    border-radius: 4px 4px;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px #ddd;
    width: 205px;
}

    .book-chapter-sidebar h3
    {
        color: #20b3d8;
        font-size: 16px;
        font-weight: normal;
        padding: 10px 25px;
    }

    .book-chapter-sidebar ul
    {
        border-image: none;
        margin-top: -25px;
        border-width: medium 1px 1px;
    }

    .book-chapter-sidebar li
    {
        border-bottom: 1px solid #e9e9e9;
        color: #777;
        font-size: 14px;
        line-height: 2;
        padding: 15px 10px 5px 0px;
        list-style: outside none none;
    }

        .book-chapter-sidebar li a
        {
            color: #777;
            text-decoration: none;
        }

            .book-chapter-sidebar li a:hover
            {
                color: #20b3d8;
            }

            .book-chapter-sidebar li a.hover
            {
                color: #20b3d8;
            }

.book-chapter-info
{
    float: left;
    width: 134px;
}

    .book-chapter-info .book-name, .book-chapter-info .book-author
    {
        float: left;
        margin-left: 0;
        width: 127px;
        margin-top: 7px;
    }
/*chapter*/

.chapter-bg
{
    width: 618px;
    margin: 20px auto;
}

    .chapter-bg p
    {
        font-size: 16px;
        line-height: 30px;
    }

.book-chapter-sidebar .pagetion
{
    width: 250px;
    /*padding: 10px;*/
}

.review-btn
{
    background: #259;
    padding: 4px 11px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    float: left;
}

.book-chapter-sidebar .book-bg
{
    position: relative;
    top: -5px;
}

.sidebar-fixed-on
{
    width: 300px;
    position: fixed;
    top: 70px;
}

/*chapter page discuss*/
.left-content
{
    float: left;
    width: 660px;
}

.user_help
{
    float: right;
    margin-right: 2%;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: right;
}

.article_show
{
    background-color: #FFFFFF;
    /*background-image: -moz-linear-gradient(center top , #FFFFFF, #ffffff);*/
    /*border-radius: 3px 3px 3px 3px;*/
    /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2), 0 3px 0 #FFFFFF, 0 4px 0 rgba(0, 0, 0, 0.2), 0 6px 0 #FFFFFF, 0 7px 0 rgba(0, 0, 0, 0.2);*/
    margin: -15px auto 0;
    min-height: 300px;
    padding: 80px 50px 0;
    position: relative;
    /*width: 700px;*/
    z-index: 0;
}

    .article_show:after
    {
        clear: both;
        content: ".";
        display: block;
        visibility: hidden;
    }

    .article_show:before
    {
        /*border: 1px dashed #CCCCCC;*/
        bottom: 5px;
        box-shadow: 0 0 0 1px #FFFFFF;
        content: "";
        left: 5px;
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: -1;
    }

    .article_show:before
    {
        /*border: 1px dashed #CCCCCC;*/
        bottom: 5px;
        box-shadow: 0 0 0 1px #FFFFFF;
        content: "";
        left: 5px;
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: -1;
    }

    .article_show h1
    {
        color: #000000;
        font-weight: normal;
        letter-spacing: 4px;
        margin: 0 0 5px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
    }

    .article_show p
    {
        color: #000;
        font-size: 14px;
        font-weight: normal;
        line-height: 30px;
        /*margin-bottom: 30px;*/
        text-align: justify;
    }

.article_author
{
    color: #999999 !important;
    margin: 0 0 0 !important;
    text-align: center !important;
}

.share_mail
{
    width: 18px;
    height: 18px;
    background: url("../images/share_mail.png");
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 25px;
}

#bdshare
{
    float: left;
    margin-left: 260px;
    width: 210px;
    margin-top: 66px;
}

    #bdshare a
    {
        background: url("../images/share_icons_v2.png") repeat scroll 0 0 transparent;
        height: 21px;
        margin-right: 15px;
        padding: 0;
        width: 22px;
    }

.my_tsina
{
    background-position: -23px -19px !important;
}

.my_tqq
{
    background-position: -66px -19px !important;
}

.my_renren
{
    background-position: -90px -19px !important;
}

.my_douban
{
    background-position: -133px -19px !important;
}

.my_sqq
{
    background-position: -46px -19px !important;
}

.bds_more
{
    position: relative;
    top: -3px;
}

.plus_article
{
    display: inline-block;
    height: 16px;
    margin: 0 5px;
    position: relative;
    top: 2px;
    width: 16px;
}

.random_article
{
    text-decoration: none;
    background-color: #FFB94B;
    background-image: -moz-linear-gradient(center top, #FDDB6F, #FFB94B);
    border-color: #D69E31 #E3A037 #D5982D;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #8F5A0A;
    cursor: pointer;
    font: bold 15px Arial,Helvetica;
    padding: 5px 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

    .random_article:hover, .random_article:focus
    {
        background-color: #FDDB6F;
        background-image: -moz-linear-gradient(center top, #FFB94B, #FDDB6F);
    }

    .random_article:active
    {
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
        outline: medium none;
    }

    .random_article:-moz-focus-inner
    {
        border: medium none;
    }

.random_box
{
    display: inline-block;
    margin: 15px 0 35px;
    /*padding: 30px 0 0;*/
    text-align: left;
    width: 100%;
    float: left;
}

    .random_box a
    {
        margin: 0 0 15px 0;
        display: block;
    }

.syntaxhighlighter td
{
    word-break: break-all;
}

.article_text
{
    word-break: break-all;
}

#articletips
{
    border: #999 1px dashed;
    padding: 15px;
    background: #e5f1f4 no-repeat 1% 50%;
    font-size: 13px;
    color: #999;
}
