/****  HEADER  ****/
.hst {
    height: 55px;
    border-bottom: 2px solid #f9f7ff;
    background: #ffffff;
    color: #ffffff;
    font-size: 19px;
    display: flex;
    position: sticky;
    top: 0;
    box-shadow: 0 3px 10px 0 #93d17857;
    z-index: 1000;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    flex-wrap: wrap;
}

header > a {
    color: #1b1b1b;
    background: #fff;
    padding: 2px 10px 0;
    font-size: 20px;
    border: 1px solid #807f7f;
    border-radius: 3px;
}
header > a:before {
    content: "\65";
    font-family: 'dampar';
	vertical-align: bottom;
}
header > div {
    display: flex;
    padding-top: 10px;
}
nav {
    display: none;
    background: #000;
    z-index: 1999;
    position: fixed;
    width: 300px;
    height: 100%;
    bottom: 0;
    right: 0;
}
#navmob img {
    display: block;
    background: #fff;
    border-radius: 8px;
    margin: 6px auto;
}
.menulist ul a {
    color: #baffd1;
    font-size: 14px;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 3px solid #f12354;
}
.menulist {
    height: calc(100% - 235px);
    overflow-y: scroll;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.menulist > span {
    margin-right: 5px;
    display: block;
    text-align: center;
}

.menufoo {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 12px 0;
}

.menufoo > a > i {
    display: inline-block;
    margin-left: 6px;
    vertical-align: -webkit-baseline-middle;
}
.menufoo > a {
    background: #1daf4e;
    width: 44%;
    color: #fff;
    border-radius: 5px;
    margin-top: 4px;
    text-align: center;
    padding-top: 2px;
    font-size: 14px;
}