.author-zz {
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.3;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
}
.author-pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  width: 100%;
  height: 100%;
  display: none;
}
.pop-content {
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 100%;
  overflow-y: auto;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.pop-content-title {
  font-size: 19px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  letter-spacing:2px;
}
.pop-content-info {
  font-size: 19px;
  letter-spacing:2px;
  padding: 40px 40px;
  letter-spacing:2px;
}
.pop-content-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
}
.btn-subject {
  background: #eee;
  color: #15b628;
  margin-right: 15px;
  padding: 15px;
  border-radius: 4px;
  border: none;
  width:36%;
  font-size: 19px;
  font-weight:600;
}
.pop-content-title img {
    height: 40px;
}