.extra-wrap{
    position: fixed;
    right: 16px;
    bottom: 240px;
    z-index: 10000;
}

.consult{
    width: 40px;
    height: 40px;
    z-index: 10000;
}
.consult img{
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}
.weixin{
    background: url("../images/consult_bar/weixin.svg") #0064E1 no-repeat center;
}

.gongzhonghao{
    position: fixed;
    right: 66px;
    bottom: 240px;
    width: 96px;
    height: 120px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: none;
    text-align: center;
    background: #fff;
}

.gongzhonghao .img{
    width: 88px;
    height: 88px;
    background: #F0F0F0;
}
.gongzhonghao span{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 20px;
    position: relative;
    text-align: center;
}

.weixin:hover{
    background: url("../images/consult_bar/weixin.svg") #0057C5 no-repeat center;
}
.weixin:hover .gongzhonghao{
    display: block;
}
.phone{
    background: url("../images/consult_bar/app.svg") #0064E1 no-repeat center;
}
.phone:hover{
    background: url("../images/consult_bar/app.svg") #0057C5 no-repeat center;
}
.phone:hover .gongzhonghao{
    display: block;
    bottom: 200px;
}
.edit{
    background: url("../images/consult_bar/edit.svg") #0064E1 no-repeat center;
    text-align: center;
    cursor: pointer;
}
.edit:hover{
    background: #0057C5 no-repeat center;
}
.edit-content{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    padding-top: 4px;
    display: none;
}
.edit:hover .edit-content{
    display: block;
}
.back_top{
    bottom: 192px;
    width: 40px;
    height: 40px;
    background: url("../images/consult_bar/back_top.svg") #FFFFFF no-repeat center;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #DDE2E8;
    z-index: 10000;
    position: fixed;
    right: 16px;
    display: none;
}
.ad-position{
    position: absolute;
    right:0;
    top:-88px;
    width: 120px;
    height: 80px;
    overflow: hidden;
    display: none;
}
.ad-position img{
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .ad-position{
        display: none!important;
    }
}
