#container {
  max-width: 7.5rem;
  margin: 0 auto;
  min-height: 100vh;
  font-size: 0.34rem;
  background-color: #fff;
}
body,
html {
  width: 100%;
  background-color: #fff;
}
.wdc_banner {
  width: 100%;
  height: 1.68rem;
  border-radius: 0.04rem 0.04rem 0 0;
  overflow: hidden;
  margin-bottom: 0.3rem;
  font-size: 0;
  position: relative;
}
.wdc_banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.checkbox_module .answers li {
  position: relative;
}
.checkbox_module .answers li::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  /* background: url(../images/checkbox.png;vpn_img) no-repeat center; */
  background: url(../images/desc.png;vpn_img) no-repeat center;
  background-size: 100% 100%;
  margin-right: 0.22rem;
}
/* .checkbox_module .answers li img {
  position: absolute;
  width: 0.46rem;
  height: 0.44rem;
  top: 0.15rem;
  left: 0.2rem;
} */
.checkbox_module .answers li img {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  left: .2rem;
}
.checkbox_module .answers li .hide {
  display: none;
}
.question {
  width: 100%;
  font-size: 0.36rem;
  margin: 0 auto;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 0.48rem;
  padding: 0 0.48rem 0.3rem;
  box-sizing: border-box;
  word-break: break-word;
}
.answers {
  font-size: 0.32rem;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  list-style: none;
  padding-left: 0;
}
.answers li {
  width: 6.06rem;
  width: 6.5rem;
  height: 0.88rem;
  border-radius: 0.44rem;
  border: 1px solid #e9ecef;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto 0.2rem;
  padding: 0 .3rem 0 .2rem;
}
.answers li::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/desc.png;vpn_img) no-repeat center;
  background-size: 100% 100%;
  margin-right: 0.22rem;
}
.ri_words {
  width: 90%;
}
.answers .change_active {
  border: 1px solid #008BFF;
}
.answers .change_active::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/change_active.png;vpn_img) no-repeat center;
  background-size: 100% 100%;
  margin-right: 0.22rem;
}
.answers li:last-child {
  margin-bottom: 0.3rem;
}
.agree_content .question {
  border-bottom: 0;
}
.idea {
  height: 0.68rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.52rem;
}
.agree {
  width: 3rem;
  height: 0.68rem;
  background: url(../images/blue.png;vpn_img) no-repeat center;
  background-size: 100% 100%;
  margin-right: 0.17rem;

  font-size: 0.28rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.agree img {
  display: block;
  width: 0.24rem;
  height: 0.26rem;
  margin-right: 0.14rem;
}
.vs {
  width: 0.33rem;
  height: 0.34rem;
  font-size: 0;
}
.vs img {
  width: 100%;
  height: 100%;
}
.disagree {
  width: 3rem;
  height: 0.68rem;
  background: url(../images/red.png;vpn_img) no-repeat center;
  background-size: 100% 100%;
  margin-left: 0.1rem;

  font-size: 0.28rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.disagree img {
  display: block;
  width: 0.24rem;
  height: 0.26rem;
  margin-right: 0.14rem;
}
.people_number {
  height: 0.48rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #008BFF;
  line-height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.people_number::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.2rem;
  background: url(../images/icon-people.png?01;vpn_img) no-repeat center;
  background-size: 100% 100%;
  margin-right: .05rem;
}
.vote_finished {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.24rem;
  height: 0.48rem;
  background: #868e96;
  border-radius: 0 0.04rem 0 0.04rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #ffffff;
}
/* 柱形图 */
.chart {
  font-size: 0.28rem;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  list-style: none;
  padding-left: 0;
}
.chart li {
  width: 6.5rem;
  height: 0.88rem;
  padding: 0 0.34rem 0 0.4rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
  border-radius: 0.44rem;
  border: 1px solid #e9ecef;
  background-color: #fff;
  margin-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}
.chart li:last-child {
  margin-bottom: 0.32rem;
}
.chart_le {
  width: 90%;
}
.chart_ri {
  width: 1.5rem;
  text-align: center;
  position: relative;
  z-index: 100;
}
.letter {
  font-size: 0.28rem;
  font-weight: normal;
  color: #343a40;
  position: relative;
  z-index: 100;
}
.baifen {
  font-size: 0.34rem;
  font-weight: 600;
  text-align: center;
  color: #868e96;
}
.changed_number {
  font-size: 0.2rem;
  font-weight: 400;
  color: rgba(201, 201, 201, 1);
}
.column {
  min-width: 0rem;
  max-width: 6.5rem;
  height: 0.1rem;
  /* background: #e9ecef; */
  background: rgba(0, 124, 227, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  height: 0.88rem;
}
.my-click .column {
  background-color: rgba(0, 124, 227, 0.4);
  border-radius: .44rem 0 0 .44rem;
}
.my-click .baifen {
  color: #008BFF;
}
.viewpoint {
  width: 6.06rem;
  margin: 0 auto 0.32rem;
}
.point_container {
  width: 100%;
  border-bottom: 0.02rem solid rgba(232, 237, 243, 1);
  display: flex;
  padding-bottom: 0.2rem;
  justify-content: space-between;
}
.txt {
  width: 85%;
  font-size: 0.28rem;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  outline: none;
  border: none;
  background-color: transparent;
}
.txt::-webkit-input-placeholder {
  color: rgba(201, 201, 201, 1);
  font-size: 0.27rem;
}
.words {
  font-size: 0.24rem;
  font-weight: 400;
  color: #495057;
}
.pk_result {
  width: 6.6rem;
  margin: 0 auto 0.3rem;
}
.pk_top {
  display: flex;
}
.pk_bottom {
  display: flex;
  height: 0.6rem;
  align-items: center;
  justify-content: space-between;
  font-size: 0.28rem;
  font-weight: 400;
  color: rgba(69, 131, 207, 1);
  line-height: 0.48rem;
}
.pk_bottom > div:nth-of-type(1) {
  white-space: nowrap;
}
.pk_bottom > div:last-child {
  color: rgba(255, 87, 88, 1);
}
.pk_le {
  display: flex;
}
.pk_ri {
  display: flex;
  margin-left: -0.5rem;
}
.yes_radius {
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  background-color: rgba(63, 125, 203, 1);
  margin-right: -0.34rem;
}
.no_radius {
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  background-color: rgba(255, 118, 94, 1);
  margin-left: -0.34rem;
}
.yes {
  min-width: 0.38rem;
  max-width: 4.2rem;
  height: 0;
  background: linear-gradient(
    -77deg,
    rgba(63, 125, 203, 1) 0%,
    rgba(143, 198, 255, 1) 100%
  );
  border-top: 0.68rem rgba(63, 125, 203, 1) solid;
  border-right: 0.68rem transparent solid;
  overflow: hidden;
  transform: rotate(0deg);
}
.no {
  min-width: 0.38rem;
  max-width: 4.2rem;
  height: 0;
  background: linear-gradient(
    -77deg,
    rgba(255, 118, 94, 1) 0%,
    rgba(255, 82, 88, 1) 100%
  );
  border-bottom: 0.68rem rgba(255, 118, 94, 1) solid;
  border-left: 0.68rem transparent solid;
  overflow: hidden;
  transform: rotate(0deg);
}
.pkIcon {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
}
.pkIcon img {
  width: 100%;
  height: 100%;
  display: block;
}
.btn-join,
.btn_vote {
  width: 2.7rem;
  height: 0.7rem;
  background: #008BFF;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  font-weight: normal;
  color: #ffffff;
  margin: 0 auto;
}
.btn-share {
  cursor: pointer;
  position: absolute;
  right: 0.5rem;
  bottom: .58rem;
  font-size: .28rem;
  font-weight: 400;
  color: #008BFF;
  height: .38rem;
  display: flex;
  align-items: center;
}
.btn-share img {
  width: .38rem;
  height: .38rem;
  display: block;
  margin-right: .05rem;
}
.wdc_vote_container{
    position: relative;
    width: 100%;
    padding-bottom: 0.4rem;
    border-bottom: 0.08rem solid #f8f9fa;
}
.share-item {
  width: .38rem;
  height: .38rem;
  margin-right: .05rem;
  background: url(../images/share-item.png;vpn_img) no-repeat center;
  background-size: 100% 100%;
}
.btn-talk {
  width: 3.14rem;
  height: 0.8rem;
  background: #008BFF;
  margin: 0 auto;
  font-size: 0.34rem;
  font-weight: normal;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .4rem;
}