#ProductIntro .layui-tab-content {
    height: 300px;
    overflow: auto;
    background-color: #fff;
}
#Intro > h3 {
    margin: 4px;
    color: #5e5e5e;
    background-color: #f0f0f0;
    padding: 4px;
    border-radius:4px;
    font-size:16px;
}
    #Intro > h3:before {
        font-family: 'FontAwesome';
        content: "\f099";
        margin: 4px;
    }
#Intro > p {
    margin: 10px;
    line-height: 24px;
}
.pro .proname {
    margin-top: 10px;
    background: rgb(255 255 255 / 0.5);
    padding: 4px;
    border-radius: 4px;
    line-height: 32px;
    max-width: 380px;
    margin: 4px auto;
    padding: 4px;
    box-sizing: border-box;
}
    .pro .proname #ProductName:before {
        font-family: 'FontAwesome';
        content: "\f1aa";
        margin: 4px;
    }
.ShowAuthor {
    background: rgb(255 255 255 / 0.5);
    max-width: 380px;
    margin: auto;
    padding: 4px;
    box-sizing: border-box;
}
    .ShowAuthor .Author > * {
        display: inline-block;
        box-sizing: border-box;
    }
    .ShowAuthor .Author .headImg img {
        display: inline-block;
        max-height: 32px;
        border: solid 1px #e1e1e1;
        padding: 2px;
        border-radius: 50%;
    }
    .ShowAuthor .Author > .layui-btn {
        float: right;
    }
    .ShowAuthor rem {
        color: #d09213;
        background: #ffffff85;
        display: block;
        line-height: 32px;
    }
    .ShowAuthor .AuthorBtn {
        display: inline-block;
        float: right;
        line-height: 32px;
    }
.gridImgList {
    display: block;
    vertical-align: top;
}
    .gridImgList li {
        display: inline-block;
        margin: 10px;
        float: left;
    }
        .gridImgList li div {
            display: inline-block;
            border: solid 1px #f0f0f0;
            padding: 8px;
            border-radius: 4px;
            text-align: center;
        }
        .gridImgList li:hover {
            color: #d09213;
            cursor: pointer;
        }
        .gridImgList li img {
            width: 160px;
            border: solid 1px #f3f3f3;
        }
        .gridImgList li:hover img {
            -webkit-filter: contrast(90%);
            filter: contrast(90%);
        }
        .gridImgList li span {
            background: #f3f3f3;
            border: solid 1px #f3f3f3;
            display: block;
            width: 160px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-align: center;
        }
/*@media screen and (max-width:650px) {
    .list-Products li img {
        width: 180px;
        height: 180px;
    }
    .list-Products li span {
        width: 180px;
    }
}
@media screen and (max-width:500px) {
    .list-Products li img {
        width: 160px;
        height: 160px;
    }
    .list-Products li span {
        width: 160px;
    }
}*/
/*
@media screen and (max-width:400px) {
    .layui-card-body {
        padding: 0;
    }
    .layui-card-header {
        height: 32px;
        line-height: 32px;
    }
        .layui-card-header h1 {
            font-size: 14px;
        }
    .layui-panel {
        padding: 0;
    }
    .list-Products li {
        margin: 2px;
    }
    .list-Pagination {
        text-align: center;
    }
    .layui-laypage-count,
    .layui-laypage-skip,
    .layui-laypage-limits {
        display: none !important;
    }
    .dtree-Special li {
        margin: 2px;
        padding: 0 2px;
       height: 32px;
        line-height: 32px;
        font-size: 14px;
        width: 30vw;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
    }
    .ToolBar_Search {
        border-bottom: solid 1px #e1e1e1;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
        .ToolBar_Search .layui-inline {
            margin: unset !important;
        }
    .search-tags,
    .search-Field .layui-input-inline {
        display: none !important;
    }
    .search-keyword {
        width: 120px !important;
        margin-left: -8px;
    }
    .search-submit {
        margin: 0px;
    }
    header * {
    display:inline-block;
    }
    #NavMenus li{
       width:30vw;
    }
}
*/
