@media (max-width: 370px) {
	.chooseBox .choose-btn {
		height: 50px;
		border-radius: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	/*.content-box .flex .box:nth-of-type(1),
	.content-box .flex .box:nth-of-type(2) {
		flex: 2;
	}
	.content-box .flex .box:nth-of-type(3) {
		flex: 1;
	}*/
}
@media (min-width: 370px) {
	.chooseBox .choose-btn {
		height: 60px;
		border-radius: 60px;
		line-height: 60px;
		font-size: 25px;
	}
}