﻿@charset "UTF-8";
	html {
	-webkit-overflow-scrolling:touch;
	-moz-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	text-size-adjust:100%;
	word-wrap:break-word;
	font-family:"微软雅黑";
}
input[type="submit"],input[type="reset"],input[type="button"],input,textarea {
	resize:none;
}
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	line-height:1;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
img {
	width:100%;
	height:auto;
	border:none;
	width:auto\9;
	display:block;
	-ms-interpolation-mode:bicubic;
}
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin:0;
	padding:0;
	font-size:14px;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-touch-callout:none;
}
em,i {
	font-style:normal;
}
ol,ul,li {
	list-style-type:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	font-size:inherit;
}
a,input,textarea {
	text-decoration:none;
}
li,img,input {
	vertical-align:middle;
}
input,select,button,textarea {
	outline:none;
}
a:link,a:active,a:visited,a:hover {
	background:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	text-decoration:none;
}
.clearfix:after {
	content:"";
	display:block;
	visibility:hidden;
	height:0;
	clear:both;
}
.clearfix {
	zoom:1;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.one-txt-cut {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.txt-cut {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
