body {
    color: #333;
    margin: 0;
    padding: 0;
    font: 14px/1.5 "Microsoft YaHei", helvetica, arial, \5b8b\4f53;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    max-width: 2560px;
    margin: 0 auto;
    background: #eeeeee;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0;
    margin: 0;
}

table,
td,
tr,
th {
    font-size: 14px;
    border: 0;
}

ol,
ul {
    list-style: none;
}

li {
    display: block;
    list-style-type: none;
}

img,
span {
    display: block;
    border: 0;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal;
}

address,
cite,
code,
em,
th,
i,
var {
    font-weight: normal;
    font-style: normal;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

a {
    display: block;
    color: #333;
    text-decoration: none;
    outline: none;
    font-size: 14px;
}

input,
textarea {
    outline: 0;
    outline: none;
    font-size: 14px;
}

.ellipsis {
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-s {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

select,
input {
    /* -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; */
    border: none;
    background: none;
    font-family: "Microsoft YaHei";
}

input[type=submit] {
    cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.red {
    color: #ff0000 !important;
}