* {
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
}
body {
    font: 16px/1.8 "Lato", "Microsoft Jhenghei", "Hiragino Sans GB", "Microsoft YaHei", arial, sans-serif;
    
}


a {
    color: rgb(138, 136, 136);
}
a:hover{
    color: rgb(250, 247, 247);
}

.menu {
    text-align: center;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
}
@media (min-width: 750px) {
    .menu {
        right: 30px;
    }
}
@media (max-width: 750px) {
    .menu {
        right: 0;
        left: 0;
        margin-left: auto;
    }
}

.menu a {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    text-decoration: none;
    border-bottom: 1px solid rgb(99, 98, 98);
    
}

.menu a:hover {
    border-bottom: 1px solid rgb(250, 247, 247);
}

.menu a:active {
    top: 1px !important;
}

.menu a:first-child {
    margin-left: 0;
}

.sidebar {
    margin: 0 auto;
    max-width: 500px;
}

@media (max-width: 767px) { 
    .sidebar {
        padding: 0 40px;
    }
}

.location {
    text-align: center;
    color: rgb(221, 221, 221);
    display: flex;
    align-items: center;
    justify-content: center;
}
.location-icon {
    position: relative;
    top: -9px;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background: url("./location.png") no-repeat left center;
    background-size: 16px;
}
.location-text {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 40px;
}





.animate-init {
    position: relative;
    top: -10px;
}



.click {
    cursor: pointer;
}