.contact-box{
    position: fixed;
    right: 3px;
    bottom:105px;
    text-align: center;
    font-size: 12px;

}

.contact-box:hover .chat{
    cursor: pointer;
    transform: scale(1.1);
}
.contact-box p{
    text-align: center;
}
.tips-link-box{
    width: 250px;
    position: absolute;
    top: -130px;
    right: 50px;
    background: white;
    border-radius: 10px;
    padding: 10px;
    display: none;
}

.tips-link-box .top{
    background: #00a0ea;
    color: white;
    padding: 5px;
    border-top-left-radius: 10px;
    position: relative;
}
.tips-link-box .top .close1{
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    top:-23px;
    right: -23px;
    cursor: pointer;
    background: url("https://store.blackview.hk/uploads/page/official_img/community/close.png") no-repeat center;
}

.tips-link-box ul{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;

}
.tips-link-box li{
    list-style: none;
    margin: 5px;
    position: relative;
}
.tips-link-box a{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.tips-link-box ul p{
    /*font-size: 12px;*/
    color: rgb(102,102,102);
}