.layoutHeaderQuery{
    background:#F8F8F9;
    border:1px solid #E7E7E7;
    height:40px;
    line-height:40px;
}
.layoutHeaderQuery .layoutHeaderQueryLeft{
    font-size:15px;padding-left:20px;
}
.layoutHeaderCon{
    background:#fff;
    padding-top:20px;
    border:1px solid #E7E7E7;
    border-top:none
}

.layoutContent{
    margin-top:20px;
    /*border:1px solid #E7E7E7;*/
}
/*.layoutContent  table td{
    border:1px solid #E7E7E7
}
.layoutContent  table th{
    border:1px solid #E7E7E7
}*/
.layoutContentButton{
    height:40px;
    line-height:50px;
}
.button-color{
    background:#F6F6F6
}

.layoutPage .title{
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    /* padding-right: 20px; */
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 20px;
}
.downloadTemplate{
    color:#409EFF;
    text-decoration:underline 
}
.closeIcon{
    float:right
}
/*上传按钮样式一*/
.upload-btn{
    padding: 4px 10px;
    height: 20px;
    position: relative;
}
.upload-btn-change{
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    opacity: 0;
    width:0px;
}
.ivu-select-dropdown ul li {
    white-space: nowrap!important;
}
.ivuCascader .ivu-cascader-menu{
    min-width:200px;
    background-color: #ffffff;
}
.ivu-cascader .ivu-cascader-menu-item{
    height:30px;
    /*line-height:30px;*/
    display: block;
}