@CHARSET "UTF-8";
#bar-logo {
    margin: 20px auto;
    margin-bottom: 85px;
    width: 95px;
}

.nav-bar {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #4A4A4A;
    position: fixed;
    height: 100vh;
}

#bar-list li {
    width: 100%;
    list-style: none;
    text-align: center;
}

#bar-list li a {
    margin-bottom: 37px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 42pt;
    font-family: "MATURASC";
    color: #9B9B9B;
    text-align: center;
    text-decoration: none;
    display: block;
}
@media screen and (max-width: 768px) {
    #bar-list li a {
        margin-top: 10px;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 42pt;
        font-family: "MATURASC";
        color: #9B9B9B;
        text-align: center;
        text-decoration: none;
        display: block;
    }
}

#bar-list li .active {
    color: #B8E986;
}

#bar-list li a:hover {
    font-weight: bold;
    text-decoration: none;
}

#share {
    width: 100%;
    position: absolute;
    left:17% ;
    bottom: 20px;
}
#share .icon {
    margin-right: 5%;
    width: 18%;
    float: left;
}

.block {
    padding: 60px 9% 60px 9%;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}