@charset "utf-8";

html, body, div, span, 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, strong, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/ }
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;height:100%}
body {background-color: #f5f6f8 !important;}
/*div { display: block; box-sizing: border-box; }*/

/*div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, button,*/
html, body {
	margin:0px; 
	padding:0px; 
	font-family:'Microsoft YaHei','微软雅黑','宋体'; 
	font-size: 14px; 
	line-height: 1.5; 
	outline: 0; 
	color: #222;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}
span {
    /* line-height: 1; */
}
* {
	-webkit-box-sizing: none;
	-moz-box-sizing: none;
	box-sizing:none;
}
a {
	/*display: block;*/
	cursor:pointer;
    list-style: none;
	text-decoration:none;
	color: #333;
}
a:hover, a:active,a:visited,a:focus {
	outline: none;
	text-decoration:none;
}
ol, ul, li{
    list-style: none;
	text-decoration:none;
}

table {
    border-collapse: collapse;
    border-spacing: 0; }

/*body, h1, h2, h3, h4, h5, h6,
.button, input[type="button"], input[type="submit"],
input[type="text"], input[type="password"], input[type="email"], textarea, select, button {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;color:#000;
}*/
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

::-webkit-scrollbar {
	width: 4px;
	background: #eee;
	height: 4px;
}
::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}
::-webkit-scrollbar-corner {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.4);
    border-radius: 4px;
    width:5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color:#777;
    border-radius: 4px;
    cursor:pointer;
}

::-webkit-scrollbar-track-piece{
    background-color:#eee;
    }

::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    }
