@charset "utf-8";
/* CSS Document */
@import url("reset.css");
body {
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	color: #777;
	background:#fcffba;
	text-align: left;
}
@media screen and (min-width:800px){
  body{ width: 40%; margin:0 30%;}
}
html {font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/}
img { width: 100%; display: block;}
.fl { float: left;} .fr{ float: right;}.cB{ clear:both;}

.notice { padding-top: 2vh;	min-height: 98vh; position: relative;}
.notice h3 { padding: 30px 20px;}
.notice ul { padding: 0 20px;}
.notice ul li{padding: 0 20px;line-height: 28px}
.notice p { text-align: right;margin: 40px 0px; }
.notice p em,.notice p span{ display: block;margin-right: 40px;}
.notice img { position: fixed; bottom: 0; left: 0;}