body{
	color: #212121;
}
.project{
	padding-top: 3%;
	padding-bottom: 2.5%;
}
.project .project-img,.project section{
	display: inline-block;
	vertical-align: top;
	border-top: 1px solid rgba(0,0,0,.1);
}
.project .project-img{
	width: 39%;
}
.project .project-img img{
	width: 100%;
}
.project section{
	width: 55%;
	padding-top: 2%;
	padding-left: 3%;
	padding-right: 3%;
}
.project section h4{
	font-size: 20px;
}
.project section h4 p{
	display: inline;
	font-size: 19px;
	font-weight: normal;
}
.project section .crowd{
	font-size: 16px;
	line-height: 40px;
	background-color: #f1f7ff;
	margin-top: 10px;
}
.project section p{
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 15px;
}
.project section p span,.project-detail .tabs li.active,.project-detail .details li.trip em i{
	font-weight: bold;
}
.project section .price{
	position: relative;
}
.project section .price p{
	font-size: 16px;
	color: #d33439;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.project section .price span{
	font-size: 22px;
}
.project section .price i{
	font-size: 36px;
	font-weight: bold;
}
.project section .price em{
	display: inline-block;
	font-size: 14px;
	color: #ffb627;
	padding: 5px 10px;
	border: 1px solid #ffb627;
	text-indent: 0;
	vertical-align: middle;
	margin-left: 5%;
}
.project section .price a{
	position: absolute;
	bottom: 5px;
	right: 2%;
	font-size: 18px;
	width: 30%;
	line-height: 40px;
	color: #fff;
	border-radius: 20px;
	background-color: #0871ff;
	text-align: center;
}
.zhuce{
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: #d6d9dd;
}
.zhuce p{
	display: inline-block;
	width: 24%;
	font-size: 16px;
	line-height: 40px;
	margin-right: 2%;
}
.zhuce p input{
	width: calc(100% - 70px);
	font-size: 15px;
	line-height: 40px;
	margin-left: 10px;
	text-indent: 10px;
	background-color: #fff;
	border: 1px solid #b8b8b8;
}
.zhuce p.tj{
	width: 18%;
	margin-left: 2%;
}
.zhuce p.tj input{
	font-size: 18px;
	color: #fff;
	width: 100%;
	text-indent: 0;
	border-color: #ff4455;
	background-color: #ff4455;
}
.project-detail,.recommend{
	padding-top: 2%;
	background-color: #f1f3f6;
}
.project-detail .tabs{
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(185,185,185,.16);
	position: relative;
	z-index: 2;
}
.project-detail .tabs.active{
	position: fixed;
	top: 0;
	left: 0;
	width: 85%;
	padding-left: 15%;
}
.project-detail .tabs li{
	display: inline-block;
	font-size: 18px;
	width: 130px;
	line-height: 70px;
	margin-right: 20px;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.project-detail .tabs li:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 5px;
	background-color: #0871ff;
	-webkit-transition: width .3s ease;
	-moz-transition: width .3s ease;
	-ms-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}
.project-detail .tabs li.active:after,.project-detail .tabs li:hover:after{
	width: 100%;
}
.project-detail .details{
	position: relative;
	z-index: 1;
}
.project-detail .details li{
	background-color: #fff;
	margin-bottom: 20px;
	text-align: center;
}
.project-detail .details li:first-of-type{
	padding-top: 4%;
}
.project-detail .details li h4{
	display: inline-block;
	font-size: 26px;
	color: #fff;
	width: 225px;
	line-height: 40px;
	margin-bottom: 4%;
	background-color: #398dff;
}
.project-detail .details li section{
	font-size: 16px;
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 4%;
}
.project-detail .details li.harvest p{
	line-height: 30px;
	position: relative;
	margin-left: 8%;
}
.project-detail .details li.harvest p:before{
	position: absolute;
	content: '';
	left: -30px;
	top: 11px;
	width: 8px;
	height: 8px;
	background-color: #0871ff;
	border-radius: 50%;
}
.project-detail .details li.highlight section>div{
	padding-left: 7.5%;
	margin-bottom: 4%;
}
.project-detail .details li.highlight section>div:first-of-type{
	background: url(images/icon1.png) no-repeat left center;
	background-size: 50px;
}
.project-detail .details li.highlight section>div:nth-of-type(2){
	background: url(images/icon2.png) no-repeat left center;
	background-size: 50px;
}
.project-detail .details li.highlight section>div:nth-of-type(3){
	background: url(images/icon3.png) no-repeat left center;
	background-size: 50px;
}
.project-detail .details li.highlight section>div:last-of-type{
	margin-bottom: 0;
}
.project-detail .details li.highlight h5{
	display: inline-block;
	font-size: 16px;
	width: 24%;
	padding-right: 10%;
	background: url(images/icon4.png) no-repeat 84% center;
	background-size: 30px;
	vertical-align: middle;
}
.project-detail .details li.highlight h5 p{
	font-weight: normal;
	padding-top: 5px;
}
.project-detail .details li.highlight div>p{
	display: inline-block;
	width: 60%;
	padding: 10px 20px;
	background-color: #f1f3f6;
	vertical-align: middle;
}
.project-detail .details li.trip section:first-of-type span{
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
}
.project-detail .details li.trip section:first-of-type p{
	display: inline-block;
	width: 800px;
}
.project-detail .details li.trip section:first-of-type em{
	display: inline-block;
	width: 330px;
	line-height: 36px;
	font-size: 17px;
	color: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #0871ff;
	vertical-align: top;
	padding-left: 12px;
}
.project-detail .details li.trip section:first-of-type em:nth-of-type(2n){
	width: 420px;
	margin-right: 0;
}
.project-detail .details li.trip section:nth-of-type(2)>span{
	display: block;
	position: relative;
	margin-bottom: 4%;
}
.project-detail .details li.trip section:nth-of-type(2)>span:after{
	position: absolute;
	content: '';
	right: 0;
	left: 100px;
	top: 14px;
	height: 1px;
	background-color: rgba(0,0,0,.1);
}
.project-detail .details li.trip section>div{
	padding-bottom: 5%;
	position: relative;
}
.project-detail .details li.trip section>div:after{
	position: absolute;
	content: '';
	bottom: 0;
	top: 70px;
	left: 30px;
	width: 1px;
	background-color: rgba(0,0,0,.2);
}
.project-detail .details li.trip section>div>span{
	font-size: 40px;
	min-width: 60px;
	line-height: 70px;
	display: inline-block;
	background-color: #fff;
	vertical-align: top;
}
.project-detail .details li.trip section p.tips{
	font-size: 14px;
	line-height: 24px;
	padding: 2% 5% 2% 10%;
	margin-top: 3%;
	background-color: #f6f6f6;
}
.project-detail .details li.trip section>div>p{
	width: 820px;
	display: inline-block;
	margin-left: 70px;
	vertical-align: top;
}
.project-detail .details li.trip section>div>p span{
	font-weight: bold;
}
.project-detail .details li.trip section>div.br>p,.project-detail .details li.trip section p:nth-of-type(2),.project-detail .details li.trip section p:nth-of-type(3){
	margin-left: 140px;
}
.project-detail .details li.trip section>div p i{
	line-height: 32px;
}
.project-detail .details li.trip section>div>p em{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #0871ff;
	line-height: 70px;
}
.project-detail .details li.trip section .trip-img{
	display: inline-block;
	width: 27.5%;
	font-size: 14px;
	margin-left: 5%;
	position: relative;
	margin-top: 5%;
	vertical-align: top;
}
.project-detail .details li.trip section .trip-img img{
	width: 100%;
}
.project-detail .details li.trip section .trip-img:nth-of-type(2n-1){
	margin-left: 150px;
}
.project-detail .details li.trip section .trip-img i{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	color: #fff;
	padding: 3px 20px 3px 10px;
	border-radius: 0 0 20px 0;
	background-color: rgba(0,0,0,.5);
}
.project-detail .details li.trip section .trip-img p{
	padding-top: 10px;
}
.project-detail .details li.fee span{
	font-size: 20px;
	display: inline-block;
	margin-bottom: 3%;
}
.project-detail .details li.fee section:nth-of-type(2){
	padding-top: 4%;
	position: relative;
}
.project-detail .details li.fee section:nth-of-type(2):before{
	position: absolute;
	content: '';
	left: 5%;
	right: 5%;
	top: 0;
	height: 1px;
	background-color: rgba(0,0,0,.1);
}
.project-detail .details li.share .share-img{
	display: inline-block;
	width: 48.5%;
	margin-right: 2%;
}
.project-detail .details li.share .share-img img,.project-detail .details li.share .share-img p{
	display: inline-block;
	width: 54%;
	vertical-align: middle;
}
.project-detail .details li.share .share-img p{
	width: 40%;
	font-size: 14px;
	padding-left: 2%;
	padding-top: 4%;
	position: relative;
}
.project-detail .details li.share .share-img p:before{
	position: absolute;
	content: '';
	top: 0;
	left: 5%;
	width: 10%;
	height: 3px;
	background-color: #0871ff;
}
.project-detail .details li.share a{
	display: block;
	width: 235px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	background-color: #0871ff;
	margin: 5% auto 0;
}
.recommend{
	margin-top: -2%;
	padding-bottom: 3%;
}
.recommend li{
	display: inline-block;
	position: relative;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 3%;
	vertical-align: top;
}
.recommend li:nth-of-type(3n){
	margin-right: 0;
}
.recommend li a{
	display: block;
	color: #212121;
}
.recommend li span{    
	position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    color: #fff;
    line-height: 45px;
    width: 120px;
    text-indent: 20px;
    border-radius: 0 0 30px 0;
    background: url(images/icon5.png) no-repeat 80% center rgba(29,29,29,.7);
    background-size: 12%;
}
.recommend li p{
	font-size: 15px;
	line-height: 25px;
	padding: 10px;
}
