// 无数据组件
.cts-no-data-team {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;

	.img {
		width: 330px;
		height: 260px;
	}

	.tip {
		font-size: $font-size-30;
		color: $color-font-sub;
		text-align: center;
	}
}