.success-div[data-v-c38e64d8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 100%;
  color: #000;
  font-size: 16px;
}
.success-div .title[data-v-c38e64d8] {
  font-size: 26px;
  color: #2447F9;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
}
.success-div .btn[data-v-c38e64d8] {
  color: #2447F9;
  cursor: pointer;
}
.success-div .btn[data-v-c38e64d8]:hover {
  text-decoration: underline;
  color: #2447F9;
}
.success-div .success-img[data-v-c38e64d8] {
  width: 160px;
}

