.neon-advanced-search-box{
    display: flex;
    align-items: center;
    position: absolute;
}
.neon-advanced-search-box .nasb-clear-num{
    display: contents;
}
.neon-advanced-search-box .clear-all-search{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #0074D9;
    margin-right: 4px;
    cursor: pointer;
}
.neon-advanced-search-box .search-num{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #002D41;
    background: #E2F2FE;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    margin-right: 12px;
}
.neon-advanced-search{
    position: relative;
}
.neon-advanced-search .advanced-serach .advanced-serach-button{
    background: #FFFFFF;
    border: 1px solid #E6E9EE;
    border-radius: 4px;
    padding: 8px 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #282968;
}
.advanced-serach .advanced-serach-button .close-nds-popover{
    color: #282968;
    width: 13px;
    height: 12px;
    margin-right: 10px;
}
.neon-advanced-search .neon-advanced-search-popover{
    border: 1.5px solid #E6E9EE;
    border-radius: 4px;
    width: 480px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    background: #fff;
}
.neon-advanced-search-box{
    z-index: 101;
}
.neon-advanced-search-box .calendar-input{
    width: 1%!important;
    flex: 1 1 auto!important;
}
.neon-advanced-search-box .fa-calendar-alt, .neon-advanced-search-box .fa-clock{
    line-height: 30px;
    height: 44px;
}
.neon-advanced-search-popover .nas-popper-arrow,
.neon-advanced-search-popover .nas-popper-arrow:after{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.neon-advanced-search-popover .nas-popper-arrow{
    top: -14px;
    right: 32px;
    border-bottom-color: #E4E7ED;
    border-width: 7px;
    filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
}
.neon-advanced-search-popover .nas-popper-arrow:after{
    content: " ";
    border-width: 7px;
    top: 1px;
    margin-left: -7px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.neon-advanced-search-popover .nas-popover-header{
    height: 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 12px 16px;
}
.neon-advanced-search-popover .nas-popover-header .title-text{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #002D41;
}
.neon-advanced-search-popover .nas-popover-header .title-clear{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0074D9;
    cursor: pointer;
}
.neon-advanced-search-popover .nas-popover-body{
    width: 100%;
}
.nas-popover-body .npb-options{
    display: flex;
    min-height: 74px;
    height: auto;
    border-top: 1px solid #E5E5E5;
    padding: 12px 16px;
}
.nas-popover-body .npb-options .npb-options-lab{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #002D41;
    min-width: 132px;
    width: 132px;
    margin-right: 14px;
    word-break: break-word;
}
.nas-popover-body .npb-options .npb-options-input{
    background: #FFFFFF;
    border: 1px solid #C0C8D7;
    border-radius: 4px;
    height: 44px;
    width: 100%;
    padding: 14px 16px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #002D41;
    outline: 0;
}
.nas-popover-body .npb-options .npb-options-input:focus{
    border-color: #0074d9!important;
}
.fade-leave,
.fade-enter-to{
    opacity: 1;
}
.fade-leave-active,
.fade-enter-active {
    transition: all 0.25s;
}
.fade-leave-to,
.fade-enter {
    opacity: 0;
}

/*multi select style*/

.npb-multi-select{
    position: relative;
    width: 100%;
}
.npb-multi-select .placeholder {
    display: flex;
}
.npb-multi-select .placeholder .npb-options-input{
    cursor: pointer;
}
.npb-multi-select .placeholder .input-right-text{
    position: absolute;
    right: 15px;
    top: 14px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #0074D9;
}
.npb-multi-select .placeholder .input-right-text span i{
    color: #54698D;
}
.npb-multi-select .placeholder .has-val {
    color: #0074D9;
    font-size: 14px;
    line-height: 16px;
}

.npb-multi-select .list {
    width: 100%;
    position: absolute;
    z-index: 200;
    border: 1.5px solid #E6E9EE;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
    padding: 0 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    font-family: Lato, sans-serif;
    color: #002D41;
    right: 0;
    top: 52px;
    white-space: nowrap;
    max-height: 300px;
}
.npb-multi-select .list .list-scrollbar{
    max-height: 300px;
    overflow-y: scroll;
}
.npb-multi-select .list .list-scrollbar::-webkit-scrollbar{
    width: 4px;
    cursor: pointer;
}
.npb-multi-select .list .list-scrollbar::-webkit-scrollbar-thumb {
    background: #C0C8D7;
    border-radius: 4px;
    min-height: 51px;
    cursor: pointer;
}
.npb-multi-select .list .filter-seach-empty{
    color: #002d41;
    font-size: 13px;
    font-family: Lato;
    font-style: italic;
    padding: 15px;
}
.npb-multi-select .list .up-arrow {
    width: 0;
    height: 0;
    position: absolute;
    margin-top: -14px;
    margin-left: calc(100% - 32px);
    border: solid 7px transparent;
    border-bottom: solid 7px #E6E9EE;
}

.npb-multi-select .list .up-arrow::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -6px;
    top: -5px;
    border: solid 6px transparent;
    border-bottom: solid 6px white;
}

.npb-multi-select .list .items {
    list-style: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 0;
}

.npb-multi-select .list .items .item {
    min-height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.npb-multi-select .list .items .item label{
    width: 100%;
    display: flex;
    padding: 12px 16px;
    cursor: pointer;
}
.npb-multi-select .list .items .item .item-text{
    max-width: 220px;
    word-break: break-word;
    white-space: break-spaces;
}
.npb-multi-select .list .items .item label .item-checked{
    border: 1px solid #a8b7c7;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    outline: none;
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    z-index: -1;
}
.npb-multi-select .list .items .item:hover {
    background: #E2F2FE;
}

.npb-multi-select .list-checkbox-input{
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle;
}
.list-checkbox-input .list-checkbox-inner{
    display: inline-block;
    position: relative;
    border: 1px solid #a8b7c7;
    border-radius: 0;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    background-color: #fff;
    z-index: 1;
    margin-right: 12px;
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}
.item.is-selected .list-checkbox-inner{
    background: #0074D9;
    border-color: #0074D9 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.npb-multi-select .list .items .item.is-selected {
    background: #E2F2FE;
}

.npb-multi-select .list .footer {
    height: 35px;
    line-height: 15px;
    padding: 10px;
    color: #242d00;
    border-top: 1px solid #EEF1F6;
    font-size: 12px;
    letter-spacing: 0;
}

.npb-multi-select .list .footer span {
    font-family: Lato, sans-serif;
    color: #0074D9;
    cursor: pointer;
    margin-right: 5px;
    float: right;
}

.neon-advanced-search-popover .nas-mini-show,
.neon-advanced-search-box .nas-mini-show-transition,
.neon-advanced-search .nas-mini-show-sort-by{
    display: none;
}


@media screen and (max-width: 768px) {
    .neon-advanced-search .npb-options .select-sort-by,
    .neon-advanced-search .nas-mini-show-sort-by{
        display: flex;
    }
    .nas-mini-show-sort-by .select-sort-by{
        border: 1px solid #C0C8D7;
        border-radius: 4px;
        background: #fff;
        width: 430px;
        height: 44px;
        font-family: 'Lato';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        color: #3C4144;
        padding: 12px 14px;
        display: inline-block;
    }
}
/*屏幕小于667*/
@media screen and (max-width: 666px) {
    .slideLeft-enter {
        animation: slideLeft-popover-fade-in 0.3s ease;
    }
    .slideLeft-leave {
        animation: slideLeft-popover-fade-out 0.3s ease forwards;
    }
    .slideLeft-enter-active {
        animation: slideLeft-popover-fade-in 0.3s ease;
    }
    .slideLeft-leave-active {
        animation: slideLeft-popover-fade-out 0.3s ease forwards;
    }

    @keyframes slideLeft-popover-fade-in {
        0% {
            transform: translate3d(-100%, 0, 0);
            opacity: 1;
        }
        100% {
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
    }
    @keyframes slideLeft-popover-fade-out {
        0% {
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
        100% {
            transform: translate3d(-100%, 0, 0);
            opacity: 1;
        }
    }
    .neon-advanced-search-popover .nas-max-show,
    .neon-advanced-search-box .nas-max-show-body{
        display: none;
    }
    .neon-advanced-search-popover .nas-mini-show,
    .neon-advanced-search-box .nas-mini-show-transition{
        display: block;
    }
    .neon-advanced-search .neon-advanced-search-popover{
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: fixed;
        z-index: 100;
        background: #F9FAFC;
        overflow-y: scroll;
        transition: transform 0.3s ease-in-out;
    }
    .neon-advanced-search-popover .nas-mini-show-header{
        width: 100%;
        display: flex;
        background: #fff;
        height: 45px;
        min-height: 45px;
        border-bottom: 2px solid #e6e9ee;
        align-items: center;
        justify-content: space-between;
        padding: 4px 23px;
    }
    .neon-advanced-search-popover .nas-mini-show .clickable {
        cursor: pointer;
    }
    .neon-advanced-search-popover .nas-popover-body{
        flex: 1;
    }
    .neon-advanced-search-popover .nas-nini-show-footer{
        height: 72px;
        min-height: 72px;
        background: #fff;
        border-top: 2px solid #FBFBFD;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 12px 14.5px 12px 30px;
        filter: drop-shadow(0px 0px 2px rgba(47, 73, 117, 0.14)) drop-shadow(0px 2px 2px rgba(47, 73, 117, 0.12)) drop-shadow(0px 1px 3px rgba(47, 73, 117, 0.2));
    }
    .neon-advanced-search-popover .nas-mini-showoverlay{
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 1000;
        background: #002D41;
        opacity: 0.2;
    }
    .neon-advanced-search-popover .nas-nini-show-footer .footer-cancle{
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #0074D9;
    }
    .neon-advanced-search-popover .nas-nini-show-footer .footer-button button{
        background: #282968;
        border-radius: 4px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        border: none;
        color: #fff;
        width: 82px;
        height: 44px;
    }
    .neon-advanced-search-popover .nas-mini-show-header span i{
        font-size: 20px;
    }
    .neon-advanced-search-popover .nas-mini-show-header .header-title-text{
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        color: #002D41;
    }
    .neon-advanced-search-popover .nas-popover-header{
        border-bottom: 1px solid #E5E5E5;
    }
    .nas-popover-body .npb-options{
        border: none;
        flex-direction: column;
        min-height: 74px;
        height: auto;
    }
    .nas-popover-body .npb-options .npb-options-lab{
        color: #54698d;
        margin-bottom: 5px;
        width: 100%;
    }
    .neon-advanced-search-popover .nas-popper-arrow{
        display: none;
    }
    .npb-multi-select .list{
        position: fixed;
        z-index: 1001;
        top: 65%;
        bottom: 0;
    }
    .npb-multi-select .list .item{
        font-family: Lato;
        font-size: 13px;
        font-weight: 400;
    }
    .npb-multi-select .list .item.is-selected{
        font-weight: 600;
    }
    .npb-multi-select .list .up-arrow{
        display: none;
    }
    .nas-popover-body .npb-options .nas-dropdown-list-header{
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 14px;
        border-bottom: 1px solid #e5e5e5;
        border-radius: 4px 4px 0 0;
        position: fixed;
        background: #fff;
        z-index: 2;
    }
    .npb-multi-select .list .items{
        margin: 40px 0;
    }
    .nas-dropdown-list-header .mini-dropdown-cancel, .nas-dropdown-list-header .mini-dropdown-done {
        cursor: pointer;
        font-size: 14px;
        font-family: Roboto;
    }
    .nas-dropdown-list-header .mini-dropdown-done {
        color: #0074D9;
    }
}

/*屏幕小于546*/
@media screen and (max-width: 546px) {
    .layui-laydate-range {
        width: 280px!important;
    }
}