// 高级查询样式
.yyui-ncc-advanceSearch{
    // display: flex;
    // justify-content: space-between;
    background: #fff;
    margin:10px 20px ;
    padding-bottom: 10px;
    &-schemeList{
        padding:0 10px;
    }
    &-schemeListItem{
        height: 24px;
        line-height: 24px;
        border: 1px solid #d9d9d9;
        font-size: 14px !important;
        border-radius: 4px;
        text-align: center;
        margin: 10px 0;
        width: 98px !important;
        cursor: pointer;
        margin-right:10px
    }
    &-action{
        text-align: right;
        margin-top: 10px;
        flex-grow: 1;
        &-item{
            font-size: 14px !important;
        }
        button{
            margin-right: 10px;
            height: 28px;
            background: #ffffff !important;
            border: NaNpx solid #d9d9d9 !important;
            color:#666666 !important;
            border-radius: 2px;
            margin-left: 0 !important;
            span{
                font-size: 14px !important;
            }
            &:not(:first-child):hover{
                border-color: #E24D47 !important;    
                color: #E24D47 !important ;
            }
            &:first-child{
                background: #E24D47 !important;
                border-radius: 2px;
                border-color: #E24D47 !important;
                color: #fff !important;
            }
        }
    }
    &-condition{
        color: #333333 !important;
        width: 100%;
        font-size: 14px !important;
        &-item{
            display: flex;
            margin-top: 10px;
            padding:0 14px;
            &-label{
                width: 40% !important;
                display: inline-block !important;
                line-height: 28px;
                font-weight: 400;
                text-align: right;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                padding:0 10px;
            }
            &-input{
                width: 60% !important;
            }
            &-input{
                flex: 1;
            }
        }
        // &-label{
        //     line-height: 28px;
        //     margin-right: 7px;
        //     font-weight: 400;
        // }
    }
    &-collapse{
        display: inline-block;
        color: #e24d47 !important;
        i{
            font-weight: 700;
        }
        span{
            &:hover{
                cursor: pointer ;
            }
            margin-right: 10px;
        }
        .anticon{
            margin-right: 10px;
        }
        .anticon::before{
            width: 12px;
            height: 7px !important;
        }
    }
}
.advance-search-modal{
    .ant-modal-body{
        &>div{
            width: 70% !important;
            display: inline-block;
        }
        padding: 10px !important;
    }
}
