.main-wrap {
  background: url(../img/ai_hot.jpg) no-repeat top center;
  background-size: 100% auto, 100% auto;
}
.vote_heade {
  background: url('../img/ai_hot.jpg') no-repeat center top;
  background-size: 100% auto;
}
/* 投票规则 */
.vote-rules {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  background: url(../images/vote/dailogbg.png) no-repeat center top;
  background-size: 100% auto;
  margin: 0 auto;
  z-index: 1111;
}
.delBen {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
}
.ruleBen {
  position: fixed;
  top: 50%;
  right: 0;
  box-sizing: border-box;
  background-color: #f9d06a;
  z-index: 111;
  border: 1px solid #f9d06a;
  text-align: center;
  padding: 0.1rem;
  color: #000;
  font-weight: bold;
  font-size: 0.3rem;
}
.rules-detail {
  padding: 0.75rem 1rem 0.5rem;
}
.rules-detail p {
  padding: 0.12rem 0;
  font-size: 0.15rem;
  color: #df9c47;
  line-height: 1.5;
  border-bottom: 1px dashed #7f5e2c;
}
.vote-con {
  margin-top: 0.5rem;
  padding-bottom: 1rem;
}
.header {
  height: 8rem;
  position: relative;
  color: #fff;
}
.header .title {
  position: absolute;
  top: 3.8rem;
  left: 2.1rem;
  font-size: 0.1635rem;
}
.header .title > div {
  margin-bottom: 0.2405rem;
}
.header .title span {
  display: inline-block;
  color: #f0d282;
  font-size: 0.173rem;
}
.header .title .button {
  background-image: linear-gradient(to right, #efd07d, #fae6b3, #e0bf69, #fae5b2, #efd07d);
  border-radius: 50px;
  padding: 0.029rem 0.231rem;
  padding-top: 0.05rem;
  margin-right: 0.173rem;
  color: #000;
}
.header .tongqi {
  position: absolute;
  top: 6.3rem;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 0.173rem;
  text-align: center;
}
.header .tongqi > div:first-child {
  font-size: 0.25rem;
  color: #00eaff;
}
.header .tongqi > div {
  margin-bottom: 0.05rem;
}
.rules_toupiao {
  height: 4.038rem;
  width: 100%;
  background: url('../img/intro_bg.png') no-repeat center;
  background-size: contain;
  margin-top: 0.385rem;
  padding: 0 0.769rem;
  box-sizing: border-box;
}
.rules_toupiao .text {
  font-size: 0.173rem;
  color: #d0b487;
  margin-bottom: 0.3rem;
  line-height: 0.2885rem;
  border-bottom: 0.01rem dashed;
}
.rules_toupiao .button {
  padding-top: 0.65rem;
  margin: 0.45rem 0 0.05rem;
  width: 100%;
  text-align: center;
}
.rules_toupiao .button img {
  margin: 0 auto;
  width: 35%;
}
.mark {
  width: 100%;
  padding: 0 0.769rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.154rem;
  margin-top: 0.288rem;
}
.mark p {
  margin-bottom: 0.173rem;
}
.bottom_cont {
  text-align: center;
}
.bottom_cont > div:first-child {
  color: #d0b487;
  font-size: 0.231rem;
  font-weight: 600;
}
.bottom_cont > div:nth-child(2) {
  font-size: 10px;
  color: #fff;
  background-color: #ff0000;
  display: flex;
  width: 3.173rem;
  justify-content: center;
  margin: auto;
  align-items: center;
  padding: 0.192rem 0;
  border-radius: 5rem;
  margin-top: 0.288rem;
}
.bottom_cont > div:nth-child(2) img {
  width: 0.212rem;
  height: 0.25rem;
  margin-left: 0.096rem;
}
/* 导航 */
.footerNav {
  position: fixed;
  left: 0%;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
  padding: 0 0.3rem;
  background: #080808;
  font-size: 0;
}
.footerNav > a {
  display: inline-block;
  width: 25%;
  color: #fff;
  text-align: center;
  font-size: 0.2rem;
  text-decoration: none;
}
.tagWrap {
  position: absolute;
  width: 25%;
  bottom: 0.64rem;
  display: none;
  box-sizing: border-box;
  padding: 0 0.1rem;
  background-color: #025eca;
}
.tagWrap a {
  display: block;
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.2rem;
  border-bottom: 1px dashed #fff;
}
