html,
body {
  width: 100%;
  height: 100%;
  background: #1d1d1b url(../images/rankbg.jpg) no-repeat center top;
  background-size: cover;
}
.companywarp {
  width: 100%;
  height: 100%;
}
.now {
  padding-bottom: 2.13333333rem;
}
.now .title {
  text-align: center;
  padding: 0.53333333rem 0 0.8rem 0;
}
.now .title .now_title {
  width: 8.50666667rem;
  height: 2.41333333rem;
}
.now .now_item {
  display: table;
  position: relative;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.32rem;
  color: #1d1d1b;
  text-align: center;
  font-weight: bold;
  background: #ca9e67;
}
.now .now_item .company {
  width: 15%;
  text-align: left;
  padding-left: 0.4rem;
}
.now .now_item .tzjg {
  width: 55%;
  text-align: center;
  padding-left: 0.13333333rem;
}
.now .now_item .zan {
  width: 30%;
  text-align: center;
  padding-right: 0.4rem;
}
.now .listitem {
  display: table;
  position: relative;
  width: 100%;
  font-size: 0.26666667rem;
  color: #ca9e67;
  text-align: left;
  padding: 0.26666667rem 0;
}
.now .listitem:nth-child(even) {
  background: #2c2c29;
}
.now .listitem .add-num {
  display: none;
}
.now .listitem .add-animation {
  color: #ca9e67;
  position: absolute;
  top: -15px;
  left: 50%;
  width: 0.66666667rem;
  margin-left: -0.33333333rem;
  font-size: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  animation: mypraise 0.5s;
  -moz-animation: mypraise 0.5s;
  /* Firefox */
  -webkit-animation: mypraise 0.5s;
  /* Safari 和 Chrome */
  -o-animation: mypraise 0.5s;
  /* Opera */
  font-style: normal;
}
.now .listitem a {
  color: #ecd181;
}
.now .listitem .num {
  width: 15%;
  text-align: center;
  padding-left: 0.13333333rem;
  font-size: 0.32rem;
  color: #ca9e67;
}
.now .listitem .num img {
  width: 0.45333333rem;
  height: 0.62666667rem;
  vertical-align: middle;
}
.now .listitem .jigou {
  width: 55%;
  text-align: left;
}
.now .listitem .jigou .name {
  font-size: 0.32rem;
}
.now .listitem .jigou .ask {
  font-size: 0.26666667rem;
}
.now .listitem .zannum {
  width: 30%;
  text-align: center;
  padding-right: 0.26666667rem;
  position: relative;
}
.now .listitem .zannum .total_num {
  color: #ca9e67;
  margin-right: 0.13333333rem;
}
.now .listitem.active .zanbtn {
  background: url(../images/handhover.png) no-repeat;
  background-size: cover;
}
.now .listitem .zanbtn {
  display: inline-block;
  width: 0.42666667rem;
  height: 0.45333333rem;
  background: url(../images/hand.png) no-repeat;
  background-size: cover;
  vertical-align: -0.05333333rem;
}
.tiptext {
  font-size: 0.32rem;
  color: #ca9e67;
  padding: 0 0.53333333rem;
  padding-bottom: 0.4rem;
  display: none;
}
.tiptext p {
  margin-bottom: 0.13333333rem;
  line-height: 0.50666667rem;
  text-align: justify;
}
.tiptext .fontbold {
  font-size: 0.37333333rem;
}
.btn_more {
  text-align: center;
  font-size: 0.26666667rem;
  color: #ca9e67;
  margin-top: 0.13333333rem;
  margin-bottom: 0.46666667rem;
}
.btn_more img {
  width: 2.53333333rem;
  height: 0.66666667rem;
}
.btns {
  position: fixed;
  width: 100%;
  bottom: 0.8rem;
  margin: 0 auto;
  text-align: center;
}
.btns .btn {
  width: 4rem;
  height: 1.06666667rem;
  margin-right: 0.93333333rem;
  display: inline-block;
}
.btns .btn:last-child {
  margin-right: 0;
}
.btns .btn img {
  width: 4rem;
  height: 1.06666667rem;
}
.show {
  display: block;
}
.anser {
  position: fixed;
  right: -2.26666667rem;
  bottom: 3.86666667rem;
}
.anser img {
  width: 3.2rem;
  height: 2.4rem;
}
.showcode {
  right: 0;
}
.fontbold {
  font-weight: bold;
}
@keyframes mypraise {
  0% {
    top: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }
  25% {
    top: -20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  50% {
    top: -25px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
  75% {
    top: -30px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  100% {
    top: -35px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }
}
@-moz-keyframes mypraise {
  0% {
    top: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }
  25% {
    top: -20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  50% {
    top: -25px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
  75% {
    top: -30px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  100% {
    top: -35px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }
}
@-webkit-keyframes mypraise {
  0% {
    top: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }
  25% {
    top: -20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  50% {
    top: -25px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
  75% {
    top: -30px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  100% {
    top: -35px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }
}
@-o-keyframes mypraise {
  0% {
    top: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }
  25% {
    top: -20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  50% {
    top: -25px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
  75% {
    top: -30px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  100% {
    top: -35px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }
}
