.previe {
  width: 10rem;
  height: 17.78666667rem;
  background: url(../images/person-bg.jpg) no-repeat 0 0;
  background-size: cover;
  font-weight: bold;
  position: relative;
}
.btnwrap {
  text-align: center;
  line-height: 1;
}
.btnwrap .text {
  font-size: 1.06666667rem;
  color: #ffcc00;
  margin-bottom: 0.53333333rem;
}
.btnwrap .texttip {
  font-size: 0.37333333rem;
  color: #fff;
  margin-top: 0.4rem;
}
.votebtn {
  display: inline-block;
}
.hand {
  display: inline-block;
  width: 1.34666667rem;
  height: 1.33333333rem;
  background: url(../images/hand.png) no-repeat;
  background-size: cover;
}
.hand.active {
  background: url(../images/handhover.png) no-repeat;
  background-size: cover;
}
.error {
  font-size: 0.24rem;
  color: red;
  margin-bottom: 0.26666667rem;
}
.btnwarp {
  margin-top: 0.4rem;
  width: 100%;
  left: 0;
  bottom: 0.48rem;
  text-align: center;
}
.btnwarp .btn {
  display: inline-block;
  width: 4.4rem;
  height: 1.52rem;
  line-height: 1.52rem;
  background: url(../images/btn.png) no-repeat;
  background-size: cover;
  font-size: 0.4rem;
  color: #753f1b;
}
.btnwarp .coptext {
  font-size: 0.34666667rem;
  color: #fff;
  text-align: center;
  margin-top: 0.26666667rem;
}
.my {
  padding-top: 3.73333333rem;
}
.myinfo {
  background: url(../images/person.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 6.84rem;
}
.content {
  padding: 1.06666667rem;
}
.ws {
  width: 1.01333333rem;
  height: 0.48rem;
  vertical-align: middle;
}
.wz {
  width: 7.44rem;
  height: 1.44rem;
}
.rang {
  width: 0.48rem;
  height: 0.46666667rem;
  vertical-align: middle;
}
.zs {
  width: 5.17333333rem;
  height: 0.48rem;
}
.company {
  color: #eabe22;
  font-size: 0.49333333rem;
  height: 0.48rem;
  line-height: 0.48rem;
  vertical-align: middle;
  margin-left: 0.33333333rem;
}
.mg-b40 {
  margin-bottom: 0.53333333rem;
}
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.scaleDraw {
  -webkit-animation-name: scaleDraw;
  animation-name: scaleDraw;
}
@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.6);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.6);
  }
}
.sharebox {
  position: fixed;
  top: 0.53333333rem;
  right: 0.53333333rem;
  z-index: 10000;
  display: none;
}
.sharebox img {
  width: 2.77333333rem;
  height: 2.04rem;
}
.bg {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
}
