/* base */
:root{
    --hColor:rgba(28,28,28,1);
    --bColor:rgba(0, 51, 153,1);
    --redColor:rgba(217, 44, 4,1);
    --desColor:rgba(153, 153, 153,1);
    --sfColor:rgba(191, 191, 191,1);
    --fColor:rgba(255,255,255,1);
    --e3Color:rgba(227,227,227,1);
    --leftIconColor:rgba(172,220,254,1);
}
html{
    font-size:16px;
}
body{
    font-family: Arial,sans-seri,"Microsoft Yahei","Helvetica Neue",Helvetica !important;
    font-size:16px;
    cursor:default;
    background:url(../images/bg.gif) repeat;
}
body::-webkit-scrollbar{
    width: 4px;
    height: 4px;
    opacity:0.4;
}
body::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,153,0,0.2);
    background: var(--bColor);
}
ul{
    list-style:none;
    margin:0;
    padding:0;
}
a{
    color:var(--bColor);
}
a:hover,a:active,a:visited,a:link{
    text-decoration:none;
}
h1,h2,h3,h4,h5,h6,h7{
    font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    margin:0;
    padding:0;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
