
@font-face {
	font-family: 'Chinese Rocks';
	src: url('../font/ChineseRocks.eot');
	src: url('../font/ChineseRocks.eot?#iefix') format('embedded-opentype'),
		url('../font/ChineseRocks.woff') format('woff'),
		url('../font/ChineseRocks.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.rdr2-b {
	max-width: 450px;
	position: relative;
	margin: 0 auto;
}
.rdr2-b canvas {
	max-width: 100%;
	height: auto;
}
.canvas-container {
	max-width: 100%;
}

@media (max-width: 600px) {
	.rdr2-b canvas{
		height: auto!important;
	}
	.canvas-container {
		height: 130vw!important;
	}
}

.btn {
	height: 100px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	cursor: pointer;
	background: #d21b20;
	font-family: 'Chinese Rocks';
	font-size: 70px;
	margin-top: 30px;

	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.btn:hover {
	background: red;
}

.rdr2-share {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.rdr2-share span {
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #d21b20;
	margin: 0 15px;
	font-family: 'Chinese Rocks';
	text-align: center;
	color: #fff;
	line-height: 60px;
	font-size: 25px;
}