.Check_container{
	font-size: 0.32rem;
}
.Check_container .AllTitle{
	text-align: center;
	font-size: 0.36rem;
	font-weight: bold;
	width: 90%;
	margin: 0.4rem auto 0.2rem;
}
.Check_container .content{
	width: 94%;
    margin: 0 auto;
}
.Check_container .content .tips{
    text-indent: 2em;
    line-height: 0.5rem;
    font-size: 0.32rem;
}
.Check_container .subject_wrapper .title{
	font-weight: bold;
    font-size: 0.32rem;
    margin: 0.2rem 0;
}
.Check_container .foodList ul li{
	margin-bottom: 0.26rem;
}
.Check_container .foodList ul li span{
	font-weight: bold;
	margin-bottom: 0.1rem;
	display: inline-block;
}
.Check_container .foodList ul li p,.Check_container .place_wrapper p{
	display: inline-block;
	margin-right: 0.1rem;
	font-size: 0.28rem;
	margin-bottom: 3px;
	width: 30%;
}
.Check_container .foodList ul li p img,.Check_container .place_wrapper img{
	vertical-align: middle;
	width: 0.42rem;
	margin-right: 2px;
	position: relative;
 	bottom: 1px;
}
.Check_container .handleBtn{
	text-align: center;
}
.Check_container button{
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.8rem;
    background-color: #009688;
    color: #fff;
    text-align: center;
    font-size: 0.3rem;
    border-radius: 2px;
    margin: 1rem 0;
}

.result_wrapper{
	font-size: 0.32rem;
}
.result_wrapper .AllTitle{
	text-align: center;
	font-size: 0.36rem;
	font-weight: bold;
	width: 90%;
	margin: 0.4rem auto 0.2rem;
}
.result_wrapper .title{
	background: #eff5fe;
	color: #3588e5;
	height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
    padding-left: 0.2rem;
    border-radius: 4px;
    margin-top:0.3rem;
    font-weight: bold;
}
.result_wrapper .food_wrapper,.result_wrapper .place_wrapper{
	width:94%;
	margin: 0 auto;
}
.result_wrapper #foodGradeChart{
	width: 100%;
	height: 5.5rem;
}
.result_wrapper #checkItemChart,.result_wrapper #placeGradeChart{
	width: 100%;
	height: 4.5rem;
}