.container{
  padding: 0;
  margin: 0;
}

/* 筛选按钮 */
.select-view {
  height: 60rpx;
  line-height: 60rpx;
  background: #cc6031;
  color: #FFF;
  text-align: center;
  font-size: 36rpx;
  position: fixed;
  width: 750rpx;
  z-index: 3;
}

.height-view {
  height: 60rpx;
}

.select-box {
  position: fixed;
  background: #FFF;
  top: -240rpx;
  width: 750rpx;
  height: 300rpx;
  font-size: 32rpx;
  z-index: 2;
  
}
.change-time{
  display: flex;
  margin-top: 40rpx;
}
.section{
  display: flex;
  padding-top: 40rpx;
}
.section view{
  line-height: 60rpx;
}
.picker{
  margin: 0 10rpx;
  padding: 0 20rpx;
  height: 60rpx;
  line-height: 60rpx;
  border-radius: 5rpx;
  font-weight: 600;
}
.select-title{
  height: 140rpx;
  line-height: 140rpx;
  margin-left: 25rpx;
  width: 240rpx;
  text-align: center;
}

.select-box-bg{
  background: #333;
  opacity: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 60rpx;
  position: fixed;
}
.search-btn-view{
  display: flex;
    width: 400rpx;
    margin: 20rpx auto;
}
.search-btn-view view{
  margin: 0 auto;
}
.search-btn{
  height: 60rpx;
  line-height: 60rpx;
  width: 150rpx;
  border-radius: 10rpx;
  background: #cc6031;
  text-align: center;
  color: #FFF;
}
.reset-btn{
  height: 60rpx;
  line-height: 60rpx;
  width: 150rpx;
  border-radius: 10rpx;
  background: #f1f1f1;
  text-align: center;
  color: #666;
}
/* end */

/* 日期选择 */
.week-view{
   width: 700rpx;
   margin: 25rpx;
}
.week-list{
  width: 700rpx;
  display: flex;
}
.week-box{
  height: 90rpx;
  width: 90rpx;
  border-radius: 100rpx;
  font-size:24rpx;
  text-align: center;
  margin: 0 auto;
}
.weekDay{
  margin-top: 10rpx;
}
.cur-week{
  background: #cc6031;
  color:#FFF;
}
/* end */

/* 校区列表 */
  .school-box{
    padding: 25rpx;
    border-bottom: 20rpx solid #eee;
  }
  .school-title,.school-dis,.school-addr,.school-tel,.class-box,.class-get-view{
    display: flex;
  }
  .school-title{
    height: 60rpx;
  }
  .disImg{
    width: 40rpx;
    height: 40rpx;
    margin-right: 10rpx;
  }
  .disImg image{
    height: 100%;
    width: 100%;
  }
  .school-name{
    width: 500rpx;
    font-size: 36rpx;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .school-dis{
    margin-left: auto;
    font-size: 32rpx;
    height: 40rpx;
    line-height: 40rpx;
  }
  .school-addr,.school-tel{
    height: 60rpx;
    line-height: 60rpx;
    color: #999;
  }
  .address,.telNum{
    width: 600rpx;
  }
  .showMore{
    width: 32rpx;
    height: 32rpx;
    margin-left: auto;
    padding-top: 7rpx;
  }
  .showMore image,.getTel image{
    height: 100%;
    width: 100%;
  }
  .getTel{
    width: 40rpx;
    height: 40rpx;
    margin-left: auto;
    padding-top: 10rpx;
  }
  .class-get-view{
    margin-left: auto;
  }
  .class-time{
    width: 350rpx;
  }
  .class-get-view{
    max-width: 350rpx;
  }
  .class-get-btn{
    color: #FFF;
    background: #cc6031;
    border-radius: 10rpx;
    width: 90rpx;
    text-align: center;
  }
  .class-box{
    height: 60rpx;
    line-height: 60rpx;
    font-size: 28rpx;
    color: #999;
    margin: 20rpx 0;
  }
  .class-none{
    height: 60rpx;
    line-height: 60rpx;
    font-size: 28rpx;
    color: #999;
  }
  .class-stu-num{
    margin-right: 10rpx;
  }
  .curSchool image{
    transform: rotate(90deg);
  }
/* end */

/* loading */
.loading {
  height: 200rpx;
  line-height: 100rpx;
  background: #f1f1f1;
  color: #999;
  text-align: center;
}
/* end */