
.header{
	width: 100%;
	height: 15rem;
	text-align: center;
	background-color: rgb(237,99,89);
	position: relative;
}
.header .head{
	width: 100%;
	height: 15rem;
	float: left;
}
.header .head .head-pic{
	width: 6rem;
	height: 6rem;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 1rem;
	margin-bottom: .8rem;
	/*float: left;*/
	/*transform: translate(15%,30%);
	-webkit-transform:translate(15%,30%);
	-moz-transform:translate(15%,30%);
	-ms-transform:translate(15%,30%);
	-o-transform:translate(15%,30%);*/
}
.header .head .head-pic+a{
	color: #fff;
	font-size: 2rem;
	line-height: 1;


}
.header .head .head-pic img{
	border-radius: 50%;
}
.setup{
	position: absolute;
	top: 16px;
	right: 16px;
}

/*全部订单*/
	.my{
		padding: .5rem 0;
		background-color: white;
		border-bottom: 1px solid #eee;
	}
	.my img{
		margin: 8px;
	}
	.my span{
		font-size: 16px;
		height: 38px;
		line-height: 36px;
	}
	.my i{
		font-size: 12px;
		font-style: normal;
		color: #666;
		margin: 8px 12px 0 0;
	}


/*订单导航*/ /*border-top: 1px solid #f8f8f8;*/
.nav{
	overflow: hidden;
	width: 100%;
	/*float: left;*/
	/*height:4.5rem;*/
	display: flex;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.nav a{
	position: relative;
 	float: left;
 	width: 20%;
 	color: #2c2c2c;
 	-webkit-box-flex:1;
	flex: 1;
	text-align: center;
	padding: .5rem;
}
.nav p{
	font-size: 1.2rem;

}
.nav i{
	display: none;
	position: absolute;
	top: 2px;
	right: 15px;
	background-color: red;
	border-radius: 50%;
	font-size: 10px;
	color: white;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	font-style: normal;
}

/*body*/
.container{
	width: 100%;
	background-color: white;
	margin-top: .5rem;
}
.container img{
	display: block;
	max-width: 100%;
	width: 34px;
	margin: 0 auto;

	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;
}
.container .pic-1{
	width: 50%;
	/*height: 17rem;*/
	background-color: #fff;
	border-left: 2px solid #f8f8f8;
	border-bottom: 2px solid #f8f8f8;
}
.container .pic-1 .pic-1-1{
	width: 50%;
	margin: 10% auto
}
.container .pic-1 .pic-1-1 h4{
	text-align: center;
	margin-top: 1.6rem;
	font-size: 16px;
	color: #222222;
}
.container .pic-1{
	float: left;
	max-width: 64rem;

}
.null{
	padding: 50px;
}

/* 底部导航 */

	.footer{
		
		position: fixed;
		bottom: 0;
		z-index: 999;
		width: 100%;
		line-height: 1.8;
		/*display: flex;*/
		border-bottom: 1px solid #f8f8f8;
		background-color:#f7f7f7;
		box-shadow: 0 0 1px rgba(0,0,0,.85);
	}
	.footer a{
		height: 50px;
		float: left;
		width: 20%;
		/*-webkit-box-flex:1;*/
		/*flex: 1;*/
		text-align: center;
		/*margin: 7px;*/
	}
	.footer a img{
		width: 24px;
		height: 24px;
		vertical-align: middle;
	}
	.footer p{
		margin: 2px;
		font-size: 12px;
	}
	.footer .active{
		color:rgb(216,30,6);
	}