@charset "utf-8";
.rentmuch{
	height:780px;
	background-color: #F4F2EF;
}
/*55CAC0 85D165 F6F3EC*/
h3{
	padding:60px 0 20px 0;
}
.rentmuch>h3{
	color:#E13C32;
}

.rentmuch li, .rentflow li{
	display: inline-block;
	width:200px;
	vertical-align:top;
	margin:0 30px;
}
.inner{
	margin: 0 auto;
}

.imgg{
	height:220px;
	width:220px;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
	margin:0 auto;
	
}
.imgg img{
	margin:0 auto;
}

.rentmuch li{
	width:280px;
	height: 380px;
	padding:20px 0;
	margin: 40px 20px;
	border-radius: 5px 0 5px 0;
	background-color: #F7D59A;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	border:1px solid #ddd;

}


.rentmuch li{
  -webkit-animation: animation 1000ms linear both;
  animation: animation 1000ms linear both;
}

.rentmuch ul p{
	font-size: 20px;
	padding:20px 0;
	color:#222222;
}
.rentmuch ul li h3{
	margin:0;
	padding:10px 0 0 0 ;
	color:#3384D0;
	font-weight: none;
}
h4,h5{
	color: #4588A3;
	letter-spacing:1px;
	margin:30px 0 10px 0;
}
span{
	font-size: 40px;
	font-weight: bold;
}
.rentflow{
	height:500px;
}