.tacit-share-page {
  display: flex;
  justify-content: center;
  color: #fff;
}
.tacit-share-page .content {
  display: flex;
  flex-flow: column nowrap;
  max-width: 600px;
  flex: 1;
}
.tacit-share-page .question-card {
  margin-top: 15px;
  padding: 20px 15px;
  border-radius: 20px;
  background-color: var(--mainColor);
  position: relative;
  margin-bottom: 20px;
}
.tacit-share-page .title {
  text-align: center;
}
.tacit-share-page .congrats {
  font-size: 50px;
  font-weight: bold;
  color: #fffb07;
  margin: 5px 0;
}
.tacit-share-page .ready {
  font-size: 32px;
  margin: 0 0 20px 0;
}
.tacit-share-page .share-card > p {
  font-size: 32px;
  margin: 0;
  text-align: center;
}
.tacit-share-page .emoji {
  font-size: 60px;
  margin: 5px 0 20px 0;
  text-align: center;
}
.tacit-share-page .share-list {
  display: flex;
  flex-flow: column nowrap;
}
.tacit-share-page .share-list button {
  margin-bottom: 20px;
  border-color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-weight: 500;
}
.tacit-share-page .share-list button:nth-child(1) {
  background-color: #1877f2;
}
.tacit-share-page .share-list button:nth-child(2) {
  background-color: #1cb06d;
}
.tacit-share-page .share-list button:nth-child(3) {
  background-image: linear-gradient(90deg, #2276ff, #b33be8, #f7455a);
}
.tacit-share-page .share-list button:nth-child(4) {
  background-color: #1c9cea;
}
.tacit-share-page .share-list button:nth-child(5) {
  background-image: linear-gradient(90deg, #ef9233, #be1985);
}
.tacit-share-page .share-list button:hover {
  background-image: unset;
  background-color: #ff005b;
  border-color: #c40248;
}
.tacit-share-page .share-card input {
  width: 100%;
  font-size: 13px;
  padding: 10px;
  border-radius: 10px;
  outline: none;
  border: 1px #eb5757cb solid;
  height: 37px;
  text-align: center;
}
.tacit-share-page .share-card .copy-tip {
  color: #ff8686;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
  visibility: hidden;
}

.tacit-share-page .result-card {
  text-align: center;
}
.tacit-share-page .result-card .title {
  font-size: 32px;
}
.tacit-share-page .result-card table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  color: #000;
  margin-bottom: 20px;
}
.tacit-share-page .result-card table th,
.tacit-share-page .result-card table td {
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  padding: 8px;
  text-align: center;
}
.tacit-share-page .result-card table th {
  background-color: #fff5df;
}
.tacit-share-page .result-card table tr {
  background-color: #e5fde1;
}
.tacit-share-page .result-card table tr:nth-child(even) {
  background-color: #e1f3fd;
}
.tacit-share-page .result-card table tbody {
  position: relative;
}

.tacit-share-page .right {
  width: 300px;
  margin-left: 20px;
}
.tacit-share-page .right .advert-wrap {
  position: sticky;
  top: 10px;
}
.desc-wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
  color: #293c77;
}
.desc-wrap h1 {
  color: #293c77;
  text-align: left;
  margin-top: 0;
}

@media screen and (max-width: 950px) {
  .tacit-share-page .right {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .tacit-share-page .content {
    width: 100%;
    padding: 0 10px;
  }
  .tacit-share-page .congrats {
    font-size: 36px;
  }
  .tacit-share-page .ready {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .tacit-share-page .share-list button {
    font-size: 18px;
  }
  .tacit-share-page .common-btn3 {
    height: 38px;
    font-size: 16px;
  }
}
