@media only screen and (max-width: 769px) {
  body {
    max-width: 768px;
    min-width: 320px; }

  .topbar,
  .header,
  .nav,
  .subbar,
  .header-gif,
  .guanggaowei,
  .footer {
    display: none; }

  .main {
    width: 100%;
    min-width: 100%; }

  .app-footer {
    display: block;
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    border-top: 1px solid #d0d0d0;
    background: url(../images/bg.png) repeat;
    padding: 14px 12px;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    position: relative;
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
    color: #367aca; 
	}
    .app-footer a {
      color: #333;
      line-height: 28px;
      padding: 0 10px; }
    .app-footer p {
      color: #666;
      font-size: 12px; }

  body {
    background: url(../images/index_bg.png) no-repeat;
    background-size: 100%; }

  .app-header {
    display: block;
    width: 100%;
    position: fixed;
	height:45px;
    background: #3E89DC;
    z-index: 2; 
	} }

/*# sourceMappingURL=init-app.css.map */
