@charset 'UTF-8';
.page-search .header {
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
    background-color: #fff
}

.search-content {
    padding-top: 2.75rem
}

.search-detail .module:first-child {
    margin-top: 0
}

.search-detail .module:last-child {
    margin-bottom: 0
}


body,
form,
h3,
h4,
ol,
p {
    margin: 0
}

ol {
    padding: 0;
    list-style: none
}

a {
    text-decoration: none;
    color: inherit;
    outline: 0
}

a[href]:active {
    background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05))
}

body.iphone a[href]:active {
    background-image: none
}

em {
    font-style: normal
}

h3,
h4,
input {
    font-size: 100%
}

input {
    font-family: inherit;
    box-sizing: border-box
}

img {
    display: inline-block
}

p {
    word-break: break-all
}

html {
    font-size: 16px
}

@media screen and (min-width:375px) {
    html {
        font-size: calc(100% + 2 * (100vw - 375px)/ 39);
        font-size: calc(16px + 2 * (100vw - 375px)/ 39)
    }
}

@media screen and (min-width:414px) {
    html {
        font-size: calc(112.5% + 4 * (100vw - 414px)/ 586);
        font-size: calc(18px + 4 * (100vw - 414px)/ 586)
    }
}

@media screen and (min-width:600px) {
    html {
        font-size: calc(125% + 4 * (100vw - 600px)/ 400);
        font-size: calc(20px + 4 * (100vw - 600px)/ 400)
    }
}

@media screen and (min-width:1000px) {
    html {
        font-size: calc(137.5% + 6 * (100vw - 1000px)/ 1000);
        font-size: calc(22px + 6 * (100vw - 1000px)/ 1000)
    }
}

body {
    font-family: sans-serif;
    line-height: 1.5;
    -webkit-user-select: none;
    color: #33373d;
    fill: currentColor;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none
}

body {
    background-color: #f6f7f9
}

.page {
    background-color: #fff;
    box-shadow: 0 200px #fff
}

.unlogin .page {
    min-height: 500px;
    min-height: calc(100vh - 8.75rem)
}

.content {
    padding-bottom: .1px;
    background-color: #f6f7f9
}

.aside {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.module {
    margin: .75rem 0;
    background-color: #fff
}

.header {
    position: relative;
    box-sizing: border-box;
    height: 2.75rem;
    padding-top: .6875rem;
    padding-bottom: .625rem;
    border-bottom: 1px solid #f0f1f2;
    background-color: #fff
}

.module-header {
    height: 1.75rem;
    padding: 0 1rem;
    border-top: 1rem solid transparent
}

.module-header::after {
    display: table;
    clear: both;
    content: ''
}

.module-title {
    font-family: FZZCYSK;
    font-weight: 400;
    display: inline;
    color: #33373d
}

.module-title::before {
    display: inline-block;
    box-sizing: border-box;
    width: .625rem;
    height: 1em;
    content: '';
    vertical-align: -.22ex;
    color: transparent;
    border-left: 2px solid #ed424b
}

.module-filter-header {
    position: relative;
    z-index: 1;
    right: 0;
    left: 0;
    padding: .6875rem 1rem
}

.module-filter-icon {
    position: absolute;
    top: .4rem;
    right: .75rem;
    padding: 0 .25rem .0625rem;
    color: #ed424b
}

.module-filter-icon>svg {
    font-size: 20px;
    display: block;
    margin: auto
}

.module-filter-icon>h3 {
    font: 400 12px/1 a;
    transform: scale(.8333);
    transform-origin: center top
}

.book-layout {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1rem;
    -webkit-transition: padding-left .15s;
    transition: padding-left .15s
}

.book-layout mark {
    color: #ed424b;
    background-color: transparent
}

#books{
    display: none;
}

.book-li::after {
    display: block;
    margin-top: -1px;
    margin-left: 1rem;
    content: '';
    -webkit-transition: margin-left .15s;
    transition: margin-left .15s;
    border-bottom: 1px solid #f0f1f2
}

.book-li:last-child::after {
    display: none
}

.book-title-x {
    display: block;
    overflow: hidden
}

.book-title {
    line-height: 1.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.book-cover {
    font-size: 0;
    float: left;
    width: 4.125rem;
    height: 5.5rem;
    margin-right: .5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.book-cell {
    overflow: hidden
}

.book-desc {
    font-size: .875rem;
    line-height: 1.125rem;
    overflow: hidden;
    margin: .375rem 0;
    color: #969ba3
}

.book-ol-normal .book-desc {
    line-height: 1.1875rem;
    display: -webkit-box;
    height: 2.25rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.book-meta {
    font-size: .75rem;
    overflow: hidden
}

.book-meta .icon-human {
    margin-right: .1875rem
}

.book-meta-l {
    float: left
}

.book-meta-r {
    position: relative;
    float: right
}

.book-author {
    font-size: .8125rem;
    display: block;
    overflow: hidden;
    max-width: 10em;
    max-width: calc(100vw - 2rem - (176rem / 16));
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #969ba3
}

.book-author .icon-human {
    font-size: .75rem;
    margin-right: .1875rem;
    vertical-align: -.15ex
}

.book-meta-r .tag-small-group {
    position: absolute;
    top: -.375rem;
    right: 0;
    white-space: nowrap
}

.module-filter-list .module-header {
    text-align: center
}

.module-filter-list .module-title::before {
    display: none
}

.aside .module-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.aside .module-filter-list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0
}

.aside {
    position: fixed;
    z-index: 3;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: visibility .25s;
    transition: visibility .25s
}

.aside-content {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform .15s;
    transition: transform .15s;
    background-color: #fff
}

.aside-content {
    top: 0;
    left: 2.5rem;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.btn-tag {
    font-size: .8125rem;
    line-height: 1.6875rem;
    display: inline-block;
    padding: 0 .625rem;
    text-align: center;
    border: 1px solid;
    border-radius: 99px
}

.btn-tag.active {
    color: #ed424b
}

.btn-tag {
    color: #969ba3
}

.btn-tag {
    line-height: 1.25rem;
    padding: 0 .625rem;
    border-color: transparent
}

.btn-tag.active {
    border-color: #ed424b
}

.tag-small {
    font-size: 1.25rem;
    line-height: 1.5;
    display: inline-block;
    margin: 0 .15em;
    padding: 0 .25em;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: bottom
}

.tag-small::before {
    position: absolute;
    z-index: -1;
    top: -1px;
    right: 0;
    bottom: 1px;
    left: 0;
    content: '';
    opacity: .5;
    border: 1px solid;
    border-radius: .11111em
}

.tag-small-group>.tag-small:first-child {
    margin-left: 0
}

.tag-small-group>.tag-small:last-child {
    margin-right: 0
}

.tag-small-group {
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.origin-right,
.origin-right .tag-small {
    -webkit-transform-origin: right center;
    transform-origin: right center
}

.tag-small-group {
    display: inline-block
}

:checked+.radio {
    border-color: transparent;
    background-color: #ed424b
}

:checked~.switch {
    border-color: #ed424b;
    background-color: #ed424b
}

:checked~.switch::before {
    -webkit-transform: translateX(1.25rem);
    transform: translateX(1.25rem)
}

:disabled~.switch {
    opacity: .5
}

:checked~.switch-light::before {
    -webkit-transform: translateX(1.375rem);
    transform: translateX(1.375rem)
}

.gray {
    color: #969ba3
}

.blue {
    color: #4284ed
}

.red {
    color: #ed424b
}

.search-area {
    position: absolute;
    top: 0;
    right: 3.75rem;
    bottom: 0;
    left: 1rem;
    height: 2rem;
    margin: auto;
    border-radius: .25rem;
    background-color: #f6f7f9
}

.search-area .icon-search {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .5rem;
    margin: auto;
    color: #969ba3
}

.search-cancel {
    font-size: .875rem;
    line-height: 2rem;
    position: absolute;
    top: 0;
    right: .25rem;
    bottom: 0;
    width: 3.25rem;
    height: 2rem;
    margin: auto;
    text-align: center;
    background-color: #fff
}

.search-input {
    font-size: .875rem;
    width: 100%;
    height: inherit;
    padding: 0 2rem;
    border: 0 none;
    background: 0 0
}

.search-input::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.search-filter {
    height: 3rem;
}

[hidden] {
    display: none;
}

svg.icon {
    width: 1em;
    height: 1em;
    vertical-align: -.25ex;
    fill: currentColor
}

.null-x {
    position: relative;
    height: 400px;
    height: 100vw;
    display: none;
}

.null {
    font-size: .8125rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 50%;
    height: 4.875rem;
    margin: auto;
    text-align: center;
    color: #969ba3;
}
.null::before {
    display: block;
    width: 2.25rem;
    height: 3rem;
    margin: 0 auto .75rem;
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCAzNiA0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+R3JvdXAgMzM8L3RpdGxlPjxnIHN0cm9rZT0iI0MwQzVDQyIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik0yIDQ3Yy0uNTUzIDAtMS0uNDU1LTEtMS4wMDRWMi4wMDRDMSAxLjQ0OSAxLjQ0NyAxIDIgMWgyM2wxMCAxMHYzNWMwIC41NTItLjQ1NSAxLTEgMUgyeiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTI1IDF2OS4wMDVjMCAuNTUuNDU2Ljk5NS45OTUuOTk1SDM1Ii8+PHBhdGggZD0iTTcgMThoMTJNNyAyNmgyMk03IDM0aDIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L2c+PC9zdmc+) no-repeat center;
    background-size: 100% 100%;
}