body{
    background-color: #333333;
    color: #999;
}
.container{
    width: 978px !important;
}
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a{
    color: #fff;
}
a:hover{
    color: #eee5ab;
}

/* nav */
.ac-head-top{
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 50px;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    line-height: 50px;
}
.ac-head-top .ac-head-nav{
    margin: 0 auto;
    width: 978px;
}
.ac-head-top .ac-site-name{
    float: left;
    font-size: 20px;
}
.ac-head-top .ac-site-name a{
    color:#aaa;
}
.ac-head-top .ac-title{
    float: left;
    width: 450px;
    margin: 0 0 0 30px;
    font-size: 18px;
    text-align: center;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space:nowrap;
    color: #ffffff;
    line-height: 50px;
}
.ac-head-top .ac-buttons{
    float: right;
    font-size: 15px;
}
.ac-buttons div, .ac-buttons select{
    display: block;
    float: right;
}
.ac-buttons a{
    display: block;
}
.ac-buttons .next-chap,.ac-buttons .prev-chap{
    width: 60px;
    text-align: center;
}

.ac-buttons .to-list a{
    padding: 0 15px;
}
.ac-buttons a:hover {
    background: rgba(120, 120, 120, 0.8) none repeat scroll 0 0;
}
#chapter-list{
    color: #000;
    margin: 13px 5px 0;
}
.ac-buttons .no-more-chap{
    color: #444;
}

.ac-images {
    margin-top: 60px;
}
.ac-images > img{
    width: 100%;
    height: auto;
}

.ac-bottom-nav{
    margin: 20px 0;
}
.ac-bottom-nav div, .ac-bottom-nav a{
    background-color: #555;
    border: 1px solid #777;
    float: left;
    font-size: 15px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    width: 25%;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space:nowrap;
    padding: 0 5px;
}
.ac-bottom-nav .no-prev-chap, .ac-bottom-nav .prev-chap{
    float: left;
}
.ac-bottom-nav .no-next-chap, .ac-bottom-nav .next-chap{
    float: right;
}
.ac-bottom-nav .no-prev-chap,.ac-bottom-nav .no-next-chap{
    color: #777;
}

/* fb like */
.liker{
    left: 50%;
    margin-left: 489px;
    position: fixed;
    top: 60px;
    z-index: 10;
}
.liker .items{
    margin-bottom: 12px;
}

/* other */
.share-buttons{
    margin: 20px auto;
    /*width: 280px;*/
    text-align: center;
}
.share-buttons > a{
    margin-right: 10px;
}
.share-buttons .line-it-button{
    position: relative !important;
    top:16px !important;
}

/* footer */
.site-info{
    /*margin-top: 10px;*/
    border-top: 1px solid #555;
    padding: 50px;
    text-align: center;
}
#go-top {
    /*border: 1px solid #777;
    bottom: 40px;
    left: 50%;
    margin-left: 489px;
    position: fixed;
    cursor: pointer;
    background-color: #555;
    height: 35px;
    line-height: 30px;
    text-align: center;
    width: 70px;
    z-index: 10;*/
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.2s, opacity 0.2s linear;
    -moz-transition: visibility 0.2s, opacity 0.2s linear;
    transition: visibility 0.2s, opacity 0.2s linear;
}
#go-top.display {
    visibility: visible;
    opacity: 1;
}

.ac-images .ac-banner{
    margin: 10px auto;
    text-align: center;
}
.ac-banner img{
    max-width: 100%;
    height: auto;
}
.fb-like-site{
    text-align: center;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    font-weight: bold;
}
.fb-like-site .fb-home-link{
    font-size: 15px;
    font-weight: normal;
    color: #2c71bf;
}
