@charset "utf-8";

html,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
p,
th,
td,
form,
body,
section {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 100%;
    color: #000;
    font-family: Microsoft YaHei;
    background-color: #f5f5f5;
}

img {
    border: none;
}

strong,
i {
    font-style: normal;
}

ul,
li,
ol {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

input::-ms-clear {
    display: none;
}

input[type="button"],
button {
    border: none;
    cursor: pointer;
    outline: none;
}

input,
textarea {
    outline: none;
    border: none;
}

a,
input {
    outline: none;
    border: none;
}
select {
    outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}
.w1300Auto {
    width: 1300px;
    margin: 0 auto;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #d2d2d2;
    font-family: 'Microsoft YaHei';
}
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ellipsis-2 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ellipsis-3 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}