input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
img {
  max-width: 100%;
}
input {
  -webkit-appearance: none;
}
input:focus {
  outline: none;
}
textarea {
  -webkit-appearance: none;
}
textarea:focus {
  outline: none;
}
button:focus {
  outline: none;
}
@-moz-keyframes run-spinner {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes run-spinner {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes run-spinner {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes run-spinner {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.line,
.line-with-block,
main > section > a,
main > section > h2 {
  padding: 0 1rem;
  border-bottom: 1px solid #ebebeb;
}
.line-with-block,
main > section > a,
main > section > h2 {
  padding-left: 1.6875rem;
  border-top: 1px solid #ebebeb;
}
.line-with-points,
main > section:nth-of-type(4) > div > div {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.line-with-points:before,
main > section:nth-of-type(4) > div > div:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  height: 2px;
  border-radius: 8px;
  background: #da5162;
  z-index: 1;
}
.line-with-points > span,
main > section:nth-of-type(4) > div > div > span {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #da5162;
  background: #fff;
  z-index: 10;
}
.line-with-points > span:before,
main > section:nth-of-type(4) > div > div > span:before {
  content: '123';
  position: absolute;
  top: -1.6875rem;
  left: -5rem;
  width: 10rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #4a4a4a;
}
.line-with-points > span:after,
main > section:nth-of-type(4) > div > div > span:after {
  content: '123';
  position: absolute;
  bottom: -1.6875rem;
  left: 0;
  left: -2.2rem;
  width: 5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #4a4a4a;
}
.line-with-points > span.active,
main > section:nth-of-type(4) > div > div > span.active {
  background: #da5162;
}
.line-with-points > span:first-of-type,
main > section:nth-of-type(4) > div > div > span:first-of-type {
  margin-left: 1rem;
}
.line-with-points > span:first-of-type:before,
main > section:nth-of-type(4) > div > div > span:first-of-type:before {
  content: '\5F00\653E\8BA4\8D2D';
}
.line-with-points > span:first-of-type:after,
main > section:nth-of-type(4) > div > div > span:first-of-type:after {
  content: '09-26';
}
.line-with-points > span:nth-of-type(2):before,
main > section:nth-of-type(4) > div > div > span:nth-of-type(2):before {
  content: '\8BA4\8D2D\7ED3\675F\FF0C\6682\65F6\5173\95ED';
}
.line-with-points > span:nth-of-type(2):after,
main > section:nth-of-type(4) > div > div > span:nth-of-type(2):after {
  content: '10-16';
}
.line-with-points > span:last-of-type,
main > section:nth-of-type(4) > div > div > span:last-of-type {
  margin-right: 1rem;
}
.line-with-points > span:last-of-type:before,
main > section:nth-of-type(4) > div > div > span:last-of-type:before {
  content: '\5F00\653E\7533\8D2D';
}
.line-with-points > span:last-of-type:after,
main > section:nth-of-type(4) > div > div > span:last-of-type:after {
  content: '\5F85\5B9A';
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 99;
}
.modal.show {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
body.no-scroll {
  overflow: hidden;
}
body {
  background: #fafafa;
}
main {
  padding-bottom: 5rem;
}
main > header {
  padding: 1rem 1rem 0.625rem;
  background-color: #de5881;
  color: #fff;
}
main > header > h1 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
main > header > p:first-of-type {
  line-height: 0.9375rem;
  font-weight: 100;
  font-size: 0.875rem;
}
main > header > p:last-of-type {
  text-align: right;
}
main > header > p:last-of-type > span {
  font-weight: 100;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
main > header.done {
  text-align: center;
  padding: 0.5rem 1rem 1rem;
}
main > header.done > p {
  font-size: 0.75rem;
  font-weight: 100;
  color: #f9b5bd;
  margin-bottom: 0.125rem;
  text-align: center;
  overflow: hidden;
}
main > header.done > p > span:last-of-type {
  position: absolute;
  right: 1rem;
  font-weight: 300;
}
main > header.done > h1 {
  margin: 0.125rem auto 0.25rem;
  font-size: 2.25rem;
  font-weight: 500;
}
main > header.done > h1 > small {
  font-size: 1.125rem;
}
main > section {
  background: #fff;
}
main > section > a,
main > section > h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  line-height: 2.1875rem;
  font-size: 0.875rem;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #4a4a4a;
}
main > section > a:not(:first-of-type):last-of-type,
main > section > h2:not(:first-of-type):last-of-type {
  border-top: none;
}
main > section > a > span:first-of-type,
main > section > h2 > span:first-of-type {
  position: relative;
}
main > section > a > span:first-of-type:before,
main > section > h2 > span:first-of-type:before {
  content: '';
  position: absolute;
  left: -0.6875rem;
  top: 0.5rem;
  display: block;
  width: 4px;
  height: 16px;
  background-color: #da5162;
}
main > section > a > span > img,
main > section > h2 > span > img {
  width: 0.9375rem;
  height: 0.9375rem;
  margin-left: 0.375rem;
  vertical-align: middle;
  margin-top: -3px;
}
main > section > div {
  padding: 0.4375rem 1rem 0.875rem;
}
main > section > div > p {
  line-height: 1.25rem;
  font-size: 0.75rem;
  color: #828282;
}
main > section > div > ul {
  margin-top: 0.8125rem;
  overflow: hidden;
}
main > section > div > ul > li {
  float: left;
  width: 50%;
  line-height: 1.0625rem;
  font-size: 0.75rem;
  color: #828282;
}
main > section > div > ul > li > img {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.3125rem;
  vertical-align: middle;
  margin-top: -2px;
}
main > section:nth-of-type(2) > div {
  padding: 1rem;
}
main > section:nth-of-type(2) > div > img {
  width: 100%;
  height: 100%;
}
main > section:nth-of-type(4) > div {
  padding: 2.6875rem 1rem;
  overflow: hidden;
}
main > section:nth-of-type(4) > div > p {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-top: -3px;
}
main > p {
  margin-top: 0.75rem;
  font-size: 0.625rem;
  line-height: 0.875rem;
  color: #9b9b9b;
  text-align: center;
}
main > footer {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  height: 3.5625rem;
  z-index: 20;
}
main > footer > div {
  -webkit-box-flex: 5;
  -moz-box-flex: 5;
  -o-box-flex: 5;
  box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
  line-height: 3.5625rem;
  font-size: 0.875rem;
  color: #4a4a4a;
  text-align: center;
  background: #fafafa;
  border: 1px solid #ebebeb;
}
main > footer > div.end {
  background: #ebebeb;
}
main > footer > a {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -o-box-flex: 4;
  box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
  background: #f5a623;
  font-size: 1rem;
  text-align: center;
  line-height: 3.5625rem;
  color: #fff;
  border: none;
  border-radius: 0;
}
main > footer > a:link,
main > footer > a:visited,
main > footer > a:hover,
main > footer > a:focus,
main > footer > a:active {
  color: #fff;
}
.modal-content {
  position: relative;
  width: 16.875rem;
  padding: 2.4375rem 1.6875rem 1.625rem;
  background-color: #fff;
  border-radius: 0.5rem;
  text-align: center;
}
.modal-content > p {
  font-size: 0.875rem;
  color: #4a4a4a;
  font-weight: 400;
  margin-bottom: 0.875rem;
  line-height: 1.25rem;
}
.modal-content > p > span {
  color: #de5881;
}
.modal-content > div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  height: 2.25rem;
}
.modal-content > div > button {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2.25rem;
  border: 1px solid #ebebeb;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  padding: 0;
  background: #fff;
  color: #4a4a4a;
}
.modal-content > div > button:first-of-type {
  margin-right: 1.125rem;
}
.modal-content > div > a {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  background: #de5881;
  border-radius: 0.375rem;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  line-height: 2.25rem;
  height: 2.25rem;
}

