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