.warp{
	width: 100%;

}
.content{
	max-width: 7.5rem;
	background-color: #fff;
	margin: auto;
}
.search{
	margin-left: 0.35rem;
	margin-right: 0.35rem;
	height: 0.82rem;
	line-height: 0.82rem;
	border: 0.01rem solid #C8C9C9;
	border-radius: 0.41rem;
	margin-top: 0.3rem;
	display: flex;
	position: relative;
}
.search .pic{
	width: 1.16rem;
	height: 0.3rem;
	margin-left: 0.34rem;
	margin-top: 0.26rem;
	margin-right: 0.26rem;
}
.search .pic img{
	width: 100%;
	height: 100%;
}
.search form{
	flex: 1;
}
.search .input{
	flex: 1;
	height: 0.3rem;
	line-height: 0.3rem;
	border-left: 0.01rem solid  #C8C9C9;
	display: flex;
	margin-top: 0.26rem;
}
.search .input input{
	flex: 1;
	margin-left: 0.26rem;
	border: none;
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.search .icon{
	width: 0.3rem;
	height: 0.3rem;
	margin-right: 0.26rem;
	margin-left: 0.26rem;
}
.navcons{
	height: calc(100vh - 2.8rem);
	margin-top: 0.5rem;
	display: flex;
}
.navcons .left{
	width: 2.39rem;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}
.navcons .left .item{
	height: 1.26rem;
	line-height: 1.26rem;
	text-align: center;
	background: #F5F5F5;
}
.navcons .left .item.on{
	background-color: #fff;
}
.item a{
	color: #333;
}
.vname a{
	color: #333;
}
.sname a{
	color: #333;
}
.navcons .left .item i{
	display: none;
}
.navcons .left .item.on i{
	display: inline;
	color: #2182E1;
}
.navcons .right{
	flex: 1;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-left: 0.53rem;
}
.navcons .right .clas{
	margin-top: 0.5rem;
}
.navcons .right .vname{
	margin-bottom: 0.47rem;
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.navcons .right .sname{
	margin-bottom: 0.3rem;
	font-size: 0.28rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
}
.all a{
	color: #333333;
}
.serres{
	width: 100%;
    position: absolute;
    top: 0.86rem;
    left: 0;
    background: #fff;
    box-shadow: 0rem 0rem 0.05rem 0.05rem #f1f1f1;
	display: none;
	max-height: 7.1rem;
	overflow-y: scroll;
}
.serres .serline{
	height: 0.7rem;
    line-height: 0.7rem;
    border-bottom: 0.01rem solid #f1f1f1;
    padding-left: 0.2rem;
	padding-right: 0.2rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
	display: flex;
}
.serres .serline a{
	font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.serres .serline .name{
	flex: 1;
}
.serres .serline .tpme{
	margin-right: 0.3rem;
}