:root{
    --simple-teal:#09b7ad;
    --simple-teal-dark:#04988f;
    --simple-bg:#f4f7fb;
    --simple-card:#fff;
    --simple-line:#edf0f3;
    --simple-text:#3f454a;
    --simple-muted:#7d858d;
    --simple-soft:#e5f1f1;
}

html{background:var(--simple-bg)}
body.simple-weather-site{min-width:320px;background:var(--simple-bg);color:var(--simple-text);font:14px/1.7 "Microsoft YaHei","PingFang SC",Arial,sans-serif}
.simple-weather-site *{box-sizing:border-box}
.simple-weather-site .container{width:960px;margin-right:auto;margin-left:auto}
.simple-weather-site a{color:inherit}
.simple-weather-site a:hover{color:var(--simple-teal-dark);text-decoration:none}

.simple-header{background:#fff}
.simple-header-main{display:flex;align-items:center;justify-content:space-between;height:108px}
.simple-brand{display:flex;align-items:center;gap:14px;color:#111!important}
.simple-brand-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:3px;background:#42c2c7;color:#fff}
.simple-brand-icon i{font-size:34px;line-height:1;color:#fff}
.simple-brand strong,.simple-brand small{display:block;line-height:1.25}
.simple-brand strong{font-size:25px;letter-spacing:1px}
.simple-brand small{margin-top:3px;color:#111;font-size:16px;font-weight:700;letter-spacing:.2px}
.simple-search{width:360px}
.simple-search-box{position:relative;display:flex;height:42px;border:2px solid var(--simple-teal);border-radius:5px;background:#fff}
.simple-search input{min-width:0;flex:1;height:38px;padding:0 13px;border:0;background:#fff;color:#555;font-size:13px;outline:none}
.simple-search button{width:88px;border:0;background:var(--simple-teal);color:#fff;font-weight:700;cursor:pointer}
.simple-search button:hover{background:var(--simple-teal-dark)}
.simple-search .weather-search-suggestions{top:40px;right:86px;left:-2px;width:auto;border-color:#d7e5e7}

.simple-nav{height:44px;background:var(--simple-teal)}
.simple-nav-inner{display:flex;height:44px}
.simple-nav a{position:relative;display:flex;align-items:center;height:44px;padding:0 25px;color:#fff!important;font-size:15px;font-weight:700}
.simple-nav a:hover,.simple-nav a.active{background:rgba(0,0,0,.06)}
.simple-nav a.active:after{position:absolute;right:calc(50% - 4px);bottom:3px;width:8px;height:3px;border-radius:2px;background:#fff;content:""}

.simple-page-shell{min-height:calc(100vh - 254px);padding:20px 0 72px}
.simple-home{display:flex;flex-direction:column;gap:20px}
.simple-weather-hero{position:relative;min-height:184px;overflow:hidden;padding:24px 20px;border-radius:8px;background-color:#258ed0;background-image:url('../images/weather/sunny-hero.webp');background-position:center;background-size:cover;color:#fff}
.simple-weather-hero:before{position:absolute;inset:0;background:rgba(11,84,145,.16);content:""}
.simple-weather-hero.weather-sunny{background-image:url('../images/weather/sunny-hero.webp');background-position:center}
.simple-weather-hero.weather-cloudy{background-image:url('../legacy/images/duoyun.jpg');background-position:center 58%}
.simple-weather-hero.weather-overcast{background-image:url('../legacy/images/yintian.jpg');background-position:center 45%}
.simple-weather-hero.weather-rain{background-image:url('../legacy/images/yu.jpg');background-position:center}
.simple-weather-hero.weather-snow{background-image:url('../legacy/images/xue.jpg');background-position:center}
.simple-weather-hero.weather-haze{background-image:url('../legacy/images/mai.jpg');background-position:center}
.simple-weather-hero.weather-wind{background-image:url('../legacy/images/dafeng.jpg');background-position:center}
.simple-weather-hero.is-night{background-color:#175381;background-image:url('../legacy/images/night3.png');background-position:center 62%}
.simple-weather-hero.weather-overcast:before,.simple-weather-hero.weather-rain:before,.simple-weather-hero.weather-haze:before,.simple-weather-hero.is-night:before{background:rgba(16,61,99,.28)}
.simple-weather-hero>*{position:relative;z-index:1}
.simple-hero-location{color:#fff!important;text-decoration:underline!important}
.simple-current-line{display:flex;align-items:center;gap:20px;height:94px}
.simple-current-line .weather-icon{width:62px;color:#eaf5ff;font-size:58px;text-align:center}
.simple-current-line strong{font-size:42px;line-height:1}
.simple-current-line>span{font-size:21px}
.simple-current-line em{padding:2px 12px;border-radius:13px;background:#9bd558;color:#fff;font-size:13px;font-weight:700}
.simple-current-meta{display:flex;gap:24px;font-size:13px;font-weight:700}

.simple-card{overflow:hidden;border-radius:8px;background:var(--simple-card)}
.simple-card-intro{padding:25px 24px 13px;text-align:center}
.simple-card-intro h1{font-size:20px;line-height:1.5}
.simple-card-intro p{color:var(--simple-muted);font-size:13px}
.simple-map-body{display:grid;grid-template-columns:580px 1fr;min-height:515px;padding:18px;background:var(--simple-soft)}
.simple-map-image{display:flex;align-items:center;justify-content:center;padding:18px 18px 12px 0}
.simple-map-image svg{display:block;width:100%;height:auto;max-height:470px}
.simple-map-image .map-province-link{outline:none}
.simple-map-image .map-province-link path{transition:fill .15s ease}
.simple-map-image .map-province-link:hover path,.simple-map-image .map-province-link:focus-visible path{fill:#00b8b0}
.simple-map-image .map-province-link:focus-visible path{stroke:#006f6a;stroke-width:2px}
.simple-region-list{align-self:stretch;padding:10px 14px;border-radius:5px;background:rgba(255,255,255,.65)}
.simple-region-list dl{padding:5px 0;border-bottom:1px dotted #e6ecec}
.simple-region-list dl:last-child{border-bottom:0}
.simple-region-list dt{display:inline-block;min-width:92px;padding:1px 11px;border-radius:3px;background:#cdeceb;text-align:center;font-weight:700}
.simple-region-list dd{display:flex;flex-wrap:wrap;gap:0 12px;margin-top:4px}
.simple-region-list a{white-space:nowrap}
.simple-recent{padding:14px 20px 22px}
.simple-recent h2{margin-bottom:9px;font-size:16px}
.simple-recent>div{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #eef0f2;border-left:1px solid #eef0f2}
.simple-recent a{height:32px;border-right:1px solid #eef0f2;border-bottom:1px solid #eef0f2;background:#fafafa;line-height:32px;text-align:center}

.simple-section-title{position:relative;height:48px;padding:0 20px;border-bottom:1px solid #f0f1f2;font-size:16px;line-height:48px}
.simple-section-title:before{position:absolute;top:15px;left:7px;width:4px;height:19px;border-radius:2px;background:var(--simple-teal);content:""}
.simple-world-links{padding-bottom:0}
.simple-world-row{display:grid;grid-template-columns:120px 1fr;gap:16px;padding:16px 20px}
.simple-world-row>strong{height:34px;background:#f7f7f7;line-height:34px;text-align:center;font-weight:400}
.simple-world-row p{margin:0 0 8px;text-align:justify}
.simple-world-row p:last-child{margin-bottom:0}
.simple-world-row b{margin-right:8px}
.simple-world-row a,.simple-world-row span{display:inline;margin-right:11px;white-space:nowrap}
.simple-more-link{display:block;height:50px;border-top:1px solid #eef1f3;background:#f9fcff;line-height:50px;text-align:center}
.simple-friendly-links>div{display:flex;flex-wrap:wrap;gap:8px 20px;padding:16px 20px 22px}
.simple-footer{padding:26px 0;background:#696969;color:#fff;text-align:center}
.simple-footer p{margin:3px 0}
.simple-footer a{margin-left:10px;color:#fff!important}

.simple-weather-site .bread{margin-bottom:14px;background:#edf0f4;color:#777;line-height:36px}
.simple-weather-site .bread .container{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.simple-weather-site h2.lborder{border-left-color:var(--simple-teal)}

/* Existing catalog pages are kept intentionally plain and dense. */
.simple-weather-site .scenic-catalog-page,
.simple-weather-site .i18n-page,
.simple-weather-site .history-page,
.simple-weather-site .air-index-page,
.simple-weather-site .warning-catalog-page{padding:20px;border-radius:7px;background:#fff}
.simple-weather-site .international-page-head{text-align:center}
.simple-weather-site .international-country-table{margin-top:20px}
.simple-weather-site .international-country-table th{background:#e3f4f3;color:#168f88}
.simple-weather-site .international-country-table a{color:#3f6665}
.simple-weather-site .scenic-region-tabs a.active,
.simple-weather-site .tianqi-pagination>.is-current{border-color:var(--simple-teal);background:var(--simple-teal)}
.simple-detail-page{display:flex;flex-direction:column;gap:20px}
.simple-detail-hero{min-height:192px}
.simple-forecast-card{padding:0 20px 24px}
.simple-detail-intro{padding:30px 0 20px;text-align:center}
.simple-detail-intro h1{font-size:21px}.simple-detail-intro p{color:var(--simple-muted);font-size:13px}
.simple-forecast-tabs{display:flex;justify-content:center;margin-top:16px}
.simple-forecast-tabs a{height:34px;padding:0 16px;border:1px solid #dfe6eb;border-right:0;background:#f7fafb;line-height:32px;color:#617280}
.simple-forecast-tabs a:first-child{border-radius:4px 0 0 4px}.simple-forecast-tabs a:last-child{border-right:1px solid #dfe6eb;border-radius:0 4px 4px 0}
.simple-forecast-tabs a.active{border-color:#607785;background:#607785;color:#fff}
.simple-subheading{margin:0 0 12px;padding-left:12px;border-left:4px solid var(--simple-teal);font-size:16px}
.simple-hourly-chart-wrap{position:relative;overflow-x:auto;padding:12px 0 8px;border-radius:7px;background:#e8f4fc}
.simple-hourly-chart-wrap::-webkit-scrollbar{height:7px}.simple-hourly-chart-wrap::-webkit-scrollbar-track{background:#dce9f1}.simple-hourly-chart-wrap::-webkit-scrollbar-thumb{border-radius:4px;background:#aebbc4}
.simple-hourly-list{display:grid;width:max(100%,calc(var(--hour-count,14) * 64px + 20px));min-width:900px;grid-template-columns:repeat(var(--hour-count,14),minmax(64px,1fr));padding:0 10px}
.simple-hourly-list>div{display:flex;min-width:0;min-height:220px;flex-direction:column;align-items:center;gap:5px;padding:4px 2px;border-right:1px solid rgba(255,255,255,.65)}
.simple-hourly-list>div:last-child{border-right:0}.simple-hourly-list strong{font-size:12px}.simple-hourly-list .weather-icon{height:30px;color:#ffad24;font-size:25px}.simple-hourly-list .simple-hourly-temperature{height:88px;visibility:hidden}.simple-hourly-list small{color:#34434d;font-size:11px;white-space:nowrap}
.simple-hourly-canvas{position:absolute;top:68px;left:0;width:max(100%,calc(var(--hour-count,14) * 64px + 20px));min-width:900px;height:95px;pointer-events:none}
.simple-week-section{padding-top:28px}.simple-week-section>h2{margin-bottom:8px;font-size:16px}
.simple-week-calendar{display:grid;grid-template-columns:repeat(7,1fr);border-top:1px solid #dfe7ec;border-left:1px solid #dfe7ec}
.simple-week-calendar article{display:flex;min-height:195px;flex-direction:column;align-items:center;gap:5px;padding:8px 4px;border-right:1px solid #dfe7ec;border-bottom:1px solid #dfe7ec;text-align:center}
.simple-week-calendar b{height:24px;font-weight:400}.simple-week-calendar time{color:#758ba3}.simple-week-calendar .weather-icon{height:42px;color:#ffad24;font-size:38px}.simple-week-calendar article>strong{font-size:12px;font-weight:400}.simple-week-calendar article>span{font-size:12px}.simple-week-calendar em{color:#3b87ea}.simple-week-calendar i{color:#f24c4c}.simple-week-calendar small{color:#8b969e;font-size:10px}
.simple-forecast-list{padding:20px 12px 8px}
.simple-forecast-list article{display:grid;grid-template-columns:190px 150px 130px 1fr 150px;align-items:center;min-height:47px;border-bottom:1px solid #edf0f2;color:#5d6f86;font-size:12px}
.simple-forecast-list .weather-icon{margin-right:8px;color:#ffad24;font-size:25px;vertical-align:middle}.simple-forecast-list strong{font-weight:400}.simple-forecast-list em{color:#3b87ea}.simple-forecast-list i{color:#f24c4c}.simple-forecast-list small{text-align:right}
.simple-history-query{padding:22px 12px 0;border-top:1px solid #eef0f2}.simple-history-query h2{margin-bottom:14px;font-size:16px}
.simple-history-query form{display:flex;align-items:center;gap:9px}.simple-history-query input{height:35px;padding:0 12px;border:1px solid #dfe4e8}.simple-history-query input:first-child{width:180px}.simple-history-query button{height:35px;padding:0 22px;border:1px solid #d8dfe5;background:#f6f7f8;color:#555;cursor:pointer}
.simple-history-query>div{display:grid;grid-template-columns:repeat(6,1fr);margin-top:14px}.simple-history-query>div a{height:33px;background:#fafafa;line-height:33px;text-align:center}
.simple-related-grid>div{display:grid;grid-template-columns:repeat(5,1fr);gap:2px;padding:14px 16px 20px}
.simple-related-grid a{display:flex;min-width:0;flex-direction:column;padding:7px 5px;background:#fafafa;text-align:center}.simple-related-grid a:hover{background:#eefafa}.simple-related-grid a strong,.simple-related-grid a span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.simple-related-grid a span{color:#8d969d;font-size:12px}
.simple-scenic-nearby-weather>div{gap:2px;padding-top:14px}.simple-scenic-nearby-weather a{min-height:51px;justify-content:center;padding:6px 5px}.simple-scenic-nearby-weather a strong{font-weight:500}.simple-scenic-nearby-weather a span{margin-top:2px}
.simple-scenic-location-card{padding-bottom:20px}.simple-scenic-location-card p,.simple-scenic-location-card>a{display:inline-block;margin:16px 20px 0}.simple-scenic-location-card>a{margin-left:0;color:#008b84}
.simple-directory-page{padding:20px 20px 34px}
.simple-directory-head{padding:8px 0 20px;text-align:center}
.simple-directory-head h1{font-size:21px}.simple-directory-head p{color:var(--simple-muted)}
.simple-province-directory section{margin-bottom:25px}
.simple-province-directory h2{margin-bottom:8px;font-size:17px;text-align:center}
.simple-province-directory section>div{display:grid;grid-template-columns:repeat(5,1fr);gap:2px}
.simple-province-directory section>div>a{display:flex;min-width:0;flex-direction:column;padding:10px;background:#fafafa;text-align:center}
.simple-province-directory section>div>a:hover{background:#eefafa}
.simple-province-directory a strong,.simple-province-directory a span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.simple-province-directory a span{color:#8a9198;font-size:12px}
.simple-national-directory-page{padding:0 20px 34px}
.simple-national-directory-page>.simple-section-title{margin:0 -20px 28px}
.simple-national-directory-page .simple-province-directory section{margin-bottom:42px}
.simple-national-directory-page .simple-province-directory h2{position:relative;margin-bottom:8px;font-size:20px;line-height:34px}
.simple-national-directory-page .simple-province-directory h2>span{position:absolute;top:-17px;right:0;left:0;color:#ececec;font-size:30px;font-weight:700;line-height:34px;pointer-events:none}
.simple-national-directory-page .simple-province-directory h2>a{position:relative;z-index:1}
.simple-national-directory-page .simple-province-directory section>div>a{min-height:61px;align-items:center;justify-content:center;padding:7px 5px}
.simple-national-directory-page .simple-province-directory section>div>a strong{font-weight:400}
.simple-national-directory-page .simple-province-directory section>div>a span{font-size:13px}
.simple-country-directory section,.simple-scenic-directory{margin-bottom:34px}
.simple-country-directory h2,.simple-scenic-directory h2{margin-bottom:12px;font-size:18px;text-align:center}
.simple-country-directory section>div,.simple-scenic-directory>div{display:grid;grid-template-columns:repeat(5,1fr);gap:3px}
.simple-country-directory a,.simple-scenic-directory a{display:flex;min-height:65px;min-width:0;flex-direction:column;align-items:center;justify-content:center;padding:8px;background:#fafafa;text-align:center}
.simple-country-directory a:hover,.simple-scenic-directory a:hover{background:#eefafa}
.simple-country-directory strong,.simple-country-directory span,.simple-scenic-directory strong,.simple-scenic-directory span{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.simple-country-directory span,.simple-scenic-directory span{color:#8a9198;font-size:12px}
.simple-filter-links{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px;padding:12px;background:#f8fafb}
.simple-filter-links a{padding:4px 10px;border-radius:3px}
.simple-filter-links a.active{background:var(--simple-teal);color:#fff}
.simple-pagination{margin-top:22px;text-align:center}
.simple-province-weather-page{padding:25px 20px 34px}
.simple-province-weather-head{padding:3px 5px 21px;text-align:center}
.simple-province-weather-head h1{font-size:21px;line-height:1.55}
.simple-province-weather-head p{margin-top:3px;color:#777;line-height:1.75}
.simple-province-city-section{margin-bottom:15px}
.simple-province-city-section>header{position:relative;display:flex;min-height:43px;align-items:center;justify-content:space-between;padding:7px 15px 7px 20px;border-radius:5px;background:#e5f7f6;color:#087e78}
.simple-province-city-section>header:before{position:absolute;top:10px;bottom:10px;left:5px;width:4px;border-radius:2px;background:var(--simple-teal);content:""}
.simple-province-city-section>header>a{display:flex;align-items:center;gap:5px;min-width:0}
.simple-province-city-section>header strong{font-size:16px}
.simple-province-city-section>header .weather-icon{color:#ffae28;font-size:25px;line-height:1}
.simple-province-city-section>header span{font-size:14px}
.simple-province-city-section>header time{flex:0 0 auto;margin-left:12px;font-size:13px}
.simple-province-district-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:3px;margin-top:7px}
.simple-province-district-grid>a{display:flex;min-height:62px;min-width:0;flex-direction:column;align-items:center;justify-content:center;padding:7px 5px;background:#fafafa;text-align:center}
.simple-province-district-grid>a:hover{background:#eefafa}
.simple-province-district-grid strong,.simple-province-district-grid span{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.simple-province-district-grid strong{color:#087e78;font-weight:400}
.simple-province-district-grid span{margin-top:1px;color:#444;font-size:12px}
.scenic-directory-page{padding:25px 22px 34px}
.scenic-directory-head{padding:5px 0 21px}
.scenic-directory-head h1{font-size:21px}
.scenic-directory-head p{max-width:920px;margin:4px auto 0;color:#777;line-height:1.75}
.scenic-province-group{margin-bottom:15px}
.scenic-province-group>h2{position:relative;margin:0;padding:9px 14px 9px 20px;border-radius:5px;background:#e5f7f6;color:#087e78;font-size:16px;line-height:24px;text-align:left}
.scenic-province-group>h2:before{position:absolute;top:10px;bottom:10px;left:5px;width:4px;border-radius:2px;background:var(--simple-teal);content:""}
.scenic-province-group>h2 a{color:inherit}
.scenic-province-group>h2 a:hover{text-decoration:none}
.scenic-city-row{display:grid;grid-template-columns:105px minmax(0,1fr);border-bottom:1px dotted #d1d1d1}
.scenic-city-row>h3{align-self:start;margin:8px 0;padding:7px 6px;border-radius:3px;background:#f6f6f6;font-size:14px;line-height:20px;text-align:center}
.scenic-city-spots{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;padding:7px 10px 6px 28px;column-gap:20px;row-gap:0}
.scenic-city-spots a{min-width:0;padding:7px 0;color:#087e78;line-height:20px;overflow-wrap:anywhere}
.scenic-city-spots a:hover{color:#05645f}
.simple-international-detail{display:flex;flex-direction:column;gap:14px}
.simple-time-hero{display:flex;align-items:center;justify-content:space-between;min-height:114px;padding:20px 24px;border-radius:8px;background:#69a4d0;color:#fff}
.simple-time-hero h1{font-size:21px}.simple-time-hero p{margin-top:3px}.simple-time-hero>strong{max-width:48%;padding:8px 14px;border-radius:6px;background:rgba(255,255,255,.12);font-size:24px;text-align:right}
.simple-international-card{padding:26px 20px 34px}.simple-international-card>header{text-align:center}.simple-international-card>header h2{font-size:21px}.simple-international-card>header p{color:#6e777e}.simple-international-card>header a{display:inline-block;margin-top:8px;color:var(--simple-teal-dark)}
.simple-country-current{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;align-items:center;margin:20px 0 14px;padding:11px 14px;border-radius:5px;background:#e5f7f6;color:#087e78}.simple-country-current .weather-icon{margin-right:4px;color:#ffae28}.simple-country-current small{text-align:right}
.simple-country-current a{color:inherit}.simple-country-page .simple-international-card>header h1{margin-top:5px;font-size:18px}.simple-country-page-meta{display:flex;justify-content:center;gap:6px 24px;flex-wrap:wrap;margin-top:14px;font-size:13px}.simple-country-page-meta strong{font-weight:500}.simple-country-page .simple-country-city-grid a{min-height:66px;justify-content:center}
.simple-international-hourly{margin:15px 0}.simple-international-hourly h3,.simple-letter-bar{padding:7px 12px;border-left:4px solid var(--simple-teal);background:#e5f7f6;color:#087e78;font-size:15px}.simple-international-hourly>div{display:grid;grid-template-columns:repeat(6,1fr);gap:2px;margin-top:8px}.simple-international-hourly span{display:flex;flex-direction:column;align-items:center;padding:8px;background:#fafafa}.simple-international-hourly .weather-icon{color:#ffae28;font-size:23px}
.simple-country-cities>h2,.simple-hot-international h2{margin:24px 0 12px;text-align:center;font-size:18px}.simple-letter-bar{margin-top:12px}.simple-country-city-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:3px;margin-top:7px}.simple-country-city-grid a{display:flex;min-width:0;flex-direction:column;padding:9px;background:#fafafa;text-align:center}.simple-country-city-grid a:hover{background:#eefafa}.simple-country-city-grid span,.simple-country-city-grid strong,.simple-country-city-grid small{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.simple-country-city-grid span,.simple-country-city-grid small{color:#90979d;font-size:12px}.simple-hot-international>div{display:grid;grid-template-columns:repeat(5,1fr);gap:2px}.simple-hot-international a{padding:7px;background:#fafafa;text-align:center}
.simple-international-weather-detail .simple-hero-location small{margin-left:5px;font-size:12px;text-decoration:none}
.simple-international-meta{display:flex;justify-content:center;gap:12px 28px;flex-wrap:wrap;margin-top:12px;font-size:13px}
.simple-international-meta strong{font-weight:400}
.simple-international-local-time{margin-top:0}
.simple-international-local-time h2{font-size:21px}
.simple-country-weather-links small{margin-top:2px;color:#92999f;font-size:11px}
.simple-country-weather-links>div{padding-top:15px}
.simple-monthly-forecast[hidden],[data-default-forecast][hidden]{display:none!important}
.simple-monthly-forecast{padding-top:4px}
.simple-monthly-calendar{margin-top:12px;border-top:1px solid #dfe7ec;border-left:1px solid #dfe7ec}
.simple-monthly-weekdays,.simple-monthly-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}
.simple-monthly-weekdays span{height:34px;border-right:1px solid #dfe7ec;border-bottom:1px solid #dfe7ec;background:#f3f8fb;color:#60768a;font-size:13px;line-height:34px;text-align:center}
.simple-monthly-days article{display:flex;min-height:124px;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:7px 3px;border-right:1px solid #dfe7ec;border-bottom:1px solid #dfe7ec;text-align:center}
.simple-monthly-days article.is-empty{background:#fff}
.simple-monthly-days time{color:#758ba3;font-size:12px}.simple-monthly-days .weather-icon{height:34px;color:#ffad24;font-size:30px}.simple-monthly-days strong{font-size:12px;font-weight:400}.simple-monthly-days span{font-size:12px}.simple-monthly-days em{color:#3b87ea}.simple-monthly-days i{color:#f24c4c}
.simple-monthly-days small{color:#8b9298;font-size:10px;white-space:nowrap}
.simple-monthly-list{padding:20px 12px 4px}
.simple-monthly-list article{display:grid;grid-template-columns:210px 180px 150px 1fr;align-items:center;min-height:47px;border-bottom:1px solid #edf0f2;color:#5d6f86;font-size:12px}
.simple-monthly-list .weather-icon{margin-right:8px;color:#ffad24;font-size:25px;vertical-align:middle}.simple-monthly-list strong{font-weight:400}.simple-monthly-list em{color:#3b87ea}.simple-monthly-list i{color:#f24c4c}
.simple-monthly-list.is-long-range{padding-top:12px}
.simple-range-list-head,.simple-monthly-list.is-long-range article{display:grid;grid-template-columns:1.15fr 1fr .7fr;align-items:center;padding-right:24px;padding-left:24px}
.simple-range-list-head{height:34px;border-radius:4px 4px 0 0;background:#f3f8fb;color:#758ba3;font-size:12px}
.simple-monthly-list.is-long-range article{min-height:49px}
.simple-monthly-list.is-long-range article>strong{text-align:left}
.simple-history-forecast-card{padding-bottom:26px}
.simple-history-month-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:8px}
.simple-history-month-head .simple-subheading{margin:0}
.simple-history-month-head nav{display:flex;gap:18px;color:#62758a;font-size:12px;white-space:nowrap}
.simple-history-month .simple-monthly-days article.is-missing{justify-content:flex-start;padding-top:13px;background:#fcfdfe}
.simple-history-no-record{margin-top:22px;color:#a5adb4!important;font-size:11px!important}
.simple-history-daily-list article{grid-template-columns:205px 170px 135px 1fr 145px}
.simple-history-daily-list small{text-align:right}
.simple-history-empty{margin:20px 12px 8px;padding:17px;border-radius:4px;background:#f7fafb;color:#7f898f;text-align:center}
.simple-history-query>div a.active{background:#e8f7f6;color:#078d86;font-weight:700}

@media(max-width:760px){
    body.simple-weather-site{font-size:13px}
    .simple-weather-site .container{width:auto;margin-right:12px;margin-left:12px}
    .simple-header-main{display:block;height:auto;padding:15px 0}
    .simple-brand{margin-bottom:13px}
    .simple-brand-icon{width:44px;height:44px}
    .simple-brand strong{font-size:22px}.simple-brand small{font-size:13px}
    .simple-search{width:100%}
    .simple-nav{height:42px;overflow-x:auto}
    .simple-nav-inner{width:max-content;min-width:100%;height:42px;margin:0}
    .simple-nav a{height:42px;padding:0 18px;font-size:13px;white-space:nowrap}
    .simple-page-shell{padding-top:12px;padding-bottom:35px}
    .simple-home{gap:12px}
    .simple-weather-hero{min-height:165px;padding:17px 14px}
    .simple-current-line{gap:12px;height:84px}.simple-current-line strong{font-size:36px}.simple-current-line>span{font-size:17px}.simple-current-line .weather-icon{width:45px;font-size:44px}
    .simple-current-meta{gap:9px 14px;flex-wrap:wrap;font-size:12px}
    .simple-card-intro{padding:19px 15px 12px}.simple-card-intro h1{font-size:18px}
    .simple-map-body{display:block;min-height:0;padding:12px}
    .simple-map-image{padding:5px 0 12px}.simple-map-image svg{max-height:330px}
    .simple-region-list{padding:8px 10px}.simple-region-list dt{display:block;width:100%}.simple-region-list dd{justify-content:center}
    .simple-recent{padding:12px}.simple-recent>div{grid-template-columns:repeat(3,1fr)}
    .simple-world-row{display:block;padding:12px}.simple-world-row>strong{display:block;margin-bottom:10px}.simple-world-row p{text-align:left}
    .simple-directory-page{padding:14px 12px}.simple-province-directory section>div,.simple-country-directory section>div,.simple-scenic-directory>div{grid-template-columns:repeat(2,1fr)}
    .simple-national-directory-page{padding:0 12px 24px}.simple-national-directory-page>.simple-section-title{margin:0 -12px 24px}.simple-national-directory-page .simple-province-directory section{margin-bottom:32px}.simple-national-directory-page .simple-province-directory h2{font-size:18px}.simple-national-directory-page .simple-province-directory h2>span{font-size:25px}
    .simple-province-weather-page{padding:16px 12px 24px}.simple-province-weather-head{padding-bottom:17px}.simple-province-weather-head h1{font-size:18px}.simple-province-weather-head p{font-size:12px;text-align:left}.simple-province-city-section{margin-bottom:12px}.simple-province-city-section>header{align-items:flex-start;flex-direction:column;padding:8px 10px 8px 17px}.simple-province-city-section>header time{margin:2px 0 0;font-size:11px}.simple-province-district-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.simple-province-district-grid>a{min-height:58px}
    .scenic-directory-page{padding:16px 12px 24px}.scenic-directory-head{padding-bottom:17px}.scenic-directory-head h1{font-size:18px}.scenic-directory-head p{font-size:12px;text-align:left}.scenic-province-group{margin-bottom:12px}.scenic-city-row{grid-template-columns:68px minmax(0,1fr)}.scenic-city-row>h3{font-size:13px}.scenic-city-spots{grid-template-columns:repeat(2,minmax(0,1fr));padding-right:4px;padding-left:12px;column-gap:12px}.scenic-city-spots a{font-size:13px}
    .simple-detail-page{gap:12px}.simple-forecast-card{padding:0 10px 16px}.simple-detail-intro{padding:22px 0 15px}.simple-detail-intro h1{font-size:18px}.simple-forecast-tabs{overflow-x:auto;justify-content:flex-start}.simple-forecast-tabs a{flex:0 0 auto;padding:0 13px}
    .simple-hourly-list,.simple-hourly-canvas{min-width:780px}.simple-week-calendar{grid-template-columns:repeat(3,1fr)}.simple-week-calendar article{min-height:178px}
    .simple-forecast-list{overflow-x:auto;padding-right:0;padding-left:0}.simple-forecast-list article{min-width:760px;grid-template-columns:165px 130px 120px 180px 130px}
    .simple-history-query form{flex-wrap:wrap}.simple-history-query input:first-child{width:100%}.simple-history-query>div{grid-template-columns:repeat(3,1fr)}
    .simple-related-grid>div{grid-template-columns:repeat(2,1fr);padding:12px}
    .simple-time-hero{align-items:flex-start;flex-direction:column;gap:8px}.simple-time-hero>strong{max-width:100%;font-size:18px}.simple-country-current{grid-template-columns:1fr 1fr}.simple-country-current small{text-align:left}.simple-country-page-meta{align-items:flex-start;flex-direction:column;gap:3px;text-align:left}.simple-international-hourly>div{grid-template-columns:repeat(3,1fr)}.simple-country-city-grid,.simple-hot-international>div{grid-template-columns:repeat(2,1fr)}
    .simple-international-meta{align-items:flex-start;flex-direction:column;gap:2px;margin:10px 2px 0;text-align:left}
    .simple-international-weather-detail .simple-current-meta span:nth-child(2),.simple-international-weather-detail .simple-current-meta span:nth-child(3){display:none}
    .simple-monthly-weekdays,.simple-monthly-days{min-width:700px}.simple-monthly-calendar{overflow-x:auto}.simple-monthly-days article{min-height:112px}
    .simple-monthly-list{overflow-x:auto;padding-right:0;padding-left:0}.simple-monthly-list article{min-width:700px;grid-template-columns:185px 155px 130px 200px}
    .simple-monthly-list.is-long-range{overflow-x:visible}.simple-range-list-head,.simple-monthly-list.is-long-range article{min-width:0;grid-template-columns:42% 34% 24%;padding-right:8px;padding-left:8px}.simple-monthly-list.is-long-range article{font-size:11px}.simple-monthly-list.is-long-range .weather-icon{margin-right:3px;font-size:21px}
    .simple-history-month-head{align-items:flex-start;flex-direction:column;gap:7px}.simple-history-month-head nav{width:100%;justify-content:space-between}.simple-history-daily-list article{min-width:760px;grid-template-columns:185px 155px 125px 160px 125px}
    .simple-footer{padding:20px 0}
}
