.content-wrap {
  text-align: center;
  padding-bottom: 20px;
}

.content-wrap .img-airpods {
  display: block;
  width: 8rem;
  margin: 0 auto 3% auto;
}

.content-wrap article span {
  color: #c90e0e;
}

.content-wrap .times {
  font-size: 3rem;
}

.content-wrap h2 {
  font-size: 1.25rem;
}

.content-wrap .code-flex {
  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: 0.5rem 0;
  padding: 0.5rem;
  border-top: 1px solid #0c4724;
  border-bottom: 1px solid #0c4724;
}

.content-wrap .code-flex img {
  display: block;
  width: 4rem;
}

.content-wrap .code-flex div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.content-wrap .code-flex div input {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
}

.content-wrap .btn-flex {
  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 .btn-flex a {
  display: block;
  width: 20%;
  margin: 5% 5% 10% 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);
}

.code-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;
  margin: 1rem auto;
}

.code-block div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.code-block div input {
  width: 100%;
  padding: 5px 10px;
  border: 3px solid #4ba964;
  text-align: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  font-size: 1.25rem;
  background: #FFF;
  -webkit-box-shadow: 0 3px 0 #249934, 3px 3px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 0 #249934, 3px 3px 8px rgba(0, 0, 0, 0.5);
}

.code-block .btn-confirm {
  position: relative;
  width: 6rem;
  margin-left: 0.5rem;
  top: 2px;
}

.des {
  text-align: center;
  font-weight: bold;
  margin-top: 1.5rem;
}
/*# sourceMappingURL=share.css.map */