.hidden {
    display: none !important;
}

.selectPickerWrapper * {
    box-sizing: border-box;
}

.selectPickerWrapper {
    position: relative;
    display: inline-block;
}

.select-picker-search {
    width: 200px;
    height: 32px;
    line-height: 32px;
    color: #666;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 8px;
}

.select-picker-search-none {
    border-color: #dc3545 !important;
}

.select-picker-search-checked {
    position: relative;
    width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 5px;
}

.select-picker-search-checked i {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: 5px;
}

.select-picker-options-wrp {
    display: none;
    width: 200px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    background-color: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
    height: 300px;
    overflow: auto;
}

.select-picker-options-serch {
    display: none;
}

.select-picker-options-serch input {
    width: 160px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 12px 0 0 10px;
    padding-left: 8px;
}

.select-picker-options-serch input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.select-picker-options-list {
    width: 100%;
    padding: 8px 0;
}

.select-picker-options-list-item {
    width: 100%;
    line-height: 36px;
    cursor: pointer;
    padding: 0 12px;
}

.select-picker-options-list-item:hover {
    background: #ebf1f5;
}

.duihao {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: translateY(4px);
    margin-right: 6px;
}

.duihao-checked {
    background: #00a0ff;
    position: relative;
}

.duihao-disabled {
    background: #c4cbcf;
    position: relative;
}

.duihao-checked:before, .duihao-checked::after {
    content: "";
    height: 10px;
    width: 2px;
    border-radius: 10px;
    display: block;
    background: white;
    position: absolute;
    top: 4px;
    left: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.duihao-checked::before {
    height: 6px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    left: 5px;
}

.duihao-nocheck {
    border: 1px solid #ddd;
}
