@charset "utf-8";

html,body{
  margin: 0 auto;
  max-width: 750px;
  color: #fff;
  font-family: '微软雅黑';
}
html{
  min-height: 100%;
}
body{
  height: 100%;
  /*background: url("../images/bg.jpg") no-repeat;*/
  /*background-size: cover;*/
  background: #fee3a7;
  /*font-size: .36rem;*/
  /*border: 1px solid red;*/
}