@font-face { font-family: "optima"; src: url('optima.TTF'); }
@font-face { font-family: "FZFW ZhuZi HeiS"; src: url('FZFWZhuZiHeiD.TTF'); }
html, body, div, p, span, i, b, u{
    font-family: optima, Optima,"FZFW ZhuZi HeiS", "Heiti SC", sans-serif;
}
html, body {
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    background: #f4f4f2;
    background-size: cover;
}
img{
    display: block;
    max-width: 90%;
    max-height: 90%;
    padding-bottom: 10px;
}
p{
    background: #e0b5b5;
}
@media (max-height: 400px) , (max-width: 330px){
    html, body, div, p, span, i, b, u， body p{
        font-size: 12px;
    }
}