	.hide{
		display: none;
	}
	.pchide{
		display: none;
	}
	.flf{
		float: left;
		width: 100%;
	}
	.bdrr7{
		border-radius:7px;
		-webkit-border-radius:7px;
	}
	.bdrr9{
		border-radius:9px;
		-webkit-border-radius:9px;
	}
	.bdrr9_c > *{
		border-radius:9px;
		-webkit-border-radius:9px;
	}
	.bdrr50{
		border-radius:50px;
		-webkit-border-radius:50px;
	}
	.bdrr50 > *{
		border-radius:50px;
		-webkit-border-radius:50px;
	}
	.bdrrf{
		border-radius:50%;
		-webkit-border-radius:50%;
	}
	.dfxcvh{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.dfxcv_clm{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.dtcenter{
		display: table;
		width: auto;
		margin: 0 auto 0 auto;
	}