.mod-list .bd .nav ul {
	zoom: 1
}
.mod-list .bd .nav ul:before, .mod-list .bd .nav ul:after {
	content: "";
	display: table
}
.mod-list .bd .nav ul:after {
	clear: both;
	overflow: hidden
}
.mod-time {
	padding: 15px 20px;
	margin-bottom: 10px;
	background: rgba(80,146,196,.85);
	border-radius: 8px
}
.mod-time .bd {
	overflow: hidden;
	color: rgba(255,255,255,.8)
}
.mod-time .bd .panel-left {
	float: left;
	width: 240px;
	line-height: 24px
}
.mod-time .bd .panel-left .title {
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
	color: #fff
}
.mod-time .bd .panel-right {
	margin-left: 260px;
	line-height: 24px;
	text-align: right
}
.mod-time .bd .panel-right .time-box {
	display: inline-block;
	text-align: center
}
.mod-time .bd .panel-right .time-box span {
	display: inline-block;
	line-height: 48px;
	vertical-align: middle;
	font-size: 28px;
	font-weight: bold
}
.mod-time .bd .panel-right .time-box .time-span {
	width: 36px;
	padding: 0 15px;
	background: rgba(255,255,255,.1);
	text-align: center;
	border-radius: 8px;
	color: #fff
}
.mod-weather {
	position: relative;
	z-index: 9;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 8px;
	overflow: hidden;
	color: #fff
}
.mod-weather img, .mod-weather span {
	vertical-align: middle;
	filter: drop-shadow(0 1px 0px rgba(0, 0, 0, 0.45))
}
.mod-weather a {
	color: #fecb79
}
.mod-weather .bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%
}
.mod-weather .bg video {
	width: 100%;
	height: auto;
	margin-top: -10%
}
.mod-weather .hd {
	line-height: 30px
}
.mod-weather .bd {
	position: relative;
	padding: 15px 0;
	line-height: 80px
}
.mod-weather .bd span {
	margin-right: 20px;
	vertical-align: middle
}
.mod-weather .bd .temperature {
	line-height: 48px;
	font-weight: bold;
	font-size: 40px
}
.mod-weather .bd .name {
	line-height: 48px;
	font-size: 22px
}
.mod-weather .bd .tag {
	display: inline-block;
	padding: 3px 10px 3px 3px;
	line-height: 18px;
	background: rgba(255,255,255,.15);
	border-radius: 10px
}
.mod-weather .bd .air:before {
	content: "";
	float: left;
	width: 18px;
	height: 18px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	margin-right: 10px
}
.mod-weather .bd .air-level1 {
	background-color: #a3d765
}
.mod-weather .bd .air-level1:before {
	background-image: url("/static/www/image/weather/air-level1.png")
}
.mod-weather .bd .air-level2 {
	background-color: #f0cc35
}
.mod-weather .bd .air-level2:before {
	background-image: url("/static/www/image/weather/air-level2.png")
}
.mod-weather .bd .air-level3 {
	background-color: #f1ab62
}
.mod-weather .bd .air-level3:before {
	background-image: url("/static/www/image/weather/air-level3.png")
}
.mod-weather .bd .air-level4 {
	background-color: #ef7f77
}
.mod-weather .bd .air-level4:before {
	background-image: url("/static/www/imageindex/air-level4.png")
}
.mod-weather .bd .air-level5 {
	background-color: #b28ccb
}
.mod-weather .bd .air-level5:before {
	background-image: url("/static/www/imageindex/air-level5.png")
}
.mod-weather .bd .air-level6 {
	background-color: #ad788a
}
.mod-weather .bd .air-level6:before {
	background-image: url("/static/www/imageindex/air-level6.png")
}
.mod-weather .bd .warning {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 12px;
	border-radius: 18px;
	font-size: 14px;
	color: #fff;
	margin-right: 24px;
	cursor: pointer;
	position: relative
}
.mod-weather .bd .warning-level01 {
	background-color: #86c5f7
}
.mod-weather .bd .warning-level02 {
	background-color: #f5d271
}
.mod-weather .bd .warning-level03 {
	background-color: #ef8c6b
}
.mod-weather .bd .warning-level04 {
	background-color: #ec807c
}
.mod-weather .ft {
	line-height: 30px
}
.mod-weather .ft span {
	margin-right: 20px
}
.mod-trend .sub-hd {
	margin-left: 20px;
	text-align: left;
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 16px
}
.mod-trend .sub-hd::before {
	position: absolute;
	left: -18px;
	top: 50%;
	display: inline-block;
	width: 4px;
	height: 20px;
	content: "";
	margin: -10px 2px;
	vertical-align: middle;
	background: #2095f2;
	border-radius: 2px
}
.mod-trend .sub-hd .title {
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 16px
}
.mod-trend .trend {
	margin-top: 15px;
	padding: 12px;
	background: hsl(207.5,100%,96.05%);
	border-radius: 8px;
	backdrop-filter: blur(7px)
}
.mod-trend .trend .chart {
	position: absolute;
	left: 0;
	top: 70px;
	z-index: 0;
	height: 90px
}
.mod-trend .trend .scroll-bar {
	position: relative;
	overflow-x: auto
}
.mod-trend .trend .scroll-bar::-webkit-scrollbar {
width:8px;
height:8px;
background-color:rgba(0,0,0,.05)
}
.mod-trend .trend .scroll-bar::-webkit-scrollbar-thumb {
background-color:rgba(0,0,0,.2);
border-radius:4px
}
.mod-trend .trend ul {
	display: flex;
	flex-direction: row;
	position: relative;
	z-index: 1
}
.mod-trend .trend li {
	min-width: 60px;
	border-right: 1px solid rgba(0,0,0,.05)
}
.mod-trend .trend li:last-child {
	border-right: none
}
.mod-trend .trend .item {
	padding: 10px 5px;
	line-height: 24px;
	text-align: center;
	user-select: none
}
.mod-trend .trend .item:hover {
	background: rgba(0,0,0,.025)
}
.mod-trend .trend .item .c-bd {
	height: 100px
}
.mod-trend .trend .item .c-ft {
	line-height: 24px
}
.mod-list .hd {
	padding: 20px 20px 0;
	border-bottom: none;
	text-align: center
}
.mod-list .hd h1 {
	line-height: 32px;
	font-weight: bold;
	font-size: 20px
}
.mod-list .hd p {
	line-height: 22px;
	font-size: 14px;
	color: #888;
	margin-bottom: 10px
}
.mod-list .bd {
	overflow: hidden
}
.mod-list .bd .nav {
	margin-top: -5px;
	margin-bottom: 25px;
	text-align: center
}
.mod-list .bd .nav ul {
	display: inline-block;
	background: #f5f8fa;
	line-height: 32px;
	border: 1px solid #e4eaee;
	border-radius: 6px;
	overflow: hidden
}
.mod-list .bd .nav li {
	float: left;
	margin-left: -1px;
	border-left: 1px solid #e4eaee
}
.mod-list .bd .nav li a {
	position: relative;
	display: block;
	padding: 0 15px;
	font-size: 14px;
	color: #546d7e
}
.mod-list .bd .nav li.active a {
	background: #546d7e;
	color: #fff
}
.mod-list .bd .box {
	margin-bottom: 15px
}
.mod-list .bd .box .c-hd {
	position: relative;
	padding: 0 20px;
	margin-bottom: 5px;
	background: #f6f8fa;
	line-height: 40px;
	border-radius: 5px;
	color: #333
}
.mod-list .bd .box .c-hd::before {
	position: absolute;
	left: 2px;
	top: 50%;
	width: 3px;
	height: 20px;
	content: "";
	margin-top: -10px;
	background: #006dcc;
	border-radius: 2px
}
.mod-list .bd .box .c-hd .title {
	font-size: 16px;
	font-weight: bold
}
.mod-list .bd .box .c-hd .more {
	float: right;
	color: #333;
	overflow: hidden
}
.mod-list .bd .box .c-hd .more span, .mod-list .bd .box .c-hd .more img {
	vertical-align: middle
}
.mod-list .bd .box .c-hd .more span.icon {
	float: left;
	margin-right: 5px;
	height: 40px;
	line-height: 40px
}
.mod-list .bd .box .c-hd .more span.info {
	float: left;
	padding: 4px 0;
	line-height: 16px
}
.mod-list .bd .box .c-hd .more span.info span {
	display: block
}
.mod-list .bd .box .c-hd .more span.info span.temp {
	font-size: 13px;
	color: #999
}
.mod-list .bd .box .c-bd {
	padding: 5px 0
}
.mod-list .bd .box .c-bd ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr)
}
.mod-list .bd .box .c-bd li {
	padding: 5px 0;
	line-height: 24px;
	text-align: center;
	overflow: hidden
}
.mod-list .bd .box .c-bd li a {
	display: block;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.mod-list .bd .box .c-bd li p.type {
	line-height: 16px;
	font-size: 12px;
	color: #03a9f4
}
.mod-list .bd .box .c-bd li p.temperature {
	line-height: 16px;
	font-size: 12px;
	color: #999
}
.mod-list .bd .table-inner {
	margin-bottom: 20px;
	overflow-x: auto
}
.mod-list .bd .table-inner table {
	width: 100%;
	color: #384c78
}
.mod-list .bd .table-inner table tr {
	border-bottom: 1px solid #f8f8f8
}
.mod-list .bd .table-inner table td {
	padding: 8px 10px
}
.mod-list .bd .table-inner p span, .mod-list .bd .table-inner p img {
	margin: 0 3px
}
.mod-list .bd .table-inner p.date {
	color: #8a9baf
}
.mod-list .bd .calendar {
	margin-bottom: 20px;
	overflow-x: auto
}
.mod-list .bd .calendar table {
	width: 100%;
	table-layout: fixed;
	color: #546d7e
}
.mod-list .bd .calendar table thead {
	background: #f5f8fa
}
.mod-list .bd .calendar table td, .mod-list .bd .calendar table th {
	border: 1px solid #e4eaee;
	line-height: 20px;
	text-align: center
}
.mod-list .bd .calendar table th {
	padding: 5px
}
.mod-list .bd .calendar table td {
	padding: 8px 5px
}
.mod-list .bd .calendar p.icon {
	line-height: 36px
}
.mod-list .bd .calendar p.icon img {
	vertical-align: middle
}
.mod-list .bd .calendar p.temperature {
	white-space: nowrap;
	margin-bottom: 5px;
	font-size: 12px
}
.mod-list .bd .calendar p.day {
	color: #8a9baf
}
.mod-list .bd .calendar p.sun {
	font-size: 12px;
	color: #999
}
.mod-list .bd .calendar .only-pc {
	display: block
}
.mod-list .bd .calendar .only-mobile {
	display: none
}
.mod-list .ft .box {
	margin-top: -10px;
	margin-bottom: 15px
}
.mod-list .ft .box .c-hd {
	margin-bottom: 20px;
	border-bottom: 1px dotted #e8e8e8
}
.mod-list .ft .box .c-hd .title {
	position: relative;
	bottom: -12px;
	padding-right: 20px;
	padding-left: 5px;
	display: inline-block;
	background: #fff;
	line-height: 24px;
	font-weight: bold;
	font-size: 16px
}
.mod-list .ft .box .c-bd {
	padding: 10px 0
}
.mod-list .ft .box .c-bd .input-text {
	width: 160px;
	height: 20px;
	padding: 5px 10px;
	margin: 0 3px;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	vertical-align: middle;
	outline: none
}
.mod-list .ft .box .c-bd .input-text[type=date] {
	width: 112px
}
.mod-list .ft .box .c-bd .input-button {
	display: inline-block;
	width: 80px;
	height: 32px;
	border: 1px solid #ccc;
	background: -moz-linear-gradient(top, #fefefe, #ededed);
	background: -o-linear-gradient(left top, left bottom, from(#fefefe), to(#ededed));
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ededed));
	line-height: 28px;
	vertical-align: middle;
	font-size: 15px;
	color: #333;
	cursor: pointer;
	border-radius: 3px;
	outline: none;
	box-sizing: border-box;
	-webkit-appearance: none
}
.mod-list .ft .box .c-bd .link {
	margin-left: 25px
}
.mod-list .ft .box .c-bd .link a {
	margin: 0 4px
}
.mod-list .ft .box .c-ft p {
	line-height: 30px
}
.mod-list .ft .box .c-ft ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2px
}
.mod-list .ft .box .c-ft li a {
	display: block;
	height: 30px;
	background: #f8f8f8;
	line-height: 30px;
	text-align: center;
	color: #484848;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.mod-list .ft .box .c-ft li a:hover {
	background: #e9f4ff
}
.mod-info .bd .table-inner table {
	width: 100%;
	table-layout: fixed;
	color: #546d7e
}
.mod-info .bd .table-inner table thead {
	background: #f5f8fa
}
.mod-info .bd .table-inner table td, .mod-info .bd .table-inner table th {
	border: 1px solid #e4eaee;
	line-height: 20px;
	text-align: center
}
.mod-info .bd .table-inner table th {
	padding: 5px
}
.mod-info .bd .table-inner table td {
	padding: 8px 5px
}
.mod-info .bd .table-inner table td a {
	color: #666
}
.mod-info .bd .table-inner table td a:hover {
	color: #2095f2
}
.mod-other .bd {
	padding: 15px
}
.mod-other .bd ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr)
}
.mod-other .bd li {
	padding: 5px 0;
	line-height: 24px;
	text-align: center;
	overflow: hidden
}
.mod-other .bd li a {
	display: block;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.mod-other .bd li p.type {
	line-height: 16px;
	font-size: 12px;
	color: #03a9f4
}
.mod-other .bd li p.temperature {
	line-height: 16px;
	font-size: 12px;
	color: #999
}
@media screen and (max-width: 799px) {
.mod-time {
	padding: 12px
}
.mod-time .bd .panel-left {
	width: 160px
}
.mod-time .bd .panel-left .title {
	margin-bottom: 5px;
	line-height: 24px;
	font-size: 18px
}
.mod-time .bd .panel-left p {
	line-height: 18px;
	font-size: 13px
}
.mod-time .bd .panel-right {
	margin-left: 160px
}
.mod-time .bd .panel-right .time-box {
	display: inline-block;
	text-align: center
}
.mod-time .bd .panel-right .time-box span {
	line-height: 32px;
	font-size: 20px
}
.mod-time .bd .panel-right .time-box .time-span {
	width: 24px;
	padding: 0 8px;
	border-radius: 4px
}
.mod-weather {
	padding: 12px 15px
}
.mod-weather .bg video {
	margin-top: 0
}
.mod-weather .hd {
	line-height: 26px;
	font-size: 13px
}
.mod-weather .bd span {
	margin-right: 10px
}
.mod-weather .bd .temperature {
	line-height: 36px;
	font-size: 32px
}
.mod-weather .bd .name {
	line-height: 36px;
	font-size: 16px
}
.mod-weather .bd .tag {
	zoom: .75
}
.mod-weather .bd .icon img {
	width: 40px;
	height: 40px
}
.mod-weather .ft {
	line-height: 26px;
	font-size: 13px
}
.mod-weather .ft img {
	width: 16px;
	height: 16px
}
.mod-weather .ft span {
	margin-right: 10px;
	white-space: nowrap
}
.mod-weather .trend {
	margin: 0 -15px;
	background: #fff;
	color: #444;
	text-shadow: none
}
.mod-list .hd {
	padding: 15px 15px 0
}
.mod-list .hd h1 {
	line-height: 24px;
	font-size: 18px
}
.mod-list .hd p {
	line-height: 20px;
	font-size: 13px
}
.mod-list .bd .box .c-hd .more img {
	width: 24px;
	height: 24px
}
.mod-list .bd .box .c-bd ul {
	grid-template-columns: repeat(4, 1fr)
}
.mod-list .bd .box .c-bd li a {
	padding: 0 10px
}
.mod-list .bd .nav {
	padding: 5px 0;
	white-space: nowrap
}
.mod-list .bd .nav li {
	float: left
}
.mod-list .bd .nav li a {
	padding: 0 9px;
	font-size: 13px
}
.mod-list .bd .table-inner table {
	font-size: 13px
}
.mod-list .bd .table-inner table td {
	padding: 5px 6px;
	white-space: nowrap
}
.mod-list .bd .table-inner p img {
	width: 30px;
	height: 30px;
	margin: 0 1px
}
.mod-list .bd .calendar table {
	table-layout: auto
}
.mod-list .bd .calendar table td {
	min-width: 60px;
	vertical-align: top
}
.mod-list .bd .calendar table p.day span {
	font-size: 16px;
	font-weight: bold
}
.mod-list .bd .calendar table p.icon {
	line-height: 26px
}
.mod-list .bd .calendar table p.temperature {
	line-height: 16px;
	font-size: 13px
}
.mod-list .bd .calendar table img {
	width: 24px;
	height: 24px
}
.mod-list .bd .calendar .only-pc {
	display: none
}
.mod-list .bd .calendar .only-mobile {
	display: block
}
.mod-list .ft .box .c-bd .field {
	display: flex;
	width: 100%;
	padding: 2px 0;
	line-height: 32px
}
.mod-list .ft .box .c-bd .field input, .mod-list .ft .box .c-bd .field button {
	flex: 1;
	min-width: 0
}
.mod-list .ft .box .c-ft ul {
	grid-template-columns: repeat(3, 1fr)
}
.mod-other .bd ul {
	grid-template-columns: repeat(3, 1fr)
}
}
@media screen and (max-width: 359px) {
.mod-list .bd .nav li a {
	padding: 0 8px
}
}
