//首页总体布局及格式
.mobile-thank-you {
  .mb-header {
    background-color: #6b8a47;
  }

  .mb-body {
    background-color: #ffffff;

    margin: 40px 15px;

    .mb-body-main-content {
      font-size: 25px;
    }
    .mb-body-main-content-1 {
      font-size: 18px;
      color: #606266;
    }
  }

  .mb-footer {
  }
}
