@charset "UTF-8";

/* --------------------------分享置頂按鈕--------------------------------- */

#gearUP .promotion-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    text-align: center;
}

#gearUP .promotion-nav ul li {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #bf24ca;
    margin: 4px 8px;
}

#gearUP .promotion-nav ul li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}

#gearUP nav {
    width: 100%;
    background: #191919;
}


/* ------------------------------------------------------------------------------ */


/* -------------------------錨點---------------------------------- */

@media screen and (max-width: 990px) {
    #gearUP .showInWeb {
        display: none !important;
    }
}


/* --------------------------------------------------------------------------- */


/*# sourceMappingURL=MODandKV.css.map */