.appoint-date {
  margin-top: 85px;
  overflow: hidden;
}
.appoint-date .title {
  font-weight: bold;
  font-size: 22px;
}
.appoint-date .line {
  width: 100%;
  height: 4px;
  background-color: #895119;
  margin-top: 10px;
}
.appoint-date .date-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 100px;
}
.appoint-date .date-list .date-title {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.appoint-date .date-list .date-title .en-week {
  margin-bottom: 25px;
}
.appoint-date .date-list .date-title .date-box {
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #888;
  font-weight: normal;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.appoint-date .date-list .date-title .close {
  border: 1px solid #999;
  color: #999;
}
.appoint-date .date-list .date-title .select-date {
  border: 1px solid #895119;
  background-color: #895119;
  color: #fff;
}
.appoint-date .appoint-time {
  display: flex;
  align-items: center;
  padding: 30px 100px;
  margin-top: 20px;
}
.appoint-date .appoint-time .title {
  font-weight: bold;
  font-size: 18px;
}
.appoint-date .appoint-time .time-list {
  display: flex;
}
.appoint-date .appoint-time .time-list .time-item {
  padding: 5px 20px;
  border-radius: 30px;
  border: 1px solid #666;
  margin-left: 20px;
  cursor: pointer;
}
.appoint-date .appoint-time .time-list .close {
  border: 1px solid #999;
  color: #999;
}
.appoint-date .appoint-time .time-list .select-time {
  border: 1px solid #895119;
  background-color: #895119;
  color: #fff;
}
.tourist {
  margin: 60px auto;
}
.tourist .title {
  font-weight: bold;
  font-size: 22px;
}
.tourist .line {
  width: 100%;
  height: 4px;
  background-color: #895119;
  margin-top: 10px;
}
.tourist .tourist-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 0 100px;
}
.tourist .tourist-list .tourist-item {
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid #999;
  width: 80px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  margin-right: 15px;
}
.tourist .tourist-list .selected {
  border: 1px solid #895119;
  background-color: #895119;
  color: #fff;
}
.appoint-box {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.appoint-box .submit {
  background-color: #895119;
  color: #fff;
}
.qr-code {
  width: 220px;
  background-image: url(../../../../static/assets/images/index/date-info.jpg);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  position: fixed;
  right: 0;
  top: 30%;
  padding-bottom: 30px;
  padding-top: 10px;
  z-index: 999;
}
.qr-code img {
  width: 180px;
  margin-top: 20px;
}
