.itemBox {
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  height: 60px;
  margin: 10px auto;
  border: 1px solid #fff;
}

.itemBox .ic {
  color: #aeaeae;
  height: 30px;
  width: 30px;
  margin-top: 20px;
  margin-left: 20px;
}

.iconright {
  color: #aeaeae;
  height: 30px;
  width: 30px;
  margin-top: 20px;
  margin-right: 20px;
  font-size: 20px;
}

.info {
  color: #aeaeae;
  height: 30px;
  margin-right: 3px;
  margin-top: 25px;
  font-size: 13px;
}

.shop {
  margin-top: 19px;
  margin-left: 2px;
  width: 40%;
  overflow: hidden;
  height: 40px;
}

.icon-youbian {
  color: #909090;
  margin-top: 20px;
  margin-right: 10px;
}

.weekDay {
  text-align: center;
  color: #909090;
  font-size: 12px;
}

.weekDay text {
  display: block;
}

.weekDayBox {
  width: 90%;
  height: 45px;
  margin: 10px auto;
  margin-top: 20px;
  display: flex;
}

.over {
  background: #efefef;
  color: #aeaeae;
}

.timeBox {
  width: 80%;
  background-color: #fff;
  border-radius: 10px;
  height: 280px;
  margin: 10px auto;
  border: 1px solid #fff;
  padding: 20px 20px;
  position: relative;
  overflow: scroll;
}

.hour {
  width: 20%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  float: left;
  position: relative;
  font-size: 14px;
}

.atlable {
  position: absolute;
  top: 33px;
  font-size: 10px;
  text-align: center;
  display: block;
  width: 25px;
  margin: 0 auto;
  left: 30%;
  background: #aeaeae;
  height: 11px;
  overflow: hidden;
  color: #fff;
  line-height: 12px;
  padding: 1px 2px;
  border-radius: 5px;
}

.active {
  border-bottom: 1px solid #aeaeae;
  color: #aeaeae;
}

.triangle-down {
 height: 0;
width: 0;
overflow: hidden;
font-size: 0;
line-height: 0;
border-color: transparent transparent #fff transparent;
border-style: solid;
border-width: 10px;
top: 0px;
position: relative;
left: 23px;

}

/*弹出层*/

.tc {
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
}

.tc-week {
  width: 100%;
  height: 40px;
  background: #efefef;
}

.tc-week text {
  width: 14.285%;
  height: 40px;
  text-align: center;
  display: block;
  float: left;
  line-height: 40px;
}

.tc-month {
  font-size: 12px;
  float: right;
  clear: both;
  height: 40px;
  line-height: 40px;
  padding-right: 15px;
}

.tc-days {
  clear: both;
  overflow: hidden;
}

.tc-day {
  width: 12%;
  height: 40px;
  text-align: center;
  display: block;
  float: left;
  line-height: 40px;
  border: 1px solid #efefef;
  margin: 0.8%;
}

.tc-block {
  visibility: hidden;
}

.tc-gq {
  background: #efefef;
  color: #aeaeae;
}
.tc-chose{
  background: #9bc6f7;
}

.iconguanbi {
  font-size: 20px;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 10px;
}

.tc-title {
  position: fixed;
  width: 100%;
  height: 90px;
  text-align: center;
  line-height: 30px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  background: #fff;
}

.tc-yytitle {
  width: 90%;
  height: 30px;
  float: left;
}

.tc-monthbox {
  margin-top: 50px;
}
