#DivId, #newBridge {
    display: none !important;
}

/*固定的悬浮窗*/
.cq_conct {
    position: fixed;
    top: 50%;
    right: 5px;
    cursor: pointer;
    transition: all .3s ease;
    transform: translateY(-50%);
    z-index: 9999999;
}

.cq_bar ul li {
    width: 60px;
    height: 60px;
    font: 14px/60px 'Microsoft YaHei';
    color: #fff;
    list-style:none;
    text-indent: 60px;
    margin-bottom: 3px;
    border-radius: 5px;
    transition: all .3s ease;
    overflow: hidden;
}

.cq_bar .cq_top {
    background: #ff7200 url(/img/pc/index/fixCont-top.png) no-repeat 17px 18px;
}

.cq_bar .cq_phone {
    background: #ff7200 url(/img/pc/index/fixCont-mobile.png) no-repeat 17px 16px;
}

.cq_bar .cq_service {
    background: #ff7200 url(/img/pc/index/fixCont-service.png) no-repeat 16px 16px;
}

.cq_bar .cq_ercode {
    background: #ff7200 url(/img/pc/index/fixCont-qrcode.png) no-repeat 17px 16px;
}

.hd_qr {
    padding: 0 19px 20px 19px;
}
.embed-icon{
    top: 80% !important;
    transform:unset;
}