.kefu {
    position: fixed;
    right: 30px;
    bottom: 200px;
    z-index: 2;
    /* position: relative; */
}

.kefu-card {
    width: 100px;
    min-height: 100px;
    border-radius: 50px 50px 4px 4px;
    background: #268bff;
    padding-bottom: 20px;
    padding-top: 10px;
}

.k-img {
    color: #268bff;
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0px auto;
    text-align: center;
    line-height: 80px;
}

.k-img i {
    font-size: 48px;
}

.clear i {
    position: absolute;
    top: 0;
    right: 0;
    color: #5c5d5f;
    font-size: 12px;
    cursor: pointer;
}

.phones {
    cursor: pointer;
}

.gotop {
    display: block;
    width: 100px;
    height: 40px;
    color: #fff;
    background-color: #268bff;
    margin-top: 12px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.gotop i {
    color: #fff !important;
    vertical-align: bottom;
}