.appointment-title {
  background-color: #000000;
  background-image: url(/img/appointment.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 40vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.appointment .en-title {
  font-family: Source Han Sans CN;
  font-weight: 800;
  font-size: 9.3333vw;
  color: #ffffff;
  text-align: center;
}

.appointment .cn-title {
  margin-top: 4vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 4.2667vw;
  color: #ffffff;
  text-align: center;
}

.map {
  position: fixed;
  top: var(--header-height);
  height: calc(100vh - var(--header-height));
  width: 100%;
}

.map-shop {
  background-color: #000;
  padding: 5.3333vw 5.3333vw var(--footer-height);
  height: calc(100vh - var(--footer-height) - 40vw);
}

.map-shop .shop-list .filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2vw;
}

.map-shop .shop-list .filter .filter-item {
  flex: 1;
}

.map-shop .shop-list .filter .filter-item select {
  width: 100%;
  height: 8vw;
  border: 1px solid #ffffff;
  outline: none;
  background-color: #000;
  font-family: SourceHanSansSC;
  font-weight: 400;
  font-size: 3.4667vw;
  color: #ffffff;
  padding: 0 0.75em;
}

.map-shop .shop-list .list-box {
  overflow-y: auto;
  margin-top: 2vw;
}

.map-shop .shop-list .list {
  padding: 0 0 0.5333vw;
  display: flex;
  flex-direction: column;
  gap: 0.5333vw;
}

.map-shop .shop-list .list .item {
  height: 18vw;
  background-color: #fff;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  border-left: 1.7333vw solid #6c6c6c;
  padding: 2.8vw;
}

.map-shop .shop-list .list .item.item1 {
  border-left-color: #3271e2;
}

.map-shop .shop-list .list .item .item-info {
  border-left-color: #3271e2;
}

.map-shop .shop-list .list .item .item-info .name {
  font-family: SourceHanSansSC;
  font-weight: 500;
  font-size: 3.7333vw;
  color: #3271e2;
}

.map-shop .shop-list .list .item .item-info .address {
  font-family: SourceHanSansSC;
  font-weight: 500;
  font-size: 3.2vw;
  color: #0e0e0e;
  margin-top: 1.6vw;
}

.map-shop .shop-list .list .item .item-right {
  flex-shrink: 0;
}

.map-shop .shop-list .list .item .item-right .shop-type {
  font-family: SourceHanSansSC;
  font-weight: bold;
  font-size: 3.2vw;
  color: #6c6c6c;
}

.map-shop .shop-list .list .item.item1 .item-right .shop-type {
  color: #3271e2;
}

.map-shop .shop-list .list .item .item-right .btns {
  margin-top: 1.7333vw;
}

.map-shop .shop-list .list .item:hover .item-right .btns {
  display: block;
}

.map-shop .shop-list .list .item:hover .item-right .shop-type {
  color: #3271e2;
}

.map-shop .shop-list .list .item:hover {
  border-left-color: #3271e2;
}

.map-shop .shop-list .list .item .item-right .btns .btn-booking {
  width: 16vw;
  height: 5.6vw;
  margin-left: auto;
  background-color: #3271e2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SourceHanSansSC;
  font-weight: 400;
  font-size: 3.0667vw;
  color: #ffffff;
  border: none;
  outline: none;
}

.dialog-booking {
  border: none;
  z-index: 10000;
  display: none;
}

.form-booking {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 2.6667vw;
}

.form-booking .form-box {
  background-color: #fff;
  padding: 3vw;
}

.form-booking .form-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.2vw;
  font-family: SourceHanSansSC;
  font-weight: bold;
  color: #000000;
}

.form-booking .form-title::before {
  content: "";
  background-image: url(/img/logo.png);
  background-size: cover;
  width: 23.4667vw;
  aspect-ratio: 176 / 47;
}

.form-booking .flex-box {
  padding: 6.6667vw 4vw 0;
}

.form-booking .flex-box .img {
  width: 100%;
  aspect-ratio: 530 / 353;
}

.form-booking .form-items {
  padding: 6.4vw 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.3333vw;
}

.form-booking .form-item {
  display: flex;
  align-items: center;
}

.form-booking .form-item>label {
  width: 25vw;
  font-family: SourceHanSansSC;
  font-weight: 400;
  font-size: 3.4666vw;
  color: #0e1213;
}

.form-booking .form-item>input {
  width: 100%;
  height: 6.8vw;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  padding: 0 1em;
}

.form-booking .form-item>input#txtShopName {
  border: none;
  background-color: transparent;
  font-family: SourceHanSansSC;
  font-weight: bold;
  font-size: 3.3333vw;
  color: #3271e2;
  padding: 0;
}

.form-booking .form-btn {
  margin-top: 8vw;
  display: flex;
  justify-content: center;
  gap: 4.5333vw;
}

.form-booking .form-btn button {
  width: 28.8vw;
  height: 6.6667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3271e2;
  background-color: #3271e2;
  outline: none;
  resize: none;
  font-family: SourceHanSansSC;
  font-weight: 500;
  font-size: 3.3333vw;
  color: #ffffff;
}

.form-booking .form-btn button.btn-cancel {
  border: 1px solid #ccc;
  background-color: #ccc;
}

.popover {
  width: 100%;
  height: 36.8vw;
  margin: 0 auto;
  display: none;
  padding: 4.6667vw 2.6667vw;
  position: fixed;
  left: 0;
  bottom: var(--footer-height);
  z-index: 9999;
  background: #fff;
}

.popover .shop-img {
  width: 40vw;
  height: 28.3333vw;
}

.popover .shop-info {
  height: 26.6667vw;
  margin-left: 4vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  text-align: left;
  white-space: pre-line;
}

.popover .shop-info .name {
  font-family: SourceHanSansSC;
  font-weight: bold;
  font-size: 3.7333vw;
  color: #3271E2;
  margin-bottom: auto;
}

.popover .shop-info .address,
.popover .shop-info .tel {
  font-family: SourceHanSansSC;
  font-weight: 400;
  font-size: 3.2vw;
  color: #0e0e0e;
  padding: 2vw 0;
}

.popover .shop-info .btn-booking {
  width: 17.0667vw;
  height: 5.6vw;
  margin-top: auto;
  font-family: SourceHanSansSC;
  font-weight: 400;
  font-size: 3.0667vw;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3271e2;
  background-color: #3271e2;
  outline: none;
  flex-shrink: 0;
}

.popover .shop-info .close {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/img/icon-close.png) no-repeat center center;
  display: block;
  width: 15px;
  height: 15px;
}