/** plus header **/
#plus_header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	background: #f5f6f5 ;
	-webkit-box-sizing: border-box;
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
	z-index: 999;
  border-bottom: 1px solid #ccc;
}

#plus_header .head_back {
	width: 20px;
	cursor: pointer;
	background: url('/static/img/plus/head_back.png') no-repeat center center;
	background-size: contain;
}

#plus_header .head_title {
	padding: 0px 10px;
	line-height: 40px;
	-webkit-box-flex: 1;
	background: #f5f6f5;
	text-align: center;
}

#plus_header .head_cart {
	width: 20px;
	background: url('/static/img/plus/head_cart.png') no-repeat center center;
	background-size: contain;
	cursor: pointer;
	position: relative;
}
#plus_header .head_cart .carNum{
	position: absolute;
	right: -5px;
	top: 0;
	background: #ff5a5f;
	color: #fff;
	text-align: center;
	line-height: 15px;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: .8em;
}
#plus_header .head_delete {
	line-height: 40px;
	color: red;
	cursor: pointer;
}

/** plus footer **/
#plus_footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	background: #f0f0f0;
	height: 45px;
}

#plus_footer a {
	display: block;
	-webkit-box-flex: 1;
	text-align: center;
	background-position: center 5px;
	background-size: 15px;
	background-repeat: no-repeat;
}

#plus_footer a span {
	display: inline-block;
	margin-top: 25px;
	font-size: 0.6em;
}

#plus_footer a.tabbar_home {
	background-image: url('/static/img/plus/tabbar_home.png');
}

#plus_footer a.tabbar_home.hover {
	background-image: url('/static/img/plus/tabbar_home_hover.png');
}

#plus_footer a.tabbar_search {
	background-image: url('/static/img/plus/tabbar_search.png');
}

#plus_footer a.tabbar_search.hover {
	background-image: url('/static/img/plus/tabbar_search_hover.png');
}

#plus_footer a.tabbar_user {
	background-image: url('/static/img/plus/tabbar_user.png');
}

#plus_footer a.tabbar_user.hover {
	background-image: url('/static/img/plus/tabbar_user_hover.png');
}



/*h1标题的 返回 按钮样式*/
h1{
	position: relative;
}
h1 span{
	position: absolute;
	top: 0;
	left: 30px;
	font-size: 18px;
	line-height: 40px;
	color: #fff;



}