.tacit-page {
  display: flex;
  justify-content: center;
}
.tacit-page .content {
  padding-top: 20px;
  display: flex;
  flex-flow: column nowrap;
  max-width: 600px;
  flex: 1;
}
.tacit-page .content img {
  width: 100%;
  border-radius: 20px;
}
.tacit-page .content h1 {
  color: #fff;
  font-size: 32px;
  text-align: center;
}
.tacit-page .action {
  color: #fff;
  background-color: #2d3a67;
  border-radius: 20px;
  padding: 20px 40px;
}
.tacit-page .action h3 {
  font-size: 32px;
  text-align: center;
}
.tacit-page .action .tips p {
  font-size: 20px;
  margin: 10px 0;
}
.tacit-page .action .input-tip {
  font-size: 13px;
  color: #ff8686;
  margin: 0;
  height: 25px;
  line-height: 25px;
  text-align: center;
  visibility: hidden;
}
.tacit-page .action input {
  width: 100%;
  height: 55px;
  outline: none;
  border: none;
  border-radius: 10px;
  text-align: center;
}
.tacit-page .desc-wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
}
.tacit-page .desc {
  color: #293c77;
}
.tacit-page .right {
  width: 300px;
  margin-left: 20px;
}
.tacit-page .right .advert-wrap {
  position: sticky;
  top: 10px;
}
