.Component.goUp[data-v-8cb12e0e]{
    height:40px;
    width:40px;
    position:fixed;
    bottom:5%;
    right:5%;
    z-index:2001;
    display:-webkit-box;
    display:-ms-flexbox;
    display:none;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    border-radius:100%;
    cursor:pointer
    }

#qt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}