.main-box{
	position: relative;
}
header{
	height:1.1rem;
}
.logo{
	width: 6.9rem;
	height: 1.1rem;
	padding:0 .3rem;
	position: fixed;
	z-index: 101;
	top:0;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.flex-center{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.icon-box .icon-logo{
	width:2.156rem;
}
.search-box{
	width:4.4rem;
	height:.54rem;
	position: relative;
	margin-right: .3rem;
	justify-content: flex-end;
}
.search-box .search-input{
	display:none;
	width: 3.2rem;
	height: .54rem;
	font-size: .22rem;
	border-radius: .6rem;
	box-sizing: border-box;
    outline: none;
    box-shadow: none;
	padding: 0 .6rem 0 .3rem;
    border: 1px solid #ED4F5B;
}
.search-box .icon-search{
	width:.4rem;
	position: absolute;
    right: .126rem;
}
.icon-box .icon-classify{
	width:.4rem;
}
.classify-box{
	display: none;
	position: fixed;
	z-index: 101;
	height:100vh;
    width: 7.5rem;
    right: 0;
    left: 50%;
    margin-left: -3.75rem;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}
.classify-box .classify-list{
	width:2.4rem;
	/* height: 4.2rem; */
	border-radius: .19rem;
	padding: .3rem 0;
	position:absolute;
	top:1.1rem;
	right:.3rem;
	background:#fff;
}
.classify-box .classify-list li>a{
	font-size: .23rem;
	padding: 0 .3rem;
	line-height: .1rem;
    margin-bottom: .2rem;
    display: flex;
    align-items: center;
}
.classify-box .classify-list li:last-child>a{
    margin-bottom: 0;
}
.classify-box .classify-list li img{
	width:.54rem;
	height:.54rem;
	margin-top: .05rem;
}
.m-t-11{
	margin-top:1.1rem;
}
.m-b-116{
	margin-bottom:1.16rem;
}

/* 项目列表 */
.project{
	position: relative;
	background:#fff;
}
.project-item{
	position: absolute;
	width: 1rem;
	height: calc( 100vh - 1.1rem - 1.16rem);
    top: 0;
    bottom: 0;
	right: 0;
	justify-content: center;
}
.project-classify{
	padding:0 .2rem;
	position:fixed;
	z-index:100;
}
.project-classify .p-item{
	font-size:.25rem;
	height:.5rem;
	line-height: .5rem;
	width:.5rem;
	text-align: center;
	font-weight:500;
	color:#ED4F5B;
	background:#FFEFF0;
	border-radius:4px;
	margin:.05rem 0;
	cursor: pointer;
}
.project-classify .p-item.active{
	color:#fff;
	background:#ED4F5B
}

.project-list{
	padding:.3rem;
}

.p-l-item{
	margin-bottom: .3rem;
	position: relative;
}
.p-l-desc{
	/* max-height:5rem; */
	overflow: hidden;
	padding-bottom:.5rem;
	/* position: relative; */
}
.p-title{
	font-size:.34rem;
	font-weight:bold;
	color:#333;
	overflow: hidden;
	padding:0 .3rem;
	position:relative;
}
.p-title:before{
	content: "";
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 3px;
	background: #ED4F5B;
	border-radius: .5rem;
}
.p-content{
	/* padding: 0 0 0.3rem; */
    border-left: 1px solid #FCD9DC;
	margin: .3rem 0 0 .3rem;
}
.p-content .p-c-title{
	font-size:.30rem;
	color:#333;
	font-weight:bold;
	padding:0 .3rem;
	position: relative;
}
.p-c-title:before{
	content: "";
	position: absolute;
	height: 5px;
    width: 5px;
    left: 0;
	margin-left: -3px;
	top: 50%;
    margin-top: -2.5px;
    border-radius: 50%;
    background: #FCD9DC;
}
.p-c-box{
	padding: 0 0 .3rem .3rem;
}
.p-c-box li{
	font-size: .26rem;
    color: #666666;
    background: #F8F8F8;
	padding: 0.05rem .1rem;
	margin: .2rem .14rem 0 0;
}
.look-more{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background: -webkit-linear-gradient(to bottom,rgba(255,255,255,.7),#fff); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(to bottom,rgba(255,255,255,.7),#fff); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(to bottom,rgba(255,255,255,.7),#fff); /* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom,rgba(255,255,255,.7),#fff); /* 标准的语法 */
}
.look-more .more{
	font-size:.217rem;
	color:#555;
	cursor: pointer;
	padding-top:.2rem
}
.look-more .arrow{
	width: .2rem;
    height: .2rem;
	background: url(../image/arrow.png)no-repeat center;
	background-size:cover;
	transform: rotate(0deg);
}


/* 悬浮底部 */
.fixed-foot{
	width: 7.5rem;
    height: 1.16rem;
	padding: 0 .3rem;
	background:#fff;
    position: fixed;
    z-index: 100;
	bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fixed-foot .fixed-item{
	width:1rem;
	height:1rem;
	text-align:center;
}
.fixed-foot .fixed-item img{
	width: .4rem;
    height: .4rem;
    margin: .1rem auto
}
.fixed-foot .fixed-item p{
	font-size:.217rem;
	color:#4D4D4D;
}
.fixed-content{
	width:4rem;
	height:1rem;
}
.fixed-content a{
	font-size:.24rem;
	color:#fff;
	width:2rem;
	text-align: center;
	height:.8rem;
	line-height: .8rem;
	box-shadow:1px 3px 6px 0px rgba(253, 116, 79, 0.35);
}
.fixed-content a:nth-child(1){
	border-radius:.4rem 0 0 .4rem;
	background:linear-gradient(-39deg,rgba(255,156,157,1),rgba(255,122,124,1));
}
.fixed-content a:nth-child(2){
	border-radius:0 .4rem .4rem 0;
	background:linear-gradient(29deg,rgba(237,79,91,1),rgba(254,105,107,1));
}

