/*
*author: xghl-fed-gq
*date: 2020.8.4
*content: reset style.
*/
@font-face {
    font-family: 'gilroybold';
    src:  format('woff'),
     format('woff2'), 
     format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mysource';
    src:  format('woff'),
     format('woff2'), 
     format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mysourcebold';
    src:  format('woff'),
     format('woff2'), 
     format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mysourcelight';
    src:  format('woff'),
     format('woff2'), 
     format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mygilroylight';
    src: ;
}

@font-face {
    font-family: 'myrobotoblack';
    src: ;
    src:  format('eot');
    src:  format('ttf');
    src:  format('woff');
}

@font-face {
    font-family: 'myrobotoblacklight';
    src: ;
}

html,
body {
    margin: 0;
    font-family: 'mysource', 'microsoft yahei';
    margin: 0 auto;
    max-width: 750px;
    width: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5.h6,
p,
ul,
li {
    margin: 0;
}

ul,
li {
    list-style: none;
    padding: 0;
    border: none;
}

a {
    text-decoration: none;
}

input,
select,
button {
    border: none;
    background-color: transparent;
    outline: none;
}

.text-flow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-flow-b {
    overflow: hidden;
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 2;
}

.text-flow-c {
    overflow: hidden;
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 3;
}