@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;
}

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 {
  padding: 0;
  background-color: #F2F3F6;
}
.header .hader {
  width: 0.15rem;
  height: 0.25rem;
  position: absolute;
  top: 0.38rem;
  left: 0.3rem;
}
.header .top {
  width: 7.5rem;
  height: 8.9rem;
  background: url(/img/footer/notarization1.png) no-repeat;
  background-size: 7.5rem 8.9rem;
}

.hdr-content {
  padding: 0.2rem 0.2rem 0;
  height: 13.34rem;
  background: url(/img/footer/mve1.png) no-repeat;
  background-size: 7.5rem 13.34rem;
}
.hdr-content .con {
  margin-top: 3.2rem;
  height: 9.4rem;
  background: #FFFFFF;
  padding: 0.46rem 0.41rem 0 0.38rem;
}
.hdr-content h2 {
  margin-bottom: 0.25rem;
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 700;
  color: #181818;
  line-height: 0.4rem;
}
.hdr-content h2::after {
  content: "";
  position: relative;
  top: 0.02rem;
  right: 1.1rem;
  display: inline-block;
  width: 1.12rem;
  height: 0.1rem;
  background: url(/img/footer/iconbgc2.png) no-repeat;
  background-size: 1.12rem 0.1rem;
}
.hdr-content .name-inp {
  margin-bottom: 0.54rem;
  padding-left: 0.3rem;
  width: 6.2rem;
  height: 0.74rem;
  font-size: 0.26rem;
  color: #181818;
  border: #F2F3F6;
  background: #F2F3F6;
}
.hdr-content .content-bot {
  margin-left: 0.1rem;
  width: 6.2rem;
  height: 0.8rem;
  font-size: 0.3rem;
  color: #FFFFFF;
  background: url(/img/footer/quote2.png) no-repeat;
  background-size: 6.2rem 0.8rem;
  text-align: center;
  line-height: 0.8rem;
}

.cont-span {
  position: absolute;
  bottom: 3rem;
  left: 0.96rem;
  width: 5.6rem;
  height: 0.9rem;
  font-size: 0.3rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.9rem;
  background: linear-gradient(-90deg, #FF5753, #E02520);
  border: 0rem solid #000000;
  box-shadow: 0rem 0.1rem 0.22rem 0.02rem rgba(224, 37, 32, 0.14);
  border-radius: 0.45rem;
}

.cont-img {
  position: absolute;
  width: 1.78rem;
  height: 1.78rem;
  bottom: 0.7rem;
  left: 2.86rem;
}/*# sourceMappingURL=monitor.css.map */