﻿.shengcaidianzishu{
    padding-top: 0;
}
.shengcaidianzishu .top-bar{
    display: none;
}
.copyright-detail {
    margin: 0px auto;
}

.copyright-detail .book {
    background: #ffffff;
    padding: 20px 16px;
    overflow: hidden;
    position: relative;
}

.copyright-detail .book .book-imgbox {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1)
}

.copyright-detail .book .book-imgbox .book-img {
    display: block;
    padding-top: 100%;
    position: relative;
    background-color: #ffffff;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.copyright-detail .book .book-info {
    margin-left: 33.33%;
    padding-left: 15px;
}

.copyright-detail .book .info-item {
    color: #666666;
    margin-bottom: 5px;
}

.copyright-detail .book .book-name {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #333333;
}

.certificate-info {
    padding: 20px 16px;
    background: #ffffff;
    margin-bottom: 15px;
}

.certificate-info .certificate-title {
    font-size: 15px;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 15px;
}
.certificate-info .certificate-title .title-text {
    float: left;
    color: #333333;
    font-weight: bold;
}

.certificate-info .certificate-title .check-link {
    float: right;
    color: #666666;
    background: url(/images/Mobile_bg0327.png) right center no-repeat;
    background-size: 8px 16px;
    padding-right: 12px;
}

.certificate-info .certificate-con {
    text-align: center;
}

.certificate-info .certificate-con .certificate-img-link {
    display: block;
    position: relative;
}
.certificate-info .certificate-con .certificate-img-link:after{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: url(/images/licence-bg.png) center center repeat;
    background-size: 100px 100px;
}
.certificate-info .certificate-con .certificate-img {
    width: 100%;
    height: auto;
}

.certificate-info .certificate-con .certificate-no {
    padding: 10px 16px;
    font-size: 14px;
}

.btn-apply {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background: -webkit-linear-gradient(left, #70a8ff, #3883f7);
    background: linear-gradient(to right, #70a8ff, #3883f7);
}

.author-info {
    position: relative;
    padding: 16px;
}

.author-info:after {
    content: "";
    display: block;
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.author-info .author-baseinfo {
    display: block;
    padding-left: 50px;
    position: relative;
    height: 44px;
    line-height: 1.5;
}

.author-info .author-baseinfo .author-head {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.author-info .author-baseinfo .author-head img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    border-radius: 100%;
}

.author-info .author-baseinfo .author-des {
    margin-right: 70px;
}

.author-info .author-baseinfo .author-nicname {
    font-size: 14px;
    color: #3d3d3d;
    margin-bottom: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.author-info .author-baseinfo .author-nicname-normal {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 44px;
}

.author-info .author-baseinfo .author-tag {
    background: #eff4ff;
    color: #87b8fb;
    font-size: 12px;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 2px;
}

.author-info .author-operation {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

.author-info .author-operation .btn-focus {
    border: 1px solid #4c92ff;
    line-height: 24px;
    height: 24px;
    padding: 0px 12px;
    color: #4c92ff;
    border-radius: 50px;
    display: block;
}

.author-info .author-operation .focus-status {
    color: #999999;
    width: 54px;
    text-align: center;
    display: block;
    font-size: 14px;
}

.author-info .author-operation .focus-status:before {
    content: "";
    display: block;
    margin: 0px auto;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0593.png) center center no-repeat;
    background-size: 100% auto;
    width: 12px;
    height: 12px;
}

.no-copyright {
    padding: 100px 0px;
}

.no-copyright .empty-ico {
    width: 120px;
    height: 120px;
    background: url(/images/Mobile_bg0621.png) center center no-repeat;
    background-size: 100% 100%;
    margin: 0px auto 30px auto;
}

.no-copyright .empty-text {
    text-align: center;
    font-size: 16px;
    color: #999999;
}