* {
    margin: 0;
    padding: 0;
}


em,
i {
    font-style: none;
}

li {
    list-style: none;
}

img {
    border: 0;
    /* 将元素放在父元素的中部 */
    vertical-align: middle;

}


/* 鼠标在botton上变成小手 */

button {
    cursor: pointer;
}

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

p {
    font-size: 14px;
}

/* a:hover {
    color: #c00;
} */

button,
input {
    text-decoration: none;
    outline: none;
}

body {
    background: url(/public/images/login/bg.jpg) repeat-x center 0px #fff;
    color: #333;
    min-width: 1100px;

}

/*公共样式*/

.fl {
    float: left;
}

.fr {
    float: right;
}

/*版心*/

.w {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

/*清除浮动*/

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

