@charset "utf-8";
body,html,a,img,div,form,select,input,ul,li,p,label,span{margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}
body{font-family:'Microsoft YaHei', sans-serif; color:#666}
a{color:#666;*color:#666;text-decoration:none}
ol,ul,li{list-style:none}
em,i{font-style:normal}
img{border:none;}
body,html { height:100%;font-size: 40px;}
input[type=”button”], input[type=”submit”], input[type=”reset”] {-webkit-appearance: none;}
.fl { float:left}
.fr { float:right}
.cb:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.brdfdfdf { border:#dfdfdf solid 1px}
.bgf5f5f5 { background:#f5f5f5}
.cr333 { color:#333}
.cr666 { color:#666}
.cr999 { color:#999}
.tc_center{word-break: break-all;word-wrap: break-word;/*单词换行*/text-align: justify;text-justify: distribute-all-lines;/*两端都对齐*/}
.hd_main {
	background-color: #F6F5F2;
	min-width: 320px;
	margin: auto;
	overflow: hidden;
	min-height: 100%;
} 
.header {
	height: 2.4rem;
	line-height: 2.4rem;
	padding: 0rem 2%;
	border-bottom: #dfdfdf solid 1px;
	background-color: #fff;
	text-align: center;
	font-size: 0.9rem;
	color: #333;
	position: fixed;
	width: 96%;
	z-index: 33;

}
.header img {
		width: 1.3rem;
		display: inline-block; 
		position: relative;
		top:  0.4rem;
		padding: 0.3rem 0.3rem;
}
.hd_nav {
	position: fixed;
	width: 6.2rem;
	background-color: #fff;
	display: none;
	z-index: 33;
	top: 2.4rem;
	
}
.hd_nav a{
	display: block;
	height: 2.4rem;
	line-height: 2.4rem;
	font-size: 0.7rem;
	color: #666;
	text-align: center;
	width: 100%;
	border-bottom: #dfdfdf solid 1px;
	border-right: #dfdfdf solid 1px;
}
.heipin div{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.13);
	top:2.4rem;
	z-index: 22;
	display: none;
	transition: display 0.5s;
    -moz-transition: display 0.5s;
    -webkit-transition: display 0.5s;
    -o-transition: display 0.5s;

}
.heipin div.hot {
	display: block;
	transition: display 0.5s;
    -moz-transition: display 0.5s;
    -webkit-transition: display 0.5s;
    -o-transition: display 0.5s;
}

.shixin {
	display: none;
}
.hot .shixin {
	display: inline-block;
}
.hot .kong {
	display: none;
}
















































