.show-info-container {
    padding: 10px 0;
    background: #323232;
    line-height: 20px;
    position: relative;
    text-align: center;
    font-size: 13px;
    display: block;
    
}
.show-info-inner {
    position: relative;
    overflow: hidden;
}
.show-info-auto-up {
    overflow: hidden;
    position: relative;
}

.show-info-book-section {
    text-align: left;
    padding: 0px 26px;
    
}

.show-info-book-border-ctrl {
    border-right: 1px solid #3e3e3e;
}

/*   left   */
.show-info-left {
    width: 330px;
    position: relative;
    left: 0px;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    padding-left: 20px;
    /*background: #f00;*/
}
.show-info-left-inner {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.show-info-left-user-logo {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid white;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 50px;
    top: 50%;
    margin-top: -30px;
    float: left;
    z-index: 1;
}
.show-info-left-user-logo a {
    width: 100%;
    height: 100%;
    display: block;
}
.show-info-left-user-logo img {
    width: 100%;
    height: 100%;
    display: block;
}
.show-info-left-user-table {
    position: relative;
    width: 100%;
    height: 100%;
}
.show-info-left-user-td {
    text-align: center;
}
.show-info-left-user-td > img {
    max-width: 66px;
    max-height: 66px;
    border: none;
}
.show-info-left-up {
    position: relative;
    top: 50%;
    margin-top: -28px;
}
.show-info-author-info {
    position: relative;
    color: #fff;
    height: 100%;
    padding-left: 80px;
    width: 100%;
}
.show-info-left-author {
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    display: inline-block;
    color: inherit;
    position: relative;
    top: 7px;
    margin-right: 5px;
}
.show-info-left-author:hover {
    color: #ccc;
}
.show-info-left-btns {
    overflow: hidden;
    position: relative;
}
.show-info-left .button-pure {
    position: relative;
    border-radius: 0px;
    padding: 2px 14px;
    font-weight: normal;
}

.show-info-left-email-button,
.show-download-button {
    width: 138px;
}
.show-info-left-email-button {
    margin-right: 13px;
}
.show-info-left-statistic {
    position: relative;
    margin-top: 6px;
    color: #bbbbbb;
}
.show-info-left-state-group {
    position: absolute;
    top: 43px;
}
.show-info-left-state-group label {
    width: 100px;
}

/*  middel  */
.show-info-middle {
    /*position: absolute;*/
    /*left: 330px;*/
    /*left: 0px;*/
    /*right: 580px;*/
    /*right: 220px;*/
    padding: 0px 26px;
    border-right: 1px solid #3e3e3e;
    /*border-top: none;*/
    /*border-bottom: none;*/
    /*top: 0;*/
}
.show-info-book-info {
    display: block;
}
.show-info-booktitle-link {
    display: block;
}
.show-info-middle-title {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
    padding-right: 10px;
    margin: 4px 0;
    text-transform: capitalize;
}
.show-info-middle-des {
    position: relative;
    overflow: hidden;
    max-height: 3em;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #bbbbbb;
    height: 3em;
}
.show-info-middle-tips {
    position: relative;
    display: block;
    overflow: hidden;
}
.show-info-middle-tags {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    float: left;
    left: 0;
    right: 400px;
    padding-right: 10px;
}
.show-info-middle-tags a {
        color: inherit;
    text-decoration: none;
    background: #494949;
    padding: 0px 7px;
    margin-right: 4px;
}

.show-info-middle-tags a:hover {
    background: #4f4f4f;
}

.show-info-middle-state {
    position: relative;
    color: white;
    float: right;
    text-align: right;
    font-size: 12px;
}
.show-info-middle-version,
.show-info-middle-category {
    color: #bbb;
    border-right: 1px solid #3e3e3e;
    padding-right: 10px;
    margin-right: 13px;
}

.show-info-middle-version {
    text-decoration: underline;
}

.show-info-middle-version a:hover {
    color: #ccc;
}

.show-info-middle-state i {
    margin-right: 2px;
}
#show-report-button{
    text-decoration: underline;
    cursor: pointer;
    color: #bbb;
}
#show-report-button:hover{
    color:#d9534f;
}

/*  right  */
.show-info-right {
    width: 580px;
    /*width: 220px;*/
    position: relative;
    overflow: hidden;
    float: right;
    text-align: center;
}
.show-info-right-button-group {
    margin-top: 9px;
    display: inline-block;
}
.show-info-right-button-group > li {
    float: left;
    width: 60px;
    text-align: center;
}
.show-info-right-button-group span {
        display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
    border-radius: 0px;
    overflow: hidden;
    border: none;
    color: white;
    cursor: pointer;
}
.show-info-right-button-red {
    background: #d9534f !important;
}
.show-info-right-button-group span > i {
    position: relative;
    margin-top: 13px;
}

.show-info-right-button-group .fa-share-alt {
    top: 2px;
}
.show-info-right-button-group .icon-heart {
    top: 2px;
}
.show-info-right-button-group p {
    margin-top: 4px;
    text-align: center;
    color: #fff;
}

.show-info-left, .show-info-middle, .show-info-right {
    height: 86px;
}

.show-info-right-button-group .fa-code {
    font-size: 15px;
}

.show-info-icon {
    background: url("/center/explore/images/showbook-icon.png") no-repeat;
}

.show-info-icon:hover {
    background-color: #585858;
    border-bottom: 2px solid white;
}

.show-info-icon:active {
    background-color: #494949;
}

.show-info-icon.mobile {
    background-position: 3px 13px;
}

.show-info-icon.mobile:hover {
    background-position: 3px -36px;
}

.show-info-icon.dowload {
    background-position: -41px 13px;
}

.show-info-icon.dowload:hover {
    background-position: -41px -35px;
}

.show-info-icon.heart {
    background-position: -85px 14px;
}

.show-info-icon.heart:hover {
    background-position: -85px -34px;
}

.show-info-icon.heart.red {
    background-position: -128px 14px;
}

.show-info-icon.embed {
    background-position: -172px 13px;
}

.show-info-icon.embed:hover {
    background-position: -172px -35px;
}

.show-info-icon.share {
    background-position: -217px 13px;
}

.show-info-icon.share:hover {
    background-position: -217px -35px;
}

.show-info-icon.upload {
    background-position: -261px 13px;
}

.show-info-icon.upload:hover {
    background-position: -261px -34px;
}

.show-info-icon.empty {
    background-position: -400px 13px !important;
}

.show-info-book-btn-section {
    
}

.show-info-book-btn-border-ctrl {
    border-left: 1px solid #3e3e3e;
}

.show-info-book-btn-group-wrapper {
    height: 86px;
}

.show-info-book-btn-group {
        display: inline-block;
    position: relative;
    top: 50%;
    margin-top: -27px;
}

.show-info-book-btn {
    border: 1px solid #3e3e3e;
    color: white;
    padding: 10px;
    width: 114px;
    height: 54px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: #3a3a3a;
}

.show-info-book-btn a {
    color: white;
}

.show-info-book-btn:hover {
    background-color: #585858;
    border: none;
    border-bottom: 2px solid white;
}

.show-info-book-btn i {
    background: url(/center/explore/images/arrow.png) no-repeat;
    display: inline-block;
    width: 24px;
    height: 32px;
} 

.show-info-book-btn.prev i {
    background-position: 0px 0px;
}  

.show-info-book-btn.next i {
    background-position: -42px 0px;
}

.show-info-book-btn.next {
    margin-left: 8px;
}



/*
@media (min-width: 1000px) and (max-width: 1200px) {
    .show-info-middle-category {
        display: none;
    }
    .show-info-middle-tags {
        right: 192px;
    }
}
@media (min-width: 720px) and (max-width: 1000px) {
    .show-info-middle {
        position: relative;
        left: 0;
        right: 0;
        border: none;
        border-top: 1px solid #3e3e3e;
        padding-top: 5px;
        height: auto;
    }
    .show-info-middle-tags {
        right: 216px;
    }
    .show-info-right {
        width: 100%;
    }
    .show-info-left {
        width: 50%;
        border-right: 1px solid #3e3e3e;
    }
}
@media (max-width: 780px) {
    .show-info-container {
        padding-top: 0px;
    }
    .show-info-middle {
        position: relative;
        left: 0;
        right: 0;
        border: none;
        border-top: 1px solid #3e3e3e;
        text-align: center;
        padding: 0px 14px;
        height: auto;
        padding-top: 8px;
    }
    .show-info-middle-tags {
        float: none;
        position: relative;
        padding: 0;
        margin-top: 5px;
    }
    .show-info-right {
        width: 100%;
        float: none;
        text-align: center;
        border-top: 1px solid #3e3e3e;

    }
    .show-info-left {
        width: 100%;
        border: none;
        float: none;
        text-align: center;
        padding-left: 14px;
    }
    .show-info-left-email-button,
    .show-download-button {
        font-size: 12px;
        height: 28px;
        line-height: 26px;
        width: 122px;
    }
    .show-info-left-inner {
        display: inline-block;
    }
    .show-info-book-info,
    .show-info-middle-tips {
        margin: 0 auto;
        padding: 0 5px;
    }
    .show-info-middle-state {
        float: none;
        text-align: center;
    }
}
*/

@media (max-width: 1300px) {
    .show-info-book-btn {
        width: auto;
    }

    .show-info-book-btn i {
        display: none;
    }
}


@media (max-width: 1200px) {
    .show-info-container {
        padding-bottom: 0px;
    }

    .show-info-book-section {
        padding-bottom: 10px; 
    }

    .show-info-book-border-ctrl {
        border-right: none; 
        border-bottom: 1px solid #3e3e3e;
    }

    .show-info-btn-section {
        padding-bottom: 10px; 
    }

    .show-info-btn-border-ctrl {
        border-bottom: 1px solid #3e3e3e;
    }

    .show-info-book-btn i {
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .show-info-book-btn-border-ctrl {
        border-left: none;
    }
}

