  .select-wrapper{
    font: normal 14px '\5FAE\8F6F\96C5\9ED1';
    width: 100%!important;
    height: 76px!important;
    position: relative;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *float: left;
    *margin-right: 10px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
  }
.select-wrapper.focus{ border: 1px solid #d82128;}
.select-wrapper.focus .select-button{background: #d82128; color: #fff;}
.select-wrapper.focus .select-down{/* background: url(../images/select-down2.png) no-repeat;*/ background: url(../images/pro15_h.png) no-repeat 12px 12px;}
  .select-button{
    font: normal 14px '\5FAE\8F6F\96C5\9ED1';
    width: 100% !important; font-size: 24px; color: #666;
    height: 74px!important;
    border: 0;
    background: #fff;
    cursor: pointer;
    padding: 0 40px 0 20px;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
  }
  .select-down{
    position: absolute;
    top: 18px!important;
    right: 10px;
    height:42px;
    width:42px;/* background: url(../images/select-down1.png) no-repeat;*/ background: url(../images/pro15.png) no-repeat 12px 12px;
    overflow: hidden;
    border-width: 7px;
  }  
  .disabled{
    color: #cccccc;
  }
  .select-list{
    width: 100%!important;
    background: #fff;
    box-shadow: 0 0 6px #ccc;
    display: none;
    z-index: 2; font-size: 24px;
    position: absolute;
    left: -1px;
    top: 76px!important;
    overflow: hidden;
  }
  .select-list ul{
    margin: 10px 30px;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 50px;
    max-height:380px;
  }
  .select-list ul li{
    width: auto;
    height: 60px !important; line-height: 60px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all; border-bottom: 1px solid #eaeaea;
    text-overflow: ellipsis; position: relative; padding-left: 5px;
  }

  .select-list ul li.selected,
  .select-list ul li:hover{
    color: #fff; background:#d82128;
  }
.select-list ul li+li.selected,
  .select-list ul li+li:hover{
    color: #fff; background: url(../images/pro15_h.png) no-repeat #d82128; background-position: 3px center;
  }

.select-list ul li+li{ font-size: 16px; background: url(../images/pro15.png) no-repeat; background-position: 3px center; padding-left: 35px;}
/*.select-list ul li+li:before{content: "-"; padding-right: 5px;}*/
  
  /* 下拉列表不可用样式 */
  .select-button-disable{
    color: #ccc;
    width: 238px;
    height: 50px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    padding-left: 10px;
    overflow: hidden;
    text-align: left;
    outline: none;
  }
  .select-down-disable{
   color: #ccc;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 10px;
   line-height: 50px;
  }