.select_area {
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 10px;
    border: solid 1px #999;
    width:65%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;float: right;}
.long_select .select_area {
width:60%;}
.select_area .select_tit {
    color: #6e6e6e;
    line-height: 38px;
    height: 38px;overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.select_area .select_list {
    list-style-type: none;
    margin: 0;
    display: none;
  background: #fff;
    position: absolute;
    z-index: 1;
    right: -1px;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    left: -1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 39px;}
 .select_list li {
    border-bottom: solid 1px #999;
    line-height: 40px;
    padding: 0 10px;
    cursor: pointer;    color: #6e6e6e;}
.select_area:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid #595959;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 0;
   
    right: 15px;
    bottom: 0;
    margin: auto;
    border-bottom: 0;}/**vsb_css*/ vsb_345342222222{}