.form-box {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.form-box .select-box {
  width: 34.5%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 10px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  padding: 0 15px;
  box-sizing: border-box;
}
.form-box .select-box:last-child {
  width: 19.5%;
}
.form-box .select-box select {
  width: 100%;
  border: none;
  outline: none;
}
.form-box .select-box select:focus,
.form-box .select-box select:active {
  outline: none;
}
.location-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.location-box .side-bar {
  width: 29.5%;
  min-width: 300px;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  margin-right: 25px;
  box-sizing: border-box;
  overflow: hidden;
}
.location-box .side-bar .top-title-box {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 1em;
  font-size: 24px;
  background-color: #17469d;
  color: #fff;
  box-sizing: border-box;
}
.location-box .side-bar .top-title-box .number-box {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  border-radius: 20px;
  text-align: center;
  background-color: #fff;
  font-size: 24px;
  color: #17469d;
  padding: 0 10px;
}
.location-box .side-bar .location-list {
  width: 100%;
  height: calc(100% - 66px);
  overflow-y: auto;
  padding: 0 20px 0 30px;
  box-sizing: border-box;
}
.location-box .side-bar .location-list .location-item-box {
  padding: 35px 10px 20px 10px;
  border-bottom: 1px solid #bfc3c5;
}
.location-box .side-bar .location-list .location-item-box.active {
  background-color: #17469d3b;
}
.location-box .side-bar .location-list .location-item-box:hover {
  cursor: pointer;
}
.location-box .side-bar .location-list .location-item-box:hover .img-box {
  background: url('../imgs/icon-building-hover.png') no-repeat;
}
.location-box .side-bar .location-list .location-item-box:hover .buinding-name {
  color: #17469d;
}
.location-box .side-bar .location-list .location-item-box div {
  pointer-events: none;
}
.location-box .side-bar .location-list .location-item-box .img-box {
  padding-bottom: 5px;
  height: 33px;
  background: url('../imgs/icon-bilding.png') no-repeat;
}
.location-box .side-bar .location-list .location-item-box .buinding-name {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 0;
}
.location-box .side-bar .location-list .location-item-box .sub-text {
  font-size: 16px;
  color: #414141;
  padding-left: 35px;
  background: url('../imgs/icon-location.png') no-repeat left 5px;
  line-height: 1.5;
}
.location-box .map-box {
  flex: 1;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  line-height: 0;
}
.location-box .map-box img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 900px) {
  .form-box {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .form-box .select-box {
    width: 34.5%;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 10px;
    border-radius: 30px;
    border: 1px solid #d8d8d8;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    padding: 0 15px;
    box-sizing: border-box;
  }
  .form-box .select-box:last-child {
    width: 19.5%;
  }
  .form-box .select-box select {
    width: 100%;
    border: none;
    outline: none;
  }
  .form-box .select-box select:focus,
  .form-box .select-box select:active {
    outline: none;
  }
  .location-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .location-box .side-bar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .location-box .map-box {
    width: 100%;
    height: 500px;
    flex: 1;
    border-radius: 10px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    line-height: 0;
  }
  .location-box .map-box img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .form-box {
    width: 100%;
    height: 132px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .form-box .select-box {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    margin: 0 10px 20px;
    border-radius: 30px;
    border: 1px solid #d8d8d8;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    padding: 0 15px;
    box-sizing: border-box;
  }
  .form-box .select-box:last-child {
    width: 100%;
  }
  .form-box .select-box select {
    width: 100%;
    border: none;
    outline: none;
  }
  .form-box .select-box select:focus,
  .form-box .select-box select:active {
    outline: none;
  }
}
/*# sourceMappingURL=sales-location.css.map */