@charset "utf-8";
/*gotop*/
.mgotop{
    position: fixed;
    right: 21px;
    bottom: 4%;
    z-index: 9999;
}

.mgotop a {
    display: block;
    background-color: #000;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    position: relative;
    opacity: 0.2;
}

.mgotop a:hover {
    opacity: 1;
}

.mgotop svg {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mgotop svg .d {
    fill: #fff;
}