    .nav-top-wrap {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 0.8rem;
        z-index: 99;
        background-color: #d045b9;
    }

    .nav-top {
        margin: 0 auto;
        max-width: 750px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 100%;
        font-size: 0.2rem;
    }

    .nav-top .text {
        flex: 1;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .nav-top .text:not(.active):hover {
        background-color: #fff;
        color: black;
    }

    .nav-top .text.active {
        background-color: #fff;
        color: black;
    }
	.border-t, .border-b {
    position: relative;
    background-color: #fff;
}
#footer {
position: fixed;
bottom: 0;
z-index: 999;
width: 100%;
min-height: 40px;
max-width: 750px;
}
#footer ul, li {list-style-type: none;}
#footer a, button {
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#footer .paiban {
    display: block;
    float: left;
    width: 33%;
    text-align: center;
}
#footer .flex-con {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #543e3e;
	overflow: auto;
}
#footer ul li {
    display: list-item;
    text-align: -webkit-match-parent;
	padding: 0.25rem 0;
}
#footer ul a {
    padding-bottom: 1px;
    background: url() no-repeat center 2px;
    font-size: .6rem;
    background-size: auto 1.1rem;
    text-align: center;
	font-size: .45rem;
}
#footer ul a.active {
    color: #f52737;
}
.pc .bg-fixed{top: 0rem;}