html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    background-image: url("../../h5/background.png");
    background-repeat: repeat;
    height: auto;
    min-width: 280px;
    max-width: 760px;
    margin: 0 auto;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.banner {
    position: fixed;
    top: 0;
    width: 100%;
    height: 1.65rem;
    text-align: center;
    width: 10rem;
}
.banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner .icon {
    /* height: 100%; */
    width: 1.56rem;
    float: left;
    margin-left: 2%;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 0.27rem;
    width: 10rem;
}
.body {
    /* width: 100%; */
    text-align: center;
    width: 10rem;
}
img {
    width: 100%;
    height: auto;
}
