/*
 * @author Rin
 * screen suit
 */
@charset "utf-8";

*{margin:0;padding:0;word-wrap:break-word;}
li{list-style:none;}
a{text-decoration:none;}
.clearfix:after{height:0;clear:both;content:".";display:block;visibility:hidden;}
img{border:0;display:block;}


@media screen and (max-width:359px) { html,body{ font-size: 50px !important;}}
@media screen and (max-width:374px) and (min-width:360px) { html,body{ font-size: 56.25px !important;}}
@media screen and (max-width:413px) and (min-width:375px) { html,body{ font-size: 58.5px !important;}}
@media screen and (max-width:639px) and (min-width:414px) { html,body{ font-size: 64.6px !important;}}
@media screen and (max-width:799px) and (min-width:640px) {html,body{ font-size: 100px !important;}}
@media screen and (max-width:999px) and (min-width:800px) {html,body{ font-size: 100px !important;}}
body{max-width:1000px;min-width:320px;margin: 0 auto;width:100%;background:#232323;font-family:"微软雅黑";color:#fff;}
html,body{height:100%;} 
/* 主页开始 */
header{}

footer{}



