@import "./common/common";
@import "./common/util";
.scroll-nav{
    position: relative;
    height:100%;
    .scroll-nav-content{
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .scroll-navbar {
        width: px2rem(30);
        z-index: 1200;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        .scroll-navbar-anchor{
            display: block;
            text-align: center;
            flex: none;
            width: 100%;
            font-size: px2rem(14);
            line-height: px2rem(20);
            font-weight: 700;
            text-shadow:px2rem(2) px2rem(2) px2rem(3) #DDD;
            &.active{
                color:#FF3300;
            }
        }
    }
}

