/*body{*/
/*    background-color: #fc7e40;*/
/*}*/

@font-face {
    font-family: xingkai;
    src: url("华文行楷.ttf");
}

.btn-menu{
    background-image: url(../images/bg-button.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: black;
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
}
.btn-menu:hover{
    background-image: url(../images/bg-button-active.png);
}
.btn-flex{
    flex: 1;
}
