
.show-info-left {
    /* float: left; */
    width: 350px;
    position: absolute;
    left: 0px;
    top: 50%;
    padding-left: 20px;
    margin-top: -50px;
    overflow: hidden;
    white-space: nowrap;
    /* border-right: 1px solid #e6e6e6; */
    box-sizing: border-box;
}

.show-info-left-user-logo {
    /* position: absolute; */
    /* left: 25px; */
    /* top: 10px; */
    text-align: right;
    font-size: 12px;
    color: #222;
    line-height: 20px;
}

.show-info-left-user-img {
    position: absolute;
    width: 66px;
    height: 66px;
    border: 4px solid white;
    box-shadow: 0px 0px 1px;
    margin-bottom: 3px;
    overflow: hidden;
    background-color: #F5F5F5;
}

.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-author {
    width: 115px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #222;
    font-weight: bold;
    position: absolute;
    top: 10px;
    font-size: 15px;
}

.show-info-left-subscribe-button {
    position: absolute;
    left: 233px;
    top: 8px;
    width: 95px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    border-radius: 0px;
}

.show-info-left-state-group {
    position: absolute;
    top: 43px;
}

.show-info-left-state-group label {
    width: 100px;
}

.show-info-left-author, .show-info-left-state-group {
    left: 108px;
}

.show-info-middle {
    position: relative;
    float: left;
    margin-left: 350px;
    width: calc(100% - 712px);
    /* position: absolute;
    left: 350px;
    right: 360px; */
    padding: 0px 20px;
    overflow: hidden;
    box-sizing: border-box;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.show-info-middle-title {
    /* float: left; */
    font-size: 15px;
    font-weight: bold;
    color: #222;
    padding: 4px 0px 6px 0px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
}

.show-info-middle-des {
    position: relative;
    /* float: left; */
    overflow: hidden;
    max-height: 6em;
    line-height: 1.5em;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.show-info-middle-state {
    float: left;
    margin-top: 10px;
    width: 100%;
    padding-right: 20px;
    text-align: right;
    box-sizing: border-box;
    /* position: absolute;
    bottom: 0;
    right: 24px; */
}

.show-info-right {
    width: 360px;
    /* float: left; */
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -50px;
    /* border-left: 1px solid #e6e6e6; */
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
}

.show-info-right-button-group {
    margin-top: 10px;
    margin-left: 0px;
    display: inline-block;
}

.show-info-right-button-group > li {
    margin: 0 3px;
    float: left;
    text-align: center;
}

.show-info-right-button-group .button-pure {
    display: inline-block;
    width: 116px;
    padding: 0;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    font-weight: bold;
}

.show-info-container {
    margin-bottom: 30px;
    width: 100%;
}

.show-info-container, .show-info-left, .show-info-middle, .show-info-right {
    float: left;
    height: auto !important;
    min-height: 100px;
}


.show-info-icon {
    background: #dddddd url("/center/explore/img/icon.png") no-repeat;
    width: 60px;
    height: 60px;
    cursor: pointer;
    margin-bottom: 3px;
}

.show-info-icon:hover {
    border-bottom: 3px solid #fff;
    height: 57px;
}

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

.show-info-icon.heart {
    background-position: -2px 11px;
}

.show-info-icon.heart:hover {
    background-position: -2px -48px;
}

.show-info-icon.heart.red {
    background-position: -2px -110px;
}

.show-info-icon.embed {
    background-position: -58px 11px;
}

.show-info-icon.embed:hover {
    background-position: -58px -48px;
}

.show-info-icon.share {
    background-position: -122px 11px;
}

.show-info-icon.share:hover {
    background-position: -122px -48px;
}

.show-info-icon.upload {
    background-color: #c0c0c0;
    background-position: -187px 11px;
}

.show-info-icon.upload:hover {
    background-position: -187px -48px;
}

.show-info-icon.download {
    background-position: -255px 9px;
}

.show-info-icon.download:hover {
    background-position: -255px -50px;
}


.show-info-icon.follow {
    background-position: -358px 1px;
}
.show-info-icon.follow:hover {
    background-position: -358px -53px;
}
.show-info-icon.followed {
    background-position: -358px -107px;
}


.show-info-spinner {
    font-size: 28px;
    position: relative;
    top: 50%;
    margin-top: -14px;
    color: gray;
}

.showInfo-report {
    cursor: pointer;
    color: #F44336;
}

.showInfo-report:hover {
    color: red;
}

.show-text-version {
    color: #3c3c3c !important;
}

.show-text-version:active,
.show-text-version:hover {
    color: #3c3c3c !important;
}

.create-book-wrap {
    float: right;
    padding: 10px 12px;
    border: 1px solid #ddd;
    max-width: 55%;
    box-sizing: border-box;
}

.create-book-title {
    float: left;
    margin: 0 8px 8px 0;
    line-height: 24px;
    font-weight: 700;
    font-size: 20px;
    color: #000;
}

.create-book-btn {
    float: left;
    padding: 10px 15px;
    background: linear-gradient(125deg, #0BC74E 0%, #1CC888 100%);
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.title-desc-wrap {
    float: left;
    margin-bottom: 12px;
    width: 40%;
    max-width: 400px;
}

.break-icon {
    display: none;
}

@media (max-width: 1200px) {

    /* .show-info-container {
        height: 200px;
    }

    .show-info-left {
        width: 50%;
        border-right: none;
    }

    .show-info-right {
        width: 50%;
    }

    .show-info-middle {
        border-top: 1px solid #e6e6e6;
        top: 110px;
        left: 0;
        right: 0;
    } */
    .show-info-left,
    .show-info-middle,
    .show-info-right {
        position: relative;
        margin-left: 0;
        margin-top: 0;
        padding: 15px;
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
    }

    .show-info-container {
        padding-bottom: 0;
        border-bottom: none;
    }

    .title-desc-wrap {
        width: 100%;
        max-width: 100%;
    }

    .create-book-wrap {
        max-width: 100%;
        margin: 20px 0;
        width: 100%;
    }

    .create-book-title {
        margin: 8px 10px 8px 0px;
    }

}

@media (max-width: 768px) {
    /* .show-info-container {
        height: 300px;
    }

    .show-info-left {
        width: 100%;
        border-right: none;
    }

    .show-info-right {
        top: 110px;
        width: 100%;
        border-left: none;
        border-top: 1px solid #e6e6e6;
    }

    .show-info-middle {
        top: 220px;
        border-top: 1px solid #e6e6e6;
        left: 0;
        right: 0;
    } */
}


@media (max-width: 425px) {
    .break-icon {
        display: block;
    }

    .show-info-middle-state {
        margin-top: 0;
        text-align: center;
        line-height: 26px;
    }
}