﻿#show_Title {
    text-align: center;
}
.show_Content {
    vertical-align: top;
    text-align: center;
    position: relative;
    padding: 8px;
    box-sizing: border-box;
}
    .show_Content div {
        width: 100%;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        min-height: 600px
    }
    .show_Content .img {
        border: solid 1px #e1e1e1;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
        position: relative;
    }
        .show_Content .img img {
            width: 100%;
            max-width: 1000px;
            z-index: -100;
        }
        .show_Content .img span {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            margin: -10px;
        }
span.copyright::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: url(/images/logo.png) no-repeat center;
}
#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;
        }
#dtree-ProductClass {
    width: 100% !important;
}
    #dtree-ProductClass .dtree-theme-item cite {
        font-size: 14px !important;
        line-height: 32px;
    }