.select-wrapper{
    font:normal 14px '\5FAE\8F6F\96C5\9ED1';
    width:240px;
    height:34px;
    position:relative;
    cursor:pointer;
    display:inline-block;
    *display:inline;
    *float:left;
    *margin-right:10px;
    background: transparent;
    border-radius:2px;
    border:0px solid #e3e3e3;
}
.select-wrapper.focus{
    border:0px solid #61b988;
}
 
.select-button:hover,.select-button:focus
{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    border: 1.2px solid #D3D3D3
}
.select-button{
    font:normal 14px '\5FAE\8F6F\96C5\9ED1';
    width:238px;
    height:34px;
    border:0;
    margin-top: -1px;
    margin-left: -1px;
    border: 1.2px solid #e6e6e6;
    border-radius:3px;
    background:#fff;
    cursor:pointer;
    padding:0 26px 0 10px;
    overflow:hidden;
    outline:none;
    white-space:nowrap;
    word-break:keep-all;
    text-overflow:ellipsis;
    text-align:center;
    font-family: Quicksand,"游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"Yu Gothic UI","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
}
.select-down{
    position:absolute;
    top:21px;
    right:12px;
    height:0;
    width:0;
    overflow:hidden;
    font-size:0;
    border-color:#333 transparent transparent transparent;
    border-style:solid;
    border-width:6px;
}
.select-up{
    top:8px !important;
    transform: rotate(-180deg);
}
 
.disabled{
    color:#cccccc;
}
.select-list{
    width:238px;
    background:#00CCFF;
    border:0px solid #e8e8e8;
    box-shadow:0 0 3px #00CCFF;
    border-radius:16px;
    display:none;
    z-index:2;
    position:absolute;
    left:-1px;
    top:35px;
    overflow:hidden;
}
.select-list ul{
    margin:0;
    padding:0;
    overflow-x:hidden;
    overflow-y:auto;
    line-height:34px;
    max-height:240px;
}
.select-list ul li{
    width:auto;
    height:34px;
    padding-left:10px;
    cursor:pointer;
    overflow:hidden;
    white-space:nowrap;
    word-break:keep-all;
    text-overflow:ellipsis;
    letter-spacing: 0px;
    font-family: Quicksand,"游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"Yu Gothic UI","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
}
.select-list ul li.selected,
.select-list ul li:hover{
    color:#fff;
    background:#66ccff;
    letter-spacing: 0px;
    font-family: Quicksand,"游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"Yu Gothic UI","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
}
 
.select-button-disable{
    color:#ccc;
    width:238px;
    height:34px;
    border:1px solid #e3e3e3;
    border-radius:3px;
    background:#fff;
    cursor:pointer;
    padding-left:10px;
    overflow:hidden;
    text-align:center;
    outline:none;
}
.select-down-disable{
    color:#ccc;
    font-size:18px;
    position:absolute;
    top:0;
    right:10px;
    line-height:34px;
}