body,html {
  padding: 0;
  margin: 0
}

.car-book-demo ul {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: .8em
}

.car-book-demo li {
  height: 30px;
  line-height: 30px
}

.car-book-demo .none {
  display: none
}

.row {
  /* background: #f5f5f5 */
      font-size: 0.28rem;
      font-family: Microsoft YaHei, Microsoft YaHei-Regular;
      font-weight: 400;
      text-align: left;
      /* color: #333333; */
      color: #999999;
      flex: 1;
}
.row span{
	margin-right: 0 !important;
}
.allTime{
	display: none;
}
.date {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left
}

.date .action {
  margin-top: 20px
}

.date .title div{
  display: inline;
}

.date ul li {
    display: inline-block;
    width: 14.285%;
    height: 0.4rem;
    text-align: center;
    line-height: .4rem;
}

.week li {
  background-color: #f1f1f1;
}

.day .enter {
  background-color: #3e93fa;
  color: #fff
}

.day .leave {
  background-color: salmon;
  color: #fff
}

.day .disable {
  background-color: #ccc
}

.close-btn {
 position: fixed;
  top: 10px;
  left: 10px;
  padding: 2px 20px;
  background: #3e93fa;
  color: #fff;
      width: 0.6rem;
      height: 0.5rem;
      line-height: .5rem;
}
.all-syy{
	  height: 1rem;
	      line-height: 1rem;
	      position: fixed;
	      left: 0;
	      top: 0;
	      width: 100%;
	      background: #fff;
	  }

.date{
	padding-top: .8rem;
}
.title{
	height: 0.6rem;
	line-height: 0.6rem;
}