.apim-client-entry-btn {
    position: fixed;
    z-index: 999999;
    bottom: 15px;
    right: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    color: #fff;
    font-size: 14px;
    background: #db4437;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    cursor: pointer;
    transition: right 200ms cubic-bezier(0.4, 0, 1, 1) 0ms;
}

.apim-client-btn-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .4);
    transition: background-color 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.apim-client-entry-btn:hover {
    right: 5px;
}

.apim-client-entry-btn:hover .apim-client-btn-mask {
    background-color: transparent;
}

/*${customStyle}*/
