ul,
li {
    list-style-type: none;
}

body {
    margin: 0;
    padding: 0;
    color: #333;
}

@font-face {
    font-family: 'pr';
    src: url('../font/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'pb';
    src: url('../font/Poppins-Bold.ttf');
}
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: middle;
}

.imgCss {
    width: 100%;
    height: 100%;
}

.titleH {
    font-size: .48rem;
    text-align: center;
    font-family: pb;
}

.msgH {
    font-size: .2rem;
    text-align: center;
    color: #666;
    font-family: pr;
}