.mapInput  { text-align: center;}

.container{
	margin: 0 auto;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
}

.top{
	width: 100%;
	height: 60px;
	border-radius: 7px;
	display: flex;
	align-items: center;
	padding: 0 30px;
	box-sizing: border-box;
}

.top p:nth-child(1){
	align-items: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	max-width: 115px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 23px;
}

.top p:nth-child(2){
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 15px;
	opacity: 40%;
}

.top p:nth-child(3){
	color: #fff;
	font-size: 15px;
	margin-left: 23px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	flex-grow: 1;
	margin-right: 30px;
}

.top .before{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	flex: 0 0 145px;
	height: 26px;
	background-color: rgba(255,255,255,15%);
	border-radius: 7px;
	color: #fff;
	font-size: 14px;
	margin-right: 3px;
}

.top .before a{
	color: #fff;
}

.top .after{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-left: auto;
	flex: 0 0 175px;
	height: 26px;
	margin-right: 3px;
}

.top .after img{
	vertical-align: top;
}

.box{
	display: flex;
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	border-radius: 7px;
	margin-top: 20px;
	padding: 27px 40px;
	box-sizing: border-box;
}

.box .icon{
	flex: 0 0 79px;
	height: 79px;
	background-color: #fff;
	border-radius: 50%;
}

.box .icon .icon01{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	width: 100%;
	height: 100%;
	color: #4f4f4f;
}

.box .icon .icon02{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	width: 100%;
	height: 100%;
	color: #4f4f4f;
}

.box .icon .icon03{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	width: 100%;
	height: 100%;
	color: #4f4f4f;
}

.box .icon .icon04{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	width: 100%;
	height: 100%;
	color: #4f4f4f;
}

.box .icon .icon05{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	width: 100%;
	height: 100%;
	color: #4f4f4f;
}

.box .icon .icon06{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	width: 100%;
	height: 100%;
	color: #4f4f4f;
}

.box .icon .icon07{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	width: 100%;
	height: 100%;
	color: #4f4f4f;
}

.box .text{
	margin-left: 54px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.box .text p:nth-child(1){
	font-size: 23px;
	font-weight: 600;
	color: #000;
}

.box .text p:nth-child(2){
	font-size: 15px;
	color: #000;
	margin-top: 12px;
	line-height: 22px;
}

@media all and (max-width: 600px){

	.container{
		margin: 0 auto;
		width: 100%;
		margin-top: 10px;
		padding-bottom: none;
	}
	
	.top{
		width: 100%;
		height: 60px;
		background-color: #52668a;
		border-radius: 7px;
		display: flex;
		align-items: center;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	.top p:nth-child(1){
		align-items: center;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		min-width: 80px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-right: 2px;
	}
	
	.top p:nth-child(2){
		display: flex;
		align-items: center;
		color: #fff;
		font-size: 15px;
		opacity: 40%;
	}
	
	.top p:nth-child(3){
		color: #fff;
		font-size: 14px;
		margin-left: 5px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		flex-grow: 1;
		margin-right: 10px;
	}
	
	.top .before{
		align-items: center;
		justify-content: center;
		margin-left: auto;
		flex: 0 0 70px;
		height: 26px;
		background-color: rgba(255,255,255,15%);
		border-radius: 7px;
		color: #fff;
		font-size: 13px;
		margin-right: 3px;
	}
	
	.top .after{
		align-items: center;
		justify-content: space-around;
		margin-left: auto;
		flex: 0 0 112px;
		height: 26px;
		margin-right: 3px;
	}
	
	.top .after a:nth-child(5){
		display: none;
	}
	
	.top .after img{
		vertical-align: top;
	}
	
	.box{
		display: flex;
		width: 100%;
		height: 100%;
		background-color: #f7f7f7;
		border-radius: 7px;
		margin-top: 10px;
		padding: 15px 20px;
		box-sizing: border-box;
	}
	
	.box .icon{
		flex: 0 0 50px;
		height: 50px;
		background-color: #fff;
		border-radius: 50%;
	}
	
	.box .icon .icon01{
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 30px;
		width: 100%;
		height: 100%;
		color: #4f4f4f;
	}
	
	.box .icon .icon02{
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 30px;
		width: 100%;
		height: 100%;
		color: #4f4f4f;
	}
	
	.box .icon .icon03{
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 30px;
		width: 100%;
		height: 100%;
		color: #4f4f4f;
	}
	
	.box .icon .icon04{
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 30px;
		width: 100%;
		height: 100%;
		color: #4f4f4f;
	}
	
	.box .icon .icon05{
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 30px;
		width: 100%;
		height: 100%;
		color: #4f4f4f;
	}
	
	.box .icon .icon06{
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 30px;
		width: 100%;
		height: 100%;
		color: #4f4f4f;
	}
	
	.box .icon .icon07{
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 30px;
		width: 100%;
		height: 100%;
		color: #4f4f4f;
	}
	
	.box .text{
		margin-left: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.box .text p:nth-child(1){
		font-size: 19px;
		font-weight: 600;
		color: #000;
	}
	
	.box .text p:nth-child(2){
		font-size: 14px;
		color: #000;
		margin-top: 5px;
		line-height: 22px;
	}
	
	}