.pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.pop .pop_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop .pop_content {
  width: 8.26666667rem;
  height: 4rem;
  padding: 0.53333333rem;
  text-align: center;
  border-radius: 0.06666667rem;
  background: #fff;
}
.pop .pop_content h5 {
  font-size: 0.64rem;
  line-height: 1.33333333rem;
}
.pop .pop_content .oppBtn {
  display: inline-block;
  margin-top: 0.8rem;
}
.pop .pop_content input {
  width: 2.66666667rem;
  height: 1.06666667rem;
  background: #626262;
  margin: 0 0.4rem;
  font-size: 0.4rem;
  color: #fff;
}
.pop .pop_content .ok {
  background: #5FB878;
}
