.container{
	min-height: 100vh;
	background-color: #f0f0f0;
	padding: 0.625rem;
}
.chooseItem{
	line-height: 3.75rem;
	width: 100%;
	border-radius: 0.1875rem;
	box-shadow: 0 0 0.3125rem #ddd;
	padding: 0 1.25rem;
	margin-bottom: 0.625rem;
	font-size: 0.9375rem;
	color: #333;
	background: url(../img/more-icon.png) no-repeat right center #fff;
	background-size: 1rem auto;
}