@charset "utf-8";
.cover {
  background: rgba(71, 71, 71, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
  min-width: 1200px;
}
.popShow {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -350px;
  width: 850px;
  min-height: 700px;
  z-index: 999;
  background-color: #ffffff;
}
.closediv_btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 40px;
  background: #0066FF;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
