/*重置浏览器样式*/
html, body {
    font: 14px PingFang SC, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
}

.hide {
    display: none;
}

* {
    padding: 0;
    margin: 0;
    line-height: 1;
}

body {
    color: #888888;
    font-size: 14px;
}

ul, li {
    list-style: none;
}

.center {
    text-align: center;
}

a {
    color: #666;
    text-decoration: none;
}

img {
    border: 0;
}

input, textarea, select {
    color: #797979;
    border: 0;
    outline: none;
    resize: none;
    font-family: "Microsoft YaHei";
}

input:focus, textarea:focus, select:focus {
    outline: 0;
}

textarea {
    resize: vertical;
    resize: none;
}

em, i, strike {
    font-style: normal;
}

.hide {
    display: none !important;
}

.block {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}

.text-r {
    text-align: right;
}

.ell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.no-select-text {
    /*禁止文本被多次点击选中*/
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
