* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
}

input,
button {
	border: none;
	outline: none;
}

body {
	background: #f5f5f5;
}

header {
	width: 100%;
	height: 50px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}

header p {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #000;
	font-weight: 600;
	position: relative;
}
header  img{
	position: absolute;
	height: 18px;
	top: 16px;
	left: 10px;
	z-index: 999;
}

header span{
	position: absolute;
	height: 50px;
	line-height: 50px;
	top: 0;
	right: 10px;
	font-size: 14px;
	color: #999;
}

.header {
	width: 100%;
	height: 50px;
}

.banner {
	width: 100%;
	height: 10rem;
	background: #fff;
	position: relative;
}

.banner .swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 20px !important;
}

.nav{
	width: 100%;
	background: #fff;
	padding: 0.5rem 0 1rem;
	border-radius: 0.75rem 0.75rem 0 0;
	margin-top: -0.5rem;
	position: relative;
	z-index: 9999;
}
.nav li{
	width: 25%;
	height: 4rem;
	padding: 0.35rem 0;
	box-sizing: border-box;
	float: left;
}
.nav li img{
	height: 1.8rem;
	margin: 0rem auto 0;
	display: block;
}
.nav li  p{
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 12px;
	text-align: center;
	color: #333;
	font-weight: 600;
}

.notice{
	width: 92%;
	height: 2.5rem;
	background: #6982fa;
	padding: 0 4%;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 0.5rem;
	margin-left: 4%;
	border-radius: 2.5rem;
}
.notices{
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
}
.left{
	width: auto;
	display: inline-block;
	height: 2.5rem;
	/*flex-shrink: 0;*/
}
.left img{
	width: 1.2rem;
	height: 1.2rem;
	margin-top: 0.65rem;
	border-radius: 1rem;
}
.left p{
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 14px;
	margin-top: 0.5rem;
	margin-left: 6px;
	float: right;
	color: #fff;
}
.right{
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 14px;
	margin-left: 4px;
	/*overflow: hidden;*/
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #6982fa;
}
.right a{
	color: #fff;
}
.project{
	width: 100%;
	padding: 0.5rem 4%;
	box-sizing: border-box;
	background: #fff;
	margin-top: 10px;
	position: relative;
	z-index: 99999;
}
.clear{
	clear: both;
}
.project h4.title{
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 18px;
	margin-bottom: 4px;
}
.project h4 span{
	color: #6982fa;
	margin-left: 4px;
}
.project_recommended ul{
}
.project_recommended li{
	width: 31%;
	border-radius: 0 0 0.25rem 0.25rem;
	float: left;
}
.project_recommended li:nth-child(3n+2){
	margin-left: 3.5%;
}
.project_recommended li:nth-child(3n+3){
	margin-left: 3.5%;
}
.project_recommended li .img{
	width: 100%;
	position: relative;
	float: left;
	height: 6.5rem;
	border-radius: 0.5rem 0.5rem 0 0;
}
.project_recommended li .img img{
	width: 100%;
	float: left;
	border-radius: 0.5rem 0.5rem 0 0;
}
.project_recommended li .img p{
	width: 100%;
	height: 1.7rem;
	line-height: 1.7rem;
	padding: 0 4%;
	box-sizing: border-box;
	background: rgba(0,0,0, .3);
	position: absolute;
	bottom: 0rem;
	left: 0;
	font-size: 12px;
	color: #f5f5f5;
}
.project_recommended li .img  .pay{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	background: #ff5b5b;
	color: #fff;
	width: 60px;
	line-height: 24px;
	height: 24px;
	text-align: center;
	border-radius: 0 0.4rem 0 0.5rem;
}
.project_recommended li .img .free{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	background: #edf9f0;
	color: #67ca70;
	width: 60px;
	line-height: 24px;
	height: 24px;
	text-align: center;
	border-radius: 0 0.4rem 0 0.5rem;
}
.project_recommended li h5{
	width: 100%;
	height: 2rem;
	float: left;
	line-height: 2rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding: 0 4px;
	box-sizing: border-box;
	color: #333;
}
.project_list{
	width: 100%;
	margin-bottom: 1rem;
}
.project_list ul{
}
.project_list li{
	width: 100%;
	height: 6rem;
	display: flex;
	justify-content: flex-start;
	position: relative;
	margin-top: 1rem;
	
	float: left;
}

.project_list li:nth-child(1){
	margin-top: 0px;
}

.project_list li .img{
	width: 6rem;
	height: 6rem;
	flex-shrink: 0;
	margin-right: 0.5rem;
	overflow: hidden;
	border-radius: 0.5rem;
}
.project_list li .img img{
	width: 6rem;
	height: 6rem;
	border-radius: 0.5rem;
}
.project_list li h4{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5rem;
	max-height: 3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666;
	font-size: 15px;
	text-indent: 3.5rem;
}
.project_list li p{
	width: 100%;
	line-height: 1.5rem;
	max-height: 3rem;
	font-size: 13px;
	color: #ccc;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 0.25rem;
}
.project_list li span.free{
	width: 3rem;
	height: 1.5rem;
	background: #edf9f0;
	color: #67ca70;
	
	display: inline-block;
	position: absolute;
	top: 0;
	left: 6.5rem;
	font-size: 12px;
	text-align: center;
	line-height: 1.5rem;
	border-radius: 4px;
}
.project_list li span.pay{
	width: 3rem;
	height: 1.5rem;
	background: #ff5b5b;
	color: #fff;
	top: 0;
	left: 6.5rem;
	display: inline-block;
	position: absolute;
	bottom: 0;
	font-size: 12px;
	text-align: center;
	line-height: 1.5rem;
	border-radius: 4px;
}
.project_list li span.people{
	width: 6rem;
	height: 1.5rem;
	color: #f5f5f5;
	display: inline-block;
	position: absolute;
	top: 4.5rem;
	left: 0;
	font-size: 12px;
	text-align: center;
	background: rgba(0,0,0, .3);
	line-height: 1.5rem;
	border-radius: 0 0 9px 9px;
}
.footer{
	width: 100%;
	height: 76px;
}
footer{
	width: 100%;
	height: 50px;
	background: #fff;
	padding-bottom: 0px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999999;
}
footer li{
	width: 50%;
	height: 50px;
	float: left;
}
footer li img{
	height: 1.2rem!important;
    display: block!important;
    margin: 1rem auto 0!important;
}
footer li p{
	float: left;
	width: 100%;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	color: #ccc;
}
footer li.action p{
	color: #6982fa;
	font-weight: 600;
}

.details_img{
	width: 100%;
	height: 13.125rem;
}
.details_img img{
	width: 100%;
	height: 20.125rem;
	border-radius: 3px;
}
.details_title{
	width: 100%;
	padding: 80px 4% 4px;
	box-sizing: border-box;
	background: #fff;
}
.details_title h4{
text-align: center;
    color: #333;
    height: 2rem;
    line-height: 2rem;
    font-size: 16px;
    font-weight: 600;
}
.details_title p{
	width: 100%;
	line-height:2rem;
	font-size: 12px;
	text-align: center;
	color: #999;
}
.details_title_tag{
	width: 100%;
	height: 40px;
	margin-top: 5px;
}
.details_title_tag li{
	width: 33.33%;
	height: 40px;
	line-height: 40px;
	float: left;
	font-size: 12px;
	color: #999;
	display: flex;
	justify-content: center;
}
.details_title_tag li span{
	/*width: 4px;*/
	/*height: 4px;*/
	/*display: inline-block;*/
	/*background: #999;*/
	/*float: left;*/
	/*margin-top: 18px;*/
	/*border-radius: 4px;*/
	/*margin-right: 5px;*/
	padding-right: 7px;
}
.details_text{
	width: 100%;
	padding: 10px 4%;
	box-sizing: border-box;
	background: #fff;
	margin-top: 10px;
}
.details_text_title{
	width: 100%;
	height: 2.2rem;
	line-height: 2rem;
	text-align: center;
	font-weight: 600;
	color: #000;
	position: relative;
	font-size: 16px;
}
.details_text_title span{
	width: 60px;
	height: 3px;
	background: #6982fa;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	border-radius: 30px;
}
.details_text_img{
	width: 100%;
	margin-top: 16px;
}
.details_text_img img{
	width: 100%;
}
.details_text_img p{
	margin: 10px 0;
	line-height: 2.5rem;
	font-size: 14px;
	color: #999;
}
.details_footer{
	width: 100%;
	height: 66px;
	padding-bottom: 0;
}
.details_footer .left{
	width: 30%;
	height: 66px;
	background: #fff;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	float: left;
}
.details_footer .left span{
	height: 40px;
	line-height: 40px;
	margin-top: 13px;
	font-size: 16px;
	color: #6982fa;
	font-weight: normal;
	margin-right: 4px;
}
.details_footer .left p{
	height: 40px;
	line-height: 40px;
	margin-top: 13px;
	font-weight: bold;
	font-size: 20px;
	color: #6982fa;
	margin-left: 0 !important;
}
.details_footer .left p.free{
	color: #67ca70 !important;
}
.details_footer .right{
	width: 70%;
	background-image: linear-gradient(to right, #788fff , #2144ea);
	float: right;
	height: 66px;
	float: right;
	margin-left: 0 ;
}
.details_footer .right a{
	width: 100%;
	height: 66px;
	line-height: 66px;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.details_tips{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #f8f8f8;
	margin-top: 16px;
	border-radius: 0.25rem;
	margin-bottom: 10px;
}

.details_title_tag li img {
    width: 12px;
    position: relative;
    top: -2px;
}




.details_tips h4{
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	margin-bottom: 8px;
	color: #333;
	font-size: 16px;
}
.details_tips p{
	width: 100%;
	line-height: 2rem;
	font-size: 12px;
	display: flex;
	justify-content: flex-start;
	color: #999;
}
.details_tips p span{
	width: 1.1rem;
	height: 1.1rem;
	font-size: 12px;
	line-height: 1.2rem;
	text-align: center;
	background: #ccc;
	display: inline-block;
	margin-right: 4px;
	color: #fff;
	margin-top: 0.45rem;
	flex-shrink: 0;
	border-radius: 50%;
}
.user_top{
	width: 100%;
	height: 5.5rem;
	background: #6982fa;
	padding: 1rem 4%;
	box-sizing: border-box;
}
.user_top_info{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
}
.user_top_info img{
	width: 3rem;
	height: 3rem;
	float: left;
	flex-shrink: 0;
	border-radius: 4rem;
	border: 2px #fff solid;
	box-sizing: border-box;
	background: #fff;
}
.user_top_text{
	width: 100%;
	height: 3rem;
	margin-left: 10px;
}
.user_top_text h4{
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 18px;
	color: #fff;
}
.user_top_text p{
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 14px;
	color: #f5f5f5;
}
.user_share{
	width: 100%;
	padding: 1rem 4%;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	margin-top: -0.5rem;
	border-radius: 0.5rem 0.5rem 0 0;
}
.user_share img{
	width: 100%;
	border-radius: 0.5rem;
}
.user_list{
	width: 100%;
}
.user_list li{
	width: 100%;
	padding: 0 4%;
	box-sizing: border-box;
	height: 50px;
	margin-top: 10px;
	background: #fff;
}
.user_list img{
	height: 20px;
	float: left;
	margin-top: 15px;
}
.user_list p{
	width: 50%;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-left: 0.5rem;
	font-size: 15px;
	color: #666;
}

.fenxaing img {
    width: 20px;
    height: auto;
}


.fenxaing {
    position: absolute;
    top: 20px;
    width: 100%;
}


.fen-1 {
    float: left;
    width: 83%;
    padding-left: 4%;
}












