.evaluate_box{
	float: right;
    height: 100%;
    padding-right: 10px;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    /*border-bottom: 1px solid #ccc;*/
}
.evaluate_box .star_box{
	display: flex;
	align-items: center;
	width: 140px;
    justify-content: flex-end;
}
.score_values{
	font-size: 14px;
    margin-left: 5px;
    line-height: 21px;
    color: #000;
}
@media screen and (max-width:320px){
	.evaluate_box{
		padding: 5px;
	}
	.star_box{width: 90px;}
	.atar_Show{	
		width: 50px;
    	height: 10px;
	}
	.atar_Show p {
		height: 10px;
    	max-width: 50px;
	}
}