
body,div,p,ul,li,img,h4,h5,input,td,th,textarea,table,iframe,h1,h2,h3,button,label{ 
    margin: 0; 
    padding: 0;
}
.clear{
    clear: both
}

::-webkit-scrollbar-track{border-radius: 10px;}/*滚动条的滑轨背景颜色*/
::-webkit-scrollbar-thumb{background-color: rgba(0,0,0,0.05);
    border-radius: 10px;
    }/*滑块颜色*/
::-webkit-scrollbar-thumb{background-color: rgba(0,0,0,0.2);
    border-radius: 10px;}
::-webkit-scrollbar{width: 10px;height: 10px;}/* 滑块整体设置*/
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb{border-radius: 999px;border: 5px solid transparent;}
::-webkit-scrollbar-track{box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;}
::-webkit-scrollbar-thumb{min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;
}
::-webkit-scrollbar-corner{background: transparent;}/* 横向滚动条和纵向滚动条相交处尖角的颜色 */

body {
 background:#fff; 
 font: 12px/1.5 Tahoma,'宋体';color:#000;
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
    color:#111;
}
a {
    text-decoration:none;
    cursor:pointer;
    color: #999;
}
a:hover{
    text-decoration: none;
}
dl, dt, dd, ol, ul, li{ 
    list-style:none;
}

/*clear*/
.ue-clear:after{content: "";
display:block;
height:0;
clear:both;
visibility:hidden;
}

*html .ue-clear{
    height:1%;
}
.ue-clear{
    display:block ;
     overflow:hidden;
 }
