@charset "utf-8";
/* ============================================================
   晴空设计系统 SkyLine Design System
   主色:湛蓝 #2563EB / 天蓝 #0EA5E9 渐变
   点缀:暖阳橙 #F59E0B  深蓝底:#16283F
   ============================================================ */
:root{
	--c-primary:#2563EB;
	--c-primary-d:#1D4ED8;
	--c-sky:#0EA5E9;
	--c-deep:#16283F;
	--c-amber:#F59E0B;
	--c-orange:#F0561D;
	--c-bg:#EDF2F8;
	--c-line:#E3EBF5;
	--c-text:#2B3A4E;
	--c-sub:#64748B;
	--c-chip:#F1F6FD;
	--shadow:0 1px 2px rgba(22,40,63,.05),0 6px 18px rgba(22,40,63,.06);
	--radius:12px;
}

/* 全局 */
body{margin:0;padding:0;background:var(--c-bg);color:var(--c-text);font-size:14px;font-family:"PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;text-align:center;-webkit-font-smoothing:antialiased;}
div,form,img,ul,ol,li,dl,dt,dd{margin:0;padding:0;border:0;text-align:left;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:14px;font-weight:normal;}
table,td,tr,th{font-size:14px;}
li{list-style-type:none;}
img{vertical-align:middle;}

.left{float:left;}
.right{float:right;}
.clear{clear:both;font-size:0;width:0;visibility:hidden;}
.clear2:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.hidden{display:none;}
.unLine,.unLine a{text-decoration:none;}
.noBorder{border:none;}
.cen{text-align:center;}
.right_more{margin:3px 20px 0 0;}

a{color:var(--c-primary);text-decoration:none;transition:color .18s ease;}
a:hover{color:var(--c-primary-d);}

h1{font-size:18px;font-weight:bold;display:inline-block;}

/* 温度配色:低温蓝 / 高温橙 */
.wdd{color:#0E8FEA;font-weight:bold;}
.wds{color:var(--c-orange);font-weight:bold;}

/* ============ 头部 ============ */
.header{border-top:3px solid var(--c-amber);}
.head_top{background:#fff;box-shadow:0 1px 0 var(--c-line);}
.head_top .main{width:960px;margin:0 auto;height:74px;display:flex;align-items:center;justify-content:space-between;}
.brand{display:flex;align-items:center;text-decoration:none;}
.brand_icon{width:42px;height:42px;border-radius:12px;box-shadow:0 4px 10px rgba(37,99,235,.28);}
.brand_txt{margin-left:10px;line-height:1.2;}
.brand_txt b{display:block;font-size:22px;font-weight:800;color:var(--c-deep);letter-spacing:1px;}
.brand_txt em{display:block;font-style:normal;font-size:12px;color:var(--c-sub);letter-spacing:2px;margin-top:3px;}

/* 头部搜索 */
.main_right form{display:flex;align-items:center;}
input.itstyle{width:260px;height:38px;line-height:38px;padding:0 16px;border:1px solid #D7E3F4;border-right:0;border-radius:20px 0 0 20px;color:var(--c-text);font-size:13px;outline:none;transition:border-color .18s ease,box-shadow .18s ease;vertical-align:middle;}
input.itstyle:focus{border-color:var(--c-primary);box-shadow:0 0 0 3px rgba(37,99,235,.12);}
input.ibstyle{height:40px;line-height:38px;padding:0 20px;border:0;border-radius:0 20px 20px 0;background:linear-gradient(135deg,var(--c-primary),var(--c-sky));color:#fff;font-size:14px;font-weight:bold;letter-spacing:2px;cursor:pointer;vertical-align:middle;transition:opacity .18s ease;}
input.ibstyle:hover{opacity:.88;}

/* 导航 */
.nav_box{background:linear-gradient(90deg,#1E3A8A 0%,var(--c-primary) 55%,var(--c-sky) 100%);box-shadow:0 4px 14px rgba(30,58,138,.22);}
.nav{width:960px;margin:0 auto;height:46px;line-height:46px;font-size:15px;}
.nav a{display:inline-block;color:rgba(255,255,255,.92);font-weight:600;padding:0 16px;margin:8px 2px;height:30px;line-height:30px;border-radius:15px;text-decoration:none;transition:background .18s ease,color .18s ease;}
.nav a:hover{background:rgba(255,255,255,.18);color:#fff;}
.nav a.home{background:#fff;color:var(--c-primary-d);}

/* 面包屑 */
.path{width:960px;margin:12px auto 0;padding:9px 18px;box-sizing:border-box;background:#fff;border-radius:10px;box-shadow:var(--shadow);font-size:13px;color:var(--c-sub);}
.path a{color:var(--c-sub);}
.path a:hover{color:var(--c-primary);}
.path span{margin:0 8px;color:#B9C8DC;}

.top_banner{width:960px;margin:10px auto 0;}

/* ============ 主体布局 ============ */
.info{width:960px;margin:12px auto 0;padding:0;}
.info_left{float:left;width:650px;}
.info_right{float:right;width:300px;}

/* 卡片:主栏 */
.box1{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:14px;overflow:hidden;}
.box1_title{padding:13px 18px;border-bottom:1px solid var(--c-line);font-size:13px;color:var(--c-sub);font-weight:normal;}
.box1_title:before{content:"";display:inline-block;width:4px;height:15px;margin-right:9px;border-radius:2px;background:linear-gradient(180deg,var(--c-amber),var(--c-orange));vertical-align:-2px;}
.box1_title h1,.box1_title h2{display:inline;font-size:16px;font-weight:bold;color:var(--c-deep);}
.box1_title h3{display:inline;font-size:13px;font-weight:normal;color:#93A3B8;margin-left:4px;}
.box1_info{background:#fff;}

/* 卡片:侧栏 */
.box2{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:14px;overflow:hidden;}
.box2_title{padding:12px 16px;border-bottom:1px solid var(--c-line);font-size:15px;font-weight:bold;color:var(--c-deep);}
.box2_title:before{content:"";display:inline-block;width:4px;height:13px;margin-right:8px;border-radius:2px;background:linear-gradient(180deg,var(--c-primary),var(--c-sky));vertical-align:-1px;}
.box2_info{background:#fff;padding:4px 0 10px;}

/* ============ 城市页:今日天气主视觉 ============ */
.weather_jm{padding:0;}
.weather_jm_box1{position:relative;margin-bottom:14px;padding:30px 24px;border-radius:16px;overflow:hidden;color:#fff;
	background:linear-gradient(135deg,#1E3A8A 0%,#2563EB 48%,#0EA5E9 100%);
	box-shadow:0 10px 26px rgba(37,99,235,.30);}
.weather_jm_box1:before{content:"";position:absolute;top:-70px;right:-50px;width:240px;height:240px;border-radius:50%;background:rgba(255,255,255,.10);}
.weather_jm_box1:after{content:"";position:absolute;bottom:-90px;left:8%;width:200px;height:200px;border-radius:50%;background:rgba(255,255,255,.07);}
.weather_jm_box1 ul{position:relative;z-index:1;}
.weather_jm_box1 li{text-align:center;font-family:"PingFang SC","Microsoft YaHei",sans-serif;margin-bottom:14px;font-size:15px;color:#fff;}
.weather_jm_box1 li.l1{display:inline-block;margin:0 auto 16px;padding:4px 16px;border-radius:14px;background:rgba(255,255,255,.16);font-size:13px;color:#FFE9C4;letter-spacing:1px;}
.weather_jm_box1 li.l2 h1{font-size:30px;font-weight:800;color:#fff;letter-spacing:1px;}
.weather_jm_box1 li.l3 h2{font-size:15px;color:rgba(255,255,255,.72);margin-top:2px;}
.weather_jm_box1 li.l4{margin-bottom:6px;}
.weather_jm_box1 li.l4 img{width:58px;height:58px;filter:drop-shadow(0 3px 6px rgba(0,0,0,.18));}
.weather_jm_box1 li.l5{font-size:50px;font-weight:800;margin-bottom:6px;letter-spacing:1px;text-shadow:0 3px 10px rgba(13,42,94,.35);}
.weather_jm_box1 li.l5 .wdd{color:#CFE8FF;}
.weather_jm_box1 li.l5 .wds{color:#FFD166;}
.weather_jm_box1 li.l6{font-size:22px;font-weight:600;}
.weather_jm_box1 li.l7{color:rgba(255,255,255,.78);font-size:14px;}
.weather_jm_box1 li.l8 img{width:150px;padding:4px;border:3px solid rgba(255,255,255,.55);border-radius:14px;box-shadow:0 8px 20px rgba(13,42,94,.30);background:#fff;}
.weather_jm_box1 li.l9{line-height:24px;margin-bottom:0;font-size:13px;color:rgba(255,255,255,.85);}
.weather_jm_box1 li.l10{margin-top:16px;padding:16px 20px;border-radius:12px;background:rgba(255,255,255,.13);backdrop-filter:blur(2px);line-height:24px;display:grid;grid-template-columns:1fr 1fr;column-gap:26px;text-align:left;}
.weather_jm_box1 li.l10 p{margin:0;font-size:13px;color:rgba(255,255,255,.85);}
.weather_jm_box1 li.l10 p span.t1{color:#FFD166;font-weight:bold;}
.weather_jm_box1 li.l10 p span.t2{color:rgba(255,255,255,.68);font-size:12px;}

/* ============ 今日详情 + 生活指数 ============ */
.main_info{display:flex;gap:14px;margin:0;padding:16px 16px 6px;background:#fff;}
.main_info_today{flex:0 0 218px;padding:16px 8px;border:1px solid var(--c-line);border-radius:12px;background:linear-gradient(170deg,#EFF6FF 0%,#FFFFFF 78%);}
.main_info_today li{text-align:center;line-height:24px;}
.main_info_today li.title{font-weight:bold;font-size:14px;color:var(--c-primary-d);}
.main_info_today li.img{padding:6px 0 2px;}
.main_info_today li.wb{font-size:15px;color:var(--c-text);}
.main_info_today li.tp{font-size:16px;font-weight:bold;}
.main_info_today li.fx{color:var(--c-sub);font-size:13px;}
.main_info_live{flex:1;padding:10px 8px;}
.main_info_live li{line-height:26px;font-size:13px;color:var(--c-text);}
.main_info_live span.t1{color:#16A34A;font-weight:bold;}
.main_info_live span.t2{color:var(--c-sub);}
.leftgg_main{width:640px;padding:0 5px 5px;}

.main_info_note2{margin:12px 16px 16px;padding:9px 14px;border-radius:8px;background:#FFF9EB;border:1px solid #FBEED3;color:#92600A;font-size:13px;line-height:20px;text-align:left;}
.main_info_note{margin:10px 16px;padding:9px 14px;border-radius:8px;background:#FFF9EB;color:#92600A;font-size:13px;line-height:20px;text-align:center;}

/* ============ 预报表格(去表格感) ============ */
.weather30_7,.weather30_other{padding:4px 8px 0;}
.weather30_7 table,.weather30_other table{border-collapse:collapse;border-spacing:0;}
.weather30_7 td,.weather30_other td{padding:11px 6px;border-bottom:1px solid #EDF3F9;background:#fff;color:#3D4E64;font-size:13.5px;}
.weather30_7 tr:hover td,.weather30_other tr:hover td{background:#F4F8FF;}
.weather30_7 td.p1,.weather30_other td.p1{color:var(--c-deep);font-weight:600;}
.weather30_7 td[colspan="6"],.weather30_other td[colspan="6"]{display:none;}
.weather30_other{margin-top:6px;border-top:1px dashed var(--c-line);}
.weather30_seeother{padding:14px 0 16px;text-align:center;}
.weather30_seeother span{display:inline-block;padding:7px 26px;border:1px solid var(--c-primary);border-radius:18px;color:var(--c-primary);font-size:13px;font-weight:bold;cursor:pointer;transition:all .18s ease;}
.weather30_seeother span:hover{background:var(--c-primary);color:#fff;}

/* 大按钮(查看全部天气) */
.weather30_link{padding:26px 20px;text-align:center;border-top:1px solid var(--c-line);}
.weather30_link a{display:inline-block;padding:12px 42px;border-radius:26px;background:linear-gradient(135deg,var(--c-amber),var(--c-orange));color:#fff;font-size:18px;font-weight:bold;text-decoration:none;box-shadow:0 6px 16px rgba(240,86,29,.30);transition:transform .18s ease,box-shadow .18s ease;}
.weather30_link a:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(240,86,29,.38);color:#fff;}

/* ============ 城市页头图 / 简介 ============ */
.weather30_intro{display:flex;align-items:center;gap:18px;margin-bottom:14px;padding:20px 22px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);}
.weather30_intro_img{flex:0 0 auto;}
.weather30_intro_img img{width:130px;border-radius:12px;border:3px solid #EAF2FC;box-shadow:0 4px 12px rgba(22,40,63,.10);}
.weather30_intro_text{flex:1;line-height:25px;color:var(--c-sub);font-size:13.5px;}
.weather30_intro_text h1{font-size:24px;font-weight:800;color:var(--c-deep);margin-bottom:10px;letter-spacing:.5px;}
.weather30_intro_text h2{font-size:18px;font-weight:bold;color:var(--c-deep);}
.weather_intro{padding:16px 20px;line-height:26px;font-size:14px;color:#3D4E64;}
.weather_intro p{margin:0;padding-bottom:8px;text-indent:2em;}

/* 天气调用文本 */
.weather_send{padding:14px 16px;}
.weather_send dt{font-weight:bold;height:26px;line-height:26px;}
.weather_send p{padding:12px 16px;border:1px solid var(--c-line);border-radius:10px;background:#F7FAFD;margin:0;line-height:24px;font-size:13px;color:var(--c-sub);}
.weather_send p b{color:var(--c-deep);}

/* ============ 城市链接 chips ============ */
.weather_other,.weather_othercity,.weather_hot{padding:14px 12px 8px;}
.weather_ncity{padding:10px 8px 4px;}
.hotcity{padding:10px 8px 4px;}
.home_hotprovince,.home_hotcity,.home_ncity{padding:14px 12px 8px;}
.citylist{padding:14px 12px 8px;}

.weather_other li,.weather_othercity li,.weather_hot li{float:left;width:118px;height:32px;line-height:32px;margin:0 4px 8px;text-align:center;background:var(--c-chip);border-radius:8px;transition:all .18s ease;}
.weather_ncity li{float:left;width:138px;height:32px;line-height:32px;margin:0 4px 8px;text-align:center;background:var(--c-chip);border-radius:8px;transition:all .18s ease;}
.hotcity li{float:left;width:88px;height:32px;line-height:32px;margin:0 4px 8px;text-align:center;background:var(--c-chip);border-radius:8px;transition:all .18s ease;}
.home_hotprovince li,.home_hotcity li,.home_ncity li{float:left;width:120px;height:32px;line-height:32px;margin:0 4px 8px;text-align:center;background:var(--c-chip);border-radius:8px;transition:all .18s ease;}
.citylist li{float:left;width:118px;height:32px;line-height:32px;margin:0 4px 8px;text-align:center;background:var(--c-chip);border-radius:8px;transition:all .18s ease;}

.weather_other a,.weather_othercity a,.weather_hot a,.weather_ncity a,.hotcity a,
.home_hotprovince a,.home_hotcity a,.home_ncity a,.citylist a{display:block;color:#42566E;font-size:13px;text-decoration:none;border-radius:8px;transition:all .18s ease;}
.weather_other li:hover,.weather_othercity li:hover,.weather_hot li:hover,.weather_ncity li:hover,.hotcity li:hover,
.home_hotprovince li:hover,.home_hotcity li:hover,.home_ncity li:hover,.citylist li:hover{background:var(--c-primary);box-shadow:0 4px 10px rgba(37,99,235,.26);transform:translateY(-1px);}
.weather_other li:hover a,.weather_othercity li:hover a,.weather_hot li:hover a,.weather_ncity li:hover a,.hotcity li:hover a,
.home_hotprovince li:hover a,.home_hotcity li:hover a,.home_ncity li:hover a,.citylist li:hover a{color:#fff;}

.citylist ul{border-bottom:1px dashed var(--c-line);padding-bottom:6px;margin-bottom:6px;}
.citylist li.title,.citylist li.title:hover{background:var(--c-deep);transform:none;box-shadow:none;}
.citylist li.title a{color:#fff;font-weight:bold;}

/* ============ 侧栏:省市联动搜索 ============ */
.weather_searchqxt{padding:12px 14px 6px;font-size:13px;color:var(--c-sub);}
.weather_searchqxt select{height:32px;line-height:32px;margin:0 3px 8px;padding:0 8px;border:1px solid #D7E3F4;border-radius:8px;background:#fff;color:var(--c-text);font-size:13px;outline:none;vertical-align:middle;}
.weather_searchqxt select:focus{border-color:var(--c-primary);}
.weather_searchqxt input[type="submit"]{height:32px;line-height:30px;padding:0 18px;border:0;border-radius:8px;background:linear-gradient(135deg,var(--c-primary),var(--c-sky));color:#fff;font-size:13px;font-weight:bold;cursor:pointer;vertical-align:middle;transition:opacity .18s ease;}
.weather_searchqxt input[type="submit"]:hover{opacity:.88;}

/* ============ 侧栏文章列表 ============ */
.weather_news{padding:6px 14px 2px;}
.weather_news li{position:relative;height:auto;line-height:22px;padding:8px 0 8px 14px;border-bottom:1px dashed #EDF2F8;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.weather_news li:last-child{border-bottom:0;}
.weather_news li:before{content:"";position:absolute;left:0;top:16px;width:5px;height:5px;border-radius:50%;background:#B9CFEE;}
.weather_news a{color:#42566E;font-size:13px;text-decoration:none;}
.weather_news a:hover{color:var(--c-primary);}

/* ============ 首页 ============ */
.home_map{padding:14px 16px 6px;}
.home_map svg{width:100%;height:auto;}

/* ============ 全城市页(cityall) ============ */
.site_info{width:960px;margin:0 auto;}
.map_list_box{padding:14px 20px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);}
.map_list_box p.tips{margin:0 0 8px;padding:8px 14px;border-radius:8px;background:#FFF9EB;border:1px solid #FBEED3;color:#92600A;font-size:13px;}
.map_list_box ul{display:flex;align-items:flex-start;padding:10px 0;border-bottom:1px dashed #EDF2F8;}
.map_list_box ul:last-child{border-bottom:0;}
.map_list_box li{line-height:28px;font-size:13px;}
.map_list_box li.title{flex:0 0 auto;margin-right:14px;}
.map_list_box li.title a{display:inline-block;padding:0 14px;height:26px;line-height:26px;border-radius:13px;background:var(--c-deep);color:#fff;font-weight:bold;}
.map_list_box li.title a:hover{background:var(--c-primary);}
.map_list_box li a{display:inline-block;margin:0 10px 4px 0;color:#42566E;}
.map_list_box li a:hover{color:var(--c-primary);}

/* ============ 文章列表 / 详情 ============ */
.news_list{padding:8px 16px 12px;}
.news_list li{height:auto;line-height:24px;padding:10px 2px;border-bottom:1px dashed #EDF2F8;overflow:hidden;background:none;margin:0;}
.news_list li:hover{background:none;}
.news_list li a{color:#3D4E64;font-size:14px;text-decoration:none;}
.news_list li a:hover{color:var(--c-primary);}
.news_list li span.date{color:#9AA8BC;font-size:12px;}
.news_list dt{padding:16px 0 8px;line-height:26px;text-align:center;}
.news_list dt a{display:inline-block;margin:0 3px;padding:3px 12px;border:1px solid var(--c-line);border-radius:6px;color:var(--c-sub);font-size:12px;}
.news_list dt a:hover{border-color:var(--c-primary);color:var(--c-primary);}
.news_list dt b{font-weight:bold;}

.news_info{min-height:400px;padding:24px 30px;line-height:30px;font-size:15px;color:#33475C;}
.news_info p{text-indent:2em;margin:0 0 12px;}
.news_info li.title{text-align:center;line-height:36px;}
.news_info li.title h1{font-size:23px;font-weight:800;color:var(--c-deep);}
.news_info li.date{margin:8px 0 18px;padding-bottom:14px;text-align:center;color:#9AA8BC;font-size:12px;border-bottom:1px dashed var(--c-line);}
.news_info img{max-width:100%;height:auto;border-radius:8px;}

/* ============ 页底声明 / 页脚 ============ */
.city_footbox{width:960px;margin:0 auto;padding:11px 18px;box-sizing:border-box;background:#FFFDF4;border:1px solid #FBEED3;border-left:3px solid var(--c-amber);border-radius:10px;color:#92600A;font-size:12.5px;line-height:22px;text-align:left;}
.city_footbox a{color:#B2540A;text-decoration:none;}
.city_footbox a:hover{color:var(--c-orange);}

.footer{margin-top:22px;background:var(--c-deep);color:#8CA3C2;font-size:13px;line-height:22px;text-align:center;}
.foot_main{width:960px;margin:0 auto;padding:26px 0 30px;text-align:center;}
.footer a{color:#C9DCF5;text-decoration:none;transition:color .18s ease;}
.footer a:hover{color:#fff;}
.foot_copy{margin-top:12px;font-size:13px;color:#C9DCF5;letter-spacing:1px;text-align:center;}
.foot_sep{display:inline-block;width:1px;height:12px;margin:0 12px;background:#33507A;vertical-align:-1px;}

/* ============ 404 ============ */
.error{padding:70px 0 90px;text-align:center;}
