a.vanillatop {
    bottom: 40px;
    display: block;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 10px;
    text-align: center;
    transform: translateX(120px);
    transition: 1s all;
    width: 40px;
    z-index: 9999;
    background: url(../images/to-top1.png) no-repeat 0px 0px;
}
a.vanillatop::before {
    color: #fff;
    /*content: "▲";*/
    /*font-size: 120%*/
}
a.vanillatop:link {
    text-decoration: none
}
a.vanillatop:hover {

}
@media screen and (min-width:360px) {
    a.vanillatop {
        bottom: 30px !important;
        right: 30px !important;
    }
}
@media screen and (min-width:1024px) {
    a.vanillatop {
        bottom: 30px;
        height: 50px;
        line-height: 50px;
        right: 30px;
        width: 50px
    }
}