@media only screen and (min-width: 240px) { html { font-size: 75%;} } /* 12px */
@media only screen and (min-width: 320px) { html { font-size: 75% } } /* 12px */
@media only screen and (min-width: 360px) { html { font-size: 84.375%  } } /* 11.25px */
@media only screen and (min-width: 480px) { html { font-size: 112.5%;} } /* 15px */
@media only screen and (min-width: 640px) { html { font-size: 150%;} } /* 24px */
@media only screen and (min-width: 720px) { html { font-size: 168.75%;} } /* 27px */

html,body{margin: 0;padding: 0;position:relative;width:100%;height:100%;-webkit-tap-highlight-color: rgba(0,0,0,0);font-family:'Î¢ÈíÑÅºÚ';}
img{width:100%;}
h1,h2,h3,p{margin:0;font-weight:normal;}
ul{margin:0; padding:0;}
ul li{ margin:0; padding:0; list-style:none;}

