﻿.pickupMap {
  width: 500px;
}

@media (min-width: 481px){
  .pickupMap {
    width: 300px;
  }
}

.marker-popup {
  width: 300px;
  background-color: white;
  position: relative;
}

.marker-popup .popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  border: none;
  color: gray;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.marker-popup div {
  margin-bottom: 10px;
}

.ballon_name{
  font-size: x-large;
}

.ballon_location,
.ballon_description,
.ballon_worktime{
  text-transform: none;
}

.ballon_location {
  font-size: large;
}

.ballon_selectButton {
  float: right;
}

.address-grid .address-item .address-box .pvz_info div {
    padding-top: 30px;
    text-align: center;
    font-size: large;
    font-weight: bold;
}