body {
	font: 14px/1.6 Microsoft Yahei, Tahoma, SimSun;
	background-color: #fff;
	color: #333;
}
.container {
	width: 1000px;
	margin: 0 auto;
}
.pure-g {
	letter-spacing: normal;
}
.pure-g [class*="pure-u"] {
	box-sizing: border-box;
	float: left;
}
.pure-u-1-3 {
	width: 33.33%;
}
.pure-u-2-3 {
	width: 66.66%;
}
.pure-u-1-2 {
	width: 50%;
}
.pure-u-1-8 {
	width: 12.5%;
}
.pure-u-7-8 {
	width: 87.5%;
}
.content-right {
	width: 300px;
	overflow: hidden;
}
* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
.mt1 {
	margin-top: 15px;
}
.mt2 {
	margin-top: 30px;
}
.mb1 {
	margin-bottom: 15px;
}
.mb2 {
	margin-bottom: 30px;
}
.mt10 {
	margin-top: 150px;
}
.pl1 {
	padding-left: 15px;
}
.pb1 {
	padding-bottom: 15px;
}
.ml1 {
	margin-left: 15px;
}
.ml2 {
	margin-left: 30px;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.hide {
	display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
em,
i {
	font-style: normal;
}
ol,
ul {
	list-style: none outside none;
}
.clearfix:after,
.pure-g:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix,
.pure-g {
	*zoom: 1;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
:focus {
	outline: 0;
}
.clear {
	clear: both;
	overflow: hidden;
	font-size: 0;
	height: 0;
	line-height: 0;
}
input,
select,
textarea {
	background-color: #fff;
	border: 0;
}
.placeholder {
	color: #aaa;
}
h2.lborder {
	border-left: 4px solid #007bff;
	padding-left: 15px;
	line-height: 24px;
}
li.expand {
	cursor: pointer;
	font-size: 14px;
}
.news-nav-tab-wrapper .nav-tab li {
	width: 60px;
	height: 30px;
	font-size: 15px;
	color: #333;
	text-align: center;
	line-height: 30px;
	border-radius: 16px;
	display: inline-block;
	cursor: pointer;
}
.news-nav-tab-wrapper .nav-tab li.nav-curr {
	background-color: #38f;
	color: #fff;
}
.fix-news-nav {
	position: fixed;
	top: 0;
	width: 650px;
	background-color: #fff;
	padding: 8px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.news-iframe {
	width: 666px;
	height: 2638px;
	overflow: hidden;
}
.footer-links .nav-tab li {
	width: 90px;
	height: 30px;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 30px;
	border-radius: 6px 6px 0 0;
	display: inline-block;
	cursor: pointer;
}
.footer-links .nav-tab li.nav-curr {
	background-color: #38f;
	color: #fff;
}
.footer-links .tab-content {
	border: 1px solid #eee;
	padding-top: 24px;
}
.footer-links .tab-content a {
	font-size: 12px;
	white-space: nowrap;
	display: inline-block;
	color: #555;
	overflow: hidden;
	margin-bottom: 24px;
	width: 116px;
	text-align: center;
}
.friend-links a {
	padding: 0 5px;
	line-height: 24px;
	white-space: nowrap;
}
.shipin-wxyt a {
	display: block;
}
.shipin-wxyt a img {
	width: 140px;
	height: 90px;
}
.fix-left {
	position: fixed;
	left: 10px;
	top: 160px;
}
.fix-rb {
	position: fixed;
	right: 0;
	bottom: 0;
}
@media (max-width: 1024px) {
	.fix-left,
	.fix-rb .small-screen-not-show {
		display: none;
	}
}
@media (max-width: 1280px) {
	.fix-rb .small-screen-not-show {
		display: none;
	}
	.fix-left {
		width: 120px;
		overflow: hidden;
		left: 0;
	}
}
@media (max-width: 1440px) {
	.fix-rb {
		text-align: center;
	}
}
.footer {
	background-color: #f2f2f8;
	padding-top: 30px;
	margin-top: 30px;
}
.pagination {
	text-align: center;
}
.pagination li,
.pagination li a {
	display: inline-block;
}
.pagination li a {
	height: 45px;
	line-height: 45px;
	padding: 5px 10px;
}
.pagination li.page-item.disabled {
	color: #ddd;
}
h1 {
	font-size: 20px;
}
.topbar {
	width: 100%;
	height: 36px;
	background: #f7f7f7;
	border-bottom: 1px solid #e3e3e3;
	line-height: 36px;
}
.topbar a {
	color: #333;
	padding: 0 4px;
}
.topbar em {
	color: #e3e3e3;
}
.header {
	padding: 20px 0;
	background-color: #f2f2f8;
}
.header .logo {
	font-size: 32px;
	line-height: 32px;
	padding-left: 12px;
	margin: 0;
	font-weight: 700;
}
.bread {
	background-color: #f7f7fc;
	line-height: 30px;
	color: #919191;
}
.bdsharebuttonbox {
	float: right;
}
.bdsharebuttonbox a {
	margin: 3px 6px 0 0 !important;
}
.bdsharebuttonbox:after {
	clear: both;
}
.search-wrapper {
	float: left;
	height: 41px;
	width: 320px;
	position: relative;
	background-color: #fff;
}
.search-wrapper .search-form {
	padding-left: 10px;
	padding-right: 30px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #ddd;
	position: relative;
}
.search-wrapper .search-form .search-icon {
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	right: 9px;
	top: 11px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAAA3CAYAAAB0IqZxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQ3MEZFNUNCNkNERTExRTY4NEU5Qjg5MjgyRjhBOEY5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQ3MEZFNUNDNkNERTExRTY4NEU5Qjg5MjgyRjhBOEY5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDcwRkU1Qzk2Q0RFMTFFNjg0RTlCODkyODJGOEE4RjkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDcwRkU1Q0E2Q0RFMTFFNjg0RTlCODkyODJGOEE4RjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7EZhD4AAAIx0lEQVR42uxbe3BU1Rn/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)
		no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.search-wrapper .search-form .search-input {
	width: 100%;
	height: 39px;
	line-height: 39px;
	display: block;
	font-size: 15px;
}
.search-wrapper .suggest {
	width: 285px;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 10;
	display: none;
	border: 1px solid #cfe3ff;
	background-color: #fff;
}
.search-wrapper .suggest ul li {
	font-size: 15px;
}
.search-wrapper .suggest ul li.active,
.search-wrapper .suggest ul li:hover {
	background-color: #eee;
}
.search-wrapper .suggest ul li a {
	display: block;
	padding: 3px 10px;
}
.search-wrapper .suggest ul li a:hover {
	text-decoration: none;
}
.attach-forecast-aqi {
	width: 320px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 41px;
	float: right;
	line-height: 41px;
	text-align: right;
	font-size: 15px;
}
.attach-forecast-aqi .aqi-part {
	margin-left: 10px;
}
.aqi-bg-1 {
	background-color: #8fc31f;
	color: #fff;
}
.aqi-color-1 {
	color: #8fc31f;
}
.aqi-bg-2 {
	background-color: #fbd12a;
	color: #fff;
}
.aqi-color-2 {
	color: #fbd12a;
}
.aqi-bg-3 {
	background-color: #f39800;
	color: #fff;
}
.aqi-color-3 {
	color: #f39800;
}
.aqi-bg-4 {
	background-color: #e2361a;
	color: #fff;
}
.aqi-color-4 {
	color: #e2361a;
}
.aqi-bg-5 {
	background-color: #960453;
	color: #fff;
}
.aqi-color-5 {
	color: #960453;
}
.aqi-bg-6 {
	background-color: #580422;
	color: #fff;
}
.aqi-color-6 {
	color: #580422;
}
h2.border-left {
	border-left: 5px solid #38f;
	padding-left: 15px;
	font-size: 18px;
	line-height: 20px;
}
.download-app img {
	max-width: 300px;
}
.download-app p {
	font-size: 17px;
}
.download-app p span {
	color: red;
}
.link-list .item {
	margin-right: 1rem;
}
.qrcode {
	left: 50%;
	margin-left: 500px;
	position: fixed;
	bottom: 0;
	display: block;
	width: 150px;
}
.home-page .content-left ul.provinces li {
	font-size: 15px;
	padding: 3px;
	display: inline-block;
}
.home-page .content-left ul.provinces li a {
	padding: 3px 0;
}
.home-page .content-left .all-cities table {
	width: 100%;
	border: 1px solid #eee;
	border-bottom: 0;
}
.home-page .content-left .all-cities table td {
	border-bottom: 1px solid #eee;
	line-height: 35px;
}
.home-page .content-left .all-cities table td a {
	margin-right: 5px;
}
.home-page .content-left .all-cities table td.letter {
	width: 50px;
	text-align: center;
}
.home-page .content-right .nearest {
	border: 1px solid #eee;
}
.home-page .content-right .nearest .pure-g {
	margin: 10px 15px 0;
}
.home-page .content-right .nearest h2 {
	background-color: #043567;
	color: #fff;
	padding: 6px 15px;
	font-size: 18px;
	font-weight: 400;
}
.home-page .content-right .nearest .area {
	color: #252525;
	display: block;
	font-size: 16px;
	height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.home-page .content-right .nearest .update-time {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #7d7d7d;
	margin-top: 5px;
}
.home-page .content-right .nearest .misc {
	line-height: 1.6em;
}
.home-page .content-right .nearest .misc .aqi {
	padding: 2px 3px;
	border-radius: 3px;
}
.home-page .content-right .nearest .curr-temp {
	font-size: 80px;
	color: #043567;
	line-height: 80px;
}
.home-page .content-right .nearest .curr-temp sup {
	font-size: 40%;
	top: -35px;
}
.home-page .content-right .nearest .future3 a {
	display: block;
	width: 100%;
}
.home-page .content-right .nearest .future3 a:hover p:not(.wi) {
	text-decoration: underline;
}
.home-page .content-right .nearest .future3 a p {
	margin: 10px 0;
}
.home-page .content-right .nearest .future3 a p.wi {
	font-size: 45px;
	color: #4184c7;
}
.home-page .content-right .city-browsing a {
	padding: 2px 3px;
	margin-right: 5px;
}
.home-page .head-img,
.home-page .video,
.home-page .wxyt {
	position: relative;
	display: block;
	height: 200px;
	width: 328px;
	border: 1px solid #eee;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-page .head-img span,
.home-page .video span,
.home-page .wxyt span {
	color: #fff;
	font-size: 17px;
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin: 0;
	position: absolute;
	bottom: 0;
	font-weight: 700;
	text-indent: 1px;
	z-index: 1;
}
.home-page .head-img span:after,
.home-page .video span:after,
.home-page .wxyt span:after {
	position: absolute;
	bottom: 0;
	content: " ";
	height: 40px;
	width: 100%;
	left: 0;
	background-color: #043567;
	opacity: 0.3;
	z-index: -1;
}
.home-page .hot-cities a {
	line-height: 26px;
	margin-right: 4px;
	padding: 5px 5px 5px 0;
	text-decoration: underline;
}
.province-page a {
	text-decoration: underline;
	font-size: 15px;
}
.province-page .city-name {
	font-weight: 700;
}
.province-page .city-item {
	border: 1px solid #ddd;
	margin: 4px;
	font-size: 13px;
	line-height: 30px;
}
.province-page .city-districts {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	line-height: 30px;
}
.province-page .city-districts .districts ul li {
	display: inline-block;
}
.province-page .city-districts .districts ul li a {
	padding: 8px;
}
.forecast-sevendays .week-wrapper .curr .name .city-img {
	float: left;
	width: 120px;
	height: 85px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.forecast-sevendays .week-wrapper .curr .name h2 {
	float: left;
	font-size: 32px;
	line-height: 40px;
	max-width: 351px;
}
.forecast-sevendays .week-wrapper .curr .name .week {
	float: left;
	margin-top: 10px;
	font-size: 15px;
}
.forecast-sevendays .week-wrapper .curr .temp,
.forecast-sevendays .week-wrapper .curr .wi {
	font-size: 80px;
	line-height: 85px;
}
.forecast-sevendays .week-wrapper .curr .temp sup,
.forecast-sevendays .week-wrapper .curr .wi sup {
	font-size: 40%;
	top: -8px;
	position: relative;
}
.forecast-sevendays .week-wrapper .curr .text {
	font-size: 23px;
	line-height: 40px;
	display: inline-block;
}
.forecast-sevendays .week-wrapper .curr .text sup {
	font-size: 50%;
	top: -8px;
}
.forecast-sevendays .week-wrapper .curr .aqi {
	padding: 4px 25px;
	font-size: 16px;
	display: inline-block;
	font-weight: 700;
}
.forecast-sevendays .week-wrapper .top h1 {
	display: inline-block;
}
.forecast-sevendays .week-wrapper .top .fifteen-link {
	line-height: 38px;
}
.forecast-sevendays .week-wrapper .seven-days {
	background-color: hsla(0, 0%, 100%, 0.15);
	border-radius: 10px;
	margin-top: 20px;
	padding-top: 15px;
	border: 1px solid #ececec;
	clear: both;
}
.forecast-sevendays .week-wrapper .seven-days li {
	display: inline-block;
	width: 71px;
}
.forecast-sevendays .week-wrapper .seven-days li span {
	display: block;
	text-align: center;
	margin-bottom: 8px;
	font-size: 12px;
}
.forecast-sevendays .week-wrapper .seven-days li span i.wi {
	font-size: 25px;
}
.forecast-sevendays .week-wrapper .seven-days li span.text {
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
}
.forecast-sevendays .week-wrapper .seven-days li .iconfont {
	font-size: 17px;
	font-weight: 700;
}
.forecast-sevendays .week-wrapper .seven-days li i[class*="aqi-bg"] {
	padding: 2px;
	border-radius: 30%;
}
.forecast-sevendays .alarm {
	color: #000;
	padding: 10px;
	background-color: #ffecd4;
	font-size: 15px;
	line-height: 1.6em;
	text-align: justify;
}
.forecast-sevendays .alarm h3 {
	margin-bottom: 10px;
}
.forecast-sevendays .alarm img {
	width: 60px;
	height: 51px;
	float: left;
	margin-right: 10px;
}
.forecast-fifteendays h1 {
	font-size: 30px;
	line-height: 40px;
	display: inline-block;
}
.forecast-fifteendays .seven-link {
	line-height: 43px;
}
.forecast-fifteendays .seven-link a {
	font-size: 22px;
}
.forecast-fifteendays .fifteen-days {
	background-color: hsla(0, 0%, 100%, 0.15);
	border-radius: 10px;
	margin-top: 20px;
	padding-top: 15px;
	border: 1px solid #ececec;
}
.forecast-fifteendays .fifteen-days ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 10px;
}
.forecast-fifteendays .fifteen-days li {
	display: inline-block;
	width: 58px;
}
.forecast-fifteendays .fifteen-days li span {
	display: block;
	text-align: center;
	margin-bottom: 8px;
	font-size: 12px;
}
.forecast-fifteendays .fifteen-days li span i.wi {
	font-size: 25px;
}
.forecast-fifteendays .fifteen-days li span.text {
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
}
.forecast-fifteendays .fifteen-days li i[class*="aqi-bg"] {
	padding: 2px;
	border-radius: 30%;
}
.forecast-fifteendays .bd-wrapper-top,
.forecast-sevendays .bd-wrapper-top {
	display: block;
	clear: both;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.forecast-fifteendays ._24hours ul,
.forecast-sevendays ._24hours ul {
	border: 1px solid #eee;
	padding: 10px;
	margin-top: 15px;
}
.forecast-fifteendays ._24hours ul li,
.forecast-sevendays ._24hours ul li {
	display: inline-block;
	text-align: center;
	width: 49px;
	padding: 0 2px;
	margin-bottom: 10px;
}
.forecast-fifteendays ._24hours ul li span,
.forecast-sevendays ._24hours ul li span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}
.forecast-fifteendays ._24hours ul li span i.wi,
.forecast-sevendays ._24hours ul li span i.wi {
	font-size: 17px;
}
.forecast-fifteendays ._24hours ul li span[class*="aqi-bg"],
.forecast-sevendays ._24hours ul li span[class*="aqi-bg"] {
	padding: 2px;
	border-radius: 30%;
	display: inline;
	font-size: 12px;
}
.forecast-fifteendays .nearby ul,
.forecast-sevendays .nearby ul {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	overflow: hidden;
}
.forecast-fifteendays .nearby ul li,
.forecast-sevendays .nearby ul li {
	float: left;
	width: 190px;
	height: 24px;
	position: relative;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 10px 15px;
}
.forecast-fifteendays .nearby ul li a,
.forecast-sevendays .nearby ul li a {
	display: block;
	position: absolute;
	width: 90%;
	height: 100%;
	top: 0;
	left: 15px;
	text-align: left;
	line-height: 42px;
}
.forecast-fifteendays .nearby ul li.hide,
.forecast-sevendays .nearby ul li.hide {
	display: none;
}
.forecast-fifteendays .below ul,
.forecast-sevendays .below ul {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	overflow: hidden;
}
.forecast-fifteendays .below ul li,
.forecast-sevendays .below ul li {
	float: left;
	width: 190px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 0 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.forecast-fifteendays .below ul li a,
.forecast-fifteendays .below ul li span,
.forecast-sevendays .below ul li a,
.forecast-sevendays .below ul li span {
	display: inline-block;
	width: 100%;
	height: 42px;
	text-align: center;
	line-height: 42px;
}
.forecast-fifteendays .below ul li.hide,
.forecast-sevendays .below ul li.hide {
	display: none;
}
.forecast-fifteendays .jingdians ul,
.forecast-sevendays .jingdians ul {
	overflow: hidden;
}
.forecast-fifteendays .jingdians ul li,
.forecast-sevendays .jingdians ul li {
	height: 120px;
	width: 162px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	float: left;
	margin: 2px;
}
.forecast-fifteendays .jingdians ul li a,
.forecast-sevendays .jingdians ul li a {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 212px;
	height: 100%;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.forecast-fifteendays .jingdians ul li.hide,
.forecast-sevendays .jingdians ul li.hide {
	display: none !important;
}
.forecast-fifteendays .jingdians ul li.expand,
.forecast-sevendays .jingdians ul li.expand {
	line-height: 130px;
	margin-left: -32px;
	width: 30px;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #ddd;
	color: #fff;
}
.forecast-fifteendays .share a,
.forecast-sevendays .share a {
	text-decoration: underline;
}
.aqi-index {
	line-height: 30px;
}
.aqi-index h1 {
	font-size: 26px;
	font-weight: 400;
}
.aqi-index .aqi-table li {
	position: relative;
	width: 150px;
	height: 80px;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 3px 3px 0;
	overflow: hidden;
}
.aqi-index .aqi-table li a {
	color: #fff;
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 0;
	right: 0;
}
.aqi-index .aqi-table li p {
	margin-top: 40px;
}
.aqi-index select {
	border: 1px solid #ddd;
	line-height: 30px;
	height: 30px;
	padding-left: 2px;
	border-radius: 2px;
	font-size: 14px;
}
.aqi-detail h1 {
	font-size: 44px;
	font-weight: 400;
}
.aqi-detail .box-shadow {
	width: 91%;
	height: 192px;
	overflow: hidden;
	background-color: #f6f9f7;
	border: 1px solid #fff;
	min-width: 100px;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	margin: 2px;
	border-spacing: 0;
	padding: 14px;
}
.aqi-detail .box-shadow a {
	color: #0086c8;
}
.aqi-detail .box-shadow p[class*="aqi-bg"] {
	height: 165px;
	line-height: 165px;
	width: 180px;
	border-radius: 10px;
	font-size: 49px;
	text-align: center;
	color: #000;
}
.aqi-detail .box-shadow p[class*="aqi-color"] {
	font-size: 60px;
	line-height: 122px;
	text-shadow: #000 1px 0 1px;
	margin-left: 14px;
	width: 260px;
	text-align: center;
}
.aqi-detail .box-shadow .update-time {
	margin-left: 35px;
	font-size: 15px;
	margin-top: 14px;
}
.aqi-detail .box-shadow table {
	font-size: 12px;
	margin-top: 10px;
	height: 84px;
	width: 100%;
}
.aqi-detail .box-shadow .seven-days {
	background-color: hsla(0, 0%, 100%, 0.15);
	border-radius: 10px;
	padding-top: 15px;
}
.aqi-detail .box-shadow .seven-days li {
	display: inline-block;
	width: 60px;
	margin: 0 2px;
}
.aqi-detail .box-shadow .seven-days li span {
	display: block;
	text-align: center;
	margin-bottom: 2px;
	font-size: 12px;
}
.aqi-detail .box-shadow .seven-days li span.text {
	font-size: 15px;
}
.aqi-detail .box-shadow .seven-days li span.temp {
	font-size: 12px;
}
.aqi-detail .box-shadow .seven-days li span .iconfont {
	font-size: 17px;
	font-weight: 700;
}
.aqi-detail .aqi-standard-table,
.aqi-detail table.stations {
	width: 100%;
	border: 1px solid #eee;
}
.aqi-detail .aqi-standard-table td,
.aqi-detail table.stations td {
	line-height: 30px;
	height: 30px;
}
.aqi-detail .aqi-standard-table {
	font-size: 15px;
}
.aqi-detail .aqi-standard-table td {
	padding: 5px;
	border-right: 1px solid #ffd1d1;
	font-weight: 700;
}
.aqi-detail .nearby-list li {
	display: inline-block;
	position: relative;
	width: 29%;
	text-align: right;
	padding: 5px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eee;
	margin: 5px;
}
.aqi-detail .nearby-list li a {
	position: absolute;
	left: 15px;
	width: 90%;
	text-align: left;
}
.aqi-detail .nearby-list li span[class*="aqi-bg"] {
	padding: 2px 9px;
	border-radius: 10px;
}
.aqi-detail .misc-intro {
	margin-top: 52px;
}
.wxyt-page .img-wrapper {
	position: relative;
	width: 860px;
	height: 583px;
	margin: auto;
}
.wxyt-page .img-wrapper .time {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #fff;
	font-weight: 700;
	font-size: 17px;
}
.wxyt-page .play-btn {
	color: #fff;
	background-color: #1fb1e6;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
}
.video-page .video-wrap {
	margin: auto;
}
.video-page .text-intro {
	text-indent: 2rem;
	text-align: justify;
	padding: 1rem;
}
.video-page .text-intro a {
	text-decoration: underline;
	font-weight: 700;
}
.video-page .history-list {
	line-height: 1.9em;
}
.video-page .history-list a {
	text-decoration: underline;
}
.jingdian-page .adminarea-bar a {
	padding: 3px 8px;
}
.jingdian-page .index-table {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
.jingdian-page .index-table td {
	min-width: 80px;
	text-align: center;
	padding: 5px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.jingdian-page .index-table td li {
	display: inline-block;
}
.jingdian-page .index-table td li a {
	padding: 3px 8px;
}
.i18n-page table {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
.i18n-page table td {
	min-width: 80px;
	text-align: center;
	padding: 5px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.i18n-page table td li {
	display: inline-block;
}
.i18n-page table td li a {
	padding: 3px 8px;
}
.plugin-page {
	min-height: 600px;
}
.plugin-page table {
	width: 100%;
	border-top: 1px solid;
	border-right: 1px solid;
	margin-top: 20px;
}
.plugin-page td,
.plugin-page th {
	border-bottom: 1px solid;
	border-left: 1px solid;
}
.plugin-page textarea {
	width: 90%;
	height: 80px;
	border: 1px solid #444;
	margin: 5px;
}

