* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body {
     font: 16px/24px sans-serif, "microsoft yahei";
    color: #333;
    background-color: #fff;
    min-width: 1280px;
}

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

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

a {
    text-decoration: none;
    color: inherit;
	cursor: pointer;
}

a:hover {
    color: #c81317;
    text-decoration: none;
}
button{
	border: none;
	
}

