article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
* { padding:0; margin:0; outline:0;
	border-color: #e5e5e5;	/* 边框颜色 */
}
html,body {
	width:100%;
	height:100%;
	letter-spacing: 0.02em;
}
h1,h2,h3,h5,h6{ padding: 5px 0;}
p{ padding-top:6px; /*! line-height: 1.8; */ font-size: 14px; padding-bottom: 6px; line-height: 1.6;}

body {
	width:100%;
	height:100%;
	color:#2d3039;
	background:#fff;
}
ul,ol,dl{
	list-style-type:none;
}

a { cursor:pointer; }

img { border:none !important; max-width:100%; padding:0; margin:0; vertical-align:middle; }

b { font-weight:normal; }
i { font-style:normal; }

input, textarea, keygen, select, button {
	margin: 0em;
	text-rendering: auto;
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
	width: 96%;
	-webkit-appearance: none;
	padding: 10px 2%;
	line-height: 21px;
	-webkit-user-select: text;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 3px;
	outline: 0;
}
input, select, textarea {
	font-size: 17px;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

:focus { outline:0; }


h1,h2,h3,h4,h5,h6 { font-weight:normal;}
h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,p:first-child {
	padding-top:0;
}

.inline { vertical-align:middle; display:inline-block; *display:inline; *zoom:1; }
i.middle {  font-style:normal; font-size:0; vertical-align: middle; display: inline-block; *display: inline; *zoom:1;}
.border { border-width:1px; border-style:solid; }
.fill { position:absolute; top:0; left:0; right:0; bottom:0; }

.clearfix { *zoom:1; }
.clearfix:before { display:table; content:""; }
.clearfix:after {display:block; content:""; height:0; clear:both; overflow:hidden; visibility:hidden;}
.clear{ clear: both; overflow: hidden; height:0;}

table { border-collapse:collapse; border-spacing:0; }


.article { line-height:2; color: #666; padding-bottom: 50px; }
.article h1,.article h2 { font-size: 30px; line-height: 1.8;}
.article h3 { font-size: 22px; line-height: 1.5; color: #333; padding: 15px 0;}
.article h4,
.article h5{ font-size: 18px; padding-top:10px; line-height: 1.5; color: #333;}
.article h6,
.article p { padding-top:10px; line-height: 1.8; font-size: 14px;}
.article > img { display:block; margin:10px auto 0; }
.article *:first-child { padding-top:0; }

.article .info { padding:10px 0; line-height:35px; }
.article .info span { padding:0 5px; position:relative; top:-2px; *top:0;}
.center{ text-align: center;}
.line{ border-bottom: 1px dashed #e5e5e5; padding-top: 20px;}


@font-face {
font-family: 'uzooo';
src: url('../fonts/uzooo.eot'); /* IE9 Compat Modes */
src: url('../fonts/uzooo.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
url('../fonts/uzooo.woff') format('woff'), /* Modern Browsers */ 
url('../fonts/uzooo.ttf') format('truetype'), /* Safari, Android, iOS */ 
url('../fonts/uzooo.svg#uzooo') format('svg'); /* Legacy iOS */
}
.icon, .uz-icon:after, .uz-icon:before {
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	vertical-align:top;
	position:relative; left:0; margin:0; padding:0;
	font-family:'uzooo';
}



/* 侧边 */
.uz-icon-side{background: url(../images/threeline.png) center no-repeat; background-size: 45%;}
/* 个人中心 */
.uz-icon-user{ background: url(../images/person.png) center no-repeat; background-size: 40%; }
/* 加号 */
.uz-icon-add:before { content:'\e6c0'; }
/* 文件夹 */
.uz-icon-folder:before { content:'\e63c'; }
/* 时钟 */
.uz-icon-clock:before { content:'\e620'; }
/* 箭头左 */
.uz-icon-arrl{ background: url(../images/arrow-left.png) center no-repeat; background-size: 40%; }
/* 箭头右 */
.uz-icon-arrr {background: url(../images/arrow-right.png) center no-repeat; background-size: 40%; }
/* 箭头上 */
.uz-icon-arrt:before { content:'\e6bd'; }
/* 箭头下 */
.uz-icon-arrb:before { content:'\e6be'; }
/* 箭头2下 */
.uz-icon-arr2b:before { content:'\e6ac'; }
/* 箭头3下 */
.uz-icon-arr3b:before { content:'\e6c3'; }
/* 分享 */
.uz-icon-shear:before { content:'\e6b5'; }
/* 搜索 */
.uz-icon-search:before { content:'\e6ca'; }
/* 文本 */
.uz-icon-txt:before { content:'\e655'; }
/* 关闭 */
.uz-icon-close:before { content:'\e6c9'; }