.ibd-navs{
    position: fixed;
    right: 6px;
    bottom: 24%;
    background: #07C0A9;
    width: 106px;
    height: 318px;
    box-shadow: 0px 0px 20px 0px rgba(118, 118, 118, 0.35);
    z-index: 1;
    border-radius: 3px;
    z-index: 1000;
}
.ibd-nav {
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #07C0A9;
    border-radius: 3px;
}
.ibd-nav-li{
    box-sizing: border-box;
    height: 25%;
    width: 100%;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding-top: 17px;
    z-index: 1;
}
.ibd-nav-li:hover{
    background: #10AE9A;
}
.ibd-nav-price{
    padding-top: 15px;
}
.ibd-nav-wx{
    padding-top: 11px;
}
.ibd-nav-phone::before,.ibd-nav-price::before,.ibd-nav-wx::before,.ibd-nav-trial::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -23px;
    width:46px;
    height:1px;
    /*background: #fff;*/
    padding:10px 0;
}
.ibd-nav-chat .ibd-nav-img{
    height: 27px;
    background-image: url('image/chat.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 32px 27px;
    margin-bottom: 6px;
}
.ibd-nav-phone .ibd-nav-img{
    height: 25px;
    background-image: url('image/phone.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 32px 25px;
    margin-bottom: 9px;
}
.ibd-nav-price .ibd-nav-img{
    height: 26px;
    background-image: url('image/price.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 26px 26px;
    margin-bottom: 7px;
}
.ibd-nav-trial .ibd-nav-img{
    height: 26px;
    background-image: url('image/icon-trial.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 26px 26px;
    margin-bottom: 7px;
}
.ibd-nav-wx .ibd-nav-img{
    height: 25px;
    background-image: url('image/qr.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 25px 25px;
    margin-bottom: 9px;
}
.ibd-nav-qr{
    display: none;
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 126px;
    background: #fff;
    color: #5E5E5E;
    box-shadow:0px 0px 20px 0px rgba(118, 118, 118, 0.35);
    border-radius:4px;
    padding-bottom: 8px;
    z-index: -1;
    text-align: center;
}
.ibd-nav-qr .ibd-nav-qr-img{
    width: 126px;
    height: 126px;
    background-image: url('image/gzh.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.ibd-nav-chat-move{
    display: none;
    position: absolute;
    top: -18px;
    left: -316px;
    width: 316px;
    height: 114px;
}
.ibd-scroll-top{
    display: none;
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 73px;
    height: 73px;
    background-image: url('../../../images/scrollTop/iconTop.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.mobile-call-phone{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1.34rem;
    line-height: 1.34rem;
    background: #45c0b4;
    font-size: 0;
    z-index: 990;
}
.mobile-call-phone a{
    border-right: 1px solid #fff;
}
.mobile-call-phone #mobile-chat{
    border-right:0;
}
.mobile-call-phone a{
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    height: 100%;
    text-align: center;
    font-size: 0.48rem;
    color: #fff;
    cursor: pointer;
}