html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

* {
    padding: 0;
    margin: 0;
}

html {
    font-family: "SourceHanSansCN", Arial;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100px;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

body {
    margin: 0 auto;
    background-color: #034039;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
    word-break: keep-all;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    cursor: default;
}

.container {
    width: 13.66rem;
    height: 6.4rem;
    margin: 0 auto;
}

.header {
    position: fixed;
}

.footer {
     
}
.hide_down {
    display: none;
}

.sideBar {
    width: 1.22rem;
    position: fixed;
    top: 3.7rem;
    right: 0;
    z-index: 99;
    padding-top: .1rem;
    border-radius: .05rem;
}

.qr {
    width: 1.48rem;
    text-align: -webkit-center;
}

    .qr img {
        width: 1.48rem;
        height: 2.08rem;
        display: inherit;
    }

.sideBar .tips {
    padding: .1rem;
    font-size: .16rem;
    color: #4c4c4c;
}


