<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    font-family: 'FZLTZhongHei';
}

body {
    border: 0;
    margin: 0;
}
#app {
    width: 100%;
}

.container {
    /* ä¸é€‚é…æ‰‹æœºç‰ˆï¼Œé˜²æ­¢æŽ’ç‰ˆé”™è¯¯ */
    min-width: 62% !important;
    max-width: 62% !important;
}

header {
    height: 60px;
}

#header_container {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#brand_img {
    margin-top: 9px;
    width: 108px;
}

#nav {
    float: right;
    position: relative;
}

ul#nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

#nav li {
    float: left;
    color: #03c;
    font-size: 0.875em;
    cursor: pointer;
    height: 30px;
    margin: 15px 0px 0 0px;
    padding: 0 11px 1px 11px;
    line-height: 25px;
    height: 25px;
    background: none;
}

#nav li a{
    text-decoration: none;
    color: #0033cc;
}

#nav li:hover {
    border-bottom: 2px solid #0033cc;
}

#order_now {
    text-decoration: none;
    margin-left: 10px;
    margin-top: 15px;
    cursor: pointer;
    float: left;
    box-sizing: border-box;
    width: 82px;
    height: 25px;
    font-size: 0.875em;
    border: 2px solid #f5426c;
    text-align: center;
    line-height: 22px;
    color: #f5426c;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
</pre></body></html>