@charset "utf-8";
html {  -webkit-text-size-adjust: 100%;  -ms-text-size-adjust: 100%; }
html * {  outline: 0;  -webkit-text-size-adjust: none;  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
    font-family:'Microsoft Yahei','simhei','simsun',tahoma,arial,\5b8b\4f53,sans-serif;
    font-size:100%;
    font-weight: normal;
    line-height:1;
    color:#000;
}
ol,ul,li {list-style: none;}
fieldset,img {border: 0;}
a {text-decoration: none;}
i {font-style: normal}
.hb-green {color: #67b242;}
body { background-color: #f7f7f7;}
.booklist { padding: 0.3125rem 0.46875rem 0; }
.booklist .item {
    margin: 0 0 0.3125rem;
    padding: 0 0 0.25rem;
    border: 1px solid #ccc;
    border-radius: 0.15625rem;
    background-color: #fff;
}
.booklist .item .cover {
    display: block;
    width: 100%;
    height: 2.8125rem;
    border-radius: 0.15625rem 0.15625rem 0 0;
}
.booklist .item .title,
.booklist-detail .banner .title {
    margin: 0.09375rem 0 0;
    padding: 0 0.3125rem 0;
    font-size: 0.5rem;
    line-height: 0.90625rem;
}
.booklist .item .desc,
.booklist-detail .banner .desc {
    padding: 0 0.3125rem;
    font-size: 0.34375rem;
    color: #828282;
    line-height: 0.53125rem;
}
.booklist-detail .banner {
    position: relative;
    margin: 0 0 0.3125rem;
    padding: 0 0 1rem;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}
.booklist-detail .banner .img {
    width: 100%;
    height: 3.125rem;
}
.booklist-detail .banner .title,
.booklist-detail .banner .desc {
    padding: 0 0.46875rem;
}
.booklist-detail .banner .desc.less {
    max-height: 1.0625rem;
    overflow: hidden;
}
.booklist-detail .banner .show-all {
    position: absolute;
    right: 0.390625rem;
    bottom: 0.21875rem;
    width: 0.625rem;
    height: 0.625rem;
    line-height: 0.625rem;
    text-align: center;
}
.icon-open {
    display: inline-block;
    width: 0.46875rem;
    height: 0.28125rem;
    /*background: url(../image/appweb/arrow-down.png) no-repeat center center;*/
    background-size: 100%;
}
.fold .icon-open {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.booklist-detail .book-list {border-top: 1px solid #e6e6e6;}
.booklist-detail .book-list li {
    position: relative;
    padding: 0.46875rem;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}
.booklist-detail .book-list .cover {
    float: left;
    width: 1.5625rem;
    height: 2.09375rem;
    border: 1px solid #e6e6e6;
}
.booklist-detail .book-list .title {
    width: 62%;
    height: 0.46875rem;
    margin-left: 1.90625rem;
    font-size: 0.46875rem;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.booklist-detail .book-list .author {
    margin: 0.09375rem 0 0 1.90625rem;
    height: 0.625rem;
    font-size: 0.3125rem;
    color: #67b242;
    overflow: hidden;
}
.booklist-detail .book-list .author b {
    float: left;
    max-width: 3.28125rem;
    margin-right: 0.3125rem;
    font-weight: normal;
    line-height: 0.625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.booklist-detail .book-list .author b:before {
    float: left;
    width: 0.34375rem;
    height: 0.34375rem;
    margin: 0.140625rem 0.09375rem 0 0;
    /*background: url(../image/appweb/icon-author.jpg) no-repeat center;*/
    background-size: 100%;
    content: "";
}
.booklist-detail .book-list .author span {
    float: left;
    height: 0.375rem;
    margin: 0.078125rem 0.15625rem 0.078125rem 0;
    padding: 0 0.21875rem;
    border: 1px solid #f7b52c;
    border-radius: 1rem;
    font-size: 0.28125rem;
    color: #f7b52c;
    line-height: 0.46875rem;
}
.booklist-detail .book-list .author span:last-child {margin-right: 0;}
[data-dpr="2"] .booklist-detail .book-list .author span {
    margin: 0.125rem 0.15625rem 0.125rem 0;
    line-height: 0.375rem;
}
.booklist-detail .book-list .desc {
    height: 1rem;
    margin-left: 1.90625rem;
    font-size: 0.34375rem;
    color: #828282;
    line-height: 0.5rem;
    overflow: hidden;
}
.booklist-detail .book-list .tips {
    position: absolute;
    top: 0.46875rem;
    right: 0.46875rem;
    font-size: 0.3125rem;
    color: #67b242;
}

.booklist-detail .nopadding {
    padding-bottom: 0rem;
    background-color: #f7f7f7;
}
[data-dpr="1"] .booklist-detail .book-list .title {
    height: 0.5625rem;
    line-height: 0.5625rem;
}