.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: 20px;
}
/* a{
  color: #666 !important;
  cursor: pointer !important;
} */
/* 注册地址 */
.address{
  padding-top: 10px; 
  margin-left: -2px;
  /* display: flex; */
}
#privacy{
  cursor: pointer;
}
