.indexContainerDiv {
    width: 100%;
    /*height: 300px;*/
    margin: 16px 0;
    padding: 16px;
    background: #fff;
}
.indexContainerDivTitle {
    height: 100px;
    text-align: center;
    padding: 25px 0;
    background: url("../img/searchBacImg.png") no-repeat;
}
.containerSpan {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 5px;
    position: relative;
    top: 8px;
    right: 15px;
    color: #ffffff;
}
.containerInput {
    width: 524px;
    height: 40px;
    padding: 0 10px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    margin-bottom: 3px;
}
.megaloscope {
    width: 88px;
    height: 42px;
    color: #fff;
}
.conditionwrap {
    overflow: hidden;
    min-height: 45px;
}
.conditionwrap_left {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-weight: bolder;
    /*font-size: 16px;*/
}
.conditionwrap_right {
    width: 1056px;
    float: right;
    /*height: 32px;*/
    line-height: 32px;
    padding-left: 10px;
}
.conditionwrap_right span {
    display: inline-block;
    height: 26px;
    padding: 0 15px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    /*font-size: 16px;*/
}
.selected {
    background-color: #2461b1;
    color: #FFFFFF;
}
.ztree li span.button{
    width: 0;
}
.layui-treeSelect .ztree li span.button.ico_docu:before{
    content: "";
}
.layui-treeSelect .ztree li a.curSelectedNode{
    color: #3888fe;
}
.layui-treeSelect {
    width: 300px !important;
}
.layui-treeSelect .ztree li span.button.switch {
    position: relative;
    top: -5px;
}
.layui-treeSelect.layui-form-select .layui-anim {
    width: 187px !important;
    overflow-x: auto;
}
.layui-form-select dl::-webkit-scrollbar,.layui-treeSelect.layui-form-select .layui-anim::-webkit-scrollbar{
    width: 2px!important;
    height: 5px!important;
    border-radius: 10px;
    background-color: #F5F5F5;
}
.conditionwrap_list {
    height: 40px;
    background: #f7f7f7;
    font-size: 14px;
    font-weight: 400;
    color: #3e464c;
    line-height: 14px;
    padding: 13px 16px;
}