html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	background: transparent; 
}

ol, ul { 
	list-style: none; 
}

html { 
	height: 100%; 
}

body { 
	padding: 0; 
	font-size: 14px; 
	margin: 0 auto; 
	height: 100%; 
	position: relative; 
	background-color: #f7f5f2; 
	color: #333333 ;
	min-width: 320px;
}

a { 
	text-decoration: none; 
	color: #333333 
}

/*其余页面头部公共样式 by zhangbin 20151123*/
#child_header { 
	background-color: #edc700; 
	border-bottom: #e0bc00 2px solid; 
	height: 32px; 
	padding: 8px 4%; 
	width: 92% 
}

#child_header .goback { 
	float: left; 
	width: 38% 
}

#child_header .goback i { 
	height: 32px; 
	width: 24px; 
	float: left; 
	background: url(../img/little_icon.png) no-repeat center; 
	background-position: -18px 11px 
}

#child_header span{ 
	color: #000000; 
	text-decoration: none; 
	line-height: 36px; 
	float: left;
	font-size: 18px; 
}

.box_swipe ul li img { 
	width: 100%; 
}

.des_goods { 
	display: block; 
	width: 94%; 
	padding: 1% 3%; 
	background-color: #FFFFFF; 
	border-top: 1px solid #bbbbbb; 
	border-bottom: #bbbbbb 1px solid; 
	margin: 15px auto 
}

.des_goods hr { 
	border: none; 
	background-color: #bbbbbb; 
	height: 1px; 
	width: 100%; 
	box-shadow: 0px 1px 0px #d7d3d3; 
}

.des_goods p { 
	padding: 5px 2%; 
	width: 96% 
}

.des_goods p span { 
	color: #666666; 
}

.des_goods p .pr { 
	padding-right: 10px; 
}

.des_goods p .em_integral { 
	color: #7da342; 
	font-style: normal; 
	float: right 
}

.des_goods p .sp_style1 { 
	color: #58a1b0; 
	text-decoration: underline 
}

.des_goods p .sp_style2 { 
	color: #888888; 
	text-decoration: line-through 
}

.des_goods p .sp_style3 { 
	color: #edc700; 
	font-weight: bold 
}

.spec_select { 
	padding: 0px 2%; 
	width: 96% 
}

.spec_select ul li { 
	padding: 5px 0; 
}

.spec_select ul li span { 
	padding-right: 10px; 
}

.spec_select ul li em { 
	color: #666666; 
	display: inline-block; 
	padding: 0 4px; 
	font-style: normal; 
	border: 1px solid #bbbbbb; 
	line-height: 26px; 
	height: 26px; 
	margin: 3px 0px 3px 3px; 
}

.spec_select ul li .click { 
	line-height: 24px; 
	border: 2px solid #e0bc00; 
	height: 24px; 
	position: relative; 
	padding: 0 3px; 
}

.goods_activity .num { 
	display: block; 
	overflow: hidden; 
	margin: 10px auto; 
}

.goods_activity .num span { 
	float: left; line-height: 26px; 
	padding-left: 6px; 
	color: #666666 
}

.box_list { 
	padding-bottom: 20%; 
}

.box_list .box_nav { 
	width: 100%; 
	display: block; 
	background-color: #FFFFFF; 
	overflow: hidden; 
}

.box_list .box_nav li { 
	width: 25%; 
	float: left; 
	text-align: center; 
	padding: 10px 0; 
}

.box_list .box_nav li a { 
	color: #333333; 
	display: block; 
	width: 100%; 
	padding: 0; 
	border-right: #cccccc 1px solid; 
}

.box_list .box_nav .current { 
	background-color: #edc700 
}

.box_list .box_nav .current a { 
	color: #FFFFFF; 
	background-color: #edc700; 
	border-right: none 
}

.bottomdiv { 
	background-color: #fff; 
	bottom: 0; 
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1); 
	position: fixed; 
	width: 100%; 
	z-index: 97; 
}

.bottomdiv .inner { 
	display: block; 
	padding: 8px 10px; 
	position: relative; 
}

.btn_sure, .btn_buy_detail { 
	border-radius: 2px; 
	display: inline-block; 
	font-family: "微软雅黑"; 
	font-size: 16px; 
	font-weight: 400; 
	height: 30px; 
	line-height: 30px; 
	margin-left: 1em; 
	text-align: center; 
}

.btn_sure { 
	background-color: #67cdf8; 
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); 
	color: #fff; 
	cursor: pointer; 
	margin-left: 1em; 
	width: 100px; 
}

.btn_buy_detail { 
	background-color: #ea5529; 
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); 
	color: #fff; 
	cursor: pointer; 
	width: 100px; 
}

.btn_buy_detail a, .btn_sure a { 
	color: #FFFFFF 
}