@charset "UTF-8";
/* CSS Document */
html, body {
  height: 100%; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  outline: none;
  font-family: "微软雅黑"; }

body {
  background-color: black;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input, textarea, select {
  font-size: 100%;
  border: none;
  background: none;
  outline: none; }

ul {
  list-style: none;
  overflow: hidden; }

button {
  border: none;
  background: #008cd6;
  border-radius: 6px;
  text-align: center;
  color: #ffffff;
  cursor: pointer; }

button img {
  vertical-align: middle;
  margin-right: 12px; }

a {
  font-size: inherit;
  outline: none;
  text-decoration: none;
  color: inherit; }

img {
  vertical-align: top;
  border: none;
  object-fit: contain;
  font-family: 'object-fit: contain'; }

html {
  font-size: 26px; }

h4 {
  text-decoration: underline; }

.non_underline {
  text-decoration: none; }

ol, ul, li {
  list-style: none; }

.main {
  margin: 0 auto;
  width: 1080px;
  background-color: #f2f2f2; }
  .main .page {
    position: relative;
    margin-bottom: -2px; }
    .main .page .form {
      -moz-appearance: none;
      -webkit-appearance: none;
      width: 760px;
      height: 108px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      font-size: 36px;
      line-height: 90px;
      color: white;
      text-indent: 80px;
      margin: 0 auto;
      font-size: 48px; }
    .main .page .name {
      top: 340px; }
    .main .page .mobile {
      top: 550px; }
    .main .page .check {
      top: 760px; }
      .main .page .check .check_yes {
        position: absolute;
        width: 33px;
        height: 33px;
        left: 163px;
        top: 36.5px; }
      .main .page .check .check_no {
        position: absolute;
        width: 33px;
        height: 33px;
        left: 417px;
        border-radius: 50%;
        top: 36.5px; }
      .main .page .check .select {
        background-image: url("../images/选中.png"); }
    .main .page .number {
      top: 60px; }
    .main .page .question {
      top: 80px;
      width: 720px;
      height: 190px;
      line-height: 1.2;
      text-indent: 40px; }
    .main .page .commit {
      top: 145px; }
  .main .page3 {
    height: 893px;
    background-image: url("../images/3.jpg"); }
  .main .page4 {
    height: 208px;
    background-image: url("../images/4.jpg"); }
  .main .page5 {
    height: 732px;
    background-image: url("../images/5.jpg"); }
    .main .page5 .btn_commit {
      top: 370px;
      width: 600px;
      height: 140px; }

/*# sourceMappingURL=index.css.map */
