.fake{
	display: block;
	position: absolute;
	z-index: 1;
	/*border: dotted 1px red;*/
}
.about-mytian .fake{
	width: 30vw;
    height: 10vw;
    bottom: 6%;
    left: 37%;
}
.brand-idea .fake{
	width: 21vw;
    height: 7vw;
    left: 39%;
    top: 30%;
}
.brand-team .fake{
	width: 20vw;
    height: 7vw;
    left: 47%;
    top: 42%;
}
.list>div{
	background: white;
	overflow: hidden;
	margin: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #ddd;
}
 .title1{
	font-weight: 800;
	margin: 8px 0px;
}
footer{
margin-top: 20px;
}
