html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0 none;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

body {
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Arial,sans-serif;
    line-height: 1.5;
    font-size: 14px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #ccc; }
input,textarea, button {outline: 0;}

.clearfix:after{
    content: '';
    display: block;
    clear: both;
    height:0;
}

/* 单行溢出 */
.inaline{
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis; 
}
/* 两行溢出 */
.intwoline{   
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break:break-all;
    -webkit-box-orient: vertical;
}
/* 三行行溢出 */
.inthreeline{   
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    word-break:break-all;
    -webkit-box-orient: vertical;
}

[v-cloak] {
    display: none;
}
 