[data-smoothtop] {
    height: 60px;
    position: relative;
}

[data-smoothtop] .ly_pagetop-main {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

[data-smoothtop] .ly_pagetop-main a {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0.125em;
    display: block;
    height: 32px;
    margin: 0 0 0 auto;
    overflow: hidden;
    text-align: center;
    transition: background-color 0.2s ease-out 0s;
    width: 40px;
    position: relative;
}

[data-smoothtop] .ly_pagetop-main svg{
    height: 11px;
    top: 9px;
    width: 19px;
    right: 10.5px;
    position: absolute;
}

[data-smoothtop="fixed"] .ly_pagetop-main {
    position: fixed;
    z-index: 1000;
}

@media screen and (max-width: 640px) {
    [data-smoothtop] {
        height: 50px;
    }
    [data-smoothtop] .ly_pagetop-main {
        display: block;
        bottom: 10px;
        right: 10px;
    }
}
[data-smoothtop="fixed"] .ly_pagetop-main,
[data-smoothtop="static"] .ly_pagetop-main {
opacity: 1;
}