* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: default;
}


body {
    font-size: .1667rem;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

input {
    border: none;
    outline: none;
    background: none;
}

input:focus {
    outline: none;
}

button {
    border: none;
    background: transparent;
}

i {
    font-style: normal;
}



/* 字体声明 */
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?p4ssmb');
    src: url('fonts/icomoon.eot?p4ssmb#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?p4ssmb') format('truetype'),
        url('fonts/icomoon.woff?p4ssmb') format('woff'),
        url('fonts/icomoon.svg?p4ssmb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.f20 {
    font-size: .2083rem;
}
.f30 {
    font-size: .3125rem;
}
.f40 {
    font-size: .4167rem;
}
/* html {
    Scroll-behavior: smooth
} */
@font-face {
    font-family: 'PingFang';
    src: url('./HARMONYOS_SANS_SC_REGULAR.TTF');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: PingFang;
}
