html {
    background: #f7f7f7;
}


.comic-base {
    width: 1200px;
    margin: 0 auto;
}

.comic-header {
    display: flex;
    color: #fff;
}

.comic-header .nav {
    margin-left: 10px;
}

.common-header .nav a {
    padding: 21px 20px;
    font-size: 18px;
    transition: all .3s ease;
}

.comic-header .nav .active {
    color: #f90;
    border-bottom: 2px solid #f90;
}
.comic-header .nav a:hover {
    color: #f90;
}
.pc-header-search {
    width: 300px;
    height: 36px;
    border-radius: 5px;
    text-indent: 10px;
    font-size: 14px;
    line-height: 36px;
    margin: 9px 0 0 30px;
}

.pc-header-search input {
    padding: 0 10px;
    font-size: 12px;
}
.pc-header-search input, .pc-header-search button {
    background-color: #efeff4;
}
.pc-header-search button i {
    font-size: 13px !important;
    vertical-align: 1px;
}
.banner-bottom {
    z-index: 97;
    position: relative;
}
.banner-bottom img {
    width: 100%;
    position: absolute;
    bottom: -1px;
}
.type-list {
    display: flex;
    margin-top: 20px;
}

.type-list a {
    position: relative;
    padding: 15px 10px 15px 60px;
    background: #ffffff;
    border-radius: 10px;
    margin-right: 15px;
    width: 100%;
}
.type-list a:last-child {
    margin-right: 0;
}
.type-list a:hover {
    background:#fbf6bd;
}
.type-list a i {
    width: 40px;
    height: 40px;
    background-image: url(../images/nav.png);
    background-size: auto 40px;
    background-repeat: no-repeat;
    position: absolute;
    top: 13px;
    left: 10px;
}

.type-list a h2 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.type-list a h3 {
    color: #999;
    font-size: 12px;
    margin: 0;
    font-weight: 400;
}
.type-list a p {
    display: none;
}
.btn1 i {
    background-position: -406px 0;
}
.btn2 i {
    background-position: -205px 0;
}
.btn3 i {
    background-position: -102px 0;
}
.btn4 i {
    background-position: 0 0;
}
.btn5 i {
    background-position: -305px 0;
}

.new-list {
    padding-top: 40px;
    margin-top: 20px;
    display: flex;
    position: relative;
}

.new-list .arrow_wp {
    position: absolute;
    top: 5px;
    right: 3px;
}
.arrow_wp button {
    margin: 0;
    padding: 2px 0 5px;
    width: 46px;
    height: 26px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.arrow_wp .arrow-left {
    margin-right: -3px;
    border-right: 0;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.arrow_wp .arrow-right {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.arrow_wp button i {
    margin: 0 auto;
    color: #555;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}
.arrow_wp .swiper-button-disabled i {
    filter: grayscale(1) opacity(.3);
    -webkit-filter: grayscale(100%) opacity(30%);
}


.new-list .left-bar {
    display: block;
    margin-right: 10px;
    padding: 10px 5px;
    width: 150px;
    border-radius: 9px;
    color: #fff;
    flex: 0 auto;
}
.new-list .left-bar .tit {
    font-size:20px;
}
.new-list .left-bar .tit span {
    font-size: 24px;
}
.new-list .left-bar .subTitle {
    margin-top: 50px;
    font-size: 12px;
    line-height: 20px;
}
.new-list .left-bar .more a {
    float: left;
    margin-top: 30px;
    height: 40px;
    color: #eee;
    text-align: left;
    font-size: 16px;
    line-height: 40px;
}
.new-list .left-bar .more a i {
    margin-left: 10px;
}
.new-list .right-bar {
    overflow: hidden;
    margin: 0 auto;
    width: 1050px;
    white-space: nowrap;
}
.new-list .right-bar .a-box {
    width: 200px;
    margin: 0 5px;
    background: #fff;
    border-radius: 9px;
}
.new-list .right-bar .a-box:hover img {
    -webkit-transform:scale(1.07);-moz-transform:scale(1.07);-o-transform:scale(1.07);transform:scale(1.07);-ms-transform:scale(1.07)
}
.new-list .right-bar .a-box:hover .title {
    color: #f90;
}
.new-list .right-bar .a-box .scale {
    overflow: hidden;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
}

.new-list .right-bar .a-box img {
    width: 100%;
    transition: all .3s ease-in-out;
}

.comic-box .info {
    padding: 5px 10px 0 10px;
}
.comic-box .info .title {
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 3px;
    overflow: hidden;
}
.comic-box .info .row {
    margin-bottom: 5px;
    padding-bottom: 2px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:12px;
    color: #666;
    position: relative;
}
.comic-box .info .b-b {
    border-bottom: 1px solid #eee;
}
.comic-box .info .row .ab {
    position: absolute;
    right: 0;
    top: 0;
    color: #f90;
}
.comic-box .info .row .s-0 {
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    text-align: center;
    font-size: 12px;
    color: #9536da;
    background: #ecdcff;
}

.comic-box .info .row .s-1 {
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    text-align: center;
    font-size: 12px;
    color: #389edc;
    background: #c9f5fe;
}

.comic-box .info .row .author {
    display: inline-block;
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.comic-box .info .row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}



.hot-judge {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.title_wrap {
    height: 30px;
    max-width: 1200px;
    text-align: left;
    font-size: 28px;
    line-height: 30px;
}

.title_wrap div {
    float: left;
    vertical-align: middle;
}
.title_wrap span {
    color: #f90;
}
.title_wrap div.subTitle {
    float: left;
    margin-left: 10px;
    color: #aaa;
    text-align: left;
    letter-spacing: -.7px;
    font-size: 12px;
}

.m-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.m-list .a-box {
    width: calc((100% - 50px)/ 5);
    border: 0 solid #fff;
    margin: 0 5px 10px 5px;
    background: #fff;
    border-radius: 9px;
}
.m-list .a-box .scale {
    overflow: hidden;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
}
.m-list .a-box .comic-box img {
    width: 100%;
    transition: all .3s ease-in-out;
}
.m-list .a-box .comic-box:hover img {
    -webkit-transform:scale(1.07);-moz-transform:scale(1.07);-o-transform:scale(1.07);transform:scale(1.07);-ms-transform:scale(1.07)
}
.m-list .a-box .comic-box:hover .title {
    color: #f90;
}

.m-list .b-box {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.m-list .b-box .scale img {
    width: 100%;
}
.m-list .b-box .b-info {
    position: absolute;
    height:30px;
    line-height:30px;
    bottom: 0;
    left: 0;
    background-color: hsla(0,0%,0%,.5);
    width: 100%;
    display: flex;
    padding: 0 10px;
}
.m-list .b-box .b-info span {
    display: inline-block;
    width: 50%;
    color: #fff;
    overflow: hidden;
}
.m-list .b-box .b-info .left {
    text-align: left;
}
.m-list .b-box .b-info .right {
    text-align: right;
}

.hot-recommend {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.hot-recommend .arrow_wp{
    position: absolute;
    top: 8px;
    right: 3px;
}

.r-list {
    margin-top: 20px;
}

.r-list .r-one {
    width: 390px;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
}

.r-list .r-one img {
    width: 100%;
    transition: all .3s ease-in-out;
}

.r-list .r-one:hover img {
    -webkit-transform:scale(1.07);-moz-transform:scale(1.07);-o-transform:scale(1.07);transform:scale(1.07);-ms-transform:scale(1.07)
}
.r-list .r-one .r-info {
    position: absolute;
    height:30px;
    line-height:30px;
    bottom: 0;
    left: 0;
    background-color: hsla(0,0%,0%,.5);
    width: 100%;
    display: flex;
    padding: 0 10px;
    font-size: 13px;
}
.r-list .r-one .r-info span {
    display: inline-block;
    width: 50%;
    color: #fff;
    overflow: hidden;
}
.r-list .r-one .r-info .left {
    text-align: left;
}
.r-list .r-one .r-info .right {
    text-align: right;
}



.detail-top {
    display: flex;
    flex-direction: row;
    height: 270px;
    background: #fff;
}
.detail-top .d-logo {
    width: 750px;
}
.detail-top .d-logo img {
    width: 100%;
}
.d-info {
    padding: 10px 20px 0 20px;
}
.d-i-title {
    font-size: 22px;
    font-weight: 400;
    overflow: hidden;
    height: 40px;
}
.d-i-title:first-letter {
    font-size: 34px;
}
.d-i-desc {
    font-size: 13px;
    height: 68px;
    overflow: hidden;
    margin-top: 5px;
}
.d-i-mac {
    font-size: 13px;
    margin-top: 10px;
    height: 17px;
    overflow: hidden;
}
.d-i-mac i {
    margin-right: 5px;
}
.d-i-mac .bar {
    padding: 0 10px;
    color: #ddd;
}
.d-i-tag {
    margin-top: 10px;
}
.d-i-tag span {
    display: inline-block;
    margin: 0px 0px 5px 5px;
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 13px;
}
.t-1,.t-5,.t-9 {
    border:1px solid #b999b2;
    background:#f6edf3;
    color:#9e638d
}
.t-2,.t-6,.t-10 {
    border:1px solid #ca8e83;
    background:#f9ebe9;
    color:#be7567
}
.t-3,.t-7,.t-11 {
    border:1px solid #9db388;
    background:#ecf4e4;
    color:#5b7545
}
.t-4,.t-8,.t-12 {
    border:1px solid #d1b873;
    background:#fff6dc;
    color:#bd8513
}
.d-i-operate {
    margin-top: 10px;
}
.d-i-operate a {
    width: 49%;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.d-i-operate .read {
    border: 1px solid #e63640;
    color: #e63640;
}
.d-i-operate .read:hover {
    background: #e63640;
    color: #fff;
}
.d-i-operate .collect {
    color: #333;
    border: 1px solid #999;
}
.d-i-operate .collect:hover,.d-i-operate .active {
    border: 1px solid #3e65c7;
    background: #3e65c7;
    color: #fff;
}
.d-i-operate .collect i {
    margin-right: 5px;
}
.d-info .notice {
    color: darkgreen;
    margin-top: 5px;
    font-size: 13px;
}

.detail-body {
    margin-top: 20px;
    display: flex;
}

.d-b-left {
    width: 750px;
    margin-right: 20px;
}

.d-b-right {
    width: 430px;
}

.l-top {
    display: table;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #3f3f3f;
    text-align: left;
}
.l-top .txtBox {
    display: table-cell;
    color: #555;
    vertical-align: middle;
    font-size: 14px;
}
.l-top .txtBox i {
    float: left;
    color: #999;
    font-size: 16px;
    margin-right: 5px;
}
.l-top .txtBox a {
    float: left;
}

.l-top .btnBox {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.l-top .btnBox a {
    margin: 0 10px;
    padding: 0 5px 0 20px;
    background: url(../images/order.png) no-repeat;
    background-size: 20px 42px;
    color: #FF6666;
    font-size: 14px;
}
.l-top .btnBox a.desc {
    background-position: 0 -23px;
}

.l-top .btnBox a.asc {
    background-position: 0 1px;
}

.l-part {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.l-part a {
    width: 32%;
    height: 35px;
    line-height: 35px;
    text-align: left;
    margin-right: 2%;
    margin-bottom: 20px;
    border-radius: 5px;
    padding-left: 2%;
    position: relative;
    background: #fff;
    font-size: 14px;
}
.l-part a:nth-child(3n) {
    margin-right: 0;
}

.l-part a:hover {
    background: #f90;
    color: #fff;
}
.l-part a:hover span {
    color: #fff !important;
}


.l-part a span {
    position: absolute;
    right: 3%;
    color: dodgerblue;
    font-weight: bold;
}
.l-part a .mark-1 {
    right: unset;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
}
.l-part a .mark-1 i {
    position: absolute;
    font-size: 20px;
    color: red !important;
}
.l-part a .mark-0 {
    display: none;
}


.title-area {
    overflow: hidden;
    margin: 10px 0;
    padding: 0;
    height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 32px;
    flex: auto;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.title-area i {
    float: left;
    display: inline-block;
    color: #f5a623;
    font-size: 20px;
    margin-right: 5px;
}

.like-list {
    margin-top: 20px;
    background: #fff;
    padding: 5px 10px;
}

.l-l-one {
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
}
.l-l-one:hover {
    background: #eee;
}
.l-l-one:last-child {
    border-bottom:none;
}
.l-l-one .thumb-area {
    width: 125px;
    overflow: hidden;
}
.l-l-one .thumb-area img {
    width: 100%;
    margin-top: -30%;
    margin-bottom: -30%;
    transition: all .3s ease-in-out;
}

.l-l-one .thumb-area img:hover {
    -webkit-transform:scale(1.07);-moz-transform:scale(1.07);-o-transform:scale(1.07);transform:scale(1.07);-ms-transform:scale(1.07)
}

.thumb-info {
    margin-left: 10px;
    width: calc(100% - 135px);
    padding:5px 0;
}
.thumb-info .title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 15px;
}
.thumb-info .t-info {
    font-size: 13px;
    margin-top: 5px;
    color: #888;
    overflow: hidden;
    height: 17px;
}
.thumb-info .s-state {
    margin-top: 5px;
}
.thumb-info .s-state span {
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    text-align: center;
    font-size: 13px;
    border: 0;
}

.thumb-info .s-state .state-0 {
    color: #9536da;
    background: #ecdcff;
}

.thumb-info .s-state .state-1 {
    color: #389edc;
    background: #c9f5fe;
}
.user-headimg img {
    border: 2px solid #956b30;
}

.search-line {
    width: 100%;
    background: #9ec0ca;
    padding: 10px 0;
}

.search-div {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.search-div input {
    border: 0;
    height: 36px;
    line-height: 36px;
    width: 550px;
    text-indent: 8px;
    font-size: 12px;
    color: #000;
}

.search-div button {
    background: #fff;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    cursor: pointer;
}
.search-div button img {
    width: 16px;
    background: #fff;
}

.search-title {
    margin-top: 20px;
    font-size: 15px;
}

.search-title span {
    color: #F90;
}

.pagination ul > li > a, .pagination ul > li > span,.pagination ul li input {
    background: #fff;
}



.free {
    background: darkred;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 9px;
}
.free .right-bar .a-box {
    width: 195px;
}



.header-show {
    position: fixed;
    height: 75px;
    line-height: 75px;
    top: 0;
    width: 100%;
    background: #2c2c2c;
    display: flex;
    flex-direction:row;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    z-index: 100;
}


.header-show .back-home {
    color: #fff;
    background: #1c1c1c;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    text-align: center;
    padding: 0 10px;
}

.i-f {
    margin: 0 10px;
}
.s-f {
    color: #999;
    font-weight: bold;
}

.header-show .title {
    font-size: 16px;
    color: #fff;
}

.footer-show {
    position: fixed;
    height: 75px;
    line-height: 75px;
    bottom: 0;
    width: 100%;
    background: #2c2c2c;
    display: flex;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    z-index: 100;
}

.footer-show a {
    width: 150px;
    color: rgb(255, 255, 255);
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-show a:hover,.footer-show .active {
    color: red;
}
.footer-show a i {
    margin-right: 5px;
}
.img-box {
    text-align: center;
}
.img-box img {
    display: block;
    margin: 0 auto;
}


.n-bottom {
    height: 75px;
    line-height: 75px;
    background: #2c2c2c;
}
.n-bottom h1 {
    color: #ffffff;
    text-align: center;
}


/********小于1200px的时候**********/
@media (max-width: 1200px) {
    body {
        background: white;
    }

    .comic-base {
        width: auto;
    }
    .type-list {
        margin-top: 0;
    }
    .type-list a {
        background: unset;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .type-list a i {
        display: block;
        position: unset;
        margin: 0 auto 5px;
        overflow: hidden;
        width: 30px;
        height: 30px;
        background-size: auto 30px;
        background-repeat: no-repeat;
        text-align: center;
    }
    .btn1 i {
        background-position: -305px 0;
    }
    .btn2 i {
        background-position: -154px 0;
    }
    .btn3 i {
        background-position: -77px 0;
    }
    .btn4 i {
        background-position: -0 0;
    }
    .btn5 i {
        background-position: -229px 0;
    }
    .type-list a h2,.type-list a h3 {
        display: none;
    }
    .type-list a p {
        display: block;
    }
    .new-list {
        flex-direction: column;
        padding-top: 0;
    }
    .new-list .left-bar {
        background: #ffffff;
        color: #0a0a0a;
        width: 100%;
        display: flex;
        padding: 10px 0;
        margin-right: 0;
    }
    .new-list .left-bar .tit,.new-list .left-bar .tit span {
        font-size: 20px !important;
        line-height: 20px;
    }
    .new-list .left-bar .tit {
        font-weight: bold;
    }
    .new-list .left-bar .tit:after,.title_wrap .title:after {
        margin-top: -5px;
        display: block;
        width: 80px;
        height: 10px;
        background-color: #ffd55d;
        content: "";
        border-radius: 0.4267rem;
    }

    .new-list .left-bar .subTitle {
        margin-top: 0;
        line-height: 30px;
        margin-left: 5px;
        color: #aaa;
    }
    .new-list .right-bar {
        width: 100%;
    }
    .j-box {
        flex-wrap: wrap;
    }
    .new-list .right-bar .a-box {
        width: 31%;
        margin: 0 3% 0 0;
    }
    .new-list .right-bar .a-box:nth-child(3n){
        margin: 0
    }
    .new-list .right-bar .a-box:nth-child(n+7){
        display: none
    }

    .free {
        padding: 0;
        background: none;
    }

    .a-box .scale img,.a-box,.scale {
        border-radius: 5px !important;
    }
    .comic-box .info {
        padding: 5px 0;
    }
    .comic-box .info .title {
        font-size: 15px !important;
    }
    .comic-box .info .row span{
        font-size: 12px !important;
    }
    .hot-judge {
        margin-top: 0;
        padding-top: 20px;
        padding-bottom: 0;
    }
    .title_wrap .title,.title_wrap .title span {
        font-size: 20px !important;
        line-height: 20px;
        font-weight: bold;
    }
    .title_wrap .subTitle {
        margin-top: 0;
        line-height: 30px;
        margin-left: 5px !important;
    }
    .m-list {
        margin-top: 10px;
    }
    .m-list .a-box {
        width: 31.3%;
        margin: 0 1%;
        background: unset;
    }

    .hot-judge .a-box:nth-child(n+7){
        display: none
    }
    .hot-recommend {
        margin-top:20px;
        margin-bottom: 0;
    }
    .r-list {
        margin-top: 10px;
    }
    .r-list .r-one {
        margin: 0 0 10px 0;
    }
    .r-list .r-one:nth-child(n+6){
        display: none
    }
    .detail-top {
        flex-direction:column;
        height: auto;
    }
    .detail-top img {
        width: 100%;
        height: auto;
    }
    .d-info {
        padding: 10px;
    }
    .d-i-desc {
        margin-top: 10px;
        height: auto;
    }
    .detail-body {
        flex-direction:column;
        margin-top: 10px;
    }
    .d-b-left {
        margin-right: 0;
    }
    .d-b-left,.d-b-right {
        width: auto;
    }
    .l-part a {
        width: 49%;
        margin-right: 2%;
        background: #F6F6F6;
        margin-bottom: 15px;
    }
    .l-part a:nth-child(3n) {
        margin-right: 2%;
    }
    .l-part a:nth-child(2n){
        margin-right: 0;
    }
    .title-area {
        margin: 0;
    }
    .like-list {
        margin: 0;
        padding: 0;
    }
    .list-content {
        margin-top: 10px;
    }
    .r-list .r-one {
        width: 100%;
    }
    .search-div {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .search-div input {
        width: 100%;
    }

    .search-title {
        margin-left: 10px;
    }
    .d-i-title {
        height: auto;
    }
    .header-show {
        height: 50px;
        line-height: 50px;
    }
    .header-show .title {
        max-width: calc(100% - 200px);
    }
    .footer-show {
        height: 50px;
        line-height: 50px;
    }
    .footer-show a {
        width: 50% !important;
    }
    .img-box img {
        width: 100%;
    }
    .n-bottom {
        height: 50px;
        line-height: 50px;
    }
}






