.vote-detail {
  min-height: 100vh;
  background-color: #F7F6F5;
  padding: 0.26rem;
  padding-bottom: 2.26rem;
}

.vote-detail .banner img {
  width: 100%;
  border-radius: 0.13rem;
}

.vote-detail .signup-btn {
  width: 1.73rem;
  height: 1.73rem;
  background: linear-gradient(90deg, #F08519 0%, #F06018 100%);
  position: fixed;
  right: 0.26rem;
  top: 60%;
  border-radius: 50%;
  box-shadow: 0px 0px 0.32rem 0.1rem #FF7B1C;
  flex-direction: column;
}

.vote-detail .signup-btn a {
  color: #fff;
}

.vote-detail .signup-btn p {
  line-height: 0.53rem;
  font-size: 0.42rem;
}

.vote-detail .detail-block {
  padding-top: 0.58rem;
  padding-left: 0.26rem;
  padding-right: 0.26rem;
  margin-top: 0.58rem;
  border-radius: 0.18rem;
  padding-bottom: 0.26rem;
  background: linear-gradient(180deg, rgba(240, 102, 24, 0.15) 0%, #FFFFFF 100%);
}

.vote-detail .detail-block .title {
  text-align: center;
  font-size: 0.42rem;
  color: #363331;
}

.vote-detail .detail-block .count-block {
  width: 100%;
  margin-top: 0.69rem;
  height: 2.61rem;
  background: linear-gradient(90deg, #FDF3E7 0%, #FDEFE7 100%);
  justify-content: space-around;
  border-radius: 0.1rem;
}

.vote-detail .detail-block .count-block .item-count {
  text-align: center;
}

.vote-detail .detail-block .count-block .item-count p {
  color: #F06018;
  font-size: 0.48rem;
}

.vote-detail .detail-block .count-block .item-count span {
  color: #BA8259;
  font-size: 0.37rem;
}

.vote-detail .detail-block .count-block .item-division {
  height: 1.333rem;
}

.vote-detail .detail-block .count-block .item-division img {
  height: 100%;
}

.vote-detail .detail-block .count-block .item-person-count {
  width: 2.53rem;
  height: 2.9866rem;
  background-size: contain;
  flex-direction: column;
  margin-top: 0.37rem;
  background-repeat: no-repeat;
  background-image: url("/assets/images/vote/count-bg.png");
}

.vote-detail .detail-block .count-block .item-person-count p {
  color: #F06018;
  font-size: 0.48rem;
  margin-top: 0.26rem;
}

.vote-detail .detail-block .count-block .item-person-count span {
  color: #BA8259;
  font-size: 0.37rem;
}

.vote-detail .detail-block .count-line {
  height: 0.1rem;
  background: linear-gradient(90deg, #F08519 0%, #F06018 100%);
  border-radius: 0 0 0.18rem 0.18rem;
}

.vote-detail .detail-block .end {
  height: 1.333rem;
  width: 100%;
  background-color: #FDF0E7;
  margin-top: 1.09rem;
  color: #BA8259;
  font-size: 0.42rem;
  border-radius: 0.18rem;
}

.vote-detail .detail-rules {
  margin-top: 0.666rem;
}

.vote-detail .detail-rules .title {
  height: 0.93rem;
  background-image: url("/assets/images/vote/rule-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'HuXiaoBoNanShenTi';
  text-align: center;
  color: #fff;
  font-size: 0.48rem;
  line-height: 0.93rem;
}

.vote-detail .detail-rules .title p {
  margin: 0 0.13rem;
}

.vote-detail .detail-rules .rule-container {
  padding: 0.8rem 0.4rem;
  background-color: #fff;
}

.vote-detail .detail-rules .rule-container li {
  margin-bottom: 0.4rem;
  font-size: 0.37rem;
  color: #363331;
  align-items: baseline;
}

.vote-detail .detail-rules .rule-container li img {
  margin-right: 0.18rem;
}

.vote-detail .detail-container {
  margin-top: 0.66rem;
}

.vote-detail .detail-container .title {
  height: 0.9333rem;
  background-image: url("/assets/images/vote/rule-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'HuXiaoBoNanShenTi';
  text-align: center;
  color: #fff;
  font-size: 0.48rem;
  line-height: 0.9333rem;
}

.vote-detail .detail-container .container-warp {
  background-color: #fff;
  padding: 0 0.8rem;
  border-radius: 0.186rem;
  padding-top: 0.74rem;
  padding-bottom: 0.74rem;
}

.vote-detail .detail-container .container-warp .container-title {
  color: #F08519;
  font-size: 0.42rem;
  text-align: center;
}

.vote-detail .detail-container .container-warp .content {
  margin-top: 0.45rem;
  font-size: 0.37rem;
  padding-bottom: 0.69rem;
  color: #363331;
}

.vote-detail .detail-container .activity-list {
  background-color: #fff;
  border-radius: 0.1rem;
}

.vote-detail .detail-container .activity-list .item-activity {
  padding: 0.666rem 0.4rem;
  border-bottom: 0.02rem solid #F0EEEB;
}

.vote-detail .detail-container .activity-list .item-activity img {
  width: 3.466rem;
  height: 2.666rem;
  vertical-align: bottom;
  border-radius: 0.1rem;
}

.vote-detail .detail-container .activity-list .item-activity .right-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0.26rem;
}

.vote-detail .detail-container .activity-list .item-activity .right-text p {
  font-size: 0.42rem;
  color: #363331;
}

.vote-detail .detail-container .activity-list .item-activity .right-text .bottom {
  display: flex;
  justify-content: space-between;
}

.vote-detail .detail-container .activity-list .item-activity .right-text .bottom span {
  color: #787573;
  font-size: 0.37rem;
}

.vote-detail .detail-container .activity-list .item-activity .right-text .bottom button {
  background-color: #F08519;
  color: #fff;
  font-size: 0.37rem;
  padding: 0 0.32rem;
  border-radius: 0.1rem;
}

.vote-detail .detail-container .activity-list .item-activity:last-child {
  border-bottom: 0;
}

@font-face {
  font-family: HuXiaoBoNanShenTi;
  src: url("/assets/font/HuXiaoBoNanShenTi.otf");
}
