body {
    margin: 0;

}

#toolbar {
    height: 35px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-bottom:20px;
    border: 1px solid #dfdfdf; 
}

#toolbar td{
    font-size:13px;
}

.ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee 50% 50% repeat-x;
    color: #363636;
}

.draggable {
    border: 1px solid #cd0a0a;
    color: #cd0a0a;
    width: 130px;
    height: 180px;
    padding: 0.5em;
    float: left;
    margin: 3px 3px 3px 0;
}

.searchBox{
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchBox .search-text{
    display: inline-block;
    margin-right: 20px;
    width:250px;
    height:38px;
    font-size:25px;
}

.search-text::placeholder{
    color: rgb(182, 182, 182);
    font-size:16px;
    text-align: center;
}

.img-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 40px;
    margin-bottom: 15px;
}

#dir{
    display: inline-block;
    width: 200px;
}

.img-edit{
    margin-bottom: 15px;
}

.all-select{
    display: inline-block;
}

.select{
    display: inline-block;
    width: 200px;
}

.img-list .layui-form-checkbox[lay-skin=primary] {
    padding-left: 0;
}

.img-item .layui-form-checkbox[lay-skin=primary] i{
    height: 200px !important;
    width: 20px !important;
    position: relative;
    top: 0;
}

.img-item .layui-icon-ok:before{
    position: relative;
    top: 85px;
}

/* checkbox 图标*/
.layui-form-checked[lay-skin=primary] i{
    border-color:#1E9FFF !important;
    background-color:#1E9FFF !important;
}

.img-item{
    margin-right: 20px;
}


div.item{
    display: inline-block;
    width:100%;
    text-align: center;
    
}


#title {
    background-color: #f9f5e8;
    padding: 6px 0;
    border-left: none;
    border-right: none;
    text-align: center;
    font-size: 10px;
    color: #707070;
    transform: translate(0, -20px);
}


span.curr {
    color: #626262;
        font-size: 12.5px;
}

.btn_list{
    margin-top: 30px;
    margin-bottom: 15px;
}

.btn_list a{
    border: none;
    font-size: 13px;
    margin-bottom: 5px;
    text-decoration: none;
    color: rgb(88, 87, 87);
}

.btn_list a:hover{
    color: rgb(155, 155, 155);
}


.layui-input, .layui-textarea {
    display: block;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #a8a8a8;
}

.layui-input:hover, .layui-textarea:hover {
    border-color: #399884!important;
}

.image_class {
    background: #393d49;
    color: white;
    width: 110px;
    height: 80px;
    padding: 10px;
    line-height: 110px;
    margin: 3px;
    text-align: center;
    border-radius: 5px;
}

.image_class:hover {
    box-shadow: 0px 3px 3px #888888;
    background-color: #314478;
    transform: translate(0,-3px);
    transition: all 0.3s;
}

a:hover {
    color: #ffffff;
}

































