body{ min-width:320px; font-family: "Microsoft Yahei",sans-serif; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, del, dfn, em, ins, kbd, q, samp, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, textarea,tr, th, td, article, aside, footer, header, nav, section,input,time{margin:0;padding:0;border:0;outline:0;font-size:100%;}
ul,ol,li{list-style:none}
table{border-collapse:collapse;border-spacing:0;}
h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-weight:normal}
input,fieldset{border:none}
input{vertical-align:middle}
th,td {padding: 0;}
a{cursor:pointer;text-decoration:none; color:#FFF;}
li{list-style:none}
em,i{font-style:normal}
*:focus {outline: none}/*去除所有浏览器默认边框*/
input::-ms-clear{display:none}/*去除IE9以上搜索默认X*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}/*去除iPhone按钮样式*/
html{
	font-size: 100px;
}
/*去掉移动端a标签的点击背景*/
a{
 	-webkit-tap-highlight-color: transparent;  
    	-webkit-appearance: none;  
}
/*清除浮动*/
.clearfix:after{
	clear:both;
	display:block;
	height:0;
	content:'.';
	visibility:hidden;
	position: relative;
}

.detail-box {
	padding: 0 0.3rem;
	overflow: hidden;
	background: #f6f6f6;
	-moz-box-shadow: 2px 2px 10px #CCC;
	-webkit-box-shadow: 2px 2px 10px #CCC;
	box-shadow: 1px 1px 1px #000;
}

.clearfix {
	zoom: 1;
}

.detail-pic {
	float: left;
	width: 110px;
	height: 2.75rem;
	overflow: hidden;
	padding: 10px;
}

.detail-pic img {
	width: 100%;
	height: 2.55rem;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	padding: 1px;
}

.detail {
	margin-left: 135px;
	padding: 10px 0;
}

.detail-title {
	margin: 0;
	height: 28px;
	overflow: hidden;
}

.detail-title h2 {
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 15px;
	color: #333;
	float: left;
	font-family: Microsoft Yahei;
	overflow: hidden;
}

.detail .info {
	width: 100%;
	overflow: hidden;
}

.detail .info dl {
	line-height: 16px;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	padding: 2px 0;
}

.detail .info dt {
	width: 48px;
	float: left;
	color: #575757;
	overflow: hidden;
}

dd span {
	margin: 0 5px 0 0;
	color: #575757;
}

.ice090 {
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	background: #f44542;
	display: block;
	border: none;
	color: #fff;
	border-radius: 3px;
	font-size: 0.3rem;
}







