@font-face {
    font-family: 'LamaSans-BlackItalic';
    src: url('../font/LamaSans-BlackItalic.otf');
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url('../font/Rubik-Regular.ttf');
}

body,
html {
    font-size: 100px;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Helvetica, Tahoma, Arial, Hiragino Sans GB, Microsoft YaHei, "\5FAE\8F6F\96C5\9ED1", sans-serif;
    padding: 0 0.05rem;
    box-sizing: border-box;
}

header {
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.6rem;
    font-weight: 600;
    font-family: 'LamaSans-BlackItalic';
}

h1 {
    font-size: 0.18rem;
    line-height: 0.24rem;

}

p {
    font-family: 'Rubik-Regular';
    font-size: 0.14rem;
    line-height: 0.2rem;
    margin-bottom: 0.2rem;
}
span {
    font-size: .14rem;
    line-height: .2rem;
    display: block;
    padding-left: .2rem;
    margin-top: .2rem;
}

a {
    color: blue;
}

img {
    width: 100%;
}
.copyright {
    text-align: center;
}
h2 {
    font-size: 0.16rem;
}
 