* {
	padding: 0px;
	margin: 0px;
}
a {
	color: #666;
	text-decoration: none;
}
a img {
	border: none;
}
body {
	font-size: 15px;
	min-width: 320px;
}
ul, li {
	list-style: none;
}
.del {
	color: #999;
	text-decoration: line-through;
}
.blue {
	color: #44b2a9;
}
.orange {
	color: #ff6600;
}
.b {
	font-weight: bolder;
}
span.pro {
	background-color: #a0d8d4;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 6px;
}

/*
 * @name header
 */
 
.header {
	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;
}
.header .top .search form .btn {
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(../image/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  {
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 2px 3px 0px #ccc;
	height: 40px;
	line-height: 40px;
}
.header .slide ul li {
	background-color: #fff;
	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;
}
.min_nav {
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #dbdbdb;
	float:left;
}
.min_nav .left {
	width: 30%;
	float: left;
	text-align:left;
}
.min_nav .right {
	width: 30%;
	float:left;
	text-align: right;
}
.min_nav .title {
	width: 40%;
	float:left;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.min_nav a {
	display: inline-block;
	border: 1px solid #dbdbdb;
	background-color: #f6f6f6;
	padding: 6px 5px;
	margin: 4px 3px;
}

/*
 * @name bottom
 */

.bottom {
	border-top: 1px solid #dbdbdb;
	color: #666;
	font-size: 12px;
}
.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 {
	color: #666;
	/*float: left;*/
}
.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: 120px;
}
.container .goods_show .pic {
	position: absolute;
	left: 0px;
}
.container .goods_show .pic a {
	display: inline-block;
	padding: 10px;
}
.container .goods_show .pic img {
	width: 100px;
	height: 100px;
	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;
}

.block_list .block {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	margin-top: 10px;
}
.block_list .block .title {
	position: relative;
	padding-right: 40px;
	height: 40px;
	line-height: 40px;
	text-indent: 8px;
	font-weight: bold;
}
.block_list .block .title .more {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
}
.block_list .block .title .more img {
	width: 20px;
	height: 20px;
	margin-top: 10px;
}
.block_list .block .detail {
	border-top: 1px solid #dbdbdb;
}