.canshu_h4{
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
table{
	width: 49%;
	height: auto;
	display: inline-block;
	overflow: hidden;
	background-image: url(../images/canshu_back.png);
	background-size: 100% 100%;
}
table tr{
	width: 100%;
	float: left;
	border: none;
}
table th{
	width: 50%;
	float: left;
	padding: 20px 0;
	text-align:center;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: 'light';
	background-color: rgba(208, 206, 206, 0.6);
}
table th.th_two{
	width: 100%;
}
table th.th2{
	text-align: center;
	background-color: white;
}
table select{
	border: none;
	width: 60%;
	text-align: center;
	background-color: white;
	padding: 0;
	margin: 0;
}
table td{
	padding: 5px 0;
	overflow: hidden;
}
table tr.tr_one,table tr.tr_two{
	width: 50%;
}
table tr.tr_one td{
	width: 100%;
	float: left;
	text-align: right;
	padding-right: 20%;
}
table tr.tr_two td{
	width: 50%;
	float: left;
	text-align: center;
}
table input{
	width: 98%;
	border: none;
	background-color: #fff;
	padding: 0;
	text-align: center;
}
button#btn_paly{
	width: 160px;
	font-size: 16px;
	border-radius: 10px;
	padding: 10px 0;
	cursor: pointer;
	letter-spacing: 2px;
	font-family: med;
	border: none;
	color: white;
	display: inline-block;
	margin-top: 50px;
	background-color: #e43a43;
	margin-left: calc(50% - 70px);
	margin-bottom: 100px;
}

.table_two{
	margin-left: 25.5%;

}

@media (max-width: 1200px) {
	table{
		width: 100%;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.table_two{
		margin-left: 0;
	}
}

@media (max-width: 550px) {
	table{
		width: 100%;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.table_two{
		margin-left: 0;
	}
	table tr.tr_one{
		width: 40%;
	}
	table tr.tr_two{
		width: 60%;
	}
	table select{
		font-size: 12px;
	}
}
