.enter{
	padding-top: 0.45rem;
	margin-top: 1.24rem;
	background: #f4f5f6;
}
.enter .enterNav{
	margin-bottom: 0.39rem;
	padding: 0 0.15rem;
}
.enter .enterNav ul{
	width: 7.20rem;
	height: 0.64rem;
	line-height: 0.64rem;
	display: flex;
	justify-content: space-between;
}
.enter .enterNav ul li{
	width: 1.78rem;
	height: 0.64rem;
}
.enter .enterNav ul li a{
	display: block;
	color: #666666;
	background:  #dcdcdc;
	width: 1.78rem;
	height: 0.64rem;
	font-size: 0.24rem;
	text-align: center;
}
.enter .enterNav ul li a.cur{
	background: #1cac8b;
	color: #fff;
}
.enter .enterNav ul li:nth-of-type(1) a{
	border-radius: 0.04rem 0 0 0.04rem;
}
.enter .enterNav ul li:nth-of-type(4) a{
	border-radius: 0 0.04rem 0.04rem 0;
}
.search{
	position: relative;
}
.search p{
	padding: 0 0.63rem;
	margin-bottom: 0.25rem;
	position: relative;
}
.search p b{
	font-size: 0.22rem;
	color: #333333;
	line-height: 0.6rem;
}
.search p input{
	height: 0.6rem;
	width: 5rem;
	margin-left: 0.15rem;
	background-color: #ffffff;
	border-radius: 0.04rem;
	border: solid 1px #dddddd;
	outline: none;
	font-size: 0.24rem;
	text-indent: 0.12rem;
}

.search p span{
	font-size: 0.12rem;
	color: red;
	position: absolute;
	right: 0.83rem;
	line-height: 0.6rem;
	display: none;
}
.search #searchBtn{
	height: 0.6rem;
	width: 5rem;
	background-color: #1cac8b;
	border-radius: 0.04rem;
	border: solid 1px #dddddd;
	font-size: 0.22rem;
	color: #ffffff;
	margin-left: 1.76rem;
	outline: none;
	margin-bottom: 0.5rem;
}
.search #searchBtn i{
	display: inline-block;
	height: 0.22rem;
	width: 0.22rem;
	margin-right: 0.14rem;
}

/*搜索结果*/
.search .serResult{
	width: 7.5rem;
	background: #fff;
	padding-bottom: 0.5rem;
	
}
.search .serResult li{
	width: 7.5rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.22rem;
	color: #666666;
	padding-left: 0.4rem;
	box-sizing: border-box;
	border-bottom: solid 1px #dddddd ;
}

/*项目进度*/
.project{
	display: none;
}
.project h4{
	height: 0.78rem;
	width: 7.5rem;
	background: #fff;
	line-height: 0.78rem;
	font-size: 0.28rem;
	color: #1cac8b;
	border-top: 0.03rem solid #1cac8b;
	border-bottom: 0.03rem solid #1cac8b;
	text-align: center;
}
.project .projectList{
	width: 7.5rem;
	padding-top: 0.67rem;
}
.project .projectList ul{
	margin-left: 2.93rem;
}
.project .projectList li i{
	display: inline-block;
	height: 0.46rem;
	width: 0.46rem;
	margin-right: 0.25rem;
	background: url(../images/enter3.png) no-repeat;
	background-size:cover ;
	float: left;
	
}
.project .projectList li span{
	display: inline-block;
	line-height: 0.46rem;
	float: left;
}
.project .projectList li{
	font-size: 0.24rem;
	height: 1.26rem;
	color: #c8c8c8;
	
}
.project .projectList li p{
	width: 0.02rem;
	height: 0.8rem;
	background-color: #c8c8c8;
	clear: both;
	margin-left: 0.23rem;
}
.project .projectList li.cur{
	color: #1cac8b;
}
.project .projectList li.cur i{
	background: url(../images/enter2.png) no-repeat;
	background-size:cover ;
}
.project .projectList li.cur p{
	background-color: #1cac8b;
}


/*续费查询*/
.kefu a{
	display: inline-block;
	width: 1.62rem;
	height: 1.66rem;
	background-color: #1cac8b;
	border-radius: 0.08rem;
	font-size: 0.22rem;
	color: #ffffff;
	text-align: center;
	position: absolute;
	right: 0.33rem;
	bottom: 1.32rem;
}
.kefu a i{
	display: block;
	height: 0.54rem;
	width: 0.54rem;
	margin-bottom: 0.19rem;
	margin-top: 0.3rem;
	margin-left: 0.54rem;
}
