.subject-message-box {
  margin: 0 auto;
  margin-top: 50px;
  width: 1000px;
}

.audit-box {
  margin: 0 auto;
  margin-top: 50px;
  width: 1000px;
  text-align: center;

}

.map-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 3;
}

.off {
  width: 40px;
  height: 40px;
  background: url(xx.jpg) no-repeat;
  position: absolute;
  top: 100px;
  left: 0;
  margin-left: 70.5vw;
  cursor: pointer;
}

#container {
  width: 800px;
  height: 300px;
  background-color: #fff;
  margin: 100px auto;
}

[v-cloak] {
  display: none;

}