/*客服*/
.pcKefu{
    /* width: 50px; */
    position: fixed;
    right: 10px;
    top: 21%;
    z-index: 99 !important;
}

.pcKefu .kefu_item{
    /* width: 80px; */
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
}
.shop-list-model{
    display: flex;
}
#index .msg>div {
    line-height: ;
}
.shop-list-model img {
    width: 20px;
    height: 20px;
}
.shop-list>span {
    white-space: nowrap;
}

/* .pcKefu .weixin_box,.pcKefu .qq_box,.pcKefu .msg_box,.pcKefu .tel_box .shop-list{
    min-width: 135px;
    min-height: 50px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 9 !important;
} */
.msgs:hover msg_box{
    display: flex;
}
.pcKefu .sanjiao{
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.wpa_qq{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 0 14px;
}
.wpa_qq a{
    margin: 5px 0;
}


.weixin:hover .weixin_box{
    display: flex;
}

.qq:hover .qq_box{
    display: flex;
}

.msg:hover .msg_box{
    display: flex;
}

.tel:hover .tel_box{
    display: flex;
}

.shop-btn-new .kefu_quantity{
    position: absolute;
    min-width: 25px;
    text-align: center;
    right: 5px;
    top: 0;
    font-size: 12px;
    background-color: red;
    color: #fff;
    padding: 3px 4px;
    border-radius: 50%;
    transform: scale(.9);
}