* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "Microsoft Yahei";
    vertical-align: baseline;
}

@media screen and (max-width: 399px) {
    html {
        font-size: 15px;
    }
}

@media screen and (width: 320px) {
    html {
        font-size: 12px;
    }
}

@media screen and (width: 375px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 400px) and (max-width: 480px) {
    html {
        font-size: 20px;
    }
}

@media screen and (min-width: 481px) {
    html {
        font-size: 25px;
    }
}

html {
    background: #fff;
}

body {
    position: relative;
    margin: 0 auto;
    text-align: center;
    max-width: 750px;
}

.main, .bottom {
    width: 100%;
}

.main img, .bottom img {
    display: block;
    width: 100%;
    height: auto;
}

.bottom{
    position: fixed;
    top: 80px;
}


.copyRight {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}