﻿#consultBar {
    position: fixed;
    right: 0px;
    top: calc(50% - 250px);
    /* bottom: 20px; */
    z-index: 99999;
    /* height: 520px; */
    width: 110px;
}

#consultBar .close-bar {
    position: absolute;
    top: -20px;
    right: 0px;
    z-index: 999;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url("../images/close.png") no-repeat;
    background-size: contain;
    background-position: center;
}

#consultBar .floatBtn {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 99;
    cursor: pointer;
    background: url("../images/logo.png") no-repeat;
    background-size: contain;
    background-position: center;
    width: 55.5px;
    height: 74.5px;
    display: none;
}

.bar-container {
    position: relative;
    z-index: 1;
    /* padding-top: 50px; */
    box-sizing: border-box;
    /* height: 520px; */
    width: 110px;
}

/* .bar-container .bar-logo {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/logo.png") no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 149px;
} */

.bar-container .bar-list {
    background: #B5824D;
    /* border-radius: 60px 60px 0px 0px; */
    height: 100%;
    width: 100%;
    /* padding-top: 10px; */
    padding-bottom: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bar-list .bar-item {
    position: relative;
    margin: 0 auto;
    width: 95px;
    height: 95px;
    margin-top: 10px;
    cursor: pointer;
}
.bar-item .bar-item-l{
    width: 95px;
    height: 95px;
}
.bar-item .bar-item-l img{
    width: 100%;
    height: 100%;
}
.bar-item .bar-item-son {
    position: absolute;
    left: -134px;
    top: -5px;
}
.bar-item .bar-item-son img{
    width: 120px;
    height:120px;
}

.bar-item:nth-child(1) .bar-item-son{
    position: absolute;
    left: -240px;
    top: 10px;
}
.bar-item:nth-child(1) .bar-item-son img{
    width: 232px;
    height: 76px;
}
.bar-item-son{
    display: none;
}
.bar-item .bar-kefu a {
    display: block;
    height: 100%;
}

.bar-item-kefu:hover {
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}