* {
	margin: 0;
	padding: 0;
}

.main {
	display: flex;
	justify-content: space-between;
}

table {
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
	border: none;
	font-size: 16px;
}

table th,
table td {
	padding: 5px 10px;
	border-color: #999;
}

.interaction-left {
	width: 742px;
}

.table-top {
	width: 742px;
	height: 56px;
	background: #00D59C;
	display: flex;
	justify-content: space-between;
}

.table-top-title {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 56px;
	margin-left: 25px;
}

.table-top-right-lists {
	display: flex;
	flex: 1;
	margin-right: 25px;
}

.table-top-right-list-img {
	width: 14px;
	height: 14px;
	padding-top: 2px;
}

.table-top-right-list-text {
	font-size: 14px;
	font-weight: bold;
	line-height: 56px;
	color: #FFFFFF;
}

.table-top-right-list {
	margin-right: 38px;
	cursor: pointer;
}

.table-top-right-list:nth-child(3n) {
	margin-right: 0px;
}

.interaction-right {
	width: 417px;
	height: 347px;
}

.interaction-right-top {
	width: 417px;
	height: 56px;
	background: #00D59C;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.interaction-right-top span {
	margin-left: 21px;
	line-height: 56px;
}

.interaction-right-bottom {
	width: 417px;
	height: 291px;
	background: #FFFFFF;
	border: 1px solid #EDEDED;
}

.tableHeader {
	background: #F6F6F6;
	color: #6E6F7B;
	font-size: 16px;
	height: 50px;
}

.tableFrist {
	width: 437px;
}

.tableSecond {
	width: 105px;
}

.tbody {
	font-size: 16px;
	color: #333333;
}

.tbody tr {
	height: 60px;
	border-bottom: 1px solid #EDEDED;
}

.tbody tr td:nth-child(n) {
	width: 416px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
}

.tdSpan {
	width: 50px;
	height: 20px;
	background: rgba(242, 196, 43, 0.1);
	border-radius: 2px;
	font-size: 12px;
	font-weight: 500;
	color: #F2C42B;
	line-height: 20px;
	text-align: center;
	margin: 0 auto;
}
.tdSpan2 {
	width: 50px;
	height: 20px;
	background: rgba(0, 213, 156, 0.1);
	border-radius: 2px;
	font-size: 12px;
	font-weight: 500;
	color: #00D59C;
	line-height: 20px;
	text-align: center;
	margin: 0 auto;
}
.statistics-nums{
	display: flex;
	justify-content: space-around;
	margin-top: 34px;
}
.statistics-num{
	width: 70px;
	text-align: center;
}
.statistics-num-top{
	font-size: 24px;
	color: #0091FF;
}
.statistics-canvas{
	margin-top: 36px;
	margin-left: 20px;
	display: flex;
	flex: 1;
}
.statistics-canvas-right{
	display: flex;
	flex: 1;
	margin-top: 10px;
	margin-left: 15px;
}
.statistics-canvas-right-cir{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0091FF;
	margin-top: 10px;
	margin-right: 10px;
}
.statistics-canvas-right-text{
	font-size: 16px;
	color: #333333;
	margin-right: 113px;
}
.statistics-canvas-right-num{
	font-size: 15px;
	font-weight: bold;
	color: #0091FF;
}
.statistics-canvas-line{
	width: 190px;
	height: 1px;
	background: #EDEDED;
	margin-top: 10px;
	margin-left: 30px;
}
.statistics-canvas-right-cir2{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #F7B500;
	margin-top: 10px;
	margin-right: 10px;
}
.statistics-canvas-right-num2{
	font-size: 15px;
	font-weight: bold;
	color: #F7B500;
}
.statistics-canvas-right-cir3{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #00D59C;
	margin-top: 10px;
	margin-right: 10px;
}
.statistics-canvas-right-num3{
	font-size: 15px;
	font-weight: bold;
	color: #00D59C;
}
.statistics-canvas-right-text3{
	font-size: 16px;
	color: #333333;
	margin-right: 81px;
}