component-branch-detail {
  position: relative;
}
component-branch-detail .container > .row {
  margin-bottom: 30px;
}
component-branch-detail .branch_container {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
component-branch-detail .branch_container img.display {
  margin: 0 auto;
  max-width: 100%;
}
component-branch-detail .branch_container .cover {
  padding: 100% 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
component-branch-detail .branch_container .head_title {
  color: black;
  font-size: 24px;
  font-weight: bold;
}
component-branch-detail .branch_container .head_info {
  font-weight: bold;
  color: black;
  font-size: 16px;
  line-height: 1.7;
}
component-branch-detail .branch_container .head_info .phone {
  font-weight: bold;
  text-decoration: none;
  color: black;
  font-size: 16px;
}
component-branch-detail .branch_container .head_info .phone:hover {
  text-decoration: none;
}
component-branch-detail .branch_container .view_more {
  font-weight: bold;
  font-size: 14px;
  color: black;
}
component-branch-detail .branch_container .short_info {
  font-size: 18px;
  line-height: 1.7;
}
component-branch-detail .branch_container .workime_block {
  width: 100%;
  height: auto;
}
component-branch-detail .branch_container .workime_block .item {
  margin-bottom: 10px;
}
component-branch-detail .branch_container .workime_block .item .day {
  font-weight: bold;
  font-size: 16px;
}
component-branch-detail .branch_container .workime_block .item .time {
  padding-left: 10px;
  font-size: 16px;
}
component-branch-detail .branch_container .mapIframe {
  width: 100%;
  height: 500px;
  border: 0px;
}
@media (max-width: 991px) {
  component-branch-detail .branch_container .workime_block {
    margin: 20px 0;
  }
  component-branch-detail .mapIframe {
    width: 100% !important;
    height: 50vh !important;
  }
}
