@import "fn";

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    line-height: 1.6;
    font-family: @sansFont;
    font-size: 26/@w2;
}

* {
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

a {
    text-decoration: none;
}

/* 窗口宽度<640,设计宽度=480 */
@media only screen and (max-width:320px){html{font-size:32px}
}
@media only screen and (min-width:321px) and (max-width:375px){html{font-size:37.5px}
}
@media only screen and (min-width:376px) and (max-width:414px){html{font-size:41.4px}
}
@media only screen and (min-width:415px) and (max-width:435px){html{font-size:43.5px}
}
