.warp {
    background: url("/api_image/shareWeb/bookShare/bg.jpg") #ffffff no-repeat;
    background-size: 100% auto;
    text-align: center;
    padding-bottom: 0.22rem;
}

h1 {
    height: 1.14rem;
    line-height: 1.14rem;
    color: #fefefe;
    font-weight: bold;
    font-size: 0.5rem;
}

.comics-image-warp {
    position: relative;
}

.comics-image-warp span {
    height: 0.625rem;
    line-height: 0.7rem;
    color: #ffffff;
    font-size: 0.33rem;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0.9rem;
    right: 2.7rem;
    border-radius: 50rem;
    padding: 0 0.15rem;
}

.comics-image-warp span:before {
    content: '';
    display: inline-block;
    width: 0.25rem;
    height: 0.30rem;
    background: url("/api_image/shareWeb/bookShare/iocn_hot.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 0.15rem;
}

.comics-image {
    width: 5rem;
    margin-top: 0.69rem;
    border-radius: 0.1rem;
    box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.5);
    text-align: center;
}

h2 {
    color: #212121;
    font-weight: bold;
    font-size: 0.48rem;
    padding: 0.58rem 0 0.41rem;
}

.labels {
    font-size: 0.33rem;
    color: #ec6164;
    text-align: center;
}

.split-line {
    color: #f1f1f1;
    height: 0.69rem;
    margin-top: 0.24rem;
    position: relative;
}

.split-line:before {
    content: '';
    width: 8.2rem;
    position: absolute;
    height: 2px;
    background: #f1f1f1;
    top: 50%;
    margin: -1px 0 0 -4.1rem;
    left: 50%;
    z-index: 1;
}

.split-line:after {
    content: '';
    background: url("/api_image/shareWeb/bookShare/icon_quotes.png") #ffffff no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 1.14rem;
    height: 0.35rem;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin: -0.19rem 0 0 -0.57rem;
}

ul {

    list-style: disc inside;
    color: #ec6164;
    padding: 0 0.44rem;
    font-size: 0;
}

ul li {
    font-size: 0.5rem;
    text-align: left;
    line-height: 0.6rem;
}

ul li span {
    color: #212121;
    font-size: 0.33rem;
    margin-left: -0.2rem;
}

.user {
    margin: 0.83rem 0.44rem;
    background: #f1f1f1;
    border-radius: 0.2rem;
    padding-bottom: 0.44rem;
}

.user .avatar {
    height: 1.36rem;
    width: 1.36rem;
    border: 2px solid #e3e3e3;
    border-radius: 2rem;
    margin-top: 0.42rem;
}

.user .user-name {
    color: #212121;
    font-size: 0.39rem;
    font-weight: bold;
    padding: 0.14rem 0 0.41rem;
}

.user .box-reason {
    background: #ffffff;
    color: #212121;
    border-radius: 0.2rem;
    padding: 0.44rem;
    margin: 0 0.44rem;
    font-size: 0.39rem;
    position: relative;
}

.user .box-reason:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -0.28rem;
    background: url("/api_image/shareWeb/bookShare/icon_arrow.png") no-repeat;
    background-size: 100% 100%;
    width: 0.5rem;
    height: 0.28rem;
    margin-left: -0.25rem;
}

.bottom-line {
    height: 2px;
    background: #f1f1f1;
    margin-top: 0.64rem;
}

.btn-read {
    height: 1.33rem;
    width: 9.11rem;
    font-size: 0.44rem;
    line-height: 1.33rem;
    color: #ffffff;
    text-align: center;
    border-radius: 50rem;
    background: -webkit-linear-gradient(left, #ec8650, #cf5881); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ec8650, #cf5881); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ec8650, #cf5881); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ec8650, #cf5881);
    display: block;
    margin: 0.22rem auto 0;
}