* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #FFF;
}

input {
    outline: none;
}

textarea {
    resize: none;
}

/* 清除浮动的代码 */
.clearfix::after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    /* 兼容ie6 7浏览器 */
    *zoom: 1;
}

.banxin {
    /* // 版心盒子在 大屏以下的屏幕的宽度 与屏幕一样大 */
    width: 100%;
    /* // 版心盒子在 大屏以上 都用1280的宽度 ---》 最大值就是1280 */
    max-width: 960px;
    margin: 0 auto;
    /* // background-color: pink; */
}

button {
    border: none;
}