<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
    font-size: 16px;
    letter-spacing: 0.03rem;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.header-top {
    background: url(../images/header-top.png) no-repeat bottom left;
    width: 100%;
    height: 70px;
    z-index: 99;
    position: absolute;
}

.header-bg {
    background: url(../images/top_pic.jpg) no-repeat center center;
    width: 100%;
    height: 300px;
    background-size: cover;
    position: relative;
}

#logo {
    width: 180px;
    height: auto;
    padding: 10px 0;
    margin-left: 180px;
}

.img-daily {
    width: 830px;
    margin: 50px auto;
}

nav {
    background: url(../images/citymenu_bg_06.jpg) repeat;
    height: auto;
    width: 100%;
    padding: 20px 0;
}

#RWD_btn {
    display: none;
    width: 30px;
    height: 15px;
    position: relative;
    margin: 10px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

#RWD_btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

#RWD_btn span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}

#RWD_btn span:nth-child(2) {
    top: 8px;
    transform-origin: left center;
}

#RWD_btn span:nth-child(3) {
    top: 16px;
    transform-origin: left center;
}

#RWD_btn.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#RWD_btn.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#RWD_btn.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 18px;
    left: 8px;
}

.menu {
    float: left;
    height: auto;
    width: 6%;
    border: 1px solid #716e69;
    font-family: "微軟正黑體";
    font-size: 1.6rem;
    text-align: center;
    color: #FFF;
    line-height: 15px;
    padding: 1% 0;
    margin: 0 .5%;
}

.menu a {
    text-decoration: none;
    color: #FFF;
}

.menu:hover {
    background-image: url(../images/citymenu_hover.jpg);
    color: #e9ddc3;
}

.navbar {
    border-radius: 0;
    margin-bottom: 30px;
}

.main {
    padding-bottom: 50px;
}

.main .row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.artical {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0 -2px 30px;
}

.city_title {
    width: 100%;
    margin-top: 29px;
    font-family: "微軟正黑體";
    font-size: 2.4rem;
    line-height: 1em;
    color: #bf9a4c;
    text-align: center;
    background-repeat: no-repeat;
    margin-bottom: 28px;
}

.city_title .city_title02 {
    width: 100%;
    display: block;
    font-family: "Century Gothic", "微軟正黑體";
    font-size: 1.8rem;
    line-height: 1em;
    color: #bf9a4c;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 8px;
    position: relative;
}

.city_title .city_title02 a {
    font-size: 1.5rem;
    position: absolute;
    right: 10px;
    color: #bf9a4c;
    line-height: 18px;
    text-decoration: none;
    border: solid 1px #bf9a4c;
    border-radius: 4px;
    padding: 0 5px 2px;
    transition: .3s;
}

.city_title .city_title02 a:hover {
    color: #ececec;
    background: #bf9a4c;
}

.city_line {
    height: 8px;
    width: 100%;
    background: url(../images/cityarea_line.png) center;
}

.city_dailyExpress {
    height: auto;
    width: 100%;
}

.city_dailyExpress_title {
    text-align: center;
    background: #bf9a4c;
}

.city_dailyExpress_title img {
    max-width: 100%;
    height: auto;
}

.city_dailyExpress_area {
    height: auto;
    min-height: 226px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #5a5a5a;
    font-family: "微軟正黑體";
    font-size: 1rem;
    line-height: 1.8em;
    color: #ffffff;
    padding: .5%;
    margin-bottom: 20px;
}

.city_dailyExpress_list {
    padding: .5em;
    margin: 0 .5em;
    overflow: hidden;
    border-bottom: dotted 1px #a9a9a9;
}

.city_dailyExpress_list:last-of-type {
    border-bottom: none;
}

.city_dailyExpress_list a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-size: 1.52rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
}

.city_dailyExpress_list a:hover {
    color: #bf9a4c;
}

.city_dailyExpress_note {
    width: 100%;
    color: #a9a9a9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.35rem;
}

.city_dailyExpress_note span {
    color: #e4af3d;
}

.city_dailyExpress_price {
    font-family: "Century Gothic", "微軟正黑體";
    font-size: 1.3rem;
    float: right;
    color: #ff2312;
    margin-top: 3px;
}

.city_dailyExpress_price span {
    font-size: 1.6rem;
}

.city_content {
    height: auto;
    width: 100%;
}

.city_pic_hover {
    height: auto;
    width: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s;
}

.city_pic_hover img {
    width: 100%;
    height: auto;
}

.city_pic_hover:hover {
    opacity: 1;
}

.city_pic {
    height: auto;
    width: 100%;
    position: relative;
}

.city_pic img {
    height: auto;
    width: 100%;
}

.city_text {
    min-height: 90px;
    width: 100%;
    overflow: hidden;
    font-family: "微軟正黑體";
    font-size: 1rem;
    line-height: 1em;
    color: #ffffff;
    border: 1px solid #5a5a5a;
    padding: .5em;
    margin-bottom: 20px;
}

.city_text a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.1em;
}

.city_remark {
    font-size: .8rem;
    color: #C0C0C0;
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 16px;
}

footer {
    color: #777;
    font-size: 13px;
    font-family: "微軟正黑體";
    line-height: 0;
    letter-spacing: 1px;
    position: relative;
    background: #121212;
    border-top: solid 5px #5e5138;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    word-break: break-all;
}

footer a {
    color: #777;
    display: inline-block;
}

footer a:hover {
    color: #5e5138;
}

.footer_table {
    width: 82%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 5% 0;
    line-height: 20px;
    min-height: 280px;
}

.footer_left {
    width: 30%;
    float: left;
}

.footer_right {
    width: 70%;
    float: left;
}

.footer_right table td {
    padding-bottom: 20px;
}

@media (min-width: 1200px) {
    .container {
        width: 1400px;
    }
}

@media screen and (max-width:998px) {
    nav {
        padding: 10px 0;
    }
    #RWD_btn {
        display: block;
    }
    .menu_bar {
        display: none;
        float: none;
        margin: 5px;
        text-align: center;
    }
    .menu {
        width: 100%;
        display: block;
        padding: 10px 0;
        border: none;
        border-bottom: 1px solid #716e69;
    }
    .menu a {
        display: block;
    }
}

@media screen and (max-width:768px) {
    .header-top {
        background: url(../images/header-top-s.png) no-repeat bottom center;
    }
    #logo {
        margin: auto;
    }
    .header-bg {
        width: 100%;
        height: 200px;
        background-size: cover;
    }
    .img-daily {
        width: 90%;
        margin: auto;
        margin-top: 3%;
    }
}

@media screen and (max-width:500px) {
    .img-daily {
        margin-top: 8%;
    }
    .footer_left {
        margin-bottom: 20px;
    }
    .footer_right {
        text-align: left;
    }
    .footer_left,
    .footer_right {
        width: 100%;
        float: none;
    }
    .footer_right table td {
        display: block;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:375px) {
    .img-daily {
        margin-top: 10%;
    }
}
</pre></body></html>