/*右侧咨询栏*/
.izl-menu{
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 46px;
    z-index: 999;
    margin-right:20px;
}
.qqConnect{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:48px;
    height:116px;
    background:rgba(255,255,255,1);
    box-shadow:0px 3px 15px 0px rgba(0,0,0,0.2);
    border-radius:2px;
}
.zixun{
    width: 14px;
    font-size:14px;
    margin-top: 8px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:600;
    color:rgba(19,19,19,0.8);
    line-height:16px;
}
.connectDetail{
    display: none;
    height:160px;
    width: 280px;
    left: -300px;
    position: absolute;
    background: url("../Images/icon_44.png") no-repeat;
}
.detailStyle{
    height: 47px;
    margin-left: 20px;
    padding-left: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.detailStyle div{
    margin-left: 10px;
}
.phone1{
    height:22px;
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:600;
    color:rgba(51,51,51,0.8);
    line-height:22px;
    letter-spacing: 1px;
}
.phone2{
    height:22px;
    font-size:16px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(182,150,106,1);
    line-height:22px;
}
.phone3{
    height:20px;
    font-size:12px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(155,155,155,1);
    line-height:20px;
}
.connect-btn{
    position: absolute;
    left: 180px;
    top: 95px;
    width:58px;
    height:30px;
    background:rgba(195,160,98,1);
    border-radius:3px;
    text-align: center;
    cursor: pointer;
}
.star-right:before{
    content: '';
    position: absolute;
    top: 40px;
    right: 63px;
    border-top: 6px solid transparent;
    border-left: 6px solid white;
    border-bottom: 6px solid transparent;
}
.connect-btn span{
    font-size:12px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:30px;
}
.goTop{
    display: none;
    margin-top: 30px;
    width:48px;
    height:50px;
    background:rgba(255,255,255,1);
    box-shadow:0px 3px 15px 0px rgba(0,0,0,0.2);
    cursor: pointer;
}