@charset "UTF-8";
.title-timeup {
  display: block;
  width: 200px;
  margin: auto;
}

.content-wrap {
  margin: 3vh auto;
  padding: 20px 10px;
}

.content-wrap h2 {
  font-size: 1.5rem;
  text-align: center;
}

.content-wrap h2 img {
  position: relative;
  display: inline-block;
  width: 6rem;
  margin: 0 5px;
  vertical-align: top;
}

.content-wrap .result-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-wrap .result-block h3 {
  position: relative;
  font-size: 4.5rem;
}

.content-wrap .result-block h3::before {
  position: absolute;
  display: block;
  content: '';
  width: 5rem;
  padding-top: 5rem;
  top: 50%;
  left: 0;
  background: url("../img/icon-pig.png") no-repeat center center;
  background-size: contain;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.content-wrap .result-block h3::after {
  position: absolute;
  display: block;
  content: '隻';
  font-size: 1.25rem;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(150%, -50%);
          transform: translate(150%, -50%);
}

.content-wrap section {
  height: 12rem;
  border-top: 1px solid #0c4724;
  border-bottom: 1px solid #0c4724;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.content-wrap section .result-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem 0;
}

.content-wrap section .result-one p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/icon-num.png") no-repeat center center;
  background-size: contain;
  font-size: 1.25rem;
  color: #FFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.content-wrap section .result-one .result-photo {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 1rem 0 0.75rem;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.content-wrap section .result-one h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-size: 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-wrap section .result-one .result-number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8rem;
  height: 3rem;
  padding-left: 2rem;
  margin-left: 1rem;
  color: #FFF;
  font-size: 1.5rem;
  background: url("../img/icon-quantity.png") no-repeat center center;
  background-size: contain;
  text-shadow: 0px 0px 2px #0c4724, 0px 0px 2px #0c4724, 0px 0px 2px #0c4724, 0px 0px 2px #0c4724, 0px 0px 2px #0c4724;
}

.content-wrap section .result-one .result-number::after {
  position: absolute;
  display: block;
  content: '隻';
  right: 1.5rem;
  top: 0.8rem;
  font-size: 1rem;
  color: #0c4724;
  text-shadow: none;
}

.content-wrap .des {
  margin: 0.5rem 0;
  text-align: center;
}

.content-wrap .btn-again {
  display: block;
  width: 8rem;
  margin: auto;
}

.content-wrap .result-award {
  display: block;
  width: 100%;
  margin: 1.5vh auto 3vh auto;
}

.content-wrap .btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-wrap .btn-block a {
  display: block;
  width: 47%;
}

.note {
  width: 90%;
  margin: auto;
  font-weight: bold;
}

.share-wrap {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5% auto 0 auto;
}

.share-wrap h5 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-size: 1.25rem;
}

.share-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
}

.share-wrap > div a {
  display: block;
  width: 90%;
  margin: 0 5%;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.35);
          box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/*# sourceMappingURL=result.css.map */