*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    text-transform:none
}
a{
    text-decoration: none;
    color: #fff;
}
input,textarea{
    outline: none;
    border: none;
    list-style: none;
}
ul,li,ol{
    list-style: none;
}
html,body{
    width: 100%;
    height:100%;
    min-width: 1280px;
    font-family: "Microsoft YaHei";
}
img{
    width: 100%;
    height:100%;
    /*display: block;*/
}
