.support-page {
  min-height: calc(100vh - 100px);
  padding-top: 32px;
}

.s-title {
  font-size: 16px;
  color: #606066;
  margin-bottom: 60px;
}

.qq-group-img {
  width: 200px;
  margin-bottom: 4px;
}

.qq-group-title {
  font-size: 18px;
  color: #303033;
  font-weight: 600;
  margin-bottom: 8px;
}

.qq-group-text {
  font-size: 14px;
  color: #606066;
  margin-bottom: 32px;
}

.divider {
  width: 240px;
  height: 1px;
  border-bottom: 1px dashed #606066;
  margin-bottom: 48px;
}

.email-title {
  font-size: 18px;
  color: #303033;
  font-weight: 600;
  margin-bottom: 16px;
}

.email-link {
  font-size: 16px;
  color: rgba(28, 119, 255, 1);
  text-decoration: none;
  margin-bottom: 8px;
}

.email-text {
  font-size: 14px;
  color: #606066;
}

.thx-text {
  font-size: 24px;
  color: rgba(28, 119, 255, 1);
  margin-top: 80px;
}