/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    /*line-height: 1;*/
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "å¾®è½¯é›…é»‘", Arial, sans-serif;
}
ol, ul {
    /*list-style: none;*/
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
}
/*common css*/

.f-left {
    float: left;
}

.f-right {
    float: right;
}

/*清除浮动*/
.clearfix::after,
.clearfix::before {
    content: " ";
    line-height: 0;
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
input{
    outline:medium;
    border: none;
}
a:hover {
    color: inherit;
}

/*超出隐藏*/
.o1{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.o2{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.o3{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.o4{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}
.o5{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}
.o6{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
}
.o7{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:7;
}
.o9{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:9;
}
[v-cloak]{
    display: none;
}
@font-face {
    font-family: 'fangsong';
    src: url('./fonts/fangsong.ttf');
}
@font-face {
    font-family: 'songfan';
    src: url('./fonts/sf.ttf');
}
@font-face {
    font-family: 'hanyi';
    src: url('./fonts/FZZJ-LONGYTJW.TTF');
}
@font-face {
    font-family: 'FZCHYJW';
    src: url("./fonts/FZCHYJW.TTF");
}
@font-face {
    font-family: 'SIMLI';
    src: url("./fonts/SIMLI.TTF");
}
.nav{
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
}