@charset "UTF-8";

body,h1,h2,h3,h4,h5,h6,div,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
    margin: 0;
    padding: 0;
}

body,button,input,select,textarea {
    font-family: Arial,'microsoft yahei';
    color: #444;
}

body {
    margin: 0 auto;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

address,cite,dfn,em,var {
    font-style: normal;
}

code,kbd,pre,samp {
    font-family: courier new,courier,monospace
}

small {
    font-size: 12px
}

ul,ol,li,dl,dt,dd {
    list-style: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #444;
}

fieldset,img {
    border: 0;
}

button,input,select,textarea {
    font-family: inherit;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

/*title*/
h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 9px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all ease .3s;
}


::-webkit-scrollbar{  
    width: 10px;  
    height: 10px;  
    background-color: #fff;  
}  
::-webkit-scrollbar-track{  
    background-color: #e5e5e5;  
}    
::-webkit-scrollbar-thumb{  
    background-color: #bdbdbd;  
}  
::-webkit-scrollbar-thumb:hover{
    background: #333;
}
