@charset "UTF-8";
html {
  font-family: "Microsoft YaHei", "微软雅黑 Light", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hgroup, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  line-height: 1.5;
  font-size: 0.28rem;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

img {
  border: 0;
  -webkit-touch-callout: none;
  vertical-align: top;
}

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  line-height: normal;
  font: inherit;
  color: inherit;
  outline: none;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.opacity {
  -webkit-animation: opacity 0.3s linear;
  animation: opacity 0.3s linear;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  height: 0.7rem;
  padding: 0.15rem 0.2rem;
  background: #fff;
}
.header img {
  width: 0.19rem;
  height: 0.32rem;
  margin: 0.18rem 0.4rem 0 0;
}
.header span {
  width: 5.36rem;
  height: 0.68rem;
  display: inline-block;
  text-align: center;
  line-height: 0.68rem;
  font-size: 0.38rem;
}
.header a img {
  width: 0.4rem;
  height: 0.34rem;
  margin: 0.18rem 0 0 0.4rem;
}

img {
  margin-top: 0.17rem;
  width: 100%;
  height: auto;
}

.submit {
  width: 7.5rem;
  height: 7rem;
  background: url("/img/extension02.jpg") no-repeat center;
  background-size: cover;
}
.submit .title {
  line-height: 1.2rem;
  font-size: 0.34rem;
  color: #181818;
  text-align: center;
  font-weight: 600;
  padding-bottom: 0.1rem;
}
.submit div {
  width: 6rem;
  height: 0.9rem;
  height: auto;
  overflow: hidden;
  margin: 0.3rem auto;
  background: #F5F5F5;
}
.submit div input {
  background: #F5F5F5;
  border: 0;
  width: 4.7rem;
  height: 0.9rem;
  float: left;
  margin-left: 1.2rem;
  text-indent: 0.1rem;
}
.submit div span {
  position: absolute;
  width: 1rem;
  float: left;
  line-height: 0.9rem;
  text-align: center;
  color: #545454;
  margin-left: 0.2rem;
}
.submit #sevensubmit {
  width: 6rem;
  line-height: 0.9rem;
  background: #E02520;
  color: #fff;
  text-align: center;
  margin: 0.4rem auto;
  border-radius: 0.08rem;
  font-size: 0.32rem;
}/*# sourceMappingURL=index.css.map */