@charset "utf-8";
/* CSS Document */
.header{
	height:45px;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	margin-bottom:45px;
	z-index:10000;
	}
.headerIn{
	width:100%;
	height:100%;
	position:relative;
	background:#f06000;
	max-width:640px;
	margin:0 auto;}
.s_header
	{height:45px;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	margin-bottom:45px;
	z-index:10000;
	}
.s_header .headerIn{
	background:#0090f0;} 
.headerIn .back{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:30%;
	height:100%;
	background:url(../images/back.png) no-repeat 10px center;
	background-size:12px auto;
	padding-left:25px;
	color:#fff;
	line-height:45px;
	}
.headerIn h2{
	wifth:100%;
	height:100%;
	line-height:45px;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	text-align:center;
	margin:0;
	padding:0;
	font-family:"微软雅黑";}	
.headerIn .sel{
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:30%;
	height:100%;
	background:url(../images/icon_sel.png) no-repeat 90% center;
	background-size:20px auto;
	padding-right:25px;
	color:#fff;
	line-height:45px;}	
.headerIn .save{
	position:absolute;
	height:45px;
	line-height:45px;
	width:30%;
	text-align:right;
	top:0;
	right:10px;
	color:#fff;
	}

.bdCon{
	height:auto;
	width:100%;
	margin-top:55px;
}
