.imagelist {
    overflow: hidden;
}

.imagelist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.imagelist ul li {
    float: left;
    width: 24%;
    margin-right: 1%;
    border: 1px solid #ddd;
    padding: 5px 5px 0px 5px;
    border-radius: 4px;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
    cursor: move;
}

.imagelist ul i {
    font-size: 16px;
}

.imagelist ul li p {
    background: #fafafa;
    padding: 10px 15px;
    margin: 0;
}

.imagelist ul li .preview {
    background: #fafafa;
    overflow: hidden;
    text-align: center;
    position: relative;
    aspect-ratio: 1 / 1;
}

.imagelist ul li .preview img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.imagelist ul li .preview:after {
    content: ' ';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.imagelist ul li .preview .file-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    line-height: 24px;
    background: rgba(51,51,51,.6);
    font-family: arial;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.imagelist ul li .preview a {
    position: absolute;
    padding: 5px 15px;
    top: -50px;
    right: 0;
    background: #1890FF;
    border-radius: 5px;
    color: #fff;
    transition: all .3s ease 0s;
}

.imagelist ul li .preview a:hover {
    color: #fff;
}

.imagelist ul li .preview:hover a {
    top: 0;
}

.imagelist ul li .action {
    text-align: center;
    overflow: hidden;
}

.imagelist ul li .action a {
    text-align: center;
    color: #999;
    outline: none;
    width: 100%;
    float: left;
}

.imagelist ul li .action a:hover {
    color: #f30;
}

.imagelist ul .hover {
    border: 1px solid #6b0;
}

.imagelist ul .hover:after {
    width: 0;
    height: 0;
    border-top: 40px solid #66bb00;
    border-left: 40px solid transparent;
    position: absolute;
    display: block;
    right: 0;
    content: "";
    top: 0;
    z-index: 1001;
}

.imagelist ul .hover:before {
    font: normal normal normal 14px/1 iconfont;
    content: "\e830";
    display: block;
    position: absolute;
    top: 5px;
    right: 4px;
    z-index: 1002;
    color: #fff;
}

.uplog .ui-timeline-text .title{
    font-weight: bold;
    font-size: 14px;
}

.piclist {
    overflow: hidden;
}
.piclist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.piclist ul li {
    float: left;
    width: 18%;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    margin: 5px 1% 5px 0;
    cursor: pointer;
    position: relative;
}

.piclist .zbkshowpic{
    width: 24%;
    margin:0px 1% 5px 0;
}

.piclist ul i {
    font-size: 16px;
}

.piclist ul li p {
    background: #fafafa;
    padding: 10px 15px;
    margin: 0;
}

.piclist ul li .preview {
    background: #fafafa;
    overflow: hidden;
    text-align: center;
    position: relative;
    aspect-ratio: 1 / 1;
}

.piclist ul li .preview img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.piclist ul li .preview:after {
    content: ' ';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.piclist ul li .preview .file-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    line-height: 24px;
    background: rgba(51,51,51,.6);
    font-family: arial;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.piclist ul li .preview a {
    position: absolute;
    padding: 5px 15px;
    top: -50px;
    right: 0;
    background: #1890FF;
    border-radius: 5px;
    color: #fff;
    transition: all .3s ease 0s;
}

.piclist ul li .preview a:hover {
    color: #fff;
}

.piclist ul li .preview:hover a {
    top: 0;
}

.piclist ul li .action {
    text-align: center;
    overflow: hidden;
}

.piclist ul li .action a {
    text-align: center;
    color: #999;
    outline: none;
    width: 100%;
    float: left;
}

.piclist ul li .action a:hover {
    color: #f30;
}

.piclist ul .hover {
    border: 1px solid #6b0;
}

.piclist ul .hover:after {
    width: 0;
    height: 0;
    border-top: 40px solid #66bb00;
    border-left: 40px solid transparent;
    position: absolute;
    display: block;
    right: 0;
    content: "";
    top: 0;
    z-index: 1001;
}

.piclist ul .hover:before {
    font: normal normal normal 14px/1 iconfont;
    content: "\e830";
    display: block;
    position: absolute;
    top: 5px;
    right: 4px;
    z-index: 1002;
    color: #fff;
}