.hotel_cart {
  position: fixed;
  left: 0;
  top: 640px;
  z-index: 50;
  display: flex;
  flex-direction: column;
}
.hotel_cart a {
  display: inline-block;
  width: 132px;
  height: 61px;
  background-color: #e5e5e5;
  text-align: center;
  line-height: 61px;
  font-size: 16px;
  color: #555555;
  border: 1px solid rgba(135, 135, 135, 0.18);
}
.hotel_cart a:hover {
  background-color: #d69c09;
  color: #fff;
}
.hotel_cart .hotel_cart_active {
  background-color: #d69c09;
  color: #fff;
}
