﻿/*.list-Manuals {
    text-align: center;
}
    .list-Manuals li {
        display: inline-block;
        margin: 30px;
        cursor: pointer;
    }
        .list-Manuals li div {
            display: inline-block;
            border: solid 1px #f0f0f0;
            padding: 8px;
            border-radius: 4px;
            text-align: center;
            min-height: 200px
        }
        .list-Manuals li img {
            height: 300px;
            width: 200px;
            border: solid 1px #f3f3f3;
        }
        .list-Manuals li:hover img {
            -webkit-filter: contrast(90%);
            filter: contrast(90%);
        }
        .list-Manuals li span {
            display: block;
            width: 200px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            background: #f3f3f3;
            border: solid 1px #f3f3f3;
        }*/
.show_Manuals {
    position: relative;
}
    .show_Manuals * {
        width: 100%;
    }
.pdf-content {
    min-height: 1600px;
    width: 100%;
    border: solid 1px #e7e7e7;
}
/*@media screen and (max-width:800px)  {
    .pdf-content {
        min-height: 1000px;
    }
}
@media screen and (max-width:650px) {
    .list-Manuals li {
        margin: 10px;
    }
    .list-Manuals li img {
        width: 160px;
        height: 220px;
    }
    .list-Manuals li span {
        width: 160px;
    }
}
@media screen and (max-width:500px) {
    .list-Manuals li {
        margin: 8px;
    }
    .list-Manuals li img {
        width: 120px;
        height: 180px;
    }
    .list-Manuals li span {
        width: 120px;
    }
}*/
#show_Info .layui-panel {
    border-radius: unset;
    margin-bottom: 15px;
}
#show_Info {
    line-height: 28px;
}
    #show_Info dt {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 4px;
    }
    #show_Info b {
        display: inline-block;
        margin-right: 4px;
    }
    #show_Info span {
        color: #c95c1c
    }
    #show_Info h4 {
        display: inline-block;
        margin-right: 10px;
    }
    #show_Info i {
        float: right;
        line-height: 24px;
        border: solid 1px #e1e1e1;
        padding: 0 4px;
        background-color: #efefef;
    }
        #show_Info i:hover {
            background-color: rgba(255, 164, 0, 0.3);
            cursor: pointer;
        }
