.scheduleTab .tabItem {
  width: 160px;
  color: #fff;
  cursor: pointer;
  box-shadow: 2px 2px 8px #666;
}

.scheduleTab .tabItem:hover,
.scheduleTab .tabItem.act {
  /* box-shadow: inset 2px 2px 8px #666; */
  box-shadow: none;
}

.scheduleTab .item1 {
  background-color: #28978a;
}

.scheduleTab .item2 {
  background-color: #eb7125;
}

.scheduleTab .item3 {
  background-color: #0a568d;
}

.scheduleList .scheduleItem {
  display: none;
}

.scheduleList .scheduleItem img {
  display: block;
  width: 100%;
}

.scheduleList .scheduleItem:first-child {
  display: block;
}

.zsList {
  display: flex;
  justify-content: space-between;
}

.zsList p {
  flex: 1;
}

.guestsList {
  display: flex;
}

.guestsList .g-content {
  flex: 1;
}

.guestsList .g-content .g-item {
  display: flex;
  margin-bottom: 20px;
}

.guestsList .g-content .g-item p {
  font-size: 14px;
}

.guestsList .g-content .g-item strong {
  font-size: 16px;
}

.guestsList .g-content .g-item img {
  display: block;
  width: 130px;
  height: 130px;
  margin-right: 20px;
}