body{
    background: #f4f6f8!important;
    font-size: 14px!important;
	/* overflow-x: hidden; */
	width: 100%!important;
}
.m-card-body{
	height: 2rem;
}
.m-img{
   width: 10%;
   height: 10%;
   margin: 0 auto;
}
.m-img2{
   width: 100%;
   height: 100%;
   margin: 0 auto;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
}
.m-img3{
   width: 70%;
   height: 70%;
   margin: 0 auto;
}
.m-img4{
   width: 100%;
   height: 100%;
   margin: 0 auto;
}
.m-card{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 300px;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    color: gray;
    padding:30px 30px 30px 30px;
    
}
#app{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top:40px!important;
}
#app2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top:40px!important;
	background: #fff;
}
.app-m-card{
	border-radius: 3px;
	box-shadow: 0px 0px 10px #666;
}
.m-center{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top:40px!important;
    height: 100px;
}
.m-center div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}
.m-banner{
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items:flex-start;
}
.project-btn{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	margin-top: 60px;
}
.project{
	width: 90%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	margin-top: 30px;
}
.project .project-item{
	padding-left: 30px;
	margin-top: 30px;
}
.project .project-item .m-img2:hover{
	cursor: pointer;
}
.more{
	background-color: #f4f6f8;
	color: black;
	border-radius: 10px;
}
.cbtn button.moret:hover{
	background-color:rgb(237,238,240);
	color:black;
}
.moret{
	background-color: #f4f6f8;
	color: black;
	border-radius: 10px;
}
.frends{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	margin-top: 70px;
}
.frends .frends-item{
	padding-left: 66px;
	margin-top: 30px;
}
.frends .frends-item .m-img2:hover{
	cursor: pointer;
	display: block;
}
.footer{
	height: 230px;
	background-color: rgb(85,85,85);
	margin-top: 160px;
}

.type{
	border: 1px solid #eee;
	border-radius: 2px;
	background-clip: padding-box;
	margin-bottom: 30px;
	background-color: #fff;
	padding: 10px 0;
	width: 87%;
	margin-left: 7.5%;
	margin-top: 40px;
}

.type ul{
	list-style: none;
	padding: 0;
	margin: 0 0 0 80px;
}

.type ul li{
	float: left;
	padding: 15px 20px;
	color: #919191;
	font-size: 14px;
}
.cgreen{
	color: #43bc60!important;
}

.type ul li:hover{
	color: #43bc60;
	cursor: pointer;
}


.type .tabs-group{
	padding: 0;
	position: relative;
	overflow-y: hidden;
}

.type .tabs-group .title{
	float: left;
	padding: 15px 0;
	width: 40px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	text-align: right;
	font-size: 14px;
	margin-left: 30px;
}
.type .tabs-group .price{
	float: left;
	padding: 15px 0;
	width: 40px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	text-align: right;
	font-size: 14px;
	margin-left: 30px;
}
.page{
	position: absolute;
	right: 66px;
	margin-top: 40px;
}
.project-type{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	height: 350px;
	position: fixed;
	top: 30%;
	background-color: #fff;
	padding: 10px;
	left: -89px;
}
.project-type .project-name{
	font-size: 14px;
	width: 60px;
	height: 60px;
	margin-left: 10px;
}
.project-type .project-name:first-child{
	margin-top: 20px;
}
#wxmin{
	margin-top: 60px;
}
.project-type .project-name a:hover{
	font-size: 18px;
	color: green;
}