@charset "utf-8";
body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    width: 100%;
    height: 100%;
    max-width: 650px;
    margin: auto;
    padding: 0;
}

abbr,
input,
address,
article,
aside,
map,
area,
audio,
b,
blockquote,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

a {
    outline: 0;
    text-decoration: none;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: normal;
    border: 0;
}


/**
 * 自定义 常用样式
 */

.clear:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.elip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.elip2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #262626;
}

a:hover {
    text-decoration: none;
}