html, body {
  height: 100%; }

.ptb140 {
  padding-top: 140px;
  padding-bottom: 140px; }

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 65px; }

.qa-bg {
  height: calc(100% - 72px);
  margin-bottom: 0;
  background: url(../img/img-qa/qa-bg.png) no-repeat center/cover; }
  @media screen and (min-width: 768px) and (max-height: 800px) {
    .qa-bg {
      min-height: 650px; } }

header {
  min-height: 50px;
  background: #fff; }

.logo {
  padding: 12px 0; }

.item p {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px; }

.item p:nth-child(3) {
  margin-bottom: 15px; }

.personal {
  float: left;
  margin-top: -23px;
  margin-left: 30px; }

.personal1 {
  float: right; }

.personal2 {
  position: absolute;
  left: 112px;
  top: 270px; }

.notice {
  max-width: 560px;
  padding: 20px 30px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(46, 38, 18, 0.4), -1px -1px 4px rgba(46, 38, 18, 0.4);
  box-shadow: 2px 2px 4px rgba(46, 38, 18, 0.4), -1px -1px 4px rgba(46, 38, 18, 0.4); }
  .notice p {
    margin-bottom: 22px;
    color: #444;
    font-weight: 500; }

.qa-tag {
  margin-bottom: 15px; }

.btn-next {
  display: block;
  max-width: 214px;
  height: 50px;
  margin: 0 auto 10px;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  background-image: -webkit-gradient(linear, right top, left top, from(#f0397e), color-stop(54%, #e32c71), to(#d51e63));
  background-image: -webkit-linear-gradient(right, #f0397e 0%, #e32c71 54%, #d51e63 100%);
  background-image: -o-linear-gradient(right, #f0397e 0%, #e32c71 54%, #d51e63 100%);
  background-image: linear-gradient(-90deg, #f0397e 0%, #e32c71 54%, #d51e63 100%);
  border-radius: 30px;
  color: #fff; }

.btn-next:hover, .btn-next:active, .btn-next:focus {
  color: #fff;
  text-decoration: none; }

.list-group {
  margin-bottom: 30px; }

.list-group-item:first-child, .list-group-item:last-child {
  border-radius: 0; }

a.list-group-item {
  color: #fff; }

.list-group-item {
  margin-bottom: 20px;
  border-style: none;
  background: #969696;
  font-size: 18px; }
  .list-group-item span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 50%;
    background: #fff;
    color: #888;
    text-align: center;
    line-height: 24px; }

a.list-group-item:focus {
  color: #fff;
  background: #969696; }

a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover, a.list-group-item.active {
  color: #fff;
  background: #22c8ff !important; }
  a.list-group-item:hover span, button.list-group-item:focus span, button.list-group-item:hover span, a.list-group-item.active span {
    color: #22c8ff; }

a.list-group-item.no-hover:hover {
  background: #969696 !important; }
  a.list-group-item.no-hover:hover span {
    color: #888; }

.notice-component-left {
  position: absolute;
  left: -43px;
  top: -4px; }

.notice-component-right {
  position: absolute;
  right: -43px;
  top: -4px; }

.q-personal-left {
  position: absolute;
  left: -192px;
  bottom: -8px; }

.q-personal-right {
  position: absolute;
  right: -192px;
  bottom: -8px; }

.result {
  max-width: 800px;
  padding: 20px;
  margin-bottom: 22px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(46, 38, 18, 0.4), -1px -1px 4px rgba(46, 38, 18, 0.4);
  box-shadow: 2px 2px 4px rgba(46, 38, 18, 0.4), -1px -1px 4px rgba(46, 38, 18, 0.4); }

.result-left img {
  margin: auto;
  margin-top: -19px; }

.result-left h2 {
  margin-bottom: 0;
  font-size: 50px;
  color: #21b3ff;
  text-align: center;
  letter-spacing: 4px;
  font-weight: 900; }

.result-left .result-sub-txt {
  font-size: 20px;
  color: #666;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 600; }

.result-right {
  padding: 1em;
  border: 8px solid #d3efff; }
  .result-right div {
    padding-bottom: 8px;
    border-bottom: 1px dashed #cecece;
    margin-bottom: 22px; }
    .result-right div span {
      display: inline-block;
      padding: 4px;
      margin-bottom: 8px;
      font-size: 16px;
      color: #fff;
      background: #21b3ff; }
    .result-right div p {
      margin-bottom: 0;
      font-size: 16px;
      color: #444; }
  .result-right div:last-child {
    border-bottom: 0; }

.btn-style {
  display: inline-block;
  width: 214px;
  height: 54px;
  border: 3px solid #fff;
  margin: 0 10px 12px;
  font-size: 24px;
  text-align: center;
  line-height: 47px;
  background-image: -webkit-gradient(linear, right top, left top, from(#f0397e), color-stop(54%, #e32c71), to(#d51e63));
  background-image: -webkit-linear-gradient(right, #f0397e 0%, #e32c71 54%, #d51e63 100%);
  background-image: -o-linear-gradient(right, #f0397e 0%, #e32c71 54%, #d51e63 100%);
  background-image: linear-gradient(-90deg, #f0397e 0%, #e32c71 54%, #d51e63 100%);
  border-radius: 30px;
  color: #fff; }

.btn-style:hover, .btn-style:active, .btn-style:focus {
  color: #fff;
  text-decoration: none; }
