#consult {
    position: fixed;
    left: 0;
    top: 30%;
    margin: 0;
    font-size: 12px;
    z-index: 999;
    width: 74px;
}

#consult img {
    vertical-align: middle;
}

#consult a {
    color: #FFF;
}

#consult .item,
#consult .title {
    background: rgba(50, 50, 50, 0.7);
    width: 74px;
    color: #FFF;
    text-align: center;
    margin-bottom: 4px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

#consult .title {
    padding: 5px 0;
}

#consult .title .img-top-avatar {
    display: block;
    margin: 0 auto;
    width: 80%;
    border-radius: 50%;
    border: 1px solid #3c81e8;
}

#consult .title .text {
    margin-top: 5px;
}

#consult .item {
    filter: Alpha(opacity=70);
    height: 72px;
    cursor: pointer;
}

#consult .item:hover {
    background: #3c81e8;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

#consult .item p span,
#consult .item p em {
    display: none;
}

#consult .item .we-chat span {
    position: absolute;
    width: 98px;
    background: #FFF;
    border: 1px solid #e5e5e5;
    right: 87px;
    overflow: hidden;
    padding-bottom: 5px;
}

#consult .item em {
    width: 8px;
    height: 16px;
    position: absolute;
    left: -14px;
    top: 30px;
    background: url(../images/consult/icon-arrow-right.png) no-repeat;
}

#consult .item .we-chat {
    position: relative;
    background: url(../images/consult/bg-1.png) center 11px no-repeat;
    padding-top: 50px;
    height: 22px;
    color: #FFFFFF;
}

#consult .item .phone {
    position: relative;
    background: url(../images/consult/bg-3.png) center 11px no-repeat;
    padding-top: 50px;
    height: 22px;
    color: #FFFFFF;
}

#consult .item .phone span {
    position: absolute;
    right: 87px;
    background: #FFF;
    border: 1px solid #e5e5e5;
    color: #323232;
    line-height: 42px;
    white-space: nowrap;
    padding: 0 16px;
    top: 15px;
    font-size: 14px;
    width: 170px;
}

#consult .item .edit {
    display: block;
    position: relative;
    background: url(../images/consult/bg-4.png) center 12px no-repeat;
    padding-top: 50px;
    height: 22px;
}

#consult .item .scan {
    position: relative;
    background: url(../images/consult/bg-5.png) center 11px no-repeat;
    padding-top: 50px;
    height: 22px;
    color: #FFFFFF;
}

#consult .item .agent {
    background: url(../images/consult/bg-7.png) center 11px no-repeat;
    padding-top: 50px;
    height: 22px;
}

#consult .item .scan span {
    background: #FFF;
    border: 1px solid #E5E5E5;
    padding: 10px;
    right: 87px;
    position: absolute;
    top: -24px;
    width: 100px;
}

#consult .item span .weixing-ma {
    display: block;
    width: 100%;
}

#consult .item .btn-top {
    display: block;
    position: relative;
    background: url(../images/consult/bg-6.png) center 19px no-repeat;
    padding-top: 50px;
    height: 22px;
}

#consult .item .scan span,
#consult .item .we-chat span,
#consult .item .phone span {
    left: 87px;
}

#consult .item .we-chat span {
    top: -50%;
    margin-top: -22px;
}

#consult .item em {
    left: 80px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}