/* 搜索栏 */
.search-form .search-grp{display: flex;margin-bottom: 15px;}
.search-form .search-input{flex:1;}
.search-form .search-input * {width: 100%;}
.search-form .search-label5{width: 85px;}
.search-form .search-label6{width: 101px;}
.search-form .search-label7{width: 117px;}
.search-form .search-label8{width: 133px;}
.search-form .search-btn-container{display: block; clear:both;margin-right: 15px;text-align: right;}

/* 搜索插件 */
.search-form .search-grp .bootstrap-select{width: 100% !important;}
.search-form .search-grp .bootstrap-select .filter-option{width: 100% !important;}
.search-form .search-grp .bootstrap-select .filter-option-inner{width: 100% !important;}
.search-form .search-grp .bootstrap-select .filter-option-inner-inner{width: 100% !important;}
.search-form .search-grp .bootstrap-select .caret{display: none !important;}

/* 空数据容器 */
.list-empty{}
.list-empty-message{margin-top: 100px;font-size: 20px;font-weight: bolder;text-align: center;}

.input-tips-after {margin: 5px 0; line-height: 15px; color: #6f7885}
