/* 搜索栏 */
.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;}

/* 内容区域 */
.yd-content{
    overflow-y: overlay;
    word-wrap: break-word;
    word-break: break-word;
&::-webkit-scrollbar {
     width: 6px;
     height: 6px;
     background-color: rgba(240, 240, 240, 1);
 }
/*定义滚动条轨道 内阴影+圆角*/
&::-webkit-scrollbar-track {
     box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
     border-radius: 10px;
     background-color: rgba(240, 240, 240, .5);
 }
/*定义滑块 内阴影+圆角*/
&::-webkit-scrollbar-thumb {
     border-radius: 10px;
     box-shadow: inset 0 0 0px rgba(64, 62, 62, 0.5);
     background-color: rgba(57, 56, 56, 0.5);
 }
}

.yd-content pre{
    word-wrap: break-word;
    word-break: break-word;
    white-space: pre-wrap;
}
