@charset "utf-8";
body,
div {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: scroll;
}

body {
    text-align: center;
    font-family: 微软雅黑, Arial, 宋体, sans-serif;
    background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
    margin: 0;
}

*::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

*::-webkit-scrollbar:vertical {
    width: 0;
    height: 0;
    display: none;
}

*::-webkit-scrollbar:horizontal {
    width: 0;
    height: 0;
    display: none;
}

img {
    border: 0;
}

.wraper {
    min-width: 304px;
    max-width: 750px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: black;
}

#hjzjbg {
    width: 100%;
    position: absolute;
    top: 50%;
}

#download {
    text-align: center;
    float: none;
    width: 56%;
    left: 22%;
    position: absolute;
}

#hjzjquick {
    width: 100%;
    position: absolute;
    top: 43%;
}

#downquick {
    text-align: center;
    float: none;
    width: 8%;
    right: 0%;
    position: absolute;
}