body{ font-size: 14px; line-height: 1.42857143;margin:0;}

 		.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:6px;border:1px solid #e5e5e5;padding:0 10px;font-size:14px;cursor:pointer;}
		.select-picker-search-checked{position:relative;width:180px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding-right: 5px;}
		.select-picker-options-wrp{width:210px;border-radius: 2px;box-shadow: 0 1px 5px rgba(0,0,0,.2);background-color: #fff;position:absolute;bottom:36px;left:-3px;z-index:999;}
		.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;max-height: 150px;overflow: auto;}
		.select-picker-options-list-item{width:100%;line-height:20px;cursor: pointer;padding:8px 12px;}
		.select-picker-options-list-item:hover{background: #DFE9F7;}
		.select-picker-options-list-item.disabled{
			color: #c0c4cc;
			cursor: not-allowed;
		}
		.duihao {display:inline-block;width:18px;height:18px;border-radius:3px;transform: translateY(4px);margin-right:6px;}
		.duihao-checked {  background:#00a0ff; 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;}
		.select-actived{
			border: 1px solid #3E9DFD;
		}
