<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.h-top {
    color: #fff;
    height: 36px;
    line-height: 36px;
    background: rgba(0, 0, 0, .3);
}
.top-box {
    width: 1200px;
    margin: 0 auto;
}
.top-box &gt; div &gt; p {
    margin-left: 30px;
    padding-top: 6px;
}
.top-box &gt; ul li {
    float: left;
}
.top-box &gt; ul a {
    color: #fff;
}
.header &gt; .container {
    margin: 48px auto 38px;
}
.search-box {
    float: right;
    width: 504px;
    height: 71px;
    border: 10px solid #8fc2dc;
    border-radius: 50px;
    margin-top: 7px;
    position: relative;
}
.user-input {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0 24% 0 30px;
    outline: 0;
    border-radius: 50px;
}
.search-btn {
    width: 22%;
    height: 100%;
    border: 0;
    outline: 0;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    background: #c71017 url(../images/icon/search.png) no-repeat 16px center;
}   
.navbar {
    position: absolute;
    /* top: 208px; */
    left: 50%;
    width: 242px;
    height: 714px;
    font-size: 24px;
    margin-left: -600px;
    border-radius: 30px;
    padding: 21px 0
}
.navbar li {
    height: 112px;
    line-height: 112px;
    padding-left: 25px;
}

.navbar li img {
    margin-right: 12px;
}
.navbar li a {
    color: #fff;
    display: block;
    width: 165px;
    padding-left: 10px;
    border-bottom: 1px solid #fff;
}
.navbar .mzwh a {
    border-bottom: 0;
}
.navbar li:hover img {
    animation: overturn 2s;
    -moz-animation: overturn 2s;	/* Firefox */
    -webkit-animation: overturn 2s;	/* Safari å’Œ Chrome */
    -o-animation: overturn 2s;	/* Opera */
}
@media screen and (max-width: 768px) {
    .header {
        margin: 0 0 15px;
    }
    .h-top {
        display: none;
    }
    .header &gt; .container {
        margin: 15px 0;
    }
    .logo {
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .search-box {
        width: 100%;
        height: 54px;
        margin-top: 0;
        border-width: 6px;
    }
    .user-input {
        padding-left: 15px;
    }
    .search-btn {
        width: 30%;
    }
    .navbar {
        font-size: 20px;
        position: static;
        width: 100%;
        height: auto;
        background: #9a0b10;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 10px 0;
        padding: 20px 0;
    }
    .navbar li {
        width: 50%;
        height: 50px;
        line-height: 50px;
        padding: 0 5px;
    }
    .navbar li a {
        border-bottom: 0;
        width: 100%;
    }
}</pre></body></html>