/* 头部导航 */
.nav_top {
    width: 100%;
    min-width: 1200px;
    background: #f5f5f5;
    height: 36px;
    border-bottom: 1px solid #ddd;
}
.top_bar {
    position: relative;
    height: 100%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 12px;
    color: #666;
    width: 1200px;
    min-width: 1200px;
    display: flex;
    align-items: center;
    line-height: 14px;
}

.top_bar .layout {
    right: 0;
    display: inline-block;
    height: 14px;
    font-size: 0;
    flex: 1;
    text-align: right;
}

.system-queue {
    display: inline-block;
    padding: 0 15px 0 0;
    border-right: 1px solid #ccc;
    height: 14px;
}

a, a:active, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.top_bar a:hover {
    color: #f4a340;
}
.top_bar a:visited {
    color: #666;
}
.top_bar a:link {
    color: #666;
}

.queue-item {
    margin: 0 15px;
    box-sizing: border-box;
    font-size: 12px;
    vertical-align: initial;
}

.service-number {
    display: inline-block;
    padding: 0 0 0 30px;
    font-size: 12px;
}

.icon-location{
    margin-bottom: 2px;
    width: 10px;
    height: 13px;
    background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/h1/image/icon_header.png) no-repeat 0 0;
}

.choose-city {
    line-height: 36px;
    margin-left: 17px;
    font-size: 12px;
    border-left: 1px solid #F5F5F5;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
}

.choose-city:hover {
    line-height: 36px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: #fff;
    border-top: 0;
    box-sizing: border-box;
}

.down-arrow>a span {
    width: 7px;
    display: inline-block;
    height: 4px;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 6px;
    background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/images/wyw315/icons-top.png) no-repeat center center;
    background-position: 0 -4px;
}

.down-arrow:hover>a span {
    background-position: 0 0;
}

.hot-city {
    display: none;
    width: 228px;
    padding: 14px 20px;
    border: 1px solid #ddd;
    position: absolute;
    background-color: #fff;
    margin-left: -11px;
    margin-top: -1px;
    z-index: 999;
    box-sizing: border-box;
}

.choose-city:hover .hot-city {
    display: block;
}

.choose-city .hot-city h2 {
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    color: #ff6f20;
}

.choose-city .hot-city .city-cont {
    line-height: 24px;
}

.choose-city .hot-city .city-cont a {
    color: #666;
    margin: 0 5px;
}

.choose-city .hot-city>a {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #fc7f4a;
    text-align: center;
    color: #fff;
    margin-top: 12px;
}

/* 导航菜单 */
.nav {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #fff;
    font-family: 'Microsoft YaHei';
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}


.nav-bar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    width: 1200px;
    min-width: 1200px;
}
.company-logo {
    margin: 0 20px 0 0;
    height: 50px;
}
/* 菜单选项 */
.selection {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 48px;
    box-sizing: border-box;
}

.selection-bar {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    padding-right: 20px;
}

.selection-item {
    position: relative;
    margin: 0 16px;
    height: 100%;
    font-size: 16px;
    line-height: 48px;
    cursor: pointer;
}

.selection-item:hover {
    border-bottom: 2px solid #fc7f4a;
}
.selection-item-common {
    border-bottom: 2px solid transparent;
    border-bottom-color: #fc7f4a;
}

.selection-item-common a{
    color: #fc7f4a !important;
}
.selection-item .selection-link:hover {
    display: flex;
    color: #fc7f4a;
}

.selection-item .selection-link {
    display: flex;
    justify-content: center;
    padding: 0 4px;
    color: #000;
}

.selection-item-hot:before {
    content: '';
    background: url(//bk-test12.oss-cn-beijing.aliyuncs.com/house_v2/img/selection_hot.png) 0 0 no-repeat;
    display: block;
    position: absolute;
    top: -6px;
    right: 15px;
    width: 33px;
    height: 21px;
    background-size: contain;
}
/* 搜索栏 */
.input-group {
    position: relative;
    width: 220px;
    height: 40px;
    border-radius: 2px;
}

.public_search_box_ipt {
    position: relative;
    height: 100%;
}

.input-group-content {
    outline:none;
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0 0 0 14px;
    width: calc(100% - 40px);
    height: 40px;
    border: none;
    border-radius: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f5f5f5;
    color: #333 !important;
    font-size: 14px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Microsoft YaHei';
}

.input-group-button {
    outline: none;
    position: absolute;
    right: 0;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 0;
    background-image: url(//bk-test12.oss-cn-beijing.aliyuncs.com/house_v2/img/search_icon.png);
    background-size: 18px 18px;
    background-color:#fc7f4a;
    background-repeat: no-repeat;
    background-position: 11px;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
}

        
