/*@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../../resources/fonts/NotoSansHans-Regular.otf');
}*/

/*样式初始化*/
html,body {
    margin: 0;
    padding: 0;
    font-family:"arial","微软雅黑", generic-family;
    color: #000;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

li{
    list-style: none;
}
img {
    border: 0;
    vertical-align: middle;
}

h1,h2,h3,h4,h5,h6,form,p,table,tr,td {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.zoom {
    zoom: 1;
}

.hidden {
    overflow: hidden
}

.f-dn{
    display: none;
}

.f-pf{
    position: fixed;
}
/* 重置链接a标签 */
a {
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}
a:active,a:hover {
    text-decoration: none;
}

.cursor {
    cursor: pointer;
}

.disno {
    display: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.white{
    color: #fff;
}
/*样式初始化end*/
