body,
ul,
p {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.line {
  background: orange;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.issue-time {
  margin: 10px 0;
  overflow: hidden;
}
.time {
  background: #66CC00;
  float: right;
  width: 80%;
  color: white;
  padding: 7px 0;
  font-size: 0.8rem;
  text-align: center;
}
.issue {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 19px;
  line-height: 30px;
}
.result ul {
  overflow: hidden;
  padding: 0 10px 10px 10px;
}
.result ul li {
  float: left;
  padding: 3px;
  width: 16.66666667%;
  box-sizing: border-box;
  text-align: center;
  color: white;
}
.single-num {
  border: 1px solid #D8D8D8;
}
.num_list .green {
  margin-top: 6px;
  background-color: #FFFFFF;
  border: 1px solid #CFCFCF;
  border-radius: 3px;
  display: block;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.num_list .green a {
  display: block;
  color: #333;
}
.red .num {
  background: red;
  padding: 5px 0 3px 0;
}
.blue .num {
  background: blue;
  padding: 5px 0 3px 0;
}
.green .num {
  background: green;
  padding: 5px 0 3px 0;
}
.special-num {
  padding: 0 10px;
  text-align: center;
}
.special-num .single-num {
  padding: 0.5rem 0;
}
.special-num .zodiac {
  padding: 7px;
}
.special-num .num {
  font-size: 1.5rem;
  color: white;
  padding-bottom: 5px;
}
.num {
  font-weight: bolder;
}
.zodiac {
  width: 80%;
  margin: 0 auto;
  background: white;
  padding: 3px 0;
  color: black;
  font-size: 0.8rem;
}
.next {
  font-size: 0.8rem;
}
.next .p1 {
  margin-bottom: 10px;
}
.ad {
  margin: 10px 0 10px 10px;
}
.link {
  color: black;
  text-decoration: none;
}
#ad {
  text-align: center;
}
/*# sourceMappingURL=baoma.css.map */