@charset "utf-8";
/*CSS Reset*/
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "Helvetica Neue",Helvetica,STHeiTi,sans-serif;
	font-size: 14px;
	color: #000;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	outline: 0; 
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	/*font-weight: normal;*/
}
table {
	border-collapse: collapse;
	border-spacing: 0; 
}
caption, th {
	text-align: left;
   }
fieldset, img {
	border: 0; 
	width: 100%;
	max-width:100%;
}
li {
	 list-style-type: decimal !important;
	 list-style-image: none; 
	 list-style-position: inside;
}
ins {
	text-decoration: none; 
}
del {
	text-decoration: line-through; 
}
input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0; 
}
button {
	-webkit-appearance: none;
	border: 0;
	background: none; 
}
a {
	-webkit-touch-callout: none;
	text-decoration: none; 
}
:focus {
	outline: 0;
	-webkit-tap-highlight-color: transparent; 
}
em, i {
	font-style: normal; 
}
body {
	 /*text-align: center;*/
}
.prlist {
	padding: 5px 10px;
	background-color:#fff;
}
/*font*/
@font-face {font-family: "iconfont";
	src: url('/wechat/detail/font/iconfont.eot?t=1460369143'); /* IE9*/
	src: url('/wechat/detail/font/iconfont.eot?t=1460369143#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/wechat/detail/font/iconfont.woff?t=1460369143') format('woff'), /* chrome, firefox */
	url('/wechat/detail/font/iconfont.ttf?t=1460369143') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('/wechat/detail/font/iconfont.svg?t=1460369143#iconfont') format('svg'); /* iOS 4.1- */
}
.tailicon {
	font-family:"iconfont" !important;
	font-size: 38px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
    color: #00cc99;
}
	.icon-chanpin:before { content: "\e600"; }
	.icon-zhiyin:before { content: "\e601"; }
	.icon-jigoujianjie:before { content: "\e602"; }
	.icon-lipei:before { content: "\e603"; }
	.icon-tiaojian:before { content: "\e604"; }
/*content*/
.tailheader {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	background: #FFF;
	margin-bottom: 10px; 
	font-size: 14px;
    box-shadow: 0 1px 1px -1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tailtop {
	text-align: center;
	height: 44px;
	line-height: 44px;
	color: #000000;
}
.tailimg a img {
	max-width: 100%;
    height: auto;
    border: none;
}
.tailcontent {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	background-color: #000;
}
.tailcontent i {
	font-size: 12px;
    color: #777;
    display: inline-block;
}
.tailcontent span {
    display: block;
    vertical-align: middle;
}
.tailcontent a {
	float: left;
	width: 25%;
    margin-top: 10px;
	display: block;
	text-align: center;
	z-index: 1;
	position: relative;
}
.txc {
	text-align: center;
}
