.met-com-customer-service-v3__cnt {
    position: fixed;
    right: 20px;
    bottom: 220px;
    z-index: 999;
    width: 60px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.met-com-customer-service-v3__top {
    position: relative;
    padding: 16px 0;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    background: linear-gradient(180deg, #2B81FF 0%, #3E8FFF 100%);
}

.met-com-customer-service-v3__headimg {
    width: 32px;
    height: 32px;
    margin: 0 auto 8px;
    background: url('../img/OIP.png') no-repeat center/cover;
    border-radius: 50%;
}

.met-com-customer-service-v3__text {
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
}

.met-com-customer-service-v3__hover {
    display: none;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.met-com-customer-service-v3__top:hover .met-com-customer-service-v3__hover,
.met-com-customer-service-v3__phone:hover .met-com-customer-service-v3__hover,
.met-com-customer-service-v3__service:hover .met-com-customer-service-v3__servicehover {
    display: block;
}

.met-com-customer-service-v3__qrcode {
    display: none;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 200px;
}

.met-com-customer-service-v3__top:hover .met-com-customer-service-v3__qrcode {
    display: block;
}

.met-com-customer-service-v3__qrcodeimg {
    width: 120px;
    height: 120px;
    margin: 0 auto 12px;
    background: url('../img/weixin.png') no-repeat center/cover;
}

.met-com-customer-service-v3__qrtext {
    text-align: center;
}

.met-com-customer-service-v3__title {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 4px;
}

.met-com-customer-service-v3__desc {
    font-size: 12px;
    color: #666;
}

.met-com-customer-service-v3__bottom {
    padding: 8px 0;
}

.met-com-customer-service-v3__online,
.met-com-customer-service-v3__phone,
.met-com-customer-service-v3__service,
.met-com-customer-service-v3__visit {
    position: relative;
    padding: 12px 0;
    text-align: center;
    cursor: pointer;
}

.met-com-customer-service-v3__icon {
    width: 24px;
    height: 24px;
    margin: 0 auto 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.met-com-customer-service-v3__online .met-com-customer-service-v3__icon {
    background-image: url('https://cdn.meeting.tencent.com/pro/service-online.png');
}

.met-com-customer-service-v3__phone .met-com-customer-service-v3__icon {
    background-image: url('https://cdn.meeting.tencent.com/pro/service-phone.png');
}

.met-com-customer-service-v3__service .met-com-customer-service-v3__icon {
    background-image: url('https://cdn.meeting.tencent.com/pro/service-support.png');
}

.met-com-customer-service-v3__visit .met-com-customer-service-v3__icon {
    background-image: url('https://cdn.meeting.tencent.com/pro/service-visit.png');
}

.met-com-customer-service-v3__phone {
    text-decoration: none;
    display: block;
}

.met-com-customer-service-v3__qrcodehovertitle {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 8px;
}

.met-com-customer-service-v3__qrcodehoverdesc {
    font-size: 20px;
    color: #2188E8;
    font-weight: 700;
}

.met-com-customer-service-v3__servicehover {
    display: none;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 200px;
}

.met-com-customer-service-v3__servicehovertitle {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 4px;
}

.met-com-customer-service-v3__servicehoverdesc {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .met-com-customer-service-v3__cnt {
        display: none;
    }
} 