#fixed{
    position: fixed;
    bottom: 5%;
    right: 3%;
    z-index: 99999;
}

.apply{
    width: 50px;
    height: 50px;
    background-color: #f26d7d;
    font-size: 10px;
    font-family: 'S-CoreDream-5Medium';
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    cursor: pointer;
    margin-bottom: 10px;
}

.top{
    width: 50px;
    height: 50px;
    background-color: #f5989d;
    font-size: 12px;
    font-family: 'S-CoreDream-5Medium';
    color: #fff;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.top i{
    font-size: 20px;
    color: #fff;
    line-height: 20px;
}
