html,
body {
    background: #FFFFFF !important
}

@media (min-width: 1024px) {
    html,
    body {
        font-size: 18px
    }
}

@media (min-width: 1100px) {
    html,
    body {
        font-size: 20px
    }
}

@media (min-width: 1280px) {
    html,
    body {
        font-size: 22px
    }
}

@media (min-width: 1366px) {
    html,
    body {
        font-size: 24px
    }
}

@media (min-width: 1440px) {
    html,
    body {
        font-size: 25px
    }
}

@media (min-width: 1680px) {
    html,
    body {
        font-size: 28px
    }
}

@media (min-width: 1920px) {
    html,
    body {
        font-size: 33px
    }
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a {
    color: #FFFFFF;
    text-decoration: none
}

ul {
    display: -webkit-box;
    display: flex
}

li {
    list-style: none;
    -webkit-box-flex: 1;
    flex: 1;
    white-space: nowrap
}

.container {
    width: 36.363636rem;
    margin: 0 auto
}

@media (max-width: 768px) {
    .container {
        max-width: 95%
    }
}

.container .row {
    display: flex
}

.logo {
    width: 7.848485rem;
    height: 2.787879rem;
    display: inline-block
}

.logo img {
    width: 100%;
    height: 100%
}

@media (max-width: 768px) {
    .logo {
        margin: 0 auto;
        text-align: center
    }
}

header {
    position: absolute;
    top: 0;
    left: 0;
    padding: .515152rem 0;
    z-index: 99;
    width: 100%;
    background-color: #FCDB00;
    font-size: .727273rem;
    font-family: "Microsoft YaHei"
}

@media screen and (max-width: 750px) {
    header {
        position: static
    }
}

nav ul {
    flex: 1;
    margin-left: .909091rem;
    text-align: center
}

@media screen and (max-width: 750px) {
    nav ul {
        display: none
    }
}

nav li {
    margin-top: .606061rem
}

nav li a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
    border-radius: .757576rem;
    padding: .333333rem .484848rem;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-size: .727273rem;
    color: #FFFFFF
}

nav li a.active,
nav li a:hover {
    background-color: #ffee00;
    color: #ff3e00;
    font-weight: bolder
}

.m-nav {
    display: none
}

.m-nav ul {
    width: 92.66667vw;
    height: 11.33333vw;
    margin: .606061rem auto
}

.m-nav ul li {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 11.33333vw;
    margin-left: 12px;
    padding: 0 6px;
    border-radius: 30px;
    background-color: #fe0100;
    color: #FFFFFF
}

.m-nav ul li a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 10px
}

.m-nav ul li a.active {
    background-color: #FFFFFF;
    color: #6e3a20
}

@media screen and (max-width: 768px) {
    .m-nav {
        display: block
    }
}

[v-cloak] {
    display: none
}