html,body
{
	width: 100%;
	overflow-x: hidden;
}
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, td, 
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: none; 
font-size: 100%; 
vertical-align: baseline; 
}
body{-moz-user-select:none;} 

/* HTML5 display-role reset for older browsers */ 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section img{ 
display: block; 
} 
body { 
line-height: 1;
font-family: "Microsoft Yahei","PingFang SC",sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 14px;

background-color:#ffffff ;
width: 100%;
color: ##9c9c9c;;	 
} 
ol, ul { 
list-style: none; 
} 
blockquote, q { 
quotes: none; 
} 
blockquote:before, blockquote:after, 
q:before, q:after { 
content: ''; 
content: none; 
} 
table { 
border-collapse: collapse; 
border-spacing: 0; 
} 
a
{
	text-decoration: none;
	color: #9c9c9c;
}
.circular_bead
{
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	-chrome-border-radius:6px;
	border-radius:6px;
}
.text_whlie:hover
{
	color: #FFFFFF;
}
.text_red:hover
{
	color: red;
}
.back_btn:hover
{
	background-color: #505050;
}
.back_a:hover
{
	background-color: #040404;
}
.blogroll_a:hover
{
	color: #FFFFFF;
	text-decoration:underline;
}


::-webkit-scrollbar {
    /* 1 */
    width: 9px;
    background-color: #1F1C1C;
}
::-webkit-scrollbar-button {
    /* 2 */
}
::-webkit-scrollbar-track {
    /* 3 */
}
::-webkit-scrollbar-track-piece {
    /* 4 */
}
::-webkit-scrollbar-thumb {
    /* 5 */
    border: solid 2px #333;
    width: 5px;
    border-radius: 4px;
    background-color: #fff;
}
::-webkit-scrollbar-corner {
    /* 6 */
    background-color: #333;
}
::-webkit-resizer {
    /* 7 */
}
::-webkit-scrollbar:horizontal {
    height: 9px;
}
html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
html,
body {
    -webkit-overflow-scrolling: touch;

}