  .select-wrapper{ z-index:0 !important;
    width: 250px !important;
    height: 52px !important;
    position: relative;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *float: left;
    *margin-right: 10px;
    background: #f8f8f8;
    border-right: 1px solid #e7e7e7; border-left:none;
	margin:0 !important;
	padding:0 !important;
	float:left;
  }
  .select-wrapper.focus{
  }
  .select-button{
    width: 250px !important;
    height: 52px !important;
    border: 0;
    background: #f8f8f8;
    cursor: pointer;
    padding: 0 26px 0 10px;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
  }
  .select-down{
    position: absolute;
    top: 24px !important;
    right: 15px;
    height:0;
    width:0;
    overflow: hidden;
    font-size: 0;
    border-color: #333 transparent transparent transparent;
    border-style: solid;
    border-width: 6px;
  }  
  .disabled{
    color: #cccccc;
  }
  .select-list{
    width: 250px !important;
    background: #fff;
    border: 1px solid #e7e7e7;
    /*box-shadow: 0 0 3px #ddd;*/
    display: none;
    z-index: 2;
    position: absolute;
    left: -1px;font-size:14px;
    top: 52px !important;
    overflow: hidden;
  }
  .select-list ul{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 34px;
    max-height: 380px;
  }
  .select-list ul li{
    width: auto;
    height: 30px !important;
    padding: 10px 0 12px 10px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
  }
  .select-list ul li.selected,
  .select-list ul li:hover{
    color: #fff;
    background: #61b988;
  }
  
  .select-button-disable{
    color: #ccc;
    width: 250px;
    height: 50px;
    border: 1px solid #e7e7e7;
    background: #fff;
    cursor: pointer;
    padding-left: 10px;
    overflow: hidden;
    text-align: left;
    outline: none;
  }
  .select-down-disable{
   color: #ccc;
   position: absolute;
   top: 0;
   right: 10px;
   line-height: 34px;
  }