﻿.layer{
    display:none;
    line-height:calc(100vh);
    text-align:center;
    position:fixed;
    left:0px;
    top:0px;
    background-color:rgba(0,0,0,.2);
    width:100%;
    height:100%;
    font-size:20px;
    color:#fff;
    z-index:999;
}
#text_query {
    height: 32px;
    border-radius: 5px;
    outline: none;
    border-top-style: groove;
    border-right-style: groove;
    border-bottom-style: groove;
    border-left-style: groove;
    border: 1px solid #a1a1a1;
    width:240px;
}
.head {
    width: 100%;
    height: 100px;
}
.menu{
    height:40px;
    width:100%;
}
.head-condition{
    width:100%;
    height:60px;
}
table {
    width: 100%;
    border-left: #C8B9AE solid 1px;
    border-top: #C8B9AE solid 1px;
    border-collapse: collapse;
}

table td {
   border-right: #C8B9AE solid 1px;
   border-bottom: #C8B9AE solid 1px;
   padding: 10px 10px 6px;     
}
.selectUpImage {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,.2);
    width: 100%;
    height: 100%;
    z-index: 998;
}
.selectUpImageBox {
    background-color: #fff;
    width: 910px;
    height: 500px;
    margin: auto;
    margin-top: calc(50vh - 300px);
    box-shadow: 0 0 9px 3px #999;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.selectUpImageBox_head {
    width: calc(100% - 6px);
    height: 30px;
    border: solid 0.5px #ffb8c3;
    padding:5px 2px;
}
input[type=button] {
    /*background-color:#ff8598;*/
    background: #3860f4;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    width: 70px;
    height: 30px;
}
input[type=button]:hover{
    background-color:#6488fc;
}
.menu_foot input[type=button] {
    background: #3860f4;
    width: auto;
}
.menu_foot input[type=button]:hover {
    background-color: #6488fc;
}
.selectUpImageBox_body {
    width: 100%;
    height: 444px;
    padding: 5px;
    overflow:auto;
}
.imgDoady{
    position:relative;
    width:220px;
    height:176px;
    float:left;
    margin:2px;
    
}
.imgDoady img {
    position: absolute;
    top: 0px;
    left: 0px;
    border:0.5px;
    width:220px;
    height:176px;
}
.clear {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color:red;
    color:#fff;
    padding:2px 5px;
}
.clear:hover{
    background-color:#f25959;
}
.imgDoady .number {
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: #e6e6e6;
    color: #000;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.imgDoady input[type=checkbox]{
    position:absolute;
    bottom:0px;
    right:0px;
}
/*滚动条样式*/
div::-webkit-scrollbar {
    width: 1px;
    height: 5px;
}

div::-webkit-scrollbar-thumb { 
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 5px #fafafa;
    background: rgba(0,0,0,.075);
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #fafafa;
    border-radius: 0;
    background: #ececec;
}
.upfile{
    position:relative;
}
.upfile input[type=button]{
    position:absolute;
    top:0px;
    left:0px;
}
.upfile input[type=file]{
    position:absolute;
    top:0px;
    left:0px;
    width: 70px;
    height: 30px;
    opacity:0;
}