@charset "UTF-8";

.pcMain {
    background-color: #FFF5F5;
}

    .pcMain #demo-laypage-all {
        min-height: 61px;
    }
    /* 主体内容 */
    .pcMain .contentBar {
        width: 1020px;
        padding: 16px 0 0;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    /* 侧边栏 */
    .pcMain .sliderList {
        width: 230px;
        background-color: #fff;
        border-radius: 4px;
        padding: 24px 10px 30px;
    }

    .pcMain .sliderClassifyItem {
        padding: 0 10px;
        margin-top: 14px;
    }

        .pcMain .sliderClassifyItem h3 {
            font-size: 14px;
            color: #000;
            font-weight: bold;
            margin-bottom: 16px;
        }

    .pcMain .sliderClassifyTags {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .pcMain .sliderClassifyTagItem a {
        color: #262626;
        display: inline-block;
        padding: 4px;
        border-radius: 2px;
        font-size: 13px;
        line-height: 1;
        margin-right: 6px;
        margin-bottom: 8px;
    }

    .pcMain .fanzhuan {
        margin-left: 6px;
        margin-right: 0 !important;
    }

    .pcMain .sliderClassifyTagItem a:hover {
        color: #FF3955;
    }

    .pcMain .sliderClassifyTagItem.active a, .pcMain .sliderClassifyTagItem.active a:hover {
        background-color: #FF3955;
        color: #fff;
    }
    /* 主列表 */
    .pcMain .mainList {
        width: 770px;
        padding: 18px;
        background-color: #fff;
        border-radius: 4px;
    }
        /* .pcMain .mainList h2{
    padding-bottom: 16px;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 1px solid #E9E9E9;
} */
        .pcMain .mainList ul {
            display: flex;
            justify-content: flex-start;
            padding: 0 0 12px;
            flex-wrap: wrap;
        }

        .pcMain .mainList li {
            width: calc(50% - 15px);
            padding: 20px 0;
            display: flex;
            justify-content: space-between;
        }

            .pcMain .mainList li:nth-child(2n+1) {
                position: relative;
            }

                .pcMain .mainList li:nth-child(2n+1)::before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: '';
                    width: 734px;
                    border-top: 1px solid #e9e9e9;
                }

            .pcMain .mainList li:first-child::before {
                border-top: 0;
            }

            .pcMain .mainList li:nth-child(2n) {
                margin-left: 30px;
            }

        .pcMain .mainList .bookItemInfo {
            width: calc(100% - 127px);
            display: flex;
            justify-content: flex-start;
        }

        .pcMain .mainList .bookItemImg {
            width: 102px;
            margin-right: 22px;
            height: 136px;
            overflow: hidden;
            box-shadow: 0 1px 6px rgba(0,0,0,.3), 0 0 5px #f9f2e9 inset;
            border: 1px solid #e6e6e6;
        }

            .pcMain .mainList .bookItemImg img {
                width: 102px;
                height: 136px;
                transition: transform .3s ease-out;
            }

                .pcMain .mainList .bookItemImg img:hover {
                    transform: scale(1.05);
                }

        .pcMain .mainList .bookItemDetail {
            width: calc(100% - 124px);
        }

    .pcMain .bookItemDetail h4 {
        margin-bottom: 5px;
    }

        .pcMain .bookItemDetail h4 a {
            width: 100%;
            display: inline-block;
            font-size: 16px;
            line-height: 20px;
            height: 20px;
            font-weight: bold;
            transition: 0.3s;
            overflow: hidden;
            color: #1a1a1a;
        }

    .pcMain .bookItemDetail a:hover {
        color: #FF3955;
    }

    .pcMain .bookItemDetail .bookItemAuthor {
        font-size: 12px;
        color: #a6a6a6;
        margin-bottom: 9px;
    }

    .pcMain .bookItemDetail .bookItemTag {
        display: flex;
        justify-content: flex-start;
        font-size: 12px;
        line-height: 1;
        color: #a6a6a6;
        margin-bottom: 9px;
    }

        .pcMain .bookItemDetail .bookItemTag .tag {
            padding: 1px 2px;
            border-width: 1px;
            border-style: solid;
            margin-right: 4px;
        }

        .pcMain .bookItemDetail .bookItemTag .tag-1 {
            border-color: #FFA100;
            color: #FFA100;
            max-width: 173px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .pcMain .bookItemDetail .bookItemTag .tag-2 {
            border-color: #FF3955;
            color: #FF3955;
        }

    .pcMain .bookItemDetail .bookItemDesc {
        font-size: 12px;
        color: #808080;
        overflow: hidden;
        height: 54px;
        line-height: 1.5;
    }

    .pcMain .bookItemDetail .bookItemChapter a {
        width: 100%;
        display: inline-block;
        font-size: 12px;
        color: #0B76D4;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .pcMain .bookItemDetail .bookItemChapter a:hover {
            text-decoration: underline;
        }

    .pcMain .mainClassifyTags {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 6px 2px 24px;
        border-bottom: 1px solid #e9e9e9;
    }

        .pcMain .mainClassifyTags a {
            color: #3a3a3a;
            display: inline-block;
            padding: 5px 7px;
            border-radius: 2px;
            font-size: 12px;
            margin-right: 6px;
            font-size: 13px;
            line-height: 1;
        }

            .pcMain .mainClassifyTags a:hover {
                color: #FF3955;
            }

    .pcMain .mainClassifyTagItem.active a, .pcMain .mainClassifyTagItem.active a:hover {
        background-color: #FF3955;
        color: #fff;
    }


    .pcMain .sex_container {
        width: 100%;
        display: flex;
        white-space: nowrap;
        padding: 0 10px;
    }

    .pcMain .sex_item {
        color: #262626;
        width: 70px;
        height: 30px;
        line-height: 30px;
        border-bottom: 1px solid #EEEEEE;
        text-align: center;
        cursor: pointer;
    }

        .pcMain .sex_item.active {
            color: #FF3955;
            border-bottom: 1px solid #FF3955;
        }


.clearBoth {
    clear: both;
}


.floatLeft {
    float: left;
}


.pcMain .son_category {
    width: 100%;
    padding: 10px 3px 5px 6px;
    background: #F7F6F2;
    float: left;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.pcMain .son_category_item {
    color: #666;
    font-size: 13px;
    margin-right: 3px;
    display: inline-block;
    padding: 2px 2px;
    border-radius: 2px;
    white-space: nowrap;
    cursor: pointer;
    margin-bottom: 5px;
}

.pcMain .son_category_item_active {
    font-size: 13px;
    margin-right: 3px;
    white-space: nowrap;
    cursor: pointer;
    background-color: #FF3955;
    color: #fff;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.pcMain #show_all_tag {
    width: 100%;
    font-size: 12px;
    color: #09408E;
    text-align: center;
    cursor: pointer;
}

.layui-laypage svg path {
    fill: #262626;
}

.layui-laypage .layui-disabled svg path {
    fill: #ccc;
}
