body{
	background: #fff;
}
.build-banner{
	background: url(../../../img/muban_bg.png) no-repeat center center;
	background-size: cover;
}
#build-banner .center {
    position: relative;
    height: 3rem;
    overflow: hidden;
}
#build-banner .center .title {
    padding: 0;
    text-align: left;
    font-size: 0.48rem;
    color: #ef4359;
    position: absolute;
    top: 0.96rem;
    left: 0.4rem;
    font-weight: 400;
}
#build-banner .center h3 {
    padding: 0;
    font-size: 0.28rem;
    color: #fff;
    position: absolute;
    top: 1.8rem;
    left: 0.4rem;
    font-weight: 400;
}
.con1{
	width: 100%;
    height: 1rem;
    background: #f7f7f7;
    line-height: 1rem;
    font-size: 0.24rem;
    color: #666;
    text-align: center;
}
.con1 .num{
	font-size: 0.36rem;
    color: #E2383A;
    padding: 0 2px;
}
.con2{
	overflow: hidden;
	margin: 0 auto;
	width: 5.6rem;
	padding-top: 0.4rem;
}
.con2 li{
	margin: 0 auto;
	margin-bottom: 0.36rem;
	background: #2e323d;
	width: 5.2rem;
	height: 3.8rem;
	border-radius: 5px;
	box-shadow: 0 0 10px #ccc;
	overflow: hidden;
}
.con2 li .con2-li-top{
	padding: 0 0.2rem;
	height: 0.56rem;
	line-height: 0.56rem;
}
.con2-li-top .con2-li-title{
	float: left;
	line-height: 0.56rem;
	text-align: left;
	color: #fff;
	font-size: 0.24rem;
}
.con2-li-point{
	float: right;
	text-align: right;
}
.con2-li-point i{
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #fff;
	opacity: 0.6;
	margin-right: 4px;
	display: inline-block;
}
.con2-li-bottom{
	width: auto;
	height: 3.24rem;
	background: #fff;
	box-sizing: border-box;
}
