@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: auto; }

body {
  font: 12px/1.5 'SimHei, Microsoft YaHei';
  color: #333; }

html, body, ul, li, p, h1, h2, h3, h4, h5, h6, input, button, figure,
section, dl, dd, dt {
  margin: 0;
  padding: 0;
  font-size: inherit; }

h2, h3, h4, h5, h6, strong {
  font-weight: 500; }

h1 {
  font-weight: 700; }

a {
  text-decoration: none; }
  a:hover {
    cursor: pointer; }

img, textarea {
  display: block;
  border: 0; }

ul {
  list-style: none; }

input, button, select, option {
  border: 0;
  -webkit-appearance: none;
  color: inherit;
  background-color: transparent;
  font-size: inherit; }

input[disabled] {
  background-color: transparent; }

em {
  font-style: normal; }

table {
  border-spacing: 0; }

i, em {
  font-style: normal; }

button {
  display: block; }

input:focus, textarea:focus, button:focus {
  outline: none; }

input:placeholder {
  color: #fff; }

.clearfix:after {
  display: block;
  content: '';
  font-size: 0;
  clear: both; }

html {
  font-size: 62.5%; }

ul, li {
  margin: 0;
  padding: 0; }

.wraper {
  position: relative;
  width: 100%;
  height: auto; }

html, body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  height: 100%; }

body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

iframe {
  width: 100%;
  height: 100%;
  border: 0; }

.p0_loading, .p0_text, .p0_k1 {
  position: absolute;
  left: 50%;
  top: 50%; }

.mask {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0; }

.wraper {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px; }

.page-loading {
  z-index: 99; }

.wraper .page-loading {
  background: #ffffff; }

.p0_loading {
  width: 4em;
  height: 4em;
  background: url(../images/logo200.png) center center no-repeat;
  background-size: 4em;
  margin: -4em 0 0 -2em; }

.p0_text {
  width: 50%;
  height: .2em;
  margin: 1.2em 0 0 -25%;
  color: #da251d;
  font-family: "Helvetica Neue",Helvetica,STHeiTi,Arial,"微软雅黑";
  text-align: center; }

.p0_k1, .p0_k2 {
  width: 50%;
  height: .15em;
  border-radius: .15em; }

.p0_k1 {
  border: 1px solid #da251d;
  background: #fff;
  margin: .8em 0 0 -25%; }

.p0_k2 {
  width: 0;
  background: #da251d; }

.banner {
  width: 100%; }

.p-box {
  text-align: center;
  margin: 1.2em auto; }

.page {
  color: #333; }

.invite-box {
  padding: 1em 0;
  text-align: center;
  background-color: #eee; }

.invite-code {
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  background-color: #fe5441;
  background-image: -moz-linear-gradient(0deg, #ff6842 0%, #fe4d41 100%);
  background-image: -webkit-linear-gradient(0deg, #ff6842 0%, #fe4d41 100%);
  background-image: -ms-linear-gradient(0deg, #ff6842 0%, #fe4d41 100%);
  border-radius: .5em;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3);
  position: relative; }
  .invite-code:before, .invite-code:after {
    display: block;
    content: '';
    width: 5em;
    height: 5em;
    border-radius: 100%;
    position: absolute;
    background-color: #eee;
    top: 50%;
    z-index: 3;
    margin-top: -2.5em; }
  .invite-code:before {
    left: -4.6em; }
  .invite-code:after {
    right: -4.6em; }
  .invite-code .inner {
    width: 20em;
    padding: 1em 0;
    position: relative;
    overflow: hidden; }
    .invite-code .inner:before, .invite-code .inner:after {
      display: block;
      content: '';
      width: 3em;
      height: 3em;
      border-radius: 100%;
      position: absolute;
      background-color: #eee;
      top: 50%;
      margin-top: -1.5em;
      box-shadow: inset 0 0 0.5em rgba(0, 0, 0, 0.3); }
    .invite-code .inner:before {
      left: -1.5em; }
    .invite-code .inner:after {
      right: -1.5em; }
  .invite-code span {
    display: block;
    text-align: center; }
    .invite-code span.name {
      font-size: 16px;
      opacity: .9; }
    .invite-code span.code {
      font-size: 24px;
      margin: .2em auto .4em; }
    .invite-code span.tips {
      font-size: 10px;
      opacity: .8; }

.color {
  color: #fe5441;
  margin-bottom: 0.5em; }

.invite-form, .form-box {
  padding: 1em 0 0;
  line-height: 1.5; }
  .invite-form label, .form-box label {
    width: 10em;
    padding: .5em;
    display: inline-block;
    border: 1px solid #fe5441;
    border-radius: .4em;
    background-color: #fff; }
  .invite-form .submit-btn, .form-box .submit-btn {
    margin-left: .5em; }
  .invite-form.disabled label, .form-box.disabled label {
    border-color: #ccc; }
  .invite-form.disabled .btn, .form-box.disabled .btn {
    background: #ccc; }

.form-box label {
  display: block;
  width: 12.4em;
  padding: .2em .5em;
  margin: .8em auto 0; }

.form-box .btn {
  padding: .8em 2em; }

.form-box .utip {
  font-size: 12px;
  color: #fe4d41;
  opacity: .8; }

.btn {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  padding: .4em 1em;
  background-color: #fe5441;
  background-image: -moz-linear-gradient(-90deg, #ff6842 0%, #fe4d41 100%);
  background-image: -webkit-linear-gradient(-90deg, #ff6842 0%, #fe4d41 100%);
  background-image: -ms-linear-gradient(-90deg, #ff6842 0%, #fe4d41 100%);
  border-radius: .4em;
  color: #fff;
  cursor: pointer; }
  .btn.disabled {
    background: #ccc; }

.show-btn {
  margin-bottom: 0.5em; }
  .show-btn a {
    color: #fff; }

.share-btn {
  padding: .4em 2em;
  margin-top: 0.3em;
  color: #fe5441;
  background: #fff; }

.title-list {
  width: 100%;
  padding-top: 1em;
  position: relative;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .title-list li {
    display: block;
    line-height: 2;
    width: 49%;
    overflow: hidden;
    text-align: center; }
    .title-list li.active span {
      border-bottom-color: #fe5441; }
  .title-list span {
    display: inline-block;
    padding: 0 2em;
    border-bottom: 2px solid #fff;
    transition: border .3s; }

.rule-box .title {
  padding: 1em 0;
  position: relative;
  line-height: 1.5;
  text-align: center;
  color: #fe5441; }
  .rule-box .title span {
    display: inline-block;
    position: relative;
    z-index: 10;
    padding: 0 .5em;
    background-color: #fff;
    font-size: 16px; }
  .rule-box .title:before {
    display: block;
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    top: 50%;
    margin-top: 1px;
    border-top: 1px solid #ddd; }

.download-btn {
  margin-bottom: 1em; }

.rule-list {
  padding: 1em; }
  .rule-list li {
    margin-bottom: 0.5em; }

.prize-list {
  text-align: left;
  padding: 1em;
  display: none;
  margin-top: -.4em; }
  .prize-list.active {
    display: block; }
  .prize-list li {
    position: relative;
    padding: 1em 0;
    border-top: 1px solid #eee; }
    .prize-list li:nth-child(1) {
      border-top: 0; }
    .prize-list li.no-data {
      text-align: center;
      color: #999; }
  .prize-list .prize {
    display: flex;
    align-items: flex-start; }
    .prize-list .prize img {
      display: block;
      width: 5em;
      margin-right: 1em; }
  .prize-list .prize-btn {
    width: 2.2em;
    padding: .2em 1em;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    right: 0;
    bottom: 1em; }

.mask {
  z-index: 10;
  background: rgba(0, 40, 53, 0.7);
  cursor: pointer; }
  .mask img {
    position: absolute;
    right: .4em;
    top: .4em;
    width: 3em; }

.modal-box {
  width: 60%;
  padding: .5em 1em 1em;
  background-color: #fff;
  border-radius: 1em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  text-align: center;
  font-size: 14px; }
  .modal-box .title {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding: .5em 0; }
  .modal-box .content {
    font-size: 16px;
    padding: .5em 0; }
  .modal-box .share-tip {
    width: 100%;
    text-align: left;
    word-break: break-all;
    padding: 0; }
    .modal-box .share-tip span {
      font-size: 12px;
      line-height: 1.2;
      color: #333;
      display: block;
      background-color: #efefef;
      padding: 1em;
      margin: 1em auto .5em;
      border-radius: .5em; }
  .modal-box .btn {
    padding: .2em 2em;
    margin: .5em auto .5em;
    background: #fe5441; }

.pagination {
  text-align: center; }
  .pagination .btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 1.5em;
    padding: 0 .5em;
    border-radius: 1.5em;
    line-height: 1.5em;
    background: #fff;
    border: 1px solid #fe4d41;
    color: #fe4d41;
    margin: 0 .3em; }
    .pagination .btn.active {
      background: #fe4d41;
      color: #fff;
      border-color: #fe5441; }

.hide {
  display: none; }
