@charset "utf-8";

@import url(/static/comm/css/page.w.css);
@IMPORT url("/static/comm/css/showimage.w.css");
#myLocation{margin: 0;padding: 0 20px;}
#mainContent{
    margin-bottom: 30px;
    padding: 0 20px;
}
.listContent{
    width: 100%;
    height: auto;
    overflow: hidden;
}
/*表格*/
.navBox {
    width: 100%;
    height: 46px;
    background: #F6F6F6;
    border: 1px solid #dcdcdc;
    margin-bottom: 15px;
    padding: 5px 15px;
    line-height: 36px;
}
.divTable {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-bottom: none;
    height: auto;
    overflow: hidden;
}
.divTh {
    background: #F6F6F6;
    font-weight: bold;
}
.divTr {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 25px;
    padding: 8px 6px;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
}
.divTr:HOVER {
    background-color: #eee;
}
.divTr li {
    text-align: center;
    position: relative;
    float: left;
}

.listLine>li{
    width: 20%;
}
.listLine>li:nth-child(1),.listLine>li:nth-child(6){
    width: 10%;
}
#go_search{
    float: right;
    margin-top: 1px;
}
#s_key{
    float: right;
    margin-right: 10px;
    width: 266px;
}
.listLine .btn-danger{
    margin-left: 10px;
}
#addData{
    float: left;
}
.clickThis{
    cursor: pointer;
}

/*弹窗*/
.popUp form {
    padding: 10px 50px 30px;
}
.popUp .col-sm-9{
    padding: 0;
}
#confirm{
    width: 55%;
}
.form-horizontal .form-group{
    margin-right: 0;
}
#managepop{
    display: none;
}
.picPreview li {
    width: 60px;
    height: 60px;
}
#MnageForm .form-control{
    width: 90%;
}
#maskDiv{
    z-index: 999;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
.textareas{
    resize: none;
    height: 80px!important;
}