html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
body {
perspective: 800px;
font-family:'Microsoft YaHei UI','Microsoft YaHei';
overflow: hidden;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="checkbox"],
input[type="file"],
button,
textarea {
font-family:'Microsoft YaHei UI','Microsoft YaHei';
}
.shadow {
box-shadow: 0 0 10px #BCBCBC;
position: absolute;
width: 100%;
height: 100%;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.hide{
display: none;
}
.cursor-pointer{
cursor: pointer;
}
ul{
margin: 0px;
-webkit-margin-after:0px;
-webkit-margin-before:0px;
}