* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif, "宋体";
}
input:focus,
textarea:focus {
  outline: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
.location {
  position: absolute;
}
body {
  max-width: 10rem;
  margin: auto;
  overflow-x: hidden;
}
.Agent_msg {
  margin: 0.4rem auto 0;
}

.nomore {
    margin: 100px auto 0;
    font-size: 0.42666667rem;
    color: #999999;
    text-align: center;
}