@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
    font-family: "Source Han Sans", "微软雅黑", "Microsoft Yahei", Arial;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

/* 字体引入 */
@font-face {
    font-family: "PangMenZhengDao";
    src: url('../fonts/PangMenZhengDao.ttf');
}

/* 公共样式 */
/* 文字一行，多余省略号 */
.clamp1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}