@font-face {
    font-family: 'icomoon';
    src: url('../assets/fonts/icomoon.eot?b71vqy');
    src: url('../assets/fonts/icomoon.eot?b71vqy#iefix') format('embedded-opentype'),
        url('../assets/fonts/icomoon.ttf?b71vqy') format('truetype'),
        url('../assets/fonts/icomoon.woff?b71vqy') format('woff'),
        url('../assets/fonts/icomoon.svg?b71vqy#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
    margin: 0;
    padding: 0;
}

body {
    color: #505050;
    font-size: 0.9rem;
}

a {
    color: #333333;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-size: 18px;
    text-decoration: none;
}

a,
button {
    cursor: pointer;
}

input,
button {
    border: 0;
}

ul {

    list-style: none;
}



/*.app-wrapper {*/
/*    padding: 0 10%;*/
/*}*/

.icon {
    font-family: 'icomoon';
    color: #999;
    vertical-align: bottom;
}

.ellipsis {
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

button.spread {
    padding: 0 1em;
    box-shadow: 0 0 0 0.4em rgba(255, 255, 255, 0.2);
    line-height: 2em;
    border-radius: 300px;
    transition: all 0.2s;
}

button.spread:hover {
    box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0.3);
}
