body{
    overflow-x: hidden;
}
.container {
    background: #fefefe;
    padding-bottom: 2.1rem;
}

.banner {
    height: 6.25rem;
    width: 100%;
}

.info {
    margin: -1.1rem 0.4rem 0;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    padding: 0.11rem;
    font-size: 0;
    box-shadow: 0 0 1rem #eaeaea;
}

.info div {
    display: inline-block;
    width: 5.6rem;
    margin-left: 0.2rem;
}

.info .cover {
    height: 4.2rem;
    width: 3.12rem;
    border-radius: 10px;
}

.info .title {
    font-size: 0.47rem;
    color: #212121;
    line-height: 0.6rem;
    padding-bottom: 0.40rem;;
}

.info ul li {
    font-size: 0.27rem;
    padding: 0.185rem;
    background: #ffb300;
    display: inline-block;
    margin-right: 0.185rem;
    border-radius: 5px;
    color: #ffffff;
}

.info .people, .recommend .people {
    background: url("/api_image/shareWeb/ic_book.png") no-repeat;
    background-size: 0.37rem auto;
    background-position: left center;
    color: #ec6164;
    font-size: 0.333rem;
    position: absolute;
    bottom: 0.33rem;
    padding-left: 0.64rem;
}

.remark {
    position: relative;
    z-index: 2;
    padding: 0.6rem 0.44rem;
    color: #28282b;
    font-size: 0.389rem;
    border-bottom: 2px solid #f1f1f1;
}

section .chapter {
    background: url("/api_image/shareWeb/ic_flag.png") no-repeat;
    background-size: 0.27rem auto;
    background-position: left center;
    height: 1.85rem;
    line-height: 1.85rem;
    color: #28282b;
    font-size: 0.416rem;
    padding-left: 0.5rem;
    margin: 0 0.44rem;
}

section ul {
    background: #f1f1f1;
    color: #aeaeae;
    font-size: 0;
    text-align: center;
}

/*带间隔*/
section ul.interval li {
    padding-bottom: 0.056rem;
}

section ul li {
    font-size: 1.5rem;
    display: inline-block;
    width: 100%;
    min-height: 5rem;
    line-height: 5rem;
    position: relative;
}

section ul li img {
    position: relative;
    z-index: 2;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 0;
}

section ul li::before {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    left: 0;
    top: 0;
    content: attr(data-index);
}

section .btn-group {
    padding: 0 0.44rem;
    color: #28282b;
    height: 2.75rem;
    line-height: 4rem;
    font-size: 0;
    border-bottom: 2px solid #f1f1f1;
}

section .btn-group a {
    width: 50%;
    height: 100%;
    display: inline-block;
    text-align: center;
    font-size: 0.389rem;
    position: relative;
    color: #28282b;
}

section .btn-group a::before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 0.44rem;
    width: 0.611rem;
    top: 0.88rem;
    left: 50%;
    margin-left: -0.3055rem;
    background: url("/api_image/shareWeb/ic_arrow.png") no-repeat;
    background-size: 0.611rem auto;
}

section .btn-group a:last-of-type::before {
    transform: rotate(180deg);
}

footer {
    text-align: center;
}

footer .watching {
    height: 2rem;
    line-height: 2rem;
    font-size: 0.444rem;
    color: #28282b;
    margin: 0 0.44rem;
    text-align: left;
}

footer .recommend {
    margin: 0 0.44rem;
    text-align: left;
}

footer ul.recommend li {
    background: #f6f6f6;
    margin-bottom: 0.44rem;
    position: relative;
}

footer .recommend div {
    width: 5.0rem;
    display: inline-block;
    margin-left: 0.37rem;
    padding-top: 0.48rem;
}

footer .recommend .cover {
    height: 3.11rem;
    width: 2.33rem;
    border-radius: 0;
    vertical-align: top;
}

footer .recommend .title {
    font-size: 0.4rem;
    color: #212121;
    padding-bottom: 0.27rem;
}

footer .recommend ul {
    font-size: 0;
}

footer .recommend ul li {
    color: #aeaeae;
    padding: 0.138rem;
    background: #e6e6e6;
    font-size: 0.278rem;
    border-radius: 5px;
    display: inline-block;
    margin-right: 0.14rem;
}

.btn-more {
    width: 5.27rem;
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
    text-align: center;
    border-radius: 5.27rem;
    border: 2px solid #aeaeae;
    color: #aeaeae;
    font-size: 0.35rem;
    position: relative;
}

.btn-more::before {
    background: url("/api_image/shareWeb/ic_more.png") no-repeat;
    content: "";
    background-size: 100% 100%;
    width: 0.27rem;
    height: 0.27rem;
    display: inline-block;
    position: absolute;
    right: 0.55rem;
    top: 0.37rem;
}

.bottom-bar {
    position: fixed;
    width: 100%;
    height: 1.44rem;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.bottom-bar img{
    width: 100%;
}

body {
    background: #fff;
}

.container.book-page {
    text-align: center;
    background: #ffffff;
    padding-bottom: 0.66rem;
}

.book-page .user {
    text-align: center;
    font-size: 0.44rem;
    color: #212121;
}

.book-page .user .cover {
    border: 0.1rem solid #ffffff;
    border-radius: 5000px;
    height: 1.66rem;
    width: 1.66rem;
    margin-top: -0.94rem;
}

.book-page .user p {
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.44rem;
}

.book-page .content {
    color: #212121;
    font-size: 0.4rem;
    text-align: center;
    height: 1.07rem;
    line-height: 1.07rem;
    background: #f1f1f1;
    border-radius: 10px;
    margin: 0 0.4rem;
    font-weight: bold;
}

.book-page .info {
    text-align: left;
    margin: 0.37rem 0.4rem 0;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    padding: 0.11rem;
    font-size: 0;
    box-shadow: 0 0 1rem #eaeaea;
}

.book-page .info div {
    display: inline-block;
    width: 5.6rem;
    margin-left: 0.2rem;
}

.book-page .info .cover {
    height: 4.2rem;
    width: 3.12rem;
    border-radius: 10px;
}

.book-page .info .title {
    font-size: 0.47rem;
    color: #212121;
    line-height: 0.6rem;
    padding-bottom: 0.40rem;;
}

.book-page .info ul li {
    font-size: 0.27rem;
    padding: 0.185rem;
    background: #ffb300;
    display: inline-block;
    margin-right: 0.185rem;
    border-radius: 5px;
    color: #ffffff;
}

.book-page .info .people, .book-page .recommend .people {
    background: url("/api_image/shareWeb/ic_book.png") no-repeat;
    background-size: 0.37rem auto;
    background-position: left center;
    color: #ec6164;
    font-size: 0.333rem;
    position: absolute;
    bottom: 0.33rem;
    padding-left: 0.64rem;
}

.book-page .remark {
    text-align: left;
    position: relative;
    z-index: 2;
    padding: 0.6rem 0.44rem;
    color: #28282b;
    font-size: 0.389rem;
    border: inherit;
}

.book-page .btn-read {
    background: url("/api_image/shareWeb/bg.png") no-repeat;
    background-size: auto 100%;
    color: #ffffff;
    text-align: center;
    font-size: 0.40rem;
    height: 1.22rem;
    display: inline-block;
    line-height: 1.22rem;
    border-radius: 500px;
    width: 6rem;
}

body {
    background: #fff;
}

.container.app-page {
    text-align: center;
    background: #ffffff;
    padding-bottom: 0.66rem;
}

.app-page .user {
    text-align: center;
    font-size: 0.44rem;
    color: #212121;
}

.app-page .user .cover {
    border: 0.1rem solid #ffffff;
    border-radius: 5000px;
    height: 1.66rem;
    width: 1.66rem;
    margin-top: -0.94rem;
}

.app-page .user p {
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.44rem;
}

.app-page .content {
    color: #212121;
    font-size: 0.4rem;
    text-align: center;
    height: 1.07rem;
    line-height: 1.07rem;
    background: #f1f1f1;
    border-radius: 10px;
    margin: 0 0.4rem;
    font-weight: bold;
}

.app-page .info {
    text-align: left;
    margin: 0.37rem 0.4rem 0;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    font-size: 0;
    box-shadow: 0 0 1rem #eaeaea;
}

.app-page .info .cover {
    height: 4.2rem;
    width: 100%;
    border-radius: 10px;
}

.app-page .remark {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0.76rem 0.44rem;
    font-size: 0.444rem;
    color: #aeaeae;
    border: inherit;
}

.app-page .btn-read {
    background: url("/api_image/shareWeb/bg.png") no-repeat;
    background-size: auto 100%;
    color: #ffffff;
    text-align: center;
    height: 1.22rem;
    display: inline-block;
    line-height: 1.22rem;
    border-radius: 500px;
    width: 6rem;
    font-size: 0.40rem;
}