﻿
.galleryList .gallery-item {
    width: 50%;
    display: inline-block;
    /*padding: 5px;*/
    float: left;
}

.galleryList .gallery-content {
    border: 1px solid #eee;
    margin:5px;
}

.galleryList .img-box img {
    max-width: 100%;
    max-height: 100px;
}

.galleryList .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    height: 110px;
    position:relative;
}

.gallery-search-text {
    padding: 0 25px 0 5px;
    width: 140px;
    height: 25px;
    line-height: 25px;
    float: left;
}

.gallery-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.gallery-footer .oper-img {
    width: 28%;
}


.layui-flow-more {
    clear: both;
}

.pic_check,.teampic_check {
    position:absolute;
    top:5px;
    left:5px;
}
.inner .inner-box {
    display: flex;
    justify-content: center;
    max-width: 100%;
    background-color: #f5f7f9;
    margin-left: 5px;
}
.inner .box-size {
    color: #999;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    display: flex;
    padding: 0 5px;
    justify-content: space-between;
}
.tools-menu {
    border-bottom: 1px solid #cccccc;
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}