body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
    border:none;
    font-family:"微软雅黑","黑体","宋体";
    font-size: 1.4rem;
    margin:0px;
    padding:0px;
    }
html,body{
    height: 100%;
    width: 100%;
    color:#333;
    }
html{
    margin: 0;
    padding: 0;
    font-size: 10px;
}
h1, h2, h3, h4, h5, h6{font-family: 'Source Han Sans CN';}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
a{
    text-decoration:none;
}
a:hover{
    text-decoration: underline;
}
input::-ms-clear{
    display:none;
    }
input::-ms-reveal{
    display:none;
}
input{
    -webkit-appearance: none;
    margin: 0;
    outline: none;
    padding: 0;
}
input::-webkit-input-placeholder{
    color: #ccc;
}
input::-ms-input-placeholder{
    color: #ccc;
}
input::-moz-placeholder{
    color: #ccc;
}
input[type=submit],input[type=button]{
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
img{
    border:none;
}
ul,ol,li{
    list-style-type:none;
}
@font-face{
    font-family: siyuansongti;
    src:url(/assets/css/font/syst.ttf);
}