* {
  box-sizing: border-box;
}
@font-face {
  /* font-properties */
  font-family: pictos;
  src: url("./BebasNeue-Regular.woff"), url("./BebasNeue-Regular.ttf"),
    url("./BebasNeue-Regular.eot");
  /* IE9 */
}

body,
html {
  width: 100%;
  font-size: 14px;
  background: #fff;
}

.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* .border-bg {
    border-radius: 10px 0 10px 0;
} */
.page {
  min-height: 100vh;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

p {
  padding: 0;
  margin: 0;
}

a {
  color: #888f97;
}

.rule_text {
  color: #aaa;
}

.icon-rhombus {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  transform: rotate(45deg);
}

#pjax-box {
  min-height: 100vh;
}

.container-fluid {
  max-width: 600px;
  overflow: hidden;
  color: #888f97;
}

.main-title {
  font-size: 1.3rem;
  position: relative;
  padding: 10px 0;
}

.main-title p {
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #333;
}

.rule-box-title {
  display: flex;
  align-items: center;
  width: 110px;
  margin: 0 auto;
  padding-top: 20px;
}
.rule-box-title img {
  width: 100%;
}
.diff-time-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #aaa;
  background: #fff;
  border: none;
  padding: 0;
  height: 30px;
  border-radius: 10px 0px 10px 0px;
}

.diff_text {
  flex: 1;
  color: #afafaf;
  font-size: 12px;
}

.diff-time-box .text {
  color: #000;
  font-size: 12px;
}

.diff-time-box .time-color {
  color: #ff6054;
}

.card {
  margin-bottom: 10px;
}

.rad {
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
}

.op {
  filter: alpha(Opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}

.mt-all {
  margin-top: 10px;
}

.mb-bar {
  margin-bottom: 70px;
}

.mb-no {
  margin-bottom: 0;
}

.marquee-box {
  height: 25px;
  line-height: 25px;
  background: #2e3132;
}

.tr_line {
  display: table-cell;
  vertical-align: middle !important;
}

.marquee-box .marquee {
  position: fixed;
  left: 0;
  width: 100%;
  height: 25px;
  line-height: 25px;
  top: 0;
  z-index: 101;
  white-space: nowrap;
  overflow: hidden;
}

.banner-box {
}

.banner-box img {
  width: 100%;
}

.title-box {
}

.stat-box {
  position: relative;
  z-index: 10;
  font-size: 0.9em;
}

.stat-box .card {
  border: none;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.1);
}

.stat-box .stat-content {
  position: relative;
  padding: 0;
}
.stat-content-wrapper {
  margin: 0;
  padding: 17px 0;
  background: #f7f7f7;
}
.stat-content .number {
  color: #333;
  font-size: 18px;
}

.stat-box .stat-content .state-content-text {
  margin-top: 5px;
  font-size: 12px;
  color: #afafaf;
}
.detail-data-box .detail_data {
  position: relative;
  padding: 0;
}
.detail_data .detail_data_row {
  margin: 0;
  padding: 17px 0;
}
.detail_data .number {
  color: #fff;
  font-size: 18px;
}

.detail_data .state-content-text {
  margin-top: 5px;
  font-size: 12px;
  color: #fff;
}
.sign-btn-box .sign-btn {
  width: 110px;
  height: 40px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  line-height: 40px;
  padding: 0;
  margin: 0 auto;
}

.rule-box {
  font-size: 0.9rem;
}

.rule-box .card {
  margin-bottom: 0;
  border: none;
  background: #f7f7f7;
  box-shadow: none;
}

.rule-box p {
  line-height: 2rem;
  position: relative;
  z-index: 1;
}

.rule-box .card-body p {
  color: #333;
}

.rule-box .rule-content-box {
  /* display: none; */
}

.rule-box .rule-content-box.active {
  display: block;
}

.rule-box .rule-content-box img {
  max-width: 100%;
  margin: 0 auto;
}

.rule-box .card-body img {
  max-width: 100%;
  margin: 0 auto;
}

.rule-box .font-bold {
  font-weight: bold;
}

.sign-box .card,
.detail-box .card {
  background: #f7f7f7;
}

.detail_item_avater {
  padding: 10px 0;
}

.detail_item_avater img {
  width: 100%;
  border-radius: 7px;
  box-shadow: 0px 25px 50px 0px rgba(89, 7, 11, 0.18);
}

.detail_item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  text-decoration: none;
  border-bottom: 1px solid #ebedf0;
}

.detail_item_img {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #848e99;
}
.detail_item_img .iconfont {
  font-size: 50px;
  color: #fadee1;
}
.detail_item_img .detail_img_number {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #f06d74;
}

.detail_item_details {
  margin: 0 10px;
  flex: 1;
}

.detail_item_title {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.detail_item_index {
  text-align: left;
  margin-top: 9px;
  font-size: 12px;
  color: #aaa;
}

.detail_item_number {
  font-size: 12px;
  color: #aaa;
  text-align: center;
}

.detail_number_index {
  display: block;
  padding: 7px 15px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 7px;
}

.detail_vote {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  z-index: 10;
}

.detail_vote_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #333;
  border-radius: 40px;
  overflow: hidden;
}

.vote_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  font-size: 10px;
  color: #999;
}

.vote_btn:hover,
.vote_btn:focus {
  color: #999;
  text-decoration: none;
}

.vote_btn .iconfont {
  margin-right: 3px;
  font-size: 12px;
  color: #fff;
}

.vote_btn_1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  width: 100px;
  height: 40px;
  border-radius: 0;
  background: #f06d74;
  color: #fff;
  border: none;
}

.detail-box .detail-title {
  font-size: 14px;
  color: #ba2a1e;
  font-weight: bold;
}

.detail-box .detail-sub-title {
  font-size: 12px;
}

.detail-box-content-wrapper {
  padding: 0 10px;
}

.detail-box img,
.detail-box .detail-content-box img {
  max-width: 100%;
  margin: 10px auto;
}

.detail-box .detail-content-box iframe,
.detail-box .card-body iframe {
  width: 100% !important;
}

.detail-box p {
  /* line-height: 2rem; */
}

.detail-box .detail-box-content {
  padding: 15px;
}

.detail-box .detail-box-content img {
  margin: 10px auto;
  max-width: 100% !important;
}

.detail-box .number {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.detail-box .detail-content-text {
  margin-top: 5px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}
.search-box {
}
.search-box .input-group {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}

.search-box .keyword {
  flex: 1;
  height: 40px;
  line-height: 40px;
  outline: none;
  box-shadow: none;
  border: none;
}

.search-box .search-btn {
  position: relative;
  height: 40px;
  background: #fff;
  border: none;
  outline: none !important;
  border-radius: 0 !important;
}

.search-box .search-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  width: 25px;
  height: 17px;
}

.type-box {
  padding: 0 10px;
}

.type-box .item {
  padding: 5px;
}

.type-box .item .btn {
  padding: 6px 0;
  font-size: 12px;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.vote-item-box {
  margin-top: 10px !important;
}

.widget-vote-item {
  border-radius: 4px !important;
}

.widget-vote-item .card-default {
  background-color: #fff !important;
  position: relative;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

.widget-vote-item .card-default .mt-all .count {
  color: #fff;
  font-size: 12px;
  margin-bottom: 15px;
}

.mt-all .title {
  font-weight: bold;
  color: #fff;
  padding-bottom: 5px;
}

.mt-all .sub-title {
  color: #fff;
}

.mt-all input::-webkit-input-placeholder,
.mt-all textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbbbbb;
  font-weight: normal;
}

.mt-all input:-moz-placeholder,
.mt-all textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbbbbb;
  font-weight: normal;
}

.mt-all input::-moz-placeholder,
.mt-all textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbbbbb;
  font-weight: normal;
}

.mt-all input:-ms-input-placeholder,
.mt-all textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbbbbb;
  font-weight: normal;
}

.card-body p.more-title {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}

.card-body p.more-desc {
  margin-top: 10px;
}

.card-heading {
  color: #fff;
}

.vote-item-box {
  padding: 0;
  margin: 0 -5px;
}

.vote-item-box .item {
  padding: 5px;
  margin-bottom: 0px;
}

.vote-item-box .item .card {
  position: relative;
  border: none;
  background: none;
  box-shadow: none;
}

.vote-item-box .item .card-body {
  padding: 0px;
  background: #fff;
  overflow: hidden;
  border-radius: 10px 0px 10px 0px;
}

.vote-item-box .item .card-body img,
.vote-item-box .item .card-body iframe {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.vote-item-box .item .card-heading {
  position: absolute;
  left: 10px;
  top: 0;
  min-width: 60px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  border: none;
  border-radius: 0 0 10px 10px;
  font-size: 12px;
  text-align: center;
  z-index: 5;
}

.vote-item-box .vote-img-box {
  display: block;
  margin: 25px auto 15px;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background: linear-gradient(
    45deg,
    rgba(255, 90, 113, 1),
    rgba(255, 157, 150, 1)
  );
  padding: 3px;
}

.vote-item-box .vote-item-text {
  padding: 0 10px;
}

.vote-item-box .vote-item-text .vote_item_index {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vote-item-box .vote-item-text .title {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  color: #333;
  text-align: center;
}

.vote-item-box .vote-item-text .sub-title {
  color: #999;
  padding-bottom: 5px;
  font-size: 12px;
}

.vote-item-box .vote-item-text .vote-item-count {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 10px 0 10px 0;
}

.vote-item-box .vote-item-text .count-wrapper {
  flex: 1;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.vote-item-box .vote-item-text .count-wrapper .count {
  /* color: #EF8282; */
}

.vote-item-box .vote-item-text .vote-item-btn {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vote-item-box .vote-item-text .vote-item-btn .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  border: none;
}

.vote-item-box .item img {
  width: 100%;
}

.vote-item-box .active .btn {
  background-color: #fff;
  color: #758697;
}

.detail-content-box .btn-block {
  width: 90px !important;
  color: #e61920 !important;
  background-color: #ffc813 !important;
  border: 1px solid #fed189;
  margin-bottom: 10px;
  box-shadow: 0px 2px 4px 0px rgba(190, 12, 18, 1);
  font-size: 13px !important;
  margin: 10px auto;
}
.navbar-box {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}
.footer-bar-box {
  width: 100%;
  display: flex;
}

.footer-bar-box .item {
  flex: 1;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.footer-bar-box .item a {
  display: block;
  text-decoration: none;
  color: #bbb;
  font-size: 14px;
}

.footer-bar-box .item.active a {
  color: #333;
  font-weight: bold;
}

.footer-bar-box .item i {
  font-size: 1.2rem;
}

.select-bar-box {
  height: 50px;
  line-height: 50px;
  font-size: 1.1rem;
}

.select-bar-box .btn {
  padding: 5px 20px;
}

/* widget */

.widget-float-box li {
  position: fixed;
  top: -20%;
  list-style: none;
  display: block;
  width: 3rem;
  animation: downFloat 10s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 10;
}

.widget-float-box li img {
  width: 100%;
}

@keyframes downFloat {
  0% {
    top: -20%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    top: 110%;
    -webkit-transform: rotate(600deg);
    transform: rotate(600deg);
  }
}

@keyframes upFloat {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-2000px) rotate(600deg);
    transform: translateY(-2000px) rotate(600deg);
  }
}

.input-err {
  border: 1px solid #f00;
}

.widget-alert-box img {
  width: 200px;
  height: 200px;
}

/*æŠ¥å*/

.sign-form-img-box .item .fa-close {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #f00;
  color: #fff;
  border-radius: 50% !important;
  position: absolute;
  top: -8px;
  right: -8px;
}

.sign-form-img-box .item img {
  width: 100%;
  height: 60px;
}

/* èƒŒæ™¯éŸ³ä¹å›¾æ ‡æŒ‰é’® */

.animation-rotate {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(360deg);
  animation: rotation 3s linear infinite;
  -moz-animation: rotation 3s linear infinite;
  -webkit-animation: rotation 3s linear infinite;
  -o-animation: rotation 3s linear infinite;
}

.widget-audio-box {
  z-index: 102;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 18px;
  top: 18px;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  text-align: center;
  color: #fff;
  line-height: 25px;
  font-size: 15px;
  cursor: pointer;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* æŽ’è¡Œæ¦œ */

.rule-box-content {
  margin: 15px 0;
}

.rule-box-content img,
.rule-box-content iframe {
  max-width: 100% !important;
}

.show-activity-end .activity-icon {
  position: absolute;
  right: 10px;
  top: 10px;
}

.show-activity-end .activity-text {
  margin: 30px auto;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.show-activity-end .activity-btn .activity-btn1 {
  width: 120px;
  height: 36px;
  margin: 10px auto;
  line-height: 36px;
  background: rgba(69, 156, 250, 1);
  border-radius: 4px;
  display: block;
  color: #fff;
  font-size: 14px;
}

.show-activity-end .activity-btn .activity-btn2 {
  width: 120px;
  height: 36px;
  margin: 10px auto;
  line-height: 36px;
  background: #fe4e67;
  border-radius: 4px;
  display: block;
  color: #fff;
  font-size: 14px;
}

/* rank.css */

.rank_banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 150px;
}
.rank_banner img {
  width: 100%;
}
.rank_text h3 {
  margin: 0;
  font-size: 27px;
  color: #fff;
}

.rank_text p {
  margin-top: 10px;
  font-size: 10px;
  color: 10px;
}

.rank_img {
  width: 100px;
}

.rank_img img {
  width: 100%;
}

.rank_list .table {
  margin-top: 5px;
}

.rank_avater {
  width: 24px;
}

.rank_item {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.rank_item_img {
  padding: 0 10px;
}

.rank_item_img img {
  width: 40px;
  height: 40px;
}

.rank_item_details {
}

.rank_item_title {
  width: 12em;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.rank_item_index {
  text-align: left;
  margin-top: 9px;
  font-size: 12px;
  color: #aaa;
}
.rank_num {
  font-family: pictos;
  font-size: 26px;
}
.rank_index {
  font-size: 12px;
  color: #aaa;
}

.rank_index_number {
  /* font-size: 20px; */
}

.rank_top {
  position: relative;
  text-align: center;
  padding: 0 15px;
  margin: 10px 0;
}

.rank_second {
  text-align: center;
  margin: 10px 0;
}

.rank_third {
  text-align: center;
  margin: 10px 0;
}

.rank_top p,
.rank_second p,
.rank_third p {
  margin-bottom: 0;
}

.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border: none;
}

.table thead tr th,
.table tbody tr td {
  border: none;
  vertical-align: middle;
  text-align: center;
}

.rank_list .table tbody tr {
  background: #fff;
  display: table;
  width: 100%;
  border-radius: 7px;
  border-bottom: 1px solid #f7f7f7;
}

.rank_list .table tbody tr td {
  padding: 15px 4px;
}

.rank_list .table tbody tr td:nth-child(1) {
  min-width: 40px;
  font-size: 20px;
  color: #000;
}

.rank_quinn {
  position: relative;
}
.rank_quinn.first {
  color: #f29b5b;
  background: linear-gradient(
    0deg,
    rgba(242, 155, 91, 1) 0%,
    rgba(248, 210, 131, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rank_quinn.second {
  color: #7c88a2;
  background: linear-gradient(
    0deg,
    rgba(124, 136, 162, 1) 0%,
    rgba(182, 213, 229, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rank_quinn.third {
  color: #c78451;
  background: linear-gradient(
    0deg,
    rgba(199, 132, 81, 1) 0%,
    rgba(242, 188, 162, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rank_quinn .rank_quinn_number {
  font-size: 26px;
  font-family: pictos;
}
.detail-item-box {
  margin: 10px -5px 0;
}
.mod {
}
.mod .box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: #f7f7f7;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 10px;
  overflow: hidden;
}
.mod .bd {
  display: flex;
  position: relative;
  align-items: center;
  align-self: center;
  flex-direction: row;
  margin-top: 17px;
  background-color: #d9d9d9;
  width: 100%;
  overflow: hidden;
}
.mod .banner,
.mod .cover {
  position: relative;
  width: 100%;
}
.vote-item-img-box {
  width: 100%;
}
.vote-item-img-box img {
  width: 100%;
}
.mod .banner img,
.mod .cover img {
  width: 100%;
}
.mod .bd iframe {
  width: 100%;
}
.mod .numberWrap {
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 0px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 20px;
  color: #fff;
  overflow: hidden;
}
.mod .number {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  letter-spacing: 0;
  color: #ffffff;
  font-size: 12px;
}
.mod .box-main {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px 0;
  width: 100%;
}
.box-main-title {
  flex: 1;
  width: 80%;
}
.mod .title {
  display: block;
  width: 100%;
  text-decoration: none;
  letter-spacing: 0;
  color: #000000;
  font-size: 16px;
}
.mod .desc {
  display: block;
  width: 100%;
  margin-top: 10px;
  letter-spacing: 0;
  color: #aaaaaa;
  font-size: 11px;
  text-decoration: none;
}
.mod .ft {
  display: flex;
  width: 20%;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mod .ft .btn {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
}
.mod .aixin {
  position: relative;
  z-index: 1;
  font-size: 24px;
}
.mod .ft.active .aixin {
  animation: heart 0.5s ease both;
}

.mod .ft.active [id*="Particle"][data-v-5cbfb349] {
  animation: particle 1.1s cubic-bezier(0.21, 0.61, 0.35, 1) both;
}

.mod .num {
  text-decoration: none;
  line-height: 18px;
  letter-spacing: 0;
  font-size: 9px;
}

.animation {
  -webkit-animation: slideIn 0.5s ease-out backwards;
  animation: slideIn 0.5s ease-out backwards;
}
.animate-delay-1 {
  animation-delay: 0.3s;
}

.animate-delay-2 {
  animation-delay: 0.6s;
}

.animate-delay-3 {
  animation-delay: 0.9s;
}

.animate-delay-4 {
  animation-delay: 1.2s;
}

.animate-delay-5 {
  animation-delay: 1.5s;
}

.animate-delay-6 {
  animation-delay: 1.8s;
}

.animate-delay-7 {
  animation-delay: 2.1s;
}

.animate-delay-8 {
  animation-delay: 2.4s;
}

.animate-delay-9 {
  animation-delay: 2.7s;
}

.animate-delay-10 {
  animation-delay: 3s;
}

@keyframes slideIn {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
}
@keyframes heart {
  0% {
    fill: transparent;
    transform: scale(1);
  }
  50% {
    fill: #54d796;
    transform: scale(1.15);
  }
  100% {
    fill: #54d796;
    transform: scale(1);
  }
}
.particles {
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
}
.st1[data-v-5cbfb349] {
  fill: #41ca6a;
}

.st2[data-v-5cbfb349] {
  fill: #e7e43b;
}

.st3[data-v-5cbfb349] {
  fill: #6babbd;
}

.st4[data-v-5cbfb349] {
  fill: #38b133;
}

.st5[data-v-5cbfb349] {
  fill: #e79aea;
}

.st6[data-v-5cbfb349] {
  fill: #e9acc1;
}

.st7[data-v-5cbfb349] {
  fill: #f04151;
}

.st8[data-v-5cbfb349] {
  fill: #13414c;
}

.st9[data-v-5cbfb349] {
  font-family: Montserrat-Regular;
}

.st10[data-v-5cbfb349] {
  font-size: 24px;
}
@keyframes particle {
  0%,
  to {
    opacity: 0;
  }

  40% {
    transform: translate(0) scale(1.5);
  }

  80% {
    opacity: 1;
  }

  to {
    transform: translate(0) scale(0);
  }
}

[id*="Particle"][data-v-5cbfb349] {
  will-change: transform;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-delay: 0.45s;
}

[id*="Particle"][data-v-5cbfb349]:first-child,
[id*="Particle"][data-v-5cbfb349]:nth-child(2),
[id*="Particle"][data-v-5cbfb349]:nth-child(3),
[id*="Particle"][data-v-5cbfb349]:nth-child(4),
[id*="Particle"][data-v-5cbfb349]:nth-child(5),
[id*="Particle"][data-v-5cbfb349]:nth-child(6),
[id*="Particle"][data-v-5cbfb349]:nth-child(7),
[id*="Particle"][data-v-5cbfb349]:nth-child(8),
[id*="Particle"][data-v-5cbfb349]:nth-child(9),
[id*="Particle"][data-v-5cbfb349]:nth-child(10),
[id*="Particle"][data-v-5cbfb349]:nth-child(11),
[id*="Particle"][data-v-5cbfb349]:nth-child(12),
[id*="Particle"][data-v-5cbfb349]:nth-child(13),
[id*="Particle"][data-v-5cbfb349]:nth-child(14),
[id*="Particle"][data-v-5cbfb349]:nth-child(15),
[id*="Particle"][data-v-5cbfb349]:nth-child(16),
[id*="Particle"][data-v-5cbfb349]:nth-child(17),
[id*="Particle"][data-v-5cbfb349]:nth-child(18) {
  animation-duration: 0.8s;
}

[id*="Particle"][data-v-5cbfb349]:first-child {
  transform: translate(500%, 500%) scale(0);
}

[id*="Particle"][data-v-5cbfb349]:nth-child(2) {
  transform: translate(250%, 500%) scale(0);
}

[id*="Particle"][data-v-5cbfb349]:nth-child(3) {
  transform: translateY(500%) scale(0);
}

[id*="Particle"][data-v-5cbfb349]:nth-child(4) {
  transform: translate(-250%, 500%) scale(0);
}

[id*="Particle"][data-v-5cbfb349]:nth-child(5) {
  transform: translate(-500%, 500%) scale(0);
}

[id*="Particle"][data-v-5cbfb349]:nth-child(6) {
  transform: translate(-500%, 250%) scale(0);
}

[id*="Particle"][data-v-5cbfb349]:nth-child(7) {
  transform: translate(-500%) scale(0);
}

[id*="Particle"][data-v-5cbfb349]:nth-child(8) {
  transform: translate(-500%, -250%) scale(0);
}

[id*="Particle"][data-v-5cbfb349]:nth-child(9) {
  transform: translate(-500%, -500%) scale(0);
}

[id*="Particle"][data-v-5cbfb349]:nth-child(10) {
  transform: translate(-250%, -500%) scale(0);
}

[id*="Particle"][data-v-5cbfb349]:nth-child(11) {
  transform: translateY(-500%) scale(0);
}

[id*="Particle"][data-v-5cbfb349]:nth-child(12) {
  transform: translate(250%, -500%) scale(0);
}

[id*="Particle"][data-v-5cbfb349]:nth-child(13) {
  transform: translate(500%, -500%) scale(0);
}

[id*="Particle"][data-v-5cbfb349]:nth-child(14) {
  transform: translate(500%, -250%) scale(0);
}

[id*="Particle"][data-v-5cbfb349]:nth-child(15) {
  transform: translate(500%) scale(0);
}

[id*="Particle"][data-v-5cbfb349]:nth-child(16) {
  transform: translate(500%, 250%) scale(0);
}

[id*="Particle"][data-v-5cbfb349]:nth-child(17),
[id*="Particle"][data-v-5cbfb349]:nth-child(18) {
  transform: translate(500%, 500%) scale(0);
}
