html,
body {
	margin: 0;
	position: relative;
}

body {
	width: 100%;
	background-color: #F3F6FB;
}

.tcinfo {
	position: fixed;
	top: 0;
	width: 100%;
	height: 108px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	z-index: 200;
	background-color: #fff;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 5px 5px #afc9ff;
}

.cltj {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.clt img {
	margin-top: 8px;
	width: 36px;
	height: 36px;
}

.cls {
	margin-top: -10px;
	color: #4783fd;
	font-size: 14px;
	font-weight: 800;
}

.clm {
	margin-top: 3px;
	color: #4783fd;
}



.svg_container {
	margin-top: 110px;
	display: flex;
	justify-content: center;
	width: 100%;
	height: calc(100vh - 110px);
}

.svg_container svg {
	width: 100%;
	height: 100%;
}