body{
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
}
.tag_div{
	margin-top: 10px;
	padding: 0 10px;
	text-align: center;
}
.label_div{
	height: 25px;
	display: inline-block;
	margin-right:20px;
}
.label_div:last-child{
	margin-right:0;
}
.label_div span{
	font-size:14px;
	margin-right:5px;
	line-height: 21px;
}
.breakfast{
	display: inline-block;
	width: 46px;
	height: 19px;
	background: #449eef;
	vertical-align: text-bottom;
}
.lunch{
	display: inline-block;
	width: 46px;
	height: 19px;
	background: #EEEE00;
	vertical-align: text-bottom;
}
.all_day{
	display: inline-block;
	width: 46px;
	height: 19px;
	background: #EE5C42;
	vertical-align: text-bottom;
}
.stop_content{
	background: #efefef;
	margin: 20px 10px;
	border-radius: 5px;
	padding: 10px 16px;
}
.stop_content p{
	font-size:14px;
}
.btn_group{
	margin: 10px 0;
	margin-bottom:10px;
}
.btn_group p{
	margin: 10px 0;
}
.breakfast_btn,.breakfast_btn_null{
	float: left;
	width: 46%;
	height: 30px;
	background-color: #449eef;
	border-radius: 5px;
	box-shadow: -4px -4px 5px #36648B inset;
	cursor: pointer;
}
.lunch_btn,.lunch_btn_null{
	float: right;
	width: 46%;
	height: 30px;
	background-color: #EEEE00;
	border-radius: 5px;
	box-shadow: -4px -4px 5px #CDAD00 inset;
	cursor: pointer;
}
.stop_b_btn{
	float: left;
	width: 46%;
	height: 30px;
	background-color: #dedede;
	border-radius: 5px;
	box-shadow: -4px -4px 5px #878787 inset;
	cursor: pointer;
}

.stop_l_btn{
	float: right;
	width: 46%;
	height: 30px;
	background-color: #dedede;
	border-radius: 5px;
	box-shadow: -4px -4px 5px #878787 inset;
	cursor: pointer;
}
.b_icon{
	font-size: 14px;
	background: url(../image/meals_1.png) no-repeat;
	background-size: 21px 17px;
	padding-left: 29px;
	color: #000;
}
.l_icon{
	font-size: 14px;
	background: url(../image/meals_2.png) no-repeat;
	background-size: 27px 17px;
	padding-left: 41px;
	color: #000;
}
.clear{
	clear:both;
}
.changeA{
	border-color:#d32708!important;
	color:#fff!important;
}
.changeB{
	border-color:#EE5C42!important;
	color:#000!important;
}