.yz-data {
	overflow-x: hidden;
}

.yz-data .data-header {
	background: url("../images/yuzhongdata/head-bg.png") no-repeat;
	background-size: cover;
	min-height: 200px;
}

.yz-data .data-header .yz-data-img {
	margin-top: 60px;
	height: 48px;
}

.yz-data .data-header .m-center {
	position: relative;
	/* overflow: hidden; */
}

.yz-data .data-header .chat-bg {
	position: absolute;
	width: 266px;
	height: 263px;
	left: -263px;
	bottom: 30px;
}

.yz-data .data-header .men-do {
	position: absolute;
	width: 162px;
	height: 332px;
	right: -204px;
	bottom: 100px;
}

.yz-data .data-header .hdl-img {
	height: 220px;
	position: absolute;
	top: 0;
	left: -30%;
}

.yz-data .data-header .statics-wrap {
	padding: 50px 0px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.yz-data .data-header .statics-wrap .data-s {
	height: 299px;
	width: 50%;
	background: #FFFFFF;
	box-shadow: 0px -6px 6px 0px rgba(172, 187, 193, 0.2), 0px 6px 6px 0px rgba(172, 187, 193, 0.2), 6px 0px 6px 0px rgba(172, 187, 193, 0.2), -6px 0px 6px 0px rgba(172, 187, 193, 0.2);
	border-radius: 10px 10px 10px 10px;
	margin-right: 15px;
	display: flex;
}

.yz-data .data-header .statics-wrap .policy-s {
	height: 299px;
	width: 50%;
	background: #FFFFFF;
	box-shadow: 0px -6px 6px 0px rgba(172, 187, 193, 0.2), 0px 6px 6px 0px rgba(172, 187, 193, 0.2), 6px 0px 6px 0px rgba(172, 187, 193, 0.2), -6px 0px 6px 0px rgba(172, 187, 193, 0.2);
	border-radius: 10px 10px 10px 10px;
	margin-left: 15px;
	display: flex;
}

.yz-data .data-header .statics-wrap .data-s .data-title,
.yz-data .data-header .statics-wrap .policy-s .data-title {
	width: 81px;
	height: 299px;
	background: #F28658;
	border-radius: 10px 0px 0px 10px;
}

.yz-data .data-header .statics-wrap .data-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 24px;
	/* font-family: DOUYU-Regular, DOUYU; */
	font-weight: 400;
	color: #FFFFFF;
	line-height: 34px;
	align-items: center
}

.yz-data .data-header .statics-wrap .data-title img {
	width: 32px;
}

.yz-data .data-header .statics-wrap .data-title .tc1 {
	margin-bottom: 10px;
}
.yz-data .data-header .statics-wrap .data-content {
	font-size: 18px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #000000;
	position: relative;
	z-index: 99;
	width: 100%;
	padding: 18px 28px 30px 25px;
}

.yz-data .data-header .statics-wrap .data-content img {
	width: 30px;
}

.yz-data .data-header .statics-wrap .data-title.blue {
	background: #3598DF;
}

.yz-data .data-header .statics-wrap .data-title img {
	/* width: 32px; */
}

.yz-data .data-header .statics-wrap .data-content a {
	display: flex;
	align-items: center;
	cursor: pointer;
	/* height: 47px; */
	width: 100%;
	border-bottom: 1px dashed #D1B7A7;
	font-size: 18px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #000000;
	padding: 12px 0px;
	/* margin-top: 15px; */
}

.yz-data .data-header .statics-wrap .data-content a:hover {
	color: #3598DF;
}

.yz-data .data-header .statics-wrap .data-content a .name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1
}

.yz-data .data-header .statics-wrap .data-content a .count {
	font-size: 30px;
	font-weight: bold;
	color: #F28658;
	text-align: left;
	width: 140px;
	flex-shrink: 0;
}

.yz-data .data-header .statics-wrap .policy-s .data-content img {
	width: 6px;
	height: 6px;
	margin-right: 16px;
}

.yz-data .data-header .statics-wrap .policy-s .data-content a {
	/* height: 40px; */
	border-bottom: 1px dashed #c8c8c8;
	font-size: 16px;
	padding: 16px 0px;
}
.yz-data .data-header .statics-wrap .policy-s .data-content a:last-child {
	border-bottom: 0px;
}

.data-card {
	display: flex;
	justify-content: space-between;
	margin: 45px 0;
}

.data-card .card-item {
	border-radius: 10px 10px 10px 10px;
	width: 32%;
	padding: 14px 18px 24px 18px;
}

.data-card .card-item .card-content a {
	font-size: 16px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	margin-top: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-left: 16px;
}

.data-card .card-item .card-content a::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	position: absolute;
	top: 8px;
	left: 0px;
}
.data-card .card-item.bg1 {
	background: linear-gradient(90deg, #599AF4 0%, #5C8BCB 100%);
}
.data-card .card-item .card-content {
	position: relative;
	display: flex;
	flex-direction: column;
}
.data-card .card-item.bg1 .card-content::after {
	background: url("../images/yuzhongdata/sh-bg1.png") no-repeat;
	content: "";
	width: 1.1rem;
	height: 1.1rem;
	    right: -17px;
	    bottom: -20px;
	position: absolute;
	background-size: 100% 100%;
}
.data-card .card-item.bg2 .card-content::after {
	background: url("../images/yuzhongdata/sh-bg2.png") no-repeat;
	content: "";
	width: 1.1rem;
	height: 1.1rem;
	    right: -17px;
	    bottom: -20px;
	position: absolute;
	background-size: 100% 100%;
}
.data-card .card-item.bg3 .card-content::after {
	background: url("../images/yuzhongdata/sh-bg3.png") no-repeat;
	content: "";
	width: 1.1rem;
	height: 1.1rem;
	    right: -17px;
	    bottom: -20px;
	position: absolute;
	background-size: 100% 100%;
}
.data-card .card-item.bg4 .card-content::after {
	background: url("../images/yuzhongdata/sh-bg4.png") no-repeat;
	content: "";
	width: 1.1rem;
	height: 1.1rem;
	    right: -17px;
	    bottom: -20px;
	position: absolute;
	background-size: 100% 100%;
}
.data-card .card-item.bg2 {
	background: linear-gradient(90deg, #60CABD 0%, #3ABCAC 100%);
}

.data-card .card-item.bg3 {
	background: linear-gradient(90deg, #E48C6D 0%, #D77959 100%);
}

.data-card .card-item.bg4 {
	background: linear-gradient(94deg, #D2AF7C 0%, #C9A066 100%);
}

.data-card .card-item .card-title {
	font-size: 20px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #FFFFFF;
	position: relative;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid rgba(255,255, 255, 0.4);
}
.data-card .card-item .card-title::before {
	content: "";
	width: 47px;
	border-bottom: 3px solid #FFFFFF;
	position: absolute;
	bottom: 0px;
}


.chat-wrap {
	background: url("../images/yuzhongdata/center-bg.png") no-repeat center center;
	background-size: cover;
	/* display: flex; */
}
.chat-wrap .m-center {
	display: flex;
	padding: 40px 0px;
}

.chat-wrap .chat-item {
	width: 220px;
	height: 64px;
	background: #DEDEDE;
	border-radius: 6px 6px 6px 6px;
	line-height: 64px;
	margin-bottom: 20px;
	display: flex;
	margin-right: 20px;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #000000;
	cursor: pointer;
	flex-shrink: 0;
}
.chat-wrap .m-center .chat-tab {
	width: 240px;
	flex-shrink: 0;
}
/* .chat-wrap .chat-item span {
	padding-left: 36px;
	position: relative;
	width: 100%;
	margin-left: 26%;
}

.chat-wrap .chat-item span::before {
	background: url("../images/yuzhongdata/data-icons.png") no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	content: "";
	top: 50%;
	left: 0px;
	margin-top: -15px;
}
.chat-wrap .chat-item.active span::before {
	background-size: 100%;
} */

.chat-wrap .chat-item span , .ft-co-item span, .classfi-tab span{
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url("../images/yuzhongdata/data-icons.png") no-repeat center center;
	background-size: 230px 189px;
	margin-right: 6px;
}
.chat-wrap .m-center  .chat-tab {
	overflow: auto;
	overflow-x: hidden;
	height: 600px;
}

.chat-wrap .chat-item.active {
	background: #F28658;
	color: #ffffff;
	position: relative;
}
.chat-wrap .chat-item.active::after {
	content: "";
	background: url("../images/yuzhongdata/arr-right.png") no-repeat;
	background-size: 100%;
	width: 13px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: -11px;
	margin-top: -10px;
}
.img-title > img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	flex-shrink: 0;
}
.img-title > img:first-child {
	display: none;
}
.img-title.active > img:first-child {
	display: inline-block;
}
.img-title.active > img:last-child {
	display: none;
}

.data-footer .ft-left .ft-content .ft-co-item .img-title:hover > img:first-child {
	display: inline-block;
}
.data-footer .ft-left .ft-content .ft-co-item .img-title:hover > img:last-child {
	display: none;
}
.chat-wrap .chat-content {
	flex: 1;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 12px;
	height: 600px;
	/* display: none; */
}


.chat-wrap .chat-content .content-tab{
	display: none;
	position: relative;
	border-bottom: 1px solid #E1E1E1;
	
}
.chat-wrap .chat-content .chartDom {
	height: 500px;
	margin-top: 20px;
}
.chat-wrap .chat-content .content-tab .content-tab-item{
	height: 42px;
	line-height: 42px;
	margin-left: .40rem;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
}
.chat-wrap .chat-content .content-tab .content-tab-item a{
	font-size: 16px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #333;
	position: relative;
	white-space: nowrap;
	cursor: pointer;
}
.chat-wrap .chat-content .content-tab .content-tab-item a::after {
	content: "";
	border-top: 3px solid #F28658;
	position: absolute;
	width: 27px;
	bottom: -11px;
	margin: auto;
	left: 0;
	right: 0;
	opacity: 0;
}

.chat-wrap .chat-content .content-tab-main {
	/* position: absolute; */
	/* background: #000000; */
	width: 100%;
	height: 100%;
	/* left: 0; */
	padding-top: 20px;
}
.chat-wrap .chat-content .content-tab-main > div {
	width: 100%;
	height: 500px;
	display: none;
}
.chat-wrap .chat-content .content-tab .content-tab-item.active a {
	color: #000;
}
/* .chat-wrap .chat-content .content-tab .content-tab-item:hover a::after, */
.chat-wrap .chat-content .content-tab .content-tab-item.active a::after{
	opacity: 1;
}
/* .chat-wrap .chat-content .content-tab .content-tab-item:hover .content-tab-main, */
.chat-wrap .chat-content .content-tab .content-tab-item.active .content-tab-main{
	display: block;
}


.data-footer {
	padding: 40px 0px;
	display: flex;
}

.data-footer  .ft-left {
	width: 75%;
	/* margin-right: 20px; */
}
.data-footer  .ft-right {
	width: 25%;
}
.mr20 {
	margin-right: 25px;
}
.data-footer .ft-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.data-footer .ft-left .ft-content .ft-co-item {
	width: 20%;
	padding: 10px;
	box-sizing: border-box;
}
.data-footer .ft-left .ft-content a {
	width: 100%;
	height: 90px;
	border-radius: 4px;
	opacity: 1;
	border: 1px solid #D9D9D9;
	/* margin-right: 10px;
	margin-bottom: 10px; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;
	font-size: 16px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #333333;
	flex-direction: column;
	cursor: pointer;
	box-sizing: border-box;
}
.data-footer .ft-left .ft-content a:hover {
	background: #F28658;
	color: #fff;
}
.data-footer .ft-left .ft-content a img {
	margin-bottom: 8px;
	width: 30px;
}

.data-footer .ft-title {
	border-bottom: 1px solid #D9D9D9;
	font-size: 20px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #000000;
	line-height: 52px;
	margin-bottom: 20px;
}

.data-footer .news-list {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 12px;
}

.data-footer .news-list  a img {
	width: 6px;
	margin: 0px 16px 0px 0px;
}
.data-footer .news-list  a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #000000;
	cursor: pointer;
	line-height: 35px;
}
.data-footer .news-list  a:hover {
	color: #3A8DC9;
}
.data-footer .ft-title span {
	position: relative;
}
.data-footer .ft-title span::after {
	width: 100%;
	border-bottom: 3px solid #F28658;
	content: "";
	position: absolute;
	bottom: -14px;
	left: 0;
}

/** 数据分类列表 **/
.classfi {
	background: #F4F4F4;
}

.classfi .data-footer {
	flex-direction: column;
}

.classfi .data-footer .classfi-warp {
	display: flex;
}

.classfi .data-footer .classfi-warp .classfi-tab {
	display: flex;
	width: 220px;
	flex-direction: column;
	flex-shrink: 0;
}
.classfi .data-footer .classfi-warp .classfi-tab img {
	width: 30px;
	margin-right: 10px;
}
.classfi .data-footer .classfi-warp .classfi-content {
	background: #ffffff;
	border-radius: 10px;
	width: 100%;
	padding: 10px 25px;
}
.classfi .data-footer .classfi-warp .classfi-tab a {
	width: 100%;
	height: 64px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	margin-bottom: 20px;
	font-size: 16px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #333333;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.classfi .data-footer .classfi-warp .classfi-tab a.active {
	color: #fff;
	background: #F28658;
}

.classfi .data-footer .classfi-warp .classfi-content .c-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #D9D9D9;
	padding: 20px 0px;
}
.classfi .data-footer .classfi-warp .classfi-content .c-item .c-left {
	padding-right: 10px;
}
.classfi .data-footer .classfi-warp .classfi-content .c-item:last-child {
	border-bottom: 0px;
}
.classfi .data-footer .classfi-warp .classfi-content .c-right span {
	height: 22px;
	width: 22px;
	margin-left: 10px;
	display: inline-block;
	background: url("../images/yuzhongdata/hand.png") no-repeat;
	background-size: cover;
}
.classfi .data-footer .classfi-warp .classfi-content .c-title {
	font-size: 18px;
	color: #000000;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	cursor: pointer;
}
	
.classfi .data-footer .classfi-warp .classfi-content .c-footer {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}
.classfi .data-footer .classfi-warp .classfi-content .c-right {
	background: #F4FAFF;
	border-radius: 60px;
	border: 1px solid #3598DF;
	font-size: 16px;
	font-weight: 400;
	color: #3A8DC9;
	text-align: center;
	display: flex;
	cursor: pointer;
	align-items: center;
	padding: 6px 15px;
	justify-content: center;
	width: 130px;
	flex-shrink: 0;
}
.classfi .data-footer .classfi-warp .classfi-content .c-right:hover {
	background: #3598DF;
	border-radius: 60px;
	color: #ffffff;
	border: 1px solid #3598DF;
}
.classfi .data-footer .classfi-warp .classfi-content .c-right:hover span {
	background: url("../images/yuzhongdata/hand-hover.png");
	background-size: cover;
}

.classfi-con-wrap {
	width: 100%;
	padding-left: 24px;
	
}

.classfi-con-tab {
	display: flex;
	width: 100%;
	overflow: auto;
	overflow-y: hidden;
	margin-bottom: 10px;
}
.classfi-con-tab a {
	color: #666;
	padding-right: 15px;
	padding-left: 15px;
	white-space: nowrap;
	position: relative;
	padding-bottom:10px;
}
.classfi-con-tab a.active::after{
	content: "";
	border-top: 3px solid #F28658;
	position: absolute;
	width: 27px;
	bottom: 0px;
	margin: auto;
	left: 0;
	right: 0;
}
.classfi-con-wrap {
	overflow: hidden;
}
.classfi-con-tab a.active {
	color: #000;
}
@media screen and (max-width: 767px) { 
	.yz-data .data-header .statics-wrap .data-s .data-title, .yz-data .data-header .statics-wrap .policy-s .data-title {
		width: 50px;
		height: inherit;
		flex-shrink: 0;
	}
	.data-card .card-item .card-title {
		font-size: 18px;
		font-weight: 600;
	}
	.yz-data .data-header .statics-wrap .data-title img {
		width: 26px;
	}
	.yz-data .data-header .statics-wrap {
		flex-wrap: wrap;
		padding: 30px 0px;
	}
	.data-card {
		margin: 30px 0px;
	}
	.chat-wrap .m-center {
		padding: 20px 0px;
	}
	.yz-data .data-header .statics-wrap .data-content a {
		font-size: 16px;
	}
	.yz-data .data-header .statics-wrap .data-content a .count {
		font-size: 18px;
		width: auto;
	}
	.yz-data .data-header .statics-wrap .data-s {
		width: 100%;
		height: inherit;
		margin: auto;
	}
	.yz-data .data-header .statics-wrap .policy-s {
		width: 100%;
		margin: auto;
		height: inherit;
		margin-top: 20px;
	}
	.data-card {
		flex-wrap: wrap;
	}
	.data-card .card-item {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.chat-wrap .m-center {
		flex-direction: column;
	}
	.chat-wrap .m-center  .chat-tab {
		display: flex;
		overflow-x: auto;
	}
	.chat-wrap .chat-item {
		flex-shrink: 0;
		width: auto; 
		display: flex;
		line-height: 1;
		margin-right: 9px;
		justify-content: center;
		align-items: center;
		font-size: 16px;
		height: inherit;
		cursor: pointer;
		padding: 4px 10px;
		margin-bottom: 0px
	}
	
	/* .chat-wrap .chat-item span::before {
		content: inherit;
	}
	.chat-wrap .chat-item span {
		padding: 10px;
		margin: 0px;
	} */
	
	/* .chat-wrap .chat-item.active span::after{
		content: inherit;
	} */
	.chat-wrap .chat-content .content-tab {
		overflow: auto;
		overflow-y: hidden;
	}
	.chat-wrap .m-center .chat-tab {
		height: inherit;
		width: 100%;
	}

	.chat-wrap .chat-item span {
		width: 0px;
	}
	.chat-wrap .chat-item.active::after {
		content: inherit;
	}
	.chat-wrap .chat-content {
		flex: inherit;
		margin-top: 20px;
	}
	.chat-wrap .chat-content .chartDom {
		margin: 0 -15px;
		height: 400px;
	}
	.yz-data .data-header .statics-wrap .data-content {
		overflow: hidden;
		padding: 0 10px 10px 10px;
	}
	.yz-data .data-header .statics-wrap .policy-s .data-content img {
		margin-right: 8px;
	}
	.chat-wrap .chat-content .content-tab .content-tab-item a {
		white-space: nowrap;
		font-size: 14px;
	}
	.chat-wrap .chat-content .content-tab .content-tab-item {
		overflow: initial;
	}
	.data-card .card-item .card-content a {
		padding-left: 10px;
	}
	.data-card .card-item .card-content a::before {
		width: 6px;
		height: 6px;
		top: 8px;
	}
	.data-card .card-item .card-content::after {
		/* width: 1.4rem!important;
		height: 1.4rem!important; */
		width: 2rem!important;
		height: 2rem!important;
		right: -14px!important;
		bottom: -10px!important;
	}
	.chat-wrap .chat-content {
		height: 500px;
	}
	.data-footer {
		padding: 20px 0px;
		flex-wrap: wrap;
	}
	.data-footer .ft-left, .data-footer .ft-right {
		width: 100%;
	}
	.data-footer .ft-left .ft-content .ft-co-item {
		width: 33.33333%;
	}
	
	.classfi .data-footer .classfi-warp {
		flex-wrap: wrap;
		width: 100%;
	}
	.classfi .data-footer .classfi-warp .classfi-content {
		margin: 0;
		padding: 10px;
	}
	.classfi .data-footer .classfi-warp .classfi-tab {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.classfi .data-footer .classfi-warp .classfi-tab a {
		width: 30%;
		height: 42px;
		margin-right: 10px;
		white-space: nowrap;
		margin-bottom: 10px;
	}
	
	.classfi .data-footer .classfi-warp .classfi-tab a span {
		background: none;
		width: 0px;
	}
	
	.classfi .data-footer .classfi-warp .classfi-content .c-item {
		align-items: flex-end;
		flex-direction: column;
		padding-bottom: 10px;
	}
	.classfi .data-footer .classfi-warp .classfi-content .c-right {
		margin-top: 10px;
		zoom: 0.8;
	}
	.classfi .data-footer .classfi-warp .classfi-content .c-title {
		max-height: 60px;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
	.classfi .data-footer .classfi-warp .classfi-content .c-item .c-left {
		width: 100%;
	}
	.classfi-con-wrap {
		padding-left: 0px;
		overflow: auto;
	}
	.classfi .data-footer .classfi-warp .classfi-content .c-footer {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media screen and (max-width: 560px) {
	div::-webkit-scrollbar {
		height: 0;
		width: 0;
	}
}