/* html,body{
    height: 100%;
} */

html, 
body,
ul, 
li, 
ol, 
dl, 
dd, 
dt, 
p, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
form, 
fieldset, 
legend, 
img { 
    margin:0;
    padding:0;
}

fieldset, 
img { 
    border:none; 
}

img {
    display: block;
}

ul, ol { 
    list-style:none; 
}

input { 
    padding-top:0; 
    padding-bottom:0; 
    font-family: "SimSun","宋体";
}

a { 
    text-decoration:none; 
}

* {
    box-sizing:border-box;
}

button {
    border: none;
    width: 160px;
    height: 36px;
    color: #fff;
    font-size: 14px;
    margin-top: 14px;
}