.schoolBox {
    margin-top: 10px;
    background-color: #FFF8F6;
    border: 1px solid #DDD;
    width: 360px;
    height: 280px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
  }
  
.schoolBox .schoolTitle {
    margin-top: 5px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 1.8;
  }
  
.schoolBox .schoolTitle h3 {
    color: #000;
    font-size: 20px;
  }
  
.schoolBox .schoolTitle div {
    float: right;
    font-size: 14px;
    margin-top: 7px;
    color: #999;
    margin-left: 106px;
  }
  
.schoolBox .schoolTitle div span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    color: #FF5151;
  }
  
.schoolBox .search {
    margin-top: 17px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  
.schoolBox .search span {
    color: #666;
    font-size: 14px;
    margin-right: 8px;
    float: left;
    margin-top: 11px;
  }
  
.schoolBox .search input {
    height: 46px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding-left: 13px;
    width: 192px;
    line-height: 46px;
    box-sizing: border-box;
    font-size: 14px;
    color: #555;
    outline: none;
    float: left;
  }
  
.schoolBox .search a {
    height: 46px;
    line-height: 46px;
    width: 74px;
    background-color: #FF5151;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    margin-left: 7px;
  }
  
.schoolBox .select {
    margin-top: 12px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  
.schoolBox .select li {
    width: 64px;
    height: 40px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
  }
  
.schoolBox .select .province {
    position: relative;
    width: 78px;
    height: 46px;
    float: left;
  }
  
 .schoolBox .select .province .select_province {
    cursor: default;
    width: 76px;
    height: 46px;
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
    line-height: 46px;
    display: inline-block;
    border-radius: 4px;
    position: relative;
  }
  
.schoolBox .select .province .select_province span {
    color: #444;
    font-size: 14px;
    padding-right: 11px;
  }
.schoolBox .select .province .select_province span.arrow,
.schoolBox .select .school .select_school span.arrow{
    padding-right: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -9px;
  }
.schoolBox .select .province .allProvince {
    position: absolute;
    top: 46px;
    left: 1px;
    width: 76px;
    height: 260px;
    padding: 10px 6px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
    z-index: 10;
    overflow: hidden;
    display: none;
  }
  
.schoolBox .select .province .allProvince li:hover,.schoolBox .select .province .allProvince li.active {
    background-color: #FA7449;
    color: #fff;
  }
  
.schoolBox .select .school {
    position: relative;
    width: 156px;
    height: 46px;
    float: left;
  }
  
 .schoolBox .select .school .select_school {
    cursor: default;
    width: 156px;
    height: 48px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    line-height: 46px;
    color: #333;
    font-size: 14px;
    padding-left: 8px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 8px;
    position: relative;
  }
  
 .schoolBox .select .school .select_school span.txt {
    float: left;
    width: 118px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
 .schoolBox .select .school .allSchool {
    position: absolute;
    top: 46px;
    left: 9px;
    width: 154px;
    height: 260px;
    padding: 10px 6px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
    z-index: 10;
    overflow: hidden;
    display: none;
  }
  
 .schoolBox .select .school .allSchool li {
    width: 142px;
    text-align: left;
    overflow: hidden;
  }
  
  .schoolBox .select .school .allSchool li:hover, .schoolBox .select .school .allSchool li.active {
    background-color: #FA7449;
    color: #fff;
  }
  
.schoolBox .select .btngo {
    width: 74px;
    height: 46px;
    background-color: #FF5151;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    margin-left: 15px;
    cursor: pointer;
  }
.schoolBox .button-left, .schoolBox .button-right {
    width: 154px;
    height: 46px;
    background-color: #FA7449;
    float: left;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 13px;
    margin-top: 10px;
  }