.parts {
	margin: 10px 10px;
}

.parts label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.parts label input {
	width: 30px;
	height: 30px;
}

.parts label p {
	font-size: 14px;
	margin-left: 10px;
}

.parts .etou {
	margin-top: 15px;
}

.parts .etou a {
	display: inline-block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: gray;
	font-size: 16px;
	color: #fff;
	pointer-events: none;
	border-radius: 10px;
	text-decoration: none;
}

.etou a.click-on {
	pointer-events: auto;
}