@charset "UTF-8";
/*
.listBox{
  height:100px;
  border:1px #ddd solid;
  position:absolute;
  overflow-x: hidden;
  overflow-y: hidden;
}
  .listBox ul{
    overflow-y: scroll;
    padding-right: 17px;

  }
    .listBox ul li {
      list-style: none!important;
      padding: 4px;
    }
*/

.listBox{
  padding: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  border: 1px solid #ccc;
  position:absolute;
  background-color: #FFF;
}
  .listBox ul{
    margin: 0;
    padding: 0;
    height: 96px;
    padding-right: 17px;
    overflow-y: scroll;
  }
    .listBox ul li {
      list-style: none!important;
      padding: 4px;
      border:1px #ddd solid;
    }

