/*
 *	初始值样式
 *
 */
* {
	margin: 0px;
	padding: 0px;
}
html {
	-webkit-text-size-adjust: none; /* 禁用iPhone中Safari的字号自动调整 */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, nav a, section, span, span a, label {
	display: block;
}
header, header nav, section, section nav, footer, footer nav, .video embed, .video object, .video iframe {
	width: 100%;
	height: auto;
}
section{
	margin-top:124px;
}
fieldset {
	border: none;
}
a img {
	border: none;
}
li {
	list-style: none;
}
.del {
	color: #999;
	text-decoration: line-through;
}
.sale {
	color: #222;
}
.blue {
	color: #44b2a9;
}
.b {
	font-weight: bolder;
}
mark{
	background-color:transparent;
}

/*
 *	布局通用样式
 *
 */
body {
	font-size: 14px;
	color: #878787;
	/*text-shadow: 0px 1px 0px #fff;*/
	/*background-color: #f2f2f2;*/
}
a {
	color: #878787;
	text-decoration: none;
}
nav, ul[class$='list'] li span:first-child {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-o-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
}



/*
 * @name header
 */
 
.header {
	position: absolute;
	top: 0px;
	width: 100%;
	min-width: 320px;
}
.header .top {
	background-color: #ec443b;
	border-bottom: 1px solid #f3483f;
	color: #fff;
	height: 45px;
	padding-left: 100px;
}
.header .top .logo {
	position: absolute;
	left: 0px;
	width: 100px;
}
.header .top .logo img {
	width: 100px;
	height: 45px;
}
.header .top .search {
	padding: 8px 5px;
}
.header .top .search form {
	position: relative;
	border: 1px solid #b02d26;
	height: 27px;
	padding-right: 31px;
}
.header .top .search form .text {
	border: 1px solid #f6908a;
	border-right: none;
	color: #666;
	width: 100%;
	height: 25px;
	padding-left:10px;
}
.header .top .search form .btn {
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(../../../images/zh/mp/touch/icon/search_btn_m.png);
	background-position: center;
	background-size: 100%;
	background-color: #cc362f;
	border-top: 1px solid #d83a32;
	border-right: 1px solid #d83a32;
	border-bottom: 1px solid #cc362f;
	border-left: 1px solid #cc362f;
	width: 30px;
	height:27px;
}
.header .util {
	position: relative;
	background-color: #d1362e;
	border-top: 1px solid #b02d26;
	border-bottom: 1px solid #b02d26;
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding-right: 140px;
}
.header .util a {
	float: left;
	border-left: 1px solid #ad2c26;
	border-right: 1px solid #d8382f;
	color: #fff;
	padding: 0px 6px;
}
.header .util .shopcart_icon {
	background-color: #ba3029;
	border-right: 1px solid #c6332b;
	width: 40px;
	height: 35px;
}
.header .util .shopcart_icon img {
	width: 40px;
	height: 35px;
}
.header .util .nav {
	float: left;
	height: 35px;
	overflow: hidden;
	border-right: 1px solid #ad2c26;
}
.header .util .user {
	position: absolute;
	top: 0px;
	right: 0px;
	border-left: 1px solid #d8382f;
	/*width: 140px;*/
}
.header .util .user .user_icon img {
	width: 18px;
	height: 18px;
	margin-right: 3px;
	vertical-align: text-bottom;
}
.header .slide  {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 2px 3px 0px #d0d0d0;
	height: 40px;
	line-height: 40px;
}
.header .slide ul li {
	text-align: center;
	float: left;
	width: 33%;
}
.header .slide ul li.ctr {
	width: 34%;
}
.header .slide ul li.ctr a {
	display: block;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/*
 * @name bottom
 */

.bottom {
	/*background-color: #f2f3f5;*/
	border-top: 1px solid #dbdbdb;
	color: #666;
	font-size: 12px;
	padding-bottom:20px;
}
.bottom .copyright, .bottom .nav {
	text-align: center;
}
.bottom .nav {
	border-top: 1px solid #fff;
	padding-top: 5px;
	line-height: 22px;
}
.bottom .copyright {
	padding-bottom: 5px;
}

/*
 * @name container
 */

.container {
	padding-top: 125px;
	color: #666;
}
.container .title_nav {
	position: relative;
	height: 44px;
}
.container .title_nav .nav {
	float: left;
	overflow: hidden;
	height: 44px;
	line-height: 44px;
}
.container .title_nav .nav a {
	float: left;
	padding: 0px 5px;
}
.container .title_nav .nav .icon {
	width: 20px;
	height: 20px;
	padding-right: 3px;
	vertical-align: text-bottom;
}

.container .title_nav .more {
	position: absolute;
	right: 0px;
	top: 0px;
}
.container .more a {
	display: block;
}
.container .goods_show {
	position: relative;
	padding-left: 120px;
	padding-right: 10px;
	height: 70px;
}
.container .goods_show .pic {
	position: absolute;
	left: 0px;
}
.container .goods_show .pic a {
	display: inline-block;
	padding: 10px;
}
.container .goods_show .pic img {
	width: 50px;
	height: 50px;
	border: 1px solid #dedede;
}
.container .goods_show .name {
	padding-top: 10px;
	height: 60px;
	line-height: 20px;
	overflow: hidden;
}
.container .goods_show .param {
	height: 14px;
	line-height: 14px;
	padding-top: 6px;
}




header nav, section nav, ul[class$='list'] li span:first-child, ul[class$='list'] li a {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-o-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
}
form[class*='item'] {
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-o-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
	-moz-box-pack:start;
	-webkit-box-pack: start;
	box-pack:start;
}