* {
    padding: 0px;
    margin: 0px;
    font-family: "Microsoft Yahei", "微软雅黑", "SimSun";
    box-sizing: border-box;
    outline: none;
}

body,
html {
    width: 100%;
    min-height: 100%;
    

}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border-style: none;
}

input,
textarea,
select {
    outline: none;
}

.container {
    width: 100%;
    height: 100%;
}

.small-box {
    width: 1200px;
    margin: 0px auto;
}

.clearfix:after {
    width: 0px;
    height: 0px;
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
    ;
}
.bodyAll {
    -webkit-filter: grayscale(100%);
}