body{
    background: #f4f6f8!important;
    font-size: 14px!important;
	/* overflow-x: hidden; */
}
.m-img2{
   width: 100%;
   height: 100%;
   margin: 0 auto;
   border-top-left-radius: 2px;
   border-top-right-radius: 2px;
}
.tlrborderradius{
	border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.m-img3{
   width: 70%;
   height: 70%;
   margin: 0 auto;
}

.m-center{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top:20px!important;
    height: 100px;
}

.m-banner{
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items:flex-start;
	width: 100%;
	height: auto;
}

.project{
	width: 90%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
	margin-top: 20px;
}
.project .project-item{
	padding-left: 30px;
	margin-top: 30px;
}
.project .project-item:hover{
	cursor: pointer;
}
.more{
	background-color: #f4f6f8;
	color: black;
	border-radius: 10px;
}
.cbtn button.more: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: 30px 0 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);
}

.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;
}

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

.type ul li:nth-child(1){
	color: #43bc60;
}


.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;
}
.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;
}
.bg{
	width: 100%;
	height: 500px;
	/* background-image: url('../image/3.png'); */
	background-size: cover;/*背景图片放大到适合元素容器的尺寸，图片比例不变.背景图像的某些部分可能无法显示在背景定位区域中。*/
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	background-color: #eee;
}
.bg .desc{
	margin-top: 100px;
	font-size: 20px;
}
.btns{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 400px;
	height: 200px;
	/*border: 1px solid red;*/
}
.project-btn{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 5.5%;
}
.project-btn div{
    padding-left: 20px;
}

.more-project{
   position: absolute;
   right: 60px;
}
.m-banner .bg .bg-f{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
}
.bgwhite{
	background-color: #FFF;
}
.tags {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 68px;
    height: 68px;
    overflow: hidden;
    background: url(/static/pc/image/tags_corner.png) no-repeat 0 0;
}
.layui-col-space4>* {
    padding: 0px;
}
.free{
	background-position: 0 0;
}
.recommend{
	background-position: 0 -272px;
}
.host{
	background-position:0 -68px;
}
.new{
	background-position:0 -136px;
}
.half{
	background-position:0 -408px;
}
.btn-white a{
	color: #f4f6f8;
}