﻿.mui-content.guide{
	background:#f3f4f5;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding:1rem 1.25rem;
	margin-top:2.95rem;
}
.mui-content.guide .model{
	margin-right:0.5rem;
	width:11.75rem;
	height:7.575rem;
	margin-bottom:0.8rem;
}
.mui-content.guide .model:nth-child(2n){
	margin-right:0;
}
.mui-content.guide .model.menu{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius:0.2rem;
}
.mui-content.guide .model.menu div:first-child{
	margin-right:0.8rem;
	width:3.2rem;
	height:3.2rem;
	line-height: 2.45rem;
	text-align: center;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mui-content.guide .model.menu div:first-child img{
	width:1.8rem;
	height:1.8rem;
}
.mui-content.guide .model.menu div:last-child{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mui-content.guide .model.menu div:last-child img{
	width:3.6rem;
}
.mui-content.guide .model.menu div:last-child p{
	font-size: 0.5rem;
	height:1.5rem;
	line-height:1.5rem;
	color:#333;
}
.mui-content.guide .model.menu h2{
	font-size: 1rem;
	color:#fff;
	font-weight: normal;
}
.menu.color1{
	background:#5faae6;
}
.menu.color1 div{
	background:#3f92d1;
}
.menu.color2{
	background:#9ccb6a;
}
.menu.color2 div{
	background:#85b556;
}
.menu.color3{
	background:#ff8e84;
}
.menu.color3 div{
	background:#fb786f;
}
.menu.color4{
	background:#24ccab;
}
.menu.color4 div{
	background:#09af94;
}
.menu.color5{
	background:#d465cf;
}
.menu.color5 div{
	background:#c457bd;
}
.menu.color6{
	background:#f5be56;
}
.menu.color6 div{
	background:#ddab44;
}
.menu.color7{
	background:#5cc2a7;
}
.menu.color7 div{
	background:#30ad8c;
}
.menu.color8{
	background:#70cedb;
}
.menu.color8 div{
	background:#41bbcc;
}
.menu.color9{
	background:#fba76c;
}
.menu.color9 div{
	background:#fa9148;
}
.menu.color10{
	background:#ebc2c0;
}
.menu.color10 div:first-child{
	background:#e5aaa7;
}
