
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'PingFang_Regular';
    src: url('http://qiniu2.ientong.com/PingFang_Regular.ttf');
}
@font-face {
    font-family: 'PingFang_Light';
    src: url('http://qiniu2.ientong.com/PingFang_Light.ttf');
}
@font-face {
    font-family: 'PingFang_Heavy';
    src: url('http://qiniu2.ientong.com/PingFang_Heavy.ttf');
}
@font-face {
    font-family: 'FZC_Bloder';
    src: url('http://qiniu2.ientong.com/fzltchkgbk101.TTF');
}
@font-face {
    font-family: 'Montserrat_Thin';
    src: url('http://qiniu3.ientong.com/0/Montserrat-Hairline.otf');
}
@font-face {
    font-family: 'SourceHanSerifSC-Heavy';
    src: url("http://qiniu3.ientong.com/0/SourceHanSerifSC-Heavy.otf");
}
body{
    -webkit-tap-highlight-color:transparent;
    min-width: 1400px;
    transition: all .5s ;
    overflow-x: hidden;
}
fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
/*::-webkit-scrollbar {
    display: none;!*隐藏滚轮*!
}*/
ul, ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}

/*防止拖动*/

img {
    width: 100%;
    border: 0;
    vertical-align: middle;
}

/* 去掉图片低测默认的3像素空白缝隙*/

table {
    border-collapse: collapse;
}
a{
    text-decoration: none;
    color: black;
    transition: all .5s;
}

.textLimit{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
#app{
    height: 100%;
    width: 100%;
    background-color: #fafbf5;
}
:focus {
    outline: none;
}
.container{
    max-width: 1200px;
    min-width: 1200px;
    margin: 90px auto  150px auto;

}
.container_min{
    max-width: 1000px;
    min-width: 1000px;
    margin: 90px auto  150px auto;

}
[v-cloak]{
	display: none;
}