/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    left: 0px;
    overflow: hidden;
    width: 90px;
    height: 100%;
    border: none;
    text-indent: 100%;
}

#toTopHover {
    background:url(img/ui.totop.png) no-repeat left -51px;
    width:51px;
    height:51px;
    display:block;
    overflow:hidden;
    float:left;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline:none;
}

#toTop:hover {
    background-color: rgb(198 213 248);
}

.arrowUp_top {
    font-size: 20px;
}
.textUp_top {
    padding-top: 15px;
}
body .main_topBlock{
    left: 0;
    background-color: rgb(217 225 245);
}
.toTopText{
    display: flex;
    width: 14px;
    margin-top: 154px;
    color: #8794af;
    font-size: 15.5px;
    font-weight: 700;
}