 * {
  margin: 0;
  padding: 0;
  font-size: 0.2rem;
}
/*弹出效果的部分*/
.overModel {
  display: none;
  /*background-color: #fff;*/
  position: relative;
}
.overModel div {
  /*margin-left: 0.49rem;*/
  padding-left: 0.49rem;
  background: #fff;
}
.overModel button {
  width: 1.36rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  color: white;
  background-color: #029e4f;
  border-radius: 0.2rem;
  /* padding-bottom: .31rem; */
  /* margin-top: .25rem; */
  /*margin-top: .07rem;*/
  margin: 0 auto;
  position: relative;
  top: 0.25rem;
  display: block;
}
#signIn {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 1px;
  z-index: 9999;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
#signIn .ModalBox img {
  width: 1.04rem;
  height: 1.32rem;
  position: absolute;
  top: 6%;
  left: 30%;
}
#signIn .ModalBox .chahao {
  width: 0.25rem;
  height: 0.25rem;
  cursor: pointer;
  background: url(/assets/img/cloud/chahao.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 15%;
  left: 67%;
}
/*分页器*/
