@charset "UTF-8";
/**
 * Created by Dylan on 2015/3/20.
 */
body {
  margin: 0;
  font-family: 华文细黑, STXihei, Helvetica; }

.top {
  background: #ff5869;
  position: relative;
  height: 165px;
  text-align: center;
  border: 1px solid transparent; }
  .top img {
    display: block;
    margin: 0 auto; }
  .top .app-des {
    height: 69px;
    margin: 28px auto; }
  .top .app-icon {
    height: 72px;
    border: 6px solid #FFF;
    border-radius: 20px; }

.main {
  padding: 47px 21px;
  text-indent: 1.2em; }
  .main p {
    font-family: '华文细黑';
    font-size: 12px;
    color: #8a8282; }

.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .footer #footer {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #dbd7d4; }
    .footer #footer a {
      -webkit-appearance: none;
      color: #979797;
      line-height: 25px;
      text-decoration: none;
      font-size: 12px; }
    .footer #footer span {
      color: #dbd7d4;
      margin-right: 4px;
      font-size: 12px;
      line-height: 25px;
      display: inline-block;
      vertical-align: top; }

/*# sourceMappingURL=meetyou_info.css.map */
