.novel_li {
    display: inline-block;
    position: relative;
    margin-top: 0.8rem;
    width: 156px;
    place-self: center;
}

@media (max-width: 768px) {
    .novel_li {
        display: inline-block;
        position: relative;
        margin-top: 0.8rem;
        width: calc(100vw / 3 - 12px);
        place-self: center;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .novel_li {
        display: inline-block;
        position: relative;
        margin-top: 0.8rem;
        width: calc(100vw / 4 - 16px);
        place-self: center;
    }
}

.novel_li .state{
    position: absolute;
    color: #fff;
    left: 0.4rem;
    top: 0.4rem;
    padding: 0 8px;
    border-radius: 6px;
    line-height: 23px;
    opacity: .8;
    font-size: 11px;
    background: -webkit-linear-gradient(right, #73726d, #333);
}

.novel_li .cover_box {
    overflow: hidden;
    cursor: pointer;
    border-radius: 6px;
}

.novel_li .cover_box .select{
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
}

.novel_li .cover_box .select img {
    width: 20px;
    height: 20px;
}

.novel_li .cover_box .cover {
    object-fit: cover;
    width: 156px;
    height: 230px;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.novel_li .cover_box .cover:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.novel_li .cover_box .top {
    background: -webkit-linear-gradient(top, #f55, #e68e8c);
    width: 20px;
    height: 18px;
    text-align: center;
    border-radius: 6px;
    line-height: 18px;
    color: #fff;
    font-size: 14px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    position: absolute;
    right: 0.4rem;
    top: 0.4rem;
}

@media (max-width: 768px) {
    .novel_li .cover_box .cover {
        border-radius: 6px;
        width: calc(100vw / 3 - 16px);
        height: calc((100vw / 3 - 16px) * 22 / 15);
        /*border: #e2e2e2 solid 1px;*/
    }

    .novel_li .cover_box .cover:hover {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .novel_li .cover_box .cover {
        border-radius: 6px;
        width: calc(100vw / 4 - 16px);
        height: calc((100vw / 4 - 16px) * 22 / 15);
        border: none;
    }

    .novel_li .cover_box .cover:hover {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.novel_li .brief_box {
    line-height: 1.2rem;
    margin-top: 0.1rem;
    text-align: left;
}

.novel_li .brief_box .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.novel_li .brief_box .title a {
    color: #CFCDE4;
}


.novel_li .brief_box .info_box {
    display: flex;
    justify-content: space-between;
    color: #9191A8;
    font-size: 12px;
}

.novel_li .brief_box .info_box .author {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.novel_li .brief_box .info_box .view {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: end;
}

.novel_li .brief_box .info_box .view img {
    width: 1rem;
    height: auto;
    margin-right: 0.2rem;
}



.novel_li_2 {
    display: inline-block;
    position: relative;
    margin-top: 0.8rem;
    width: calc(100vw /2 - 1.2rem);
    max-width: calc(1050px / 2 - 1.2rem);
    place-self: center;
}

@media (max-width: 768px) {
    .novel_li_2 {
        display: inline-block;
        position: relative;
        margin-top: 0.8rem;
        width: 100%;
        place-self: start;
    }
}

.novel_li_2 .novel_item_2{
    display: flex;
}

.novel_li_2 .novel_item_2 .cover_box_2{
    margin-right: 0.5rem;
}

.novel_li_2 .novel_item_2 .cover_box_2 .state{
    position: absolute;
    color: #fff;
    left: 0.4rem;
    top: 0.4rem;
    padding: 0 8px;
    border-radius: 6px;
    line-height: 23px;
    opacity: .8;
    font-size: 11px;
    background: -webkit-linear-gradient(right, #73726d, #333);
}

.novel_li_2 .novel_item_2 .cover_box_2 .cover_box {
    overflow: hidden;
    cursor: pointer;
}

.novel_li_2 .novel_item_2 .cover_box_2 .cover_box .cover {
    border-radius: 6px;
    object-fit: cover;
    width: 156px;
    height: 230px;
    border: none;
}

.novel_li_2 .novel_item_2 .cover_box_2 .cover_box .top {
    background: -webkit-linear-gradient(top, #f55, #e68e8c);
    width: 20px;
    height: 18px;
    text-align: center;
    border-radius: 6px;
    line-height: 18px;
    color: #fff;
    font-size: 14px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    position: absolute;
    left: 8rem;
    top: 0.4rem;
}

.novel_li_2 .novel_item_2 .brief_box_2{
    line-height: 1.5rem;
    color: #9191A8;
    font-size: 14px;
}

.novel_li_2 .novel_item_2 .brief_box_2 .title a{
    color: #CFCDE4;
    font-size: 14px;
    font-weight: 700;
}

.novel_li_2 .novel_item_2 .brief_box_2 .info_box{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 336px;
}

.novel_li_2 .novel_item_2 .brief_box_2 .title .starter{
    color: #078AFE;
    padding: 0.1rem 0.2rem;
    border: 1px solid #078AFE;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .novel_li_2 .novel_item_2 .cover_box_2 .cover_box .cover {
        object-fit: cover;
        width: 116px;
        height: 169px;
        border: none;
    }

    .novel_li_2 .novel_item_2 .brief_box_2{
        line-height: 1.3rem;
        color: #9191A8;
        font-size: 13px;
    }

    .novel_li_2 .novel_item_2 .brief_box_2 .title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100vw - 146px);
    }

    .novel_li_2 .novel_item_2 .brief_box_2 .title a{
        color: #CFCDE4;
        font-size: 13px;
        font-weight: 700;
    }

    .novel_li_2 .novel_item_2 .brief_box_2 .info_box{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100vw - 146px);
    }

    .novel_li_2 .novel_item_2 .cover_box_2 .cover_box .top {
        background: -webkit-linear-gradient(top, #f55, #e68e8c);
        width: 20px;
        height: 18px;
        text-align: center;
        border-radius: 6px;
        line-height: 18px;
        color: #fff;
        font-size: 14px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        position: absolute;
        left: 5.7rem;
        top: 0.4rem;
    }
}

.novel_li_2 .novel_item_2 .brief_box_2 .score_box{
    display: flex;
    align-items: center;
    color: #9191A8;
    font-size: 14px;
}

.novel_li_2 .novel_item_2 .brief_box_2 .score_box span{
    font-size: 13px;
}

.novel_li_2 .novel_item_2 .brief_box_2 .score_box .star_box{
    display: flex;
    align-items: center;
    margin-left: .4rem;
}

.novel_li_2 .novel_item_2 .brief_box_2 .score_box .star_box img {
    width: .8rem;
    height: .8rem;
    margin-right: .2rem;
}

.novel_li_2 .novel_item_2 .brief_box_2 .info_box a{
    color: #9191A8;
}

.novel_li_2 .novel_item_2 .brief_box_2 .info_box b{
    color: #078AFE;
}

.novel_li_2 .novel_item_2 .brief_box_2 .update_state_box{
    display: flex;
    white-space: nowrap;
}

.novel_li_2 .novel_item_2 .brief_box_2 .update_state_box .update_desc{
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.novel_li_2 .novel_item_2 .brief_box_2 .other_box{
    display: flex;
    align-items: center;
    overflow: hidden;
}

.novel_li_2 .novel_item_2 .brief_box_2 .other_box span{
    margin-right: 1rem;
    white-space: nowrap;
}

.main_box .button_link_box {
    display: flex;
    margin: 1rem 0.8rem 0 0.8rem;
    max-width: 700px;
}

.main_box .button_link_box a {
    display: block;
    background: -webkit-linear-gradient(left, #8533ED, #008EFE);
    color: #fff;
    width: 176px;
    height: 33px;
    border-radius: 6px;
    text-align: center;
    line-height: 33px;
    font-size: 12px;
}

.main_box .button_link_box a:nth-child(2){
    margin: 0 0.8rem;
}

.main_box .button_link_box a:nth-child(4) {
    margin: 0 0 0 0.8rem;
}