@charset "UTF-8";
.content-wrap {
  text-align: center;
  padding-bottom: 20px;
}

.content-wrap h2 {
  font-size: 2rem;
  text-align: center;
}

.content-wrap h2 img {
  position: relative;
  display: inline-block;
  width: 4rem;
  margin: 0 5px;
  vertical-align: bottom;
}

.content-wrap h3 {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  color: #00b900;
  border-top: 1px solid #0c4724;
}

.content-wrap section.main {
  height: 13rem;
  padding: 0.75rem 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #0c4724;
}

.content-wrap section.main > div:first-child::before {
  position: absolute;
  display: block;
  content: '';
  top: -1rem;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/icon-winner.png") no-repeat center center;
  background-size: contain;
}

.content-wrap section.main > div h5 {
  font-size: 1.5rem;
}

.content-wrap section.main > div h5::after {
  content: '點';
  font-size: 0.85rem;
  margin-left: 0.25rem;
}

.content-wrap section > div {
  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: 100%;
  height: 3rem;
  border: 1px solid #4ba964;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  margin: 0.5rem 0;
  -webkit-box-shadow: 0 5px 3px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 3px -2px rgba(0, 0, 0, 0.15);
}

.content-wrap section > div p {
  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;
  color: #FFF;
  width: 4.5rem;
  padding-left: 0.35rem;
  height: 100%;
  background: url("../img/rank-bg.png") no-repeat left center;
  background-size: contain;
  border-radius: 100px 0 0 100px;
}

.content-wrap section > div div {
  width: 2.5rem;
  height: 2.5rem;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

.content-wrap section > div h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin: 0 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 1rem;
}

.content-wrap section > div h5 {
  position: relative;
  font-size: 0.85rem;
  text-align: right;
  width: 7rem;
  padding-right: 0.75rem;
  white-space: nowrap;
}

.content-wrap section > div h5::before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 2rem;
  background: #4ba964;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.content-wrap article {
  font-size: 0.85rem;
  line-height: 180%;
  text-align: left;
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid #0c4724;
  text-align: justify;
}

.content-wrap .img-airpods-star-less {
  display: block;
  width: 10rem;
  margin: auto;
}

.content-wrap .des {
  font-size: 0.85rem;
}
/*# sourceMappingURL=winner.css.map */