body,
div,
span,
header,
footer,
nav,
section,
aside,
article,
ul,
dl,
dt,
dd,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
textarea,
button,
input,
select,
figure,
figcaption {
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
  text-decoration: none;
  border: none;
  font-weight: normal;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

body:hover,
div:hover,
span:hover,
header:hover,
footer:hover,
nav:hover,
section:hover,
aside:hover,
article:hover,
ul:hover,
dl:hover,
dt:hover,
dd:hover,
li:hover,
a:hover,
p:hover,
h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover,
i:hover,
b:hover,
textarea:hover,
button:hover,
input:hover,
select:hover,
figure:hover,
figcaption:hover {
  outline: none;
}

body {
  background-color: #111;
}

body * {
  font-family: SimHei, Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
}

comment {
  display: none !important;
}

.submit-page {
  background-image: url(../../images/q3/4.0.0-bg.jpg);
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  color: #fff;
  padding: 4vh 10% 3vh;
  text-align: center;
  overflow: hidden;
}

.submit-page .title {
  max-width: 160px;
  margin-top: 2vh;
  width: 50%;
}

@media screen and (device-width: 375px) and (device-height: 812px) {
  .submit-page {
    background-size: contain;
    background-position: center 65%;
    padding-top: 8vh;
  }
}

@media screen and (min-width: 660px) {
  .submit-page {
    background-size: contain;
    padding-top: 6vh;
  }
}

@media screen and (min-width: 769px) {
  .submit-page {
    background-image: url(../../images/q3/4.0.0-bg-desktop.jpg);
  }

  .submit-page .title {
    max-width: 180px;
  }
}

@media screen and (min-width: 1150px) {
  .submit-page {
    padding-left: 30%;
    padding-right: 30%;
  }
}

.submit-page .description {
  display: inline-block;
  margin: 1.5vh auto 4vh;
  width: 100vw;
  margin-left: -10%;
  line-height: 1.4em;
}

.submit-page .description,
.submit-page .description * {
  font-size: 15px;
  font-weight: bold;
}

.submit-page .description sup {
  font-size: 10px;
}

.submit-page .description .orange {
  color: #ff7c00;
}

@media screen and (min-width: 769px) {
  .submit-page .description {
    width: 100%;
    margin-left: 0;
  }

  .submit-page .description,
  .submit-page .description * {
    font-size: 18px;
  }
}

.submit-page .input-container {
  position: relative;
}

.submit-page .input-container .form-input,
.submit-page .input-container .from-content {
  position: relative;
  z-index: 0;
}

.submit-page .input-container .verification {
  z-index: 1;
}

.submit-page .input-container .icon-input {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  text-align: center;
  z-index: 0;
}

.submit-page .input-container .icon-input > * {
  display: inline-block;
  vertical-align: middle;
}

.submit-page .input-container .icon-input > span {
  font-size: 13px;
}

.submit-page .input-container .icon-input > img {
  height: 15px;
  margin-right: 10px;
}

.submit-page .input-container .icon-input > img.personIcon {
  height: 12px;
  margin-right: 8px;
}

.submit-page .non-owner {
  display: none;
}

.submit-page .non-owner.selected {
  display: block;
}

.submit-page .non-owner.selected .form-input {
  font-size: 13px;
  margin: 2vh auto 0;
}

.submit-page .non-owner.selected .form-checkbox {
  margin: 3vh auto 0;
  font-size: 0;
}

@media screen and (min-width: 610px) {
  .submit-page .non-owner.selected .form-checkbox {
    margin-top: 8vh;
  }
}

.submit-page .non-owner.selected .form-checkbox .checkbox-text {
  padding-top: 1em;
  width: calc(100% - 20px);
}

@media screen and (min-width: 610px) {
  .submit-page .non-owner.selected .form-checkbox .checkbox-text {
    padding-top: 0;
    white-space: nowrap;
  }
}

.submit-page .non-owner.selected .form-checkbox .checkbox-text a {
  color: #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}

.submit-page .non-owner.selected .form-button {
  margin: 5vh auto 0;
}

@media screen and (min-width: 610px) {
  .submit-page .non-owner.selected .form-button {
    margin-top: 7vh;
  }
}

.form-input {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: none;
  border-bottom: solid 1px rgba(255, 255, 255, .3);
  text-align: center;
  font-size: 15px;
  color: white;
  border-radius: 0;
  height: 3em;
}

.form-input.error {
  color: #d20202;
}

.from-content {
  position: relative;
}

.from-content .form-input {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: none;
  border-bottom: solid 1px rgba(255, 255, 255, .3);
  text-align: center;
  font-size: 13px;
  color: white;
  border-radius: 0;
  height: 3em;
}

.from-content .form-input.error {
  color: #d20202;
}

.from-content .verification {
  display: inline-block;
  position: absolute;
  width: 7em;
  font-size: 10px;
  border: solid 1px white;
  box-sizing: border-box;
  padding: 0.8em 0.5em;
  top: 58%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  border-radius: 0.2em;
  cursor: pointer;
}

.from-content .verification.clicked {
  color: #343434;
  background: #757575;
  border: solid 1px #757575;
}

.logo {
  width: 70px;
}

.form-checkbox {
  display: inline-block;
  cursor: pointer;
}

.form-checkbox.selected .checkbox-img {
  display: inline-block !important;
}

.form-checkbox > * {
  display: inline-block;
  vertical-align: middle;
}

.form-checkbox .checkbox-text {
  font-size: 12px;
  color: #a8a8a8;
  text-align: left;
}

.form-checkbox .checkbox {
  width: 13px;
  height: 13px;
  margin-right: 6px;
  border: solid 1px #a8a8a8;
  position: relative;
}

.form-checkbox .checkbox .checkbox-img {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form-button {
  color: #fff;
  background-color: #ff7c00;
  font-size: 17px;
  height: 2.5em;
  line-height: 2.5em;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.form-button.grey {
  color: #343434;
  background: #757575;
}

.list-page {
  background-color: #000;
  min-height: 100vh;
  color: #fff;
  padding: 2vh 10% 0;
  text-align: center;
  overflow: hidden;
}

.list-page .title {
  max-width: 240px;
  margin-top: 2vh;
  width: 70%;
}

@media screen and (min-width: 660px) {
  .list-page {
    padding-top: 5vh;
  }
}

@media screen and (max-width: 768px) {
  .list-page .logo {
    width: 50px;
  }
}

@media screen and (min-width: 769px) {
  .list-page .title {
    max-width: 280px;
  }
}

@media screen and (min-width: 1150px) {
  .list-page {
    padding-left: 20%;
    padding-right: 20%;
  }
}

.list-page .description {
  display: inline-block;
  margin: 0.5vh auto 3.5vh;
  width: 100vw;
  margin-left: -10%;
  line-height: 1.4em;
}

.list-page .description,
.list-page .description * {
  font-size: 15px;
  font-weight: bold;
}

.list-page .description sup {
  font-size: 10px;
}

.list-page .description .orange {
  color: #ff7c00;
}

@media screen and (min-width: 769px) {
  .list-page .description {
    width: 100%;
    margin-left: 0;
  }

  .list-page .description,
  .list-page .description * {
    font-size: 18px;
  }
}

.list-page .subtitle {
  height: 30px;
}

@media screen and (min-width: 769px) {
  .list-page .subtitle {
    height: 35px;
  }
}

.list-page .moto-list {
  padding: 2vh 12% 0;
}

.list-page .moto-list > li.selected .moto {
  border: solid 2px #ff7d00;
  position: relative;
}

.list-page .moto-list > li.selected .moto::after {
  content: '';
  background: url(../../images/q3/icon-selected.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  color: #ff7d00;
  display: inline-block;
  border-top: solid 2px #ff7d00;
  border-left: solid 2px #ff7d00;
}

@media screen and (min-width: 769px) {
  .list-page .moto-list {
    padding: 2vh 0 0;
    text-align: left;
    font-size: 0;
  }

  .list-page .moto-list > li {
    display: inline-block;
    width: 33.33333%;
    padding: 0 2.8%;
    box-sizing: border-box;
  }
}

.list-page .moto {
  display: inline-block;
  margin-bottom: 4.5vh;
  cursor: pointer;
  border: solid 2px #000;
  font-size: 0;
}

.list-page .moto > img {
  width: 100%;
}

.list-page .buttons {
  margin: 0 auto 5vh;
}

.list-page .buttons .form-button {
  width: auto;
  padding: 0 40px;
  font-size: 15px;
}

.list-page .buttons .skip {
  font-size: 15px;
  color: #fff;
  margin-left: 6vh;
}

.list-page .buttons .skip::after {
  content: '>';
  margin-left: 5px;
}

@media screen and (min-width: 610px) {
  .list-page .buttons {
    margin-top: 2vh;
  }
}

.result-page {
  background-image: url(../../images/q3/bg-result.jpg);
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  color: #fff;
  padding: 4vh 10% 3vh;
  text-align: center;
  overflow: hidden;
}

.result-page .title {
  max-width: 160px;
  margin-top: 2vh;
  width: 50%;
}

@media screen and (device-width: 375px) and (device-height: 812px) {
  .result-page {
    background-size: contain;
    background-position: center 65%;
    padding-top: 8vh;
  }
}

@media screen and (min-width: 660px) {
  .result-page {
    background-size: contain;
    padding-top: 5vh;
  }
}

@media screen and (max-width: 768px) {
  .result-page .logo {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .result-page {
    background-image: url(../../images/q3/bg-result-desktop.jpg);
  }

  .result-page .title {
    max-width: 155px;
  }
}

@media screen and (min-width: 1150px) {
  .result-page {
    padding-left: 30%;
    padding-right: 30%;
  }
}

.result-page .description {
  margin: 3vh auto 2vh;
  color: #ff7c00;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (min-width: 769px) {
  .result-page .description {
    margin: 2vh auto 1vh;
  }
}

.result-page .qr {
  width: 120px;
  margin-bottom: 4vh;
}

@media screen and (min-width: 769px) {
  .result-page .qr {
    width: 110px;
    margin-bottom: 2vh;
  }
}

.result-page .button {
  display: inline-block;
  font-size: 16px;
  height: 2.5em;
  line-height: 2.5em;
  color: #fff;
  background-color: #ff7c00;
  padding: 0 45px;
  letter-spacing: 1px;
}


/*# sourceMappingURL=style.css.map*/