* {
  margin: 0;
  padding: 0;
}
h1,
h2 {
  font-weight: normal;
}
.cert-query {
  width: 80vw;
  max-width: 600px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.cert-query h1 {
  font-size: 18px;
  line-height: 1;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}
.cert-query h2 {
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 15px;
  line-height: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.row-left {
  justify-content: flex-start;
}
.cert-query p a {
  font-size: 12px;
  color: #5970c2;
  display: inline-block;
  padding: 6px 10px;
  background: #e0e5f7;
  border-radius: 5px;
  margin-right: 6px;
  line-height: 1;
}
.cert-query p {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
}
.cert-query p.desc {
  margin-top: -4px;
}
.cert-query .close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8vh;
  padding: 6px;
  border-radius: 6px;
  box-sizing: border-box;
}
.cert-query-popup.van-popup {
  overflow-y: visible;
}
