@font-face {
    font-family: "iconfont";
    /* Project id 4866997 */
    src: url('//at.alicdn.com/t/c/font_4866997_dzenu8px6p.woff2?t=1742628219575') format('woff2'),
        url('//at.alicdn.com/t/c/font_4866997_dzenu8px6p.woff?t=1742628219575') format('woff'),
        url('//at.alicdn.com/t/c/font_4866997_dzenu8px6p.ttf?t=1742628219575') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-telegram:before {
    content: "\e794";
}

.icon-huidaodingbu:before {
    content: "\e600";
}

.icon-whatsapp:before {
    content: "\e8ec";
}


/* 右侧悬浮窗 */
.toolbar {
    position: fixed;
    right: 0;
    bottom: 3%;
    transform: translateY(-50%);
    z-index: 99;
}

.toolbar .toolbar-icon {
    position: absolute;
    left: 0;
    top: 13px;
    width: 80px;
    text-align: center;
    font-size: 13px;
}

.toolbar .toolbar-con i {
    display: block;
    clear: both;
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 1em;
}

.toolbar .toolbar-item {
    /* padding-left: 80px; */
    float: right;
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    background-image: linear-gradient(253deg, #0052d9 0%, #fbee69 100%);
    color: #fff;
    transition: all 0.5s ease;
    position: relative;
    cursor: pointer;
}

.toolbar .toolbar-value.ph {
    position: absolute;
    right: calc(100% + 0px);
    top: 50%;
    transform: translateY(-50%);
    width: 230px;
    height: 80px;
    background: #fff;
    border-radius: 4px;
    padding: 0 20px;
    overflow: hidden;
    display: none;
    border: 1px solid #f0f0f0;
}

.toolbar .toolbar-value.ph p {
    font-size: 22px;
    color: #222;
    line-height: 80px;
}

.toolbar .toolbar-value.tp {
    position: absolute;
    right: calc(100% + 0px);
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    overflow: hidden;
    display: none;
    border: 1px solid #f0f0f0;
}

.toolbar .toolbar-value.tp img {
    width: 100%;
    height: 100%;
    display: block;
}

.toolbar .toolbar-item.showImg:hover .toolbar-value.tp,
.toolbar .toolbar-item.showLang:hover .toolbar-value.ph,
.toolbar .toolbar-item.showImg:hover .toolbar-value.tp,
.toolbar .toolbar-item.showEmail:hover .toolbar-value.ph {
    display: block;
}

.toolbar .toolbar-top i {
    line-height: 58px;
}

@media (max-width:992px) {
    .toolbar {
        display: none;
    }
}

.zuua_bobo {
    display: block !important;
}

.zuua_bobo>div {
    margin: 5px;
}
.zuua_bobo>div span{
    margin-right: 10px;
}