body {
  line-height: 1 !important;
  position: relative;
}

article.underway, article.succeed, article.finish {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.57rem;
}

article.underway > img, article.succeed > img {
  width: 1rem;
  height: 1rem;
  margin-top: 0.98rem;
}

article.underway > p {
  font-size: 0.36rem;
  font-weight: bold;
  color: #111111;
  margin: 0.31rem auto 0.99rem;
}

article.underway > .info {
  width: 100%;
  border-top: 1px solid #f0f0f0;
  padding: 0.48rem 0 0.35rem;
}

article.underway > .info > p {
  font-size: 0.26rem;
  color: #666666;
  text-align: left;
  margin-bottom: 0.32rem;
}

article.underway > .info > p span {
  color: #111111;
  margin-left: 0.45rem;
}

article.underway > .anew {
  width: 100%;
  height: 0.89rem;
  line-height: 0.89rem;
  background-color: #ffffff;
  border-radius: 0.06rem;
  border: solid 1px #dddddd;
  font-size: 0.3rem;
  color: #111111;
  text-align: center;
}

article.succeed > p:nth-child(2) {
  font-size: 0.36rem;
  color: #06c15f;
  margin: 0.33rem 0 1.39rem;
}

article.succeed > p:nth-child(3) {
  font-size: 0.3rem;
  color: #111111;
}

article.succeed .money {
  display: flex;
  font-size: 0.9rem;
  font-weight: bold;
  color: #111111;
  margin: 0.3rem 0 1rem;
}
article.succeed .money i {
  font-style: inherit;
}
article.succeed .money span {
  font-size: 0.512rem;
  margin-top: 0.12rem;
}

article.succeed .attention .attentionLeft, article.succeed .attention, article.finish .attention .attentionLeft, article.finish .attention {
  display: flex;
  align-items: center;
}

article.succeed .attention, article.finish .attention {
  width: 100%;
  height: 1.42rem;
  font-size: 0.3rem;
  color: #111111;
  justify-content: space-between;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

article.succeed .attention .attentionLeft img, article.finish .attention .attentionLeft img {
  width: 0.54rem;
  height: 0.6rem;
  margin-right: 0.26rem;
}

article.succeed .attention .attentionButton, article.finish .attention .attentionButton {
  width: 1.08rem;
  height: 0.6rem;
  background-color: #07c160;
  border-radius: 0.06rem;
  font-size: 0.3rem;
  color: #ffffff;
  line-height: 0.6rem;
  text-align: center;
}

article.succeed .succeedButtom, article.finish .succeedButtom {
  width: 3.2rem;
  height: 0.89rem;
  background-color: #ffffff;
  border-radius: 0.06rem;
  border: solid 1px #07c160;
  font-size: 0.3rem;
  color: #07c160;
  line-height: 0.89rem;
  text-align: center;
  position: fixed;
  bottom: 1.15rem;
}

article.finish > img {
  margin-top: 2.44rem;
  width: 1rem;
  height: 1rem;
}

article.finish p {
  font-size: 0.36rem;
  color: #111111;
  margin: 0.32rem auto 2.32rem;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul,
ol {
  list-style: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 42.6667px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 48px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 50px;
  }
}
@media screen and (min-width: 412px) {
  html {
    font-size: 54.9333px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 55.2px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 100px;
  }
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.clear {
  zoom: 1;
  clear: both;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.none {
  display: none !important;
}
