* {
    font-family: PingFang SC;
    font-style: normal;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.iconfont {
    line-height: 1;
}

.containner {
    width: 100%;
    background-color: #F5F5F5;
}
a{
    text-decoration:none;
    color: unset;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
