html {
  scroll-behavior: smooth
}

body {
  background-color: #efefef;
}

.mb-32 {
  margin-bottom: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.header_title {
  color: #FFFFFF;
  background-color: #0061FA;
  padding: 12px 25px;
  height: 40px;
}

.header_title h3 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.main.list-group {
  border-radius: 0;
}

.main .list-group-item {
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 12px;
  padding-bottom: 0;
  border-top: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.main .item_desc {
  font-size: 16px;
  color: #0061FA;
  font-weight: bold;
  /* padding-right: 6px; */
}

.main .item_desc .title {
  font-size: 12px;
}

.main a.item_arrow {
  flex: 0 0 19px;
}

.main .item_img {
  width: 80px;
  height: 88px;
  background-color: #fff;
  display: inline-block;
}

.main .item_img_spec {
  width: 120px;
  height: 88px;
  background-color: #fff;
  display: inline-block;
}

.main .item_img_spec img {
  width: 120px;
  height: auto;
  object-fit: contain;
  transform: translate(-50%, -50%);
  position: relative;
  display: block;
  left: 50%;
  top: 50%;
}

.main .item_img img {
  width: 80px;
  height: auto;
  object-fit: contain;
  transform: translate(-50%, -50%);
  position: relative;
  display: block;
  left: 50%;
  top: 50%;
}

.main a.item_arrow .bi-chevron-down::before {
  -webkit-text-stroke-width: 0.8px;
  font-size: 12px;
}

.jump_festa {
  width: 100%;
  max-width: 375px;
  min-height: 100vh;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}

.jump_festa .jump_festa__banner>img {
  width: 100%;
}

.jump_festa .jump_festa__desc {
  padding-left: 25px;
  padding-right: 25px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}

.jump_festa .jump_festa__footer {
  padding: 32px 25px;
}

.jump_festa .jump_festa__footer .header,
.jump_festa .jump_festa__footer .header a {
  text-align: center;
  font-size: 12px;
  color: #707070;
  line-height: 22px;
}

.jump_festa .jump_festa__footer .desc {
  font-size: 12px;
  color: #707070;
}

/* iframe itself */
.jump_festa .item-detail-block {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .125);

}

.jump_festa .item-detail-block>iframe {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.list-group .list-group-item.collapsed span i.bi-chevron-down::before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: .3s transform ease-in-out;
}


ul.list-group .list-group-item span i.bi-chevron-down::before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transition: .3s transform ease-in-out;
}

.text-under-none {
  text-decoration: none;
}