body {
  background-color: #F4F4F4;
  font-size: .12rem;
  color: #333;
}

.container {
  padding-top: .2rem;
  padding-bottom: .8rem;
}

.c-row:first-child {
  margin-top: 0;
}

.c-row {
  margin: .2rem .2rem 0;
  width: 3.35rem;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.2);
  border-radius: .06rem;
  background-color: #fff;
}

.c-row .row-title {
  position: relative;
  height: .4rem;
  line-height: .4rem;
  padding: 0 .18rem;
  color: var(--primary-color);
}

.c-row .row-title:before {
  content: "";
  position: absolute;
  left: .12rem;
  top: .14rem;
  height: .12rem;
  width: .02rem;
  background-color: var(--primary-color);
}

.c-row .row-title .date-today {
  float: right;
  font-weight: bold;
  margin-right: -.04rem;
}

.week-items {
  width: 3.35rem;
  height: .3rem;
  line-height: .3rem;
  background: #EDEDED;
  padding: 0 .14rem;
}

.week-items .week-item {
  float: left;
  width: .36rem;
  height: 100%;
  margin-right: .09rem;
  text-align: center;
}

.week-items .week-item:nth-child(7n) {
  margin-right: 0;
}

.date-items {
  width: 3.35rem;
  padding: 0 .14rem .2rem;
}

.date-items .date-item {
  border: .01rem solid #EDEDED;
  float: left;
  width: .36rem;
  height: .44rem;
  line-height: .44rem;
  margin-top: .1rem;
  margin-right: .09rem;
  text-align: center;
  border-radius: .02rem;
  cursor: pointer;
}

.date-items .date-item:nth-child(7n) {
  margin-right: 0;
}

.date-items .date-item.current {
  background: rgba(164, 84, 56, 0.1);
  border: .01rem solid #A45438;
}

.date-items .date-item.empty, .date-items .date-item.disabled {
  opacity: 0.3;
}

.date-items .date-item.disabled {
  padding-top: .03rem;
  line-height: .17rem;
}

.time-items {
  width: 3.35rem;
  padding: 0 .14rem .2rem;
}

.time-items .time-item {
  border: .01rem solid #EDEDED;
  float: left;
  cursor: pointer;
  width: .96rem;
  height: .5rem;
  margin-top: .1rem;
  margin-right: .08rem;
  text-align: center;
  border-radius: .02rem;
  padding: 3px;
  line-height: .2rem;
}

.time-items .time-item p {
  color: var(--primary-color);
}

.time-items .time-item:nth-child(3n) {
  margin-right: 0;
}

.time-items .time-item.current {
  background: rgba(164, 84, 56, 0.1);
  border: 0.01rem solid var(--primary-color);
}

.time-items .time-item.disabled {
  opacity: 0.3;
}

.time-items .time-item.disabled p {
  color: #333;
}

.visit-way {
  width: 3.35rem;
  padding: 0 0.34rem 0.2rem;
}

.visit-way .way-item {
  display: inline-block;
  width: 1.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  cursor: pointer;
  position: relative;
  text-align: right;
  padding-right: 0.14rem;
  border: 0.01rem solid #ededed;
  box-sizing: border-box;
}

.visit-way .person::before {
  content: "";
  background-image: url("../../img/person.png");
  background-size: cover;
  width: 0.32rem;
  height: 0.3rem;
  position: absolute;
  left: 0.14rem;
  top: 50%;
  margin-top: -0.15rem;
}

.visit-way .group {
  float: right;
}

.visit-way .group::before {
  content: "";
  background-image: url("../../img/group.png");
  background-size: cover;
  width: 0.32rem;
  height: 0.3rem;
  position: absolute;
  left: 0.14rem;
  top: 50%;
  margin-top: -0.15rem;
}

.visit-way .active {
  background: rgba(164, 84, 56, 0.1);
  border: 0.01rem solid var(--primary-color);
}

.yy-mp-btn {
  margin-top: .2rem;
  width: 100%;
  height: .6rem;
  padding: .08rem .2rem;
}

.yy-mp-btn > div {
  width: 100%;
  height: .44rem;
  line-height: .44rem;
  text-align: center;
  color: #fff;
  font-size: .16rem;
  background: #D3D3D3;
  border-radius: .22rem;
  cursor: pointer;
}

.yy-mp-btn > div.valid {
  background-color: var(--primary-color);
}

.fg-modal {
  background-color: rgba(0, 0, 0, 0.8);
}

.sure-modal.fg-modal .modal-msg {
  font-weight: normal;
  font-size: 0.22rem;
  line-height: 0.36rem;
  height: 4rem;
  overflow-y: scroll;
}

.sure-modal.fg-modal .modal-msg span {
  color: #d63;
}

.sure-modal.fg-modal .modal-footer .modal-footer-btn {
  height: .5rem;
  line-height: .5rem;
  font-size: .18rem;
  letter-spacing: .05rem;
  font-weight: bold;
}


#countdown-display{
  color: #fff;
  text-align: center;
  float: left;
  background-color:#afa7a5;
  height: .5rem;
  line-height: .5rem;
  font-size: .18rem;
  letter-spacing: .05rem;
  font-weight: bold;
  width: 100%;
}
