@charset "UTF-8";

/* .h5Main .contains{
    height: 300vh;
} */
/* 顶部筛选栏 */
.h5Main .topBar {
    position: sticky;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.0625rem solid #eee;
    background-color: #fff;
    top: 0;
}

.h5Main .screenList {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;
    width: calc(100% - 5.2rem);
}
/* .h5Main .screenList::-webkit-scrollbar-track {
    background-color: transparent!important;
}
.h5Main .screenList::-webkit-scrollbar-thumb {
    background-color: transparent!important;
    border-radius: 0!important;
}
.h5Main .screenList::-webkit-scrollbar {
    width: 0!important;
} */
.h5Main .screenItem {
    margin-right: 1.25rem;
}

.h5Main .screenItem a {
    display: inline-block;
    font-size: 13px;
    color: #808080;
    line-height: 1.1875rem;
    padding: 0.9375rem 0;
    white-space: nowrap;
}

.h5Main .screenList .screenItem:first-child a {
    padding-left: 0;
}

.h5Main .screenItem.active a {
    color: #FF3955;
}

.h5Main .screenBtnBox {
    position: relative;
    right: 1rem;
    padding: 0;
    color: #ff3955;
}

.h5Main .screenBtnBox svg {
    width: 1em;
    height: 1em;
    vertical-align: -.25ex;
    fill: currentColor;
    display: block;
    margin: auto;
    font-size: 20px;
}

.h5Main .screenBtnBox > h3 {
    font: 400 12px/1 a;
    transform-origin: center top;
    transform: scale(0.8333);
}

/* 筛选栏动作面板 */
.h5Main .screenActionBar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 20rem;
    z-index: 200;
    height: 100vh;
    overflow-y: scroll;
    background-color: #fff;
    padding: 0 1rem;
    padding-bottom: 3.625rem;
    transition: all 0.3s;
}


.h5Main .screenActionBar .resetBtnBox {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    display: flex;
    left: 0;
    right: 0;
}

.h5Main .screenActionBar .resetBtn {
    font-size: 0.875rem;
    line-height: 1;
    height: 2.625rem;
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    background: #F5F5F5;
    color: #191919;
}

.h5Main .screenActionBar.show {
    right: 0;
}

.h5Main .screenActionBar::-webkit-scrollbar-track {
    background-color: transparent !important;
}

.h5Main .screenActionBar::-webkit-scrollbar-thumb {
    background-color: #999 !important;
    border-radius: 0.125rem !important;
}

.h5Main .screenActionBar::-webkit-scrollbar {
    /*width: 0.25rem !important;*/
}

.h5Main .screenTitle {
    font: bold 0.75rem/1.5rem a;
    line-height: 1;
    color: #3e3e3e;
    padding: 0.5rem 0;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 16px;
    margin-top: 20px;
}

.h5Main .screenTags {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.8125rem;
    line-height: 1;
    color: #1a1a1a;
    margin-right: -0.8125rem;
}

.h5Main .screenTagItem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(33.33% - 0.8125rem);
    margin-right: 0.8125rem;
    margin-bottom: 0.875rem;
}

.h5Main .screenTagItem a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.5rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f7f8;
    border-radius: 0.25rem;
}

.h5Main .wAutoTag .screenTagItem {
    width: auto;
}

.h5Main .wAutoTag .screenTagItem a {
    padding: 0.5rem 1.8125rem;
}

.h5Main .screenTagItem.active a {
    background-color: #FCECF1;
    color: #FF3955;
}
/* 标题 */
.h5Main .title {
    padding: 1rem 1rem 0.3125rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h5Main .titleLeft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.h5Main .titleLeft h3 {
    color: #191919;
    font-size: 1.125rem;
    font-weight: bold;
}

/* 小说列表 */
.h5Main .bookList {
    padding: 0 1rem;
}

.h5Main .bookList .bookItem {
    padding: 1rem 0;
    border-top: 0.0625rem solid #f5f5f5;
}

.h5Main .bookList .bookItem:first-child {
    border-top: 0;
}

.h5Main .bookList .bookItem a {
    display: flex;
    justify-content: space-between;
}

.h5Main .bookList .bookItem a:active {
    background-color: #fafafa;
}

.h5Main .bookList .bookImg {
    width: 4.125rem;
    height: 5.5rem;
    border: 0.0625rem solid #E9E9E9;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.1);
}

.h5Main .bookList .bookImg img {
    width: 100%;
    height: 100%;
}

.h5Main .bookList .bookInfo {
    width: calc(100% - 4.125rem - 0.625rem);
}

.h5Main .bookList .bookInfo h4 {
    font-size: 0.875rem;
    line-height: 1;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h5Main .bookList .bookInfo p {
    font-size: 0.75rem;
    color: #666;
    margin-top: 0.625rem;
    line-height: 1.25rem;
    height: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.h5Main .bookList .bookDesc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
}

.h5Main .bookList .bookAuthor {
    font-size: 0.75rem;
    color: #a6a6a6;
}

.h5Main .bookList .bookTags {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.h5Main .bookList .bookTags .tag {
    margin-right: 0.25rem;
    font-size: 0.625rem;
    line-height: 1;
    padding: 3px 3px 2px 3px;
    border-width: 0.0625rem;
    border-style: solid;
    border-radius: 0.125rem;
}

.h5Main .bookList .bookTags .tag:last-child {
    margin-right: 0;
}

.h5Main .bookList .bookTags .tag.tag-1 {
    color: #FF4E98;
    border-color: #FF4E98;
}

.h5Main .bookList .bookTags .tag.tag-2 {
    color: #FF824D;
    border-color: #FF824D;
}


.h5Main .sex_container {
    width: 100%;
    display: flex;
    margin-bottom: 25px;
}

.h5Main .sex_item {
    width: 50%;
    height: 40px;
    border-bottom: 1px solid #EEEEEE;
    color: #262626;
    text-align: center;
    line-height: 40px;
    font-size: 0.875rem;
}

.h5Main .sex_item.active {
    border-bottom: 1px solid #FF3955;
    color: #FF3955;
}


.h5Main .shaixuan {
    padding: 30px 0 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1D1D1D;
    font-size: 16px;
    font-weight: bold;
}



.h5Main .sliderClassifyTagItem a {
    color: #3a3a3a;
    display: inline-block;
    padding: 6px 6px 5px;
    border-radius: 2px;
    font-size: 0.8125rem;
    line-height: 1;
    margin-left: 6px;
    margin-bottom: 8px;
}

.h5Main .sliderClassifyTagItem.active a {
    background-color: #FF3955;
    color: #fff;
}




.h5Main .son_category {
    width: 100%;
    padding: 12px 14px;
    background: #F7F6F2;
    float: left;
    margin: 10px 0;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 3px;
}

.h5Main .son_category_item {
    color: #3A3A3A;
    font-size: 0.8125rem;
    margin-right: 6px;
    display: inline-block;
    padding: 4px;
    border-radius: 2px;
    white-space: nowrap;
    cursor: pointer;
}

.h5Main .son_category_item_active {
    font-size: 0.8125rem;
    margin-right: 6px;
    white-space: nowrap;
    cursor: pointer;
    background-color: #FF3955;
    color: #fff;
    display: inline-block;
    padding: 4px;
    border-radius: 2px;
}


.h5Main #show_all_tag_h5 {
    font-size: 13px;
    color: #09408E;
    width: 100%;
    text-align: center;
}


.h5Main .dataNull {
    width: 100%;
    text-align: center;
}

.h5Main .dataNull img {
    width: 60%;
    margin-top: 100px;
}

.h5Main .data_null_text {
    font-size: 14px;
    color: #A5A5A5;
    margin-top: 20px;
}
