p {
  margin: 0;
}
body {
  color: #777;
  font-family: "微软雅黑", Helvetica, Arial, sans-serif;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  display: block;
  overflow-x: hidden;
  background-image: url("img/bg_default.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #e0e0e0;
  font-size: 0.61333333rem;
}
/**/
.op-c {
  opacity: .7;
}
.joins-p {
  position: relative;
  margin-top: 8.8rem;
}
.joins-p .forms {
  width: 100%;
  padding: 0 0.37333333rem;
  font-size: 0.8rem;
  text-align: center;
}
.joins-p .forms .inp {
  width: 100%;
  height: 2.56rem;
  text-align: center;
  color: #b6b6b6;
  background-color: #fff;
  margin-top: 0.32rem;
}
.joins-p .forms div.inp {
  line-height: 2.56rem;
}
.joins-p .forms .inp:nth-child(1) {
  margin-top: 0;
}
.joins-p .forms .submit {
  margin-top: 0.4rem;
  width: 100%;
  height: 2.8rem;
  line-height: 2.8rem;
  background-color: #e60048;
  color: #fff;
}
.slectZone {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 80%;
  -webkit-transform: translate(-50%, -50%);
  background-color: #000000;
  padding: 0.53333333rem;
}
.slectZone .hd {
  width: 100%;
  height: 1.6rem;
  text-align: center;
  line-height: 1.6rem;
  color: #fff;
  background-color: transparent;
}
.slectZone .one {
  margin-top: 0.4rem;
  width: 100%;
  height: 2.13333333rem;
  text-align: center;
  line-height: 2.13333333rem;
  color: #b6b6b6;
  background-color: #fff;
}
.slectZone .one.active {
  background-color: #e60048 ;
  color: #fff;
}
.slectZone.active {
  display: block;
}
