body,
html {
    width: 100%;
    height: 100%;
    background:#333;
}

a {
    color: rgba(255, 255, 255, 0.6);
}

h4.header {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    background: #000;
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 10000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.footer {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #fff;
    background: #000;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comicContent-footer-txt {
    width: 225px;
    text-align: center;
}

.comicContent-prev,
.comicContent-next {
    min-width: 144px;
    margin: 10px 0px;
}

div.footer a {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 2px 50px;
    color: #fff;
}

div.footer a:hover {
    color: red;
    border: 1px solid red;
}


.comicContent-list {
    padding: 0;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 20px;
    width: 800px;
    list-style: none;
}
/*卷*/
.comic-size-2{
    max-width:1500px !important;
    min-width:1500px !important;
}
/*未設置*/
.comic-size-0{
    max-width:1200px !important;
    min-width:1200px !important;
}
/*話*/
.comic-size-1{
    max-width:1200px !important;
    min-width:1200px !important;
}
/*番外*/
.comic-size-3{
    max-width:1200px !important;
    min-width:1200px !important;
}

.comicContent-list > li {
    background-size: 100% 100%;
    /*min-height: 500px;*/
}

.comicContent-list > li > img {
    width: 100%;
    height: auto !important;
}

/* 为你推荐 */
.comicContent-recommend {
    padding-bottom: 140px;
}

.comicContent-recommend .col-auto {
    cursor: pointer;
}

.comicContent-recommend .col-auto:hover a {
    color: red;
}

.comicContent-recommend-txt {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
    margin-bottom: 20px;
}

.comicContent-recommend-img-all {
    width: 165px;
    height: 219px;
    background-size: 100% 100%;
}

.comicContent-recommend-img-all img {
    width: 100%;
    height: 100%
}

.comicContent-recommend-img-txt {
    width: 165px;
    overflow: hidden;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.comicContent-recommend-img-txt > p {
    margin-bottom: 5px;
}

.upMember {
    width: 800px;
    height: 175px;
    margin: auto;
    margin-bottom: 100px;
    position: relative;
}

.upMember-left,
.upMember-right {
    display: inline-block;
    box-sizing: border-box;
    width: 400px;
    border: 4px solid #fff;
}

.upMember-left {
    height: 175px;
}

.upMember-right {
    height: 116px;
    margin-top: 59px;
    float: right;
    border-left: none;
}

.upMember-txt {
    width: 464px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    height: 143px;
    background: #333;
    padding-right: 20px;
    padding-top: 30px;
    margin: 0 auto;
}
.upMemberBottom{
    display: flex;
    justify-content: center;
}
.upMember-button {
    width: 165px;
    height: 38px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin-right:30px;
}

.upMember-button a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 35px;
    color: #fff;
}

.upMember-button.up {
    background: #1790E6;
    border: 2px solid #1790E6;
}

.upMember-button.try {
    background: #333;
    border: 2px solid #fff;
}

.prev-null {
    pointer-events: none;
    color: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.index {
    margin-right: 38px;
}

.list {
    margin-left: 38px;
}
