body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    color: #000;
}

html, body {
    height: 100%;
}

body, button, input, select, textarea {
    /*font-size: 12px;*/
    /*line-height: 14px;*/
    font-family: 'Microsoft Yahei', '寰蒋闆呴粦', \5FAE\8F6F\96C5\9ED1, '瀹嬩綋', \5b8b\4f53, arial, 'Hiragino Sans GB', Tahoma, Arial, Helvetica, serif;
}

ul, ol, li, dl, dd, dt {
    list-style: none;
}

em {
    font-style: normal;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #05c
}

a:hover {
    text-decoration: none;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button {
    cursor: pointer;
}

/*瑙ｅ喅IE鍥剧墖缂╂斁澶辩湡*/
img {
    -ms-interpolation-mode: bicubic;
}

/*杩炵画鑻辨枃銆佹暟瀛楁崲琛�*/
.wordwrap {
    word-break: break-all;
    word-wrap: break-word;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*瀹氫箟婊氬姩鏉￠珮瀹藉強鑳屾櫙 楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color:#ffffff;
}

/*瀹氫箟婊氬姩鏉¤建閬� 鍐呴槾褰�+鍦嗚*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); 
    border-radius: 10px;
    background-color: #ffffff;
}

/*瀹氫箟婊戝潡 鍐呴槾褰�+鍦嗚*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #c0c0c0;
}