.header{
	border: none;
}
.information_list li{
	background: #fff;
	padding-left: .3rem;
	padding-right: .3rem;
	height: 1.02rem;
	color: #333;
	font-size: .34rem;
	border-top: .01rem solid #e1e8e5;
	overflow: hidden;
}
.information_list li:nth-of-type(1),.information_list li:nth-of-type(2),.information_list li:nth-of-type(3){
	line-height: 1.02rem;
}
.information_list li:nth-of-type(1) input{
	margin-left: .6rem;
	height: 92%;
	border: none;
	font-size: .34rem;
}

.information_list li:nth-of-type(2) input{
	margin-left: .32rem;
	height: 92%;
	border: none;
	font-size: .34rem;
}
.information_list li:nth-of-type(3) span:nth-of-type(2){
	float: right;
	display: inline-block;
	line-height: 1.02rem;
}
.information_list li:nth-of-type(4){
	height: 1.8rem;
	font-size: .26rem;
	color: #333;
	padding-top: .3rem;
	box-sizing: border-box;
}
.information_list li:nth-of-type(4) textarea{
	height: 110%;
	width: 100%;
	border: none;
	font-size: .24rem;
}
.operate{
	margin-top: .28rem;
	height: 1.02rem;
	display: flex;
	align-items: center;
	background: #fff;
	border-top: .01rem solid #e3e3e3;
	position: relative;
	line-height:1.02rem;
}
.operate img{
	margin-left: .3rem;
}
.operate span{
	margin-left: .3rem;
	font-size: .34rem;
	color: #333;
}
.edite{
	position: absolute;
	height: 100%;
	line-height: 1.02rem;
	right:.3rem;
	color: #666666;
	font-size: .3rem;
}
.edite img{
	width: .3rem;
}
.save{
	margin-top: .58rem;
	margin-left: .4rem;
	margin-right: .4rem;
	text-align: center;
	height: .84rem;
	line-height: .84rem;
	font-size: .32rem;
	color: #fff;
	background: #ffba00;
}
