/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea {
  background: none;
  outline: none;
  border: none;
}
textarea {
  resize: none;
}
.toasted-container .toasted {
  padding: 0.1rem 0.2rem;
  min-width: 3rem;
  min-height: 0.6rem;
  font-size: 0.28rem;
  justify-content: center;
}
/*包含以下五种的链接*/
a {
  text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
  text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
  text-decoration: none;
}
span,
div,
i,
p,
h4,
h5,
li {
  text-size-adjust: none;
}

.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-row {
  flex-direction: row;
  justify-content: start;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.free-top {
  margin-top: auto;
}
.free-left {
  margin-left: auto;
}
.free-right {
  margin-right: auto;
}
.free-bottom {
  margin-bottom: auto;
}
.order-before {
  order: -1;
}
.order-after {
  order: 1;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.self-center {
  align-self: center;
}
.self-baseline {
  align-self: baseline;
}
.self-stretch {
  align-self: stretch;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-center {
  align-content: center;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.content-stretch {
  align-content: stretch;
}
.flex-min {
  min-height: 0;
  min-width: 0;
}
.flex-max {
  max-height: 100%;
  max-width: 100%;
}
.flex-golden {
  flex: 0 1 61.80339887%;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: 0 0 auto;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-3 {
  flex: 3;
}
.flex-4 {
  flex: 4;
}
.flex-5 {
  flex: 5;
}
.flex-6 {
  flex: 6;
}
.flex-7 {
  flex: 7;
}
.flex-8 {
  flex: 8;
}
.flex-9 {
  flex: 9;
}
.flex-10 {
  flex: 10;
}
.flex-11 {
  flex: 11;
}
.flex-12 {
  flex: 12;
}
.grow-0 {
  flex-grow: 0;
}
.grow-1 {
  flex-grow: 1;
}
.grow-2 {
  flex-grow: 2;
}
.grow-3 {
  flex-grow: 3;
}
.grow-4 {
  flex-grow: 4;
}
.grow-5 {
  flex-grow: 5;
}
.grow-6 {
  flex-grow: 6;
}
.grow-7 {
  flex-grow: 7;
}
.grow-8 {
  flex-grow: 8;
}
.grow-9 {
  flex-grow: 9;
}
.grow-10 {
  flex-grow: 10;
}
.grow-11 {
  flex-grow: 11;
}
.grow-12 {
  flex-grow: 12;
}
.shrink-0 {
  flex-shrink: 0;
}
.shrink-1 {
  flex-shrink: 1;
}
.shrink-2 {
  flex-shrink: 2;
}
.shrink-3 {
  flex-shrink: 3;
}
.shrink-4 {
  flex-shrink: 4;
}
.shrink-5 {
  flex-shrink: 5;
}
.shrink-6 {
  flex-shrink: 6;
}
.shrink-7 {
  flex-shrink: 7;
}
.shrink-8 {
  flex-shrink: 8;
}
.shrink-9 {
  flex-shrink: 9;
}
.shrink-10 {
  flex-shrink: 10;
}
.shrink-11 {
  flex-shrink: 11;
}
.shrink-12 {
  flex-shrink: 12;
}
.basis-0 {
  flex-basis: 0%;
}
.basis-1 {
  flex-basis: 8.33333333%;
}
.basis-2 {
  flex-basis: 16.66666667%;
}
.basis-3 {
  flex-basis: 25%;
}
.basis-4 {
  flex-basis: 33.33333333%;
}
.basis-5 {
  flex-basis: 41.66666667%;
}
.basis-6 {
  flex-basis: 50%;
}
.basis-7 {
  flex-basis: 58.33333333%;
}
.basis-8 {
  flex-basis: 66.66666667%;
}
.basis-9 {
  flex-basis: 75%;
}
.basis-10 {
  flex-basis: 83.33333333%;
}
.basis-11 {
  flex-basis: 91.66666667%;
}
.basis-12 {
  flex-basis: 100%;
}
.basis-100vw {
  flex-basis: 100vw;
}
.basis-100vh {
  flex-basis: 100vh;
}
.basis-100vmax {
  flex-basis: 100vmax;
}
.basis-100vmin {
  flex-basis: 100vmin;
}
.basis-golden {
  flex-basis: 61.80339887%;
}
.basis-content {
  flex-basis: content;
}
.basis-auto {
  flex-basis: auto;
}
@media (orientation: portrait) {
  .flex\@portrait {
    display: flex;
  }
  .inline-flex\@portrait {
    display: inline-flex;
  }
  .flex-wrap\@portrait {
    flex-wrap: wrap;
  }
  .flex-nowrap\@portrait {
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse\@portrait {
    flex-wrap: wrap-reverse;
  }
}
@media (orientation: landscape) {
  .flex\@landscape {
    display: flex;
  }
  .inline-flex\@landscape {
    display: inline-flex;
  }
  .flex-wrap\@landscape {
    flex-wrap: wrap;
  }
  .flex-nowrap\@landscape {
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse\@landscape {
    flex-wrap: wrap-reverse;
  }
}

.b-1px,
.b-1px-t,
.b-1px-b,
.b-1px-tb,
.b-1px-l,
.b-1px-r {
  position: relative;
}
.b-1px:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 1px;
  border: 1px solid #C7C7C7;
  color: #C7C7C7;
  height: 200%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.b-1px-t:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.b-1px-b:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.b-1px-tb:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.b-1px-tb:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.b-1px-l:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-left: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.b-1px-r:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-right: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
#question-detail,
#top-up-agreement,
#rules-detail,
#inviting-explain,
#integral-explain,
#purchase-agreement {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
#question-detail article,
#top-up-agreement article,
#rules-detail article,
#inviting-explain article,
#integral-explain article,
#purchase-agreement article {
  padding: 0.39rem;
  width: 100%;
  font-size: 0.28rem;
  box-sizing: border-box;
  letter-spacing: 0.05rem;
  line-height: 0.4rem;
}
#question-detail article p,
#top-up-agreement article p,
#rules-detail article p,
#inviting-explain article p,
#integral-explain article p,
#purchase-agreement article p {
  line-height: 0.4rem;
  word-wrap: break-word;
  word-break: break-all;
  text-indent: 0.3rem;
}
#question-detail article img,
#top-up-agreement article img,
#rules-detail article img,
#inviting-explain article img,
#integral-explain article img,
#purchase-agreement article img {
  max-width: 100%;
}
#question-detail article p img,
#top-up-agreement article p img,
#rules-detail article p img,
#inviting-explain article p img,
#integral-explain article p img,
#purchase-agreement article p img {
  -webkit-transform: translateX(-0.3rem);
          transform: translateX(-0.3rem);
}
#question-detail article h1,
#top-up-agreement article h1,
#rules-detail article h1,
#inviting-explain article h1,
#integral-explain article h1,
#purchase-agreement article h1,
#question-detail article h2,
#top-up-agreement article h2,
#rules-detail article h2,
#inviting-explain article h2,
#integral-explain article h2,
#purchase-agreement article h2,
#question-detail article h3,
#top-up-agreement article h3,
#rules-detail article h3,
#inviting-explain article h3,
#integral-explain article h3,
#purchase-agreement article h3,
#question-detail article h4,
#top-up-agreement article h4,
#rules-detail article h4,
#inviting-explain article h4,
#integral-explain article h4,
#purchase-agreement article h4,
#question-detail article h5,
#top-up-agreement article h5,
#rules-detail article h5,
#inviting-explain article h5,
#integral-explain article h5,
#purchase-agreement article h5,
#question-detail article h6,
#top-up-agreement article h6,
#rules-detail article h6,
#inviting-explain article h6,
#integral-explain article h6,
#purchase-agreement article h6,
#question-detail article strong,
#top-up-agreement article strong,
#rules-detail article strong,
#inviting-explain article strong,
#integral-explain article strong,
#purchase-agreement article strong {
  font: revert;
  padding: revert;
  margin: revert;
  font-size: revert;
}

