/*bottom*/
.bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #2562b3;
    z-index: 1;
    box-shadow: 0px 0px 8px #ece9e9;
}
.bottom ul {
    display: flex;
    flex-direction: row;
}
.bottom li {
    height: 50px;
    width: 25%;
    text-align: center;
    cursor: hand;
}
.bottom a {
    height: 50px;
    display: block;
    width: 100%;
    text-align: center;
}
.bottom img {
    font-size: 0;
    width: 21px;
    height: 21px;
    margin-top: 5px;
}
.bottom p {
    font-size: 1.5rem;
    color: #fff;
}
.bottom p.selected {
    color: #2562b3;
}
.bottom .sel0313 {
	background-color: #ffffff;
}