@charset "utf-8";
@import url(/css/register/normalize-f3342a2189d8c3c78f1406f976369f87.css); 
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin: 0; padding: 0; }
img { border: 0 none; vertical-align: top; }
ul, li { list-style-type: none; }
h1, h2, h3, h4, h5, h6 { font-size: 14px; }
button { cursor: pointer; }
body { background: #fff; color: #363636; line-height: 1.2; }
a, a:link { color: #333; text-decoration: none; }
a:visited {  }
a:active, a:hover { text-decoration: none; }
a:focus { outline: none; }

.container { margin: 0 auto; }
/*清除浮动*/
.clearfix:after { content:""; display:block; clear:both; height:0; line-height:0; visibility:hidden; }
.clearfix { zoom:1; }
.fl { float: left; }
.fr { float: right; }
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    overflow: auto;
}

::-webkit-scrollbar-thumb {
    background-color:#d6d6d6;
    min-height: 25px;
    min-width: 20px;
    border-radius: 10px
}

::-webkit-scrollbar-track {
    background-color: none;
}


