body {
  background-color: #e1bc88;
  color: #693901;
  padding-bottom: 70px; }

.container {
  max-width: 440px !important; }
  .container .head {
    position: relative; }
    .container .head .date-time {
      position: absolute;
      bottom: 31%;
      left: 47%; }
  .container .track {
    position: relative; }
    .container .track .income,
    .container .track .people {
      position: absolute;
      width: 30%;
      text-align: center;
      top: 30%;
      left: 11%;
      font-size: 2.4rem; }
    .container .track .people {
      left: auto;
      right: 12.5%; }
  .container .to-ranking-btn, .container .to-detailed-btn {
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto 40px;
    border: 1px solid #693901;
    background-color: #e9cca4;
    border-radius: 2px; }
  .container .rule .rule-list {
    padding: 30px;
    line-height: 1.8; }
  .container .invite-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    text-align: center; }
    .container .invite-btn.disabled img {
      filter: brightness(0.5); }
    .container .invite-btn img {
      width: 100%;
      max-width: 440px;
      margin: 0 auto; }

.btn-list {
  display: flex; }

/*# sourceMappingURL=invite.css.map */
