/*最基础的CSS 源文件为base.css BEG*/
html{
  min-width: 320px;
  overflow-x: hidden;
}

html, body {
  height: 100%;
  line-height: 1;
  /*禁止用户复制页面文本*/
  -webkit-user-select: none;

  -webkit-touch-callout: none;
  /*ios滚动效果*/
  -webkit-overflow-scrolling: touch;
  /*mac下字体*/
  -webkit-font-smoothing: antialiased;
  /*a标签点击高亮效果*/
  -webkit-tap-highlight-color: rgba(242, 137, 76, .05);
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, span, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-text-size-adjust: none;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
/*最基础的CSS 源文件为base.css BEG*/

.houseinfo {
  z-index: 5;
  position: absolute;
  color: #a72920;
  font-family: "Microsoft Yahei";
  right: 20%;
  top: 45%;
  width: 240px;
  height: 5%;
  border-radius: 15%;
  background-color: #fff;
  padding-top: 5px;
}
.houseinfo::before {
  content: '';
  right: 20%;
  top: 49%;
  position: fixed;
  width: 0;
  height: 0;
  border-left:8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 20px solid #fff;
  transform: rotate(-215deg);
}

.piginfo {
  text-align: center;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  z-index: 21;
  position: absolute;
  color: #795548;
  font-size: 16px;
  font-family: "Microsoft Yahei";
  left: 20%;
  right: 20%;
  top: -30%;
  display: inline-block;
  height: 40px;
  border-radius: 15%;
  background-color: #fff;
}
.piginfo::before {
  content: '';
  left: 25%;
  top: -15%;
  position: fixed;
  width: 0;
  height: 0;
  border-left:8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 20px solid #fff;
  transform: rotate(-165deg);
}

.chickinfo {
  z-index: 21;
  text-align: center;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  color: #a72920;
  font-family: "Microsoft Yahei";
  left: 25%;
  display: inline-block;
  height: 40px;
  border-radius: 15%;
  background-color: #fff;
}
.chickinfo::before {
  content: '';
  left: 26%;
  top: 64%;
  position: fixed;
  width: 0;
  height: 0;
  border-left:8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 20px solid #fff;
  transform: rotate(-185deg);
}