@CHARSET "UTF-8";
#logo {
    width: 7%;
    top: 20px;
    left: 30px;
    position: fixed;
}
#share {
    width: 14%;
    top: 30px;
    right: 30px;
    position: fixed;
}
#share .icon {
    margin-right: 5%;
    width: 28%;
    float: left;
}
.nav-home {
    height: 100%;
    line-height: 100%;
    text-align: center;
}
.nav-home a {
    width: 100%;
    height:100%;
    font-size: 100px;
    font-family: "MATURASC";
    font-weight: bold;
    display: block;
}
.nav-home a:hover,
.nav-home a:link {
    text-decoration: none;
}
.nav-about,
.nav-about a {
    background: #fff;
    color: #B8E986;
}
.nav-work,
.nav-work a {
    background: #B8E986;
    color: #417505;
}
.nav-blog,
.nav-blog a {
    background: #4A4A4A;
    color: #B8E986;
}

.weixin_code
{
    top: 5px;
}
