@charset "utf-8";
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ul,dl,li,dd,dt{list-style: none;}
body{
	font-size: 14px;
}
.after:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.up{
	color: #ce0e2d;
}
.down{
	color: #60c570;
}

.contentBox{
	max-width: 1200px;
	margin: 0 auto;
	padding: 1.2rem 0;
}
.dataBox{
	display: flex;
	justify-content: space-between;
}
.tit{
	font-size: .24rem;
}
.p1{
	font-size: .72rem;
	padding: 0.3rem 0 0.2rem;
	line-height: 1em;
}
.rate{
	display: flex;
	align-items: center;
	font-size: 0.22rem;
}
.date{
	font-size: .22rem;
	color: #999999;
	margin-top: .26rem;
}
.rate i{
	width: 0.1rem;
	height: 0.133rem;
	background-size: 100% 100%;
	margin-right: .1rem;
}
.rate.up i {
	background-image: url(202309_i1.png);
}
.rate.down i {
	background-image: url(202309_i2.png);
}
.tabs{
	display: flex;
	justify-content: end;
	margin-bottom: .4rem;
}
.tabs li{
	margin-left: .26rem;
	width: .76rem;
	height: .46rem;
	text-align: center;
	line-height: .46rem;
	border: 1px solid #ddd;
	cursor: pointer;
	color: #999;
	font-size: .22rem;
}
.tabs li.cur{
	border: 1px solid #ce0e2d;
	color: #ce0e2d;
}
.right{
	width: 5.6rem;
}
table{
	width: 100%;
	margin-bottom: .1rem;
}
tr{
	height: .4rem;
	color: #999;
	font-size: .22rem;
}
td{
	border: 0;
	padding: 0 .2rem;
}
thead tr{
	background: #f9f9f9;
	
}
tbody td{
	height: .5rem;
}
.charBox{
	margin-top: .3rem;
}
.chart{
	width: 100%;
	height: 300px;
}
.tips{
	text-align: right;
	color: #999;
	font-size: .14rem;
}
@media only screen and (max-width:750px ){
	.contentBox{
		width: 100%;
		padding: .3rem 0;
	}
	.dataBox{
		display: block;
	}
	.right{
		width: 100%;
	}
	.tit{
		font-size: .16rem;
	}
	.p1{
		font-size: .2rem;
		padding: .1rem 0;
	}
	.tabs{
		margin: .28rem 0;
	}
	.tabs li{
		width: .64rem;
		height: .4rem;
		line-height: .4rem;
		font-size: .14rem;
	}
	tr,.date{
		font-size: .14rem;
	}
	tbody td{
		height: .4rem;
	}
	table{
		margin-bottom: 0;
	}
	.charBox{
		margin-top: .2rem;
	}
	.chart{
		height: 200px;
	}
}