@charset "utf-8";

/* CSS Document */

*,
body {
    margin: 0;
    padding: 0;
}

html {
    /* font-size: 62.5%; */
    width: 100%;
    min-width: 640px;
    font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
    height: 100%;
}

.main img{
    width: 100%;
}

.footer{
    line-height: 80px;
    height: 80px;
    text-align: center;
}
.footer a{
    text-decoration: none;
    color: #000;
}