@media screen and (min-width: 320px) and (max-width: 640px) {
  html {
    font-size: 62.5%;
  }
}

/*去除获取焦点后的默认边框*/
.wq_alert {
  width: auto;
  height: 5rem;
  position: fixed;
  right: 2rem;
  top: 50%;
}
.wq_zixun {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  background-color: rgba(240, 240, 240, 0.8);
  border: 1px solid #ccc ;
  border-radius: 50%;
  box-shadow: 0 0 4px #ccc;
  text-align: center;
  font-size: 1.2rem;
  color: #008e36;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.wq_zixun i {
  display: block;
  width: 2.6rem;
  height: 2.45rem;
  background: url(../images/slideIcon.png) no-repeat;
  background-size: 10rem auto;
  background-position: -4.9rem 0;
  margin: 0.3rem auto 0.1rem auto;
}
.wq_zixun i span {
  display: block;
}
.wq_tanchu {
  width: 13rem;
  height: 5rem;
  position: absolute;
  left: 15rem;
  top: 0;
  background: url(../images/zixun-bg.png) no-repeat;
  background-size: 100% auto;
  transition: left 0.6s;
  z-index: 9;
}
.wq_zaixian,
.wq_dianhua {
  width: 6.5rem;
  height: 5rem;
  float: left;
  text-align: center;
  color: #008e36;
  font-size: 1rem;
  font-weight: 400;
}
.wq_zaixian b,
.wq_dianhua b,
.qqIcon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/slideIcon.png) no-repeat;
  background-size: 10rem auto;
  margin: 0.2rem auto 0.1rem auto;
  box-sizing: border-box;
}
.wq_zaixian b {
  background-position: 0 0;
}
.wq_zaixian .qqIcon{
  background-position: -7.6rem 0;
}

.wq_dianhua b {
  background-position: -2.5rem 0px;
}