.module {
    padding: .2rem 0 0;
    border-top: 5px solid #eee
}
.module .module-header {
    -webkit-box-pack: justify;
    box-pack: justify;
    display: -webkit-box;
    display: box;
    display: flex;
/*    height: .05rem;*/
    justify-content: space-between;
    padding: 0 0.35rem 0;
}
.module .module-header .module-header-tit {
    -webkit-box-flex: 1;
    box-flex: 1;
    flex: 1;
}
.module .module-header .module-header-tit .module-title {
    color: #2d3035;
    font-size: .5rem;
    font-weight: 500;
}
li, ul {
    list-style: none;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.module .book-ul .book-layout {
    -webkit-box-pack: justify;
    box-pack: justify;
    display: -webkit-box;
/*    display: flex;*/
    justify-content: space-between;
    overflow: hidden;
    padding: 0 0.35rem 0.2rem;
    position: relative;
}

a {
    text-decoration: none;
}

.module .book-ul .book-layout .book-cover {
    border: 0.025rem solid #dcdddf;
    border-radius: 0.3rem;
    flex-shrink: 0;
    height: 2.8rem;
    margin-right: 0.2rem;
    overflow: hidden;
    width: 2.1rem;
}

.module .book-ul .book-layout .book-cell {
    -webkit-box-flex: 1;
    box-flex: 1;
    flex: 1;
    flex-grow: 1;
    height: 2.8rem;
}

.module .book-ul .book-layout .book-cell .book-desc, .module .book-ul .book-layout .book-cell .book-title {
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}

.module .book-ul .book-layout .book-cell .book-title {
    -webkit-line-clamp: 1;
    color: #2d3035;
    font-size: .4rem;
    font-weight: 500;
/*    line-height: 1rem;*/
    margin-bottom: 0.2rem;
}

.module .book-ul .book-layout .book-cell .book-desc {
    -webkit-line-clamp: 3;
    color: #8d8e91;
    font-size: .35rem;
    font-weight: 400;
}

.module .book-ul .book-layout .book-cell .book-desc, .module .book-ul .book-layout .book-cell .book-title {
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    margin: auto;
}

.module .book-ul .book-layout .book-cell .book-meta {
    bottom: 0;
    left: 0;
    top: -0.4rem;
    position: relative;
}


.module .book-ul .book-layout .book-cell .book-meta span {
    color: #8d8e91;
    font-size: .35rem;
    line-height: .6rem;
}

* {
    box-sizing: border-box;
    outline: none;
}

.page {
/*    box-shadow: 0 5rem #f5f7f9;*/
}

body {
    margin: 0 auto;
/*    max-width: 18.75rem;*/
    position: relative;
}

body {
    /*-ms-text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
    text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;*/
}

html {
    /*-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-touch-callout: none;
    font-size: .3rem;
    height: 100%;
    -webkit-user-select: none;
    width: 100%;*/
}

.module-box{
    margin-top: .2rem;
    border-top: 5px solid #eee;
    padding-top: .4rem;
}

.book-ul {
    padding: 0;
    margin: auto;
}

.book-title {
    margin: auto;
    font-size: .5rem;
}

.nav{
    font-size:.35rem;
    display: flex; 
    padding: .15rem .35rem;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
}

.nav:last-child{
    border-bottom: 0 !important;
}


.nav span{
    margin: 0.1rem .3rem;
    padding: .05rem .2rem;
    background-color: #eee;
    border-radius: 5rem;
}

.nav span.curr{
    border: 1px solid #f47983;
    border-radius: 5rem;
    background-color: white;
}
