.payread {
  color: red !important;
  font-size: 22px !important;
  padding-left: 20px;
  cursor: pointer;
}

.imgs {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, .8);
}

.imgs img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.imgs .btn {
  border: none;
  position: absolute;
  right: 0px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .01);
  outline: none;
  width: 20px;
  height: 29px;
  font-size: 18px;
  color: black;
}

/* 备案号 */
.beian {
  padding-top: 10px;
  text-align: center;
  margin-bottom: 10px;
}

/* 公安备案 */
.beian_gongan {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}

.beian_gongan a {
  color: #666;
  text-decoration: none;
}

.beian_gongan a:hover {
  color: #f00;
}

.beian_gongan img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* a{
  color: #666 !important;
  cursor: pointer !important;
} */
/* 注册地址 */
.address {
  padding-top: 10px;
  margin-left: -2px;
  /* display: flex; */
}

#privacy {
  cursor: pointer;
}