html,
body {
	background-color: #F5F5F5;
}

.individual {
	background-color: #F5F5F5;
	height: 100%;
	overflow: auto;
	/* filter: blur(5px); */
}

/* Ã¥Â¤Â´Ã©Æ’Â¨Ã¥Â¯Â¼Ã¨Ë†Âª */
.in_dh {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* position: relative; */
	padding-right: 0.1rem;
	background-color: #ffffff;
	height: 0.8rem;
	position: sticky;
	top: 0;
	z-index: 9;
}

.in_returs {
	height: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0.3rem;
}

.in_cens {
	display: flex;
	align-items: center;
}

.in_return {
	height: 0.34rem;
	width: auto;
}

.in_name {
	margin-right: 0.28rem;
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	align-items: center;
	font-size: 0.24rem;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	width: 46%;
	margin: 0 auto;
	height: 1rem;
}

.in_nav {
	font-size: 0.24rem;
	color: #898989;
	display: flex;
	align-items: center;
	background-color: #ffffff;
	padding: 0 0.3rem 0.2rem;
}

.in_dh a {
	margin-left: 0.3rem;
	height: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 0.3rem;
}

	.in_dh a img {
		height: 0.32rem;
		width: auto;
		position: relative;
		top: 0.04rem;
	}

/* .in_name,.in_num{
	height: 0.8rem;
	margin-right: 0.28rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
} */
.in_num {
	width: 100%;
	display: flex;
	justify-content: space-between;
	/* padding-bottom: 0.1rem; */
}

	.in_num p {
		flex: 1;
	}

		.in_num p:nth-last-child(2) {
			flex: 0.8;
		}

.in_name h2 {
	font-size: 0.3rem;
	color: #333333;
}

.in_name p {
	text-align: center;
}

/* .in_href{
	margin-left: 0.2rem;
} */
.in_add {
	height: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0.04rem 0 0;
	margin-left: 0.2rem;
}

	.in_add img {
		width: 0.3rem;
	}

	.in_add p {
		color: #136EF0;
		margin-top: 0.07rem;
		font-size: 0.24rem;
	}

/* Ã¥â€ â€¦Ã¥Â®Â¹ */
.in_center {
	padding: 0 0.3rem 0.5rem;
}

/* Ã©â€Å¡Ã§â€šÂ¹Ã¥Â®Å¡Ã¤Â½ÂÃ¥Å’ÂºÃ¥Å¸Å¸ */
.md_img {
	width: 1rem;
	margin-right: 0.15rem;
}

.md_top {
	font-size: 0.36rem;
	color: #333333;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding: 0.28rem 0.36rem 0;
}

.md_text {
	padding: 0.25rem 0.3rem 0.3rem;
	font-size: 0.24rem;
	color: #333333;
	background-color: #ffffff;
	border-radius: 0.16rem;
	margin-top: 0.34rem;
	position: relative;
}

	.md_text::before {
		content: ' ';
		display: block;
		width: 0;
		height: 0;
		border-right: 0.2rem solid #ffffff;
		border-top: 0.34rem solid transparent;
		transform: rotateY(180deg);
		position: absolute;
		top: -0.34rem;
		left: 0.86rem;
	}

	.md_text p {
		padding: 0.1rem 0;
		line-height: 0.4rem;
		text-align: justify;
	}

	.md_text span {
		color: #FF0000;
	}

.md_position {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0.2rem;
	font-size: 0.24rem;
	color: #aeaeae;
}

	.md_position img {
		width: 0.3rem;
		margin-right: 0.1rem;
	}

a.info {
	padding: 0.08rem 0.45rem;
	font-size: 0.24rem;
	color: #ffffff;
	background-color: #619BFF;
	border-radius: 0.2rem;
	width: 1.5rem;
	text-align: center;
	margin: 0 auto;
	display: block;
}

/* Ã¨Â´Â¢Ã¦Å Â¥Ã¦â€˜ËœÃ¨Â¦Â Ã¥Ââ€” */
.top_jg {
	padding-top: 0.16rem;
}

.function_block_as {
	padding-top: 0.3rem;
	border-radius: 0.1rem 0.1rem 0 0;
	background-color: #ffffff;
	border-radius: 0.16rem;
}

.block_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.26rem 0.18rem;
}

.top_title {
	display: flex;
	align-items: center;
}

.block_img {
	width: 0.35rem;
	height: 0.35rem;
	overflow: hidden;
	margin-right: 0.1rem;
}

.block_title {
	color: #5F5F5F;
	font-size: 0.3rem;
	font-weight: 500;
}

.table_xm {
	color: #5F5F5F;
	font-size: 0.24rem;
	text-align: center;
	padding: 0 0.3rem 0.3rem;
}

	.table_xm li:nth-of-type(2n - 1) {
		background-color: #F8F8F8;
	}

	.table_xm li {
		display: flex;
	}

.xm,
.zhi,
.tb {
	flex: 1;
	padding: 0.2rem 0;
	border-top: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tb {
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding: 0.2rem 0.3rem; */
}

	.tb img {
		width: 0.3rem;
	}

.table_xm li div:last-child {
	border-right: 1px solid #EDEDED;
}

.table_xm li:last-child div {
	border-bottom: 1px solid #EDEDED;
}

.footer_mouch {
	display: flex;
	justify-content: center;
	padding: 0.1rem 0 0.4rem;
}

	.footer_mouch a {
		font-size: 0.26rem;
		color: #136EF0;
		font-weight: bold;
		/* border-bottom: 1px solid #2D6ACB; */
	}

#radars,
#radarsto {
	width: 100%;
	height: 250px;
}

.echarts_tex {
	font-size: 0.24rem;
	color: #5F5F5F;
	margin: 0.4rem 0 0.2rem;
	padding: 0 0.4rem;
}

.cwpl {
	font-size: 0.24rem;
	color: #5F5F5F;
	padding: 0 0.4rem;
}

.cptj_text {
	font-size: 0.24rem;
	color: #5F5F5F;
	padding: 0.24rem 0.3rem;
}

	.cptj_text li {
		padding: 0.2rem 0.4rem;
		display: flex;
		align-items: center;
		border: 1px solid #EDEDED;
		border-bottom: none;
	}

		.cptj_text li:nth-of-type(2n - 1) {
			background-color: #F8F8F8;
		}

		.cptj_text li:last-child {
			border-bottom: 1px solid #EDEDED;
		}

.cwpl_list {
	flex: 1;
}

.cwpl_num {
	width: 1.3rem;
	text-align: right;
}

.red {
	color: #FF0000;
}

.tip_red {
	color: #d30505;
}

.tip_green {
	color: #1e8632;
}

/* PEPD */
.in_table {
	display: flex;
	justify-content: center;
	/* align-items: center; */
	font-size: 0.24rem;
	padding: 0.1rem Ã‚Â 0.3rem;
}

	.in_table li {
		width: 1.6rem;
		padding: 0.1rem 0;
		text-align: center;
		border: 1px solid #136EF0;
		color: #136EF0;
		background-color: #F8F8F8;
		display: flex;
		justify-content: center;
		align-items: center;
	}

li.table_checked {
	background-color: #136EF0;
	color: #ffffff;
}

.in_table li:first-child {
	border-radius: 0.1rem 0 0 0.1rem;
	border-right: none;
}

.in_table li:last-child {
	border-radius: 0 0.1rem 0.1rem 0;
	border-left: none;
}

/*.in_table li:nth-of-type(2) {
    border-left: none;
    border-right: none;
}*/

.in_gzfx {
	font-size: 0.24rem;
	color: #5F5F5F;
	padding: 0 0.3rem 0.16rem;
	line-height: 0.4rem;
}

	.in_gzfx span {
		color: #FF0000;
	}

#pe,
#pb {
	height: 280px;
	margin: 0 auto;
}

#pcf,
#pcff {
	flex: 1;
	height: 190px;
	margin: 0 auto;
}

.new_pcf {
	position: relative;
}

.pcf_posi,
.pcf_top,
.pcf_bot {
	font-size: 0.24rem;
	font-weight: bold;
	color: #5F5F5F;
	text-align: right;
	position: absolute;
	background-color: #ffffff;
	z-index: 9;
}

.pcf_posi {
	top: 46%;
	left: 0.08rem;
}

.pcf_top {
	top: 10%;
	left: 0.15rem;
}

.pcf_bot {
	bottom: 9%;
	left: 0.4rem;
}

#zq,
#zqf {
	flex: 1;
	height: 190px;
	margin: 0 auto;
}

.new_zq {
	position: relative;
}

.zq_posi,
.zq_top,
.zq_bot {
	font-size: 0.24rem;
	font-weight: bold;
	color: #5F5F5F;
	text-align: right;
	position: absolute;
	background-color: #ffffff;
	z-index: 9;
}

.zq_posi {
	top: 39%;
	left: 0.08rem;
}

.zq_top {
	top: 10%;
	left: 0.15rem;
}

.zq_bot {
	bottom: 9%;
	left: 0.4rem;
}


.table_pe,
.table_pb
.table_zq {
	display: none;
}

.explain {
	padding: 0 0 0.2rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.explain_le {
	display: flex;
	align-items: center;
	margin: 0 0.2rem;
	font-size: 0.24rem;
	color: #666666;
}

	.explain_le p {
		height: 1px;
		width: 0.4rem;
		margin-right: 0.1rem;
	}

/* .explain_le span {
		width: 1.6rem;
} */

.explain_yell {
	background-color: #fea221;
}

.explain_blue {
	background-color: #0065FF;
}

.explain_red {
	background-color: #e70000;
}

/* Ã¥Ë†â€ Ã¦Å¾ÂÃ¥Â¸Ë†Ã©Â¢â€žÃ¦Âµâ€¹ */
.analyst {
	border-radius: 0.2rem;
	overflow: hidden;
	display: flex;
	margin: 0 0.3rem 0.3rem;
}

.analyst_le {
	width: 2.1rem;
	color: #5F5F5F;
	background-color: #EDEDED;
	font-size: 0.28rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.analyst_re {
	flex: 1;
	font-size: 0.24rem;
	color: #494949;
	border-radius: 0 0.2rem 0.2rem 0;
}

	.analyst_re li {
		display: flex;
		padding: 0.38rem 0;
		border: 1px solid #EDEDED;
		border-bottom: none;
	}

		.analyst_re li:first-child {
			color: #5F5F5F;
			border-top-right-radius: 0.2rem;
			font-weight: bold;
		}

		.analyst_re li:last-child {
			border-bottom: 1px solid #EDEDED;
			border-radius: 0 0 0.2rem 0;
		}

		.analyst_re li div {
			flex: 1;
			text-align: center;
		}

/* Ã¥â€¦Â¬Ã¥ÂÂ¸Ã¨Â°Æ’Ã§Â â€ */
.forecast_list {
	font-size: 0.24rem;
	padding: 0 0.3rem;
	margin-bottom: 0.2rem;
}

	.forecast_list > li:nth-of-type(2n - 1) {
		background-color: #F8F8F8;
	}

.for_title {
	display: flex;
}

	.for_title div {
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 1;
		padding: 0.2rem 0;
		color: #5F5F5F;
	}

	.for_title div {
		border-top: 1px solid #EDEDED;
		border-right: 1px solid #EDEDED;
		box-sizing: border-box;
		padding: 0.2rem 0.07rem;
	}

div.list_name {
	flex: 1;
}

.for_title div:first-child {
	border-left: 1px solid #EDEDED;
}

div.list_num {
	flex: 0.6;
}

div.font {
	flex: 0.5;
	padding: 0 0.05rem;
}

.forecast_list > li:nth-of-type(2n) {
	background-color: #ffffff;
}

.font a {
	color: #F35252;
}

.forecast_list > li:last-child .for_title {
	border-bottom: 1px solid #EDEDED;
}

/*  Ã¤Â»Â·Ã¦Å â€¢Ã¥Å“Ë†Ã¨Âµâ€žÃ¨Â®Â¯*/
.jh_list {
	border-bottom: 1px solid rgba(212, 212, 212, 1);
	padding-bottom: 0.3rem;
	margin: 0 0.3rem 0.3rem;
}

a.list_a {
	display: block;
}

.jh_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.1rem;
}

.title_le {
	font-size: 0.24rem;
	display: flex;
	align-items: center;
}

	.title_le img {
		width: 0.36rem;
		height: 0.36rem;
		border-radius: 50%;
		margin-right: 0.1rem;
	}

img.zxlogo {
	width: 0.3rem;
	height: auto;
	margin-left: 0.1rem;
	position: relative;
	top: 0.02rem;
}

.title_time {
	font-size: 0.24rem;
	color: rgba(186, 186, 186, 1);
}

.jh_text {
	font-size: 0.24rem;
	line-height: 0.36rem;
	text-align: justify;
	word-break: break-all;
}

	.jh_text h2 {
		font-size: 0.28rem;
		line-height: 0.48rem;
		max-height: 1rem;
		overflow: hidden;
	}

	.jh_text p {
		max-height: 2rem;
		overflow: hidden;
	}

.jh_img_list {
	display: flex;
	align-items: flex-start;
	margin-top: 0.1rem;
	flex-wrap: wrap;
	height: 1.64rem;
	overflow: hidden;
}

	.jh_img_list li {
		display: flex;
		border-radius: 0.08rem;
		border: 1px solid #dc2d2d;
		width: 31%;
		height: 1.64rem;
		margin-right: 1%;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		overflow: hidden;
	}

		.jh_img_list li img {
			height: 100%;
			object-fit: cover;
		}

.news_list {
	display: flex;
	padding: 0 0.3rem 0.3rem;
}

.news_le {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news_title {
	font-size: 0.28rem;
	color: #262626;
	line-height: 0.38rem;
}

.left_time {
	font-size: 0.24rem;
	color: #BBBBBB;
	margin-top: 0.15rem;
	display: flex;
	justify-content: space-between;
}

.news_re {
	width: 1.76rem;
	height: 1.4rem;
	border-radius: 0.1rem;
	margin-left: 0.2rem;
}

	.news_re img {
		border-radius: 0.1rem;
	}

img.tb_gright {
	width: 0.2rem;
	margin: 0 0.1rem;
}

.span_colo {
	color: #fc0000;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

	.span_colo span {
		display: block;
		width: 0.26rem;
		margin-left: 0.1rem;
	}

/* Ã¥Å Â Ã¨Â½Â½ */
.jiazai {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #ffffff;
	z-index: 999;
}

.jz_cen {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jz_img {
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	font-size: 0.26rem;
	color: #959595;
	text-align: center;
	border-radius: 0.2rem;
	padding-bottom: 0.3rem;
}

	.jz_img img {
		width: 50%;
	}

/* Ã§â„¢Â»Ã¥Â½â€¢Ã¥Â¼Â¹Ã§Âªâ€” */
.un_login {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999;
}

.un_container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login_cen {
	width: 60%;
	background-color: #ffffff;
	border-radius: 0.2rem;
	padding: 0.7rem 0.5rem;
	position: relative;
}

.no_down {
	position: absolute;
	right: 0.3rem;
	top: 0.3rem;
	width: 0.5rem;
}

.no_detail {
	width: 60%;
	margin: auto;
}

a.qx_agin {
	width: 2rem;
	display: flex;
	justify-content: center;
	padding: 0.15rem 0 0.18rem;
	font-size: 0.28rem;
	color: #ffffff;
	background-color: rgba(69, 113, 255, 1);
	border-radius: 0.6rem;
	margin: 0.4rem auto 0;
}

.ts_text {
	width: 2rem;
	height: 0.8rem;
	padding: 0.2rem;
	text-align: center;
	background-color: #222222;
	font-size: 0.3rem;
	color: #ffffff;
	padding-top: 0.2rem;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	border-radius: 0.1rem;
}

.fhdb {
	position: fixed;
	bottom: 1rem;
	right: 0.3rem;
	width: 0.8rem;
	height: 0.8rem;
	background-color: #ffffff;
	border-radius: 50%;
}

.table_fixe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 0.26rem;
	z-index: 99;
	background-color: rgba(255, 255, 255, .5);
}

	.table_fixe img {
		width: 1rem;
		margin-bottom: 0.1rem;
	}

.list_tex {
	font-size: 0.24rem;
	color: #B3B3B3;
	padding: 0 0.3rem 0.16rem;
	line-height: 0.42rem;
	position: relative;
}

.table_filter {
	position: relative;
}

.table_filter2 {
	filter: blur(0px);
}

.tbn_ck {
	font-size: 0.26rem;
	color: #136EF0;
	font-weight: bold;
	padding: 0.1rem 0.1rem;
	display: none;
}

.cen_text {
	padding: 0.3rem 0;
	display: flex;
	align-items: flex-start;
}

.cen_le {
	width: 0.8rem;
	height: 0.8rem;
	position: relative;
}

	.cen_le img {
		border-radius: 0.1rem;
		overflow: hidden;
	}

.cen_re {
	margin-left: 0.21rem;
	flex: 1;
}

.re_title {
	font-size: 0.28rem;
	color: #8A8A8A;
	margin-bottom: 0.07rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	/* margin-right: 0.26rem; */
}

.text_block {
	/* display: flex; */
	position: relative;
	background-color: #ffffff;
	padding: 0 0.27rem;
}

.re_text {
	position: relative;
	font-size: 0.32rem;
	color: #333333;
	padding: 0.27rem 0;
	border-radius: 0.14rem;
	/* margin-right: 0.26rem; */
	word-break: break-word;
}

	.re_text span {
		color: #FF0000;
	}

	.re_text::before, .re_text_big::before {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		top: 0.24rem;
		left: -0.1rem;
		border-top: solid 0.1rem transparent;
		border-right: solid 0.1rem #ffffff;
		border-bottom: solid 0.1rem transparent;
	}

.fen {
	height: 0.02rem;
	background-color: #F4F4F4;
}

.list_down {
	font-size: 0.28rem;
	color: #5E5F70;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.2rem 0;
}

	.list_down img {
		width: 0.24rem;
		height: 0.14rem;
	}
