@charset "utf-8";
/* CSS Document */
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,font,textarea{
margin:0;
padding:0;
border:0;
font:inherit;
vertical-align:baseline;
font-weight:normal;
font-size:12px;
}
body{
	font-size:12px;
	color:#000;
	font-family:'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif'!important;
	background-color:#fff;
}
input{
	margin:0;
	padding:0;
	outline:none;
	border:0;
	font-family:"Microsoft YaHei";
}
img{ border:0;}
li{ list-style:none;}
a{ color:#000; text-decoration:none; outline:none; font-size:12px; border:none;}
a:hover{text-decoration:none;}
/*浏览器升级提示*/
.browser-tips{ position: fixed; left: 0; right: 0; top: 0; z-index: 999;}
.browser-tips .alert-warning{ margin-bottom: 0; border-radius: 0;}
.browser-tips .alert-warning a{ color: #d93630;}
.alert-warning{color: #8a6d3b;background-color: #fcf8e3;border-color: #faebcc;padding: 20px;font-size: 16px;}
.alert-warning strong,.alert-warning a{font-size: 16px;font-weight: bold;}
